From a6df40e320fad4895c9025c5e5ac370f36f57751 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 18 Jul 2019 16:40:18 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/store/controller/Message.php | 2 ++ application/store/controller/Order.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/application/store/controller/Message.php b/application/store/controller/Message.php index 3fdc57018..edc4ee0a7 100644 --- a/application/store/controller/Message.php +++ b/application/store/controller/Message.php @@ -50,6 +50,8 @@ class Message extends Controller /** * 删除短信记录 * @auth true + * @throws \think\Exception + * @throws \think\exception\PDOException */ public function remove() { diff --git a/application/store/controller/Order.php b/application/store/controller/Order.php index c3c919f14..0296b669f 100644 --- a/application/store/controller/Order.php +++ b/application/store/controller/Order.php @@ -74,9 +74,11 @@ class Order extends Controller /** * 修改快递管理 * @auth true + * @throws \think\Exception * @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\ModelNotFoundException * @throws \think\exception\DbException + * @throws \think\exception\PDOException */ public function express() {