Commit b0e2ea3b6e99464a8e37755b134a158c1fc8832f
1 parent
31a5f59ebf
Exists in
master
修改callback字段说明
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
doc/ServerDocument.md
| ... | ... | @@ -29,9 +29,9 @@ |
| 29 | 29 | userId: 平台用户id |
| 30 | 30 | product: 购买商品名字 |
| 31 | 31 | extraInfo:游戏接入方传入自定义参数,200字符 |
| 32 | - currency:币种 exp:USD RMB | |
| 32 | + currency:币种 (可忽略) | |
| 33 | 33 | amount:支付过程中选中额度,第三方可以忽略此参数 |
| 34 | - realAmount: 最终用户支付的额度 | |
| 34 | + realAmount: 最终用户支付的额度 (美元) | |
| 35 | 35 | serverId: 第三方区服id |
| 36 | 36 | roleId: 第三方平台角色id |
| 37 | 37 | subPayGateId: 支付类型id |