feat(daxpay): 支持支付宝和微信特约商户

- 新增支付宝和微信特约商户相关的配置项和功能
- 更新了相应的API接口和UI界面以支持特约商户功能
-优化了部分现有功能,如支付限额和证书上传等
This commit is contained in:
DaxPay
2025-01-03 10:25:37 +08:00
parent 13234b5fb8
commit 73ce82fa4e
14 changed files with 192 additions and 82 deletions

1
types/store.d.ts vendored
View File

@@ -1,6 +1,5 @@
import { ErrorTypeEnum } from '@/enums/exceptionEnum'
import { MenuModeEnum, MenuTypeEnum } from '@/enums/menuEnum'
import { RoleInfo } from '@/api/sys/model/userModel'
export interface ApiAddress {
key: string