Commit 56d8c40381b895c84f374093c34b4b7c694d5c44
1 parent
910a5dfc
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/function.go
... | ... | @@ -239,7 +239,7 @@ func (u *UserData) CalcMainCatNum() int { |
239 | 239 | func GetServerKey(gameid string) string { |
240 | 240 | rtkey := conf.GetCoinConf().Key |
241 | 241 | if gameid == "1018" { |
242 | - rtkey = "f25fd935f8c7b952b3654a72eee58f89" | |
242 | + rtkey = "20cbac4f81f96bfa01a1f6c1bb3320e8" | |
243 | 243 | } |
244 | 244 | |
245 | 245 | return rtkey | ... | ... |