比如目前的地址是: 原来:127.0.0.1:8787/api/test 我想设置成 127.0.0.1:8787/webman/api/test 原来:127.0.0.1:8787/app/admin 我想设置成 127.0.0.1:8787/webman/app/admin 目前路由配置文件是空的,所有路由走的是默认路由 需要在目前的的路由基础上,增加一层路由webman...
问题描述 参照官方注解注入方式,没生效 https://www.workerman.net/doc/webman/di.html 程序代码 <?php namespace app\admin\controller; use app\admin\service\system\user\AdminSystemUserService; use DI\Annotation\Inject; use support\Re...
问题描述 think-cache : Argument 1 passed to think\cache\Driver::unserialize() 读取缓存think-cache报错 偶尔会报default.ERROR: TypeError: Argument 1 passed to think\cache\Driver::unserialize() must be of the type string, bool ...