Commit d1528ebf by ddx

f

parent 5b9e7f23
......@@ -57,7 +57,7 @@ public class CleanCookieUtil {
JSONObject loginInfoJson = new JSONObject();
loginInfoJson.put("taxno", cookieReq.getTaxno());
loginInfoJson.put("dqdm", cookieReq.getZoneCode());
loginInfoJson.put("userName", cookieReq.getLoginName());
loginInfoJson.put("username", cookieReq.getLoginName());
loginInfoJson.put("session", cookieReq.getUserInfo());
json.put("loginInfoJson", loginInfoJson);
} else {
......
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