mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-21 22:39:16 +08:00
Update Config.php
This commit is contained in:
parent
703c0fe37f
commit
6b53e47200
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user