Ver código fonte

修复页面全部显示`GET`的BUG

mxd 4 anos atrás
pai
commit
fe92a201e8

+ 1 - 0
magic-api/src/main/java/org/ssssssss/magicapi/model/ApiInfo.java

@@ -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;
 	}