Commit 8cd9377880d9510e6b5b83c6ca440df8b3b8135c
1 parent
ac670fae8a
Exists in
master
edit
Showing 1 changed file with 18 additions and 4 deletions Side-by-side Diff
webpay.md
| ... | ... | @@ -35,8 +35,22 @@ GumpTech页面支付 |
| 35 | 35 | |
| 36 | 36 | 充值成功通知第三方服务端接口 |
| 37 | 37 | ----------------------------- |
| 38 | + 参数列表: | |
| 39 | + * orderId 订单id | |
| 38 | 40 | |
| 39 | - | |
| 40 | - | |
| 41 | - | |
| 42 | - | |
| 43 | 41 | \ No newline at end of file |
| 42 | +appId | |
| 43 | +游戏接入分配appid | |
| 44 | +userId | |
| 45 | +平台用户id | |
| 46 | +product | |
| 47 | +购买商品名字 | |
| 48 | +ExtraInfo | |
| 49 | +游戏接入方传入自定义参数,200字符 | |
| 50 | +currency | |
| 51 | +币种 USD RMB | |
| 52 | +amount | |
| 53 | +支付过程中选中额度 | |
| 54 | +realAmount | |
| 55 | +最终用户支付的额度 | |
| 56 | +sig | |
| 57 | +签名 |