mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
协议加密密钥生成算法
This commit is contained in:
@@ -24,7 +24,7 @@ func NewDao() (r *Dao, err error) {
|
||||
return nil, err
|
||||
}
|
||||
r.client = client
|
||||
r.db = client.Database("game_hk4e")
|
||||
r.db = client.Database("gs_hk4e")
|
||||
return r, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user