修复多账号登录

This commit is contained in:
huangxiaolei
2022-11-28 16:15:07 +08:00
parent 7cdcb3ec09
commit 877f3dc192
15 changed files with 215 additions and 141 deletions

View File

@@ -24,7 +24,7 @@ func NewDao() (r *Dao) {
return nil
}
r.client = client
r.db = client.Database("gate_hk4e")
r.db = client.Database("dispatch_hk4e")
return r
}