兰宝车间质量管理系统-前端
thiszhc
2023-07-01 2b7ffdf19c0e525f03dc6234b58cac03b627f0a5
src/api/login.ts
@@ -66,11 +66,15 @@
 * 第三方登录
 * @param source 第三方登录类型
 * */
export function socialLogin(source: string, code: any, state: any): AxiosPromise<any> {
export function socialLogin(source: string, tenantId: string, loginType: string, code: any, state: any): AxiosPromise<any> {
  const data = {
    code,
    state,
    source
    source,
    tenantId,
    loginType,
    clientId: 'e5cd7e4891bf95d1d19206ce24a7b32e',
    grantType: 'social'
  };
  return request({
    url: '/auth/social-login',