通过配置调用VMOS申请获取游戏账号数据
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
bizId | String | 必须 | 1234324 | 外部请求业务ID | |
goodsId | String | 可选 | 4320023535234234 | 商品id | |
gameId | String | 必须 | 1234 | 游戏id | |
area | String | 必须 | 这是区服 | 游戏区服 | |
username | String | 必须 | 1548383073313528 | 用户账号 | |
authId | String | 可选 | 1603779588311391 | 认证id | |
password | String | 可选 | 12345689 | 密码 | |
ip | String | 可选 | 111.222.74.210 | 用户ip | |
remark | String | 可选 | 备注 | 备注 | |
gamePropertys | GamePropertys [] | 可选 |
|
游戏属性项列表 | |
|
|||||
gamePlatform | String | 可选 | 九游 | 灵犀,九游,米哈游 | |
taskContentType | Number | 可选 | 0 |
|
任务内容类型,0-普通发布信息内容,1-包含验号信息的内容 |
transferAccountInfo | String | 可选 | {"accountName": "XXX"} | 转移号账号内容 | |
gamePropertiesCompressed | String | 可选 | {"123":"12"} | 压缩属性 | |
accountAttr | String | 可选 | {"area":"PK1001"} | 账号属性 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | Data | 数据 | |
|
|||
bizMessage | String | 请求成功 | 响应信息 |
bizCode | String | 200 | 响应码 |
success | Boolean | true | 是否成功 |
{"gameId":"1234","area":"这是区服","goodsId":"4320023535234234","transferAccountInfo":"{\"accountName\": \"XXX\"}","ip":"111.222.74.210","taskContentType":0,"accountAttr":"{\"area\":\"PK1001\"}","remark":"备注","gamePropertys":[{"propertyContentType":2,"propertyName":"魏国五星武将","intro":"魏国五星武将的介绍","optionList":[""],"propertyId":0,"maxLength":200,"required":true}],"authId":"1603779588311391","gamePropertiesCompressed":"{\"123\":\"12\"}","password":"12345689","bizId":"1234324","gamePlatform":"九游","username":"1548383073313528"}
{ "data":{ "taskId":"pa7f125137ede24b" }, "bizMessage":"请求成功", "bizCode":"200", "success":true }
{"bizMessage":"Illegal request","success":"false","bizCode":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|