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-23 09:33:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
422f0e19557dbfb84edfbb4773b12890a9ef19d7
422f0e19
1 parent
8f4f929f
doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletions
boxfish-四会课小程序/四会课小程序领取0512.md
boxfish-四会课小程序/四会课小程序领取0512.md
View file @
422f0e1
...
...
@@ -75,7 +75,7 @@ public static class Response {
##### 4. 用户提交教材版本、手机号、地址信息
##### 4.
【此接口弃用】
用户提交教材版本、手机号、地址信息
-
URL: {{localhost}}/boxfish-online-card/textbook/version/submitTextbookVersion
-
Method: POST
...
...
@@ -105,6 +105,27 @@ public static class Response {
}
```
##### 4.1. 用户提交教材版本、手机号、地址信息,领取四会课程
-
URL: {{localhost}}/boxfish-online-card/order/textbook/submitTextbookOrder
-
Method: POST
-
RequestBody:
```
java
public
static
class
Request
{
private
String
versionCode
;
// 领取versionCode
private
String
orderName
;
// 收货人名称
private
String
orderMobile
;
// 收货人手机号
private
String
orderProvince
;
// 省
private
String
orderCity
;
// 市
private
String
orderDistrict
;
// 区
private
String
orderAddressDetail
;
// 详细地址
private
String
openId
;
// 微信openId
private
Long
invitationCode
;
// 邀请人的邀请码
}
```
##### 5. 查询已经领取的教材信息、邀请的用户信息
-
URL: {{localhost}}/boxfish-online-card/textbook/obtain/getObtainTextbook
...
...
Please
register
or
login
to post a comment