Update Index.php

This commit is contained in:
Anyon 2019-08-01 14:27:21 +08:00
parent 3a77781c03
commit 1b671849a6

View File

@ -130,6 +130,8 @@ class Index extends Controller
/** /**
* 删除公众号授权 * 删除公众号授权
* @auth true * @auth true
* @throws \think\Exception
* @throws \think\exception\PDOException
*/ */
public function remove() public function remove()
{ {
@ -140,6 +142,8 @@ class Index extends Controller
/** /**
* 禁用公众号授权 * 禁用公众号授权
* @auth true * @auth true
* @throws \think\Exception
* @throws \think\exception\PDOException
*/ */
public function forbid() public function forbid()
{ {
@ -150,6 +154,8 @@ class Index extends Controller
/** /**
* 启用公众号授权 * 启用公众号授权
* @auth true * @auth true
* @throws \think\Exception
* @throws \think\exception\PDOException
*/ */
public function resume() public function resume()
{ {