package common type SealQueryV2Request struct { // <ext>core:true</ext> 【电子签系统印章ID】电子签系统印章id(任意一种印章唯一标识即可) Id *int64 `json:"id,omitempty"` // <ext>core:true</ext> 【三方系统印章唯一标识】三方系统印章唯一标识 OpenSealId string `json:"openSealId,omitempty"` }