From 6a930203f477f125f883bdf54cbb7ce457830782 Mon Sep 17 00:00:00 2001 From: duhui Date: Wed, 13 Jul 2022 13:45:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=96=AF=E4=BD=93ios=E7=99=BB=E9=99=86?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ljsd/service/QuickVerifyService3.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/ljsd/service/QuickVerifyService3.java b/src/main/java/com/ljsd/service/QuickVerifyService3.java index 1c305d2..e3a8771 100644 --- a/src/main/java/com/ljsd/service/QuickVerifyService3.java +++ b/src/main/java/com/ljsd/service/QuickVerifyService3.java @@ -155,7 +155,7 @@ public class QuickVerifyService3 extends AbstractVerifyService { String r = null; try { LOGGER.info("疯体 Ohayoo 登录验证-->{}",JSONObject.toJSONString(map)); - r = HttpUtils.doPost2(url, JSONObject.toJSONString(map)); + r = HttpUtils.doPost(url, map); LOGGER.info("疯体 Ohayoo 请求结果-->{}",r); JSONObject resultJson = JSON.parseObject(r); int status = resultJson.getIntValue("status");