|
...
|
...
|
@@ -112,7 +112,6 @@ class MailController extends BaseController |
|
|
|
'updated_at'=>date('Y-m-d H:i:s'),
|
|
|
|
];
|
|
|
|
}
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($data, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$rs = $mailUserModel->insert($data);
|
|
|
|
if($rs === false){
|
|
|
|
$this->response('error',Code::SYSTEM_ERROR);
|
...
|
...
|
|