package common type SealBindOtpToken struct { // 【动态令牌设备编号】动态令牌设备编号 DeviceNo string `json:"deviceNo,omitempty"` // format:date 【设备过期时间】设备过期时间 【传参】 日期格式:yyyy-MM-dd HH:mm:ss。 EndTime string `json:"endTime,omitempty"` }