pos机验证机制更改usercode字段
This commit is contained in:
parent
38ca560cd6
commit
e1470566c6
|
|
@ -39,7 +39,6 @@ public class TokenUtil {
|
|||
map.put("appId", APP_ID);
|
||||
map.put("timestamp", timestamp);
|
||||
map.put("requestId", requestId);
|
||||
map.put("userCode", USER_CODE);
|
||||
Iterator<Map.Entry<String, Object>> iterator = map.entrySet().iterator();
|
||||
while (iterator.hasNext()) {
|
||||
Map.Entry<String, Object> next = iterator.next();
|
||||
|
|
|
|||
Loading…
Reference in New Issue