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