|
@@ -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方式编码参数|
|
|
|
+
|
|
|
## 返回结果
|
|
|
|
|
|
### 成功的结果
|