curl --location --request POST '/api/v3/customer/file-upload' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--form 'userId="admin_tmqf0109"' \
--form 'file=@"请选择上传文件"'
{
"code": 0,
"message": "success",
"data": {
"size": "28.8KB",
"name": "rBHDtmGwpeqAEwthAABzHRoI_lg99",
"type": "xlsx",
"originalFilename": "rBHDtmGwpeqAEwthAABzHRoI_lg99.xlsx",
"url": "https://dev.tanmarket.cn/fdfsServer/group1/M00/24/5E/rBHDtmG29YiANmQoAABzHUV9rO896.xlsx",
"fileId": "group1/M00/24/5E/rBHDtmG29YiANmQoAABzHUV9rO896.xlsx"
}
}