D黑奴背锅 文档中心
修仙 API宗门
POST/business/xiuxian/sect/join

申请加入指定宗门。

注意事项

  • 宗门不存在返回 code=1,message='修仙数据不存在'。
  • 已有宗门返回 code=1,message='修仙数据已存在或今日已操作'。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/business/xiuxian/sect/join" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "code": 0,  "message": "加入宗门成功",  "data": {    "name": "天剑宗",    "member_count": 5  },  "time": 1779502528}