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

推进当前悬赏任务的完成进度。

注意事项

  • 无活跃悬赏返回 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/progress_bounty" \  -H "Content-Type: application/json" \  -d '{    "count": 0  }'
{  "code": 0,  "message": "推进悬赏进度成功",  "data": {    "progress": 8,    "target": 10  },  "time": 1779502528}