企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
~~~[api] POST:/fangyi/Report/killLogs?framework=api *string:groupid=默认值#项目标识 string:data=时间#时间 <<< success { "code": 0, "msg": "获取成功", "data": { "name": "测试项目1", "list": [ { "id": "386", //消杀地点标识 "title": "消杀地点1号", //消杀地点名称 "logs": { "id": "24", "img": "http://yiqing.9617777.com//attachment/j_hmoney/20200221/41a1a96ce25e99f00d93c2bebf13adbf.jpg", //消杀拍照 "remark": null, //消杀备注 "createtime": "2020-02-21 14:55:49", //消杀时间 "account": { "name": "张1", //消杀人 "phone": "13562555551", //联系方式 "openid": "123" } } }, { "id": "387", "title": "稍等2 ", "logs": null //此地点没消杀 }, { "id": "388", "title": "新增123", "logs": null }, { "id": "389", "title": "123", "logs": { "id": "23", "img": "http://yiqing.9617777.com//attachment/j_hmoney/20200221/288b503fb2ece792f0e401d752614a8f.jpg", "remark": null, "createtime": "2020-02-21 14:55:40", "account": { "name": "张1", "phone": "13562555551", "openid": "123" } } }, { "id": "390", "title": "4343", "logs": null } ] } } <<< error ~~~