liukangdong
2024-12-11 8bd6e0f1c84f2bc5bf2b9555d1c5fb388565db6c
h5/api/staff.js
@@ -14,6 +14,12 @@
    method: 'get'
  })
}
export const saveHkUserOpenid = () => {
  return http({
    url: 'visitsAdmin/cloudService/business/hksync/saveHkUserOpenid',
    method: 'post'
  })
}
// 刷新token
export const refreshToken = () => {
  return http({
@@ -55,7 +61,7 @@
// loginout
export const logoutPost = (data) => {
  return http({
    url: '/logout',
    url: '/logoutForH5',
    method: 'post',
    data
  })