Commit 3e2e476b702cb0b50abbd7ee60c9bfeb40246af7
1 parent
6e66f2dcac
Exists in
master
init
Showing 1 changed file with 16 additions and 0 deletions Inline Diff
webpay.md
1 | |||
2 | GumpTech页面支付 | ||
3 | ----------------------- | ||
4 | |||
5 | 使用方式: | ||
6 | 请使用iframe方式嵌套GumpTech支付地址: | ||
7 | http://sdk.letsgame.mobi/v1/pay/mol_web.do | ||
8 | 需要传入参数: | ||
9 | 1. appId | ||
10 | 2. queryRoleUrl用户向第三方查询角色名字接口 | ||
11 | 3. servers 区服列表字符串 | ||
12 | |||
13 | |||
14 | |||
15 | |||
16 | http://devsdk.letsgame.mobi/v1/pay/mol_web.do?appId=100&queryRoleUrl=http://devsdk.letsgame.mobi/v1/user/query_role.do&servers=[{%22serverId%22:%22s2%22,%20%22serverName%22:%22%E6%B5%8B%E8%AF%951%22},{%22serverId%22:%22s2%22,%20%22serverName%22:%22%E6%B5%8B%E8%AF%952%22}] | ||
17 |