08 2021 档案
摘要:public function create(){ $data=input(); $file = $_FILES; //本地的文件路径 $localFilePath = $file['img']['tmp_name']; //截取文件后缀名 //$suffix = '.jpg'; $suffix =
阅读全文
摘要:使用composer安装 JWT 功能组件 composer require lcobucci/jwt 3.3 封装JWT工具类 (参考 https://github.com/lcobucci/jwt/tree/3.3) extend/tools/jwt/Token.php <?php namesp
阅读全文
浙公网安备 33010602011771号