diff --git a/src/HttpServer/logic/function.go b/src/HttpServer/logic/function.go index a36ece0..f4fdb53 100644 --- a/src/HttpServer/logic/function.go +++ b/src/HttpServer/logic/function.go @@ -960,7 +960,7 @@ func GetCoinFromSdk(uuid int, gameid string, channel string) (int, error) { } if gameid == "1016" { - SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1015 + SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1016 } var paramlist []string var params GetCoinDesc @@ -1023,7 +1023,7 @@ func AddCoinToSdk(uuid int, goldnum int, gameid string, channel string, atype in SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1015 } if gameid == "1016" { - SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1015 + SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1016 } var paramlist []string sign_type := "sign_type=md5" @@ -1094,7 +1094,7 @@ func GetCashFromSDK(uuid int, goldnum int, gameid, channel, openid, nickname, he } if gameid == "1016" { - SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1015 + SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1016 } if goldnum == 0 || uuid == 0 || gameid == "" || channel == "" || openid == "" || ver == "" { logger.Error("GetCashFromSDK param empty") @@ -1197,7 +1197,7 @@ func GetCashList(uuid int, gameid string, channel string, start int, number int) } if gameid == "1016" { - SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1015 + SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1016 } var paramlist []string var params GetCashListDesc -- libgit2 0.21.0