Commit 3050ad04368009192c024f5dde499383f3fa00d7
1 parent
2cd79395
feat: 邮件系统,redis key修改
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
| @@ -53,7 +53,7 @@ message Email { | @@ -53,7 +53,7 @@ message Email { | ||
| 53 | string content = 5; // 邮件正文 | 53 | string content = 5; // 邮件正文 |
| 54 | string attachments = 6; // 邮件附件 | 54 | string attachments = 6; // 邮件附件 |
| 55 | int32 status = 7; // 邮件状态: 0未读, 1已读,2 已领取 | 55 | int32 status = 7; // 邮件状态: 0未读, 1已读,2 已领取 |
| 56 | - int64 createTime = 8; | 56 | + int64 created_at = 8; |
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | message Increment { | 59 | message Increment { |