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