修仙 API成就
GET
/business/xiuxian/achievement/get_list获取当前用户的成就进度和状态。
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/business/xiuxian/achievement/get_list"{ "code": 0, "message": "获取成就列表成功", "data": [ { "key": "first_breakthrough", "name": "初入修途", "current_progress": 1, "target_progress": 1, "status": 1, "reward": { "gold": 500, "experience": 200 } } ], "time": 1779502528}