实现用户领取任务时,创建对应的奖励记录
This commit is contained in:
@ -59,7 +59,7 @@ type LoginUserRankingNum struct {
|
||||
|
||||
// GetTaskIn 添加任务记录入参
|
||||
type GetTaskIn struct {
|
||||
TaskId int `json:"taskId"`
|
||||
TaskId string `json:"taskId"`
|
||||
StoreId int `json:"storeId"`
|
||||
NetBarAccount string `json:"netBarAccount"`
|
||||
UserId int `json:"userId"`
|
||||
|
||||
Reference in New Issue
Block a user