mirror of
https://gitee.com/bootx/dax-pay-h5.git
synced 2025-08-29 08:43:54 +00:00
Compare commits
2 Commits
09f30ceace
...
de5e3a7fda
Author | SHA1 | Date | |
---|---|---|---|
![]() |
de5e3a7fda | ||
![]() |
1bf1db6405 |
@@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=18.12.0",
|
||||
"node": ">=20.6.0",
|
||||
"pnpm": ">=9.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
|
@@ -8,7 +8,7 @@ import type { Result } from '#/axios'
|
||||
*/
|
||||
export function getCashierInfo(cashierType: string, appId: string) {
|
||||
return http.request<Result<ChannelCashierConfigResult>>({
|
||||
url: '/unipay/ext/channel/cashier/getCashierType',
|
||||
url: '/unipay/ext/channel/cashier/getCashier',
|
||||
method: 'GET',
|
||||
params: { cashierType, appId },
|
||||
})
|
||||
|
Reference in New Issue
Block a user