蛋蛋星球-客户端
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

swagger.yaml 73 KiB

1週間前
1週間前
1日前
2日前
1日前
20時間前
1日前
20時間前
1日前
5日前
5日前
5日前
5日前
1日前
1日前
1日前
5日前
1日前
5日前
1日前
1日前
1日前
1日前
1週間前
5日前
1週間前
5日前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
5日前
5日前
1週間前
1週間前
1週間前
1週間前
1週間前
1日前
1日前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1日前
1日前
16時間前
1日前
1日前
1日前
1日前
1週間前
1週間前
5日前
20時間前
1日前
1週間前
1週間前
1週間前
1週間前
1日前
1日前
1日前
1日前
1日前
1日前
1日前
1週間前
16時間前
5日前
5日前
5日前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1週間前
1日前
1週間前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982
  1. basePath: /api/v1
  2. definitions:
  3. applet_app_md.Paginate:
  4. properties:
  5. limit:
  6. description: 每页大小
  7. type: integer
  8. page:
  9. description: 页数
  10. type: integer
  11. total:
  12. description: 总数据量
  13. type: integer
  14. type: object
  15. code_fnuoos_com_EggPlanet_egg_models_git_src_model.ImSendRedPackageOrd:
  16. properties:
  17. amount:
  18. type: string
  19. create_time:
  20. type: string
  21. id:
  22. type: integer
  23. im_data:
  24. type: string
  25. im_uid:
  26. type: integer
  27. ord_no:
  28. type: string
  29. received_im_user_ids:
  30. type: string
  31. received_times:
  32. type: string
  33. received_user_amount:
  34. type: string
  35. received_user_ids:
  36. type: string
  37. red_packet_balance_amount:
  38. type: string
  39. red_packet_balance_nums:
  40. type: integer
  41. red_packet_nums:
  42. type: integer
  43. red_packet_type:
  44. type: integer
  45. state:
  46. type: integer
  47. uid:
  48. type: integer
  49. update_time:
  50. type: string
  51. wait_draw_im_user_ids:
  52. type: string
  53. wait_draw_user_ids:
  54. type: string
  55. type: object
  56. comm.AccessRecordsReq:
  57. properties:
  58. index:
  59. description: 页面标签
  60. type: string
  61. type: object
  62. comm.ImgReqUploadReq:
  63. properties:
  64. content_type:
  65. example: image/jpeg
  66. type: string
  67. file_name:
  68. example: 文件名
  69. type: string
  70. required:
  71. - content_type
  72. - file_name
  73. type: object
  74. md.AdvertisingBasic:
  75. properties:
  76. android_ad_is_open:
  77. example: 安卓广告是否开启(1:开启 0:不开启)
  78. type: string
  79. android_open_ad_is_open:
  80. example: 安卓开屏广告是否开启(1:开启 0:不开启)
  81. type: string
  82. info:
  83. additionalProperties: true
  84. type: object
  85. ios_ad_is_open:
  86. example: ios广告是否开启(1:开启 0:不开启)
  87. type: string
  88. ios_open_ad_is_open:
  89. example: ios开屏广告是否开启(1:开启 0:不开启)
  90. type: string
  91. voice:
  92. example: 领取声音
  93. type: string
  94. type: object
  95. md.AdvertisingCheck:
  96. properties:
  97. is_can_visit:
  98. type: string
  99. type: object
  100. md.AdvertisingFunction:
  101. properties:
  102. ad_id:
  103. example: 广告id
  104. type: string
  105. name:
  106. example: 名称
  107. type: string
  108. type:
  109. example: 位置
  110. type: string
  111. type: object
  112. md.AdvertisingLimit:
  113. properties:
  114. public_img:
  115. example: 公共弹窗图
  116. type: string
  117. public_str:
  118. example: 公共弹窗文字
  119. type: string
  120. withdraw_img:
  121. example: 提现弹窗图
  122. type: string
  123. withdraw_str:
  124. example: 提现弹窗文字
  125. type: string
  126. type: object
  127. md.AdvertisingReq:
  128. properties:
  129. id:
  130. type: string
  131. type: object
  132. md.AdvertisingResp:
  133. properties:
  134. basic:
  135. $ref: '#/definitions/md.AdvertisingBasic'
  136. function:
  137. items:
  138. $ref: '#/definitions/md.AdvertisingFunction'
  139. type: array
  140. pop:
  141. $ref: '#/definitions/md.AdvertisingLimit'
  142. space:
  143. items:
  144. $ref: '#/definitions/md.AdvertisingSpace'
  145. type: array
  146. type: object
  147. md.AdvertisingSpace:
  148. properties:
  149. counting_down:
  150. example: 倒计时 x秒
  151. type: string
  152. id:
  153. example: id
  154. type: string
  155. info:
  156. additionalProperties: true
  157. type: object
  158. kind:
  159. example: 广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告)
  160. type: string
  161. name:
  162. example: 名称
  163. type: string
  164. type: object
  165. md.BasalRateResp:
  166. properties:
  167. basal_rate:
  168. description: 基础速率
  169. type: string
  170. consumed_egg_energy:
  171. description: 收益蛋蛋能量
  172. type: string
  173. consumed_egg_point:
  174. description: 消耗蛋蛋积分
  175. type: string
  176. consumed_time:
  177. description: 消耗时间/小时
  178. type: string
  179. estimated_revenue:
  180. description: 预估收益蛋蛋能量
  181. type: string
  182. remaining_egg_energy:
  183. description: 剩余蛋蛋能量
  184. type: string
  185. remaining_time:
  186. description: 剩余时间/小时
  187. type: string
  188. sign_countdown:
  189. description: 收益倒计时
  190. type: string
  191. type: object
  192. md.CollegeDetailReq:
  193. properties:
  194. id:
  195. type: string
  196. type: object
  197. md.CollegeDetailResp:
  198. properties:
  199. content:
  200. type: string
  201. create_at:
  202. type: string
  203. forward_count:
  204. example: 分享数量
  205. type: string
  206. id:
  207. type: string
  208. is_like:
  209. example: 是否点赞 0否 1是
  210. type: string
  211. like_count:
  212. example: 点赞数量
  213. type: string
  214. title:
  215. type: string
  216. url:
  217. type: string
  218. watch_count:
  219. example: 学习数量
  220. type: string
  221. type: object
  222. md.CollegeListReq:
  223. properties:
  224. cate_id:
  225. type: string
  226. limit:
  227. type: string
  228. page:
  229. type: string
  230. type: object
  231. md.CollegeListResp:
  232. properties:
  233. cover:
  234. example: 封面图
  235. type: string
  236. create_at:
  237. type: string
  238. forward_count:
  239. example: 分享数量
  240. type: string
  241. id:
  242. type: string
  243. like_count:
  244. example: 点赞数量
  245. type: string
  246. title:
  247. type: string
  248. url:
  249. type: string
  250. watch_count:
  251. example: 学习数量
  252. type: string
  253. type: object
  254. md.ConfigResp:
  255. properties:
  256. content:
  257. example: 软件使用协议内容
  258. type: string
  259. guide:
  260. items:
  261. $ref: '#/definitions/md.Guide'
  262. type: array
  263. oss_url:
  264. example: 阿里云图片链接
  265. type: string
  266. privacy_title:
  267. example: 隐私协议标题
  268. type: string
  269. privacy_url:
  270. example: 隐私协议链接
  271. type: string
  272. title:
  273. example: 软件使用协议标题
  274. type: string
  275. user_title:
  276. example: 用户协议标题
  277. type: string
  278. user_url:
  279. example: 用户协议链接
  280. type: string
  281. type: object
  282. md.ContributionValueFlowNode:
  283. properties:
  284. amount:
  285. description: 变更数量
  286. type: string
  287. create_at:
  288. description: 完成时间
  289. type: string
  290. direction:
  291. description: 方向: 1.收入 2.支出
  292. type: string
  293. title:
  294. description: 标题
  295. type: string
  296. type: object
  297. md.DynamicDataResp:
  298. properties:
  299. development_committee:
  300. description: 发展委员会
  301. type: string
  302. public_welfare_and_charity:
  303. description: 公益基金
  304. type: string
  305. star_level_dividends:
  306. description: 星级分红
  307. type: string
  308. user_total_hold:
  309. description: 用户持有总量
  310. type: string
  311. type: object
  312. md.EggEnergyDetailReq:
  313. properties:
  314. asc:
  315. description: 1.升序 2.倒序
  316. type: string
  317. direction:
  318. description: 类型 1.收入 2.支出 全部则传空
  319. type: string
  320. kind:
  321. description: 类型:1. 个人蛋蛋能量 2.团队蛋蛋能量
  322. type: string
  323. limit:
  324. description: 每页大小
  325. type: integer
  326. page:
  327. description: 页数
  328. type: integer
  329. type:
  330. description: 变动类型 全部则传空
  331. type: string
  332. type: object
  333. md.EggEnergyDetailResp:
  334. properties:
  335. list:
  336. description: 流水数据
  337. items:
  338. additionalProperties:
  339. type: string
  340. type: object
  341. type: array
  342. paginate:
  343. allOf:
  344. - $ref: '#/definitions/applet_app_md.Paginate'
  345. description: 分页信息
  346. person_egg_energy:
  347. description: 个人蛋蛋能量
  348. type: string
  349. team_egg_energy:
  350. description: 团队蛋蛋能量
  351. type: string
  352. total_egg_energy:
  353. description: 总蛋蛋能量
  354. type: string
  355. total_egg_energy_price:
  356. description: 蛋蛋能量总价
  357. type: string
  358. transfer_type_list:
  359. allOf:
  360. - $ref: '#/definitions/md.TransferTypeList'
  361. description: 转账类型列表
  362. type: object
  363. md.EggEnergyFlowNode:
  364. properties:
  365. after_amount:
  366. description: 变更后数量
  367. type: string
  368. amount:
  369. description: 变更数量
  370. type: string
  371. before_amount:
  372. description: 变更前数量
  373. type: string
  374. coin_name:
  375. description: 虚拟币名称
  376. type: string
  377. create_at:
  378. description: 创建时间
  379. type: string
  380. direction:
  381. description: 方向:1.收入 2.支出
  382. type: integer
  383. id:
  384. type: integer
  385. sys_fee:
  386. description: 手续费
  387. type: string
  388. title:
  389. description: 标题
  390. type: string
  391. transfer_type:
  392. description: 转账类型
  393. type: string
  394. type: object
  395. md.EggPointDetailsReq:
  396. properties:
  397. asc:
  398. description: 1.升序 2.倒序
  399. type: string
  400. direction:
  401. description: 类型 1.收入 2.支出 全部则传空
  402. type: string
  403. kind:
  404. description: 类型:1. 个人蛋蛋积分 2.团队蛋蛋积分
  405. type: string
  406. limit:
  407. description: 每页大小
  408. type: integer
  409. page:
  410. description: 页数
  411. type: integer
  412. type:
  413. description: 变动类型 全部则传空
  414. type: string
  415. type: object
  416. md.EggPointDetailsResp:
  417. properties:
  418. list:
  419. description: 流水数据
  420. items:
  421. additionalProperties:
  422. type: string
  423. type: object
  424. type: array
  425. paginate:
  426. allOf:
  427. - $ref: '#/definitions/applet_app_md.Paginate'
  428. description: 分页信息
  429. person_egg_points:
  430. description: 个人蛋蛋积分
  431. type: string
  432. team_egg_points:
  433. description: 团队蛋蛋积分
  434. type: string
  435. total_egg_points:
  436. description: 总蛋蛋积分
  437. type: string
  438. total_egg_points_amount:
  439. description: 蛋蛋积分余额
  440. type: string
  441. transfer_type_list:
  442. allOf:
  443. - $ref: '#/definitions/md.TransferTypeList'
  444. description: 转账类型列表
  445. type: object
  446. md.EggPointRecordNode:
  447. properties:
  448. end_at:
  449. description: 结束时间
  450. type: string
  451. score:
  452. description: 分数
  453. type: string
  454. start_at:
  455. description: 开始时间
  456. type: string
  457. week:
  458. description: 周数
  459. type: string
  460. year:
  461. description: 年份
  462. type: string
  463. type: object
  464. md.ExchangeEnergyReq:
  465. properties:
  466. energy_amount:
  467. description: 兑换能量数值
  468. type: string
  469. type: object
  470. md.FastLoginReq:
  471. properties:
  472. invite_code:
  473. example: 邀请码
  474. type: string
  475. token:
  476. example: 一键登录的token
  477. type: string
  478. type: object
  479. md.FindPasswordReq:
  480. properties:
  481. code:
  482. example: 验证码
  483. type: string
  484. mobile:
  485. type: string
  486. password:
  487. example: 密码 如 123
  488. type: string
  489. required:
  490. - mobile
  491. type: object
  492. md.GetAmountFlowResp:
  493. properties:
  494. list:
  495. items:
  496. $ref: '#/definitions/md.WalletFlowNode'
  497. type: array
  498. paginate:
  499. $ref: '#/definitions/applet_app_md.Paginate'
  500. type: object
  501. md.GetContributionValueFlowResp:
  502. properties:
  503. list:
  504. items:
  505. $ref: '#/definitions/md.ContributionValueFlowNode'
  506. type: array
  507. paginate:
  508. $ref: '#/definitions/applet_app_md.Paginate'
  509. type: object
  510. md.GetContributionValueResp:
  511. properties:
  512. contribution_value:
  513. description: 贡献值
  514. type: string
  515. ratio:
  516. description: 兑换比率(x 分兑换 1 人民币)
  517. type: string
  518. type: object
  519. md.GetEggEnergyFlowResp:
  520. properties:
  521. list:
  522. items:
  523. $ref: '#/definitions/md.EggEnergyFlowNode'
  524. type: array
  525. paginate:
  526. $ref: '#/definitions/applet_app_md.Paginate'
  527. type: object
  528. md.GetEggPointRecordResp:
  529. properties:
  530. list:
  531. description: 分数明细列表
  532. items:
  533. $ref: '#/definitions/md.EggPointRecordNode'
  534. type: array
  535. now_score:
  536. description: 当前分数
  537. type: string
  538. paginate:
  539. $ref: '#/definitions/applet_app_md.Paginate'
  540. type: object
  541. md.GetModuleSettingResp:
  542. properties:
  543. data:
  544. additionalProperties: true
  545. description: 内容
  546. type: object
  547. mod_name:
  548. description: 模块名称
  549. type: string
  550. position:
  551. description: 位置
  552. type: string
  553. skip_identifier:
  554. description: 跳转标识
  555. type: string
  556. subtitle:
  557. description: 副标题
  558. type: string
  559. title:
  560. description: 标题
  561. type: string
  562. type: object
  563. md.GetPriceCurveResp:
  564. properties:
  565. x_data:
  566. items: {}
  567. type: array
  568. y_data:
  569. items: {}
  570. type: array
  571. type: object
  572. md.GrabRedPackageReq:
  573. properties:
  574. device_id:
  575. description: 设备id
  576. type: string
  577. receiver_id:
  578. description: 用户id或者群组id
  579. type: integer
  580. receiver_type:
  581. description: 接收者类型,1:user;2:group
  582. type: integer
  583. red_package_cover:
  584. description: 红包封面
  585. type: string
  586. red_package_id:
  587. description: 红包id
  588. type: integer
  589. send_red_package_user_nike_name:
  590. description: 红包发送者-im用户昵称
  591. type: string
  592. send_red_packet_avatar_url:
  593. description: 红包发送者-im用户头像
  594. type: string
  595. send_time:
  596. description: 消息发送时间戳,精确到毫秒
  597. type: integer
  598. token:
  599. description: im-token
  600. type: string
  601. user_id:
  602. description: im用户id
  603. type: string
  604. type: object
  605. md.GrabRedPackageResp:
  606. properties:
  607. grab_amount:
  608. description: 抢到的红包金额
  609. type: string
  610. im:
  611. allOf:
  612. - $ref: '#/definitions/pb.SendRedPacketResp'
  613. description: im 返回体
  614. type: object
  615. md.Guide:
  616. properties:
  617. bg_image:
  618. type: string
  619. bg_image_url:
  620. type: string
  621. content_image:
  622. type: string
  623. content_image_url:
  624. type: string
  625. type: object
  626. md.HomePageResp:
  627. properties:
  628. egg_energy_now_price:
  629. description: 蛋蛋能量当前价格
  630. type: string
  631. initial_price:
  632. description: 蛋蛋能量初始价格
  633. type: string
  634. is_rises:
  635. description: 是否涨价
  636. type: boolean
  637. is_sign:
  638. description: 是否开始签到
  639. type: boolean
  640. nick_name:
  641. description: 用户名称
  642. type: string
  643. now_basal_rate:
  644. description: 当前基础速率/小时
  645. type: string
  646. now_team_rate:
  647. description: 当前团队速率/小时
  648. type: string
  649. rises:
  650. description: 涨/跌价百分比
  651. type: string
  652. sign_end_time:
  653. description: 签到截止时间
  654. type: string
  655. total_active_points:
  656. description: 总蛋蛋积分
  657. type: string
  658. total_egg_energy:
  659. description: 总蛋蛋能量
  660. type: string
  661. user_count:
  662. description: 当前用户数量
  663. type: integer
  664. type: object
  665. md.HomePageWatchAdRuleResp:
  666. properties:
  667. each_round_hour:
  668. description: 每一轮X个小时
  669. type: string
  670. interval_minutes:
  671. description: 间隔X秒
  672. type: string
  673. reward_total_num:
  674. description: 一共X个奖励视屏
  675. type: string
  676. reward_value:
  677. description: 奖励X个活跃积分
  678. type: string
  679. type: object
  680. md.InitialDataResp:
  681. properties:
  682. initial_price:
  683. description: 初始价格
  684. type: string
  685. total_angel_investor:
  686. description: 天使投资人
  687. type: string
  688. total_ecological_development:
  689. description: 生态建设
  690. type: string
  691. total_issuance_amount:
  692. description: 总发行量
  693. type: string
  694. total_operate_fund:
  695. description: 运营资金
  696. type: string
  697. total_technology_team:
  698. description: 技术团队
  699. type: string
  700. type: object
  701. md.IntegralList:
  702. properties:
  703. expend_list:
  704. description: 支出类型列表
  705. items:
  706. $ref: '#/definitions/md.TransferTypeNode'
  707. type: array
  708. income_list:
  709. description: 收入类型列表
  710. items:
  711. $ref: '#/definitions/md.TransferTypeNode'
  712. type: array
  713. type: object
  714. md.InviteCodeUserInfoReq:
  715. properties:
  716. invite_code:
  717. type: string
  718. type: object
  719. md.InviteCodeUserInfoResp:
  720. properties:
  721. head_img:
  722. type: string
  723. nickname:
  724. type: string
  725. type: object
  726. md.IsCanGetRedPackageResp:
  727. properties:
  728. is_can_get_red_package:
  729. description: 能否获取红包
  730. type: boolean
  731. type: object
  732. md.IsCanSignInResp:
  733. properties:
  734. is_can_sign_in:
  735. description: 能否签到
  736. type: boolean
  737. type: object
  738. md.LoginReq:
  739. properties:
  740. code:
  741. example: 验证码
  742. type: string
  743. password:
  744. example: 登录密码
  745. type: string
  746. phone:
  747. example: 手机号
  748. type: string
  749. required:
  750. - password
  751. - phone
  752. type: object
  753. md.LoginResponse:
  754. properties:
  755. token:
  756. type: string
  757. type: object
  758. md.MemberCenterGetBasicResp:
  759. properties:
  760. active_num:
  761. description: 活跃值
  762. type: string
  763. amount:
  764. description: 账户余额
  765. type: string
  766. contribution_value:
  767. description: 贡献值
  768. type: string
  769. date:
  770. description: 兑换时间(每月x日)
  771. type: string
  772. egg_energy:
  773. description: 能量值
  774. type: string
  775. egg_energy_value:
  776. description: 能量预估价值
  777. type: string
  778. egg_score:
  779. description: 蛋蛋分
  780. type: string
  781. head_img:
  782. type: string
  783. id:
  784. type: string
  785. invite_code:
  786. type: string
  787. is_bind_extend:
  788. example: 是否绑定了上级 0否 1是
  789. type: string
  790. level_name:
  791. description: 会员等级名称
  792. type: string
  793. nickname:
  794. description: 会员名称
  795. type: string
  796. phone:
  797. type: string
  798. ratio:
  799. description: 兑换比例(x:y)
  800. type: string
  801. type: object
  802. md.MyFansResp:
  803. properties:
  804. now_team_assistance_num:
  805. description: 团队助力人数
  806. type: integer
  807. now_team_assistance_reward:
  808. description: 团队助力收益
  809. type: string
  810. now_team_user:
  811. description: 团队人数
  812. type: integer
  813. type: object
  814. md.MyFansUserListResp:
  815. properties:
  816. list:
  817. items:
  818. $ref: '#/definitions/md.OneLineUserNode'
  819. type: array
  820. type: object
  821. md.NineDimensionalSpaceResp:
  822. properties:
  823. a_lot_of_nums:
  824. description: 全网至多用户数
  825. type: string
  826. day_num:
  827. description: 连续x天不活跃
  828. type: string
  829. rows:
  830. description: 行数
  831. type: string
  832. space_list:
  833. description: 数据列表
  834. items:
  835. $ref: '#/definitions/md.SpaceListNode'
  836. type: array
  837. space_nums:
  838. description: 空间人数
  839. type: string
  840. space_total_nums:
  841. description: 空间总数
  842. type: string
  843. times:
  844. description: 排数
  845. type: string
  846. type: object
  847. md.OneLineUserNode:
  848. properties:
  849. avatar_url:
  850. type: string
  851. invite_time:
  852. type: string
  853. is_online:
  854. type: boolean
  855. nickname:
  856. type: string
  857. type: object
  858. md.PointsCenterGetBasicResp:
  859. properties:
  860. egg_point:
  861. description: 能量积分
  862. type: string
  863. egg_point_amount:
  864. description: 能量积分价值
  865. type: string
  866. energy:
  867. description: 蛋蛋能量值
  868. type: string
  869. energy_amount:
  870. description: 能量价值
  871. type: string
  872. wallet_amount:
  873. description: 账户余额
  874. type: string
  875. type: object
  876. md.PointsExchangeGetBasicResp:
  877. properties:
  878. available_cash:
  879. description: 可用现金
  880. type: string
  881. available_energy:
  882. description: 可用能量
  883. type: string
  884. type: object
  885. md.RealTimePriceResp:
  886. properties:
  887. is_rises:
  888. description: 是否涨/跌价
  889. type: boolean
  890. now_price:
  891. description: 当前价格
  892. type: string
  893. rises:
  894. description: 涨价幅度
  895. type: string
  896. user_count:
  897. description: 用户数
  898. type: string
  899. type: object
  900. md.RedPackageDetailResp:
  901. properties:
  902. detail:
  903. allOf:
  904. - $ref: '#/definitions/code_fnuoos_com_EggPlanet_egg_models_git_src_model.ImSendRedPackageOrd'
  905. description: 红包详情信息
  906. list:
  907. description: 领取红包用户列表
  908. items:
  909. $ref: '#/definitions/md.RedPackageDetailUserNode'
  910. type: array
  911. type: object
  912. md.RedPackageDetailUserNode:
  913. properties:
  914. amount:
  915. description: 金额
  916. type: string
  917. im_user_id:
  918. description: im用户id
  919. type: string
  920. received_at:
  921. description: 领取时间
  922. type: string
  923. user_avatar_url:
  924. description: im用户昵称
  925. type: string
  926. user_nick_name:
  927. description: im用户昵称
  928. type: string
  929. type: object
  930. md.RegisterReq:
  931. properties:
  932. avatar:
  933. example: 头像
  934. type: string
  935. code:
  936. example: 验证码
  937. type: string
  938. invite_code:
  939. example: 邀请码
  940. type: string
  941. mobile:
  942. type: string
  943. nickname:
  944. example: 昵称
  945. type: string
  946. open_id:
  947. example: 微信openId
  948. type: string
  949. password:
  950. example: 密码 如 123
  951. type: string
  952. sex:
  953. description: 性别(0:未知 1:男 2:女)
  954. type: integer
  955. type:
  956. example: app:APP注册、h5:H5注册
  957. type: string
  958. union_id:
  959. example: 微信UnionId
  960. type: string
  961. required:
  962. - mobile
  963. type: object
  964. md.Response:
  965. properties:
  966. code:
  967. example: 响应码
  968. type: string
  969. data:
  970. description: 内容
  971. msg:
  972. example: 具体错误原因
  973. type: string
  974. type: object
  975. md.SendRedPackageDetailReq:
  976. properties:
  977. order_id:
  978. description: 红包的订单 ID
  979. type: string
  980. type: object
  981. md.SendRedPackageDetailResp:
  982. properties:
  983. im:
  984. $ref: '#/definitions/md.SeqType'
  985. red_package_id:
  986. description: 红包 ID
  987. type: integer
  988. type: object
  989. md.SendRedPackageReq:
  990. properties:
  991. amount:
  992. description: 红包金额
  993. type: string
  994. device_id:
  995. description: 设备id
  996. type: string
  997. receiver_id:
  998. description: 用户id或者群组id
  999. type: integer
  1000. receiver_type:
  1001. description: 接收者类型,1:user;2:group
  1002. type: integer
  1003. red_package_cover:
  1004. description: 红包封面
  1005. type: string
  1006. red_packet_content:
  1007. description: 红包文字内容
  1008. type: string
  1009. red_packet_nums:
  1010. description: 红包数量
  1011. type: integer
  1012. red_packet_small_content:
  1013. description: 红包文字内容
  1014. type: string
  1015. red_packet_type:
  1016. description: 红包类型(0:未知 1:好友红包 2:群组普通红包 3:群组手气红包 4:群组专属红包 5:系统红包)
  1017. type: integer
  1018. send_time:
  1019. description: 消息发送时间戳,精确到毫秒
  1020. type: integer
  1021. to_user_ids:
  1022. description: 红包给到哪些im用户id(专属红包)
  1023. items:
  1024. type: integer
  1025. type: array
  1026. token:
  1027. description: im-token
  1028. type: string
  1029. user_id:
  1030. description: im用户id
  1031. type: string
  1032. type: object
  1033. md.SendRedPackageResp:
  1034. properties:
  1035. im:
  1036. $ref: '#/definitions/pb.SendRedPacketResp'
  1037. red_package_id:
  1038. description: 红包ID
  1039. type: integer
  1040. type: object
  1041. md.SeqType:
  1042. properties:
  1043. seq:
  1044. description: 序列号
  1045. type: integer
  1046. type: object
  1047. md.SmsSendReq:
  1048. properties:
  1049. captcha_output:
  1050. example: 阿里云图形验证码对应参数
  1051. type: string
  1052. gen_time:
  1053. example: 阿里云图形验证码对应参数
  1054. type: string
  1055. lot_number:
  1056. example: 阿里云图形验证码对应参数
  1057. type: string
  1058. mobile:
  1059. type: string
  1060. pass_token:
  1061. example: 阿里云图形验证码对应参数
  1062. type: string
  1063. type:
  1064. example: h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码
  1065. type: string
  1066. required:
  1067. - mobile
  1068. type: object
  1069. md.SpaceListNode:
  1070. properties:
  1071. max_count:
  1072. description: 最大容纳人数
  1073. type: string
  1074. name:
  1075. description: 维度
  1076. type: string
  1077. now_count:
  1078. description: 当前人数
  1079. type: string
  1080. type: object
  1081. md.TotalRateResp:
  1082. properties:
  1083. consumed_personal_egg_point:
  1084. description: 消耗个人蛋蛋积分
  1085. type: string
  1086. consumed_team_egg_point:
  1087. description: 消耗团队蛋蛋积分
  1088. type: string
  1089. now_basal_rate:
  1090. description: 当前基础速率/小时
  1091. type: string
  1092. now_team_rate:
  1093. description: 当前团队速率/小时
  1094. type: string
  1095. now_total_rate:
  1096. description: 总速率/小时
  1097. type: string
  1098. type: object
  1099. md.TransferTypeList:
  1100. properties:
  1101. TeamTransferTypeList:
  1102. allOf:
  1103. - $ref: '#/definitions/md.IntegralList'
  1104. description: 团队积分变动列表
  1105. personal_transfer_type_list:
  1106. allOf:
  1107. - $ref: '#/definitions/md.IntegralList'
  1108. description: 个人积分变动列表
  1109. type: object
  1110. md.TransferTypeNode:
  1111. properties:
  1112. name:
  1113. type: string
  1114. value:
  1115. type: string
  1116. type: object
  1117. md.UserFeedbackListReq:
  1118. properties:
  1119. limit:
  1120. type: string
  1121. page:
  1122. type: string
  1123. type: object
  1124. md.UserFeedbackListResp:
  1125. properties:
  1126. content:
  1127. type: string
  1128. create_at:
  1129. type: string
  1130. id:
  1131. type: string
  1132. img:
  1133. items:
  1134. type: string
  1135. type: array
  1136. label:
  1137. type: string
  1138. state:
  1139. example: 0未回复 1已回复
  1140. type: string
  1141. title:
  1142. type: string
  1143. type: object
  1144. md.UserFeedbackRecordReq:
  1145. properties:
  1146. id:
  1147. type: string
  1148. page:
  1149. type: string
  1150. type: object
  1151. md.UserFeedbackRecordResp:
  1152. properties:
  1153. content:
  1154. type: string
  1155. create_at:
  1156. type: string
  1157. head_img:
  1158. type: string
  1159. nickname:
  1160. type: string
  1161. type:
  1162. type: string
  1163. type: object
  1164. md.UserFeedbackSaveReq:
  1165. properties:
  1166. cid:
  1167. example: 问题类型的id
  1168. type: string
  1169. content:
  1170. example: 问题内容
  1171. type: string
  1172. idea:
  1173. example: 建议内容
  1174. type: string
  1175. img:
  1176. example:
  1177. - 图片
  1178. items:
  1179. type: string
  1180. type: array
  1181. phone:
  1182. type: string
  1183. title:
  1184. type: string
  1185. type:
  1186. example: 问题类型的name
  1187. type: string
  1188. type: object
  1189. md.UserFeedbackSayReq:
  1190. properties:
  1191. content:
  1192. example: 问题内容
  1193. type: string
  1194. id:
  1195. example: id
  1196. type: string
  1197. type: object
  1198. md.UserInfoResp:
  1199. properties:
  1200. head_img:
  1201. type: string
  1202. id:
  1203. type: string
  1204. invite_code:
  1205. type: string
  1206. is_bind_extend:
  1207. example: 是否绑定了上级 0否 1是
  1208. type: string
  1209. nickname:
  1210. type: string
  1211. phone:
  1212. type: string
  1213. type: object
  1214. md.Version:
  1215. properties:
  1216. content:
  1217. type: string
  1218. img:
  1219. type: string
  1220. is_must:
  1221. type: string
  1222. name:
  1223. type: string
  1224. type:
  1225. type: string
  1226. url:
  1227. type: string
  1228. version:
  1229. type: string
  1230. type: object
  1231. md.VersionResp:
  1232. properties:
  1233. is_audit_version:
  1234. type: string
  1235. version:
  1236. items:
  1237. $ref: '#/definitions/md.Version'
  1238. type: array
  1239. type: object
  1240. md.WalletFlowNode:
  1241. properties:
  1242. after_amount:
  1243. description: 变动后金额
  1244. type: string
  1245. amount:
  1246. description: 变动金额
  1247. type: string
  1248. before_amount:
  1249. description: 变动前金额
  1250. type: string
  1251. create_time:
  1252. description: 创建时间
  1253. type: string
  1254. direction:
  1255. description: 方向:1.收入 2.支出
  1256. type: integer
  1257. id:
  1258. type: integer
  1259. kind:
  1260. description: 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量
  1261. type: integer
  1262. memo:
  1263. description: 备注
  1264. type: string
  1265. ord_id:
  1266. description: 对应订单编号
  1267. type: string
  1268. state:
  1269. description: 1未到账,2已到账
  1270. type: integer
  1271. sys_fee:
  1272. description: 手续费
  1273. type: string
  1274. title:
  1275. description: 标题
  1276. type: string
  1277. uid:
  1278. description: 用户 ID
  1279. type: integer
  1280. update_time:
  1281. description: 更新时间
  1282. type: string
  1283. type: object
  1284. md.WechatLoginReq:
  1285. properties:
  1286. avatar:
  1287. example: 头像
  1288. type: string
  1289. nickname:
  1290. example: 昵称
  1291. type: string
  1292. open_id:
  1293. example: 微信openId
  1294. type: string
  1295. union_id:
  1296. example: 微信UnionId
  1297. type: string
  1298. type: object
  1299. md.WithdrawGetAmountResp:
  1300. properties:
  1301. amount:
  1302. description: 余额
  1303. type: string
  1304. type: object
  1305. pb.SendRedPacketResp:
  1306. properties:
  1307. seq:
  1308. description: 消息序列号
  1309. type: integer
  1310. type: object
  1311. host: ddxq.izhim.com
  1312. info:
  1313. contact:
  1314. email: 1239118001@qq.com
  1315. name: dengbiao
  1316. url: http://www.swagger.io/support
  1317. description: APP客户端-Api接口
  1318. license:
  1319. name: Apache 2.0
  1320. url: http://www.apache.org/licenses/LICENSE-2.0.html
  1321. termsOfService: http://swagger.io/terms/
  1322. title: 蛋蛋星球-APP客户端
  1323. version: "1.0"
  1324. paths:
  1325. /api/v1/addFriend/basalRate:
  1326. get:
  1327. consumes:
  1328. - application/json
  1329. description: 基础速率(获取)
  1330. parameters:
  1331. - description: 验证参数Bearer和token空格拼接
  1332. in: header
  1333. name: Authorization
  1334. required: true
  1335. type: string
  1336. produces:
  1337. - application/json
  1338. responses:
  1339. "200":
  1340. description: 具体数据
  1341. schema:
  1342. $ref: '#/definitions/md.BasalRateResp'
  1343. "400":
  1344. description: 具体错误
  1345. schema:
  1346. $ref: '#/definitions/md.Response'
  1347. summary: 蛋蛋星球-添加好友-基础速率(获取)
  1348. tags:
  1349. - 添加好友
  1350. /api/v1/addFriend/eggEnergyDetails:
  1351. post:
  1352. consumes:
  1353. - application/json
  1354. description: 蛋蛋能量明细(获取)
  1355. parameters:
  1356. - description: 验证参数Bearer和token空格拼接
  1357. in: header
  1358. name: Authorization
  1359. required: true
  1360. type: string
  1361. - description: 分页类型必填
  1362. in: body
  1363. name: req
  1364. required: true
  1365. schema:
  1366. $ref: '#/definitions/md.EggEnergyDetailReq'
  1367. produces:
  1368. - application/json
  1369. responses:
  1370. "200":
  1371. description: 具体数据
  1372. schema:
  1373. $ref: '#/definitions/md.EggEnergyDetailResp'
  1374. "400":
  1375. description: 具体错误
  1376. schema:
  1377. $ref: '#/definitions/md.Response'
  1378. summary: 蛋蛋星球-添加好友-蛋蛋能量明细(获取)
  1379. tags:
  1380. - 添加好友
  1381. /api/v1/addFriend/eggPointDetails:
  1382. post:
  1383. consumes:
  1384. - application/json
  1385. description: 蛋蛋积分明细(获取)
  1386. parameters:
  1387. - description: 验证参数Bearer和token空格拼接
  1388. in: header
  1389. name: Authorization
  1390. required: true
  1391. type: string
  1392. - description: 分页类型必填
  1393. in: body
  1394. name: req
  1395. required: true
  1396. schema:
  1397. $ref: '#/definitions/md.EggPointDetailsReq'
  1398. produces:
  1399. - application/json
  1400. responses:
  1401. "200":
  1402. description: 具体数据
  1403. schema:
  1404. $ref: '#/definitions/md.EggPointDetailsResp'
  1405. "400":
  1406. description: 具体错误
  1407. schema:
  1408. $ref: '#/definitions/md.Response'
  1409. summary: 蛋蛋星球-添加好友-蛋蛋积分明细(获取)
  1410. tags:
  1411. - 添加好友
  1412. /api/v1/addFriend/myFans:
  1413. get:
  1414. consumes:
  1415. - application/json
  1416. description: 团队加速速率(获取)
  1417. parameters:
  1418. - description: 验证参数Bearer和token空格拼接
  1419. in: header
  1420. name: Authorization
  1421. required: true
  1422. type: string
  1423. produces:
  1424. - application/json
  1425. responses:
  1426. "200":
  1427. description: 具体数据
  1428. schema:
  1429. $ref: '#/definitions/md.MyFansResp'
  1430. "400":
  1431. description: 具体错误
  1432. schema:
  1433. $ref: '#/definitions/md.Response'
  1434. summary: 蛋蛋星球-添加好友-粉丝团队-我的粉丝-团队加速速率(获取)
  1435. tags:
  1436. - 添加好友
  1437. /api/v1/addFriend/myFansUserList:
  1438. get:
  1439. consumes:
  1440. - application/json
  1441. description: 在线好友列表(获取)
  1442. parameters:
  1443. - description: 验证参数Bearer和token空格拼接
  1444. in: header
  1445. name: Authorization
  1446. required: true
  1447. type: string
  1448. - description: 每页大小
  1449. in: query
  1450. name: limit
  1451. required: true
  1452. type: integer
  1453. - description: 页数
  1454. in: query
  1455. name: page
  1456. required: true
  1457. type: integer
  1458. produces:
  1459. - application/json
  1460. responses:
  1461. "200":
  1462. description: 具体数据
  1463. schema:
  1464. $ref: '#/definitions/md.MyFansUserListResp'
  1465. "400":
  1466. description: 具体错误
  1467. schema:
  1468. $ref: '#/definitions/md.Response'
  1469. summary: 蛋蛋星球-添加好友-粉丝团队-我的粉丝-在线好友列表(获取)
  1470. tags:
  1471. - 添加好友
  1472. /api/v1/addFriend/nineDimensionalSpace:
  1473. get:
  1474. consumes:
  1475. - application/json
  1476. description: 九维空间(获取)
  1477. parameters:
  1478. - description: 验证参数Bearer和token空格拼接
  1479. in: header
  1480. name: Authorization
  1481. required: true
  1482. type: string
  1483. produces:
  1484. - application/json
  1485. responses:
  1486. "200":
  1487. description: 具体数据
  1488. schema:
  1489. $ref: '#/definitions/md.NineDimensionalSpaceResp'
  1490. "400":
  1491. description: 具体错误
  1492. schema:
  1493. $ref: '#/definitions/md.Response'
  1494. summary: 蛋蛋星球-添加好友-粉丝团队-九维空间(获取)
  1495. tags:
  1496. - 添加好友
  1497. /api/v1/addFriend/totalRate:
  1498. get:
  1499. consumes:
  1500. - application/json
  1501. description: 总速率(获取)
  1502. parameters:
  1503. - description: 验证参数Bearer和token空格拼接
  1504. in: header
  1505. name: Authorization
  1506. required: true
  1507. type: string
  1508. produces:
  1509. - application/json
  1510. responses:
  1511. "200":
  1512. description: 具体数据
  1513. schema:
  1514. $ref: '#/definitions/md.TotalRateResp'
  1515. "400":
  1516. description: 具体错误
  1517. schema:
  1518. $ref: '#/definitions/md.Response'
  1519. summary: 蛋蛋星球-添加好友-总速率(获取)
  1520. tags:
  1521. - 添加好友
  1522. /api/v1/advertising:
  1523. get:
  1524. consumes:
  1525. - application/json
  1526. description: 广告位
  1527. parameters:
  1528. - description: 验证参数Bearer和token空格拼接
  1529. in: header
  1530. name: Authorization
  1531. required: true
  1532. type: string
  1533. produces:
  1534. - application/json
  1535. responses:
  1536. "200":
  1537. description: 具体数据
  1538. schema:
  1539. $ref: '#/definitions/md.AdvertisingResp'
  1540. "400":
  1541. description: 具体错误
  1542. schema:
  1543. $ref: '#/definitions/md.Response'
  1544. summary: 广告位
  1545. tags:
  1546. - 广告位
  1547. /api/v1/advertising/check:
  1548. post:
  1549. consumes:
  1550. - application/json
  1551. description: 广告位限制
  1552. parameters:
  1553. - description: 验证参数Bearer和token空格拼接
  1554. in: header
  1555. name: Authorization
  1556. required: true
  1557. type: string
  1558. - description: 注册参数
  1559. in: body
  1560. name: req
  1561. required: true
  1562. schema:
  1563. $ref: '#/definitions/md.AdvertisingReq'
  1564. produces:
  1565. - application/json
  1566. responses:
  1567. "200":
  1568. description: 具体数据
  1569. schema:
  1570. $ref: '#/definitions/md.AdvertisingCheck'
  1571. "400":
  1572. description: 具体错误
  1573. schema:
  1574. $ref: '#/definitions/md.Response'
  1575. summary: 广告位限制
  1576. tags:
  1577. - 广告位
  1578. /api/v1/advertising/detail:
  1579. post:
  1580. consumes:
  1581. - application/json
  1582. description: 广告位详情
  1583. parameters:
  1584. - description: 验证参数Bearer和token空格拼接
  1585. in: header
  1586. name: Authorization
  1587. required: true
  1588. type: string
  1589. - description: 注册参数
  1590. in: body
  1591. name: req
  1592. required: true
  1593. schema:
  1594. $ref: '#/definitions/md.AdvertisingReq'
  1595. produces:
  1596. - application/json
  1597. responses:
  1598. "200":
  1599. description: 具体数据
  1600. schema:
  1601. $ref: '#/definitions/md.AdvertisingSpace'
  1602. "400":
  1603. description: 具体错误
  1604. schema:
  1605. $ref: '#/definitions/md.Response'
  1606. summary: 广告位详情
  1607. tags:
  1608. - 广告位
  1609. /api/v1/college/cate:
  1610. get:
  1611. consumes:
  1612. - application/json
  1613. description: 蛋蛋学院-分类
  1614. parameters:
  1615. - description: 验证参数Bearer和token空格拼接
  1616. in: header
  1617. name: Authorization
  1618. required: true
  1619. type: string
  1620. produces:
  1621. - application/json
  1622. responses:
  1623. "200":
  1624. description: 具体数据
  1625. schema:
  1626. $ref: '#/definitions/md.AdvertisingResp'
  1627. "400":
  1628. description: 具体错误
  1629. schema:
  1630. $ref: '#/definitions/md.Response'
  1631. summary: 蛋蛋学院-分类
  1632. tags:
  1633. - 蛋蛋学院
  1634. /api/v1/college/detail:
  1635. post:
  1636. consumes:
  1637. - application/json
  1638. description: 蛋蛋学院-文章详情
  1639. parameters:
  1640. - description: 验证参数Bearer和token空格拼接
  1641. in: header
  1642. name: Authorization
  1643. required: true
  1644. type: string
  1645. - description: 参数
  1646. in: body
  1647. name: req
  1648. required: true
  1649. schema:
  1650. $ref: '#/definitions/md.CollegeDetailReq'
  1651. produces:
  1652. - application/json
  1653. responses:
  1654. "200":
  1655. description: 具体数据
  1656. schema:
  1657. $ref: '#/definitions/md.CollegeDetailResp'
  1658. "400":
  1659. description: 具体错误
  1660. schema:
  1661. $ref: '#/definitions/md.Response'
  1662. summary: 蛋蛋学院-文章详情
  1663. tags:
  1664. - 蛋蛋学院
  1665. /api/v1/college/like/add:
  1666. post:
  1667. consumes:
  1668. - application/json
  1669. description: 蛋蛋学院-文章-点赞
  1670. parameters:
  1671. - description: 验证参数Bearer和token空格拼接
  1672. in: header
  1673. name: Authorization
  1674. required: true
  1675. type: string
  1676. - description: 参数
  1677. in: body
  1678. name: req
  1679. required: true
  1680. schema:
  1681. $ref: '#/definitions/md.CollegeDetailReq'
  1682. produces:
  1683. - application/json
  1684. responses:
  1685. "200":
  1686. description: 具体数据
  1687. schema:
  1688. type: string
  1689. "400":
  1690. description: 具体错误
  1691. schema:
  1692. $ref: '#/definitions/md.Response'
  1693. summary: 蛋蛋学院-文章-点赞
  1694. tags:
  1695. - 蛋蛋学院
  1696. /api/v1/college/like/cancel:
  1697. post:
  1698. consumes:
  1699. - application/json
  1700. description: 蛋蛋学院-文章-取消点赞
  1701. parameters:
  1702. - description: 验证参数Bearer和token空格拼接
  1703. in: header
  1704. name: Authorization
  1705. required: true
  1706. type: string
  1707. - description: 参数
  1708. in: body
  1709. name: req
  1710. required: true
  1711. schema:
  1712. $ref: '#/definitions/md.CollegeDetailReq'
  1713. produces:
  1714. - application/json
  1715. responses:
  1716. "200":
  1717. description: 具体数据
  1718. schema:
  1719. type: string
  1720. "400":
  1721. description: 具体错误
  1722. schema:
  1723. $ref: '#/definitions/md.Response'
  1724. summary: 蛋蛋学院-文章-取消点赞
  1725. tags:
  1726. - 蛋蛋学院
  1727. /api/v1/college/list:
  1728. post:
  1729. consumes:
  1730. - application/json
  1731. description: 蛋蛋学院-文章列表
  1732. parameters:
  1733. - description: 验证参数Bearer和token空格拼接
  1734. in: header
  1735. name: Authorization
  1736. required: true
  1737. type: string
  1738. - description: 参数
  1739. in: body
  1740. name: req
  1741. required: true
  1742. schema:
  1743. $ref: '#/definitions/md.CollegeListReq'
  1744. produces:
  1745. - application/json
  1746. responses:
  1747. "200":
  1748. description: 具体数据
  1749. schema:
  1750. $ref: '#/definitions/md.CollegeListResp'
  1751. "400":
  1752. description: 具体错误
  1753. schema:
  1754. $ref: '#/definitions/md.Response'
  1755. summary: 蛋蛋学院-文章列表
  1756. tags:
  1757. - 蛋蛋学院
  1758. /api/v1/college/share/add:
  1759. post:
  1760. consumes:
  1761. - application/json
  1762. description: 蛋蛋学院-文章-分享后调用统计数量
  1763. parameters:
  1764. - description: 验证参数Bearer和token空格拼接
  1765. in: header
  1766. name: Authorization
  1767. required: true
  1768. type: string
  1769. - description: 参数
  1770. in: body
  1771. name: req
  1772. required: true
  1773. schema:
  1774. $ref: '#/definitions/md.CollegeDetailReq'
  1775. produces:
  1776. - application/json
  1777. responses:
  1778. "200":
  1779. description: 具体数据
  1780. schema:
  1781. type: string
  1782. "400":
  1783. description: 具体错误
  1784. schema:
  1785. $ref: '#/definitions/md.Response'
  1786. summary: 蛋蛋学院-文章-分享后调用统计数量
  1787. tags:
  1788. - 蛋蛋学院
  1789. /api/v1/comm/getOssUrl:
  1790. post:
  1791. consumes:
  1792. - application/json
  1793. description: 上传许可链接(获取)
  1794. parameters:
  1795. - description: 验证参数Bearer和token空格拼接
  1796. in: header
  1797. name: Authorization
  1798. required: true
  1799. type: string
  1800. - description: 签名上传url
  1801. in: body
  1802. name: req
  1803. required: true
  1804. schema:
  1805. $ref: '#/definitions/comm.ImgReqUploadReq'
  1806. produces:
  1807. - application/json
  1808. responses:
  1809. "200":
  1810. description: 许可链接
  1811. schema:
  1812. type: string
  1813. "400":
  1814. description: 具体错误
  1815. schema:
  1816. $ref: '#/definitions/md.Response'
  1817. summary: 通用请求-对象存储-上传许可链接(获取)
  1818. tags:
  1819. - 对象存储
  1820. /api/v1/config:
  1821. get:
  1822. consumes:
  1823. - application/json
  1824. description: 基本配置
  1825. parameters:
  1826. - description: 验证参数Bearer和token空格拼接
  1827. in: header
  1828. name: Authorization
  1829. required: true
  1830. type: string
  1831. produces:
  1832. - application/json
  1833. responses:
  1834. "200":
  1835. description: 具体数据
  1836. schema:
  1837. $ref: '#/definitions/md.ConfigResp'
  1838. "400":
  1839. description: 具体错误
  1840. schema:
  1841. $ref: '#/definitions/md.Response'
  1842. summary: 基本配置
  1843. tags:
  1844. - 基本配置
  1845. /api/v1/fastLogin:
  1846. post:
  1847. consumes:
  1848. - application/json
  1849. description: 一键登录
  1850. parameters:
  1851. - description: 注册参数
  1852. in: body
  1853. name: req
  1854. required: true
  1855. schema:
  1856. $ref: '#/definitions/md.FastLoginReq'
  1857. produces:
  1858. - application/json
  1859. responses:
  1860. "200":
  1861. description: 登录成功返回
  1862. schema:
  1863. $ref: '#/definitions/md.LoginResponse'
  1864. "400":
  1865. description: 具体错误
  1866. schema:
  1867. $ref: '#/definitions/md.Response'
  1868. summary: 一键登录
  1869. tags:
  1870. - 登录注册
  1871. /api/v1/findPassword:
  1872. post:
  1873. consumes:
  1874. - application/json
  1875. description: 找回密码
  1876. parameters:
  1877. - description: 注册参数
  1878. in: body
  1879. name: req
  1880. required: true
  1881. schema:
  1882. $ref: '#/definitions/md.FindPasswordReq'
  1883. produces:
  1884. - application/json
  1885. responses:
  1886. "200":
  1887. description: 登录成功返回
  1888. schema:
  1889. type: string
  1890. "400":
  1891. description: 具体错误
  1892. schema:
  1893. $ref: '#/definitions/md.Response'
  1894. summary: 找回密码
  1895. tags:
  1896. - 登录注册
  1897. /api/v1/getModuleSetting:
  1898. get:
  1899. consumes:
  1900. - application/json
  1901. description: 页面样式
  1902. parameters:
  1903. - description: 验证参数Bearer和token空格拼接
  1904. in: header
  1905. name: Authorization
  1906. required: true
  1907. type: string
  1908. - description: 页面名称类型值(1:home_page 2:member_center 3:bottom_bar 4:invitation_download_landing_page
  1909. 5:invitation_poster)
  1910. in: query
  1911. name: mod_name_value
  1912. required: true
  1913. type: string
  1914. produces:
  1915. - application/json
  1916. responses:
  1917. "200":
  1918. description: 具体数据
  1919. schema:
  1920. $ref: '#/definitions/md.GetModuleSettingResp'
  1921. "400":
  1922. description: 具体错误
  1923. schema:
  1924. $ref: '#/definitions/md.Response'
  1925. summary: 页面样式
  1926. tags:
  1927. - 页面样式
  1928. /api/v1/homePage/adRule:
  1929. get:
  1930. consumes:
  1931. - application/json
  1932. description: 视频奖励规则(获取)
  1933. parameters:
  1934. - description: 验证参数Bearer和token空格拼接
  1935. in: header
  1936. name: Authorization
  1937. required: true
  1938. type: string
  1939. produces:
  1940. - application/json
  1941. responses:
  1942. "200":
  1943. description: 具体数据
  1944. schema:
  1945. $ref: '#/definitions/md.HomePageWatchAdRuleResp'
  1946. "400":
  1947. description: 具体错误
  1948. schema:
  1949. $ref: '#/definitions/md.Response'
  1950. summary: 蛋蛋星球-主页-视频奖励规则(获取)
  1951. tags:
  1952. - 主页
  1953. /api/v1/homePage/index:
  1954. get:
  1955. consumes:
  1956. - application/json
  1957. description: 基础信息(获取)
  1958. parameters:
  1959. - description: 验证参数Bearer和token空格拼接
  1960. in: header
  1961. name: Authorization
  1962. required: true
  1963. type: string
  1964. produces:
  1965. - application/json
  1966. responses:
  1967. "200":
  1968. description: 具体数据
  1969. schema:
  1970. $ref: '#/definitions/md.HomePageResp'
  1971. "400":
  1972. description: 具体错误
  1973. schema:
  1974. $ref: '#/definitions/md.Response'
  1975. summary: 蛋蛋星球-主页-基础信息(获取)
  1976. tags:
  1977. - 主页
  1978. /api/v1/homePage/isCanGetRedPackage:
  1979. get:
  1980. consumes:
  1981. - application/json
  1982. description: 是否可以领取红包(获取)
  1983. parameters:
  1984. - description: 验证参数Bearer和token空格拼接
  1985. in: header
  1986. name: Authorization
  1987. required: true
  1988. type: string
  1989. produces:
  1990. - application/json
  1991. responses:
  1992. "200":
  1993. description: 具体数据
  1994. schema:
  1995. $ref: '#/definitions/md.IsCanGetRedPackageResp'
  1996. "400":
  1997. description: 具体错误
  1998. schema:
  1999. $ref: '#/definitions/md.Response'
  2000. summary: 蛋蛋星球-主页-是否领取红包(获取)
  2001. tags:
  2002. - 主页
  2003. /api/v1/homePage/isCanSignIn:
  2004. get:
  2005. consumes:
  2006. - application/json
  2007. description: 是否可以签到(获取)
  2008. parameters:
  2009. - description: 验证参数Bearer和token空格拼接
  2010. in: header
  2011. name: Authorization
  2012. required: true
  2013. type: string
  2014. produces:
  2015. - application/json
  2016. responses:
  2017. "200":
  2018. description: 具体数据
  2019. schema:
  2020. $ref: '#/definitions/md.IsCanSignInResp'
  2021. "400":
  2022. description: 具体错误
  2023. schema:
  2024. $ref: '#/definitions/md.Response'
  2025. summary: 蛋蛋星球-主页-是否能签到(获取)
  2026. tags:
  2027. - 主页
  2028. /api/v1/homePage/realTimePrice:
  2029. get:
  2030. consumes:
  2031. - application/json
  2032. description: 实时数据(获取)
  2033. parameters:
  2034. - description: 验证参数Bearer和token空格拼接
  2035. in: header
  2036. name: Authorization
  2037. required: true
  2038. type: string
  2039. produces:
  2040. - application/json
  2041. responses:
  2042. "200":
  2043. description: 具体数据
  2044. schema:
  2045. $ref: '#/definitions/md.RealTimePriceResp'
  2046. "400":
  2047. description: 具体错误
  2048. schema:
  2049. $ref: '#/definitions/md.Response'
  2050. summary: 蛋蛋星球-主页-实时数据(获取)
  2051. tags:
  2052. - 主页
  2053. /api/v1/im/redPackageDetail:
  2054. get:
  2055. consumes:
  2056. - application/json
  2057. description: 红包详情(获取)
  2058. parameters:
  2059. - description: 验证参数Bearer和token空格拼接
  2060. in: header
  2061. name: Authorization
  2062. required: true
  2063. type: string
  2064. - description: 红包 ID
  2065. in: query
  2066. name: red_package_id
  2067. required: true
  2068. type: string
  2069. produces:
  2070. - application/json
  2071. responses:
  2072. "200":
  2073. description: 具体数据
  2074. schema:
  2075. $ref: '#/definitions/md.RedPackageDetailResp'
  2076. "400":
  2077. description: 具体错误
  2078. schema:
  2079. $ref: '#/definitions/md.Response'
  2080. summary: 蛋蛋星球-即时通讯-红包详情(获取)
  2081. tags:
  2082. - 即时通讯
  2083. /api/v1/im/user/grabRedPackage:
  2084. post:
  2085. consumes:
  2086. - application/json
  2087. description: 领取红包
  2088. parameters:
  2089. - description: 验证参数Bearer和token空格拼接
  2090. in: header
  2091. name: Authorization
  2092. required: true
  2093. type: string
  2094. - description: 领取红包信息
  2095. in: body
  2096. name: req
  2097. required: true
  2098. schema:
  2099. $ref: '#/definitions/md.GrabRedPackageReq'
  2100. produces:
  2101. - application/json
  2102. responses:
  2103. "200":
  2104. description: 具体数据
  2105. schema:
  2106. $ref: '#/definitions/md.GrabRedPackageResp'
  2107. "400":
  2108. description: 具体错误
  2109. schema:
  2110. $ref: '#/definitions/md.Response'
  2111. summary: 蛋蛋星球-即时通讯-领取红包
  2112. tags:
  2113. - 即时通讯
  2114. /api/v1/im/user/sendRedPackage:
  2115. post:
  2116. consumes:
  2117. - application/json
  2118. description: 发送红包
  2119. parameters:
  2120. - description: 验证参数Bearer和token空格拼接
  2121. in: header
  2122. name: Authorization
  2123. required: true
  2124. type: string
  2125. - description: 发送红包信息
  2126. in: body
  2127. name: req
  2128. required: true
  2129. schema:
  2130. $ref: '#/definitions/md.SendRedPackageReq'
  2131. produces:
  2132. - application/json
  2133. responses:
  2134. "200":
  2135. description: 具体数据
  2136. schema:
  2137. $ref: '#/definitions/md.SendRedPackageResp'
  2138. "400":
  2139. description: 具体错误
  2140. schema:
  2141. $ref: '#/definitions/md.Response'
  2142. summary: 蛋蛋星球-即时通讯-发送红包
  2143. tags:
  2144. - 即时通讯
  2145. /api/v1/im/user/sendRedPackageDetail:
  2146. post:
  2147. consumes:
  2148. - application/json
  2149. description: 发送红包详情
  2150. parameters:
  2151. - description: 验证参数Bearer和token空格拼接
  2152. in: header
  2153. name: Authorization
  2154. required: true
  2155. type: string
  2156. - description: 红包的订单 ID
  2157. in: body
  2158. name: req
  2159. required: true
  2160. schema:
  2161. $ref: '#/definitions/md.SendRedPackageDetailReq'
  2162. produces:
  2163. - application/json
  2164. responses:
  2165. "200":
  2166. description: 具体数据
  2167. schema:
  2168. $ref: '#/definitions/md.SendRedPackageDetailResp'
  2169. "400":
  2170. description: 具体错误
  2171. schema:
  2172. $ref: '#/definitions/md.Response'
  2173. summary: 蛋蛋星球-即时通讯-发送红包详情
  2174. tags:
  2175. - 即时通讯
  2176. /api/v1/inviteCode/userInfo:
  2177. post:
  2178. consumes:
  2179. - application/json
  2180. description: 邀请码获取用户信息
  2181. parameters:
  2182. - description: 注册参数
  2183. in: body
  2184. name: req
  2185. required: true
  2186. schema:
  2187. $ref: '#/definitions/md.InviteCodeUserInfoReq'
  2188. produces:
  2189. - application/json
  2190. responses:
  2191. "200":
  2192. description: 具体数据
  2193. schema:
  2194. $ref: '#/definitions/md.InviteCodeUserInfoResp'
  2195. "400":
  2196. description: 具体错误
  2197. schema:
  2198. $ref: '#/definitions/md.Response'
  2199. summary: 邀请码获取用户信息
  2200. tags:
  2201. - 登录注册
  2202. /api/v1/login:
  2203. post:
  2204. consumes:
  2205. - application/json
  2206. description: 登入
  2207. parameters:
  2208. - description: 用户名密码
  2209. in: body
  2210. name: req
  2211. required: true
  2212. schema:
  2213. $ref: '#/definitions/md.LoginReq'
  2214. produces:
  2215. - application/json
  2216. responses:
  2217. "200":
  2218. description: token
  2219. schema:
  2220. $ref: '#/definitions/md.LoginResponse'
  2221. "400":
  2222. description: 具体错误
  2223. schema:
  2224. $ref: '#/definitions/md.Response'
  2225. summary: 登陆
  2226. tags:
  2227. - 登录注册
  2228. /api/v1/memberCenter/bindParent:
  2229. post:
  2230. consumes:
  2231. - application/json
  2232. description: 绑定上级
  2233. parameters:
  2234. - description: 注册参数
  2235. in: body
  2236. name: req
  2237. required: true
  2238. schema:
  2239. $ref: '#/definitions/md.InviteCodeUserInfoReq'
  2240. produces:
  2241. - application/json
  2242. responses:
  2243. "200":
  2244. description: 具体数据
  2245. schema:
  2246. type: string
  2247. "400":
  2248. description: 具体错误
  2249. schema:
  2250. $ref: '#/definitions/md.Response'
  2251. summary: 绑定上级-要登陆的
  2252. tags:
  2253. - 登录注册
  2254. /api/v1/memberCenter/getBasic:
  2255. get:
  2256. consumes:
  2257. - application/json
  2258. description: 基础数据(获取)
  2259. parameters:
  2260. - description: 验证参数Bearer和token空格拼接
  2261. in: header
  2262. name: Authorization
  2263. required: true
  2264. type: string
  2265. produces:
  2266. - application/json
  2267. responses:
  2268. "200":
  2269. description: 具体数据
  2270. schema:
  2271. $ref: '#/definitions/md.MemberCenterGetBasicResp'
  2272. "400":
  2273. description: 具体错误
  2274. schema:
  2275. $ref: '#/definitions/md.Response'
  2276. summary: 蛋蛋星球-会员中心-基础数据(获取)
  2277. tags:
  2278. - 会员中心
  2279. /api/v1/openApp/start:
  2280. get:
  2281. consumes:
  2282. - application/json
  2283. description: 打开app调用
  2284. parameters:
  2285. - description: 验证参数Bearer和token空格拼接
  2286. in: header
  2287. name: Authorization
  2288. required: true
  2289. type: string
  2290. produces:
  2291. - application/json
  2292. responses:
  2293. "200":
  2294. description: 具体数据
  2295. schema:
  2296. type: string
  2297. "400":
  2298. description: 具体错误
  2299. schema:
  2300. $ref: '#/definitions/md.Response'
  2301. summary: 打开app调用
  2302. tags:
  2303. - 基本配置
  2304. /api/v1/pointsCenter/basic:
  2305. get:
  2306. consumes:
  2307. - application/json
  2308. description: 上部分基础信息(获取)
  2309. parameters:
  2310. - description: 验证参数Bearer和token空格拼接
  2311. in: header
  2312. name: Authorization
  2313. required: true
  2314. type: string
  2315. produces:
  2316. - application/json
  2317. responses:
  2318. "200":
  2319. description: 具体数据
  2320. schema:
  2321. $ref: '#/definitions/md.PointsCenterGetBasicResp'
  2322. "400":
  2323. description: 具体错误
  2324. schema:
  2325. $ref: '#/definitions/md.Response'
  2326. summary: 蛋蛋星球-积分中心-上部分基础信息(获取)
  2327. tags:
  2328. - 积分中心
  2329. /api/v1/pointsCenter/contributionValue:
  2330. get:
  2331. consumes:
  2332. - application/json
  2333. description: 贡献值(获取)
  2334. parameters:
  2335. - description: 验证参数Bearer和token空格拼接
  2336. in: header
  2337. name: Authorization
  2338. required: true
  2339. type: string
  2340. produces:
  2341. - application/json
  2342. responses:
  2343. "200":
  2344. description: 具体数据
  2345. schema:
  2346. $ref: '#/definitions/md.GetContributionValueResp'
  2347. "400":
  2348. description: 具体错误
  2349. schema:
  2350. $ref: '#/definitions/md.Response'
  2351. summary: 蛋蛋星球-积分中心-贡献值(获取)
  2352. tags:
  2353. - 积分中心
  2354. /api/v1/pointsCenter/contributionValueFlow:
  2355. get:
  2356. consumes:
  2357. - application/json
  2358. description: 贡献值明细(获取)
  2359. parameters:
  2360. - description: 验证参数Bearer和token空格拼接
  2361. in: header
  2362. name: Authorization
  2363. required: true
  2364. type: string
  2365. - description: 每页大小
  2366. in: query
  2367. name: limit
  2368. required: true
  2369. type: string
  2370. - description: 页数
  2371. in: query
  2372. name: page
  2373. required: true
  2374. type: string
  2375. produces:
  2376. - application/json
  2377. responses:
  2378. "200":
  2379. description: 具体数据
  2380. schema:
  2381. $ref: '#/definitions/md.GetContributionValueFlowResp'
  2382. "400":
  2383. description: 具体错误
  2384. schema:
  2385. $ref: '#/definitions/md.Response'
  2386. summary: 蛋蛋星球-积分中心-贡献值明细(获取)
  2387. tags:
  2388. - 积分中心
  2389. /api/v1/pointsCenter/dynamicData:
  2390. get:
  2391. consumes:
  2392. - application/json
  2393. description: 动态数据(获取)
  2394. parameters:
  2395. - description: 验证参数Bearer和token空格拼接
  2396. in: header
  2397. name: Authorization
  2398. required: true
  2399. type: string
  2400. produces:
  2401. - application/json
  2402. responses:
  2403. "200":
  2404. description: 具体数据
  2405. schema:
  2406. $ref: '#/definitions/md.DynamicDataResp'
  2407. "400":
  2408. description: 具体错误
  2409. schema:
  2410. $ref: '#/definitions/md.Response'
  2411. summary: 蛋蛋星球-积分中心-动态数据(获取)
  2412. tags:
  2413. - 积分中心
  2414. /api/v1/pointsCenter/energyFlow:
  2415. get:
  2416. consumes:
  2417. - application/json
  2418. description: 收支明细(获取)
  2419. parameters:
  2420. - description: 验证参数Bearer和token空格拼接
  2421. in: header
  2422. name: Authorization
  2423. required: true
  2424. type: string
  2425. - description: 每页大小
  2426. in: query
  2427. name: limit
  2428. required: true
  2429. type: string
  2430. - description: 页数
  2431. in: query
  2432. name: page
  2433. required: true
  2434. type: string
  2435. - description: 开始时间
  2436. in: query
  2437. name: startAt
  2438. type: string
  2439. - description: 结束时间
  2440. in: query
  2441. name: endAt
  2442. type: string
  2443. - description: 流水方向(1.收入 2.支出 0.全部)
  2444. in: query
  2445. name: direction
  2446. type: string
  2447. produces:
  2448. - application/json
  2449. responses:
  2450. "200":
  2451. description: 具体数据
  2452. schema:
  2453. $ref: '#/definitions/md.GetEggEnergyFlowResp'
  2454. "400":
  2455. description: 具体错误
  2456. schema:
  2457. $ref: '#/definitions/md.Response'
  2458. summary: 蛋蛋星球-积分中心-收支明细(获取)
  2459. tags:
  2460. - 积分中心
  2461. /api/v1/pointsCenter/exchangeEnergy:
  2462. post:
  2463. consumes:
  2464. - application/json
  2465. description: 能量兑换
  2466. parameters:
  2467. - description: 验证参数Bearer和token空格拼接
  2468. in: header
  2469. name: Authorization
  2470. required: true
  2471. type: string
  2472. - description: 需要兑换的能量值
  2473. in: body
  2474. name: req
  2475. required: true
  2476. schema:
  2477. $ref: '#/definitions/md.ExchangeEnergyReq'
  2478. produces:
  2479. - application/json
  2480. responses:
  2481. "200":
  2482. description: success
  2483. schema:
  2484. type: string
  2485. "400":
  2486. description: 具体错误
  2487. schema:
  2488. $ref: '#/definitions/md.Response'
  2489. summary: 蛋蛋星球-积分中心-能量兑换
  2490. tags:
  2491. - 积分中心
  2492. /api/v1/pointsCenter/initialData:
  2493. get:
  2494. consumes:
  2495. - application/json
  2496. description: 初始数据(获取)
  2497. parameters:
  2498. - description: 验证参数Bearer和token空格拼接
  2499. in: header
  2500. name: Authorization
  2501. required: true
  2502. type: string
  2503. produces:
  2504. - application/json
  2505. responses:
  2506. "200":
  2507. description: 具体数据
  2508. schema:
  2509. $ref: '#/definitions/md.InitialDataResp'
  2510. "400":
  2511. description: 具体错误
  2512. schema:
  2513. $ref: '#/definitions/md.Response'
  2514. summary: 蛋蛋星球-积分中心-初始数据(获取)
  2515. tags:
  2516. - 积分中心
  2517. /api/v1/pointsCenter/pointsExchangeBasic:
  2518. get:
  2519. consumes:
  2520. - application/json
  2521. description: 积分兑换基础信息(获取)
  2522. parameters:
  2523. - description: 验证参数Bearer和token空格拼接
  2524. in: header
  2525. name: Authorization
  2526. required: true
  2527. type: string
  2528. produces:
  2529. - application/json
  2530. responses:
  2531. "200":
  2532. description: 具体数据
  2533. schema:
  2534. $ref: '#/definitions/md.PointsExchangeGetBasicResp'
  2535. "400":
  2536. description: 具体错误
  2537. schema:
  2538. $ref: '#/definitions/md.Response'
  2539. summary: 蛋蛋星球-积分中心-积分兑换基础信息(获取)
  2540. tags:
  2541. - 积分中心
  2542. /api/v1/pointsCenter/priceCurve:
  2543. get:
  2544. consumes:
  2545. - application/json
  2546. description: 价格趋势(获取)
  2547. parameters:
  2548. - description: 验证参数Bearer和token空格拼接
  2549. in: header
  2550. name: Authorization
  2551. required: true
  2552. type: string
  2553. - description: 1:按天 2:按小时 3:按周
  2554. in: query
  2555. name: kind
  2556. type: string
  2557. produces:
  2558. - application/json
  2559. responses:
  2560. "200":
  2561. description: 具体数据
  2562. schema:
  2563. $ref: '#/definitions/md.GetPriceCurveResp'
  2564. "400":
  2565. description: 具体错误
  2566. schema:
  2567. $ref: '#/definitions/md.Response'
  2568. summary: 蛋蛋星球-积分中心-价格趋势(获取)
  2569. tags:
  2570. - 积分中心
  2571. /api/v1/pointsCenter/record:
  2572. get:
  2573. consumes:
  2574. - application/json
  2575. description: 蛋蛋分明细(获取)
  2576. parameters:
  2577. - description: 验证参数Bearer和token空格拼接
  2578. in: header
  2579. name: Authorization
  2580. required: true
  2581. type: string
  2582. - description: 每页大小
  2583. in: query
  2584. name: limit
  2585. required: true
  2586. type: string
  2587. - description: 页数
  2588. in: query
  2589. name: page
  2590. required: true
  2591. type: string
  2592. produces:
  2593. - application/json
  2594. responses:
  2595. "200":
  2596. description: 具体数据
  2597. schema:
  2598. $ref: '#/definitions/md.GetEggPointRecordResp'
  2599. "400":
  2600. description: 具体错误
  2601. schema:
  2602. $ref: '#/definitions/md.Response'
  2603. summary: 蛋蛋星球-积分中心-蛋蛋分明细(获取)
  2604. tags:
  2605. - 积分中心
  2606. /api/v1/register:
  2607. post:
  2608. consumes:
  2609. - application/json
  2610. description: 注册
  2611. parameters:
  2612. - description: 注册参数
  2613. in: body
  2614. name: req
  2615. required: true
  2616. schema:
  2617. $ref: '#/definitions/md.RegisterReq'
  2618. produces:
  2619. - application/json
  2620. responses:
  2621. "200":
  2622. description: 登录成功返回
  2623. schema:
  2624. $ref: '#/definitions/md.LoginResponse'
  2625. "400":
  2626. description: 具体错误
  2627. schema:
  2628. $ref: '#/definitions/md.Response'
  2629. summary: 注册
  2630. tags:
  2631. - 登录注册
  2632. /api/v1/smsSend:
  2633. post:
  2634. consumes:
  2635. - application/json
  2636. description: 发送短信
  2637. parameters:
  2638. - description: 注册参数
  2639. in: body
  2640. name: req
  2641. required: true
  2642. schema:
  2643. $ref: '#/definitions/md.SmsSendReq'
  2644. produces:
  2645. - application/json
  2646. responses:
  2647. "200":
  2648. description: 成功返回
  2649. schema:
  2650. type: string
  2651. "400":
  2652. description: 具体错误
  2653. schema:
  2654. $ref: '#/definitions/md.Response'
  2655. summary: 发送短信
  2656. tags:
  2657. - 登录注册
  2658. /api/v1/test:
  2659. get:
  2660. consumes:
  2661. - application/json
  2662. description: Demo样例测试
  2663. parameters:
  2664. - description: 任意参数
  2665. in: body
  2666. name: req
  2667. required: true
  2668. schema:
  2669. type: object
  2670. produces:
  2671. - application/json
  2672. responses:
  2673. "200":
  2674. description: 返回任意参数
  2675. schema:
  2676. additionalProperties: true
  2677. type: object
  2678. "400":
  2679. description: 具体错误
  2680. schema:
  2681. $ref: '#/definitions/md.Response'
  2682. summary: Demo测试
  2683. tags:
  2684. - Demo
  2685. /api/v1/userFeedback/cate:
  2686. get:
  2687. consumes:
  2688. - application/json
  2689. description: 意见反馈-分类
  2690. parameters:
  2691. - description: 验证参数Bearer和token空格拼接
  2692. in: header
  2693. name: Authorization
  2694. required: true
  2695. type: string
  2696. produces:
  2697. - application/json
  2698. responses:
  2699. "200":
  2700. description: 具体数据
  2701. schema:
  2702. $ref: '#/definitions/md.AdvertisingResp'
  2703. "400":
  2704. description: 具体错误
  2705. schema:
  2706. $ref: '#/definitions/md.Response'
  2707. summary: 意见反馈-分类
  2708. tags:
  2709. - 意见反馈
  2710. /api/v1/userFeedback/list:
  2711. post:
  2712. consumes:
  2713. - application/json
  2714. description: 意见反馈-反馈记录
  2715. parameters:
  2716. - description: 验证参数Bearer和token空格拼接
  2717. in: header
  2718. name: Authorization
  2719. required: true
  2720. type: string
  2721. - description: 参数
  2722. in: body
  2723. name: req
  2724. required: true
  2725. schema:
  2726. $ref: '#/definitions/md.UserFeedbackListReq'
  2727. produces:
  2728. - application/json
  2729. responses:
  2730. "200":
  2731. description: 具体数据
  2732. schema:
  2733. $ref: '#/definitions/md.UserFeedbackListResp'
  2734. "400":
  2735. description: 具体错误
  2736. schema:
  2737. $ref: '#/definitions/md.Response'
  2738. summary: 意见反馈-反馈记录
  2739. tags:
  2740. - 意见反馈
  2741. /api/v1/userFeedback/record:
  2742. post:
  2743. consumes:
  2744. - application/json
  2745. description: 意见反馈-反馈记录-沟通记录
  2746. parameters:
  2747. - description: 验证参数Bearer和token空格拼接
  2748. in: header
  2749. name: Authorization
  2750. required: true
  2751. type: string
  2752. - description: 参数
  2753. in: body
  2754. name: req
  2755. required: true
  2756. schema:
  2757. $ref: '#/definitions/md.UserFeedbackRecordReq'
  2758. produces:
  2759. - application/json
  2760. responses:
  2761. "200":
  2762. description: 具体数据
  2763. schema:
  2764. $ref: '#/definitions/md.UserFeedbackRecordResp'
  2765. "400":
  2766. description: 具体错误
  2767. schema:
  2768. $ref: '#/definitions/md.Response'
  2769. summary: 意见反馈-反馈记录-沟通记录
  2770. tags:
  2771. - 意见反馈
  2772. /api/v1/userFeedback/save:
  2773. post:
  2774. consumes:
  2775. - application/json
  2776. description: 意见反馈-反馈记录-提交
  2777. parameters:
  2778. - description: 验证参数Bearer和token空格拼接
  2779. in: header
  2780. name: Authorization
  2781. required: true
  2782. type: string
  2783. - description: 参数
  2784. in: body
  2785. name: req
  2786. required: true
  2787. schema:
  2788. $ref: '#/definitions/md.UserFeedbackSaveReq'
  2789. produces:
  2790. - application/json
  2791. responses:
  2792. "200":
  2793. description: 具体数据
  2794. schema:
  2795. type: string
  2796. "400":
  2797. description: 具体错误
  2798. schema:
  2799. $ref: '#/definitions/md.Response'
  2800. summary: 意见反馈-反馈记录-提交
  2801. tags:
  2802. - 意见反馈
  2803. /api/v1/userFeedback/say:
  2804. post:
  2805. consumes:
  2806. - application/json
  2807. description: 意见反馈-反馈记录-沟通发送
  2808. parameters:
  2809. - description: 验证参数Bearer和token空格拼接
  2810. in: header
  2811. name: Authorization
  2812. required: true
  2813. type: string
  2814. - description: 参数
  2815. in: body
  2816. name: req
  2817. required: true
  2818. schema:
  2819. $ref: '#/definitions/md.UserFeedbackSayReq'
  2820. produces:
  2821. - application/json
  2822. responses:
  2823. "200":
  2824. description: 具体数据
  2825. schema:
  2826. type: string
  2827. "400":
  2828. description: 具体错误
  2829. schema:
  2830. $ref: '#/definitions/md.Response'
  2831. summary: 意见反馈-反馈记录-沟通发送
  2832. tags:
  2833. - 意见反馈
  2834. /api/v1/userInfo:
  2835. get:
  2836. consumes:
  2837. - application/json
  2838. description: 用户信息
  2839. parameters:
  2840. - description: 验证参数Bearer和token空格拼接
  2841. in: header
  2842. name: Authorization
  2843. required: true
  2844. type: string
  2845. produces:
  2846. - application/json
  2847. responses:
  2848. "200":
  2849. description: 具体数据
  2850. schema:
  2851. $ref: '#/definitions/md.UserInfoResp'
  2852. "400":
  2853. description: 具体错误
  2854. schema:
  2855. $ref: '#/definitions/md.Response'
  2856. summary: 用户信息
  2857. tags:
  2858. - 用户信息
  2859. /api/v1/version:
  2860. get:
  2861. consumes:
  2862. - application/json
  2863. description: 版本记录
  2864. parameters:
  2865. - description: 验证参数Bearer和token空格拼接
  2866. in: header
  2867. name: Authorization
  2868. required: true
  2869. type: string
  2870. produces:
  2871. - application/json
  2872. responses:
  2873. "200":
  2874. description: 具体数据
  2875. schema:
  2876. $ref: '#/definitions/md.VersionResp'
  2877. "400":
  2878. description: 具体错误
  2879. schema:
  2880. $ref: '#/definitions/md.Response'
  2881. summary: 版本记录
  2882. tags:
  2883. - 基本配置
  2884. /api/v1/wallet/amountFlow:
  2885. get:
  2886. consumes:
  2887. - application/json
  2888. description: 余额明细(获取)
  2889. parameters:
  2890. - description: 验证参数Bearer和token空格拼接
  2891. in: header
  2892. name: Authorization
  2893. required: true
  2894. type: string
  2895. - description: 每页大小
  2896. in: query
  2897. name: limit
  2898. required: true
  2899. type: string
  2900. - description: 页数
  2901. in: query
  2902. name: page
  2903. required: true
  2904. type: string
  2905. - description: 开始时间
  2906. in: query
  2907. name: startAt
  2908. type: string
  2909. - description: 结束时间
  2910. in: query
  2911. name: endAt
  2912. type: string
  2913. - description: 流水方向(1.收入 2.支出 0.全部)
  2914. in: query
  2915. name: direction
  2916. type: string
  2917. produces:
  2918. - application/json
  2919. responses:
  2920. "200":
  2921. description: 具体数据
  2922. schema:
  2923. $ref: '#/definitions/md.GetAmountFlowResp'
  2924. "400":
  2925. description: 具体错误
  2926. schema:
  2927. $ref: '#/definitions/md.Response'
  2928. summary: 蛋蛋星球-钱包-余额明细(获取)
  2929. tags:
  2930. - 钱包
  2931. /api/v1/wallet/withdraw/index:
  2932. get:
  2933. consumes:
  2934. - application/json
  2935. description: 提现余额(获取)
  2936. parameters:
  2937. - description: 验证参数Bearer和token空格拼接
  2938. in: header
  2939. name: Authorization
  2940. required: true
  2941. type: string
  2942. produces:
  2943. - application/json
  2944. responses:
  2945. "200":
  2946. description: 具体数据
  2947. schema:
  2948. $ref: '#/definitions/md.WithdrawGetAmountResp'
  2949. "400":
  2950. description: 具体错误
  2951. schema:
  2952. $ref: '#/definitions/md.Response'
  2953. summary: 蛋蛋星球-钱包-提现余额(获取)
  2954. tags:
  2955. - 钱包
  2956. /api/v1/wechatLogin:
  2957. post:
  2958. consumes:
  2959. - application/json
  2960. description: 微信登陆
  2961. parameters:
  2962. - description: 注册参数
  2963. in: body
  2964. name: req
  2965. required: true
  2966. schema:
  2967. $ref: '#/definitions/md.WechatLoginReq'
  2968. produces:
  2969. - application/json
  2970. responses:
  2971. "200":
  2972. description: 登录成功返回
  2973. schema:
  2974. $ref: '#/definitions/md.LoginResponse'
  2975. "400":
  2976. description: 具体错误
  2977. schema:
  2978. $ref: '#/definitions/md.Response'
  2979. summary: 微信登陆
  2980. tags:
  2981. - 登录注册
  2982. swagger: "2.0"