修改注释

This commit is contained in:
邹景立 2021-10-15 13:42:59 +08:00
parent b0cd6f0516
commit 6c3d8452ef
4 changed files with 0 additions and 24 deletions

View File

@ -66,9 +66,6 @@ class Auto extends Controller
/** /**
* 添加自动回复 * 添加自动回复
* @auth true * @auth true
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException
*/ */
public function add() public function add()
{ {
@ -79,9 +76,6 @@ class Auto extends Controller
/** /**
* 编辑自动回复 * 编辑自动回复
* @auth true * @auth true
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException
*/ */
public function edit() public function edit()
{ {
@ -122,7 +116,6 @@ class Auto extends Controller
/** /**
* 修改规则状态 * 修改规则状态
* @auth true * @auth true
* @throws \think\db\exception\DbException
*/ */
public function state() public function state()
{ {
@ -135,7 +128,6 @@ class Auto extends Controller
/** /**
* 删除自动回复 * 删除自动回复
* @auth true * @auth true
* @throws \think\db\exception\DbException
*/ */
public function remove() public function remove()
{ {

View File

@ -101,7 +101,6 @@ class Fans extends Controller
/** /**
* 删除用户信息 * 删除用户信息
* @auth true * @auth true
* @throws \think\db\exception\DbException
*/ */
public function remove() public function remove()
{ {

View File

@ -78,9 +78,6 @@ class Keys extends Controller
/** /**
* 添加回复规则 * 添加回复规则
* @auth true * @auth true
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException
*/ */
public function add() public function add()
{ {
@ -92,9 +89,6 @@ class Keys extends Controller
/** /**
* 编辑回复规则 * 编辑回复规则
* @auth true * @auth true
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException
*/ */
public function edit() public function edit()
{ {
@ -106,7 +100,6 @@ class Keys extends Controller
/** /**
* 修改规则状态 * 修改规则状态
* @auth true * @auth true
* @throws \think\db\exception\DbException
*/ */
public function state() public function state()
{ {
@ -120,7 +113,6 @@ class Keys extends Controller
/** /**
* 删除回复规则 * 删除回复规则
* @auth true * @auth true
* @throws \think\db\exception\DbException
*/ */
public function remove() public function remove()
{ {
@ -132,9 +124,6 @@ class Keys extends Controller
* 配置订阅回复 * 配置订阅回复
* @auth true * @auth true
* @menu true * @menu true
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException
*/ */
public function subscribe() public function subscribe()
{ {
@ -147,9 +136,6 @@ class Keys extends Controller
* 配置默认回复 * 配置默认回复
* @auth true * @auth true
* @menu true * @menu true
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException
*/ */
public function defaults() public function defaults()
{ {

View File

@ -123,7 +123,6 @@ class News extends Controller
/** /**
* 删除微信图文 * 删除微信图文
* auth true * auth true
* @throws \think\db\exception\DbException
*/ */
public function remove() public function remove()
{ {