WSnsNotifyNotice.proto 320 B

1234567891011
  1. syntax = "proto3";
  2. package Im.Scrm.Ww.Proto; //命名空间约定
  3. import "WPullMySnsListTaskResultNotice.proto";
  4. message SnsNotifyNoticeMessage {
  5. int64 WxId = 1; //
  6. string Content = 2; // 错误内容描述 获取 成功时附带的结果内容
  7. SnsInfoMessage SnsInfo = 3;
  8. int32 Type = 4;
  9. }