mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user