|
@@ -69,11 +69,72 @@
|
|
|
|
|
|
|
|
|
## Method for piecing together the address of the game entrance icon request
|
|
|
-> Get icon:gameicourl+/+ gid+"_"+Language encoding+".png"
|
|
|
+> gameicourl+/+ gid+"_game_icon_"+Size+"_"+"Language encoding"+.png"
|
|
|
|
|
|
|
|
|
## Icon Get example
|
|
|
+### English
|
|
|
+```
|
|
|
+Square, Size 600x600 (Default)
|
|
|
+
|
|
|
+http://127.0.0.1:8000/gameicon/be001_game_icon_600x600_en.png
|
|
|
+```
|
|
|
+```
|
|
|
+Horizontal rectangle, Size 600x360(Optional)
|
|
|
+
|
|
|
+http://127.0.0.1:8000/gameicon/be001_game_icon_600x360_en.png
|
|
|
+```
|
|
|
+```
|
|
|
+Vertical rectangle, Size 450x600(Optional)
|
|
|
+
|
|
|
+http://127.0.0.1:8000/gameicon/be001_game_icon_450x600_en.png
|
|
|
+```
|
|
|
+
|
|
|
+### Chinese
|
|
|
+```
|
|
|
+Square, Size 600x600 (Default)
|
|
|
+
|
|
|
+http://127.0.0.1:8000/gameicon/be001_game_icon_600x600_zh.png
|
|
|
+```
|
|
|
+```
|
|
|
+Horizontal rectangle, Size 600x360(Optional)
|
|
|
+
|
|
|
+http://127.0.0.1:8000/gameicon/be001_game_icon_600x360_zh.png
|
|
|
+```
|
|
|
+```
|
|
|
+Vertical rectangle, Size 450x600(Optional)
|
|
|
|
|
|
+http://127.0.0.1:8000/gameicon/be001_game_icon_450x600_zh.png
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
+### Bahasa Indonesia
|
|
|
+```
|
|
|
+Square, Size 600x600 (Default)
|
|
|
+
|
|
|
+http://127.0.0.1:8000/gameicon/be001_game_icon_600x600_id.png
|
|
|
```
|
|
|
-http://127.0.0.1:8000/gameicon/be001_en.png
|
|
|
```
|
|
|
+Horizontal rectangle, Size 600x360(Optional)
|
|
|
+
|
|
|
+http://127.0.0.1:8000/gameicon/be001_game_icon_600x360_id.png
|
|
|
+```
|
|
|
+```
|
|
|
+Vertical rectangle, Size 450x600(Optional)
|
|
|
+
|
|
|
+http://127.0.0.1:8000/gameicon/be001_game_icon_450x600_id.png
|
|
|
+```
|
|
|
+
|
|
|
+## Response sample
|
|
|
+
|
|
|
+- Size 600x600
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+- Size 600x360
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+- Size 450x600
|
|
|
+
|
|
|
+
|