From 937e45c6bd97656708c9d36d5b3782f2fa0e6653 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 1 Aug 2019 15:04:49 +0800 Subject: [PATCH] Update Config.php --- application/service/controller/Config.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/application/service/controller/Config.php b/application/service/controller/Config.php index aa62bea8c..1e6d812d6 100644 --- a/application/service/controller/Config.php +++ b/application/service/controller/Config.php @@ -32,7 +32,7 @@ class Config extends Controller public $table = 'WechatServiceConfig'; /** - * 开放平台配置 + * 显示平台配置 * @auth true * @menu true */ @@ -43,7 +43,9 @@ class Config extends Controller } /** - * 编辑平台配置 + * 修改平台配置 + * @throws \think\Exception + * @throws \think\exception\PDOException */ public function edit() {