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