Browse Source

格式调整

qingjie 5 months ago
parent
commit
f184ce0cf6
4 changed files with 8 additions and 7 deletions
  1. 1 1
      seamless/en/game_list.md
  2. 1 1
      seamless/zh/game_list.md
  3. 1 1
      transfer/en/game_list.md
  4. 5 4
      transfer/zh/game_list.md

+ 1 - 1
seamless/en/game_list.md

@@ -19,7 +19,7 @@
 - HTTP Method
     -   POST/GET
 - Form Data
-    ``` 
+``` 
     extension1:testadmin
    ```
 

+ 1 - 1
seamless/zh/game_list.md

@@ -22,7 +22,7 @@
     -   POST/GET
 - 表单数据
 > Content-Type: application/x-www-form-urlencoded
-    ``` 
+``` 
     extension1:testadmin
    ```
    

+ 1 - 1
transfer/en/game_list.md

@@ -19,7 +19,7 @@
 - HTTP Method
     -   POST/GET
 - Form Data
-    ``` 
+``` 
     extension1:testadmin
    ```
 

+ 5 - 4
transfer/zh/game_list.md

@@ -13,8 +13,6 @@
 >  {besoftapi}/api/game/subgamelist
 
 
-
-
 ## 示例
 - URL:
     - http://127.0.0.1:8000/api/game/subgamelist
@@ -22,11 +20,12 @@
     -   POST/GET
 - 表单数据
 > Content-Type: application/x-www-form-urlencoded
-    ``` 
+``` 
     extension1:testadmin
-   ```
+```
    
  ## 请求参数
+
 | 名称     | 类型     | 必要    |     描述        | 
 | -------- | -------- | -------- |    -------- |  
 | extension1     | string     |   Y |     商户账号 |
@@ -34,6 +33,7 @@
 
 
 ##  成功结果的参数解析
+
 | 名称     | 类型     | 必要    |     描述        | 
 | -------- | -------- | -------- |    -------- |  
 | gameicourl    | string     |   Y |     请求游戏入口icon地址 |
@@ -116,6 +116,7 @@ http://{BesoftFront}/?key=3F6AE577A2E2255EF4BACF02C9F8BB1154A9C6AD2F19701
 | gid | Integer | Y |      预设登入的游戏 ID ;  |
 | lang | string | Y |      默认值为简中 (简中 英文) |
 | return_url | string | N |      return_url=游戏关闭的返回地址 ,请以URLEncoding方式编码参数|
+
 ##  返回结果
 
 ### 成功的结果