找回密码
 立即注册
查看: 74|回复: 0

[教程] thinkphp8.x报错Call to a member function buildToken() on null

[复制链接]

30

金豆

170

黑豆

2

精华

管理员

站长QQ:515138

主题
124
回帖
7
在线时间
76 小时
注册时间
2024-2-3
最后登录
2024-11-14
发表于 2024-8-16 14:20:46 | 显示全部楼层 |阅读模式
thinkphp8.x报错Call to a member function buildToken() on null
think问题解决.jpg
  1. $token = $this->request->buildToken('__token__', 'sha1');
复制代码

说明没有引用到,解决方法:
  1. $token = Request::buildToken('__token__', 'sha1');
复制代码
use think\facade\Request;

QQ|网站地图|Archiver|手机版|金黑 ( 粤ICP备2021124338号 )

网站建设,微信公众号小程序制作,商城系统开发,高端系统定制,app软件开发,智能物联网开发,直播带货系统等

Powered by Www.Jinhei.Cn

Copyright © 2013-2024 深圳市金黑网络技术有限公司 版权所有

快速回复 返回顶部 返回列表