From 9954e9da8a2c7fd1d23d31941fdf6956646136bb Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 1 Aug 2019 14:29:26 +0800 Subject: [PATCH] Update Push.php --- application/service/controller/api/Push.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/service/controller/api/Push.php b/application/service/controller/api/Push.php index 39e768395..330808b8e 100644 --- a/application/service/controller/api/Push.php +++ b/application/service/controller/api/Push.php @@ -33,12 +33,13 @@ class Push extends Controller * 微信API推送事件处理 * @param string $appid * @return string - * @throws \think\Exception * @throws \WeChat\Exceptions\InvalidDecryptException + * @throws \WeChat\Exceptions\InvalidResponseException + * @throws \WeChat\Exceptions\LocalCacheException + * @throws \think\Exception * @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\ModelNotFoundException * @throws \think\exception\DbException - * @throws \think\exception\PDOException */ public function notify($appid) {