package dbstruct type VeriCodeSendTimes struct { Id string `json:"id" bson:"_id"` //id,用户的b_did SendTimes int64 `json:"send_times" bson:"send_times"` //发送次数 }