Commit b2653980f2f506e5f8d8b9bb63f3ff1fb8fb8ea7

Authored by 张洪涛
1 parent c8f6c8ceb3
Exists in master

edit

Showing 1 changed file with 13 additions and 17 deletions Side-by-side Diff

... ... @@ -36,20 +36,16 @@ GumpTech页面支付
36 36 充值成功通知第三方服务端接口
37 37 -----------------------------
38 38 参数列表:
39   - orderId: 订单id
40   - appId: 游戏接入分配appid
41   - userId: 平台用户id
42   - product: 购买商品名字
43   - extraInfo:游戏接入方传入自定义参数,200字符,页面支付值为:web_pay:[serverId]_[roleName]
44   - currency:币种 exp:USD RMB
45   - amount:支付过程中选中额度,第三方可以忽略此参数
46   - realAmount: 最终用户支付的额度
47   - sig: 签名
48   -
49   -
50   -
51   -
52   -
53   -
54   -
55   -
  39 + orderId: 订单id
  40 + appId: 游戏接入分配appid
  41 + userId: 平台用户id
  42 + product: 购买商品名字
  43 + extraInfo:游戏接入方传入自定义参数,200字符,页面支付值为:web_pay:[serverId]_[roleName]
  44 + currency:币种 exp:USD RMB
  45 + amount:支付过程中选中额度,第三方可以忽略此参数
  46 + realAmount: 最终用户支付的额度
  47 + sig: 签名
  48 +
  49 +
  50 + 第三方server端返回值:
  51 + 如果第三方验证成功,则返回字符串:success即可。
56 52 \ No newline at end of file