Merge branch 'master' of ssh://gitlab.fusenpack.com/backend/proto

This commit is contained in:
huangsimin@fusen.cn
2024-01-09 18:27:58 +08:00
7 changed files with 41 additions and 58 deletions

View File

@@ -74,9 +74,6 @@ message EmailSendReq {
string title = 2; // 邮件标题
string content = 3; // 邮件内容
Operator operator = 4; // 操作类型
// string company_name = 5; // fs公司名
// string confirmation_link = 6; // fs确认连接
// string sender_name = 7; // 发送人
optional google.protobuf.Struct metadata = 5; // 扩展参数
}