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 10:53:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f8970717acc0a9553a5839219af3685d15c78be0
f8970717
1 parent
bfeb6508
doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
67 additions
and
0 deletions
boxfish-Card/card-学员信息接口
boxfish-Card/card-学员信息接口
0 → 100644
View file @
f897071
### 获取学员身份信息接口
##### 1. 学生端接口
- URL: {{localhost}}/boxfish-online-card/member/info/getMemberInfo?access_token={{token}}
- Method: GET
- ResponseBody:
```java
public class MemberSummary implements BeanToJson {
private Long userId;
private MemberTypeEnum memberType; // 学员身份
private DateTime expireTimeMember; // 学员过期时间
private Integer amountClassSvValid; // 外教练习 剩余次数
private Integer amountClassSvFinished; // 外教练习 完成次数
private DateTime expireTimeClassSv; // 外教练习 过期时间
private Integer amountClassSv10Valid; // 外教练习 10分钟 剩余次数
private String expireDescClassSv5; // 外教练习5分钟 过期描述
private String expireDescClassSv10; // 外教练习10分钟 过期描述
private Integer amountExamOral; // 口语考试 剩余次数
private DateTime expireTimeExamOral; // 口语考试 过期时间
private Integer amountOpenCn; // 中教名师课 剩余次数
private DateTime expireTimeOpenCn; // 中教名师课 过期时间
private String expireDescOpenCn; // 中教名师课 过期描述
private Integer amountOpenUs; // 外教名师课 剩余次数
private DateTime expireTimeOpenUs; // 外教名师课 过期时间
private String expireDescOpenUs; // 外教名师课 过期描述
private Boolean flagPaperV1Auth; // 纸质三件套 权限
private DateTime expireTimePaperV1; // 智能三件套 过期时间
private Long classSmallId; // 小班课ID
private String classSmallName; // 小班课名称
private Integer amountClassSmall; // 小班课数量
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 套餐过期时间
// BASIC套餐 单词
private Boolean flagUserHasBasic_WORD; // 是否购买 BASIC 套餐
private DateTime expireTimeBasic_WORD; // BASIC 套餐过期时间
// 四会课 单词
private Boolean flagPaperTextbookAuth; // 纸质四会课 权限
private DateTime expireTimePaperTextbook; // 纸质四会课 过期时间
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment