头像上传

接口地址:/customer/upload

请求方式 post

参数:

  • file 具体文件

返回格式:

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

Last updated

Was this helpful?