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() {