Commit 0ed26fd7 by zhaoqingwei

阿拉丁-魔登

parent 07026123
......@@ -64,7 +64,7 @@ public class AdsSimulateLoginBusiness {
LoginUser loginUser = SecurityUtils.getLoginUserIgnoreUnAuth();
JSONObject loginJsonObject = new JSONObject();
loginJsonObject.put("user",loginUser.getUsername());
loginJsonObject.put("uniqueCode",System.currentTimeMillis());
loginJsonObject.put("uniqueCode","c_"+System.currentTimeMillis());
loginJsonObject.put("token",token);
return loginJsonObject.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