From 6b53e472000a7aa21989bb5e969eeaf4015e942c Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 5 Aug 2019 10:30:26 +0800 Subject: [PATCH] Update Config.php --- application/service/controller/Config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/service/controller/Config.php b/application/service/controller/Config.php index f4cd6efe5..e0cff65d0 100644 --- a/application/service/controller/Config.php +++ b/application/service/controller/Config.php @@ -32,18 +32,18 @@ class Config extends Controller public $table = 'WechatServiceConfig'; /** - * 显示平台配置 + * 显示参数配置 * @auth true * @menu true */ public function index() { - $this->title = '开放平台配置'; + $this->title = '开放平台参数配置'; $this->fetch(); } /** - * 修改平台配置 + * 修改参数配置 * @throws \think\Exception * @throws \think\exception\PDOException */