flat: 链接登陆1
This commit is contained in:
@@ -23,11 +23,9 @@ export const loginByUsername = (tenantId, username, password, type, key, code, t
|
||||
password,
|
||||
grant_type: (website.captchaMode ? "captcha" : "password"),
|
||||
scope: "all",
|
||||
type
|
||||
},
|
||||
data: {
|
||||
type,
|
||||
token
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
export const refreshToken = (refresh_token, tenantId) => request({
|
||||
|
||||
Reference in New Issue
Block a user