{
"id": "48",
"pointItem": "记录A,记录B,记录C", // 点巡检记录',
"exceptionComment": "", // '异常状况',
"handleComment": "", // '处理结果',
"checkState": "", // '巡检状态 0 -正常 1- 异常 2-异常已处理,3-异常已报修',
"picUrl": "" //'上传图片'
}curl --location --request PUT '/api/v1/inspect/spTaskPoint/device/edit' \
--header 'Token: {{TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "48",
"pointItem": "记录A,记录B,记录C", // 点巡检记录'\'',
"exceptionComment": "", // '\''异常状况'\'',
"handleComment": "", // '\''处理结果'\'',
"checkState": "", // '\''巡检状态 0 -正常 1- 异常 2-异常已处理,3-异常已报修'\'',
"picUrl": "" //'\''上传图片'\''
}'{}