Commit 74c84960 authored by huyuchen's avatar huyuchen

Merge remote-tracking branch 'origin/MVP1.7.12' into MVP1.7.12

parents 50d25213 23242aa6
......@@ -76,6 +76,7 @@ public class TGzController {
params.put("requestId", requestId);
params.put("appkey", appkey);
params.put("nonce", nonce);
// TODO - 真实使用时,请去除error日志
log.error("瓜子推送offer信息,gzOfferInfo=" + JSON.toJSONString(gzOfferInfo));
log.error("瓜子推送offer信息,params=" + JSON.toJSONString(params));
// 2. 计算期望的签名
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment