ref 获取收银台信息接口路径优化

This commit is contained in:
DaxPay
2024-10-21 10:42:09 +08:00
parent 09f30ceace
commit 1bf1db6405

View File

@@ -8,7 +8,7 @@ import type { Result } from '#/axios'
*/ */
export function getCashierInfo(cashierType: string, appId: string) { export function getCashierInfo(cashierType: string, appId: string) {
return http.request<Result<ChannelCashierConfigResult>>({ return http.request<Result<ChannelCashierConfigResult>>({
url: '/unipay/ext/channel/cashier/getCashierType', url: '/unipay/ext/channel/cashier/getCashier',
method: 'GET', method: 'GET',
params: { cashierType, appId }, params: { cashierType, appId },
}) })