|
@@ -397,7 +397,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
|
|
|
|
|
|
|
|
|
- /* var detailJson = details.getJSONObject(i);
|
|
|
+
|
|
|
var show = detailJson.getLong("show");
|
|
|
detailJson.put("photo_show", show);
|
|
|
var like = detailJson.getLong("like");
|
|
@@ -405,7 +405,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
var kuaishouReportDailyAccount = JSONObject.toJavaObject(detailJson, KuaishouReportDailyAccount.class);
|
|
|
kuaishouReportDailyAccount.setAccountId(token.getAccountId());
|
|
|
kuaishouReportDailyAccount.setId("" + token.getAccountId() + kuaishouReportDailyAccount.getStatDate());
|
|
|
- dailyAccountService.saveOrUpdate(kuaishouReportDailyAccount);*/
|
|
|
+ dailyAccountService.saveOrUpdate(kuaishouReportDailyAccount);
|
|
|
}
|
|
|
getAccountDailyReportByPage(token, startDate, endDate, page + 1);
|
|
|
}
|