fanli/src/main/java/com/yeshi/fanli/service/impl/user/cloud/UserCloudServiceImpl.java
@@ -516,9 +516,12 @@ if (listImg.size() > 0) { for (String img: listImg) { picUrl += "," + img; picUrl += img + ";" ; } } if (picUrl.endsWith(";")) picUrl = picUrl.substring(0, picUrl.length()-1); sendContent.setTitle(title); sendContent.setPicUrl(picUrl); // 发送图文 @@ -1009,9 +1012,12 @@ String picUrl = ""; if (listImg.size() > 0) { for (String img: listImg) { picUrl += "," + img; picUrl += img + ";" ; } } if (picUrl.endsWith(";")) picUrl = picUrl.substring(0, picUrl.length()-1); sendContent.setTitle(title); sendContent.setPicUrl(picUrl);