Commit aff2530c79348cef82a84ec86bb433aa12768be8
1 parent
e7d9c57e
Exists in
ver2.3.0
and in
1 other branch
提交
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/HttpServer/logic/function.go
... | ... | @@ -960,7 +960,7 @@ func GetCoinFromSdk(uuid int, gameid string, channel string) (int, error) { |
960 | 960 | } |
961 | 961 | |
962 | 962 | if gameid == "1016" { |
963 | - SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1015 | |
963 | + SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1016 | |
964 | 964 | } |
965 | 965 | var paramlist []string |
966 | 966 | var params GetCoinDesc |
... | ... | @@ -1023,7 +1023,7 @@ func AddCoinToSdk(uuid int, goldnum int, gameid string, channel string, atype in |
1023 | 1023 | SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1015 |
1024 | 1024 | } |
1025 | 1025 | if gameid == "1016" { |
1026 | - SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1015 | |
1026 | + SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1016 | |
1027 | 1027 | } |
1028 | 1028 | var paramlist []string |
1029 | 1029 | sign_type := "sign_type=md5" |
... | ... | @@ -1094,7 +1094,7 @@ func GetCashFromSDK(uuid int, goldnum int, gameid, channel, openid, nickname, he |
1094 | 1094 | } |
1095 | 1095 | |
1096 | 1096 | if gameid == "1016" { |
1097 | - SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1015 | |
1097 | + SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1016 | |
1098 | 1098 | } |
1099 | 1099 | if goldnum == 0 || uuid == 0 || gameid == "" || channel == "" || openid == "" || ver == "" { |
1100 | 1100 | logger.Error("GetCashFromSDK param empty") |
... | ... | @@ -1197,7 +1197,7 @@ func GetCashList(uuid int, gameid string, channel string, start int, number int) |
1197 | 1197 | } |
1198 | 1198 | |
1199 | 1199 | if gameid == "1016" { |
1200 | - SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1015 | |
1200 | + SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1016 | |
1201 | 1201 | } |
1202 | 1202 | var paramlist []string |
1203 | 1203 | var params GetCashListDesc | ... | ... |