Your Name
2023-06-20 a53f35fdf9f31c2f4d03b433803067abef514569
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;