文件上传

接口地址:/pbuser/upload

请求方式 post

参数:

  • type 上传的文件类型 300-用户头像 301-教程头图 302-教程轮播图 303-教程步骤效果图 304-教程步骤内容图 311-教程内容视频 321-教程图纸pdf

  • file 具体文件

返回格式:

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

Last updated

Was this helpful?