修仙 API修炼
POST
/business/xiuxian/core/run_maintenance手动触发修仙系统维护任务。
注意事项
- 需要 xiuxian:maintenance:run 权限。
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X POST "https://example.com/business/xiuxian/core/run_maintenance"{ "code": 0, "message": "修仙维护任务完成", "data": {}, "time": 1779502528}