From 1bf1db640588bffd0180ff738583763c282dd684 Mon Sep 17 00:00:00 2001 From: DaxPay Date: Mon, 21 Oct 2024 10:42:09 +0800 Subject: [PATCH] =?UTF-8?q?ref=20=E8=8E=B7=E5=8F=96=E6=94=B6=E9=93=B6?= =?UTF-8?q?=E5=8F=B0=E4=BF=A1=E6=81=AF=E6=8E=A5=E5=8F=A3=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/daxpay/cashier/ChannelCashier.api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/daxpay/cashier/ChannelCashier.api.ts b/src/views/daxpay/cashier/ChannelCashier.api.ts index 347adb6..7d2c9e1 100644 --- a/src/views/daxpay/cashier/ChannelCashier.api.ts +++ b/src/views/daxpay/cashier/ChannelCashier.api.ts @@ -8,7 +8,7 @@ import type { Result } from '#/axios' */ export function getCashierInfo(cashierType: string, appId: string) { return http.request>({ - url: '/unipay/ext/channel/cashier/getCashierType', + url: '/unipay/ext/channel/cashier/getCashier', method: 'GET', params: { cashierType, appId }, })