|
@@ -23,7 +23,10 @@ public interface ShapesHttpClient {
|
|
|
ResultData<List<JSONObject>> shapesSegList(@Var("host") String host, @JSONBody ListSegParamDTO param, OnSuccess onSuccess, OnError onError);
|
|
ResultData<List<JSONObject>> shapesSegList(@Var("host") String host, @JSONBody ListSegParamDTO param, OnSuccess onSuccess, OnError onError);
|
|
|
|
|
|
|
|
@Post("${host}/service/shapes/seg/updateByIds")
|
|
@Post("${host}/service/shapes/seg/updateByIds")
|
|
|
- ResultData<List<JSONObject>> shapesUpdateByIds(@Var("host") String host, @JSONBody JSONObject param, OnSuccess onSuccess, OnError onError);
|
|
|
|
|
|
|
+ ResultData<Void> shapesUpdateByIds(@Var("host") String host, @JSONBody JSONObject param, OnSuccess onSuccess, OnError onError);
|
|
|
|
|
+
|
|
|
|
|
+ @Post("${host}/service/shapes/seg/deleteByIds")
|
|
|
|
|
+ ResultData<Void> deleteByIds(@Var("host") String host, @JSONBody Object param, OnSuccess onSuccess, OnError onError);
|
|
|
|
|
|
|
|
|
|
|
|
|
// @Post("${host}/service/manage/inner/traceEvidenceInfoList")
|
|
// @Post("${host}/service/manage/inner/traceEvidenceInfoList")
|