Commit 7068819c59144462c1da0778a19ab35791c8f86a

Authored by 张洪涛
1 parent ec8f4f267e
Exists in master

init

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

... ... @@ -2,12 +2,23 @@ GumpTech页面支付
2 2 -----------------------
3 3  
4 4 使用方式:
5   -请使用iframe方式嵌套GumpTech支付地址:
  5 +-----------------------
  6 + 请使用iframe方式嵌套GumpTech支付地址:
  7 +
6 8 http://sdk.letsgame.mobi/v1/pay/mol_web.do
7 9 需要传入参数:
8 10 1. appId
9   - 2. queryRoleUrl用户向第三方查询角色名字接口
10   - 3. servers 区服列表字符串
  11 + 2. queryRoleUrl 用户向第三方查询角色名字接口
  12 + 3. servers 区服列表字符串,传入前做utf8编码
  13 + 字符串格式json串,如下:
  14 + [
  15 + {"serverId":"s2", "serverName":"测试1"},
  16 + {"serverId":"s2", "serverName":"测试1"}
  17 + ...
  18 + ]
  19 +
  20 +
  21 +
11 22  
12 23  
13 24