mirror of
https://gitee.com/bootx/dax-pay-h5.git
synced 2025-10-14 06:04:51 +00:00
ref 获取收银台信息接口路径优化
This commit is contained in:
@@ -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 },
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user