syntax = "proto3"; package Im.Scrm.Ww.Proto; //命名空间约定 option go_package = "./workphone/wecom"; message GetExtUserIdTaskMessage { int64 WxId = 1; // 设备企业WX号 string CorpId = 2; //公司id repeated int64 RemoteId = 3; // 客户id int64 TaskId = 4; }