新建模板
接口地址 /task/work-template/insertOne
请求方式 POST
consumes ["application/json"]
produces ["*/*"]
接口描述 ``
请求参数
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
workTemplate | workTemplate | body | true | WorkTemplate | WorkTemplate |
schema属性说明
WorkTemplate
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
enable | body | false | string | ||
phone | body | false | string | ||
templateId | body | false | string | ||
templateNm | body | false | string | ||
workTpId | body | false | string |
响应状态
状态码 | 说明 | schema |
---|---|---|
200 | OK | ResponseMessage |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
data | object | ||
message | string | ||
ok | boolean | ||
respCode | string |
响应示例
{
"data": {},
"message": "",
"ok": true,
"respCode": ""
}
上传工作流图
接口地址 /task/process-file/upload
请求方式 GET
consumes ["multipart/form-data"]
produces ["*/*"]
接口描述 ``
请求参数
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
file | file | formData | false | file | |
tempId | tempId | query | false | string |
响应状态
状态码 | 说明 | schema |
---|---|---|
200 | OK | ResponseMessage |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
data | object | ||
message | string | ||
ok | boolean | ||
respCode | string |
响应示例
{
"data": {},
"message": "",
"ok": true,
"respCode": ""
}
网友评论