Commit aa3e021a030c8c29f4b55f7421f142e1db6c3138

Authored by 陆恒
1 parent e4d64b2d
Exists in master

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/function.go
@@ -497,6 +497,7 @@ func GetCoinFromSdk(uuid int, gameid string, channel string) (int, error) { @@ -497,6 +497,7 @@ func GetCoinFromSdk(uuid int, gameid string, channel string) (int, error) {
497 497
498 sumparam := GettotalParam(paramlist) 498 sumparam := GettotalParam(paramlist)
499 //加serverkey 499 //加serverkey
  500 + logger.Info("testttttttttttttttttttttttt=%v", sumparam)
500 signsum := sumparam + SERVERKEY 501 signsum := sumparam + SERVERKEY
501 502
502 //进行hash 503 //进行hash