文档
测试

定期任务处理

POST
http://127.0.0.1:8181/staff/regular/handleTask

请求参数

参数名
类型
描述
必填
id
long
任务id
必填
existProblem
int
是否存在问题(0-否,1-是)
必填
executeContent
string
任务处理描述
必填
executeImgs
string
处理图片
必填

说明 / 示例

**请求报文** ```json { "id":"336", "existProblem":"0", "executeContent":"任务处理描述", "executeImgs":"" } ```