浏览代码

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

anderx 2 年之前
父节点
当前提交
d04e07fdc3
共有 1 个文件被更改,包括 5 次插入0 次删除
  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());
+	}
+
 }
 }