mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
1f593930afcf7acb06a67bd6813650b7d2dfc48f
继承 \think\Controller 后可以直接使用下面三个方法:
return $this->error('错误');
return $this->success('成功');
return $this->redirect('index/hello');
Description
No description provided
Languages
PHP
97.3%
Smarty
2.3%
PLpgSQL
0.3%