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-05 20:30:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8fe4a7cdcb39b566d11fcdfdc9dcc36eb4e88b94
8fe4a7cd
1 parent
8fae588d
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
boxfish-四会课小程序/四会课领取后台接口.md
boxfish-四会课小程序/四会课领取后台接口.md
View file @
8fe4a7c
...
...
@@ -56,8 +56,8 @@ public static class OrderSummary {
private
Boolean
flagPost
;
// 是否已邮寄
private
DateTime
postTime
;
// 邮寄时间
private
String
obtainType
;
private
String
courseType
;
private
String
obtainType
;
// 领取方式:WX_MINI_OBTAIN(小程序领取), WX_MINI_SHARE("小程序分享赠送"),MANAGE_OBTAIN("后台领取");
private
String
courseType
;
// 课程类型:COURSE_TEXTBOOK_V2_WORD(四会单词课),COURSE_JHXXQ(小学期课)
}
```
...
...
Please
register
or
login
to post a comment