Commit 938333d44228d103251f3094a9c6e5f7e1a776a9
1 parent
12370d07
Exists in
master
and in
4 other branches
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/function.go
... | ... | @@ -959,7 +959,7 @@ func GetCashFromSDK(uuid int, goldnum int, gameid, channel, openid, nickname, he |
959 | 959 | sumparam := GettotalParam(paramlist) |
960 | 960 | //加serverkey |
961 | 961 | signsum := sumparam + XIAOXINGXING_SERVERKEYTEST |
962 | - logger.Info("GetCashFromSDK sumparam=%v", signsum) | |
962 | + logger.Info("GetCashFromSDK sumparam is:%v,sign is:%v", signsum, sign) | |
963 | 963 | |
964 | 964 | //进行hash |
965 | 965 | sign := GetHashValue(signsum) | ... | ... |