Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-06-12 15:16:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dadb7c3b7357dec44f08dc4503ea7a701d6326f8
dadb7c3b
1 parent
ddd1497c
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
boxfish-Card/card-学员信息接口.md
boxfish-Card/card-学员信息接口.md
View file @
dadb7c3
...
...
@@ -276,3 +276,38 @@ public class MemberSummary implements BeanToJson {
`INTERNATIONAL_25_MIN_COURSE`
; // 免费体验1节"1对1探究式外教课堂",25min国际班外教1对1
<br>
##### 10. 【APP接口】APP获取视频资源
-
URL: {{localhost}}/boxfish-wudaokou-user/ticket/BOXFISH_RESOURCE_VIDEO?access_token=l1RaF90wsf
-
Method: POST
```
json5
{
// ADVANCED 视频
"advanced_introduce_video": "https://assets.boxfish.cn/v/video_innovation.mp4",
"advanced_introduce_video_cover": "",
// 四会单词课 介绍视频
"textbookV2Word_introduce_video_cover": "",
"textbookV2Word_introduce_video": "https://assets.boxfish.cn/v/video_word4.mp4"
}
```
##### 11. 【APP接口】APP获取图片资源
-
URL: {{localhost}}/boxfish-wudaokou-user/ticket/BOXFISH_RESOURCE_IMAGE?access_token=l1RaF90wsf
-
Method: POST
```
json5
{
// ADVANCED 首页图片
"advanced_index_image": "",
// ADVANCED 横幅图片
"advanced_banner_image_url": "",
"advanced_banner_image": "",
}
```
...
...
Please
register
or
login
to post a comment