感谢您的反馈!
调用isv游戏服务接口
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| biztype | String | 必须 | testBizType | biztype | |
| bizmethod | String | 必须 | testBizMethod | bizmethod | |
| uid | String | 必须 | xxxx | uid | |
| bizparam | String | 必须 | {"openId":"XXX","buildingId":123} | 请求API参数 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| data | String | {} | 接口返回数据 |
| status | Number | 1 成功 0失败 | 一级错误码 |
| subcode | String | 二级错误码 | 二级错误码 |
| submessage | String | 二级错误消息 | 二级错误消息 |
{"biztype":"testBizType","uid":"xxxx","bizparam":"{\"openId\":\"XXX\",\"buildingId\":123}","bizmethod":"testBizMethod"}
{
"data":"{}",
"status":1 成功 0失败,
"subcode":"二级错误码",
"submessage":"二级错误消息"
}
{"submessage":"Illegal request","subcode":"sign-check-failure","status":"不等于1"}
| 错误码 | 错误描述 | 解决方案 |
|---|