chore: 注释掉file_put_contents

This commit is contained in:
2025-11-24 16:04:44 +08:00
parent be65996398
commit 3effc03a19
8 changed files with 9 additions and 9 deletions

View File

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