- syntax = "proto3";
- package Jubo.JuLiao.IM.Wx.Proto;
- option go_package = "./workphone";
- import "CircleNewPublishNotice.proto";
- message CirclePushNoticeMessage {
- string WeChatId = 1;
- repeated CircleInformationMessage Circles = 2;
- int32 Size = 3;
- int32 Count = 4;
- int32 Page = 5;
- int32 RetCode = 6;
- string RetTips = 7;
- }
|