蛋蛋星球 后台端
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.
 
 
 
 
 

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