feat 平台配置优化和通道认证调试功能

This commit is contained in:
DaxPay
2024-09-25 18:59:39 +08:00
parent 3bfde816b1
commit 29029c8af7
14 changed files with 337 additions and 42 deletions

2
types/web.d.ts vendored
View File

@@ -34,7 +34,9 @@ export interface BaseEntity {
* 商户应用基础实体对象
*/
export interface MchEntity extends BaseEntity {
// 商户号
mchNo?: string
// 应用号
appId?: string
}