yu199195 commented on code in PR #5852:
URL: https://github.com/apache/shenyu/pull/5852#discussion_r1893819309
##########
shenyu-admin/src/main/java/org/apache/shenyu/admin/utils/HttpUtils.java:
##########
@@ -220,15 +221,16 @@ public String request(final String url, final Map<String,
?> form, final Map<Str
* @param url url
* @param json json
* @param header header
+ * @param method method
* @return Response
* @throws IOException IOException
*/
public Response requestJson(final String url, final String json,
- final Map<String, String> header) throws IOException {
+ final Map<String, String> header, HTTPMethod method) throws
IOException {
Review Comment:
Hi,pls check ci,it not passed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]