java110
2020-06-22 4ed7ff50eecdc85c5bf10e6534757900f52762cf
service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
@@ -32,6 +32,8 @@
    private String wechatAppId;//微信公众号ID
    private String wechatAppSecret;//微信公众号秘钥
    private String sendMsgUrl;//微信公众号推送模板信息链接
    public String getSessionHost() {
        return sessionHost;
    }
@@ -111,4 +113,12 @@
    public void setWechatAppSecret(String wechatAppSecret) {
        this.wechatAppSecret = wechatAppSecret;
    }
    public String getSendMsgUrl() {
        return sendMsgUrl;
    }
    public void setSendMsgUrl(String sendMsgUrl) {
        this.sendMsgUrl = sendMsgUrl;
    }
}