mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Push.php
This commit is contained in:
parent
feb4a9e180
commit
f41131f9a2
@ -120,7 +120,7 @@ class Push extends Controller
|
||||
$this->app->log->notice("The {$method} event pushed by wechat was not handled. from {$this->openid}");
|
||||
}
|
||||
} catch (\Exception $exception) {
|
||||
$this->app->log->error("{$exception->getLine()} [{$exception->getCode()}] {$exception->getMessage()}");
|
||||
$this->app->log->error("{$exception->getFile()}:{$exception->getLine()} [{$exception->getCode()}] {$exception->getMessage()}");
|
||||
}
|
||||
return 'success';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user