Showing
1 changed file
with
16 additions
and
0 deletions
@@ -20,6 +20,22 @@ | @@ -20,6 +20,22 @@ | ||
20 | ``` | 20 | ``` |
21 | 21 | ||
22 | 22 | ||
23 | +##### 2-1. 【APP接口,旧接口】首页广告图,新字段 | ||
24 | + | ||
25 | +- URL: {{localhost}}/boxfish-wudaokou-user/ticket/BOXFISH_RESOURCE_VIDEO?access_token={{token}} | ||
26 | +- Method: POST | ||
27 | +- ResponseBody: | ||
28 | + | ||
29 | +```json5 | ||
30 | +{ | ||
31 | + "index_advertisement_phone_v2": "https://avatars.boxfish.cn/app_resources/index_advertisement_iphone_v2_0808.png", | ||
32 | + "index_advertisement_pad_v2": "https://avatars.boxfish.cn/app_resources/index_advertisement_ipad_v2_0808.png" | ||
33 | +} | ||
34 | +``` | ||
35 | + | ||
36 | +> 首页广告图片尺寸发生变化,为了兼容旧版本APP不挂掉,新版本APP首页广告图使用新字段,字段如上⬆️ | ||
37 | + | ||
38 | + | ||
23 | ##### 3. 【APP接口,旧接口】四会单词课,如果没有开放,新版本APP则不显示当前模块 | 39 | ##### 3. 【APP接口,旧接口】四会单词课,如果没有开放,新版本APP则不显示当前模块 |
24 | 40 | ||
25 | - URL: {{localhost}}/boxfish-wudaokou-paper/paper/textbook/getTextbookSummary?access_token=BRE2k5BHnu | 41 | - URL: {{localhost}}/boxfish-wudaokou-paper/paper/textbook/getTextbookSummary?access_token=BRE2k5BHnu |
-
Please register or login to post a comment