From 8cc6026e449c80efbc19cd1dbd398ebf0767537e Mon Sep 17 00:00:00 2001 From: DaxPay Date: Mon, 28 Oct 2024 17:44:16 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=BE=AE=E4=BF=A1=E9=80=9A=E9=81=93?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8D=95=E7=8B=AC=E7=9A=84=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../channel/wechat/config/WechatPayConfig.api.ts | 2 ++ .../channel/wechat/config/WechatPayConfigEdit.vue | 14 ++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/src/views/daxpay/common/channel/wechat/config/WechatPayConfig.api.ts b/src/views/daxpay/common/channel/wechat/config/WechatPayConfig.api.ts index 7bde87ec..a863e5c2 100644 --- a/src/views/daxpay/common/channel/wechat/config/WechatPayConfig.api.ts +++ b/src/views/daxpay/common/channel/wechat/config/WechatPayConfig.api.ts @@ -32,6 +32,8 @@ export interface WechatPayConfig extends MchEntity { wxMchId?: string // 是否启用 enable: boolean + // 授权认证地址 + authUrl?: string // 支付限额 limitAmount?: number // API 版本 diff --git a/src/views/daxpay/common/channel/wechat/config/WechatPayConfigEdit.vue b/src/views/daxpay/common/channel/wechat/config/WechatPayConfigEdit.vue index 8a64eea0..89abb11f 100644 --- a/src/views/daxpay/common/channel/wechat/config/WechatPayConfigEdit.vue +++ b/src/views/daxpay/common/channel/wechat/config/WechatPayConfigEdit.vue @@ -38,6 +38,20 @@ placeholder="用于获取接口调用凭证时使用, 如OpenId/AccessToken等" /> + + + +