curl --location --request POST '/api/v3/file/upload' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--form 'file=@"请选择上传文件"'
{
"code": 0,
"message": "success",
"data": {
"uid": 1639296945162,
"size": 2536358,
"name": "SCRM-DD-v01.xlsx",
"type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"url": "https://dev.tanmarket.cn/fdfsServer/group1/M00/24/55/rBHDtmGvHZCAJ2KPACazpkStqCQ56.xlsx",
"status": "success",
"fileId": "group1/M00/24/55/rBHDtmGvHZCAJ2KPACazpkStqCQ56.xlsx"
}
}