@Path(value="api/multi/datum") @Produces(value="application/json") public class MultiDatumResource extends Object
| 构造器和说明 |
|---|
MultiDatumResource() |
| 限定符和类型 | 方法和说明 |
|---|---|
CommonResponse |
clearDatumPublish(String remoteDataCenter,
String dataInfoId,
String token) |
CommonResponse |
clearGroupDatumPublish(String remoteDataCenter,
String group,
String token) |
@POST @Path(value="/dataInfoId/removePubs") public CommonResponse clearDatumPublish(@FormParam(value="remoteDataCenter") String remoteDataCenter, @FormParam(value="dataInfoId") String dataInfoId, @FormParam(value="token") String token)
@POST @Path(value="/group/removePubs") public CommonResponse clearGroupDatumPublish(@FormParam(value="remoteDataCenter") String remoteDataCenter, @FormParam(value="group") String group, @FormParam(value="token") String token)
Copyright © 2023 The Ant Financial. All rights reserved.