Commit baa7b66a authored by 赵然's avatar 赵然

zr

parent e8f612ba
...@@ -164,7 +164,7 @@ public class Authorization { ...@@ -164,7 +164,7 @@ public class Authorization {
Map params=new HashMap(); Map params=new HashMap();
params.put("uid","not_login"); params.put("uid","not_login");
params.put("credits","0"); params.put("credits","0");
String url=tool.buildUrlWithSign("http://home.m.duibatest.com.cn/autoLogin/autologin?",params); String url=tool.buildUrlWithSign("http://activity.m.duibatest.com.cn/autoLogin/autologin?",params);
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);
return response; return response;
......
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