蛋蛋星球 后台端
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

5256 satır
182 KiB

  1. // Package docs Code generated by swaggo/swag. DO NOT EDIT
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/comm/getOssUrl": {
  26. "get": {
  27. "description": "上传许可链接(获取)",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "对象存储"
  36. ],
  37. "summary": "通用请求-对象存储-上传许可链接(获取)",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. }
  46. ],
  47. "responses": {
  48. "200": {
  49. "description": "许可链接",
  50. "schema": {
  51. "type": "string"
  52. }
  53. },
  54. "400": {
  55. "description": "具体错误",
  56. "schema": {
  57. "$ref": "#/definitions/md.Response"
  58. }
  59. }
  60. }
  61. }
  62. },
  63. "/api/comm/oss/getBasic": {
  64. "get": {
  65. "description": "对象存储设置(获取)",
  66. "consumes": [
  67. "application/json"
  68. ],
  69. "produces": [
  70. "application/json"
  71. ],
  72. "tags": [
  73. "对象存储"
  74. ],
  75. "summary": "设置中心-对象存储-对象存储设置(获取)",
  76. "parameters": [
  77. {
  78. "type": "string",
  79. "description": "验证参数Bearer和token空格拼接",
  80. "name": "Authorization",
  81. "in": "header",
  82. "required": true
  83. }
  84. ],
  85. "responses": {
  86. "200": {
  87. "description": "设置列表",
  88. "schema": {
  89. "$ref": "#/definitions/md.GetBasicResp"
  90. }
  91. },
  92. "400": {
  93. "description": "具体错误",
  94. "schema": {
  95. "$ref": "#/definitions/md.Response"
  96. }
  97. }
  98. }
  99. }
  100. },
  101. "/api/comm/oss/setBasic": {
  102. "post": {
  103. "description": "对象存储设置(更新)",
  104. "consumes": [
  105. "application/json"
  106. ],
  107. "produces": [
  108. "application/json"
  109. ],
  110. "tags": [
  111. "对象存储"
  112. ],
  113. "summary": "设置中心-对象存储-对象存储设置(更新)",
  114. "parameters": [
  115. {
  116. "type": "string",
  117. "description": "验证参数Bearer和token空格拼接",
  118. "name": "Authorization",
  119. "in": "header",
  120. "required": true
  121. },
  122. {
  123. "description": "上传需要修改的信息",
  124. "name": "req",
  125. "in": "body",
  126. "required": true,
  127. "schema": {
  128. "$ref": "#/definitions/md.SetBasicReq"
  129. }
  130. }
  131. ],
  132. "responses": {
  133. "200": {
  134. "description": "success",
  135. "schema": {
  136. "type": "string"
  137. }
  138. },
  139. "400": {
  140. "description": "具体错误",
  141. "schema": {
  142. "$ref": "#/definitions/md.Response"
  143. }
  144. }
  145. }
  146. }
  147. },
  148. "/api/demo": {
  149. "post": {
  150. "description": "Demo样例测试",
  151. "consumes": [
  152. "application/json"
  153. ],
  154. "produces": [
  155. "application/json"
  156. ],
  157. "tags": [
  158. "Demo"
  159. ],
  160. "summary": "Demo测试",
  161. "parameters": [
  162. {
  163. "description": "用户名密码",
  164. "name": "req",
  165. "in": "body",
  166. "required": true,
  167. "schema": {}
  168. }
  169. ],
  170. "responses": {
  171. "200": {
  172. "description": "token",
  173. "schema": {
  174. "type": "object",
  175. "additionalProperties": true
  176. }
  177. },
  178. "400": {
  179. "description": "具体错误",
  180. "schema": {
  181. "$ref": "#/definitions/md.Response"
  182. }
  183. }
  184. }
  185. }
  186. },
  187. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  188. "post": {
  189. "description": "会员设置(新增)",
  190. "consumes": [
  191. "application/json"
  192. ],
  193. "produces": [
  194. "application/json"
  195. ],
  196. "tags": [
  197. "蛋蛋能量"
  198. ],
  199. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  200. "parameters": [
  201. {
  202. "type": "string",
  203. "description": "验证参数Bearer和token空格拼接",
  204. "name": "Authorization",
  205. "in": "header",
  206. "required": true
  207. },
  208. {
  209. "description": "system_id 必填",
  210. "name": "req",
  211. "in": "body",
  212. "required": true,
  213. "schema": {
  214. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  215. }
  216. }
  217. ],
  218. "responses": {
  219. "200": {
  220. "description": "修改数据条数",
  221. "schema": {
  222. "type": "int"
  223. }
  224. },
  225. "400": {
  226. "description": "具体错误",
  227. "schema": {
  228. "$ref": "#/definitions/md.Response"
  229. }
  230. }
  231. }
  232. }
  233. },
  234. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  235. "post": {
  236. "description": "动态数据流水(获取)",
  237. "consumes": [
  238. "application/json"
  239. ],
  240. "produces": [
  241. "application/json"
  242. ],
  243. "tags": [
  244. "公排管理"
  245. ],
  246. "summary": "制度中心-动态数据-动态数据流水(获取)",
  247. "parameters": [
  248. {
  249. "type": "string",
  250. "description": "验证参数Bearer和token空格拼接",
  251. "name": "Authorization",
  252. "in": "header",
  253. "required": true
  254. },
  255. {
  256. "description": "页数、每页大小必传 起止时间、持有类型选传",
  257. "name": "req",
  258. "in": "body",
  259. "required": true,
  260. "schema": {
  261. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  262. }
  263. }
  264. ],
  265. "responses": {
  266. "200": {
  267. "description": "成功返回",
  268. "schema": {
  269. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  270. }
  271. },
  272. "400": {
  273. "description": "具体错误",
  274. "schema": {
  275. "$ref": "#/definitions/md.Response"
  276. }
  277. }
  278. }
  279. }
  280. },
  281. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  282. "post": {
  283. "description": "蛋蛋分管理(人工打分)",
  284. "consumes": [
  285. "application/json"
  286. ],
  287. "produces": [
  288. "application/json"
  289. ],
  290. "tags": [
  291. "蛋蛋能量"
  292. ],
  293. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  294. "parameters": [
  295. {
  296. "type": "string",
  297. "description": "验证参数Bearer和token空格拼接",
  298. "name": "Authorization",
  299. "in": "header",
  300. "required": true
  301. },
  302. {
  303. "description": "请求参数",
  304. "name": "req",
  305. "in": "body",
  306. "required": true,
  307. "schema": {
  308. "$ref": "#/definitions/md.ManualScoreReq"
  309. }
  310. }
  311. ],
  312. "responses": {
  313. "200": {
  314. "description": "成功返回",
  315. "schema": {
  316. "type": "string"
  317. }
  318. },
  319. "400": {
  320. "description": "具体错误",
  321. "schema": {
  322. "$ref": "#/definitions/md.Response"
  323. }
  324. }
  325. }
  326. }
  327. },
  328. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  329. "post": {
  330. "description": "蛋蛋分管理(着陆页数据分析)",
  331. "consumes": [
  332. "application/json"
  333. ],
  334. "produces": [
  335. "application/json"
  336. ],
  337. "tags": [
  338. "蛋蛋能量"
  339. ],
  340. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  341. "parameters": [
  342. {
  343. "type": "string",
  344. "description": "验证参数Bearer和token空格拼接",
  345. "name": "Authorization",
  346. "in": "header",
  347. "required": true
  348. },
  349. {
  350. "description": "请求参数",
  351. "name": "req",
  352. "in": "body",
  353. "required": true,
  354. "schema": {
  355. "$ref": "#/definitions/md.StatisticsEggPointReq"
  356. }
  357. }
  358. ],
  359. "responses": {
  360. "200": {
  361. "description": "成功返回",
  362. "schema": {
  363. "$ref": "#/definitions/md.StatisticsEggPointResp"
  364. }
  365. },
  366. "400": {
  367. "description": "具体错误",
  368. "schema": {
  369. "$ref": "#/definitions/md.Response"
  370. }
  371. }
  372. }
  373. }
  374. },
  375. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  376. "post": {
  377. "description": "蛋蛋分管理(用户数据列表)",
  378. "consumes": [
  379. "application/json"
  380. ],
  381. "produces": [
  382. "application/json"
  383. ],
  384. "tags": [
  385. "蛋蛋能量"
  386. ],
  387. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  388. "parameters": [
  389. {
  390. "type": "string",
  391. "description": "验证参数Bearer和token空格拼接",
  392. "name": "Authorization",
  393. "in": "header",
  394. "required": true
  395. },
  396. {
  397. "description": "请求参数",
  398. "name": "req",
  399. "in": "body",
  400. "required": true,
  401. "schema": {
  402. "$ref": "#/definitions/md.UserEggFlowReq"
  403. }
  404. }
  405. ],
  406. "responses": {
  407. "200": {
  408. "description": "成功返回",
  409. "schema": {
  410. "$ref": "#/definitions/md.UserEggFlowReqResp"
  411. }
  412. },
  413. "400": {
  414. "description": "具体错误",
  415. "schema": {
  416. "$ref": "#/definitions/md.Response"
  417. }
  418. }
  419. }
  420. }
  421. },
  422. "/api/institutionalManagement/eggEnergy/getBasic": {
  423. "get": {
  424. "description": "基础设置(获取)",
  425. "consumes": [
  426. "application/json"
  427. ],
  428. "produces": [
  429. "application/json"
  430. ],
  431. "tags": [
  432. "蛋蛋能量"
  433. ],
  434. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  435. "parameters": [
  436. {
  437. "type": "string",
  438. "description": "验证参数Bearer和token空格拼接",
  439. "name": "Authorization",
  440. "in": "header",
  441. "required": true
  442. }
  443. ],
  444. "responses": {
  445. "200": {
  446. "description": "具体数据",
  447. "schema": {
  448. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  449. }
  450. },
  451. "400": {
  452. "description": "具体错误",
  453. "schema": {
  454. "$ref": "#/definitions/md.Response"
  455. }
  456. }
  457. }
  458. }
  459. },
  460. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  461. "get": {
  462. "description": "基础会员设置(获取)",
  463. "consumes": [
  464. "application/json"
  465. ],
  466. "produces": [
  467. "application/json"
  468. ],
  469. "tags": [
  470. "蛋蛋能量"
  471. ],
  472. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  473. "parameters": [
  474. {
  475. "type": "string",
  476. "description": "验证参数Bearer和token空格拼接",
  477. "name": "Authorization",
  478. "in": "header",
  479. "required": true
  480. }
  481. ],
  482. "responses": {
  483. "200": {
  484. "description": "具体数据",
  485. "schema": {
  486. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  487. }
  488. },
  489. "400": {
  490. "description": "具体错误",
  491. "schema": {
  492. "$ref": "#/definitions/md.Response"
  493. }
  494. }
  495. }
  496. }
  497. },
  498. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  499. "get": {
  500. "description": "查询所有币种(获取)",
  501. "consumes": [
  502. "application/json"
  503. ],
  504. "produces": [
  505. "application/json"
  506. ],
  507. "tags": [
  508. "蛋蛋能量"
  509. ],
  510. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  511. "parameters": [
  512. {
  513. "type": "string",
  514. "description": "验证参数Bearer和token空格拼接",
  515. "name": "Authorization",
  516. "in": "header",
  517. "required": true
  518. }
  519. ],
  520. "responses": {
  521. "200": {
  522. "description": "成功返回",
  523. "schema": {
  524. "type": "array",
  525. "items": {
  526. "$ref": "#/definitions/md.VirtualCoin"
  527. }
  528. }
  529. },
  530. "400": {
  531. "description": "具体错误",
  532. "schema": {
  533. "$ref": "#/definitions/md.Response"
  534. }
  535. }
  536. }
  537. }
  538. },
  539. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  540. "get": {
  541. "description": "数据概览(获取)",
  542. "consumes": [
  543. "application/json"
  544. ],
  545. "produces": [
  546. "application/json"
  547. ],
  548. "tags": [
  549. "蛋蛋能量"
  550. ],
  551. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  552. "parameters": [
  553. {
  554. "type": "string",
  555. "description": "验证参数Bearer和token空格拼接",
  556. "name": "Authorization",
  557. "in": "header",
  558. "required": true
  559. }
  560. ],
  561. "responses": {
  562. "200": {
  563. "description": "具体数据",
  564. "schema": {
  565. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  566. }
  567. },
  568. "400": {
  569. "description": "具体错误",
  570. "schema": {
  571. "$ref": "#/definitions/md.Response"
  572. }
  573. }
  574. }
  575. }
  576. },
  577. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  578. "post": {
  579. "description": "价值明细数据(新增)",
  580. "consumes": [
  581. "application/json"
  582. ],
  583. "produces": [
  584. "application/json"
  585. ],
  586. "tags": [
  587. "蛋蛋能量"
  588. ],
  589. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  590. "parameters": [
  591. {
  592. "type": "string",
  593. "description": "验证参数Bearer和token空格拼接",
  594. "name": "Authorization",
  595. "in": "header",
  596. "required": true
  597. },
  598. {
  599. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  600. "name": "req",
  601. "in": "body",
  602. "required": true,
  603. "schema": {
  604. "$ref": "#/definitions/md.AddFundDataReq"
  605. }
  606. }
  607. ],
  608. "responses": {
  609. "200": {
  610. "description": "插入数据 id",
  611. "schema": {
  612. "type": "int"
  613. }
  614. },
  615. "400": {
  616. "description": "具体错误",
  617. "schema": {
  618. "$ref": "#/definitions/md.Response"
  619. }
  620. }
  621. }
  622. }
  623. },
  624. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  625. "post": {
  626. "description": "新增数据列表(获取)",
  627. "consumes": [
  628. "application/json"
  629. ],
  630. "produces": [
  631. "application/json"
  632. ],
  633. "tags": [
  634. "蛋蛋能量"
  635. ],
  636. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  637. "parameters": [
  638. {
  639. "type": "string",
  640. "description": "验证参数Bearer和token空格拼接",
  641. "name": "Authorization",
  642. "in": "header",
  643. "required": true
  644. },
  645. {
  646. "description": "分页信息必填",
  647. "name": "req",
  648. "in": "body",
  649. "required": true,
  650. "schema": {
  651. "$ref": "#/definitions/md.GetFundDataListReq"
  652. }
  653. }
  654. ],
  655. "responses": {
  656. "200": {
  657. "description": "具体数据",
  658. "schema": {
  659. "$ref": "#/definitions/md.GetFundDataListResp"
  660. }
  661. },
  662. "400": {
  663. "description": "具体错误",
  664. "schema": {
  665. "$ref": "#/definitions/md.Response"
  666. }
  667. }
  668. }
  669. }
  670. },
  671. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  672. "post": {
  673. "description": "新增数据列表详情(查询)",
  674. "consumes": [
  675. "application/json"
  676. ],
  677. "produces": [
  678. "application/json"
  679. ],
  680. "tags": [
  681. "蛋蛋能量"
  682. ],
  683. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  684. "parameters": [
  685. {
  686. "type": "string",
  687. "description": "验证参数Bearer和token空格拼接",
  688. "name": "Authorization",
  689. "in": "header",
  690. "required": true
  691. },
  692. {
  693. "description": "获取到的 system_id 以及分页信息",
  694. "name": "req",
  695. "in": "body",
  696. "required": true,
  697. "schema": {
  698. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  699. }
  700. }
  701. ],
  702. "responses": {
  703. "200": {
  704. "description": "具体数据",
  705. "schema": {
  706. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  707. }
  708. },
  709. "400": {
  710. "description": "具体错误",
  711. "schema": {
  712. "$ref": "#/definitions/md.Response"
  713. }
  714. }
  715. }
  716. }
  717. },
  718. "/api/institutionalManagement/eggEnergy/globalData/platformRevenueList": {
  719. "post": {
  720. "description": "平台营收数据(获取)",
  721. "consumes": [
  722. "application/json"
  723. ],
  724. "produces": [
  725. "application/json"
  726. ],
  727. "tags": [
  728. "蛋蛋能量"
  729. ],
  730. "summary": "制度中心-蛋蛋能量-平台营收数据(获取)",
  731. "parameters": [
  732. {
  733. "type": "string",
  734. "description": "验证参数Bearer和token空格拼接",
  735. "name": "Authorization",
  736. "in": "header",
  737. "required": true
  738. },
  739. {
  740. "description": "分页信息必填",
  741. "name": "req",
  742. "in": "body",
  743. "required": true,
  744. "schema": {
  745. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  746. }
  747. }
  748. ],
  749. "responses": {
  750. "200": {
  751. "description": "具体数据",
  752. "schema": {
  753. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  754. }
  755. },
  756. "400": {
  757. "description": "具体错误",
  758. "schema": {
  759. "$ref": "#/definitions/md.Response"
  760. }
  761. }
  762. }
  763. }
  764. },
  765. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  766. "get": {
  767. "description": "价格趋势(获取)",
  768. "consumes": [
  769. "application/json"
  770. ],
  771. "produces": [
  772. "application/json"
  773. ],
  774. "tags": [
  775. "蛋蛋能量"
  776. ],
  777. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  778. "parameters": [
  779. {
  780. "type": "string",
  781. "description": "验证参数Bearer和token空格拼接",
  782. "name": "Authorization",
  783. "in": "header",
  784. "required": true
  785. },
  786. {
  787. "type": "string",
  788. "description": "1:按天 2:按小时 3:按周",
  789. "name": "kind",
  790. "in": "query"
  791. }
  792. ],
  793. "responses": {
  794. "200": {
  795. "description": "具体数据",
  796. "schema": {
  797. "$ref": "#/definitions/md.GetPriceCurveResp"
  798. }
  799. },
  800. "400": {
  801. "description": "具体错误",
  802. "schema": {
  803. "$ref": "#/definitions/md.Response"
  804. }
  805. }
  806. }
  807. }
  808. },
  809. "/api/institutionalManagement/eggEnergy/platformRevenue/PlatformRevenueAdd": {
  810. "post": {
  811. "description": "平台营收数据(新增)",
  812. "consumes": [
  813. "application/json"
  814. ],
  815. "produces": [
  816. "application/json"
  817. ],
  818. "tags": [
  819. "蛋蛋能量"
  820. ],
  821. "summary": "制度中心-蛋蛋能量-平台营收数据(新增)",
  822. "parameters": [
  823. {
  824. "type": "string",
  825. "description": "验证参数Bearer和token空格拼接",
  826. "name": "Authorization",
  827. "in": "header",
  828. "required": true
  829. },
  830. {
  831. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  832. "name": "req",
  833. "in": "body",
  834. "required": true,
  835. "schema": {
  836. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  837. }
  838. }
  839. ],
  840. "responses": {
  841. "200": {
  842. "description": "插入数据 id",
  843. "schema": {
  844. "type": "int"
  845. }
  846. },
  847. "400": {
  848. "description": "具体错误",
  849. "schema": {
  850. "$ref": "#/definitions/md.Response"
  851. }
  852. }
  853. }
  854. }
  855. },
  856. "/api/institutionalManagement/eggEnergy/platformRevenue/SetVideoReward": {
  857. "post": {
  858. "description": "激励视频(设置)",
  859. "consumes": [
  860. "application/json"
  861. ],
  862. "produces": [
  863. "application/json"
  864. ],
  865. "tags": [
  866. "蛋蛋能量"
  867. ],
  868. "summary": "制度中心-蛋蛋能量-激励视频(设置)",
  869. "parameters": [
  870. {
  871. "type": "string",
  872. "description": "验证参数Bearer和token空格拼接",
  873. "name": "Authorization",
  874. "in": "header",
  875. "required": true
  876. },
  877. {
  878. "description": "落地页不填页大小默认20条数据",
  879. "name": "req",
  880. "in": "body",
  881. "required": true,
  882. "schema": {
  883. "$ref": "#/definitions/md.SetVideoRewardReq"
  884. }
  885. }
  886. ],
  887. "responses": {
  888. "200": {
  889. "description": "success",
  890. "schema": {
  891. "type": "string"
  892. }
  893. },
  894. "400": {
  895. "description": "具体错误",
  896. "schema": {
  897. "$ref": "#/definitions/md.Response"
  898. }
  899. }
  900. }
  901. }
  902. },
  903. "/api/institutionalManagement/eggEnergy/updateBasic": {
  904. "post": {
  905. "description": "基础设置(更新)",
  906. "consumes": [
  907. "application/json"
  908. ],
  909. "produces": [
  910. "application/json"
  911. ],
  912. "tags": [
  913. "蛋蛋能量"
  914. ],
  915. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  916. "parameters": [
  917. {
  918. "type": "string",
  919. "description": "验证参数Bearer和token空格拼接",
  920. "name": "Authorization",
  921. "in": "header",
  922. "required": true
  923. },
  924. {
  925. "description": "system_id 必填",
  926. "name": "req",
  927. "in": "body",
  928. "required": true,
  929. "schema": {
  930. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  931. }
  932. }
  933. ],
  934. "responses": {
  935. "200": {
  936. "description": "修改数据条数",
  937. "schema": {
  938. "type": "int"
  939. }
  940. },
  941. "400": {
  942. "description": "具体错误",
  943. "schema": {
  944. "$ref": "#/definitions/md.Response"
  945. }
  946. }
  947. }
  948. }
  949. },
  950. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  951. "post": {
  952. "description": "会员设置(更新)",
  953. "consumes": [
  954. "application/json"
  955. ],
  956. "produces": [
  957. "application/json"
  958. ],
  959. "tags": [
  960. "蛋蛋能量"
  961. ],
  962. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  963. "parameters": [
  964. {
  965. "type": "string",
  966. "description": "验证参数Bearer和token空格拼接",
  967. "name": "Authorization",
  968. "in": "header",
  969. "required": true
  970. },
  971. {
  972. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  973. "name": "req",
  974. "in": "body",
  975. "required": true,
  976. "schema": {
  977. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  978. }
  979. }
  980. ],
  981. "responses": {
  982. "200": {
  983. "description": "修改数据条数",
  984. "schema": {
  985. "type": "int"
  986. }
  987. },
  988. "400": {
  989. "description": "具体错误",
  990. "schema": {
  991. "$ref": "#/definitions/md.Response"
  992. }
  993. }
  994. }
  995. }
  996. },
  997. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinFlowList": {
  998. "post": {
  999. "description": "活跃积分持有流水(查询)",
  1000. "consumes": [
  1001. "application/json"
  1002. ],
  1003. "produces": [
  1004. "application/json"
  1005. ],
  1006. "tags": [
  1007. "公排管理"
  1008. ],
  1009. "summary": "制度中心-活跃积分持有者明细-活跃积分持有流水(查询)",
  1010. "parameters": [
  1011. {
  1012. "type": "string",
  1013. "description": "验证参数Bearer和token空格拼接",
  1014. "name": "Authorization",
  1015. "in": "header",
  1016. "required": true
  1017. },
  1018. {
  1019. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  1020. "name": "req",
  1021. "in": "body",
  1022. "required": true,
  1023. "schema": {
  1024. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  1025. }
  1026. }
  1027. ],
  1028. "responses": {
  1029. "200": {
  1030. "description": "成功返回",
  1031. "schema": {
  1032. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  1033. }
  1034. },
  1035. "400": {
  1036. "description": "具体错误",
  1037. "schema": {
  1038. "$ref": "#/definitions/md.Response"
  1039. }
  1040. }
  1041. }
  1042. }
  1043. },
  1044. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinList": {
  1045. "post": {
  1046. "description": "活跃积分持有(获取)",
  1047. "consumes": [
  1048. "application/json"
  1049. ],
  1050. "produces": [
  1051. "application/json"
  1052. ],
  1053. "tags": [
  1054. "公排管理"
  1055. ],
  1056. "summary": "制度中心-活跃积分持有者明细-活跃积分持有(获取)",
  1057. "parameters": [
  1058. {
  1059. "type": "string",
  1060. "description": "验证参数Bearer和token空格拼接",
  1061. "name": "Authorization",
  1062. "in": "header",
  1063. "required": true
  1064. },
  1065. {
  1066. "description": "落地页不填页大小默认20条数据",
  1067. "name": "req",
  1068. "in": "body",
  1069. "schema": {
  1070. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  1071. }
  1072. }
  1073. ],
  1074. "responses": {
  1075. "200": {
  1076. "description": "成功返回",
  1077. "schema": {
  1078. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  1079. }
  1080. },
  1081. "400": {
  1082. "description": "具体错误",
  1083. "schema": {
  1084. "$ref": "#/definitions/md.Response"
  1085. }
  1086. }
  1087. }
  1088. }
  1089. },
  1090. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinFlowList": {
  1091. "post": {
  1092. "description": "绿色能量持有流水(查询)",
  1093. "consumes": [
  1094. "application/json"
  1095. ],
  1096. "produces": [
  1097. "application/json"
  1098. ],
  1099. "tags": [
  1100. "公排管理"
  1101. ],
  1102. "summary": "制度中心-绿色能量持有者明细-绿色能量持有流水(查询)",
  1103. "parameters": [
  1104. {
  1105. "type": "string",
  1106. "description": "验证参数Bearer和token空格拼接",
  1107. "name": "Authorization",
  1108. "in": "header",
  1109. "required": true
  1110. },
  1111. {
  1112. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  1113. "name": "req",
  1114. "in": "body",
  1115. "required": true,
  1116. "schema": {
  1117. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  1118. }
  1119. }
  1120. ],
  1121. "responses": {
  1122. "200": {
  1123. "description": "成功返回",
  1124. "schema": {
  1125. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  1126. }
  1127. },
  1128. "400": {
  1129. "description": "具体错误",
  1130. "schema": {
  1131. "$ref": "#/definitions/md.Response"
  1132. }
  1133. }
  1134. }
  1135. }
  1136. },
  1137. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinList": {
  1138. "post": {
  1139. "description": "绿色能量(获取)",
  1140. "consumes": [
  1141. "application/json"
  1142. ],
  1143. "produces": [
  1144. "application/json"
  1145. ],
  1146. "tags": [
  1147. "公排管理"
  1148. ],
  1149. "summary": "制度中心-绿色能量持有者明细-绿色能量(获取)",
  1150. "parameters": [
  1151. {
  1152. "type": "string",
  1153. "description": "验证参数Bearer和token空格拼接",
  1154. "name": "Authorization",
  1155. "in": "header",
  1156. "required": true
  1157. },
  1158. {
  1159. "description": "落地页不填页大小默认20条数据",
  1160. "name": "req",
  1161. "in": "body",
  1162. "schema": {
  1163. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  1164. }
  1165. }
  1166. ],
  1167. "responses": {
  1168. "200": {
  1169. "description": "成功返回",
  1170. "schema": {
  1171. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  1172. }
  1173. },
  1174. "400": {
  1175. "description": "具体错误",
  1176. "schema": {
  1177. "$ref": "#/definitions/md.Response"
  1178. }
  1179. }
  1180. }
  1181. }
  1182. },
  1183. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  1184. "post": {
  1185. "description": "社区分红(新增)",
  1186. "consumes": [
  1187. "application/json"
  1188. ],
  1189. "produces": [
  1190. "application/json"
  1191. ],
  1192. "tags": [
  1193. "公排管理"
  1194. ],
  1195. "summary": "制度中心-公排管理-社区分红(新增)",
  1196. "parameters": [
  1197. {
  1198. "type": "string",
  1199. "description": "验证参数Bearer和token空格拼接",
  1200. "name": "Authorization",
  1201. "in": "header",
  1202. "required": true
  1203. },
  1204. {
  1205. "description": "分红名称、分红总量",
  1206. "name": "req",
  1207. "in": "body",
  1208. "required": true,
  1209. "schema": {
  1210. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  1211. }
  1212. }
  1213. ],
  1214. "responses": {
  1215. "200": {
  1216. "description": "成功",
  1217. "schema": {
  1218. "type": "success"
  1219. }
  1220. },
  1221. "400": {
  1222. "description": "具体错误",
  1223. "schema": {
  1224. "$ref": "#/definitions/md.Response"
  1225. }
  1226. }
  1227. }
  1228. }
  1229. },
  1230. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  1231. "post": {
  1232. "description": "社区分红(查询)",
  1233. "consumes": [
  1234. "application/json"
  1235. ],
  1236. "produces": [
  1237. "application/json"
  1238. ],
  1239. "tags": [
  1240. "公排管理"
  1241. ],
  1242. "summary": "制度中心-公排管理-社区分红(查询)",
  1243. "parameters": [
  1244. {
  1245. "type": "string",
  1246. "description": "验证参数Bearer和token空格拼接",
  1247. "name": "Authorization",
  1248. "in": "header",
  1249. "required": true
  1250. },
  1251. {
  1252. "description": "页数、每页大小必填 起止时间、起止数量选填",
  1253. "name": "req",
  1254. "in": "body",
  1255. "required": true,
  1256. "schema": {
  1257. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  1258. }
  1259. }
  1260. ],
  1261. "responses": {
  1262. "200": {
  1263. "description": "具体数据",
  1264. "schema": {
  1265. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  1266. }
  1267. },
  1268. "400": {
  1269. "description": "具体错误",
  1270. "schema": {
  1271. "$ref": "#/definitions/md.Response"
  1272. }
  1273. }
  1274. }
  1275. }
  1276. },
  1277. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  1278. "post": {
  1279. "description": "社区长列表(新增)",
  1280. "consumes": [
  1281. "application/json"
  1282. ],
  1283. "produces": [
  1284. "application/json"
  1285. ],
  1286. "tags": [
  1287. "公排管理"
  1288. ],
  1289. "summary": "制度中心-公排管理-社区长列表(新增)",
  1290. "parameters": [
  1291. {
  1292. "type": "string",
  1293. "description": "验证参数Bearer和token空格拼接",
  1294. "name": "Authorization",
  1295. "in": "header",
  1296. "required": true
  1297. },
  1298. {
  1299. "description": "新增社区长 ID、备注",
  1300. "name": "req",
  1301. "in": "body",
  1302. "required": true,
  1303. "schema": {
  1304. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  1305. }
  1306. }
  1307. ],
  1308. "responses": {
  1309. "200": {
  1310. "description": "插入数据 ID",
  1311. "schema": {
  1312. "type": "int"
  1313. }
  1314. },
  1315. "400": {
  1316. "description": "具体错误",
  1317. "schema": {
  1318. "$ref": "#/definitions/md.Response"
  1319. }
  1320. }
  1321. }
  1322. }
  1323. },
  1324. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  1325. "post": {
  1326. "description": "社区长列表(查询)",
  1327. "consumes": [
  1328. "application/json"
  1329. ],
  1330. "produces": [
  1331. "application/json"
  1332. ],
  1333. "tags": [
  1334. "公排管理"
  1335. ],
  1336. "summary": "制度中心-公排管理-社区长列表(查询)",
  1337. "parameters": [
  1338. {
  1339. "type": "string",
  1340. "description": "验证参数Bearer和token空格拼接",
  1341. "name": "Authorization",
  1342. "in": "header",
  1343. "required": true
  1344. },
  1345. {
  1346. "description": "页数、每页大小必填 手机号、用户ID选填",
  1347. "name": "req",
  1348. "in": "body",
  1349. "required": true,
  1350. "schema": {
  1351. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  1352. }
  1353. }
  1354. ],
  1355. "responses": {
  1356. "200": {
  1357. "description": "社区长列表",
  1358. "schema": {
  1359. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  1360. }
  1361. },
  1362. "400": {
  1363. "description": "具体错误",
  1364. "schema": {
  1365. "$ref": "#/definitions/md.Response"
  1366. }
  1367. }
  1368. }
  1369. }
  1370. },
  1371. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  1372. "post": {
  1373. "description": "关系分布图(位置转换)",
  1374. "consumes": [
  1375. "application/json"
  1376. ],
  1377. "produces": [
  1378. "application/json"
  1379. ],
  1380. "tags": [
  1381. "公排管理"
  1382. ],
  1383. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  1384. "parameters": [
  1385. {
  1386. "type": "string",
  1387. "description": "验证参数Bearer和token空格拼接",
  1388. "name": "Authorization",
  1389. "in": "header",
  1390. "required": true
  1391. },
  1392. {
  1393. "description": "需要交换的两个位置",
  1394. "name": "req",
  1395. "in": "body",
  1396. "required": true,
  1397. "schema": {
  1398. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  1399. }
  1400. }
  1401. ],
  1402. "responses": {
  1403. "200": {
  1404. "description": "成功返回",
  1405. "schema": {
  1406. "type": ""
  1407. }
  1408. },
  1409. "400": {
  1410. "description": "具体错误",
  1411. "schema": {
  1412. "$ref": "#/definitions/md.Response"
  1413. }
  1414. }
  1415. }
  1416. }
  1417. },
  1418. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  1419. "get": {
  1420. "description": "关系分布图(获取指定用户上级)",
  1421. "consumes": [
  1422. "application/json"
  1423. ],
  1424. "produces": [
  1425. "application/json"
  1426. ],
  1427. "tags": [
  1428. "公排管理"
  1429. ],
  1430. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  1431. "parameters": [
  1432. {
  1433. "type": "string",
  1434. "description": "验证参数Bearer和token空格拼接",
  1435. "name": "Authorization",
  1436. "in": "header",
  1437. "required": true
  1438. },
  1439. {
  1440. "type": "string",
  1441. "description": "用户ID",
  1442. "name": "uid",
  1443. "in": "query",
  1444. "required": true
  1445. }
  1446. ],
  1447. "responses": {
  1448. "200": {
  1449. "description": "具体数据",
  1450. "schema": {
  1451. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  1452. }
  1453. },
  1454. "400": {
  1455. "description": "具体错误",
  1456. "schema": {
  1457. "$ref": "#/definitions/md.Response"
  1458. }
  1459. }
  1460. }
  1461. }
  1462. },
  1463. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  1464. "get": {
  1465. "description": "关系分布图(获取指定用户下级)",
  1466. "consumes": [
  1467. "application/json"
  1468. ],
  1469. "produces": [
  1470. "application/json"
  1471. ],
  1472. "tags": [
  1473. "公排管理"
  1474. ],
  1475. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  1476. "parameters": [
  1477. {
  1478. "type": "string",
  1479. "description": "验证参数Bearer和token空格拼接",
  1480. "name": "Authorization",
  1481. "in": "header",
  1482. "required": true
  1483. },
  1484. {
  1485. "type": "string",
  1486. "description": "用户ID",
  1487. "name": "uid",
  1488. "in": "query",
  1489. "required": true
  1490. }
  1491. ],
  1492. "responses": {
  1493. "200": {
  1494. "description": "具体数据",
  1495. "schema": {
  1496. "$ref": "#/definitions/md.TreeNode"
  1497. }
  1498. },
  1499. "400": {
  1500. "description": "具体错误",
  1501. "schema": {
  1502. "$ref": "#/definitions/md.Response"
  1503. }
  1504. }
  1505. }
  1506. }
  1507. },
  1508. "/api/institutionalManagement/publicPlatoon/getBasic": {
  1509. "get": {
  1510. "description": "公排基础设置(获取)",
  1511. "consumes": [
  1512. "application/json"
  1513. ],
  1514. "produces": [
  1515. "application/json"
  1516. ],
  1517. "tags": [
  1518. "公排管理"
  1519. ],
  1520. "summary": "制度中心-公排管理-公排基础设置(获取)",
  1521. "parameters": [
  1522. {
  1523. "type": "string",
  1524. "description": "验证参数Bearer和token空格拼接",
  1525. "name": "Authorization",
  1526. "in": "header",
  1527. "required": true
  1528. }
  1529. ],
  1530. "responses": {
  1531. "200": {
  1532. "description": "具体数据",
  1533. "schema": {
  1534. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  1535. }
  1536. },
  1537. "400": {
  1538. "description": "具体错误",
  1539. "schema": {
  1540. "$ref": "#/definitions/md.Response"
  1541. }
  1542. }
  1543. }
  1544. }
  1545. },
  1546. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  1547. "post": {
  1548. "description": "免罚用户(查询)",
  1549. "consumes": [
  1550. "application/json"
  1551. ],
  1552. "produces": [
  1553. "application/json"
  1554. ],
  1555. "tags": [
  1556. "公排管理"
  1557. ],
  1558. "summary": "制度中心-公排管理-免罚用户(查询)",
  1559. "parameters": [
  1560. {
  1561. "type": "string",
  1562. "description": "验证参数Bearer和token空格拼接",
  1563. "name": "Authorization",
  1564. "in": "header",
  1565. "required": true
  1566. },
  1567. {
  1568. "description": "页数和行数必填,uid选填",
  1569. "name": "req",
  1570. "in": "body",
  1571. "required": true,
  1572. "schema": {
  1573. "$ref": "#/definitions/md.GetFreePublishUserReq"
  1574. }
  1575. }
  1576. ],
  1577. "responses": {
  1578. "200": {
  1579. "description": "成功返回",
  1580. "schema": {
  1581. "$ref": "#/definitions/md.GetFreePublishUserResp"
  1582. }
  1583. },
  1584. "400": {
  1585. "description": "具体错误",
  1586. "schema": {
  1587. "$ref": "#/definitions/md.Response"
  1588. }
  1589. }
  1590. }
  1591. }
  1592. },
  1593. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  1594. "post": {
  1595. "description": "免罚用户(新增)",
  1596. "consumes": [
  1597. "application/json"
  1598. ],
  1599. "produces": [
  1600. "application/json"
  1601. ],
  1602. "tags": [
  1603. "公排管理"
  1604. ],
  1605. "summary": "制度中心-公排管理-免罚用户(新增)",
  1606. "parameters": [
  1607. {
  1608. "type": "string",
  1609. "description": "验证参数Bearer和token空格拼接",
  1610. "name": "Authorization",
  1611. "in": "header",
  1612. "required": true
  1613. },
  1614. {
  1615. "description": "页数和行数必填,uid选填",
  1616. "name": "req",
  1617. "in": "body",
  1618. "required": true,
  1619. "schema": {
  1620. "$ref": "#/definitions/md.AddFreePublishUserReq"
  1621. }
  1622. }
  1623. ],
  1624. "responses": {
  1625. "200": {
  1626. "description": "插入数据 ID",
  1627. "schema": {
  1628. "type": "int"
  1629. }
  1630. },
  1631. "400": {
  1632. "description": "具体错误",
  1633. "schema": {
  1634. "$ref": "#/definitions/md.Response"
  1635. }
  1636. }
  1637. }
  1638. }
  1639. },
  1640. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  1641. "get": {
  1642. "description": "关系分布图(获取)",
  1643. "consumes": [
  1644. "application/json"
  1645. ],
  1646. "produces": [
  1647. "application/json"
  1648. ],
  1649. "tags": [
  1650. "公排管理"
  1651. ],
  1652. "summary": "制度中心-公排管理-关系分布图(获取)",
  1653. "parameters": [
  1654. {
  1655. "type": "string",
  1656. "description": "验证参数Bearer和token空格拼接",
  1657. "name": "Authorization",
  1658. "in": "header",
  1659. "required": true
  1660. },
  1661. {
  1662. "type": "string",
  1663. "description": "phone",
  1664. "name": "phone",
  1665. "in": "query",
  1666. "required": true
  1667. },
  1668. {
  1669. "type": "string",
  1670. "description": "uid",
  1671. "name": "uid",
  1672. "in": "query",
  1673. "required": true
  1674. }
  1675. ],
  1676. "responses": {
  1677. "200": {
  1678. "description": "具体数据",
  1679. "schema": {
  1680. "$ref": "#/definitions/md.TreeNode"
  1681. }
  1682. },
  1683. "400": {
  1684. "description": "具体错误",
  1685. "schema": {
  1686. "$ref": "#/definitions/md.Response"
  1687. }
  1688. }
  1689. }
  1690. }
  1691. },
  1692. "/api/institutionalManagement/publicPlatoon/selectMember": {
  1693. "post": {
  1694. "description": "公排基础设置选择会员(查询)",
  1695. "consumes": [
  1696. "application/json"
  1697. ],
  1698. "produces": [
  1699. "application/json"
  1700. ],
  1701. "tags": [
  1702. "公排管理"
  1703. ],
  1704. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  1705. "parameters": [
  1706. {
  1707. "type": "string",
  1708. "description": "验证参数Bearer和token空格拼接",
  1709. "name": "Authorization",
  1710. "in": "header",
  1711. "required": true
  1712. },
  1713. {
  1714. "description": "分页信息必填",
  1715. "name": "req",
  1716. "in": "body",
  1717. "required": true,
  1718. "schema": {
  1719. "$ref": "#/definitions/md.SelectMemberReq"
  1720. }
  1721. }
  1722. ],
  1723. "responses": {
  1724. "200": {
  1725. "description": "具体数据",
  1726. "schema": {
  1727. "$ref": "#/definitions/md.SelectMemberResp"
  1728. }
  1729. },
  1730. "400": {
  1731. "description": "具体错误",
  1732. "schema": {
  1733. "$ref": "#/definitions/md.Response"
  1734. }
  1735. }
  1736. }
  1737. }
  1738. },
  1739. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  1740. "put": {
  1741. "description": "公排基础设置(修改)",
  1742. "consumes": [
  1743. "application/json"
  1744. ],
  1745. "produces": [
  1746. "application/json"
  1747. ],
  1748. "tags": [
  1749. "公排管理"
  1750. ],
  1751. "summary": "制度中心-公排管理-公排基础设置(修改)",
  1752. "parameters": [
  1753. {
  1754. "type": "string",
  1755. "description": "验证参数Bearer和token空格拼接",
  1756. "name": "Authorization",
  1757. "in": "header",
  1758. "required": true
  1759. },
  1760. {
  1761. "description": "公排设置表单内容",
  1762. "name": "req",
  1763. "in": "body",
  1764. "required": true,
  1765. "schema": {
  1766. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  1767. }
  1768. }
  1769. ],
  1770. "responses": {
  1771. "200": {
  1772. "description": "success",
  1773. "schema": {
  1774. "type": "string"
  1775. }
  1776. },
  1777. "400": {
  1778. "description": "具体错误",
  1779. "schema": {
  1780. "$ref": "#/definitions/md.Response"
  1781. }
  1782. }
  1783. }
  1784. }
  1785. },
  1786. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  1787. "post": {
  1788. "description": "日活分析",
  1789. "consumes": [
  1790. "application/json"
  1791. ],
  1792. "produces": [
  1793. "application/json"
  1794. ],
  1795. "tags": [
  1796. "公排管理"
  1797. ],
  1798. "summary": "制度中心-公排管理-日活分析",
  1799. "parameters": [
  1800. {
  1801. "type": "string",
  1802. "description": "验证参数Bearer和token空格拼接",
  1803. "name": "Authorization",
  1804. "in": "header",
  1805. "required": true
  1806. },
  1807. {
  1808. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  1809. "name": "req",
  1810. "in": "body",
  1811. "required": true,
  1812. "schema": {
  1813. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  1814. }
  1815. }
  1816. ],
  1817. "responses": {
  1818. "200": {
  1819. "description": "具体数据",
  1820. "schema": {
  1821. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  1822. }
  1823. },
  1824. "400": {
  1825. "description": "具体错误",
  1826. "schema": {
  1827. "$ref": "#/definitions/md.Response"
  1828. }
  1829. }
  1830. }
  1831. }
  1832. },
  1833. "/api/login": {
  1834. "post": {
  1835. "description": "登入",
  1836. "consumes": [
  1837. "application/json"
  1838. ],
  1839. "produces": [
  1840. "application/json"
  1841. ],
  1842. "tags": [
  1843. "登录"
  1844. ],
  1845. "summary": "登陆",
  1846. "parameters": [
  1847. {
  1848. "description": "用户名密码",
  1849. "name": "req",
  1850. "in": "body",
  1851. "required": true,
  1852. "schema": {
  1853. "$ref": "#/definitions/md.LoginReq"
  1854. }
  1855. }
  1856. ],
  1857. "responses": {
  1858. "200": {
  1859. "description": "token",
  1860. "schema": {
  1861. "$ref": "#/definitions/md.LoginResponse"
  1862. }
  1863. },
  1864. "400": {
  1865. "description": "具体错误",
  1866. "schema": {
  1867. "$ref": "#/definitions/md.Response"
  1868. }
  1869. }
  1870. }
  1871. }
  1872. },
  1873. "/api/marketingApplications/newUserRedPackage/getBasic": {
  1874. "get": {
  1875. "description": "新人红包设置(获取)",
  1876. "consumes": [
  1877. "application/json"
  1878. ],
  1879. "produces": [
  1880. "application/json"
  1881. ],
  1882. "tags": [
  1883. "营销应用"
  1884. ],
  1885. "summary": "制度中心-营销应用-新人红包设置(获取)",
  1886. "parameters": [
  1887. {
  1888. "type": "string",
  1889. "description": "验证参数Bearer和token空格拼接",
  1890. "name": "Authorization",
  1891. "in": "header",
  1892. "required": true
  1893. }
  1894. ],
  1895. "responses": {
  1896. "200": {
  1897. "description": "具体数据",
  1898. "schema": {
  1899. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  1900. }
  1901. },
  1902. "400": {
  1903. "description": "具体错误",
  1904. "schema": {
  1905. "$ref": "#/definitions/md.Response"
  1906. }
  1907. }
  1908. }
  1909. }
  1910. },
  1911. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  1912. "post": {
  1913. "description": "新人红包列表明细(查询)",
  1914. "consumes": [
  1915. "application/json"
  1916. ],
  1917. "produces": [
  1918. "application/json"
  1919. ],
  1920. "tags": [
  1921. "营销应用"
  1922. ],
  1923. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  1924. "parameters": [
  1925. {
  1926. "type": "string",
  1927. "description": "验证参数Bearer和token空格拼接",
  1928. "name": "Authorization",
  1929. "in": "header",
  1930. "required": true
  1931. },
  1932. {
  1933. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  1934. "name": "req",
  1935. "in": "body",
  1936. "required": true,
  1937. "schema": {
  1938. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  1939. }
  1940. }
  1941. ],
  1942. "responses": {
  1943. "200": {
  1944. "description": "具体数据",
  1945. "schema": {
  1946. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  1947. }
  1948. },
  1949. "400": {
  1950. "description": "具体错误",
  1951. "schema": {
  1952. "$ref": "#/definitions/md.Response"
  1953. }
  1954. }
  1955. }
  1956. }
  1957. },
  1958. "/api/marketingApplications/newUserRedPackage/recordList": {
  1959. "post": {
  1960. "description": "新人红包列表(查询)",
  1961. "consumes": [
  1962. "application/json"
  1963. ],
  1964. "produces": [
  1965. "application/json"
  1966. ],
  1967. "tags": [
  1968. "营销应用"
  1969. ],
  1970. "summary": "制度中心-营销应用-新人红包列表(查询)",
  1971. "parameters": [
  1972. {
  1973. "type": "string",
  1974. "description": "验证参数Bearer和token空格拼接",
  1975. "name": "Authorization",
  1976. "in": "header",
  1977. "required": true
  1978. },
  1979. {
  1980. "description": "新人红包列表查询条件(分页信息必填)",
  1981. "name": "req",
  1982. "in": "body",
  1983. "required": true,
  1984. "schema": {
  1985. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  1986. }
  1987. }
  1988. ],
  1989. "responses": {
  1990. "200": {
  1991. "description": "具体数据",
  1992. "schema": {
  1993. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  1994. }
  1995. },
  1996. "400": {
  1997. "description": "具体错误",
  1998. "schema": {
  1999. "$ref": "#/definitions/md.Response"
  2000. }
  2001. }
  2002. }
  2003. }
  2004. },
  2005. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  2006. "put": {
  2007. "description": "新人红包设置(修改)",
  2008. "consumes": [
  2009. "application/json"
  2010. ],
  2011. "produces": [
  2012. "application/json"
  2013. ],
  2014. "tags": [
  2015. "营销应用"
  2016. ],
  2017. "summary": "制度中心-营销应用-新人红包设置(修改)",
  2018. "parameters": [
  2019. {
  2020. "type": "string",
  2021. "description": "验证参数Bearer和token空格拼接",
  2022. "name": "Authorization",
  2023. "in": "header",
  2024. "required": true
  2025. },
  2026. {
  2027. "description": "新人红包设置表单",
  2028. "name": "req",
  2029. "in": "body",
  2030. "required": true,
  2031. "schema": {
  2032. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  2033. }
  2034. }
  2035. ],
  2036. "responses": {
  2037. "200": {
  2038. "description": "success",
  2039. "schema": {
  2040. "type": "string"
  2041. }
  2042. },
  2043. "400": {
  2044. "description": "具体错误",
  2045. "schema": {
  2046. "$ref": "#/definitions/md.Response"
  2047. }
  2048. }
  2049. }
  2050. }
  2051. },
  2052. "/api/memberCenter/userManagement/getUserList": {
  2053. "post": {
  2054. "description": "用户信息管理(获取)",
  2055. "consumes": [
  2056. "application/json"
  2057. ],
  2058. "produces": [
  2059. "application/json"
  2060. ],
  2061. "tags": [
  2062. "会员中心"
  2063. ],
  2064. "summary": "制度中心-会员中心-用户信息管理(获取)",
  2065. "parameters": [
  2066. {
  2067. "type": "string",
  2068. "description": "验证参数Bearer和token空格拼接",
  2069. "name": "Authorization",
  2070. "in": "header",
  2071. "required": true
  2072. },
  2073. {
  2074. "description": "分页信息必填",
  2075. "name": "req",
  2076. "in": "body",
  2077. "required": true,
  2078. "schema": {
  2079. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  2080. }
  2081. }
  2082. ],
  2083. "responses": {
  2084. "200": {
  2085. "description": "具体数据",
  2086. "schema": {
  2087. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  2088. }
  2089. },
  2090. "400": {
  2091. "description": "具体错误",
  2092. "schema": {
  2093. "$ref": "#/definitions/md.Response"
  2094. }
  2095. }
  2096. }
  2097. }
  2098. },
  2099. "/api/memberCenter/userManagement/updateUserInfo": {
  2100. "post": {
  2101. "description": "用户信息管理(更新)",
  2102. "consumes": [
  2103. "application/json"
  2104. ],
  2105. "produces": [
  2106. "application/json"
  2107. ],
  2108. "tags": [
  2109. "会员中心"
  2110. ],
  2111. "summary": "制度中心-会员中心-用户信息管理(更新)",
  2112. "parameters": [
  2113. {
  2114. "type": "string",
  2115. "description": "验证参数Bearer和token空格拼接",
  2116. "name": "Authorization",
  2117. "in": "header",
  2118. "required": true
  2119. },
  2120. {
  2121. "description": "用户ID 必传",
  2122. "name": "req",
  2123. "in": "body",
  2124. "required": true,
  2125. "schema": {
  2126. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  2127. }
  2128. }
  2129. ],
  2130. "responses": {
  2131. "200": {
  2132. "description": "修改数据行数",
  2133. "schema": {
  2134. "type": "int"
  2135. }
  2136. },
  2137. "400": {
  2138. "description": "具体错误",
  2139. "schema": {
  2140. "$ref": "#/definitions/md.Response"
  2141. }
  2142. }
  2143. }
  2144. }
  2145. }
  2146. },
  2147. "definitions": {
  2148. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  2149. "type": "object",
  2150. "properties": {
  2151. "direct_push_reward": {
  2152. "description": "直推奖励",
  2153. "allOf": [
  2154. {
  2155. "$ref": "#/definitions/md.TeamRewardSettingStruct"
  2156. }
  2157. ]
  2158. },
  2159. "is_open": {
  2160. "description": "是否开启(1:开启 0:关闭)",
  2161. "type": "integer"
  2162. },
  2163. "person_egg_energy_coin_id": {
  2164. "description": "个人蛋蛋能量对应虚拟币 id",
  2165. "type": "integer"
  2166. },
  2167. "person_egg_points_coin_id": {
  2168. "description": "个人蛋蛋积分对应虚拟币 id",
  2169. "type": "integer"
  2170. },
  2171. "team_egg_energy_coin_id": {
  2172. "description": "团队蛋蛋能量对应虚拟币 id",
  2173. "type": "integer"
  2174. },
  2175. "team_egg_points_coin_id": {
  2176. "description": "团队蛋蛋积分对应虚拟币 id",
  2177. "type": "integer"
  2178. }
  2179. }
  2180. },
  2181. "applet_app_md_institutional_management_egg_energy.Paginate": {
  2182. "type": "object",
  2183. "properties": {
  2184. "limit": {
  2185. "description": "每页大小",
  2186. "type": "integer"
  2187. },
  2188. "page": {
  2189. "description": "页数",
  2190. "type": "integer"
  2191. },
  2192. "total": {
  2193. "description": "总数据量",
  2194. "type": "integer"
  2195. }
  2196. }
  2197. },
  2198. "applet_app_md_institutional_management_member_center.Paginate": {
  2199. "type": "object",
  2200. "properties": {
  2201. "limit": {
  2202. "description": "每页大小",
  2203. "type": "integer"
  2204. },
  2205. "page": {
  2206. "description": "页数",
  2207. "type": "integer"
  2208. },
  2209. "total": {
  2210. "description": "总数据量",
  2211. "type": "integer"
  2212. }
  2213. }
  2214. },
  2215. "applet_app_md_institutional_management_new_user_red_package.Paginate": {
  2216. "type": "object",
  2217. "properties": {
  2218. "limit": {
  2219. "type": "integer"
  2220. },
  2221. "page": {
  2222. "type": "integer"
  2223. },
  2224. "total": {
  2225. "type": "integer"
  2226. }
  2227. }
  2228. },
  2229. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  2230. "type": "object",
  2231. "properties": {
  2232. "id": {
  2233. "type": "integer"
  2234. },
  2235. "is_open": {
  2236. "description": "是否开启(1:开启 0:关闭)",
  2237. "type": "integer"
  2238. },
  2239. "is_self_active_get_team_revenue": {
  2240. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  2241. "type": "integer"
  2242. },
  2243. "originator_uid": {
  2244. "description": "创始人uid",
  2245. "type": "integer"
  2246. },
  2247. "several_rows": {
  2248. "description": "几排",
  2249. "type": "integer"
  2250. },
  2251. "several_times": {
  2252. "description": "几乘",
  2253. "type": "integer"
  2254. },
  2255. "system_punish_replace": {
  2256. "description": "是否位置滑落 被新用户替换 0否 1是",
  2257. "type": "integer"
  2258. },
  2259. "system_punish_replace_value": {
  2260. "description": "xx天未活跃,处罚滑落",
  2261. "type": "integer"
  2262. }
  2263. }
  2264. },
  2265. "applet_app_md_institutional_management_public_platoon.Paginate": {
  2266. "type": "object",
  2267. "properties": {
  2268. "limit": {
  2269. "description": "每页大小",
  2270. "type": "integer"
  2271. },
  2272. "page": {
  2273. "description": "页数",
  2274. "type": "integer"
  2275. },
  2276. "total": {
  2277. "description": "总数据量",
  2278. "type": "integer"
  2279. }
  2280. }
  2281. },
  2282. "md.ActivePointsWalletNode": {
  2283. "type": "object",
  2284. "properties": {
  2285. "amount": {
  2286. "type": "string",
  2287. "example": "账户余额"
  2288. },
  2289. "uid": {
  2290. "description": "用户 ID",
  2291. "type": "integer"
  2292. },
  2293. "user_name": {
  2294. "type": "string",
  2295. "example": "用户名"
  2296. },
  2297. "user_phone": {
  2298. "type": "string",
  2299. "example": "手机号"
  2300. }
  2301. }
  2302. },
  2303. "md.AddCommunityDividendsReq": {
  2304. "type": "object",
  2305. "properties": {
  2306. "amount": {
  2307. "description": "社区分红数量",
  2308. "type": "string"
  2309. },
  2310. "name": {
  2311. "type": "string",
  2312. "example": "社区分红名称"
  2313. }
  2314. }
  2315. },
  2316. "md.AddCommunityDividendsWithUserReq": {
  2317. "type": "object",
  2318. "properties": {
  2319. "memo": {
  2320. "type": "string",
  2321. "example": "备注"
  2322. },
  2323. "uid": {
  2324. "description": "新增社区长用户 ID",
  2325. "type": "integer"
  2326. }
  2327. }
  2328. },
  2329. "md.AddFreePublishUserReq": {
  2330. "type": "object",
  2331. "properties": {
  2332. "uid": {
  2333. "type": "integer"
  2334. }
  2335. }
  2336. },
  2337. "md.AddFundDataReq": {
  2338. "type": "object",
  2339. "properties": {
  2340. "frequency": {
  2341. "description": "频率(分钟)",
  2342. "type": "integer"
  2343. },
  2344. "hours": {
  2345. "description": "时长(小时)",
  2346. "type": "integer"
  2347. },
  2348. "kind": {
  2349. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  2350. "type": "integer"
  2351. },
  2352. "memo": {
  2353. "type": "string",
  2354. "example": "备注"
  2355. },
  2356. "total_amount": {
  2357. "description": "金额",
  2358. "type": "string"
  2359. }
  2360. }
  2361. },
  2362. "md.AddPlatformRevenueReq": {
  2363. "type": "object",
  2364. "properties": {
  2365. "frequency": {
  2366. "description": "频率(分钟)",
  2367. "type": "integer"
  2368. },
  2369. "hours": {
  2370. "description": "时长(小时)",
  2371. "type": "integer"
  2372. },
  2373. "kind": {
  2374. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  2375. "type": "integer"
  2376. },
  2377. "memo": {
  2378. "type": "string",
  2379. "example": "备注"
  2380. },
  2381. "total_amount": {
  2382. "description": "金额",
  2383. "type": "string"
  2384. }
  2385. }
  2386. },
  2387. "md.DailyActivityAnalysisTopData": {
  2388. "type": "object",
  2389. "properties": {
  2390. "activity_count": {
  2391. "description": "子节点活跃天数",
  2392. "type": "integer"
  2393. },
  2394. "team_activity_user_count": {
  2395. "description": "子节点活跃人数",
  2396. "type": "integer"
  2397. },
  2398. "team_user_count": {
  2399. "description": "团队人数",
  2400. "type": "integer"
  2401. }
  2402. }
  2403. },
  2404. "md.DataSetting": {
  2405. "type": "object",
  2406. "properties": {
  2407. "total_angel_investor": {
  2408. "description": "天使投资人",
  2409. "type": "string",
  2410. "example": "天使投资人"
  2411. },
  2412. "total_ecological_development": {
  2413. "description": "生态建设",
  2414. "type": "string",
  2415. "example": "当前价格"
  2416. },
  2417. "total_issuance_amount": {
  2418. "description": "总发行量",
  2419. "type": "string",
  2420. "example": "总发行量"
  2421. },
  2422. "total_operate_fund": {
  2423. "description": "运营资金",
  2424. "type": "string",
  2425. "example": "运营资金"
  2426. },
  2427. "total_team_dividends": {
  2428. "description": "团队分红",
  2429. "type": "string",
  2430. "example": "团队分红"
  2431. },
  2432. "total_technology_team": {
  2433. "description": "技术团队",
  2434. "type": "string",
  2435. "example": "技术团队"
  2436. },
  2437. "total_user_for_person": {
  2438. "description": "个人区域",
  2439. "type": "string",
  2440. "example": "个人区域"
  2441. },
  2442. "total_user_for_team": {
  2443. "description": "团队区域",
  2444. "type": "string",
  2445. "example": "团队区域"
  2446. }
  2447. }
  2448. },
  2449. "md.DestructionSettingStruct": {
  2450. "type": "object",
  2451. "properties": {
  2452. "community_dividends": {
  2453. "description": "社区分红百分比",
  2454. "type": "string"
  2455. },
  2456. "destruction_quantity": {
  2457. "description": "销毁百分比",
  2458. "type": "string"
  2459. },
  2460. "development_committee": {
  2461. "description": "发展委员会百分比",
  2462. "type": "string"
  2463. },
  2464. "marketplace_merchant": {
  2465. "description": "市商数量百分比",
  2466. "type": "string"
  2467. },
  2468. "public_welfare_and_charity": {
  2469. "description": "公益慈善百分比",
  2470. "type": "string"
  2471. },
  2472. "star_level_dividends": {
  2473. "description": "星级分红百分比",
  2474. "type": "string"
  2475. }
  2476. }
  2477. },
  2478. "md.DynamicDataFlowListReq": {
  2479. "type": "object",
  2480. "properties": {
  2481. "end_at": {
  2482. "description": "结束时间",
  2483. "type": "string",
  2484. "example": "结束时间"
  2485. },
  2486. "kind": {
  2487. "description": "持有类型",
  2488. "type": "integer"
  2489. },
  2490. "page": {
  2491. "description": "页数",
  2492. "type": "integer"
  2493. },
  2494. "page_size": {
  2495. "description": "每页大小",
  2496. "type": "integer"
  2497. },
  2498. "start_at": {
  2499. "description": "开始时间",
  2500. "type": "string",
  2501. "example": "开始时间"
  2502. }
  2503. }
  2504. },
  2505. "md.DynamicDataFlowListResp": {
  2506. "type": "object",
  2507. "properties": {
  2508. "kind_list": {
  2509. "type": "array",
  2510. "items": {
  2511. "type": "object",
  2512. "additionalProperties": true
  2513. }
  2514. },
  2515. "list": {
  2516. "type": "array",
  2517. "items": {
  2518. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  2519. }
  2520. },
  2521. "paginate": {
  2522. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2523. }
  2524. }
  2525. },
  2526. "md.EggEnergyAvailableEnergyFlow": {
  2527. "type": "object",
  2528. "properties": {
  2529. "after_community_dividends": {
  2530. "type": "string"
  2531. },
  2532. "after_destruction_quantity_values": {
  2533. "type": "string"
  2534. },
  2535. "after_development_committee_values": {
  2536. "type": "string"
  2537. },
  2538. "after_marketplace_merchant_fund_values": {
  2539. "type": "string"
  2540. },
  2541. "after_marketplace_merchant_values": {
  2542. "type": "string"
  2543. },
  2544. "after_now_energy_total_nums": {
  2545. "type": "string"
  2546. },
  2547. "after_planet_total_value": {
  2548. "type": "string"
  2549. },
  2550. "after_price": {
  2551. "type": "string"
  2552. },
  2553. "after_public_welfare_and_charity_values": {
  2554. "type": "string"
  2555. },
  2556. "after_star_level_dividends_values": {
  2557. "type": "string"
  2558. },
  2559. "amount": {
  2560. "type": "string"
  2561. },
  2562. "before_community_dividends": {
  2563. "type": "string"
  2564. },
  2565. "before_destruction_quantity_values": {
  2566. "type": "string"
  2567. },
  2568. "before_development_committee_values": {
  2569. "type": "string"
  2570. },
  2571. "before_marketplace_merchant_fund_values": {
  2572. "type": "string"
  2573. },
  2574. "before_marketplace_merchant_values": {
  2575. "type": "string"
  2576. },
  2577. "before_now_energy_total_nums": {
  2578. "type": "string"
  2579. },
  2580. "before_planet_total_value": {
  2581. "type": "string"
  2582. },
  2583. "before_price": {
  2584. "type": "string"
  2585. },
  2586. "before_public_welfare_and_charity_values": {
  2587. "type": "string"
  2588. },
  2589. "before_star_level_dividends_values": {
  2590. "type": "string"
  2591. },
  2592. "create_time": {
  2593. "type": "string"
  2594. },
  2595. "id": {
  2596. "type": "integer"
  2597. },
  2598. "kind": {
  2599. "type": "integer"
  2600. },
  2601. "title": {
  2602. "type": "string"
  2603. }
  2604. }
  2605. },
  2606. "md.EggEnergyCommunityDividends": {
  2607. "type": "object",
  2608. "properties": {
  2609. "amount": {
  2610. "description": "分红数量",
  2611. "type": "string"
  2612. },
  2613. "coin_id": {
  2614. "description": "虚拟币 id",
  2615. "type": "integer"
  2616. },
  2617. "create_at": {
  2618. "description": "分红时间",
  2619. "type": "string"
  2620. },
  2621. "id": {
  2622. "type": "integer"
  2623. },
  2624. "is_over": {
  2625. "description": "是否分红完毕",
  2626. "type": "integer"
  2627. },
  2628. "name": {
  2629. "type": "string",
  2630. "example": "名称"
  2631. },
  2632. "persons_num": {
  2633. "description": "分红人数",
  2634. "type": "integer"
  2635. },
  2636. "update_at": {
  2637. "type": "string"
  2638. }
  2639. }
  2640. },
  2641. "md.EggEnergyCommunityDividendsWithUser": {
  2642. "type": "object",
  2643. "properties": {
  2644. "id": {
  2645. "type": "integer"
  2646. },
  2647. "memo": {
  2648. "type": "string",
  2649. "example": "备注"
  2650. },
  2651. "nickname": {
  2652. "type": "string"
  2653. },
  2654. "phone": {
  2655. "type": "string"
  2656. },
  2657. "uid": {
  2658. "type": "integer"
  2659. }
  2660. }
  2661. },
  2662. "md.ExchangeRulesStruct": {
  2663. "type": "object",
  2664. "properties": {
  2665. "auto_exchange_nums_by_person": {
  2666. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  2667. "type": "string"
  2668. },
  2669. "auto_exchange_nums_by_team": {
  2670. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  2671. "type": "string"
  2672. },
  2673. "auto_exchange_rate_by_person": {
  2674. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  2675. "type": "string"
  2676. },
  2677. "auto_exchange_rate_by_team": {
  2678. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  2679. "type": "string"
  2680. }
  2681. }
  2682. },
  2683. "md.ExchangeUserPositionReq": {
  2684. "type": "object",
  2685. "properties": {
  2686. "position_1": {
  2687. "description": "位置1,具体值取返回数据中的 system_id",
  2688. "type": "integer"
  2689. },
  2690. "position_2": {
  2691. "description": "位置2,具体值取返回数据中的 system_id",
  2692. "type": "integer"
  2693. }
  2694. }
  2695. },
  2696. "md.FindSubUserRelationshipMapResp": {
  2697. "type": "object",
  2698. "properties": {
  2699. "basic_setting": {
  2700. "description": "公排设置",
  2701. "allOf": [
  2702. {
  2703. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  2704. }
  2705. ]
  2706. },
  2707. "search_uid": {
  2708. "description": "查找的用户 ID",
  2709. "type": "string"
  2710. },
  2711. "sub_user": {
  2712. "description": "上级用户信息",
  2713. "allOf": [
  2714. {
  2715. "$ref": "#/definitions/md.SubUser"
  2716. }
  2717. ]
  2718. }
  2719. }
  2720. },
  2721. "md.FreePublishUserNode": {
  2722. "type": "object",
  2723. "properties": {
  2724. "nickname": {
  2725. "type": "string",
  2726. "example": "昵称"
  2727. },
  2728. "phone": {
  2729. "type": "string",
  2730. "example": "手机号"
  2731. },
  2732. "uid": {
  2733. "type": "integer"
  2734. }
  2735. }
  2736. },
  2737. "md.FundDataNode": {
  2738. "type": "object",
  2739. "properties": {
  2740. "balance_amount": {
  2741. "description": "余额",
  2742. "type": "string"
  2743. },
  2744. "balance_times": {
  2745. "description": "剩余执行次数",
  2746. "type": "integer"
  2747. },
  2748. "create_at": {
  2749. "description": "创建时间",
  2750. "type": "string"
  2751. },
  2752. "hours": {
  2753. "description": "时长",
  2754. "type": "integer"
  2755. },
  2756. "kind": {
  2757. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  2758. "type": "integer"
  2759. },
  2760. "memo": {
  2761. "description": "备注",
  2762. "type": "string"
  2763. },
  2764. "system_id": {
  2765. "type": "integer"
  2766. },
  2767. "total_amount": {
  2768. "description": "金额",
  2769. "type": "string"
  2770. }
  2771. }
  2772. },
  2773. "md.FundDataRecordNode": {
  2774. "type": "object",
  2775. "properties": {
  2776. "after_planet_total_value": {
  2777. "description": "执行后-星球价值",
  2778. "type": "string"
  2779. },
  2780. "after_price": {
  2781. "description": "执行后-价格",
  2782. "type": "string"
  2783. },
  2784. "balance_amount": {
  2785. "description": "余额",
  2786. "type": "string"
  2787. },
  2788. "balance_times": {
  2789. "description": "剩余执行次数",
  2790. "type": "integer"
  2791. },
  2792. "before_planet_total_value": {
  2793. "description": "执行前-星球价值",
  2794. "type": "string"
  2795. },
  2796. "before_price": {
  2797. "description": "执行前-价格",
  2798. "type": "string"
  2799. },
  2800. "create_at": {
  2801. "type": "string"
  2802. },
  2803. "total_amount": {
  2804. "description": "金额",
  2805. "type": "string"
  2806. }
  2807. }
  2808. },
  2809. "md.GetActivePointsUserCoinFlowListReq": {
  2810. "type": "object",
  2811. "properties": {
  2812. "coin_id": {
  2813. "description": "货币类型 ID",
  2814. "type": "integer"
  2815. },
  2816. "direction": {
  2817. "description": "流水方向:1收入 2支出",
  2818. "type": "integer"
  2819. },
  2820. "end_at": {
  2821. "description": "结束时间",
  2822. "type": "string"
  2823. },
  2824. "page": {
  2825. "description": "页数",
  2826. "type": "integer"
  2827. },
  2828. "page_size": {
  2829. "description": "每页大小",
  2830. "type": "integer"
  2831. },
  2832. "start_at": {
  2833. "description": "开始时间",
  2834. "type": "string"
  2835. },
  2836. "uid": {
  2837. "description": "用户 ID",
  2838. "type": "integer"
  2839. }
  2840. }
  2841. },
  2842. "md.GetActivePointsUserCoinFlowListResp": {
  2843. "type": "object",
  2844. "properties": {
  2845. "list": {
  2846. "description": "流水信息",
  2847. "type": "array",
  2848. "items": {
  2849. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  2850. }
  2851. },
  2852. "paginate": {
  2853. "description": "分页信息",
  2854. "allOf": [
  2855. {
  2856. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2857. }
  2858. ]
  2859. },
  2860. "select_data": {
  2861. "description": "流水类型",
  2862. "allOf": [
  2863. {
  2864. "$ref": "#/definitions/md.SelectData"
  2865. }
  2866. ]
  2867. }
  2868. }
  2869. },
  2870. "md.GetActivePointsUserCoinListReq": {
  2871. "type": "object",
  2872. "properties": {
  2873. "end_coin": {
  2874. "type": "string",
  2875. "example": "最大金额"
  2876. },
  2877. "kind": {
  2878. "description": "虚拟币种类编号",
  2879. "type": "integer"
  2880. },
  2881. "page": {
  2882. "description": "页数",
  2883. "type": "integer"
  2884. },
  2885. "page_size": {
  2886. "description": "单页大小",
  2887. "type": "integer"
  2888. },
  2889. "start_coin": {
  2890. "type": "string",
  2891. "example": "最小金额"
  2892. },
  2893. "uid": {
  2894. "description": "指定查询用户 ID",
  2895. "type": "integer"
  2896. },
  2897. "user_name": {
  2898. "type": "string",
  2899. "example": "用户名称"
  2900. },
  2901. "user_phone": {
  2902. "type": "string",
  2903. "example": "手机号"
  2904. }
  2905. }
  2906. },
  2907. "md.GetActivePointsUserCoinListResp": {
  2908. "type": "object",
  2909. "properties": {
  2910. "kind_list": {
  2911. "description": "货币类型集合",
  2912. "type": "array",
  2913. "items": {
  2914. "$ref": "#/definitions/md.VirtualCoinListNode"
  2915. }
  2916. },
  2917. "list": {
  2918. "description": "余额集合",
  2919. "type": "array",
  2920. "items": {
  2921. "$ref": "#/definitions/md.ActivePointsWalletNode"
  2922. }
  2923. },
  2924. "sum_user_amount": {
  2925. "description": "用户持有总数",
  2926. "type": "number"
  2927. },
  2928. "total": {
  2929. "description": "持有该类型用户数",
  2930. "type": "integer"
  2931. }
  2932. }
  2933. },
  2934. "md.GetBasicResp": {
  2935. "type": "object",
  2936. "properties": {
  2937. "oss_access_key_id": {
  2938. "type": "string",
  2939. "example": "oss访问秘钥id"
  2940. },
  2941. "oss_access_key_secret": {
  2942. "type": "string",
  2943. "example": "oss访问秘钥"
  2944. },
  2945. "oss_bucket_name": {
  2946. "type": "string",
  2947. "example": "oss存储桶名称"
  2948. },
  2949. "oss_bucket_scheme": {
  2950. "type": "string",
  2951. "example": "oss上传方式"
  2952. },
  2953. "oss_endpoint": {
  2954. "type": "string",
  2955. "example": "oss地域节点"
  2956. },
  2957. "oss_object_domain": {
  2958. "type": "string",
  2959. "example": "oss域名"
  2960. }
  2961. }
  2962. },
  2963. "md.GetEggCoreDataListResp": {
  2964. "type": "object",
  2965. "properties": {
  2966. "now_energy_total_nums": {
  2967. "description": "现行总量",
  2968. "type": "string",
  2969. "example": "现行总量"
  2970. },
  2971. "now_price": {
  2972. "description": "当前价格",
  2973. "type": "string",
  2974. "example": "当前价格"
  2975. },
  2976. "planet_total_value": {
  2977. "description": "星球价值",
  2978. "type": "string",
  2979. "example": "星球价值"
  2980. },
  2981. "user_hold_total_nums": {
  2982. "description": "用户持有总量",
  2983. "type": "object",
  2984. "additionalProperties": {
  2985. "type": "string"
  2986. }
  2987. }
  2988. }
  2989. },
  2990. "md.GetEggEnergyBasicResp": {
  2991. "type": "object",
  2992. "properties": {
  2993. "basic_setting": {
  2994. "description": "基础设置",
  2995. "allOf": [
  2996. {
  2997. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  2998. }
  2999. ]
  3000. },
  3001. "data_setting": {
  3002. "description": "数据设置",
  3003. "allOf": [
  3004. {
  3005. "$ref": "#/definitions/md.DataSetting"
  3006. }
  3007. ]
  3008. },
  3009. "destruction_setting": {
  3010. "description": "销毁设置",
  3011. "allOf": [
  3012. {
  3013. "$ref": "#/definitions/md.DestructionSettingStruct"
  3014. }
  3015. ]
  3016. },
  3017. "exchange_rules": {
  3018. "description": "兑换规则",
  3019. "allOf": [
  3020. {
  3021. "$ref": "#/definitions/md.ExchangeRulesStruct"
  3022. }
  3023. ]
  3024. },
  3025. "new_user_incentive_rules": {
  3026. "description": "新用户奖励规则",
  3027. "allOf": [
  3028. {
  3029. "$ref": "#/definitions/md.NewUserRewardRules"
  3030. }
  3031. ]
  3032. },
  3033. "price_setting": {
  3034. "description": "价格设置",
  3035. "allOf": [
  3036. {
  3037. "$ref": "#/definitions/md.PriceSettingStruct"
  3038. }
  3039. ]
  3040. },
  3041. "reward_system": {
  3042. "description": "圈层奖励",
  3043. "type": "array",
  3044. "items": {
  3045. "$ref": "#/definitions/md.RewardSystemStruct"
  3046. }
  3047. },
  3048. "system_id": {
  3049. "description": "该设置系统 ID",
  3050. "type": "integer"
  3051. },
  3052. "video_reward_setting": {
  3053. "description": "视频奖励",
  3054. "allOf": [
  3055. {
  3056. "$ref": "#/definitions/md.VideoRewardSetting"
  3057. }
  3058. ]
  3059. }
  3060. }
  3061. },
  3062. "md.GetEggEnergyVipSettingResp": {
  3063. "type": "object",
  3064. "properties": {
  3065. "level_list": {
  3066. "description": "会员等级列表",
  3067. "type": "array",
  3068. "items": {
  3069. "type": "object",
  3070. "additionalProperties": true
  3071. }
  3072. },
  3073. "list": {
  3074. "description": "会员权益设置",
  3075. "type": "array",
  3076. "items": {
  3077. "$ref": "#/definitions/md.VipEquitySettingNode"
  3078. }
  3079. }
  3080. }
  3081. },
  3082. "md.GetFreePublishUserReq": {
  3083. "type": "object",
  3084. "properties": {
  3085. "limit": {
  3086. "description": "每页大小",
  3087. "type": "integer"
  3088. },
  3089. "page": {
  3090. "description": "当前页数",
  3091. "type": "integer"
  3092. },
  3093. "uid": {
  3094. "description": "筛选的用户 ID",
  3095. "type": "integer"
  3096. }
  3097. }
  3098. },
  3099. "md.GetFreePublishUserResp": {
  3100. "type": "object",
  3101. "properties": {
  3102. "list": {
  3103. "description": "免罚用户列表",
  3104. "type": "array",
  3105. "items": {
  3106. "$ref": "#/definitions/md.FreePublishUserNode"
  3107. }
  3108. },
  3109. "paginate": {
  3110. "description": "分页信息",
  3111. "allOf": [
  3112. {
  3113. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3114. }
  3115. ]
  3116. }
  3117. }
  3118. },
  3119. "md.GetFundDataListReq": {
  3120. "type": "object",
  3121. "properties": {
  3122. "end_at": {
  3123. "type": "string",
  3124. "example": "结束时间"
  3125. },
  3126. "kind": {
  3127. "description": "数据类型",
  3128. "type": "integer"
  3129. },
  3130. "limit": {
  3131. "description": "每页大小",
  3132. "type": "integer"
  3133. },
  3134. "page": {
  3135. "description": "页数",
  3136. "type": "integer"
  3137. },
  3138. "start_at": {
  3139. "type": "string",
  3140. "example": "开始时间"
  3141. }
  3142. }
  3143. },
  3144. "md.GetFundDataListResp": {
  3145. "type": "object",
  3146. "properties": {
  3147. "kind_list": {
  3148. "description": "类型列表",
  3149. "type": "array",
  3150. "items": {
  3151. "type": "object",
  3152. "additionalProperties": true
  3153. }
  3154. },
  3155. "list": {
  3156. "description": "数据列表",
  3157. "type": "array",
  3158. "items": {
  3159. "$ref": "#/definitions/md.FundDataNode"
  3160. }
  3161. },
  3162. "paginate": {
  3163. "description": "分页数据",
  3164. "allOf": [
  3165. {
  3166. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3167. }
  3168. ]
  3169. }
  3170. }
  3171. },
  3172. "md.GetFundDataRecordListReq": {
  3173. "type": "object",
  3174. "properties": {
  3175. "limit": {
  3176. "description": "页面大小",
  3177. "type": "integer"
  3178. },
  3179. "page": {
  3180. "description": "页数",
  3181. "type": "integer"
  3182. },
  3183. "system_id": {
  3184. "description": "数据在系统中的 ID",
  3185. "type": "integer"
  3186. }
  3187. }
  3188. },
  3189. "md.GetFundDataRecordListResp": {
  3190. "type": "object",
  3191. "properties": {
  3192. "list": {
  3193. "type": "array",
  3194. "items": {
  3195. "$ref": "#/definitions/md.FundDataRecordNode"
  3196. }
  3197. },
  3198. "paginate": {
  3199. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3200. }
  3201. }
  3202. },
  3203. "md.GetGreenEnergyUserCoinFlowListReq": {
  3204. "type": "object",
  3205. "properties": {
  3206. "coin_id": {
  3207. "description": "货币类型 ID",
  3208. "type": "integer"
  3209. },
  3210. "direction": {
  3211. "description": "流水方向:1收入 2支出",
  3212. "type": "integer"
  3213. },
  3214. "end_at": {
  3215. "description": "结束时间",
  3216. "type": "string"
  3217. },
  3218. "page": {
  3219. "description": "页数",
  3220. "type": "integer"
  3221. },
  3222. "page_size": {
  3223. "description": "每页大小",
  3224. "type": "integer"
  3225. },
  3226. "start_at": {
  3227. "description": "开始时间",
  3228. "type": "string"
  3229. },
  3230. "uid": {
  3231. "description": "用户 ID",
  3232. "type": "integer"
  3233. }
  3234. }
  3235. },
  3236. "md.GetGreenEnergyUserCoinFlowListResp": {
  3237. "type": "object",
  3238. "properties": {
  3239. "list": {
  3240. "description": "流水信息",
  3241. "type": "array",
  3242. "items": {
  3243. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  3244. }
  3245. },
  3246. "paginate": {
  3247. "description": "分页信息",
  3248. "allOf": [
  3249. {
  3250. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3251. }
  3252. ]
  3253. },
  3254. "select_data": {
  3255. "description": "流水类型",
  3256. "allOf": [
  3257. {
  3258. "$ref": "#/definitions/md.SelectData"
  3259. }
  3260. ]
  3261. }
  3262. }
  3263. },
  3264. "md.GetGreenEnergyUserCoinListReq": {
  3265. "type": "object",
  3266. "properties": {
  3267. "end_coin": {
  3268. "type": "string",
  3269. "example": "最大金额"
  3270. },
  3271. "kind": {
  3272. "description": "虚拟币种类编号",
  3273. "type": "integer"
  3274. },
  3275. "page": {
  3276. "description": "页数",
  3277. "type": "integer"
  3278. },
  3279. "page_size": {
  3280. "description": "单页大小",
  3281. "type": "integer"
  3282. },
  3283. "start_coin": {
  3284. "type": "string",
  3285. "example": "最小金额"
  3286. },
  3287. "uid": {
  3288. "description": "指定查询用户 ID",
  3289. "type": "integer"
  3290. },
  3291. "user_name": {
  3292. "type": "string",
  3293. "example": "用户名称"
  3294. },
  3295. "user_phone": {
  3296. "type": "string",
  3297. "example": "手机号"
  3298. }
  3299. }
  3300. },
  3301. "md.GetGreenEnergyUserCoinListResp": {
  3302. "type": "object",
  3303. "properties": {
  3304. "kind_list": {
  3305. "description": "货币类型集合",
  3306. "type": "array",
  3307. "items": {
  3308. "$ref": "#/definitions/md.VirtualCoinListNode"
  3309. }
  3310. },
  3311. "list": {
  3312. "description": "余额集合",
  3313. "type": "array",
  3314. "items": {
  3315. "$ref": "#/definitions/md.ActivePointsWalletNode"
  3316. }
  3317. },
  3318. "sum_user_amount": {
  3319. "description": "用户持有总数",
  3320. "type": "number"
  3321. },
  3322. "total": {
  3323. "description": "持有该类型用户数",
  3324. "type": "integer"
  3325. }
  3326. }
  3327. },
  3328. "md.GetPriceCurveResp": {
  3329. "type": "object",
  3330. "properties": {
  3331. "x_data": {
  3332. "type": "array",
  3333. "items": {}
  3334. },
  3335. "y_data": {
  3336. "type": "array",
  3337. "items": {}
  3338. }
  3339. }
  3340. },
  3341. "md.GetPublicPlatoonBasicResp": {
  3342. "type": "object",
  3343. "properties": {
  3344. "is_open": {
  3345. "description": "是否开启(1:开启 0:关闭)",
  3346. "type": "integer"
  3347. },
  3348. "is_self_active_get_team_revenue": {
  3349. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  3350. "type": "integer"
  3351. },
  3352. "originator_uid": {
  3353. "description": "创始人uid",
  3354. "type": "integer"
  3355. },
  3356. "several_rows": {
  3357. "description": "几排",
  3358. "type": "integer"
  3359. },
  3360. "several_times": {
  3361. "description": "几乘",
  3362. "type": "integer"
  3363. },
  3364. "system_punish_replace": {
  3365. "description": "是否位置滑落 被新用户替换 0否 1是",
  3366. "type": "integer"
  3367. },
  3368. "system_punish_replace_value": {
  3369. "description": "xx天未活跃,处罚滑落",
  3370. "type": "integer"
  3371. }
  3372. }
  3373. },
  3374. "md.ListCommunityDividendsReq": {
  3375. "type": "object",
  3376. "properties": {
  3377. "end_at": {
  3378. "description": "结束时间",
  3379. "type": "string"
  3380. },
  3381. "end_nums": {
  3382. "description": "分红总量上限",
  3383. "type": "integer"
  3384. },
  3385. "limit": {
  3386. "description": "每页大小",
  3387. "type": "integer"
  3388. },
  3389. "page": {
  3390. "description": "页数",
  3391. "type": "integer"
  3392. },
  3393. "start_at": {
  3394. "description": "开始时间",
  3395. "type": "string"
  3396. },
  3397. "start_nums": {
  3398. "description": "分红总量下限",
  3399. "type": "integer"
  3400. }
  3401. }
  3402. },
  3403. "md.ListCommunityDividendsResp": {
  3404. "type": "object",
  3405. "properties": {
  3406. "list": {
  3407. "type": "array",
  3408. "items": {
  3409. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  3410. }
  3411. },
  3412. "paginate": {
  3413. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3414. }
  3415. }
  3416. },
  3417. "md.ListCommunityDividendsWithUserReq": {
  3418. "type": "object",
  3419. "properties": {
  3420. "limit": {
  3421. "type": "integer"
  3422. },
  3423. "page": {
  3424. "type": "integer"
  3425. },
  3426. "phone": {
  3427. "type": "string"
  3428. },
  3429. "uid": {
  3430. "type": "integer"
  3431. }
  3432. }
  3433. },
  3434. "md.ListCommunityDividendsWithUserResp": {
  3435. "type": "object",
  3436. "properties": {
  3437. "list": {
  3438. "type": "array",
  3439. "items": {
  3440. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  3441. }
  3442. },
  3443. "paginate": {
  3444. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3445. }
  3446. }
  3447. },
  3448. "md.ListPlatformRevenueReq": {
  3449. "type": "object",
  3450. "properties": {
  3451. "end_at": {
  3452. "type": "string",
  3453. "example": "结束时间"
  3454. },
  3455. "kind": {
  3456. "description": "数据类型",
  3457. "type": "integer"
  3458. },
  3459. "limit": {
  3460. "description": "每页大小",
  3461. "type": "integer"
  3462. },
  3463. "page": {
  3464. "description": "页数",
  3465. "type": "integer"
  3466. },
  3467. "start_at": {
  3468. "type": "string",
  3469. "example": "开始时间"
  3470. }
  3471. }
  3472. },
  3473. "md.ListPlatformRevenueResp": {
  3474. "type": "object",
  3475. "properties": {
  3476. "kind_list": {
  3477. "description": "类型列表",
  3478. "type": "array",
  3479. "items": {
  3480. "type": "object",
  3481. "additionalProperties": true
  3482. }
  3483. },
  3484. "list": {
  3485. "description": "数据列表",
  3486. "type": "array",
  3487. "items": {
  3488. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  3489. }
  3490. },
  3491. "paginate": {
  3492. "description": "分页数据",
  3493. "allOf": [
  3494. {
  3495. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3496. }
  3497. ]
  3498. }
  3499. }
  3500. },
  3501. "md.LoginReq": {
  3502. "type": "object",
  3503. "required": [
  3504. "password",
  3505. "username"
  3506. ],
  3507. "properties": {
  3508. "code": {
  3509. "type": "string",
  3510. "example": "验证码"
  3511. },
  3512. "password": {
  3513. "type": "string",
  3514. "example": "登录密码"
  3515. },
  3516. "username": {
  3517. "type": "string",
  3518. "example": "登录账号"
  3519. }
  3520. }
  3521. },
  3522. "md.LoginResponse": {
  3523. "type": "object",
  3524. "properties": {
  3525. "token": {
  3526. "type": "string"
  3527. }
  3528. }
  3529. },
  3530. "md.ManualScoreReq": {
  3531. "type": "object",
  3532. "properties": {
  3533. "index_id": {
  3534. "description": "文档id",
  3535. "type": "string"
  3536. },
  3537. "score": {
  3538. "type": "string",
  3539. "example": "分数"
  3540. }
  3541. }
  3542. },
  3543. "md.NewUserRedPackageGetBasicResp": {
  3544. "type": "object",
  3545. "properties": {
  3546. "create_at": {
  3547. "type": "string"
  3548. },
  3549. "days": {
  3550. "description": "天数",
  3551. "type": "integer"
  3552. },
  3553. "is_double": {
  3554. "description": "是否翻倍",
  3555. "type": "integer"
  3556. },
  3557. "is_open": {
  3558. "description": "是否开启(1:开启 0:关闭)",
  3559. "type": "integer"
  3560. },
  3561. "total_amount": {
  3562. "type": "string",
  3563. "example": "总金额"
  3564. },
  3565. "update_at": {
  3566. "type": "string"
  3567. }
  3568. }
  3569. },
  3570. "md.NewUserRedPackageRecordFlowListReq": {
  3571. "type": "object",
  3572. "properties": {
  3573. "end_at": {
  3574. "description": "结束时间",
  3575. "type": "string"
  3576. },
  3577. "limit": {
  3578. "description": "每页大小",
  3579. "type": "integer"
  3580. },
  3581. "page": {
  3582. "description": "页数",
  3583. "type": "integer"
  3584. },
  3585. "start_at": {
  3586. "description": "开始时间",
  3587. "type": "string"
  3588. },
  3589. "uid": {
  3590. "description": "用户 ID",
  3591. "type": "integer"
  3592. }
  3593. }
  3594. },
  3595. "md.NewUserRedPackageRecordFlowListResp": {
  3596. "type": "object",
  3597. "properties": {
  3598. "list": {
  3599. "type": "array",
  3600. "items": {
  3601. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  3602. }
  3603. },
  3604. "paginate": {
  3605. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  3606. }
  3607. }
  3608. },
  3609. "md.NewUserRedPackageRecordFlowNode": {
  3610. "type": "object",
  3611. "properties": {
  3612. "balance_amount": {
  3613. "description": "剩余金额",
  3614. "type": "string"
  3615. },
  3616. "balance_days": {
  3617. "description": "剩余天数",
  3618. "type": "integer"
  3619. },
  3620. "basic_amount": {
  3621. "description": "基础金额",
  3622. "type": "string"
  3623. },
  3624. "create_at": {
  3625. "description": "创建时间",
  3626. "type": "string"
  3627. },
  3628. "day_num": {
  3629. "description": "第x天",
  3630. "type": "integer"
  3631. },
  3632. "double_rate": {
  3633. "description": "倍率",
  3634. "type": "string"
  3635. },
  3636. "id": {
  3637. "description": "流水 ID",
  3638. "type": "integer"
  3639. },
  3640. "is_double": {
  3641. "description": "是否翻倍",
  3642. "type": "integer"
  3643. },
  3644. "receive_days": {
  3645. "description": "领取天数",
  3646. "type": "integer"
  3647. },
  3648. "total_amount": {
  3649. "description": "实际金额",
  3650. "type": "string"
  3651. },
  3652. "uid": {
  3653. "description": "用户 ID",
  3654. "type": "integer"
  3655. }
  3656. }
  3657. },
  3658. "md.NewUserRedPackageRecordListReq": {
  3659. "type": "object",
  3660. "properties": {
  3661. "end_at": {
  3662. "description": "结束时间",
  3663. "type": "string"
  3664. },
  3665. "limit": {
  3666. "description": "每页大小",
  3667. "type": "integer"
  3668. },
  3669. "page": {
  3670. "description": "页数",
  3671. "type": "integer"
  3672. },
  3673. "start_at": {
  3674. "description": "开始时间",
  3675. "type": "string"
  3676. },
  3677. "uid": {
  3678. "description": "用户 ID",
  3679. "type": "integer"
  3680. }
  3681. }
  3682. },
  3683. "md.NewUserRedPackageRecordListResp": {
  3684. "type": "object",
  3685. "properties": {
  3686. "list": {
  3687. "type": "array",
  3688. "items": {
  3689. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  3690. }
  3691. },
  3692. "paginate": {
  3693. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  3694. }
  3695. }
  3696. },
  3697. "md.NewUserRedPackageRecordNode": {
  3698. "type": "object",
  3699. "properties": {
  3700. "balance_amount": {
  3701. "description": "剩余金额",
  3702. "type": "string"
  3703. },
  3704. "balance_days": {
  3705. "description": "剩余天数",
  3706. "type": "integer"
  3707. },
  3708. "create_at": {
  3709. "description": "创建时间",
  3710. "type": "string"
  3711. },
  3712. "days": {
  3713. "description": "天数",
  3714. "type": "integer"
  3715. },
  3716. "receive_days": {
  3717. "description": "领取天数",
  3718. "type": "integer"
  3719. },
  3720. "state": {
  3721. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  3722. "type": "integer"
  3723. },
  3724. "system_id": {
  3725. "description": "系统中记录的 ID",
  3726. "type": "integer"
  3727. },
  3728. "total_amount": {
  3729. "description": "金额",
  3730. "type": "string"
  3731. },
  3732. "uid": {
  3733. "description": "用户 ID",
  3734. "type": "integer"
  3735. },
  3736. "update_at": {
  3737. "description": "修改时间",
  3738. "type": "string"
  3739. }
  3740. }
  3741. },
  3742. "md.NewUserRedPackageUpdateBasicReq": {
  3743. "type": "object",
  3744. "properties": {
  3745. "days": {
  3746. "description": "天数",
  3747. "type": "integer"
  3748. },
  3749. "is_double": {
  3750. "description": "是否翻倍",
  3751. "type": "integer"
  3752. },
  3753. "is_open": {
  3754. "description": "是否开启(1:开启 0:关闭)",
  3755. "type": "integer"
  3756. },
  3757. "total_amount": {
  3758. "type": "string",
  3759. "example": "总金额"
  3760. }
  3761. }
  3762. },
  3763. "md.NewUserRewardRules": {
  3764. "type": "object",
  3765. "properties": {
  3766. "continue_days": {
  3767. "description": "连续x天",
  3768. "type": "integer"
  3769. },
  3770. "invite_user_reward_value": {
  3771. "description": "拉新用户奖励x个活跃积分",
  3772. "type": "integer"
  3773. },
  3774. "reward_coefficient": {
  3775. "description": "奖励系数",
  3776. "type": "number"
  3777. }
  3778. }
  3779. },
  3780. "md.PlatformRevenueDataNode": {
  3781. "type": "object",
  3782. "properties": {
  3783. "balance_amount": {
  3784. "description": "余额",
  3785. "type": "string"
  3786. },
  3787. "balance_times": {
  3788. "description": "剩余执行次数",
  3789. "type": "integer"
  3790. },
  3791. "create_at": {
  3792. "description": "创建时间",
  3793. "type": "string"
  3794. },
  3795. "hours": {
  3796. "description": "时长",
  3797. "type": "integer"
  3798. },
  3799. "kind": {
  3800. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  3801. "type": "integer"
  3802. },
  3803. "memo": {
  3804. "description": "备注",
  3805. "type": "string"
  3806. },
  3807. "system_id": {
  3808. "type": "integer"
  3809. },
  3810. "total_amount": {
  3811. "description": "金额",
  3812. "type": "string"
  3813. }
  3814. }
  3815. },
  3816. "md.PriceSettingStruct": {
  3817. "type": "object",
  3818. "properties": {
  3819. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  3820. "description": "市商资金单笔x元自动兑换",
  3821. "type": "string"
  3822. },
  3823. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  3824. "description": "市商数量单笔x数量自动兑换",
  3825. "type": "string"
  3826. },
  3827. "price_below_value": {
  3828. "description": "低于x元",
  3829. "type": "string"
  3830. },
  3831. "price_higher_than_value": {
  3832. "description": "高于x元",
  3833. "type": "string"
  3834. }
  3835. }
  3836. },
  3837. "md.Response": {
  3838. "type": "object",
  3839. "properties": {
  3840. "code": {
  3841. "type": "string",
  3842. "example": "响应码"
  3843. },
  3844. "data": {
  3845. "description": "内容"
  3846. },
  3847. "msg": {
  3848. "type": "string",
  3849. "example": "具体错误原因"
  3850. }
  3851. }
  3852. },
  3853. "md.RewardSystemStruct": {
  3854. "type": "object",
  3855. "properties": {
  3856. "level": {
  3857. "description": "圈层",
  3858. "type": "integer"
  3859. },
  3860. "reward_condition": {
  3861. "description": "奖励条件",
  3862. "type": "string"
  3863. },
  3864. "reward_value": {
  3865. "description": "奖励值",
  3866. "type": "string"
  3867. }
  3868. }
  3869. },
  3870. "md.SelectData": {
  3871. "type": "object",
  3872. "properties": {
  3873. "direction": {
  3874. "type": "array",
  3875. "items": {
  3876. "type": "object",
  3877. "additionalProperties": {
  3878. "type": "string"
  3879. }
  3880. }
  3881. }
  3882. }
  3883. },
  3884. "md.SelectMemberNode": {
  3885. "type": "object",
  3886. "properties": {
  3887. "avatar": {
  3888. "description": "会员头像",
  3889. "type": "string"
  3890. },
  3891. "level": {
  3892. "description": "会员等级",
  3893. "type": "string"
  3894. },
  3895. "nickname": {
  3896. "description": "会员昵称",
  3897. "type": "string"
  3898. },
  3899. "phone": {
  3900. "description": "会员手机号",
  3901. "type": "string"
  3902. },
  3903. "uid": {
  3904. "description": "会员 ID",
  3905. "type": "integer"
  3906. }
  3907. }
  3908. },
  3909. "md.SelectMemberReq": {
  3910. "type": "object",
  3911. "properties": {
  3912. "level": {
  3913. "description": "会员等级",
  3914. "type": "integer"
  3915. },
  3916. "limit": {
  3917. "description": "每页大小",
  3918. "type": "integer"
  3919. },
  3920. "nickname": {
  3921. "description": "会员昵称",
  3922. "type": "string"
  3923. },
  3924. "page": {
  3925. "description": "页数",
  3926. "type": "integer"
  3927. },
  3928. "phone": {
  3929. "description": "会员手机号",
  3930. "type": "string"
  3931. },
  3932. "uid": {
  3933. "description": "会员 ID",
  3934. "type": "integer"
  3935. }
  3936. }
  3937. },
  3938. "md.SelectMemberResp": {
  3939. "type": "object",
  3940. "properties": {
  3941. "list": {
  3942. "description": "会员数据",
  3943. "type": "array",
  3944. "items": {
  3945. "$ref": "#/definitions/md.SelectMemberNode"
  3946. }
  3947. },
  3948. "paginate": {
  3949. "description": "分页信息",
  3950. "allOf": [
  3951. {
  3952. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3953. }
  3954. ]
  3955. }
  3956. }
  3957. },
  3958. "md.SetBasicReq": {
  3959. "type": "object",
  3960. "properties": {
  3961. "oss_access_key_id": {
  3962. "type": "string",
  3963. "example": "oss访问秘钥id"
  3964. },
  3965. "oss_access_key_secret": {
  3966. "type": "string",
  3967. "example": "oss访问秘钥"
  3968. },
  3969. "oss_bucket_name": {
  3970. "type": "string",
  3971. "example": "oss存储桶名称"
  3972. },
  3973. "oss_bucket_scheme": {
  3974. "type": "string",
  3975. "example": "oss上传方式"
  3976. },
  3977. "oss_endpoint": {
  3978. "type": "string",
  3979. "example": "oss地域节点"
  3980. },
  3981. "oss_object_domain": {
  3982. "type": "string",
  3983. "example": "oss域名"
  3984. }
  3985. }
  3986. },
  3987. "md.SetVideoRewardReq": {
  3988. "type": "object",
  3989. "properties": {
  3990. "ecmp": {
  3991. "description": "当前 Ecmp 值",
  3992. "type": "string"
  3993. },
  3994. "unit_price": {
  3995. "description": "单价",
  3996. "type": "string"
  3997. }
  3998. }
  3999. },
  4000. "md.SonUserDailyActivityAnalysisNode": {
  4001. "type": "object",
  4002. "properties": {
  4003. "activity_day_nums": {
  4004. "description": "活跃子节点活跃天数",
  4005. "type": "integer"
  4006. },
  4007. "nickname": {
  4008. "type": "string",
  4009. "example": "昵称"
  4010. },
  4011. "phone": {
  4012. "type": "string",
  4013. "example": "手机号"
  4014. },
  4015. "uid": {
  4016. "description": "查询用户活跃子节点 ID",
  4017. "type": "integer"
  4018. }
  4019. }
  4020. },
  4021. "md.StatisticsEggPointReq": {
  4022. "type": "object",
  4023. "properties": {
  4024. "week": {
  4025. "type": "string",
  4026. "example": "周份"
  4027. },
  4028. "year": {
  4029. "type": "string",
  4030. "example": "年份"
  4031. }
  4032. }
  4033. },
  4034. "md.StatisticsEggPointResp": {
  4035. "type": "object",
  4036. "properties": {
  4037. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  4038. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  4039. "type": "array",
  4040. "items": {
  4041. "type": "object",
  4042. "additionalProperties": {
  4043. "type": "string"
  4044. }
  4045. }
  4046. },
  4047. "statistics_user_egg_browse_interface_nums_range": {
  4048. "description": "统计用户\"浏览界面次数\"范围",
  4049. "type": "array",
  4050. "items": {
  4051. "type": "object",
  4052. "additionalProperties": {
  4053. "type": "string"
  4054. }
  4055. }
  4056. },
  4057. "statistics_user_egg_college_learning_nums_range": {
  4058. "description": "统计用户\"学院学习次数\"范围",
  4059. "type": "array",
  4060. "items": {
  4061. "type": "object",
  4062. "additionalProperties": {
  4063. "type": "string"
  4064. }
  4065. }
  4066. },
  4067. "statistics_user_egg_ecpm_range": {
  4068. "description": "统计用户\"ecpm\"范围",
  4069. "type": "array",
  4070. "items": {
  4071. "type": "object",
  4072. "additionalProperties": {
  4073. "type": "string"
  4074. }
  4075. }
  4076. },
  4077. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  4078. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  4079. "type": "array",
  4080. "items": {
  4081. "type": "object",
  4082. "additionalProperties": {
  4083. "type": "string"
  4084. }
  4085. }
  4086. },
  4087. "statistics_user_egg_forum_comments_nums_range": {
  4088. "description": "统计用户\"论坛评论次数\"范围",
  4089. "type": "array",
  4090. "items": {
  4091. "type": "object",
  4092. "additionalProperties": {
  4093. "type": "string"
  4094. }
  4095. }
  4096. },
  4097. "statistics_user_egg_invite_user_nums_range": {
  4098. "description": "统计用户\"拉新人数\"范围",
  4099. "type": "array",
  4100. "items": {
  4101. "type": "object",
  4102. "additionalProperties": {
  4103. "type": "string"
  4104. }
  4105. }
  4106. },
  4107. "statistics_user_egg_kind_proportion": {
  4108. "description": "统计用户蛋蛋分\"评比类型\"占比",
  4109. "type": "array",
  4110. "items": {
  4111. "type": "object",
  4112. "additionalProperties": true
  4113. }
  4114. },
  4115. "statistics_user_egg_person_add_activity_value_range": {
  4116. "description": "统计用户\"个人活跃积分增量值\"范围",
  4117. "type": "array",
  4118. "items": {
  4119. "type": "object",
  4120. "additionalProperties": {
  4121. "type": "string"
  4122. }
  4123. }
  4124. },
  4125. "statistics_user_egg_score_value_range": {
  4126. "description": "统计用户蛋蛋分范围",
  4127. "type": "array",
  4128. "items": {
  4129. "type": "object",
  4130. "additionalProperties": {
  4131. "type": "string"
  4132. }
  4133. }
  4134. },
  4135. "statistics_user_egg_send_circle_of_friend_nums_range": {
  4136. "description": "统计用户\"发朋友圈次数\"范围",
  4137. "type": "array",
  4138. "items": {
  4139. "type": "object",
  4140. "additionalProperties": {
  4141. "type": "string"
  4142. }
  4143. }
  4144. },
  4145. "statistics_user_egg_send_red_package_nums_range": {
  4146. "description": "统计用户\"发红包次数\"范围",
  4147. "type": "array",
  4148. "items": {
  4149. "type": "object",
  4150. "additionalProperties": {
  4151. "type": "string"
  4152. }
  4153. }
  4154. },
  4155. "statistics_user_egg_sign_in_nums_range": {
  4156. "description": "统计用户\"签到次数\"范围",
  4157. "type": "array",
  4158. "items": {
  4159. "type": "object",
  4160. "additionalProperties": {
  4161. "type": "string"
  4162. }
  4163. }
  4164. },
  4165. "statistics_user_egg_team_activity_nums_range": {
  4166. "description": "统计用户\"团队活跃次数\"范围",
  4167. "type": "array",
  4168. "items": {
  4169. "type": "object",
  4170. "additionalProperties": {
  4171. "type": "string"
  4172. }
  4173. }
  4174. },
  4175. "statistics_user_egg_violate_nums_range": {
  4176. "description": "统计用户\"违规次数\"范围",
  4177. "type": "array",
  4178. "items": {
  4179. "type": "object",
  4180. "additionalProperties": {
  4181. "type": "string"
  4182. }
  4183. }
  4184. },
  4185. "week": {
  4186. "type": "string",
  4187. "example": "周份"
  4188. },
  4189. "year": {
  4190. "type": "string",
  4191. "example": "年份"
  4192. },
  4193. "year_list": {
  4194. "description": "年份\u0026\u0026周份列表",
  4195. "type": "object",
  4196. "additionalProperties": {
  4197. "type": "array",
  4198. "items": {
  4199. "type": "string"
  4200. }
  4201. }
  4202. }
  4203. }
  4204. },
  4205. "md.SubUser": {
  4206. "type": "object",
  4207. "properties": {
  4208. "avatar_url": {
  4209. "type": "string",
  4210. "example": "头像"
  4211. },
  4212. "level": {
  4213. "description": "整个系统中的等级",
  4214. "type": "integer"
  4215. },
  4216. "nickname": {
  4217. "type": "string",
  4218. "example": "昵称"
  4219. },
  4220. "phone": {
  4221. "type": "string",
  4222. "example": "手机号"
  4223. },
  4224. "pid": {
  4225. "type": "integer"
  4226. },
  4227. "position": {
  4228. "description": "以pid1为创始人中网的位置",
  4229. "type": "integer"
  4230. },
  4231. "uid": {
  4232. "type": "integer"
  4233. }
  4234. }
  4235. },
  4236. "md.TeamRewardSettingStruct": {
  4237. "type": "object",
  4238. "properties": {
  4239. "member_self_is_open_get_team_reward": {
  4240. "description": "会员是否活跃得到团队奖励",
  4241. "type": "string"
  4242. },
  4243. "one_round_duration": {
  4244. "description": "一轮持续时间",
  4245. "type": "string"
  4246. },
  4247. "reward_decrement_value": {
  4248. "description": "递减百分比",
  4249. "type": "string"
  4250. },
  4251. "reward_end_value": {
  4252. "description": "奖励结束值",
  4253. "type": "string"
  4254. }
  4255. }
  4256. },
  4257. "md.TreeNode": {
  4258. "type": "object",
  4259. "properties": {
  4260. "avatar_url": {
  4261. "type": "string",
  4262. "example": "头像"
  4263. },
  4264. "level": {
  4265. "type": "integer"
  4266. },
  4267. "nickname": {
  4268. "type": "string",
  4269. "example": "昵称"
  4270. },
  4271. "phone": {
  4272. "type": "string",
  4273. "example": "手机号"
  4274. },
  4275. "pid": {
  4276. "type": "integer"
  4277. },
  4278. "position": {
  4279. "type": "integer"
  4280. },
  4281. "son": {
  4282. "type": "array",
  4283. "items": {
  4284. "$ref": "#/definitions/md.TreeNode"
  4285. }
  4286. },
  4287. "system_id": {
  4288. "description": "公排网中id",
  4289. "type": "integer"
  4290. },
  4291. "uid": {
  4292. "type": "integer"
  4293. }
  4294. }
  4295. },
  4296. "md.UpdateEggEnergyBasicReq": {
  4297. "type": "object",
  4298. "properties": {
  4299. "basic_setting": {
  4300. "description": "基础设置",
  4301. "allOf": [
  4302. {
  4303. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  4304. }
  4305. ]
  4306. },
  4307. "data_setting": {
  4308. "description": "数据设置",
  4309. "allOf": [
  4310. {
  4311. "$ref": "#/definitions/md.DataSetting"
  4312. }
  4313. ]
  4314. },
  4315. "destruction_setting": {
  4316. "description": "销毁设置",
  4317. "allOf": [
  4318. {
  4319. "$ref": "#/definitions/md.DestructionSettingStruct"
  4320. }
  4321. ]
  4322. },
  4323. "exchange_rules": {
  4324. "description": "兑换规则",
  4325. "allOf": [
  4326. {
  4327. "$ref": "#/definitions/md.ExchangeRulesStruct"
  4328. }
  4329. ]
  4330. },
  4331. "new_user_incentive_rules": {
  4332. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  4333. "allOf": [
  4334. {
  4335. "$ref": "#/definitions/md.NewUserRewardRules"
  4336. }
  4337. ]
  4338. },
  4339. "price_setting": {
  4340. "description": "价格设置",
  4341. "allOf": [
  4342. {
  4343. "$ref": "#/definitions/md.PriceSettingStruct"
  4344. }
  4345. ]
  4346. },
  4347. "reward_system": {
  4348. "description": "圈层奖励",
  4349. "allOf": [
  4350. {
  4351. "$ref": "#/definitions/md.RewardSystemStruct"
  4352. }
  4353. ]
  4354. },
  4355. "system_id": {
  4356. "description": "该设置系统 ID",
  4357. "type": "integer"
  4358. },
  4359. "video_reward_setting": {
  4360. "description": "视频奖励",
  4361. "allOf": [
  4362. {
  4363. "$ref": "#/definitions/md.VideoRewardSetting"
  4364. }
  4365. ]
  4366. }
  4367. }
  4368. },
  4369. "md.UpdateEggEnergyVipSettingReq": {
  4370. "type": "object",
  4371. "properties": {
  4372. "list": {
  4373. "description": "更新后数据",
  4374. "type": "array",
  4375. "items": {
  4376. "$ref": "#/definitions/md.VipEquitySettingNode"
  4377. }
  4378. }
  4379. }
  4380. },
  4381. "md.UpdatePublicPlatoonBasicReq": {
  4382. "type": "object",
  4383. "properties": {
  4384. "is_open": {
  4385. "description": "是否开启(1:开启 0:关闭)",
  4386. "type": "integer"
  4387. },
  4388. "is_self_active_get_team_revenue": {
  4389. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  4390. "type": "integer"
  4391. },
  4392. "originator_uid": {
  4393. "description": "创始人uid",
  4394. "type": "integer"
  4395. },
  4396. "several_rows": {
  4397. "description": "几排",
  4398. "type": "integer"
  4399. },
  4400. "several_times": {
  4401. "description": "几乘",
  4402. "type": "integer"
  4403. },
  4404. "system_punish_replace": {
  4405. "description": "是否位置滑落 被新用户替换 0否 1是",
  4406. "type": "integer"
  4407. },
  4408. "system_punish_replace_value": {
  4409. "description": "xx天未活跃,处罚滑落",
  4410. "type": "integer"
  4411. }
  4412. }
  4413. },
  4414. "md.UserDailyActivityAnalysisReq": {
  4415. "type": "object",
  4416. "properties": {
  4417. "end_date": {
  4418. "type": "string",
  4419. "example": "结束日期"
  4420. },
  4421. "page": {
  4422. "description": "页数",
  4423. "type": "integer"
  4424. },
  4425. "page_size": {
  4426. "description": "每页大小",
  4427. "type": "integer"
  4428. },
  4429. "start_date": {
  4430. "type": "string",
  4431. "example": "开始日期"
  4432. },
  4433. "uid": {
  4434. "description": "查询用户 ID",
  4435. "type": "integer"
  4436. }
  4437. }
  4438. },
  4439. "md.UserDailyActivityAnalysisResp": {
  4440. "type": "object",
  4441. "properties": {
  4442. "son_user_data": {
  4443. "description": "被查询用户子节点信息",
  4444. "type": "array",
  4445. "items": {
  4446. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  4447. }
  4448. },
  4449. "top_data": {
  4450. "description": "统计信息",
  4451. "allOf": [
  4452. {
  4453. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  4454. }
  4455. ]
  4456. }
  4457. }
  4458. },
  4459. "md.UserEggFlowReq": {
  4460. "type": "object",
  4461. "properties": {
  4462. "account_balance_exchange_egg_energy_nums_end": {
  4463. "type": "string",
  4464. "example": "余额兑换蛋蛋能量数量-结束值"
  4465. },
  4466. "account_balance_exchange_egg_energy_nums_start": {
  4467. "type": "string",
  4468. "example": "余额兑换蛋蛋能量数量-起始值"
  4469. },
  4470. "browse_interface_nums_end": {
  4471. "type": "string",
  4472. "example": "浏览界面次数-结束值"
  4473. },
  4474. "browse_interface_nums_start": {
  4475. "type": "string",
  4476. "example": "浏览界面次数-起始值"
  4477. },
  4478. "college_learning_nums_end": {
  4479. "type": "string",
  4480. "example": "学院学习次数-结束值"
  4481. },
  4482. "college_learning_nums_start": {
  4483. "type": "string",
  4484. "example": "学院学习次数-起始值"
  4485. },
  4486. "ecpm_end": {
  4487. "type": "string",
  4488. "example": "ecpm-结束值"
  4489. },
  4490. "ecpm_start": {
  4491. "type": "string",
  4492. "example": "ecpm-起始值"
  4493. },
  4494. "egg_energy_exchange_account_balance_end": {
  4495. "type": "string",
  4496. "example": "蛋蛋能量兑换余额数量-结束值"
  4497. },
  4498. "egg_energy_exchange_account_balance_start": {
  4499. "type": "string",
  4500. "example": "蛋蛋能量兑换余额数量-起始值"
  4501. },
  4502. "forum_comments_nums_end": {
  4503. "type": "string",
  4504. "example": "论坛评论次数-结束值"
  4505. },
  4506. "forum_comments_nums_start": {
  4507. "type": "string",
  4508. "example": "论坛评论次数-起始值"
  4509. },
  4510. "im_activity_nums_end": {
  4511. "type": "string",
  4512. "example": "im活跃次数-结束值"
  4513. },
  4514. "im_activity_nums_start": {
  4515. "type": "string",
  4516. "example": "im活跃次数-起始值"
  4517. },
  4518. "invite_user_nums_end": {
  4519. "type": "string",
  4520. "example": "拉新人数-结束值"
  4521. },
  4522. "invite_user_nums_start": {
  4523. "type": "string",
  4524. "example": "拉新人数-起始值"
  4525. },
  4526. "page": {
  4527. "description": "页数",
  4528. "type": "integer"
  4529. },
  4530. "page_size": {
  4531. "description": "每页大小",
  4532. "type": "integer"
  4533. },
  4534. "person_add_activity_value_end": {
  4535. "type": "string",
  4536. "example": "个人活跃积分-结束值"
  4537. },
  4538. "person_add_activity_value_start": {
  4539. "type": "string",
  4540. "example": "个人活跃积分-起始值"
  4541. },
  4542. "score_value_end": {
  4543. "type": "string",
  4544. "example": "蛋蛋分-结束值"
  4545. },
  4546. "score_value_kind": {
  4547. "description": "评分类型(0:未知 1:人工 2:系统)",
  4548. "type": "integer"
  4549. },
  4550. "score_value_start": {
  4551. "type": "string",
  4552. "example": "蛋蛋分-起始值"
  4553. },
  4554. "send_circle_of_friend_nums_end": {
  4555. "type": "string",
  4556. "example": "发朋友圈次数-结束值"
  4557. },
  4558. "send_circle_of_friend_nums_start": {
  4559. "type": "string",
  4560. "example": "发朋友圈次数-起始值"
  4561. },
  4562. "send_red_package_nums_end": {
  4563. "type": "string",
  4564. "example": "发红包次数-结束值"
  4565. },
  4566. "send_red_package_nums_start": {
  4567. "type": "string",
  4568. "example": "发红包次数-起始值"
  4569. },
  4570. "sign_in_nums_end": {
  4571. "type": "string",
  4572. "example": "签到次数-结束值"
  4573. },
  4574. "sign_in_nums_start": {
  4575. "type": "string",
  4576. "example": "签到次数-起始值"
  4577. },
  4578. "team-activity-nums-end": {
  4579. "type": "string",
  4580. "example": "团队活跃次数-结束值"
  4581. },
  4582. "team_activity_nums_start": {
  4583. "type": "string",
  4584. "example": "团队活跃次数-起始值"
  4585. },
  4586. "violate_nums_end": {
  4587. "type": "string",
  4588. "example": "违规次数-结束值"
  4589. },
  4590. "violate_nums_start": {
  4591. "type": "string",
  4592. "example": "违规次数-起始值"
  4593. },
  4594. "week": {
  4595. "type": "string",
  4596. "example": "周份"
  4597. },
  4598. "year": {
  4599. "type": "string",
  4600. "example": "年份"
  4601. }
  4602. }
  4603. },
  4604. "md.UserEggFlowReqResp": {
  4605. "type": "object",
  4606. "properties": {
  4607. "list": {
  4608. "type": "array",
  4609. "items": {
  4610. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  4611. }
  4612. },
  4613. "page": {
  4614. "description": "页数",
  4615. "type": "integer"
  4616. },
  4617. "page_size": {
  4618. "description": "每页大小",
  4619. "type": "integer"
  4620. },
  4621. "total": {
  4622. "description": "总数量",
  4623. "type": "integer"
  4624. },
  4625. "week": {
  4626. "type": "string",
  4627. "example": "周份"
  4628. },
  4629. "year": {
  4630. "type": "string",
  4631. "example": "年份"
  4632. }
  4633. }
  4634. },
  4635. "md.UserEggFlowReqRespList": {
  4636. "type": "object",
  4637. "properties": {
  4638. "account_balance_exchange_egg_energy_nums": {
  4639. "description": "余额兑换蛋蛋能量数量",
  4640. "type": "integer"
  4641. },
  4642. "browse_interface_nums": {
  4643. "description": "浏览界面次数",
  4644. "type": "integer"
  4645. },
  4646. "college_learning_nums": {
  4647. "description": "学院学习次数",
  4648. "type": "integer"
  4649. },
  4650. "ecpm": {
  4651. "description": "ecpm",
  4652. "type": "number"
  4653. },
  4654. "egg_energy_exchange_account_balance": {
  4655. "description": "蛋蛋能量兑换余额数量",
  4656. "type": "integer"
  4657. },
  4658. "forum_comments_nums": {
  4659. "description": "论坛评论次数",
  4660. "type": "integer"
  4661. },
  4662. "im_activity_nums": {
  4663. "description": "im活跃次数",
  4664. "type": "integer"
  4665. },
  4666. "index_id": {
  4667. "description": "文档id",
  4668. "type": "string"
  4669. },
  4670. "invite_user_nums": {
  4671. "description": "拉新人数",
  4672. "type": "integer"
  4673. },
  4674. "person_add_activity_value": {
  4675. "description": "个人活跃积分",
  4676. "type": "integer"
  4677. },
  4678. "score_value": {
  4679. "description": "蛋蛋分-起始值",
  4680. "type": "number"
  4681. },
  4682. "score_value_kind": {
  4683. "description": "评分类型(0:未知 1:人工 2:系统)",
  4684. "type": "integer"
  4685. },
  4686. "send_circle_of_friend_nums": {
  4687. "description": "发朋友圈次数",
  4688. "type": "integer"
  4689. },
  4690. "send_red_package_nums": {
  4691. "description": "发红包次数",
  4692. "type": "integer"
  4693. },
  4694. "sign_in_nums": {
  4695. "description": "签到次数",
  4696. "type": "integer"
  4697. },
  4698. "team_activity_nums": {
  4699. "description": "团队活跃次数",
  4700. "type": "integer"
  4701. },
  4702. "violate_nums": {
  4703. "description": "违规次数",
  4704. "type": "integer"
  4705. }
  4706. }
  4707. },
  4708. "md.UserEggIndexReq": {
  4709. "type": "object",
  4710. "properties": {
  4711. "week": {
  4712. "type": "string",
  4713. "example": "周份"
  4714. },
  4715. "year": {
  4716. "type": "string",
  4717. "example": "年份"
  4718. }
  4719. }
  4720. },
  4721. "md.UserEggIndexResp": {
  4722. "type": "object",
  4723. "properties": {
  4724. "egg_energy_user_egg_index_weight": {
  4725. "description": "蛋蛋分系数权重",
  4726. "allOf": [
  4727. {
  4728. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  4729. }
  4730. ]
  4731. },
  4732. "statistics_user_egg_kind_proportion": {
  4733. "description": "统计用户蛋蛋分\"评比类型\"占比",
  4734. "type": "array",
  4735. "items": {
  4736. "type": "object",
  4737. "additionalProperties": true
  4738. }
  4739. },
  4740. "statistics_user_egg_score_value_range": {
  4741. "description": "统计用户蛋蛋分范围",
  4742. "type": "array",
  4743. "items": {
  4744. "type": "object",
  4745. "additionalProperties": {
  4746. "type": "string"
  4747. }
  4748. }
  4749. },
  4750. "week": {
  4751. "type": "string",
  4752. "example": "周份"
  4753. },
  4754. "year": {
  4755. "type": "string",
  4756. "example": "年份"
  4757. },
  4758. "year_list": {
  4759. "description": "年份\u0026\u0026周份列表",
  4760. "type": "object",
  4761. "additionalProperties": {
  4762. "type": "array",
  4763. "items": {
  4764. "type": "string"
  4765. }
  4766. }
  4767. }
  4768. }
  4769. },
  4770. "md.UserManagementGetUserListNode": {
  4771. "type": "object",
  4772. "properties": {
  4773. "avatar": {
  4774. "type": "string"
  4775. },
  4776. "create_at": {
  4777. "type": "string"
  4778. },
  4779. "custom_invite_code": {
  4780. "type": "string"
  4781. },
  4782. "id": {
  4783. "type": "integer"
  4784. },
  4785. "invite_code": {
  4786. "type": "string",
  4787. "example": "会员邀请码"
  4788. },
  4789. "invite_total": {
  4790. "type": "integer"
  4791. },
  4792. "is_real_name": {
  4793. "type": "integer"
  4794. },
  4795. "last_login_ip": {
  4796. "type": "string"
  4797. },
  4798. "level": {
  4799. "type": "integer"
  4800. },
  4801. "level_name": {
  4802. "description": "会员等级",
  4803. "type": "string"
  4804. },
  4805. "memo": {
  4806. "type": "string"
  4807. },
  4808. "nickname": {
  4809. "type": "string"
  4810. },
  4811. "open_id": {
  4812. "type": "string"
  4813. },
  4814. "parent_id": {
  4815. "description": "推荐人 ID",
  4816. "type": "integer"
  4817. },
  4818. "parent_invite_code": {
  4819. "type": "string",
  4820. "example": "推荐人邀请码"
  4821. },
  4822. "parent_phone": {
  4823. "type": "string",
  4824. "example": "推荐人手机号"
  4825. },
  4826. "parent_uid": {
  4827. "type": "integer"
  4828. },
  4829. "passcode": {
  4830. "type": "string"
  4831. },
  4832. "password": {
  4833. "type": "string"
  4834. },
  4835. "phone": {
  4836. "type": "string"
  4837. },
  4838. "register_time": {
  4839. "description": "注册时间",
  4840. "type": "string"
  4841. },
  4842. "register_type": {
  4843. "type": "integer"
  4844. },
  4845. "sex": {
  4846. "type": "integer"
  4847. },
  4848. "state": {
  4849. "type": "integer"
  4850. },
  4851. "system_invite_code": {
  4852. "type": "string"
  4853. },
  4854. "tag_name": {
  4855. "description": "会员标签",
  4856. "type": "string"
  4857. },
  4858. "union_id": {
  4859. "type": "string"
  4860. },
  4861. "update_at": {
  4862. "type": "string"
  4863. }
  4864. }
  4865. },
  4866. "md.UserManagementGetUserListReq": {
  4867. "type": "object",
  4868. "properties": {
  4869. "effective": {
  4870. "description": "有效会员",
  4871. "type": "integer"
  4872. },
  4873. "id": {
  4874. "description": "会员 ID",
  4875. "type": "integer"
  4876. },
  4877. "invite_code": {
  4878. "type": "string",
  4879. "example": "会员邀请码"
  4880. },
  4881. "is_real_name": {
  4882. "description": "是否实名 0.未实名,1.已实名",
  4883. "type": "integer"
  4884. },
  4885. "level": {
  4886. "description": "会员等级",
  4887. "type": "integer"
  4888. },
  4889. "limit": {
  4890. "type": "integer"
  4891. },
  4892. "login_after": {
  4893. "description": "最近登录结束时间",
  4894. "type": "string"
  4895. },
  4896. "login_before": {
  4897. "description": "最近登录开始时间",
  4898. "type": "string"
  4899. },
  4900. "memo": {
  4901. "description": "备注",
  4902. "type": "string"
  4903. },
  4904. "nickname": {
  4905. "type": "string",
  4906. "example": "会员昵称"
  4907. },
  4908. "page": {
  4909. "type": "integer"
  4910. },
  4911. "parent_invite_code": {
  4912. "type": "string",
  4913. "example": "上级邀请码"
  4914. },
  4915. "parent_phone": {
  4916. "type": "string",
  4917. "example": "上级手机号"
  4918. },
  4919. "phone": {
  4920. "type": "string",
  4921. "example": "会员手机号"
  4922. },
  4923. "recommend_id": {
  4924. "description": "推荐人 ID",
  4925. "type": "integer"
  4926. },
  4927. "register_after": {
  4928. "description": "注册时间终点",
  4929. "type": "string"
  4930. },
  4931. "register_before": {
  4932. "description": "注册时间起点",
  4933. "type": "string"
  4934. },
  4935. "register_type": {
  4936. "description": "注册类型(0.未知, 1.免验证码手机号注册,2.微信授权)",
  4937. "type": "integer"
  4938. },
  4939. "sex": {
  4940. "description": "性别",
  4941. "type": "integer"
  4942. },
  4943. "state": {
  4944. "description": "状态",
  4945. "type": "integer"
  4946. },
  4947. "tag": {
  4948. "description": "标签 id",
  4949. "type": "integer"
  4950. },
  4951. "union_id": {
  4952. "type": "string",
  4953. "example": "微信号"
  4954. }
  4955. }
  4956. },
  4957. "md.UserManagementGetUserListResp": {
  4958. "type": "object",
  4959. "properties": {
  4960. "levels_list": {
  4961. "description": "等级列表",
  4962. "type": "array",
  4963. "items": {
  4964. "type": "object",
  4965. "additionalProperties": true
  4966. }
  4967. },
  4968. "list": {
  4969. "type": "array",
  4970. "items": {
  4971. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  4972. }
  4973. },
  4974. "paginate": {
  4975. "description": "分页信息",
  4976. "allOf": [
  4977. {
  4978. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  4979. }
  4980. ]
  4981. },
  4982. "tags_list": {
  4983. "description": "标签列表",
  4984. "type": "array",
  4985. "items": {
  4986. "type": "object",
  4987. "additionalProperties": true
  4988. }
  4989. }
  4990. }
  4991. },
  4992. "md.UserManagementUpdateUserInfoReq": {
  4993. "type": "object",
  4994. "properties": {
  4995. "avatar": {
  4996. "description": "头像",
  4997. "type": "string"
  4998. },
  4999. "disable": {
  5000. "description": "是否禁用用户",
  5001. "type": "boolean"
  5002. },
  5003. "last_login_ip": {
  5004. "description": "用户最后登录 IP",
  5005. "type": "string"
  5006. },
  5007. "memo": {
  5008. "type": "string",
  5009. "example": "备注"
  5010. },
  5011. "tag": {
  5012. "description": "用户标签 ID",
  5013. "type": "integer"
  5014. },
  5015. "uid": {
  5016. "type": "integer"
  5017. }
  5018. }
  5019. },
  5020. "md.UserVirtualCoinFlow": {
  5021. "type": "object",
  5022. "properties": {
  5023. "after_amount": {
  5024. "type": "string",
  5025. "example": "变更后数量"
  5026. },
  5027. "amount": {
  5028. "type": "string",
  5029. "example": "变更数量"
  5030. },
  5031. "before_amount": {
  5032. "type": "string",
  5033. "example": "变更前数量"
  5034. },
  5035. "coin_id": {
  5036. "description": "虚拟币 ID",
  5037. "type": "integer"
  5038. },
  5039. "create_at": {
  5040. "type": "string",
  5041. "example": "创建时间"
  5042. },
  5043. "direction": {
  5044. "description": "方向:1收入 2支出",
  5045. "type": "integer"
  5046. },
  5047. "id": {
  5048. "type": "integer"
  5049. },
  5050. "sys_fee": {
  5051. "type": "string",
  5052. "example": "手续费"
  5053. },
  5054. "title": {
  5055. "type": "string",
  5056. "example": "标题"
  5057. },
  5058. "transfer_type": {
  5059. "description": "转账类型",
  5060. "type": "integer"
  5061. },
  5062. "uid": {
  5063. "description": "用户 ID",
  5064. "type": "integer"
  5065. },
  5066. "update_at": {
  5067. "type": "string",
  5068. "example": "更新时间"
  5069. }
  5070. }
  5071. },
  5072. "md.VideoRewardSetting": {
  5073. "type": "object",
  5074. "properties": {
  5075. "video_reward_is_open": {
  5076. "description": "视频奖励是否开启(1:开启 0:关闭)",
  5077. "type": "integer"
  5078. },
  5079. "video_reward_system": {
  5080. "description": "视频奖励机制",
  5081. "allOf": [
  5082. {
  5083. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  5084. }
  5085. ]
  5086. }
  5087. }
  5088. },
  5089. "md.VideoRewardSystemStruct": {
  5090. "type": "object",
  5091. "properties": {
  5092. "each_round_hour": {
  5093. "description": "每一轮X个小时",
  5094. "type": "string"
  5095. },
  5096. "interval_minutes": {
  5097. "description": "间隔X秒",
  5098. "type": "string"
  5099. },
  5100. "reward_total_num": {
  5101. "description": "一共X个奖励视屏",
  5102. "type": "string"
  5103. },
  5104. "reward_value": {
  5105. "description": "奖励X个活跃积分",
  5106. "type": "string"
  5107. }
  5108. }
  5109. },
  5110. "md.VipEquitySettingNode": {
  5111. "type": "object",
  5112. "properties": {
  5113. "dividend_ratio": {
  5114. "description": "分红比例",
  5115. "type": "string"
  5116. },
  5117. "exchange_account_balance_fee": {
  5118. "description": "兑换余额手续费",
  5119. "type": "string"
  5120. },
  5121. "vip_level_name": {
  5122. "description": "会员等级名称",
  5123. "type": "string"
  5124. }
  5125. }
  5126. },
  5127. "md.VirtualCoin": {
  5128. "type": "object",
  5129. "properties": {
  5130. "create_at": {
  5131. "type": "string"
  5132. },
  5133. "exchange_ratio": {
  5134. "description": "兑换比例(与金额)",
  5135. "type": "string",
  5136. "example": "兑换比例(与金额)"
  5137. },
  5138. "id": {
  5139. "type": "integer"
  5140. },
  5141. "is_use": {
  5142. "description": "是否开启: 0否 1是",
  5143. "type": "integer"
  5144. },
  5145. "name": {
  5146. "description": "名称",
  5147. "type": "string"
  5148. },
  5149. "update_at": {
  5150. "type": "string"
  5151. }
  5152. }
  5153. },
  5154. "md.VirtualCoinListNode": {
  5155. "type": "object",
  5156. "properties": {
  5157. "coin_id": {
  5158. "description": "货币类型 ID",
  5159. "type": "integer"
  5160. },
  5161. "kind": {
  5162. "description": "货币序号",
  5163. "type": "integer"
  5164. },
  5165. "name": {
  5166. "type": "string",
  5167. "example": "货币类型名称"
  5168. }
  5169. }
  5170. },
  5171. "model.EggEnergyUserEggIndexWeight": {
  5172. "type": "object",
  5173. "properties": {
  5174. "account_balance_exchange_egg_energy_nums": {
  5175. "type": "string"
  5176. },
  5177. "browse_interface_nums": {
  5178. "type": "string"
  5179. },
  5180. "college_learning_nums": {
  5181. "type": "string"
  5182. },
  5183. "create_at": {
  5184. "type": "string"
  5185. },
  5186. "ecpm": {
  5187. "type": "string"
  5188. },
  5189. "egg_energy_exchange_account_balance": {
  5190. "type": "string"
  5191. },
  5192. "forum_comments_nums": {
  5193. "type": "string"
  5194. },
  5195. "id": {
  5196. "type": "integer"
  5197. },
  5198. "im_activity_nums": {
  5199. "type": "string"
  5200. },
  5201. "invite_user_nums": {
  5202. "type": "string"
  5203. },
  5204. "person_add_activity_value": {
  5205. "type": "string"
  5206. },
  5207. "send_circle_of_friend_nums": {
  5208. "type": "string"
  5209. },
  5210. "send_red_package_nums": {
  5211. "type": "string"
  5212. },
  5213. "sign_in_nums": {
  5214. "type": "string"
  5215. },
  5216. "team_activity_nums": {
  5217. "type": "string"
  5218. },
  5219. "update_at": {
  5220. "type": "string"
  5221. },
  5222. "violate_nums": {
  5223. "type": "string"
  5224. }
  5225. }
  5226. }
  5227. },
  5228. "securityDefinitions": {
  5229. "MasterID": {
  5230. "type": "apiKey",
  5231. "name": "MasterID",
  5232. "in": "header"
  5233. }
  5234. }
  5235. }`
  5236. // SwaggerInfo holds exported Swagger Info so clients can modify it
  5237. var SwaggerInfo = &swag.Spec{
  5238. Version: "1.0",
  5239. Host: "localhost:4001",
  5240. BasePath: "",
  5241. Schemes: []string{},
  5242. Title: "蛋蛋星球-管理后台",
  5243. Description: "管理后台接口文档",
  5244. InfoInstanceName: "swagger",
  5245. SwaggerTemplate: docTemplate,
  5246. LeftDelim: "{{",
  5247. RightDelim: "}}",
  5248. }
  5249. func init() {
  5250. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  5251. }