Joyboo/Joyboo-admin-easyswoole

Argument 1 passed to EasySwoole\\Jwt\\Jwt::setSecretKey() must be of the type string, null given,

Closed this issue · 4 comments

diwawa commented

[2023-06-04 03:12:10][throwable][error]{"message":"Argument 1 passed to EasySwoole\Jwt\Jwt::setSecretKey() must be of the type string, null given, called in /Users/lijie/www/test/Joyboo-admin-easyswoole-main/vendor/wonder-game/es-utility/src/Common/Classes/LamJwt.php on line 31","file":"/Users/lijie/www/test/Joyboo-admin-easyswoole-main/vendor/easyswoole/jwt/src/Jwt.php","line":29,"trace":[{"file":"/Users/lijie/www/test/Joyboo-admin-easyswoole-main/vendor/wonder-game/es-utility/src/Common/Classes/LamJwt.php","line":31,"function":"setSecretKey","class":"EasySwoole\Jwt\Jwt","type":"->","args":[null]},{"file":"/Users/lijie/www/test/Joyboo-admin-easyswoole-main/vendor/wonder-game/es-utility/src/function.php","line":736,"function":"getToken","class":"WonderGame\EsUtility\Common\Classes\LamJwt","type":"::","args":[{"id":1},false,172800]},{"file":"/Users/lijie/www/test/Joyboo-admin-easyswoole-main/vendor/wonder-game/es-utility/src/HttpController/Admin/PubTrait.php","line":60,"function":"get_login_token","args":[1]},{"file":"/Users/lijie/www/test/Joyboo-admin-easyswoole-main/vendor/wonder-game/es-utility/src/HttpController/BaseControllerTrait.php","line":223,"function":"_login","class":"App\HttpController\Admin\Pub","type":"->","args":[]},{"file":"/Users/lijie/www/test/Joyboo-admin-easyswoole-main/vendor/easyswoole/http/src/AbstractInterface/Controller.php","line":165,"function":"actionNotFound","class":"App\HttpController\BaseController","type":"->","args":["login"]},{"file":"/Users/lijie/www/test/Joyboo-admin-easyswoole-main/vendor/easyswoole/http/src/AbstractInterface/Controller.php","line":153,"function":"__exec","class":"EasySwoole\Http\AbstractInterface\Controller","type":"->","args":[]},{"file":"/Users/lijie/www/test/Joyboo-admin-easyswoole-main/vendor/easyswoole/http/src/Dispatcher.php","line":229,"function":"__hook","class":"EasySwoole\Http\AbstractInterface\Controller","type":"->","args":["login",{},{}]},{"file":"/Users/lijie/www/test/Joyboo-admin-easyswoole-main/vendor/easyswoole/http/src/Dispatcher.php","line":183,"function":"controllerExecutor","class":"EasySwoole\Http\Dispatcher","type":"->","args":[{},{},"/admin/pub/login"]},{"file":"/Users/lijie/www/test/Joyboo-admin-easyswoole-main/vendor/easyswoole/easyswoole/src/Core.php","line":264,"function":"dispatch","class":"EasySwoole\Http\Dispatcher","type":"->","args":[{},{}]}]}

diwawa commented

请教下这个啥问题?

Joyboo commented

请教下这个啥问题?

没有配置jwt,在App/Common/Config中配置

diwawa commented

好的,我设置了
image
但是还有一处地方需要改一下LamJwt文件中的
image

Joyboo commented