整理短链接的四接口,依然使用 java 实现。

This commit is contained in:
cheney 2025-07-11 13:28:18 +08:00
parent 01c29d3d79
commit 91cb26b03a

View File

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