Commit f62b2389 authored by gaoyingwei's avatar gaoyingwei

修改发送公众号加跳转

parent 996e2ac2
......@@ -534,7 +534,7 @@ public class CyWxMiniServiceImpl implements CyWxMiniService {
map.put("template_id",templateId);
Map<String,String> miniProgram = new HashMap<>();
miniProgram.put("appid",appId);
miniProgram.put("path",path);
miniProgram.put("pagepath",path);
map.put("miniprogram",miniProgram);
map.put("data",dataMap);
pushData.put("mp_template_msg", 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