This commit is contained in:
qijq 2025-05-10 12:28:29 +08:00
parent c2c3580652
commit 8df2777cbf

View File

@ -139,7 +139,7 @@ export function GetAuditInfo(params) {
*/ */
export function GetBankList() { export function GetBankList() {
http({ return http({
url: '/shop/global/banks/list', url: '/shop/global/banks/list',
method: 'post', method: 'post',
}); });