From 0993c6c3b49bb63531f8796485e3dadf397d0cd5 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Mon, 20 Jun 2022 10:55:45 +0800 Subject: [PATCH] feat: EmailNewNty, 新邮件通知 --- game.proto | 8 ++++++-- protocode.proto | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/game.proto b/game.proto index 547f597..0e9f2fb 100644 --- a/game.proto +++ b/game.proto @@ -125,9 +125,13 @@ message EmailCheckRar { string id = 1; } -message EmailDelReq{ +message EmailDelReq { } -message EmailDelRsp{ +message EmailDelRsp { repeated string ids = 1; } + +message EmailNewNty{ + models.Email emails = 1; +} diff --git a/protocode.proto b/protocode.proto index 308e1a2..1742afc 100644 --- a/protocode.proto +++ b/protocode.proto @@ -25,6 +25,7 @@ enum ProtoCode RoleUpdatePropertyNty = 1002; RoleUpdateItemsNty = 1003; EquipmentAddNty = 1004; + EmailNewNty = 1005; -- libgit2 0.21.2