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

获取可接取的悬赏任务列表。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/business/xiuxian/economy/get_bounty_list"
{  "code": 0,  "message": "获取悬赏令成功",  "data": [    {      "bounty_id": 1,      "name": "采集灵草",      "reward": {        "gold": 200      }    }  ],  "time": 1779502528}