【修复】小程序端银行卡提现,银行名称改为下拉选择

This commit is contained in:
YunaiV
2024-09-05 20:08:48 +08:00
parent 1cfd974fed
commit 81cd02bbee
3 changed files with 49 additions and 59 deletions
+4 -4
View File
@@ -6,11 +6,11 @@ const DictApi = {
return request({
url: `/system/dict-data/type`,
method: 'GET',
params: {
type,
},
params: {
type,
},
});
},
};
export default DictApi;
export default DictApi;