修仙 API角色
GET
/business/xiuxian/player/get_mail_list获取修仙系统邮件列表。
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
limit?string
返回数量,默认 20。
Response Body
application/json
curl -X GET "https://example.com/business/xiuxian/player/get_mail_list"{ "code": 0, "message": "获取修仙邮件成功", "data": [ { "mail_id": 1, "title": "欢迎加入修仙世界", "content": "道友好!", "claimed": false, "created_at": "2026-05-25" } ], "time": 1779502528}