thirdparty.pb.go 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: thirdparty.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package v1
  5. import (
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. type GetVcodeRequest struct {
  20. PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
  21. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  22. XXX_unrecognized []byte `json:"-"`
  23. XXX_sizecache int32 `json:"-"`
  24. }
  25. func (m *GetVcodeRequest) Reset() { *m = GetVcodeRequest{} }
  26. func (m *GetVcodeRequest) String() string { return proto.CompactTextString(m) }
  27. func (*GetVcodeRequest) ProtoMessage() {}
  28. func (*GetVcodeRequest) Descriptor() ([]byte, []int) {
  29. return fileDescriptor_e10f141fd1fcfe2b, []int{0}
  30. }
  31. func (m *GetVcodeRequest) XXX_Unmarshal(b []byte) error {
  32. return xxx_messageInfo_GetVcodeRequest.Unmarshal(m, b)
  33. }
  34. func (m *GetVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  35. return xxx_messageInfo_GetVcodeRequest.Marshal(b, m, deterministic)
  36. }
  37. func (m *GetVcodeRequest) XXX_Merge(src proto.Message) {
  38. xxx_messageInfo_GetVcodeRequest.Merge(m, src)
  39. }
  40. func (m *GetVcodeRequest) XXX_Size() int {
  41. return xxx_messageInfo_GetVcodeRequest.Size(m)
  42. }
  43. func (m *GetVcodeRequest) XXX_DiscardUnknown() {
  44. xxx_messageInfo_GetVcodeRequest.DiscardUnknown(m)
  45. }
  46. var xxx_messageInfo_GetVcodeRequest proto.InternalMessageInfo
  47. func (m *GetVcodeRequest) GetPhoneNumber() string {
  48. if m != nil {
  49. return m.PhoneNumber
  50. }
  51. return ""
  52. }
  53. type GetVcodeReply struct {
  54. Vcode uint32 `protobuf:"varint,1,opt,name=vcode,proto3" json:"vcode"`
  55. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  56. XXX_unrecognized []byte `json:"-"`
  57. XXX_sizecache int32 `json:"-"`
  58. }
  59. func (m *GetVcodeReply) Reset() { *m = GetVcodeReply{} }
  60. func (m *GetVcodeReply) String() string { return proto.CompactTextString(m) }
  61. func (*GetVcodeReply) ProtoMessage() {}
  62. func (*GetVcodeReply) Descriptor() ([]byte, []int) {
  63. return fileDescriptor_e10f141fd1fcfe2b, []int{1}
  64. }
  65. func (m *GetVcodeReply) XXX_Unmarshal(b []byte) error {
  66. return xxx_messageInfo_GetVcodeReply.Unmarshal(m, b)
  67. }
  68. func (m *GetVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  69. return xxx_messageInfo_GetVcodeReply.Marshal(b, m, deterministic)
  70. }
  71. func (m *GetVcodeReply) XXX_Merge(src proto.Message) {
  72. xxx_messageInfo_GetVcodeReply.Merge(m, src)
  73. }
  74. func (m *GetVcodeReply) XXX_Size() int {
  75. return xxx_messageInfo_GetVcodeReply.Size(m)
  76. }
  77. func (m *GetVcodeReply) XXX_DiscardUnknown() {
  78. xxx_messageInfo_GetVcodeReply.DiscardUnknown(m)
  79. }
  80. var xxx_messageInfo_GetVcodeReply proto.InternalMessageInfo
  81. func (m *GetVcodeReply) GetVcode() uint32 {
  82. if m != nil {
  83. return m.Vcode
  84. }
  85. return 0
  86. }
  87. type CheckVcodeRequest struct {
  88. PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
  89. Vcode uint32 `protobuf:"varint,2,opt,name=vcode,proto3" json:"vcode"`
  90. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  91. XXX_unrecognized []byte `json:"-"`
  92. XXX_sizecache int32 `json:"-"`
  93. }
  94. func (m *CheckVcodeRequest) Reset() { *m = CheckVcodeRequest{} }
  95. func (m *CheckVcodeRequest) String() string { return proto.CompactTextString(m) }
  96. func (*CheckVcodeRequest) ProtoMessage() {}
  97. func (*CheckVcodeRequest) Descriptor() ([]byte, []int) {
  98. return fileDescriptor_e10f141fd1fcfe2b, []int{2}
  99. }
  100. func (m *CheckVcodeRequest) XXX_Unmarshal(b []byte) error {
  101. return xxx_messageInfo_CheckVcodeRequest.Unmarshal(m, b)
  102. }
  103. func (m *CheckVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  104. return xxx_messageInfo_CheckVcodeRequest.Marshal(b, m, deterministic)
  105. }
  106. func (m *CheckVcodeRequest) XXX_Merge(src proto.Message) {
  107. xxx_messageInfo_CheckVcodeRequest.Merge(m, src)
  108. }
  109. func (m *CheckVcodeRequest) XXX_Size() int {
  110. return xxx_messageInfo_CheckVcodeRequest.Size(m)
  111. }
  112. func (m *CheckVcodeRequest) XXX_DiscardUnknown() {
  113. xxx_messageInfo_CheckVcodeRequest.DiscardUnknown(m)
  114. }
  115. var xxx_messageInfo_CheckVcodeRequest proto.InternalMessageInfo
  116. func (m *CheckVcodeRequest) GetPhoneNumber() string {
  117. if m != nil {
  118. return m.PhoneNumber
  119. }
  120. return ""
  121. }
  122. func (m *CheckVcodeRequest) GetVcode() uint32 {
  123. if m != nil {
  124. return m.Vcode
  125. }
  126. return 0
  127. }
  128. type CheckVcodeReply struct {
  129. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  130. XXX_unrecognized []byte `json:"-"`
  131. XXX_sizecache int32 `json:"-"`
  132. }
  133. func (m *CheckVcodeReply) Reset() { *m = CheckVcodeReply{} }
  134. func (m *CheckVcodeReply) String() string { return proto.CompactTextString(m) }
  135. func (*CheckVcodeReply) ProtoMessage() {}
  136. func (*CheckVcodeReply) Descriptor() ([]byte, []int) {
  137. return fileDescriptor_e10f141fd1fcfe2b, []int{3}
  138. }
  139. func (m *CheckVcodeReply) XXX_Unmarshal(b []byte) error {
  140. return xxx_messageInfo_CheckVcodeReply.Unmarshal(m, b)
  141. }
  142. func (m *CheckVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  143. return xxx_messageInfo_CheckVcodeReply.Marshal(b, m, deterministic)
  144. }
  145. func (m *CheckVcodeReply) XXX_Merge(src proto.Message) {
  146. xxx_messageInfo_CheckVcodeReply.Merge(m, src)
  147. }
  148. func (m *CheckVcodeReply) XXX_Size() int {
  149. return xxx_messageInfo_CheckVcodeReply.Size(m)
  150. }
  151. func (m *CheckVcodeReply) XXX_DiscardUnknown() {
  152. xxx_messageInfo_CheckVcodeReply.DiscardUnknown(m)
  153. }
  154. var xxx_messageInfo_CheckVcodeReply proto.InternalMessageInfo
  155. type SendReserveRequest struct {
  156. PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
  157. Services string `protobuf:"bytes,2,opt,name=services,proto3" json:"services"`
  158. Times string `protobuf:"bytes,3,opt,name=times,proto3" json:"times"`
  159. Shop string `protobuf:"bytes,4,opt,name=shop,proto3" json:"shop"`
  160. Addr string `protobuf:"bytes,5,opt,name=addr,proto3" json:"addr"`
  161. ServicePhone string `protobuf:"bytes,6,opt,name=service_phone,json=servicePhone,proto3" json:"service_phone"`
  162. PlateNo string `protobuf:"bytes,7,opt,name=plate_no,json=plateNo,proto3" json:"plate_no"`
  163. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  164. XXX_unrecognized []byte `json:"-"`
  165. XXX_sizecache int32 `json:"-"`
  166. }
  167. func (m *SendReserveRequest) Reset() { *m = SendReserveRequest{} }
  168. func (m *SendReserveRequest) String() string { return proto.CompactTextString(m) }
  169. func (*SendReserveRequest) ProtoMessage() {}
  170. func (*SendReserveRequest) Descriptor() ([]byte, []int) {
  171. return fileDescriptor_e10f141fd1fcfe2b, []int{4}
  172. }
  173. func (m *SendReserveRequest) XXX_Unmarshal(b []byte) error {
  174. return xxx_messageInfo_SendReserveRequest.Unmarshal(m, b)
  175. }
  176. func (m *SendReserveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  177. return xxx_messageInfo_SendReserveRequest.Marshal(b, m, deterministic)
  178. }
  179. func (m *SendReserveRequest) XXX_Merge(src proto.Message) {
  180. xxx_messageInfo_SendReserveRequest.Merge(m, src)
  181. }
  182. func (m *SendReserveRequest) XXX_Size() int {
  183. return xxx_messageInfo_SendReserveRequest.Size(m)
  184. }
  185. func (m *SendReserveRequest) XXX_DiscardUnknown() {
  186. xxx_messageInfo_SendReserveRequest.DiscardUnknown(m)
  187. }
  188. var xxx_messageInfo_SendReserveRequest proto.InternalMessageInfo
  189. func (m *SendReserveRequest) GetPhoneNumber() string {
  190. if m != nil {
  191. return m.PhoneNumber
  192. }
  193. return ""
  194. }
  195. func (m *SendReserveRequest) GetServices() string {
  196. if m != nil {
  197. return m.Services
  198. }
  199. return ""
  200. }
  201. func (m *SendReserveRequest) GetTimes() string {
  202. if m != nil {
  203. return m.Times
  204. }
  205. return ""
  206. }
  207. func (m *SendReserveRequest) GetShop() string {
  208. if m != nil {
  209. return m.Shop
  210. }
  211. return ""
  212. }
  213. func (m *SendReserveRequest) GetAddr() string {
  214. if m != nil {
  215. return m.Addr
  216. }
  217. return ""
  218. }
  219. func (m *SendReserveRequest) GetServicePhone() string {
  220. if m != nil {
  221. return m.ServicePhone
  222. }
  223. return ""
  224. }
  225. func (m *SendReserveRequest) GetPlateNo() string {
  226. if m != nil {
  227. return m.PlateNo
  228. }
  229. return ""
  230. }
  231. type SendReserveReply struct {
  232. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  233. XXX_unrecognized []byte `json:"-"`
  234. XXX_sizecache int32 `json:"-"`
  235. }
  236. func (m *SendReserveReply) Reset() { *m = SendReserveReply{} }
  237. func (m *SendReserveReply) String() string { return proto.CompactTextString(m) }
  238. func (*SendReserveReply) ProtoMessage() {}
  239. func (*SendReserveReply) Descriptor() ([]byte, []int) {
  240. return fileDescriptor_e10f141fd1fcfe2b, []int{5}
  241. }
  242. func (m *SendReserveReply) XXX_Unmarshal(b []byte) error {
  243. return xxx_messageInfo_SendReserveReply.Unmarshal(m, b)
  244. }
  245. func (m *SendReserveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  246. return xxx_messageInfo_SendReserveReply.Marshal(b, m, deterministic)
  247. }
  248. func (m *SendReserveReply) XXX_Merge(src proto.Message) {
  249. xxx_messageInfo_SendReserveReply.Merge(m, src)
  250. }
  251. func (m *SendReserveReply) XXX_Size() int {
  252. return xxx_messageInfo_SendReserveReply.Size(m)
  253. }
  254. func (m *SendReserveReply) XXX_DiscardUnknown() {
  255. xxx_messageInfo_SendReserveReply.DiscardUnknown(m)
  256. }
  257. var xxx_messageInfo_SendReserveReply proto.InternalMessageInfo
  258. type SendAlarmRequest struct {
  259. PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
  260. // 邮件
  261. Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email"`
  262. // 设备名(扬尘设备(扬尘0001))
  263. DeviceName string `protobuf:"bytes,3,opt,name=device_name,json=deviceName,proto3" json:"device_name"`
  264. // 告警原因
  265. AlarmReason string `protobuf:"bytes,4,opt,name=alarm_reason,json=alarmReason,proto3" json:"alarm_reason"`
  266. // 告警时间
  267. AlarmTime string `protobuf:"bytes,5,opt,name=alarm_time,json=alarmTime,proto3" json:"alarm_time"`
  268. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  269. XXX_unrecognized []byte `json:"-"`
  270. XXX_sizecache int32 `json:"-"`
  271. }
  272. func (m *SendAlarmRequest) Reset() { *m = SendAlarmRequest{} }
  273. func (m *SendAlarmRequest) String() string { return proto.CompactTextString(m) }
  274. func (*SendAlarmRequest) ProtoMessage() {}
  275. func (*SendAlarmRequest) Descriptor() ([]byte, []int) {
  276. return fileDescriptor_e10f141fd1fcfe2b, []int{6}
  277. }
  278. func (m *SendAlarmRequest) XXX_Unmarshal(b []byte) error {
  279. return xxx_messageInfo_SendAlarmRequest.Unmarshal(m, b)
  280. }
  281. func (m *SendAlarmRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  282. return xxx_messageInfo_SendAlarmRequest.Marshal(b, m, deterministic)
  283. }
  284. func (m *SendAlarmRequest) XXX_Merge(src proto.Message) {
  285. xxx_messageInfo_SendAlarmRequest.Merge(m, src)
  286. }
  287. func (m *SendAlarmRequest) XXX_Size() int {
  288. return xxx_messageInfo_SendAlarmRequest.Size(m)
  289. }
  290. func (m *SendAlarmRequest) XXX_DiscardUnknown() {
  291. xxx_messageInfo_SendAlarmRequest.DiscardUnknown(m)
  292. }
  293. var xxx_messageInfo_SendAlarmRequest proto.InternalMessageInfo
  294. func (m *SendAlarmRequest) GetPhoneNumber() string {
  295. if m != nil {
  296. return m.PhoneNumber
  297. }
  298. return ""
  299. }
  300. func (m *SendAlarmRequest) GetEmail() string {
  301. if m != nil {
  302. return m.Email
  303. }
  304. return ""
  305. }
  306. func (m *SendAlarmRequest) GetDeviceName() string {
  307. if m != nil {
  308. return m.DeviceName
  309. }
  310. return ""
  311. }
  312. func (m *SendAlarmRequest) GetAlarmReason() string {
  313. if m != nil {
  314. return m.AlarmReason
  315. }
  316. return ""
  317. }
  318. func (m *SendAlarmRequest) GetAlarmTime() string {
  319. if m != nil {
  320. return m.AlarmTime
  321. }
  322. return ""
  323. }
  324. type SendAlarmReply struct {
  325. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  326. XXX_unrecognized []byte `json:"-"`
  327. XXX_sizecache int32 `json:"-"`
  328. }
  329. func (m *SendAlarmReply) Reset() { *m = SendAlarmReply{} }
  330. func (m *SendAlarmReply) String() string { return proto.CompactTextString(m) }
  331. func (*SendAlarmReply) ProtoMessage() {}
  332. func (*SendAlarmReply) Descriptor() ([]byte, []int) {
  333. return fileDescriptor_e10f141fd1fcfe2b, []int{7}
  334. }
  335. func (m *SendAlarmReply) XXX_Unmarshal(b []byte) error {
  336. return xxx_messageInfo_SendAlarmReply.Unmarshal(m, b)
  337. }
  338. func (m *SendAlarmReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  339. return xxx_messageInfo_SendAlarmReply.Marshal(b, m, deterministic)
  340. }
  341. func (m *SendAlarmReply) XXX_Merge(src proto.Message) {
  342. xxx_messageInfo_SendAlarmReply.Merge(m, src)
  343. }
  344. func (m *SendAlarmReply) XXX_Size() int {
  345. return xxx_messageInfo_SendAlarmReply.Size(m)
  346. }
  347. func (m *SendAlarmReply) XXX_DiscardUnknown() {
  348. xxx_messageInfo_SendAlarmReply.DiscardUnknown(m)
  349. }
  350. var xxx_messageInfo_SendAlarmReply proto.InternalMessageInfo
  351. // 发送通过认证短信
  352. type SendThroughVerifyRequest struct {
  353. // 公司名
  354. Company string `protobuf:"bytes,1,opt,name=company,proto3" json:"company"`
  355. // 类型 1 供应商,2 企业
  356. CompanyType int32 `protobuf:"varint,2,opt,name=company_type,json=companyType,proto3" json:"company_type"`
  357. PhoneNumber string `protobuf:"bytes,3,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
  358. Status bool `protobuf:"varint,4,opt,name=status,proto3" json:"status"`
  359. ApproveTime string `protobuf:"bytes,5,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"`
  360. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  361. XXX_unrecognized []byte `json:"-"`
  362. XXX_sizecache int32 `json:"-"`
  363. }
  364. func (m *SendThroughVerifyRequest) Reset() { *m = SendThroughVerifyRequest{} }
  365. func (m *SendThroughVerifyRequest) String() string { return proto.CompactTextString(m) }
  366. func (*SendThroughVerifyRequest) ProtoMessage() {}
  367. func (*SendThroughVerifyRequest) Descriptor() ([]byte, []int) {
  368. return fileDescriptor_e10f141fd1fcfe2b, []int{8}
  369. }
  370. func (m *SendThroughVerifyRequest) XXX_Unmarshal(b []byte) error {
  371. return xxx_messageInfo_SendThroughVerifyRequest.Unmarshal(m, b)
  372. }
  373. func (m *SendThroughVerifyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  374. return xxx_messageInfo_SendThroughVerifyRequest.Marshal(b, m, deterministic)
  375. }
  376. func (m *SendThroughVerifyRequest) XXX_Merge(src proto.Message) {
  377. xxx_messageInfo_SendThroughVerifyRequest.Merge(m, src)
  378. }
  379. func (m *SendThroughVerifyRequest) XXX_Size() int {
  380. return xxx_messageInfo_SendThroughVerifyRequest.Size(m)
  381. }
  382. func (m *SendThroughVerifyRequest) XXX_DiscardUnknown() {
  383. xxx_messageInfo_SendThroughVerifyRequest.DiscardUnknown(m)
  384. }
  385. var xxx_messageInfo_SendThroughVerifyRequest proto.InternalMessageInfo
  386. func (m *SendThroughVerifyRequest) GetCompany() string {
  387. if m != nil {
  388. return m.Company
  389. }
  390. return ""
  391. }
  392. func (m *SendThroughVerifyRequest) GetCompanyType() int32 {
  393. if m != nil {
  394. return m.CompanyType
  395. }
  396. return 0
  397. }
  398. func (m *SendThroughVerifyRequest) GetPhoneNumber() string {
  399. if m != nil {
  400. return m.PhoneNumber
  401. }
  402. return ""
  403. }
  404. func (m *SendThroughVerifyRequest) GetStatus() bool {
  405. if m != nil {
  406. return m.Status
  407. }
  408. return false
  409. }
  410. func (m *SendThroughVerifyRequest) GetApproveTime() string {
  411. if m != nil {
  412. return m.ApproveTime
  413. }
  414. return ""
  415. }
  416. type SendThroughVerifyReply struct {
  417. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  418. XXX_unrecognized []byte `json:"-"`
  419. XXX_sizecache int32 `json:"-"`
  420. }
  421. func (m *SendThroughVerifyReply) Reset() { *m = SendThroughVerifyReply{} }
  422. func (m *SendThroughVerifyReply) String() string { return proto.CompactTextString(m) }
  423. func (*SendThroughVerifyReply) ProtoMessage() {}
  424. func (*SendThroughVerifyReply) Descriptor() ([]byte, []int) {
  425. return fileDescriptor_e10f141fd1fcfe2b, []int{9}
  426. }
  427. func (m *SendThroughVerifyReply) XXX_Unmarshal(b []byte) error {
  428. return xxx_messageInfo_SendThroughVerifyReply.Unmarshal(m, b)
  429. }
  430. func (m *SendThroughVerifyReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  431. return xxx_messageInfo_SendThroughVerifyReply.Marshal(b, m, deterministic)
  432. }
  433. func (m *SendThroughVerifyReply) XXX_Merge(src proto.Message) {
  434. xxx_messageInfo_SendThroughVerifyReply.Merge(m, src)
  435. }
  436. func (m *SendThroughVerifyReply) XXX_Size() int {
  437. return xxx_messageInfo_SendThroughVerifyReply.Size(m)
  438. }
  439. func (m *SendThroughVerifyReply) XXX_DiscardUnknown() {
  440. xxx_messageInfo_SendThroughVerifyReply.DiscardUnknown(m)
  441. }
  442. var xxx_messageInfo_SendThroughVerifyReply proto.InternalMessageInfo
  443. type SendEmailRequest struct {
  444. Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"`
  445. Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content"`
  446. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  447. XXX_unrecognized []byte `json:"-"`
  448. XXX_sizecache int32 `json:"-"`
  449. }
  450. func (m *SendEmailRequest) Reset() { *m = SendEmailRequest{} }
  451. func (m *SendEmailRequest) String() string { return proto.CompactTextString(m) }
  452. func (*SendEmailRequest) ProtoMessage() {}
  453. func (*SendEmailRequest) Descriptor() ([]byte, []int) {
  454. return fileDescriptor_e10f141fd1fcfe2b, []int{10}
  455. }
  456. func (m *SendEmailRequest) XXX_Unmarshal(b []byte) error {
  457. return xxx_messageInfo_SendEmailRequest.Unmarshal(m, b)
  458. }
  459. func (m *SendEmailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  460. return xxx_messageInfo_SendEmailRequest.Marshal(b, m, deterministic)
  461. }
  462. func (m *SendEmailRequest) XXX_Merge(src proto.Message) {
  463. xxx_messageInfo_SendEmailRequest.Merge(m, src)
  464. }
  465. func (m *SendEmailRequest) XXX_Size() int {
  466. return xxx_messageInfo_SendEmailRequest.Size(m)
  467. }
  468. func (m *SendEmailRequest) XXX_DiscardUnknown() {
  469. xxx_messageInfo_SendEmailRequest.DiscardUnknown(m)
  470. }
  471. var xxx_messageInfo_SendEmailRequest proto.InternalMessageInfo
  472. func (m *SendEmailRequest) GetEmail() string {
  473. if m != nil {
  474. return m.Email
  475. }
  476. return ""
  477. }
  478. func (m *SendEmailRequest) GetContent() string {
  479. if m != nil {
  480. return m.Content
  481. }
  482. return ""
  483. }
  484. type SendEmailReply struct {
  485. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  486. XXX_unrecognized []byte `json:"-"`
  487. XXX_sizecache int32 `json:"-"`
  488. }
  489. func (m *SendEmailReply) Reset() { *m = SendEmailReply{} }
  490. func (m *SendEmailReply) String() string { return proto.CompactTextString(m) }
  491. func (*SendEmailReply) ProtoMessage() {}
  492. func (*SendEmailReply) Descriptor() ([]byte, []int) {
  493. return fileDescriptor_e10f141fd1fcfe2b, []int{11}
  494. }
  495. func (m *SendEmailReply) XXX_Unmarshal(b []byte) error {
  496. return xxx_messageInfo_SendEmailReply.Unmarshal(m, b)
  497. }
  498. func (m *SendEmailReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  499. return xxx_messageInfo_SendEmailReply.Marshal(b, m, deterministic)
  500. }
  501. func (m *SendEmailReply) XXX_Merge(src proto.Message) {
  502. xxx_messageInfo_SendEmailReply.Merge(m, src)
  503. }
  504. func (m *SendEmailReply) XXX_Size() int {
  505. return xxx_messageInfo_SendEmailReply.Size(m)
  506. }
  507. func (m *SendEmailReply) XXX_DiscardUnknown() {
  508. xxx_messageInfo_SendEmailReply.DiscardUnknown(m)
  509. }
  510. var xxx_messageInfo_SendEmailReply proto.InternalMessageInfo
  511. func init() {
  512. proto.RegisterType((*GetVcodeRequest)(nil), "v1.GetVcodeRequest")
  513. proto.RegisterType((*GetVcodeReply)(nil), "v1.GetVcodeReply")
  514. proto.RegisterType((*CheckVcodeRequest)(nil), "v1.CheckVcodeRequest")
  515. proto.RegisterType((*CheckVcodeReply)(nil), "v1.CheckVcodeReply")
  516. proto.RegisterType((*SendReserveRequest)(nil), "v1.SendReserveRequest")
  517. proto.RegisterType((*SendReserveReply)(nil), "v1.SendReserveReply")
  518. proto.RegisterType((*SendAlarmRequest)(nil), "v1.SendAlarmRequest")
  519. proto.RegisterType((*SendAlarmReply)(nil), "v1.SendAlarmReply")
  520. proto.RegisterType((*SendThroughVerifyRequest)(nil), "v1.SendThroughVerifyRequest")
  521. proto.RegisterType((*SendThroughVerifyReply)(nil), "v1.SendThroughVerifyReply")
  522. proto.RegisterType((*SendEmailRequest)(nil), "v1.SendEmailRequest")
  523. proto.RegisterType((*SendEmailReply)(nil), "v1.SendEmailReply")
  524. }
  525. func init() {
  526. proto.RegisterFile("thirdparty.proto", fileDescriptor_e10f141fd1fcfe2b)
  527. }
  528. var fileDescriptor_e10f141fd1fcfe2b = []byte{
  529. // 459 bytes of a gzipped FileDescriptorProto
  530. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xcf, 0x6e, 0xd4, 0x30,
  531. 0x10, 0xc6, 0x95, 0xb6, 0xfb, 0x6f, 0xd2, 0xa5, 0x5b, 0x0b, 0xad, 0x0c, 0x12, 0x02, 0x82, 0x90,
  532. 0xb8, 0x40, 0x55, 0xc1, 0x0b, 0x50, 0x84, 0xb8, 0xa0, 0x15, 0x0a, 0xab, 0x1e, 0xb8, 0x44, 0xde,
  533. 0xcd, 0x40, 0x22, 0x92, 0xd8, 0xd8, 0xde, 0x48, 0x79, 0x29, 0x6e, 0x3c, 0x08, 0x6f, 0x84, 0x3c,
  534. 0x76, 0xba, 0x41, 0xdb, 0xcb, 0xde, 0xfc, 0x7d, 0x8e, 0x67, 0xe6, 0xf7, 0x39, 0x86, 0x85, 0x2d,
  535. 0x4a, 0x9d, 0x2b, 0xa1, 0x6d, 0xf7, 0x46, 0x69, 0x69, 0x25, 0x3b, 0x69, 0xaf, 0x93, 0x77, 0x70,
  536. 0xf1, 0x09, 0xed, 0xed, 0x56, 0xe6, 0x98, 0xe2, 0xaf, 0x1d, 0x1a, 0xcb, 0x9e, 0xc3, 0xb9, 0x2a,
  537. 0x64, 0x83, 0x59, 0xb3, 0xab, 0x37, 0xa8, 0x79, 0xf4, 0x2c, 0x7a, 0x35, 0x4b, 0x63, 0xf2, 0x56,
  538. 0x64, 0x25, 0x2f, 0x61, 0xbe, 0x3f, 0xa5, 0xaa, 0x8e, 0x3d, 0x84, 0x51, 0xeb, 0x14, 0x7d, 0x3c,
  539. 0x4f, 0xbd, 0x48, 0x3e, 0xc3, 0xe5, 0x87, 0x02, 0xb7, 0x3f, 0x8f, 0x2c, 0xbf, 0xaf, 0x76, 0x32,
  540. 0xac, 0x76, 0x09, 0x17, 0xc3, 0x6a, 0xaa, 0xea, 0x92, 0xbf, 0x11, 0xb0, 0xaf, 0xd8, 0xe4, 0x29,
  541. 0x1a, 0xd4, 0xed, 0x31, 0x2d, 0x1e, 0xc3, 0xd4, 0x1d, 0x29, 0xb7, 0x68, 0xa8, 0xcb, 0x2c, 0xbd,
  542. 0xd3, 0xae, 0xbd, 0x2d, 0x6b, 0x34, 0xfc, 0x94, 0x36, 0xbc, 0x60, 0x0c, 0xce, 0x4c, 0x21, 0x15,
  543. 0x3f, 0x23, 0x93, 0xd6, 0xce, 0x13, 0x79, 0xae, 0xf9, 0xc8, 0x7b, 0x6e, 0xcd, 0x5e, 0xc0, 0x3c,
  544. 0x54, 0xca, 0xa8, 0x21, 0x1f, 0xd3, 0xe6, 0x79, 0x30, 0xbf, 0x38, 0x8f, 0x3d, 0x82, 0xa9, 0xaa,
  545. 0x84, 0xc5, 0xac, 0x91, 0x7c, 0x42, 0xfb, 0x13, 0xd2, 0x2b, 0x99, 0x30, 0x58, 0xfc, 0x87, 0xe4,
  546. 0x38, 0x7f, 0x47, 0xde, 0x7c, 0x5f, 0x09, 0x5d, 0x1f, 0x17, 0x24, 0xd6, 0xa2, 0xac, 0x02, 0xa2,
  547. 0x17, 0xec, 0x29, 0xc4, 0x39, 0xd2, 0x80, 0x8d, 0xa8, 0x31, 0x50, 0x82, 0xb7, 0x56, 0xa2, 0x46,
  548. 0x57, 0x59, 0xb8, 0x4e, 0x99, 0x46, 0x61, 0x64, 0x13, 0x90, 0x63, 0xe1, 0xbb, 0x3b, 0x8b, 0x3d,
  549. 0x01, 0xf0, 0x9f, 0xb8, 0x70, 0x02, 0xff, 0x8c, 0x9c, 0x75, 0x59, 0x63, 0xb2, 0x80, 0x07, 0x83,
  550. 0x79, 0x1d, 0xc2, 0x9f, 0x08, 0xb8, 0xb3, 0xd6, 0x85, 0x96, 0xbb, 0x1f, 0xc5, 0x2d, 0xea, 0xf2,
  551. 0x7b, 0xd7, 0xa3, 0x70, 0x98, 0x6c, 0x65, 0xad, 0x44, 0xd3, 0x05, 0x8a, 0x5e, 0xba, 0x51, 0xc2,
  552. 0x32, 0xb3, 0x9d, 0xf2, 0x7f, 0xc4, 0x28, 0x8d, 0x83, 0xb7, 0xee, 0x14, 0x1e, 0xe4, 0x70, 0x7a,
  553. 0x98, 0xc3, 0x12, 0xc6, 0xc6, 0x0a, 0xbb, 0x33, 0x84, 0x32, 0x4d, 0x83, 0x22, 0x50, 0xa5, 0xb4,
  554. 0x6c, 0x71, 0xc8, 0x11, 0x07, 0x8f, 0x48, 0x38, 0x2c, 0xef, 0x19, 0xdb, 0x11, 0xdd, 0xf8, 0x3b,
  555. 0xf9, 0xe8, 0x32, 0xed, 0x41, 0xee, 0x02, 0x8f, 0x86, 0x81, 0x13, 0x5e, 0x63, 0xb1, 0xb1, 0xe1,
  556. 0x22, 0x7a, 0xd9, 0xe7, 0x14, 0x6a, 0xa8, 0xaa, 0xbb, 0xe1, 0xdf, 0x96, 0xa6, 0x16, 0xda, 0xbe,
  557. 0xde, 0x3f, 0xd7, 0x2b, 0xb5, 0xb9, 0x6a, 0xaf, 0x37, 0x63, 0x7a, 0xb5, 0x6f, 0xff, 0x05, 0x00,
  558. 0x00, 0xff, 0xff, 0x55, 0x81, 0xab, 0xbf, 0xc9, 0x03, 0x00, 0x00,
  559. }