- 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;
- string Label = 5;
- string Remark = 6;
- string FiledStr1 = 7;
- string FiledStr2 = 8;
- string FiledStr3 = 9;
- int64 CustomId = 10;
- }
|