修仙 API宗门
POST
/business/xiuxian/sect/transfer宗主将宗主之位传给其他成员。
注意事项
- 非宗主操作返回 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/transfer" \ -H "Content-Type: application/json" \ -d '{ "target_business_user_id": 0 }'{ "code": 0, "message": "宗主传位成功", "data": null, "time": 1779502528}