D黑奴背锅 文档中心
修仙 API经济
POST/business/xiuxian/economy/bank_deposit

将灵石存入修仙银行。

注意事项

  • 灵石不足返回 code=1,message='修仙资源不足'。

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_deposit" \  -H "Content-Type: application/json" \  -d '{    "amount": 0  }'
{  "code": 0,  "message": "存入灵石成功",  "data": {    "deposit": 6000  },  "time": 1779502528}