Merge branch 'master' into registry-nacos

pull/1/head
tanghc 5 years ago
commit 05db438b9f
  1. 2
      sop-test/src/main/java/com/gitee/sop/test/HttpTool.java

@ -270,7 +270,7 @@ public class HttpTool {
}
public static HTTPMethod fromValue(String v) {
return valueOf(v);
return valueOf(v.toUpperCase());
}
}

Loading…
Cancel
Save