修仙 API每日任务
GET
/business/xiuxian/daily_task/get_list获取当前用户的每日任务及完成状态。
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/business/xiuxian/daily_task/get_list"{ "code": 0, "message": "获取每日任务成功", "data": { "tasks": [ { "task_key": "daily_checkin", "name": "每日签到", "current_progress": 1, "target_progress": 1, "status": 1, "reward": { "gold": 100, "experience": 50 } } ], "all_complete": false }, "time": 1779502528}