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