curl --location --request GET 'http://192.168.1.36:8080/akaso/akaso/api/dailyTask/getDailyTasks?token=&timeZone='
{
"state": "200",
"message": "成功",
"data": {
"personTask": [
{
"total": 60,
"get": 0,
"count": 0,
"action": 3,
"isFinish": 0,
"type": 20
},
{
"total": 65,
"get": 0,
"count": 0,
"action": 3,
"isFinish": 0,
"type": 21
},
{
"total": 120,
"get": 0,
"count": 0,
"action": 3,
"isFinish": 0,
"type": 23
},
{
"total": 30,
"get": 0,
"count": 0,
"action": 3,
"isFinish": 0,
"type": 22
}
],
"everyDayTask": [
{
"total": 15,
"get": 0,
"count": 0,
"action": 2,
"isFinish": 0,
"type": 13
},
{
"total": 15,
"get": 0,
"count": 0,
"action": 2,
"isFinish": 0,
"type": 15
}
]
},
"code": "200"
}