rk
2025-10-21 3b0c9e51e16619e59b58e4ce9870e8f69e89259b
h5/api/index.js
@@ -15,10 +15,9 @@
  })
}
// 授权
export const wxAuthorize = (data) => {
export const wxAuthorizea = (data) => {
  return http({
    url: 'visitsAdmin/cloudService/web/visitor/wxAuthorize',
    method: 'get',
    data
  })
}