Commit 3f1795f668a47159731834fbf56c68488e587745
1 parent
a9938a56
Exists in
ver2.3.6
提交
Showing
1 changed file
with
16 additions
and
0 deletions
Show diff stats
src/HttpServer/jsonconf/NewTask.json
| 1 | [ | 1 | [ |
| 2 | { | 2 | { |
| 3 | + "id": 1, | ||
| 4 | + "tasktype": 1, | ||
| 5 | + "aims": 5, | ||
| 6 | + "taskdes": "合到数字%d%", | ||
| 7 | + "active": 4, | ||
| 8 | + "days": 1 | ||
| 9 | + }, | ||
| 10 | + { | ||
| 11 | + "id": 2, | ||
| 12 | + "tasktype": 5, | ||
| 13 | + "aims": 5, | ||
| 14 | + "taskdes": "累计过%d%关", | ||
| 15 | + "active": 4, | ||
| 16 | + "days": 1 | ||
| 17 | + }, | ||
| 18 | + { | ||
| 3 | "id": 3, | 19 | "id": 3, |
| 4 | "tasktype": 2, | 20 | "tasktype": 2, |
| 5 | "aims": 2, | 21 | "aims": 2, |