- syntax = "proto3";
- package Im.Scrm.Ww.Proto; //命名空间约定
- option go_package = "./workphone/wecom";
- import "wecom/WCustomerPushNotice.proto";
- message NewCustomerPushNoticeMessage {
- int64 WxId = 1; // 设备企业WX号
- repeated CustomerMessage Contacts = 2; // 好友信息模型 多个
- int64 TaskId = 3;
- }
|