mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix: 修复部分已知的问题
This commit is contained in:
@ -13,7 +13,7 @@ export function fetchSocialAuthBinding(source: Api.System.SocialSource, tenantId
|
||||
}
|
||||
|
||||
/** 解绑账户 */
|
||||
export function fetchSocialAuthUnbinding(socialId: string) {
|
||||
export function fetchSocialAuthUnbinding(socialId: CommonType.IdType) {
|
||||
return request<string>({
|
||||
url: `/auth/unlock/${socialId}`,
|
||||
method: 'delete'
|
||||
|
Reference in New Issue
Block a user