提交修改

This commit is contained in:
Bob.Song
2026-03-19 16:14:33 +08:00
parent c2ec7226c0
commit 34070d0769
90 changed files with 3016 additions and 1765 deletions

View File

@@ -98,3 +98,14 @@ message Other2Chat_ChatMessage // IAddressMessage
ChatInfoTree ChatInfoTree = 1;
}
////////////// ******** 邮件 *******/////////////
/// 其他服务器发送邮件
// Protocol Bson
message Other2Mail_SendMailRequest // IAddressRequest,Mail2Other_SendMailResponse
{
MailBox MailBox = 1;
}
message Mail2Other_SendMailResponse // IAddressResponse
{
}