by Robin at 20241204

This commit is contained in:
Robin 2024-12-04 13:25:17 +08:00
parent 04d757c62a
commit 9ecbeb768a
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ func (m *Mongo) getColLoginHis() *qmgo.Collection {
// 验证码错误频次表 // 验证码错误频次表
func (m *Mongo) getColVeriCodeWrongTimes() *qmgo.Collection { func (m *Mongo) getColVeriCodeWrongTimes() *qmgo.Collection {
return m.clientMix.Database(DBLogin).Collection(COLLoginHis) return m.clientMix.Database(DBLogin).Collection(COLVeriCodeWrongTimes)
} }
// Token表 // Token表