D黑奴背锅 文档中心
修仙 API角色
POST/business/xiuxian/player/checkin

每日签到获取灵石奖励。

注意事项

  • 每日只能签到一次,重复签到返回 code=1,message='修仙数据已存在或今日已操作'。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://example.com/business/xiuxian/player/checkin"
{  "code": 0,  "message": "签到成功",  "data": {    "profile": {      "user_id": "b1_p1",      "gold": 1100    },    "reward": {      "gold": 100    }  },  "time": 1779502528}