''
liukangdong
2024-05-27 aeadf5dce5646f19ada355b3a35eab4f5b0956a1
h5/api/index.js
@@ -16,4 +16,12 @@
    method: 'get',
    data
  })
}
// 授权
export const wxAuthorize = (data) => {
  return http({
    url: 'visitsAdmin/cloudService/web/visitor/wxAuthorize',
    method: 'get',
    data
  })
}