package others_response type MobilesealLoginAppResultResponse struct { // 【本次登录任务id】本次登录任务id LoginSid string `json:"loginSid"` // 【第三方业务系统本次登录任务id】第三方业务系统本次登录任务id BizId string `json:"bizId"` // 【证书主体名称】证书主体名称 Username string `json:"username"` // 【授权证书序列号】授权证书序列号 DocId string `json:"docId"` // 【随机数签名结果】随机数签名结果 SignedLoginRandomNumber string `json:"signedLoginRandomNumber"` // 【登录方类型】登录方类型 TenantType string `json:"tenantType"` // 【APP选中的移动签名证书base64】APP选中的移动签名证书base64 SignCertBase64 string `json:"signCertBase64"` // 【加解密公钥】加解密公钥 DesPublicKey string `json:"desPublicKey"` }