On this page
上传图片
接口功能
增加相册分类
URL
支持格式
JSON
HTTP请求方式
POST
header头
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
token | true | String | token |
请求参数
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
img | true | file | 图片 |
接口示例
json5
{
"msg": "ok",
"data": {
"url": "http://...png",
"name": "public/...jpg",
"path": "public/...jpg",
"image_class_id": "5",
"create_time": "2020-01-13 20:46:17",
"update_time": "2020-01-13 20:46:17",
"id": "65"
}
}