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-31 20:58:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bd5677f1065faf0fc3cc4c1bfc416e6f3675bdfa
bd5677f1
1 parent
8e86d9d5
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
boxfish-四会课小程序/四会课小程序领取0512.md
boxfish-四会课小程序/四会课小程序领取0512.md
View file @
bd5677f
...
...
@@ -192,3 +192,34 @@ public static class Response {
private
Long
invitationCode
;
}
```
##### 7. 小程序领取小学期 提交接口
-
URL: {{localhost}}/boxfish-online-card/order/textbook/submitXxqOrder
-
Method: POST
-
RequestBody:
```
json5
{
"grade": "GRADE_8_A",
"orderName": "领取测试-hua23",
"orderMobile": "18388880000",
"orderProvince": "北京市",
"orderCity": "北京市",
"orderCounty": "朝阳区",
"orderAddressDetail": "太阳宫",
"openId": "oa-sI0UT7aWRT44vi8bIT1i8KYCI",
"invitationCode": "100000004"
}
```
-
ResponseBody:
```
json5
{
"status": "SUCCESS",
"message": "领取成功",
"invitationCode": 100000340
}
```
...
...
Please
register
or
login
to post a comment