|
@@ -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
|