更新
This commit is contained in:
@@ -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)
|
||||
| 值 | 名称 | 描述 |
|
||||
|
||||
Reference in New Issue
Block a user