WCustomerDelNotice.proto 254 B

1234567891011
  1. syntax = "proto3";
  2. package Im.Scrm.Ww.Proto; //命名空间约定
  3. option go_package = "./workphone/wecom";
  4. message CustomerDelNoticeMessage {
  5. int64 WxId = 1; // 设备企业WX号
  6. int64 RemoteId = 2; // 被移除客户的remoteId
  7. }