~~~[api]
post:/indexs.php/fangyi/Address/grentateLogs
*string:openid=默认值#用户标识
*string:groupid=默认值#项目标识
*string:areaid=默认值#地点标识
<<<
success
{
"code": 0,
"msg": "获取成功",
"data": {
"name": "xxxx",
"list": [
{
"id": "386",
"title": "消杀地点1号"
},
{
"id": "387",
"title": "消杀地点2号"
}
]
}
}
<<<
error
~~~