mirror of
https://gitee.com/ssssssss-team/magic-api.git
synced 2026-06-09 18:32:16 +08:00
修复页面全部显示GET的BUG
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user