修仙 API
获取修仙银行账户信息,含存款、贷款、利息。
请求地址
/business/xiuxian/economy/get_bank_infodata.depositnumber存款金额。data.loannumber贷款金额。data.interest_claimedboolean今日是否已领取利息。1curl "https://api.dibinos.cn/business/xiuxian/economy/get_bank_info" \2-H "Authorization: Bearer ACCESS_TOKEN"1{2 "code": 0,3 "message": "获取银行信息成功",4 "data": {5 "deposit": 5000,6 "loan": 0,7 "interest_claimed": false8 },9 "time": 177950252810}