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

7450 rivejä
259 KiB

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