|
@@ -187,8 +187,8 @@ public class JiaoYangFenXiaoServiceImpl implements IJiaoYangFenXiaoService {
|
|
|
clipCooperation.setClipGmv30d(jsonObject.getString("clipGmv30d"));
|
|
|
clipCooperation.setAuthItemGmv30d(jsonObject.getString("authItemGmv30d"));
|
|
|
clipCooperation.setStatDate(statDate);
|
|
|
- JSONObject getData = this.getClipData(jsonObject.getLong("clipId"), cookie);
|
|
|
- /* if (!Check.isNull(getData)) {
|
|
|
+ /* JSONObject getData = this.getClipData(jsonObject.getLong("clipId"), cookie);
|
|
|
+ if (!Check.isNull(getData)) {
|
|
|
clipCooperation.setVideoCount(getData.getString("videoCount"));
|
|
|
clipCooperation.setVideoShow(getData.getString("videoShow"));
|
|
|
Thread.sleep(60 * 1000);
|