更新说明

This commit is contained in:
huangsimin@fusen.cn
2024-01-17 14:47:43 +08:00
parent 46b16ebc29
commit adcc051317

View File

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