Authored by zhengyouwei

nginx switch

... ... @@ -68,6 +68,7 @@ public class NginxSwitchCtrl {
public BaseResponse switchNginxConf(String token, String ticket) {
Map map = new HashMap<>();
map.put("token",token);
map.put("ticket",ticket);
return httpRestClient.defaultGet(HttpUriContants.SWITCH_NGINX, BaseResponse.class, map);
}
... ...