generated from root/miduo_server
疯体ios登陆问题处理
parent
aa06479719
commit
6a930203f4
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue