From e21c7241f0ebf7918e0a6946c2ae25e138f49dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=93=E7=84=B1?= Date: Wed, 10 Jul 2019 22:51:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E5=A8=81API=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ifish/gwell/GwellApi.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/ifish/gwell/GwellApi.java b/src/main/java/com/ifish/gwell/GwellApi.java index 732bfbe..6710df1 100644 --- a/src/main/java/com/ifish/gwell/GwellApi.java +++ b/src/main/java/com/ifish/gwell/GwellApi.java @@ -146,7 +146,8 @@ public class GwellApi { params.append("Pwd="+pwd+"&"); params.append("VersionFlag=1&"); params.append("AppVersion=3014666&"); - params.append("AppOS=3"); + params.append("AppOS=3&"); + params.append("SessionID2=1"); OutputStream out = httpurlconnection.getOutputStream(); out.write(params.toString().getBytes()); out.flush();