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

6815 line
237 KiB

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