jialh
14 小时以前 d0b19298e28a9b8b50c778704b77160f17e73950
service-api/src/main/java/com/java110/api/properties/WechatAuthProperties.java
@@ -119,6 +119,7 @@
    }
    public String getWxNotifyUrl() {
        String wxNotifyUrlCache = MappingCache.getValue(WechatConstant.WECHAT_DOMAIN, "wxNotifyUrl");
        if (!StringUtil.isEmpty(wxNotifyUrlCache)) {
            return UrlCache.getOwnerUrl()+wxNotifyUrlCache;