正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -482,7 +482,7 @@ class Common extends Api | @@ -482,7 +482,7 @@ class Common extends Api | ||
482 | public function TuikuanOperation() | 482 | public function TuikuanOperation() |
483 | { | 483 | { |
484 | Log::init([ | 484 | Log::init([ |
485 | - 'path' => LOG_PATH . 'tuikuanLog', | 485 | + 'path' => LOG_PATH . 'tuikuanLog' . date('Y-m-d H:i:s', time()), |
486 | 'type' => 'file' | 486 | 'type' => 'file' |
487 | ]); | 487 | ]); |
488 | $UserId = $this->IsToken($this->request->header()); | 488 | $UserId = $this->IsToken($this->request->header()); |
-
请 注册 或 登录 后发表评论