处理 放开rocketMQ后mall和message模块循环依赖

This commit is contained in:
朱耘稷
2020-12-08 17:39:12 +08:00
parent 3266999397
commit 2703b35fcb
4 changed files with 36 additions and 10 deletions

View File

@ -19,8 +19,8 @@ public enum TemplateListenEnum {
TYPE_3("3","发货成功通知"),
TYPE_4("4","充值成功通知"),
TYPE_5("5","在线买单/收款成功通知"),
TYPE_6("6","商家收款通知");
TYPE_6("6","商家收款通知"),
TYPE_7("7","用户下单未支付通知");
private String value;
private String desc;