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