yujian
2020-06-11 b74ae64915b5f9550e283306a191f964079ae51d
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);