正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -214,6 +214,8 @@ class UserLoginLogic | @@ -214,6 +214,8 @@ class UserLoginLogic | ||
| 214 | $date = date('Y-m-d H:i:s'); | 214 | $date = date('Y-m-d H:i:s'); |
| 215 | $scoringSystem = new ScoringSystem(); | 215 | $scoringSystem = new ScoringSystem(); |
| 216 | if($date <= $after30Days){ | 216 | if($date <= $after30Days){ |
| 217 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($date, true) . PHP_EOL, FILE_APPEND); | ||
| 218 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($after30Days, true) . PHP_EOL, FILE_APPEND); | ||
| 217 | $info = $scoringSystem->read(['type'=>1]);//第一阶段是否有值 | 219 | $info = $scoringSystem->read(['type'=>1]);//第一阶段是否有值 |
| 218 | if($info === false){ | 220 | if($info === false){ |
| 219 | return $this->success(1); | 221 | return $this->success(1); |
-
请 注册 或 登录 后发表评论