Commit 1279dbc5 authored by 马博's avatar 马博

test

parent acb21793
...@@ -168,6 +168,8 @@ public class Authorization { ...@@ -168,6 +168,8 @@ public class Authorization {
logger.info("dafuweng免登陆url为:"+url); logger.info("dafuweng免登陆url为:"+url);
Response response=given().redirects().follow(false).get(url); Response response=given().redirects().follow(false).get(url);
logger.info("dafuweng免登陆,响应数据:"+response.asString()); logger.info("dafuweng免登陆,响应数据:"+response.asString());
logger.info("dafuweng免登陆,响应状态码:"+response.getStatusCode());
return response; return response;
} }
public Map generateSignAutoLogin(String appKey, int uid){ public Map generateSignAutoLogin(String appKey, int uid){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment