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:27:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8fae588d127c216e822f7ecf35871fc2bc1971ed
8fae588d
1 parent
084c8cc5
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
boxfish-四会课小程序/四会课领取后台接口.md
boxfish-四会课小程序/四会课领取后台接口.md
View file @
8fae588
...
...
@@ -34,14 +34,18 @@ public static class Request {
```
java
public
static
class
OrderSummary
{
private
Long
userId
;
private
String
orderCode
;
private
String
versionGrade
;
private
Long
id
;
private
String
orderName
;
private
String
orderMobile
;
private
Long
invitationCode
;
private
String
sourceWxNickName
;
// 邀请人 昵称
private
Long
sourceInvitationCode
;
// 邀请人 邀请码
private
Long
userId
;
// 领取人 ID
private
String
orderMobile
;
// 领取人 手机号
private
String
orderName
;
// 领取人 收货名称
private
String
orderCode
;
private
DateTime
orderTime
;
private
String
versionGrade
;
private
String
orderProvince
;
private
String
orderCity
;
...
...
@@ -52,8 +56,8 @@ public static class OrderSummary {
private
Boolean
flagPost
;
// 是否已邮寄
private
DateTime
postTime
;
// 邮寄时间
private
String
obtainType
Desc
;
private
WxMiniUserRelationshipEntity
.
OrderObtainType
obtain
Type
;
private
String
obtainType
;
private
String
course
Type
;
}
```
...
...
Please
register
or
login
to post a comment