简要描述
请求URL
http://192.168.2.107:8080/ops/itsm/questionnaire/partake/file/upload
请求方式
参数--form-data
参数名 |
必选 |
类型 |
说明 |
file |
是 |
file |
文件 |
recordUuid |
是 |
string |
问卷记录uuid |
调用示例
返回示例
{
"errorCode": 0,
"message": "成功",
"time": 1634009343986,
"responseBody": {
"relyPath": "/ops/static/30f7d5cf2303463e819a3194440c8900开发大神专用词库【官方推荐】.scel",
"fileName": "开发大神专用词库【官方推荐】.scel",
"fileSize": "24160",
"uuid": "30f7d5cf2303463e819a3194440c8900"
}
}
返回参数说明
参数名 |
类型 |
说明 |
relyPath |
string |
前端直接请求静态资源路径 |
fileName |
string |
文件名称 |
fileSize |
string |
文件大小 |
uuid |
string |
uuid |
备注