WNewCustomerPushNotice.proto 340 B

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