Commit cbbea973 authored by shiyu's avatar shiyu

公众号消息测试2

parent 11d5db61
...@@ -34,9 +34,9 @@ public class ConsignSaleSubscribeMsg implements Entity, AbstractSubscribeMsg{ ...@@ -34,9 +34,9 @@ public class ConsignSaleSubscribeMsg implements Entity, AbstractSubscribeMsg{
@Override @Override
public Map<String, Object> getTempletParam() { public Map<String, Object> getTempletParam() {
Map<String, Object> map = new LinkedHashMap<>(); Map<String, Object> map = new LinkedHashMap<>();
map.put("character_string1.DATA", new HashMap(){{put("value", saleId);}}); map.put("character_string1", new HashMap(){{put("value", saleId);}});
map.put("thing2.DATA", new HashMap(){{put("value", itemName);}}); map.put("thing2", new HashMap(){{put("value", itemName);}});
map.put("time4.DATA", new HashMap(){{put("value", time);}}); map.put("time4", new HashMap(){{put("value", time);}});
return map; return map;
} }
......
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