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-06 13:58:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c642f6c34613d543e0f4030435c53e02e4395fd
6c642f6c
1 parent
8fe4a7cd
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
boxfish-四会课小程序/四会课领取后台接口.md
boxfish-四会课小程序/四会课领取后台接口.md
View file @
6c642f6
...
...
@@ -75,4 +75,28 @@ public static class OrderSummary {
"flagPost"
:
"true"
,
//
是否邮寄
"flagEnable"
:
"flagEnable"
//
是否需要邮寄
}
```
##### 3. 后台页面赠送学生四会课接口
-
URL: {{localhost}}/boxfish-online-card/order/textbook/manage/submitUserOrder
-
Method: POST
-
RequestBody:
```
java
public
static
class
Request
{
private
Long
userId
;
// 收货人盒子鱼ID
private
String
versionCode
;
private
Long
sourceInvitationCode
;
// 该收货人的邀请人
private
String
orderName
;
private
String
orderMobile
;
private
String
orderProvince
;
private
String
orderCity
;
private
String
orderCounty
;
private
String
orderAddressDetail
;
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment