修仙 API世界
POST
/business/xiuxian/world/collect_blessed_land收取洞天福地积累的灵石产出。
注意事项
- 无洞天返回 code=1,message='修仙数据不存在'。
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X POST "https://example.com/business/xiuxian/world/collect_blessed_land"{ "code": 0, "message": "洞天收取成功", "data": { "profile": { "user_id": "b1_p1" }, "reward": { "gold": 200 } }, "time": 1779502528}