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

swagger.yaml 68 KiB

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