Update Config.php

This commit is contained in:
Anyon 2019-08-05 10:30:26 +08:00
parent 703c0fe37f
commit 6b53e47200

View File

@ -32,18 +32,18 @@ class Config extends Controller
public $table = 'WechatServiceConfig'; public $table = 'WechatServiceConfig';
/** /**
* 显示平台配置 * 显示参数配置
* @auth true * @auth true
* @menu true * @menu true
*/ */
public function index() public function index()
{ {
$this->title = '开放平台配置'; $this->title = '开放平台参数配置';
$this->fetch(); $this->fetch();
} }
/** /**
* 修改平台配置 * 修改参数配置
* @throws \think\Exception * @throws \think\Exception
* @throws \think\exception\PDOException * @throws \think\exception\PDOException
*/ */