qingjie před 5 měsíci
rodič
revize
de8724a0fe
4 změnil soubory, kde provedl 6 přidání a 4 odebrání
  1. 2 1
      seamless/en/keys.md
  2. 2 1
      seamless/zh/keys.md
  3. 1 1
      transfer/en/keys.md
  4. 1 1
      transfer/zh/keys.md

+ 2 - 1
seamless/en/keys.md

@@ -73,7 +73,7 @@
 
 ##    Method URL
 ```
-http://{BCWinFront}/?key=3F6AE577A2E2255EF4BACF02C9F8BB1154A9C6AD2F19701568BA675BDA3C46BCA64D243007F87C86119329271708&gid=aa0001&lang=en&return_url=https://returnyoururl.com
+http://{BCWinFront}/?key=3F6AE577A2E2255EF4BACF02C9F8BB1154A9C6AD2F19701568BA675BDA3C46BCA64D243007F87C86119329271708&brand=pg&gid=aa0001&lang=en&return_url=https://returnyoururl.com
 
 ```
 
@@ -101,6 +101,7 @@ http://{BCWinFront}/?key=3F6AE577A2E2255EF4BACF02C9F8BB1154A9C6AD2F19701568BA675
 | acc     | String(30)     |   Y |     User ID |
 | key     |string(86) |  Y |Key value returned by “GetKey”Please do URLEncoding on it   while using the HTTP GET method |
 | aid | string(20) | Y |      Agent Id  |
+| brand | string | Y |      Platform Id  |
 | gid | string | Y |      Default launching game; if blank, go to lobby.  |
 | lang | string | Y |      Default is cn;    cn: simplified Chinese      en : english |
 | return_url | string | N |      return_url=Game off return address,Please encode the parameters in URLEncoding mode |

+ 2 - 1
seamless/zh/keys.md

@@ -73,7 +73,7 @@
 >游戏返回说明:游戏关闭后,返回的地址(return_url=返回地址的参数),如果不填写,游戏没有返回按钮。
 ##  请求地址
 ```
-http://{BCWinFront}/?key=3F6AE577A2E2255EF4BACF02C9F8BB1154A9C6AD2F19701568BA675BDA3C46BCA64D243007F87C86119329271708&gid=aa0001&lang=en&return_url=https://returnyoururl.com
+http://{BCWinFront}/?key=3F6AE577A2E2255EF4BACF02C9F8BB1154A9C6AD2F19701568BA675BDA3C46BCA64D243007F87C86119329271708&gid=aa0001&brand=pg&lang=en&return_url=https://returnyoururl.com
 
 ```
 >新开界面:如果需要直接关闭当前窗口,请使用window.open方式打开,并且不需要传入return_url
@@ -97,6 +97,7 @@ http://{BCWinFront}/?key=3F6AE577A2E2255EF4BACF02C9F8BB1154A9C6AD2F19701568BA675
 | acc     | String(30)     |   Y |     用户ID |
 | key     |string(86) |  Y |从 getKey 接口拿到的 key。若使用 HTTP GET 方法,请以 URLEncoding 编码参数|
 | aid | string(20) | Y |      代理帐号  |
+| brand | string | Y |      平台 ID|
 | gid | string | Y |      预设登入的游戏 ID ;  |
 | lang | string | Y |      默认值为简中 (简中 英文) |
 | return_url | string | N |      return_url=游戏关闭的返回地址 ,请以URLEncoding方式编码参数|

+ 1 - 1
transfer/en/keys.md

@@ -2,7 +2,7 @@
 ## Description
 >To get a new key for player to launch game. Need to provide currency for the first login. System will create new account automatically if it does not exist
 
->request method:(Host -> BCWin):post ;
+>request method:(Host -> BeSoft):post ;
 
 >encoding method:application/x-www-form-urlencoded
 

+ 1 - 1
transfer/zh/keys.md

@@ -2,7 +2,7 @@
 ## 描述 
 >获得玩家启动游戏的新密钥,需要为首次登录提供货币。 若无此帐号,将自动新增帐号。
 
->请求方式(Host -> BCWin):post
+>请求方式(Host -> BeSoft):post
 
 >编码方式:application/x-www-form-urlencoded