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