haogh 11 月之前
父節點
當前提交
1fbc172064
共有 3 個文件被更改,包括 10 次插入1 次删除
  1. 1 0
      .gitignore
  2. 9 0
      README.txt
  3. 0 1
      src/cn/hmsoft/art/helper/HttpClientHelper.java

+ 1 - 0
.gitignore

@@ -6,6 +6,7 @@
 *.ipr
 *.ipr
 *.class
 *.class
 *.log
 *.log
+/out/
 
 
 
 
 ### Eclipse & STS ###
 ### Eclipse & STS ###

+ 9 - 0
README.txt

@@ -1,8 +1,17 @@
 艺术类招生报名的后端+考生微信端报名
 艺术类招生报名的后端+考生微信端报名
+
 wechat:公用的微信报名页面
 wechat:公用的微信报名页面
+
 wechatgk:广东开发大学-学位英语预约微信报名页
 wechatgk:广东开发大学-学位英语预约微信报名页
+
 ymbk:央美本科的微信报名页面
 ymbk:央美本科的微信报名页面
+
+
 ymfz:央美附中的微信报名页面
 ymfz:央美附中的微信报名页面
+
 xyfz:西音附中的微信报名页面
 xyfz:西音附中的微信报名页面
+
 web:武音的PC报名页面
 web:武音的PC报名页面
+
 judge:评委评分页面
 judge:评委评分页面
+

+ 0 - 1
src/cn/hmsoft/art/helper/HttpClientHelper.java

@@ -188,7 +188,6 @@ public class HttpClientHelper {
 	 * post请求.
 	 * post请求.
 	 * @param url
 	 * @param url
 	 * @param params
 	 * @param params
-	 * @param headers
 	 * @return
 	 * @return
 	 * @throws IOException
 	 * @throws IOException
 	 */
 	 */