Przeglądaj źródła

添加了进入更换刷头的赠送优惠券id

liuzhiwei 7 lat temu
rodzic
commit
07ba786f36

+ 1 - 1
tooth-wechat-web/src/main/java/com/iamberry/wechat/handles/agentInfo/AgentToothHandler.java

@@ -158,7 +158,7 @@ public class AgentToothHandler {
         hint = hintList.get(0);
         map.put("hint",hint);
         map.put("couponTypeId",rule.getRuleNum());
-        msg.setData(hint);
+        msg.setData(map);
         msg.setResultCode(ResultInfo.SUCCESSCODE);
         msg.setStatus(true);
         return msg;