Commit 1db4a401c38a4f5cb6e2cac1bdf00d98fcc10563
1 parent
c7b074b450
Exists in
master
增加v3版本文档
Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff
doc/webpay.md
... | ... | @@ -60,6 +60,9 @@ GumpTech页面支付(已集成到sdk中,可忽略) |
60 | 60 | |
61 | 61 | 统一支付: http://api.gumptech.com/v2/p/index.do |
62 | 62 | 横版: http://api.gumptech.com/v2/wide/p/index.do |
63 | + | |
64 | + 横版V3: http://api.gumptech.com/v3/wide/p/index.do(引入Gump币支付) | |
65 | + | |
63 | 66 | 需要传入参数: |
64 | 67 | 1. appId: 必选参数 接入前GumpTeck分配的应用id |
65 | 68 | 2. userId: 必选参数 GumpTech平台的用户id |
... | ... | @@ -68,6 +71,8 @@ GumpTech页面支付(已集成到sdk中,可忽略) |
68 | 71 | 5. product: 必选参数 第三方传入,购买物品 |
69 | 72 | 6. amount: 可选参数 第三方传入,购买物品所需要的金额(点数) |
70 | 73 | |
74 | + 7.sessionKey: V3版本必选 登录获取的sessionKey,支付使用 | |
75 | + | |
71 | 76 | 以下参数需要在服务端配置,需要研发商联系接口人配置: |
72 | 77 | 1. queryRoleUrl: 支付页面显示服务器列表 参考【第三方查询角色接口】 |
73 | 78 | 2. querySeversUrl: 查询用户角色 格式参考【第三方查询区服列表接口】 |
74 | 79 | \ No newline at end of file |