[更新]修改代码注释

This commit is contained in:
Anyon 2019-07-18 16:40:18 +08:00
parent 844dc91f3d
commit a6df40e320
2 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,8 @@ class Message extends Controller
/**
* 删除短信记录
* @auth true
* @throws \think\Exception
* @throws \think\exception\PDOException
*/
public function remove()
{

View File

@ -74,9 +74,11 @@ class Order extends Controller
/**
* 修改快递管理
* @auth true
* @throws \think\Exception
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
* @throws \think\exception\PDOException
*/
public function express()
{