generated from root/miduo_server
爱玩登录
parent
8d36793b72
commit
e1a7362e7a
|
|
@ -103,6 +103,7 @@ public class AiWanVerifyService extends AbstractVerifyService {
|
||||||
parms.put("sign", params.getParamSign());
|
parms.put("sign", params.getParamSign());
|
||||||
boolean result = false;
|
boolean result = false;
|
||||||
try {
|
try {
|
||||||
|
LOGGER.info("AiWanVerifyService请求参数:{}", parms);
|
||||||
String r = HttpUtils.doPost(url, parms);
|
String r = HttpUtils.doPost(url, parms);
|
||||||
JSONObject jsonObject = JSON.parseObject(r);
|
JSONObject jsonObject = JSON.parseObject(r);
|
||||||
int errno = jsonObject.getIntValue("code");
|
int errno = jsonObject.getIntValue("code");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue