From 13e42868314c957419ed6f846cd86c0615d11fa8 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 31 Jul 2020 16:47:27 +0800 Subject: [PATCH] 提亀 --- 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 35905c5..a910f0a 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 @@ -811,7 +811,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 @@ -881,7 +881,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 == "" { @@ -982,7 +982,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