From 3050ad04368009192c024f5dde499383f3fa00d7 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Fri, 14 Oct 2022 14:57:45 +0800 Subject: [PATCH] feat: 邮件系统,redis key修改 --- models.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.proto b/models.proto index 5cebd6c..662e688 100644 --- a/models.proto +++ b/models.proto @@ -53,7 +53,7 @@ message Email { string content = 5; // 邮件正文 string attachments = 6; // 邮件附件 int32 status = 7; // 邮件状态: 0未读, 1已读,2 已领取 - int64 createTime = 8; + int64 created_at = 8; } message Increment { -- libgit2 0.21.2