Commit c03f60b2cc1920e64a97a3bcd8408d968e02426a

Authored by 陆恒
1 parent 46434705
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -512,7 +512,7 @@ func HandlerGetcashwechat(w http.ResponseWriter, data string, uniqueuuid, gameid
512 512 }
513 513 }
514 514  
515   - cdkey, err := GetCashWechatFromSDK(uuid, drawnum, rdata.Gameid, rdata.Channel, rdata.Openid, rdata.Nickname, rdata.Headurl, rdata.Ver, checkcoin)
  515 + cdkey, err := GetCashWechatFromSDK(uuid, drawnum, gameid, channel, rdata.Openid, rdata.Nickname, rdata.Headurl, rdata.Ver, checkcoin)
516 516 if err != nil {
517 517 logger.Error("GetCashFromSDK failed err=%v", err)
518 518 resp.Message = "从后台提现失败了"
... ...