短信发送日志调整

This commit is contained in:
2023-08-25 09:34:03 +08:00
parent df51123872
commit 3668582d4a
6 changed files with 69 additions and 48 deletions

View File

@@ -43,5 +43,14 @@ public class AppSendMsg {
*/
private String sendStatus;
/**
* 发送失败备注
*/
private String remark;
/**
* 短信模板
*/
private String template;
}