Kaynağa Gözat

接口调整

yumeng 4 yıl önce
ebeveyn
işleme
e2938b8a4e

+ 0 - 4
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaishouInterfaceServiceImpl.java

@@ -2151,10 +2151,6 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
                                 videoGet.setPhotoId(dataJson.getString("photo_id"));
                                 videoGet.setCoverUrl(dataJson.getString("cover_url"));
                                 videoGet.setStatus(dataJson.getInteger("new_status"));
-                                if (!Check.isNull(dataJson.getJSONArray("photo_tag"))) {
-                                    videoGet.setMaterialTag(dataJson.getJSONArray("photo_tag").toJSONString());
-                                }
-                                videoGet.setMaterialTitle(dataJson.getString("photo_name"));
                                 Integer type = MaterialEnum.getTypeBySize(dataJson.getInteger("width"), dataJson.getInteger("height"));
                                 if (!Check.isNull(type)) {
                                     videoGet.setMaterialType(type);