银行 国家地区

This commit is contained in:
‘huanghaiixia’
2025-10-23 14:02:27 +08:00
parent f54d083784
commit 39953e5648
13 changed files with 3378 additions and 2798 deletions

View File

@ -136,4 +136,20 @@ export async function disableLngBBank(ids: string[], mode: ErrorMessageMode = 'm
errorMessageMode: mode,
},
);
}
}
/**
* @description: 获取数据日志
*/
export async function getDataLog(id: string, mode: ErrorMessageMode = 'modal', path:string) {
return defHttp.post<boolean>(
{
url: path,
params: { id },
},
{
errorMessageMode: mode,
},
);
}