Commit 113ed1dd by 徐高华

朋友圈

parent f6fa4ed2
......@@ -149,7 +149,9 @@ public class QwMomentController {
}
vo.setMaterialTitle(obj.getString("title"));
vo.setMaterialContent(obj.getString("contentText"));
vo.setContentMaterialId(obj.getString("materialId"));
if(null !=detailResp.getResult().getMediaLinkFlag() && detailResp.getResult().getMediaLinkFlag()==1) {
vo.setContentMaterialId(obj.getString("materialId"));
}
list.add(vo);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment