curl --location --request GET '/v20/public/index.php/community/property_api.Inspection/getInspectionListByWid?village_id=&start_time=&end_time=&wid='{
"status": 0,
"msg": "string",
"data": [
{
"village": {
"village_id": 0,
"village_name": "string"
},
"taskList": [
{
"wname": "string",
"wid": 0,
"pending": "string",
"in_progress": "string",
"completed": "string",
"partially_completed": "string",
"completion_sum": 0,
"completion_rate": 0,
"exception_rate": 0
}
],
"sum": {
"pending_all": 0,
"in_progress_all": 0,
"completed_all": 0,
"partially_completed_all": 0,
"completion_sum_all": 0,
"completion_rate_all": 0,
"exception_rate_all": 0
}
}
],
"refresh_ticket": "string"
}