yu199195 commented on code in PR #5852:
URL: https://github.com/apache/shenyu/pull/5852#discussion_r1893818639


##########
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:
   You changed the method signature, don't you need to change it in the call?



-- 
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: notifications-unsubscr...@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to