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-07-05 11:14:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a40bb9721d57402062c059d9916ebc40caea9783
a40bb972
1 parent
c2b7c977
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletions
app-v13.3.0/13.3.0.md
app-v13.3.0/13.3.0.md
View file @
a40bb97
...
...
@@ -198,4 +198,19 @@ CLASS_ONLINE_US_010N;
```
> `flagUserIsPaid_advanced = true`,用户购买过advanced相关课程,`flagUserIsPaid_advanced = false`,用户没有购买过advanced课程。
\ No newline at end of file
> `flagUserIsPaid_advanced = true`,用户购买过advanced相关课程,`flagUserIsPaid_advanced = false`,用户没有购买过advanced课程。
##### 10. 【APP接口】APP首页 获取显示礼包网页的接口
- URL: {{localhost}}/boxfish-online-card/member/welfare/getWelfareType?access_token={{token}}
- Method: POST
-ResponseBody:
```
json5
{
"flagShowWelfarePage": true,
"welfareUrl": "https://www.boxfish.cn/share/market/sihui.html?type=BASIC_ADVANCED"
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment