huayandong

update doc api

@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 - Method: POST 10 - Method: POST
11 - RequestBody: 11 - RequestBody:
12 12
13 -```json 13 +```json5
14 { 14 {
15 // 登录凭证 15 // 登录凭证
16 "jsCode": "wx_jsCode", 16 "jsCode": "wx_jsCode",
@@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
22 22
23 - ResponseBody: 23 - ResponseBody:
24 24
25 -```json 25 +```java
26 // status 26 // status
27 private ResponseStatus status; 27 private ResponseStatus status;
28 private String message; 28 private String message;
@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 - Method: POST 37 - Method: POST
38 - RequestBody: 38 - RequestBody:
39 39
40 -```json 40 +```json5
41 { 41 {
42 "openId": "user_openId", 42 "openId": "user_openId",
43 "invitationCode": "invitation_code" 43 "invitationCode": "invitation_code"
@@ -104,7 +104,7 @@ public static class Response { @@ -104,7 +104,7 @@ public static class Response {
104 // 邀请人的邀请码 104 // 邀请人的邀请码
105 "invitationCode": 100000001, 105 "invitationCode": 100000001,
106 106
107 - // 领取课程类型:体验课 = 'COURSE_EXPERIENCE', 单词课 = "COURSE_TEXTBOOK_V2_WORD" 107 + // 领取课程类型:体验课 = 'COURSE_EXPERIENCE', 正式课 = "COURSE_PRODUCT"
108 "courseType": "COURSE_EXPERIENCE", 108 "courseType": "COURSE_EXPERIENCE",
109 // 领取的教材版本 109 // 领取的教材版本
110 "versionCode": "versionCode", 110 "versionCode": "versionCode",