| 参数名 | 类型 | 说明 | 是否必填 |
|---|---|---|---|
| courseId | Integer | 班级ID | 是 |
| file | String | Excel文档 | 是 |
| 参数名 | 类型 | 说明 |
|---|---|---|
| code | integer | |
| data | state | |
| msg | string | |
| total | integer |
curl --location --request POST '/assistant/import' \
--header 'Authentication: {{token}}' \
--form 'file=@""' \
--form 'courseId="394"'{
"code": 200,
"data": 3,
"msg": "success",
"total": 0
}