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

领取每日存款利息。

注意事项

  • 每日只能领取一次,重复领取返回 code=1,message='修仙数据已存在或今日已操作'。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://example.com/business/xiuxian/economy/bank_interest"
{  "code": 0,  "message": "领取利息成功",  "data": {    "deposit": 5050  },  "time": 1779502528}