Authored by 张帅

修改接口调整

... ... @@ -337,7 +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("?"));
src = src.substring(0,src.indexOf("?"));
images.add(src);
imgMap.put(content.getArticleId(), images);
}
... ...