From 59194f397fabe79a52307d9b7936da451580df3a Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Tue, 20 Jun 2023 10:13:58 +0800 Subject: [PATCH] reactor: 邮件attachments类型修改 --- models.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.proto b/models.proto index 1eb9571..5b33197 100644 --- a/models.proto +++ b/models.proto @@ -57,7 +57,7 @@ message Email { string title = 4; // 标题 string stitle = 5; // 小标题 string content = 6; // 邮件正文 - string attachments = 7; // 邮件附件 + map attachments = 7; // 邮件附件 int32 status = 8; // 邮件状态: 0未读, 1已读,2 已领取 int64 created_at = 9; } -- libgit2 0.21.2