diff --git a/service/notify.proto b/service/notify.proto index a2a8ca2..15089c9 100644 --- a/service/notify.proto +++ b/service/notify.proto @@ -65,7 +65,7 @@ message Operator { } message EmailNotifyBasic { - optional string notify_id = 1; // 用于处理唯一的任务,重发都会被利用到 256字节 + optional string notify_id = 1; // 用于处理唯一的任务,重发都会被利用到 256字节, 如果不写自动生成一个uuid string sender = 2; // 发送者 string target_email = 3; // 发送的目标email }