- syntax = "proto3";
- package Jubo.JuLiao.IM.Wx.Proto; //命名空间约定
- option go_package = "./workphone";
- message AddFriendsTaskMessage {
- string WeChatId = 1; // 商家所属微信号
- repeated string Phones = 2; // 要添加的手机号码,只执行一个(历史原因)
- string message = 3; // 发送的验证消息
- int64 TaskId = 4; //任务Id
- string Label = 5; //标签
- string Remark = 6; //备注名
- string FiledStr1 = 7; //客户自定义
- string FiledStr2 = 8; //客户自定义
- string FiledStr3 = 9; //客户自定义
- int64 CustomId = 10; //客户自定义
- }
|