Commit 601c9d5f authored by shiyu's avatar shiyu

预估价模板消息5

parent 026399d8
...@@ -984,7 +984,7 @@ public class SendMsgServiceImpl implements SendMsgService { ...@@ -984,7 +984,7 @@ public class SendMsgServiceImpl implements SendMsgService {
OkHttpUtil okHttpUtil = OkHttpUtil.builder().url(url); OkHttpUtil okHttpUtil = OkHttpUtil.builder().url(url);
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
map.put("touser", openId); map.put("touser", openId);
map.put("template_id", "P07Jrru56-e2JmWplinEcAFoWTUecmN3RDQp4A_VUDk"); map.put("template_id", "P07JrrU56-e2JmWplinEcAFoWTUecmN3RDQp4A_VUDk");
Map<String, Object> miniprogramMap = new HashMap<>(); Map<String, Object> miniprogramMap = new HashMap<>();
miniprogramMap.put("appid", APPLET_APPID); miniprogramMap.put("appid", APPLET_APPID);
StringBuffer stringBuffer = new StringBuffer("/pages/detail/index"); StringBuffer stringBuffer = new StringBuffer("/pages/detail/index");
......
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