mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-23 09:50:25 +08:00
Update Config.php
This commit is contained in:
parent
c1d4a90b9d
commit
937e45c6bd
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user