From e4d64b2d6aad06af4a193fdd1b809a891f1bf236 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 17 Jul 2020 18:00:49 +0800 Subject: [PATCH] 1 --- src/HttpServer/logic/function.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/HttpServer/logic/function.go b/src/HttpServer/logic/function.go index e97a0be..9decd3c 100644 --- a/src/HttpServer/logic/function.go +++ b/src/HttpServer/logic/function.go @@ -474,7 +474,7 @@ func GetCoinFromSdk(uuid int, gameid string, channel string) (int, error) { SERVERKEY := conf.GetCoinConf().Key if gameid == "1017" { - SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1017 + //SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1017 } logger.Info("GetCoinFromSdk serverkey=%v", SERVERKEY) var paramlist []string @@ -810,7 +810,7 @@ func GetUserSelfData(uniqueid string) (string, error) { func GetCashList(uuid int, gameid string, channel string, start int, number int) (*[]WithDrawRecord, error) { SERVERKEY := conf.GetCoinConf().Key if gameid == "1017" { - SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1017 + //SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1017 } var paramlist []string @@ -880,7 +880,7 @@ func GetCashFromSDK(uuid int, goldnum int, gameid, channel, openid, nickname, he SERVERKEY := conf.GetCoinConf().Key if gameid == "1017" { - SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1017 + //SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1017 } if goldnum == 0 || uuid == 0 || gameid == "" || channel == "" || openid == "" || ver == "" { @@ -981,7 +981,7 @@ func GetCashFromSDK(uuid int, goldnum int, gameid, channel, openid, nickname, he func AddCoinToSdk(uuid int, goldnum int, gameid string, channel string, atype int) (int, error) { SERVERKEY := conf.GetCoinConf().Key if gameid == "1017" { - SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1017 + //SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1017 } var paramlist []string sign_type := "sign_type=md5" -- libgit2 0.21.0