V2.2.0 版本发布
This commit is contained in:
parent
a98531828e
commit
1cbf4901c1
@ -1,14 +0,0 @@
|
|||||||
package cn.iocoder.yudao.module.promotion.enums;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 通知模板枚举类
|
|
||||||
*
|
|
||||||
* @author HUIHUI
|
|
||||||
*/
|
|
||||||
public interface MessageTemplateConstants {
|
|
||||||
|
|
||||||
//======================= 小程序订阅消息模版 =======================
|
|
||||||
|
|
||||||
String COMBINATION_SUCCESS = "拼团结果通知";
|
|
||||||
|
|
||||||
}
|
|
@ -1,27 +0,0 @@
|
|||||||
package cn.iocoder.yudao.module.member.controller.app.social.vo;
|
|
||||||
|
|
||||||
import io.swagger.v3.oas.annotations.media.Schema;
|
|
||||||
import lombok.Data;
|
|
||||||
|
|
||||||
@Schema(description = "用户 APP - 获得小程序订阅模版 Response VO")
|
|
||||||
@Data
|
|
||||||
public class AppSocialWxaSubscribeTemplateRespVO {
|
|
||||||
|
|
||||||
@Schema(description = "模版编号", requiredMode = Schema.RequiredMode.REQUIRED,
|
|
||||||
example = "9Aw5ZV1j9xdWTFEkqCpZ7mIBbSC34khK55OtzUPl0rU")
|
|
||||||
private String id;
|
|
||||||
|
|
||||||
@Schema(description = "模版标题", requiredMode = Schema.RequiredMode.REQUIRED, example = "订单支付通知")
|
|
||||||
private String title;
|
|
||||||
|
|
||||||
@Schema(description = "模版内容", requiredMode = Schema.RequiredMode.REQUIRED,
|
|
||||||
example = "{ {result.DATA} }\\n\\n领奖金额:{ {withdrawMoney.DATA} }\\n领奖时间: { {withdrawTime.DATA} }")
|
|
||||||
private String content;
|
|
||||||
|
|
||||||
@Schema(description = "模板内容示例", requiredMode = Schema.RequiredMode.REQUIRED, example = "下单时间:2016年8月8日")
|
|
||||||
private String example;
|
|
||||||
|
|
||||||
@Schema(description = "模版类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "2")
|
|
||||||
private Integer type; // 2 为一次性订阅,3 为长期订阅
|
|
||||||
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
package cn.iocoder.yudao.module.pay.enums;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 通知模板枚举类
|
|
||||||
*
|
|
||||||
* @author HUIHUI
|
|
||||||
*/
|
|
||||||
public interface MessageTemplateConstants {
|
|
||||||
|
|
||||||
// ======================= 小程序订阅消息 =======================
|
|
||||||
|
|
||||||
String WXA_WALLET_RECHARGER_PAID = "充值成功通知";
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user