Commit 4e19c15d authored by 钱雯君's avatar 钱雯君

add

parent edfdd11f
...@@ -244,7 +244,7 @@ public class 新集卡_助力发集卡_DuibaTest extends DuibaTestBase { ...@@ -244,7 +244,7 @@ public class 新集卡_助力发集卡_DuibaTest extends DuibaTestBase {
Response response = editManagerInfoService.createUser("新用户助力",appId); Response response = editManagerInfoService.createUser("新用户助力",appId);
Map<String,Object> user = jdbc.findSimpleResult("select * from dafuweng.user where name = '新用户助力' and app_id = ?\n",appId); Map<String,Object> user = jdbc.findSimpleResult("select * from dafuweng.user where name = '新用户助力' and app_id = ?\n",appId);
String uid = user.get("id").toString(); String uid = user.get("id").toString();
String url = GetCookieUtil.genUrl(uid,"3erv8LvBxKBSyuGK5i8FSGyYoFD1"); String url = GetCookieUtil.genUrl(uid,"2wGQc3MZaQsqYFWcX4gguya5PnnS");
JSONObject cookie = GetCookieUtil.getConsumerIdFromCookie(url); JSONObject cookie = GetCookieUtil.getConsumerIdFromCookie(url);
map.put("uid",uid); map.put("uid",uid);
map.put("consumerId",cookie.get("cid").toString()); map.put("consumerId",cookie.get("cid").toString());
......
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