WAddCustomerByIdTask.pb.go 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.36.6
  4. // protoc v3.19.4
  5. // source: wecom/WAddCustomerByIdTask.proto
  6. package wecom
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. unsafe "unsafe"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. type AddCustomerByIdTaskMessage struct {
  21. state protoimpl.MessageState `protogen:"open.v1"`
  22. WxId int64 `protobuf:"varint,1,opt,name=WxId,proto3" json:"WxId,omitempty"` //
  23. Ids []string `protobuf:"bytes,2,rep,name=Ids,proto3" json:"Ids,omitempty"` // 微信好友OpenId列表
  24. Msg string `protobuf:"bytes,3,opt,name=Msg,proto3" json:"Msg,omitempty"` // 招呼语,缺省:你好这是我的企业微信,以后也可以在这里与我联系。
  25. TaskId int64 `protobuf:"varint,5,opt,name=TaskId,proto3" json:"TaskId,omitempty"`
  26. unknownFields protoimpl.UnknownFields
  27. sizeCache protoimpl.SizeCache
  28. }
  29. func (x *AddCustomerByIdTaskMessage) Reset() {
  30. *x = AddCustomerByIdTaskMessage{}
  31. mi := &file_wecom_WAddCustomerByIdTask_proto_msgTypes[0]
  32. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  33. ms.StoreMessageInfo(mi)
  34. }
  35. func (x *AddCustomerByIdTaskMessage) String() string {
  36. return protoimpl.X.MessageStringOf(x)
  37. }
  38. func (*AddCustomerByIdTaskMessage) ProtoMessage() {}
  39. func (x *AddCustomerByIdTaskMessage) ProtoReflect() protoreflect.Message {
  40. mi := &file_wecom_WAddCustomerByIdTask_proto_msgTypes[0]
  41. if x != nil {
  42. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  43. if ms.LoadMessageInfo() == nil {
  44. ms.StoreMessageInfo(mi)
  45. }
  46. return ms
  47. }
  48. return mi.MessageOf(x)
  49. }
  50. // Deprecated: Use AddCustomerByIdTaskMessage.ProtoReflect.Descriptor instead.
  51. func (*AddCustomerByIdTaskMessage) Descriptor() ([]byte, []int) {
  52. return file_wecom_WAddCustomerByIdTask_proto_rawDescGZIP(), []int{0}
  53. }
  54. func (x *AddCustomerByIdTaskMessage) GetWxId() int64 {
  55. if x != nil {
  56. return x.WxId
  57. }
  58. return 0
  59. }
  60. func (x *AddCustomerByIdTaskMessage) GetIds() []string {
  61. if x != nil {
  62. return x.Ids
  63. }
  64. return nil
  65. }
  66. func (x *AddCustomerByIdTaskMessage) GetMsg() string {
  67. if x != nil {
  68. return x.Msg
  69. }
  70. return ""
  71. }
  72. func (x *AddCustomerByIdTaskMessage) GetTaskId() int64 {
  73. if x != nil {
  74. return x.TaskId
  75. }
  76. return 0
  77. }
  78. var File_wecom_WAddCustomerByIdTask_proto protoreflect.FileDescriptor
  79. const file_wecom_WAddCustomerByIdTask_proto_rawDesc = "" +
  80. "\n" +
  81. " wecom/WAddCustomerByIdTask.proto\x12\x10Im.Scrm.Ww.Proto\"l\n" +
  82. "\x1aAddCustomerByIdTaskMessage\x12\x12\n" +
  83. "\x04WxId\x18\x01 \x01(\x03R\x04WxId\x12\x10\n" +
  84. "\x03Ids\x18\x02 \x03(\tR\x03Ids\x12\x10\n" +
  85. "\x03Msg\x18\x03 \x01(\tR\x03Msg\x12\x16\n" +
  86. "\x06TaskId\x18\x05 \x01(\x03R\x06TaskIdB\x13Z\x11./workphone/wecomb\x06proto3"
  87. var (
  88. file_wecom_WAddCustomerByIdTask_proto_rawDescOnce sync.Once
  89. file_wecom_WAddCustomerByIdTask_proto_rawDescData []byte
  90. )
  91. func file_wecom_WAddCustomerByIdTask_proto_rawDescGZIP() []byte {
  92. file_wecom_WAddCustomerByIdTask_proto_rawDescOnce.Do(func() {
  93. file_wecom_WAddCustomerByIdTask_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_wecom_WAddCustomerByIdTask_proto_rawDesc), len(file_wecom_WAddCustomerByIdTask_proto_rawDesc)))
  94. })
  95. return file_wecom_WAddCustomerByIdTask_proto_rawDescData
  96. }
  97. var file_wecom_WAddCustomerByIdTask_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  98. var file_wecom_WAddCustomerByIdTask_proto_goTypes = []any{
  99. (*AddCustomerByIdTaskMessage)(nil), // 0: Im.Scrm.Ww.Proto.AddCustomerByIdTaskMessage
  100. }
  101. var file_wecom_WAddCustomerByIdTask_proto_depIdxs = []int32{
  102. 0, // [0:0] is the sub-list for method output_type
  103. 0, // [0:0] is the sub-list for method input_type
  104. 0, // [0:0] is the sub-list for extension type_name
  105. 0, // [0:0] is the sub-list for extension extendee
  106. 0, // [0:0] is the sub-list for field type_name
  107. }
  108. func init() { file_wecom_WAddCustomerByIdTask_proto_init() }
  109. func file_wecom_WAddCustomerByIdTask_proto_init() {
  110. if File_wecom_WAddCustomerByIdTask_proto != nil {
  111. return
  112. }
  113. type x struct{}
  114. out := protoimpl.TypeBuilder{
  115. File: protoimpl.DescBuilder{
  116. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  117. RawDescriptor: unsafe.Slice(unsafe.StringData(file_wecom_WAddCustomerByIdTask_proto_rawDesc), len(file_wecom_WAddCustomerByIdTask_proto_rawDesc)),
  118. NumEnums: 0,
  119. NumMessages: 1,
  120. NumExtensions: 0,
  121. NumServices: 0,
  122. },
  123. GoTypes: file_wecom_WAddCustomerByIdTask_proto_goTypes,
  124. DependencyIndexes: file_wecom_WAddCustomerByIdTask_proto_depIdxs,
  125. MessageInfos: file_wecom_WAddCustomerByIdTask_proto_msgTypes,
  126. }.Build()
  127. File_wecom_WAddCustomerByIdTask_proto = out.File
  128. file_wecom_WAddCustomerByIdTask_proto_goTypes = nil
  129. file_wecom_WAddCustomerByIdTask_proto_depIdxs = nil
  130. }