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

悬赏进度完成后领取奖励。

注意事项

  • 进度未完成返回 code=1,message='角色当前状态无法执行该操作'。
  • 无活跃悬赏返回 code=1,message='修仙数据不存在'。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://example.com/business/xiuxian/economy/complete_bounty"
{  "code": 0,  "message": "完成悬赏成功",  "data": {    "profile": {      "user_id": "b1_p1"    },    "reward": {      "gold": 200    }  },  "time": 1779502528}