Showing
1 changed file
with
20 additions
and
1 deletions
@@ -86,4 +86,23 @@ public class MemberSummary implements BeanToJson { | @@ -86,4 +86,23 @@ public class MemberSummary implements BeanToJson { | ||
86 | - URL: {{localhost}}/boxfish-online-card/member/textbook/submitTextbookV2?access_token={{token}} | 86 | - URL: {{localhost}}/boxfish-online-card/member/textbook/submitTextbookV2?access_token={{token}} |
87 | - Method: POST | 87 | - Method: POST |
88 | - Response: | 88 | - Response: |
89 | -成功:`状态码200` | 89 | +成功:`状态码200` |
90 | + | ||
91 | + | ||
92 | + | ||
93 | +##### 4. 【页面使用】学生点击横栏,页面上报学生点击接口 | ||
94 | + | ||
95 | +- URL: {{localhost}}/boxfish-online-card/member/banner/userClickBanner?access_token={{token}} | ||
96 | +- Method: POST | ||
97 | +- RequestBody | ||
98 | + | ||
99 | +```json | ||
100 | +{ | ||
101 | + "bannerType": "BANNER_TEXTBOOK_V2" | ||
102 | +} | ||
103 | +``` | ||
104 | + | ||
105 | +> `bannerType`为枚举类型,枚举量为: | ||
106 | +> `BANNER_TEXTBOOK_V2`:智能四会课横栏,`BANNER_CLASS_JHXXQ`:精华小学期横栏 | ||
107 | + | ||
108 | +- ResponseBody |
-
Please register or login to post a comment