WGetWeChatsReq.proto 315 B

12345678910
  1. syntax = "proto3";
  2. package Im.Scrm.Ww.Proto; //命名空间约定
  3. option go_package = "./workphone/wecom";
  4. import "wecom/WTransport.proto";
  5. // 定义消息类型 GetWeChatsReq
  6. message GetWeChatsReqMessage {
  7. EnumAccountType AccountType = 1; // 对应AccountType字段
  8. string id = 2; // 对应id字段
  9. }