修正每日任务完成示例JSON

This commit is contained in:
Yutousama 2023-01-07 10:31:54 +08:00 committed by GitHub
parent 6578936ca5
commit 7c17dcb1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ _请求方式GET_
"ttl": 1,
"data": {
"is_surplus": 1,
"status": 2,
"status": 3,
"progress": 5,
"target": 5,
"wallet": {
@ -203,7 +203,7 @@ _请求方式GET_
"week_total": 4,
"week_group": 1,
"day_task": {
"status": 2,
"status": 3,
"progress": 5,
"target": 5
}