From 1db4a401c38a4f5cb6e2cac1bdf00d98fcc10563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BA=B7?= Date: Fri, 4 Mar 2016 14:24:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0v3=E7=89=88=E6=9C=AC=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/webpay.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/webpay.md b/doc/webpay.md index 7854794..7bc3c03 100644 --- a/doc/webpay.md +++ b/doc/webpay.md @@ -60,6 +60,9 @@ GumpTech页面支付(已集成到sdk中,可忽略) 统一支付: http://api.gumptech.com/v2/p/index.do 横版: http://api.gumptech.com/v2/wide/p/index.do + + 横版V3: http://api.gumptech.com/v3/wide/p/index.do(引入Gump币支付) + 需要传入参数: 1. appId: 必选参数 接入前GumpTeck分配的应用id 2. userId: 必选参数 GumpTech平台的用户id @@ -68,6 +71,8 @@ GumpTech页面支付(已集成到sdk中,可忽略) 5. product: 必选参数 第三方传入,购买物品 6. amount: 可选参数 第三方传入,购买物品所需要的金额(点数) + 7.sessionKey: V3版本必选 登录获取的sessionKey,支付使用 + 以下参数需要在服务端配置,需要研发商联系接口人配置: 1. queryRoleUrl: 支付页面显示服务器列表 参考【第三方查询角色接口】 2. querySeversUrl: 查询用户角色 格式参考【第三方查询区服列表接口】 \ No newline at end of file -- 2.0.0