chore: 注释掉file_put_contents
This commit is contained in:
@@ -228,7 +228,7 @@ class Stat
|
||||
private $site_id;
|
||||
|
||||
public function __construct($filename, $type,$site_id = 1) {
|
||||
file_put_contents(__DIR__ . '/debug.txt', var_export($site_id,true).PHP_EOL,FILE_APPEND);
|
||||
// file_put_contents(__DIR__ . '/debug.txt', var_export($site_id,true).PHP_EOL,FILE_APPEND);
|
||||
$this->filename = $filename;
|
||||
$this->json_stat['stat_shop']['site_id'] = $site_id;
|
||||
$this->json_stat['stat_shop_hour']['site_id'] = $site_id;
|
||||
|
||||
Reference in New Issue
Block a user