baoshiwei
2025-04-19 9d960ed0058f9087f49e9741a9af06c3f9116eb0
zhitan-vue/src/api/login.js
@@ -19,6 +19,28 @@
  })
}
export function loginBySocial(data) {
  console.log("loginBySocial",data);
  return request({
    url: '/login',
    headers: {
      isToken: false,
      repeatSubmit: false
    },
    method: 'post',
    data: data
  })
}
// 绑定账号
export function authBinding() {
  return request({
    url: '/binding',
    method: 'get'
  });
}
// 注册方法
export function register(data) {
  return request({