清除extra

This commit is contained in:
waner 2026-03-31 14:12:49 +08:00
parent bd9ee429db
commit 9b4203eacb

View File

@ -26,9 +26,5 @@ public class UKeySignDTO {
* UKey 中的认证信息 * UKey 中的认证信息
*/ */
private String rid; private String rid;
/**
* 需要处理的其他信息不参与签名这里是主密钥复制是暂时存储的分量
*/
private String extra;
} }