This commit is contained in:
chnxianyi
2025-09-30 17:39:59 +08:00
parent a730dc9974
commit 02b47f7ecf
7 changed files with 448 additions and 462 deletions

View File

@@ -22,8 +22,8 @@ GET /api/tasks
"value1": 1,
"value2": "",
"value3": "",
"rewardTypes": [0],
"rewardNums": [100],
"rewardTypes": [0 , 1],
"rewardNums": [100 , 6],
"isDailyTask": true,
"durationHours": 24
},
@@ -109,6 +109,7 @@ POST /api/tasks/{userId}
| 值 | 名称 | 描述 |
|---|------|------|
| 0 | Coins | 金币 |
| 1 | Crystal | 钻石 |
### 任务状态 (TaskStatus)
| 值 | 名称 | 描述 |