问题描述 如题 仍需要 composer require -W illuminate/redis 否则报错 另外一个问题是关于使用 array 类型缓存 public static function index() { $cacheKey = 'watchlist'; if (!Cache::has($cacheKey)) { //从数据库中返回第一条数据 ...
问题描述 webman 使用 http-client 携程请求 参考https://www.workerman.net/q/10702 composer require workerman/workerman v5.0.0-beta.7 revolt/event-loop ^1.0.0 workerman/http-client ^2.0.0 public static function RequestPost(s...
问题描述 起因是调试接口在 我在请求地址控制器后面多打了一个斜杆 127.0.0.1:8787/admin//login/refreshToken 程序代码 config/route.php <?php use Webman\Route; Route::fallback(function () { // 处理跨域 options 请求 response()->withHeaders([ ...