08 2021 档案

摘要:public function create(){ $data=input(); $file = $_FILES; //本地的文件路径 $localFilePath = $file['img']['tmp_name']; //截取文件后缀名 //$suffix = '.jpg'; $suffix = 阅读全文
posted @ 2021-08-22 20:57 执着y1份等待 阅读(73) 评论(0) 推荐(0)
摘要:使用composer安装 JWT 功能组件 composer require lcobucci/jwt 3.3 封装JWT工具类 (参考 https://github.com/lcobucci/jwt/tree/3.3) extend/tools/jwt/Token.php <?php namesp 阅读全文
posted @ 2021-08-04 09:27 执着y1份等待 阅读(344) 评论(0) 推荐(0)