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-11 18:40:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
33eee163b9eb85ef7bdf73279c3b9b634c1bf4d4
33eee163
1 parent
74a0bb2e
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
boxfish-Card/card-学员信息接口.md
boxfish-Card/card-学员信息接口.md
View file @
33eee16
...
...
@@ -11,6 +11,7 @@
-
ResponseBody:
```
java
public
class
MemberSummary
implements
BeanToJson
{
private
Long
userId
;
private
MemberTypeEnum
memberType
;
// 学员身份
private
DateTime
expireTimeMember
;
// 学员过期时间
...
...
@@ -46,9 +47,22 @@ public class MemberSummary implements BeanToJson {
private
Integer
amountCash
;
// 剩余奖学金
private
Boolean
flagJhxxqAuth
;
// 精华小学期 使用权限
private
DateTime
expireTimeJhxxq
;
// 精华小学期 过期时间
private
Boolean
flagUserIsPaid
;
// 用户是否为 付费用户
private
Boolean
flagUserHasAddressInfo
;
// 是否填过领取地址
// 四会课 单词
private
Boolean
flagPaperTextbookAuth
;
// 纸质四会课 权限
private
DateTime
expireTimePaperTextbook
;
// 纸质四会课 过期时间
// BASIC套餐 知识点
private
Boolean
flagUserHasBasic_KNOWLEDGE
;
// 是否购买 BASIC 套餐
private
DateTime
expireTimeBasic_KNOWLEDGE
;
// BASIC 套餐过期时间
// BASIC套餐 单词
private
Boolean
flagUserHasBasic_WORD
;
// 是否购买 BASIC 套餐
private
DateTime
expireTimeBasic_WORD
;
// BASIC 套餐过期时间
}
```
...
...
Please
register
or
login
to post a comment