wlzboy
3 天以前 40a8157440e3b906da8f52e07d939d78c3f4c313
app/api/login.js
@@ -101,3 +101,15 @@
    }
  })
}
// 企业微信免登
export function qyWechatAutoLogin(code) {
  return request({
    url: '/system/qywechat/autoLogin',
    headers: {
      isToken: false
    },
    method: 'post',
    data: { code }
  })
}