Explorar o código

报销审核新增判定审核人员是否正确

anderx %!s(int64=2) %!d(string=hai) anos
pai
achega
d04e07fdc3
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      src/main/java/com/goafanti/common/utils/HttpUtils.java

+ 5 - 0
src/main/java/com/goafanti/common/utils/HttpUtils.java

@@ -102,4 +102,9 @@ public class HttpUtils {
 	}
 
 
+	public static void main(String[] args) {
+		JSONObject jsonObject = httpGet("https://book.yunzhan365.com/spfoh/yieb/mobile/index.html");
+		System.out.println(jsonObject.toString());
+	}
+
 }