...
|
...
|
@@ -70,9 +70,7 @@ public class StoreSwitchCtrl { |
|
|
@RequestMapping(value = "switchStoreNginx")
|
|
|
@ResponseBody
|
|
|
public BaseResponse switchStoreNginx(String confContent) {
|
|
|
Map<String, String> map=new HashMap<>();
|
|
|
map.put("confContent",confContent);
|
|
|
return httpRestClient.defaultPost("/storeSwitch/switchStoreNginx",map,BaseResponse.class);
|
|
|
return httpRestClient.defaultPost("/storeSwitch/switchStoreNginx",confContent,BaseResponse.class);
|
|
|
}
|
|
|
|
|
|
} |
...
|
...
|
|