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

7041 satır
245 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/financialCenter/withdraw/setting": {
  188. "get": {
  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. "responses": {
  210. "200": {
  211. "description": "具体数据",
  212. "schema": {
  213. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  214. }
  215. },
  216. "400": {
  217. "description": "具体错误",
  218. "schema": {
  219. "$ref": "#/definitions/md.Response"
  220. }
  221. }
  222. }
  223. }
  224. },
  225. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  226. "post": {
  227. "description": "基础设置(更新)",
  228. "consumes": [
  229. "application/json"
  230. ],
  231. "produces": [
  232. "application/json"
  233. ],
  234. "tags": [
  235. "提现"
  236. ],
  237. "summary": "财务中心-提现-基础设置(更新)",
  238. "parameters": [
  239. {
  240. "type": "string",
  241. "description": "验证参数Bearer和token空格拼接",
  242. "name": "Authorization",
  243. "in": "header",
  244. "required": true
  245. },
  246. {
  247. "description": "id 必填",
  248. "name": "req",
  249. "in": "body",
  250. "required": true,
  251. "schema": {
  252. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  253. }
  254. }
  255. ],
  256. "responses": {
  257. "200": {
  258. "description": "修改数据条数",
  259. "schema": {
  260. "type": "int"
  261. }
  262. },
  263. "400": {
  264. "description": "具体错误",
  265. "schema": {
  266. "$ref": "#/definitions/md.Response"
  267. }
  268. }
  269. }
  270. }
  271. },
  272. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  273. "post": {
  274. "description": "会员设置(新增)",
  275. "consumes": [
  276. "application/json"
  277. ],
  278. "produces": [
  279. "application/json"
  280. ],
  281. "tags": [
  282. "蛋蛋能量"
  283. ],
  284. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  285. "parameters": [
  286. {
  287. "type": "string",
  288. "description": "验证参数Bearer和token空格拼接",
  289. "name": "Authorization",
  290. "in": "header",
  291. "required": true
  292. },
  293. {
  294. "description": "system_id 必填",
  295. "name": "req",
  296. "in": "body",
  297. "required": true,
  298. "schema": {
  299. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  300. }
  301. }
  302. ],
  303. "responses": {
  304. "200": {
  305. "description": "修改数据条数",
  306. "schema": {
  307. "type": "int"
  308. }
  309. },
  310. "400": {
  311. "description": "具体错误",
  312. "schema": {
  313. "$ref": "#/definitions/md.Response"
  314. }
  315. }
  316. }
  317. }
  318. },
  319. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  320. "post": {
  321. "description": "动态数据流水(获取)",
  322. "consumes": [
  323. "application/json"
  324. ],
  325. "produces": [
  326. "application/json"
  327. ],
  328. "tags": [
  329. "公排管理"
  330. ],
  331. "summary": "制度中心-动态数据-动态数据流水(获取)",
  332. "parameters": [
  333. {
  334. "type": "string",
  335. "description": "验证参数Bearer和token空格拼接",
  336. "name": "Authorization",
  337. "in": "header",
  338. "required": true
  339. },
  340. {
  341. "description": "页数、每页大小必传 起止时间、持有类型选传",
  342. "name": "req",
  343. "in": "body",
  344. "required": true,
  345. "schema": {
  346. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  347. }
  348. }
  349. ],
  350. "responses": {
  351. "200": {
  352. "description": "成功返回",
  353. "schema": {
  354. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  355. }
  356. },
  357. "400": {
  358. "description": "具体错误",
  359. "schema": {
  360. "$ref": "#/definitions/md.Response"
  361. }
  362. }
  363. }
  364. }
  365. },
  366. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  367. "post": {
  368. "description": "蛋蛋分管理(人工打分)",
  369. "consumes": [
  370. "application/json"
  371. ],
  372. "produces": [
  373. "application/json"
  374. ],
  375. "tags": [
  376. "蛋蛋能量"
  377. ],
  378. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  379. "parameters": [
  380. {
  381. "type": "string",
  382. "description": "验证参数Bearer和token空格拼接",
  383. "name": "Authorization",
  384. "in": "header",
  385. "required": true
  386. },
  387. {
  388. "description": "请求参数",
  389. "name": "req",
  390. "in": "body",
  391. "required": true,
  392. "schema": {
  393. "$ref": "#/definitions/md.ManualScoreReq"
  394. }
  395. }
  396. ],
  397. "responses": {
  398. "200": {
  399. "description": "成功返回",
  400. "schema": {
  401. "type": "string"
  402. }
  403. },
  404. "400": {
  405. "description": "具体错误",
  406. "schema": {
  407. "$ref": "#/definitions/md.Response"
  408. }
  409. }
  410. }
  411. }
  412. },
  413. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  414. "post": {
  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. "description": "请求参数",
  436. "name": "req",
  437. "in": "body",
  438. "required": true,
  439. "schema": {
  440. "$ref": "#/definitions/md.StatisticsEggPointReq"
  441. }
  442. }
  443. ],
  444. "responses": {
  445. "200": {
  446. "description": "成功返回",
  447. "schema": {
  448. "$ref": "#/definitions/md.StatisticsEggPointResp"
  449. }
  450. },
  451. "400": {
  452. "description": "具体错误",
  453. "schema": {
  454. "$ref": "#/definitions/md.Response"
  455. }
  456. }
  457. }
  458. }
  459. },
  460. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  461. "post": {
  462. "description": "蛋蛋分管理(用户数据列表)",
  463. "consumes": [
  464. "application/json"
  465. ],
  466. "produces": [
  467. "application/json"
  468. ],
  469. "tags": [
  470. "蛋蛋能量"
  471. ],
  472. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  473. "parameters": [
  474. {
  475. "type": "string",
  476. "description": "验证参数Bearer和token空格拼接",
  477. "name": "Authorization",
  478. "in": "header",
  479. "required": true
  480. },
  481. {
  482. "description": "请求参数",
  483. "name": "req",
  484. "in": "body",
  485. "required": true,
  486. "schema": {
  487. "$ref": "#/definitions/md.UserEggFlowReq"
  488. }
  489. }
  490. ],
  491. "responses": {
  492. "200": {
  493. "description": "成功返回",
  494. "schema": {
  495. "$ref": "#/definitions/md.UserEggFlowReqResp"
  496. }
  497. },
  498. "400": {
  499. "description": "具体错误",
  500. "schema": {
  501. "$ref": "#/definitions/md.Response"
  502. }
  503. }
  504. }
  505. }
  506. },
  507. "/api/institutionalManagement/eggEnergy/getBasic": {
  508. "get": {
  509. "description": "基础设置(获取)",
  510. "consumes": [
  511. "application/json"
  512. ],
  513. "produces": [
  514. "application/json"
  515. ],
  516. "tags": [
  517. "蛋蛋能量"
  518. ],
  519. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  520. "parameters": [
  521. {
  522. "type": "string",
  523. "description": "验证参数Bearer和token空格拼接",
  524. "name": "Authorization",
  525. "in": "header",
  526. "required": true
  527. }
  528. ],
  529. "responses": {
  530. "200": {
  531. "description": "具体数据",
  532. "schema": {
  533. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  534. }
  535. },
  536. "400": {
  537. "description": "具体错误",
  538. "schema": {
  539. "$ref": "#/definitions/md.Response"
  540. }
  541. }
  542. }
  543. }
  544. },
  545. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  546. "get": {
  547. "description": "基础会员设置(获取)",
  548. "consumes": [
  549. "application/json"
  550. ],
  551. "produces": [
  552. "application/json"
  553. ],
  554. "tags": [
  555. "蛋蛋能量"
  556. ],
  557. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  558. "parameters": [
  559. {
  560. "type": "string",
  561. "description": "验证参数Bearer和token空格拼接",
  562. "name": "Authorization",
  563. "in": "header",
  564. "required": true
  565. }
  566. ],
  567. "responses": {
  568. "200": {
  569. "description": "具体数据",
  570. "schema": {
  571. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  572. }
  573. },
  574. "400": {
  575. "description": "具体错误",
  576. "schema": {
  577. "$ref": "#/definitions/md.Response"
  578. }
  579. }
  580. }
  581. }
  582. },
  583. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  584. "get": {
  585. "description": "查询所有币种(获取)",
  586. "consumes": [
  587. "application/json"
  588. ],
  589. "produces": [
  590. "application/json"
  591. ],
  592. "tags": [
  593. "蛋蛋能量"
  594. ],
  595. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  596. "parameters": [
  597. {
  598. "type": "string",
  599. "description": "验证参数Bearer和token空格拼接",
  600. "name": "Authorization",
  601. "in": "header",
  602. "required": true
  603. }
  604. ],
  605. "responses": {
  606. "200": {
  607. "description": "成功返回",
  608. "schema": {
  609. "type": "array",
  610. "items": {
  611. "$ref": "#/definitions/md.VirtualCoin"
  612. }
  613. }
  614. },
  615. "400": {
  616. "description": "具体错误",
  617. "schema": {
  618. "$ref": "#/definitions/md.Response"
  619. }
  620. }
  621. }
  622. }
  623. },
  624. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  625. "get": {
  626. "description": "数据概览(获取)",
  627. "consumes": [
  628. "application/json"
  629. ],
  630. "produces": [
  631. "application/json"
  632. ],
  633. "tags": [
  634. "蛋蛋能量"
  635. ],
  636. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  637. "parameters": [
  638. {
  639. "type": "string",
  640. "description": "验证参数Bearer和token空格拼接",
  641. "name": "Authorization",
  642. "in": "header",
  643. "required": true
  644. }
  645. ],
  646. "responses": {
  647. "200": {
  648. "description": "具体数据",
  649. "schema": {
  650. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  651. }
  652. },
  653. "400": {
  654. "description": "具体错误",
  655. "schema": {
  656. "$ref": "#/definitions/md.Response"
  657. }
  658. }
  659. }
  660. }
  661. },
  662. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  663. "post": {
  664. "description": "价值明细数据(新增)",
  665. "consumes": [
  666. "application/json"
  667. ],
  668. "produces": [
  669. "application/json"
  670. ],
  671. "tags": [
  672. "蛋蛋能量"
  673. ],
  674. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  675. "parameters": [
  676. {
  677. "type": "string",
  678. "description": "验证参数Bearer和token空格拼接",
  679. "name": "Authorization",
  680. "in": "header",
  681. "required": true
  682. },
  683. {
  684. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  685. "name": "req",
  686. "in": "body",
  687. "required": true,
  688. "schema": {
  689. "$ref": "#/definitions/md.AddFundDataReq"
  690. }
  691. }
  692. ],
  693. "responses": {
  694. "200": {
  695. "description": "插入数据 id",
  696. "schema": {
  697. "type": "int"
  698. }
  699. },
  700. "400": {
  701. "description": "具体错误",
  702. "schema": {
  703. "$ref": "#/definitions/md.Response"
  704. }
  705. }
  706. }
  707. }
  708. },
  709. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  710. "post": {
  711. "description": "新增数据列表(获取)",
  712. "consumes": [
  713. "application/json"
  714. ],
  715. "produces": [
  716. "application/json"
  717. ],
  718. "tags": [
  719. "蛋蛋能量"
  720. ],
  721. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  722. "parameters": [
  723. {
  724. "type": "string",
  725. "description": "验证参数Bearer和token空格拼接",
  726. "name": "Authorization",
  727. "in": "header",
  728. "required": true
  729. },
  730. {
  731. "description": "分页信息必填",
  732. "name": "req",
  733. "in": "body",
  734. "required": true,
  735. "schema": {
  736. "$ref": "#/definitions/md.GetFundDataListReq"
  737. }
  738. }
  739. ],
  740. "responses": {
  741. "200": {
  742. "description": "具体数据",
  743. "schema": {
  744. "$ref": "#/definitions/md.GetFundDataListResp"
  745. }
  746. },
  747. "400": {
  748. "description": "具体错误",
  749. "schema": {
  750. "$ref": "#/definitions/md.Response"
  751. }
  752. }
  753. }
  754. }
  755. },
  756. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  757. "post": {
  758. "description": "新增数据列表详情(查询)",
  759. "consumes": [
  760. "application/json"
  761. ],
  762. "produces": [
  763. "application/json"
  764. ],
  765. "tags": [
  766. "蛋蛋能量"
  767. ],
  768. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  769. "parameters": [
  770. {
  771. "type": "string",
  772. "description": "验证参数Bearer和token空格拼接",
  773. "name": "Authorization",
  774. "in": "header",
  775. "required": true
  776. },
  777. {
  778. "description": "获取到的 system_id 以及分页信息",
  779. "name": "req",
  780. "in": "body",
  781. "required": true,
  782. "schema": {
  783. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  784. }
  785. }
  786. ],
  787. "responses": {
  788. "200": {
  789. "description": "具体数据",
  790. "schema": {
  791. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  792. }
  793. },
  794. "400": {
  795. "description": "具体错误",
  796. "schema": {
  797. "$ref": "#/definitions/md.Response"
  798. }
  799. }
  800. }
  801. }
  802. },
  803. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  804. "get": {
  805. "description": "价格趋势(获取)",
  806. "consumes": [
  807. "application/json"
  808. ],
  809. "produces": [
  810. "application/json"
  811. ],
  812. "tags": [
  813. "蛋蛋能量"
  814. ],
  815. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  816. "parameters": [
  817. {
  818. "type": "string",
  819. "description": "验证参数Bearer和token空格拼接",
  820. "name": "Authorization",
  821. "in": "header",
  822. "required": true
  823. },
  824. {
  825. "type": "string",
  826. "description": "1:按天 2:按小时 3:按周",
  827. "name": "kind",
  828. "in": "query"
  829. }
  830. ],
  831. "responses": {
  832. "200": {
  833. "description": "具体数据",
  834. "schema": {
  835. "$ref": "#/definitions/md.GetPriceCurveResp"
  836. }
  837. },
  838. "400": {
  839. "description": "具体错误",
  840. "schema": {
  841. "$ref": "#/definitions/md.Response"
  842. }
  843. }
  844. }
  845. }
  846. },
  847. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  848. "post": {
  849. "description": "激励视频(获取)",
  850. "consumes": [
  851. "application/json"
  852. ],
  853. "produces": [
  854. "application/json"
  855. ],
  856. "tags": [
  857. "蛋蛋能量"
  858. ],
  859. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  860. "parameters": [
  861. {
  862. "type": "string",
  863. "description": "验证参数Bearer和token空格拼接",
  864. "name": "Authorization",
  865. "in": "header",
  866. "required": true
  867. },
  868. {
  869. "description": "落地页不填页大小默认20条数据",
  870. "name": "req",
  871. "in": "body",
  872. "required": true,
  873. "schema": {
  874. "$ref": "#/definitions/md.SetVideoRewardReq"
  875. }
  876. }
  877. ],
  878. "responses": {
  879. "200": {
  880. "description": "OK",
  881. "schema": {
  882. "$ref": "#/definitions/md.GetVideoRewardResp"
  883. }
  884. },
  885. "400": {
  886. "description": "具体错误",
  887. "schema": {
  888. "$ref": "#/definitions/md.Response"
  889. }
  890. }
  891. }
  892. }
  893. },
  894. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  895. "post": {
  896. "description": "其他广告设置数据(新增)",
  897. "consumes": [
  898. "application/json"
  899. ],
  900. "produces": [
  901. "application/json"
  902. ],
  903. "tags": [
  904. "蛋蛋能量"
  905. ],
  906. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  907. "parameters": [
  908. {
  909. "type": "string",
  910. "description": "验证参数Bearer和token空格拼接",
  911. "name": "Authorization",
  912. "in": "header",
  913. "required": true
  914. },
  915. {
  916. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  917. "name": "req",
  918. "in": "body",
  919. "required": true,
  920. "schema": {
  921. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  922. }
  923. }
  924. ],
  925. "responses": {
  926. "200": {
  927. "description": "插入数据 id",
  928. "schema": {
  929. "type": "int"
  930. }
  931. },
  932. "400": {
  933. "description": "具体错误",
  934. "schema": {
  935. "$ref": "#/definitions/md.Response"
  936. }
  937. }
  938. }
  939. }
  940. },
  941. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  942. "post": {
  943. "description": "其他广告设置数据(获取)",
  944. "consumes": [
  945. "application/json"
  946. ],
  947. "produces": [
  948. "application/json"
  949. ],
  950. "tags": [
  951. "蛋蛋能量"
  952. ],
  953. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  954. "parameters": [
  955. {
  956. "type": "string",
  957. "description": "验证参数Bearer和token空格拼接",
  958. "name": "Authorization",
  959. "in": "header",
  960. "required": true
  961. },
  962. {
  963. "description": "分页信息必填",
  964. "name": "req",
  965. "in": "body",
  966. "required": true,
  967. "schema": {
  968. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  969. }
  970. }
  971. ],
  972. "responses": {
  973. "200": {
  974. "description": "具体数据",
  975. "schema": {
  976. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  977. }
  978. },
  979. "400": {
  980. "description": "具体错误",
  981. "schema": {
  982. "$ref": "#/definitions/md.Response"
  983. }
  984. }
  985. }
  986. }
  987. },
  988. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  989. "post": {
  990. "description": "激励视频(设置)",
  991. "consumes": [
  992. "application/json"
  993. ],
  994. "produces": [
  995. "application/json"
  996. ],
  997. "tags": [
  998. "蛋蛋能量"
  999. ],
  1000. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  1001. "parameters": [
  1002. {
  1003. "type": "string",
  1004. "description": "验证参数Bearer和token空格拼接",
  1005. "name": "Authorization",
  1006. "in": "header",
  1007. "required": true
  1008. },
  1009. {
  1010. "description": "落地页不填页大小默认20条数据",
  1011. "name": "req",
  1012. "in": "body",
  1013. "required": true,
  1014. "schema": {
  1015. "$ref": "#/definitions/md.SetVideoRewardReq"
  1016. }
  1017. }
  1018. ],
  1019. "responses": {
  1020. "200": {
  1021. "description": "success",
  1022. "schema": {
  1023. "type": "string"
  1024. }
  1025. },
  1026. "400": {
  1027. "description": "具体错误",
  1028. "schema": {
  1029. "$ref": "#/definitions/md.Response"
  1030. }
  1031. }
  1032. }
  1033. }
  1034. },
  1035. "/api/institutionalManagement/eggEnergy/updateBasic": {
  1036. "post": {
  1037. "description": "基础设置(更新)",
  1038. "consumes": [
  1039. "application/json"
  1040. ],
  1041. "produces": [
  1042. "application/json"
  1043. ],
  1044. "tags": [
  1045. "蛋蛋能量"
  1046. ],
  1047. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  1048. "parameters": [
  1049. {
  1050. "type": "string",
  1051. "description": "验证参数Bearer和token空格拼接",
  1052. "name": "Authorization",
  1053. "in": "header",
  1054. "required": true
  1055. },
  1056. {
  1057. "description": "system_id 必填",
  1058. "name": "req",
  1059. "in": "body",
  1060. "required": true,
  1061. "schema": {
  1062. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  1063. }
  1064. }
  1065. ],
  1066. "responses": {
  1067. "200": {
  1068. "description": "修改数据条数",
  1069. "schema": {
  1070. "type": "int"
  1071. }
  1072. },
  1073. "400": {
  1074. "description": "具体错误",
  1075. "schema": {
  1076. "$ref": "#/definitions/md.Response"
  1077. }
  1078. }
  1079. }
  1080. }
  1081. },
  1082. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  1083. "post": {
  1084. "description": "会员设置(更新)",
  1085. "consumes": [
  1086. "application/json"
  1087. ],
  1088. "produces": [
  1089. "application/json"
  1090. ],
  1091. "tags": [
  1092. "蛋蛋能量"
  1093. ],
  1094. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  1095. "parameters": [
  1096. {
  1097. "type": "string",
  1098. "description": "验证参数Bearer和token空格拼接",
  1099. "name": "Authorization",
  1100. "in": "header",
  1101. "required": true
  1102. },
  1103. {
  1104. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  1105. "name": "req",
  1106. "in": "body",
  1107. "required": true,
  1108. "schema": {
  1109. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  1110. }
  1111. }
  1112. ],
  1113. "responses": {
  1114. "200": {
  1115. "description": "修改数据条数",
  1116. "schema": {
  1117. "type": "int"
  1118. }
  1119. },
  1120. "400": {
  1121. "description": "具体错误",
  1122. "schema": {
  1123. "$ref": "#/definitions/md.Response"
  1124. }
  1125. }
  1126. }
  1127. }
  1128. },
  1129. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  1130. "post": {
  1131. "description": "蛋蛋能量流水(查询)",
  1132. "consumes": [
  1133. "application/json"
  1134. ],
  1135. "produces": [
  1136. "application/json"
  1137. ],
  1138. "tags": [
  1139. "公排管理"
  1140. ],
  1141. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  1142. "parameters": [
  1143. {
  1144. "type": "string",
  1145. "description": "验证参数Bearer和token空格拼接",
  1146. "name": "Authorization",
  1147. "in": "header",
  1148. "required": true
  1149. },
  1150. {
  1151. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  1152. "name": "req",
  1153. "in": "body",
  1154. "required": true,
  1155. "schema": {
  1156. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  1157. }
  1158. }
  1159. ],
  1160. "responses": {
  1161. "200": {
  1162. "description": "成功返回",
  1163. "schema": {
  1164. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  1165. }
  1166. },
  1167. "400": {
  1168. "description": "具体错误",
  1169. "schema": {
  1170. "$ref": "#/definitions/md.Response"
  1171. }
  1172. }
  1173. }
  1174. }
  1175. },
  1176. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  1177. "post": {
  1178. "description": "蛋蛋能量明细(获取)",
  1179. "consumes": [
  1180. "application/json"
  1181. ],
  1182. "produces": [
  1183. "application/json"
  1184. ],
  1185. "tags": [
  1186. "公排管理"
  1187. ],
  1188. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  1189. "parameters": [
  1190. {
  1191. "type": "string",
  1192. "description": "验证参数Bearer和token空格拼接",
  1193. "name": "Authorization",
  1194. "in": "header",
  1195. "required": true
  1196. },
  1197. {
  1198. "description": "落地页不填页大小默认20条数据",
  1199. "name": "req",
  1200. "in": "body",
  1201. "schema": {
  1202. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  1203. }
  1204. }
  1205. ],
  1206. "responses": {
  1207. "200": {
  1208. "description": "成功返回",
  1209. "schema": {
  1210. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  1211. }
  1212. },
  1213. "400": {
  1214. "description": "具体错误",
  1215. "schema": {
  1216. "$ref": "#/definitions/md.Response"
  1217. }
  1218. }
  1219. }
  1220. }
  1221. },
  1222. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  1223. "post": {
  1224. "description": "蛋蛋积分持有者明细(获取)",
  1225. "consumes": [
  1226. "application/json"
  1227. ],
  1228. "produces": [
  1229. "application/json"
  1230. ],
  1231. "tags": [
  1232. "公排管理"
  1233. ],
  1234. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  1235. "parameters": [
  1236. {
  1237. "type": "string",
  1238. "description": "验证参数Bearer和token空格拼接",
  1239. "name": "Authorization",
  1240. "in": "header",
  1241. "required": true
  1242. },
  1243. {
  1244. "description": "落地页不填页大小默认20条数据",
  1245. "name": "req",
  1246. "in": "body",
  1247. "schema": {
  1248. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  1249. }
  1250. }
  1251. ],
  1252. "responses": {
  1253. "200": {
  1254. "description": "成功返回",
  1255. "schema": {
  1256. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  1257. }
  1258. },
  1259. "400": {
  1260. "description": "具体错误",
  1261. "schema": {
  1262. "$ref": "#/definitions/md.Response"
  1263. }
  1264. }
  1265. }
  1266. }
  1267. },
  1268. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  1269. "post": {
  1270. "description": "蛋蛋积分流水明细(查询)",
  1271. "consumes": [
  1272. "application/json"
  1273. ],
  1274. "produces": [
  1275. "application/json"
  1276. ],
  1277. "tags": [
  1278. "公排管理"
  1279. ],
  1280. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  1281. "parameters": [
  1282. {
  1283. "type": "string",
  1284. "description": "验证参数Bearer和token空格拼接",
  1285. "name": "Authorization",
  1286. "in": "header",
  1287. "required": true
  1288. },
  1289. {
  1290. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  1291. "name": "req",
  1292. "in": "body",
  1293. "required": true,
  1294. "schema": {
  1295. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  1296. }
  1297. }
  1298. ],
  1299. "responses": {
  1300. "200": {
  1301. "description": "成功返回",
  1302. "schema": {
  1303. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  1304. }
  1305. },
  1306. "400": {
  1307. "description": "具体错误",
  1308. "schema": {
  1309. "$ref": "#/definitions/md.Response"
  1310. }
  1311. }
  1312. }
  1313. }
  1314. },
  1315. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  1316. "post": {
  1317. "description": "社区分红(新增)",
  1318. "consumes": [
  1319. "application/json"
  1320. ],
  1321. "produces": [
  1322. "application/json"
  1323. ],
  1324. "tags": [
  1325. "公排管理"
  1326. ],
  1327. "summary": "制度中心-公排管理-社区分红(新增)",
  1328. "parameters": [
  1329. {
  1330. "type": "string",
  1331. "description": "验证参数Bearer和token空格拼接",
  1332. "name": "Authorization",
  1333. "in": "header",
  1334. "required": true
  1335. },
  1336. {
  1337. "description": "分红名称、分红总量",
  1338. "name": "req",
  1339. "in": "body",
  1340. "required": true,
  1341. "schema": {
  1342. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  1343. }
  1344. }
  1345. ],
  1346. "responses": {
  1347. "200": {
  1348. "description": "成功",
  1349. "schema": {
  1350. "type": "success"
  1351. }
  1352. },
  1353. "400": {
  1354. "description": "具体错误",
  1355. "schema": {
  1356. "$ref": "#/definitions/md.Response"
  1357. }
  1358. }
  1359. }
  1360. }
  1361. },
  1362. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  1363. "post": {
  1364. "description": "社区分红(查询)",
  1365. "consumes": [
  1366. "application/json"
  1367. ],
  1368. "produces": [
  1369. "application/json"
  1370. ],
  1371. "tags": [
  1372. "公排管理"
  1373. ],
  1374. "summary": "制度中心-公排管理-社区分红(查询)",
  1375. "parameters": [
  1376. {
  1377. "type": "string",
  1378. "description": "验证参数Bearer和token空格拼接",
  1379. "name": "Authorization",
  1380. "in": "header",
  1381. "required": true
  1382. },
  1383. {
  1384. "description": "页数、每页大小必填 起止时间、起止数量选填",
  1385. "name": "req",
  1386. "in": "body",
  1387. "required": true,
  1388. "schema": {
  1389. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  1390. }
  1391. }
  1392. ],
  1393. "responses": {
  1394. "200": {
  1395. "description": "具体数据",
  1396. "schema": {
  1397. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  1398. }
  1399. },
  1400. "400": {
  1401. "description": "具体错误",
  1402. "schema": {
  1403. "$ref": "#/definitions/md.Response"
  1404. }
  1405. }
  1406. }
  1407. }
  1408. },
  1409. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  1410. "post": {
  1411. "description": "社区长列表(新增)",
  1412. "consumes": [
  1413. "application/json"
  1414. ],
  1415. "produces": [
  1416. "application/json"
  1417. ],
  1418. "tags": [
  1419. "公排管理"
  1420. ],
  1421. "summary": "制度中心-公排管理-社区长列表(新增)",
  1422. "parameters": [
  1423. {
  1424. "type": "string",
  1425. "description": "验证参数Bearer和token空格拼接",
  1426. "name": "Authorization",
  1427. "in": "header",
  1428. "required": true
  1429. },
  1430. {
  1431. "description": "新增社区长 ID、备注",
  1432. "name": "req",
  1433. "in": "body",
  1434. "required": true,
  1435. "schema": {
  1436. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  1437. }
  1438. }
  1439. ],
  1440. "responses": {
  1441. "200": {
  1442. "description": "插入数据 ID",
  1443. "schema": {
  1444. "type": "int"
  1445. }
  1446. },
  1447. "400": {
  1448. "description": "具体错误",
  1449. "schema": {
  1450. "$ref": "#/definitions/md.Response"
  1451. }
  1452. }
  1453. }
  1454. }
  1455. },
  1456. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  1457. "post": {
  1458. "description": "社区长列表(查询)",
  1459. "consumes": [
  1460. "application/json"
  1461. ],
  1462. "produces": [
  1463. "application/json"
  1464. ],
  1465. "tags": [
  1466. "公排管理"
  1467. ],
  1468. "summary": "制度中心-公排管理-社区长列表(查询)",
  1469. "parameters": [
  1470. {
  1471. "type": "string",
  1472. "description": "验证参数Bearer和token空格拼接",
  1473. "name": "Authorization",
  1474. "in": "header",
  1475. "required": true
  1476. },
  1477. {
  1478. "description": "页数、每页大小必填 手机号、用户ID选填",
  1479. "name": "req",
  1480. "in": "body",
  1481. "required": true,
  1482. "schema": {
  1483. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  1484. }
  1485. }
  1486. ],
  1487. "responses": {
  1488. "200": {
  1489. "description": "社区长列表",
  1490. "schema": {
  1491. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  1492. }
  1493. },
  1494. "400": {
  1495. "description": "具体错误",
  1496. "schema": {
  1497. "$ref": "#/definitions/md.Response"
  1498. }
  1499. }
  1500. }
  1501. }
  1502. },
  1503. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  1504. "post": {
  1505. "description": "关系分布图(位置转换)",
  1506. "consumes": [
  1507. "application/json"
  1508. ],
  1509. "produces": [
  1510. "application/json"
  1511. ],
  1512. "tags": [
  1513. "公排管理"
  1514. ],
  1515. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  1516. "parameters": [
  1517. {
  1518. "type": "string",
  1519. "description": "验证参数Bearer和token空格拼接",
  1520. "name": "Authorization",
  1521. "in": "header",
  1522. "required": true
  1523. },
  1524. {
  1525. "description": "需要交换的两个位置",
  1526. "name": "req",
  1527. "in": "body",
  1528. "required": true,
  1529. "schema": {
  1530. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  1531. }
  1532. }
  1533. ],
  1534. "responses": {
  1535. "200": {
  1536. "description": "成功返回",
  1537. "schema": {
  1538. "type": ""
  1539. }
  1540. },
  1541. "400": {
  1542. "description": "具体错误",
  1543. "schema": {
  1544. "$ref": "#/definitions/md.Response"
  1545. }
  1546. }
  1547. }
  1548. }
  1549. },
  1550. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  1551. "get": {
  1552. "description": "关系分布图(获取指定用户上级)",
  1553. "consumes": [
  1554. "application/json"
  1555. ],
  1556. "produces": [
  1557. "application/json"
  1558. ],
  1559. "tags": [
  1560. "公排管理"
  1561. ],
  1562. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  1563. "parameters": [
  1564. {
  1565. "type": "string",
  1566. "description": "验证参数Bearer和token空格拼接",
  1567. "name": "Authorization",
  1568. "in": "header",
  1569. "required": true
  1570. },
  1571. {
  1572. "type": "string",
  1573. "description": "用户ID",
  1574. "name": "uid",
  1575. "in": "query",
  1576. "required": true
  1577. }
  1578. ],
  1579. "responses": {
  1580. "200": {
  1581. "description": "具体数据",
  1582. "schema": {
  1583. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  1584. }
  1585. },
  1586. "400": {
  1587. "description": "具体错误",
  1588. "schema": {
  1589. "$ref": "#/definitions/md.Response"
  1590. }
  1591. }
  1592. }
  1593. }
  1594. },
  1595. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  1596. "get": {
  1597. "description": "关系分布图(获取指定用户下级)",
  1598. "consumes": [
  1599. "application/json"
  1600. ],
  1601. "produces": [
  1602. "application/json"
  1603. ],
  1604. "tags": [
  1605. "公排管理"
  1606. ],
  1607. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  1608. "parameters": [
  1609. {
  1610. "type": "string",
  1611. "description": "验证参数Bearer和token空格拼接",
  1612. "name": "Authorization",
  1613. "in": "header",
  1614. "required": true
  1615. },
  1616. {
  1617. "type": "string",
  1618. "description": "用户ID",
  1619. "name": "uid",
  1620. "in": "query",
  1621. "required": true
  1622. }
  1623. ],
  1624. "responses": {
  1625. "200": {
  1626. "description": "具体数据",
  1627. "schema": {
  1628. "$ref": "#/definitions/md.TreeNode"
  1629. }
  1630. },
  1631. "400": {
  1632. "description": "具体错误",
  1633. "schema": {
  1634. "$ref": "#/definitions/md.Response"
  1635. }
  1636. }
  1637. }
  1638. }
  1639. },
  1640. "/api/institutionalManagement/publicPlatoon/getBasic": {
  1641. "get": {
  1642. "description": "公排基础设置(获取)",
  1643. "consumes": [
  1644. "application/json"
  1645. ],
  1646. "produces": [
  1647. "application/json"
  1648. ],
  1649. "tags": [
  1650. "公排管理"
  1651. ],
  1652. "summary": "制度中心-公排管理-公排基础设置(获取)",
  1653. "parameters": [
  1654. {
  1655. "type": "string",
  1656. "description": "验证参数Bearer和token空格拼接",
  1657. "name": "Authorization",
  1658. "in": "header",
  1659. "required": true
  1660. }
  1661. ],
  1662. "responses": {
  1663. "200": {
  1664. "description": "具体数据",
  1665. "schema": {
  1666. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  1667. }
  1668. },
  1669. "400": {
  1670. "description": "具体错误",
  1671. "schema": {
  1672. "$ref": "#/definitions/md.Response"
  1673. }
  1674. }
  1675. }
  1676. }
  1677. },
  1678. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  1679. "delete": {
  1680. "description": "免罚用户(删除)",
  1681. "consumes": [
  1682. "application/json"
  1683. ],
  1684. "produces": [
  1685. "application/json"
  1686. ],
  1687. "tags": [
  1688. "公排管理"
  1689. ],
  1690. "summary": "制度中心-公排管理-免罚用户(删除)",
  1691. "parameters": [
  1692. {
  1693. "type": "string",
  1694. "description": "验证参数Bearer和token空格拼接",
  1695. "name": "Authorization",
  1696. "in": "header",
  1697. "required": true
  1698. },
  1699. {
  1700. "description": "免罚用户ID",
  1701. "name": "req",
  1702. "in": "body",
  1703. "required": true,
  1704. "schema": {
  1705. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  1706. }
  1707. }
  1708. ],
  1709. "responses": {
  1710. "200": {
  1711. "description": "删除数据数量",
  1712. "schema": {
  1713. "type": "int"
  1714. }
  1715. },
  1716. "400": {
  1717. "description": "具体错误",
  1718. "schema": {
  1719. "$ref": "#/definitions/md.Response"
  1720. }
  1721. }
  1722. }
  1723. }
  1724. },
  1725. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  1726. "post": {
  1727. "description": "免罚用户(查询)",
  1728. "consumes": [
  1729. "application/json"
  1730. ],
  1731. "produces": [
  1732. "application/json"
  1733. ],
  1734. "tags": [
  1735. "公排管理"
  1736. ],
  1737. "summary": "制度中心-公排管理-免罚用户(查询)",
  1738. "parameters": [
  1739. {
  1740. "type": "string",
  1741. "description": "验证参数Bearer和token空格拼接",
  1742. "name": "Authorization",
  1743. "in": "header",
  1744. "required": true
  1745. },
  1746. {
  1747. "description": "页数和行数必填,uid选填",
  1748. "name": "req",
  1749. "in": "body",
  1750. "required": true,
  1751. "schema": {
  1752. "$ref": "#/definitions/md.GetFreePublishUserReq"
  1753. }
  1754. }
  1755. ],
  1756. "responses": {
  1757. "200": {
  1758. "description": "成功返回",
  1759. "schema": {
  1760. "$ref": "#/definitions/md.GetFreePublishUserResp"
  1761. }
  1762. },
  1763. "400": {
  1764. "description": "具体错误",
  1765. "schema": {
  1766. "$ref": "#/definitions/md.Response"
  1767. }
  1768. }
  1769. }
  1770. }
  1771. },
  1772. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  1773. "post": {
  1774. "description": "免罚用户(新增)",
  1775. "consumes": [
  1776. "application/json"
  1777. ],
  1778. "produces": [
  1779. "application/json"
  1780. ],
  1781. "tags": [
  1782. "公排管理"
  1783. ],
  1784. "summary": "制度中心-公排管理-免罚用户(新增)",
  1785. "parameters": [
  1786. {
  1787. "type": "string",
  1788. "description": "验证参数Bearer和token空格拼接",
  1789. "name": "Authorization",
  1790. "in": "header",
  1791. "required": true
  1792. },
  1793. {
  1794. "description": "免罚用户ID",
  1795. "name": "req",
  1796. "in": "body",
  1797. "required": true,
  1798. "schema": {
  1799. "$ref": "#/definitions/md.AddFreePublishUserReq"
  1800. }
  1801. }
  1802. ],
  1803. "responses": {
  1804. "200": {
  1805. "description": "插入数据 ID",
  1806. "schema": {
  1807. "type": "int"
  1808. }
  1809. },
  1810. "400": {
  1811. "description": "具体错误",
  1812. "schema": {
  1813. "$ref": "#/definitions/md.Response"
  1814. }
  1815. }
  1816. }
  1817. }
  1818. },
  1819. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  1820. "get": {
  1821. "description": "关系分布图(获取)",
  1822. "consumes": [
  1823. "application/json"
  1824. ],
  1825. "produces": [
  1826. "application/json"
  1827. ],
  1828. "tags": [
  1829. "公排管理"
  1830. ],
  1831. "summary": "制度中心-公排管理-关系分布图(获取)",
  1832. "parameters": [
  1833. {
  1834. "type": "string",
  1835. "description": "验证参数Bearer和token空格拼接",
  1836. "name": "Authorization",
  1837. "in": "header",
  1838. "required": true
  1839. },
  1840. {
  1841. "type": "string",
  1842. "description": "phone",
  1843. "name": "phone",
  1844. "in": "query",
  1845. "required": true
  1846. },
  1847. {
  1848. "type": "string",
  1849. "description": "uid",
  1850. "name": "uid",
  1851. "in": "query",
  1852. "required": true
  1853. }
  1854. ],
  1855. "responses": {
  1856. "200": {
  1857. "description": "具体数据",
  1858. "schema": {
  1859. "$ref": "#/definitions/md.TreeNode"
  1860. }
  1861. },
  1862. "400": {
  1863. "description": "具体错误",
  1864. "schema": {
  1865. "$ref": "#/definitions/md.Response"
  1866. }
  1867. }
  1868. }
  1869. }
  1870. },
  1871. "/api/institutionalManagement/publicPlatoon/selectMember": {
  1872. "post": {
  1873. "description": "公排基础设置选择会员(查询)",
  1874. "consumes": [
  1875. "application/json"
  1876. ],
  1877. "produces": [
  1878. "application/json"
  1879. ],
  1880. "tags": [
  1881. "公排管理"
  1882. ],
  1883. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  1884. "parameters": [
  1885. {
  1886. "type": "string",
  1887. "description": "验证参数Bearer和token空格拼接",
  1888. "name": "Authorization",
  1889. "in": "header",
  1890. "required": true
  1891. },
  1892. {
  1893. "description": "分页信息必填",
  1894. "name": "req",
  1895. "in": "body",
  1896. "required": true,
  1897. "schema": {
  1898. "$ref": "#/definitions/md.SelectMemberReq"
  1899. }
  1900. }
  1901. ],
  1902. "responses": {
  1903. "200": {
  1904. "description": "具体数据",
  1905. "schema": {
  1906. "$ref": "#/definitions/md.SelectMemberResp"
  1907. }
  1908. },
  1909. "400": {
  1910. "description": "具体错误",
  1911. "schema": {
  1912. "$ref": "#/definitions/md.Response"
  1913. }
  1914. }
  1915. }
  1916. }
  1917. },
  1918. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  1919. "put": {
  1920. "description": "公排基础设置(修改)",
  1921. "consumes": [
  1922. "application/json"
  1923. ],
  1924. "produces": [
  1925. "application/json"
  1926. ],
  1927. "tags": [
  1928. "公排管理"
  1929. ],
  1930. "summary": "制度中心-公排管理-公排基础设置(修改)",
  1931. "parameters": [
  1932. {
  1933. "type": "string",
  1934. "description": "验证参数Bearer和token空格拼接",
  1935. "name": "Authorization",
  1936. "in": "header",
  1937. "required": true
  1938. },
  1939. {
  1940. "description": "公排设置表单内容",
  1941. "name": "req",
  1942. "in": "body",
  1943. "required": true,
  1944. "schema": {
  1945. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  1946. }
  1947. }
  1948. ],
  1949. "responses": {
  1950. "200": {
  1951. "description": "success",
  1952. "schema": {
  1953. "type": "string"
  1954. }
  1955. },
  1956. "400": {
  1957. "description": "具体错误",
  1958. "schema": {
  1959. "$ref": "#/definitions/md.Response"
  1960. }
  1961. }
  1962. }
  1963. }
  1964. },
  1965. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  1966. "post": {
  1967. "description": "日活分析",
  1968. "consumes": [
  1969. "application/json"
  1970. ],
  1971. "produces": [
  1972. "application/json"
  1973. ],
  1974. "tags": [
  1975. "公排管理"
  1976. ],
  1977. "summary": "制度中心-公排管理-日活分析",
  1978. "parameters": [
  1979. {
  1980. "type": "string",
  1981. "description": "验证参数Bearer和token空格拼接",
  1982. "name": "Authorization",
  1983. "in": "header",
  1984. "required": true
  1985. },
  1986. {
  1987. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  1988. "name": "req",
  1989. "in": "body",
  1990. "required": true,
  1991. "schema": {
  1992. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  1993. }
  1994. }
  1995. ],
  1996. "responses": {
  1997. "200": {
  1998. "description": "具体数据",
  1999. "schema": {
  2000. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  2001. }
  2002. },
  2003. "400": {
  2004. "description": "具体错误",
  2005. "schema": {
  2006. "$ref": "#/definitions/md.Response"
  2007. }
  2008. }
  2009. }
  2010. }
  2011. },
  2012. "/api/login": {
  2013. "post": {
  2014. "description": "登入",
  2015. "consumes": [
  2016. "application/json"
  2017. ],
  2018. "produces": [
  2019. "application/json"
  2020. ],
  2021. "tags": [
  2022. "登录"
  2023. ],
  2024. "summary": "登陆",
  2025. "parameters": [
  2026. {
  2027. "description": "用户名密码",
  2028. "name": "req",
  2029. "in": "body",
  2030. "required": true,
  2031. "schema": {
  2032. "$ref": "#/definitions/md.LoginReq"
  2033. }
  2034. }
  2035. ],
  2036. "responses": {
  2037. "200": {
  2038. "description": "token",
  2039. "schema": {
  2040. "$ref": "#/definitions/md.LoginResponse"
  2041. }
  2042. },
  2043. "400": {
  2044. "description": "具体错误",
  2045. "schema": {
  2046. "$ref": "#/definitions/md.Response"
  2047. }
  2048. }
  2049. }
  2050. }
  2051. },
  2052. "/api/marketingApplications/newUserRedPackage/getBasic": {
  2053. "get": {
  2054. "description": "新人红包设置(获取)",
  2055. "consumes": [
  2056. "application/json"
  2057. ],
  2058. "produces": [
  2059. "application/json"
  2060. ],
  2061. "tags": [
  2062. "营销应用"
  2063. ],
  2064. "summary": "制度中心-营销应用-新人红包设置(获取)",
  2065. "parameters": [
  2066. {
  2067. "type": "string",
  2068. "description": "验证参数Bearer和token空格拼接",
  2069. "name": "Authorization",
  2070. "in": "header",
  2071. "required": true
  2072. }
  2073. ],
  2074. "responses": {
  2075. "200": {
  2076. "description": "具体数据",
  2077. "schema": {
  2078. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  2079. }
  2080. },
  2081. "400": {
  2082. "description": "具体错误",
  2083. "schema": {
  2084. "$ref": "#/definitions/md.Response"
  2085. }
  2086. }
  2087. }
  2088. }
  2089. },
  2090. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  2091. "post": {
  2092. "description": "新人红包列表明细(查询)",
  2093. "consumes": [
  2094. "application/json"
  2095. ],
  2096. "produces": [
  2097. "application/json"
  2098. ],
  2099. "tags": [
  2100. "营销应用"
  2101. ],
  2102. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  2103. "parameters": [
  2104. {
  2105. "type": "string",
  2106. "description": "验证参数Bearer和token空格拼接",
  2107. "name": "Authorization",
  2108. "in": "header",
  2109. "required": true
  2110. },
  2111. {
  2112. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  2113. "name": "req",
  2114. "in": "body",
  2115. "required": true,
  2116. "schema": {
  2117. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  2118. }
  2119. }
  2120. ],
  2121. "responses": {
  2122. "200": {
  2123. "description": "具体数据",
  2124. "schema": {
  2125. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  2126. }
  2127. },
  2128. "400": {
  2129. "description": "具体错误",
  2130. "schema": {
  2131. "$ref": "#/definitions/md.Response"
  2132. }
  2133. }
  2134. }
  2135. }
  2136. },
  2137. "/api/marketingApplications/newUserRedPackage/recordList": {
  2138. "post": {
  2139. "description": "新人红包列表(查询)",
  2140. "consumes": [
  2141. "application/json"
  2142. ],
  2143. "produces": [
  2144. "application/json"
  2145. ],
  2146. "tags": [
  2147. "营销应用"
  2148. ],
  2149. "summary": "制度中心-营销应用-新人红包列表(查询)",
  2150. "parameters": [
  2151. {
  2152. "type": "string",
  2153. "description": "验证参数Bearer和token空格拼接",
  2154. "name": "Authorization",
  2155. "in": "header",
  2156. "required": true
  2157. },
  2158. {
  2159. "description": "新人红包列表查询条件(分页信息必填)",
  2160. "name": "req",
  2161. "in": "body",
  2162. "required": true,
  2163. "schema": {
  2164. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  2165. }
  2166. }
  2167. ],
  2168. "responses": {
  2169. "200": {
  2170. "description": "具体数据",
  2171. "schema": {
  2172. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  2173. }
  2174. },
  2175. "400": {
  2176. "description": "具体错误",
  2177. "schema": {
  2178. "$ref": "#/definitions/md.Response"
  2179. }
  2180. }
  2181. }
  2182. }
  2183. },
  2184. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  2185. "put": {
  2186. "description": "新人红包设置(修改)",
  2187. "consumes": [
  2188. "application/json"
  2189. ],
  2190. "produces": [
  2191. "application/json"
  2192. ],
  2193. "tags": [
  2194. "营销应用"
  2195. ],
  2196. "summary": "制度中心-营销应用-新人红包设置(修改)",
  2197. "parameters": [
  2198. {
  2199. "type": "string",
  2200. "description": "验证参数Bearer和token空格拼接",
  2201. "name": "Authorization",
  2202. "in": "header",
  2203. "required": true
  2204. },
  2205. {
  2206. "description": "新人红包设置表单",
  2207. "name": "req",
  2208. "in": "body",
  2209. "required": true,
  2210. "schema": {
  2211. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  2212. }
  2213. }
  2214. ],
  2215. "responses": {
  2216. "200": {
  2217. "description": "success",
  2218. "schema": {
  2219. "type": "string"
  2220. }
  2221. },
  2222. "400": {
  2223. "description": "具体错误",
  2224. "schema": {
  2225. "$ref": "#/definitions/md.Response"
  2226. }
  2227. }
  2228. }
  2229. }
  2230. },
  2231. "/api/memberCenter/levelManagement/addLevel": {
  2232. "post": {
  2233. "description": "等级管理(新增)",
  2234. "consumes": [
  2235. "application/json"
  2236. ],
  2237. "produces": [
  2238. "application/json"
  2239. ],
  2240. "tags": [
  2241. "会员中心"
  2242. ],
  2243. "summary": "制度中心-会员中心-等级管理(新增)",
  2244. "parameters": [
  2245. {
  2246. "type": "string",
  2247. "description": "验证参数Bearer和token空格拼接",
  2248. "name": "Authorization",
  2249. "in": "header",
  2250. "required": true
  2251. },
  2252. {
  2253. "description": "需要新增的等级信息",
  2254. "name": "req",
  2255. "in": "body",
  2256. "required": true,
  2257. "schema": {
  2258. "$ref": "#/definitions/md.AddLevelReq"
  2259. }
  2260. }
  2261. ],
  2262. "responses": {
  2263. "200": {
  2264. "description": "新增等级ID",
  2265. "schema": {
  2266. "type": "int"
  2267. }
  2268. },
  2269. "400": {
  2270. "description": "具体错误",
  2271. "schema": {
  2272. "$ref": "#/definitions/md.Response"
  2273. }
  2274. }
  2275. }
  2276. }
  2277. },
  2278. "/api/memberCenter/levelManagement/addLevelTask": {
  2279. "post": {
  2280. "description": "等级任务(新增)",
  2281. "consumes": [
  2282. "application/json"
  2283. ],
  2284. "produces": [
  2285. "application/json"
  2286. ],
  2287. "tags": [
  2288. "会员中心"
  2289. ],
  2290. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  2291. "parameters": [
  2292. {
  2293. "type": "string",
  2294. "description": "验证参数Bearer和token空格拼接",
  2295. "name": "Authorization",
  2296. "in": "header",
  2297. "required": true
  2298. },
  2299. {
  2300. "description": "需要新增的任务信息",
  2301. "name": "req",
  2302. "in": "body",
  2303. "required": true,
  2304. "schema": {
  2305. "$ref": "#/definitions/md.AddLevelTaskReq"
  2306. }
  2307. }
  2308. ],
  2309. "responses": {
  2310. "200": {
  2311. "description": "新增的任务ID",
  2312. "schema": {
  2313. "type": "int"
  2314. }
  2315. },
  2316. "400": {
  2317. "description": "具体错误",
  2318. "schema": {
  2319. "$ref": "#/definitions/md.Response"
  2320. }
  2321. }
  2322. }
  2323. }
  2324. },
  2325. "/api/memberCenter/levelManagement/deleteLevel": {
  2326. "delete": {
  2327. "description": "等级管理(删除)",
  2328. "consumes": [
  2329. "application/json"
  2330. ],
  2331. "produces": [
  2332. "application/json"
  2333. ],
  2334. "tags": [
  2335. "会员中心"
  2336. ],
  2337. "summary": "制度中心-会员中心-等级管理(删除)",
  2338. "parameters": [
  2339. {
  2340. "type": "string",
  2341. "description": "验证参数Bearer和token空格拼接",
  2342. "name": "Authorization",
  2343. "in": "header",
  2344. "required": true
  2345. },
  2346. {
  2347. "description": "需要删除的等级 ID",
  2348. "name": "req",
  2349. "in": "body",
  2350. "required": true,
  2351. "schema": {
  2352. "$ref": "#/definitions/md.DeleteLevelReq"
  2353. }
  2354. }
  2355. ],
  2356. "responses": {
  2357. "200": {
  2358. "description": "成功删除数据数量",
  2359. "schema": {
  2360. "type": "int"
  2361. }
  2362. },
  2363. "400": {
  2364. "description": "具体错误",
  2365. "schema": {
  2366. "$ref": "#/definitions/md.Response"
  2367. }
  2368. }
  2369. }
  2370. }
  2371. },
  2372. "/api/memberCenter/levelManagement/deleteLevelTask": {
  2373. "delete": {
  2374. "description": "等级任务(删除)",
  2375. "consumes": [
  2376. "application/json"
  2377. ],
  2378. "produces": [
  2379. "application/json"
  2380. ],
  2381. "tags": [
  2382. "会员中心"
  2383. ],
  2384. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  2385. "parameters": [
  2386. {
  2387. "type": "string",
  2388. "description": "验证参数Bearer和token空格拼接",
  2389. "name": "Authorization",
  2390. "in": "header",
  2391. "required": true
  2392. },
  2393. {
  2394. "description": "需要删除的等级任务ID",
  2395. "name": "req",
  2396. "in": "body",
  2397. "required": true,
  2398. "schema": {
  2399. "$ref": "#/definitions/md.DeleteTaskReq"
  2400. }
  2401. }
  2402. ],
  2403. "responses": {
  2404. "200": {
  2405. "description": "成功删除数据数量",
  2406. "schema": {
  2407. "type": "int"
  2408. }
  2409. },
  2410. "400": {
  2411. "description": "具体错误",
  2412. "schema": {
  2413. "$ref": "#/definitions/md.Response"
  2414. }
  2415. }
  2416. }
  2417. }
  2418. },
  2419. "/api/memberCenter/levelManagement/getLevelList": {
  2420. "get": {
  2421. "description": "标签管理(获取)",
  2422. "consumes": [
  2423. "application/json"
  2424. ],
  2425. "produces": [
  2426. "application/json"
  2427. ],
  2428. "tags": [
  2429. "会员中心"
  2430. ],
  2431. "summary": "制度中心-会员中心-等级管理(获取)",
  2432. "parameters": [
  2433. {
  2434. "type": "string",
  2435. "description": "验证参数Bearer和token空格拼接",
  2436. "name": "Authorization",
  2437. "in": "header",
  2438. "required": true
  2439. },
  2440. {
  2441. "type": "integer",
  2442. "description": "每页大小",
  2443. "name": "limit",
  2444. "in": "query",
  2445. "required": true
  2446. },
  2447. {
  2448. "type": "integer",
  2449. "description": "页数",
  2450. "name": "page",
  2451. "in": "query",
  2452. "required": true
  2453. }
  2454. ],
  2455. "responses": {
  2456. "200": {
  2457. "description": "具体数据",
  2458. "schema": {
  2459. "$ref": "#/definitions/md.GetLevelListResp"
  2460. }
  2461. },
  2462. "400": {
  2463. "description": "具体错误",
  2464. "schema": {
  2465. "$ref": "#/definitions/md.Response"
  2466. }
  2467. }
  2468. }
  2469. }
  2470. },
  2471. "/api/memberCenter/levelManagement/getOneLevel": {
  2472. "get": {
  2473. "description": "等级明细(获取)",
  2474. "consumes": [
  2475. "application/json"
  2476. ],
  2477. "produces": [
  2478. "application/json"
  2479. ],
  2480. "tags": [
  2481. "会员中心"
  2482. ],
  2483. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  2484. "parameters": [
  2485. {
  2486. "type": "string",
  2487. "description": "验证参数Bearer和token空格拼接",
  2488. "name": "Authorization",
  2489. "in": "header",
  2490. "required": true
  2491. },
  2492. {
  2493. "type": "integer",
  2494. "description": "等级 ID",
  2495. "name": "level_id",
  2496. "in": "query",
  2497. "required": true
  2498. }
  2499. ],
  2500. "responses": {
  2501. "200": {
  2502. "description": "具体数据",
  2503. "schema": {
  2504. "$ref": "#/definitions/md.GetOneLevelResp"
  2505. }
  2506. },
  2507. "400": {
  2508. "description": "具体错误",
  2509. "schema": {
  2510. "$ref": "#/definitions/md.Response"
  2511. }
  2512. }
  2513. }
  2514. }
  2515. },
  2516. "/api/memberCenter/levelManagement/updateLevel": {
  2517. "post": {
  2518. "description": "等级管理(更新)",
  2519. "consumes": [
  2520. "application/json"
  2521. ],
  2522. "produces": [
  2523. "application/json"
  2524. ],
  2525. "tags": [
  2526. "会员中心"
  2527. ],
  2528. "summary": "制度中心-会员中心-等级管理(更新)",
  2529. "parameters": [
  2530. {
  2531. "type": "string",
  2532. "description": "验证参数Bearer和token空格拼接",
  2533. "name": "Authorization",
  2534. "in": "header",
  2535. "required": true
  2536. },
  2537. {
  2538. "description": "需要修改的等级信息",
  2539. "name": "req",
  2540. "in": "body",
  2541. "required": true,
  2542. "schema": {
  2543. "$ref": "#/definitions/md.UpdateLevelReq"
  2544. }
  2545. }
  2546. ],
  2547. "responses": {
  2548. "200": {
  2549. "description": "成功修改数据条数",
  2550. "schema": {
  2551. "type": "int"
  2552. }
  2553. },
  2554. "400": {
  2555. "description": "具体错误",
  2556. "schema": {
  2557. "$ref": "#/definitions/md.Response"
  2558. }
  2559. }
  2560. }
  2561. }
  2562. },
  2563. "/api/memberCenter/levelManagement/updateLevelTask": {
  2564. "post": {
  2565. "description": "等级任务(更新)",
  2566. "consumes": [
  2567. "application/json"
  2568. ],
  2569. "produces": [
  2570. "application/json"
  2571. ],
  2572. "tags": [
  2573. "会员中心"
  2574. ],
  2575. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  2576. "parameters": [
  2577. {
  2578. "type": "string",
  2579. "description": "验证参数Bearer和token空格拼接",
  2580. "name": "Authorization",
  2581. "in": "header",
  2582. "required": true
  2583. },
  2584. {
  2585. "description": "需要修改的等级任务信息",
  2586. "name": "req",
  2587. "in": "body",
  2588. "required": true,
  2589. "schema": {
  2590. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  2591. }
  2592. }
  2593. ],
  2594. "responses": {
  2595. "200": {
  2596. "description": "成功修改数据条数",
  2597. "schema": {
  2598. "type": "int"
  2599. }
  2600. },
  2601. "400": {
  2602. "description": "具体错误",
  2603. "schema": {
  2604. "$ref": "#/definitions/md.Response"
  2605. }
  2606. }
  2607. }
  2608. }
  2609. },
  2610. "/api/memberCenter/tagManagement/addTag": {
  2611. "post": {
  2612. "description": "标签管理(新增)",
  2613. "consumes": [
  2614. "application/json"
  2615. ],
  2616. "produces": [
  2617. "application/json"
  2618. ],
  2619. "tags": [
  2620. "会员中心"
  2621. ],
  2622. "summary": "制度中心-会员中心-标签管理(新增)",
  2623. "parameters": [
  2624. {
  2625. "type": "string",
  2626. "description": "验证参数Bearer和token空格拼接",
  2627. "name": "Authorization",
  2628. "in": "header",
  2629. "required": true
  2630. },
  2631. {
  2632. "description": "新增的标签信息",
  2633. "name": "req",
  2634. "in": "body",
  2635. "required": true,
  2636. "schema": {
  2637. "$ref": "#/definitions/md.AddTagReq"
  2638. }
  2639. }
  2640. ],
  2641. "responses": {
  2642. "200": {
  2643. "description": "新增的标签 ID",
  2644. "schema": {
  2645. "type": "int"
  2646. }
  2647. },
  2648. "400": {
  2649. "description": "具体错误",
  2650. "schema": {
  2651. "$ref": "#/definitions/md.Response"
  2652. }
  2653. }
  2654. }
  2655. }
  2656. },
  2657. "/api/memberCenter/tagManagement/deleteTag": {
  2658. "delete": {
  2659. "description": "标签管理(删除)",
  2660. "consumes": [
  2661. "application/json"
  2662. ],
  2663. "produces": [
  2664. "application/json"
  2665. ],
  2666. "tags": [
  2667. "会员中心"
  2668. ],
  2669. "summary": "制度中心-会员中心-标签管理(删除)",
  2670. "parameters": [
  2671. {
  2672. "type": "string",
  2673. "description": "验证参数Bearer和token空格拼接",
  2674. "name": "Authorization",
  2675. "in": "header",
  2676. "required": true
  2677. },
  2678. {
  2679. "description": "需要删除的标签 ID",
  2680. "name": "req",
  2681. "in": "body",
  2682. "required": true,
  2683. "schema": {
  2684. "$ref": "#/definitions/md.DeleteTagReq"
  2685. }
  2686. }
  2687. ],
  2688. "responses": {
  2689. "200": {
  2690. "description": "成功删除标签用户数",
  2691. "schema": {
  2692. "type": "int"
  2693. }
  2694. },
  2695. "400": {
  2696. "description": "具体错误",
  2697. "schema": {
  2698. "$ref": "#/definitions/md.Response"
  2699. }
  2700. }
  2701. }
  2702. }
  2703. },
  2704. "/api/memberCenter/tagManagement/getTagList": {
  2705. "get": {
  2706. "description": "标签管理(获取)",
  2707. "consumes": [
  2708. "application/json"
  2709. ],
  2710. "produces": [
  2711. "application/json"
  2712. ],
  2713. "tags": [
  2714. "会员中心"
  2715. ],
  2716. "summary": "制度中心-会员中心-标签管理(获取)",
  2717. "parameters": [
  2718. {
  2719. "type": "string",
  2720. "description": "验证参数Bearer和token空格拼接",
  2721. "name": "Authorization",
  2722. "in": "header",
  2723. "required": true
  2724. },
  2725. {
  2726. "type": "integer",
  2727. "description": "每页大小",
  2728. "name": "limit",
  2729. "in": "query",
  2730. "required": true
  2731. },
  2732. {
  2733. "type": "integer",
  2734. "description": "页数",
  2735. "name": "page",
  2736. "in": "query",
  2737. "required": true
  2738. }
  2739. ],
  2740. "responses": {
  2741. "200": {
  2742. "description": "具体数据",
  2743. "schema": {
  2744. "$ref": "#/definitions/md.GetTagListResp"
  2745. }
  2746. },
  2747. "400": {
  2748. "description": "具体错误",
  2749. "schema": {
  2750. "$ref": "#/definitions/md.Response"
  2751. }
  2752. }
  2753. }
  2754. }
  2755. },
  2756. "/api/memberCenter/tagManagement/updateTag": {
  2757. "post": {
  2758. "description": "标签管理(更新)",
  2759. "consumes": [
  2760. "application/json"
  2761. ],
  2762. "produces": [
  2763. "application/json"
  2764. ],
  2765. "tags": [
  2766. "会员中心"
  2767. ],
  2768. "summary": "制度中心-会员中心-标签管理(更新)",
  2769. "parameters": [
  2770. {
  2771. "type": "string",
  2772. "description": "验证参数Bearer和token空格拼接",
  2773. "name": "Authorization",
  2774. "in": "header",
  2775. "required": true
  2776. },
  2777. {
  2778. "description": "需要修改的标签信息",
  2779. "name": "req",
  2780. "in": "body",
  2781. "required": true,
  2782. "schema": {
  2783. "$ref": "#/definitions/md.UpdateTagReq"
  2784. }
  2785. }
  2786. ],
  2787. "responses": {
  2788. "200": {
  2789. "description": "成功修改数据条数",
  2790. "schema": {
  2791. "type": "int"
  2792. }
  2793. },
  2794. "400": {
  2795. "description": "具体错误",
  2796. "schema": {
  2797. "$ref": "#/definitions/md.Response"
  2798. }
  2799. }
  2800. }
  2801. }
  2802. },
  2803. "/api/memberCenter/userManagement/balanceDetail": {
  2804. "get": {
  2805. "description": "会员明细(余额获取)",
  2806. "consumes": [
  2807. "application/json"
  2808. ],
  2809. "produces": [
  2810. "application/json"
  2811. ],
  2812. "tags": [
  2813. "会员中心"
  2814. ],
  2815. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  2816. "parameters": [
  2817. {
  2818. "type": "string",
  2819. "description": "验证参数Bearer和token空格拼接",
  2820. "name": "Authorization",
  2821. "in": "header",
  2822. "required": true
  2823. },
  2824. {
  2825. "type": "string",
  2826. "description": "用户 ID",
  2827. "name": "uid",
  2828. "in": "query",
  2829. "required": true
  2830. },
  2831. {
  2832. "type": "string",
  2833. "description": "每页大小",
  2834. "name": "limit",
  2835. "in": "query",
  2836. "required": true
  2837. },
  2838. {
  2839. "type": "string",
  2840. "description": "页数",
  2841. "name": "page",
  2842. "in": "query",
  2843. "required": true
  2844. }
  2845. ],
  2846. "responses": {
  2847. "200": {
  2848. "description": "具体数据",
  2849. "schema": {
  2850. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  2851. }
  2852. },
  2853. "400": {
  2854. "description": "具体错误",
  2855. "schema": {
  2856. "$ref": "#/definitions/md.Response"
  2857. }
  2858. }
  2859. }
  2860. }
  2861. },
  2862. "/api/memberCenter/userManagement/getFans": {
  2863. "get": {
  2864. "description": "会员明细粉丝情况(获取)",
  2865. "consumes": [
  2866. "application/json"
  2867. ],
  2868. "produces": [
  2869. "application/json"
  2870. ],
  2871. "tags": [
  2872. "会员中心"
  2873. ],
  2874. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  2875. "parameters": [
  2876. {
  2877. "type": "string",
  2878. "description": "验证参数Bearer和token空格拼接",
  2879. "name": "Authorization",
  2880. "in": "header",
  2881. "required": true
  2882. },
  2883. {
  2884. "type": "string",
  2885. "description": "用户 ID",
  2886. "name": "uid",
  2887. "in": "query",
  2888. "required": true
  2889. },
  2890. {
  2891. "type": "string",
  2892. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  2893. "name": "type",
  2894. "in": "query",
  2895. "required": true
  2896. },
  2897. {
  2898. "type": "string",
  2899. "description": "每页大小",
  2900. "name": "limit",
  2901. "in": "query",
  2902. "required": true
  2903. },
  2904. {
  2905. "type": "string",
  2906. "description": "页数",
  2907. "name": "page",
  2908. "in": "query",
  2909. "required": true
  2910. }
  2911. ],
  2912. "responses": {
  2913. "200": {
  2914. "description": "具体数据",
  2915. "schema": {
  2916. "$ref": "#/definitions/md.UserManagementGetFansResp"
  2917. }
  2918. },
  2919. "400": {
  2920. "description": "具体错误",
  2921. "schema": {
  2922. "$ref": "#/definitions/md.Response"
  2923. }
  2924. }
  2925. }
  2926. }
  2927. },
  2928. "/api/memberCenter/userManagement/getUserList": {
  2929. "post": {
  2930. "description": "用户信息管理(获取)",
  2931. "consumes": [
  2932. "application/json"
  2933. ],
  2934. "produces": [
  2935. "application/json"
  2936. ],
  2937. "tags": [
  2938. "会员中心"
  2939. ],
  2940. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  2941. "parameters": [
  2942. {
  2943. "type": "string",
  2944. "description": "验证参数Bearer和token空格拼接",
  2945. "name": "Authorization",
  2946. "in": "header",
  2947. "required": true
  2948. },
  2949. {
  2950. "description": "分页信息必填",
  2951. "name": "req",
  2952. "in": "body",
  2953. "required": true,
  2954. "schema": {
  2955. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  2956. }
  2957. }
  2958. ],
  2959. "responses": {
  2960. "200": {
  2961. "description": "具体数据",
  2962. "schema": {
  2963. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  2964. }
  2965. },
  2966. "400": {
  2967. "description": "具体错误",
  2968. "schema": {
  2969. "$ref": "#/definitions/md.Response"
  2970. }
  2971. }
  2972. }
  2973. }
  2974. },
  2975. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  2976. "get": {
  2977. "description": "会员明细(积分明细获取)",
  2978. "consumes": [
  2979. "application/json"
  2980. ],
  2981. "produces": [
  2982. "application/json"
  2983. ],
  2984. "tags": [
  2985. "会员中心"
  2986. ],
  2987. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  2988. "parameters": [
  2989. {
  2990. "type": "string",
  2991. "description": "验证参数Bearer和token空格拼接",
  2992. "name": "Authorization",
  2993. "in": "header",
  2994. "required": true
  2995. },
  2996. {
  2997. "type": "string",
  2998. "description": "用户 ID",
  2999. "name": "uid",
  3000. "in": "query",
  3001. "required": true
  3002. },
  3003. {
  3004. "type": "string",
  3005. "description": "货币 ID",
  3006. "name": "coinId",
  3007. "in": "query",
  3008. "required": true
  3009. },
  3010. {
  3011. "type": "string",
  3012. "description": "每页大小",
  3013. "name": "limit",
  3014. "in": "query",
  3015. "required": true
  3016. },
  3017. {
  3018. "type": "string",
  3019. "description": "页数",
  3020. "name": "page",
  3021. "in": "query",
  3022. "required": true
  3023. }
  3024. ],
  3025. "responses": {
  3026. "200": {
  3027. "description": "具体数据",
  3028. "schema": {
  3029. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  3030. }
  3031. },
  3032. "400": {
  3033. "description": "具体错误",
  3034. "schema": {
  3035. "$ref": "#/definitions/md.Response"
  3036. }
  3037. }
  3038. }
  3039. }
  3040. },
  3041. "/api/memberCenter/userManagement/updateUserInfo": {
  3042. "post": {
  3043. "description": "用户信息管理(更新)",
  3044. "consumes": [
  3045. "application/json"
  3046. ],
  3047. "produces": [
  3048. "application/json"
  3049. ],
  3050. "tags": [
  3051. "会员中心"
  3052. ],
  3053. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  3054. "parameters": [
  3055. {
  3056. "type": "string",
  3057. "description": "验证参数Bearer和token空格拼接",
  3058. "name": "Authorization",
  3059. "in": "header",
  3060. "required": true
  3061. },
  3062. {
  3063. "description": "用户ID 必传",
  3064. "name": "req",
  3065. "in": "body",
  3066. "required": true,
  3067. "schema": {
  3068. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  3069. }
  3070. }
  3071. ],
  3072. "responses": {
  3073. "200": {
  3074. "description": "修改数据行数",
  3075. "schema": {
  3076. "type": "int"
  3077. }
  3078. },
  3079. "400": {
  3080. "description": "具体错误",
  3081. "schema": {
  3082. "$ref": "#/definitions/md.Response"
  3083. }
  3084. }
  3085. }
  3086. }
  3087. },
  3088. "/api/memberCenter/userManagement/userData": {
  3089. "get": {
  3090. "description": "会员明细概况(获取)",
  3091. "consumes": [
  3092. "application/json"
  3093. ],
  3094. "produces": [
  3095. "application/json"
  3096. ],
  3097. "tags": [
  3098. "会员中心"
  3099. ],
  3100. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  3101. "parameters": [
  3102. {
  3103. "type": "string",
  3104. "description": "验证参数Bearer和token空格拼接",
  3105. "name": "Authorization",
  3106. "in": "header",
  3107. "required": true
  3108. },
  3109. {
  3110. "type": "string",
  3111. "description": "用户 ID",
  3112. "name": "uid",
  3113. "in": "query",
  3114. "required": true
  3115. }
  3116. ],
  3117. "responses": {
  3118. "200": {
  3119. "description": "会员明细概况具体数据",
  3120. "schema": {
  3121. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  3122. }
  3123. },
  3124. "400": {
  3125. "description": "具体错误",
  3126. "schema": {
  3127. "$ref": "#/definitions/md.Response"
  3128. }
  3129. }
  3130. }
  3131. }
  3132. }
  3133. },
  3134. "definitions": {
  3135. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  3136. "type": "object",
  3137. "properties": {
  3138. "direct_push_reward": {
  3139. "description": "直推奖励",
  3140. "allOf": [
  3141. {
  3142. "$ref": "#/definitions/md.TeamRewardSettingStruct"
  3143. }
  3144. ]
  3145. },
  3146. "is_open": {
  3147. "description": "是否开启(1:开启 0:关闭)",
  3148. "type": "integer"
  3149. },
  3150. "person_egg_energy_coin_id": {
  3151. "description": "个人蛋蛋能量对应虚拟币 id",
  3152. "type": "integer"
  3153. },
  3154. "person_egg_points_coin_id": {
  3155. "description": "个人蛋蛋积分对应虚拟币 id",
  3156. "type": "integer"
  3157. },
  3158. "team_egg_energy_coin_id": {
  3159. "description": "团队蛋蛋能量对应虚拟币 id",
  3160. "type": "integer"
  3161. },
  3162. "team_egg_points_coin_id": {
  3163. "description": "团队蛋蛋积分对应虚拟币 id",
  3164. "type": "integer"
  3165. }
  3166. }
  3167. },
  3168. "applet_app_md_institutional_management_egg_energy.Paginate": {
  3169. "type": "object",
  3170. "properties": {
  3171. "limit": {
  3172. "description": "每页大小",
  3173. "type": "integer"
  3174. },
  3175. "page": {
  3176. "description": "页数",
  3177. "type": "integer"
  3178. },
  3179. "total": {
  3180. "description": "总数据量",
  3181. "type": "integer"
  3182. }
  3183. }
  3184. },
  3185. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  3186. "type": "object",
  3187. "properties": {
  3188. "id": {
  3189. "type": "integer"
  3190. },
  3191. "is_open": {
  3192. "description": "是否开启(1:开启 0:关闭)",
  3193. "type": "integer"
  3194. },
  3195. "is_self_active_get_team_revenue": {
  3196. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  3197. "type": "integer"
  3198. },
  3199. "originator_uid": {
  3200. "description": "创始人uid",
  3201. "type": "integer"
  3202. },
  3203. "several_rows": {
  3204. "description": "几排",
  3205. "type": "integer"
  3206. },
  3207. "several_times": {
  3208. "description": "几乘",
  3209. "type": "integer"
  3210. },
  3211. "system_punish_replace": {
  3212. "description": "是否位置滑落 被新用户替换 0否 1是",
  3213. "type": "integer"
  3214. },
  3215. "system_punish_replace_value": {
  3216. "description": "xx天未活跃,处罚滑落",
  3217. "type": "integer"
  3218. }
  3219. }
  3220. },
  3221. "applet_app_md_institutional_management_public_platoon.Paginate": {
  3222. "type": "object",
  3223. "properties": {
  3224. "limit": {
  3225. "description": "每页大小",
  3226. "type": "integer"
  3227. },
  3228. "page": {
  3229. "description": "页数",
  3230. "type": "integer"
  3231. },
  3232. "total": {
  3233. "description": "总数据量",
  3234. "type": "integer"
  3235. }
  3236. }
  3237. },
  3238. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  3239. "type": "object",
  3240. "properties": {
  3241. "limit": {
  3242. "type": "integer"
  3243. },
  3244. "page": {
  3245. "type": "integer"
  3246. },
  3247. "total": {
  3248. "type": "integer"
  3249. }
  3250. }
  3251. },
  3252. "applet_app_md_member_center.Paginate": {
  3253. "type": "object",
  3254. "properties": {
  3255. "limit": {
  3256. "description": "每页大小",
  3257. "type": "integer"
  3258. },
  3259. "page": {
  3260. "description": "页数",
  3261. "type": "integer"
  3262. },
  3263. "total": {
  3264. "description": "总数据量",
  3265. "type": "integer"
  3266. }
  3267. }
  3268. },
  3269. "md.ActivePointsWalletNode": {
  3270. "type": "object",
  3271. "properties": {
  3272. "amount": {
  3273. "type": "string",
  3274. "example": "账户余额"
  3275. },
  3276. "uid": {
  3277. "description": "用户 ID",
  3278. "type": "integer"
  3279. },
  3280. "user_name": {
  3281. "type": "string",
  3282. "example": "用户名"
  3283. },
  3284. "user_phone": {
  3285. "type": "string",
  3286. "example": "手机号"
  3287. }
  3288. }
  3289. },
  3290. "md.AddCommunityDividendsReq": {
  3291. "type": "object",
  3292. "properties": {
  3293. "amount": {
  3294. "description": "社区分红数量",
  3295. "type": "string"
  3296. },
  3297. "name": {
  3298. "type": "string",
  3299. "example": "社区分红名称"
  3300. }
  3301. }
  3302. },
  3303. "md.AddCommunityDividendsWithUserReq": {
  3304. "type": "object",
  3305. "properties": {
  3306. "memo": {
  3307. "type": "string",
  3308. "example": "备注"
  3309. },
  3310. "uid": {
  3311. "description": "新增社区长用户 ID",
  3312. "type": "integer"
  3313. }
  3314. }
  3315. },
  3316. "md.AddFreePublishUserReq": {
  3317. "type": "object",
  3318. "properties": {
  3319. "uid": {
  3320. "type": "integer"
  3321. }
  3322. }
  3323. },
  3324. "md.AddFundDataReq": {
  3325. "type": "object",
  3326. "properties": {
  3327. "frequency": {
  3328. "description": "频率(分钟)",
  3329. "type": "integer"
  3330. },
  3331. "hours": {
  3332. "description": "时长(小时)",
  3333. "type": "integer"
  3334. },
  3335. "kind": {
  3336. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  3337. "type": "integer"
  3338. },
  3339. "memo": {
  3340. "type": "string",
  3341. "example": "备注"
  3342. },
  3343. "total_amount": {
  3344. "description": "金额",
  3345. "type": "string"
  3346. }
  3347. }
  3348. },
  3349. "md.AddLevelReq": {
  3350. "type": "object",
  3351. "properties": {
  3352. "auto_update": {
  3353. "description": "自动升级 0关闭 1开启",
  3354. "type": "string"
  3355. },
  3356. "choosable_num": {
  3357. "description": "可选任务数量",
  3358. "type": "string"
  3359. },
  3360. "is_use": {
  3361. "description": "是否开启(0.否, 1.是)",
  3362. "type": "string"
  3363. },
  3364. "level_name": {
  3365. "description": "等级名称",
  3366. "type": "string"
  3367. },
  3368. "level_weight": {
  3369. "description": "等级权重",
  3370. "type": "string"
  3371. },
  3372. "memo": {
  3373. "description": "备注",
  3374. "type": "string"
  3375. }
  3376. }
  3377. },
  3378. "md.AddLevelTaskReq": {
  3379. "type": "object",
  3380. "properties": {
  3381. "finish_count": {
  3382. "description": "多少天内完成的指标",
  3383. "type": "string"
  3384. },
  3385. "is_must_task": {
  3386. "description": "是否必做(0,1)",
  3387. "type": "string"
  3388. },
  3389. "level_id": {
  3390. "description": "等级 ID",
  3391. "type": "string"
  3392. },
  3393. "task_type": {
  3394. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  3395. "type": "string"
  3396. },
  3397. "task_type_level_id": {
  3398. "description": "会员等级 ID (task_type=3时生效)",
  3399. "type": "string"
  3400. },
  3401. "within_days": {
  3402. "description": "多少天内完成",
  3403. "type": "string"
  3404. }
  3405. }
  3406. },
  3407. "md.AddPlatformRevenueReq": {
  3408. "type": "object",
  3409. "properties": {
  3410. "frequency": {
  3411. "description": "频率(分钟)",
  3412. "type": "integer"
  3413. },
  3414. "hours": {
  3415. "description": "时长(小时)",
  3416. "type": "integer"
  3417. },
  3418. "kind": {
  3419. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  3420. "type": "integer"
  3421. },
  3422. "memo": {
  3423. "type": "string",
  3424. "example": "备注"
  3425. },
  3426. "total_amount": {
  3427. "description": "金额",
  3428. "type": "string"
  3429. }
  3430. }
  3431. },
  3432. "md.AddTagReq": {
  3433. "type": "object",
  3434. "properties": {
  3435. "is_punish": {
  3436. "description": "是否为处罚标签(0:否 1:是)",
  3437. "type": "string"
  3438. },
  3439. "memo": {
  3440. "description": "备注",
  3441. "type": "string"
  3442. },
  3443. "name": {
  3444. "description": "标签名称",
  3445. "type": "string"
  3446. }
  3447. }
  3448. },
  3449. "md.BalanceDetailNode": {
  3450. "type": "object",
  3451. "properties": {
  3452. "after_amount": {
  3453. "description": "变更后余额",
  3454. "type": "string"
  3455. },
  3456. "amount": {
  3457. "description": "变更数量",
  3458. "type": "string"
  3459. },
  3460. "before_amount": {
  3461. "description": "变更前余额",
  3462. "type": "string"
  3463. },
  3464. "create_at": {
  3465. "description": "创建时间",
  3466. "type": "string"
  3467. },
  3468. "id": {
  3469. "description": "记录ID",
  3470. "type": "integer"
  3471. },
  3472. "kind": {
  3473. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  3474. "type": "string"
  3475. }
  3476. }
  3477. },
  3478. "md.BasicInfoNode": {
  3479. "type": "object",
  3480. "properties": {
  3481. "avatar": {
  3482. "description": "头像",
  3483. "type": "string"
  3484. },
  3485. "level_name": {
  3486. "description": "会员等级名称",
  3487. "type": "string"
  3488. },
  3489. "memo": {
  3490. "description": "备注",
  3491. "type": "string"
  3492. },
  3493. "nickname": {
  3494. "description": "用户名称",
  3495. "type": "string"
  3496. },
  3497. "parent_name": {
  3498. "description": "推荐人名称",
  3499. "type": "string"
  3500. },
  3501. "parent_phone": {
  3502. "description": "推荐人手机号",
  3503. "type": "string"
  3504. },
  3505. "parent_uid": {
  3506. "description": "推荐人",
  3507. "type": "integer"
  3508. },
  3509. "password": {
  3510. "description": "登录密码",
  3511. "type": "string"
  3512. },
  3513. "phone": {
  3514. "description": "手机号",
  3515. "type": "string"
  3516. },
  3517. "sex": {
  3518. "description": "性别",
  3519. "type": "integer"
  3520. },
  3521. "state": {
  3522. "description": "账号状态 1正常,2冻结",
  3523. "type": "integer"
  3524. },
  3525. "tag_name": {
  3526. "description": "标签名称",
  3527. "type": "string"
  3528. },
  3529. "union_id": {
  3530. "description": "微信号",
  3531. "type": "string"
  3532. }
  3533. }
  3534. },
  3535. "md.DailyActivityAnalysisTopData": {
  3536. "type": "object",
  3537. "properties": {
  3538. "activity_count": {
  3539. "description": "子节点活跃天数",
  3540. "type": "integer"
  3541. },
  3542. "team_activity_user_count": {
  3543. "description": "子节点活跃人数",
  3544. "type": "integer"
  3545. },
  3546. "team_user_count": {
  3547. "description": "团队人数",
  3548. "type": "integer"
  3549. }
  3550. }
  3551. },
  3552. "md.DataSetting": {
  3553. "type": "object",
  3554. "properties": {
  3555. "total_angel_investor": {
  3556. "description": "天使投资人",
  3557. "type": "string",
  3558. "example": "天使投资人"
  3559. },
  3560. "total_ecological_development": {
  3561. "description": "生态建设",
  3562. "type": "string",
  3563. "example": "当前价格"
  3564. },
  3565. "total_issuance_amount": {
  3566. "description": "总发行量",
  3567. "type": "string",
  3568. "example": "总发行量"
  3569. },
  3570. "total_operate_fund": {
  3571. "description": "运营资金",
  3572. "type": "string",
  3573. "example": "运营资金"
  3574. },
  3575. "total_team_dividends": {
  3576. "description": "团队分红",
  3577. "type": "string",
  3578. "example": "团队分红"
  3579. },
  3580. "total_technology_team": {
  3581. "description": "技术团队",
  3582. "type": "string",
  3583. "example": "技术团队"
  3584. },
  3585. "total_user_for_person": {
  3586. "description": "个人区域",
  3587. "type": "string",
  3588. "example": "个人区域"
  3589. },
  3590. "total_user_for_team": {
  3591. "description": "团队区域",
  3592. "type": "string",
  3593. "example": "团队区域"
  3594. }
  3595. }
  3596. },
  3597. "md.DeleteFreePublishUserReq": {
  3598. "type": "object",
  3599. "properties": {
  3600. "uid": {
  3601. "type": "string"
  3602. }
  3603. }
  3604. },
  3605. "md.DeleteLevelReq": {
  3606. "type": "object",
  3607. "properties": {
  3608. "level_id": {
  3609. "type": "string"
  3610. }
  3611. }
  3612. },
  3613. "md.DeleteTagReq": {
  3614. "type": "object",
  3615. "properties": {
  3616. "tag_id": {
  3617. "description": "标签 ID",
  3618. "type": "string"
  3619. }
  3620. }
  3621. },
  3622. "md.DeleteTaskReq": {
  3623. "type": "object",
  3624. "properties": {
  3625. "task_id": {
  3626. "type": "string"
  3627. }
  3628. }
  3629. },
  3630. "md.DestructionSettingStruct": {
  3631. "type": "object",
  3632. "properties": {
  3633. "community_dividends": {
  3634. "description": "社区分红百分比",
  3635. "type": "string"
  3636. },
  3637. "destruction_quantity": {
  3638. "description": "销毁百分比",
  3639. "type": "string"
  3640. },
  3641. "development_committee": {
  3642. "description": "发展委员会百分比",
  3643. "type": "string"
  3644. },
  3645. "marketplace_merchant": {
  3646. "description": "市商数量百分比",
  3647. "type": "string"
  3648. },
  3649. "public_welfare_and_charity": {
  3650. "description": "公益慈善百分比",
  3651. "type": "string"
  3652. },
  3653. "star_level_dividends": {
  3654. "description": "星级分红百分比",
  3655. "type": "string"
  3656. }
  3657. }
  3658. },
  3659. "md.DynamicDataFlowListReq": {
  3660. "type": "object",
  3661. "properties": {
  3662. "end_at": {
  3663. "description": "结束时间",
  3664. "type": "string",
  3665. "example": "结束时间"
  3666. },
  3667. "kind": {
  3668. "description": "持有类型",
  3669. "type": "integer"
  3670. },
  3671. "page": {
  3672. "description": "页数",
  3673. "type": "integer"
  3674. },
  3675. "page_size": {
  3676. "description": "每页大小",
  3677. "type": "integer"
  3678. },
  3679. "start_at": {
  3680. "description": "开始时间",
  3681. "type": "string",
  3682. "example": "开始时间"
  3683. }
  3684. }
  3685. },
  3686. "md.DynamicDataFlowListResp": {
  3687. "type": "object",
  3688. "properties": {
  3689. "kind_list": {
  3690. "description": "类型列表",
  3691. "type": "array",
  3692. "items": {
  3693. "type": "object",
  3694. "additionalProperties": true
  3695. }
  3696. },
  3697. "list": {
  3698. "description": "动态数据流水列表",
  3699. "type": "array",
  3700. "items": {
  3701. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  3702. }
  3703. },
  3704. "paginate": {
  3705. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3706. }
  3707. }
  3708. },
  3709. "md.EggEnergyAvailableEnergyFlow": {
  3710. "type": "object",
  3711. "properties": {
  3712. "after_community_dividends": {
  3713. "description": "变更后-社区分红区块币数量",
  3714. "type": "string"
  3715. },
  3716. "after_destruction_quantity_values": {
  3717. "description": "变更后-销毁区块币数量",
  3718. "type": "string"
  3719. },
  3720. "after_development_committee_values": {
  3721. "description": "变更后-发展委员会区块币数量",
  3722. "type": "string"
  3723. },
  3724. "after_marketplace_merchant_fund_values": {
  3725. "description": "变更后-市商资金值",
  3726. "type": "string"
  3727. },
  3728. "after_marketplace_merchant_values": {
  3729. "description": "变更后-市商区块币数量",
  3730. "type": "string"
  3731. },
  3732. "after_now_energy_total_nums": {
  3733. "description": "变更后-现行总量",
  3734. "type": "string"
  3735. },
  3736. "after_planet_total_value": {
  3737. "description": "变更后-星球总价值",
  3738. "type": "string"
  3739. },
  3740. "after_price": {
  3741. "description": "变更后-价格",
  3742. "type": "string"
  3743. },
  3744. "after_public_welfare_and_charity_values": {
  3745. "description": "变更后-公益慈善区块币数量",
  3746. "type": "string"
  3747. },
  3748. "after_star_level_dividends_values": {
  3749. "description": "变更后-星级分红区块币数量",
  3750. "type": "string"
  3751. },
  3752. "amount": {
  3753. "description": "变更数量",
  3754. "type": "string"
  3755. },
  3756. "before_community_dividends": {
  3757. "description": "变更前-社区分红区块币数量",
  3758. "type": "string"
  3759. },
  3760. "before_destruction_quantity_values": {
  3761. "description": "变更前-销毁区块币数量",
  3762. "type": "string"
  3763. },
  3764. "before_development_committee_values": {
  3765. "description": "变更前-发展委员会区块币数量",
  3766. "type": "string"
  3767. },
  3768. "before_marketplace_merchant_fund_values": {
  3769. "description": "变更前-市商资金值",
  3770. "type": "string"
  3771. },
  3772. "before_marketplace_merchant_values": {
  3773. "description": "变更前-市商区块币数量",
  3774. "type": "string"
  3775. },
  3776. "before_now_energy_total_nums": {
  3777. "description": "变更前-现行总量",
  3778. "type": "string"
  3779. },
  3780. "before_planet_total_value": {
  3781. "description": "变更前-星球总价值",
  3782. "type": "string"
  3783. },
  3784. "before_price": {
  3785. "description": "变更前-价格",
  3786. "type": "string"
  3787. },
  3788. "before_public_welfare_and_charity_values": {
  3789. "description": "变更前-公益慈善区块币数量",
  3790. "type": "string"
  3791. },
  3792. "before_star_level_dividends_values": {
  3793. "description": "变更前-星级分红区块币数量",
  3794. "type": "string"
  3795. },
  3796. "create_time": {
  3797. "description": "创建时间",
  3798. "type": "string"
  3799. },
  3800. "id": {
  3801. "type": "integer"
  3802. },
  3803. "kind": {
  3804. "description": "种类",
  3805. "type": "integer"
  3806. },
  3807. "title": {
  3808. "description": "标题",
  3809. "type": "string"
  3810. }
  3811. }
  3812. },
  3813. "md.EggEnergyCommunityDividends": {
  3814. "type": "object",
  3815. "properties": {
  3816. "amount": {
  3817. "description": "分红数量",
  3818. "type": "string"
  3819. },
  3820. "coin_id": {
  3821. "description": "虚拟币 id",
  3822. "type": "integer"
  3823. },
  3824. "create_at": {
  3825. "description": "分红时间",
  3826. "type": "string"
  3827. },
  3828. "id": {
  3829. "type": "integer"
  3830. },
  3831. "is_over": {
  3832. "description": "是否分红完毕",
  3833. "type": "integer"
  3834. },
  3835. "name": {
  3836. "type": "string",
  3837. "example": "名称"
  3838. },
  3839. "persons_num": {
  3840. "description": "分红人数",
  3841. "type": "integer"
  3842. },
  3843. "update_at": {
  3844. "type": "string"
  3845. }
  3846. }
  3847. },
  3848. "md.EggEnergyCommunityDividendsWithUser": {
  3849. "type": "object",
  3850. "properties": {
  3851. "id": {
  3852. "type": "integer"
  3853. },
  3854. "memo": {
  3855. "type": "string",
  3856. "example": "备注"
  3857. },
  3858. "nickname": {
  3859. "type": "string"
  3860. },
  3861. "phone": {
  3862. "type": "string"
  3863. },
  3864. "uid": {
  3865. "type": "integer"
  3866. }
  3867. }
  3868. },
  3869. "md.ExchangeRulesStruct": {
  3870. "type": "object",
  3871. "properties": {
  3872. "auto_exchange_nums_by_person": {
  3873. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  3874. "type": "string"
  3875. },
  3876. "auto_exchange_nums_by_team": {
  3877. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  3878. "type": "string"
  3879. },
  3880. "auto_exchange_rate_by_person": {
  3881. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  3882. "type": "string"
  3883. },
  3884. "auto_exchange_rate_by_team": {
  3885. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  3886. "type": "string"
  3887. }
  3888. }
  3889. },
  3890. "md.ExchangeUserPositionReq": {
  3891. "type": "object",
  3892. "properties": {
  3893. "position_1": {
  3894. "description": "位置1,具体值取返回数据中的 system_id",
  3895. "type": "integer"
  3896. },
  3897. "position_2": {
  3898. "description": "位置2,具体值取返回数据中的 system_id",
  3899. "type": "integer"
  3900. }
  3901. }
  3902. },
  3903. "md.FansNode": {
  3904. "type": "object",
  3905. "properties": {
  3906. "amount": {
  3907. "description": "可提现余额",
  3908. "type": "string"
  3909. },
  3910. "id": {
  3911. "description": "用户ID",
  3912. "type": "integer"
  3913. },
  3914. "level_total": {
  3915. "description": "所属代数",
  3916. "type": "integer"
  3917. },
  3918. "nickname": {
  3919. "type": "string",
  3920. "example": "用户昵称"
  3921. },
  3922. "phone": {
  3923. "type": "string",
  3924. "example": "手机号"
  3925. },
  3926. "register_at": {
  3927. "description": "注册时间",
  3928. "type": "string"
  3929. },
  3930. "total_income": {
  3931. "description": "累计收益",
  3932. "type": "string"
  3933. }
  3934. }
  3935. },
  3936. "md.FindSubUserRelationshipMapResp": {
  3937. "type": "object",
  3938. "properties": {
  3939. "basic_setting": {
  3940. "description": "公排设置",
  3941. "allOf": [
  3942. {
  3943. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  3944. }
  3945. ]
  3946. },
  3947. "search_uid": {
  3948. "description": "查找的用户 ID",
  3949. "type": "string"
  3950. },
  3951. "sub_user": {
  3952. "description": "上级用户信息",
  3953. "allOf": [
  3954. {
  3955. "$ref": "#/definitions/md.SubUser"
  3956. }
  3957. ]
  3958. }
  3959. }
  3960. },
  3961. "md.FreePublishUserNode": {
  3962. "type": "object",
  3963. "properties": {
  3964. "nickname": {
  3965. "type": "string",
  3966. "example": "昵称"
  3967. },
  3968. "phone": {
  3969. "type": "string",
  3970. "example": "手机号"
  3971. },
  3972. "uid": {
  3973. "type": "integer"
  3974. }
  3975. }
  3976. },
  3977. "md.FundDataNode": {
  3978. "type": "object",
  3979. "properties": {
  3980. "balance_amount": {
  3981. "description": "余额",
  3982. "type": "string"
  3983. },
  3984. "balance_times": {
  3985. "description": "剩余执行次数",
  3986. "type": "integer"
  3987. },
  3988. "create_at": {
  3989. "description": "创建时间",
  3990. "type": "string"
  3991. },
  3992. "hours": {
  3993. "description": "时长",
  3994. "type": "integer"
  3995. },
  3996. "kind": {
  3997. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  3998. "type": "integer"
  3999. },
  4000. "memo": {
  4001. "description": "备注",
  4002. "type": "string"
  4003. },
  4004. "system_id": {
  4005. "type": "integer"
  4006. },
  4007. "total_amount": {
  4008. "description": "金额",
  4009. "type": "string"
  4010. }
  4011. }
  4012. },
  4013. "md.FundDataRecordNode": {
  4014. "type": "object",
  4015. "properties": {
  4016. "after_planet_total_value": {
  4017. "description": "执行后-星球价值",
  4018. "type": "string"
  4019. },
  4020. "after_price": {
  4021. "description": "执行后-价格",
  4022. "type": "string"
  4023. },
  4024. "balance_amount": {
  4025. "description": "余额",
  4026. "type": "string"
  4027. },
  4028. "balance_times": {
  4029. "description": "剩余执行次数",
  4030. "type": "integer"
  4031. },
  4032. "before_planet_total_value": {
  4033. "description": "执行前-星球价值",
  4034. "type": "string"
  4035. },
  4036. "before_price": {
  4037. "description": "执行前-价格",
  4038. "type": "string"
  4039. },
  4040. "create_at": {
  4041. "type": "string"
  4042. },
  4043. "total_amount": {
  4044. "description": "金额",
  4045. "type": "string"
  4046. }
  4047. }
  4048. },
  4049. "md.GetActivePointsUserCoinFlowListReq": {
  4050. "type": "object",
  4051. "properties": {
  4052. "coin_id": {
  4053. "description": "货币类型 ID",
  4054. "type": "integer"
  4055. },
  4056. "direction": {
  4057. "description": "流水方向:1收入 2支出",
  4058. "type": "integer"
  4059. },
  4060. "end_at": {
  4061. "description": "结束时间",
  4062. "type": "string"
  4063. },
  4064. "page": {
  4065. "description": "页数",
  4066. "type": "integer"
  4067. },
  4068. "page_size": {
  4069. "description": "每页大小",
  4070. "type": "integer"
  4071. },
  4072. "start_at": {
  4073. "description": "开始时间",
  4074. "type": "string"
  4075. },
  4076. "uid": {
  4077. "description": "用户 ID",
  4078. "type": "integer"
  4079. }
  4080. }
  4081. },
  4082. "md.GetActivePointsUserCoinFlowListResp": {
  4083. "type": "object",
  4084. "properties": {
  4085. "list": {
  4086. "description": "流水信息",
  4087. "type": "array",
  4088. "items": {
  4089. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  4090. }
  4091. },
  4092. "paginate": {
  4093. "description": "分页信息",
  4094. "allOf": [
  4095. {
  4096. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4097. }
  4098. ]
  4099. },
  4100. "select_data": {
  4101. "description": "流水类型",
  4102. "allOf": [
  4103. {
  4104. "$ref": "#/definitions/md.SelectData"
  4105. }
  4106. ]
  4107. }
  4108. }
  4109. },
  4110. "md.GetActivePointsUserCoinListReq": {
  4111. "type": "object",
  4112. "properties": {
  4113. "end_coin": {
  4114. "type": "string",
  4115. "example": "最大金额"
  4116. },
  4117. "kind": {
  4118. "description": "虚拟币种类编号",
  4119. "type": "integer"
  4120. },
  4121. "page": {
  4122. "description": "页数",
  4123. "type": "integer"
  4124. },
  4125. "page_size": {
  4126. "description": "单页大小",
  4127. "type": "integer"
  4128. },
  4129. "start_coin": {
  4130. "type": "string",
  4131. "example": "最小金额"
  4132. },
  4133. "uid": {
  4134. "description": "指定查询用户 ID",
  4135. "type": "integer"
  4136. },
  4137. "user_name": {
  4138. "type": "string",
  4139. "example": "用户名称"
  4140. },
  4141. "user_phone": {
  4142. "type": "string",
  4143. "example": "手机号"
  4144. }
  4145. }
  4146. },
  4147. "md.GetActivePointsUserCoinListResp": {
  4148. "type": "object",
  4149. "properties": {
  4150. "kind_list": {
  4151. "description": "货币类型集合",
  4152. "type": "array",
  4153. "items": {
  4154. "$ref": "#/definitions/md.VirtualCoinListNode"
  4155. }
  4156. },
  4157. "list": {
  4158. "description": "余额集合",
  4159. "type": "array",
  4160. "items": {
  4161. "$ref": "#/definitions/md.ActivePointsWalletNode"
  4162. }
  4163. },
  4164. "sum_user_amount": {
  4165. "description": "用户持有总数",
  4166. "type": "number"
  4167. },
  4168. "total": {
  4169. "description": "持有该类型用户数",
  4170. "type": "integer"
  4171. }
  4172. }
  4173. },
  4174. "md.GetBasicResp": {
  4175. "type": "object",
  4176. "properties": {
  4177. "oss_access_key_id": {
  4178. "type": "string",
  4179. "example": "oss访问秘钥id"
  4180. },
  4181. "oss_access_key_secret": {
  4182. "type": "string",
  4183. "example": "oss访问秘钥"
  4184. },
  4185. "oss_bucket_name": {
  4186. "type": "string",
  4187. "example": "oss存储桶名称"
  4188. },
  4189. "oss_bucket_scheme": {
  4190. "type": "string",
  4191. "example": "oss上传方式"
  4192. },
  4193. "oss_endpoint": {
  4194. "type": "string",
  4195. "example": "oss地域节点"
  4196. },
  4197. "oss_object_domain": {
  4198. "type": "string",
  4199. "example": "oss域名"
  4200. }
  4201. }
  4202. },
  4203. "md.GetEggCoreDataListResp": {
  4204. "type": "object",
  4205. "properties": {
  4206. "now_energy_total_nums": {
  4207. "description": "现行总量",
  4208. "type": "string",
  4209. "example": "现行总量"
  4210. },
  4211. "now_price": {
  4212. "description": "当前价格",
  4213. "type": "string",
  4214. "example": "当前价格"
  4215. },
  4216. "planet_total_value": {
  4217. "description": "星球价值",
  4218. "type": "string",
  4219. "example": "星球价值"
  4220. },
  4221. "user_hold_total_nums": {
  4222. "description": "用户持有总量",
  4223. "type": "string"
  4224. }
  4225. }
  4226. },
  4227. "md.GetEggEnergyBasicResp": {
  4228. "type": "object",
  4229. "properties": {
  4230. "basic_setting": {
  4231. "description": "基础设置",
  4232. "allOf": [
  4233. {
  4234. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  4235. }
  4236. ]
  4237. },
  4238. "data_setting": {
  4239. "description": "数据设置",
  4240. "allOf": [
  4241. {
  4242. "$ref": "#/definitions/md.DataSetting"
  4243. }
  4244. ]
  4245. },
  4246. "destruction_setting": {
  4247. "description": "销毁设置",
  4248. "allOf": [
  4249. {
  4250. "$ref": "#/definitions/md.DestructionSettingStruct"
  4251. }
  4252. ]
  4253. },
  4254. "exchange_rules": {
  4255. "description": "兑换规则",
  4256. "allOf": [
  4257. {
  4258. "$ref": "#/definitions/md.ExchangeRulesStruct"
  4259. }
  4260. ]
  4261. },
  4262. "new_user_incentive_rules": {
  4263. "description": "新用户奖励规则",
  4264. "allOf": [
  4265. {
  4266. "$ref": "#/definitions/md.NewUserRewardRules"
  4267. }
  4268. ]
  4269. },
  4270. "price_setting": {
  4271. "description": "价格设置",
  4272. "allOf": [
  4273. {
  4274. "$ref": "#/definitions/md.PriceSettingStruct"
  4275. }
  4276. ]
  4277. },
  4278. "reward_system": {
  4279. "description": "圈层奖励",
  4280. "type": "array",
  4281. "items": {
  4282. "$ref": "#/definitions/md.RewardSystemStruct"
  4283. }
  4284. },
  4285. "system_id": {
  4286. "description": "该设置系统 ID",
  4287. "type": "integer"
  4288. },
  4289. "video_reward_setting": {
  4290. "description": "视频奖励",
  4291. "allOf": [
  4292. {
  4293. "$ref": "#/definitions/md.VideoRewardSetting"
  4294. }
  4295. ]
  4296. }
  4297. }
  4298. },
  4299. "md.GetEggEnergyVipSettingResp": {
  4300. "type": "object",
  4301. "properties": {
  4302. "level_list": {
  4303. "description": "会员等级列表",
  4304. "type": "array",
  4305. "items": {
  4306. "type": "object",
  4307. "additionalProperties": true
  4308. }
  4309. },
  4310. "list": {
  4311. "description": "会员权益设置",
  4312. "type": "array",
  4313. "items": {
  4314. "$ref": "#/definitions/md.VipEquitySettingNode"
  4315. }
  4316. }
  4317. }
  4318. },
  4319. "md.GetFreePublishUserReq": {
  4320. "type": "object",
  4321. "properties": {
  4322. "limit": {
  4323. "description": "每页大小",
  4324. "type": "integer"
  4325. },
  4326. "page": {
  4327. "description": "当前页数",
  4328. "type": "integer"
  4329. },
  4330. "uid": {
  4331. "description": "筛选的用户 ID",
  4332. "type": "integer"
  4333. }
  4334. }
  4335. },
  4336. "md.GetFreePublishUserResp": {
  4337. "type": "object",
  4338. "properties": {
  4339. "list": {
  4340. "description": "免罚用户列表",
  4341. "type": "array",
  4342. "items": {
  4343. "$ref": "#/definitions/md.FreePublishUserNode"
  4344. }
  4345. },
  4346. "paginate": {
  4347. "description": "分页信息",
  4348. "allOf": [
  4349. {
  4350. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  4351. }
  4352. ]
  4353. }
  4354. }
  4355. },
  4356. "md.GetFundDataListReq": {
  4357. "type": "object",
  4358. "properties": {
  4359. "end_at": {
  4360. "type": "string",
  4361. "example": "结束时间"
  4362. },
  4363. "kind": {
  4364. "description": "数据类型",
  4365. "type": "integer"
  4366. },
  4367. "limit": {
  4368. "description": "每页大小",
  4369. "type": "integer"
  4370. },
  4371. "page": {
  4372. "description": "页数",
  4373. "type": "integer"
  4374. },
  4375. "start_at": {
  4376. "type": "string",
  4377. "example": "开始时间"
  4378. }
  4379. }
  4380. },
  4381. "md.GetFundDataListResp": {
  4382. "type": "object",
  4383. "properties": {
  4384. "kind_list": {
  4385. "description": "类型列表",
  4386. "type": "array",
  4387. "items": {
  4388. "type": "object",
  4389. "additionalProperties": true
  4390. }
  4391. },
  4392. "list": {
  4393. "description": "数据列表",
  4394. "type": "array",
  4395. "items": {
  4396. "$ref": "#/definitions/md.FundDataNode"
  4397. }
  4398. },
  4399. "paginate": {
  4400. "description": "分页数据",
  4401. "allOf": [
  4402. {
  4403. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4404. }
  4405. ]
  4406. }
  4407. }
  4408. },
  4409. "md.GetFundDataRecordListReq": {
  4410. "type": "object",
  4411. "properties": {
  4412. "limit": {
  4413. "description": "页面大小",
  4414. "type": "integer"
  4415. },
  4416. "page": {
  4417. "description": "页数",
  4418. "type": "integer"
  4419. },
  4420. "system_id": {
  4421. "description": "数据在系统中的 ID",
  4422. "type": "integer"
  4423. }
  4424. }
  4425. },
  4426. "md.GetFundDataRecordListResp": {
  4427. "type": "object",
  4428. "properties": {
  4429. "list": {
  4430. "type": "array",
  4431. "items": {
  4432. "$ref": "#/definitions/md.FundDataRecordNode"
  4433. }
  4434. },
  4435. "paginate": {
  4436. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4437. }
  4438. }
  4439. },
  4440. "md.GetGreenEnergyUserCoinFlowListReq": {
  4441. "type": "object",
  4442. "properties": {
  4443. "coin_id": {
  4444. "description": "货币类型 ID",
  4445. "type": "integer"
  4446. },
  4447. "direction": {
  4448. "description": "流水方向:1收入 2支出",
  4449. "type": "integer"
  4450. },
  4451. "end_at": {
  4452. "description": "结束时间",
  4453. "type": "string"
  4454. },
  4455. "page": {
  4456. "description": "页数",
  4457. "type": "integer"
  4458. },
  4459. "page_size": {
  4460. "description": "每页大小",
  4461. "type": "integer"
  4462. },
  4463. "start_at": {
  4464. "description": "开始时间",
  4465. "type": "string"
  4466. },
  4467. "uid": {
  4468. "description": "用户 ID",
  4469. "type": "integer"
  4470. }
  4471. }
  4472. },
  4473. "md.GetGreenEnergyUserCoinFlowListResp": {
  4474. "type": "object",
  4475. "properties": {
  4476. "list": {
  4477. "description": "流水信息",
  4478. "type": "array",
  4479. "items": {
  4480. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  4481. }
  4482. },
  4483. "paginate": {
  4484. "description": "分页信息",
  4485. "allOf": [
  4486. {
  4487. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4488. }
  4489. ]
  4490. },
  4491. "select_data": {
  4492. "description": "流水类型",
  4493. "allOf": [
  4494. {
  4495. "$ref": "#/definitions/md.SelectData"
  4496. }
  4497. ]
  4498. }
  4499. }
  4500. },
  4501. "md.GetGreenEnergyUserCoinListReq": {
  4502. "type": "object",
  4503. "properties": {
  4504. "end_coin": {
  4505. "type": "string",
  4506. "example": "最大金额"
  4507. },
  4508. "kind": {
  4509. "description": "虚拟币种类编号",
  4510. "type": "integer"
  4511. },
  4512. "page": {
  4513. "description": "页数",
  4514. "type": "integer"
  4515. },
  4516. "page_size": {
  4517. "description": "单页大小",
  4518. "type": "integer"
  4519. },
  4520. "start_coin": {
  4521. "type": "string",
  4522. "example": "最小金额"
  4523. },
  4524. "uid": {
  4525. "description": "指定查询用户 ID",
  4526. "type": "integer"
  4527. },
  4528. "user_name": {
  4529. "type": "string",
  4530. "example": "用户名称"
  4531. },
  4532. "user_phone": {
  4533. "type": "string",
  4534. "example": "手机号"
  4535. }
  4536. }
  4537. },
  4538. "md.GetGreenEnergyUserCoinListResp": {
  4539. "type": "object",
  4540. "properties": {
  4541. "kind_list": {
  4542. "description": "货币类型集合",
  4543. "type": "array",
  4544. "items": {
  4545. "$ref": "#/definitions/md.VirtualCoinListNode"
  4546. }
  4547. },
  4548. "list": {
  4549. "description": "余额集合",
  4550. "type": "array",
  4551. "items": {
  4552. "$ref": "#/definitions/md.ActivePointsWalletNode"
  4553. }
  4554. },
  4555. "sum_user_amount": {
  4556. "description": "用户持有总数",
  4557. "type": "number"
  4558. },
  4559. "total": {
  4560. "description": "持有该类型用户数",
  4561. "type": "integer"
  4562. }
  4563. }
  4564. },
  4565. "md.GetLevelListResp": {
  4566. "type": "object",
  4567. "properties": {
  4568. "list": {
  4569. "type": "array",
  4570. "items": {
  4571. "$ref": "#/definitions/md.LevelListNode"
  4572. }
  4573. },
  4574. "paginate": {
  4575. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  4576. }
  4577. }
  4578. },
  4579. "md.GetOneLevelResp": {
  4580. "type": "object",
  4581. "properties": {
  4582. "auto_update": {
  4583. "description": "自动升级 0关闭,1开启",
  4584. "type": "integer"
  4585. },
  4586. "choosable_num": {
  4587. "description": "可选任务数量",
  4588. "type": "integer"
  4589. },
  4590. "is_use": {
  4591. "description": "是否开启(0.否, 1.是)",
  4592. "type": "integer"
  4593. },
  4594. "level_id": {
  4595. "description": "等级 ID",
  4596. "type": "integer"
  4597. },
  4598. "level_name": {
  4599. "description": "等级名称",
  4600. "type": "string"
  4601. },
  4602. "level_weight": {
  4603. "description": "等级权重",
  4604. "type": "integer"
  4605. },
  4606. "memo": {
  4607. "description": "备注",
  4608. "type": "string"
  4609. },
  4610. "task_type": {
  4611. "description": "任务类型关系",
  4612. "type": "array",
  4613. "items": {
  4614. "type": "object",
  4615. "additionalProperties": true
  4616. }
  4617. },
  4618. "user_level_tasks": {
  4619. "type": "array",
  4620. "items": {
  4621. "$ref": "#/definitions/model.UserLevelTask"
  4622. }
  4623. }
  4624. }
  4625. },
  4626. "md.GetPriceCurveResp": {
  4627. "type": "object",
  4628. "properties": {
  4629. "x_data": {
  4630. "type": "array",
  4631. "items": {}
  4632. },
  4633. "y_data": {
  4634. "type": "array",
  4635. "items": {}
  4636. }
  4637. }
  4638. },
  4639. "md.GetPublicPlatoonBasicResp": {
  4640. "type": "object",
  4641. "properties": {
  4642. "is_open": {
  4643. "description": "是否开启(1:开启 0:关闭)",
  4644. "type": "integer"
  4645. },
  4646. "is_self_active_get_team_revenue": {
  4647. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  4648. "type": "integer"
  4649. },
  4650. "originator_name": {
  4651. "description": "创始人名称",
  4652. "type": "string"
  4653. },
  4654. "originator_uid": {
  4655. "description": "创始人uid",
  4656. "type": "integer"
  4657. },
  4658. "several_rows": {
  4659. "description": "几排",
  4660. "type": "integer"
  4661. },
  4662. "several_times": {
  4663. "description": "几乘",
  4664. "type": "integer"
  4665. },
  4666. "system_punish_replace": {
  4667. "description": "是否位置滑落 被新用户替换 0否 1是",
  4668. "type": "integer"
  4669. },
  4670. "system_punish_replace_value": {
  4671. "description": "xx天未活跃,处罚滑落",
  4672. "type": "integer"
  4673. }
  4674. }
  4675. },
  4676. "md.GetTagListResp": {
  4677. "type": "object",
  4678. "properties": {
  4679. "list": {
  4680. "type": "array",
  4681. "items": {
  4682. "$ref": "#/definitions/md.TagListNode"
  4683. }
  4684. },
  4685. "paginate": {
  4686. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  4687. }
  4688. }
  4689. },
  4690. "md.GetVideoRewardResp": {
  4691. "type": "object",
  4692. "properties": {
  4693. "ecmp": {
  4694. "description": "当前 Ecpm 值",
  4695. "type": "string"
  4696. },
  4697. "unit_price": {
  4698. "description": "单价",
  4699. "type": "string"
  4700. }
  4701. }
  4702. },
  4703. "md.GetWithdrawSettingResp": {
  4704. "type": "object",
  4705. "properties": {
  4706. "create_at": {
  4707. "description": "申请时间",
  4708. "type": "string"
  4709. },
  4710. "frequency_set": {
  4711. "description": "频率设置(0:日 1:周 2:月 3:年)",
  4712. "allOf": [
  4713. {
  4714. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  4715. }
  4716. ]
  4717. },
  4718. "id": {
  4719. "type": "integer"
  4720. },
  4721. "is_auto": {
  4722. "description": "是否开启自动提现(0:否 1:是)",
  4723. "type": "integer"
  4724. },
  4725. "is_real_name": {
  4726. "description": "是否实名(0:否 1:是)",
  4727. "type": "integer"
  4728. },
  4729. "is_support_decimal_point": {
  4730. "description": "是否支持小数点(0:否 1:是)",
  4731. "type": "integer"
  4732. },
  4733. "update_at": {
  4734. "description": "处理时间",
  4735. "type": "string"
  4736. },
  4737. "vip_level_limit": {
  4738. "description": "提现等级限制",
  4739. "type": "integer"
  4740. },
  4741. "withdraw_amount_limit": {
  4742. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  4743. "type": "string"
  4744. },
  4745. "withdraw_fee_set": {
  4746. "description": "提现手续费设置",
  4747. "type": "string"
  4748. },
  4749. "withdraw_multiple_limit": {
  4750. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  4751. "type": "string"
  4752. },
  4753. "withdraw_nums_limit": {
  4754. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  4755. "type": "integer"
  4756. },
  4757. "withdraw_time_interval": {
  4758. "description": "提现时段",
  4759. "type": "string"
  4760. },
  4761. "withdraw_type": {
  4762. "description": "提现方式(1:支付宝 2:微信)",
  4763. "type": "integer"
  4764. }
  4765. }
  4766. },
  4767. "md.LevelListNode": {
  4768. "type": "object",
  4769. "properties": {
  4770. "count": {
  4771. "description": "等级人数",
  4772. "type": "string"
  4773. },
  4774. "create_at": {
  4775. "description": "创建时间",
  4776. "type": "string"
  4777. },
  4778. "is_use": {
  4779. "description": "是否开启(0.否, 1.是)",
  4780. "type": "integer"
  4781. },
  4782. "level_id": {
  4783. "description": "等级 ID",
  4784. "type": "integer"
  4785. },
  4786. "level_name": {
  4787. "description": "等级名称",
  4788. "type": "string"
  4789. },
  4790. "level_weight": {
  4791. "description": "等级权重",
  4792. "type": "integer"
  4793. },
  4794. "memo": {
  4795. "description": "备注",
  4796. "type": "string"
  4797. }
  4798. }
  4799. },
  4800. "md.ListCommunityDividendsReq": {
  4801. "type": "object",
  4802. "properties": {
  4803. "end_at": {
  4804. "description": "结束时间",
  4805. "type": "string"
  4806. },
  4807. "end_nums": {
  4808. "description": "分红总量上限",
  4809. "type": "integer"
  4810. },
  4811. "limit": {
  4812. "description": "每页大小",
  4813. "type": "integer"
  4814. },
  4815. "page": {
  4816. "description": "页数",
  4817. "type": "integer"
  4818. },
  4819. "start_at": {
  4820. "description": "开始时间",
  4821. "type": "string"
  4822. },
  4823. "start_nums": {
  4824. "description": "分红总量下限",
  4825. "type": "integer"
  4826. }
  4827. }
  4828. },
  4829. "md.ListCommunityDividendsResp": {
  4830. "type": "object",
  4831. "properties": {
  4832. "list": {
  4833. "type": "array",
  4834. "items": {
  4835. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  4836. }
  4837. },
  4838. "paginate": {
  4839. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  4840. }
  4841. }
  4842. },
  4843. "md.ListCommunityDividendsWithUserReq": {
  4844. "type": "object",
  4845. "properties": {
  4846. "limit": {
  4847. "type": "integer"
  4848. },
  4849. "page": {
  4850. "type": "integer"
  4851. },
  4852. "phone": {
  4853. "type": "string"
  4854. },
  4855. "uid": {
  4856. "type": "integer"
  4857. }
  4858. }
  4859. },
  4860. "md.ListCommunityDividendsWithUserResp": {
  4861. "type": "object",
  4862. "properties": {
  4863. "list": {
  4864. "type": "array",
  4865. "items": {
  4866. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  4867. }
  4868. },
  4869. "paginate": {
  4870. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  4871. }
  4872. }
  4873. },
  4874. "md.ListPlatformRevenueReq": {
  4875. "type": "object",
  4876. "properties": {
  4877. "end_at": {
  4878. "type": "string",
  4879. "example": "结束时间"
  4880. },
  4881. "kind": {
  4882. "description": "数据类型",
  4883. "type": "integer"
  4884. },
  4885. "limit": {
  4886. "description": "每页大小",
  4887. "type": "integer"
  4888. },
  4889. "page": {
  4890. "description": "页数",
  4891. "type": "integer"
  4892. },
  4893. "start_at": {
  4894. "type": "string",
  4895. "example": "开始时间"
  4896. }
  4897. }
  4898. },
  4899. "md.ListPlatformRevenueResp": {
  4900. "type": "object",
  4901. "properties": {
  4902. "kind_list": {
  4903. "description": "类型列表",
  4904. "type": "array",
  4905. "items": {
  4906. "type": "object",
  4907. "additionalProperties": true
  4908. }
  4909. },
  4910. "list": {
  4911. "description": "数据列表",
  4912. "type": "array",
  4913. "items": {
  4914. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  4915. }
  4916. },
  4917. "paginate": {
  4918. "description": "分页数据",
  4919. "allOf": [
  4920. {
  4921. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4922. }
  4923. ]
  4924. }
  4925. }
  4926. },
  4927. "md.LoginReq": {
  4928. "type": "object",
  4929. "required": [
  4930. "password",
  4931. "username"
  4932. ],
  4933. "properties": {
  4934. "code": {
  4935. "type": "string",
  4936. "example": "验证码"
  4937. },
  4938. "password": {
  4939. "type": "string",
  4940. "example": "登录密码"
  4941. },
  4942. "username": {
  4943. "type": "string",
  4944. "example": "登录账号"
  4945. }
  4946. }
  4947. },
  4948. "md.LoginResponse": {
  4949. "type": "object",
  4950. "properties": {
  4951. "token": {
  4952. "type": "string"
  4953. }
  4954. }
  4955. },
  4956. "md.ManualScoreReq": {
  4957. "type": "object",
  4958. "properties": {
  4959. "index_id": {
  4960. "description": "文档id",
  4961. "type": "string"
  4962. },
  4963. "score": {
  4964. "type": "string",
  4965. "example": "分数"
  4966. }
  4967. }
  4968. },
  4969. "md.NewUserRedPackageGetBasicResp": {
  4970. "type": "object",
  4971. "properties": {
  4972. "create_at": {
  4973. "type": "string"
  4974. },
  4975. "days": {
  4976. "description": "天数",
  4977. "type": "integer"
  4978. },
  4979. "is_double": {
  4980. "description": "是否翻倍",
  4981. "type": "integer"
  4982. },
  4983. "is_open": {
  4984. "description": "是否开启(1:开启 0:关闭)",
  4985. "type": "integer"
  4986. },
  4987. "total_amount": {
  4988. "type": "string",
  4989. "example": "总金额"
  4990. },
  4991. "update_at": {
  4992. "type": "string"
  4993. }
  4994. }
  4995. },
  4996. "md.NewUserRedPackageRecordFlowListReq": {
  4997. "type": "object",
  4998. "properties": {
  4999. "end_at": {
  5000. "description": "结束时间",
  5001. "type": "string"
  5002. },
  5003. "limit": {
  5004. "description": "每页大小",
  5005. "type": "integer"
  5006. },
  5007. "page": {
  5008. "description": "页数",
  5009. "type": "integer"
  5010. },
  5011. "start_at": {
  5012. "description": "开始时间",
  5013. "type": "string"
  5014. },
  5015. "uid": {
  5016. "description": "用户 ID",
  5017. "type": "integer"
  5018. }
  5019. }
  5020. },
  5021. "md.NewUserRedPackageRecordFlowListResp": {
  5022. "type": "object",
  5023. "properties": {
  5024. "list": {
  5025. "type": "array",
  5026. "items": {
  5027. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  5028. }
  5029. },
  5030. "paginate": {
  5031. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  5032. }
  5033. }
  5034. },
  5035. "md.NewUserRedPackageRecordFlowNode": {
  5036. "type": "object",
  5037. "properties": {
  5038. "balance_amount": {
  5039. "description": "剩余金额",
  5040. "type": "string"
  5041. },
  5042. "balance_days": {
  5043. "description": "剩余天数",
  5044. "type": "integer"
  5045. },
  5046. "basic_amount": {
  5047. "description": "基础金额",
  5048. "type": "string"
  5049. },
  5050. "create_at": {
  5051. "description": "创建时间",
  5052. "type": "string"
  5053. },
  5054. "day_num": {
  5055. "description": "第x天",
  5056. "type": "integer"
  5057. },
  5058. "double_rate": {
  5059. "description": "倍率",
  5060. "type": "string"
  5061. },
  5062. "id": {
  5063. "description": "流水 ID",
  5064. "type": "integer"
  5065. },
  5066. "is_double": {
  5067. "description": "是否翻倍",
  5068. "type": "integer"
  5069. },
  5070. "receive_days": {
  5071. "description": "领取天数",
  5072. "type": "integer"
  5073. },
  5074. "total_amount": {
  5075. "description": "实际金额",
  5076. "type": "string"
  5077. },
  5078. "uid": {
  5079. "description": "用户 ID",
  5080. "type": "integer"
  5081. }
  5082. }
  5083. },
  5084. "md.NewUserRedPackageRecordListReq": {
  5085. "type": "object",
  5086. "properties": {
  5087. "end_at": {
  5088. "description": "结束时间",
  5089. "type": "string"
  5090. },
  5091. "limit": {
  5092. "description": "每页大小",
  5093. "type": "integer"
  5094. },
  5095. "page": {
  5096. "description": "页数",
  5097. "type": "integer"
  5098. },
  5099. "start_at": {
  5100. "description": "开始时间",
  5101. "type": "string"
  5102. },
  5103. "uid": {
  5104. "description": "用户 ID",
  5105. "type": "integer"
  5106. }
  5107. }
  5108. },
  5109. "md.NewUserRedPackageRecordListResp": {
  5110. "type": "object",
  5111. "properties": {
  5112. "list": {
  5113. "type": "array",
  5114. "items": {
  5115. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  5116. }
  5117. },
  5118. "paginate": {
  5119. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  5120. }
  5121. }
  5122. },
  5123. "md.NewUserRedPackageRecordNode": {
  5124. "type": "object",
  5125. "properties": {
  5126. "balance_amount": {
  5127. "description": "剩余金额",
  5128. "type": "string"
  5129. },
  5130. "balance_days": {
  5131. "description": "剩余天数",
  5132. "type": "integer"
  5133. },
  5134. "create_at": {
  5135. "description": "创建时间",
  5136. "type": "string"
  5137. },
  5138. "days": {
  5139. "description": "天数",
  5140. "type": "integer"
  5141. },
  5142. "receive_days": {
  5143. "description": "领取天数",
  5144. "type": "integer"
  5145. },
  5146. "state": {
  5147. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  5148. "type": "integer"
  5149. },
  5150. "system_id": {
  5151. "description": "系统中记录的 ID",
  5152. "type": "integer"
  5153. },
  5154. "total_amount": {
  5155. "description": "金额",
  5156. "type": "string"
  5157. },
  5158. "uid": {
  5159. "description": "用户 ID",
  5160. "type": "integer"
  5161. },
  5162. "update_at": {
  5163. "description": "修改时间",
  5164. "type": "string"
  5165. }
  5166. }
  5167. },
  5168. "md.NewUserRedPackageUpdateBasicReq": {
  5169. "type": "object",
  5170. "properties": {
  5171. "days": {
  5172. "description": "天数",
  5173. "type": "integer"
  5174. },
  5175. "is_double": {
  5176. "description": "是否翻倍",
  5177. "type": "integer"
  5178. },
  5179. "is_open": {
  5180. "description": "是否开启(1:开启 0:关闭)",
  5181. "type": "integer"
  5182. },
  5183. "total_amount": {
  5184. "type": "string",
  5185. "example": "总金额"
  5186. }
  5187. }
  5188. },
  5189. "md.NewUserRewardRules": {
  5190. "type": "object",
  5191. "properties": {
  5192. "continue_days": {
  5193. "description": "连续x天",
  5194. "type": "integer"
  5195. },
  5196. "invite_user_reward_value": {
  5197. "description": "拉新用户奖励x个活跃积分",
  5198. "type": "integer"
  5199. },
  5200. "reward_coefficient": {
  5201. "description": "奖励系数",
  5202. "type": "number"
  5203. }
  5204. }
  5205. },
  5206. "md.OtherNode": {
  5207. "type": "object",
  5208. "properties": {
  5209. "create_at": {
  5210. "description": "注册时间",
  5211. "type": "string"
  5212. },
  5213. "last_login_at": {
  5214. "description": "最近登录时间",
  5215. "type": "string"
  5216. },
  5217. "last_login_ip": {
  5218. "description": "最后登录 IP",
  5219. "type": "string"
  5220. }
  5221. }
  5222. },
  5223. "md.PlatformRevenueDataNode": {
  5224. "type": "object",
  5225. "properties": {
  5226. "balance_amount": {
  5227. "description": "余额",
  5228. "type": "string"
  5229. },
  5230. "balance_times": {
  5231. "description": "剩余执行次数",
  5232. "type": "integer"
  5233. },
  5234. "create_at": {
  5235. "description": "创建时间",
  5236. "type": "string"
  5237. },
  5238. "hours": {
  5239. "description": "时长",
  5240. "type": "integer"
  5241. },
  5242. "kind": {
  5243. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  5244. "type": "integer"
  5245. },
  5246. "memo": {
  5247. "description": "备注",
  5248. "type": "string"
  5249. },
  5250. "system_id": {
  5251. "type": "integer"
  5252. },
  5253. "total_amount": {
  5254. "description": "金额",
  5255. "type": "string"
  5256. }
  5257. }
  5258. },
  5259. "md.PriceSettingStruct": {
  5260. "type": "object",
  5261. "properties": {
  5262. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  5263. "description": "市商资金单笔x元自动兑换",
  5264. "type": "string"
  5265. },
  5266. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  5267. "description": "市商数量单笔x数量自动兑换",
  5268. "type": "string"
  5269. },
  5270. "price_below_value": {
  5271. "description": "低于x元",
  5272. "type": "string"
  5273. },
  5274. "price_higher_than_value": {
  5275. "description": "高于x元",
  5276. "type": "string"
  5277. }
  5278. }
  5279. },
  5280. "md.Response": {
  5281. "type": "object",
  5282. "properties": {
  5283. "code": {
  5284. "type": "string",
  5285. "example": "响应码"
  5286. },
  5287. "data": {
  5288. "description": "内容"
  5289. },
  5290. "msg": {
  5291. "type": "string",
  5292. "example": "具体错误原因"
  5293. }
  5294. }
  5295. },
  5296. "md.RewardSystemStruct": {
  5297. "type": "object",
  5298. "properties": {
  5299. "level": {
  5300. "description": "圈层",
  5301. "type": "integer"
  5302. },
  5303. "reward_condition": {
  5304. "description": "奖励条件",
  5305. "type": "string"
  5306. },
  5307. "reward_value": {
  5308. "description": "奖励值",
  5309. "type": "string"
  5310. }
  5311. }
  5312. },
  5313. "md.SelectData": {
  5314. "type": "object",
  5315. "properties": {
  5316. "direction": {
  5317. "type": "array",
  5318. "items": {
  5319. "type": "object",
  5320. "additionalProperties": {
  5321. "type": "string"
  5322. }
  5323. }
  5324. }
  5325. }
  5326. },
  5327. "md.SelectMemberNode": {
  5328. "type": "object",
  5329. "properties": {
  5330. "avatar": {
  5331. "description": "会员头像",
  5332. "type": "string"
  5333. },
  5334. "level": {
  5335. "description": "会员等级",
  5336. "type": "string"
  5337. },
  5338. "nickname": {
  5339. "description": "会员昵称",
  5340. "type": "string"
  5341. },
  5342. "phone": {
  5343. "description": "会员手机号",
  5344. "type": "string"
  5345. },
  5346. "uid": {
  5347. "description": "会员 ID",
  5348. "type": "integer"
  5349. }
  5350. }
  5351. },
  5352. "md.SelectMemberReq": {
  5353. "type": "object",
  5354. "properties": {
  5355. "level": {
  5356. "description": "会员等级",
  5357. "type": "integer"
  5358. },
  5359. "limit": {
  5360. "description": "每页大小",
  5361. "type": "integer"
  5362. },
  5363. "nickname": {
  5364. "description": "会员昵称",
  5365. "type": "string"
  5366. },
  5367. "page": {
  5368. "description": "页数",
  5369. "type": "integer"
  5370. },
  5371. "phone": {
  5372. "description": "会员手机号",
  5373. "type": "string"
  5374. },
  5375. "uid": {
  5376. "description": "会员 ID",
  5377. "type": "integer"
  5378. }
  5379. }
  5380. },
  5381. "md.SelectMemberResp": {
  5382. "type": "object",
  5383. "properties": {
  5384. "level_list": {
  5385. "description": "会员等级列表",
  5386. "type": "array",
  5387. "items": {
  5388. "type": "object",
  5389. "additionalProperties": true
  5390. }
  5391. },
  5392. "list": {
  5393. "description": "会员数据",
  5394. "type": "array",
  5395. "items": {
  5396. "$ref": "#/definitions/md.SelectMemberNode"
  5397. }
  5398. },
  5399. "paginate": {
  5400. "description": "分页信息",
  5401. "allOf": [
  5402. {
  5403. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  5404. }
  5405. ]
  5406. }
  5407. }
  5408. },
  5409. "md.SetBasicReq": {
  5410. "type": "object",
  5411. "properties": {
  5412. "oss_access_key_id": {
  5413. "type": "string",
  5414. "example": "oss访问秘钥id"
  5415. },
  5416. "oss_access_key_secret": {
  5417. "type": "string",
  5418. "example": "oss访问秘钥"
  5419. },
  5420. "oss_bucket_name": {
  5421. "type": "string",
  5422. "example": "oss存储桶名称"
  5423. },
  5424. "oss_bucket_scheme": {
  5425. "type": "string",
  5426. "example": "oss上传方式"
  5427. },
  5428. "oss_endpoint": {
  5429. "type": "string",
  5430. "example": "oss地域节点"
  5431. },
  5432. "oss_object_domain": {
  5433. "type": "string",
  5434. "example": "oss域名"
  5435. }
  5436. }
  5437. },
  5438. "md.SetVideoRewardReq": {
  5439. "type": "object",
  5440. "properties": {
  5441. "ecpm": {
  5442. "description": "当前 Ecpm 值",
  5443. "type": "string"
  5444. },
  5445. "unit_price": {
  5446. "description": "单价",
  5447. "type": "string"
  5448. }
  5449. }
  5450. },
  5451. "md.SonUserDailyActivityAnalysisNode": {
  5452. "type": "object",
  5453. "properties": {
  5454. "activity_day_nums": {
  5455. "description": "活跃子节点活跃天数",
  5456. "type": "integer"
  5457. },
  5458. "nickname": {
  5459. "type": "string",
  5460. "example": "昵称"
  5461. },
  5462. "phone": {
  5463. "type": "string",
  5464. "example": "手机号"
  5465. },
  5466. "uid": {
  5467. "description": "查询用户活跃子节点 ID",
  5468. "type": "integer"
  5469. }
  5470. }
  5471. },
  5472. "md.StatisticsEggPointReq": {
  5473. "type": "object",
  5474. "properties": {
  5475. "week": {
  5476. "type": "string",
  5477. "example": "周份"
  5478. },
  5479. "year": {
  5480. "type": "string",
  5481. "example": "年份"
  5482. }
  5483. }
  5484. },
  5485. "md.StatisticsEggPointResp": {
  5486. "type": "object",
  5487. "properties": {
  5488. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  5489. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  5490. "type": "array",
  5491. "items": {
  5492. "type": "object",
  5493. "additionalProperties": {
  5494. "type": "string"
  5495. }
  5496. }
  5497. },
  5498. "statistics_user_egg_browse_interface_nums_range": {
  5499. "description": "统计用户\"浏览界面次数\"范围",
  5500. "type": "array",
  5501. "items": {
  5502. "type": "object",
  5503. "additionalProperties": {
  5504. "type": "string"
  5505. }
  5506. }
  5507. },
  5508. "statistics_user_egg_college_learning_nums_range": {
  5509. "description": "统计用户\"学院学习次数\"范围",
  5510. "type": "array",
  5511. "items": {
  5512. "type": "object",
  5513. "additionalProperties": {
  5514. "type": "string"
  5515. }
  5516. }
  5517. },
  5518. "statistics_user_egg_ecpm_range": {
  5519. "description": "统计用户\"ecpm\"范围",
  5520. "type": "array",
  5521. "items": {
  5522. "type": "object",
  5523. "additionalProperties": {
  5524. "type": "string"
  5525. }
  5526. }
  5527. },
  5528. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  5529. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  5530. "type": "array",
  5531. "items": {
  5532. "type": "object",
  5533. "additionalProperties": {
  5534. "type": "string"
  5535. }
  5536. }
  5537. },
  5538. "statistics_user_egg_forum_comments_nums_range": {
  5539. "description": "统计用户\"论坛评论次数\"范围",
  5540. "type": "array",
  5541. "items": {
  5542. "type": "object",
  5543. "additionalProperties": {
  5544. "type": "string"
  5545. }
  5546. }
  5547. },
  5548. "statistics_user_egg_invite_user_nums_range": {
  5549. "description": "统计用户\"拉新人数\"范围",
  5550. "type": "array",
  5551. "items": {
  5552. "type": "object",
  5553. "additionalProperties": {
  5554. "type": "string"
  5555. }
  5556. }
  5557. },
  5558. "statistics_user_egg_kind_proportion": {
  5559. "description": "统计用户蛋蛋分\"评比类型\"占比",
  5560. "type": "array",
  5561. "items": {
  5562. "type": "object",
  5563. "additionalProperties": true
  5564. }
  5565. },
  5566. "statistics_user_egg_person_add_activity_value_range": {
  5567. "description": "统计用户\"个人活跃积分增量值\"范围",
  5568. "type": "array",
  5569. "items": {
  5570. "type": "object",
  5571. "additionalProperties": {
  5572. "type": "string"
  5573. }
  5574. }
  5575. },
  5576. "statistics_user_egg_score_value_range": {
  5577. "description": "统计用户蛋蛋分范围",
  5578. "type": "array",
  5579. "items": {
  5580. "type": "object",
  5581. "additionalProperties": {
  5582. "type": "string"
  5583. }
  5584. }
  5585. },
  5586. "statistics_user_egg_send_circle_of_friend_nums_range": {
  5587. "description": "统计用户\"发朋友圈次数\"范围",
  5588. "type": "array",
  5589. "items": {
  5590. "type": "object",
  5591. "additionalProperties": {
  5592. "type": "string"
  5593. }
  5594. }
  5595. },
  5596. "statistics_user_egg_send_red_package_nums_range": {
  5597. "description": "统计用户\"发红包次数\"范围",
  5598. "type": "array",
  5599. "items": {
  5600. "type": "object",
  5601. "additionalProperties": {
  5602. "type": "string"
  5603. }
  5604. }
  5605. },
  5606. "statistics_user_egg_sign_in_nums_range": {
  5607. "description": "统计用户\"签到次数\"范围",
  5608. "type": "array",
  5609. "items": {
  5610. "type": "object",
  5611. "additionalProperties": {
  5612. "type": "string"
  5613. }
  5614. }
  5615. },
  5616. "statistics_user_egg_team_activity_nums_range": {
  5617. "description": "统计用户\"团队活跃次数\"范围",
  5618. "type": "array",
  5619. "items": {
  5620. "type": "object",
  5621. "additionalProperties": {
  5622. "type": "string"
  5623. }
  5624. }
  5625. },
  5626. "statistics_user_egg_violate_nums_range": {
  5627. "description": "统计用户\"违规次数\"范围",
  5628. "type": "array",
  5629. "items": {
  5630. "type": "object",
  5631. "additionalProperties": {
  5632. "type": "string"
  5633. }
  5634. }
  5635. },
  5636. "week": {
  5637. "type": "string",
  5638. "example": "周份"
  5639. },
  5640. "year": {
  5641. "type": "string",
  5642. "example": "年份"
  5643. },
  5644. "year_list": {
  5645. "description": "年份\u0026\u0026周份列表",
  5646. "type": "object",
  5647. "additionalProperties": {
  5648. "type": "array",
  5649. "items": {
  5650. "type": "string"
  5651. }
  5652. }
  5653. }
  5654. }
  5655. },
  5656. "md.SubUser": {
  5657. "type": "object",
  5658. "properties": {
  5659. "avatar_url": {
  5660. "type": "string",
  5661. "example": "头像"
  5662. },
  5663. "level": {
  5664. "description": "整个系统中的等级",
  5665. "type": "integer"
  5666. },
  5667. "nickname": {
  5668. "type": "string",
  5669. "example": "昵称"
  5670. },
  5671. "phone": {
  5672. "type": "string",
  5673. "example": "手机号"
  5674. },
  5675. "pid": {
  5676. "type": "integer"
  5677. },
  5678. "position": {
  5679. "description": "以pid1为创始人中网的位置",
  5680. "type": "integer"
  5681. },
  5682. "uid": {
  5683. "type": "integer"
  5684. }
  5685. }
  5686. },
  5687. "md.TagListNode": {
  5688. "type": "object",
  5689. "properties": {
  5690. "count": {
  5691. "description": "标签人数",
  5692. "type": "string"
  5693. },
  5694. "create_at": {
  5695. "description": "创建时间",
  5696. "type": "string"
  5697. },
  5698. "memo": {
  5699. "description": "备注",
  5700. "type": "string"
  5701. },
  5702. "name": {
  5703. "description": "名称",
  5704. "type": "string"
  5705. },
  5706. "tag_id": {
  5707. "description": "标签 ID",
  5708. "type": "string"
  5709. }
  5710. }
  5711. },
  5712. "md.TeamRewardSettingStruct": {
  5713. "type": "object",
  5714. "properties": {
  5715. "member_self_is_open_get_team_reward": {
  5716. "description": "会员是否活跃得到团队奖励",
  5717. "type": "string"
  5718. },
  5719. "one_round_duration": {
  5720. "description": "一轮持续时间",
  5721. "type": "string"
  5722. },
  5723. "reward_decrement_value": {
  5724. "description": "递减百分比",
  5725. "type": "string"
  5726. },
  5727. "reward_end_value": {
  5728. "description": "奖励结束值",
  5729. "type": "string"
  5730. }
  5731. }
  5732. },
  5733. "md.TreeNode": {
  5734. "type": "object",
  5735. "properties": {
  5736. "avatar_url": {
  5737. "type": "string",
  5738. "example": "头像"
  5739. },
  5740. "level": {
  5741. "type": "integer"
  5742. },
  5743. "nickname": {
  5744. "type": "string",
  5745. "example": "昵称"
  5746. },
  5747. "phone": {
  5748. "type": "string",
  5749. "example": "手机号"
  5750. },
  5751. "pid": {
  5752. "type": "integer"
  5753. },
  5754. "position": {
  5755. "type": "integer"
  5756. },
  5757. "son": {
  5758. "type": "array",
  5759. "items": {
  5760. "$ref": "#/definitions/md.TreeNode"
  5761. }
  5762. },
  5763. "system_id": {
  5764. "description": "公排网中id",
  5765. "type": "integer"
  5766. },
  5767. "uid": {
  5768. "type": "integer"
  5769. }
  5770. }
  5771. },
  5772. "md.UpdateEggEnergyBasicReq": {
  5773. "type": "object",
  5774. "properties": {
  5775. "basic_setting": {
  5776. "description": "基础设置",
  5777. "allOf": [
  5778. {
  5779. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  5780. }
  5781. ]
  5782. },
  5783. "data_setting": {
  5784. "description": "数据设置",
  5785. "allOf": [
  5786. {
  5787. "$ref": "#/definitions/md.DataSetting"
  5788. }
  5789. ]
  5790. },
  5791. "destruction_setting": {
  5792. "description": "销毁设置",
  5793. "allOf": [
  5794. {
  5795. "$ref": "#/definitions/md.DestructionSettingStruct"
  5796. }
  5797. ]
  5798. },
  5799. "exchange_rules": {
  5800. "description": "兑换规则",
  5801. "allOf": [
  5802. {
  5803. "$ref": "#/definitions/md.ExchangeRulesStruct"
  5804. }
  5805. ]
  5806. },
  5807. "new_user_incentive_rules": {
  5808. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  5809. "allOf": [
  5810. {
  5811. "$ref": "#/definitions/md.NewUserRewardRules"
  5812. }
  5813. ]
  5814. },
  5815. "price_setting": {
  5816. "description": "价格设置",
  5817. "allOf": [
  5818. {
  5819. "$ref": "#/definitions/md.PriceSettingStruct"
  5820. }
  5821. ]
  5822. },
  5823. "reward_system": {
  5824. "description": "圈层奖励",
  5825. "type": "array",
  5826. "items": {
  5827. "$ref": "#/definitions/md.RewardSystemStruct"
  5828. }
  5829. },
  5830. "system_id": {
  5831. "description": "该设置系统 ID",
  5832. "type": "integer"
  5833. },
  5834. "video_reward_setting": {
  5835. "description": "视频奖励",
  5836. "allOf": [
  5837. {
  5838. "$ref": "#/definitions/md.VideoRewardSetting"
  5839. }
  5840. ]
  5841. }
  5842. }
  5843. },
  5844. "md.UpdateEggEnergyVipSettingReq": {
  5845. "type": "object",
  5846. "properties": {
  5847. "list": {
  5848. "description": "更新后数据",
  5849. "type": "array",
  5850. "items": {
  5851. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  5852. }
  5853. }
  5854. }
  5855. },
  5856. "md.UpdateLevelReq": {
  5857. "type": "object",
  5858. "properties": {
  5859. "auto_update": {
  5860. "description": "自动升级 0关闭 1开启",
  5861. "type": "string"
  5862. },
  5863. "choosable_num": {
  5864. "description": "可选任务数量",
  5865. "type": "string"
  5866. },
  5867. "is_use": {
  5868. "description": "是否开启(0.否, 1.是)",
  5869. "type": "string"
  5870. },
  5871. "level_id": {
  5872. "type": "string"
  5873. },
  5874. "level_name": {
  5875. "description": "等级名称",
  5876. "type": "string"
  5877. },
  5878. "level_weight": {
  5879. "description": "等级权重",
  5880. "type": "string"
  5881. },
  5882. "memo": {
  5883. "description": "备注",
  5884. "type": "string"
  5885. }
  5886. }
  5887. },
  5888. "md.UpdateLevelTaskReq": {
  5889. "type": "object",
  5890. "properties": {
  5891. "finish_count": {
  5892. "description": "多少天内完成的指标",
  5893. "type": "string"
  5894. },
  5895. "is_must_task": {
  5896. "description": "是否必做(0,1)",
  5897. "type": "string"
  5898. },
  5899. "task_id": {
  5900. "description": "等级 ID",
  5901. "type": "string"
  5902. },
  5903. "task_type": {
  5904. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  5905. "type": "string"
  5906. },
  5907. "task_type_level_id": {
  5908. "description": "会员等级 ID (task_type=3时生效)",
  5909. "type": "string"
  5910. },
  5911. "within_days": {
  5912. "description": "多少天内完成",
  5913. "type": "string"
  5914. }
  5915. }
  5916. },
  5917. "md.UpdatePublicPlatoonBasicReq": {
  5918. "type": "object",
  5919. "properties": {
  5920. "is_open": {
  5921. "description": "是否开启(1:开启 0:关闭)",
  5922. "type": "integer"
  5923. },
  5924. "is_self_active_get_team_revenue": {
  5925. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  5926. "type": "integer"
  5927. },
  5928. "originator_uid": {
  5929. "description": "创始人uid",
  5930. "type": "integer"
  5931. },
  5932. "several_rows": {
  5933. "description": "几排",
  5934. "type": "integer"
  5935. },
  5936. "several_times": {
  5937. "description": "几乘",
  5938. "type": "integer"
  5939. },
  5940. "system_punish_replace": {
  5941. "description": "是否位置滑落 被新用户替换 0否 1是",
  5942. "type": "integer"
  5943. },
  5944. "system_punish_replace_value": {
  5945. "description": "xx天未活跃,处罚滑落",
  5946. "type": "integer"
  5947. }
  5948. }
  5949. },
  5950. "md.UpdateTagReq": {
  5951. "type": "object",
  5952. "properties": {
  5953. "memo": {
  5954. "description": "备注",
  5955. "type": "string"
  5956. },
  5957. "name": {
  5958. "description": "标签名称",
  5959. "type": "string"
  5960. },
  5961. "tag_id": {
  5962. "description": "标签 ID",
  5963. "type": "string"
  5964. }
  5965. }
  5966. },
  5967. "md.UpdateVipEquitySettingNode": {
  5968. "type": "object",
  5969. "properties": {
  5970. "dividend_ratio": {
  5971. "description": "分红比例",
  5972. "type": "string"
  5973. },
  5974. "exchange_account_balance_fee": {
  5975. "description": "兑换余额手续费",
  5976. "type": "string"
  5977. },
  5978. "vip_level_id": {
  5979. "description": "会员等级ID",
  5980. "type": "string"
  5981. }
  5982. }
  5983. },
  5984. "md.UpdateWithdrawSettingReq": {
  5985. "type": "object",
  5986. "properties": {
  5987. "frequency_set": {
  5988. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  5989. "allOf": [
  5990. {
  5991. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  5992. }
  5993. ]
  5994. },
  5995. "id": {
  5996. "type": "integer"
  5997. },
  5998. "is_auto": {
  5999. "description": "是否开启自动提现(0:否 1:是)",
  6000. "type": "integer"
  6001. },
  6002. "is_real_name": {
  6003. "description": "是否实名(0:否 1:是)",
  6004. "type": "integer"
  6005. },
  6006. "is_support_decimal_point": {
  6007. "description": "是否支持小数点(0:否 1:是)",
  6008. "type": "integer"
  6009. },
  6010. "vip_level_limit": {
  6011. "description": "提现等级限制",
  6012. "type": "integer"
  6013. },
  6014. "withdraw_amount_limit": {
  6015. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  6016. "type": "string"
  6017. },
  6018. "withdraw_fee_set": {
  6019. "description": "提现手续费设置",
  6020. "type": "string"
  6021. },
  6022. "withdraw_multiple_limit": {
  6023. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  6024. "type": "string"
  6025. },
  6026. "withdraw_nums_limit": {
  6027. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  6028. "type": "integer"
  6029. },
  6030. "withdraw_time_interval": {
  6031. "description": "提现时段",
  6032. "type": "string"
  6033. },
  6034. "withdraw_type": {
  6035. "description": "提现方式(1:支付宝 2:微信)",
  6036. "type": "integer"
  6037. }
  6038. }
  6039. },
  6040. "md.UserDailyActivityAnalysisReq": {
  6041. "type": "object",
  6042. "properties": {
  6043. "end_date": {
  6044. "type": "string",
  6045. "example": "结束日期"
  6046. },
  6047. "page": {
  6048. "description": "页数",
  6049. "type": "integer"
  6050. },
  6051. "page_size": {
  6052. "description": "每页大小",
  6053. "type": "integer"
  6054. },
  6055. "start_date": {
  6056. "type": "string",
  6057. "example": "开始日期"
  6058. },
  6059. "uid": {
  6060. "description": "查询用户 ID",
  6061. "type": "integer"
  6062. }
  6063. }
  6064. },
  6065. "md.UserDailyActivityAnalysisResp": {
  6066. "type": "object",
  6067. "properties": {
  6068. "son_user_data": {
  6069. "description": "被查询用户子节点信息",
  6070. "type": "array",
  6071. "items": {
  6072. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  6073. }
  6074. },
  6075. "top_data": {
  6076. "description": "统计信息",
  6077. "allOf": [
  6078. {
  6079. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  6080. }
  6081. ]
  6082. }
  6083. }
  6084. },
  6085. "md.UserEggFlowReq": {
  6086. "type": "object",
  6087. "properties": {
  6088. "account_balance_exchange_egg_energy_nums_end": {
  6089. "type": "string",
  6090. "example": "余额兑换蛋蛋能量数量-结束值"
  6091. },
  6092. "account_balance_exchange_egg_energy_nums_start": {
  6093. "type": "string",
  6094. "example": "余额兑换蛋蛋能量数量-起始值"
  6095. },
  6096. "browse_interface_nums_end": {
  6097. "type": "string",
  6098. "example": "浏览界面次数-结束值"
  6099. },
  6100. "browse_interface_nums_start": {
  6101. "type": "string",
  6102. "example": "浏览界面次数-起始值"
  6103. },
  6104. "college_learning_nums_end": {
  6105. "type": "string",
  6106. "example": "学院学习次数-结束值"
  6107. },
  6108. "college_learning_nums_start": {
  6109. "type": "string",
  6110. "example": "学院学习次数-起始值"
  6111. },
  6112. "ecpm_end": {
  6113. "type": "string",
  6114. "example": "ecpm-结束值"
  6115. },
  6116. "ecpm_start": {
  6117. "type": "string",
  6118. "example": "ecpm-起始值"
  6119. },
  6120. "egg_energy_exchange_account_balance_end": {
  6121. "type": "string",
  6122. "example": "蛋蛋能量兑换余额数量-结束值"
  6123. },
  6124. "egg_energy_exchange_account_balance_start": {
  6125. "type": "string",
  6126. "example": "蛋蛋能量兑换余额数量-起始值"
  6127. },
  6128. "forum_comments_nums_end": {
  6129. "type": "string",
  6130. "example": "论坛评论次数-结束值"
  6131. },
  6132. "forum_comments_nums_start": {
  6133. "type": "string",
  6134. "example": "论坛评论次数-起始值"
  6135. },
  6136. "im_activity_nums_end": {
  6137. "type": "string",
  6138. "example": "im活跃次数-结束值"
  6139. },
  6140. "im_activity_nums_start": {
  6141. "type": "string",
  6142. "example": "im活跃次数-起始值"
  6143. },
  6144. "invite_user_nums_end": {
  6145. "type": "string",
  6146. "example": "拉新人数-结束值"
  6147. },
  6148. "invite_user_nums_start": {
  6149. "type": "string",
  6150. "example": "拉新人数-起始值"
  6151. },
  6152. "page": {
  6153. "description": "页数",
  6154. "type": "integer"
  6155. },
  6156. "page_size": {
  6157. "description": "每页大小",
  6158. "type": "integer"
  6159. },
  6160. "person_add_activity_value_end": {
  6161. "type": "string",
  6162. "example": "个人活跃积分-结束值"
  6163. },
  6164. "person_add_activity_value_start": {
  6165. "type": "string",
  6166. "example": "个人活跃积分-起始值"
  6167. },
  6168. "score_value_end": {
  6169. "type": "string",
  6170. "example": "蛋蛋分-结束值"
  6171. },
  6172. "score_value_kind": {
  6173. "description": "评分类型(0:未知 1:人工 2:系统)",
  6174. "type": "integer"
  6175. },
  6176. "score_value_start": {
  6177. "type": "string",
  6178. "example": "蛋蛋分-起始值"
  6179. },
  6180. "send_circle_of_friend_nums_end": {
  6181. "type": "string",
  6182. "example": "发朋友圈次数-结束值"
  6183. },
  6184. "send_circle_of_friend_nums_start": {
  6185. "type": "string",
  6186. "example": "发朋友圈次数-起始值"
  6187. },
  6188. "send_red_package_nums_end": {
  6189. "type": "string",
  6190. "example": "发红包次数-结束值"
  6191. },
  6192. "send_red_package_nums_start": {
  6193. "type": "string",
  6194. "example": "发红包次数-起始值"
  6195. },
  6196. "sign_in_nums_end": {
  6197. "type": "string",
  6198. "example": "签到次数-结束值"
  6199. },
  6200. "sign_in_nums_start": {
  6201. "type": "string",
  6202. "example": "签到次数-起始值"
  6203. },
  6204. "team-activity-nums-end": {
  6205. "type": "string",
  6206. "example": "团队活跃次数-结束值"
  6207. },
  6208. "team_activity_nums_start": {
  6209. "type": "string",
  6210. "example": "团队活跃次数-起始值"
  6211. },
  6212. "violate_nums_end": {
  6213. "type": "string",
  6214. "example": "违规次数-结束值"
  6215. },
  6216. "violate_nums_start": {
  6217. "type": "string",
  6218. "example": "违规次数-起始值"
  6219. },
  6220. "week": {
  6221. "type": "string",
  6222. "example": "周份"
  6223. },
  6224. "year": {
  6225. "type": "string",
  6226. "example": "年份"
  6227. }
  6228. }
  6229. },
  6230. "md.UserEggFlowReqResp": {
  6231. "type": "object",
  6232. "properties": {
  6233. "list": {
  6234. "type": "array",
  6235. "items": {
  6236. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  6237. }
  6238. },
  6239. "page": {
  6240. "description": "页数",
  6241. "type": "integer"
  6242. },
  6243. "page_size": {
  6244. "description": "每页大小",
  6245. "type": "integer"
  6246. },
  6247. "score_value_kind_map": {
  6248. "description": "评分类型(0:未知 1:人工 2:系统)",
  6249. "type": "array",
  6250. "items": {
  6251. "type": "object",
  6252. "additionalProperties": true
  6253. }
  6254. },
  6255. "total": {
  6256. "description": "总数量",
  6257. "type": "integer"
  6258. },
  6259. "week": {
  6260. "type": "string",
  6261. "example": "周份"
  6262. },
  6263. "year": {
  6264. "type": "string",
  6265. "example": "年份"
  6266. }
  6267. }
  6268. },
  6269. "md.UserEggFlowReqRespList": {
  6270. "type": "object",
  6271. "properties": {
  6272. "account_balance_exchange_egg_energy_nums": {
  6273. "description": "余额兑换蛋蛋能量数量",
  6274. "type": "integer"
  6275. },
  6276. "browse_interface_nums": {
  6277. "description": "浏览界面次数",
  6278. "type": "integer"
  6279. },
  6280. "college_learning_nums": {
  6281. "description": "学院学习次数",
  6282. "type": "integer"
  6283. },
  6284. "ecpm": {
  6285. "description": "ecpm",
  6286. "type": "number"
  6287. },
  6288. "egg_energy_exchange_account_balance": {
  6289. "description": "蛋蛋能量兑换余额数量",
  6290. "type": "integer"
  6291. },
  6292. "forum_comments_nums": {
  6293. "description": "论坛评论次数",
  6294. "type": "integer"
  6295. },
  6296. "im_activity_nums": {
  6297. "description": "im活跃次数",
  6298. "type": "integer"
  6299. },
  6300. "index_id": {
  6301. "description": "文档id",
  6302. "type": "string"
  6303. },
  6304. "invite_user_nums": {
  6305. "description": "拉新人数",
  6306. "type": "integer"
  6307. },
  6308. "person_add_activity_value": {
  6309. "description": "个人活跃积分",
  6310. "type": "integer"
  6311. },
  6312. "score_value": {
  6313. "description": "蛋蛋分-起始值",
  6314. "type": "number"
  6315. },
  6316. "score_value_kind": {
  6317. "description": "评分类型(0:未知 1:人工 2:系统)",
  6318. "type": "integer"
  6319. },
  6320. "send_circle_of_friend_nums": {
  6321. "description": "发朋友圈次数",
  6322. "type": "integer"
  6323. },
  6324. "send_red_package_nums": {
  6325. "description": "发红包次数",
  6326. "type": "integer"
  6327. },
  6328. "sign_in_nums": {
  6329. "description": "签到次数",
  6330. "type": "integer"
  6331. },
  6332. "team_activity_nums": {
  6333. "description": "团队活跃次数",
  6334. "type": "integer"
  6335. },
  6336. "violate_nums": {
  6337. "description": "违规次数",
  6338. "type": "integer"
  6339. }
  6340. }
  6341. },
  6342. "md.UserEggIndexReq": {
  6343. "type": "object",
  6344. "properties": {
  6345. "week": {
  6346. "type": "string",
  6347. "example": "周份"
  6348. },
  6349. "year": {
  6350. "type": "string",
  6351. "example": "年份"
  6352. }
  6353. }
  6354. },
  6355. "md.UserEggIndexResp": {
  6356. "type": "object",
  6357. "properties": {
  6358. "egg_energy_user_egg_index_weight": {
  6359. "description": "蛋蛋分系数权重",
  6360. "allOf": [
  6361. {
  6362. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  6363. }
  6364. ]
  6365. },
  6366. "statistics_user_egg_kind_proportion": {
  6367. "description": "统计用户蛋蛋分\"评比类型\"占比",
  6368. "type": "array",
  6369. "items": {
  6370. "type": "object",
  6371. "additionalProperties": true
  6372. }
  6373. },
  6374. "statistics_user_egg_score_value_range": {
  6375. "description": "统计用户蛋蛋分范围",
  6376. "type": "array",
  6377. "items": {
  6378. "type": "object",
  6379. "additionalProperties": {
  6380. "type": "string"
  6381. }
  6382. }
  6383. },
  6384. "week": {
  6385. "type": "string",
  6386. "example": "周份"
  6387. },
  6388. "year": {
  6389. "type": "string",
  6390. "example": "年份"
  6391. },
  6392. "year_list": {
  6393. "description": "年份\u0026\u0026周份列表",
  6394. "type": "object",
  6395. "additionalProperties": {
  6396. "type": "array",
  6397. "items": {
  6398. "type": "string"
  6399. }
  6400. }
  6401. }
  6402. }
  6403. },
  6404. "md.UserManagementGetBalanceDetailResp": {
  6405. "type": "object",
  6406. "properties": {
  6407. "list": {
  6408. "type": "array",
  6409. "items": {
  6410. "$ref": "#/definitions/md.BalanceDetailNode"
  6411. }
  6412. },
  6413. "paginate": {
  6414. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  6415. }
  6416. }
  6417. },
  6418. "md.UserManagementGetFansResp": {
  6419. "type": "object",
  6420. "properties": {
  6421. "list": {
  6422. "description": "用户数据",
  6423. "type": "array",
  6424. "items": {
  6425. "$ref": "#/definitions/md.FansNode"
  6426. }
  6427. },
  6428. "paginate": {
  6429. "description": "分页信息",
  6430. "allOf": [
  6431. {
  6432. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  6433. }
  6434. ]
  6435. }
  6436. }
  6437. },
  6438. "md.UserManagementGetOneBasicResp": {
  6439. "type": "object",
  6440. "properties": {
  6441. "basic_info": {
  6442. "description": "基本信息",
  6443. "allOf": [
  6444. {
  6445. "$ref": "#/definitions/md.BasicInfoNode"
  6446. }
  6447. ]
  6448. },
  6449. "levels_list": {
  6450. "description": "等级列表",
  6451. "type": "array",
  6452. "items": {
  6453. "type": "object",
  6454. "additionalProperties": true
  6455. }
  6456. },
  6457. "other_info": {
  6458. "description": "其他信息",
  6459. "allOf": [
  6460. {
  6461. "$ref": "#/definitions/md.OtherNode"
  6462. }
  6463. ]
  6464. },
  6465. "tags_list": {
  6466. "description": "标签列表",
  6467. "type": "array",
  6468. "items": {
  6469. "type": "object",
  6470. "additionalProperties": true
  6471. }
  6472. }
  6473. }
  6474. },
  6475. "md.UserManagementGetUserListNode": {
  6476. "type": "object",
  6477. "properties": {
  6478. "avatar": {
  6479. "description": "头像",
  6480. "type": "string"
  6481. },
  6482. "id": {
  6483. "description": "会员 ID",
  6484. "type": "integer"
  6485. },
  6486. "invite_code": {
  6487. "type": "string",
  6488. "example": "会员邀请码"
  6489. },
  6490. "is_real_name": {
  6491. "description": "是否实名 0.未实名,1.已实名",
  6492. "type": "integer"
  6493. },
  6494. "level_name": {
  6495. "description": "会员等级",
  6496. "type": "string"
  6497. },
  6498. "memo": {
  6499. "description": "备注",
  6500. "type": "string"
  6501. },
  6502. "nickname": {
  6503. "description": "昵称",
  6504. "type": "string"
  6505. },
  6506. "parent_id": {
  6507. "description": "推荐人 ID",
  6508. "type": "integer"
  6509. },
  6510. "parent_invite_code": {
  6511. "type": "string",
  6512. "example": "推荐人邀请码"
  6513. },
  6514. "parent_phone": {
  6515. "type": "string",
  6516. "example": "推荐人手机号"
  6517. },
  6518. "phone": {
  6519. "description": "手机号",
  6520. "type": "string"
  6521. },
  6522. "register_time": {
  6523. "description": "注册时间",
  6524. "type": "string"
  6525. },
  6526. "tag_name": {
  6527. "description": "会员标签",
  6528. "type": "string"
  6529. }
  6530. }
  6531. },
  6532. "md.UserManagementGetUserListReq": {
  6533. "type": "object",
  6534. "properties": {
  6535. "effective": {
  6536. "description": "有效会员",
  6537. "type": "integer"
  6538. },
  6539. "id": {
  6540. "description": "会员 ID",
  6541. "type": "integer"
  6542. },
  6543. "invite_code": {
  6544. "type": "string",
  6545. "example": "会员邀请码"
  6546. },
  6547. "is_real_name": {
  6548. "description": "是否实名 0.未实名,1.已实名",
  6549. "type": "integer"
  6550. },
  6551. "level": {
  6552. "description": "会员等级",
  6553. "type": "integer"
  6554. },
  6555. "limit": {
  6556. "type": "integer"
  6557. },
  6558. "login_after": {
  6559. "description": "最近登录结束时间",
  6560. "type": "string"
  6561. },
  6562. "login_before": {
  6563. "description": "最近登录开始时间",
  6564. "type": "string"
  6565. },
  6566. "memo": {
  6567. "description": "备注",
  6568. "type": "string"
  6569. },
  6570. "nickname": {
  6571. "type": "string",
  6572. "example": "会员昵称"
  6573. },
  6574. "page": {
  6575. "type": "integer"
  6576. },
  6577. "parent_invite_code": {
  6578. "type": "string",
  6579. "example": "上级邀请码"
  6580. },
  6581. "parent_phone": {
  6582. "type": "string",
  6583. "example": "上级手机号"
  6584. },
  6585. "phone": {
  6586. "type": "string",
  6587. "example": "会员手机号"
  6588. },
  6589. "recommend_id": {
  6590. "description": "推荐人 ID",
  6591. "type": "integer"
  6592. },
  6593. "register_after": {
  6594. "description": "注册时间终点",
  6595. "type": "string"
  6596. },
  6597. "register_before": {
  6598. "description": "注册时间起点",
  6599. "type": "string"
  6600. },
  6601. "register_type": {
  6602. "description": "注册类型(1:APP注册、2:H5注册)",
  6603. "type": "integer"
  6604. },
  6605. "sex": {
  6606. "description": "性别",
  6607. "type": "integer"
  6608. },
  6609. "state": {
  6610. "description": "状态",
  6611. "type": "integer"
  6612. },
  6613. "tag": {
  6614. "description": "标签 id",
  6615. "type": "integer"
  6616. },
  6617. "union_id": {
  6618. "type": "string",
  6619. "example": "微信号"
  6620. }
  6621. }
  6622. },
  6623. "md.UserManagementGetUserListResp": {
  6624. "type": "object",
  6625. "properties": {
  6626. "levels_list": {
  6627. "description": "等级列表",
  6628. "type": "array",
  6629. "items": {
  6630. "type": "object",
  6631. "additionalProperties": true
  6632. }
  6633. },
  6634. "list": {
  6635. "type": "array",
  6636. "items": {
  6637. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  6638. }
  6639. },
  6640. "paginate": {
  6641. "description": "分页信息",
  6642. "allOf": [
  6643. {
  6644. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  6645. }
  6646. ]
  6647. },
  6648. "tags_list": {
  6649. "description": "标签列表",
  6650. "type": "array",
  6651. "items": {
  6652. "type": "object",
  6653. "additionalProperties": true
  6654. }
  6655. }
  6656. }
  6657. },
  6658. "md.UserManagementGetVirtualCoinDetailResp": {
  6659. "type": "object",
  6660. "properties": {
  6661. "coin_list": {
  6662. "type": "array",
  6663. "items": {
  6664. "type": "object",
  6665. "additionalProperties": true
  6666. }
  6667. },
  6668. "list": {
  6669. "type": "array",
  6670. "items": {
  6671. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  6672. }
  6673. },
  6674. "paginate": {
  6675. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  6676. }
  6677. }
  6678. },
  6679. "md.UserManagementUpdateUserInfoReq": {
  6680. "type": "object",
  6681. "properties": {
  6682. "avatar": {
  6683. "description": "头像",
  6684. "type": "string"
  6685. },
  6686. "last_login_ip": {
  6687. "description": "用户最后登录 IP",
  6688. "type": "string"
  6689. },
  6690. "level": {
  6691. "description": "会员等级 ID",
  6692. "type": "string"
  6693. },
  6694. "memo": {
  6695. "type": "string",
  6696. "example": "备注"
  6697. },
  6698. "nickname": {
  6699. "description": "用户名",
  6700. "type": "string"
  6701. },
  6702. "parent_uid": {
  6703. "description": "邀请人 ID",
  6704. "type": "string"
  6705. },
  6706. "phone": {
  6707. "description": "手机号",
  6708. "type": "string"
  6709. },
  6710. "sex": {
  6711. "description": "性别(0:未知 1:男 2:女)",
  6712. "type": "string"
  6713. },
  6714. "state": {
  6715. "description": "账号状态 1正常,2冻结",
  6716. "type": "string"
  6717. },
  6718. "tag": {
  6719. "description": "用户标签 ID",
  6720. "type": "string"
  6721. },
  6722. "uid": {
  6723. "type": "integer"
  6724. },
  6725. "union_id": {
  6726. "description": "微信号",
  6727. "type": "string"
  6728. }
  6729. }
  6730. },
  6731. "md.UserVirtualCoinFlow": {
  6732. "type": "object",
  6733. "properties": {
  6734. "after_amount": {
  6735. "type": "string",
  6736. "example": "变更后数量"
  6737. },
  6738. "amount": {
  6739. "type": "string",
  6740. "example": "变更数量"
  6741. },
  6742. "before_amount": {
  6743. "type": "string",
  6744. "example": "变更前数量"
  6745. },
  6746. "coin_id": {
  6747. "description": "虚拟币 ID",
  6748. "type": "integer"
  6749. },
  6750. "create_at": {
  6751. "type": "string",
  6752. "example": "创建时间"
  6753. },
  6754. "direction": {
  6755. "description": "方向:1收入 2支出",
  6756. "type": "integer"
  6757. },
  6758. "id": {
  6759. "type": "integer"
  6760. },
  6761. "sys_fee": {
  6762. "type": "string",
  6763. "example": "手续费"
  6764. },
  6765. "title": {
  6766. "type": "string",
  6767. "example": "标题"
  6768. },
  6769. "transfer_type": {
  6770. "description": "转账类型",
  6771. "type": "integer"
  6772. },
  6773. "uid": {
  6774. "description": "用户 ID",
  6775. "type": "integer"
  6776. },
  6777. "update_at": {
  6778. "type": "string",
  6779. "example": "更新时间"
  6780. }
  6781. }
  6782. },
  6783. "md.VideoRewardSetting": {
  6784. "type": "object",
  6785. "properties": {
  6786. "video_reward_is_open": {
  6787. "description": "视频奖励是否开启(1:开启 0:关闭)",
  6788. "type": "integer"
  6789. },
  6790. "video_reward_system": {
  6791. "description": "视频奖励机制",
  6792. "allOf": [
  6793. {
  6794. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  6795. }
  6796. ]
  6797. }
  6798. }
  6799. },
  6800. "md.VideoRewardSystemStruct": {
  6801. "type": "object",
  6802. "properties": {
  6803. "each_round_hour": {
  6804. "description": "每一轮X个小时",
  6805. "type": "string"
  6806. },
  6807. "interval_minutes": {
  6808. "description": "间隔X秒",
  6809. "type": "string"
  6810. },
  6811. "reward_total_num": {
  6812. "description": "一共X个奖励视屏",
  6813. "type": "string"
  6814. },
  6815. "reward_value": {
  6816. "description": "奖励X个活跃积分",
  6817. "type": "string"
  6818. }
  6819. }
  6820. },
  6821. "md.VipEquitySettingNode": {
  6822. "type": "object",
  6823. "properties": {
  6824. "dividend_ratio": {
  6825. "description": "分红比例",
  6826. "type": "string"
  6827. },
  6828. "exchange_account_balance_fee": {
  6829. "description": "兑换余额手续费",
  6830. "type": "string"
  6831. },
  6832. "vip_level_id": {
  6833. "description": "会员等级ID",
  6834. "type": "string"
  6835. },
  6836. "vip_level_name": {
  6837. "description": "会员等级名称",
  6838. "type": "string"
  6839. }
  6840. }
  6841. },
  6842. "md.VirtualCoin": {
  6843. "type": "object",
  6844. "properties": {
  6845. "create_at": {
  6846. "type": "string"
  6847. },
  6848. "exchange_ratio": {
  6849. "description": "兑换比例(与金额)",
  6850. "type": "string",
  6851. "example": "兑换比例(与金额)"
  6852. },
  6853. "id": {
  6854. "type": "integer"
  6855. },
  6856. "is_use": {
  6857. "description": "是否开启: 0否 1是",
  6858. "type": "integer"
  6859. },
  6860. "name": {
  6861. "description": "名称",
  6862. "type": "string"
  6863. },
  6864. "update_at": {
  6865. "type": "string"
  6866. }
  6867. }
  6868. },
  6869. "md.VirtualCoinDetailNode": {
  6870. "type": "object",
  6871. "properties": {
  6872. "after_amount": {
  6873. "description": "变更后积分余额",
  6874. "type": "string"
  6875. },
  6876. "amount": {
  6877. "description": "变更数量",
  6878. "type": "string"
  6879. },
  6880. "create_at": {
  6881. "description": "创建时间",
  6882. "type": "string"
  6883. },
  6884. "direction": {
  6885. "description": "类型 1.收入 2.支出",
  6886. "type": "integer"
  6887. },
  6888. "uid": {
  6889. "description": "用户 ID",
  6890. "type": "integer"
  6891. }
  6892. }
  6893. },
  6894. "md.VirtualCoinListNode": {
  6895. "type": "object",
  6896. "properties": {
  6897. "coin_id": {
  6898. "description": "货币类型 ID",
  6899. "type": "integer"
  6900. },
  6901. "kind": {
  6902. "description": "货币序号",
  6903. "type": "integer"
  6904. },
  6905. "name": {
  6906. "type": "string",
  6907. "example": "货币类型名称"
  6908. }
  6909. }
  6910. },
  6911. "md.WithdrawFrequencySettingStruct": {
  6912. "type": "object",
  6913. "properties": {
  6914. "duration": {
  6915. "description": "周期 (0.天 1.小时 2.周 3.天 4.月 5.年)",
  6916. "type": "integer"
  6917. },
  6918. "num": {
  6919. "description": "周期数",
  6920. "type": "integer"
  6921. }
  6922. }
  6923. },
  6924. "model.EggEnergyUserEggIndexWeight": {
  6925. "type": "object",
  6926. "properties": {
  6927. "account_balance_exchange_egg_energy_nums": {
  6928. "type": "string"
  6929. },
  6930. "browse_interface_nums": {
  6931. "type": "string"
  6932. },
  6933. "college_learning_nums": {
  6934. "type": "string"
  6935. },
  6936. "create_at": {
  6937. "type": "string"
  6938. },
  6939. "ecpm": {
  6940. "type": "string"
  6941. },
  6942. "egg_energy_exchange_account_balance": {
  6943. "type": "string"
  6944. },
  6945. "forum_comments_nums": {
  6946. "type": "string"
  6947. },
  6948. "id": {
  6949. "type": "integer"
  6950. },
  6951. "im_activity_nums": {
  6952. "type": "string"
  6953. },
  6954. "invite_user_nums": {
  6955. "type": "string"
  6956. },
  6957. "person_add_activity_value": {
  6958. "type": "string"
  6959. },
  6960. "send_circle_of_friend_nums": {
  6961. "type": "string"
  6962. },
  6963. "send_red_package_nums": {
  6964. "type": "string"
  6965. },
  6966. "sign_in_nums": {
  6967. "type": "string"
  6968. },
  6969. "team_activity_nums": {
  6970. "type": "string"
  6971. },
  6972. "update_at": {
  6973. "type": "string"
  6974. },
  6975. "violate_nums": {
  6976. "type": "string"
  6977. }
  6978. }
  6979. },
  6980. "model.UserLevelTask": {
  6981. "type": "object",
  6982. "properties": {
  6983. "create_at": {
  6984. "type": "string"
  6985. },
  6986. "finish_count": {
  6987. "type": "integer"
  6988. },
  6989. "id": {
  6990. "type": "integer"
  6991. },
  6992. "is_must_task": {
  6993. "type": "integer"
  6994. },
  6995. "level_id": {
  6996. "type": "integer"
  6997. },
  6998. "task_type": {
  6999. "type": "integer"
  7000. },
  7001. "task_type_level_id": {
  7002. "type": "integer"
  7003. },
  7004. "update_at": {
  7005. "type": "string"
  7006. },
  7007. "within_days": {
  7008. "type": "integer"
  7009. }
  7010. }
  7011. }
  7012. },
  7013. "securityDefinitions": {
  7014. "MasterID": {
  7015. "type": "apiKey",
  7016. "name": "MasterID",
  7017. "in": "header"
  7018. }
  7019. }
  7020. }`
  7021. // SwaggerInfo holds exported Swagger Info so clients can modify it
  7022. var SwaggerInfo = &swag.Spec{
  7023. Version: "1.0",
  7024. Host: "localhost:4001",
  7025. BasePath: "",
  7026. Schemes: []string{},
  7027. Title: "蛋蛋星球-管理后台",
  7028. Description: "管理后台接口文档",
  7029. InfoInstanceName: "swagger",
  7030. SwaggerTemplate: docTemplate,
  7031. LeftDelim: "{{",
  7032. RightDelim: "}}",
  7033. }
  7034. func init() {
  7035. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  7036. }