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-14 21:22:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fc199dee4c16197d467eecb2ac44d91a422b9b6e
fc199dee
1 parent
5f0a02b4
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
0 deletions
boxfish-Card/card-学员信息接口.md
boxfish-Card/card-学员信息接口.md
View file @
fc199de
...
...
@@ -378,3 +378,59 @@ public class MemberSummary implements BeanToJson {
"orderAddressDetail": "太阳宫"
}
```
##### 15. 【APP接口】老用户领取礼包接口
-
URL: {{localhost}}/boxfish-online-card/member/info/submitWelfare?access_token={{access_token}}
-
Method: POST
-
RequestBody
```
json5
{
"userHasPaid":true
}
```
```
json5
{
"userHasPaid":false,
"welfareSummaryList": [
{
"type": "BASIC_WORD",
"orderIndex": 1,
"videoUrl": "https://assets.boxfish.cn/v/video_word4.mp4",
"videoCover_PAD": "https://avatars.boxfish.cn/app_resources/welfare_video_cover_textbook_word_ipad.png",
"videoCover_PHONE": "https://avatars.boxfish.cn/app_resources/welfare_video_cover_textbook_word_iphone.png",
"welfareTitle": "智能四会单词课",
"welfareDescList": [
{
"welfareUnit": "1学期",
"welfareDesc": "智能四会单词课"
}
]
},
{
"type": "ADVANCED",
"orderIndex": 3,
"videoUrl": "https://assets.boxfish.cn/v/video_innovation.mp4",
"videoCover_PAD": "https://avatars.boxfish.cn/app_resources/welfare_video_cover_harvard_ipad.png",
"videoCover_PHONE": "https://avatars.boxfish.cn/app_resources/welfare_video_cover_harvard_iphone.png",
"welfareTitle": "精华小学期",
"welfareDescList": [
{
"welfareUnit": "4节",
"welfareDesc": "语言点智能学练课"
},
{
"welfareUnit": "2节",
"welfareDesc": "中外教翻转小班课"
}
]
}
]
}
```
...
...
Please
register
or
login
to post a comment