- syntax = "proto3";
- package Jubo.JuLiao.IM.Wx.Proto;
- option go_package = "./workphone";
- import "TransportMessage.proto";
- message WeChatOnlineNoticeMessage {
- string WeChatId = 1;
- string WeChatNo = 2;
- string WeChatNick = 3;
- EnumGender Gender = 4;
- string Country = 5;
- string Province = 6;
- string City = 7;
- string Avatar = 8;
- string IMEI = 9;
- string Phone = 10;
- }
|