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 7bde87ec3..a863e5c2b 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 8a64eea0c..89abb11fa 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等"
/>
+
+
+
+ OAuth2认证地址
+
+
+
+