Commit e896c15debedacba3fcc33f1bfa7f1de0e75c346

Authored by 陆恒
1 parent 567cdc99
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/function.go
... ... @@ -476,7 +476,7 @@ func GetCoinFromSdk(uuid int, gameid string, channel string) (int, error) {
476 476 if gameid == "1017" {
477 477 SERVERKEY = XIAOXINGXING_SERVERKEYTEST_1017
478 478 }
479   -
  479 + logger.Info("GetCoinFromSdk serverkey=%v", SERVERKEY)
480 480 var paramlist []string
481 481 var params GetCoinDesc
482 482 params.Sign_type = "md5"
... ...