feat 微信支付宝支付配置管理

This commit is contained in:
DaxPay
2024-07-17 20:01:23 +08:00
parent 3cf582135b
commit f4858421be
12 changed files with 982 additions and 148 deletions

8
types/web.d.ts vendored
View File

@@ -30,6 +30,14 @@ export interface BaseEntity {
createTime?: string | null
}
/**
* 商户应用基础实体对象
*/
export interface MchEntity extends BaseEntity {
mchNo?: string
appId?: string
}
/**
* 键值对对象
*/