rk
2026-03-04 2af18c8ad2834fe18b38f57118cab7073bdb8ad0
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
  })
}