协议加密密钥生成算法

This commit is contained in:
huangxiaolei
2022-11-28 18:14:27 +08:00
parent 877f3dc192
commit eaf7045714
47 changed files with 877 additions and 224 deletions

View File

@@ -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
}