no message
This commit is contained in:
parent
152c2c5caa
commit
ce70f4f954
|
|
@ -477,9 +477,9 @@ public class OrderController extends BaseController {
|
|||
// 消息组装。
|
||||
Map<String, Object> paramsNew = new HashMap<>();
|
||||
// 订单编号
|
||||
paramsNew.put("thing10", "您帐号收到1条新订单");
|
||||
paramsNew.put("thing21", "您帐号收到1条新订单");
|
||||
// 名称
|
||||
paramsNew.put("thing18", "请进入【我的订单--新订单】操作处理");
|
||||
paramsNew.put("thing31", "请进入【我的订单--新订单】操作处理");
|
||||
CustomerAddress address = customerAddressService.selectByCustomerAddressId(om.getAddressId());
|
||||
paramsNew.put("thing14", address.getName());
|
||||
// 预约时间
|
||||
|
|
@ -592,9 +592,9 @@ public class OrderController extends BaseController {
|
|||
// 消息组装。
|
||||
Map<String, Object> paramsNew = new HashMap<>();
|
||||
// 订单编号
|
||||
paramsNew.put("thing10", "您帐号收到1条新订单");
|
||||
paramsNew.put("thing21", "您帐号收到1条新订单");
|
||||
// 名称
|
||||
paramsNew.put("thing18", "请进入【我的订单--新订单】操作处理");
|
||||
paramsNew.put("thing31", "请进入【我的订单--新订单】操作处理");
|
||||
CustomerAddress address = customerAddressService.selectByCustomerAddressId(orderMaster.getAddressId());
|
||||
paramsNew.put("thing14", address.getName());
|
||||
// 预约时间
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ public enum WxMsgEnum {
|
|||
/** 测试 **/
|
||||
TEXT("", "dnjTqmqr7OsnOXJR_SikVNNQOPSZLJ6pcDoysOksjNQ"),
|
||||
|
||||
NORMAL_ORDER("", "dnjTqmqr7OsnOXJR_SikVEOPNFGmDgtLpNDm5VzwrLA"),
|
||||
NORMAL_ORDER("", "dnjTqmqr7OsnOXJR_SikVCa9lzVlYx3EdFBdu6DNEdk"),
|
||||
TIMEOUT_ORDER("", "dnjTqmqr7OsnOXJR_SikVFa-walminp2qVeUZgNfw6M"),
|
||||
|
||||
/** 急报 **/
|
||||
|
|
|
|||
Loading…
Reference in New Issue