k94314517
2024-12-19 81c81834668f8b5e26f3dde8a7d13efcb251ad32
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
  })
}