修仙 API经济
POST
/business/xiuxian/economy/bank_breakthrough_loan专项用于破境的贷款。
注意事项
- 规则同 bank_loan。
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/economy/bank_breakthrough_loan" \ -H "Content-Type: application/json" \ -d '{ "amount": 0 }'{ "code": 0, "message": "贷款成功", "data": { "profile": { "user_id": "b1_p1" }, "bank": { "loan": 3000 } }, "time": 1779502528}