From ade4fbf4b007747560605010df790bda3889db5a Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 25 Sep 2019 09:41:04 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/store/controller/ExpressCompany.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/application/store/controller/ExpressCompany.php b/application/store/controller/ExpressCompany.php index 6a1523476..1e6aa8867 100644 --- a/application/store/controller/ExpressCompany.php +++ b/application/store/controller/ExpressCompany.php @@ -51,6 +51,11 @@ class ExpressCompany 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 add() { @@ -60,6 +65,11 @@ class ExpressCompany 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 edit() { @@ -85,6 +95,8 @@ class ExpressCompany extends Controller /** * 禁用快递公司 * @auth true + * @throws \think\Exception + * @throws \think\exception\PDOException */ public function forbid() { @@ -94,6 +106,8 @@ class ExpressCompany extends Controller /** * 启用快递公司 * @auth true + * @throws \think\Exception + * @throws \think\exception\PDOException */ public function resume() { @@ -103,6 +117,8 @@ class ExpressCompany extends Controller /** * 删除快递公司 * @auth true + * @throws \think\Exception + * @throws \think\exception\PDOException */ public function remove() {