文档
测试

02-图片上传

POST
http://localhost:5000/api/manager/config/upload_img

请求参数

参数名
类型
描述
必填
id
int
示例:2
必填
img
string
示例:
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:图片上传成功
必填
data
object
数据字典
必填
file_path
string
示例:/images/config/300ee97b7530b10ac5f78defd84112a0.jpg
必填