From 9e2a59e6a38d969c2c6d50897209e81b4520cba8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 03 七月 2020 09:13:37 +0800
Subject: [PATCH] 优化微信小程序自登录问题

---
 service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java b/service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
index d2caf35..032e02c 100644
--- a/service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
+++ b/service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
@@ -29,6 +29,11 @@
     private String wxPayUnifiedOrder;
     private String wxNotifyUrl;
 
+    private String wechatAppId;//寰俊鍏紬鍙稩D
+    private String wechatAppSecret;//寰俊鍏紬鍙风閽�
+
+    private String sendMsgUrl;//寰俊鍏紬鍙锋帹閫佹ā鏉夸俊鎭摼鎺�
+
     public String getSessionHost() {
         return sessionHost;
     }
@@ -92,4 +97,28 @@
     public void setWxNotifyUrl(String wxNotifyUrl) {
         this.wxNotifyUrl = wxNotifyUrl;
     }
+
+    public String getWechatAppId() {
+        return wechatAppId;
+    }
+
+    public void setWechatAppId(String wechatAppId) {
+        this.wechatAppId = wechatAppId;
+    }
+
+    public String getWechatAppSecret() {
+        return wechatAppSecret;
+    }
+
+    public void setWechatAppSecret(String wechatAppSecret) {
+        this.wechatAppSecret = wechatAppSecret;
+    }
+
+    public String getSendMsgUrl() {
+        return sendMsgUrl;
+    }
+
+    public void setSendMsgUrl(String sendMsgUrl) {
+        this.sendMsgUrl = sendMsgUrl;
+    }
 }

--
Gitblit v1.8.0