Skip to content

v3.x 数据库 游戏数据 邮箱验证码

eeg1412 edited this page Apr 24, 2020 · 1 revision

邮箱验证码(表)

名称:v3EmailCodes

字段名 描述 类型
_id mongodb自动生成的ID ObjectId
email 发送邮箱 String
code 验证码 String
date 发送时间 Date
count 发送次数 Int32
ip 发送者IP String
Clone this wiki locally