Commit b9fd75c0 authored by 钱雯君's avatar 钱雯君

Merge branch 'mabo' of http://gitlab2.dui88.com/mabo/test-platform into mabo

parents f0c23fff baa7b66a
...@@ -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