文件上传

接口地址:/console/upload

请求方式 post

参数:

  • type 上传的文件类型 401-管理人员头像 410-工具百科图片 510-工具百科视频

  • file 具体文件

返回格式:

{
    "code": 1,
    "data": {
        "url": "res.heishoutao.com/tutorial/img/ss.jpg"
    },
    "msg": "success"
}

Last updated

Was this helpful?