@Path(value="api/recover/config") @Produces(value="application/json") public class RecoverConfigResource extends Object
| 构造器和说明 |
|---|
RecoverConfigResource() |
@POST @Path(value="/save") public CommonResponse saveConfig(@FormParam(value="table") String table, @FormParam(value="key") String key, @FormParam(value="recoverClusterId") String recoverClusterId)
@POST @Path(value="/remove") public CommonResponse removeConfig(@FormParam(value="table") String table, @FormParam(value="key") String key)
Copyright © 2023 The Ant Financial. All rights reserved.