前提 根据官方文档来进行依赖注入,会出现Method ReflectionParameter::getClass() is deprecated的问题,该问题的产生是因为php8不支持getClass()写法,得用getType()的写法 解决方案 在项目底下创建modify.php文件 修改composer.json文件,新增post-install-cmd、post-update-cmd项 "scripts":...
多线程请求小工具(处理接口慢,从而切割成多个接口进行请求,提高请求速度) 多线程请求小工具 异步多线程请求 curl -X POST http://localhost:8080/index/async -F "body=[{\"url\":\"http://localhost:8080/index/header\",\"method\":\"get\",\"cookies\":{\"a\":\"a\",\"b\":\...