修改新增门店奖励、封装登录任务接口
This commit is contained in:
@ -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 创建任务奖励关联出参
|
||||
|
||||
Reference in New Issue
Block a user