整理短链接的四接口,依然使用 java 实现。
This commit is contained in:
parent
01c29d3d79
commit
91cb26b03a
@ -866,7 +866,7 @@ public class SydApiBaseFunction implements SydApi {
|
||||
throw new IllegalArgumentException();
|
||||
}
|
||||
updateLastUseTime();
|
||||
String mac = this.SYD_SM4Mac_ShortData(iKeyIndex, pcData);
|
||||
String mac = this.SYD_SM4Mac_ShortData(iKeyIndex, pcData, limitDataLen);
|
||||
log.debug(this + ".SYD_SM4Mac_ShortData方法返回值:{}", mac);
|
||||
return pcMac.equals(mac);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user