D黑奴背锅 文档中心
修仙 API修炼
POST/business/xiuxian/core/attempt_breakthrough

尝试突破当前境界,成功则境界提升。

注意事项

  • 修为不足时也会返回 code=0,但 result.success=false。
  • 可使用 pill_name 传入辅助丹药提高成功率。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/business/xiuxian/core/attempt_breakthrough" \  -H "Content-Type: application/json" \  -d '{}'
{  "code": 0,  "message": "突破完成",  "data": {    "profile": {      "user_id": "b1_p1"    },    "result": {      "success": true,      "new_level": "筑基期"    }  },  "time": 1779502528}