mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 添加同步租户套餐的功能,并更新租户选择器逻辑。
This commit is contained in:
@ -47,6 +47,15 @@ export function fetchSyncTenantDict() {
|
||||
});
|
||||
}
|
||||
|
||||
/** 同步租户套餐 */
|
||||
export function fetchSyncTenantPackage(params: Api.System.SyncTenantPackageParams) {
|
||||
return request<boolean>({
|
||||
url: '/system/tenant/syncTenantPackage',
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
/** 动态切换租户 */
|
||||
export function fetchChangeTenant(tenantId: CommonType.IdType) {
|
||||
return request<boolean>({
|
||||
|
Reference in New Issue
Block a user