修复页面全部显示GET的BUG

This commit is contained in:
mxd
2021-07-06 08:16:35 +08:00
parent fc90fb33e7
commit fe92a201e8

View File

@@ -263,6 +263,7 @@ public class ApiInfo extends MagicEntity {
target.setName(this.getName());
target.setGroupId(this.getGroupId());
target.setPath(this.getPath());
target.setMethod(this.getMethod());
return target;
}