Update Config.php

This commit is contained in:
Anyon 2019-08-01 15:04:49 +08:00
parent c1d4a90b9d
commit 937e45c6bd

View File

@ -32,7 +32,7 @@ class Config extends Controller
public $table = 'WechatServiceConfig'; public $table = 'WechatServiceConfig';
/** /**
* 开放平台配置 * 显示平台配置
* @auth true * @auth true
* @menu true * @menu true
*/ */
@ -43,7 +43,9 @@ class Config extends Controller
} }
/** /**
* 编辑平台配置 * 修改平台配置
* @throws \think\Exception
* @throws \think\exception\PDOException
*/ */
public function edit() public function edit()
{ {