From adcc0513171a430bb6a6162fa5899f9ec0132853 Mon Sep 17 00:00:00 2001 From: "huangsimin@fusen.cn" Date: Wed, 17 Jan 2024 14:47:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/notify.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }