修仙 API修炼
GET
/business/xiuxian/core/get_breakthrough_info获取当前境界突破到下一境界的详细信息。
注意事项
- 当 max_level=true 时,next_level 为空,表示已达巅峰。
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/business/xiuxian/core/get_breakthrough_info"{ "code": 0, "message": "获取突破信息成功", "data": { "next_level": { "level_name": "筑基期", "exp_needed": 2000, "success_rate": 80 }, "required_exp": 2000, "success_rate": 80, "max_level": false }, "time": 1779502528}