jiangping
2025-04-22 3dd12d913b5d9c2096e53f9d14475c534b813e6b
server/src/main/java/com/doumee/core/utils/qiyeweixin/QywxUtil.java
@@ -88,6 +88,7 @@
            String url = interfaceUrl[0].replace("${accesstoken}",token);
            QywxSendMsgResponse response = sendHttpRequestSingle(url,interfaceUrl[1],JSONObject.toJSONString(param)
                    ,new TypeReference<QywxSendMsgResponse>(){});
            log.error("推送消息结果{}",JSONObject.toJSONString(response));
            if(response.getErrcode()!=null && response.getErrcode() ==0){
                return response;
            }