tp5 REST 空操作出错

浏览:516 发布日期:2016/11/30 分类:ThinkPHP5专区 关键字: tp5
class Api extends Rest{
       public function _empty(){
        $this->back(-2);
    }
}
报错:Declaration of app\common\controller\Api::_empty() should be compatible with think\controller\Rest::_empty($method)
最佳答案
评论( 相关
后面还有条评论,点击查看>>