mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Index.php
This commit is contained in:
parent
3a77781c03
commit
1b671849a6
@ -130,6 +130,8 @@ class Index extends Controller
|
||||
/**
|
||||
* 删除公众号授权
|
||||
* @auth true
|
||||
* @throws \think\Exception
|
||||
* @throws \think\exception\PDOException
|
||||
*/
|
||||
public function remove()
|
||||
{
|
||||
@ -140,6 +142,8 @@ class Index extends Controller
|
||||
/**
|
||||
* 禁用公众号授权
|
||||
* @auth true
|
||||
* @throws \think\Exception
|
||||
* @throws \think\exception\PDOException
|
||||
*/
|
||||
public function forbid()
|
||||
{
|
||||
@ -150,6 +154,8 @@ class Index extends Controller
|
||||
/**
|
||||
* 启用公众号授权
|
||||
* @auth true
|
||||
* @throws \think\Exception
|
||||
* @throws \think\exception\PDOException
|
||||
*/
|
||||
public function resume()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user