小游戏派对场中的积分商城中, 可以通过积分兑换isv开发的小游戏道具
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| openId | String | 必须 | 123 | 游戏用户openid | |
| idempotentId | String | 必须 | 123 | 幂等id(平台侧流水号) | |
| propId | String | 必须 | 123 | 道具id | |
| propAmount | String | 必须 | 10 | 道具数量 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| success | Boolean | true | Boolean |
| bizMsg | String | 服务端异常 | 错误描述 |
| bizCode | String | 业务响应码 | 500: 服务端异常 , 400: 参数异常 |
| transNum | String | 123333 | ISV侧的流水号 |
{"openId":"123","propId":"123","idempotentId":"123","propAmount":"10"}
{
"success":true,
"bizMsg":"服务端异常",
"bizCode":"业务响应码",
"transNum":"123333"
}
{"bizMsg":"Illegal request","success":"false","bizCode":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|