enterprise.pb.go 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: enterprise.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 RegisterRequest struct {
  20. // 公司名称
  21. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"`
  22. // 统一社会信用码
  23. SocialCode string `protobuf:"bytes,2,opt,name=social_code,json=socialCode,proto3" json:"social_code"`
  24. // 法定代表人
  25. LegalPerson string `protobuf:"bytes,3,opt,name=legal_person,json=legalPerson,proto3" json:"legal_person"`
  26. // 证件号
  27. IdCert string `protobuf:"bytes,4,opt,name=id_cert,json=idCert,proto3" json:"id_cert"`
  28. // 营业执照
  29. BusinessLicense []string `protobuf:"bytes,5,rep,name=business_license,json=businessLicense,proto3" json:"business_license"`
  30. // 用户名
  31. UserName string `protobuf:"bytes,6,opt,name=user_name,json=userName,proto3" json:"user_name"`
  32. // 密码
  33. Passwd string `protobuf:"bytes,7,opt,name=passwd,proto3" json:"passwd"`
  34. // 业务联系人
  35. BusinessContact string `protobuf:"bytes,8,opt,name=business_contact,json=businessContact,proto3" json:"business_contact"`
  36. // 业务联系人电话
  37. BusinessContactPhone string `protobuf:"bytes,9,opt,name=business_contact_phone,json=businessContactPhone,proto3" json:"business_contact_phone"`
  38. // 业务负责人
  39. BusinessResponsible string `protobuf:"bytes,10,opt,name=business_responsible,json=businessResponsible,proto3" json:"business_responsible"`
  40. // 业务负责人电话
  41. BusinessResponsiblePhone string `protobuf:"bytes,11,opt,name=business_responsible_phone,json=businessResponsiblePhone,proto3" json:"business_responsible_phone"`
  42. EmergencyContact string `protobuf:"bytes,12,opt,name=emergency_contact,json=emergencyContact,proto3" json:"emergency_contact"`
  43. EmergencyContactPhone string `protobuf:"bytes,13,opt,name=emergency_contact_phone,json=emergencyContactPhone,proto3" json:"emergency_contact_phone"`
  44. // 注册状态 0 待审核 1 通过 2 未通过
  45. Status int32 `protobuf:"varint,14,opt,name=status,proto3" json:"status"`
  46. Province string `protobuf:"bytes,15,opt,name=province,proto3" json:"province"`
  47. City string `protobuf:"bytes,16,opt,name=city,proto3" json:"city"`
  48. Zone string `protobuf:"bytes,17,opt,name=zone,proto3" json:"zone"`
  49. Vcode uint32 `protobuf:"varint,18,opt,name=vcode,proto3" json:"vcode"`
  50. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  51. XXX_unrecognized []byte `json:"-"`
  52. XXX_sizecache int32 `json:"-"`
  53. }
  54. func (m *RegisterRequest) Reset() { *m = RegisterRequest{} }
  55. func (m *RegisterRequest) String() string { return proto.CompactTextString(m) }
  56. func (*RegisterRequest) ProtoMessage() {}
  57. func (*RegisterRequest) Descriptor() ([]byte, []int) {
  58. return fileDescriptor_922055c08d0eda7a, []int{0}
  59. }
  60. func (m *RegisterRequest) XXX_Unmarshal(b []byte) error {
  61. return xxx_messageInfo_RegisterRequest.Unmarshal(m, b)
  62. }
  63. func (m *RegisterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  64. return xxx_messageInfo_RegisterRequest.Marshal(b, m, deterministic)
  65. }
  66. func (m *RegisterRequest) XXX_Merge(src proto.Message) {
  67. xxx_messageInfo_RegisterRequest.Merge(m, src)
  68. }
  69. func (m *RegisterRequest) XXX_Size() int {
  70. return xxx_messageInfo_RegisterRequest.Size(m)
  71. }
  72. func (m *RegisterRequest) XXX_DiscardUnknown() {
  73. xxx_messageInfo_RegisterRequest.DiscardUnknown(m)
  74. }
  75. var xxx_messageInfo_RegisterRequest proto.InternalMessageInfo
  76. func (m *RegisterRequest) GetName() string {
  77. if m != nil {
  78. return m.Name
  79. }
  80. return ""
  81. }
  82. func (m *RegisterRequest) GetSocialCode() string {
  83. if m != nil {
  84. return m.SocialCode
  85. }
  86. return ""
  87. }
  88. func (m *RegisterRequest) GetLegalPerson() string {
  89. if m != nil {
  90. return m.LegalPerson
  91. }
  92. return ""
  93. }
  94. func (m *RegisterRequest) GetIdCert() string {
  95. if m != nil {
  96. return m.IdCert
  97. }
  98. return ""
  99. }
  100. func (m *RegisterRequest) GetBusinessLicense() []string {
  101. if m != nil {
  102. return m.BusinessLicense
  103. }
  104. return nil
  105. }
  106. func (m *RegisterRequest) GetUserName() string {
  107. if m != nil {
  108. return m.UserName
  109. }
  110. return ""
  111. }
  112. func (m *RegisterRequest) GetPasswd() string {
  113. if m != nil {
  114. return m.Passwd
  115. }
  116. return ""
  117. }
  118. func (m *RegisterRequest) GetBusinessContact() string {
  119. if m != nil {
  120. return m.BusinessContact
  121. }
  122. return ""
  123. }
  124. func (m *RegisterRequest) GetBusinessContactPhone() string {
  125. if m != nil {
  126. return m.BusinessContactPhone
  127. }
  128. return ""
  129. }
  130. func (m *RegisterRequest) GetBusinessResponsible() string {
  131. if m != nil {
  132. return m.BusinessResponsible
  133. }
  134. return ""
  135. }
  136. func (m *RegisterRequest) GetBusinessResponsiblePhone() string {
  137. if m != nil {
  138. return m.BusinessResponsiblePhone
  139. }
  140. return ""
  141. }
  142. func (m *RegisterRequest) GetEmergencyContact() string {
  143. if m != nil {
  144. return m.EmergencyContact
  145. }
  146. return ""
  147. }
  148. func (m *RegisterRequest) GetEmergencyContactPhone() string {
  149. if m != nil {
  150. return m.EmergencyContactPhone
  151. }
  152. return ""
  153. }
  154. func (m *RegisterRequest) GetStatus() int32 {
  155. if m != nil {
  156. return m.Status
  157. }
  158. return 0
  159. }
  160. func (m *RegisterRequest) GetProvince() string {
  161. if m != nil {
  162. return m.Province
  163. }
  164. return ""
  165. }
  166. func (m *RegisterRequest) GetCity() string {
  167. if m != nil {
  168. return m.City
  169. }
  170. return ""
  171. }
  172. func (m *RegisterRequest) GetZone() string {
  173. if m != nil {
  174. return m.Zone
  175. }
  176. return ""
  177. }
  178. func (m *RegisterRequest) GetVcode() uint32 {
  179. if m != nil {
  180. return m.Vcode
  181. }
  182. return 0
  183. }
  184. type RegisterReply struct {
  185. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  186. XXX_unrecognized []byte `json:"-"`
  187. XXX_sizecache int32 `json:"-"`
  188. }
  189. func (m *RegisterReply) Reset() { *m = RegisterReply{} }
  190. func (m *RegisterReply) String() string { return proto.CompactTextString(m) }
  191. func (*RegisterReply) ProtoMessage() {}
  192. func (*RegisterReply) Descriptor() ([]byte, []int) {
  193. return fileDescriptor_922055c08d0eda7a, []int{1}
  194. }
  195. func (m *RegisterReply) XXX_Unmarshal(b []byte) error {
  196. return xxx_messageInfo_RegisterReply.Unmarshal(m, b)
  197. }
  198. func (m *RegisterReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  199. return xxx_messageInfo_RegisterReply.Marshal(b, m, deterministic)
  200. }
  201. func (m *RegisterReply) XXX_Merge(src proto.Message) {
  202. xxx_messageInfo_RegisterReply.Merge(m, src)
  203. }
  204. func (m *RegisterReply) XXX_Size() int {
  205. return xxx_messageInfo_RegisterReply.Size(m)
  206. }
  207. func (m *RegisterReply) XXX_DiscardUnknown() {
  208. xxx_messageInfo_RegisterReply.DiscardUnknown(m)
  209. }
  210. var xxx_messageInfo_RegisterReply proto.InternalMessageInfo
  211. type LoginRequest struct {
  212. User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user"`
  213. Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"`
  214. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  215. XXX_unrecognized []byte `json:"-"`
  216. XXX_sizecache int32 `json:"-"`
  217. }
  218. func (m *LoginRequest) Reset() { *m = LoginRequest{} }
  219. func (m *LoginRequest) String() string { return proto.CompactTextString(m) }
  220. func (*LoginRequest) ProtoMessage() {}
  221. func (*LoginRequest) Descriptor() ([]byte, []int) {
  222. return fileDescriptor_922055c08d0eda7a, []int{2}
  223. }
  224. func (m *LoginRequest) XXX_Unmarshal(b []byte) error {
  225. return xxx_messageInfo_LoginRequest.Unmarshal(m, b)
  226. }
  227. func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  228. return xxx_messageInfo_LoginRequest.Marshal(b, m, deterministic)
  229. }
  230. func (m *LoginRequest) XXX_Merge(src proto.Message) {
  231. xxx_messageInfo_LoginRequest.Merge(m, src)
  232. }
  233. func (m *LoginRequest) XXX_Size() int {
  234. return xxx_messageInfo_LoginRequest.Size(m)
  235. }
  236. func (m *LoginRequest) XXX_DiscardUnknown() {
  237. xxx_messageInfo_LoginRequest.DiscardUnknown(m)
  238. }
  239. var xxx_messageInfo_LoginRequest proto.InternalMessageInfo
  240. func (m *LoginRequest) GetUser() string {
  241. if m != nil {
  242. return m.User
  243. }
  244. return ""
  245. }
  246. func (m *LoginRequest) GetPassword() string {
  247. if m != nil {
  248. return m.Password
  249. }
  250. return ""
  251. }
  252. type LoginReply struct {
  253. Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
  254. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  255. XXX_unrecognized []byte `json:"-"`
  256. XXX_sizecache int32 `json:"-"`
  257. }
  258. func (m *LoginReply) Reset() { *m = LoginReply{} }
  259. func (m *LoginReply) String() string { return proto.CompactTextString(m) }
  260. func (*LoginReply) ProtoMessage() {}
  261. func (*LoginReply) Descriptor() ([]byte, []int) {
  262. return fileDescriptor_922055c08d0eda7a, []int{3}
  263. }
  264. func (m *LoginReply) XXX_Unmarshal(b []byte) error {
  265. return xxx_messageInfo_LoginReply.Unmarshal(m, b)
  266. }
  267. func (m *LoginReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  268. return xxx_messageInfo_LoginReply.Marshal(b, m, deterministic)
  269. }
  270. func (m *LoginReply) XXX_Merge(src proto.Message) {
  271. xxx_messageInfo_LoginReply.Merge(m, src)
  272. }
  273. func (m *LoginReply) XXX_Size() int {
  274. return xxx_messageInfo_LoginReply.Size(m)
  275. }
  276. func (m *LoginReply) XXX_DiscardUnknown() {
  277. xxx_messageInfo_LoginReply.DiscardUnknown(m)
  278. }
  279. var xxx_messageInfo_LoginReply proto.InternalMessageInfo
  280. func (m *LoginReply) GetUid() int64 {
  281. if m != nil {
  282. return m.Uid
  283. }
  284. return 0
  285. }
  286. type PublicityRequest struct {
  287. DeviceCode int32 `protobuf:"varint,1,opt,name=device_code,json=deviceCode,proto3" json:"device_code"`
  288. Provider string `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider"`
  289. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  290. XXX_unrecognized []byte `json:"-"`
  291. XXX_sizecache int32 `json:"-"`
  292. }
  293. func (m *PublicityRequest) Reset() { *m = PublicityRequest{} }
  294. func (m *PublicityRequest) String() string { return proto.CompactTextString(m) }
  295. func (*PublicityRequest) ProtoMessage() {}
  296. func (*PublicityRequest) Descriptor() ([]byte, []int) {
  297. return fileDescriptor_922055c08d0eda7a, []int{4}
  298. }
  299. func (m *PublicityRequest) XXX_Unmarshal(b []byte) error {
  300. return xxx_messageInfo_PublicityRequest.Unmarshal(m, b)
  301. }
  302. func (m *PublicityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  303. return xxx_messageInfo_PublicityRequest.Marshal(b, m, deterministic)
  304. }
  305. func (m *PublicityRequest) XXX_Merge(src proto.Message) {
  306. xxx_messageInfo_PublicityRequest.Merge(m, src)
  307. }
  308. func (m *PublicityRequest) XXX_Size() int {
  309. return xxx_messageInfo_PublicityRequest.Size(m)
  310. }
  311. func (m *PublicityRequest) XXX_DiscardUnknown() {
  312. xxx_messageInfo_PublicityRequest.DiscardUnknown(m)
  313. }
  314. var xxx_messageInfo_PublicityRequest proto.InternalMessageInfo
  315. func (m *PublicityRequest) GetDeviceCode() int32 {
  316. if m != nil {
  317. return m.DeviceCode
  318. }
  319. return 0
  320. }
  321. func (m *PublicityRequest) GetProvider() string {
  322. if m != nil {
  323. return m.Provider
  324. }
  325. return ""
  326. }
  327. type PublicityDeviceTypeItem struct {
  328. TypeCode int32 `protobuf:"varint,1,opt,name=type_code,json=typeCode,proto3" json:"type_code"`
  329. TypeName string `protobuf:"bytes,2,opt,name=type_name,json=typeName,proto3" json:"type_name"`
  330. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  331. XXX_unrecognized []byte `json:"-"`
  332. XXX_sizecache int32 `json:"-"`
  333. }
  334. func (m *PublicityDeviceTypeItem) Reset() { *m = PublicityDeviceTypeItem{} }
  335. func (m *PublicityDeviceTypeItem) String() string { return proto.CompactTextString(m) }
  336. func (*PublicityDeviceTypeItem) ProtoMessage() {}
  337. func (*PublicityDeviceTypeItem) Descriptor() ([]byte, []int) {
  338. return fileDescriptor_922055c08d0eda7a, []int{5}
  339. }
  340. func (m *PublicityDeviceTypeItem) XXX_Unmarshal(b []byte) error {
  341. return xxx_messageInfo_PublicityDeviceTypeItem.Unmarshal(m, b)
  342. }
  343. func (m *PublicityDeviceTypeItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  344. return xxx_messageInfo_PublicityDeviceTypeItem.Marshal(b, m, deterministic)
  345. }
  346. func (m *PublicityDeviceTypeItem) XXX_Merge(src proto.Message) {
  347. xxx_messageInfo_PublicityDeviceTypeItem.Merge(m, src)
  348. }
  349. func (m *PublicityDeviceTypeItem) XXX_Size() int {
  350. return xxx_messageInfo_PublicityDeviceTypeItem.Size(m)
  351. }
  352. func (m *PublicityDeviceTypeItem) XXX_DiscardUnknown() {
  353. xxx_messageInfo_PublicityDeviceTypeItem.DiscardUnknown(m)
  354. }
  355. var xxx_messageInfo_PublicityDeviceTypeItem proto.InternalMessageInfo
  356. func (m *PublicityDeviceTypeItem) GetTypeCode() int32 {
  357. if m != nil {
  358. return m.TypeCode
  359. }
  360. return 0
  361. }
  362. func (m *PublicityDeviceTypeItem) GetTypeName() string {
  363. if m != nil {
  364. return m.TypeName
  365. }
  366. return ""
  367. }
  368. type PublicityItem struct {
  369. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"`
  370. SocialCode string `protobuf:"bytes,2,opt,name=social_code,json=socialCode,proto3" json:"social_code"`
  371. Devices []*PublicityDeviceTypeItem `protobuf:"bytes,3,rep,name=devices,proto3" json:"devices"`
  372. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  373. XXX_unrecognized []byte `json:"-"`
  374. XXX_sizecache int32 `json:"-"`
  375. }
  376. func (m *PublicityItem) Reset() { *m = PublicityItem{} }
  377. func (m *PublicityItem) String() string { return proto.CompactTextString(m) }
  378. func (*PublicityItem) ProtoMessage() {}
  379. func (*PublicityItem) Descriptor() ([]byte, []int) {
  380. return fileDescriptor_922055c08d0eda7a, []int{6}
  381. }
  382. func (m *PublicityItem) XXX_Unmarshal(b []byte) error {
  383. return xxx_messageInfo_PublicityItem.Unmarshal(m, b)
  384. }
  385. func (m *PublicityItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  386. return xxx_messageInfo_PublicityItem.Marshal(b, m, deterministic)
  387. }
  388. func (m *PublicityItem) XXX_Merge(src proto.Message) {
  389. xxx_messageInfo_PublicityItem.Merge(m, src)
  390. }
  391. func (m *PublicityItem) XXX_Size() int {
  392. return xxx_messageInfo_PublicityItem.Size(m)
  393. }
  394. func (m *PublicityItem) XXX_DiscardUnknown() {
  395. xxx_messageInfo_PublicityItem.DiscardUnknown(m)
  396. }
  397. var xxx_messageInfo_PublicityItem proto.InternalMessageInfo
  398. func (m *PublicityItem) GetName() string {
  399. if m != nil {
  400. return m.Name
  401. }
  402. return ""
  403. }
  404. func (m *PublicityItem) GetSocialCode() string {
  405. if m != nil {
  406. return m.SocialCode
  407. }
  408. return ""
  409. }
  410. func (m *PublicityItem) GetDevices() []*PublicityDeviceTypeItem {
  411. if m != nil {
  412. return m.Devices
  413. }
  414. return nil
  415. }
  416. type PublicityReply struct {
  417. List []*PublicityItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  418. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  419. XXX_unrecognized []byte `json:"-"`
  420. XXX_sizecache int32 `json:"-"`
  421. }
  422. func (m *PublicityReply) Reset() { *m = PublicityReply{} }
  423. func (m *PublicityReply) String() string { return proto.CompactTextString(m) }
  424. func (*PublicityReply) ProtoMessage() {}
  425. func (*PublicityReply) Descriptor() ([]byte, []int) {
  426. return fileDescriptor_922055c08d0eda7a, []int{7}
  427. }
  428. func (m *PublicityReply) XXX_Unmarshal(b []byte) error {
  429. return xxx_messageInfo_PublicityReply.Unmarshal(m, b)
  430. }
  431. func (m *PublicityReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  432. return xxx_messageInfo_PublicityReply.Marshal(b, m, deterministic)
  433. }
  434. func (m *PublicityReply) XXX_Merge(src proto.Message) {
  435. xxx_messageInfo_PublicityReply.Merge(m, src)
  436. }
  437. func (m *PublicityReply) XXX_Size() int {
  438. return xxx_messageInfo_PublicityReply.Size(m)
  439. }
  440. func (m *PublicityReply) XXX_DiscardUnknown() {
  441. xxx_messageInfo_PublicityReply.DiscardUnknown(m)
  442. }
  443. var xxx_messageInfo_PublicityReply proto.InternalMessageInfo
  444. func (m *PublicityReply) GetList() []*PublicityItem {
  445. if m != nil {
  446. return m.List
  447. }
  448. return nil
  449. }
  450. type SetPasswdRequest struct {
  451. Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"`
  452. Passwd string `protobuf:"bytes,1,opt,name=passwd,proto3" json:"passwd"`
  453. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  454. XXX_unrecognized []byte `json:"-"`
  455. XXX_sizecache int32 `json:"-"`
  456. }
  457. func (m *SetPasswdRequest) Reset() { *m = SetPasswdRequest{} }
  458. func (m *SetPasswdRequest) String() string { return proto.CompactTextString(m) }
  459. func (*SetPasswdRequest) ProtoMessage() {}
  460. func (*SetPasswdRequest) Descriptor() ([]byte, []int) {
  461. return fileDescriptor_922055c08d0eda7a, []int{8}
  462. }
  463. func (m *SetPasswdRequest) XXX_Unmarshal(b []byte) error {
  464. return xxx_messageInfo_SetPasswdRequest.Unmarshal(m, b)
  465. }
  466. func (m *SetPasswdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  467. return xxx_messageInfo_SetPasswdRequest.Marshal(b, m, deterministic)
  468. }
  469. func (m *SetPasswdRequest) XXX_Merge(src proto.Message) {
  470. xxx_messageInfo_SetPasswdRequest.Merge(m, src)
  471. }
  472. func (m *SetPasswdRequest) XXX_Size() int {
  473. return xxx_messageInfo_SetPasswdRequest.Size(m)
  474. }
  475. func (m *SetPasswdRequest) XXX_DiscardUnknown() {
  476. xxx_messageInfo_SetPasswdRequest.DiscardUnknown(m)
  477. }
  478. var xxx_messageInfo_SetPasswdRequest proto.InternalMessageInfo
  479. func (m *SetPasswdRequest) GetPhone() string {
  480. if m != nil {
  481. return m.Phone
  482. }
  483. return ""
  484. }
  485. func (m *SetPasswdRequest) GetPasswd() string {
  486. if m != nil {
  487. return m.Passwd
  488. }
  489. return ""
  490. }
  491. type SetPasswdReply struct {
  492. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  493. XXX_unrecognized []byte `json:"-"`
  494. XXX_sizecache int32 `json:"-"`
  495. }
  496. func (m *SetPasswdReply) Reset() { *m = SetPasswdReply{} }
  497. func (m *SetPasswdReply) String() string { return proto.CompactTextString(m) }
  498. func (*SetPasswdReply) ProtoMessage() {}
  499. func (*SetPasswdReply) Descriptor() ([]byte, []int) {
  500. return fileDescriptor_922055c08d0eda7a, []int{9}
  501. }
  502. func (m *SetPasswdReply) XXX_Unmarshal(b []byte) error {
  503. return xxx_messageInfo_SetPasswdReply.Unmarshal(m, b)
  504. }
  505. func (m *SetPasswdReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  506. return xxx_messageInfo_SetPasswdReply.Marshal(b, m, deterministic)
  507. }
  508. func (m *SetPasswdReply) XXX_Merge(src proto.Message) {
  509. xxx_messageInfo_SetPasswdReply.Merge(m, src)
  510. }
  511. func (m *SetPasswdReply) XXX_Size() int {
  512. return xxx_messageInfo_SetPasswdReply.Size(m)
  513. }
  514. func (m *SetPasswdReply) XXX_DiscardUnknown() {
  515. xxx_messageInfo_SetPasswdReply.DiscardUnknown(m)
  516. }
  517. var xxx_messageInfo_SetPasswdReply proto.InternalMessageInfo
  518. type CompanyApproveStatusRequest struct {
  519. SocialCode string `protobuf:"bytes,1,opt,name=social_code,json=socialCode,proto3" json:"social_code"`
  520. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  521. XXX_unrecognized []byte `json:"-"`
  522. XXX_sizecache int32 `json:"-"`
  523. }
  524. func (m *CompanyApproveStatusRequest) Reset() { *m = CompanyApproveStatusRequest{} }
  525. func (m *CompanyApproveStatusRequest) String() string { return proto.CompactTextString(m) }
  526. func (*CompanyApproveStatusRequest) ProtoMessage() {}
  527. func (*CompanyApproveStatusRequest) Descriptor() ([]byte, []int) {
  528. return fileDescriptor_922055c08d0eda7a, []int{10}
  529. }
  530. func (m *CompanyApproveStatusRequest) XXX_Unmarshal(b []byte) error {
  531. return xxx_messageInfo_CompanyApproveStatusRequest.Unmarshal(m, b)
  532. }
  533. func (m *CompanyApproveStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  534. return xxx_messageInfo_CompanyApproveStatusRequest.Marshal(b, m, deterministic)
  535. }
  536. func (m *CompanyApproveStatusRequest) XXX_Merge(src proto.Message) {
  537. xxx_messageInfo_CompanyApproveStatusRequest.Merge(m, src)
  538. }
  539. func (m *CompanyApproveStatusRequest) XXX_Size() int {
  540. return xxx_messageInfo_CompanyApproveStatusRequest.Size(m)
  541. }
  542. func (m *CompanyApproveStatusRequest) XXX_DiscardUnknown() {
  543. xxx_messageInfo_CompanyApproveStatusRequest.DiscardUnknown(m)
  544. }
  545. var xxx_messageInfo_CompanyApproveStatusRequest proto.InternalMessageInfo
  546. func (m *CompanyApproveStatusRequest) GetSocialCode() string {
  547. if m != nil {
  548. return m.SocialCode
  549. }
  550. return ""
  551. }
  552. type CompanyApproveStatusReply struct {
  553. Feedback string `protobuf:"bytes,1,opt,name=feedback,proto3" json:"feedback"`
  554. Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"`
  555. ApproveTime string `protobuf:"bytes,3,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"`
  556. Reviewer string `protobuf:"bytes,4,opt,name=reviewer,proto3" json:"reviewer"`
  557. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  558. XXX_unrecognized []byte `json:"-"`
  559. XXX_sizecache int32 `json:"-"`
  560. }
  561. func (m *CompanyApproveStatusReply) Reset() { *m = CompanyApproveStatusReply{} }
  562. func (m *CompanyApproveStatusReply) String() string { return proto.CompactTextString(m) }
  563. func (*CompanyApproveStatusReply) ProtoMessage() {}
  564. func (*CompanyApproveStatusReply) Descriptor() ([]byte, []int) {
  565. return fileDescriptor_922055c08d0eda7a, []int{11}
  566. }
  567. func (m *CompanyApproveStatusReply) XXX_Unmarshal(b []byte) error {
  568. return xxx_messageInfo_CompanyApproveStatusReply.Unmarshal(m, b)
  569. }
  570. func (m *CompanyApproveStatusReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  571. return xxx_messageInfo_CompanyApproveStatusReply.Marshal(b, m, deterministic)
  572. }
  573. func (m *CompanyApproveStatusReply) XXX_Merge(src proto.Message) {
  574. xxx_messageInfo_CompanyApproveStatusReply.Merge(m, src)
  575. }
  576. func (m *CompanyApproveStatusReply) XXX_Size() int {
  577. return xxx_messageInfo_CompanyApproveStatusReply.Size(m)
  578. }
  579. func (m *CompanyApproveStatusReply) XXX_DiscardUnknown() {
  580. xxx_messageInfo_CompanyApproveStatusReply.DiscardUnknown(m)
  581. }
  582. var xxx_messageInfo_CompanyApproveStatusReply proto.InternalMessageInfo
  583. func (m *CompanyApproveStatusReply) GetFeedback() string {
  584. if m != nil {
  585. return m.Feedback
  586. }
  587. return ""
  588. }
  589. func (m *CompanyApproveStatusReply) GetStatus() int32 {
  590. if m != nil {
  591. return m.Status
  592. }
  593. return 0
  594. }
  595. func (m *CompanyApproveStatusReply) GetApproveTime() string {
  596. if m != nil {
  597. return m.ApproveTime
  598. }
  599. return ""
  600. }
  601. func (m *CompanyApproveStatusReply) GetReviewer() string {
  602. if m != nil {
  603. return m.Reviewer
  604. }
  605. return ""
  606. }
  607. type ChangePasswdRequest struct {
  608. Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
  609. Old string `protobuf:"bytes,2,opt,name=old,proto3" json:"old"`
  610. New string `protobuf:"bytes,3,opt,name=new,proto3" json:"new"`
  611. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  612. XXX_unrecognized []byte `json:"-"`
  613. XXX_sizecache int32 `json:"-"`
  614. }
  615. func (m *ChangePasswdRequest) Reset() { *m = ChangePasswdRequest{} }
  616. func (m *ChangePasswdRequest) String() string { return proto.CompactTextString(m) }
  617. func (*ChangePasswdRequest) ProtoMessage() {}
  618. func (*ChangePasswdRequest) Descriptor() ([]byte, []int) {
  619. return fileDescriptor_922055c08d0eda7a, []int{12}
  620. }
  621. func (m *ChangePasswdRequest) XXX_Unmarshal(b []byte) error {
  622. return xxx_messageInfo_ChangePasswdRequest.Unmarshal(m, b)
  623. }
  624. func (m *ChangePasswdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  625. return xxx_messageInfo_ChangePasswdRequest.Marshal(b, m, deterministic)
  626. }
  627. func (m *ChangePasswdRequest) XXX_Merge(src proto.Message) {
  628. xxx_messageInfo_ChangePasswdRequest.Merge(m, src)
  629. }
  630. func (m *ChangePasswdRequest) XXX_Size() int {
  631. return xxx_messageInfo_ChangePasswdRequest.Size(m)
  632. }
  633. func (m *ChangePasswdRequest) XXX_DiscardUnknown() {
  634. xxx_messageInfo_ChangePasswdRequest.DiscardUnknown(m)
  635. }
  636. var xxx_messageInfo_ChangePasswdRequest proto.InternalMessageInfo
  637. func (m *ChangePasswdRequest) GetUid() int64 {
  638. if m != nil {
  639. return m.Uid
  640. }
  641. return 0
  642. }
  643. func (m *ChangePasswdRequest) GetOld() string {
  644. if m != nil {
  645. return m.Old
  646. }
  647. return ""
  648. }
  649. func (m *ChangePasswdRequest) GetNew() string {
  650. if m != nil {
  651. return m.New
  652. }
  653. return ""
  654. }
  655. type ChangePasswdReply struct {
  656. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  657. XXX_unrecognized []byte `json:"-"`
  658. XXX_sizecache int32 `json:"-"`
  659. }
  660. func (m *ChangePasswdReply) Reset() { *m = ChangePasswdReply{} }
  661. func (m *ChangePasswdReply) String() string { return proto.CompactTextString(m) }
  662. func (*ChangePasswdReply) ProtoMessage() {}
  663. func (*ChangePasswdReply) Descriptor() ([]byte, []int) {
  664. return fileDescriptor_922055c08d0eda7a, []int{13}
  665. }
  666. func (m *ChangePasswdReply) XXX_Unmarshal(b []byte) error {
  667. return xxx_messageInfo_ChangePasswdReply.Unmarshal(m, b)
  668. }
  669. func (m *ChangePasswdReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  670. return xxx_messageInfo_ChangePasswdReply.Marshal(b, m, deterministic)
  671. }
  672. func (m *ChangePasswdReply) XXX_Merge(src proto.Message) {
  673. xxx_messageInfo_ChangePasswdReply.Merge(m, src)
  674. }
  675. func (m *ChangePasswdReply) XXX_Size() int {
  676. return xxx_messageInfo_ChangePasswdReply.Size(m)
  677. }
  678. func (m *ChangePasswdReply) XXX_DiscardUnknown() {
  679. xxx_messageInfo_ChangePasswdReply.DiscardUnknown(m)
  680. }
  681. var xxx_messageInfo_ChangePasswdReply proto.InternalMessageInfo
  682. type EmailUpdateRequest struct {
  683. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  684. Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email"`
  685. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  686. XXX_unrecognized []byte `json:"-"`
  687. XXX_sizecache int32 `json:"-"`
  688. }
  689. func (m *EmailUpdateRequest) Reset() { *m = EmailUpdateRequest{} }
  690. func (m *EmailUpdateRequest) String() string { return proto.CompactTextString(m) }
  691. func (*EmailUpdateRequest) ProtoMessage() {}
  692. func (*EmailUpdateRequest) Descriptor() ([]byte, []int) {
  693. return fileDescriptor_922055c08d0eda7a, []int{14}
  694. }
  695. func (m *EmailUpdateRequest) XXX_Unmarshal(b []byte) error {
  696. return xxx_messageInfo_EmailUpdateRequest.Unmarshal(m, b)
  697. }
  698. func (m *EmailUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  699. return xxx_messageInfo_EmailUpdateRequest.Marshal(b, m, deterministic)
  700. }
  701. func (m *EmailUpdateRequest) XXX_Merge(src proto.Message) {
  702. xxx_messageInfo_EmailUpdateRequest.Merge(m, src)
  703. }
  704. func (m *EmailUpdateRequest) XXX_Size() int {
  705. return xxx_messageInfo_EmailUpdateRequest.Size(m)
  706. }
  707. func (m *EmailUpdateRequest) XXX_DiscardUnknown() {
  708. xxx_messageInfo_EmailUpdateRequest.DiscardUnknown(m)
  709. }
  710. var xxx_messageInfo_EmailUpdateRequest proto.InternalMessageInfo
  711. func (m *EmailUpdateRequest) GetId() int64 {
  712. if m != nil {
  713. return m.Id
  714. }
  715. return 0
  716. }
  717. func (m *EmailUpdateRequest) GetEmail() string {
  718. if m != nil {
  719. return m.Email
  720. }
  721. return ""
  722. }
  723. type EmailUpdateReply struct {
  724. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  725. XXX_unrecognized []byte `json:"-"`
  726. XXX_sizecache int32 `json:"-"`
  727. }
  728. func (m *EmailUpdateReply) Reset() { *m = EmailUpdateReply{} }
  729. func (m *EmailUpdateReply) String() string { return proto.CompactTextString(m) }
  730. func (*EmailUpdateReply) ProtoMessage() {}
  731. func (*EmailUpdateReply) Descriptor() ([]byte, []int) {
  732. return fileDescriptor_922055c08d0eda7a, []int{15}
  733. }
  734. func (m *EmailUpdateReply) XXX_Unmarshal(b []byte) error {
  735. return xxx_messageInfo_EmailUpdateReply.Unmarshal(m, b)
  736. }
  737. func (m *EmailUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  738. return xxx_messageInfo_EmailUpdateReply.Marshal(b, m, deterministic)
  739. }
  740. func (m *EmailUpdateReply) XXX_Merge(src proto.Message) {
  741. xxx_messageInfo_EmailUpdateReply.Merge(m, src)
  742. }
  743. func (m *EmailUpdateReply) XXX_Size() int {
  744. return xxx_messageInfo_EmailUpdateReply.Size(m)
  745. }
  746. func (m *EmailUpdateReply) XXX_DiscardUnknown() {
  747. xxx_messageInfo_EmailUpdateReply.DiscardUnknown(m)
  748. }
  749. var xxx_messageInfo_EmailUpdateReply proto.InternalMessageInfo
  750. type EmailPrepareRequest struct {
  751. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  752. Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"`
  753. Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email"`
  754. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  755. XXX_unrecognized []byte `json:"-"`
  756. XXX_sizecache int32 `json:"-"`
  757. }
  758. func (m *EmailPrepareRequest) Reset() { *m = EmailPrepareRequest{} }
  759. func (m *EmailPrepareRequest) String() string { return proto.CompactTextString(m) }
  760. func (*EmailPrepareRequest) ProtoMessage() {}
  761. func (*EmailPrepareRequest) Descriptor() ([]byte, []int) {
  762. return fileDescriptor_922055c08d0eda7a, []int{16}
  763. }
  764. func (m *EmailPrepareRequest) XXX_Unmarshal(b []byte) error {
  765. return xxx_messageInfo_EmailPrepareRequest.Unmarshal(m, b)
  766. }
  767. func (m *EmailPrepareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  768. return xxx_messageInfo_EmailPrepareRequest.Marshal(b, m, deterministic)
  769. }
  770. func (m *EmailPrepareRequest) XXX_Merge(src proto.Message) {
  771. xxx_messageInfo_EmailPrepareRequest.Merge(m, src)
  772. }
  773. func (m *EmailPrepareRequest) XXX_Size() int {
  774. return xxx_messageInfo_EmailPrepareRequest.Size(m)
  775. }
  776. func (m *EmailPrepareRequest) XXX_DiscardUnknown() {
  777. xxx_messageInfo_EmailPrepareRequest.DiscardUnknown(m)
  778. }
  779. var xxx_messageInfo_EmailPrepareRequest proto.InternalMessageInfo
  780. func (m *EmailPrepareRequest) GetId() int64 {
  781. if m != nil {
  782. return m.Id
  783. }
  784. return 0
  785. }
  786. func (m *EmailPrepareRequest) GetPassword() string {
  787. if m != nil {
  788. return m.Password
  789. }
  790. return ""
  791. }
  792. func (m *EmailPrepareRequest) GetEmail() string {
  793. if m != nil {
  794. return m.Email
  795. }
  796. return ""
  797. }
  798. type EmailPrepareReply struct {
  799. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  800. XXX_unrecognized []byte `json:"-"`
  801. XXX_sizecache int32 `json:"-"`
  802. }
  803. func (m *EmailPrepareReply) Reset() { *m = EmailPrepareReply{} }
  804. func (m *EmailPrepareReply) String() string { return proto.CompactTextString(m) }
  805. func (*EmailPrepareReply) ProtoMessage() {}
  806. func (*EmailPrepareReply) Descriptor() ([]byte, []int) {
  807. return fileDescriptor_922055c08d0eda7a, []int{17}
  808. }
  809. func (m *EmailPrepareReply) XXX_Unmarshal(b []byte) error {
  810. return xxx_messageInfo_EmailPrepareReply.Unmarshal(m, b)
  811. }
  812. func (m *EmailPrepareReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  813. return xxx_messageInfo_EmailPrepareReply.Marshal(b, m, deterministic)
  814. }
  815. func (m *EmailPrepareReply) XXX_Merge(src proto.Message) {
  816. xxx_messageInfo_EmailPrepareReply.Merge(m, src)
  817. }
  818. func (m *EmailPrepareReply) XXX_Size() int {
  819. return xxx_messageInfo_EmailPrepareReply.Size(m)
  820. }
  821. func (m *EmailPrepareReply) XXX_DiscardUnknown() {
  822. xxx_messageInfo_EmailPrepareReply.DiscardUnknown(m)
  823. }
  824. var xxx_messageInfo_EmailPrepareReply proto.InternalMessageInfo
  825. type PhoneUpdateRequest struct {
  826. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  827. Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"`
  828. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  829. XXX_unrecognized []byte `json:"-"`
  830. XXX_sizecache int32 `json:"-"`
  831. }
  832. func (m *PhoneUpdateRequest) Reset() { *m = PhoneUpdateRequest{} }
  833. func (m *PhoneUpdateRequest) String() string { return proto.CompactTextString(m) }
  834. func (*PhoneUpdateRequest) ProtoMessage() {}
  835. func (*PhoneUpdateRequest) Descriptor() ([]byte, []int) {
  836. return fileDescriptor_922055c08d0eda7a, []int{18}
  837. }
  838. func (m *PhoneUpdateRequest) XXX_Unmarshal(b []byte) error {
  839. return xxx_messageInfo_PhoneUpdateRequest.Unmarshal(m, b)
  840. }
  841. func (m *PhoneUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  842. return xxx_messageInfo_PhoneUpdateRequest.Marshal(b, m, deterministic)
  843. }
  844. func (m *PhoneUpdateRequest) XXX_Merge(src proto.Message) {
  845. xxx_messageInfo_PhoneUpdateRequest.Merge(m, src)
  846. }
  847. func (m *PhoneUpdateRequest) XXX_Size() int {
  848. return xxx_messageInfo_PhoneUpdateRequest.Size(m)
  849. }
  850. func (m *PhoneUpdateRequest) XXX_DiscardUnknown() {
  851. xxx_messageInfo_PhoneUpdateRequest.DiscardUnknown(m)
  852. }
  853. var xxx_messageInfo_PhoneUpdateRequest proto.InternalMessageInfo
  854. func (m *PhoneUpdateRequest) GetId() int64 {
  855. if m != nil {
  856. return m.Id
  857. }
  858. return 0
  859. }
  860. func (m *PhoneUpdateRequest) GetPhone() string {
  861. if m != nil {
  862. return m.Phone
  863. }
  864. return ""
  865. }
  866. type PhoneUpdateReply struct {
  867. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  868. XXX_unrecognized []byte `json:"-"`
  869. XXX_sizecache int32 `json:"-"`
  870. }
  871. func (m *PhoneUpdateReply) Reset() { *m = PhoneUpdateReply{} }
  872. func (m *PhoneUpdateReply) String() string { return proto.CompactTextString(m) }
  873. func (*PhoneUpdateReply) ProtoMessage() {}
  874. func (*PhoneUpdateReply) Descriptor() ([]byte, []int) {
  875. return fileDescriptor_922055c08d0eda7a, []int{19}
  876. }
  877. func (m *PhoneUpdateReply) XXX_Unmarshal(b []byte) error {
  878. return xxx_messageInfo_PhoneUpdateReply.Unmarshal(m, b)
  879. }
  880. func (m *PhoneUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  881. return xxx_messageInfo_PhoneUpdateReply.Marshal(b, m, deterministic)
  882. }
  883. func (m *PhoneUpdateReply) XXX_Merge(src proto.Message) {
  884. xxx_messageInfo_PhoneUpdateReply.Merge(m, src)
  885. }
  886. func (m *PhoneUpdateReply) XXX_Size() int {
  887. return xxx_messageInfo_PhoneUpdateReply.Size(m)
  888. }
  889. func (m *PhoneUpdateReply) XXX_DiscardUnknown() {
  890. xxx_messageInfo_PhoneUpdateReply.DiscardUnknown(m)
  891. }
  892. var xxx_messageInfo_PhoneUpdateReply proto.InternalMessageInfo
  893. type UserInfoRequest struct {
  894. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  895. Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"`
  896. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  897. XXX_unrecognized []byte `json:"-"`
  898. XXX_sizecache int32 `json:"-"`
  899. }
  900. func (m *UserInfoRequest) Reset() { *m = UserInfoRequest{} }
  901. func (m *UserInfoRequest) String() string { return proto.CompactTextString(m) }
  902. func (*UserInfoRequest) ProtoMessage() {}
  903. func (*UserInfoRequest) Descriptor() ([]byte, []int) {
  904. return fileDescriptor_922055c08d0eda7a, []int{20}
  905. }
  906. func (m *UserInfoRequest) XXX_Unmarshal(b []byte) error {
  907. return xxx_messageInfo_UserInfoRequest.Unmarshal(m, b)
  908. }
  909. func (m *UserInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  910. return xxx_messageInfo_UserInfoRequest.Marshal(b, m, deterministic)
  911. }
  912. func (m *UserInfoRequest) XXX_Merge(src proto.Message) {
  913. xxx_messageInfo_UserInfoRequest.Merge(m, src)
  914. }
  915. func (m *UserInfoRequest) XXX_Size() int {
  916. return xxx_messageInfo_UserInfoRequest.Size(m)
  917. }
  918. func (m *UserInfoRequest) XXX_DiscardUnknown() {
  919. xxx_messageInfo_UserInfoRequest.DiscardUnknown(m)
  920. }
  921. var xxx_messageInfo_UserInfoRequest proto.InternalMessageInfo
  922. func (m *UserInfoRequest) GetId() int64 {
  923. if m != nil {
  924. return m.Id
  925. }
  926. return 0
  927. }
  928. func (m *UserInfoRequest) GetPhone() string {
  929. if m != nil {
  930. return m.Phone
  931. }
  932. return ""
  933. }
  934. type UserInfoReply struct {
  935. Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"`
  936. Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"`
  937. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  938. XXX_unrecognized []byte `json:"-"`
  939. XXX_sizecache int32 `json:"-"`
  940. }
  941. func (m *UserInfoReply) Reset() { *m = UserInfoReply{} }
  942. func (m *UserInfoReply) String() string { return proto.CompactTextString(m) }
  943. func (*UserInfoReply) ProtoMessage() {}
  944. func (*UserInfoReply) Descriptor() ([]byte, []int) {
  945. return fileDescriptor_922055c08d0eda7a, []int{21}
  946. }
  947. func (m *UserInfoReply) XXX_Unmarshal(b []byte) error {
  948. return xxx_messageInfo_UserInfoReply.Unmarshal(m, b)
  949. }
  950. func (m *UserInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  951. return xxx_messageInfo_UserInfoReply.Marshal(b, m, deterministic)
  952. }
  953. func (m *UserInfoReply) XXX_Merge(src proto.Message) {
  954. xxx_messageInfo_UserInfoReply.Merge(m, src)
  955. }
  956. func (m *UserInfoReply) XXX_Size() int {
  957. return xxx_messageInfo_UserInfoReply.Size(m)
  958. }
  959. func (m *UserInfoReply) XXX_DiscardUnknown() {
  960. xxx_messageInfo_UserInfoReply.DiscardUnknown(m)
  961. }
  962. var xxx_messageInfo_UserInfoReply proto.InternalMessageInfo
  963. func (m *UserInfoReply) GetEmail() string {
  964. if m != nil {
  965. return m.Email
  966. }
  967. return ""
  968. }
  969. func (m *UserInfoReply) GetPhone() string {
  970. if m != nil {
  971. return m.Phone
  972. }
  973. return ""
  974. }
  975. type CompanyItem struct {
  976. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  977. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  978. SocialCode string `protobuf:"bytes,3,opt,name=social_code,json=socialCode,proto3" json:"social_code"`
  979. BusinessContact string `protobuf:"bytes,4,opt,name=business_contact,json=businessContact,proto3" json:"business_contact"`
  980. BusinessContactPhone string `protobuf:"bytes,5,opt,name=business_contact_phone,json=businessContactPhone,proto3" json:"business_contact_phone"`
  981. ApplyTime string `protobuf:"bytes,6,opt,name=apply_time,json=applyTime,proto3" json:"apply_time"`
  982. ApproveTime string `protobuf:"bytes,7,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"`
  983. Status int32 `protobuf:"varint,8,opt,name=status,proto3" json:"status"`
  984. Province string `protobuf:"bytes,9,opt,name=province,proto3" json:"province"`
  985. City string `protobuf:"bytes,10,opt,name=city,proto3" json:"city"`
  986. Zone string `protobuf:"bytes,11,opt,name=zone,proto3" json:"zone"`
  987. // 法定代表人
  988. LegalPerson string `protobuf:"bytes,12,opt,name=legal_person,json=legalPerson,proto3" json:"legal_person"`
  989. // 证件号
  990. IdCert string `protobuf:"bytes,13,opt,name=id_cert,json=idCert,proto3" json:"id_cert"`
  991. // 营业执照
  992. BusinessLicense string `protobuf:"bytes,14,opt,name=business_license,json=businessLicense,proto3" json:"business_license"`
  993. // 用户名
  994. UserName string `protobuf:"bytes,15,opt,name=user_name,json=userName,proto3" json:"user_name"`
  995. // 业务负责人
  996. BusinessResponsible string `protobuf:"bytes,16,opt,name=business_responsible,json=businessResponsible,proto3" json:"business_responsible"`
  997. // 业务负责人电话
  998. BusinessResponsiblePhone string `protobuf:"bytes,17,opt,name=business_responsible_phone,json=businessResponsiblePhone,proto3" json:"business_responsible_phone"`
  999. // 紧急联系人
  1000. EmergencyContact string `protobuf:"bytes,18,opt,name=emergency_contact,json=emergencyContact,proto3" json:"emergency_contact"`
  1001. // 紧急联系人电话
  1002. EmergencyContactPhone string `protobuf:"bytes,19,opt,name=emergency_contact_phone,json=emergencyContactPhone,proto3" json:"emergency_contact_phone"`
  1003. Feedback string `protobuf:"bytes,20,opt,name=feedback,proto3" json:"feedback"`
  1004. Reviewer string `protobuf:"bytes,21,opt,name=reviewer,proto3" json:"reviewer"`
  1005. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1006. XXX_unrecognized []byte `json:"-"`
  1007. XXX_sizecache int32 `json:"-"`
  1008. }
  1009. func (m *CompanyItem) Reset() { *m = CompanyItem{} }
  1010. func (m *CompanyItem) String() string { return proto.CompactTextString(m) }
  1011. func (*CompanyItem) ProtoMessage() {}
  1012. func (*CompanyItem) Descriptor() ([]byte, []int) {
  1013. return fileDescriptor_922055c08d0eda7a, []int{22}
  1014. }
  1015. func (m *CompanyItem) XXX_Unmarshal(b []byte) error {
  1016. return xxx_messageInfo_CompanyItem.Unmarshal(m, b)
  1017. }
  1018. func (m *CompanyItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1019. return xxx_messageInfo_CompanyItem.Marshal(b, m, deterministic)
  1020. }
  1021. func (m *CompanyItem) XXX_Merge(src proto.Message) {
  1022. xxx_messageInfo_CompanyItem.Merge(m, src)
  1023. }
  1024. func (m *CompanyItem) XXX_Size() int {
  1025. return xxx_messageInfo_CompanyItem.Size(m)
  1026. }
  1027. func (m *CompanyItem) XXX_DiscardUnknown() {
  1028. xxx_messageInfo_CompanyItem.DiscardUnknown(m)
  1029. }
  1030. var xxx_messageInfo_CompanyItem proto.InternalMessageInfo
  1031. func (m *CompanyItem) GetId() int64 {
  1032. if m != nil {
  1033. return m.Id
  1034. }
  1035. return 0
  1036. }
  1037. func (m *CompanyItem) GetName() string {
  1038. if m != nil {
  1039. return m.Name
  1040. }
  1041. return ""
  1042. }
  1043. func (m *CompanyItem) GetSocialCode() string {
  1044. if m != nil {
  1045. return m.SocialCode
  1046. }
  1047. return ""
  1048. }
  1049. func (m *CompanyItem) GetBusinessContact() string {
  1050. if m != nil {
  1051. return m.BusinessContact
  1052. }
  1053. return ""
  1054. }
  1055. func (m *CompanyItem) GetBusinessContactPhone() string {
  1056. if m != nil {
  1057. return m.BusinessContactPhone
  1058. }
  1059. return ""
  1060. }
  1061. func (m *CompanyItem) GetApplyTime() string {
  1062. if m != nil {
  1063. return m.ApplyTime
  1064. }
  1065. return ""
  1066. }
  1067. func (m *CompanyItem) GetApproveTime() string {
  1068. if m != nil {
  1069. return m.ApproveTime
  1070. }
  1071. return ""
  1072. }
  1073. func (m *CompanyItem) GetStatus() int32 {
  1074. if m != nil {
  1075. return m.Status
  1076. }
  1077. return 0
  1078. }
  1079. func (m *CompanyItem) GetProvince() string {
  1080. if m != nil {
  1081. return m.Province
  1082. }
  1083. return ""
  1084. }
  1085. func (m *CompanyItem) GetCity() string {
  1086. if m != nil {
  1087. return m.City
  1088. }
  1089. return ""
  1090. }
  1091. func (m *CompanyItem) GetZone() string {
  1092. if m != nil {
  1093. return m.Zone
  1094. }
  1095. return ""
  1096. }
  1097. func (m *CompanyItem) GetLegalPerson() string {
  1098. if m != nil {
  1099. return m.LegalPerson
  1100. }
  1101. return ""
  1102. }
  1103. func (m *CompanyItem) GetIdCert() string {
  1104. if m != nil {
  1105. return m.IdCert
  1106. }
  1107. return ""
  1108. }
  1109. func (m *CompanyItem) GetBusinessLicense() string {
  1110. if m != nil {
  1111. return m.BusinessLicense
  1112. }
  1113. return ""
  1114. }
  1115. func (m *CompanyItem) GetUserName() string {
  1116. if m != nil {
  1117. return m.UserName
  1118. }
  1119. return ""
  1120. }
  1121. func (m *CompanyItem) GetBusinessResponsible() string {
  1122. if m != nil {
  1123. return m.BusinessResponsible
  1124. }
  1125. return ""
  1126. }
  1127. func (m *CompanyItem) GetBusinessResponsiblePhone() string {
  1128. if m != nil {
  1129. return m.BusinessResponsiblePhone
  1130. }
  1131. return ""
  1132. }
  1133. func (m *CompanyItem) GetEmergencyContact() string {
  1134. if m != nil {
  1135. return m.EmergencyContact
  1136. }
  1137. return ""
  1138. }
  1139. func (m *CompanyItem) GetEmergencyContactPhone() string {
  1140. if m != nil {
  1141. return m.EmergencyContactPhone
  1142. }
  1143. return ""
  1144. }
  1145. func (m *CompanyItem) GetFeedback() string {
  1146. if m != nil {
  1147. return m.Feedback
  1148. }
  1149. return ""
  1150. }
  1151. func (m *CompanyItem) GetReviewer() string {
  1152. if m != nil {
  1153. return m.Reviewer
  1154. }
  1155. return ""
  1156. }
  1157. type CompanyInfoRequest struct {
  1158. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  1159. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1160. XXX_unrecognized []byte `json:"-"`
  1161. XXX_sizecache int32 `json:"-"`
  1162. }
  1163. func (m *CompanyInfoRequest) Reset() { *m = CompanyInfoRequest{} }
  1164. func (m *CompanyInfoRequest) String() string { return proto.CompactTextString(m) }
  1165. func (*CompanyInfoRequest) ProtoMessage() {}
  1166. func (*CompanyInfoRequest) Descriptor() ([]byte, []int) {
  1167. return fileDescriptor_922055c08d0eda7a, []int{23}
  1168. }
  1169. func (m *CompanyInfoRequest) XXX_Unmarshal(b []byte) error {
  1170. return xxx_messageInfo_CompanyInfoRequest.Unmarshal(m, b)
  1171. }
  1172. func (m *CompanyInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1173. return xxx_messageInfo_CompanyInfoRequest.Marshal(b, m, deterministic)
  1174. }
  1175. func (m *CompanyInfoRequest) XXX_Merge(src proto.Message) {
  1176. xxx_messageInfo_CompanyInfoRequest.Merge(m, src)
  1177. }
  1178. func (m *CompanyInfoRequest) XXX_Size() int {
  1179. return xxx_messageInfo_CompanyInfoRequest.Size(m)
  1180. }
  1181. func (m *CompanyInfoRequest) XXX_DiscardUnknown() {
  1182. xxx_messageInfo_CompanyInfoRequest.DiscardUnknown(m)
  1183. }
  1184. var xxx_messageInfo_CompanyInfoRequest proto.InternalMessageInfo
  1185. func (m *CompanyInfoRequest) GetId() int64 {
  1186. if m != nil {
  1187. return m.Id
  1188. }
  1189. return 0
  1190. }
  1191. type CompanyInfoReply struct {
  1192. Info *CompanyItem `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
  1193. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1194. XXX_unrecognized []byte `json:"-"`
  1195. XXX_sizecache int32 `json:"-"`
  1196. }
  1197. func (m *CompanyInfoReply) Reset() { *m = CompanyInfoReply{} }
  1198. func (m *CompanyInfoReply) String() string { return proto.CompactTextString(m) }
  1199. func (*CompanyInfoReply) ProtoMessage() {}
  1200. func (*CompanyInfoReply) Descriptor() ([]byte, []int) {
  1201. return fileDescriptor_922055c08d0eda7a, []int{24}
  1202. }
  1203. func (m *CompanyInfoReply) XXX_Unmarshal(b []byte) error {
  1204. return xxx_messageInfo_CompanyInfoReply.Unmarshal(m, b)
  1205. }
  1206. func (m *CompanyInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1207. return xxx_messageInfo_CompanyInfoReply.Marshal(b, m, deterministic)
  1208. }
  1209. func (m *CompanyInfoReply) XXX_Merge(src proto.Message) {
  1210. xxx_messageInfo_CompanyInfoReply.Merge(m, src)
  1211. }
  1212. func (m *CompanyInfoReply) XXX_Size() int {
  1213. return xxx_messageInfo_CompanyInfoReply.Size(m)
  1214. }
  1215. func (m *CompanyInfoReply) XXX_DiscardUnknown() {
  1216. xxx_messageInfo_CompanyInfoReply.DiscardUnknown(m)
  1217. }
  1218. var xxx_messageInfo_CompanyInfoReply proto.InternalMessageInfo
  1219. func (m *CompanyInfoReply) GetInfo() *CompanyItem {
  1220. if m != nil {
  1221. return m.Info
  1222. }
  1223. return nil
  1224. }
  1225. func init() {
  1226. proto.RegisterType((*RegisterRequest)(nil), "v1.RegisterRequest")
  1227. proto.RegisterType((*RegisterReply)(nil), "v1.RegisterReply")
  1228. proto.RegisterType((*LoginRequest)(nil), "v1.LoginRequest")
  1229. proto.RegisterType((*LoginReply)(nil), "v1.LoginReply")
  1230. proto.RegisterType((*PublicityRequest)(nil), "v1.PublicityRequest")
  1231. proto.RegisterType((*PublicityDeviceTypeItem)(nil), "v1.PublicityDeviceTypeItem")
  1232. proto.RegisterType((*PublicityItem)(nil), "v1.PublicityItem")
  1233. proto.RegisterType((*PublicityReply)(nil), "v1.PublicityReply")
  1234. proto.RegisterType((*SetPasswdRequest)(nil), "v1.SetPasswdRequest")
  1235. proto.RegisterType((*SetPasswdReply)(nil), "v1.SetPasswdReply")
  1236. proto.RegisterType((*CompanyApproveStatusRequest)(nil), "v1.CompanyApproveStatusRequest")
  1237. proto.RegisterType((*CompanyApproveStatusReply)(nil), "v1.CompanyApproveStatusReply")
  1238. proto.RegisterType((*ChangePasswdRequest)(nil), "v1.ChangePasswdRequest")
  1239. proto.RegisterType((*ChangePasswdReply)(nil), "v1.ChangePasswdReply")
  1240. proto.RegisterType((*EmailUpdateRequest)(nil), "v1.EmailUpdateRequest")
  1241. proto.RegisterType((*EmailUpdateReply)(nil), "v1.EmailUpdateReply")
  1242. proto.RegisterType((*EmailPrepareRequest)(nil), "v1.EmailPrepareRequest")
  1243. proto.RegisterType((*EmailPrepareReply)(nil), "v1.EmailPrepareReply")
  1244. proto.RegisterType((*PhoneUpdateRequest)(nil), "v1.PhoneUpdateRequest")
  1245. proto.RegisterType((*PhoneUpdateReply)(nil), "v1.PhoneUpdateReply")
  1246. proto.RegisterType((*UserInfoRequest)(nil), "v1.UserInfoRequest")
  1247. proto.RegisterType((*UserInfoReply)(nil), "v1.UserInfoReply")
  1248. proto.RegisterType((*CompanyItem)(nil), "v1.CompanyItem")
  1249. proto.RegisterType((*CompanyInfoRequest)(nil), "v1.CompanyInfoRequest")
  1250. proto.RegisterType((*CompanyInfoReply)(nil), "v1.CompanyInfoReply")
  1251. }
  1252. func init() {
  1253. proto.RegisterFile("enterprise.proto", fileDescriptor_922055c08d0eda7a)
  1254. }
  1255. var fileDescriptor_922055c08d0eda7a = []byte{
  1256. // 997 bytes of a gzipped FileDescriptorProto
  1257. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x6d, 0x6f, 0xe3, 0x44,
  1258. 0x10, 0x96, 0x93, 0xa6, 0x4d, 0x26, 0x6f, 0x8e, 0xd3, 0xbb, 0x9a, 0x56, 0x70, 0x39, 0x03, 0x52,
  1259. 0x4e, 0xa7, 0xf6, 0xd4, 0xe3, 0xa5, 0x12, 0x20, 0x04, 0x04, 0x3e, 0x9c, 0x38, 0x41, 0xe4, 0xde,
  1260. 0x09, 0x89, 0x2f, 0x91, 0x63, 0x4f, 0x73, 0x2b, 0xfc, 0x86, 0x77, 0x93, 0x2a, 0xf0, 0x13, 0x90,
  1261. 0xf8, 0x93, 0xfc, 0x11, 0xb4, 0xb3, 0xb6, 0x63, 0x3b, 0x49, 0x4f, 0xed, 0xb7, 0x9d, 0xd9, 0x7d,
  1262. 0x9e, 0xd9, 0x9d, 0x7d, 0x66, 0x67, 0x41, 0xc7, 0x50, 0x60, 0x12, 0x27, 0x8c, 0xe3, 0x45, 0x9c,
  1263. 0x44, 0x22, 0x32, 0x6a, 0xab, 0x4b, 0xeb, 0x9f, 0x06, 0xf4, 0x6d, 0x5c, 0x30, 0x2e, 0x30, 0xb1,
  1264. 0xf1, 0xcf, 0x25, 0x72, 0x61, 0x18, 0x70, 0x10, 0x3a, 0x01, 0x9a, 0xda, 0x48, 0x1b, 0xb7, 0x6c,
  1265. 0x1a, 0x1b, 0x4f, 0xa0, 0xcd, 0x23, 0x97, 0x39, 0xfe, 0xcc, 0x8d, 0x3c, 0x34, 0x6b, 0x34, 0x05,
  1266. 0xca, 0x35, 0x89, 0x3c, 0x34, 0x9e, 0x42, 0xc7, 0xc7, 0x85, 0xe3, 0xcf, 0x62, 0x4c, 0x78, 0x14,
  1267. 0x9a, 0x75, 0x5a, 0xd1, 0x26, 0xdf, 0x94, 0x5c, 0xc6, 0x09, 0x1c, 0x31, 0x6f, 0xe6, 0x62, 0x22,
  1268. 0xcc, 0x03, 0x9a, 0x3d, 0x64, 0xde, 0x04, 0x13, 0x61, 0x3c, 0x03, 0x7d, 0xbe, 0xe4, 0x2c, 0x44,
  1269. 0xce, 0x67, 0x3e, 0x73, 0x31, 0xe4, 0x68, 0x36, 0x46, 0xf5, 0x71, 0xcb, 0xee, 0x67, 0xfe, 0xd7,
  1270. 0xca, 0x6d, 0x9c, 0x41, 0x6b, 0xc9, 0x31, 0x99, 0xd1, 0x06, 0x0f, 0x89, 0xa5, 0x29, 0x1d, 0xbf,
  1271. 0xc8, 0x4d, 0x3e, 0x86, 0xc3, 0xd8, 0xe1, 0xfc, 0xd6, 0x33, 0x8f, 0x14, 0xbf, 0xb2, 0x4a, 0xfc,
  1272. 0x6e, 0x14, 0x0a, 0xc7, 0x15, 0x66, 0x93, 0x56, 0xe4, 0xfc, 0x13, 0xe5, 0x36, 0x3e, 0x87, 0xc7,
  1273. 0xd5, 0xa5, 0xb3, 0xf8, 0x5d, 0x14, 0xa2, 0xd9, 0x22, 0xc0, 0x71, 0x05, 0x30, 0x95, 0x73, 0xc6,
  1274. 0x25, 0xe4, 0xfe, 0x59, 0x82, 0x3c, 0x8e, 0x42, 0xce, 0xe6, 0x3e, 0x9a, 0x40, 0x98, 0x61, 0x36,
  1275. 0x67, 0x6f, 0xa6, 0x8c, 0x6f, 0xe0, 0x74, 0x17, 0x24, 0x0d, 0xd6, 0x26, 0xa0, 0xb9, 0x03, 0xa8,
  1276. 0x02, 0x3e, 0x87, 0x01, 0x06, 0x98, 0x2c, 0x30, 0x74, 0xd7, 0xf9, 0x91, 0x3a, 0x04, 0xd2, 0xf3,
  1277. 0x89, 0xec, 0x4c, 0x5f, 0xc2, 0xc9, 0xd6, 0xe2, 0x34, 0x4e, 0x97, 0x20, 0x8f, 0xaa, 0x10, 0x15,
  1278. 0xe4, 0x31, 0x1c, 0x72, 0xe1, 0x88, 0x25, 0x37, 0x7b, 0x23, 0x6d, 0xdc, 0xb0, 0x53, 0xcb, 0x38,
  1279. 0x85, 0x66, 0x9c, 0x44, 0x2b, 0x16, 0xba, 0x68, 0xf6, 0xd5, 0x15, 0x64, 0xb6, 0xd4, 0x8e, 0xcb,
  1280. 0xc4, 0xda, 0xd4, 0x95, 0x76, 0xe4, 0x58, 0xfa, 0xfe, 0x92, 0xc1, 0x06, 0xca, 0x27, 0xc7, 0xc6,
  1281. 0x31, 0x34, 0x56, 0xa4, 0x24, 0x63, 0xa4, 0x8d, 0xbb, 0xb6, 0x32, 0xac, 0x3e, 0x74, 0x37, 0x62,
  1282. 0x8c, 0xfd, 0xb5, 0xf5, 0x2d, 0x74, 0x5e, 0x47, 0x0b, 0x16, 0x16, 0xa4, 0x29, 0x6f, 0x3b, 0x93,
  1283. 0xa6, 0x1c, 0xd3, 0x76, 0xe4, 0x3d, 0x47, 0x89, 0x97, 0xea, 0x32, 0xb7, 0xad, 0x8f, 0x00, 0x52,
  1284. 0x7c, 0xec, 0xaf, 0x0d, 0x1d, 0xea, 0x4b, 0xe6, 0x11, 0xb8, 0x6e, 0xcb, 0xa1, 0xf5, 0x2b, 0xe8,
  1285. 0xd3, 0xe5, 0xdc, 0x67, 0x72, 0x9f, 0x59, 0x8c, 0x27, 0xd0, 0xf6, 0x70, 0xc5, 0x5c, 0x54, 0x52,
  1286. 0xd7, 0xe8, 0xec, 0xa0, 0x5c, 0x24, 0xf5, 0xec, 0xfc, 0x1e, 0x26, 0x79, 0xc0, 0xd4, 0xb6, 0xae,
  1287. 0xe1, 0x24, 0x27, 0xfc, 0x91, 0x20, 0x6f, 0xd6, 0x31, 0xbe, 0x12, 0x18, 0x48, 0xe9, 0x8a, 0x75,
  1288. 0x5c, 0x62, 0x6d, 0x4a, 0x07, 0x71, 0x66, 0x93, 0xa4, 0xeb, 0x94, 0x54, 0x3a, 0xa4, 0xae, 0xad,
  1289. 0xbf, 0xa1, 0x9b, 0x93, 0x12, 0xd5, 0x83, 0x2a, 0xf4, 0x0b, 0x38, 0x52, 0x87, 0xe0, 0x66, 0x7d,
  1290. 0x54, 0x1f, 0xb7, 0x5f, 0x9e, 0x5d, 0xac, 0x2e, 0x2f, 0xf6, 0xec, 0xd6, 0xce, 0xd6, 0x5a, 0x57,
  1291. 0xd0, 0x2b, 0xa4, 0x48, 0xa6, 0xf1, 0x53, 0x38, 0xf0, 0x19, 0x17, 0xa6, 0x46, 0x2c, 0x83, 0x12,
  1292. 0x0b, 0x61, 0x69, 0xda, 0xfa, 0x0e, 0xf4, 0x6b, 0x14, 0x53, 0x2a, 0xc1, 0x2c, 0xb7, 0xc7, 0xd0,
  1293. 0x50, 0xc2, 0x53, 0xdb, 0x53, 0x46, 0xa1, 0x6e, 0xb5, 0x62, 0xdd, 0x5a, 0x3a, 0xf4, 0x0a, 0x0c,
  1294. 0x4a, 0x0f, 0x67, 0x93, 0x28, 0x88, 0x9d, 0x70, 0xfd, 0x7d, 0x2c, 0x73, 0x8e, 0xd7, 0x24, 0xc9,
  1295. 0xc2, 0xd5, 0x15, 0x73, 0xa0, 0x55, 0x73, 0x60, 0xfd, 0xab, 0xc1, 0x07, 0xbb, 0x09, 0xe4, 0xc1,
  1296. 0x4e, 0xa1, 0x79, 0x83, 0xe8, 0xcd, 0x1d, 0xf7, 0x8f, 0x14, 0x9b, 0xdb, 0x85, 0x62, 0xa8, 0x95,
  1297. 0x8a, 0xe1, 0x29, 0x74, 0x1c, 0xc5, 0x34, 0x13, 0x2c, 0xc0, 0xec, 0xdd, 0x4b, 0x7d, 0x6f, 0x58,
  1298. 0x40, 0x7a, 0x49, 0x70, 0xc5, 0xf0, 0x16, 0x93, 0xf4, 0xe1, 0xcb, 0x6d, 0xeb, 0x67, 0x18, 0x4e,
  1299. 0xde, 0x39, 0xe1, 0x02, 0xcb, 0x79, 0xda, 0x52, 0xaa, 0xf4, 0x44, 0x7e, 0x26, 0x70, 0x39, 0x94,
  1300. 0x9e, 0x10, 0x6f, 0xd3, 0x80, 0x72, 0x68, 0x0d, 0x61, 0x50, 0x26, 0x93, 0x29, 0xfb, 0x0a, 0x8c,
  1301. 0x9f, 0x02, 0x87, 0xf9, 0x6f, 0x63, 0xcf, 0x11, 0x98, 0x05, 0xe8, 0x41, 0x2d, 0xe7, 0xaf, 0x31,
  1302. 0x4f, 0x5e, 0x0c, 0xca, 0x55, 0xd9, 0xc5, 0x90, 0x61, 0x19, 0xa0, 0x97, 0xb0, 0x92, 0xef, 0x37,
  1303. 0x18, 0x92, 0x6f, 0x9a, 0x60, 0xec, 0x24, 0x7b, 0x09, 0xef, 0xa8, 0xca, 0x4d, 0xb0, 0x7a, 0x31,
  1304. 0xd8, 0x10, 0x06, 0x65, 0xe2, 0x74, 0xf7, 0xf4, 0x18, 0xbd, 0x77, 0xf7, 0xdb, 0xb2, 0x92, 0xbb,
  1305. 0x2f, 0x61, 0x25, 0xdf, 0x15, 0xf4, 0xdf, 0x72, 0x4c, 0x5e, 0x85, 0x37, 0xd1, 0xfd, 0xc8, 0xbe,
  1306. 0x86, 0xee, 0x06, 0x28, 0xc5, 0x92, 0x1f, 0x42, 0x2b, 0x1c, 0x62, 0x0f, 0xf8, 0xbf, 0x06, 0xb4,
  1307. 0x53, 0xd9, 0x51, 0xfd, 0x56, 0x43, 0x66, 0xf5, 0x5c, 0xdb, 0x5f, 0xcf, 0xf5, 0xad, 0x7a, 0xde,
  1308. 0xd5, 0xd5, 0x0e, 0xee, 0xdb, 0xd5, 0x1a, 0x77, 0x74, 0xb5, 0x0f, 0x01, 0x9c, 0x38, 0xf6, 0xd7,
  1309. 0x4a, 0xd8, 0xaa, 0xd9, 0xb6, 0xc8, 0x43, 0xb2, 0xae, 0x2a, 0xff, 0x68, 0x5b, 0xf9, 0x9b, 0xa2,
  1310. 0x69, 0xee, 0xed, 0x20, 0xad, 0x3d, 0x1d, 0x04, 0x76, 0x74, 0x90, 0x76, 0xa1, 0x83, 0x54, 0x3f,
  1311. 0x1c, 0x9d, 0x3b, 0x3f, 0x1c, 0xdd, 0xf7, 0x7e, 0x38, 0x7a, 0xe5, 0xd4, 0xed, 0xfc, 0x70, 0xf4,
  1312. 0x2b, 0x1f, 0x8e, 0x7d, 0x7d, 0x5f, 0x7f, 0x68, 0xdf, 0x1f, 0x3c, 0xa4, 0xef, 0x1b, 0xf7, 0xef,
  1313. 0xfb, 0xc3, 0xbb, 0xfa, 0x7e, 0xf1, 0x19, 0x3c, 0xae, 0x3c, 0x83, 0xc5, 0xb7, 0xec, 0x51, 0xe5,
  1314. 0x2d, 0xfb, 0x04, 0x8c, 0x4c, 0xe4, 0xfb, 0xcb, 0xcb, 0xba, 0x02, 0xbd, 0xb4, 0x4a, 0xd6, 0xd2,
  1315. 0xc7, 0x70, 0xc0, 0xc2, 0x9b, 0x88, 0x56, 0xb5, 0x5f, 0xf6, 0x65, 0x47, 0x29, 0x94, 0x8b, 0x4d,
  1316. 0x93, 0x3f, 0x3c, 0xff, 0xfd, 0x19, 0x0f, 0x9c, 0x44, 0x9c, 0x6f, 0x3e, 0xb2, 0xe7, 0x81, 0x13,
  1317. 0x3a, 0x0b, 0x0c, 0x30, 0x14, 0xe7, 0x0b, 0x47, 0xe0, 0xad, 0xb3, 0x7e, 0x11, 0xcf, 0x5f, 0xac,
  1318. 0x2e, 0xe7, 0x87, 0xf4, 0xc5, 0xfd, 0xec, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x21, 0x0e, 0xbb,
  1319. 0x58, 0xf6, 0x0a, 0x00, 0x00,
  1320. }