فهرست منبع

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

liuzhiwei 7 سال پیش
والد
کامیت
07ba786f36
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tooth-wechat-web/src/main/java/com/iamberry/wechat/handles/agentInfo/AgentToothHandler.java

+ 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;