''
liukangdong
2024-06-17 e8e0e31be5f27e657de6f07f57a20fdf70e9bb9b
h5/api/visitor.js
@@ -55,4 +55,11 @@
    method: 'get',
    data
  })
}
// 访客报备详情
export const getVisitedReDetail = (data) => {
  return http({
    url: 'visitsAdmin/cloudService/business/visits/'+data.id,
    method: 'get'
  })
}