max 10 miesięcy temu
rodzic
commit
5256edf156

+ 1 - 1
frontendApi/modules/v1/controllers/UserController.php

@@ -631,7 +631,7 @@ SQL;
                     Email::sendRegistrationEmail($post['email'], $post['insertUserName'], $post['password']);
                 } catch (\Exception $e) {
                     //Yii::error($e->getMessage());
-                    Yii::$app->log->info('邮箱:'.$post['email'].'----错误信息:'.$e->getMessage());
+                    Yii::info('邮箱:'.$post['email'].'----错误信息:'.$e->getMessage());
                 }
                 return static::notice($result);//报单成功
             } else {