Authored by 张帅

修改

... ... @@ -337,6 +337,7 @@ public class GrassArticleServiceImpl implements IGrassArticleService{
}
JSONObject data = JSON.parseObject(content.getContentData());
String src = JSON.parseObject(data.getString("data")).getString("src");
src = src.substring(src.indexOf("?"));
images.add(src);
imgMap.put(content.getArticleId(), images);
}
... ...