D黑奴背锅 文档中心
修仙 API角色
POST/business/xiuxian/player/rebirth

重置角色数据,重新开始修炼。

注意事项

  • 操作不可逆,所有角色数据将被重置。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://example.com/business/xiuxian/player/rebirth"
{  "code": 0,  "message": "弃道重修成功",  "data": {    "user_id": "b1_p1"  },  "time": 1779502528}