tp6+中无法使用 $this-success(),$this->error()解决办法


安装下面的扩展用于支持旧版本的跳转操作

composer require liliuwei/thinkphp-jump

在BaseController中引入

use liliuwei\think\Jump; //添加
/**
 * 控制器基础类
 */
abstract class BaseController
{
    use Jump; //添加

 


  • 本文作者:下载幸福
  • 本文链接:https://www.r5r6.com.cn/thinkphp/988.html
  • 版权申明:除非特别说明,否则均为本站原创文章,转载或复制请注明出处。

PHPstorm2022.2.x破解教程

TP6中获取header请求头信息

评 论
更换验证码