修改新增门店奖励、封装登录任务接口

This commit is contained in:
2025-06-19 09:46:38 +08:00
parent fc95fe5cfd
commit a3ed25808b
3 changed files with 20 additions and 7 deletions

View File

@ -17,9 +17,9 @@ type StoreTaskReward struct {
type StoreTaskRewardCreateIn struct {
OperatorId int64
OperatorRole string
TaskId int64 // 门店任务ID
RewardId int64 // 奖励ID
StoreId int64 // 门店ID
TaskId string // 门店任务ID
RewardId int64 // 奖励ID
StoreId int64 // 门店ID
}
// StoreTaskRewardCreateOut 创建任务奖励关联出参