网关二合一

This commit is contained in:
tanghc
2020-01-10 18:20:29 +08:00
parent 994b486163
commit 3d0a940b2c
53 changed files with 867 additions and 1019 deletions

View File

@@ -42,7 +42,7 @@ public class OpenRequest {
}
return openHttp.get(url, header);
} else {
return openHttp.requestJson(url, JSON.toJSONString(form), header);
return openHttp.request(url, form, header, requestMethod);
}
}
} catch (IOException e) {