package common type NotaryUserInfo struct { // <ext>core:true</ext> 【姓名】姓名 【传参】 最大长度:256。 UserName string `json:"userName"` // <ext>core:true</ext> 【证件号】证件号 【传参】 最大长度:256。 CardNo string `json:"cardNo"` }