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-17 14:42:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3903f2974c8d019d930d9a99907a36bf824a3e53
3903f297
1 parent
fc199dee
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
boxfish-四会课小程序/四会课领取后台接口.md
boxfish-四会课小程序/四会课领取后台接口.md
View file @
3903f29
...
...
@@ -116,3 +116,26 @@ public static class Request {
}
```
##### 5. 后台页面赠送学生 精华小学期课程接口
- URL: {{localhost}}/boxfish-online-card/order/textbook/manage/submitOrderXxq
- Method: POST
- RequestBody:
```
java
public static class Request {
private Long userId; // 收货人盒子鱼ID
private String grade; // 赠送小学期的年级
private Long sourceInvitationCode; // 该收货人的邀请人
private String orderName;
private String orderMobile;
private String orderProvince;
private String orderCity;
private String orderCounty;
private String orderAddressDetail;
}
```
...
...
Please
register
or
login
to post a comment