03-讲师管理-删除头像
GET
http://localhost:5000/api/manager/teacher/delete_file?file_path=%2Fimages%2Fteacher%2Fxl.jpg
请求参数
参数名
类型
描述
必填
file_path
string
示例:/images/teacher/xl.jpg
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:图片删除成功
必填