Browse Source

Merge pull request 'queue/crontab/sync_push_data.php' (#18) from 20220811_sync_push_data into master

Reviewed-on: #18
pull/19/head
超级管理员 3 years ago
parent
commit
5e375df238
  1. 2
      queue/crontab/sync_push_data.php

2
queue/crontab/sync_push_data.php

@ -31,7 +31,7 @@ $obj->writeLog('pdd', 'sync_push_data.log', $info['pdp_modified']);
$start = $info['pdp_modified'];
}
$end = date("Y-m-d H:i:s", strtotime($start)+300);
$end = date("Y-m-d H:i:s", strtotime($start)+7200); // 每次取2小时数据
$obj->writeLog('pdd', 'sync_push_data.log', $start."|".$end);

Loading…
Cancel
Save