新增商家端退款申请通知
This commit is contained in:
@ -21,7 +21,8 @@ public enum TemplateListenEnum {
|
||||
TYPE_5("5","在线买单/收款成功通知"),
|
||||
TYPE_6("6","商家收款通知"),
|
||||
TYPE_7("7","用户下单未支付通知"),
|
||||
TYPE_8("8","用户提现通知");
|
||||
TYPE_8("8","用户提现通知"),
|
||||
TYPE_9("9","退款申请通知");
|
||||
private String value;
|
||||
private String desc;
|
||||
|
||||
|
Reference in New Issue
Block a user