k94314517
2025-03-07 cf5a4f1eae62498a24a029c84afa863434abc03a
h5/api/index.js
@@ -3,6 +3,7 @@
export * from './visitor'
export * from './staff'
export * from './meeting'
export * from './driver'
@@ -14,10 +15,9 @@
  })
}
// 授权
export const wxAuthorize = (data) => {
export const wxAuthorizea = (data) => {
  return http({
    url: 'visitsAdmin/cloudService/web/visitor/wxAuthorize',
    method: 'get',
    data
  })
}