k94314517
2025-03-06 cf7631b759d88a79164f9d6a4ad55727e89bd03b
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
  })
}