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