huayandong

update doc api

@@ -98,7 +98,7 @@ @@ -98,7 +98,7 @@
98 98
99 ##### 5. 候选学生列表冻结接口 99 ##### 5. 候选学生列表冻结接口
100 100
101 -- URL: {{localhost}}/boxfish-online-card/classOnline/manage/editCandidateStudent 101 +- URL: {{localhost}}/boxfish-online-card/classOnline/manage/editCandidateStudentOrder
102 - Method: POST 102 - Method: POST
103 - RequestBody: 103 - RequestBody:
104 104
@@ -106,7 +106,10 @@ @@ -106,7 +106,10 @@
106 { 106 {
107 "operationAccount": "xxx@b.cn", 107 "operationAccount": "xxx@b.cn",
108 "flagEnable": false, 108 "flagEnable": false,
109 - "classSmallOrderId": 326 109 +
  110 + "studentId": 326,
  111 + "orderCode": "xxx_orderCode",
  112 + "classType": "CLASS_ONLINE_US_0101"
110 } 113 }
111 ``` 114 ```
112 115