mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改代码注释
This commit is contained in:
parent
844dc91f3d
commit
a6df40e320
@ -50,6 +50,8 @@ class Message extends Controller
|
|||||||
/**
|
/**
|
||||||
* 删除短信记录
|
* 删除短信记录
|
||||||
* @auth true
|
* @auth true
|
||||||
|
* @throws \think\Exception
|
||||||
|
* @throws \think\exception\PDOException
|
||||||
*/
|
*/
|
||||||
public function remove()
|
public function remove()
|
||||||
{
|
{
|
||||||
|
@ -74,9 +74,11 @@ class Order extends Controller
|
|||||||
/**
|
/**
|
||||||
* 修改快递管理
|
* 修改快递管理
|
||||||
* @auth true
|
* @auth true
|
||||||
|
* @throws \think\Exception
|
||||||
* @throws \think\db\exception\DataNotFoundException
|
* @throws \think\db\exception\DataNotFoundException
|
||||||
* @throws \think\db\exception\ModelNotFoundException
|
* @throws \think\db\exception\ModelNotFoundException
|
||||||
* @throws \think\exception\DbException
|
* @throws \think\exception\DbException
|
||||||
|
* @throws \think\exception\PDOException
|
||||||
*/
|
*/
|
||||||
public function express()
|
public function express()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user