account.pb.go 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.26.0-devel
  4. // protoc v3.15.8
  5. // source: account.proto
  6. package account
  7. import (
  8. common "git.ikuban.com/server/pw-protobuf/api/common"
  9. _ "google.golang.org/genproto/googleapis/api/annotations"
  10. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  11. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  12. emptypb "google.golang.org/protobuf/types/known/emptypb"
  13. reflect "reflect"
  14. sync "sync"
  15. )
  16. const (
  17. // Verify that this generated code is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  19. // Verify that runtime/protoimpl is sufficiently up-to-date.
  20. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  21. )
  22. type MediaID struct {
  23. state protoimpl.MessageState
  24. sizeCache protoimpl.SizeCache
  25. unknownFields protoimpl.UnknownFields
  26. MediaId string `protobuf:"bytes,1,opt,name=mediaId,proto3" json:"mediaId"`
  27. }
  28. func (x *MediaID) Reset() {
  29. *x = MediaID{}
  30. if protoimpl.UnsafeEnabled {
  31. mi := &file_account_proto_msgTypes[0]
  32. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  33. ms.StoreMessageInfo(mi)
  34. }
  35. }
  36. func (x *MediaID) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*MediaID) ProtoMessage() {}
  40. func (x *MediaID) ProtoReflect() protoreflect.Message {
  41. mi := &file_account_proto_msgTypes[0]
  42. if protoimpl.UnsafeEnabled && x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use MediaID.ProtoReflect.Descriptor instead.
  52. func (*MediaID) Descriptor() ([]byte, []int) {
  53. return file_account_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *MediaID) GetMediaId() string {
  56. if x != nil {
  57. return x.MediaId
  58. }
  59. return ""
  60. }
  61. type MaterialLink struct {
  62. state protoimpl.MessageState
  63. sizeCache protoimpl.SizeCache
  64. unknownFields protoimpl.UnknownFields
  65. Link string `protobuf:"bytes,1,opt,name=link,proto3" json:"link"`
  66. }
  67. func (x *MaterialLink) Reset() {
  68. *x = MaterialLink{}
  69. if protoimpl.UnsafeEnabled {
  70. mi := &file_account_proto_msgTypes[1]
  71. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  72. ms.StoreMessageInfo(mi)
  73. }
  74. }
  75. func (x *MaterialLink) String() string {
  76. return protoimpl.X.MessageStringOf(x)
  77. }
  78. func (*MaterialLink) ProtoMessage() {}
  79. func (x *MaterialLink) ProtoReflect() protoreflect.Message {
  80. mi := &file_account_proto_msgTypes[1]
  81. if protoimpl.UnsafeEnabled && x != nil {
  82. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  83. if ms.LoadMessageInfo() == nil {
  84. ms.StoreMessageInfo(mi)
  85. }
  86. return ms
  87. }
  88. return mi.MessageOf(x)
  89. }
  90. // Deprecated: Use MaterialLink.ProtoReflect.Descriptor instead.
  91. func (*MaterialLink) Descriptor() ([]byte, []int) {
  92. return file_account_proto_rawDescGZIP(), []int{1}
  93. }
  94. func (x *MaterialLink) GetLink() string {
  95. if x != nil {
  96. return x.Link
  97. }
  98. return ""
  99. }
  100. type RandomNicknameReply struct {
  101. state protoimpl.MessageState
  102. sizeCache protoimpl.SizeCache
  103. unknownFields protoimpl.UnknownFields
  104. Nickname string `protobuf:"bytes,1,opt,name=nickname,proto3" json:"nickname"`
  105. }
  106. func (x *RandomNicknameReply) Reset() {
  107. *x = RandomNicknameReply{}
  108. if protoimpl.UnsafeEnabled {
  109. mi := &file_account_proto_msgTypes[2]
  110. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  111. ms.StoreMessageInfo(mi)
  112. }
  113. }
  114. func (x *RandomNicknameReply) String() string {
  115. return protoimpl.X.MessageStringOf(x)
  116. }
  117. func (*RandomNicknameReply) ProtoMessage() {}
  118. func (x *RandomNicknameReply) ProtoReflect() protoreflect.Message {
  119. mi := &file_account_proto_msgTypes[2]
  120. if protoimpl.UnsafeEnabled && x != nil {
  121. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  122. if ms.LoadMessageInfo() == nil {
  123. ms.StoreMessageInfo(mi)
  124. }
  125. return ms
  126. }
  127. return mi.MessageOf(x)
  128. }
  129. // Deprecated: Use RandomNicknameReply.ProtoReflect.Descriptor instead.
  130. func (*RandomNicknameReply) Descriptor() ([]byte, []int) {
  131. return file_account_proto_rawDescGZIP(), []int{2}
  132. }
  133. func (x *RandomNicknameReply) GetNickname() string {
  134. if x != nil {
  135. return x.Nickname
  136. }
  137. return ""
  138. }
  139. type RandomAvatarReply struct {
  140. state protoimpl.MessageState
  141. sizeCache protoimpl.SizeCache
  142. unknownFields protoimpl.UnknownFields
  143. AvatarUrl string `protobuf:"bytes,1,opt,name=avatarUrl,proto3" json:"avatarUrl"`
  144. }
  145. func (x *RandomAvatarReply) Reset() {
  146. *x = RandomAvatarReply{}
  147. if protoimpl.UnsafeEnabled {
  148. mi := &file_account_proto_msgTypes[3]
  149. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  150. ms.StoreMessageInfo(mi)
  151. }
  152. }
  153. func (x *RandomAvatarReply) String() string {
  154. return protoimpl.X.MessageStringOf(x)
  155. }
  156. func (*RandomAvatarReply) ProtoMessage() {}
  157. func (x *RandomAvatarReply) ProtoReflect() protoreflect.Message {
  158. mi := &file_account_proto_msgTypes[3]
  159. if protoimpl.UnsafeEnabled && x != nil {
  160. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  161. if ms.LoadMessageInfo() == nil {
  162. ms.StoreMessageInfo(mi)
  163. }
  164. return ms
  165. }
  166. return mi.MessageOf(x)
  167. }
  168. // Deprecated: Use RandomAvatarReply.ProtoReflect.Descriptor instead.
  169. func (*RandomAvatarReply) Descriptor() ([]byte, []int) {
  170. return file_account_proto_rawDescGZIP(), []int{3}
  171. }
  172. func (x *RandomAvatarReply) GetAvatarUrl() string {
  173. if x != nil {
  174. return x.AvatarUrl
  175. }
  176. return ""
  177. }
  178. type RandomAvatarListReply struct {
  179. state protoimpl.MessageState
  180. sizeCache protoimpl.SizeCache
  181. unknownFields protoimpl.UnknownFields
  182. List []string `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  183. }
  184. func (x *RandomAvatarListReply) Reset() {
  185. *x = RandomAvatarListReply{}
  186. if protoimpl.UnsafeEnabled {
  187. mi := &file_account_proto_msgTypes[4]
  188. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  189. ms.StoreMessageInfo(mi)
  190. }
  191. }
  192. func (x *RandomAvatarListReply) String() string {
  193. return protoimpl.X.MessageStringOf(x)
  194. }
  195. func (*RandomAvatarListReply) ProtoMessage() {}
  196. func (x *RandomAvatarListReply) ProtoReflect() protoreflect.Message {
  197. mi := &file_account_proto_msgTypes[4]
  198. if protoimpl.UnsafeEnabled && x != nil {
  199. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  200. if ms.LoadMessageInfo() == nil {
  201. ms.StoreMessageInfo(mi)
  202. }
  203. return ms
  204. }
  205. return mi.MessageOf(x)
  206. }
  207. // Deprecated: Use RandomAvatarListReply.ProtoReflect.Descriptor instead.
  208. func (*RandomAvatarListReply) Descriptor() ([]byte, []int) {
  209. return file_account_proto_rawDescGZIP(), []int{4}
  210. }
  211. func (x *RandomAvatarListReply) GetList() []string {
  212. if x != nil {
  213. return x.List
  214. }
  215. return nil
  216. }
  217. type OpenIDAndAppIDRequest struct {
  218. state protoimpl.MessageState
  219. sizeCache protoimpl.SizeCache
  220. unknownFields protoimpl.UnknownFields
  221. OpenId string `protobuf:"bytes,1,opt,name=openId,proto3" json:"openId"`
  222. AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId"`
  223. }
  224. func (x *OpenIDAndAppIDRequest) Reset() {
  225. *x = OpenIDAndAppIDRequest{}
  226. if protoimpl.UnsafeEnabled {
  227. mi := &file_account_proto_msgTypes[5]
  228. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  229. ms.StoreMessageInfo(mi)
  230. }
  231. }
  232. func (x *OpenIDAndAppIDRequest) String() string {
  233. return protoimpl.X.MessageStringOf(x)
  234. }
  235. func (*OpenIDAndAppIDRequest) ProtoMessage() {}
  236. func (x *OpenIDAndAppIDRequest) ProtoReflect() protoreflect.Message {
  237. mi := &file_account_proto_msgTypes[5]
  238. if protoimpl.UnsafeEnabled && x != nil {
  239. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  240. if ms.LoadMessageInfo() == nil {
  241. ms.StoreMessageInfo(mi)
  242. }
  243. return ms
  244. }
  245. return mi.MessageOf(x)
  246. }
  247. // Deprecated: Use OpenIDAndAppIDRequest.ProtoReflect.Descriptor instead.
  248. func (*OpenIDAndAppIDRequest) Descriptor() ([]byte, []int) {
  249. return file_account_proto_rawDescGZIP(), []int{5}
  250. }
  251. func (x *OpenIDAndAppIDRequest) GetOpenId() string {
  252. if x != nil {
  253. return x.OpenId
  254. }
  255. return ""
  256. }
  257. func (x *OpenIDAndAppIDRequest) GetAppId() string {
  258. if x != nil {
  259. return x.AppId
  260. }
  261. return ""
  262. }
  263. type IdentityInfo struct {
  264. state protoimpl.MessageState
  265. sizeCache protoimpl.SizeCache
  266. unknownFields protoimpl.UnknownFields
  267. Pid string `protobuf:"bytes,1,opt,name=pid,proto3" json:"pid"`
  268. Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type"`
  269. IdentityID int64 `protobuf:"varint,3,opt,name=identityID,proto3" json:"identityID"`
  270. OpenId string `protobuf:"bytes,4,opt,name=openId,proto3" json:"openId"`
  271. }
  272. func (x *IdentityInfo) Reset() {
  273. *x = IdentityInfo{}
  274. if protoimpl.UnsafeEnabled {
  275. mi := &file_account_proto_msgTypes[6]
  276. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  277. ms.StoreMessageInfo(mi)
  278. }
  279. }
  280. func (x *IdentityInfo) String() string {
  281. return protoimpl.X.MessageStringOf(x)
  282. }
  283. func (*IdentityInfo) ProtoMessage() {}
  284. func (x *IdentityInfo) ProtoReflect() protoreflect.Message {
  285. mi := &file_account_proto_msgTypes[6]
  286. if protoimpl.UnsafeEnabled && x != nil {
  287. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  288. if ms.LoadMessageInfo() == nil {
  289. ms.StoreMessageInfo(mi)
  290. }
  291. return ms
  292. }
  293. return mi.MessageOf(x)
  294. }
  295. // Deprecated: Use IdentityInfo.ProtoReflect.Descriptor instead.
  296. func (*IdentityInfo) Descriptor() ([]byte, []int) {
  297. return file_account_proto_rawDescGZIP(), []int{6}
  298. }
  299. func (x *IdentityInfo) GetPid() string {
  300. if x != nil {
  301. return x.Pid
  302. }
  303. return ""
  304. }
  305. func (x *IdentityInfo) GetType() string {
  306. if x != nil {
  307. return x.Type
  308. }
  309. return ""
  310. }
  311. func (x *IdentityInfo) GetIdentityID() int64 {
  312. if x != nil {
  313. return x.IdentityID
  314. }
  315. return 0
  316. }
  317. func (x *IdentityInfo) GetOpenId() string {
  318. if x != nil {
  319. return x.OpenId
  320. }
  321. return ""
  322. }
  323. type UserInfoDB struct {
  324. state protoimpl.MessageState
  325. sizeCache protoimpl.SizeCache
  326. unknownFields protoimpl.UnknownFields
  327. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  328. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  329. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  330. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 手机号
  331. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  332. Credit int64 `protobuf:"varint,6,opt,name=credit,proto3" json:"credit"` // 积分
  333. }
  334. func (x *UserInfoDB) Reset() {
  335. *x = UserInfoDB{}
  336. if protoimpl.UnsafeEnabled {
  337. mi := &file_account_proto_msgTypes[7]
  338. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  339. ms.StoreMessageInfo(mi)
  340. }
  341. }
  342. func (x *UserInfoDB) String() string {
  343. return protoimpl.X.MessageStringOf(x)
  344. }
  345. func (*UserInfoDB) ProtoMessage() {}
  346. func (x *UserInfoDB) ProtoReflect() protoreflect.Message {
  347. mi := &file_account_proto_msgTypes[7]
  348. if protoimpl.UnsafeEnabled && x != nil {
  349. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  350. if ms.LoadMessageInfo() == nil {
  351. ms.StoreMessageInfo(mi)
  352. }
  353. return ms
  354. }
  355. return mi.MessageOf(x)
  356. }
  357. // Deprecated: Use UserInfoDB.ProtoReflect.Descriptor instead.
  358. func (*UserInfoDB) Descriptor() ([]byte, []int) {
  359. return file_account_proto_rawDescGZIP(), []int{7}
  360. }
  361. func (x *UserInfoDB) GetId() string {
  362. if x != nil {
  363. return x.Id
  364. }
  365. return ""
  366. }
  367. func (x *UserInfoDB) GetNickname() string {
  368. if x != nil {
  369. return x.Nickname
  370. }
  371. return ""
  372. }
  373. func (x *UserInfoDB) GetAvatarUrl() string {
  374. if x != nil {
  375. return x.AvatarUrl
  376. }
  377. return ""
  378. }
  379. func (x *UserInfoDB) GetPhone() string {
  380. if x != nil {
  381. return x.Phone
  382. }
  383. return ""
  384. }
  385. func (x *UserInfoDB) GetSex() int64 {
  386. if x != nil {
  387. return x.Sex
  388. }
  389. return 0
  390. }
  391. func (x *UserInfoDB) GetCredit() int64 {
  392. if x != nil {
  393. return x.Credit
  394. }
  395. return 0
  396. }
  397. type PartnerInfoDB struct {
  398. state protoimpl.MessageState
  399. sizeCache protoimpl.SizeCache
  400. unknownFields protoimpl.UnknownFields
  401. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  402. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  403. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  404. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 手机号
  405. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  406. Credit int64 `protobuf:"varint,6,opt,name=credit,proto3" json:"credit"` // 积分
  407. }
  408. func (x *PartnerInfoDB) Reset() {
  409. *x = PartnerInfoDB{}
  410. if protoimpl.UnsafeEnabled {
  411. mi := &file_account_proto_msgTypes[8]
  412. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  413. ms.StoreMessageInfo(mi)
  414. }
  415. }
  416. func (x *PartnerInfoDB) String() string {
  417. return protoimpl.X.MessageStringOf(x)
  418. }
  419. func (*PartnerInfoDB) ProtoMessage() {}
  420. func (x *PartnerInfoDB) ProtoReflect() protoreflect.Message {
  421. mi := &file_account_proto_msgTypes[8]
  422. if protoimpl.UnsafeEnabled && x != nil {
  423. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  424. if ms.LoadMessageInfo() == nil {
  425. ms.StoreMessageInfo(mi)
  426. }
  427. return ms
  428. }
  429. return mi.MessageOf(x)
  430. }
  431. // Deprecated: Use PartnerInfoDB.ProtoReflect.Descriptor instead.
  432. func (*PartnerInfoDB) Descriptor() ([]byte, []int) {
  433. return file_account_proto_rawDescGZIP(), []int{8}
  434. }
  435. func (x *PartnerInfoDB) GetId() string {
  436. if x != nil {
  437. return x.Id
  438. }
  439. return ""
  440. }
  441. func (x *PartnerInfoDB) GetNickname() string {
  442. if x != nil {
  443. return x.Nickname
  444. }
  445. return ""
  446. }
  447. func (x *PartnerInfoDB) GetAvatarUrl() string {
  448. if x != nil {
  449. return x.AvatarUrl
  450. }
  451. return ""
  452. }
  453. func (x *PartnerInfoDB) GetPhone() string {
  454. if x != nil {
  455. return x.Phone
  456. }
  457. return ""
  458. }
  459. func (x *PartnerInfoDB) GetSex() int64 {
  460. if x != nil {
  461. return x.Sex
  462. }
  463. return 0
  464. }
  465. func (x *PartnerInfoDB) GetCredit() int64 {
  466. if x != nil {
  467. return x.Credit
  468. }
  469. return 0
  470. }
  471. type AuthorizationRequest struct {
  472. state protoimpl.MessageState
  473. sizeCache protoimpl.SizeCache
  474. unknownFields protoimpl.UnknownFields
  475. JsCode string `protobuf:"bytes,1,opt,name=jsCode,proto3" json:"jsCode"`
  476. AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId"`
  477. Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type"`
  478. FromOpenId string `protobuf:"bytes,4,opt,name=fromOpenId,proto3" json:"fromOpenId"`
  479. }
  480. func (x *AuthorizationRequest) Reset() {
  481. *x = AuthorizationRequest{}
  482. if protoimpl.UnsafeEnabled {
  483. mi := &file_account_proto_msgTypes[9]
  484. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  485. ms.StoreMessageInfo(mi)
  486. }
  487. }
  488. func (x *AuthorizationRequest) String() string {
  489. return protoimpl.X.MessageStringOf(x)
  490. }
  491. func (*AuthorizationRequest) ProtoMessage() {}
  492. func (x *AuthorizationRequest) ProtoReflect() protoreflect.Message {
  493. mi := &file_account_proto_msgTypes[9]
  494. if protoimpl.UnsafeEnabled && x != nil {
  495. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  496. if ms.LoadMessageInfo() == nil {
  497. ms.StoreMessageInfo(mi)
  498. }
  499. return ms
  500. }
  501. return mi.MessageOf(x)
  502. }
  503. // Deprecated: Use AuthorizationRequest.ProtoReflect.Descriptor instead.
  504. func (*AuthorizationRequest) Descriptor() ([]byte, []int) {
  505. return file_account_proto_rawDescGZIP(), []int{9}
  506. }
  507. func (x *AuthorizationRequest) GetJsCode() string {
  508. if x != nil {
  509. return x.JsCode
  510. }
  511. return ""
  512. }
  513. func (x *AuthorizationRequest) GetAppId() string {
  514. if x != nil {
  515. return x.AppId
  516. }
  517. return ""
  518. }
  519. func (x *AuthorizationRequest) GetType() string {
  520. if x != nil {
  521. return x.Type
  522. }
  523. return ""
  524. }
  525. func (x *AuthorizationRequest) GetFromOpenId() string {
  526. if x != nil {
  527. return x.FromOpenId
  528. }
  529. return ""
  530. }
  531. type TokenReply struct {
  532. state protoimpl.MessageState
  533. sizeCache protoimpl.SizeCache
  534. unknownFields protoimpl.UnknownFields
  535. Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"`
  536. AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId"`
  537. }
  538. func (x *TokenReply) Reset() {
  539. *x = TokenReply{}
  540. if protoimpl.UnsafeEnabled {
  541. mi := &file_account_proto_msgTypes[10]
  542. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  543. ms.StoreMessageInfo(mi)
  544. }
  545. }
  546. func (x *TokenReply) String() string {
  547. return protoimpl.X.MessageStringOf(x)
  548. }
  549. func (*TokenReply) ProtoMessage() {}
  550. func (x *TokenReply) ProtoReflect() protoreflect.Message {
  551. mi := &file_account_proto_msgTypes[10]
  552. if protoimpl.UnsafeEnabled && x != nil {
  553. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  554. if ms.LoadMessageInfo() == nil {
  555. ms.StoreMessageInfo(mi)
  556. }
  557. return ms
  558. }
  559. return mi.MessageOf(x)
  560. }
  561. // Deprecated: Use TokenReply.ProtoReflect.Descriptor instead.
  562. func (*TokenReply) Descriptor() ([]byte, []int) {
  563. return file_account_proto_rawDescGZIP(), []int{10}
  564. }
  565. func (x *TokenReply) GetToken() string {
  566. if x != nil {
  567. return x.Token
  568. }
  569. return ""
  570. }
  571. func (x *TokenReply) GetAppId() string {
  572. if x != nil {
  573. return x.AppId
  574. }
  575. return ""
  576. }
  577. type DebugLoginRequest struct {
  578. state protoimpl.MessageState
  579. sizeCache protoimpl.SizeCache
  580. unknownFields protoimpl.UnknownFields
  581. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  582. Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code"`
  583. }
  584. func (x *DebugLoginRequest) Reset() {
  585. *x = DebugLoginRequest{}
  586. if protoimpl.UnsafeEnabled {
  587. mi := &file_account_proto_msgTypes[11]
  588. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  589. ms.StoreMessageInfo(mi)
  590. }
  591. }
  592. func (x *DebugLoginRequest) String() string {
  593. return protoimpl.X.MessageStringOf(x)
  594. }
  595. func (*DebugLoginRequest) ProtoMessage() {}
  596. func (x *DebugLoginRequest) ProtoReflect() protoreflect.Message {
  597. mi := &file_account_proto_msgTypes[11]
  598. if protoimpl.UnsafeEnabled && x != nil {
  599. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  600. if ms.LoadMessageInfo() == nil {
  601. ms.StoreMessageInfo(mi)
  602. }
  603. return ms
  604. }
  605. return mi.MessageOf(x)
  606. }
  607. // Deprecated: Use DebugLoginRequest.ProtoReflect.Descriptor instead.
  608. func (*DebugLoginRequest) Descriptor() ([]byte, []int) {
  609. return file_account_proto_rawDescGZIP(), []int{11}
  610. }
  611. func (x *DebugLoginRequest) GetId() int64 {
  612. if x != nil {
  613. return x.Id
  614. }
  615. return 0
  616. }
  617. func (x *DebugLoginRequest) GetCode() string {
  618. if x != nil {
  619. return x.Code
  620. }
  621. return ""
  622. }
  623. type LoginToken struct {
  624. state protoimpl.MessageState
  625. sizeCache protoimpl.SizeCache
  626. unknownFields protoimpl.UnknownFields
  627. Pid string `protobuf:"bytes,1,opt,name=pid,proto3" json:"pid"`
  628. Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type"`
  629. }
  630. func (x *LoginToken) Reset() {
  631. *x = LoginToken{}
  632. if protoimpl.UnsafeEnabled {
  633. mi := &file_account_proto_msgTypes[12]
  634. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  635. ms.StoreMessageInfo(mi)
  636. }
  637. }
  638. func (x *LoginToken) String() string {
  639. return protoimpl.X.MessageStringOf(x)
  640. }
  641. func (*LoginToken) ProtoMessage() {}
  642. func (x *LoginToken) ProtoReflect() protoreflect.Message {
  643. mi := &file_account_proto_msgTypes[12]
  644. if protoimpl.UnsafeEnabled && x != nil {
  645. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  646. if ms.LoadMessageInfo() == nil {
  647. ms.StoreMessageInfo(mi)
  648. }
  649. return ms
  650. }
  651. return mi.MessageOf(x)
  652. }
  653. // Deprecated: Use LoginToken.ProtoReflect.Descriptor instead.
  654. func (*LoginToken) Descriptor() ([]byte, []int) {
  655. return file_account_proto_rawDescGZIP(), []int{12}
  656. }
  657. func (x *LoginToken) GetPid() string {
  658. if x != nil {
  659. return x.Pid
  660. }
  661. return ""
  662. }
  663. func (x *LoginToken) GetType() string {
  664. if x != nil {
  665. return x.Type
  666. }
  667. return ""
  668. }
  669. var File_account_proto protoreflect.FileDescriptor
  670. var file_account_proto_rawDesc = []byte{
  671. 0x0a, 0x0d, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
  672. 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x1a, 0x1c, 0x67, 0x6f,
  673. 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
  674. 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61, 0x70, 0x69, 0x2f,
  675. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72,
  676. 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74,
  677. 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  678. 0x22, 0x23, 0x0a, 0x07, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x44, 0x12, 0x18, 0x0a, 0x07, 0x6d,
  679. 0x65, 0x64, 0x69, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65,
  680. 0x64, 0x69, 0x61, 0x49, 0x64, 0x22, 0x22, 0x0a, 0x0c, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61,
  681. 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x01, 0x20,
  682. 0x01, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x22, 0x31, 0x0a, 0x13, 0x52, 0x61, 0x6e,
  683. 0x64, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79,
  684. 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
  685. 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x31, 0x0a, 0x11,
  686. 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x52, 0x65, 0x70, 0x6c,
  687. 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x01,
  688. 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x22,
  689. 0x2b, 0x0a, 0x15, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x4c,
  690. 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74,
  691. 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x45, 0x0a, 0x15,
  692. 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44, 0x52, 0x65,
  693. 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x18,
  694. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a,
  695. 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70,
  696. 0x70, 0x49, 0x64, 0x22, 0x6c, 0x0a, 0x0c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49,
  697. 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  698. 0x52, 0x03, 0x70, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20,
  699. 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x64, 0x65,
  700. 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69,
  701. 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x44, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65,
  702. 0x6e, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49,
  703. 0x64, 0x22, 0x96, 0x01, 0x0a, 0x0a, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x42,
  704. 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64,
  705. 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
  706. 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09,
  707. 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  708. 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68,
  709. 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65,
  710. 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73,
  711. 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x18, 0x06, 0x20, 0x01,
  712. 0x28, 0x03, 0x52, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x22, 0x99, 0x01, 0x0a, 0x0d, 0x50,
  713. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x42, 0x12, 0x0e, 0x0a, 0x02,
  714. 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08,
  715. 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
  716. 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74,
  717. 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61,
  718. 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18,
  719. 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x10, 0x0a, 0x03,
  720. 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x16,
  721. 0x0a, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
  722. 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x22, 0x78, 0x0a, 0x14, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72,
  723. 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16,
  724. 0x0a, 0x06, 0x6a, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
  725. 0x6a, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18,
  726. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04,
  727. 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
  728. 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x18, 0x04,
  729. 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x64,
  730. 0x22, 0x38, 0x0a, 0x0a, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x14,
  731. 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74,
  732. 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20,
  733. 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0x37, 0x0a, 0x11, 0x44, 0x65,
  734. 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  735. 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12,
  736. 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63,
  737. 0x6f, 0x64, 0x65, 0x22, 0x32, 0x0a, 0x0a, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x54, 0x6f, 0x6b, 0x65,
  738. 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
  739. 0x70, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
  740. 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x32, 0xe1, 0x0e, 0x0a, 0x07, 0x41, 0x63, 0x63, 0x6f,
  741. 0x75, 0x6e, 0x74, 0x12, 0x62, 0x0a, 0x0a, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69,
  742. 0x6e, 0x12, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
  743. 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  744. 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
  745. 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x1b, 0x82, 0xd3, 0xe4, 0x93,
  746. 0x02, 0x15, 0x22, 0x10, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x64,
  747. 0x65, 0x62, 0x75, 0x67, 0x3a, 0x01, 0x2a, 0x12, 0x70, 0x0a, 0x0d, 0x41, 0x75, 0x74, 0x68, 0x6f,
  748. 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61,
  749. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61,
  750. 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x70,
  751. 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52,
  752. 0x65, 0x70, 0x6c, 0x79, 0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x22, 0x18, 0x2f, 0x61,
  753. 0x70, 0x69, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69,
  754. 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0x6e, 0x0a, 0x0e, 0x52, 0x61, 0x6e,
  755. 0x64, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x2e, 0x61, 0x70,
  756. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a,
  757. 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x52, 0x61,
  758. 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x70, 0x6c,
  759. 0x79, 0x22, 0x26, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x22, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f,
  760. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x2f, 0x6e, 0x69,
  761. 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x68, 0x0a, 0x0c, 0x52, 0x61, 0x6e,
  762. 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  763. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x1e, 0x2e,
  764. 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x52, 0x61, 0x6e, 0x64,
  765. 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x24, 0x82,
  766. 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
  767. 0x6f, 0x6e, 0x2f, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x2f, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72,
  768. 0x3a, 0x01, 0x2a, 0x12, 0x4c, 0x0a, 0x10, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61,
  769. 0x74, 0x61, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
  770. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x22, 0x2e, 0x61, 0x70,
  771. 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d,
  772. 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
  773. 0x00, 0x12, 0x5c, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79,
  774. 0x42, 0x79, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44,
  775. 0x12, 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4f,
  776. 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44, 0x52, 0x65, 0x71,
  777. 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75,
  778. 0x6e, 0x74, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12,
  779. 0x4d, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x42, 0x79,
  780. 0x54, 0x79, 0x70, 0x65, 0x41, 0x6e, 0x64, 0x50, 0x49, 0x44, 0x12, 0x17, 0x2e, 0x61, 0x70, 0x69,
  781. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x50, 0x61,
  782. 0x72, 0x61, 0x6d, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  783. 0x74, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x60,
  784. 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x42, 0x79, 0x46,
  785. 0x72, 0x6f, 0x6d, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49,
  786. 0x44, 0x12, 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
  787. 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44, 0x52, 0x65,
  788. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f,
  789. 0x75, 0x6e, 0x74, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x66, 0x6f,
  790. 0x12, 0x40, 0x0a, 0x10, 0x46, 0x69, 0x6e, 0x64, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x42,
  791. 0x79, 0x53, 0x65, 0x78, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  792. 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  793. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70,
  794. 0x6c, 0x79, 0x12, 0x3a, 0x0a, 0x0d, 0x46, 0x69, 0x6e, 0x64, 0x54, 0x61, 0x67, 0x73, 0x42, 0x79,
  795. 0x49, 0x44, 0x73, 0x12, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  796. 0x2e, 0x49, 0x64, 0x73, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  797. 0x6e, 0x2e, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x70,
  798. 0x0a, 0x0f, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63,
  799. 0x65, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53,
  800. 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  801. 0x6f, 0x6e, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75,
  802. 0x63, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x27, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x22,
  803. 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x72, 0x61, 0x6e,
  804. 0x64, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x3a, 0x01, 0x2a,
  805. 0x12, 0x74, 0x0a, 0x13, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69,
  806. 0x61, 0x6c, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63,
  807. 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x44, 0x1a, 0x19, 0x2e,
  808. 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4d, 0x61, 0x74, 0x65,
  809. 0x72, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x22, 0x2c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26,
  810. 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x6d, 0x61,
  811. 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2f, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x2f, 0x76, 0x6f,
  812. 0x69, 0x63, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x41, 0x0a, 0x0e, 0x46, 0x69, 0x6e, 0x64, 0x4d, 0x65,
  813. 0x6d, 0x65, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  814. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x65, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  815. 0x74, 0x1a, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d,
  816. 0x65, 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x4e, 0x0a, 0x0d, 0x46, 0x69, 0x6e,
  817. 0x64, 0x43, 0x68, 0x61, 0x74, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x12, 0x20, 0x2e, 0x61, 0x70, 0x69,
  818. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74,
  819. 0x54, 0x6f, 0x70, 0x69, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x61,
  820. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x54, 0x6f,
  821. 0x70, 0x69, 0x63, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x41, 0x0a, 0x0a, 0x52, 0x61, 0x6e,
  822. 0x64, 0x6f, 0x6d, 0x4d, 0x65, 0x6d, 0x65, 0x12, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
  823. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x1a, 0x1a,
  824. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d,
  825. 0x6f, 0x6e, 0x54, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x4f, 0x0a, 0x12,
  826. 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x53, 0x77, 0x69, 0x66, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61,
  827. 0x67, 0x65, 0x12, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
  828. 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x78, 0x1a,
  829. 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d,
  830. 0x6d, 0x6f, 0x6e, 0x54, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x44, 0x0a,
  831. 0x0b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x12, 0x1e, 0x2e, 0x61,
  832. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
  833. 0x53, 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x61,
  834. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x63, 0x72, 0x69, 0x70, 0x49,
  835. 0x44, 0x22, 0x00, 0x12, 0x47, 0x0a, 0x0b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x63, 0x72,
  836. 0x69, 0x70, 0x12, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
  837. 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65,
  838. 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  839. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x45, 0x0a, 0x0b,
  840. 0x46, 0x69, 0x6e, 0x64, 0x4d, 0x79, 0x53, 0x63, 0x72, 0x69, 0x70, 0x12, 0x1c, 0x2e, 0x61, 0x70,
  841. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x53, 0x63, 0x72,
  842. 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  843. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c,
  844. 0x79, 0x22, 0x00, 0x12, 0x4c, 0x0a, 0x12, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x6d,
  845. 0x6d, 0x65, 0x6e, 0x64, 0x53, 0x63, 0x72, 0x69, 0x70, 0x12, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  846. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x53, 0x63, 0x72, 0x69, 0x70,
  847. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
  848. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
  849. 0x00, 0x12, 0x4f, 0x0a, 0x0f, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x6f, 0x6f, 0x6b, 0x53,
  850. 0x63, 0x72, 0x69, 0x70, 0x12, 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  851. 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x6f, 0x6f, 0x6b, 0x53, 0x63, 0x72, 0x69,
  852. 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
  853. 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79,
  854. 0x22, 0x00, 0x12, 0x47, 0x0a, 0x13, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x43, 0x6c, 0x69, 0x63,
  855. 0x6b, 0x4c, 0x6f, 0x6f, 0x6b, 0x42, 0x61, 0x63, 0x6b, 0x12, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  856. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x50, 0x61, 0x72,
  857. 0x61, 0x6d, 0x1a, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
  858. 0x53, 0x63, 0x72, 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x00, 0x42, 0x46, 0x0a, 0x0b, 0x61,
  859. 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x50, 0x01, 0x5a, 0x35, 0x67, 0x69,
  860. 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72,
  861. 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f,
  862. 0x61, 0x70, 0x69, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x3b, 0x61, 0x63, 0x63, 0x6f,
  863. 0x75, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  864. }
  865. var (
  866. file_account_proto_rawDescOnce sync.Once
  867. file_account_proto_rawDescData = file_account_proto_rawDesc
  868. )
  869. func file_account_proto_rawDescGZIP() []byte {
  870. file_account_proto_rawDescOnce.Do(func() {
  871. file_account_proto_rawDescData = protoimpl.X.CompressGZIP(file_account_proto_rawDescData)
  872. })
  873. return file_account_proto_rawDescData
  874. }
  875. var file_account_proto_msgTypes = make([]protoimpl.MessageInfo, 13)
  876. var file_account_proto_goTypes = []interface{}{
  877. (*MediaID)(nil), // 0: api.account.MediaID
  878. (*MaterialLink)(nil), // 1: api.account.MaterialLink
  879. (*RandomNicknameReply)(nil), // 2: api.account.RandomNicknameReply
  880. (*RandomAvatarReply)(nil), // 3: api.account.RandomAvatarReply
  881. (*RandomAvatarListReply)(nil), // 4: api.account.RandomAvatarListReply
  882. (*OpenIDAndAppIDRequest)(nil), // 5: api.account.OpenIDAndAppIDRequest
  883. (*IdentityInfo)(nil), // 6: api.account.IdentityInfo
  884. (*UserInfoDB)(nil), // 7: api.account.UserInfoDB
  885. (*PartnerInfoDB)(nil), // 8: api.account.PartnerInfoDB
  886. (*AuthorizationRequest)(nil), // 9: api.account.AuthorizationRequest
  887. (*TokenReply)(nil), // 10: api.account.TokenReply
  888. (*DebugLoginRequest)(nil), // 11: api.account.DebugLoginRequest
  889. (*LoginToken)(nil), // 12: api.account.LoginToken
  890. (*common.SexReq)(nil), // 13: api.common.SexReq
  891. (*common.PersonParam)(nil), // 14: api.common.PersonParam
  892. (*common.Ids)(nil), // 15: api.common.Ids
  893. (*common.MemeRequest)(nil), // 16: api.common.MemeRequest
  894. (*common.FindChatTopicRequest)(nil), // 17: api.common.FindChatTopicRequest
  895. (*common.RandomNum)(nil), // 18: api.common.RandomNum
  896. (*common.RandomNumAndSex)(nil), // 19: api.common.RandomNumAndSex
  897. (*common.CreateScripRequest)(nil), // 20: api.common.CreateScripRequest
  898. (*common.DeleteScripRequest)(nil), // 21: api.common.DeleteScripRequest
  899. (*common.FindScripRequest)(nil), // 22: api.common.FindScripRequest
  900. (*common.PersonLookScripRequest)(nil), // 23: api.common.PersonLookScripRequest
  901. (*common.TagListReply)(nil), // 24: api.common.TagListReply
  902. (*common.RandomIntroduceReply)(nil), // 25: api.common.RandomIntroduceReply
  903. (*common.MemeList)(nil), // 26: api.common.MemeList
  904. (*common.ChatTopicList)(nil), // 27: api.common.ChatTopicList
  905. (*common.CommonTextList)(nil), // 28: api.common.CommonTextList
  906. (*common.ScripID)(nil), // 29: api.common.ScripID
  907. (*emptypb.Empty)(nil), // 30: google.protobuf.Empty
  908. (*common.ScripReply)(nil), // 31: api.common.ScripReply
  909. (*common.ScripInfo)(nil), // 32: api.common.ScripInfo
  910. }
  911. var file_account_proto_depIdxs = []int32{
  912. 11, // 0: api.account.Account.DebugLogin:input_type -> api.account.DebugLoginRequest
  913. 9, // 1: api.account.Account.Authorization:input_type -> api.account.AuthorizationRequest
  914. 13, // 2: api.account.Account.RandomNickname:input_type -> api.common.SexReq
  915. 13, // 3: api.account.Account.RandomAvatar:input_type -> api.common.SexReq
  916. 13, // 4: api.account.Account.RandomAvatarList:input_type -> api.common.SexReq
  917. 5, // 5: api.account.Account.GetIdentityByOpenIDAndAppID:input_type -> api.account.OpenIDAndAppIDRequest
  918. 14, // 6: api.account.Account.GetIdentityByTypeAndPID:input_type -> api.common.PersonParam
  919. 5, // 7: api.account.Account.GetIdentityByFromOpenIDAndAppID:input_type -> api.account.OpenIDAndAppIDRequest
  920. 13, // 8: api.account.Account.FindTagListBySex:input_type -> api.common.SexReq
  921. 15, // 9: api.account.Account.FindTagsByIDs:input_type -> api.common.Ids
  922. 13, // 10: api.account.Account.RandomIntroduce:input_type -> api.common.SexReq
  923. 0, // 11: api.account.Account.UploadMaterialVoice:input_type -> api.account.MediaID
  924. 16, // 12: api.account.Account.FindMemeByType:input_type -> api.common.MemeRequest
  925. 17, // 13: api.account.Account.FindChatTopic:input_type -> api.common.FindChatTopicRequest
  926. 18, // 14: api.account.Account.RandomMeme:input_type -> api.common.RandomNum
  927. 19, // 15: api.account.Account.RandomSwiftMessage:input_type -> api.common.RandomNumAndSex
  928. 20, // 16: api.account.Account.CreateScrip:input_type -> api.common.CreateScripRequest
  929. 21, // 17: api.account.Account.DeleteScrip:input_type -> api.common.DeleteScripRequest
  930. 22, // 18: api.account.Account.FindMyScrip:input_type -> api.common.FindScripRequest
  931. 22, // 19: api.account.Account.FindRecommendScrip:input_type -> api.common.FindScripRequest
  932. 23, // 20: api.account.Account.PersonLookScrip:input_type -> api.common.PersonLookScripRequest
  933. 14, // 21: api.account.Account.PersonClickLookBack:input_type -> api.common.PersonParam
  934. 10, // 22: api.account.Account.DebugLogin:output_type -> api.account.TokenReply
  935. 10, // 23: api.account.Account.Authorization:output_type -> api.account.TokenReply
  936. 2, // 24: api.account.Account.RandomNickname:output_type -> api.account.RandomNicknameReply
  937. 3, // 25: api.account.Account.RandomAvatar:output_type -> api.account.RandomAvatarReply
  938. 4, // 26: api.account.Account.RandomAvatarList:output_type -> api.account.RandomAvatarListReply
  939. 6, // 27: api.account.Account.GetIdentityByOpenIDAndAppID:output_type -> api.account.IdentityInfo
  940. 6, // 28: api.account.Account.GetIdentityByTypeAndPID:output_type -> api.account.IdentityInfo
  941. 6, // 29: api.account.Account.GetIdentityByFromOpenIDAndAppID:output_type -> api.account.IdentityInfo
  942. 24, // 30: api.account.Account.FindTagListBySex:output_type -> api.common.TagListReply
  943. 24, // 31: api.account.Account.FindTagsByIDs:output_type -> api.common.TagListReply
  944. 25, // 32: api.account.Account.RandomIntroduce:output_type -> api.common.RandomIntroduceReply
  945. 1, // 33: api.account.Account.UploadMaterialVoice:output_type -> api.account.MaterialLink
  946. 26, // 34: api.account.Account.FindMemeByType:output_type -> api.common.MemeList
  947. 27, // 35: api.account.Account.FindChatTopic:output_type -> api.common.ChatTopicList
  948. 28, // 36: api.account.Account.RandomMeme:output_type -> api.common.CommonTextList
  949. 28, // 37: api.account.Account.RandomSwiftMessage:output_type -> api.common.CommonTextList
  950. 29, // 38: api.account.Account.CreateScrip:output_type -> api.common.ScripID
  951. 30, // 39: api.account.Account.DeleteScrip:output_type -> google.protobuf.Empty
  952. 31, // 40: api.account.Account.FindMyScrip:output_type -> api.common.ScripReply
  953. 31, // 41: api.account.Account.FindRecommendScrip:output_type -> api.common.ScripReply
  954. 30, // 42: api.account.Account.PersonLookScrip:output_type -> google.protobuf.Empty
  955. 32, // 43: api.account.Account.PersonClickLookBack:output_type -> api.common.ScripInfo
  956. 22, // [22:44] is the sub-list for method output_type
  957. 0, // [0:22] is the sub-list for method input_type
  958. 0, // [0:0] is the sub-list for extension type_name
  959. 0, // [0:0] is the sub-list for extension extendee
  960. 0, // [0:0] is the sub-list for field type_name
  961. }
  962. func init() { file_account_proto_init() }
  963. func file_account_proto_init() {
  964. if File_account_proto != nil {
  965. return
  966. }
  967. if !protoimpl.UnsafeEnabled {
  968. file_account_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  969. switch v := v.(*MediaID); i {
  970. case 0:
  971. return &v.state
  972. case 1:
  973. return &v.sizeCache
  974. case 2:
  975. return &v.unknownFields
  976. default:
  977. return nil
  978. }
  979. }
  980. file_account_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  981. switch v := v.(*MaterialLink); i {
  982. case 0:
  983. return &v.state
  984. case 1:
  985. return &v.sizeCache
  986. case 2:
  987. return &v.unknownFields
  988. default:
  989. return nil
  990. }
  991. }
  992. file_account_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  993. switch v := v.(*RandomNicknameReply); i {
  994. case 0:
  995. return &v.state
  996. case 1:
  997. return &v.sizeCache
  998. case 2:
  999. return &v.unknownFields
  1000. default:
  1001. return nil
  1002. }
  1003. }
  1004. file_account_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1005. switch v := v.(*RandomAvatarReply); i {
  1006. case 0:
  1007. return &v.state
  1008. case 1:
  1009. return &v.sizeCache
  1010. case 2:
  1011. return &v.unknownFields
  1012. default:
  1013. return nil
  1014. }
  1015. }
  1016. file_account_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1017. switch v := v.(*RandomAvatarListReply); i {
  1018. case 0:
  1019. return &v.state
  1020. case 1:
  1021. return &v.sizeCache
  1022. case 2:
  1023. return &v.unknownFields
  1024. default:
  1025. return nil
  1026. }
  1027. }
  1028. file_account_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1029. switch v := v.(*OpenIDAndAppIDRequest); i {
  1030. case 0:
  1031. return &v.state
  1032. case 1:
  1033. return &v.sizeCache
  1034. case 2:
  1035. return &v.unknownFields
  1036. default:
  1037. return nil
  1038. }
  1039. }
  1040. file_account_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1041. switch v := v.(*IdentityInfo); i {
  1042. case 0:
  1043. return &v.state
  1044. case 1:
  1045. return &v.sizeCache
  1046. case 2:
  1047. return &v.unknownFields
  1048. default:
  1049. return nil
  1050. }
  1051. }
  1052. file_account_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1053. switch v := v.(*UserInfoDB); i {
  1054. case 0:
  1055. return &v.state
  1056. case 1:
  1057. return &v.sizeCache
  1058. case 2:
  1059. return &v.unknownFields
  1060. default:
  1061. return nil
  1062. }
  1063. }
  1064. file_account_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1065. switch v := v.(*PartnerInfoDB); i {
  1066. case 0:
  1067. return &v.state
  1068. case 1:
  1069. return &v.sizeCache
  1070. case 2:
  1071. return &v.unknownFields
  1072. default:
  1073. return nil
  1074. }
  1075. }
  1076. file_account_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1077. switch v := v.(*AuthorizationRequest); i {
  1078. case 0:
  1079. return &v.state
  1080. case 1:
  1081. return &v.sizeCache
  1082. case 2:
  1083. return &v.unknownFields
  1084. default:
  1085. return nil
  1086. }
  1087. }
  1088. file_account_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1089. switch v := v.(*TokenReply); i {
  1090. case 0:
  1091. return &v.state
  1092. case 1:
  1093. return &v.sizeCache
  1094. case 2:
  1095. return &v.unknownFields
  1096. default:
  1097. return nil
  1098. }
  1099. }
  1100. file_account_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1101. switch v := v.(*DebugLoginRequest); i {
  1102. case 0:
  1103. return &v.state
  1104. case 1:
  1105. return &v.sizeCache
  1106. case 2:
  1107. return &v.unknownFields
  1108. default:
  1109. return nil
  1110. }
  1111. }
  1112. file_account_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1113. switch v := v.(*LoginToken); i {
  1114. case 0:
  1115. return &v.state
  1116. case 1:
  1117. return &v.sizeCache
  1118. case 2:
  1119. return &v.unknownFields
  1120. default:
  1121. return nil
  1122. }
  1123. }
  1124. }
  1125. type x struct{}
  1126. out := protoimpl.TypeBuilder{
  1127. File: protoimpl.DescBuilder{
  1128. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1129. RawDescriptor: file_account_proto_rawDesc,
  1130. NumEnums: 0,
  1131. NumMessages: 13,
  1132. NumExtensions: 0,
  1133. NumServices: 1,
  1134. },
  1135. GoTypes: file_account_proto_goTypes,
  1136. DependencyIndexes: file_account_proto_depIdxs,
  1137. MessageInfos: file_account_proto_msgTypes,
  1138. }.Build()
  1139. File_account_proto = out.File
  1140. file_account_proto_rawDesc = nil
  1141. file_account_proto_goTypes = nil
  1142. file_account_proto_depIdxs = nil
  1143. }