|
@@ -75,6 +75,28 @@ http://{BesoftFront}/?key=3F6AE577A2E2255EF4BACF02C9F8BB1154A9C6AD2F19701
|
|
|
|
|
|
```
|
|
|
|
|
|
+> New interface: If you need to close the current window directly, please use the window.open mode to open, and do not need to pass the return_url
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+> New interface: If the parameter return_url is added, please encode the parameter in URLEncoding mode
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+> Embedded interface: If it is embedded, please listen for this message notification (closeMessage), the game manufacturer closes the game's call interface
|
|
|
+
|
|
|
+
|
|
|
+```
|
|
|
+{
|
|
|
+ window.parent.postMessage("closeMessage", "*")
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
## Request Parameter
|
|
|
|
|
|
| Name | Type | Required | Description |
|
|
@@ -85,7 +107,7 @@ http://{BesoftFront}/?key=3F6AE577A2E2255EF4BACF02C9F8BB1154A9C6AD2F19701
|
|
|
| nick | string (50) | Y | User name Only Support 16 Unicode characters |
|
|
|
| gid| Integer | Y| input gameId as default launch 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 |
|
|
|
+| return_url | string | N | return_url=Game off return address,Please encode the parameters in URLEncoding mode |
|
|
|
|
|
|
## Return Result
|
|
|
|