''
liukangdong
2024-05-28 cef577c6928c961b4c3e2d97748a232aac64b903
h5/api/visitor.js
@@ -39,4 +39,12 @@
    method: 'post',
    data
  })
}
// 访客记录详情
export const getVisitedDetail = (data) => {
  return http({
    url: 'visitsAdmin/cloudService/web/visitor/detail',
    method: 'get',
    data
  })
}