This commit is contained in:
2023-07-08 11:14:17 +08:00
parent 64a43f6844
commit fceaeb4ba5
3 changed files with 6 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ public class WxAppletRemoteService {
return null;
}
AppletTemplateMessageSendDTO msgInfo = new AppletTemplateMessageSendDTO();
msgInfo.setType("1"); // 1-开始充电推送消息
msgInfo.setType(Constants.ONE); // 1-开始充电推送消息
msgInfo.setTouser(openId);
// 通过orderCode查询到充电站点和开始时间并set
String orderCode = dto.getOrderCode();