aggiunto valore di default per il parametro requestMethod nelle pianificate
This commit is contained in:
@@ -79,6 +79,9 @@ public class HttpRestWrapper {
|
||||
|
||||
Response response = null;
|
||||
|
||||
if (requestMethod == null)
|
||||
requestMethod = RequestMethod.POST;
|
||||
|
||||
switch (requestMethod) {
|
||||
default:
|
||||
case POST:
|
||||
|
||||
Reference in New Issue
Block a user