优化图片大小限制
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user