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;