liukangdong
2024-07-23 4fc49f3f06e9bb6275045d32245469816b451a4c
wechat_staff/api/index.js
@@ -26,16 +26,15 @@
// 获取手机号
export const getWxMiniPhone = (data) => {
  return request({
    url: '/web/customer/getWxMiniPhone',
    url: '/web/personnel/getWxMiniPhoneLogin',
    method: "POST",
    data
  })
}
// 绑定手机号
export const binDingPhone = (data) => {
// 绑定Openid
export const bindingOpenid = (data) => {
  return request({
    url: '/web/customer/binDingPhone',
    method: "POST",
    url: '/web/personnel/bindingOpenid',
    data
  })
}
@@ -182,3 +181,10 @@
    data
  })
}
// 小程序注销
export const getCrmAuthUrl = (data) => {
  return request({
    url: '/web/customer/getCrmAuthUrl',
    data
  })
}