修仙 API宗门
GET
/business/xiuxian/sect/get_list获取宗门排行榜(前 20 名)。
注意事项
- 公开接口,不需要登录。
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/business/xiuxian/sect/get_list"{ "code": 0, "message": "获取宗门列表成功", "data": [ { "name": "天剑宗", "level": 5, "member_count": 20, "owner_name": "剑仙" } ], "time": 1779502528}