上传图片
开发中POST
/api/upload/image请求参数
Body 参数multipart/form-data
file
file
文件
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
id
string
必需
cid
integer
必需
type
integer
必需
name
string
必需
uri
string
必需
url
string
必需
示例
{
"code": 1,
"show": 0,
"msg": "上传成功",
"data": {
"id": "28",
"cid": 0,
"type": 10,
"name": "5c3dba1366885.jpg",
"uri": "http://www.likeadmin.localhost/uploads/images/202209201816450708c8934.jpg",
"url": "uploads/images/202209201816450708c8934.jpg"
}
}
最后修改时间: 2 年前