Showing
1 changed file
with
22 additions
and
1 deletions
@@ -75,7 +75,7 @@ public static class Response { | @@ -75,7 +75,7 @@ public static class Response { | ||
75 | 75 | ||
76 | 76 | ||
77 | 77 | ||
78 | -##### 4. 用户提交教材版本、手机号、地址信息 | 78 | +##### 4. 【此接口弃用】用户提交教材版本、手机号、地址信息 |
79 | 79 | ||
80 | - URL: {{localhost}}/boxfish-online-card/textbook/version/submitTextbookVersion | 80 | - URL: {{localhost}}/boxfish-online-card/textbook/version/submitTextbookVersion |
81 | - Method: POST | 81 | - Method: POST |
@@ -105,6 +105,27 @@ public static class Response { | @@ -105,6 +105,27 @@ public static class Response { | ||
105 | } | 105 | } |
106 | ``` | 106 | ``` |
107 | 107 | ||
108 | +##### 4.1. 用户提交教材版本、手机号、地址信息,领取四会课程 | ||
109 | + | ||
110 | +- URL: {{localhost}}/boxfish-online-card/order/textbook/submitTextbookOrder | ||
111 | +- Method: POST | ||
112 | +- RequestBody: | ||
113 | +```java | ||
114 | +public static class Request { | ||
115 | + private String versionCode; // 领取versionCode | ||
116 | + | ||
117 | + private String orderName; // 收货人名称 | ||
118 | + private String orderMobile; // 收货人手机号 | ||
119 | + private String orderProvince; // 省 | ||
120 | + private String orderCity; // 市 | ||
121 | + private String orderDistrict; // 区 | ||
122 | + private String orderAddressDetail; // 详细地址 | ||
123 | + | ||
124 | + private String openId; // 微信openId | ||
125 | + private Long invitationCode; // 邀请人的邀请码 | ||
126 | +} | ||
127 | +``` | ||
128 | + | ||
108 | ##### 5. 查询已经领取的教材信息、邀请的用户信息 | 129 | ##### 5. 查询已经领取的教材信息、邀请的用户信息 |
109 | 130 | ||
110 | - URL: {{localhost}}/boxfish-online-card/textbook/obtain/getObtainTextbook | 131 | - URL: {{localhost}}/boxfish-online-card/textbook/obtain/getObtainTextbook |
-
Please register or login to post a comment