修仙 API
推进当前悬赏任务的完成进度。
请求地址
/business/xiuxian/economy/progress_bountycountnumber是推进数量。dataobject更新后的悬赏进度。1curl -X POST "https://api.dibinos.cn/business/xiuxian/economy/progress_bounty" \2-H "Authorization: Bearer ACCESS_TOKEN" \3-H "Content-Type: application/json" \4-d '{"count":5}'1{2 "code": 0,3 "message": "推进悬赏进度成功",4 "data": {5 "progress": 8,6 "target": 107 },8 "time": 17795025289}