优化图片大小限制

This commit is contained in:
gyq
2026-01-12 15:10:23 +08:00
parent b28fdeaf11
commit 4c06f07ac6
5 changed files with 356 additions and 411 deletions

View File

@@ -37,16 +37,14 @@ export const getCategory = () => {
}
interface getBankBranchListParams {
province?: string; // 省份
city?: string; // 城市
instId?: string; // 顶级机构ID
bankAliceCode?: string;
cityCode?: string;
}
/**
* 获取所有支行
* @params
* province?: string; // 省份
* city?: string; // 城市
* instId?: string; // 顶级机构ID
* bankAliceCode 银行别名code bankAliasCode 从 /system/admin/common/bankInfo 获取
* cityCode 市编码 wxProvinceCode 从 /system/admin/common/region 获取
* @returns
*/
export const getBankBranchList = (params: getBankBranchListParams) => {