接口名称 | 获取区服阵营信息 |
接口说明 | 获取区服阵营信息 |
提供方 | dd373平台【游戏系统】 |
接口地址 | https://game.dd373.com/Api/GameOther/List |
请求方式 | GET |
请求说明 | 参数名 参数类型 必填 参数说明 parentId String 是 父级ID【游戏id\区id\服id\阵营id】
|
请求示例 | Get示例:【游戏id:7100fe84-ef8a-4f0a-8547-a8682a78e555、区id:56dd5e29-5119-4c0d-a94e-a532f550fa7d、服id:2ab7245b-048f-4d5e-abd2-90d3700290ed】 https://game.dd373.com/Api/GameOther/List?parentId=7100fe84-ef8a-4f0a-8547-a8682a78e555 |
返回示例
| { "StatusCode": "0", "StatusMsg": "请求成功", "StatusData": { "ResultCode": "0", "ResultMsg": "操作成功", "ResultData":{ "RouteName": "游戏区", "LevelType": 2, "GameOther": [ { "Id": "667f6baa-6b12-4ed5-beec-d11e1772d6de", "Name": "河南区", "Identify": "twhhdb", "NameSpell": "HNQ", "CurrentLevelType": 2, "IsClose": false, "ParentId": "7100fe84-ef8a-4f0a-8547-a8682a78e555" }...{} ] }
} } |