huayandong

update doc api

... ... @@ -98,7 +98,7 @@
##### 5. 候选学生列表冻结接口
- URL: {{localhost}}/boxfish-online-card/classOnline/manage/editCandidateStudent
- URL: {{localhost}}/boxfish-online-card/classOnline/manage/editCandidateStudentOrder
- Method: POST
- RequestBody:
... ... @@ -106,7 +106,10 @@
{
"operationAccount": "xxx@b.cn",
"flagEnable": false,
"classSmallOrderId": 326
"studentId": 326,
"orderCode": "xxx_orderCode",
"classType": "CLASS_ONLINE_US_0101"
}
```
... ...