修仙 API装备强化
POST
/business/xiuxian/enhancement/enhance对指定槽位的装备进行强化。
注意事项
- 灵石不足或无装备返回 code=1。
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/enhancement/enhance" \ -H "Content-Type: application/json" \ -d '{ "slot": "string" }'{ "code": 0, "message": "强化成功", "data": { "profile": { "player": { "gold": 6000 } }, "result": { "slot": "weapon", "success": true, "old_level": 3, "new_level": 4, "cost": 4000, "success_rate": 70 } }, "time": 1779502528}