pos机验证机制更改usercode字段

This commit is contained in:
lyf 2023-03-24 17:25:40 +08:00
parent 38ca560cd6
commit e1470566c6
1 changed files with 0 additions and 1 deletions

View File

@ -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();