淘宝游戏充值账号验证接口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
coopId | String | 必须 | 1665542541 | 商家编号 | |
brandId | String | 必须 | 100001 | 品牌ID | |
accounts | String | 必须 | 1001,1002 | 账号列表 | |
tags | String | 必须 | YKXK,IQYXK | 人群标签列表 | |
orderNo | String | 必须 | 1000001 | 流水号 | |
ext | String | 可选 | json字符串格式 | 预留字段 | |
version | String | 必须 | 1.0.0 | 接口版本 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
gametopVerify | GameAccountVerify | 直充账号校验返回对象 | |
|
{"ext":"json字符串格式","orderNo":"1000001","brandId":"100001","coopId":"1665542541","accounts":"1001,1002","version":"1.0.0","tags":"YKXK,IQYXK"}
{ "gametopVerify":{ "orderNo":"1000001", "accountIinfo":[ { "account":"10001", "nick":"test1", "tag":"IQYXK", "ext":"json字符串格式" } ], "subCode":"123", "subMessage":"调用失败", "resultCode":"00", "resultMsg":"成功" } }
{"gametopVerify":{"subCode":"sign-check-failure","resultCode":"-1","subMessage":"Illegal request"}}
错误码 | 错误描述 | 解决方案 |
---|