文档
测试

巡检点任务处理

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

请求参数

参数名
类型
描述
必填
id
long
巡检点任务id
必填
executeContent
string
处理内容
必填
executeImgs
string
处理图片
必填

说明 / 示例

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