task 新增同步游戏人生任务接口
This commit is contained in:
@ -109,3 +109,9 @@ type UserTaskRecordsListOut struct {
|
||||
List []UserTask2
|
||||
Total int
|
||||
}
|
||||
|
||||
type SyncTaskIn struct {
|
||||
}
|
||||
type SyncTaskOut struct {
|
||||
Success bool `json:"success"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user