蛋蛋星球 后台端
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 

4950 rindas
171 KiB

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