|
@@ -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);
|