修仙 API宗门
GET
/business/xiuxian/sect/get_my获取当前角色所在宗门的详细信息。
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/business/xiuxian/sect/get_my"{ "code": 0, "message": "获取宗门信息成功", "data": { "name": "天剑宗", "owner": "b1_p1", "member_count": 5, "level": 3, "contribution": 1200 }, "time": 1779502528}