server/src/main/java/com/doumee/core/utils/qiyeweixin/QywxUtil.java
@@ -156,7 +156,7 @@ * @param <T> */ public static <T> QywxBaseResponse<T> sendHttpRequest(String url, String name, String param, TypeReference<QywxBaseResponse<T>> typeReference){ log.info("【"+name+"】================开始===="+ JSONObject.toJSONString(param)); log.info("【"+name+"】================开始===="+url+"\nparam==========================:"+ JSONObject.toJSONString(param)); if ( StringUtils.isNotBlank(url)) { String res = null; try {