调整奖励类型和奖励
This commit is contained in:
@ -70,3 +70,16 @@ type GetTaskIn struct {
|
||||
type GetTaskOut struct {
|
||||
Success bool `json:"success"`
|
||||
}
|
||||
|
||||
type UserTaskRecordsListIn struct {
|
||||
UserId int
|
||||
Page int
|
||||
Size int
|
||||
StoreId int
|
||||
NetBarAccount string
|
||||
}
|
||||
|
||||
type UserTaskRecordsListOut struct {
|
||||
List []UserTask
|
||||
Total int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user