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
图片删除成功
必填