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-05-20 20:35:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d229c47e397c7b2b0f0e020e171a411fd4df7356
d229c47e
1 parent
8c3c5ca9
doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
boxfish-Card/card-学员信息接口.md
boxfish-Card/card-学员信息接口.md
View file @
d229c47
...
...
@@ -45,16 +45,6 @@ public class MemberSummary implements BeanToJson {
private
Integer
amountCash
;
// 剩余奖学金
// 四会课 弹窗标识
private
Boolean
flagShowTextbookV2Dialog
;
// 四会课弹窗 显示
private
String
textbookV2ImageUrl
;
// 四会课弹窗 图片
private
String
textbookV2PageUrl
;
// 四会课显示 网页
// 四会课 显示购买入口
private
Boolean
flagShowTextbookV2Purchase
;
// 四会课购买 入口
// 精华小学期 标识
private
Boolean
flagShowClassSmall_JH
;
// 精华小学期 入口
// BASIC套餐 知识点
private
Boolean
flagUserHasBasic_KNOWLEDGE
;
// 是否购买 BASIC 套餐
private
DateTime
expireTimeBasic_KNOWLEDGE
;
// BASIC 套餐过期时间
...
...
@@ -65,5 +55,18 @@ public class MemberSummary implements BeanToJson {
// 四会课 单词
private
Boolean
flagPaperTextbookAuth
;
// 纸质四会课 权限
private
DateTime
expireTimePaperTextbook
;
// 纸质四会课 过期时间
// 四会课 弹窗标识
private
Boolean
flagShowTextbookV2Dialog
;
// 四会课弹窗 显示标识
private
String
textbookV2ImageUrl
;
// 四会课弹窗 图片
private
String
textbookV2PageUrl
;
// 四会课显示 网页
// 四会课 banner
private
Boolean
flagShowTextbookV2Purchase
;
// 四会课购买 显示标识
private
String
textbookV2PurchaseUrl
;
// 四会课购买 网页
private
String
textbookV2PurchaseImage
;
// 四会课购买 图片
// 精华小学期 banner
private
Boolean
flagShowClassSmall_JH
;
// 精华小学期 显示标识
private
String
classSmall_JHPurchaseUrl
;
// 精华小学期 网页
private
String
classSmall_JHPurchaseImage
;
// 精华小学期 图片
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment