package models // YuhengCloudRegisterRecord 宇恒云注册请求在本库的留痕(仅账号与密码;email 仅转发云端接口不落库) type YuhengCloudRegisterRecord struct { ID string `bson:"_id,omitempty" json:"id"` Username string `bson:"username" json:"username"` Password string `bson:"password" json:"password"` CreatedAt string `bson:"created_at" json:"created_at"` }