Commit b440cf5816fd08a152eef2fe08352c1824048a2f

Authored by 李康
1 parent 60da82feee
Exists in master

注明角色和role

Showing 1 changed file with 3 additions and 2 deletions Side-by-side Diff

... ... @@ -13,9 +13,10 @@ GumpTech页面支付
13 13 4. extraInfo: 可选参数 第三方自定义字段,字符200以内,原样回调给第三方。
14 14 5. product: 可选参数 第三方传入,购买物品
15 15 6. amount: 可选参数 第三方传入,购买物品所需要的金额(点数)
  16 +
16 17 以下参数需要在服务端配置,需要联系接口人配置:
17   - 7. queryRoleUrl: 必选参数 用户向第三方查询角色名字接口 参考【第三方查询角色接口】
18   - 8. querySeversUrl: 必选参数 用户获取第三方游戏列表数据,格式参考【第三方查询区服列表接口】
  18 + 1. queryRoleUrl: 支付页面显示服务器列表 参考【第三方查询角色接口】
  19 + 2. querySeversUrl: 查询用户角色 格式参考【第三方查询区服列表接口】
19 20  
20 21 第三方查询角色接口
21 22 -------------------------