{
"id": 0,
"ids": [
0
],
"taskId": 0,
"name": "string",
"address": "string",
"phone": "string",
"time": "string"
}
curl --location --request POST 'http://114.255.31.92:8080/api/v1/app/taskSheet/editOnSiteInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"ids": [
0
],
"taskId": 0,
"name": "string",
"address": "string",
"phone": "string",
"time": "string"
}'
{
"code": "",
"data": {},
"msg": ""
}