疯体ios登陆问题处理

master
duhui 2022-07-13 13:45:33 +08:00
parent aa06479719
commit 6a930203f4
1 changed files with 1 additions and 1 deletions

View File

@ -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");