WRedirectNotice.proto 306 B

123456789
  1. syntax = "proto3";
  2. package Im.Scrm.Ww.Proto; //命名空间约定
  3. message RedirectNoticeMessage {
  4. int32 Type = 1; // 类型,0:临时变更,1:永久变更
  5. string ServerUrl = 2; // 业务服务器地址
  6. int32 ServerPort = 3; // 业务服务器端口
  7. //string UploadUrl = 4;
  8. }