thinkphp6获取Header里面的token

文章描述:

thinkPHP6获取请求头部里面的token值

 

$token = Request::instance()->header('Token');
echo $token;

 

发布时间:2023/12/24

发表评论