/config/autoload/jwt.php 文件中,签发者 issued_by 配置名称错误 应为 iss `[ 'issued_by ' => 'xxxxx' // 错误 'iss' => 'xxxxx' // 正确 ]`  
/config/autoload/jwt.php 文件中,签发者 issued_by 配置名称错误 应为 iss
[ 'issued_by ' => 'xxxxx' // 错误 'iss' => 'xxxxx' // 正确 ]