Jelajahi Sumber

大厅文档更新

qingjie 5 bulan lalu
induk
melakukan
ffb46f7a23
5 mengubah file dengan 33 tambahan dan 166 penghapusan
  1. 1 1
      seamless/en/keys.md
  2. 6 41
      seamless/en/lobby.md
  3. 11 43
      seamless/zh/lobby.md
  4. 6 40
      transfer/en/lobby.md
  5. 9 41
      transfer/zh/lobby.md

+ 1 - 1
seamless/en/keys.md

@@ -51,7 +51,7 @@
 ```
 {
     "status": 1,
-    "key": "50iD5lzhlTAJqJepJcz4PWohVW0uXYwhTtMeixqdsgcT4ErSso9i17i8AZ247kEZVHO4oVDloDgCjeAulbX       T4I",
+    "key": "50iD5lzhlTAJqJepJcz4PWohVW0uXYwhTtMeixqdsgcT4ErSso9i17i8AZ247kEZVHO4oVDloDgCjeAulbXT4I",
     "returnurl": "http://127.0.0.1:8000/?key=50iD5lzhlTAJqJepJcz4PWohVW0uXYwhTtMeixqdsgcT4ErSso9i17i8AZ247kEZVHO4oVDloDgCjeAulbXT4I"
 }
 

+ 6 - 41
seamless/en/lobby.md

@@ -5,46 +5,11 @@
 
 
 ## Step
-### 1.Get the games list page
-
-- Calling interface : url:https://hall.stag-topgame.com
-
-
-- Parameter analysis of successful results
-
-| Name     | Type     | Required    |     Description        | 
-| -------- | -------- | -------- |    -------- |  
-| gameicourl    | string     |   Y |     Request game entry icon address |
-| gameurl| string| Game link address  |
-| gamelist.name   |string |    Game Name |
-| gamelist.gid| string(20) |   Unique id to enter the game  |
-| gamelist.gametype   |string |    Game Type |
-| gamelist.hot| int |  1 represents the tag of popular games,  0 does not   |
-| gamelist.new| int |  1 represents the new game tag, 0 does not |
-
-   
-- Successful  Result
-```
-{
-	"gameicourl": "http://127.0.0.1:8000/gameicon",
-	"gamelist": [
-		{
-			"gid": "be001",
-			"name": "Dragon Stash",
-			"gametype": "1",
-			"hot": 1,
-			"new": 0
-		},
-		{
-			"gid": "be002",
-			"name": "Jungle Fruit",
-			"gametype": "1",
-			"hot": 1,
-			"new": 1
-		}
-	]
-}
-```
+### 1. Request key
+
+- Obtain the key by  calling interface 
+> Interface: [api/game/getKey](./keys.md)
+
 
 ### 2、Call interface instance:
 - calling interface url + Jump parameter
@@ -55,7 +20,7 @@ Parameter description:
 
 | Param     | Type     |    Description        | 
 | -------- | -------- |   -------- |  
-| tt    | string     |      The key is obtained by getting the key interface ( [api/game/getKey](./keys.md) ) |
+| tt    | string     |      The key is obtained by getting the key interface ( [api/game/getKey](en/keys.md) ) |
 |lang| string| The language to display  |
 
 ### 3、Hall Example

+ 11 - 43
seamless/zh/lobby.md

@@ -5,45 +5,13 @@
 
 
 ## 步骤
-### 一、获取游戏列表页面
-
-- 调用接口url:https://hall.stag-topgame.com
-
--  成功结果的参数解析
-  
-| 名称     | 类型     |    描述        | 
-| -------- | -------- |   -------- |  
-| gameicourl    | string     |      请求游戏入口icon地址 |
-| gameurl| string| 游戏跳转地址  |
-| gamelist.name   |string |    游戏名称 |
-| gamelist.gid| string(20) |   进入游戏的唯一id  |
-| gamelist.gametype   |string |    游戏类型 |
-| gamelist.hot| int |  1 表示热门游戏标签, 0 则不是    |
-| gamelist.new| int |  1 表示新游戏标签, 0 则不是  |
-
-- 成功的结果
-```
-{
-	"gameicourl": "http://127.0.0.1:8000/gameicon",
-	"gamelist": [
-		{
-			"gid": "be001",
-			"name": "Dragon Stash",
-			"gametype": "1",
-			"hot": 1,
-			"new": 0
-		},
-		{
-			"gid": "be002",
-			"name": "Jungle Fruit",
-			"gametype": "1",
-			"hot": 1,
-			"new": 1
-		}
-	],
-	 "gameurl": "https://game.stag-topgame.com"
-}
-``` 
+### 一、请求key
+
+- 通过获取密钥接口,来获取key
+
+> 接口: [api/game/getKey](./keys.md)
+
+
 
 ### 二、调用接口实例:
 - 调用接口url + 跳转参数
@@ -51,10 +19,10 @@
 
 - 参数说明:
 
-| 名称     | 类型     |    描述        | 
-| -------- | -------- |   -------- |  
-| tt    | string     |      通过获取密钥接口( [api/game/getKey](./keys.md) )得到的key |
-|lang| string| 要显示的语言  |
+| 名称      | 类型     |    描述        | 
+| -------- | -------- |   --------		 |  
+| tt     | string     | 通过获取密钥接口( [api/game/getKey](zh/keys.md) )得到的key |
+| lang   | string     | 要显示的语言  |
 
 
 ### 三、大厅展示

+ 6 - 40
transfer/en/lobby.md

@@ -5,45 +5,11 @@
 
 
 ## Step
-### 1.Get the games list page
-
-- Calling interface : url:https://hall.stag-topgame.com
-
-- Parameter analysis of successful results
-
-| Name     | Type     | Required    |     Description        | 
-| -------- | -------- | -------- |    -------- |  
-| gameicourl    | string     |   Y |     Request game entry icon address |
-| gameurl| string| Game link address  |
-| gamelist.name   |string |    Game Name |
-| gamelist.gid| string(20) |   Unique id to enter the game  |
-| gamelist.gametype   |string |    Game Type |
-| gamelist.hot| int |  1 represents the tag of popular games,  0 does not   |
-| gamelist.new| int |  1 represents the new game tag, 0 does not |
-
-   
-- Successful  Result
-```
-{
-	"gameicourl": "http://127.0.0.1:8000/gameicon",
-	"gamelist": [
-		{
-			"gid": "be001",
-			"name": "Dragon Stash",
-			"gametype": "1",
-			"hot": 1,
-			"new": 0
-		},
-		{
-			"gid": "be002",
-			"name": "Jungle Fruit",
-			"gametype": "1",
-			"hot": 1,
-			"new": 1
-		}
-	]
-}
-```
+### 1. Request key
+
+- Obtain the key by  calling interface 
+> Interface: [api/game/getKey](./keys.md)
+
 
 ### 2、Call interface instance:
 - calling interface url + Jump parameter
@@ -54,7 +20,7 @@ Parameter description:
 
 | Param     | Type     |    Description        | 
 | -------- | -------- |   -------- |  
-| tt    | string     |      The key is obtained by getting the key interface ( [api/game/getKey](./keys.md) ) |
+| tt    | string     |      The key is obtained by getting the key interface ( [api/game/getKey](en/keys.md) ) |
 |lang| string| The language to display  |
 
 ### 3、Hall Example

+ 9 - 41
transfer/zh/lobby.md

@@ -5,45 +5,13 @@
 
 
 ## 步骤
-### 一、获取游戏列表页面
-
-- 调用接口url:https://hall.stag-topgame.com
-
--  成功结果的参数解析
-  
-| 名称     | 类型     |    描述        | 
-| -------- | -------- |   -------- |  
-| gameicourl    | string     |      请求游戏入口icon地址 |
-| gameurl| string| 游戏跳转地址  |
-| gamelist.name   |string |    游戏名称 |
-| gamelist.gid| string(20) |   进入游戏的唯一id  |
-| gamelist.gametype   |string |    游戏类型 |
-| gamelist.hot| int |  1 表示热门游戏标签, 0 则不是    |
-| gamelist.new| int |  1 表示新游戏标签, 0 则不是  |
-
-- 成功的结果
-```
-{
-	"gameicourl": "http://127.0.0.1:8000/gameicon",
-	"gamelist": [
-		{
-			"gid": "be001",
-			"name": "Dragon Stash",
-			"gametype": "1",
-			"hot": 1,
-			"new": 0
-		},
-		{
-			"gid": "be002",
-			"name": "Jungle Fruit",
-			"gametype": "1",
-			"hot": 1,
-			"new": 1
-		}
-	],
-	 "gameurl": "https://game.stag-topgame.com"
-}
-``` 
+### 一、请求key
+
+- 通过获取密钥接口,来获取key
+
+> 接口: [api/game/getKey](./keys.md)
+
+
 
 ### 二、调用接口实例:
 - 调用接口url + 跳转参数
@@ -52,8 +20,8 @@
 - 参数说明:
 
 | 名称      | 类型     |    描述        | 
-| -------- | -------- |   -------- |  
-| tt     | string     |      通过获取密钥接口( [api/game/getKey](./keys.md) )得到的key |
+| -------- | -------- |   --------		 |  
+| tt     | string     | 通过获取密钥接口( [api/game/getKey](zh/keys.md) )得到的key |
 | lang   | string     | 要显示的语言  |