Commit 23242aa6 authored by hongguangwu's avatar hongguangwu

MVP1.7.12-对接瓜子接口

parent 5496fb45
...@@ -76,6 +76,7 @@ public class TGzController { ...@@ -76,6 +76,7 @@ public class TGzController {
params.put("requestId", requestId); params.put("requestId", requestId);
params.put("appkey", appkey); params.put("appkey", appkey);
params.put("nonce", nonce); params.put("nonce", nonce);
// TODO - 真实使用时,请去除error日志
log.error("瓜子推送offer信息,gzOfferInfo=" + JSON.toJSONString(gzOfferInfo)); log.error("瓜子推送offer信息,gzOfferInfo=" + JSON.toJSONString(gzOfferInfo));
log.error("瓜子推送offer信息,params=" + JSON.toJSONString(params)); log.error("瓜子推送offer信息,params=" + JSON.toJSONString(params));
// 2. 计算期望的签名 // 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