|
|
@@ -32,6 +32,6 @@ public interface ShapesHttpClient {
|
|
|
ResultData<Void> deleteByIds(@Var("host") String host, @JSONBody Object param, OnSuccess onSuccess, OnError onError);
|
|
|
|
|
|
@Post("${host}/service/shapes/seg/copy")
|
|
|
- ResultData<Void> copy(@Var("host") String host, @Var("oldNum") String oldNum, @Var("newNum") String newNum, OnSuccess onSuccess, OnError onError);
|
|
|
+ ResultData<Void> copy(@Var("host") String host, @Body("oldNum") String oldNum, @Body("newNum") String newNum, OnSuccess onSuccess, OnError onError);
|
|
|
|
|
|
}
|