蛋蛋星球 后台端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

5301 lines
184 KiB

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