蛋蛋星球-客户端
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.
 
 
 
 
 
 

4589 lines
159 KiB

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