Commit f3041025 authored by shiyu's avatar shiyu

藏馆新订单消息

parent a5cd578e
...@@ -709,7 +709,7 @@ public class SendMsgServiceImpl implements SendMsgService { ...@@ -709,7 +709,7 @@ public class SendMsgServiceImpl implements SendMsgService {
try { try {
String openId = distributionOrderNoticeMsg.getOpenId(); String openId = distributionOrderNoticeMsg.getOpenId();
String token = officialAccountApi.getAccessToken(); String token = officialAccountApi.getAccessToken();
String url = "SEND_MSG_URL" + "?access_token=" + token; String url = SEND_MSG_URL + "?access_token=" + token;
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);
......
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