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

6356 lines
220 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/platformRevenueList": {
  719. "post": {
  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. "description": "分页信息必填",
  741. "name": "req",
  742. "in": "body",
  743. "required": true,
  744. "schema": {
  745. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  746. }
  747. }
  748. ],
  749. "responses": {
  750. "200": {
  751. "description": "具体数据",
  752. "schema": {
  753. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  754. }
  755. },
  756. "400": {
  757. "description": "具体错误",
  758. "schema": {
  759. "$ref": "#/definitions/md.Response"
  760. }
  761. }
  762. }
  763. }
  764. },
  765. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  766. "get": {
  767. "description": "价格趋势(获取)",
  768. "consumes": [
  769. "application/json"
  770. ],
  771. "produces": [
  772. "application/json"
  773. ],
  774. "tags": [
  775. "蛋蛋能量"
  776. ],
  777. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  778. "parameters": [
  779. {
  780. "type": "string",
  781. "description": "验证参数Bearer和token空格拼接",
  782. "name": "Authorization",
  783. "in": "header",
  784. "required": true
  785. },
  786. {
  787. "type": "string",
  788. "description": "1:按天 2:按小时 3:按周",
  789. "name": "kind",
  790. "in": "query"
  791. }
  792. ],
  793. "responses": {
  794. "200": {
  795. "description": "具体数据",
  796. "schema": {
  797. "$ref": "#/definitions/md.GetPriceCurveResp"
  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/getVideoReward": {
  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": "落地页不填页大小默认20条数据",
  879. "name": "req",
  880. "in": "body",
  881. "required": true,
  882. "schema": {
  883. "$ref": "#/definitions/md.SetVideoRewardReq"
  884. }
  885. }
  886. ],
  887. "responses": {
  888. "200": {
  889. "description": "OK",
  890. "schema": {
  891. "$ref": "#/definitions/md.GetVideoRewardResp"
  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/activePointsUserCoinFlowList": {
  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/activePointsUserCoinList": {
  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/greenEnergyUserCoinFlowList": {
  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": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  1160. "name": "req",
  1161. "in": "body",
  1162. "required": true,
  1163. "schema": {
  1164. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  1165. }
  1166. }
  1167. ],
  1168. "responses": {
  1169. "200": {
  1170. "description": "成功返回",
  1171. "schema": {
  1172. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  1173. }
  1174. },
  1175. "400": {
  1176. "description": "具体错误",
  1177. "schema": {
  1178. "$ref": "#/definitions/md.Response"
  1179. }
  1180. }
  1181. }
  1182. }
  1183. },
  1184. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinList": {
  1185. "post": {
  1186. "description": "绿色能量(获取)",
  1187. "consumes": [
  1188. "application/json"
  1189. ],
  1190. "produces": [
  1191. "application/json"
  1192. ],
  1193. "tags": [
  1194. "公排管理"
  1195. ],
  1196. "summary": "制度中心-绿色能量持有者明细-绿色能量(获取)",
  1197. "parameters": [
  1198. {
  1199. "type": "string",
  1200. "description": "验证参数Bearer和token空格拼接",
  1201. "name": "Authorization",
  1202. "in": "header",
  1203. "required": true
  1204. },
  1205. {
  1206. "description": "落地页不填页大小默认20条数据",
  1207. "name": "req",
  1208. "in": "body",
  1209. "schema": {
  1210. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  1211. }
  1212. }
  1213. ],
  1214. "responses": {
  1215. "200": {
  1216. "description": "成功返回",
  1217. "schema": {
  1218. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  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/deleteLevel": {
  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": "需要删除的等级 ID",
  2169. "name": "req",
  2170. "in": "body",
  2171. "required": true,
  2172. "schema": {
  2173. "$ref": "#/definitions/md.DeleteLevelReq"
  2174. }
  2175. }
  2176. ],
  2177. "responses": {
  2178. "200": {
  2179. "description": "成功删除数据数量",
  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/getLevelList": {
  2194. "get": {
  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. "type": "integer",
  2216. "description": "每页大小",
  2217. "name": "limit",
  2218. "in": "query",
  2219. "required": true
  2220. },
  2221. {
  2222. "type": "integer",
  2223. "description": "页数",
  2224. "name": "page",
  2225. "in": "query",
  2226. "required": true
  2227. }
  2228. ],
  2229. "responses": {
  2230. "200": {
  2231. "description": "具体数据",
  2232. "schema": {
  2233. "$ref": "#/definitions/md.GetLevelListResp"
  2234. }
  2235. },
  2236. "400": {
  2237. "description": "具体错误",
  2238. "schema": {
  2239. "$ref": "#/definitions/md.Response"
  2240. }
  2241. }
  2242. }
  2243. }
  2244. },
  2245. "/api/memberCenter/levelManagement/updateLevel": {
  2246. "post": {
  2247. "description": "等级管理(更新)",
  2248. "consumes": [
  2249. "application/json"
  2250. ],
  2251. "produces": [
  2252. "application/json"
  2253. ],
  2254. "tags": [
  2255. "会员中心"
  2256. ],
  2257. "summary": "制度中心-会员中心-等级管理(更新)",
  2258. "parameters": [
  2259. {
  2260. "type": "string",
  2261. "description": "验证参数Bearer和token空格拼接",
  2262. "name": "Authorization",
  2263. "in": "header",
  2264. "required": true
  2265. },
  2266. {
  2267. "description": "需要修改的等级信息",
  2268. "name": "req",
  2269. "in": "body",
  2270. "required": true,
  2271. "schema": {
  2272. "$ref": "#/definitions/md.UpdateLevelReq"
  2273. }
  2274. }
  2275. ],
  2276. "responses": {
  2277. "200": {
  2278. "description": "成功修改数据条数",
  2279. "schema": {
  2280. "type": "int"
  2281. }
  2282. },
  2283. "400": {
  2284. "description": "具体错误",
  2285. "schema": {
  2286. "$ref": "#/definitions/md.Response"
  2287. }
  2288. }
  2289. }
  2290. }
  2291. },
  2292. "/api/memberCenter/tagManagement/addTag": {
  2293. "post": {
  2294. "description": "标签管理(新增)",
  2295. "consumes": [
  2296. "application/json"
  2297. ],
  2298. "produces": [
  2299. "application/json"
  2300. ],
  2301. "tags": [
  2302. "会员中心"
  2303. ],
  2304. "summary": "制度中心-会员中心-标签管理(新增)",
  2305. "parameters": [
  2306. {
  2307. "type": "string",
  2308. "description": "验证参数Bearer和token空格拼接",
  2309. "name": "Authorization",
  2310. "in": "header",
  2311. "required": true
  2312. },
  2313. {
  2314. "description": "新增的标签信息",
  2315. "name": "req",
  2316. "in": "body",
  2317. "required": true,
  2318. "schema": {
  2319. "$ref": "#/definitions/md.AddTagReq"
  2320. }
  2321. }
  2322. ],
  2323. "responses": {
  2324. "200": {
  2325. "description": "新增的标签 ID",
  2326. "schema": {
  2327. "type": "int"
  2328. }
  2329. },
  2330. "400": {
  2331. "description": "具体错误",
  2332. "schema": {
  2333. "$ref": "#/definitions/md.Response"
  2334. }
  2335. }
  2336. }
  2337. }
  2338. },
  2339. "/api/memberCenter/tagManagement/deleteTag": {
  2340. "post": {
  2341. "description": "标签管理(删除)",
  2342. "consumes": [
  2343. "application/json"
  2344. ],
  2345. "produces": [
  2346. "application/json"
  2347. ],
  2348. "tags": [
  2349. "会员中心"
  2350. ],
  2351. "summary": "制度中心-会员中心-标签管理(删除)",
  2352. "parameters": [
  2353. {
  2354. "type": "string",
  2355. "description": "验证参数Bearer和token空格拼接",
  2356. "name": "Authorization",
  2357. "in": "header",
  2358. "required": true
  2359. },
  2360. {
  2361. "description": "需要删除的标签 ID",
  2362. "name": "req",
  2363. "in": "body",
  2364. "required": true,
  2365. "schema": {
  2366. "$ref": "#/definitions/md.DeleteTagReq"
  2367. }
  2368. }
  2369. ],
  2370. "responses": {
  2371. "200": {
  2372. "description": "成功删除标签用户数",
  2373. "schema": {
  2374. "type": "int"
  2375. }
  2376. },
  2377. "400": {
  2378. "description": "具体错误",
  2379. "schema": {
  2380. "$ref": "#/definitions/md.Response"
  2381. }
  2382. }
  2383. }
  2384. }
  2385. },
  2386. "/api/memberCenter/tagManagement/getTagList": {
  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": "每页大小",
  2410. "name": "limit",
  2411. "in": "query",
  2412. "required": true
  2413. },
  2414. {
  2415. "type": "integer",
  2416. "description": "页数",
  2417. "name": "page",
  2418. "in": "query",
  2419. "required": true
  2420. }
  2421. ],
  2422. "responses": {
  2423. "200": {
  2424. "description": "具体数据",
  2425. "schema": {
  2426. "$ref": "#/definitions/md.GetTagListResp"
  2427. }
  2428. },
  2429. "400": {
  2430. "description": "具体错误",
  2431. "schema": {
  2432. "$ref": "#/definitions/md.Response"
  2433. }
  2434. }
  2435. }
  2436. }
  2437. },
  2438. "/api/memberCenter/tagManagement/updateTag": {
  2439. "post": {
  2440. "description": "标签管理(更新)",
  2441. "consumes": [
  2442. "application/json"
  2443. ],
  2444. "produces": [
  2445. "application/json"
  2446. ],
  2447. "tags": [
  2448. "会员中心"
  2449. ],
  2450. "summary": "制度中心-会员中心-标签管理(更新)",
  2451. "parameters": [
  2452. {
  2453. "type": "string",
  2454. "description": "验证参数Bearer和token空格拼接",
  2455. "name": "Authorization",
  2456. "in": "header",
  2457. "required": true
  2458. },
  2459. {
  2460. "description": "需要修改的标签信息",
  2461. "name": "req",
  2462. "in": "body",
  2463. "required": true,
  2464. "schema": {
  2465. "$ref": "#/definitions/md.UpdateTagReq"
  2466. }
  2467. }
  2468. ],
  2469. "responses": {
  2470. "200": {
  2471. "description": "成功修改数据条数",
  2472. "schema": {
  2473. "type": "int"
  2474. }
  2475. },
  2476. "400": {
  2477. "description": "具体错误",
  2478. "schema": {
  2479. "$ref": "#/definitions/md.Response"
  2480. }
  2481. }
  2482. }
  2483. }
  2484. },
  2485. "/api/memberCenter/userManagement/balanceDetail": {
  2486. "get": {
  2487. "description": "会员明细(余额获取)",
  2488. "consumes": [
  2489. "application/json"
  2490. ],
  2491. "produces": [
  2492. "application/json"
  2493. ],
  2494. "tags": [
  2495. "会员中心"
  2496. ],
  2497. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  2498. "parameters": [
  2499. {
  2500. "type": "string",
  2501. "description": "验证参数Bearer和token空格拼接",
  2502. "name": "Authorization",
  2503. "in": "header",
  2504. "required": true
  2505. },
  2506. {
  2507. "type": "string",
  2508. "description": "用户 ID",
  2509. "name": "uid",
  2510. "in": "query",
  2511. "required": true
  2512. },
  2513. {
  2514. "type": "string",
  2515. "description": "每页大小",
  2516. "name": "limit",
  2517. "in": "query",
  2518. "required": true
  2519. },
  2520. {
  2521. "type": "string",
  2522. "description": "页数",
  2523. "name": "page",
  2524. "in": "query",
  2525. "required": true
  2526. }
  2527. ],
  2528. "responses": {
  2529. "200": {
  2530. "description": "具体数据",
  2531. "schema": {
  2532. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  2533. }
  2534. },
  2535. "400": {
  2536. "description": "具体错误",
  2537. "schema": {
  2538. "$ref": "#/definitions/md.Response"
  2539. }
  2540. }
  2541. }
  2542. }
  2543. },
  2544. "/api/memberCenter/userManagement/getFans": {
  2545. "get": {
  2546. "description": "会员明细粉丝情况(获取)",
  2547. "consumes": [
  2548. "application/json"
  2549. ],
  2550. "produces": [
  2551. "application/json"
  2552. ],
  2553. "tags": [
  2554. "会员中心"
  2555. ],
  2556. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  2557. "parameters": [
  2558. {
  2559. "type": "string",
  2560. "description": "验证参数Bearer和token空格拼接",
  2561. "name": "Authorization",
  2562. "in": "header",
  2563. "required": true
  2564. },
  2565. {
  2566. "type": "string",
  2567. "description": "用户 ID",
  2568. "name": "uid",
  2569. "in": "query",
  2570. "required": true
  2571. },
  2572. {
  2573. "type": "string",
  2574. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  2575. "name": "type",
  2576. "in": "query",
  2577. "required": true
  2578. },
  2579. {
  2580. "type": "string",
  2581. "description": "每页大小",
  2582. "name": "limit",
  2583. "in": "query",
  2584. "required": true
  2585. },
  2586. {
  2587. "type": "string",
  2588. "description": "页数",
  2589. "name": "page",
  2590. "in": "query",
  2591. "required": true
  2592. }
  2593. ],
  2594. "responses": {
  2595. "200": {
  2596. "description": "具体数据",
  2597. "schema": {
  2598. "$ref": "#/definitions/md.UserManagementGetFansResp"
  2599. }
  2600. },
  2601. "400": {
  2602. "description": "具体错误",
  2603. "schema": {
  2604. "$ref": "#/definitions/md.Response"
  2605. }
  2606. }
  2607. }
  2608. }
  2609. },
  2610. "/api/memberCenter/userManagement/getUserList": {
  2611. "post": {
  2612. "description": "用户信息管理(获取)",
  2613. "consumes": [
  2614. "application/json"
  2615. ],
  2616. "produces": [
  2617. "application/json"
  2618. ],
  2619. "tags": [
  2620. "会员中心"
  2621. ],
  2622. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  2623. "parameters": [
  2624. {
  2625. "type": "string",
  2626. "description": "验证参数Bearer和token空格拼接",
  2627. "name": "Authorization",
  2628. "in": "header",
  2629. "required": true
  2630. },
  2631. {
  2632. "description": "分页信息必填",
  2633. "name": "req",
  2634. "in": "body",
  2635. "required": true,
  2636. "schema": {
  2637. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  2638. }
  2639. }
  2640. ],
  2641. "responses": {
  2642. "200": {
  2643. "description": "具体数据",
  2644. "schema": {
  2645. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  2646. }
  2647. },
  2648. "400": {
  2649. "description": "具体错误",
  2650. "schema": {
  2651. "$ref": "#/definitions/md.Response"
  2652. }
  2653. }
  2654. }
  2655. }
  2656. },
  2657. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  2658. "get": {
  2659. "description": "会员明细(积分明细获取)",
  2660. "consumes": [
  2661. "application/json"
  2662. ],
  2663. "produces": [
  2664. "application/json"
  2665. ],
  2666. "tags": [
  2667. "会员中心"
  2668. ],
  2669. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  2670. "parameters": [
  2671. {
  2672. "type": "string",
  2673. "description": "验证参数Bearer和token空格拼接",
  2674. "name": "Authorization",
  2675. "in": "header",
  2676. "required": true
  2677. },
  2678. {
  2679. "type": "string",
  2680. "description": "用户 ID",
  2681. "name": "uid",
  2682. "in": "query",
  2683. "required": true
  2684. },
  2685. {
  2686. "type": "string",
  2687. "description": "货币 ID",
  2688. "name": "coinId",
  2689. "in": "query",
  2690. "required": true
  2691. },
  2692. {
  2693. "type": "string",
  2694. "description": "每页大小",
  2695. "name": "limit",
  2696. "in": "query",
  2697. "required": true
  2698. },
  2699. {
  2700. "type": "string",
  2701. "description": "页数",
  2702. "name": "page",
  2703. "in": "query",
  2704. "required": true
  2705. }
  2706. ],
  2707. "responses": {
  2708. "200": {
  2709. "description": "具体数据",
  2710. "schema": {
  2711. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  2712. }
  2713. },
  2714. "400": {
  2715. "description": "具体错误",
  2716. "schema": {
  2717. "$ref": "#/definitions/md.Response"
  2718. }
  2719. }
  2720. }
  2721. }
  2722. },
  2723. "/api/memberCenter/userManagement/updateUserInfo": {
  2724. "post": {
  2725. "description": "用户信息管理(更新)",
  2726. "consumes": [
  2727. "application/json"
  2728. ],
  2729. "produces": [
  2730. "application/json"
  2731. ],
  2732. "tags": [
  2733. "会员中心"
  2734. ],
  2735. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  2736. "parameters": [
  2737. {
  2738. "type": "string",
  2739. "description": "验证参数Bearer和token空格拼接",
  2740. "name": "Authorization",
  2741. "in": "header",
  2742. "required": true
  2743. },
  2744. {
  2745. "description": "用户ID 必传",
  2746. "name": "req",
  2747. "in": "body",
  2748. "required": true,
  2749. "schema": {
  2750. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  2751. }
  2752. }
  2753. ],
  2754. "responses": {
  2755. "200": {
  2756. "description": "修改数据行数",
  2757. "schema": {
  2758. "type": "int"
  2759. }
  2760. },
  2761. "400": {
  2762. "description": "具体错误",
  2763. "schema": {
  2764. "$ref": "#/definitions/md.Response"
  2765. }
  2766. }
  2767. }
  2768. }
  2769. },
  2770. "/api/memberCenter/userManagement/userData": {
  2771. "get": {
  2772. "description": "会员明细概况(获取)",
  2773. "consumes": [
  2774. "application/json"
  2775. ],
  2776. "produces": [
  2777. "application/json"
  2778. ],
  2779. "tags": [
  2780. "会员中心"
  2781. ],
  2782. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  2783. "parameters": [
  2784. {
  2785. "type": "string",
  2786. "description": "验证参数Bearer和token空格拼接",
  2787. "name": "Authorization",
  2788. "in": "header",
  2789. "required": true
  2790. },
  2791. {
  2792. "type": "string",
  2793. "description": "用户 ID",
  2794. "name": "uid",
  2795. "in": "query",
  2796. "required": true
  2797. }
  2798. ],
  2799. "responses": {
  2800. "200": {
  2801. "description": "会员明细概况具体数据",
  2802. "schema": {
  2803. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  2804. }
  2805. },
  2806. "400": {
  2807. "description": "具体错误",
  2808. "schema": {
  2809. "$ref": "#/definitions/md.Response"
  2810. }
  2811. }
  2812. }
  2813. }
  2814. }
  2815. },
  2816. "definitions": {
  2817. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  2818. "type": "object",
  2819. "properties": {
  2820. "direct_push_reward": {
  2821. "description": "直推奖励",
  2822. "allOf": [
  2823. {
  2824. "$ref": "#/definitions/md.TeamRewardSettingStruct"
  2825. }
  2826. ]
  2827. },
  2828. "is_open": {
  2829. "description": "是否开启(1:开启 0:关闭)",
  2830. "type": "integer"
  2831. },
  2832. "person_egg_energy_coin_id": {
  2833. "description": "个人蛋蛋能量对应虚拟币 id",
  2834. "type": "integer"
  2835. },
  2836. "person_egg_points_coin_id": {
  2837. "description": "个人蛋蛋积分对应虚拟币 id",
  2838. "type": "integer"
  2839. },
  2840. "team_egg_energy_coin_id": {
  2841. "description": "团队蛋蛋能量对应虚拟币 id",
  2842. "type": "integer"
  2843. },
  2844. "team_egg_points_coin_id": {
  2845. "description": "团队蛋蛋积分对应虚拟币 id",
  2846. "type": "integer"
  2847. }
  2848. }
  2849. },
  2850. "applet_app_md_institutional_management_egg_energy.Paginate": {
  2851. "type": "object",
  2852. "properties": {
  2853. "limit": {
  2854. "description": "每页大小",
  2855. "type": "integer"
  2856. },
  2857. "page": {
  2858. "description": "页数",
  2859. "type": "integer"
  2860. },
  2861. "total": {
  2862. "description": "总数据量",
  2863. "type": "integer"
  2864. }
  2865. }
  2866. },
  2867. "applet_app_md_institutional_management_member_center.Paginate": {
  2868. "type": "object",
  2869. "properties": {
  2870. "limit": {
  2871. "description": "每页大小",
  2872. "type": "integer"
  2873. },
  2874. "page": {
  2875. "description": "页数",
  2876. "type": "integer"
  2877. },
  2878. "total": {
  2879. "description": "总数据量",
  2880. "type": "integer"
  2881. }
  2882. }
  2883. },
  2884. "applet_app_md_institutional_management_new_user_red_package.Paginate": {
  2885. "type": "object",
  2886. "properties": {
  2887. "limit": {
  2888. "type": "integer"
  2889. },
  2890. "page": {
  2891. "type": "integer"
  2892. },
  2893. "total": {
  2894. "type": "integer"
  2895. }
  2896. }
  2897. },
  2898. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  2899. "type": "object",
  2900. "properties": {
  2901. "id": {
  2902. "type": "integer"
  2903. },
  2904. "is_open": {
  2905. "description": "是否开启(1:开启 0:关闭)",
  2906. "type": "integer"
  2907. },
  2908. "is_self_active_get_team_revenue": {
  2909. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  2910. "type": "integer"
  2911. },
  2912. "originator_uid": {
  2913. "description": "创始人uid",
  2914. "type": "integer"
  2915. },
  2916. "several_rows": {
  2917. "description": "几排",
  2918. "type": "integer"
  2919. },
  2920. "several_times": {
  2921. "description": "几乘",
  2922. "type": "integer"
  2923. },
  2924. "system_punish_replace": {
  2925. "description": "是否位置滑落 被新用户替换 0否 1是",
  2926. "type": "integer"
  2927. },
  2928. "system_punish_replace_value": {
  2929. "description": "xx天未活跃,处罚滑落",
  2930. "type": "integer"
  2931. }
  2932. }
  2933. },
  2934. "applet_app_md_institutional_management_public_platoon.Paginate": {
  2935. "type": "object",
  2936. "properties": {
  2937. "limit": {
  2938. "description": "每页大小",
  2939. "type": "integer"
  2940. },
  2941. "page": {
  2942. "description": "页数",
  2943. "type": "integer"
  2944. },
  2945. "total": {
  2946. "description": "总数据量",
  2947. "type": "integer"
  2948. }
  2949. }
  2950. },
  2951. "md.ActivePointsWalletNode": {
  2952. "type": "object",
  2953. "properties": {
  2954. "amount": {
  2955. "type": "string",
  2956. "example": "账户余额"
  2957. },
  2958. "uid": {
  2959. "description": "用户 ID",
  2960. "type": "integer"
  2961. },
  2962. "user_name": {
  2963. "type": "string",
  2964. "example": "用户名"
  2965. },
  2966. "user_phone": {
  2967. "type": "string",
  2968. "example": "手机号"
  2969. }
  2970. }
  2971. },
  2972. "md.AddCommunityDividendsReq": {
  2973. "type": "object",
  2974. "properties": {
  2975. "amount": {
  2976. "description": "社区分红数量",
  2977. "type": "string"
  2978. },
  2979. "name": {
  2980. "type": "string",
  2981. "example": "社区分红名称"
  2982. }
  2983. }
  2984. },
  2985. "md.AddCommunityDividendsWithUserReq": {
  2986. "type": "object",
  2987. "properties": {
  2988. "memo": {
  2989. "type": "string",
  2990. "example": "备注"
  2991. },
  2992. "uid": {
  2993. "description": "新增社区长用户 ID",
  2994. "type": "integer"
  2995. }
  2996. }
  2997. },
  2998. "md.AddFreePublishUserReq": {
  2999. "type": "object",
  3000. "properties": {
  3001. "uid": {
  3002. "type": "integer"
  3003. }
  3004. }
  3005. },
  3006. "md.AddFundDataReq": {
  3007. "type": "object",
  3008. "properties": {
  3009. "frequency": {
  3010. "description": "频率(分钟)",
  3011. "type": "integer"
  3012. },
  3013. "hours": {
  3014. "description": "时长(小时)",
  3015. "type": "integer"
  3016. },
  3017. "kind": {
  3018. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  3019. "type": "integer"
  3020. },
  3021. "memo": {
  3022. "type": "string",
  3023. "example": "备注"
  3024. },
  3025. "total_amount": {
  3026. "description": "金额",
  3027. "type": "string"
  3028. }
  3029. }
  3030. },
  3031. "md.AddPlatformRevenueReq": {
  3032. "type": "object",
  3033. "properties": {
  3034. "frequency": {
  3035. "description": "频率(分钟)",
  3036. "type": "integer"
  3037. },
  3038. "hours": {
  3039. "description": "时长(小时)",
  3040. "type": "integer"
  3041. },
  3042. "kind": {
  3043. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  3044. "type": "integer"
  3045. },
  3046. "memo": {
  3047. "type": "string",
  3048. "example": "备注"
  3049. },
  3050. "total_amount": {
  3051. "description": "金额",
  3052. "type": "string"
  3053. }
  3054. }
  3055. },
  3056. "md.AddTagReq": {
  3057. "type": "object",
  3058. "properties": {
  3059. "is_punish": {
  3060. "description": "是否为处罚标签(0:否 1:是)",
  3061. "type": "string"
  3062. },
  3063. "memo": {
  3064. "description": "备注",
  3065. "type": "string"
  3066. },
  3067. "name": {
  3068. "description": "标签名称",
  3069. "type": "string"
  3070. }
  3071. }
  3072. },
  3073. "md.BalanceDetailNode": {
  3074. "type": "object",
  3075. "properties": {
  3076. "after_amount": {
  3077. "description": "变更后余额",
  3078. "type": "string"
  3079. },
  3080. "amount": {
  3081. "description": "变更数量",
  3082. "type": "string"
  3083. },
  3084. "before_amount": {
  3085. "description": "变更前余额",
  3086. "type": "string"
  3087. },
  3088. "create_at": {
  3089. "description": "创建时间",
  3090. "type": "string"
  3091. },
  3092. "id": {
  3093. "description": "记录ID",
  3094. "type": "integer"
  3095. },
  3096. "kind": {
  3097. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  3098. "type": "string"
  3099. }
  3100. }
  3101. },
  3102. "md.BasicInfoNode": {
  3103. "type": "object",
  3104. "properties": {
  3105. "avatar": {
  3106. "description": "头像",
  3107. "type": "string"
  3108. },
  3109. "level_name": {
  3110. "description": "会员等级名称",
  3111. "type": "string"
  3112. },
  3113. "memo": {
  3114. "description": "备注",
  3115. "type": "string"
  3116. },
  3117. "nickname": {
  3118. "description": "用户名称",
  3119. "type": "string"
  3120. },
  3121. "parent_name": {
  3122. "description": "推荐人名称",
  3123. "type": "string"
  3124. },
  3125. "parent_phone": {
  3126. "description": "推荐人手机号",
  3127. "type": "string"
  3128. },
  3129. "parent_uid": {
  3130. "description": "推荐人",
  3131. "type": "integer"
  3132. },
  3133. "password": {
  3134. "description": "登录密码",
  3135. "type": "string"
  3136. },
  3137. "phone": {
  3138. "description": "手机号",
  3139. "type": "string"
  3140. },
  3141. "sex": {
  3142. "description": "性别",
  3143. "type": "integer"
  3144. },
  3145. "state": {
  3146. "description": "账号状态 1正常,2冻结",
  3147. "type": "integer"
  3148. },
  3149. "tag_name": {
  3150. "description": "标签名称",
  3151. "type": "string"
  3152. },
  3153. "union_id": {
  3154. "description": "微信号",
  3155. "type": "string"
  3156. }
  3157. }
  3158. },
  3159. "md.DailyActivityAnalysisTopData": {
  3160. "type": "object",
  3161. "properties": {
  3162. "activity_count": {
  3163. "description": "子节点活跃天数",
  3164. "type": "integer"
  3165. },
  3166. "team_activity_user_count": {
  3167. "description": "子节点活跃人数",
  3168. "type": "integer"
  3169. },
  3170. "team_user_count": {
  3171. "description": "团队人数",
  3172. "type": "integer"
  3173. }
  3174. }
  3175. },
  3176. "md.DataSetting": {
  3177. "type": "object",
  3178. "properties": {
  3179. "total_angel_investor": {
  3180. "description": "天使投资人",
  3181. "type": "string",
  3182. "example": "天使投资人"
  3183. },
  3184. "total_ecological_development": {
  3185. "description": "生态建设",
  3186. "type": "string",
  3187. "example": "当前价格"
  3188. },
  3189. "total_issuance_amount": {
  3190. "description": "总发行量",
  3191. "type": "string",
  3192. "example": "总发行量"
  3193. },
  3194. "total_operate_fund": {
  3195. "description": "运营资金",
  3196. "type": "string",
  3197. "example": "运营资金"
  3198. },
  3199. "total_team_dividends": {
  3200. "description": "团队分红",
  3201. "type": "string",
  3202. "example": "团队分红"
  3203. },
  3204. "total_technology_team": {
  3205. "description": "技术团队",
  3206. "type": "string",
  3207. "example": "技术团队"
  3208. },
  3209. "total_user_for_person": {
  3210. "description": "个人区域",
  3211. "type": "string",
  3212. "example": "个人区域"
  3213. },
  3214. "total_user_for_team": {
  3215. "description": "团队区域",
  3216. "type": "string",
  3217. "example": "团队区域"
  3218. }
  3219. }
  3220. },
  3221. "md.DeleteFreePublishUserReq": {
  3222. "type": "object",
  3223. "properties": {
  3224. "uid": {
  3225. "type": "string"
  3226. }
  3227. }
  3228. },
  3229. "md.DeleteLevelReq": {
  3230. "type": "object",
  3231. "properties": {
  3232. "level_id": {
  3233. "type": "string"
  3234. }
  3235. }
  3236. },
  3237. "md.DeleteTagReq": {
  3238. "type": "object",
  3239. "properties": {
  3240. "tag_id": {
  3241. "description": "标签 ID",
  3242. "type": "string"
  3243. }
  3244. }
  3245. },
  3246. "md.DestructionSettingStruct": {
  3247. "type": "object",
  3248. "properties": {
  3249. "community_dividends": {
  3250. "description": "社区分红百分比",
  3251. "type": "string"
  3252. },
  3253. "destruction_quantity": {
  3254. "description": "销毁百分比",
  3255. "type": "string"
  3256. },
  3257. "development_committee": {
  3258. "description": "发展委员会百分比",
  3259. "type": "string"
  3260. },
  3261. "marketplace_merchant": {
  3262. "description": "市商数量百分比",
  3263. "type": "string"
  3264. },
  3265. "public_welfare_and_charity": {
  3266. "description": "公益慈善百分比",
  3267. "type": "string"
  3268. },
  3269. "star_level_dividends": {
  3270. "description": "星级分红百分比",
  3271. "type": "string"
  3272. }
  3273. }
  3274. },
  3275. "md.DynamicDataFlowListReq": {
  3276. "type": "object",
  3277. "properties": {
  3278. "end_at": {
  3279. "description": "结束时间",
  3280. "type": "string",
  3281. "example": "结束时间"
  3282. },
  3283. "kind": {
  3284. "description": "持有类型",
  3285. "type": "integer"
  3286. },
  3287. "page": {
  3288. "description": "页数",
  3289. "type": "integer"
  3290. },
  3291. "page_size": {
  3292. "description": "每页大小",
  3293. "type": "integer"
  3294. },
  3295. "start_at": {
  3296. "description": "开始时间",
  3297. "type": "string",
  3298. "example": "开始时间"
  3299. }
  3300. }
  3301. },
  3302. "md.DynamicDataFlowListResp": {
  3303. "type": "object",
  3304. "properties": {
  3305. "kind_list": {
  3306. "type": "array",
  3307. "items": {
  3308. "type": "object",
  3309. "additionalProperties": true
  3310. }
  3311. },
  3312. "list": {
  3313. "type": "array",
  3314. "items": {
  3315. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  3316. }
  3317. },
  3318. "paginate": {
  3319. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3320. }
  3321. }
  3322. },
  3323. "md.EggEnergyAvailableEnergyFlow": {
  3324. "type": "object",
  3325. "properties": {
  3326. "after_community_dividends": {
  3327. "type": "string"
  3328. },
  3329. "after_destruction_quantity_values": {
  3330. "type": "string"
  3331. },
  3332. "after_development_committee_values": {
  3333. "type": "string"
  3334. },
  3335. "after_marketplace_merchant_fund_values": {
  3336. "type": "string"
  3337. },
  3338. "after_marketplace_merchant_values": {
  3339. "type": "string"
  3340. },
  3341. "after_now_energy_total_nums": {
  3342. "type": "string"
  3343. },
  3344. "after_planet_total_value": {
  3345. "type": "string"
  3346. },
  3347. "after_price": {
  3348. "type": "string"
  3349. },
  3350. "after_public_welfare_and_charity_values": {
  3351. "type": "string"
  3352. },
  3353. "after_star_level_dividends_values": {
  3354. "type": "string"
  3355. },
  3356. "amount": {
  3357. "type": "string"
  3358. },
  3359. "before_community_dividends": {
  3360. "type": "string"
  3361. },
  3362. "before_destruction_quantity_values": {
  3363. "type": "string"
  3364. },
  3365. "before_development_committee_values": {
  3366. "type": "string"
  3367. },
  3368. "before_marketplace_merchant_fund_values": {
  3369. "type": "string"
  3370. },
  3371. "before_marketplace_merchant_values": {
  3372. "type": "string"
  3373. },
  3374. "before_now_energy_total_nums": {
  3375. "type": "string"
  3376. },
  3377. "before_planet_total_value": {
  3378. "type": "string"
  3379. },
  3380. "before_price": {
  3381. "type": "string"
  3382. },
  3383. "before_public_welfare_and_charity_values": {
  3384. "type": "string"
  3385. },
  3386. "before_star_level_dividends_values": {
  3387. "type": "string"
  3388. },
  3389. "create_time": {
  3390. "type": "string"
  3391. },
  3392. "id": {
  3393. "type": "integer"
  3394. },
  3395. "kind": {
  3396. "type": "integer"
  3397. },
  3398. "title": {
  3399. "type": "string"
  3400. }
  3401. }
  3402. },
  3403. "md.EggEnergyCommunityDividends": {
  3404. "type": "object",
  3405. "properties": {
  3406. "amount": {
  3407. "description": "分红数量",
  3408. "type": "string"
  3409. },
  3410. "coin_id": {
  3411. "description": "虚拟币 id",
  3412. "type": "integer"
  3413. },
  3414. "create_at": {
  3415. "description": "分红时间",
  3416. "type": "string"
  3417. },
  3418. "id": {
  3419. "type": "integer"
  3420. },
  3421. "is_over": {
  3422. "description": "是否分红完毕",
  3423. "type": "integer"
  3424. },
  3425. "name": {
  3426. "type": "string",
  3427. "example": "名称"
  3428. },
  3429. "persons_num": {
  3430. "description": "分红人数",
  3431. "type": "integer"
  3432. },
  3433. "update_at": {
  3434. "type": "string"
  3435. }
  3436. }
  3437. },
  3438. "md.EggEnergyCommunityDividendsWithUser": {
  3439. "type": "object",
  3440. "properties": {
  3441. "id": {
  3442. "type": "integer"
  3443. },
  3444. "memo": {
  3445. "type": "string",
  3446. "example": "备注"
  3447. },
  3448. "nickname": {
  3449. "type": "string"
  3450. },
  3451. "phone": {
  3452. "type": "string"
  3453. },
  3454. "uid": {
  3455. "type": "integer"
  3456. }
  3457. }
  3458. },
  3459. "md.ExchangeRulesStruct": {
  3460. "type": "object",
  3461. "properties": {
  3462. "auto_exchange_nums_by_person": {
  3463. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  3464. "type": "string"
  3465. },
  3466. "auto_exchange_nums_by_team": {
  3467. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  3468. "type": "string"
  3469. },
  3470. "auto_exchange_rate_by_person": {
  3471. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  3472. "type": "string"
  3473. },
  3474. "auto_exchange_rate_by_team": {
  3475. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  3476. "type": "string"
  3477. }
  3478. }
  3479. },
  3480. "md.ExchangeUserPositionReq": {
  3481. "type": "object",
  3482. "properties": {
  3483. "position_1": {
  3484. "description": "位置1,具体值取返回数据中的 system_id",
  3485. "type": "integer"
  3486. },
  3487. "position_2": {
  3488. "description": "位置2,具体值取返回数据中的 system_id",
  3489. "type": "integer"
  3490. }
  3491. }
  3492. },
  3493. "md.FansNode": {
  3494. "type": "object",
  3495. "properties": {
  3496. "amount": {
  3497. "description": "可提现余额",
  3498. "type": "string"
  3499. },
  3500. "id": {
  3501. "description": "用户ID",
  3502. "type": "integer"
  3503. },
  3504. "level_total": {
  3505. "description": "所属代数",
  3506. "type": "integer"
  3507. },
  3508. "nickname": {
  3509. "type": "string",
  3510. "example": "用户昵称"
  3511. },
  3512. "phone": {
  3513. "type": "string",
  3514. "example": "手机号"
  3515. },
  3516. "register_at": {
  3517. "description": "注册时间",
  3518. "type": "string"
  3519. },
  3520. "total_income": {
  3521. "description": "累计收益",
  3522. "type": "string"
  3523. }
  3524. }
  3525. },
  3526. "md.FindSubUserRelationshipMapResp": {
  3527. "type": "object",
  3528. "properties": {
  3529. "basic_setting": {
  3530. "description": "公排设置",
  3531. "allOf": [
  3532. {
  3533. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  3534. }
  3535. ]
  3536. },
  3537. "search_uid": {
  3538. "description": "查找的用户 ID",
  3539. "type": "string"
  3540. },
  3541. "sub_user": {
  3542. "description": "上级用户信息",
  3543. "allOf": [
  3544. {
  3545. "$ref": "#/definitions/md.SubUser"
  3546. }
  3547. ]
  3548. }
  3549. }
  3550. },
  3551. "md.FreePublishUserNode": {
  3552. "type": "object",
  3553. "properties": {
  3554. "nickname": {
  3555. "type": "string",
  3556. "example": "昵称"
  3557. },
  3558. "phone": {
  3559. "type": "string",
  3560. "example": "手机号"
  3561. },
  3562. "uid": {
  3563. "type": "integer"
  3564. }
  3565. }
  3566. },
  3567. "md.FundDataNode": {
  3568. "type": "object",
  3569. "properties": {
  3570. "balance_amount": {
  3571. "description": "余额",
  3572. "type": "string"
  3573. },
  3574. "balance_times": {
  3575. "description": "剩余执行次数",
  3576. "type": "integer"
  3577. },
  3578. "create_at": {
  3579. "description": "创建时间",
  3580. "type": "string"
  3581. },
  3582. "hours": {
  3583. "description": "时长",
  3584. "type": "integer"
  3585. },
  3586. "kind": {
  3587. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  3588. "type": "integer"
  3589. },
  3590. "memo": {
  3591. "description": "备注",
  3592. "type": "string"
  3593. },
  3594. "system_id": {
  3595. "type": "integer"
  3596. },
  3597. "total_amount": {
  3598. "description": "金额",
  3599. "type": "string"
  3600. }
  3601. }
  3602. },
  3603. "md.FundDataRecordNode": {
  3604. "type": "object",
  3605. "properties": {
  3606. "after_planet_total_value": {
  3607. "description": "执行后-星球价值",
  3608. "type": "string"
  3609. },
  3610. "after_price": {
  3611. "description": "执行后-价格",
  3612. "type": "string"
  3613. },
  3614. "balance_amount": {
  3615. "description": "余额",
  3616. "type": "string"
  3617. },
  3618. "balance_times": {
  3619. "description": "剩余执行次数",
  3620. "type": "integer"
  3621. },
  3622. "before_planet_total_value": {
  3623. "description": "执行前-星球价值",
  3624. "type": "string"
  3625. },
  3626. "before_price": {
  3627. "description": "执行前-价格",
  3628. "type": "string"
  3629. },
  3630. "create_at": {
  3631. "type": "string"
  3632. },
  3633. "total_amount": {
  3634. "description": "金额",
  3635. "type": "string"
  3636. }
  3637. }
  3638. },
  3639. "md.GetActivePointsUserCoinFlowListReq": {
  3640. "type": "object",
  3641. "properties": {
  3642. "coin_id": {
  3643. "description": "货币类型 ID",
  3644. "type": "integer"
  3645. },
  3646. "direction": {
  3647. "description": "流水方向:1收入 2支出",
  3648. "type": "integer"
  3649. },
  3650. "end_at": {
  3651. "description": "结束时间",
  3652. "type": "string"
  3653. },
  3654. "page": {
  3655. "description": "页数",
  3656. "type": "integer"
  3657. },
  3658. "page_size": {
  3659. "description": "每页大小",
  3660. "type": "integer"
  3661. },
  3662. "start_at": {
  3663. "description": "开始时间",
  3664. "type": "string"
  3665. },
  3666. "uid": {
  3667. "description": "用户 ID",
  3668. "type": "integer"
  3669. }
  3670. }
  3671. },
  3672. "md.GetActivePointsUserCoinFlowListResp": {
  3673. "type": "object",
  3674. "properties": {
  3675. "list": {
  3676. "description": "流水信息",
  3677. "type": "array",
  3678. "items": {
  3679. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  3680. }
  3681. },
  3682. "paginate": {
  3683. "description": "分页信息",
  3684. "allOf": [
  3685. {
  3686. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3687. }
  3688. ]
  3689. },
  3690. "select_data": {
  3691. "description": "流水类型",
  3692. "allOf": [
  3693. {
  3694. "$ref": "#/definitions/md.SelectData"
  3695. }
  3696. ]
  3697. }
  3698. }
  3699. },
  3700. "md.GetActivePointsUserCoinListReq": {
  3701. "type": "object",
  3702. "properties": {
  3703. "end_coin": {
  3704. "type": "string",
  3705. "example": "最大金额"
  3706. },
  3707. "kind": {
  3708. "description": "虚拟币种类编号",
  3709. "type": "integer"
  3710. },
  3711. "page": {
  3712. "description": "页数",
  3713. "type": "integer"
  3714. },
  3715. "page_size": {
  3716. "description": "单页大小",
  3717. "type": "integer"
  3718. },
  3719. "start_coin": {
  3720. "type": "string",
  3721. "example": "最小金额"
  3722. },
  3723. "uid": {
  3724. "description": "指定查询用户 ID",
  3725. "type": "integer"
  3726. },
  3727. "user_name": {
  3728. "type": "string",
  3729. "example": "用户名称"
  3730. },
  3731. "user_phone": {
  3732. "type": "string",
  3733. "example": "手机号"
  3734. }
  3735. }
  3736. },
  3737. "md.GetActivePointsUserCoinListResp": {
  3738. "type": "object",
  3739. "properties": {
  3740. "kind_list": {
  3741. "description": "货币类型集合",
  3742. "type": "array",
  3743. "items": {
  3744. "$ref": "#/definitions/md.VirtualCoinListNode"
  3745. }
  3746. },
  3747. "list": {
  3748. "description": "余额集合",
  3749. "type": "array",
  3750. "items": {
  3751. "$ref": "#/definitions/md.ActivePointsWalletNode"
  3752. }
  3753. },
  3754. "sum_user_amount": {
  3755. "description": "用户持有总数",
  3756. "type": "number"
  3757. },
  3758. "total": {
  3759. "description": "持有该类型用户数",
  3760. "type": "integer"
  3761. }
  3762. }
  3763. },
  3764. "md.GetBasicResp": {
  3765. "type": "object",
  3766. "properties": {
  3767. "oss_access_key_id": {
  3768. "type": "string",
  3769. "example": "oss访问秘钥id"
  3770. },
  3771. "oss_access_key_secret": {
  3772. "type": "string",
  3773. "example": "oss访问秘钥"
  3774. },
  3775. "oss_bucket_name": {
  3776. "type": "string",
  3777. "example": "oss存储桶名称"
  3778. },
  3779. "oss_bucket_scheme": {
  3780. "type": "string",
  3781. "example": "oss上传方式"
  3782. },
  3783. "oss_endpoint": {
  3784. "type": "string",
  3785. "example": "oss地域节点"
  3786. },
  3787. "oss_object_domain": {
  3788. "type": "string",
  3789. "example": "oss域名"
  3790. }
  3791. }
  3792. },
  3793. "md.GetEggCoreDataListResp": {
  3794. "type": "object",
  3795. "properties": {
  3796. "now_energy_total_nums": {
  3797. "description": "现行总量",
  3798. "type": "string",
  3799. "example": "现行总量"
  3800. },
  3801. "now_price": {
  3802. "description": "当前价格",
  3803. "type": "string",
  3804. "example": "当前价格"
  3805. },
  3806. "planet_total_value": {
  3807. "description": "星球价值",
  3808. "type": "string",
  3809. "example": "星球价值"
  3810. },
  3811. "user_hold_total_nums": {
  3812. "description": "用户持有总量",
  3813. "type": "object",
  3814. "additionalProperties": {
  3815. "type": "string"
  3816. }
  3817. }
  3818. }
  3819. },
  3820. "md.GetEggEnergyBasicResp": {
  3821. "type": "object",
  3822. "properties": {
  3823. "basic_setting": {
  3824. "description": "基础设置",
  3825. "allOf": [
  3826. {
  3827. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  3828. }
  3829. ]
  3830. },
  3831. "data_setting": {
  3832. "description": "数据设置",
  3833. "allOf": [
  3834. {
  3835. "$ref": "#/definitions/md.DataSetting"
  3836. }
  3837. ]
  3838. },
  3839. "destruction_setting": {
  3840. "description": "销毁设置",
  3841. "allOf": [
  3842. {
  3843. "$ref": "#/definitions/md.DestructionSettingStruct"
  3844. }
  3845. ]
  3846. },
  3847. "exchange_rules": {
  3848. "description": "兑换规则",
  3849. "allOf": [
  3850. {
  3851. "$ref": "#/definitions/md.ExchangeRulesStruct"
  3852. }
  3853. ]
  3854. },
  3855. "new_user_incentive_rules": {
  3856. "description": "新用户奖励规则",
  3857. "allOf": [
  3858. {
  3859. "$ref": "#/definitions/md.NewUserRewardRules"
  3860. }
  3861. ]
  3862. },
  3863. "price_setting": {
  3864. "description": "价格设置",
  3865. "allOf": [
  3866. {
  3867. "$ref": "#/definitions/md.PriceSettingStruct"
  3868. }
  3869. ]
  3870. },
  3871. "reward_system": {
  3872. "description": "圈层奖励",
  3873. "type": "array",
  3874. "items": {
  3875. "$ref": "#/definitions/md.RewardSystemStruct"
  3876. }
  3877. },
  3878. "system_id": {
  3879. "description": "该设置系统 ID",
  3880. "type": "integer"
  3881. },
  3882. "video_reward_setting": {
  3883. "description": "视频奖励",
  3884. "allOf": [
  3885. {
  3886. "$ref": "#/definitions/md.VideoRewardSetting"
  3887. }
  3888. ]
  3889. }
  3890. }
  3891. },
  3892. "md.GetEggEnergyVipSettingResp": {
  3893. "type": "object",
  3894. "properties": {
  3895. "level_list": {
  3896. "description": "会员等级列表",
  3897. "type": "array",
  3898. "items": {
  3899. "type": "object",
  3900. "additionalProperties": true
  3901. }
  3902. },
  3903. "list": {
  3904. "description": "会员权益设置",
  3905. "type": "array",
  3906. "items": {
  3907. "$ref": "#/definitions/md.VipEquitySettingNode"
  3908. }
  3909. }
  3910. }
  3911. },
  3912. "md.GetFreePublishUserReq": {
  3913. "type": "object",
  3914. "properties": {
  3915. "limit": {
  3916. "description": "每页大小",
  3917. "type": "integer"
  3918. },
  3919. "page": {
  3920. "description": "当前页数",
  3921. "type": "integer"
  3922. },
  3923. "uid": {
  3924. "description": "筛选的用户 ID",
  3925. "type": "integer"
  3926. }
  3927. }
  3928. },
  3929. "md.GetFreePublishUserResp": {
  3930. "type": "object",
  3931. "properties": {
  3932. "list": {
  3933. "description": "免罚用户列表",
  3934. "type": "array",
  3935. "items": {
  3936. "$ref": "#/definitions/md.FreePublishUserNode"
  3937. }
  3938. },
  3939. "paginate": {
  3940. "description": "分页信息",
  3941. "allOf": [
  3942. {
  3943. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3944. }
  3945. ]
  3946. }
  3947. }
  3948. },
  3949. "md.GetFundDataListReq": {
  3950. "type": "object",
  3951. "properties": {
  3952. "end_at": {
  3953. "type": "string",
  3954. "example": "结束时间"
  3955. },
  3956. "kind": {
  3957. "description": "数据类型",
  3958. "type": "integer"
  3959. },
  3960. "limit": {
  3961. "description": "每页大小",
  3962. "type": "integer"
  3963. },
  3964. "page": {
  3965. "description": "页数",
  3966. "type": "integer"
  3967. },
  3968. "start_at": {
  3969. "type": "string",
  3970. "example": "开始时间"
  3971. }
  3972. }
  3973. },
  3974. "md.GetFundDataListResp": {
  3975. "type": "object",
  3976. "properties": {
  3977. "kind_list": {
  3978. "description": "类型列表",
  3979. "type": "array",
  3980. "items": {
  3981. "type": "object",
  3982. "additionalProperties": true
  3983. }
  3984. },
  3985. "list": {
  3986. "description": "数据列表",
  3987. "type": "array",
  3988. "items": {
  3989. "$ref": "#/definitions/md.FundDataNode"
  3990. }
  3991. },
  3992. "paginate": {
  3993. "description": "分页数据",
  3994. "allOf": [
  3995. {
  3996. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3997. }
  3998. ]
  3999. }
  4000. }
  4001. },
  4002. "md.GetFundDataRecordListReq": {
  4003. "type": "object",
  4004. "properties": {
  4005. "limit": {
  4006. "description": "页面大小",
  4007. "type": "integer"
  4008. },
  4009. "page": {
  4010. "description": "页数",
  4011. "type": "integer"
  4012. },
  4013. "system_id": {
  4014. "description": "数据在系统中的 ID",
  4015. "type": "integer"
  4016. }
  4017. }
  4018. },
  4019. "md.GetFundDataRecordListResp": {
  4020. "type": "object",
  4021. "properties": {
  4022. "list": {
  4023. "type": "array",
  4024. "items": {
  4025. "$ref": "#/definitions/md.FundDataRecordNode"
  4026. }
  4027. },
  4028. "paginate": {
  4029. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4030. }
  4031. }
  4032. },
  4033. "md.GetGreenEnergyUserCoinFlowListReq": {
  4034. "type": "object",
  4035. "properties": {
  4036. "coin_id": {
  4037. "description": "货币类型 ID",
  4038. "type": "integer"
  4039. },
  4040. "direction": {
  4041. "description": "流水方向:1收入 2支出",
  4042. "type": "integer"
  4043. },
  4044. "end_at": {
  4045. "description": "结束时间",
  4046. "type": "string"
  4047. },
  4048. "page": {
  4049. "description": "页数",
  4050. "type": "integer"
  4051. },
  4052. "page_size": {
  4053. "description": "每页大小",
  4054. "type": "integer"
  4055. },
  4056. "start_at": {
  4057. "description": "开始时间",
  4058. "type": "string"
  4059. },
  4060. "uid": {
  4061. "description": "用户 ID",
  4062. "type": "integer"
  4063. }
  4064. }
  4065. },
  4066. "md.GetGreenEnergyUserCoinFlowListResp": {
  4067. "type": "object",
  4068. "properties": {
  4069. "list": {
  4070. "description": "流水信息",
  4071. "type": "array",
  4072. "items": {
  4073. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  4074. }
  4075. },
  4076. "paginate": {
  4077. "description": "分页信息",
  4078. "allOf": [
  4079. {
  4080. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4081. }
  4082. ]
  4083. },
  4084. "select_data": {
  4085. "description": "流水类型",
  4086. "allOf": [
  4087. {
  4088. "$ref": "#/definitions/md.SelectData"
  4089. }
  4090. ]
  4091. }
  4092. }
  4093. },
  4094. "md.GetGreenEnergyUserCoinListReq": {
  4095. "type": "object",
  4096. "properties": {
  4097. "end_coin": {
  4098. "type": "string",
  4099. "example": "最大金额"
  4100. },
  4101. "kind": {
  4102. "description": "虚拟币种类编号",
  4103. "type": "integer"
  4104. },
  4105. "page": {
  4106. "description": "页数",
  4107. "type": "integer"
  4108. },
  4109. "page_size": {
  4110. "description": "单页大小",
  4111. "type": "integer"
  4112. },
  4113. "start_coin": {
  4114. "type": "string",
  4115. "example": "最小金额"
  4116. },
  4117. "uid": {
  4118. "description": "指定查询用户 ID",
  4119. "type": "integer"
  4120. },
  4121. "user_name": {
  4122. "type": "string",
  4123. "example": "用户名称"
  4124. },
  4125. "user_phone": {
  4126. "type": "string",
  4127. "example": "手机号"
  4128. }
  4129. }
  4130. },
  4131. "md.GetGreenEnergyUserCoinListResp": {
  4132. "type": "object",
  4133. "properties": {
  4134. "kind_list": {
  4135. "description": "货币类型集合",
  4136. "type": "array",
  4137. "items": {
  4138. "$ref": "#/definitions/md.VirtualCoinListNode"
  4139. }
  4140. },
  4141. "list": {
  4142. "description": "余额集合",
  4143. "type": "array",
  4144. "items": {
  4145. "$ref": "#/definitions/md.ActivePointsWalletNode"
  4146. }
  4147. },
  4148. "sum_user_amount": {
  4149. "description": "用户持有总数",
  4150. "type": "number"
  4151. },
  4152. "total": {
  4153. "description": "持有该类型用户数",
  4154. "type": "integer"
  4155. }
  4156. }
  4157. },
  4158. "md.GetLevelListResp": {
  4159. "type": "object",
  4160. "properties": {
  4161. "list": {
  4162. "type": "array",
  4163. "items": {
  4164. "$ref": "#/definitions/md.LevelListNode"
  4165. }
  4166. },
  4167. "paginate": {
  4168. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  4169. }
  4170. }
  4171. },
  4172. "md.GetPriceCurveResp": {
  4173. "type": "object",
  4174. "properties": {
  4175. "x_data": {
  4176. "type": "array",
  4177. "items": {}
  4178. },
  4179. "y_data": {
  4180. "type": "array",
  4181. "items": {}
  4182. }
  4183. }
  4184. },
  4185. "md.GetPublicPlatoonBasicResp": {
  4186. "type": "object",
  4187. "properties": {
  4188. "is_open": {
  4189. "description": "是否开启(1:开启 0:关闭)",
  4190. "type": "integer"
  4191. },
  4192. "is_self_active_get_team_revenue": {
  4193. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  4194. "type": "integer"
  4195. },
  4196. "originator_name": {
  4197. "description": "创始人名称",
  4198. "type": "string"
  4199. },
  4200. "originator_uid": {
  4201. "description": "创始人uid",
  4202. "type": "integer"
  4203. },
  4204. "several_rows": {
  4205. "description": "几排",
  4206. "type": "integer"
  4207. },
  4208. "several_times": {
  4209. "description": "几乘",
  4210. "type": "integer"
  4211. },
  4212. "system_punish_replace": {
  4213. "description": "是否位置滑落 被新用户替换 0否 1是",
  4214. "type": "integer"
  4215. },
  4216. "system_punish_replace_value": {
  4217. "description": "xx天未活跃,处罚滑落",
  4218. "type": "integer"
  4219. }
  4220. }
  4221. },
  4222. "md.GetTagListResp": {
  4223. "type": "object",
  4224. "properties": {
  4225. "list": {
  4226. "type": "array",
  4227. "items": {
  4228. "$ref": "#/definitions/md.TagListNode"
  4229. }
  4230. },
  4231. "paginate": {
  4232. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  4233. }
  4234. }
  4235. },
  4236. "md.GetVideoRewardResp": {
  4237. "type": "object",
  4238. "properties": {
  4239. "ecmp": {
  4240. "description": "当前 Ecpm 值",
  4241. "type": "string"
  4242. },
  4243. "unit_price": {
  4244. "description": "单价",
  4245. "type": "string"
  4246. }
  4247. }
  4248. },
  4249. "md.LevelListNode": {
  4250. "type": "object",
  4251. "properties": {
  4252. "count": {
  4253. "description": "等级人数",
  4254. "type": "string"
  4255. },
  4256. "create_at": {
  4257. "description": "创建时间",
  4258. "type": "string"
  4259. },
  4260. "is_use": {
  4261. "description": "是否开启(0.否, 1.是)",
  4262. "type": "integer"
  4263. },
  4264. "level_id": {
  4265. "description": "等级 ID",
  4266. "type": "integer"
  4267. },
  4268. "level_name": {
  4269. "description": "等级名称",
  4270. "type": "string"
  4271. },
  4272. "level_weight": {
  4273. "description": "等级权重",
  4274. "type": "integer"
  4275. },
  4276. "memo": {
  4277. "description": "备注",
  4278. "type": "string"
  4279. }
  4280. }
  4281. },
  4282. "md.ListCommunityDividendsReq": {
  4283. "type": "object",
  4284. "properties": {
  4285. "end_at": {
  4286. "description": "结束时间",
  4287. "type": "string"
  4288. },
  4289. "end_nums": {
  4290. "description": "分红总量上限",
  4291. "type": "integer"
  4292. },
  4293. "limit": {
  4294. "description": "每页大小",
  4295. "type": "integer"
  4296. },
  4297. "page": {
  4298. "description": "页数",
  4299. "type": "integer"
  4300. },
  4301. "start_at": {
  4302. "description": "开始时间",
  4303. "type": "string"
  4304. },
  4305. "start_nums": {
  4306. "description": "分红总量下限",
  4307. "type": "integer"
  4308. }
  4309. }
  4310. },
  4311. "md.ListCommunityDividendsResp": {
  4312. "type": "object",
  4313. "properties": {
  4314. "list": {
  4315. "type": "array",
  4316. "items": {
  4317. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  4318. }
  4319. },
  4320. "paginate": {
  4321. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  4322. }
  4323. }
  4324. },
  4325. "md.ListCommunityDividendsWithUserReq": {
  4326. "type": "object",
  4327. "properties": {
  4328. "limit": {
  4329. "type": "integer"
  4330. },
  4331. "page": {
  4332. "type": "integer"
  4333. },
  4334. "phone": {
  4335. "type": "string"
  4336. },
  4337. "uid": {
  4338. "type": "integer"
  4339. }
  4340. }
  4341. },
  4342. "md.ListCommunityDividendsWithUserResp": {
  4343. "type": "object",
  4344. "properties": {
  4345. "list": {
  4346. "type": "array",
  4347. "items": {
  4348. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  4349. }
  4350. },
  4351. "paginate": {
  4352. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  4353. }
  4354. }
  4355. },
  4356. "md.ListPlatformRevenueReq": {
  4357. "type": "object",
  4358. "properties": {
  4359. "end_at": {
  4360. "type": "string",
  4361. "example": "结束时间"
  4362. },
  4363. "kind": {
  4364. "description": "数据类型",
  4365. "type": "integer"
  4366. },
  4367. "limit": {
  4368. "description": "每页大小",
  4369. "type": "integer"
  4370. },
  4371. "page": {
  4372. "description": "页数",
  4373. "type": "integer"
  4374. },
  4375. "start_at": {
  4376. "type": "string",
  4377. "example": "开始时间"
  4378. }
  4379. }
  4380. },
  4381. "md.ListPlatformRevenueResp": {
  4382. "type": "object",
  4383. "properties": {
  4384. "kind_list": {
  4385. "description": "类型列表",
  4386. "type": "array",
  4387. "items": {
  4388. "type": "object",
  4389. "additionalProperties": true
  4390. }
  4391. },
  4392. "list": {
  4393. "description": "数据列表",
  4394. "type": "array",
  4395. "items": {
  4396. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  4397. }
  4398. },
  4399. "paginate": {
  4400. "description": "分页数据",
  4401. "allOf": [
  4402. {
  4403. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4404. }
  4405. ]
  4406. }
  4407. }
  4408. },
  4409. "md.LoginReq": {
  4410. "type": "object",
  4411. "required": [
  4412. "password",
  4413. "username"
  4414. ],
  4415. "properties": {
  4416. "code": {
  4417. "type": "string",
  4418. "example": "验证码"
  4419. },
  4420. "password": {
  4421. "type": "string",
  4422. "example": "登录密码"
  4423. },
  4424. "username": {
  4425. "type": "string",
  4426. "example": "登录账号"
  4427. }
  4428. }
  4429. },
  4430. "md.LoginResponse": {
  4431. "type": "object",
  4432. "properties": {
  4433. "token": {
  4434. "type": "string"
  4435. }
  4436. }
  4437. },
  4438. "md.ManualScoreReq": {
  4439. "type": "object",
  4440. "properties": {
  4441. "index_id": {
  4442. "description": "文档id",
  4443. "type": "string"
  4444. },
  4445. "score": {
  4446. "type": "string",
  4447. "example": "分数"
  4448. }
  4449. }
  4450. },
  4451. "md.NewUserRedPackageGetBasicResp": {
  4452. "type": "object",
  4453. "properties": {
  4454. "create_at": {
  4455. "type": "string"
  4456. },
  4457. "days": {
  4458. "description": "天数",
  4459. "type": "integer"
  4460. },
  4461. "is_double": {
  4462. "description": "是否翻倍",
  4463. "type": "integer"
  4464. },
  4465. "is_open": {
  4466. "description": "是否开启(1:开启 0:关闭)",
  4467. "type": "integer"
  4468. },
  4469. "total_amount": {
  4470. "type": "string",
  4471. "example": "总金额"
  4472. },
  4473. "update_at": {
  4474. "type": "string"
  4475. }
  4476. }
  4477. },
  4478. "md.NewUserRedPackageRecordFlowListReq": {
  4479. "type": "object",
  4480. "properties": {
  4481. "end_at": {
  4482. "description": "结束时间",
  4483. "type": "string"
  4484. },
  4485. "limit": {
  4486. "description": "每页大小",
  4487. "type": "integer"
  4488. },
  4489. "page": {
  4490. "description": "页数",
  4491. "type": "integer"
  4492. },
  4493. "start_at": {
  4494. "description": "开始时间",
  4495. "type": "string"
  4496. },
  4497. "uid": {
  4498. "description": "用户 ID",
  4499. "type": "integer"
  4500. }
  4501. }
  4502. },
  4503. "md.NewUserRedPackageRecordFlowListResp": {
  4504. "type": "object",
  4505. "properties": {
  4506. "list": {
  4507. "type": "array",
  4508. "items": {
  4509. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  4510. }
  4511. },
  4512. "paginate": {
  4513. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  4514. }
  4515. }
  4516. },
  4517. "md.NewUserRedPackageRecordFlowNode": {
  4518. "type": "object",
  4519. "properties": {
  4520. "balance_amount": {
  4521. "description": "剩余金额",
  4522. "type": "string"
  4523. },
  4524. "balance_days": {
  4525. "description": "剩余天数",
  4526. "type": "integer"
  4527. },
  4528. "basic_amount": {
  4529. "description": "基础金额",
  4530. "type": "string"
  4531. },
  4532. "create_at": {
  4533. "description": "创建时间",
  4534. "type": "string"
  4535. },
  4536. "day_num": {
  4537. "description": "第x天",
  4538. "type": "integer"
  4539. },
  4540. "double_rate": {
  4541. "description": "倍率",
  4542. "type": "string"
  4543. },
  4544. "id": {
  4545. "description": "流水 ID",
  4546. "type": "integer"
  4547. },
  4548. "is_double": {
  4549. "description": "是否翻倍",
  4550. "type": "integer"
  4551. },
  4552. "receive_days": {
  4553. "description": "领取天数",
  4554. "type": "integer"
  4555. },
  4556. "total_amount": {
  4557. "description": "实际金额",
  4558. "type": "string"
  4559. },
  4560. "uid": {
  4561. "description": "用户 ID",
  4562. "type": "integer"
  4563. }
  4564. }
  4565. },
  4566. "md.NewUserRedPackageRecordListReq": {
  4567. "type": "object",
  4568. "properties": {
  4569. "end_at": {
  4570. "description": "结束时间",
  4571. "type": "string"
  4572. },
  4573. "limit": {
  4574. "description": "每页大小",
  4575. "type": "integer"
  4576. },
  4577. "page": {
  4578. "description": "页数",
  4579. "type": "integer"
  4580. },
  4581. "start_at": {
  4582. "description": "开始时间",
  4583. "type": "string"
  4584. },
  4585. "uid": {
  4586. "description": "用户 ID",
  4587. "type": "integer"
  4588. }
  4589. }
  4590. },
  4591. "md.NewUserRedPackageRecordListResp": {
  4592. "type": "object",
  4593. "properties": {
  4594. "list": {
  4595. "type": "array",
  4596. "items": {
  4597. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  4598. }
  4599. },
  4600. "paginate": {
  4601. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  4602. }
  4603. }
  4604. },
  4605. "md.NewUserRedPackageRecordNode": {
  4606. "type": "object",
  4607. "properties": {
  4608. "balance_amount": {
  4609. "description": "剩余金额",
  4610. "type": "string"
  4611. },
  4612. "balance_days": {
  4613. "description": "剩余天数",
  4614. "type": "integer"
  4615. },
  4616. "create_at": {
  4617. "description": "创建时间",
  4618. "type": "string"
  4619. },
  4620. "days": {
  4621. "description": "天数",
  4622. "type": "integer"
  4623. },
  4624. "receive_days": {
  4625. "description": "领取天数",
  4626. "type": "integer"
  4627. },
  4628. "state": {
  4629. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  4630. "type": "integer"
  4631. },
  4632. "system_id": {
  4633. "description": "系统中记录的 ID",
  4634. "type": "integer"
  4635. },
  4636. "total_amount": {
  4637. "description": "金额",
  4638. "type": "string"
  4639. },
  4640. "uid": {
  4641. "description": "用户 ID",
  4642. "type": "integer"
  4643. },
  4644. "update_at": {
  4645. "description": "修改时间",
  4646. "type": "string"
  4647. }
  4648. }
  4649. },
  4650. "md.NewUserRedPackageUpdateBasicReq": {
  4651. "type": "object",
  4652. "properties": {
  4653. "days": {
  4654. "description": "天数",
  4655. "type": "integer"
  4656. },
  4657. "is_double": {
  4658. "description": "是否翻倍",
  4659. "type": "integer"
  4660. },
  4661. "is_open": {
  4662. "description": "是否开启(1:开启 0:关闭)",
  4663. "type": "integer"
  4664. },
  4665. "total_amount": {
  4666. "type": "string",
  4667. "example": "总金额"
  4668. }
  4669. }
  4670. },
  4671. "md.NewUserRewardRules": {
  4672. "type": "object",
  4673. "properties": {
  4674. "continue_days": {
  4675. "description": "连续x天",
  4676. "type": "integer"
  4677. },
  4678. "invite_user_reward_value": {
  4679. "description": "拉新用户奖励x个活跃积分",
  4680. "type": "integer"
  4681. },
  4682. "reward_coefficient": {
  4683. "description": "奖励系数",
  4684. "type": "number"
  4685. }
  4686. }
  4687. },
  4688. "md.OtherNode": {
  4689. "type": "object",
  4690. "properties": {
  4691. "create_at": {
  4692. "description": "注册时间",
  4693. "type": "string"
  4694. },
  4695. "last_login_at": {
  4696. "description": "最近登录时间",
  4697. "type": "string"
  4698. },
  4699. "last_login_ip": {
  4700. "description": "最后登录 IP",
  4701. "type": "string"
  4702. }
  4703. }
  4704. },
  4705. "md.PlatformRevenueDataNode": {
  4706. "type": "object",
  4707. "properties": {
  4708. "balance_amount": {
  4709. "description": "余额",
  4710. "type": "string"
  4711. },
  4712. "balance_times": {
  4713. "description": "剩余执行次数",
  4714. "type": "integer"
  4715. },
  4716. "create_at": {
  4717. "description": "创建时间",
  4718. "type": "string"
  4719. },
  4720. "hours": {
  4721. "description": "时长",
  4722. "type": "integer"
  4723. },
  4724. "kind": {
  4725. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  4726. "type": "integer"
  4727. },
  4728. "memo": {
  4729. "description": "备注",
  4730. "type": "string"
  4731. },
  4732. "system_id": {
  4733. "type": "integer"
  4734. },
  4735. "total_amount": {
  4736. "description": "金额",
  4737. "type": "string"
  4738. }
  4739. }
  4740. },
  4741. "md.PriceSettingStruct": {
  4742. "type": "object",
  4743. "properties": {
  4744. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  4745. "description": "市商资金单笔x元自动兑换",
  4746. "type": "string"
  4747. },
  4748. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  4749. "description": "市商数量单笔x数量自动兑换",
  4750. "type": "string"
  4751. },
  4752. "price_below_value": {
  4753. "description": "低于x元",
  4754. "type": "string"
  4755. },
  4756. "price_higher_than_value": {
  4757. "description": "高于x元",
  4758. "type": "string"
  4759. }
  4760. }
  4761. },
  4762. "md.Response": {
  4763. "type": "object",
  4764. "properties": {
  4765. "code": {
  4766. "type": "string",
  4767. "example": "响应码"
  4768. },
  4769. "data": {
  4770. "description": "内容"
  4771. },
  4772. "msg": {
  4773. "type": "string",
  4774. "example": "具体错误原因"
  4775. }
  4776. }
  4777. },
  4778. "md.RewardSystemStruct": {
  4779. "type": "object",
  4780. "properties": {
  4781. "level": {
  4782. "description": "圈层",
  4783. "type": "integer"
  4784. },
  4785. "reward_condition": {
  4786. "description": "奖励条件",
  4787. "type": "string"
  4788. },
  4789. "reward_value": {
  4790. "description": "奖励值",
  4791. "type": "string"
  4792. }
  4793. }
  4794. },
  4795. "md.SelectData": {
  4796. "type": "object",
  4797. "properties": {
  4798. "direction": {
  4799. "type": "array",
  4800. "items": {
  4801. "type": "object",
  4802. "additionalProperties": {
  4803. "type": "string"
  4804. }
  4805. }
  4806. }
  4807. }
  4808. },
  4809. "md.SelectMemberNode": {
  4810. "type": "object",
  4811. "properties": {
  4812. "avatar": {
  4813. "description": "会员头像",
  4814. "type": "string"
  4815. },
  4816. "level": {
  4817. "description": "会员等级",
  4818. "type": "string"
  4819. },
  4820. "nickname": {
  4821. "description": "会员昵称",
  4822. "type": "string"
  4823. },
  4824. "phone": {
  4825. "description": "会员手机号",
  4826. "type": "string"
  4827. },
  4828. "uid": {
  4829. "description": "会员 ID",
  4830. "type": "integer"
  4831. }
  4832. }
  4833. },
  4834. "md.SelectMemberReq": {
  4835. "type": "object",
  4836. "properties": {
  4837. "level": {
  4838. "description": "会员等级",
  4839. "type": "integer"
  4840. },
  4841. "limit": {
  4842. "description": "每页大小",
  4843. "type": "integer"
  4844. },
  4845. "nickname": {
  4846. "description": "会员昵称",
  4847. "type": "string"
  4848. },
  4849. "page": {
  4850. "description": "页数",
  4851. "type": "integer"
  4852. },
  4853. "phone": {
  4854. "description": "会员手机号",
  4855. "type": "string"
  4856. },
  4857. "uid": {
  4858. "description": "会员 ID",
  4859. "type": "integer"
  4860. }
  4861. }
  4862. },
  4863. "md.SelectMemberResp": {
  4864. "type": "object",
  4865. "properties": {
  4866. "level_list": {
  4867. "description": "会员等级列表",
  4868. "type": "array",
  4869. "items": {
  4870. "type": "object",
  4871. "additionalProperties": true
  4872. }
  4873. },
  4874. "list": {
  4875. "description": "会员数据",
  4876. "type": "array",
  4877. "items": {
  4878. "$ref": "#/definitions/md.SelectMemberNode"
  4879. }
  4880. },
  4881. "paginate": {
  4882. "description": "分页信息",
  4883. "allOf": [
  4884. {
  4885. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  4886. }
  4887. ]
  4888. }
  4889. }
  4890. },
  4891. "md.SetBasicReq": {
  4892. "type": "object",
  4893. "properties": {
  4894. "oss_access_key_id": {
  4895. "type": "string",
  4896. "example": "oss访问秘钥id"
  4897. },
  4898. "oss_access_key_secret": {
  4899. "type": "string",
  4900. "example": "oss访问秘钥"
  4901. },
  4902. "oss_bucket_name": {
  4903. "type": "string",
  4904. "example": "oss存储桶名称"
  4905. },
  4906. "oss_bucket_scheme": {
  4907. "type": "string",
  4908. "example": "oss上传方式"
  4909. },
  4910. "oss_endpoint": {
  4911. "type": "string",
  4912. "example": "oss地域节点"
  4913. },
  4914. "oss_object_domain": {
  4915. "type": "string",
  4916. "example": "oss域名"
  4917. }
  4918. }
  4919. },
  4920. "md.SetVideoRewardReq": {
  4921. "type": "object",
  4922. "properties": {
  4923. "ecpm": {
  4924. "description": "当前 Ecpm 值",
  4925. "type": "string"
  4926. },
  4927. "unit_price": {
  4928. "description": "单价",
  4929. "type": "string"
  4930. }
  4931. }
  4932. },
  4933. "md.SonUserDailyActivityAnalysisNode": {
  4934. "type": "object",
  4935. "properties": {
  4936. "activity_day_nums": {
  4937. "description": "活跃子节点活跃天数",
  4938. "type": "integer"
  4939. },
  4940. "nickname": {
  4941. "type": "string",
  4942. "example": "昵称"
  4943. },
  4944. "phone": {
  4945. "type": "string",
  4946. "example": "手机号"
  4947. },
  4948. "uid": {
  4949. "description": "查询用户活跃子节点 ID",
  4950. "type": "integer"
  4951. }
  4952. }
  4953. },
  4954. "md.StatisticsEggPointReq": {
  4955. "type": "object",
  4956. "properties": {
  4957. "week": {
  4958. "type": "string",
  4959. "example": "周份"
  4960. },
  4961. "year": {
  4962. "type": "string",
  4963. "example": "年份"
  4964. }
  4965. }
  4966. },
  4967. "md.StatisticsEggPointResp": {
  4968. "type": "object",
  4969. "properties": {
  4970. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  4971. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  4972. "type": "array",
  4973. "items": {
  4974. "type": "object",
  4975. "additionalProperties": {
  4976. "type": "string"
  4977. }
  4978. }
  4979. },
  4980. "statistics_user_egg_browse_interface_nums_range": {
  4981. "description": "统计用户\"浏览界面次数\"范围",
  4982. "type": "array",
  4983. "items": {
  4984. "type": "object",
  4985. "additionalProperties": {
  4986. "type": "string"
  4987. }
  4988. }
  4989. },
  4990. "statistics_user_egg_college_learning_nums_range": {
  4991. "description": "统计用户\"学院学习次数\"范围",
  4992. "type": "array",
  4993. "items": {
  4994. "type": "object",
  4995. "additionalProperties": {
  4996. "type": "string"
  4997. }
  4998. }
  4999. },
  5000. "statistics_user_egg_ecpm_range": {
  5001. "description": "统计用户\"ecpm\"范围",
  5002. "type": "array",
  5003. "items": {
  5004. "type": "object",
  5005. "additionalProperties": {
  5006. "type": "string"
  5007. }
  5008. }
  5009. },
  5010. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  5011. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  5012. "type": "array",
  5013. "items": {
  5014. "type": "object",
  5015. "additionalProperties": {
  5016. "type": "string"
  5017. }
  5018. }
  5019. },
  5020. "statistics_user_egg_forum_comments_nums_range": {
  5021. "description": "统计用户\"论坛评论次数\"范围",
  5022. "type": "array",
  5023. "items": {
  5024. "type": "object",
  5025. "additionalProperties": {
  5026. "type": "string"
  5027. }
  5028. }
  5029. },
  5030. "statistics_user_egg_invite_user_nums_range": {
  5031. "description": "统计用户\"拉新人数\"范围",
  5032. "type": "array",
  5033. "items": {
  5034. "type": "object",
  5035. "additionalProperties": {
  5036. "type": "string"
  5037. }
  5038. }
  5039. },
  5040. "statistics_user_egg_kind_proportion": {
  5041. "description": "统计用户蛋蛋分\"评比类型\"占比",
  5042. "type": "array",
  5043. "items": {
  5044. "type": "object",
  5045. "additionalProperties": true
  5046. }
  5047. },
  5048. "statistics_user_egg_person_add_activity_value_range": {
  5049. "description": "统计用户\"个人活跃积分增量值\"范围",
  5050. "type": "array",
  5051. "items": {
  5052. "type": "object",
  5053. "additionalProperties": {
  5054. "type": "string"
  5055. }
  5056. }
  5057. },
  5058. "statistics_user_egg_score_value_range": {
  5059. "description": "统计用户蛋蛋分范围",
  5060. "type": "array",
  5061. "items": {
  5062. "type": "object",
  5063. "additionalProperties": {
  5064. "type": "string"
  5065. }
  5066. }
  5067. },
  5068. "statistics_user_egg_send_circle_of_friend_nums_range": {
  5069. "description": "统计用户\"发朋友圈次数\"范围",
  5070. "type": "array",
  5071. "items": {
  5072. "type": "object",
  5073. "additionalProperties": {
  5074. "type": "string"
  5075. }
  5076. }
  5077. },
  5078. "statistics_user_egg_send_red_package_nums_range": {
  5079. "description": "统计用户\"发红包次数\"范围",
  5080. "type": "array",
  5081. "items": {
  5082. "type": "object",
  5083. "additionalProperties": {
  5084. "type": "string"
  5085. }
  5086. }
  5087. },
  5088. "statistics_user_egg_sign_in_nums_range": {
  5089. "description": "统计用户\"签到次数\"范围",
  5090. "type": "array",
  5091. "items": {
  5092. "type": "object",
  5093. "additionalProperties": {
  5094. "type": "string"
  5095. }
  5096. }
  5097. },
  5098. "statistics_user_egg_team_activity_nums_range": {
  5099. "description": "统计用户\"团队活跃次数\"范围",
  5100. "type": "array",
  5101. "items": {
  5102. "type": "object",
  5103. "additionalProperties": {
  5104. "type": "string"
  5105. }
  5106. }
  5107. },
  5108. "statistics_user_egg_violate_nums_range": {
  5109. "description": "统计用户\"违规次数\"范围",
  5110. "type": "array",
  5111. "items": {
  5112. "type": "object",
  5113. "additionalProperties": {
  5114. "type": "string"
  5115. }
  5116. }
  5117. },
  5118. "week": {
  5119. "type": "string",
  5120. "example": "周份"
  5121. },
  5122. "year": {
  5123. "type": "string",
  5124. "example": "年份"
  5125. },
  5126. "year_list": {
  5127. "description": "年份\u0026\u0026周份列表",
  5128. "type": "object",
  5129. "additionalProperties": {
  5130. "type": "array",
  5131. "items": {
  5132. "type": "string"
  5133. }
  5134. }
  5135. }
  5136. }
  5137. },
  5138. "md.SubUser": {
  5139. "type": "object",
  5140. "properties": {
  5141. "avatar_url": {
  5142. "type": "string",
  5143. "example": "头像"
  5144. },
  5145. "level": {
  5146. "description": "整个系统中的等级",
  5147. "type": "integer"
  5148. },
  5149. "nickname": {
  5150. "type": "string",
  5151. "example": "昵称"
  5152. },
  5153. "phone": {
  5154. "type": "string",
  5155. "example": "手机号"
  5156. },
  5157. "pid": {
  5158. "type": "integer"
  5159. },
  5160. "position": {
  5161. "description": "以pid1为创始人中网的位置",
  5162. "type": "integer"
  5163. },
  5164. "uid": {
  5165. "type": "integer"
  5166. }
  5167. }
  5168. },
  5169. "md.TagListNode": {
  5170. "type": "object",
  5171. "properties": {
  5172. "count": {
  5173. "description": "标签人数",
  5174. "type": "string"
  5175. },
  5176. "create_at": {
  5177. "description": "创建时间",
  5178. "type": "string"
  5179. },
  5180. "memo": {
  5181. "description": "备注",
  5182. "type": "string"
  5183. },
  5184. "name": {
  5185. "description": "名称",
  5186. "type": "string"
  5187. },
  5188. "tag_id": {
  5189. "description": "标签 ID",
  5190. "type": "string"
  5191. }
  5192. }
  5193. },
  5194. "md.TeamRewardSettingStruct": {
  5195. "type": "object",
  5196. "properties": {
  5197. "member_self_is_open_get_team_reward": {
  5198. "description": "会员是否活跃得到团队奖励",
  5199. "type": "string"
  5200. },
  5201. "one_round_duration": {
  5202. "description": "一轮持续时间",
  5203. "type": "string"
  5204. },
  5205. "reward_decrement_value": {
  5206. "description": "递减百分比",
  5207. "type": "string"
  5208. },
  5209. "reward_end_value": {
  5210. "description": "奖励结束值",
  5211. "type": "string"
  5212. }
  5213. }
  5214. },
  5215. "md.TreeNode": {
  5216. "type": "object",
  5217. "properties": {
  5218. "avatar_url": {
  5219. "type": "string",
  5220. "example": "头像"
  5221. },
  5222. "level": {
  5223. "type": "integer"
  5224. },
  5225. "nickname": {
  5226. "type": "string",
  5227. "example": "昵称"
  5228. },
  5229. "phone": {
  5230. "type": "string",
  5231. "example": "手机号"
  5232. },
  5233. "pid": {
  5234. "type": "integer"
  5235. },
  5236. "position": {
  5237. "type": "integer"
  5238. },
  5239. "son": {
  5240. "type": "array",
  5241. "items": {
  5242. "$ref": "#/definitions/md.TreeNode"
  5243. }
  5244. },
  5245. "system_id": {
  5246. "description": "公排网中id",
  5247. "type": "integer"
  5248. },
  5249. "uid": {
  5250. "type": "integer"
  5251. }
  5252. }
  5253. },
  5254. "md.UpdateEggEnergyBasicReq": {
  5255. "type": "object",
  5256. "properties": {
  5257. "basic_setting": {
  5258. "description": "基础设置",
  5259. "allOf": [
  5260. {
  5261. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  5262. }
  5263. ]
  5264. },
  5265. "data_setting": {
  5266. "description": "数据设置",
  5267. "allOf": [
  5268. {
  5269. "$ref": "#/definitions/md.DataSetting"
  5270. }
  5271. ]
  5272. },
  5273. "destruction_setting": {
  5274. "description": "销毁设置",
  5275. "allOf": [
  5276. {
  5277. "$ref": "#/definitions/md.DestructionSettingStruct"
  5278. }
  5279. ]
  5280. },
  5281. "exchange_rules": {
  5282. "description": "兑换规则",
  5283. "allOf": [
  5284. {
  5285. "$ref": "#/definitions/md.ExchangeRulesStruct"
  5286. }
  5287. ]
  5288. },
  5289. "new_user_incentive_rules": {
  5290. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  5291. "allOf": [
  5292. {
  5293. "$ref": "#/definitions/md.NewUserRewardRules"
  5294. }
  5295. ]
  5296. },
  5297. "price_setting": {
  5298. "description": "价格设置",
  5299. "allOf": [
  5300. {
  5301. "$ref": "#/definitions/md.PriceSettingStruct"
  5302. }
  5303. ]
  5304. },
  5305. "reward_system": {
  5306. "description": "圈层奖励",
  5307. "type": "array",
  5308. "items": {
  5309. "$ref": "#/definitions/md.RewardSystemStruct"
  5310. }
  5311. },
  5312. "system_id": {
  5313. "description": "该设置系统 ID",
  5314. "type": "integer"
  5315. },
  5316. "video_reward_setting": {
  5317. "description": "视频奖励",
  5318. "allOf": [
  5319. {
  5320. "$ref": "#/definitions/md.VideoRewardSetting"
  5321. }
  5322. ]
  5323. }
  5324. }
  5325. },
  5326. "md.UpdateEggEnergyVipSettingReq": {
  5327. "type": "object",
  5328. "properties": {
  5329. "list": {
  5330. "description": "更新后数据",
  5331. "type": "array",
  5332. "items": {
  5333. "$ref": "#/definitions/md.VipEquitySettingNode"
  5334. }
  5335. }
  5336. }
  5337. },
  5338. "md.UpdateLevelReq": {
  5339. "type": "object",
  5340. "properties": {
  5341. "is_use": {
  5342. "description": "是否开启(0.否, 1.是)",
  5343. "type": "integer"
  5344. },
  5345. "level_id": {
  5346. "type": "string"
  5347. },
  5348. "level_name": {
  5349. "description": "等级名称",
  5350. "type": "string"
  5351. },
  5352. "level_weight": {
  5353. "description": "等级权重",
  5354. "type": "integer"
  5355. },
  5356. "memo": {
  5357. "description": "备注",
  5358. "type": "string"
  5359. }
  5360. }
  5361. },
  5362. "md.UpdatePublicPlatoonBasicReq": {
  5363. "type": "object",
  5364. "properties": {
  5365. "is_open": {
  5366. "description": "是否开启(1:开启 0:关闭)",
  5367. "type": "integer"
  5368. },
  5369. "is_self_active_get_team_revenue": {
  5370. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  5371. "type": "integer"
  5372. },
  5373. "originator_uid": {
  5374. "description": "创始人uid",
  5375. "type": "integer"
  5376. },
  5377. "several_rows": {
  5378. "description": "几排",
  5379. "type": "integer"
  5380. },
  5381. "several_times": {
  5382. "description": "几乘",
  5383. "type": "integer"
  5384. },
  5385. "system_punish_replace": {
  5386. "description": "是否位置滑落 被新用户替换 0否 1是",
  5387. "type": "integer"
  5388. },
  5389. "system_punish_replace_value": {
  5390. "description": "xx天未活跃,处罚滑落",
  5391. "type": "integer"
  5392. }
  5393. }
  5394. },
  5395. "md.UpdateTagReq": {
  5396. "type": "object",
  5397. "properties": {
  5398. "memo": {
  5399. "description": "备注",
  5400. "type": "string"
  5401. },
  5402. "name": {
  5403. "description": "标签名称",
  5404. "type": "string"
  5405. },
  5406. "tag_id": {
  5407. "description": "标签 ID",
  5408. "type": "string"
  5409. }
  5410. }
  5411. },
  5412. "md.UserDailyActivityAnalysisReq": {
  5413. "type": "object",
  5414. "properties": {
  5415. "end_date": {
  5416. "type": "string",
  5417. "example": "结束日期"
  5418. },
  5419. "page": {
  5420. "description": "页数",
  5421. "type": "integer"
  5422. },
  5423. "page_size": {
  5424. "description": "每页大小",
  5425. "type": "integer"
  5426. },
  5427. "start_date": {
  5428. "type": "string",
  5429. "example": "开始日期"
  5430. },
  5431. "uid": {
  5432. "description": "查询用户 ID",
  5433. "type": "integer"
  5434. }
  5435. }
  5436. },
  5437. "md.UserDailyActivityAnalysisResp": {
  5438. "type": "object",
  5439. "properties": {
  5440. "son_user_data": {
  5441. "description": "被查询用户子节点信息",
  5442. "type": "array",
  5443. "items": {
  5444. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  5445. }
  5446. },
  5447. "top_data": {
  5448. "description": "统计信息",
  5449. "allOf": [
  5450. {
  5451. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  5452. }
  5453. ]
  5454. }
  5455. }
  5456. },
  5457. "md.UserEggFlowReq": {
  5458. "type": "object",
  5459. "properties": {
  5460. "account_balance_exchange_egg_energy_nums_end": {
  5461. "type": "string",
  5462. "example": "余额兑换蛋蛋能量数量-结束值"
  5463. },
  5464. "account_balance_exchange_egg_energy_nums_start": {
  5465. "type": "string",
  5466. "example": "余额兑换蛋蛋能量数量-起始值"
  5467. },
  5468. "browse_interface_nums_end": {
  5469. "type": "string",
  5470. "example": "浏览界面次数-结束值"
  5471. },
  5472. "browse_interface_nums_start": {
  5473. "type": "string",
  5474. "example": "浏览界面次数-起始值"
  5475. },
  5476. "college_learning_nums_end": {
  5477. "type": "string",
  5478. "example": "学院学习次数-结束值"
  5479. },
  5480. "college_learning_nums_start": {
  5481. "type": "string",
  5482. "example": "学院学习次数-起始值"
  5483. },
  5484. "ecpm_end": {
  5485. "type": "string",
  5486. "example": "ecpm-结束值"
  5487. },
  5488. "ecpm_start": {
  5489. "type": "string",
  5490. "example": "ecpm-起始值"
  5491. },
  5492. "egg_energy_exchange_account_balance_end": {
  5493. "type": "string",
  5494. "example": "蛋蛋能量兑换余额数量-结束值"
  5495. },
  5496. "egg_energy_exchange_account_balance_start": {
  5497. "type": "string",
  5498. "example": "蛋蛋能量兑换余额数量-起始值"
  5499. },
  5500. "forum_comments_nums_end": {
  5501. "type": "string",
  5502. "example": "论坛评论次数-结束值"
  5503. },
  5504. "forum_comments_nums_start": {
  5505. "type": "string",
  5506. "example": "论坛评论次数-起始值"
  5507. },
  5508. "im_activity_nums_end": {
  5509. "type": "string",
  5510. "example": "im活跃次数-结束值"
  5511. },
  5512. "im_activity_nums_start": {
  5513. "type": "string",
  5514. "example": "im活跃次数-起始值"
  5515. },
  5516. "invite_user_nums_end": {
  5517. "type": "string",
  5518. "example": "拉新人数-结束值"
  5519. },
  5520. "invite_user_nums_start": {
  5521. "type": "string",
  5522. "example": "拉新人数-起始值"
  5523. },
  5524. "page": {
  5525. "description": "页数",
  5526. "type": "integer"
  5527. },
  5528. "page_size": {
  5529. "description": "每页大小",
  5530. "type": "integer"
  5531. },
  5532. "person_add_activity_value_end": {
  5533. "type": "string",
  5534. "example": "个人活跃积分-结束值"
  5535. },
  5536. "person_add_activity_value_start": {
  5537. "type": "string",
  5538. "example": "个人活跃积分-起始值"
  5539. },
  5540. "score_value_end": {
  5541. "type": "string",
  5542. "example": "蛋蛋分-结束值"
  5543. },
  5544. "score_value_kind": {
  5545. "description": "评分类型(0:未知 1:人工 2:系统)",
  5546. "type": "integer"
  5547. },
  5548. "score_value_start": {
  5549. "type": "string",
  5550. "example": "蛋蛋分-起始值"
  5551. },
  5552. "send_circle_of_friend_nums_end": {
  5553. "type": "string",
  5554. "example": "发朋友圈次数-结束值"
  5555. },
  5556. "send_circle_of_friend_nums_start": {
  5557. "type": "string",
  5558. "example": "发朋友圈次数-起始值"
  5559. },
  5560. "send_red_package_nums_end": {
  5561. "type": "string",
  5562. "example": "发红包次数-结束值"
  5563. },
  5564. "send_red_package_nums_start": {
  5565. "type": "string",
  5566. "example": "发红包次数-起始值"
  5567. },
  5568. "sign_in_nums_end": {
  5569. "type": "string",
  5570. "example": "签到次数-结束值"
  5571. },
  5572. "sign_in_nums_start": {
  5573. "type": "string",
  5574. "example": "签到次数-起始值"
  5575. },
  5576. "team-activity-nums-end": {
  5577. "type": "string",
  5578. "example": "团队活跃次数-结束值"
  5579. },
  5580. "team_activity_nums_start": {
  5581. "type": "string",
  5582. "example": "团队活跃次数-起始值"
  5583. },
  5584. "violate_nums_end": {
  5585. "type": "string",
  5586. "example": "违规次数-结束值"
  5587. },
  5588. "violate_nums_start": {
  5589. "type": "string",
  5590. "example": "违规次数-起始值"
  5591. },
  5592. "week": {
  5593. "type": "string",
  5594. "example": "周份"
  5595. },
  5596. "year": {
  5597. "type": "string",
  5598. "example": "年份"
  5599. }
  5600. }
  5601. },
  5602. "md.UserEggFlowReqResp": {
  5603. "type": "object",
  5604. "properties": {
  5605. "list": {
  5606. "type": "array",
  5607. "items": {
  5608. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  5609. }
  5610. },
  5611. "page": {
  5612. "description": "页数",
  5613. "type": "integer"
  5614. },
  5615. "page_size": {
  5616. "description": "每页大小",
  5617. "type": "integer"
  5618. },
  5619. "total": {
  5620. "description": "总数量",
  5621. "type": "integer"
  5622. },
  5623. "week": {
  5624. "type": "string",
  5625. "example": "周份"
  5626. },
  5627. "year": {
  5628. "type": "string",
  5629. "example": "年份"
  5630. }
  5631. }
  5632. },
  5633. "md.UserEggFlowReqRespList": {
  5634. "type": "object",
  5635. "properties": {
  5636. "account_balance_exchange_egg_energy_nums": {
  5637. "description": "余额兑换蛋蛋能量数量",
  5638. "type": "integer"
  5639. },
  5640. "browse_interface_nums": {
  5641. "description": "浏览界面次数",
  5642. "type": "integer"
  5643. },
  5644. "college_learning_nums": {
  5645. "description": "学院学习次数",
  5646. "type": "integer"
  5647. },
  5648. "ecpm": {
  5649. "description": "ecpm",
  5650. "type": "number"
  5651. },
  5652. "egg_energy_exchange_account_balance": {
  5653. "description": "蛋蛋能量兑换余额数量",
  5654. "type": "integer"
  5655. },
  5656. "forum_comments_nums": {
  5657. "description": "论坛评论次数",
  5658. "type": "integer"
  5659. },
  5660. "im_activity_nums": {
  5661. "description": "im活跃次数",
  5662. "type": "integer"
  5663. },
  5664. "index_id": {
  5665. "description": "文档id",
  5666. "type": "string"
  5667. },
  5668. "invite_user_nums": {
  5669. "description": "拉新人数",
  5670. "type": "integer"
  5671. },
  5672. "person_add_activity_value": {
  5673. "description": "个人活跃积分",
  5674. "type": "integer"
  5675. },
  5676. "score_value": {
  5677. "description": "蛋蛋分-起始值",
  5678. "type": "number"
  5679. },
  5680. "score_value_kind": {
  5681. "description": "评分类型(0:未知 1:人工 2:系统)",
  5682. "type": "integer"
  5683. },
  5684. "send_circle_of_friend_nums": {
  5685. "description": "发朋友圈次数",
  5686. "type": "integer"
  5687. },
  5688. "send_red_package_nums": {
  5689. "description": "发红包次数",
  5690. "type": "integer"
  5691. },
  5692. "sign_in_nums": {
  5693. "description": "签到次数",
  5694. "type": "integer"
  5695. },
  5696. "team_activity_nums": {
  5697. "description": "团队活跃次数",
  5698. "type": "integer"
  5699. },
  5700. "violate_nums": {
  5701. "description": "违规次数",
  5702. "type": "integer"
  5703. }
  5704. }
  5705. },
  5706. "md.UserEggIndexReq": {
  5707. "type": "object",
  5708. "properties": {
  5709. "week": {
  5710. "type": "string",
  5711. "example": "周份"
  5712. },
  5713. "year": {
  5714. "type": "string",
  5715. "example": "年份"
  5716. }
  5717. }
  5718. },
  5719. "md.UserEggIndexResp": {
  5720. "type": "object",
  5721. "properties": {
  5722. "egg_energy_user_egg_index_weight": {
  5723. "description": "蛋蛋分系数权重",
  5724. "allOf": [
  5725. {
  5726. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  5727. }
  5728. ]
  5729. },
  5730. "statistics_user_egg_kind_proportion": {
  5731. "description": "统计用户蛋蛋分\"评比类型\"占比",
  5732. "type": "array",
  5733. "items": {
  5734. "type": "object",
  5735. "additionalProperties": true
  5736. }
  5737. },
  5738. "statistics_user_egg_score_value_range": {
  5739. "description": "统计用户蛋蛋分范围",
  5740. "type": "array",
  5741. "items": {
  5742. "type": "object",
  5743. "additionalProperties": {
  5744. "type": "string"
  5745. }
  5746. }
  5747. },
  5748. "week": {
  5749. "type": "string",
  5750. "example": "周份"
  5751. },
  5752. "year": {
  5753. "type": "string",
  5754. "example": "年份"
  5755. },
  5756. "year_list": {
  5757. "description": "年份\u0026\u0026周份列表",
  5758. "type": "object",
  5759. "additionalProperties": {
  5760. "type": "array",
  5761. "items": {
  5762. "type": "string"
  5763. }
  5764. }
  5765. }
  5766. }
  5767. },
  5768. "md.UserManagementGetBalanceDetailResp": {
  5769. "type": "object",
  5770. "properties": {
  5771. "list": {
  5772. "type": "array",
  5773. "items": {
  5774. "$ref": "#/definitions/md.BalanceDetailNode"
  5775. }
  5776. },
  5777. "paginate": {
  5778. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  5779. }
  5780. }
  5781. },
  5782. "md.UserManagementGetFansResp": {
  5783. "type": "object",
  5784. "properties": {
  5785. "list": {
  5786. "description": "用户数据",
  5787. "type": "array",
  5788. "items": {
  5789. "$ref": "#/definitions/md.FansNode"
  5790. }
  5791. },
  5792. "paginate": {
  5793. "description": "分页信息",
  5794. "allOf": [
  5795. {
  5796. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  5797. }
  5798. ]
  5799. }
  5800. }
  5801. },
  5802. "md.UserManagementGetOneBasicResp": {
  5803. "type": "object",
  5804. "properties": {
  5805. "basic_info": {
  5806. "description": "基本信息",
  5807. "allOf": [
  5808. {
  5809. "$ref": "#/definitions/md.BasicInfoNode"
  5810. }
  5811. ]
  5812. },
  5813. "levels_list": {
  5814. "description": "等级列表",
  5815. "type": "array",
  5816. "items": {
  5817. "type": "object",
  5818. "additionalProperties": true
  5819. }
  5820. },
  5821. "other_info": {
  5822. "description": "其他信息",
  5823. "allOf": [
  5824. {
  5825. "$ref": "#/definitions/md.OtherNode"
  5826. }
  5827. ]
  5828. },
  5829. "tags_list": {
  5830. "description": "标签列表",
  5831. "type": "array",
  5832. "items": {
  5833. "type": "object",
  5834. "additionalProperties": true
  5835. }
  5836. }
  5837. }
  5838. },
  5839. "md.UserManagementGetUserListNode": {
  5840. "type": "object",
  5841. "properties": {
  5842. "avatar": {
  5843. "description": "头像",
  5844. "type": "string"
  5845. },
  5846. "id": {
  5847. "description": "会员 ID",
  5848. "type": "integer"
  5849. },
  5850. "invite_code": {
  5851. "type": "string",
  5852. "example": "会员邀请码"
  5853. },
  5854. "is_real_name": {
  5855. "description": "是否实名 0.未实名,1.已实名",
  5856. "type": "integer"
  5857. },
  5858. "level_name": {
  5859. "description": "会员等级",
  5860. "type": "string"
  5861. },
  5862. "memo": {
  5863. "description": "备注",
  5864. "type": "string"
  5865. },
  5866. "nickname": {
  5867. "description": "昵称",
  5868. "type": "string"
  5869. },
  5870. "parent_id": {
  5871. "description": "推荐人 ID",
  5872. "type": "integer"
  5873. },
  5874. "parent_invite_code": {
  5875. "type": "string",
  5876. "example": "推荐人邀请码"
  5877. },
  5878. "parent_phone": {
  5879. "type": "string",
  5880. "example": "推荐人手机号"
  5881. },
  5882. "phone": {
  5883. "description": "手机号",
  5884. "type": "string"
  5885. },
  5886. "register_time": {
  5887. "description": "注册时间",
  5888. "type": "string"
  5889. },
  5890. "tag_name": {
  5891. "description": "会员标签",
  5892. "type": "string"
  5893. }
  5894. }
  5895. },
  5896. "md.UserManagementGetUserListReq": {
  5897. "type": "object",
  5898. "properties": {
  5899. "effective": {
  5900. "description": "有效会员",
  5901. "type": "integer"
  5902. },
  5903. "id": {
  5904. "description": "会员 ID",
  5905. "type": "integer"
  5906. },
  5907. "invite_code": {
  5908. "type": "string",
  5909. "example": "会员邀请码"
  5910. },
  5911. "is_real_name": {
  5912. "description": "是否实名 0.未实名,1.已实名",
  5913. "type": "integer"
  5914. },
  5915. "level": {
  5916. "description": "会员等级",
  5917. "type": "integer"
  5918. },
  5919. "limit": {
  5920. "type": "integer"
  5921. },
  5922. "login_after": {
  5923. "description": "最近登录结束时间",
  5924. "type": "string"
  5925. },
  5926. "login_before": {
  5927. "description": "最近登录开始时间",
  5928. "type": "string"
  5929. },
  5930. "memo": {
  5931. "description": "备注",
  5932. "type": "string"
  5933. },
  5934. "nickname": {
  5935. "type": "string",
  5936. "example": "会员昵称"
  5937. },
  5938. "page": {
  5939. "type": "integer"
  5940. },
  5941. "parent_invite_code": {
  5942. "type": "string",
  5943. "example": "上级邀请码"
  5944. },
  5945. "parent_phone": {
  5946. "type": "string",
  5947. "example": "上级手机号"
  5948. },
  5949. "phone": {
  5950. "type": "string",
  5951. "example": "会员手机号"
  5952. },
  5953. "recommend_id": {
  5954. "description": "推荐人 ID",
  5955. "type": "integer"
  5956. },
  5957. "register_after": {
  5958. "description": "注册时间终点",
  5959. "type": "string"
  5960. },
  5961. "register_before": {
  5962. "description": "注册时间起点",
  5963. "type": "string"
  5964. },
  5965. "register_type": {
  5966. "description": "注册类型(1:APP注册、2:H5注册)",
  5967. "type": "integer"
  5968. },
  5969. "sex": {
  5970. "description": "性别",
  5971. "type": "integer"
  5972. },
  5973. "state": {
  5974. "description": "状态",
  5975. "type": "integer"
  5976. },
  5977. "tag": {
  5978. "description": "标签 id",
  5979. "type": "integer"
  5980. },
  5981. "union_id": {
  5982. "type": "string",
  5983. "example": "微信号"
  5984. }
  5985. }
  5986. },
  5987. "md.UserManagementGetUserListResp": {
  5988. "type": "object",
  5989. "properties": {
  5990. "levels_list": {
  5991. "description": "等级列表",
  5992. "type": "array",
  5993. "items": {
  5994. "type": "object",
  5995. "additionalProperties": true
  5996. }
  5997. },
  5998. "list": {
  5999. "type": "array",
  6000. "items": {
  6001. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  6002. }
  6003. },
  6004. "paginate": {
  6005. "description": "分页信息",
  6006. "allOf": [
  6007. {
  6008. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  6009. }
  6010. ]
  6011. },
  6012. "tags_list": {
  6013. "description": "标签列表",
  6014. "type": "array",
  6015. "items": {
  6016. "type": "object",
  6017. "additionalProperties": true
  6018. }
  6019. }
  6020. }
  6021. },
  6022. "md.UserManagementGetVirtualCoinDetailResp": {
  6023. "type": "object",
  6024. "properties": {
  6025. "coin_list": {
  6026. "type": "array",
  6027. "items": {
  6028. "type": "object",
  6029. "additionalProperties": true
  6030. }
  6031. },
  6032. "list": {
  6033. "type": "array",
  6034. "items": {
  6035. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  6036. }
  6037. },
  6038. "paginate": {
  6039. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  6040. }
  6041. }
  6042. },
  6043. "md.UserManagementUpdateUserInfoReq": {
  6044. "type": "object",
  6045. "properties": {
  6046. "avatar": {
  6047. "description": "头像",
  6048. "type": "string"
  6049. },
  6050. "last_login_ip": {
  6051. "description": "用户最后登录 IP",
  6052. "type": "string"
  6053. },
  6054. "level": {
  6055. "description": "会员等级 ID",
  6056. "type": "string"
  6057. },
  6058. "memo": {
  6059. "type": "string",
  6060. "example": "备注"
  6061. },
  6062. "nickname": {
  6063. "description": "用户名",
  6064. "type": "string"
  6065. },
  6066. "parent_uid": {
  6067. "description": "邀请人 ID",
  6068. "type": "string"
  6069. },
  6070. "phone": {
  6071. "description": "手机号",
  6072. "type": "string"
  6073. },
  6074. "sex": {
  6075. "description": "性别(0:未知 1:男 2:女)",
  6076. "type": "string"
  6077. },
  6078. "state": {
  6079. "description": "账号状态 1正常,2冻结",
  6080. "type": "string"
  6081. },
  6082. "tag": {
  6083. "description": "用户标签 ID",
  6084. "type": "string"
  6085. },
  6086. "uid": {
  6087. "type": "integer"
  6088. },
  6089. "union_id": {
  6090. "description": "微信号",
  6091. "type": "string"
  6092. }
  6093. }
  6094. },
  6095. "md.UserVirtualCoinFlow": {
  6096. "type": "object",
  6097. "properties": {
  6098. "after_amount": {
  6099. "type": "string",
  6100. "example": "变更后数量"
  6101. },
  6102. "amount": {
  6103. "type": "string",
  6104. "example": "变更数量"
  6105. },
  6106. "before_amount": {
  6107. "type": "string",
  6108. "example": "变更前数量"
  6109. },
  6110. "coin_id": {
  6111. "description": "虚拟币 ID",
  6112. "type": "integer"
  6113. },
  6114. "create_at": {
  6115. "type": "string",
  6116. "example": "创建时间"
  6117. },
  6118. "direction": {
  6119. "description": "方向:1收入 2支出",
  6120. "type": "integer"
  6121. },
  6122. "id": {
  6123. "type": "integer"
  6124. },
  6125. "sys_fee": {
  6126. "type": "string",
  6127. "example": "手续费"
  6128. },
  6129. "title": {
  6130. "type": "string",
  6131. "example": "标题"
  6132. },
  6133. "transfer_type": {
  6134. "description": "转账类型",
  6135. "type": "integer"
  6136. },
  6137. "uid": {
  6138. "description": "用户 ID",
  6139. "type": "integer"
  6140. },
  6141. "update_at": {
  6142. "type": "string",
  6143. "example": "更新时间"
  6144. }
  6145. }
  6146. },
  6147. "md.VideoRewardSetting": {
  6148. "type": "object",
  6149. "properties": {
  6150. "video_reward_is_open": {
  6151. "description": "视频奖励是否开启(1:开启 0:关闭)",
  6152. "type": "integer"
  6153. },
  6154. "video_reward_system": {
  6155. "description": "视频奖励机制",
  6156. "allOf": [
  6157. {
  6158. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  6159. }
  6160. ]
  6161. }
  6162. }
  6163. },
  6164. "md.VideoRewardSystemStruct": {
  6165. "type": "object",
  6166. "properties": {
  6167. "each_round_hour": {
  6168. "description": "每一轮X个小时",
  6169. "type": "string"
  6170. },
  6171. "interval_minutes": {
  6172. "description": "间隔X秒",
  6173. "type": "string"
  6174. },
  6175. "reward_total_num": {
  6176. "description": "一共X个奖励视屏",
  6177. "type": "string"
  6178. },
  6179. "reward_value": {
  6180. "description": "奖励X个活跃积分",
  6181. "type": "string"
  6182. }
  6183. }
  6184. },
  6185. "md.VipEquitySettingNode": {
  6186. "type": "object",
  6187. "properties": {
  6188. "dividend_ratio": {
  6189. "description": "分红比例",
  6190. "type": "string"
  6191. },
  6192. "exchange_account_balance_fee": {
  6193. "description": "兑换余额手续费",
  6194. "type": "string"
  6195. },
  6196. "vip_level_name": {
  6197. "description": "会员等级名称",
  6198. "type": "string"
  6199. }
  6200. }
  6201. },
  6202. "md.VirtualCoin": {
  6203. "type": "object",
  6204. "properties": {
  6205. "create_at": {
  6206. "type": "string"
  6207. },
  6208. "exchange_ratio": {
  6209. "description": "兑换比例(与金额)",
  6210. "type": "string",
  6211. "example": "兑换比例(与金额)"
  6212. },
  6213. "id": {
  6214. "type": "integer"
  6215. },
  6216. "is_use": {
  6217. "description": "是否开启: 0否 1是",
  6218. "type": "integer"
  6219. },
  6220. "name": {
  6221. "description": "名称",
  6222. "type": "string"
  6223. },
  6224. "update_at": {
  6225. "type": "string"
  6226. }
  6227. }
  6228. },
  6229. "md.VirtualCoinDetailNode": {
  6230. "type": "object",
  6231. "properties": {
  6232. "after_amount": {
  6233. "description": "变更后积分余额",
  6234. "type": "string"
  6235. },
  6236. "amount": {
  6237. "description": "变更数量",
  6238. "type": "string"
  6239. },
  6240. "create_at": {
  6241. "description": "创建时间",
  6242. "type": "string"
  6243. },
  6244. "direction": {
  6245. "description": "类型 1.收入 2.支出",
  6246. "type": "integer"
  6247. },
  6248. "uid": {
  6249. "description": "用户 ID",
  6250. "type": "integer"
  6251. }
  6252. }
  6253. },
  6254. "md.VirtualCoinListNode": {
  6255. "type": "object",
  6256. "properties": {
  6257. "coin_id": {
  6258. "description": "货币类型 ID",
  6259. "type": "integer"
  6260. },
  6261. "kind": {
  6262. "description": "货币序号",
  6263. "type": "integer"
  6264. },
  6265. "name": {
  6266. "type": "string",
  6267. "example": "货币类型名称"
  6268. }
  6269. }
  6270. },
  6271. "model.EggEnergyUserEggIndexWeight": {
  6272. "type": "object",
  6273. "properties": {
  6274. "account_balance_exchange_egg_energy_nums": {
  6275. "type": "string"
  6276. },
  6277. "browse_interface_nums": {
  6278. "type": "string"
  6279. },
  6280. "college_learning_nums": {
  6281. "type": "string"
  6282. },
  6283. "create_at": {
  6284. "type": "string"
  6285. },
  6286. "ecpm": {
  6287. "type": "string"
  6288. },
  6289. "egg_energy_exchange_account_balance": {
  6290. "type": "string"
  6291. },
  6292. "forum_comments_nums": {
  6293. "type": "string"
  6294. },
  6295. "id": {
  6296. "type": "integer"
  6297. },
  6298. "im_activity_nums": {
  6299. "type": "string"
  6300. },
  6301. "invite_user_nums": {
  6302. "type": "string"
  6303. },
  6304. "person_add_activity_value": {
  6305. "type": "string"
  6306. },
  6307. "send_circle_of_friend_nums": {
  6308. "type": "string"
  6309. },
  6310. "send_red_package_nums": {
  6311. "type": "string"
  6312. },
  6313. "sign_in_nums": {
  6314. "type": "string"
  6315. },
  6316. "team_activity_nums": {
  6317. "type": "string"
  6318. },
  6319. "update_at": {
  6320. "type": "string"
  6321. },
  6322. "violate_nums": {
  6323. "type": "string"
  6324. }
  6325. }
  6326. }
  6327. },
  6328. "securityDefinitions": {
  6329. "MasterID": {
  6330. "type": "apiKey",
  6331. "name": "MasterID",
  6332. "in": "header"
  6333. }
  6334. }
  6335. }`
  6336. // SwaggerInfo holds exported Swagger Info so clients can modify it
  6337. var SwaggerInfo = &swag.Spec{
  6338. Version: "1.0",
  6339. Host: "localhost:4001",
  6340. BasePath: "",
  6341. Schemes: []string{},
  6342. Title: "蛋蛋星球-管理后台",
  6343. Description: "管理后台接口文档",
  6344. InfoInstanceName: "swagger",
  6345. SwaggerTemplate: docTemplate,
  6346. LeftDelim: "{{",
  6347. RightDelim: "}}",
  6348. }
  6349. func init() {
  6350. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  6351. }