Commit 3ee0246b by cjh

还原上个版本

parent ee7a240c
......@@ -27,11 +27,8 @@ public class NoUiRequest {
String tokenId = request.getHeader("token");
String userId = request.getHeader("userId");
String terminalType = request.getHeader("terminalType");
if(tokenId.startsWith(Constants.BACKGROUND_FLAG)){
this.token = tokenId.substring(Constants.BACKGROUND_FLAG.length());
}else{
this.token = tokenId;
}
this.token = tokenId;
this.userId = userId;
this.terminalType = terminalType;
this.mappingUrl = mappingUrl;
......
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