Commit 03b33386709f6e03fbfcd2f576d4af469fddb009

Authored by 陆恒
1 parent 7c843cc3
Exists in ver2.3.0

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/function.go
... ... @@ -1422,7 +1422,7 @@ func GetCashWechatFromSDK(uuid int, goldnum int, gameid, channel, openid, nickna
1422 1422 logger.Error("GetCashWechatFromSDK failed=%v", err)
1423 1423 return "", err
1424 1424 }
1425   - res, err := DoHttpPost(bys, "api/server/tixian")
  1425 + res, err := DoHttpPost(bys, "api/server/tixiancdkey")
1426 1426 logger.Info("GetCashWechatFromSDK sumparam is:%v,sign is:%v", signsum, sign)
1427 1427 logger.Info("GetCashWechatFromSDK sumparam param=%v", string(bys))
1428 1428 if err != nil {
... ...