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

接取指定的悬赏任务。

注意事项

  • 已有活跃悬赏返回 code=1,message='修仙数据已存在或今日已操作'。
  • 悬赏不存在返回 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/accept_bounty" \  -H "Content-Type: application/json" \  -d '{    "bounty_id": 0  }'
{  "code": 0,  "message": "接取悬赏成功",  "data": {    "bounty_id": 1,    "name": "采集灵草",    "progress": 0  },  "time": 1779502528}