thirdparty.pb.go 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613
  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. // 主体为政府机关/事业单位/其他组织时,必填
  156. type WxCertificateInfo struct {
  157. // 证书图片id
  158. CertCopy string `protobuf:"bytes,1,opt,name=cert_copy,json=certCopy,proto3" json:"cert_copy"`
  159. // 当主体为事业单位时,选择此枚举值:
  160. //CERTIFICATE_TYPE_2388:事业单位法人证书
  161. //
  162. //当主体为政府机关,选择此枚举值:
  163. //CERTIFICATE_TYPE_2389:统一社会信用代码证书
  164. //
  165. //当主体为社会组织,选择以下枚举值之一:
  166. //CERTIFICATE_TYPE_2389:统一社会信用代码证书
  167. //CERTIFICATE_TYPE_2394:社会团体法人登记证书
  168. //CERTIFICATE_TYPE_2395:民办非企业单位登记证书
  169. //CERTIFICATE_TYPE_2396:基金会法人登记证书
  170. //CERTIFICATE_TYPE_2397:慈善组织公开募捐资格证书(已废弃)
  171. //CERTIFICATE_TYPE_2398:农民专业合作社法人营业执照(已废弃)
  172. //CERTIFICATE_TYPE_2520:执业许可证/执业证
  173. //CERTIFICATE_TYPE_2521:基层群众性自治组织特别法人统一社会信用代码证
  174. //CERTIFICATE_TYPE_2522:农村集体经济组织登记证
  175. //CERTIFICATE_TYPE_2399:宗教活动场所登记证
  176. //CERTIFICATE_TYPE_2400:政府部门下发的其他有效证明文件
  177. CertType string `protobuf:"bytes,2,opt,name=cert_type,json=certType,proto3" json:"cert_type"`
  178. // 证书号
  179. CertNumber string `protobuf:"bytes,3,opt,name=cert_number,json=certNumber,proto3" json:"cert_number"`
  180. // 商户名称
  181. MerchantName string `protobuf:"bytes,4,opt,name=merchant_name,json=merchantName,proto3" json:"merchant_name"`
  182. // 证书上的注册地址
  183. CompanyAddress string `protobuf:"bytes,5,opt,name=company_address,json=companyAddress,proto3" json:"company_address"`
  184. // 证书上的法人
  185. LegalPerson string `protobuf:"bytes,6,opt,name=legal_person,json=legalPerson,proto3" json:"legal_person"`
  186. // 证书开始时间 2006-01-02
  187. PeriodBegin string `protobuf:"bytes,7,opt,name=period_begin,json=periodBegin,proto3" json:"period_begin"`
  188. // 证书结束时间2006-01-02,若为长期则填长期
  189. PeriodEnd string `protobuf:"bytes,8,opt,name=period_end,json=periodEnd,proto3" json:"period_end"`
  190. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  191. XXX_unrecognized []byte `json:"-"`
  192. XXX_sizecache int32 `json:"-"`
  193. }
  194. func (m *WxCertificateInfo) Reset() { *m = WxCertificateInfo{} }
  195. func (m *WxCertificateInfo) String() string { return proto.CompactTextString(m) }
  196. func (*WxCertificateInfo) ProtoMessage() {}
  197. func (*WxCertificateInfo) Descriptor() ([]byte, []int) {
  198. return fileDescriptor_e10f141fd1fcfe2b, []int{4}
  199. }
  200. func (m *WxCertificateInfo) XXX_Unmarshal(b []byte) error {
  201. return xxx_messageInfo_WxCertificateInfo.Unmarshal(m, b)
  202. }
  203. func (m *WxCertificateInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  204. return xxx_messageInfo_WxCertificateInfo.Marshal(b, m, deterministic)
  205. }
  206. func (m *WxCertificateInfo) XXX_Merge(src proto.Message) {
  207. xxx_messageInfo_WxCertificateInfo.Merge(m, src)
  208. }
  209. func (m *WxCertificateInfo) XXX_Size() int {
  210. return xxx_messageInfo_WxCertificateInfo.Size(m)
  211. }
  212. func (m *WxCertificateInfo) XXX_DiscardUnknown() {
  213. xxx_messageInfo_WxCertificateInfo.DiscardUnknown(m)
  214. }
  215. var xxx_messageInfo_WxCertificateInfo proto.InternalMessageInfo
  216. func (m *WxCertificateInfo) GetCertCopy() string {
  217. if m != nil {
  218. return m.CertCopy
  219. }
  220. return ""
  221. }
  222. func (m *WxCertificateInfo) GetCertType() string {
  223. if m != nil {
  224. return m.CertType
  225. }
  226. return ""
  227. }
  228. func (m *WxCertificateInfo) GetCertNumber() string {
  229. if m != nil {
  230. return m.CertNumber
  231. }
  232. return ""
  233. }
  234. func (m *WxCertificateInfo) GetMerchantName() string {
  235. if m != nil {
  236. return m.MerchantName
  237. }
  238. return ""
  239. }
  240. func (m *WxCertificateInfo) GetCompanyAddress() string {
  241. if m != nil {
  242. return m.CompanyAddress
  243. }
  244. return ""
  245. }
  246. func (m *WxCertificateInfo) GetLegalPerson() string {
  247. if m != nil {
  248. return m.LegalPerson
  249. }
  250. return ""
  251. }
  252. func (m *WxCertificateInfo) GetPeriodBegin() string {
  253. if m != nil {
  254. return m.PeriodBegin
  255. }
  256. return ""
  257. }
  258. func (m *WxCertificateInfo) GetPeriodEnd() string {
  259. if m != nil {
  260. return m.PeriodEnd
  261. }
  262. return ""
  263. }
  264. type WxIdCardInfo struct {
  265. // 身份证人像面照片
  266. IdCardCopy string `protobuf:"bytes,1,opt,name=id_card_copy,json=idCardCopy,proto3" json:"id_card_copy"`
  267. // 身份证国徽面照片
  268. IdCardNational string `protobuf:"bytes,2,opt,name=id_card_national,json=idCardNational,proto3" json:"id_card_national"`
  269. // 身份证号码
  270. IdCardNumber string `protobuf:"bytes,3,opt,name=id_card_number,json=idCardNumber,proto3" json:"id_card_number"`
  271. // 有效期开始时间
  272. CardPeriodBegin string `protobuf:"bytes,4,opt,name=card_period_begin,json=cardPeriodBegin,proto3" json:"card_period_begin"`
  273. // 有效期结束时间
  274. CardPeriodEnd string `protobuf:"bytes,5,opt,name=card_period_end,json=cardPeriodEnd,proto3" json:"card_period_end"`
  275. // 身份证姓名
  276. IdCardName string `protobuf:"bytes,6,opt,name=id_card_name,json=idCardName,proto3" json:"id_card_name"`
  277. IdCardAddress string `protobuf:"bytes,7,opt,name=id_card_address,json=idCardAddress,proto3" json:"id_card_address"`
  278. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  279. XXX_unrecognized []byte `json:"-"`
  280. XXX_sizecache int32 `json:"-"`
  281. }
  282. func (m *WxIdCardInfo) Reset() { *m = WxIdCardInfo{} }
  283. func (m *WxIdCardInfo) String() string { return proto.CompactTextString(m) }
  284. func (*WxIdCardInfo) ProtoMessage() {}
  285. func (*WxIdCardInfo) Descriptor() ([]byte, []int) {
  286. return fileDescriptor_e10f141fd1fcfe2b, []int{5}
  287. }
  288. func (m *WxIdCardInfo) XXX_Unmarshal(b []byte) error {
  289. return xxx_messageInfo_WxIdCardInfo.Unmarshal(m, b)
  290. }
  291. func (m *WxIdCardInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  292. return xxx_messageInfo_WxIdCardInfo.Marshal(b, m, deterministic)
  293. }
  294. func (m *WxIdCardInfo) XXX_Merge(src proto.Message) {
  295. xxx_messageInfo_WxIdCardInfo.Merge(m, src)
  296. }
  297. func (m *WxIdCardInfo) XXX_Size() int {
  298. return xxx_messageInfo_WxIdCardInfo.Size(m)
  299. }
  300. func (m *WxIdCardInfo) XXX_DiscardUnknown() {
  301. xxx_messageInfo_WxIdCardInfo.DiscardUnknown(m)
  302. }
  303. var xxx_messageInfo_WxIdCardInfo proto.InternalMessageInfo
  304. func (m *WxIdCardInfo) GetIdCardCopy() string {
  305. if m != nil {
  306. return m.IdCardCopy
  307. }
  308. return ""
  309. }
  310. func (m *WxIdCardInfo) GetIdCardNational() string {
  311. if m != nil {
  312. return m.IdCardNational
  313. }
  314. return ""
  315. }
  316. func (m *WxIdCardInfo) GetIdCardNumber() string {
  317. if m != nil {
  318. return m.IdCardNumber
  319. }
  320. return ""
  321. }
  322. func (m *WxIdCardInfo) GetCardPeriodBegin() string {
  323. if m != nil {
  324. return m.CardPeriodBegin
  325. }
  326. return ""
  327. }
  328. func (m *WxIdCardInfo) GetCardPeriodEnd() string {
  329. if m != nil {
  330. return m.CardPeriodEnd
  331. }
  332. return ""
  333. }
  334. func (m *WxIdCardInfo) GetIdCardName() string {
  335. if m != nil {
  336. return m.IdCardName
  337. }
  338. return ""
  339. }
  340. func (m *WxIdCardInfo) GetIdCardAddress() string {
  341. if m != nil {
  342. return m.IdCardAddress
  343. }
  344. return ""
  345. }
  346. type WxIdDocInfo struct {
  347. // 证件图片
  348. IdDocCopy string `protobuf:"bytes,1,opt,name=id_doc_copy,json=idDocCopy,proto3" json:"id_doc_copy"`
  349. IdDocCopyBack string `protobuf:"bytes,2,opt,name=id_doc_copy_back,json=idDocCopyBack,proto3" json:"id_doc_copy_back"`
  350. // 证件姓名
  351. IdDocName string `protobuf:"bytes,3,opt,name=id_doc_name,json=idDocName,proto3" json:"id_doc_name"`
  352. // 证件号
  353. IdDocNumber string `protobuf:"bytes,4,opt,name=id_doc_number,json=idDocNumber,proto3" json:"id_doc_number"`
  354. // 开始时间
  355. DocPeriodBegin string `protobuf:"bytes,5,opt,name=doc_period_begin,json=docPeriodBegin,proto3" json:"doc_period_begin"`
  356. // 结束时间
  357. DocPeriodEnd string `protobuf:"bytes,6,opt,name=doc_period_end,json=docPeriodEnd,proto3" json:"doc_period_end"`
  358. IdDocAddress string `protobuf:"bytes,7,opt,name=id_doc_address,json=idDocAddress,proto3" json:"id_doc_address"`
  359. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  360. XXX_unrecognized []byte `json:"-"`
  361. XXX_sizecache int32 `json:"-"`
  362. }
  363. func (m *WxIdDocInfo) Reset() { *m = WxIdDocInfo{} }
  364. func (m *WxIdDocInfo) String() string { return proto.CompactTextString(m) }
  365. func (*WxIdDocInfo) ProtoMessage() {}
  366. func (*WxIdDocInfo) Descriptor() ([]byte, []int) {
  367. return fileDescriptor_e10f141fd1fcfe2b, []int{6}
  368. }
  369. func (m *WxIdDocInfo) XXX_Unmarshal(b []byte) error {
  370. return xxx_messageInfo_WxIdDocInfo.Unmarshal(m, b)
  371. }
  372. func (m *WxIdDocInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  373. return xxx_messageInfo_WxIdDocInfo.Marshal(b, m, deterministic)
  374. }
  375. func (m *WxIdDocInfo) XXX_Merge(src proto.Message) {
  376. xxx_messageInfo_WxIdDocInfo.Merge(m, src)
  377. }
  378. func (m *WxIdDocInfo) XXX_Size() int {
  379. return xxx_messageInfo_WxIdDocInfo.Size(m)
  380. }
  381. func (m *WxIdDocInfo) XXX_DiscardUnknown() {
  382. xxx_messageInfo_WxIdDocInfo.DiscardUnknown(m)
  383. }
  384. var xxx_messageInfo_WxIdDocInfo proto.InternalMessageInfo
  385. func (m *WxIdDocInfo) GetIdDocCopy() string {
  386. if m != nil {
  387. return m.IdDocCopy
  388. }
  389. return ""
  390. }
  391. func (m *WxIdDocInfo) GetIdDocCopyBack() string {
  392. if m != nil {
  393. return m.IdDocCopyBack
  394. }
  395. return ""
  396. }
  397. func (m *WxIdDocInfo) GetIdDocName() string {
  398. if m != nil {
  399. return m.IdDocName
  400. }
  401. return ""
  402. }
  403. func (m *WxIdDocInfo) GetIdDocNumber() string {
  404. if m != nil {
  405. return m.IdDocNumber
  406. }
  407. return ""
  408. }
  409. func (m *WxIdDocInfo) GetDocPeriodBegin() string {
  410. if m != nil {
  411. return m.DocPeriodBegin
  412. }
  413. return ""
  414. }
  415. func (m *WxIdDocInfo) GetDocPeriodEnd() string {
  416. if m != nil {
  417. return m.DocPeriodEnd
  418. }
  419. return ""
  420. }
  421. func (m *WxIdDocInfo) GetIdDocAddress() string {
  422. if m != nil {
  423. return m.IdDocAddress
  424. }
  425. return ""
  426. }
  427. type WxIdentityInfo struct {
  428. // 1. 主体类型为政府机关、事业单位时选传:
  429. //(1)若上传的是法人证件,则不需要上传该字段
  430. //(2)若因特殊情况,无法提供法人证件时,可上传经办人。 (经办人:经商户授权办理微信支付业务的人员,授权范围包括但不限于签约,入驻过程需完成账户验证)。
  431. IdHolderType string `protobuf:"bytes,1,opt,name=id_holder_type,json=idHolderType,proto3" json:"id_holder_type"`
  432. // IDENTIFICATION_TYPE_IDCARD:中国大陆居民-身份证
  433. // IDENTIFICATION_TYPE_OVERSEA_PASSPORT:其他国家或地区居民-护照
  434. // IDENTIFICATION_TYPE_HONGKONG_PASSPORT:中国香港居民-来往内地通行证
  435. // IDENTIFICATION_TYPE_MACAO_PASSPORT:中国澳门居民-来往内地通行证
  436. // IDENTIFICATION_TYPE_TAIWAN_PASSPORT:中国台湾居民-来往大陆通行证
  437. IdDocType string `protobuf:"bytes,2,opt,name=id_doc_type,json=idDocType,proto3" json:"id_doc_type"`
  438. // 法定代表人说明函图片id
  439. // 1、当证件持有人类型为经办人时,必须上传。其他情况,无需上传。
  440. // 2、若因特殊情况,无法提供法定代表人证件时,请参照示例图打印法定代表人说明函,全部信息需打印,不支持手写商户信息,并加盖公章。
  441. // 3、可上传1张图片,请填写通过图片上传APIAPI预先上传图片生成好的MediaID。
  442. AuthorizeLetterCopy string `protobuf:"bytes,3,opt,name=authorize_letter_copy,json=authorizeLetterCopy,proto3" json:"authorize_letter_copy"`
  443. // 法人身份证信息,类型为身份证时填写
  444. IdCardInfo *WxIdCardInfo `protobuf:"bytes,4,opt,name=id_card_info,json=idCardInfo,proto3" json:"id_card_info"`
  445. // 其他证件信息, 类型不为身份证时填写
  446. IdDocInfo *WxIdDocInfo `protobuf:"bytes,5,opt,name=id_doc_info,json=idDocInfo,proto3" json:"id_doc_info"`
  447. // 法人是否为最终受益人
  448. Owner bool `protobuf:"varint,6,opt,name=owner,proto3" json:"owner"`
  449. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  450. XXX_unrecognized []byte `json:"-"`
  451. XXX_sizecache int32 `json:"-"`
  452. }
  453. func (m *WxIdentityInfo) Reset() { *m = WxIdentityInfo{} }
  454. func (m *WxIdentityInfo) String() string { return proto.CompactTextString(m) }
  455. func (*WxIdentityInfo) ProtoMessage() {}
  456. func (*WxIdentityInfo) Descriptor() ([]byte, []int) {
  457. return fileDescriptor_e10f141fd1fcfe2b, []int{7}
  458. }
  459. func (m *WxIdentityInfo) XXX_Unmarshal(b []byte) error {
  460. return xxx_messageInfo_WxIdentityInfo.Unmarshal(m, b)
  461. }
  462. func (m *WxIdentityInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  463. return xxx_messageInfo_WxIdentityInfo.Marshal(b, m, deterministic)
  464. }
  465. func (m *WxIdentityInfo) XXX_Merge(src proto.Message) {
  466. xxx_messageInfo_WxIdentityInfo.Merge(m, src)
  467. }
  468. func (m *WxIdentityInfo) XXX_Size() int {
  469. return xxx_messageInfo_WxIdentityInfo.Size(m)
  470. }
  471. func (m *WxIdentityInfo) XXX_DiscardUnknown() {
  472. xxx_messageInfo_WxIdentityInfo.DiscardUnknown(m)
  473. }
  474. var xxx_messageInfo_WxIdentityInfo proto.InternalMessageInfo
  475. func (m *WxIdentityInfo) GetIdHolderType() string {
  476. if m != nil {
  477. return m.IdHolderType
  478. }
  479. return ""
  480. }
  481. func (m *WxIdentityInfo) GetIdDocType() string {
  482. if m != nil {
  483. return m.IdDocType
  484. }
  485. return ""
  486. }
  487. func (m *WxIdentityInfo) GetAuthorizeLetterCopy() string {
  488. if m != nil {
  489. return m.AuthorizeLetterCopy
  490. }
  491. return ""
  492. }
  493. func (m *WxIdentityInfo) GetIdCardInfo() *WxIdCardInfo {
  494. if m != nil {
  495. return m.IdCardInfo
  496. }
  497. return nil
  498. }
  499. func (m *WxIdentityInfo) GetIdDocInfo() *WxIdDocInfo {
  500. if m != nil {
  501. return m.IdDocInfo
  502. }
  503. return nil
  504. }
  505. func (m *WxIdentityInfo) GetOwner() bool {
  506. if m != nil {
  507. return m.Owner
  508. }
  509. return false
  510. }
  511. type WxUboInfo struct {
  512. // IDENTIFICATION_TYPE_IDCARD:中国大陆居民-身份证
  513. // IDENTIFICATION_TYPE_OVERSEA_PASSPORT:其他国家或地区居民-护照
  514. // IDENTIFICATION_TYPE_HONGKONG_PASSPORT:中国香港居民-来往内地通行证
  515. // IDENTIFICATION_TYPE_MACAO_PASSPORT:中国澳门居民-来往内地通行证
  516. // IDENTIFICATION_TYPE_TAIWAN_PASSPORT:中国台湾居民-来往大陆通行证
  517. UboIdDocType string `protobuf:"bytes,1,opt,name=ubo_id_doc_type,json=uboIdDocType,proto3" json:"ubo_id_doc_type"`
  518. // 收益人证件正面
  519. UboIdDocCopy string `protobuf:"bytes,2,opt,name=ubo_id_doc_copy,json=uboIdDocCopy,proto3" json:"ubo_id_doc_copy"`
  520. // 背面
  521. UboIdDocCopyBack string `protobuf:"bytes,3,opt,name=ubo_id_doc_copy_back,json=uboIdDocCopyBack,proto3" json:"ubo_id_doc_copy_back"`
  522. // 证件居住地址
  523. UboIdDocAddress string `protobuf:"bytes,4,opt,name=ubo_id_doc_address,json=uboIdDocAddress,proto3" json:"ubo_id_doc_address"`
  524. // 受益人姓名
  525. UboIdDocName string `protobuf:"bytes,5,opt,name=ubo_id_doc_name,json=uboIdDocName,proto3" json:"ubo_id_doc_name"`
  526. // 证件号码
  527. UboIdDocNumber string `protobuf:"bytes,6,opt,name=ubo_id_doc_number,json=uboIdDocNumber,proto3" json:"ubo_id_doc_number"`
  528. // 开始时间
  529. UboPeriodBegin string `protobuf:"bytes,7,opt,name=ubo_period_begin,json=uboPeriodBegin,proto3" json:"ubo_period_begin"`
  530. // 结束时间
  531. UboPeriodEnd string `protobuf:"bytes,8,opt,name=ubo_period_end,json=uboPeriodEnd,proto3" json:"ubo_period_end"`
  532. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  533. XXX_unrecognized []byte `json:"-"`
  534. XXX_sizecache int32 `json:"-"`
  535. }
  536. func (m *WxUboInfo) Reset() { *m = WxUboInfo{} }
  537. func (m *WxUboInfo) String() string { return proto.CompactTextString(m) }
  538. func (*WxUboInfo) ProtoMessage() {}
  539. func (*WxUboInfo) Descriptor() ([]byte, []int) {
  540. return fileDescriptor_e10f141fd1fcfe2b, []int{8}
  541. }
  542. func (m *WxUboInfo) XXX_Unmarshal(b []byte) error {
  543. return xxx_messageInfo_WxUboInfo.Unmarshal(m, b)
  544. }
  545. func (m *WxUboInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  546. return xxx_messageInfo_WxUboInfo.Marshal(b, m, deterministic)
  547. }
  548. func (m *WxUboInfo) XXX_Merge(src proto.Message) {
  549. xxx_messageInfo_WxUboInfo.Merge(m, src)
  550. }
  551. func (m *WxUboInfo) XXX_Size() int {
  552. return xxx_messageInfo_WxUboInfo.Size(m)
  553. }
  554. func (m *WxUboInfo) XXX_DiscardUnknown() {
  555. xxx_messageInfo_WxUboInfo.DiscardUnknown(m)
  556. }
  557. var xxx_messageInfo_WxUboInfo proto.InternalMessageInfo
  558. func (m *WxUboInfo) GetUboIdDocType() string {
  559. if m != nil {
  560. return m.UboIdDocType
  561. }
  562. return ""
  563. }
  564. func (m *WxUboInfo) GetUboIdDocCopy() string {
  565. if m != nil {
  566. return m.UboIdDocCopy
  567. }
  568. return ""
  569. }
  570. func (m *WxUboInfo) GetUboIdDocCopyBack() string {
  571. if m != nil {
  572. return m.UboIdDocCopyBack
  573. }
  574. return ""
  575. }
  576. func (m *WxUboInfo) GetUboIdDocAddress() string {
  577. if m != nil {
  578. return m.UboIdDocAddress
  579. }
  580. return ""
  581. }
  582. func (m *WxUboInfo) GetUboIdDocName() string {
  583. if m != nil {
  584. return m.UboIdDocName
  585. }
  586. return ""
  587. }
  588. func (m *WxUboInfo) GetUboIdDocNumber() string {
  589. if m != nil {
  590. return m.UboIdDocNumber
  591. }
  592. return ""
  593. }
  594. func (m *WxUboInfo) GetUboPeriodBegin() string {
  595. if m != nil {
  596. return m.UboPeriodBegin
  597. }
  598. return ""
  599. }
  600. func (m *WxUboInfo) GetUboPeriodEnd() string {
  601. if m != nil {
  602. return m.UboPeriodEnd
  603. }
  604. return ""
  605. }
  606. type WxBusinessLicenseInfo struct {
  607. // 营业执照图片
  608. LicenseCopy string `protobuf:"bytes,1,opt,name=license_copy,json=licenseCopy,proto3" json:"license_copy"`
  609. // 统一社会信用码
  610. LicenseNumber string `protobuf:"bytes,2,opt,name=license_number,json=licenseNumber,proto3" json:"license_number"`
  611. // 营业执照上的商户名称
  612. MerchantName string `protobuf:"bytes,3,opt,name=merchant_name,json=merchantName,proto3" json:"merchant_name"`
  613. // 法人姓名
  614. LegalPerson string `protobuf:"bytes,4,opt,name=legal_person,json=legalPerson,proto3" json:"legal_person"`
  615. LicenseAddress string `protobuf:"bytes,5,opt,name=license_address,json=licenseAddress,proto3" json:"license_address"`
  616. PeriodBegin string `protobuf:"bytes,6,opt,name=period_begin,json=periodBegin,proto3" json:"period_begin"`
  617. PeriodEnd string `protobuf:"bytes,7,opt,name=period_end,json=periodEnd,proto3" json:"period_end"`
  618. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  619. XXX_unrecognized []byte `json:"-"`
  620. XXX_sizecache int32 `json:"-"`
  621. }
  622. func (m *WxBusinessLicenseInfo) Reset() { *m = WxBusinessLicenseInfo{} }
  623. func (m *WxBusinessLicenseInfo) String() string { return proto.CompactTextString(m) }
  624. func (*WxBusinessLicenseInfo) ProtoMessage() {}
  625. func (*WxBusinessLicenseInfo) Descriptor() ([]byte, []int) {
  626. return fileDescriptor_e10f141fd1fcfe2b, []int{9}
  627. }
  628. func (m *WxBusinessLicenseInfo) XXX_Unmarshal(b []byte) error {
  629. return xxx_messageInfo_WxBusinessLicenseInfo.Unmarshal(m, b)
  630. }
  631. func (m *WxBusinessLicenseInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  632. return xxx_messageInfo_WxBusinessLicenseInfo.Marshal(b, m, deterministic)
  633. }
  634. func (m *WxBusinessLicenseInfo) XXX_Merge(src proto.Message) {
  635. xxx_messageInfo_WxBusinessLicenseInfo.Merge(m, src)
  636. }
  637. func (m *WxBusinessLicenseInfo) XXX_Size() int {
  638. return xxx_messageInfo_WxBusinessLicenseInfo.Size(m)
  639. }
  640. func (m *WxBusinessLicenseInfo) XXX_DiscardUnknown() {
  641. xxx_messageInfo_WxBusinessLicenseInfo.DiscardUnknown(m)
  642. }
  643. var xxx_messageInfo_WxBusinessLicenseInfo proto.InternalMessageInfo
  644. func (m *WxBusinessLicenseInfo) GetLicenseCopy() string {
  645. if m != nil {
  646. return m.LicenseCopy
  647. }
  648. return ""
  649. }
  650. func (m *WxBusinessLicenseInfo) GetLicenseNumber() string {
  651. if m != nil {
  652. return m.LicenseNumber
  653. }
  654. return ""
  655. }
  656. func (m *WxBusinessLicenseInfo) GetMerchantName() string {
  657. if m != nil {
  658. return m.MerchantName
  659. }
  660. return ""
  661. }
  662. func (m *WxBusinessLicenseInfo) GetLegalPerson() string {
  663. if m != nil {
  664. return m.LegalPerson
  665. }
  666. return ""
  667. }
  668. func (m *WxBusinessLicenseInfo) GetLicenseAddress() string {
  669. if m != nil {
  670. return m.LicenseAddress
  671. }
  672. return ""
  673. }
  674. func (m *WxBusinessLicenseInfo) GetPeriodBegin() string {
  675. if m != nil {
  676. return m.PeriodBegin
  677. }
  678. return ""
  679. }
  680. func (m *WxBusinessLicenseInfo) GetPeriodEnd() string {
  681. if m != nil {
  682. return m.PeriodEnd
  683. }
  684. return ""
  685. }
  686. type WxSubjectInfo struct {
  687. //主体类型需与营业执照/登记证书上一致,可参考选择主体指引
  688. //SUBJECT_TYPE_INDIVIDUAL(个体户):营业执照上的主体类型一般为个体户、个体工商户、个体经营;
  689. //SUBJECT_TYPE_ENTERPRISE(企业):营业执照上的主体类型一般为有限公司、有限责任公司;
  690. //SUBJECT_TYPE_INSTITUTIONS(党政、机关及事业单位):包括国内各级、各类政府机构、事业单位等(如:公安、党团、司法、交通、旅游、工商税务、市政、医疗、教育、学校等机构);
  691. //SUBJECT_TYPE_OTHERS(其他组织):不属于企业、政府/事业单位的组织机构(如社会团体、民办非企业、基金会),要求机构已办理组织机构代码证。
  692. SubjectType string `protobuf:"bytes,1,opt,name=subject_type,json=subjectType,proto3" json:"subject_type"`
  693. // 营业执照信息
  694. BusinessLicenseInfo *WxBusinessLicenseInfo `protobuf:"bytes,2,opt,name=business_license_info,json=businessLicenseInfo,proto3" json:"business_license_info"`
  695. // 法人身份信息
  696. IdentityInfo *WxIdentityInfo `protobuf:"bytes,4,opt,name=identity_info,json=identityInfo,proto3" json:"identity_info"`
  697. // 受益人身份信息,若法人不是最终受益人,该字段必填
  698. // 若经营者/法人不是最终受益所有人,则需提填写受益所有人信息。
  699. // 根据国家相关法律法规,需要提供公司受益所有人信息,受益所有人需符合至少以下条件之一:
  700. // 1、直接或者间接拥有超过25%公司股权或者表决权的自然人。
  701. // 2、通过人事、财务等其他方式对公司进行控制的自然人。
  702. // 3、公司的高级管理人员,包括公司的经理、副经理、财务负责人、上市公司董事会秘书和公司章程规定的其他人员。
  703. UboInfos []*WxUboInfo `protobuf:"bytes,5,rep,name=ubo_infos,json=uboInfos,proto3" json:"ubo_infos"`
  704. // 主体为政府机关/事业单位/其他组织时,必填。
  705. CertInfo *WxCertificateInfo `protobuf:"bytes,6,opt,name=cert_info,json=certInfo,proto3" json:"cert_info"`
  706. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  707. XXX_unrecognized []byte `json:"-"`
  708. XXX_sizecache int32 `json:"-"`
  709. }
  710. func (m *WxSubjectInfo) Reset() { *m = WxSubjectInfo{} }
  711. func (m *WxSubjectInfo) String() string { return proto.CompactTextString(m) }
  712. func (*WxSubjectInfo) ProtoMessage() {}
  713. func (*WxSubjectInfo) Descriptor() ([]byte, []int) {
  714. return fileDescriptor_e10f141fd1fcfe2b, []int{10}
  715. }
  716. func (m *WxSubjectInfo) XXX_Unmarshal(b []byte) error {
  717. return xxx_messageInfo_WxSubjectInfo.Unmarshal(m, b)
  718. }
  719. func (m *WxSubjectInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  720. return xxx_messageInfo_WxSubjectInfo.Marshal(b, m, deterministic)
  721. }
  722. func (m *WxSubjectInfo) XXX_Merge(src proto.Message) {
  723. xxx_messageInfo_WxSubjectInfo.Merge(m, src)
  724. }
  725. func (m *WxSubjectInfo) XXX_Size() int {
  726. return xxx_messageInfo_WxSubjectInfo.Size(m)
  727. }
  728. func (m *WxSubjectInfo) XXX_DiscardUnknown() {
  729. xxx_messageInfo_WxSubjectInfo.DiscardUnknown(m)
  730. }
  731. var xxx_messageInfo_WxSubjectInfo proto.InternalMessageInfo
  732. func (m *WxSubjectInfo) GetSubjectType() string {
  733. if m != nil {
  734. return m.SubjectType
  735. }
  736. return ""
  737. }
  738. func (m *WxSubjectInfo) GetBusinessLicenseInfo() *WxBusinessLicenseInfo {
  739. if m != nil {
  740. return m.BusinessLicenseInfo
  741. }
  742. return nil
  743. }
  744. func (m *WxSubjectInfo) GetIdentityInfo() *WxIdentityInfo {
  745. if m != nil {
  746. return m.IdentityInfo
  747. }
  748. return nil
  749. }
  750. func (m *WxSubjectInfo) GetUboInfos() []*WxUboInfo {
  751. if m != nil {
  752. return m.UboInfos
  753. }
  754. return nil
  755. }
  756. func (m *WxSubjectInfo) GetCertInfo() *WxCertificateInfo {
  757. if m != nil {
  758. return m.CertInfo
  759. }
  760. return nil
  761. }
  762. type WxBusinessInfo struct {
  763. // 1、请输入2-30个字符,支持中文/字母/数字/特殊符号
  764. // 2、在支付完成页向买家展示,需与微信经营类目相关;
  765. // 3、简称要求
  766. // (1)不支持单纯以人名来命名,若为个体户经营,可用“个体户+经营者名称”或“经营者名称+业务”命名,如“个体户张三”或“张三餐饮店”;
  767. // (2)不支持无实际意义的文案,如“XX特约商户”、“800”、“XX客服电话XXX”
  768. MerchantShortname string `protobuf:"bytes,1,opt,name=merchant_shortname,json=merchantShortname,proto3" json:"merchant_shortname"`
  769. // 客服电话
  770. ServicePhone string `protobuf:"bytes,2,opt,name=service_phone,json=servicePhone,proto3" json:"service_phone"`
  771. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  772. XXX_unrecognized []byte `json:"-"`
  773. XXX_sizecache int32 `json:"-"`
  774. }
  775. func (m *WxBusinessInfo) Reset() { *m = WxBusinessInfo{} }
  776. func (m *WxBusinessInfo) String() string { return proto.CompactTextString(m) }
  777. func (*WxBusinessInfo) ProtoMessage() {}
  778. func (*WxBusinessInfo) Descriptor() ([]byte, []int) {
  779. return fileDescriptor_e10f141fd1fcfe2b, []int{11}
  780. }
  781. func (m *WxBusinessInfo) XXX_Unmarshal(b []byte) error {
  782. return xxx_messageInfo_WxBusinessInfo.Unmarshal(m, b)
  783. }
  784. func (m *WxBusinessInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  785. return xxx_messageInfo_WxBusinessInfo.Marshal(b, m, deterministic)
  786. }
  787. func (m *WxBusinessInfo) XXX_Merge(src proto.Message) {
  788. xxx_messageInfo_WxBusinessInfo.Merge(m, src)
  789. }
  790. func (m *WxBusinessInfo) XXX_Size() int {
  791. return xxx_messageInfo_WxBusinessInfo.Size(m)
  792. }
  793. func (m *WxBusinessInfo) XXX_DiscardUnknown() {
  794. xxx_messageInfo_WxBusinessInfo.DiscardUnknown(m)
  795. }
  796. var xxx_messageInfo_WxBusinessInfo proto.InternalMessageInfo
  797. func (m *WxBusinessInfo) GetMerchantShortname() string {
  798. if m != nil {
  799. return m.MerchantShortname
  800. }
  801. return ""
  802. }
  803. func (m *WxBusinessInfo) GetServicePhone() string {
  804. if m != nil {
  805. return m.ServicePhone
  806. }
  807. return ""
  808. }
  809. type WxBankAccountInfo struct {
  810. // 开户姓名, 开户名称必须与营业执照/登记证书的“商户名称”一致
  811. AccountName string `protobuf:"bytes,1,opt,name=account_name,json=accountName,proto3" json:"account_name"`
  812. // 开户行
  813. AccountBank string `protobuf:"bytes,2,opt,name=account_bank,json=accountBank,proto3" json:"account_bank"`
  814. // 开户银行省市编码
  815. BankAddressCode string `protobuf:"bytes,3,opt,name=bank_address_code,json=bankAddressCode,proto3" json:"bank_address_code"`
  816. // 开户银行联行号
  817. // 1、17家直连银行无需填写,如为其他银行,则开户银行全称(含支行)和开户银行联行号二选一。
  818. // 2、详细参见开户银行全称(含支行)对照表。
  819. // 示例值:402713354941
  820. BankBranchId string `protobuf:"bytes,4,opt,name=bank_branch_id,json=bankBranchId,proto3" json:"bank_branch_id"`
  821. // 开户银行全称(含支行)
  822. // 1、17家直连银行无需填写,如为其他银行,则开户银行全称(含支行)和 开户银行联行号二选一。
  823. //2、需填写银行全称,如"深圳农村商业银行XXX支行",详细参见开户银行全称(含支行)对照表。
  824. //示例值:施秉县农村信用合作联社城关信用社
  825. BankName string `protobuf:"bytes,5,opt,name=bank_name,json=bankName,proto3" json:"bank_name"`
  826. // 银行账号
  827. AccountNumber string `protobuf:"bytes,6,opt,name=account_number,json=accountNumber,proto3" json:"account_number"`
  828. BankAccountType string `protobuf:"bytes,7,opt,name=bank_account_type,json=bankAccountType,proto3" json:"bank_account_type"`
  829. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  830. XXX_unrecognized []byte `json:"-"`
  831. XXX_sizecache int32 `json:"-"`
  832. }
  833. func (m *WxBankAccountInfo) Reset() { *m = WxBankAccountInfo{} }
  834. func (m *WxBankAccountInfo) String() string { return proto.CompactTextString(m) }
  835. func (*WxBankAccountInfo) ProtoMessage() {}
  836. func (*WxBankAccountInfo) Descriptor() ([]byte, []int) {
  837. return fileDescriptor_e10f141fd1fcfe2b, []int{12}
  838. }
  839. func (m *WxBankAccountInfo) XXX_Unmarshal(b []byte) error {
  840. return xxx_messageInfo_WxBankAccountInfo.Unmarshal(m, b)
  841. }
  842. func (m *WxBankAccountInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  843. return xxx_messageInfo_WxBankAccountInfo.Marshal(b, m, deterministic)
  844. }
  845. func (m *WxBankAccountInfo) XXX_Merge(src proto.Message) {
  846. xxx_messageInfo_WxBankAccountInfo.Merge(m, src)
  847. }
  848. func (m *WxBankAccountInfo) XXX_Size() int {
  849. return xxx_messageInfo_WxBankAccountInfo.Size(m)
  850. }
  851. func (m *WxBankAccountInfo) XXX_DiscardUnknown() {
  852. xxx_messageInfo_WxBankAccountInfo.DiscardUnknown(m)
  853. }
  854. var xxx_messageInfo_WxBankAccountInfo proto.InternalMessageInfo
  855. func (m *WxBankAccountInfo) GetAccountName() string {
  856. if m != nil {
  857. return m.AccountName
  858. }
  859. return ""
  860. }
  861. func (m *WxBankAccountInfo) GetAccountBank() string {
  862. if m != nil {
  863. return m.AccountBank
  864. }
  865. return ""
  866. }
  867. func (m *WxBankAccountInfo) GetBankAddressCode() string {
  868. if m != nil {
  869. return m.BankAddressCode
  870. }
  871. return ""
  872. }
  873. func (m *WxBankAccountInfo) GetBankBranchId() string {
  874. if m != nil {
  875. return m.BankBranchId
  876. }
  877. return ""
  878. }
  879. func (m *WxBankAccountInfo) GetBankName() string {
  880. if m != nil {
  881. return m.BankName
  882. }
  883. return ""
  884. }
  885. func (m *WxBankAccountInfo) GetAccountNumber() string {
  886. if m != nil {
  887. return m.AccountNumber
  888. }
  889. return ""
  890. }
  891. func (m *WxBankAccountInfo) GetBankAccountType() string {
  892. if m != nil {
  893. return m.BankAccountType
  894. }
  895. return ""
  896. }
  897. type WxContactInfo struct {
  898. // LEGAL:经营者/法人,SUPER:经办人 。
  899. ContactType string `protobuf:"bytes,1,opt,name=contact_type,json=contactType,proto3" json:"contact_type"`
  900. // 联系人姓名
  901. ContactName string `protobuf:"bytes,2,opt,name=contact_name,json=contactName,proto3" json:"contact_name"`
  902. // 联系人证件类型(当为经办人时才填)
  903. ContactIdDocType string `protobuf:"bytes,3,opt,name=contact_id_doc_type,json=contactIdDocType,proto3" json:"contact_id_doc_type"`
  904. // 证件号(当为经办人时才填)
  905. ContactIdNumber string `protobuf:"bytes,4,opt,name=contact_id_number,json=contactIdNumber,proto3" json:"contact_id_number"`
  906. // 证件正面图片id(当为经办人时才填)
  907. ContactIdDocCopy string `protobuf:"bytes,5,opt,name=contact_id_doc_copy,json=contactIdDocCopy,proto3" json:"contact_id_doc_copy"`
  908. // 证件背面图片id(当为经办人时才填)
  909. ContactIdDocCopyBack string `protobuf:"bytes,6,opt,name=contact_id_doc_copy_back,json=contactIdDocCopyBack,proto3" json:"contact_id_doc_copy_back"`
  910. // 证件开始时间(当为经办人时才填)
  911. ContactPeriodBegin string `protobuf:"bytes,7,opt,name=contact_period_begin,json=contactPeriodBegin,proto3" json:"contact_period_begin"`
  912. // 证件结束时间(当为经办人时才填)
  913. ContactPeriodEnd string `protobuf:"bytes,8,opt,name=contact_period_end,json=contactPeriodEnd,proto3" json:"contact_period_end"`
  914. // 授权函(当为经办人时才填)
  915. BusinessAuthorizationLetter string `protobuf:"bytes,9,opt,name=business_authorization_letter,json=businessAuthorizationLetter,proto3" json:"business_authorization_letter"`
  916. // 联系人电话(当为经办人时才填)
  917. MobilePhone string `protobuf:"bytes,10,opt,name=mobile_phone,json=mobilePhone,proto3" json:"mobile_phone"`
  918. Openid string `protobuf:"bytes,11,opt,name=openid,proto3" json:"openid"`
  919. // 联系人邮箱(当为经办人时才填)
  920. ContactEmail string `protobuf:"bytes,12,opt,name=contact_email,json=contactEmail,proto3" json:"contact_email"`
  921. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  922. XXX_unrecognized []byte `json:"-"`
  923. XXX_sizecache int32 `json:"-"`
  924. }
  925. func (m *WxContactInfo) Reset() { *m = WxContactInfo{} }
  926. func (m *WxContactInfo) String() string { return proto.CompactTextString(m) }
  927. func (*WxContactInfo) ProtoMessage() {}
  928. func (*WxContactInfo) Descriptor() ([]byte, []int) {
  929. return fileDescriptor_e10f141fd1fcfe2b, []int{13}
  930. }
  931. func (m *WxContactInfo) XXX_Unmarshal(b []byte) error {
  932. return xxx_messageInfo_WxContactInfo.Unmarshal(m, b)
  933. }
  934. func (m *WxContactInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  935. return xxx_messageInfo_WxContactInfo.Marshal(b, m, deterministic)
  936. }
  937. func (m *WxContactInfo) XXX_Merge(src proto.Message) {
  938. xxx_messageInfo_WxContactInfo.Merge(m, src)
  939. }
  940. func (m *WxContactInfo) XXX_Size() int {
  941. return xxx_messageInfo_WxContactInfo.Size(m)
  942. }
  943. func (m *WxContactInfo) XXX_DiscardUnknown() {
  944. xxx_messageInfo_WxContactInfo.DiscardUnknown(m)
  945. }
  946. var xxx_messageInfo_WxContactInfo proto.InternalMessageInfo
  947. func (m *WxContactInfo) GetContactType() string {
  948. if m != nil {
  949. return m.ContactType
  950. }
  951. return ""
  952. }
  953. func (m *WxContactInfo) GetContactName() string {
  954. if m != nil {
  955. return m.ContactName
  956. }
  957. return ""
  958. }
  959. func (m *WxContactInfo) GetContactIdDocType() string {
  960. if m != nil {
  961. return m.ContactIdDocType
  962. }
  963. return ""
  964. }
  965. func (m *WxContactInfo) GetContactIdNumber() string {
  966. if m != nil {
  967. return m.ContactIdNumber
  968. }
  969. return ""
  970. }
  971. func (m *WxContactInfo) GetContactIdDocCopy() string {
  972. if m != nil {
  973. return m.ContactIdDocCopy
  974. }
  975. return ""
  976. }
  977. func (m *WxContactInfo) GetContactIdDocCopyBack() string {
  978. if m != nil {
  979. return m.ContactIdDocCopyBack
  980. }
  981. return ""
  982. }
  983. func (m *WxContactInfo) GetContactPeriodBegin() string {
  984. if m != nil {
  985. return m.ContactPeriodBegin
  986. }
  987. return ""
  988. }
  989. func (m *WxContactInfo) GetContactPeriodEnd() string {
  990. if m != nil {
  991. return m.ContactPeriodEnd
  992. }
  993. return ""
  994. }
  995. func (m *WxContactInfo) GetBusinessAuthorizationLetter() string {
  996. if m != nil {
  997. return m.BusinessAuthorizationLetter
  998. }
  999. return ""
  1000. }
  1001. func (m *WxContactInfo) GetMobilePhone() string {
  1002. if m != nil {
  1003. return m.MobilePhone
  1004. }
  1005. return ""
  1006. }
  1007. func (m *WxContactInfo) GetOpenid() string {
  1008. if m != nil {
  1009. return m.Openid
  1010. }
  1011. return ""
  1012. }
  1013. func (m *WxContactInfo) GetContactEmail() string {
  1014. if m != nil {
  1015. return m.ContactEmail
  1016. }
  1017. return ""
  1018. }
  1019. type WxMerchantApplyRequest struct {
  1020. Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"`
  1021. // 主体资料
  1022. SubjectInfo *WxSubjectInfo `protobuf:"bytes,2,opt,name=subject_info,json=subjectInfo,proto3" json:"subject_info"`
  1023. // 经营资料
  1024. BusinessInfo *WxBusinessInfo `protobuf:"bytes,3,opt,name=business_info,json=businessInfo,proto3" json:"business_info"`
  1025. // 银行账号资料
  1026. BankAccountInfo *WxBankAccountInfo `protobuf:"bytes,4,opt,name=bank_account_info,json=bankAccountInfo,proto3" json:"bank_account_info"`
  1027. // 超管员资料
  1028. ContactInfo *WxContactInfo `protobuf:"bytes,5,opt,name=contact_info,json=contactInfo,proto3" json:"contact_info"`
  1029. BusinessCode string `protobuf:"bytes,6,opt,name=business_code,json=businessCode,proto3" json:"business_code"`
  1030. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1031. XXX_unrecognized []byte `json:"-"`
  1032. XXX_sizecache int32 `json:"-"`
  1033. }
  1034. func (m *WxMerchantApplyRequest) Reset() { *m = WxMerchantApplyRequest{} }
  1035. func (m *WxMerchantApplyRequest) String() string { return proto.CompactTextString(m) }
  1036. func (*WxMerchantApplyRequest) ProtoMessage() {}
  1037. func (*WxMerchantApplyRequest) Descriptor() ([]byte, []int) {
  1038. return fileDescriptor_e10f141fd1fcfe2b, []int{14}
  1039. }
  1040. func (m *WxMerchantApplyRequest) XXX_Unmarshal(b []byte) error {
  1041. return xxx_messageInfo_WxMerchantApplyRequest.Unmarshal(m, b)
  1042. }
  1043. func (m *WxMerchantApplyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1044. return xxx_messageInfo_WxMerchantApplyRequest.Marshal(b, m, deterministic)
  1045. }
  1046. func (m *WxMerchantApplyRequest) XXX_Merge(src proto.Message) {
  1047. xxx_messageInfo_WxMerchantApplyRequest.Merge(m, src)
  1048. }
  1049. func (m *WxMerchantApplyRequest) XXX_Size() int {
  1050. return xxx_messageInfo_WxMerchantApplyRequest.Size(m)
  1051. }
  1052. func (m *WxMerchantApplyRequest) XXX_DiscardUnknown() {
  1053. xxx_messageInfo_WxMerchantApplyRequest.DiscardUnknown(m)
  1054. }
  1055. var xxx_messageInfo_WxMerchantApplyRequest proto.InternalMessageInfo
  1056. func (m *WxMerchantApplyRequest) GetCid() int64 {
  1057. if m != nil {
  1058. return m.Cid
  1059. }
  1060. return 0
  1061. }
  1062. func (m *WxMerchantApplyRequest) GetSubjectInfo() *WxSubjectInfo {
  1063. if m != nil {
  1064. return m.SubjectInfo
  1065. }
  1066. return nil
  1067. }
  1068. func (m *WxMerchantApplyRequest) GetBusinessInfo() *WxBusinessInfo {
  1069. if m != nil {
  1070. return m.BusinessInfo
  1071. }
  1072. return nil
  1073. }
  1074. func (m *WxMerchantApplyRequest) GetBankAccountInfo() *WxBankAccountInfo {
  1075. if m != nil {
  1076. return m.BankAccountInfo
  1077. }
  1078. return nil
  1079. }
  1080. func (m *WxMerchantApplyRequest) GetContactInfo() *WxContactInfo {
  1081. if m != nil {
  1082. return m.ContactInfo
  1083. }
  1084. return nil
  1085. }
  1086. func (m *WxMerchantApplyRequest) GetBusinessCode() string {
  1087. if m != nil {
  1088. return m.BusinessCode
  1089. }
  1090. return ""
  1091. }
  1092. type WxMerchantApplyReply struct {
  1093. ApplymentId string `protobuf:"bytes,1,opt,name=applyment_id,json=applymentId,proto3" json:"applyment_id"`
  1094. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1095. XXX_unrecognized []byte `json:"-"`
  1096. XXX_sizecache int32 `json:"-"`
  1097. }
  1098. func (m *WxMerchantApplyReply) Reset() { *m = WxMerchantApplyReply{} }
  1099. func (m *WxMerchantApplyReply) String() string { return proto.CompactTextString(m) }
  1100. func (*WxMerchantApplyReply) ProtoMessage() {}
  1101. func (*WxMerchantApplyReply) Descriptor() ([]byte, []int) {
  1102. return fileDescriptor_e10f141fd1fcfe2b, []int{15}
  1103. }
  1104. func (m *WxMerchantApplyReply) XXX_Unmarshal(b []byte) error {
  1105. return xxx_messageInfo_WxMerchantApplyReply.Unmarshal(m, b)
  1106. }
  1107. func (m *WxMerchantApplyReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1108. return xxx_messageInfo_WxMerchantApplyReply.Marshal(b, m, deterministic)
  1109. }
  1110. func (m *WxMerchantApplyReply) XXX_Merge(src proto.Message) {
  1111. xxx_messageInfo_WxMerchantApplyReply.Merge(m, src)
  1112. }
  1113. func (m *WxMerchantApplyReply) XXX_Size() int {
  1114. return xxx_messageInfo_WxMerchantApplyReply.Size(m)
  1115. }
  1116. func (m *WxMerchantApplyReply) XXX_DiscardUnknown() {
  1117. xxx_messageInfo_WxMerchantApplyReply.DiscardUnknown(m)
  1118. }
  1119. var xxx_messageInfo_WxMerchantApplyReply proto.InternalMessageInfo
  1120. func (m *WxMerchantApplyReply) GetApplymentId() string {
  1121. if m != nil {
  1122. return m.ApplymentId
  1123. }
  1124. return ""
  1125. }
  1126. type WxMerchantSearchRequest struct {
  1127. ApplymentId string `protobuf:"bytes,1,opt,name=applyment_id,json=applymentId,proto3" json:"applyment_id"`
  1128. BusinessCode string `protobuf:"bytes,2,opt,name=business_code,json=businessCode,proto3" json:"business_code"`
  1129. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1130. XXX_unrecognized []byte `json:"-"`
  1131. XXX_sizecache int32 `json:"-"`
  1132. }
  1133. func (m *WxMerchantSearchRequest) Reset() { *m = WxMerchantSearchRequest{} }
  1134. func (m *WxMerchantSearchRequest) String() string { return proto.CompactTextString(m) }
  1135. func (*WxMerchantSearchRequest) ProtoMessage() {}
  1136. func (*WxMerchantSearchRequest) Descriptor() ([]byte, []int) {
  1137. return fileDescriptor_e10f141fd1fcfe2b, []int{16}
  1138. }
  1139. func (m *WxMerchantSearchRequest) XXX_Unmarshal(b []byte) error {
  1140. return xxx_messageInfo_WxMerchantSearchRequest.Unmarshal(m, b)
  1141. }
  1142. func (m *WxMerchantSearchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1143. return xxx_messageInfo_WxMerchantSearchRequest.Marshal(b, m, deterministic)
  1144. }
  1145. func (m *WxMerchantSearchRequest) XXX_Merge(src proto.Message) {
  1146. xxx_messageInfo_WxMerchantSearchRequest.Merge(m, src)
  1147. }
  1148. func (m *WxMerchantSearchRequest) XXX_Size() int {
  1149. return xxx_messageInfo_WxMerchantSearchRequest.Size(m)
  1150. }
  1151. func (m *WxMerchantSearchRequest) XXX_DiscardUnknown() {
  1152. xxx_messageInfo_WxMerchantSearchRequest.DiscardUnknown(m)
  1153. }
  1154. var xxx_messageInfo_WxMerchantSearchRequest proto.InternalMessageInfo
  1155. func (m *WxMerchantSearchRequest) GetApplymentId() string {
  1156. if m != nil {
  1157. return m.ApplymentId
  1158. }
  1159. return ""
  1160. }
  1161. func (m *WxMerchantSearchRequest) GetBusinessCode() string {
  1162. if m != nil {
  1163. return m.BusinessCode
  1164. }
  1165. return ""
  1166. }
  1167. type WxMerchantSearchReply struct {
  1168. MchId string `protobuf:"bytes,1,opt,name=mch_id,json=mchId,proto3" json:"mch_id"`
  1169. SignUrl string `protobuf:"bytes,2,opt,name=sign_url,json=signUrl,proto3" json:"sign_url"`
  1170. ApplymentStateMsg string `protobuf:"bytes,3,opt,name=applyment_state_msg,json=applymentStateMsg,proto3" json:"applyment_state_msg"`
  1171. // 1、APPLYMENT_STATE_EDITTING(编辑中):提交申请发生错误导致,请尝试重新提交。
  1172. // 2、APPLYMENT_STATE_AUDITING(审核中):申请单正在审核中,超级管理员用微信打开“签约链接”,完成绑定微信号后,申请单进度将通过微信公众号通知超级管理员,引导完成后续步骤。
  1173. // 3、APPLYMENT_STATE_REJECTED(已驳回):请按照驳回原因修改申请资料,超级管理员用微信打开“签约链接”,完成绑定微信号,后续申请单进度将通过微信公众号通知超级管理员。
  1174. // 4、APPLYMENT_STATE_TO_BE_CONFIRMED(待账户验证):请超级管理员使用微信打开返回的“签约链接”,根据页面指引完成账户验证。
  1175. // 5、APPLYMENT_STATE_TO_BE_SIGNED(待签约):请超级管理员使用微信打开返回的“签约链接”,根据页面指引完成签约。
  1176. // 6、APPLYMENT_STATE_SIGNING(开通权限中):系统开通相关权限中,请耐心等待。
  1177. // 7、APPLYMENT_STATE_FINISHED(已完成):商户入驻申请已完成。
  1178. // 8、APPLYMENT_STATE_CANCELED(已作废):申请单已被撤销。
  1179. ApplymentState string `protobuf:"bytes,4,opt,name=applyment_state,json=applymentState,proto3" json:"applyment_state"`
  1180. // 驳回原因
  1181. AuditDetail string `protobuf:"bytes,5,opt,name=audit_detail,json=auditDetail,proto3" json:"audit_detail"`
  1182. BusinessCode string `protobuf:"bytes,6,opt,name=business_code,json=businessCode,proto3" json:"business_code"`
  1183. ApplymentId string `protobuf:"bytes,7,opt,name=applyment_id,json=applymentId,proto3" json:"applyment_id"`
  1184. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1185. XXX_unrecognized []byte `json:"-"`
  1186. XXX_sizecache int32 `json:"-"`
  1187. }
  1188. func (m *WxMerchantSearchReply) Reset() { *m = WxMerchantSearchReply{} }
  1189. func (m *WxMerchantSearchReply) String() string { return proto.CompactTextString(m) }
  1190. func (*WxMerchantSearchReply) ProtoMessage() {}
  1191. func (*WxMerchantSearchReply) Descriptor() ([]byte, []int) {
  1192. return fileDescriptor_e10f141fd1fcfe2b, []int{17}
  1193. }
  1194. func (m *WxMerchantSearchReply) XXX_Unmarshal(b []byte) error {
  1195. return xxx_messageInfo_WxMerchantSearchReply.Unmarshal(m, b)
  1196. }
  1197. func (m *WxMerchantSearchReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1198. return xxx_messageInfo_WxMerchantSearchReply.Marshal(b, m, deterministic)
  1199. }
  1200. func (m *WxMerchantSearchReply) XXX_Merge(src proto.Message) {
  1201. xxx_messageInfo_WxMerchantSearchReply.Merge(m, src)
  1202. }
  1203. func (m *WxMerchantSearchReply) XXX_Size() int {
  1204. return xxx_messageInfo_WxMerchantSearchReply.Size(m)
  1205. }
  1206. func (m *WxMerchantSearchReply) XXX_DiscardUnknown() {
  1207. xxx_messageInfo_WxMerchantSearchReply.DiscardUnknown(m)
  1208. }
  1209. var xxx_messageInfo_WxMerchantSearchReply proto.InternalMessageInfo
  1210. func (m *WxMerchantSearchReply) GetMchId() string {
  1211. if m != nil {
  1212. return m.MchId
  1213. }
  1214. return ""
  1215. }
  1216. func (m *WxMerchantSearchReply) GetSignUrl() string {
  1217. if m != nil {
  1218. return m.SignUrl
  1219. }
  1220. return ""
  1221. }
  1222. func (m *WxMerchantSearchReply) GetApplymentStateMsg() string {
  1223. if m != nil {
  1224. return m.ApplymentStateMsg
  1225. }
  1226. return ""
  1227. }
  1228. func (m *WxMerchantSearchReply) GetApplymentState() string {
  1229. if m != nil {
  1230. return m.ApplymentState
  1231. }
  1232. return ""
  1233. }
  1234. func (m *WxMerchantSearchReply) GetAuditDetail() string {
  1235. if m != nil {
  1236. return m.AuditDetail
  1237. }
  1238. return ""
  1239. }
  1240. func (m *WxMerchantSearchReply) GetBusinessCode() string {
  1241. if m != nil {
  1242. return m.BusinessCode
  1243. }
  1244. return ""
  1245. }
  1246. func (m *WxMerchantSearchReply) GetApplymentId() string {
  1247. if m != nil {
  1248. return m.ApplymentId
  1249. }
  1250. return ""
  1251. }
  1252. type RobotMsgRequest struct {
  1253. Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content"`
  1254. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1255. XXX_unrecognized []byte `json:"-"`
  1256. XXX_sizecache int32 `json:"-"`
  1257. }
  1258. func (m *RobotMsgRequest) Reset() { *m = RobotMsgRequest{} }
  1259. func (m *RobotMsgRequest) String() string { return proto.CompactTextString(m) }
  1260. func (*RobotMsgRequest) ProtoMessage() {}
  1261. func (*RobotMsgRequest) Descriptor() ([]byte, []int) {
  1262. return fileDescriptor_e10f141fd1fcfe2b, []int{18}
  1263. }
  1264. func (m *RobotMsgRequest) XXX_Unmarshal(b []byte) error {
  1265. return xxx_messageInfo_RobotMsgRequest.Unmarshal(m, b)
  1266. }
  1267. func (m *RobotMsgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1268. return xxx_messageInfo_RobotMsgRequest.Marshal(b, m, deterministic)
  1269. }
  1270. func (m *RobotMsgRequest) XXX_Merge(src proto.Message) {
  1271. xxx_messageInfo_RobotMsgRequest.Merge(m, src)
  1272. }
  1273. func (m *RobotMsgRequest) XXX_Size() int {
  1274. return xxx_messageInfo_RobotMsgRequest.Size(m)
  1275. }
  1276. func (m *RobotMsgRequest) XXX_DiscardUnknown() {
  1277. xxx_messageInfo_RobotMsgRequest.DiscardUnknown(m)
  1278. }
  1279. var xxx_messageInfo_RobotMsgRequest proto.InternalMessageInfo
  1280. func (m *RobotMsgRequest) GetContent() string {
  1281. if m != nil {
  1282. return m.Content
  1283. }
  1284. return ""
  1285. }
  1286. type RobotMsgReply struct {
  1287. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1288. XXX_unrecognized []byte `json:"-"`
  1289. XXX_sizecache int32 `json:"-"`
  1290. }
  1291. func (m *RobotMsgReply) Reset() { *m = RobotMsgReply{} }
  1292. func (m *RobotMsgReply) String() string { return proto.CompactTextString(m) }
  1293. func (*RobotMsgReply) ProtoMessage() {}
  1294. func (*RobotMsgReply) Descriptor() ([]byte, []int) {
  1295. return fileDescriptor_e10f141fd1fcfe2b, []int{19}
  1296. }
  1297. func (m *RobotMsgReply) XXX_Unmarshal(b []byte) error {
  1298. return xxx_messageInfo_RobotMsgReply.Unmarshal(m, b)
  1299. }
  1300. func (m *RobotMsgReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1301. return xxx_messageInfo_RobotMsgReply.Marshal(b, m, deterministic)
  1302. }
  1303. func (m *RobotMsgReply) XXX_Merge(src proto.Message) {
  1304. xxx_messageInfo_RobotMsgReply.Merge(m, src)
  1305. }
  1306. func (m *RobotMsgReply) XXX_Size() int {
  1307. return xxx_messageInfo_RobotMsgReply.Size(m)
  1308. }
  1309. func (m *RobotMsgReply) XXX_DiscardUnknown() {
  1310. xxx_messageInfo_RobotMsgReply.DiscardUnknown(m)
  1311. }
  1312. var xxx_messageInfo_RobotMsgReply proto.InternalMessageInfo
  1313. func init() {
  1314. proto.RegisterType((*GetVcodeRequest)(nil), "pb_v1.GetVcodeRequest")
  1315. proto.RegisterType((*GetVcodeReply)(nil), "pb_v1.GetVcodeReply")
  1316. proto.RegisterType((*CheckVcodeRequest)(nil), "pb_v1.CheckVcodeRequest")
  1317. proto.RegisterType((*CheckVcodeReply)(nil), "pb_v1.CheckVcodeReply")
  1318. proto.RegisterType((*WxCertificateInfo)(nil), "pb_v1.WxCertificateInfo")
  1319. proto.RegisterType((*WxIdCardInfo)(nil), "pb_v1.WxIdCardInfo")
  1320. proto.RegisterType((*WxIdDocInfo)(nil), "pb_v1.WxIdDocInfo")
  1321. proto.RegisterType((*WxIdentityInfo)(nil), "pb_v1.WxIdentityInfo")
  1322. proto.RegisterType((*WxUboInfo)(nil), "pb_v1.WxUboInfo")
  1323. proto.RegisterType((*WxBusinessLicenseInfo)(nil), "pb_v1.WxBusinessLicenseInfo")
  1324. proto.RegisterType((*WxSubjectInfo)(nil), "pb_v1.WxSubjectInfo")
  1325. proto.RegisterType((*WxBusinessInfo)(nil), "pb_v1.WxBusinessInfo")
  1326. proto.RegisterType((*WxBankAccountInfo)(nil), "pb_v1.WxBankAccountInfo")
  1327. proto.RegisterType((*WxContactInfo)(nil), "pb_v1.WxContactInfo")
  1328. proto.RegisterType((*WxMerchantApplyRequest)(nil), "pb_v1.WxMerchantApplyRequest")
  1329. proto.RegisterType((*WxMerchantApplyReply)(nil), "pb_v1.WxMerchantApplyReply")
  1330. proto.RegisterType((*WxMerchantSearchRequest)(nil), "pb_v1.WxMerchantSearchRequest")
  1331. proto.RegisterType((*WxMerchantSearchReply)(nil), "pb_v1.WxMerchantSearchReply")
  1332. proto.RegisterType((*RobotMsgRequest)(nil), "pb_v1.RobotMsgRequest")
  1333. proto.RegisterType((*RobotMsgReply)(nil), "pb_v1.RobotMsgReply")
  1334. }
  1335. func init() {
  1336. proto.RegisterFile("thirdparty.proto", fileDescriptor_e10f141fd1fcfe2b)
  1337. }
  1338. var fileDescriptor_e10f141fd1fcfe2b = []byte{
  1339. // 1513 bytes of a gzipped FileDescriptorProto
  1340. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x57, 0xdf, 0x6e, 0x1b, 0xc5,
  1341. 0x17, 0x56, 0x9d, 0xda, 0x89, 0x8f, 0xff, 0x6f, 0x92, 0xfe, 0xfc, 0x53, 0x29, 0x94, 0x6d, 0xd3,
  1342. 0x06, 0x4a, 0x53, 0x1a, 0x28, 0x15, 0xdc, 0xc5, 0x69, 0x05, 0x91, 0xda, 0x2a, 0x72, 0x28, 0x91,
  1343. 0xb8, 0x59, 0xed, 0x9f, 0x49, 0xbc, 0xc4, 0x9e, 0x59, 0x76, 0xc7, 0x21, 0xe6, 0x15, 0x10, 0x12,
  1344. 0x17, 0xdc, 0x55, 0x42, 0xe2, 0x86, 0x17, 0xe1, 0x25, 0x78, 0x1c, 0x74, 0xce, 0xcc, 0xec, 0xce,
  1345. 0xae, 0x8d, 0x0a, 0x77, 0x9e, 0x73, 0xbe, 0x99, 0x3d, 0xf3, 0xcd, 0x77, 0xbe, 0x19, 0x43, 0x5f,
  1346. 0x4e, 0xe2, 0x34, 0x4a, 0xfc, 0x54, 0x2e, 0xf6, 0x92, 0x54, 0x48, 0xe1, 0xd4, 0x93, 0xc0, 0xbb,
  1347. 0x7c, 0xec, 0x7e, 0x0a, 0xbd, 0x2f, 0x99, 0xfc, 0x26, 0x14, 0x11, 0x1b, 0xb3, 0xef, 0xe7, 0x2c,
  1348. 0x93, 0xce, 0xfb, 0xd0, 0x4e, 0x26, 0x82, 0x33, 0x8f, 0xcf, 0x67, 0x01, 0x4b, 0x87, 0xd7, 0x6e,
  1349. 0x5f, 0xdb, 0x6d, 0x8e, 0x5b, 0x14, 0x7b, 0x45, 0x21, 0x77, 0x07, 0x3a, 0xc5, 0xac, 0x64, 0xba,
  1350. 0x70, 0xb6, 0xa0, 0x7e, 0x89, 0x23, 0x02, 0x77, 0xc6, 0x6a, 0xe0, 0xbe, 0x80, 0xc1, 0xe1, 0x84,
  1351. 0x85, 0x17, 0xff, 0x71, 0xf9, 0x62, 0xb5, 0x9a, 0xbd, 0xda, 0x00, 0x7a, 0xf6, 0x6a, 0xc9, 0x74,
  1352. 0xe1, 0xfe, 0x5e, 0x83, 0xc1, 0xe9, 0xd5, 0x21, 0x4b, 0x65, 0x7c, 0x16, 0x87, 0xbe, 0x64, 0x47,
  1353. 0xfc, 0x4c, 0x38, 0x37, 0xa1, 0x19, 0xb2, 0x54, 0x7a, 0xa1, 0x48, 0x16, 0x7a, 0xf9, 0x0d, 0x0c,
  1354. 0x1c, 0x8a, 0x64, 0x91, 0x27, 0xe5, 0x22, 0x51, 0xeb, 0xeb, 0xe4, 0xd7, 0x8b, 0x84, 0x39, 0xef,
  1355. 0x41, 0x8b, 0x92, 0xba, 0xb4, 0x35, 0x4a, 0x03, 0x86, 0x74, 0x65, 0x77, 0xa0, 0x33, 0x63, 0x69,
  1356. 0x38, 0xf1, 0xb9, 0xf4, 0xb8, 0x3f, 0x63, 0xc3, 0xeb, 0x04, 0x69, 0x9b, 0xe0, 0x2b, 0x7f, 0xc6,
  1357. 0x9c, 0xfb, 0xd0, 0x0b, 0xc5, 0x2c, 0xf1, 0xf9, 0xc2, 0xf3, 0xa3, 0x28, 0x65, 0x59, 0x36, 0xac,
  1358. 0x13, 0xac, 0xab, 0xc3, 0x07, 0x2a, 0x8a, 0x54, 0x4c, 0xd9, 0xb9, 0x3f, 0xf5, 0x12, 0x96, 0x66,
  1359. 0x82, 0x0f, 0x1b, 0x8a, 0x0a, 0x8a, 0x1d, 0x53, 0x88, 0xd8, 0x62, 0x69, 0x2c, 0x22, 0x2f, 0x60,
  1360. 0xe7, 0x31, 0x1f, 0xae, 0x6b, 0xb6, 0x28, 0x36, 0xc2, 0x90, 0x73, 0x0b, 0x40, 0x43, 0x18, 0x8f,
  1361. 0x86, 0x1b, 0x04, 0x68, 0xaa, 0xc8, 0x73, 0x1e, 0xb9, 0xbf, 0xd5, 0xa0, 0x7d, 0x7a, 0x75, 0x14,
  1362. 0x1d, 0xfa, 0x69, 0x44, 0xf4, 0xdc, 0x86, 0x76, 0x1c, 0x79, 0xa1, 0x9f, 0x46, 0x36, 0x43, 0x10,
  1363. 0x13, 0x82, 0x38, 0xda, 0x85, 0xbe, 0x41, 0x70, 0x5f, 0xc6, 0x82, 0xfb, 0x53, 0x4d, 0x55, 0x57,
  1364. 0xa1, 0x5e, 0xe9, 0xa8, 0x73, 0x17, 0xba, 0x39, 0xd2, 0xe6, 0xac, 0xad, 0x71, 0x8a, 0xb5, 0x0f,
  1365. 0x61, 0x40, 0x90, 0xd2, 0x4e, 0x14, 0x73, 0x3d, 0x4c, 0x1c, 0x5b, 0xbb, 0xb9, 0x07, 0x3d, 0x1b,
  1366. 0x8b, 0x5b, 0x52, 0xe4, 0x75, 0x0a, 0xe4, 0x73, 0x1e, 0xd9, 0xbb, 0xa0, 0x83, 0x68, 0xd8, 0xbb,
  1367. 0xa0, 0x63, 0xb8, 0x07, 0x3d, 0x83, 0x30, 0xc7, 0xa0, 0xd8, 0xeb, 0x28, 0x90, 0x3e, 0x05, 0xf7,
  1368. 0x97, 0x1a, 0xb4, 0x90, 0xa0, 0x67, 0x22, 0x24, 0x7e, 0xde, 0x85, 0x56, 0x1c, 0x79, 0x91, 0x08,
  1369. 0x6d, 0x7a, 0x9a, 0x31, 0xe6, 0x89, 0x9d, 0xfb, 0xc4, 0x8e, 0xc9, 0x7b, 0x81, 0x1f, 0x5e, 0x68,
  1370. 0x76, 0x3a, 0x39, 0x68, 0xe4, 0x87, 0x17, 0xd6, 0x42, 0x54, 0xe1, 0x9a, 0xb5, 0x10, 0x15, 0xe8,
  1371. 0x42, 0xc7, 0xe4, 0x15, 0x77, 0x8a, 0x92, 0x96, 0x42, 0x28, 0xea, 0x76, 0xa1, 0x8f, 0x80, 0x12,
  1372. 0x73, 0x5a, 0x4c, 0x91, 0x08, 0x6d, 0xe2, 0xee, 0x42, 0xd7, 0x42, 0x22, 0x6f, 0x8a, 0x92, 0x76,
  1373. 0x8e, 0x43, 0xda, 0xd4, 0x81, 0x21, 0xb0, 0xcc, 0x49, 0x9b, 0x3e, 0x6a, 0x28, 0xf9, 0xa9, 0x06,
  1374. 0x5d, 0xa4, 0x84, 0x71, 0x19, 0xcb, 0x05, 0xb1, 0xa2, 0x26, 0x4e, 0xc4, 0x34, 0x62, 0xa9, 0x6a,
  1375. 0x9e, 0x6b, 0x66, 0xe2, 0x57, 0x14, 0xa4, 0x06, 0x2a, 0xb6, 0x6c, 0xf5, 0x97, 0xda, 0x32, 0xe5,
  1376. 0xf7, 0x61, 0xdb, 0x9f, 0xcb, 0x89, 0x48, 0xe3, 0x1f, 0x99, 0x37, 0x65, 0x52, 0xb2, 0x54, 0xb1,
  1377. 0xac, 0xc8, 0xd9, 0xcc, 0x93, 0x2f, 0x28, 0x47, 0x7c, 0x3f, 0x29, 0x4e, 0x3a, 0xe6, 0x67, 0x82,
  1378. 0x58, 0x6a, 0xed, 0x6f, 0xee, 0x91, 0x81, 0xed, 0xd9, 0xd2, 0x36, 0xc7, 0x4f, 0x05, 0xef, 0xe7,
  1379. 0xa5, 0xd0, 0xac, 0x3a, 0xcd, 0x72, 0xac, 0x59, 0xfa, 0xbc, 0x75, 0x79, 0x34, 0x67, 0x0b, 0xea,
  1380. 0xe2, 0x07, 0xce, 0x52, 0xa2, 0x6e, 0x63, 0xac, 0x06, 0xee, 0x5f, 0x35, 0x68, 0x9e, 0x5e, 0xbd,
  1381. 0x0e, 0x04, 0x61, 0x76, 0xa0, 0x37, 0x0f, 0x84, 0x67, 0x6f, 0x53, 0x33, 0x31, 0x0f, 0xc4, 0x51,
  1382. 0xbe, 0xd3, 0x32, 0x8c, 0xf6, 0x58, 0x2b, 0xc3, 0x68, 0x73, 0x7b, 0xb0, 0x55, 0x81, 0x29, 0x41,
  1383. 0x29, 0x3e, 0xfa, 0x36, 0x96, 0x34, 0xf5, 0x00, 0x1c, 0x0b, 0x6f, 0xce, 0x50, 0xf7, 0x92, 0x41,
  1384. 0x1b, 0x7f, 0x29, 0xd7, 0x40, 0x22, 0xac, 0x97, 0x6b, 0x20, 0x1d, 0x7e, 0x00, 0x03, 0x1b, 0xa6,
  1385. 0xb4, 0xa8, 0xc4, 0xd3, 0xcd, 0x81, 0xb9, 0x1c, 0x11, 0xba, 0xc2, 0x92, 0x10, 0x59, 0x91, 0xa3,
  1386. 0x85, 0x2c, 0x9c, 0xa9, 0x9d, 0xe3, 0xd0, 0x9c, 0x7e, 0xad, 0xc1, 0xf6, 0xe9, 0xd5, 0x68, 0x9e,
  1387. 0xc5, 0x9c, 0x65, 0xd9, 0x8b, 0x38, 0x64, 0x3c, 0x53, 0x26, 0x8e, 0xde, 0xa8, 0x86, 0x76, 0x1b,
  1388. 0xb6, 0x74, 0x8c, 0xb8, 0xdb, 0x81, 0xae, 0x81, 0xe8, 0xa2, 0x75, 0x1b, 0xea, 0xe8, 0x3f, 0x79,
  1389. 0xf6, 0xda, 0x0a, 0xcf, 0xae, 0x5a, 0xf1, 0xf5, 0x65, 0x2b, 0xbe, 0x0f, 0x3d, 0xf3, 0xb9, 0x8a,
  1390. 0xad, 0xeb, 0xb0, 0x65, 0xeb, 0x25, 0x82, 0x1a, 0x6f, 0xf3, 0xec, 0xf5, 0xaa, 0x67, 0xff, 0x51,
  1391. 0x83, 0xce, 0xe9, 0xd5, 0xc9, 0x3c, 0xf8, 0x8e, 0x85, 0xd2, 0xd0, 0x91, 0xa9, 0xa1, 0x2d, 0xb9,
  1392. 0x96, 0x8e, 0x91, 0xe2, 0x8e, 0x61, 0x3b, 0xd0, 0x44, 0x7a, 0xa6, 0x50, 0x92, 0x7e, 0x8d, 0xa4,
  1393. 0xff, 0x4e, 0x2e, 0xfd, 0x15, 0x74, 0x8f, 0x37, 0x83, 0x15, 0x67, 0xf0, 0x05, 0x1a, 0x94, 0xf2,
  1394. 0x00, 0xbb, 0xf5, 0xb6, 0xad, 0x26, 0x2a, 0x1c, 0x02, 0x9d, 0xc0, 0xf2, 0x8b, 0x87, 0xd0, 0x24,
  1395. 0x51, 0xf1, 0x33, 0x81, 0x3c, 0xad, 0xed, 0xb6, 0xf6, 0xfb, 0xf9, 0x3c, 0xdd, 0x4b, 0xe3, 0x8d,
  1396. 0xb9, 0xfa, 0x91, 0x39, 0x4f, 0xf4, 0xb5, 0x4c, 0x9f, 0x69, 0xd0, 0x67, 0x86, 0x39, 0xbc, 0x72,
  1397. 0xc1, 0xab, 0x0b, 0x1b, 0x7f, 0xb9, 0x11, 0xfa, 0x94, 0xd9, 0x8f, 0xfe, 0xae, 0x93, 0x9f, 0x76,
  1398. 0x36, 0x11, 0xa9, 0xa4, 0x23, 0x57, 0x74, 0x0d, 0x4c, 0xe6, 0xc4, 0x24, 0x50, 0x1c, 0x19, 0x4b,
  1399. 0x2f, 0xe3, 0x90, 0x79, 0xf4, 0x02, 0x31, 0x4d, 0xaa, 0x83, 0xc7, 0x18, 0x73, 0xdf, 0xd0, 0x33,
  1400. 0x63, 0xe4, 0xf3, 0x8b, 0x83, 0x30, 0x14, 0x73, 0x9e, 0x1f, 0x89, 0xaf, 0x86, 0x9e, 0xf5, 0x8d,
  1401. 0x96, 0x8e, 0x19, 0x55, 0x19, 0x48, 0xe0, 0x73, 0x73, 0x4d, 0x18, 0x08, 0x2e, 0x88, 0x77, 0x23,
  1402. 0xa6, 0x8c, 0xa4, 0x3c, 0x7a, 0xf7, 0x28, 0x85, 0xf6, 0x30, 0xa1, 0x45, 0x75, 0x28, 0x22, 0x86,
  1403. 0x3d, 0x45, 0xd8, 0x20, 0xf5, 0x79, 0x38, 0xf1, 0xe2, 0xc8, 0x3c, 0x3f, 0x30, 0x3a, 0xa2, 0xe0,
  1404. 0x51, 0x84, 0x2f, 0x1c, 0x42, 0x59, 0xfd, 0xbe, 0x81, 0x01, 0xaa, 0x68, 0x07, 0xba, 0x79, 0xd1,
  1405. 0x76, 0xa3, 0x77, 0x4c, 0xd9, 0xf9, 0x8d, 0xad, 0xaa, 0xd2, 0x58, 0xd2, 0xdc, 0xba, 0x55, 0x95,
  1406. 0x8a, 0xa3, 0xee, 0xdc, 0x37, 0xd7, 0x51, 0xac, 0x87, 0x82, 0x4b, 0xbf, 0x10, 0x6b, 0xa8, 0x86,
  1407. 0x25, 0xb1, 0xea, 0x18, 0x89, 0xd5, 0x82, 0x50, 0x9d, 0xb5, 0x12, 0x84, 0x4a, 0x7d, 0x08, 0x9b,
  1408. 0x06, 0x62, 0x9b, 0xad, 0x76, 0x46, 0x9d, 0x2a, 0x0c, 0x17, 0x1f, 0x19, 0x05, 0xbc, 0x74, 0xa3,
  1409. 0xf6, 0x72, 0xb0, 0xde, 0xde, 0xf2, 0xd2, 0xe4, 0x31, 0xf5, 0xe5, 0xa5, 0xc9, 0x68, 0x3e, 0x83,
  1410. 0xe1, 0x0a, 0xb8, 0x32, 0x6a, 0x45, 0xdf, 0x56, 0x75, 0x0e, 0x99, 0xf5, 0xc7, 0x60, 0xe2, 0xab,
  1411. 0x1c, 0xd3, 0xd1, 0x39, 0xdb, 0x35, 0x3f, 0x02, 0xa7, 0x32, 0xa3, 0x70, 0xce, 0x7e, 0x09, 0x8f,
  1412. 0x97, 0xf9, 0x08, 0x6e, 0xe5, 0x1d, 0x6f, 0x6e, 0x4e, 0x7a, 0x99, 0xe9, 0xab, 0x75, 0xd8, 0xa4,
  1413. 0x89, 0x37, 0x0d, 0xe8, 0xc0, 0xc6, 0xa8, 0x1b, 0x16, 0x0f, 0x62, 0x26, 0x82, 0x78, 0x6a, 0xf4,
  1414. 0x0f, 0xea, 0x20, 0x54, 0x8c, 0xe4, 0xef, 0xdc, 0x80, 0x86, 0x48, 0x18, 0x8f, 0xa3, 0x61, 0x8b,
  1415. 0x92, 0x7a, 0x84, 0xbd, 0x63, 0x8a, 0x65, 0x33, 0x3f, 0x9e, 0x0e, 0xdb, 0x4a, 0x8d, 0x3a, 0xf8,
  1416. 0x1c, 0x63, 0xee, 0x9f, 0x35, 0xb8, 0x71, 0x7a, 0xf5, 0x52, 0x37, 0xde, 0x41, 0x92, 0x4c, 0x17,
  1417. 0xe6, 0x9f, 0x40, 0x1f, 0xd6, 0xc2, 0x38, 0x22, 0x75, 0xac, 0x8d, 0xf1, 0xa7, 0xf3, 0xb4, 0x70,
  1418. 0x39, 0xcb, 0xb9, 0xb6, 0x72, 0x23, 0xb0, 0x1c, 0x31, 0xf7, 0x3e, 0xe3, 0x54, 0x39, 0x13, 0x34,
  1419. 0x73, 0xad, 0xe2, 0x54, 0xb6, 0x47, 0x8c, 0xdb, 0x81, 0xed, 0x18, 0xcf, 0x2a, 0x5a, 0xb7, 0x9c,
  1420. 0xae, 0xb0, 0xa0, 0x4a, 0xf3, 0x97, 0xba, 0x80, 0x56, 0x79, 0x5a, 0x08, 0xda, 0x7a, 0x6f, 0x14,
  1421. 0xa5, 0x5b, 0xfd, 0x91, 0xcb, 0x9c, 0x26, 0xde, 0xb1, 0x4a, 0xa7, 0xe6, 0xd7, 0xcf, 0x36, 0x13,
  1422. 0xc4, 0xce, 0x77, 0x3f, 0x87, 0xad, 0x25, 0x12, 0xf1, 0x7f, 0x17, 0x1a, 0x0c, 0x8e, 0x66, 0x0c,
  1423. 0x0b, 0x8f, 0x72, 0x0f, 0x32, 0xb1, 0xa3, 0xc8, 0xf5, 0xe1, 0x7f, 0xc5, 0xd4, 0x13, 0xe6, 0xa7,
  1424. 0xe1, 0xc4, 0xfa, 0x2b, 0xf6, 0x96, 0xd9, 0xcb, 0xd5, 0xd5, 0x56, 0x54, 0xf7, 0x33, 0xdd, 0xe2,
  1425. 0xd5, 0x6f, 0x60, 0x7d, 0xdb, 0xd0, 0x98, 0x29, 0xa7, 0x52, 0x6b, 0xd7, 0x67, 0x64, 0x51, 0xff,
  1426. 0x87, 0x8d, 0x2c, 0x3e, 0xe7, 0xde, 0x3c, 0x35, 0x7f, 0x2c, 0xd6, 0x71, 0xfc, 0x3a, 0x9d, 0x3a,
  1427. 0x7b, 0xb0, 0x59, 0xd4, 0x94, 0x49, 0x5f, 0x32, 0x6f, 0x96, 0x9d, 0xeb, 0xae, 0x1f, 0xe4, 0xa9,
  1428. 0x13, 0xcc, 0xbc, 0xcc, 0xce, 0xf1, 0x56, 0xae, 0xe0, 0x75, 0xd3, 0x77, 0xcb, 0x58, 0xda, 0xec,
  1429. 0x3c, 0x8a, 0xa5, 0x17, 0x31, 0x89, 0x62, 0xad, 0xeb, 0xcd, 0x62, 0xec, 0x19, 0x85, 0xfe, 0xd5,
  1430. 0x51, 0x2c, 0x91, 0xb6, 0xbe, 0x4c, 0xf9, 0x03, 0xe8, 0x8d, 0x45, 0x20, 0xe4, 0xcb, 0xec, 0xdc,
  1431. 0x50, 0x3d, 0x84, 0x75, 0x3c, 0x74, 0xc6, 0xa5, 0x66, 0xc2, 0x0c, 0xdd, 0x1e, 0x74, 0x0a, 0x70,
  1432. 0x32, 0x5d, 0x8c, 0x86, 0xdf, 0xde, 0x48, 0x52, 0x91, 0xb0, 0x54, 0x2e, 0x1e, 0xea, 0x3f, 0x8c,
  1433. 0x8f, 0x92, 0xe0, 0xd1, 0xe5, 0xe3, 0xa0, 0x41, 0x7f, 0xdd, 0x3f, 0xf9, 0x3b, 0x00, 0x00, 0xff,
  1434. 0xff, 0x5c, 0x53, 0x62, 0xfe, 0xce, 0x0f, 0x00, 0x00,
  1435. }