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-07-20 15:06:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
65db62511a9b53b8e6b7c3285432d2174c25dba8
65db6251
1 parent
b14c8ac4
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
boxfish-四会课小程序/四会课小程序领取0719.md
boxfish-四会课小程序/四会课小程序领取0719.md
View file @
65db625
...
...
@@ -91,5 +91,33 @@ public static class Response {
}
```
##### 4. 小程序领取课程提交接口
-
URL: {{localhost}}/boxfish-online-card/order/mini/submitCourseOrder
-
Method: POST
-
RequestBody:
```
json5
{
// 领取人openId
"openId": "openId",
// 邀请人的邀请码
"invitationCode": 100000001,
// 领取课程类型:体验课 = 'COURSE_EXPERIENCE', 单词课 = "COURSE_TEXTBOOK_V2_WORD"
"courseType": "COURSE_EXPERIENCE",
// 领取的教材版本
"versionCode": "versionCode",
// 领取人信息
"orderName": "orderName",
"orderMobile": "orderMobile",
// 领取人地址
"orderProvince": "orderProvince",
"orderCity": "orderCity",
"orderCounty": "orderCounty",
"orderAddressDetail": "orderAddressDetail"
}
```
...
...
Please
register
or
login
to post a comment