Commit 44e5c64996cbde01196d8224469ca65643c91ad2
1 parent
2172eb633e
Exists in
master
fix bug
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
webpay.md
... | ... | @@ -12,6 +12,8 @@ GumpTech页面支付 |
12 | 12 | 3. serverId: 可选参数 注意次参数为字符串,必须保证跟第7条获取区服列表中serverId值保证一致 |
13 | 13 | 4. extraInfo: 可选参数 第三方自定义字段,字符200以内 |
14 | 14 | 5. product: 可选参数 第三方传入,购买物品 |
15 | + | |
16 | + 以下参数需要在服务端配置: | |
15 | 17 | 6. queryRoleUrl: 必选参数 用户向第三方查询角色名字接口 参考【第三方查询角色接口】 |
16 | 18 | 7. querySeversUrl: 必选参数 用户获取第三方游戏列表数据,格式参考【第三方查询区服列表接口】 |
17 | 19 |