D黑奴背锅 文档中心
修仙 API世界
POST/business/xiuxian/world/impart_challenge

向其他玩家发起传承挑战。

注意事项

  • 目标未创建修仙角色返回 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/world/impart_challenge" \  -H "Content-Type: application/json" \  -d '{    "target_business_user_id": 0  }'
{  "code": 0,  "message": "传承挑战完成",  "data": {},  "time": 1779502528}