修仙 API经济
GET
/business/xiuxian/economy/get_bank_info获取修仙银行账户信息,含存款、贷款、利息。
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/business/xiuxian/economy/get_bank_info"{ "code": 0, "message": "获取银行信息成功", "data": { "deposit": 5000, "loan": 0, "interest_claimed": false }, "time": 1779502528}