task 新增同步游戏人生任务接口

This commit is contained in:
2025-07-01 11:13:31 +08:00
parent 2791322a76
commit c56b96b0c2
4 changed files with 102 additions and 1 deletions

View File

@ -109,3 +109,9 @@ type UserTaskRecordsListOut struct {
List []UserTask2
Total int
}
type SyncTaskIn struct {
}
type SyncTaskOut struct {
Success bool `json:"success"`
}