提交 046b7fff 编写于 作者: J jmxd

兼容 Spring Boot 3.0

上级 cbc11651
......@@ -98,7 +98,8 @@ public class RequestHandler extends MagicController {
.request(request)
.response(response)
.requestedFromTest(requestedFromTest)
.pathVariables(pathVariables)
// 兼容 spring boot 3.0
.pathVariables(new HashMap<>(pathVariables))
.parameters(parameters);
ApiInfo info = requestEntity.getApiInfo();
if (info == null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册