蛋蛋星球 后台端
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

17255 líneas
587 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "管理后台接口文档",
  5. "title": "蛋蛋星球-管理后台",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "dengbiao",
  9. "url": "http://www.swagger.io/support",
  10. "email": "1239118001@qq.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "localhost:4001",
  19. "paths": {
  20. "/api/adminLog/list": {
  21. "post": {
  22. "description": "操作日志",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "操作日志"
  31. ],
  32. "summary": "操作日志",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "description": "验证参数Bearer和token空格拼接",
  37. "name": "Authorization",
  38. "in": "header",
  39. "required": true
  40. },
  41. {
  42. "description": "(分页信息必填)",
  43. "name": "req",
  44. "in": "body",
  45. "required": true,
  46. "schema": {
  47. "$ref": "#/definitions/md.AdminLogListReq"
  48. }
  49. }
  50. ],
  51. "responses": {
  52. "200": {
  53. "description": "具体数据",
  54. "schema": {
  55. "$ref": "#/definitions/md.AdminLogListResp"
  56. }
  57. },
  58. "400": {
  59. "description": "具体错误",
  60. "schema": {
  61. "$ref": "#/definitions/md.Response"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. "/api/advertising/del": {
  68. "post": {
  69. "description": "广告管理-广告列表-删除",
  70. "consumes": [
  71. "application/json"
  72. ],
  73. "produces": [
  74. "application/json"
  75. ],
  76. "tags": [
  77. "广告管理"
  78. ],
  79. "summary": "广告管理-广告列表-删除",
  80. "parameters": [
  81. {
  82. "type": "string",
  83. "description": "验证参数Bearer和token空格拼接",
  84. "name": "Authorization",
  85. "in": "header",
  86. "required": true
  87. },
  88. {
  89. "description": "(分页信息必填)",
  90. "name": "req",
  91. "in": "body",
  92. "required": true,
  93. "schema": {
  94. "$ref": "#/definitions/md.AdvertisingDelReq"
  95. }
  96. }
  97. ],
  98. "responses": {
  99. "200": {
  100. "description": "具体数据",
  101. "schema": {
  102. "type": "string"
  103. }
  104. },
  105. "400": {
  106. "description": "具体错误",
  107. "schema": {
  108. "$ref": "#/definitions/md.Response"
  109. }
  110. }
  111. }
  112. }
  113. },
  114. "/api/advertising/function/del": {
  115. "post": {
  116. "description": "广告管理-广告位置列表-删除",
  117. "consumes": [
  118. "application/json"
  119. ],
  120. "produces": [
  121. "application/json"
  122. ],
  123. "tags": [
  124. "广告管理"
  125. ],
  126. "summary": "广告管理-广告位置列表-删除",
  127. "parameters": [
  128. {
  129. "type": "string",
  130. "description": "验证参数Bearer和token空格拼接",
  131. "name": "Authorization",
  132. "in": "header",
  133. "required": true
  134. },
  135. {
  136. "description": "(分页信息必填)",
  137. "name": "req",
  138. "in": "body",
  139. "required": true,
  140. "schema": {
  141. "$ref": "#/definitions/md.AdvertisingDelReq"
  142. }
  143. }
  144. ],
  145. "responses": {
  146. "200": {
  147. "description": "具体数据",
  148. "schema": {
  149. "type": "string"
  150. }
  151. },
  152. "400": {
  153. "description": "具体错误",
  154. "schema": {
  155. "$ref": "#/definitions/md.Response"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "/api/advertising/function/list": {
  162. "post": {
  163. "description": "广告管理-广告位置列表",
  164. "consumes": [
  165. "application/json"
  166. ],
  167. "produces": [
  168. "application/json"
  169. ],
  170. "tags": [
  171. "广告管理"
  172. ],
  173. "summary": "广告管理-广告位置列表",
  174. "parameters": [
  175. {
  176. "type": "string",
  177. "description": "验证参数Bearer和token空格拼接",
  178. "name": "Authorization",
  179. "in": "header",
  180. "required": true
  181. },
  182. {
  183. "description": "(分页信息必填)",
  184. "name": "req",
  185. "in": "body",
  186. "required": true,
  187. "schema": {
  188. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  189. }
  190. }
  191. ],
  192. "responses": {
  193. "200": {
  194. "description": "具体数据",
  195. "schema": {
  196. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  197. }
  198. },
  199. "400": {
  200. "description": "具体错误",
  201. "schema": {
  202. "$ref": "#/definitions/md.Response"
  203. }
  204. }
  205. }
  206. }
  207. },
  208. "/api/advertising/function/save": {
  209. "post": {
  210. "description": "广告管理-广告位置列表-保存",
  211. "consumes": [
  212. "application/json"
  213. ],
  214. "produces": [
  215. "application/json"
  216. ],
  217. "tags": [
  218. "广告管理"
  219. ],
  220. "summary": "广告管理-广告位置列表-保存",
  221. "parameters": [
  222. {
  223. "type": "string",
  224. "description": "验证参数Bearer和token空格拼接",
  225. "name": "Authorization",
  226. "in": "header",
  227. "required": true
  228. },
  229. {
  230. "description": "(分页信息必填)",
  231. "name": "req",
  232. "in": "body",
  233. "required": true,
  234. "schema": {
  235. "$ref": "#/definitions/md.AdvertisingFunctionList"
  236. }
  237. }
  238. ],
  239. "responses": {
  240. "200": {
  241. "description": "具体数据",
  242. "schema": {
  243. "type": "string"
  244. }
  245. },
  246. "400": {
  247. "description": "具体错误",
  248. "schema": {
  249. "$ref": "#/definitions/md.Response"
  250. }
  251. }
  252. }
  253. }
  254. },
  255. "/api/advertising/getBasic": {
  256. "get": {
  257. "description": "广告管理-基础设置-信息",
  258. "consumes": [
  259. "application/json"
  260. ],
  261. "produces": [
  262. "application/json"
  263. ],
  264. "tags": [
  265. "广告管理"
  266. ],
  267. "summary": "广告管理-基础设置-信息",
  268. "parameters": [
  269. {
  270. "type": "string",
  271. "description": "验证参数Bearer和token空格拼接",
  272. "name": "Authorization",
  273. "in": "header",
  274. "required": true
  275. }
  276. ],
  277. "responses": {
  278. "200": {
  279. "description": "具体数据",
  280. "schema": {
  281. "$ref": "#/definitions/md.AdvertisingBaseResp"
  282. }
  283. },
  284. "400": {
  285. "description": "具体错误",
  286. "schema": {
  287. "$ref": "#/definitions/md.Response"
  288. }
  289. }
  290. }
  291. }
  292. },
  293. "/api/advertising/getLimit": {
  294. "get": {
  295. "description": "广告管理-广告设置-信息",
  296. "consumes": [
  297. "application/json"
  298. ],
  299. "produces": [
  300. "application/json"
  301. ],
  302. "tags": [
  303. "广告管理"
  304. ],
  305. "summary": "广告管理-广告设置-信息",
  306. "parameters": [
  307. {
  308. "type": "string",
  309. "description": "验证参数Bearer和token空格拼接",
  310. "name": "Authorization",
  311. "in": "header",
  312. "required": true
  313. }
  314. ],
  315. "responses": {
  316. "200": {
  317. "description": "具体数据",
  318. "schema": {
  319. "$ref": "#/definitions/md.AdvertisingLimit"
  320. }
  321. },
  322. "400": {
  323. "description": "具体错误",
  324. "schema": {
  325. "$ref": "#/definitions/md.Response"
  326. }
  327. }
  328. }
  329. }
  330. },
  331. "/api/advertising/getPlayletBasic": {
  332. "get": {
  333. "description": "广告管理-短剧设置-信息",
  334. "consumes": [
  335. "application/json"
  336. ],
  337. "produces": [
  338. "application/json"
  339. ],
  340. "tags": [
  341. "广告管理"
  342. ],
  343. "summary": "广告管理-短剧设置-信息",
  344. "parameters": [
  345. {
  346. "type": "string",
  347. "description": "验证参数Bearer和token空格拼接",
  348. "name": "Authorization",
  349. "in": "header",
  350. "required": true
  351. }
  352. ],
  353. "responses": {
  354. "200": {
  355. "description": "具体数据",
  356. "schema": {
  357. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  358. }
  359. },
  360. "400": {
  361. "description": "具体错误",
  362. "schema": {
  363. "$ref": "#/definitions/md.Response"
  364. }
  365. }
  366. }
  367. }
  368. },
  369. "/api/advertising/list": {
  370. "post": {
  371. "description": "广告管理-广告列表",
  372. "consumes": [
  373. "application/json"
  374. ],
  375. "produces": [
  376. "application/json"
  377. ],
  378. "tags": [
  379. "广告管理"
  380. ],
  381. "summary": "广告管理-广告列表",
  382. "parameters": [
  383. {
  384. "type": "string",
  385. "description": "验证参数Bearer和token空格拼接",
  386. "name": "Authorization",
  387. "in": "header",
  388. "required": true
  389. },
  390. {
  391. "description": "(分页信息必填)",
  392. "name": "req",
  393. "in": "body",
  394. "required": true,
  395. "schema": {
  396. "$ref": "#/definitions/md.AdvertisingListReq"
  397. }
  398. }
  399. ],
  400. "responses": {
  401. "200": {
  402. "description": "具体数据",
  403. "schema": {
  404. "$ref": "#/definitions/md.AdvertisingListResp"
  405. }
  406. },
  407. "400": {
  408. "description": "具体错误",
  409. "schema": {
  410. "$ref": "#/definitions/md.Response"
  411. }
  412. }
  413. }
  414. }
  415. },
  416. "/api/advertising/save": {
  417. "post": {
  418. "description": "广告管理-广告列表-保存",
  419. "consumes": [
  420. "application/json"
  421. ],
  422. "produces": [
  423. "application/json"
  424. ],
  425. "tags": [
  426. "广告管理"
  427. ],
  428. "summary": "广告管理-广告列表-保存",
  429. "parameters": [
  430. {
  431. "type": "string",
  432. "description": "验证参数Bearer和token空格拼接",
  433. "name": "Authorization",
  434. "in": "header",
  435. "required": true
  436. },
  437. {
  438. "description": "(分页信息必填)",
  439. "name": "req",
  440. "in": "body",
  441. "required": true,
  442. "schema": {
  443. "$ref": "#/definitions/md.AdvertisingSaveReq"
  444. }
  445. }
  446. ],
  447. "responses": {
  448. "200": {
  449. "description": "具体数据",
  450. "schema": {
  451. "type": "string"
  452. }
  453. },
  454. "400": {
  455. "description": "具体错误",
  456. "schema": {
  457. "$ref": "#/definitions/md.Response"
  458. }
  459. }
  460. }
  461. }
  462. },
  463. "/api/advertising/setBasic": {
  464. "post": {
  465. "description": "广告管理-基础设置-信息保存",
  466. "consumes": [
  467. "application/json"
  468. ],
  469. "produces": [
  470. "application/json"
  471. ],
  472. "tags": [
  473. "广告管理"
  474. ],
  475. "summary": "广告管理-基础设置-信息保存",
  476. "parameters": [
  477. {
  478. "type": "string",
  479. "description": "验证参数Bearer和token空格拼接",
  480. "name": "Authorization",
  481. "in": "header",
  482. "required": true
  483. },
  484. {
  485. "description": "(分页信息必填)",
  486. "name": "req",
  487. "in": "body",
  488. "required": true,
  489. "schema": {
  490. "$ref": "#/definitions/md.AdvertisingBase"
  491. }
  492. }
  493. ],
  494. "responses": {
  495. "200": {
  496. "description": "具体数据",
  497. "schema": {
  498. "type": "string"
  499. }
  500. },
  501. "400": {
  502. "description": "具体错误",
  503. "schema": {
  504. "$ref": "#/definitions/md.Response"
  505. }
  506. }
  507. }
  508. }
  509. },
  510. "/api/advertising/setLimit": {
  511. "post": {
  512. "description": "广告管理-广告设置-信息保存",
  513. "consumes": [
  514. "application/json"
  515. ],
  516. "produces": [
  517. "application/json"
  518. ],
  519. "tags": [
  520. "广告管理"
  521. ],
  522. "summary": "广告管理-广告设置-信息保存",
  523. "parameters": [
  524. {
  525. "type": "string",
  526. "description": "验证参数Bearer和token空格拼接",
  527. "name": "Authorization",
  528. "in": "header",
  529. "required": true
  530. },
  531. {
  532. "description": "(分页信息必填)",
  533. "name": "req",
  534. "in": "body",
  535. "required": true,
  536. "schema": {
  537. "$ref": "#/definitions/md.AdvertisingLimit"
  538. }
  539. }
  540. ],
  541. "responses": {
  542. "200": {
  543. "description": "具体数据",
  544. "schema": {
  545. "type": "string"
  546. }
  547. },
  548. "400": {
  549. "description": "具体错误",
  550. "schema": {
  551. "$ref": "#/definitions/md.Response"
  552. }
  553. }
  554. }
  555. }
  556. },
  557. "/api/advertising/setPlayletBasic": {
  558. "post": {
  559. "description": "广告管理-短剧设置-信息保存",
  560. "consumes": [
  561. "application/json"
  562. ],
  563. "produces": [
  564. "application/json"
  565. ],
  566. "tags": [
  567. "广告管理"
  568. ],
  569. "summary": "广告管理-短剧设置-信息保存",
  570. "parameters": [
  571. {
  572. "type": "string",
  573. "description": "验证参数Bearer和token空格拼接",
  574. "name": "Authorization",
  575. "in": "header",
  576. "required": true
  577. },
  578. {
  579. "description": "(分页信息必填)",
  580. "name": "req",
  581. "in": "body",
  582. "required": true,
  583. "schema": {
  584. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  585. }
  586. }
  587. ],
  588. "responses": {
  589. "200": {
  590. "description": "具体数据",
  591. "schema": {
  592. "type": "string"
  593. }
  594. },
  595. "400": {
  596. "description": "具体错误",
  597. "schema": {
  598. "$ref": "#/definitions/md.Response"
  599. }
  600. }
  601. }
  602. }
  603. },
  604. "/api/advertising/visit/list": {
  605. "post": {
  606. "description": "广告管理-回调列表",
  607. "consumes": [
  608. "application/json"
  609. ],
  610. "produces": [
  611. "application/json"
  612. ],
  613. "tags": [
  614. "广告管理"
  615. ],
  616. "summary": "广告管理-回调列表",
  617. "parameters": [
  618. {
  619. "type": "string",
  620. "description": "验证参数Bearer和token空格拼接",
  621. "name": "Authorization",
  622. "in": "header",
  623. "required": true
  624. },
  625. {
  626. "description": "(分页信息必填)",
  627. "name": "req",
  628. "in": "body",
  629. "required": true,
  630. "schema": {
  631. "$ref": "#/definitions/md.AdvertisingVisitListReq"
  632. }
  633. }
  634. ],
  635. "responses": {
  636. "200": {
  637. "description": "具体数据",
  638. "schema": {
  639. "$ref": "#/definitions/md.AdvertisingVisitListResp"
  640. }
  641. },
  642. "400": {
  643. "description": "具体错误",
  644. "schema": {
  645. "$ref": "#/definitions/md.Response"
  646. }
  647. }
  648. }
  649. }
  650. },
  651. "/api/article/cate/del": {
  652. "post": {
  653. "description": "分类列表-分类删除",
  654. "consumes": [
  655. "application/json"
  656. ],
  657. "produces": [
  658. "application/json"
  659. ],
  660. "tags": [
  661. "文章资讯"
  662. ],
  663. "summary": "文章资讯-分类列表-分类删除",
  664. "parameters": [
  665. {
  666. "type": "string",
  667. "description": "验证参数Bearer和token空格拼接",
  668. "name": "Authorization",
  669. "in": "header",
  670. "required": true
  671. },
  672. {
  673. "description": "(分页信息必填)",
  674. "name": "req",
  675. "in": "body",
  676. "required": true,
  677. "schema": {
  678. "$ref": "#/definitions/md.ArticleCateDelReq"
  679. }
  680. }
  681. ],
  682. "responses": {
  683. "200": {
  684. "description": "具体数据",
  685. "schema": {
  686. "type": "string"
  687. }
  688. },
  689. "400": {
  690. "description": "具体错误",
  691. "schema": {
  692. "$ref": "#/definitions/md.Response"
  693. }
  694. }
  695. }
  696. }
  697. },
  698. "/api/article/cate/list": {
  699. "post": {
  700. "description": "分类列表",
  701. "consumes": [
  702. "application/json"
  703. ],
  704. "produces": [
  705. "application/json"
  706. ],
  707. "tags": [
  708. "文章资讯"
  709. ],
  710. "summary": "文章资讯-分类列表",
  711. "parameters": [
  712. {
  713. "type": "string",
  714. "description": "验证参数Bearer和token空格拼接",
  715. "name": "Authorization",
  716. "in": "header",
  717. "required": true
  718. },
  719. {
  720. "description": "(分页信息必填)",
  721. "name": "req",
  722. "in": "body",
  723. "required": true,
  724. "schema": {
  725. "$ref": "#/definitions/md.ArticleCateListReq"
  726. }
  727. }
  728. ],
  729. "responses": {
  730. "200": {
  731. "description": "具体数据",
  732. "schema": {
  733. "$ref": "#/definitions/md.ArticleCateListResp"
  734. }
  735. },
  736. "400": {
  737. "description": "具体错误",
  738. "schema": {
  739. "$ref": "#/definitions/md.Response"
  740. }
  741. }
  742. }
  743. }
  744. },
  745. "/api/article/cate/save": {
  746. "post": {
  747. "description": "分类列表-分类保存",
  748. "consumes": [
  749. "application/json"
  750. ],
  751. "produces": [
  752. "application/json"
  753. ],
  754. "tags": [
  755. "文章资讯"
  756. ],
  757. "summary": "文章资讯-分类列表-分类保存",
  758. "parameters": [
  759. {
  760. "type": "string",
  761. "description": "验证参数Bearer和token空格拼接",
  762. "name": "Authorization",
  763. "in": "header",
  764. "required": true
  765. },
  766. {
  767. "description": "(分页信息必填)",
  768. "name": "req",
  769. "in": "body",
  770. "required": true,
  771. "schema": {
  772. "$ref": "#/definitions/md.ArticleCateSaveReq"
  773. }
  774. }
  775. ],
  776. "responses": {
  777. "200": {
  778. "description": "具体数据",
  779. "schema": {
  780. "type": "string"
  781. }
  782. },
  783. "400": {
  784. "description": "具体错误",
  785. "schema": {
  786. "$ref": "#/definitions/md.Response"
  787. }
  788. }
  789. }
  790. }
  791. },
  792. "/api/article/content/del": {
  793. "post": {
  794. "description": "文章列表-文章删除",
  795. "consumes": [
  796. "application/json"
  797. ],
  798. "produces": [
  799. "application/json"
  800. ],
  801. "tags": [
  802. "文章资讯"
  803. ],
  804. "summary": "文章资讯-文章列表-文章删除",
  805. "parameters": [
  806. {
  807. "type": "string",
  808. "description": "验证参数Bearer和token空格拼接",
  809. "name": "Authorization",
  810. "in": "header",
  811. "required": true
  812. },
  813. {
  814. "description": "(分页信息必填)",
  815. "name": "req",
  816. "in": "body",
  817. "required": true,
  818. "schema": {
  819. "$ref": "#/definitions/md.ArticleDelReq"
  820. }
  821. }
  822. ],
  823. "responses": {
  824. "200": {
  825. "description": "具体数据",
  826. "schema": {
  827. "type": "string"
  828. }
  829. },
  830. "400": {
  831. "description": "具体错误",
  832. "schema": {
  833. "$ref": "#/definitions/md.Response"
  834. }
  835. }
  836. }
  837. }
  838. },
  839. "/api/article/content/list": {
  840. "post": {
  841. "description": "文章列表",
  842. "consumes": [
  843. "application/json"
  844. ],
  845. "produces": [
  846. "application/json"
  847. ],
  848. "tags": [
  849. "文章资讯"
  850. ],
  851. "summary": "文章资讯-文章列表",
  852. "parameters": [
  853. {
  854. "type": "string",
  855. "description": "验证参数Bearer和token空格拼接",
  856. "name": "Authorization",
  857. "in": "header",
  858. "required": true
  859. },
  860. {
  861. "description": "(分页信息必填)",
  862. "name": "req",
  863. "in": "body",
  864. "required": true,
  865. "schema": {
  866. "$ref": "#/definitions/md.ArticleListReq"
  867. }
  868. }
  869. ],
  870. "responses": {
  871. "200": {
  872. "description": "具体数据",
  873. "schema": {
  874. "$ref": "#/definitions/md.ArticleListResp"
  875. }
  876. },
  877. "400": {
  878. "description": "具体错误",
  879. "schema": {
  880. "$ref": "#/definitions/md.Response"
  881. }
  882. }
  883. }
  884. }
  885. },
  886. "/api/article/content/save": {
  887. "post": {
  888. "description": "文章列表-文章保存",
  889. "consumes": [
  890. "application/json"
  891. ],
  892. "produces": [
  893. "application/json"
  894. ],
  895. "tags": [
  896. "文章资讯"
  897. ],
  898. "summary": "文章资讯-文章列表-文章保存",
  899. "parameters": [
  900. {
  901. "type": "string",
  902. "description": "验证参数Bearer和token空格拼接",
  903. "name": "Authorization",
  904. "in": "header",
  905. "required": true
  906. },
  907. {
  908. "description": "(分页信息必填)",
  909. "name": "req",
  910. "in": "body",
  911. "required": true,
  912. "schema": {
  913. "$ref": "#/definitions/md.ArticleSaveReq"
  914. }
  915. }
  916. ],
  917. "responses": {
  918. "200": {
  919. "description": "具体数据",
  920. "schema": {
  921. "type": "string"
  922. }
  923. },
  924. "400": {
  925. "description": "具体错误",
  926. "schema": {
  927. "$ref": "#/definitions/md.Response"
  928. }
  929. }
  930. }
  931. }
  932. },
  933. "/api/cloudBundle/audit/clear": {
  934. "post": {
  935. "description": "云打包-云打包-清除审核模板",
  936. "consumes": [
  937. "application/json"
  938. ],
  939. "produces": [
  940. "application/json"
  941. ],
  942. "tags": [
  943. "云打包"
  944. ],
  945. "summary": "云打包-云打包-清除审核模板",
  946. "parameters": [
  947. {
  948. "type": "string",
  949. "description": "验证参数Bearer和token空格拼接",
  950. "name": "Authorization",
  951. "in": "header",
  952. "required": true
  953. },
  954. {
  955. "description": "(分页信息必填)",
  956. "name": "req",
  957. "in": "body",
  958. "required": true,
  959. "schema": {
  960. "$ref": "#/definitions/md.AuditClearReq"
  961. }
  962. }
  963. ],
  964. "responses": {
  965. "200": {
  966. "description": "具体数据",
  967. "schema": {
  968. "type": "string"
  969. }
  970. },
  971. "400": {
  972. "description": "具体错误",
  973. "schema": {
  974. "$ref": "#/definitions/md.Response"
  975. }
  976. }
  977. }
  978. }
  979. },
  980. "/api/cloudBundle/audit/set": {
  981. "post": {
  982. "description": "云打包-云打包-设置为审核模板",
  983. "consumes": [
  984. "application/json"
  985. ],
  986. "produces": [
  987. "application/json"
  988. ],
  989. "tags": [
  990. "云打包"
  991. ],
  992. "summary": "云打包-云打包-设置为审核模板",
  993. "parameters": [
  994. {
  995. "type": "string",
  996. "description": "验证参数Bearer和token空格拼接",
  997. "name": "Authorization",
  998. "in": "header",
  999. "required": true
  1000. },
  1001. {
  1002. "description": "(分页信息必填)",
  1003. "name": "req",
  1004. "in": "body",
  1005. "required": true,
  1006. "schema": {
  1007. "$ref": "#/definitions/md.CommReq"
  1008. }
  1009. }
  1010. ],
  1011. "responses": {
  1012. "200": {
  1013. "description": "具体数据",
  1014. "schema": {
  1015. "type": "string"
  1016. }
  1017. },
  1018. "400": {
  1019. "description": "具体错误",
  1020. "schema": {
  1021. "$ref": "#/definitions/md.Response"
  1022. }
  1023. }
  1024. }
  1025. }
  1026. },
  1027. "/api/cloudBundle/base": {
  1028. "get": {
  1029. "description": "打包机使用-云打包基本信息",
  1030. "consumes": [
  1031. "application/json"
  1032. ],
  1033. "produces": [
  1034. "application/json"
  1035. ],
  1036. "tags": [
  1037. "打包机使用"
  1038. ],
  1039. "summary": "打包机使用-云打包基本信息",
  1040. "parameters": [
  1041. {
  1042. "type": "string",
  1043. "description": "验证参数Bearer和token空格拼接",
  1044. "name": "Authorization",
  1045. "in": "header",
  1046. "required": true
  1047. }
  1048. ],
  1049. "responses": {
  1050. "200": {
  1051. "description": "具体数据",
  1052. "schema": {
  1053. "$ref": "#/definitions/md.CloudBundleBaseResp"
  1054. }
  1055. },
  1056. "400": {
  1057. "description": "具体错误",
  1058. "schema": {
  1059. "$ref": "#/definitions/md.Response"
  1060. }
  1061. }
  1062. }
  1063. }
  1064. },
  1065. "/api/cloudBundle/build": {
  1066. "post": {
  1067. "description": "云打包-云打包操作",
  1068. "consumes": [
  1069. "application/json"
  1070. ],
  1071. "produces": [
  1072. "application/json"
  1073. ],
  1074. "tags": [
  1075. "云打包"
  1076. ],
  1077. "summary": "云打包-云打包操作",
  1078. "parameters": [
  1079. {
  1080. "type": "string",
  1081. "description": "验证参数Bearer和token空格拼接",
  1082. "name": "Authorization",
  1083. "in": "header",
  1084. "required": true
  1085. },
  1086. {
  1087. "description": "(分页信息必填)",
  1088. "name": "req",
  1089. "in": "body",
  1090. "required": true,
  1091. "schema": {
  1092. "$ref": "#/definitions/md.CloudBundleBuildReq"
  1093. }
  1094. }
  1095. ],
  1096. "responses": {
  1097. "200": {
  1098. "description": "具体数据",
  1099. "schema": {
  1100. "type": "string"
  1101. }
  1102. },
  1103. "400": {
  1104. "description": "具体错误",
  1105. "schema": {
  1106. "$ref": "#/definitions/md.Response"
  1107. }
  1108. }
  1109. }
  1110. }
  1111. },
  1112. "/api/cloudBundle/del": {
  1113. "post": {
  1114. "description": "云打包-云打包删除",
  1115. "consumes": [
  1116. "application/json"
  1117. ],
  1118. "produces": [
  1119. "application/json"
  1120. ],
  1121. "tags": [
  1122. "云打包"
  1123. ],
  1124. "summary": "云打包-云打包删除",
  1125. "parameters": [
  1126. {
  1127. "type": "string",
  1128. "description": "验证参数Bearer和token空格拼接",
  1129. "name": "Authorization",
  1130. "in": "header",
  1131. "required": true
  1132. },
  1133. {
  1134. "description": "(分页信息必填)",
  1135. "name": "req",
  1136. "in": "body",
  1137. "required": true,
  1138. "schema": {
  1139. "$ref": "#/definitions/md.CloudBundleDelReq"
  1140. }
  1141. }
  1142. ],
  1143. "responses": {
  1144. "200": {
  1145. "description": "具体数据",
  1146. "schema": {
  1147. "type": "string"
  1148. }
  1149. },
  1150. "400": {
  1151. "description": "具体错误",
  1152. "schema": {
  1153. "$ref": "#/definitions/md.Response"
  1154. }
  1155. }
  1156. }
  1157. }
  1158. },
  1159. "/api/cloudBundle/img/base": {
  1160. "get": {
  1161. "description": "云打包-图片配置",
  1162. "consumes": [
  1163. "application/json"
  1164. ],
  1165. "produces": [
  1166. "application/json"
  1167. ],
  1168. "tags": [
  1169. "云打包"
  1170. ],
  1171. "summary": "云打包-云打包-图片配置",
  1172. "parameters": [
  1173. {
  1174. "type": "string",
  1175. "description": "验证参数Bearer和token空格拼接",
  1176. "name": "Authorization",
  1177. "in": "header",
  1178. "required": true
  1179. }
  1180. ],
  1181. "responses": {
  1182. "200": {
  1183. "description": "具体数据",
  1184. "schema": {
  1185. "$ref": "#/definitions/md.CloudBundleImgResp"
  1186. }
  1187. },
  1188. "400": {
  1189. "description": "具体错误",
  1190. "schema": {
  1191. "$ref": "#/definitions/md.Response"
  1192. }
  1193. }
  1194. }
  1195. }
  1196. },
  1197. "/api/cloudBundle/img/base/save": {
  1198. "post": {
  1199. "description": "云打包-图片配置",
  1200. "consumes": [
  1201. "application/json"
  1202. ],
  1203. "produces": [
  1204. "application/json"
  1205. ],
  1206. "tags": [
  1207. "云打包"
  1208. ],
  1209. "summary": "云打包-图片配置",
  1210. "parameters": [
  1211. {
  1212. "type": "string",
  1213. "description": "验证参数Bearer和token空格拼接",
  1214. "name": "Authorization",
  1215. "in": "header",
  1216. "required": true
  1217. },
  1218. {
  1219. "description": "(分页信息必填)",
  1220. "name": "req",
  1221. "in": "body",
  1222. "required": true,
  1223. "schema": {
  1224. "$ref": "#/definitions/md.CloudBundleImgResp"
  1225. }
  1226. }
  1227. ],
  1228. "responses": {
  1229. "200": {
  1230. "description": "具体数据",
  1231. "schema": {
  1232. "type": "string"
  1233. }
  1234. },
  1235. "400": {
  1236. "description": "具体错误",
  1237. "schema": {
  1238. "$ref": "#/definitions/md.Response"
  1239. }
  1240. }
  1241. }
  1242. }
  1243. },
  1244. "/api/cloudBundle/list": {
  1245. "post": {
  1246. "description": "云打包-云打包版本列表",
  1247. "consumes": [
  1248. "application/json"
  1249. ],
  1250. "produces": [
  1251. "application/json"
  1252. ],
  1253. "tags": [
  1254. "云打包"
  1255. ],
  1256. "summary": "云打包-云打包版本列表",
  1257. "parameters": [
  1258. {
  1259. "type": "string",
  1260. "description": "验证参数Bearer和token空格拼接",
  1261. "name": "Authorization",
  1262. "in": "header",
  1263. "required": true
  1264. },
  1265. {
  1266. "description": "(分页信息必填)",
  1267. "name": "req",
  1268. "in": "body",
  1269. "required": true,
  1270. "schema": {
  1271. "$ref": "#/definitions/md.CloudBundleReq"
  1272. }
  1273. }
  1274. ],
  1275. "responses": {
  1276. "200": {
  1277. "description": "具体数据",
  1278. "schema": {
  1279. "$ref": "#/definitions/md.CloudBundleResp"
  1280. }
  1281. },
  1282. "400": {
  1283. "description": "具体错误",
  1284. "schema": {
  1285. "$ref": "#/definitions/md.Response"
  1286. }
  1287. }
  1288. }
  1289. }
  1290. },
  1291. "/api/cloudBundle/update/state": {
  1292. "post": {
  1293. "description": "打包机使用-云打包更新状态",
  1294. "consumes": [
  1295. "application/json"
  1296. ],
  1297. "produces": [
  1298. "application/json"
  1299. ],
  1300. "tags": [
  1301. "打包机使用"
  1302. ],
  1303. "summary": "打包机使用-云打包更新状态等",
  1304. "parameters": [
  1305. {
  1306. "type": "string",
  1307. "description": "验证参数Bearer和token空格拼接",
  1308. "name": "Authorization",
  1309. "in": "header",
  1310. "required": true
  1311. },
  1312. {
  1313. "description": "(分页信息必填)",
  1314. "name": "req",
  1315. "in": "body",
  1316. "required": true,
  1317. "schema": {
  1318. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1319. }
  1320. }
  1321. ],
  1322. "responses": {
  1323. "200": {
  1324. "description": "具体数据",
  1325. "schema": {
  1326. "type": "string"
  1327. }
  1328. },
  1329. "400": {
  1330. "description": "具体错误",
  1331. "schema": {
  1332. "$ref": "#/definitions/md.Response"
  1333. }
  1334. }
  1335. }
  1336. }
  1337. },
  1338. "/api/cloudBundle/upload": {
  1339. "post": {
  1340. "description": "打包机使用-云打包-上传许可链接(获取)",
  1341. "consumes": [
  1342. "application/json"
  1343. ],
  1344. "produces": [
  1345. "application/json"
  1346. ],
  1347. "tags": [
  1348. "打包机使用"
  1349. ],
  1350. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1351. "parameters": [
  1352. {
  1353. "type": "string",
  1354. "description": "验证参数Bearer和token空格拼接",
  1355. "name": "Authorization",
  1356. "in": "header",
  1357. "required": true
  1358. },
  1359. {
  1360. "description": "签名上传url",
  1361. "name": "req",
  1362. "in": "body",
  1363. "required": true,
  1364. "schema": {
  1365. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1366. }
  1367. }
  1368. ],
  1369. "responses": {
  1370. "200": {
  1371. "description": "许可链接",
  1372. "schema": {
  1373. "type": "string"
  1374. }
  1375. },
  1376. "400": {
  1377. "description": "具体错误",
  1378. "schema": {
  1379. "$ref": "#/definitions/md.Response"
  1380. }
  1381. }
  1382. }
  1383. }
  1384. },
  1385. "/api/cloudBundle/version/base": {
  1386. "get": {
  1387. "description": "云打包-图片配置",
  1388. "consumes": [
  1389. "application/json"
  1390. ],
  1391. "produces": [
  1392. "application/json"
  1393. ],
  1394. "tags": [
  1395. "云打包"
  1396. ],
  1397. "summary": "云打包-云打包-图片配置",
  1398. "parameters": [
  1399. {
  1400. "type": "string",
  1401. "description": "验证参数Bearer和token空格拼接",
  1402. "name": "Authorization",
  1403. "in": "header",
  1404. "required": true
  1405. }
  1406. ],
  1407. "responses": {
  1408. "200": {
  1409. "description": "具体数据",
  1410. "schema": {
  1411. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1412. }
  1413. },
  1414. "400": {
  1415. "description": "具体错误",
  1416. "schema": {
  1417. "$ref": "#/definitions/md.Response"
  1418. }
  1419. }
  1420. }
  1421. }
  1422. },
  1423. "/api/cloudBundle/version/base/save": {
  1424. "post": {
  1425. "description": "云打包-图片配置",
  1426. "consumes": [
  1427. "application/json"
  1428. ],
  1429. "produces": [
  1430. "application/json"
  1431. ],
  1432. "tags": [
  1433. "云打包"
  1434. ],
  1435. "summary": "云打包-图片配置",
  1436. "parameters": [
  1437. {
  1438. "type": "string",
  1439. "description": "验证参数Bearer和token空格拼接",
  1440. "name": "Authorization",
  1441. "in": "header",
  1442. "required": true
  1443. },
  1444. {
  1445. "description": "(分页信息必填)",
  1446. "name": "req",
  1447. "in": "body",
  1448. "required": true,
  1449. "schema": {
  1450. "$ref": "#/definitions/md.CloudBundleVersion"
  1451. }
  1452. }
  1453. ],
  1454. "responses": {
  1455. "200": {
  1456. "description": "具体数据",
  1457. "schema": {
  1458. "type": "string"
  1459. }
  1460. },
  1461. "400": {
  1462. "description": "具体错误",
  1463. "schema": {
  1464. "$ref": "#/definitions/md.Response"
  1465. }
  1466. }
  1467. }
  1468. }
  1469. },
  1470. "/api/comm/adminInfo": {
  1471. "post": {
  1472. "description": "获取管理员信息",
  1473. "consumes": [
  1474. "application/json"
  1475. ],
  1476. "produces": [
  1477. "application/json"
  1478. ],
  1479. "tags": [
  1480. "通用请求"
  1481. ],
  1482. "summary": "通用请求-获取管理员信息",
  1483. "parameters": [
  1484. {
  1485. "type": "string",
  1486. "description": "验证参数Bearer和token空格拼接",
  1487. "name": "Authorization",
  1488. "in": "header",
  1489. "required": true
  1490. }
  1491. ],
  1492. "responses": {
  1493. "200": {
  1494. "description": "管理员信息",
  1495. "schema": {
  1496. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1497. }
  1498. },
  1499. "400": {
  1500. "description": "具体错误",
  1501. "schema": {
  1502. "$ref": "#/definitions/md.Response"
  1503. }
  1504. }
  1505. }
  1506. }
  1507. },
  1508. "/api/comm/getMenuList": {
  1509. "post": {
  1510. "description": "菜单栏列表(获取)",
  1511. "consumes": [
  1512. "application/json"
  1513. ],
  1514. "produces": [
  1515. "application/json"
  1516. ],
  1517. "tags": [
  1518. "权限列表"
  1519. ],
  1520. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1521. "parameters": [
  1522. {
  1523. "type": "string",
  1524. "description": "验证参数Bearer和token空格拼接",
  1525. "name": "Authorization",
  1526. "in": "header",
  1527. "required": true
  1528. }
  1529. ],
  1530. "responses": {
  1531. "200": {
  1532. "description": "具体路由",
  1533. "schema": {
  1534. "type": "object",
  1535. "additionalProperties": true
  1536. }
  1537. },
  1538. "400": {
  1539. "description": "具体错误",
  1540. "schema": {
  1541. "$ref": "#/definitions/md.Response"
  1542. }
  1543. }
  1544. }
  1545. }
  1546. },
  1547. "/api/comm/getOssUrl": {
  1548. "post": {
  1549. "description": "上传许可链接(获取)",
  1550. "consumes": [
  1551. "application/json"
  1552. ],
  1553. "produces": [
  1554. "application/json"
  1555. ],
  1556. "tags": [
  1557. "对象存储"
  1558. ],
  1559. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1560. "parameters": [
  1561. {
  1562. "type": "string",
  1563. "description": "验证参数Bearer和token空格拼接",
  1564. "name": "Authorization",
  1565. "in": "header",
  1566. "required": true
  1567. },
  1568. {
  1569. "description": "签名上传url",
  1570. "name": "req",
  1571. "in": "body",
  1572. "required": true,
  1573. "schema": {
  1574. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1575. }
  1576. }
  1577. ],
  1578. "responses": {
  1579. "200": {
  1580. "description": "许可链接",
  1581. "schema": {
  1582. "type": "string"
  1583. }
  1584. },
  1585. "400": {
  1586. "description": "具体错误",
  1587. "schema": {
  1588. "$ref": "#/definitions/md.Response"
  1589. }
  1590. }
  1591. }
  1592. }
  1593. },
  1594. "/api/config": {
  1595. "get": {
  1596. "description": "基本配置",
  1597. "consumes": [
  1598. "application/json"
  1599. ],
  1600. "produces": [
  1601. "application/json"
  1602. ],
  1603. "tags": [
  1604. "基本配置"
  1605. ],
  1606. "summary": "基本配置",
  1607. "parameters": [
  1608. {
  1609. "type": "string",
  1610. "description": "验证参数Bearer和token空格拼接",
  1611. "name": "Authorization",
  1612. "in": "header",
  1613. "required": true
  1614. }
  1615. ],
  1616. "responses": {
  1617. "200": {
  1618. "description": "具体数据",
  1619. "schema": {
  1620. "$ref": "#/definitions/md.ConfigResp"
  1621. }
  1622. },
  1623. "400": {
  1624. "description": "具体错误",
  1625. "schema": {
  1626. "$ref": "#/definitions/md.Response"
  1627. }
  1628. }
  1629. }
  1630. }
  1631. },
  1632. "/api/demo": {
  1633. "post": {
  1634. "description": "Demo样例测试",
  1635. "consumes": [
  1636. "application/json"
  1637. ],
  1638. "produces": [
  1639. "application/json"
  1640. ],
  1641. "tags": [
  1642. "Demo"
  1643. ],
  1644. "summary": "Demo测试",
  1645. "parameters": [
  1646. {
  1647. "description": "用户名密码",
  1648. "name": "req",
  1649. "in": "body",
  1650. "required": true,
  1651. "schema": {
  1652. "type": "object"
  1653. }
  1654. }
  1655. ],
  1656. "responses": {
  1657. "200": {
  1658. "description": "token",
  1659. "schema": {
  1660. "type": "object",
  1661. "additionalProperties": true
  1662. }
  1663. },
  1664. "400": {
  1665. "description": "具体错误",
  1666. "schema": {
  1667. "$ref": "#/definitions/md.Response"
  1668. }
  1669. }
  1670. }
  1671. }
  1672. },
  1673. "/api/financialCenter/withdraw/applyList": {
  1674. "post": {
  1675. "description": "提现申请列表(获取)",
  1676. "consumes": [
  1677. "application/json"
  1678. ],
  1679. "produces": [
  1680. "application/json"
  1681. ],
  1682. "tags": [
  1683. "提现"
  1684. ],
  1685. "summary": "财务中心-提现-提现申请列表(获取)",
  1686. "parameters": [
  1687. {
  1688. "type": "string",
  1689. "description": "验证参数Bearer和token空格拼接",
  1690. "name": "Authorization",
  1691. "in": "header",
  1692. "required": true
  1693. },
  1694. {
  1695. "description": "筛选条件",
  1696. "name": "req",
  1697. "in": "body",
  1698. "schema": {
  1699. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1700. }
  1701. }
  1702. ],
  1703. "responses": {
  1704. "200": {
  1705. "description": "具体数据",
  1706. "schema": {
  1707. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1708. }
  1709. },
  1710. "400": {
  1711. "description": "具体错误",
  1712. "schema": {
  1713. "$ref": "#/definitions/md.Response"
  1714. }
  1715. }
  1716. }
  1717. }
  1718. },
  1719. "/api/financialCenter/withdraw/audit": {
  1720. "post": {
  1721. "description": "提现审核",
  1722. "consumes": [
  1723. "application/json"
  1724. ],
  1725. "produces": [
  1726. "application/json"
  1727. ],
  1728. "tags": [
  1729. "提现"
  1730. ],
  1731. "summary": "财务中心-提现-审核",
  1732. "parameters": [
  1733. {
  1734. "type": "string",
  1735. "description": "验证参数Bearer和token空格拼接",
  1736. "name": "Authorization",
  1737. "in": "header",
  1738. "required": true
  1739. },
  1740. {
  1741. "description": "筛选条件",
  1742. "name": "req",
  1743. "in": "body",
  1744. "schema": {
  1745. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1746. }
  1747. }
  1748. ],
  1749. "responses": {
  1750. "200": {
  1751. "description": "success",
  1752. "schema": {
  1753. "type": "string"
  1754. }
  1755. },
  1756. "400": {
  1757. "description": "具体错误",
  1758. "schema": {
  1759. "$ref": "#/definitions/md.Response"
  1760. }
  1761. }
  1762. }
  1763. }
  1764. },
  1765. "/api/financialCenter/withdraw/setting": {
  1766. "get": {
  1767. "description": "基础设置(获取)",
  1768. "consumes": [
  1769. "application/json"
  1770. ],
  1771. "produces": [
  1772. "application/json"
  1773. ],
  1774. "tags": [
  1775. "提现"
  1776. ],
  1777. "summary": "财务中心-提现-基础设置(获取)",
  1778. "parameters": [
  1779. {
  1780. "type": "string",
  1781. "description": "验证参数Bearer和token空格拼接",
  1782. "name": "Authorization",
  1783. "in": "header",
  1784. "required": true
  1785. }
  1786. ],
  1787. "responses": {
  1788. "200": {
  1789. "description": "具体数据",
  1790. "schema": {
  1791. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1792. }
  1793. },
  1794. "400": {
  1795. "description": "具体错误",
  1796. "schema": {
  1797. "$ref": "#/definitions/md.Response"
  1798. }
  1799. }
  1800. }
  1801. }
  1802. },
  1803. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1804. "post": {
  1805. "description": "基础设置(更新)",
  1806. "consumes": [
  1807. "application/json"
  1808. ],
  1809. "produces": [
  1810. "application/json"
  1811. ],
  1812. "tags": [
  1813. "提现"
  1814. ],
  1815. "summary": "财务中心-提现-基础设置(更新)",
  1816. "parameters": [
  1817. {
  1818. "type": "string",
  1819. "description": "验证参数Bearer和token空格拼接",
  1820. "name": "Authorization",
  1821. "in": "header",
  1822. "required": true
  1823. },
  1824. {
  1825. "description": "id 必填",
  1826. "name": "req",
  1827. "in": "body",
  1828. "required": true,
  1829. "schema": {
  1830. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1831. }
  1832. }
  1833. ],
  1834. "responses": {
  1835. "200": {
  1836. "description": "修改数据条数",
  1837. "schema": {
  1838. "type": "int"
  1839. }
  1840. },
  1841. "400": {
  1842. "description": "具体错误",
  1843. "schema": {
  1844. "$ref": "#/definitions/md.Response"
  1845. }
  1846. }
  1847. }
  1848. }
  1849. },
  1850. "/api/friendCircleSettings/basic/index": {
  1851. "get": {
  1852. "description": "基础设置(获取)",
  1853. "consumes": [
  1854. "application/json"
  1855. ],
  1856. "produces": [
  1857. "application/json"
  1858. ],
  1859. "tags": [
  1860. "动态设置"
  1861. ],
  1862. "summary": "社交管理-动态设置-基础设置(获取)",
  1863. "parameters": [
  1864. {
  1865. "type": "string",
  1866. "description": "验证参数Bearer和token空格拼接",
  1867. "name": "Authorization",
  1868. "in": "header",
  1869. "required": true
  1870. }
  1871. ],
  1872. "responses": {
  1873. "200": {
  1874. "description": "具体数据",
  1875. "schema": {
  1876. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1877. }
  1878. },
  1879. "400": {
  1880. "description": "具体错误",
  1881. "schema": {
  1882. "$ref": "#/definitions/md.Response"
  1883. }
  1884. }
  1885. }
  1886. }
  1887. },
  1888. "/api/friendCircleSettings/basic/save": {
  1889. "post": {
  1890. "description": "基础设置(更新)",
  1891. "consumes": [
  1892. "application/json"
  1893. ],
  1894. "produces": [
  1895. "application/json"
  1896. ],
  1897. "tags": [
  1898. "动态设置"
  1899. ],
  1900. "summary": "社交管理-动态设置-基础设置(更新)",
  1901. "parameters": [
  1902. {
  1903. "type": "string",
  1904. "description": "验证参数Bearer和token空格拼接",
  1905. "name": "Authorization",
  1906. "in": "header",
  1907. "required": true
  1908. },
  1909. {
  1910. "description": "id 必填",
  1911. "name": "req",
  1912. "in": "body",
  1913. "required": true,
  1914. "schema": {
  1915. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1916. }
  1917. }
  1918. ],
  1919. "responses": {
  1920. "200": {
  1921. "description": "修改数据条数",
  1922. "schema": {
  1923. "type": "int"
  1924. }
  1925. },
  1926. "400": {
  1927. "description": "具体错误",
  1928. "schema": {
  1929. "$ref": "#/definitions/md.Response"
  1930. }
  1931. }
  1932. }
  1933. }
  1934. },
  1935. "/api/friendCircleSettings/blackList/add": {
  1936. "post": {
  1937. "description": "黑名单(新增)",
  1938. "consumes": [
  1939. "application/json"
  1940. ],
  1941. "produces": [
  1942. "application/json"
  1943. ],
  1944. "tags": [
  1945. "动态设置"
  1946. ],
  1947. "summary": "社交管理-动态设置-黑名单(新增)",
  1948. "parameters": [
  1949. {
  1950. "type": "string",
  1951. "description": "验证参数Bearer和token空格拼接",
  1952. "name": "Authorization",
  1953. "in": "header",
  1954. "required": true
  1955. },
  1956. {
  1957. "description": "用户id 必填",
  1958. "name": "req",
  1959. "in": "body",
  1960. "required": true,
  1961. "schema": {
  1962. "$ref": "#/definitions/md.AddBlackListReq"
  1963. }
  1964. }
  1965. ],
  1966. "responses": {
  1967. "200": {
  1968. "description": "生成的黑名单id",
  1969. "schema": {
  1970. "type": "string"
  1971. }
  1972. },
  1973. "400": {
  1974. "description": "具体错误",
  1975. "schema": {
  1976. "$ref": "#/definitions/md.Response"
  1977. }
  1978. }
  1979. }
  1980. }
  1981. },
  1982. "/api/friendCircleSettings/blackList/del": {
  1983. "delete": {
  1984. "description": "黑名单(删除)",
  1985. "consumes": [
  1986. "application/json"
  1987. ],
  1988. "produces": [
  1989. "application/json"
  1990. ],
  1991. "tags": [
  1992. "动态设置"
  1993. ],
  1994. "summary": "社交管理-动态设置-黑名单(删除)",
  1995. "parameters": [
  1996. {
  1997. "type": "string",
  1998. "description": "验证参数Bearer和token空格拼接",
  1999. "name": "Authorization",
  2000. "in": "header",
  2001. "required": true
  2002. },
  2003. {
  2004. "description": "黑名单id 必填",
  2005. "name": "req",
  2006. "in": "body",
  2007. "required": true,
  2008. "schema": {
  2009. "$ref": "#/definitions/md.DeleteBlackListReq"
  2010. }
  2011. }
  2012. ],
  2013. "responses": {
  2014. "200": {
  2015. "description": "删除数据数量",
  2016. "schema": {
  2017. "type": "string"
  2018. }
  2019. },
  2020. "400": {
  2021. "description": "具体错误",
  2022. "schema": {
  2023. "$ref": "#/definitions/md.Response"
  2024. }
  2025. }
  2026. }
  2027. }
  2028. },
  2029. "/api/friendCircleSettings/blackList/index": {
  2030. "get": {
  2031. "description": "黑名单(获取)",
  2032. "consumes": [
  2033. "application/json"
  2034. ],
  2035. "produces": [
  2036. "application/json"
  2037. ],
  2038. "tags": [
  2039. "动态设置"
  2040. ],
  2041. "summary": "社交管理-动态设置-黑名单(获取)",
  2042. "parameters": [
  2043. {
  2044. "type": "string",
  2045. "description": "验证参数Bearer和token空格拼接",
  2046. "name": "Authorization",
  2047. "in": "header",
  2048. "required": true
  2049. },
  2050. {
  2051. "type": "integer",
  2052. "description": "每页大小",
  2053. "name": "limit",
  2054. "in": "query",
  2055. "required": true
  2056. },
  2057. {
  2058. "type": "integer",
  2059. "description": "页数",
  2060. "name": "page",
  2061. "in": "query",
  2062. "required": true
  2063. },
  2064. {
  2065. "type": "integer",
  2066. "description": "手机号",
  2067. "name": "phone",
  2068. "in": "query",
  2069. "required": true
  2070. },
  2071. {
  2072. "type": "integer",
  2073. "description": "用户名",
  2074. "name": "nickname",
  2075. "in": "query",
  2076. "required": true
  2077. },
  2078. {
  2079. "type": "integer",
  2080. "description": "用户id",
  2081. "name": "uid",
  2082. "in": "query",
  2083. "required": true
  2084. }
  2085. ],
  2086. "responses": {
  2087. "200": {
  2088. "description": "具体数据",
  2089. "schema": {
  2090. "$ref": "#/definitions/md.GetBlackListResp"
  2091. }
  2092. },
  2093. "400": {
  2094. "description": "具体错误",
  2095. "schema": {
  2096. "$ref": "#/definitions/md.Response"
  2097. }
  2098. }
  2099. }
  2100. }
  2101. },
  2102. "/api/friendCircleSettings/dynamic/del": {
  2103. "delete": {
  2104. "description": "动态(删除)",
  2105. "consumes": [
  2106. "application/json"
  2107. ],
  2108. "produces": [
  2109. "application/json"
  2110. ],
  2111. "tags": [
  2112. "动态设置"
  2113. ],
  2114. "summary": "社交管理-动态设置-动态(删除)",
  2115. "parameters": [
  2116. {
  2117. "type": "string",
  2118. "description": "验证参数Bearer和token空格拼接",
  2119. "name": "Authorization",
  2120. "in": "header",
  2121. "required": true
  2122. },
  2123. {
  2124. "description": "删除动态id必填",
  2125. "name": "req",
  2126. "in": "body",
  2127. "required": true,
  2128. "schema": {
  2129. "$ref": "#/definitions/md.DeleteDynamicReq"
  2130. }
  2131. }
  2132. ],
  2133. "responses": {
  2134. "200": {
  2135. "description": "success",
  2136. "schema": {
  2137. "type": "string"
  2138. }
  2139. },
  2140. "400": {
  2141. "description": "具体错误",
  2142. "schema": {
  2143. "$ref": "#/definitions/md.Response"
  2144. }
  2145. }
  2146. }
  2147. }
  2148. },
  2149. "/api/friendCircleSettings/dynamic/index": {
  2150. "post": {
  2151. "description": "动态(获取)",
  2152. "consumes": [
  2153. "application/json"
  2154. ],
  2155. "produces": [
  2156. "application/json"
  2157. ],
  2158. "tags": [
  2159. "动态设置"
  2160. ],
  2161. "summary": "社交管理-动态设置-动态(获取)",
  2162. "parameters": [
  2163. {
  2164. "type": "string",
  2165. "description": "验证参数Bearer和token空格拼接",
  2166. "name": "Authorization",
  2167. "in": "header",
  2168. "required": true
  2169. },
  2170. {
  2171. "description": "筛选条件",
  2172. "name": "req",
  2173. "in": "body",
  2174. "schema": {
  2175. "$ref": "#/definitions/md.GetDynamicReq"
  2176. }
  2177. }
  2178. ],
  2179. "responses": {
  2180. "200": {
  2181. "description": "生成的黑名单id",
  2182. "schema": {
  2183. "$ref": "#/definitions/md.GetDynamicResp"
  2184. }
  2185. },
  2186. "400": {
  2187. "description": "具体错误",
  2188. "schema": {
  2189. "$ref": "#/definitions/md.Response"
  2190. }
  2191. }
  2192. }
  2193. }
  2194. },
  2195. "/api/friendCircleSettings/dynamic/release": {
  2196. "post": {
  2197. "description": "动态(发布)",
  2198. "consumes": [
  2199. "application/json"
  2200. ],
  2201. "produces": [
  2202. "application/json"
  2203. ],
  2204. "tags": [
  2205. "动态设置"
  2206. ],
  2207. "summary": "社交管理-动态设置-动态(发布)",
  2208. "parameters": [
  2209. {
  2210. "type": "string",
  2211. "description": "验证参数Bearer和token空格拼接",
  2212. "name": "Authorization",
  2213. "in": "header",
  2214. "required": true
  2215. },
  2216. {
  2217. "description": "发布动态信息",
  2218. "name": "req",
  2219. "in": "body",
  2220. "required": true,
  2221. "schema": {
  2222. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2223. }
  2224. }
  2225. ],
  2226. "responses": {
  2227. "200": {
  2228. "description": "success",
  2229. "schema": {
  2230. "type": "string"
  2231. }
  2232. },
  2233. "400": {
  2234. "description": "具体错误",
  2235. "schema": {
  2236. "$ref": "#/definitions/md.Response"
  2237. }
  2238. }
  2239. }
  2240. }
  2241. },
  2242. "/api/friendCircleSettings/dynamic/update": {
  2243. "post": {
  2244. "description": "动态(更新)",
  2245. "consumes": [
  2246. "application/json"
  2247. ],
  2248. "produces": [
  2249. "application/json"
  2250. ],
  2251. "tags": [
  2252. "动态设置"
  2253. ],
  2254. "summary": "社交管理-动态设置-动态(更新)",
  2255. "parameters": [
  2256. {
  2257. "type": "string",
  2258. "description": "验证参数Bearer和token空格拼接",
  2259. "name": "Authorization",
  2260. "in": "header",
  2261. "required": true
  2262. },
  2263. {
  2264. "description": "更新动态id必填",
  2265. "name": "req",
  2266. "in": "body",
  2267. "required": true,
  2268. "schema": {
  2269. "$ref": "#/definitions/md.UpdateDynamicReq"
  2270. }
  2271. }
  2272. ],
  2273. "responses": {
  2274. "200": {
  2275. "description": "success",
  2276. "schema": {
  2277. "type": "string"
  2278. }
  2279. },
  2280. "400": {
  2281. "description": "具体错误",
  2282. "schema": {
  2283. "$ref": "#/definitions/md.Response"
  2284. }
  2285. }
  2286. }
  2287. }
  2288. },
  2289. "/api/getSTSVoucher": {
  2290. "get": {
  2291. "description": "STS临时访问凭证(获取)",
  2292. "consumes": [
  2293. "application/json"
  2294. ],
  2295. "produces": [
  2296. "application/json"
  2297. ],
  2298. "tags": [
  2299. "打包机使用"
  2300. ],
  2301. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2302. "parameters": [
  2303. {
  2304. "type": "string",
  2305. "description": "验证参数Bearer和token空格拼接",
  2306. "name": "Authorization",
  2307. "in": "header",
  2308. "required": true
  2309. }
  2310. ],
  2311. "responses": {
  2312. "200": {
  2313. "description": "凭证及其他信息",
  2314. "schema": {
  2315. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2316. }
  2317. },
  2318. "400": {
  2319. "description": "具体错误",
  2320. "schema": {
  2321. "$ref": "#/definitions/md.Response"
  2322. }
  2323. }
  2324. }
  2325. }
  2326. },
  2327. "/api/homePage/activeData": {
  2328. "get": {
  2329. "description": "活跃数据",
  2330. "consumes": [
  2331. "application/json"
  2332. ],
  2333. "produces": [
  2334. "application/json"
  2335. ],
  2336. "tags": [
  2337. "首页"
  2338. ],
  2339. "summary": "首页-首页-活跃数据",
  2340. "parameters": [
  2341. {
  2342. "type": "string",
  2343. "description": "验证参数Bearer和token空格拼接",
  2344. "name": "Authorization",
  2345. "in": "header",
  2346. "required": true
  2347. }
  2348. ],
  2349. "responses": {
  2350. "200": {
  2351. "description": "具体数据",
  2352. "schema": {
  2353. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2354. }
  2355. },
  2356. "400": {
  2357. "description": "具体错误",
  2358. "schema": {
  2359. "$ref": "#/definitions/md.Response"
  2360. }
  2361. }
  2362. }
  2363. }
  2364. },
  2365. "/api/homePage/growData": {
  2366. "get": {
  2367. "description": "用户增长曲线",
  2368. "consumes": [
  2369. "application/json"
  2370. ],
  2371. "produces": [
  2372. "application/json"
  2373. ],
  2374. "tags": [
  2375. "首页"
  2376. ],
  2377. "summary": "首页-首页-用户增长曲线",
  2378. "parameters": [
  2379. {
  2380. "type": "string",
  2381. "description": "验证参数Bearer和token空格拼接",
  2382. "name": "Authorization",
  2383. "in": "header",
  2384. "required": true
  2385. },
  2386. {
  2387. "type": "string",
  2388. "description": "1:按天 2:按周 3:按小时",
  2389. "name": "kind",
  2390. "in": "query"
  2391. }
  2392. ],
  2393. "responses": {
  2394. "200": {
  2395. "description": "具体数据",
  2396. "schema": {
  2397. "$ref": "#/definitions/md.GetPriceCurveResp"
  2398. }
  2399. },
  2400. "400": {
  2401. "description": "具体错误",
  2402. "schema": {
  2403. "$ref": "#/definitions/md.Response"
  2404. }
  2405. }
  2406. }
  2407. }
  2408. },
  2409. "/api/homePage/totalData": {
  2410. "get": {
  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. "type": "string",
  2432. "description": "年",
  2433. "name": "year",
  2434. "in": "query",
  2435. "required": true
  2436. },
  2437. {
  2438. "type": "string",
  2439. "description": "月",
  2440. "name": "month",
  2441. "in": "query",
  2442. "required": true
  2443. }
  2444. ],
  2445. "responses": {
  2446. "200": {
  2447. "description": "具体数据",
  2448. "schema": {
  2449. "$ref": "#/definitions/hdl.TotalDataResp"
  2450. }
  2451. },
  2452. "400": {
  2453. "description": "具体错误",
  2454. "schema": {
  2455. "$ref": "#/definitions/md.Response"
  2456. }
  2457. }
  2458. }
  2459. }
  2460. },
  2461. "/api/im/addCustomerService": {
  2462. "post": {
  2463. "description": "客服(新增)",
  2464. "consumes": [
  2465. "application/json"
  2466. ],
  2467. "produces": [
  2468. "application/json"
  2469. ],
  2470. "tags": [
  2471. "客服"
  2472. ],
  2473. "summary": "Im-客服(新增)",
  2474. "parameters": [
  2475. {
  2476. "type": "string",
  2477. "description": "验证参数Bearer和token空格拼接",
  2478. "name": "Authorization",
  2479. "in": "header",
  2480. "required": true
  2481. },
  2482. {
  2483. "description": "相关参数",
  2484. "name": "req",
  2485. "in": "body",
  2486. "required": true,
  2487. "schema": {
  2488. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2489. }
  2490. }
  2491. ],
  2492. "responses": {
  2493. "200": {
  2494. "description": "success",
  2495. "schema": {
  2496. "type": "string"
  2497. }
  2498. },
  2499. "400": {
  2500. "description": "具体错误",
  2501. "schema": {
  2502. "$ref": "#/definitions/md.Response"
  2503. }
  2504. }
  2505. }
  2506. }
  2507. },
  2508. "/api/im/addEmoticon": {
  2509. "post": {
  2510. "description": "表情包(新增)",
  2511. "consumes": [
  2512. "application/json"
  2513. ],
  2514. "produces": [
  2515. "application/json"
  2516. ],
  2517. "tags": [
  2518. "表情包"
  2519. ],
  2520. "summary": "Im-表情包(新增)",
  2521. "parameters": [
  2522. {
  2523. "type": "string",
  2524. "description": "验证参数Bearer和token空格拼接",
  2525. "name": "Authorization",
  2526. "in": "header",
  2527. "required": true
  2528. },
  2529. {
  2530. "description": "相关参数",
  2531. "name": "req",
  2532. "in": "body",
  2533. "required": true,
  2534. "schema": {
  2535. "$ref": "#/definitions/md.AddEmoticonReq"
  2536. }
  2537. }
  2538. ],
  2539. "responses": {
  2540. "200": {
  2541. "description": "success",
  2542. "schema": {
  2543. "type": "string"
  2544. }
  2545. },
  2546. "400": {
  2547. "description": "具体错误",
  2548. "schema": {
  2549. "$ref": "#/definitions/md.Response"
  2550. }
  2551. }
  2552. }
  2553. }
  2554. },
  2555. "/api/im/batchSendGroupMessage": {
  2556. "post": {
  2557. "description": "群发发送群组消息",
  2558. "consumes": [
  2559. "application/json"
  2560. ],
  2561. "produces": [
  2562. "application/json"
  2563. ],
  2564. "tags": [
  2565. "群发发送群组消息"
  2566. ],
  2567. "summary": "Im-群发发送群组消息",
  2568. "parameters": [
  2569. {
  2570. "type": "string",
  2571. "description": "验证参数Bearer和token空格拼接",
  2572. "name": "Authorization",
  2573. "in": "header",
  2574. "required": true
  2575. },
  2576. {
  2577. "description": "相关参数",
  2578. "name": "req",
  2579. "in": "body",
  2580. "required": true,
  2581. "schema": {
  2582. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2583. }
  2584. }
  2585. ],
  2586. "responses": {
  2587. "200": {
  2588. "description": "success",
  2589. "schema": {
  2590. "type": "string"
  2591. }
  2592. },
  2593. "400": {
  2594. "description": "具体错误",
  2595. "schema": {
  2596. "$ref": "#/definitions/md.Response"
  2597. }
  2598. }
  2599. }
  2600. }
  2601. },
  2602. "/api/im/batchSendUserMessage": {
  2603. "post": {
  2604. "description": "群发发送用户消息",
  2605. "consumes": [
  2606. "application/json"
  2607. ],
  2608. "produces": [
  2609. "application/json"
  2610. ],
  2611. "tags": [
  2612. "群发发送用户消息"
  2613. ],
  2614. "summary": "Im-群发发送用户消息",
  2615. "parameters": [
  2616. {
  2617. "type": "string",
  2618. "description": "验证参数Bearer和token空格拼接",
  2619. "name": "Authorization",
  2620. "in": "header",
  2621. "required": true
  2622. },
  2623. {
  2624. "description": "相关参数",
  2625. "name": "req",
  2626. "in": "body",
  2627. "required": true,
  2628. "schema": {
  2629. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2630. }
  2631. }
  2632. ],
  2633. "responses": {
  2634. "200": {
  2635. "description": "success",
  2636. "schema": {
  2637. "type": "string"
  2638. }
  2639. },
  2640. "400": {
  2641. "description": "具体错误",
  2642. "schema": {
  2643. "$ref": "#/definitions/md.Response"
  2644. }
  2645. }
  2646. }
  2647. }
  2648. },
  2649. "/api/im/deleteEmoticon": {
  2650. "post": {
  2651. "description": "表情包(删除)",
  2652. "consumes": [
  2653. "application/json"
  2654. ],
  2655. "produces": [
  2656. "application/json"
  2657. ],
  2658. "tags": [
  2659. "表情包"
  2660. ],
  2661. "summary": "Im-表情包(删除)",
  2662. "parameters": [
  2663. {
  2664. "type": "string",
  2665. "description": "验证参数Bearer和token空格拼接",
  2666. "name": "Authorization",
  2667. "in": "header",
  2668. "required": true
  2669. },
  2670. {
  2671. "description": "相关参数",
  2672. "name": "req",
  2673. "in": "body",
  2674. "required": true,
  2675. "schema": {
  2676. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2677. }
  2678. }
  2679. ],
  2680. "responses": {
  2681. "200": {
  2682. "description": "success",
  2683. "schema": {
  2684. "type": "string"
  2685. }
  2686. },
  2687. "400": {
  2688. "description": "具体错误",
  2689. "schema": {
  2690. "$ref": "#/definitions/md.Response"
  2691. }
  2692. }
  2693. }
  2694. }
  2695. },
  2696. "/api/im/getBasic": {
  2697. "get": {
  2698. "description": "基础设置(获取)",
  2699. "consumes": [
  2700. "application/json"
  2701. ],
  2702. "produces": [
  2703. "application/json"
  2704. ],
  2705. "tags": [
  2706. "基础设置"
  2707. ],
  2708. "summary": "Im-基础设置(获取)",
  2709. "parameters": [
  2710. {
  2711. "type": "string",
  2712. "description": "验证参数Bearer和token空格拼接",
  2713. "name": "Authorization",
  2714. "in": "header",
  2715. "required": true
  2716. }
  2717. ],
  2718. "responses": {
  2719. "200": {
  2720. "description": "设置列表",
  2721. "schema": {
  2722. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2723. }
  2724. },
  2725. "400": {
  2726. "description": "具体错误",
  2727. "schema": {
  2728. "$ref": "#/definitions/md.Response"
  2729. }
  2730. }
  2731. }
  2732. }
  2733. },
  2734. "/api/im/groupList": {
  2735. "post": {
  2736. "description": "群组用户(列表)",
  2737. "consumes": [
  2738. "application/json"
  2739. ],
  2740. "produces": [
  2741. "application/json"
  2742. ],
  2743. "tags": [
  2744. "群组用户"
  2745. ],
  2746. "summary": "Im-群组用户(列表)",
  2747. "parameters": [
  2748. {
  2749. "type": "string",
  2750. "description": "验证参数Bearer和token空格拼接",
  2751. "name": "Authorization",
  2752. "in": "header",
  2753. "required": true
  2754. },
  2755. {
  2756. "description": "相关参数",
  2757. "name": "req",
  2758. "in": "body",
  2759. "required": true,
  2760. "schema": {
  2761. "$ref": "#/definitions/md.GroupListReq"
  2762. }
  2763. }
  2764. ],
  2765. "responses": {
  2766. "200": {
  2767. "description": "OK",
  2768. "schema": {
  2769. "$ref": "#/definitions/md.GroupListResp"
  2770. }
  2771. },
  2772. "400": {
  2773. "description": "具体错误",
  2774. "schema": {
  2775. "$ref": "#/definitions/md.Response"
  2776. }
  2777. }
  2778. }
  2779. }
  2780. },
  2781. "/api/im/pageCustomerService": {
  2782. "post": {
  2783. "description": "客服(列表)",
  2784. "consumes": [
  2785. "application/json"
  2786. ],
  2787. "produces": [
  2788. "application/json"
  2789. ],
  2790. "tags": [
  2791. "客服"
  2792. ],
  2793. "summary": "Im-客服(列表)",
  2794. "parameters": [
  2795. {
  2796. "type": "string",
  2797. "description": "验证参数Bearer和token空格拼接",
  2798. "name": "Authorization",
  2799. "in": "header",
  2800. "required": true
  2801. },
  2802. {
  2803. "description": "相关参数",
  2804. "name": "req",
  2805. "in": "body",
  2806. "required": true,
  2807. "schema": {
  2808. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2809. }
  2810. }
  2811. ],
  2812. "responses": {
  2813. "200": {
  2814. "description": "设置列表",
  2815. "schema": {
  2816. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2817. }
  2818. },
  2819. "400": {
  2820. "description": "具体错误",
  2821. "schema": {
  2822. "$ref": "#/definitions/md.Response"
  2823. }
  2824. }
  2825. }
  2826. }
  2827. },
  2828. "/api/im/pageEmoticon": {
  2829. "post": {
  2830. "description": "表情包(列表)",
  2831. "consumes": [
  2832. "application/json"
  2833. ],
  2834. "produces": [
  2835. "application/json"
  2836. ],
  2837. "tags": [
  2838. "表情包"
  2839. ],
  2840. "summary": "Im-表情包(列表)",
  2841. "parameters": [
  2842. {
  2843. "type": "string",
  2844. "description": "验证参数Bearer和token空格拼接",
  2845. "name": "Authorization",
  2846. "in": "header",
  2847. "required": true
  2848. },
  2849. {
  2850. "description": "相关参数",
  2851. "name": "req",
  2852. "in": "body",
  2853. "required": true,
  2854. "schema": {
  2855. "$ref": "#/definitions/md.PageEmoticonReq"
  2856. }
  2857. }
  2858. ],
  2859. "responses": {
  2860. "200": {
  2861. "description": "设置列表",
  2862. "schema": {
  2863. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2864. }
  2865. },
  2866. "400": {
  2867. "description": "具体错误",
  2868. "schema": {
  2869. "$ref": "#/definitions/md.Response"
  2870. }
  2871. }
  2872. }
  2873. }
  2874. },
  2875. "/api/im/pageSendRedPackageOrd": {
  2876. "post": {
  2877. "description": "红包记录(列表)",
  2878. "consumes": [
  2879. "application/json"
  2880. ],
  2881. "produces": [
  2882. "application/json"
  2883. ],
  2884. "tags": [
  2885. "红包记录"
  2886. ],
  2887. "summary": "Im-红包记录(列表)",
  2888. "parameters": [
  2889. {
  2890. "type": "string",
  2891. "description": "验证参数Bearer和token空格拼接",
  2892. "name": "Authorization",
  2893. "in": "header",
  2894. "required": true
  2895. },
  2896. {
  2897. "description": "相关参数",
  2898. "name": "req",
  2899. "in": "body",
  2900. "required": true,
  2901. "schema": {
  2902. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2903. }
  2904. }
  2905. ],
  2906. "responses": {
  2907. "200": {
  2908. "description": "success",
  2909. "schema": {
  2910. "type": "string"
  2911. }
  2912. },
  2913. "400": {
  2914. "description": "具体错误",
  2915. "schema": {
  2916. "$ref": "#/definitions/md.Response"
  2917. }
  2918. }
  2919. }
  2920. }
  2921. },
  2922. "/api/im/redPackageRecordsDetail": {
  2923. "get": {
  2924. "description": "红包记录(详情)",
  2925. "consumes": [
  2926. "application/json"
  2927. ],
  2928. "produces": [
  2929. "application/json"
  2930. ],
  2931. "tags": [
  2932. "红包记录"
  2933. ],
  2934. "summary": "Im-红包记录(详情)",
  2935. "parameters": [
  2936. {
  2937. "type": "string",
  2938. "description": "验证参数Bearer和token空格拼接",
  2939. "name": "Authorization",
  2940. "in": "header",
  2941. "required": true
  2942. },
  2943. {
  2944. "type": "string",
  2945. "description": "红包id",
  2946. "name": "red_package_id",
  2947. "in": "query",
  2948. "required": true
  2949. }
  2950. ],
  2951. "responses": {
  2952. "200": {
  2953. "description": "success",
  2954. "schema": {
  2955. "type": "string"
  2956. }
  2957. },
  2958. "400": {
  2959. "description": "具体错误",
  2960. "schema": {
  2961. "$ref": "#/definitions/md.Response"
  2962. }
  2963. }
  2964. }
  2965. }
  2966. },
  2967. "/api/im/setBasic": {
  2968. "post": {
  2969. "description": "基础设置(更新)",
  2970. "consumes": [
  2971. "application/json"
  2972. ],
  2973. "produces": [
  2974. "application/json"
  2975. ],
  2976. "tags": [
  2977. "基础设置"
  2978. ],
  2979. "summary": "Im-基础设置(更新)",
  2980. "parameters": [
  2981. {
  2982. "type": "string",
  2983. "description": "验证参数Bearer和token空格拼接",
  2984. "name": "Authorization",
  2985. "in": "header",
  2986. "required": true
  2987. },
  2988. {
  2989. "description": "上传需要修改的信息",
  2990. "name": "req",
  2991. "in": "body",
  2992. "required": true,
  2993. "schema": {
  2994. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2995. }
  2996. }
  2997. ],
  2998. "responses": {
  2999. "200": {
  3000. "description": "success",
  3001. "schema": {
  3002. "type": "string"
  3003. }
  3004. },
  3005. "400": {
  3006. "description": "具体错误",
  3007. "schema": {
  3008. "$ref": "#/definitions/md.Response"
  3009. }
  3010. }
  3011. }
  3012. }
  3013. },
  3014. "/api/im/setCustomerServiceState": {
  3015. "post": {
  3016. "description": "客服(更新状态)",
  3017. "consumes": [
  3018. "application/json"
  3019. ],
  3020. "produces": [
  3021. "application/json"
  3022. ],
  3023. "tags": [
  3024. "客服"
  3025. ],
  3026. "summary": "Im-客服(更新状态)",
  3027. "parameters": [
  3028. {
  3029. "type": "string",
  3030. "description": "验证参数Bearer和token空格拼接",
  3031. "name": "Authorization",
  3032. "in": "header",
  3033. "required": true
  3034. },
  3035. {
  3036. "description": "相关参数",
  3037. "name": "req",
  3038. "in": "body",
  3039. "required": true,
  3040. "schema": {
  3041. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  3042. }
  3043. }
  3044. ],
  3045. "responses": {
  3046. "200": {
  3047. "description": "success",
  3048. "schema": {
  3049. "type": "string"
  3050. }
  3051. },
  3052. "400": {
  3053. "description": "具体错误",
  3054. "schema": {
  3055. "$ref": "#/definitions/md.Response"
  3056. }
  3057. }
  3058. }
  3059. }
  3060. },
  3061. "/api/im/setEmoticonState": {
  3062. "post": {
  3063. "description": "表情包(新增)",
  3064. "consumes": [
  3065. "application/json"
  3066. ],
  3067. "produces": [
  3068. "application/json"
  3069. ],
  3070. "tags": [
  3071. "表情包"
  3072. ],
  3073. "summary": "Im-表情包(更新状态)",
  3074. "parameters": [
  3075. {
  3076. "type": "string",
  3077. "description": "验证参数Bearer和token空格拼接",
  3078. "name": "Authorization",
  3079. "in": "header",
  3080. "required": true
  3081. },
  3082. {
  3083. "description": "相关参数",
  3084. "name": "req",
  3085. "in": "body",
  3086. "required": true,
  3087. "schema": {
  3088. "$ref": "#/definitions/md.SetEmoticonStateReq"
  3089. }
  3090. }
  3091. ],
  3092. "responses": {
  3093. "200": {
  3094. "description": "success",
  3095. "schema": {
  3096. "type": "string"
  3097. }
  3098. },
  3099. "400": {
  3100. "description": "具体错误",
  3101. "schema": {
  3102. "$ref": "#/definitions/md.Response"
  3103. }
  3104. }
  3105. }
  3106. }
  3107. },
  3108. "/api/im/updateCustomerServiceMemo": {
  3109. "post": {
  3110. "description": "客服(编辑备注)",
  3111. "consumes": [
  3112. "application/json"
  3113. ],
  3114. "produces": [
  3115. "application/json"
  3116. ],
  3117. "tags": [
  3118. "客服"
  3119. ],
  3120. "summary": "Im-客服(编辑备注)",
  3121. "parameters": [
  3122. {
  3123. "type": "string",
  3124. "description": "验证参数Bearer和token空格拼接",
  3125. "name": "Authorization",
  3126. "in": "header",
  3127. "required": true
  3128. },
  3129. {
  3130. "description": "相关参数",
  3131. "name": "req",
  3132. "in": "body",
  3133. "required": true,
  3134. "schema": {
  3135. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3136. }
  3137. }
  3138. ],
  3139. "responses": {
  3140. "200": {
  3141. "description": "success",
  3142. "schema": {
  3143. "type": "string"
  3144. }
  3145. },
  3146. "400": {
  3147. "description": "具体错误",
  3148. "schema": {
  3149. "$ref": "#/definitions/md.Response"
  3150. }
  3151. }
  3152. }
  3153. }
  3154. },
  3155. "/api/im/updateEmoticon": {
  3156. "post": {
  3157. "description": "表情包(编辑)",
  3158. "consumes": [
  3159. "application/json"
  3160. ],
  3161. "produces": [
  3162. "application/json"
  3163. ],
  3164. "tags": [
  3165. "表情包"
  3166. ],
  3167. "summary": "Im-表情包(编辑)",
  3168. "parameters": [
  3169. {
  3170. "type": "string",
  3171. "description": "验证参数Bearer和token空格拼接",
  3172. "name": "Authorization",
  3173. "in": "header",
  3174. "required": true
  3175. },
  3176. {
  3177. "description": "相关参数",
  3178. "name": "req",
  3179. "in": "body",
  3180. "required": true,
  3181. "schema": {
  3182. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3183. }
  3184. }
  3185. ],
  3186. "responses": {
  3187. "200": {
  3188. "description": "success",
  3189. "schema": {
  3190. "type": "string"
  3191. }
  3192. },
  3193. "400": {
  3194. "description": "具体错误",
  3195. "schema": {
  3196. "$ref": "#/definitions/md.Response"
  3197. }
  3198. }
  3199. }
  3200. }
  3201. },
  3202. "/api/institutionalManagement/contentReward/playlet/base": {
  3203. "get": {
  3204. "description": "制度中心-内容奖励-短剧基本信息",
  3205. "consumes": [
  3206. "application/json"
  3207. ],
  3208. "produces": [
  3209. "application/json"
  3210. ],
  3211. "tags": [
  3212. "蛋蛋能量"
  3213. ],
  3214. "summary": "制度中心-内容奖励-短剧基本信息",
  3215. "parameters": [
  3216. {
  3217. "type": "string",
  3218. "description": "验证参数Bearer和token空格拼接",
  3219. "name": "Authorization",
  3220. "in": "header",
  3221. "required": true
  3222. }
  3223. ],
  3224. "responses": {
  3225. "200": {
  3226. "description": "具体数据",
  3227. "schema": {
  3228. "$ref": "#/definitions/md.PlayletBaseData"
  3229. }
  3230. },
  3231. "400": {
  3232. "description": "具体错误",
  3233. "schema": {
  3234. "$ref": "#/definitions/md.Response"
  3235. }
  3236. }
  3237. }
  3238. }
  3239. },
  3240. "/api/institutionalManagement/contentReward/playlet/save": {
  3241. "post": {
  3242. "description": "制度中心-内容奖励-短剧基本配置保存",
  3243. "consumes": [
  3244. "application/json"
  3245. ],
  3246. "produces": [
  3247. "application/json"
  3248. ],
  3249. "tags": [
  3250. "蛋蛋能量"
  3251. ],
  3252. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3253. "parameters": [
  3254. {
  3255. "type": "string",
  3256. "description": "验证参数Bearer和token空格拼接",
  3257. "name": "Authorization",
  3258. "in": "header",
  3259. "required": true
  3260. },
  3261. {
  3262. "description": "(分页信息必填)",
  3263. "name": "req",
  3264. "in": "body",
  3265. "required": true,
  3266. "schema": {
  3267. "$ref": "#/definitions/md.PlayletBaseData"
  3268. }
  3269. }
  3270. ],
  3271. "responses": {
  3272. "200": {
  3273. "description": "具体数据",
  3274. "schema": {
  3275. "type": "string"
  3276. }
  3277. },
  3278. "400": {
  3279. "description": "具体错误",
  3280. "schema": {
  3281. "$ref": "#/definitions/md.Response"
  3282. }
  3283. }
  3284. }
  3285. }
  3286. },
  3287. "/api/institutionalManagement/contentReward/video/base": {
  3288. "get": {
  3289. "description": "制度中心-内容奖励-短视频基本信息",
  3290. "consumes": [
  3291. "application/json"
  3292. ],
  3293. "produces": [
  3294. "application/json"
  3295. ],
  3296. "tags": [
  3297. "蛋蛋能量"
  3298. ],
  3299. "summary": "制度中心-内容奖励-短视频基本信息",
  3300. "parameters": [
  3301. {
  3302. "type": "string",
  3303. "description": "验证参数Bearer和token空格拼接",
  3304. "name": "Authorization",
  3305. "in": "header",
  3306. "required": true
  3307. }
  3308. ],
  3309. "responses": {
  3310. "200": {
  3311. "description": "具体数据",
  3312. "schema": {
  3313. "$ref": "#/definitions/md.VideoBaseData"
  3314. }
  3315. },
  3316. "400": {
  3317. "description": "具体错误",
  3318. "schema": {
  3319. "$ref": "#/definitions/md.Response"
  3320. }
  3321. }
  3322. }
  3323. }
  3324. },
  3325. "/api/institutionalManagement/contentReward/video/save": {
  3326. "post": {
  3327. "description": "制度中心-内容奖励-短视频基本配置保存",
  3328. "consumes": [
  3329. "application/json"
  3330. ],
  3331. "produces": [
  3332. "application/json"
  3333. ],
  3334. "tags": [
  3335. "蛋蛋能量"
  3336. ],
  3337. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3338. "parameters": [
  3339. {
  3340. "type": "string",
  3341. "description": "验证参数Bearer和token空格拼接",
  3342. "name": "Authorization",
  3343. "in": "header",
  3344. "required": true
  3345. },
  3346. {
  3347. "description": "(分页信息必填)",
  3348. "name": "req",
  3349. "in": "body",
  3350. "required": true,
  3351. "schema": {
  3352. "$ref": "#/definitions/md.VideoBaseData"
  3353. }
  3354. }
  3355. ],
  3356. "responses": {
  3357. "200": {
  3358. "description": "具体数据",
  3359. "schema": {
  3360. "type": "string"
  3361. }
  3362. },
  3363. "400": {
  3364. "description": "具体错误",
  3365. "schema": {
  3366. "$ref": "#/definitions/md.Response"
  3367. }
  3368. }
  3369. }
  3370. }
  3371. },
  3372. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3373. "post": {
  3374. "description": "会员设置(新增)",
  3375. "consumes": [
  3376. "application/json"
  3377. ],
  3378. "produces": [
  3379. "application/json"
  3380. ],
  3381. "tags": [
  3382. "蛋蛋能量"
  3383. ],
  3384. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3385. "parameters": [
  3386. {
  3387. "type": "string",
  3388. "description": "验证参数Bearer和token空格拼接",
  3389. "name": "Authorization",
  3390. "in": "header",
  3391. "required": true
  3392. },
  3393. {
  3394. "description": "system_id 必填",
  3395. "name": "req",
  3396. "in": "body",
  3397. "required": true,
  3398. "schema": {
  3399. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3400. }
  3401. }
  3402. ],
  3403. "responses": {
  3404. "200": {
  3405. "description": "修改数据条数",
  3406. "schema": {
  3407. "type": "int"
  3408. }
  3409. },
  3410. "400": {
  3411. "description": "具体错误",
  3412. "schema": {
  3413. "$ref": "#/definitions/md.Response"
  3414. }
  3415. }
  3416. }
  3417. }
  3418. },
  3419. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3420. "post": {
  3421. "description": "动态数据流水(获取)",
  3422. "consumes": [
  3423. "application/json"
  3424. ],
  3425. "produces": [
  3426. "application/json"
  3427. ],
  3428. "tags": [
  3429. "公排管理"
  3430. ],
  3431. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3432. "parameters": [
  3433. {
  3434. "type": "string",
  3435. "description": "验证参数Bearer和token空格拼接",
  3436. "name": "Authorization",
  3437. "in": "header",
  3438. "required": true
  3439. },
  3440. {
  3441. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3442. "name": "req",
  3443. "in": "body",
  3444. "required": true,
  3445. "schema": {
  3446. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3447. }
  3448. }
  3449. ],
  3450. "responses": {
  3451. "200": {
  3452. "description": "成功返回",
  3453. "schema": {
  3454. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3455. }
  3456. },
  3457. "400": {
  3458. "description": "具体错误",
  3459. "schema": {
  3460. "$ref": "#/definitions/md.Response"
  3461. }
  3462. }
  3463. }
  3464. }
  3465. },
  3466. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3467. "post": {
  3468. "description": "批量新增币种",
  3469. "consumes": [
  3470. "application/json"
  3471. ],
  3472. "produces": [
  3473. "application/json"
  3474. ],
  3475. "tags": [
  3476. "蛋蛋能量"
  3477. ],
  3478. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3479. "parameters": [
  3480. {
  3481. "type": "string",
  3482. "description": "验证参数Bearer和token空格拼接",
  3483. "name": "Authorization",
  3484. "in": "header",
  3485. "required": true
  3486. },
  3487. {
  3488. "description": "新增数据信息",
  3489. "name": "req",
  3490. "in": "body",
  3491. "required": true,
  3492. "schema": {
  3493. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3494. }
  3495. }
  3496. ],
  3497. "responses": {
  3498. "200": {
  3499. "description": "新增数据数量",
  3500. "schema": {
  3501. "type": "int"
  3502. }
  3503. },
  3504. "400": {
  3505. "description": "具体错误",
  3506. "schema": {
  3507. "$ref": "#/definitions/md.Response"
  3508. }
  3509. }
  3510. }
  3511. }
  3512. },
  3513. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3514. "get": {
  3515. "description": "贡献值-基础设置(获取)",
  3516. "consumes": [
  3517. "application/json"
  3518. ],
  3519. "produces": [
  3520. "application/json"
  3521. ],
  3522. "tags": [
  3523. "贡献值"
  3524. ],
  3525. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3526. "parameters": [
  3527. {
  3528. "type": "string",
  3529. "description": "验证参数Bearer和token空格拼接",
  3530. "name": "Authorization",
  3531. "in": "header",
  3532. "required": true
  3533. }
  3534. ],
  3535. "responses": {
  3536. "200": {
  3537. "description": "具体数据",
  3538. "schema": {
  3539. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3540. }
  3541. },
  3542. "400": {
  3543. "description": "具体错误",
  3544. "schema": {
  3545. "$ref": "#/definitions/md.Response"
  3546. }
  3547. }
  3548. }
  3549. }
  3550. },
  3551. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3552. "post": {
  3553. "description": "贡献值-基础设置(更新)",
  3554. "consumes": [
  3555. "application/json"
  3556. ],
  3557. "produces": [
  3558. "application/json"
  3559. ],
  3560. "tags": [
  3561. "贡献值"
  3562. ],
  3563. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3564. "parameters": [
  3565. {
  3566. "type": "string",
  3567. "description": "验证参数Bearer和token空格拼接",
  3568. "name": "Authorization",
  3569. "in": "header",
  3570. "required": true
  3571. },
  3572. {
  3573. "description": "id 必填",
  3574. "name": "req",
  3575. "in": "body",
  3576. "required": true,
  3577. "schema": {
  3578. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3579. }
  3580. }
  3581. ],
  3582. "responses": {
  3583. "200": {
  3584. "description": "修改数据条数",
  3585. "schema": {
  3586. "type": "int"
  3587. }
  3588. },
  3589. "400": {
  3590. "description": "具体错误",
  3591. "schema": {
  3592. "$ref": "#/definitions/md.Response"
  3593. }
  3594. }
  3595. }
  3596. }
  3597. },
  3598. "/api/institutionalManagement/eggEnergy/coreData": {
  3599. "get": {
  3600. "description": "核心数据(获取)",
  3601. "consumes": [
  3602. "application/json"
  3603. ],
  3604. "produces": [
  3605. "application/json"
  3606. ],
  3607. "tags": [
  3608. "蛋蛋能量"
  3609. ],
  3610. "summary": "制度中心-蛋蛋能量-核心数据(获取)",
  3611. "parameters": [
  3612. {
  3613. "type": "string",
  3614. "description": "验证参数Bearer和token空格拼接",
  3615. "name": "Authorization",
  3616. "in": "header",
  3617. "required": true
  3618. }
  3619. ],
  3620. "responses": {
  3621. "200": {
  3622. "description": "具体数据",
  3623. "schema": {
  3624. "$ref": "#/definitions/md.GetEggEnergyCoreDataResp"
  3625. }
  3626. },
  3627. "400": {
  3628. "description": "具体错误",
  3629. "schema": {
  3630. "$ref": "#/definitions/md.Response"
  3631. }
  3632. }
  3633. }
  3634. },
  3635. "post": {
  3636. "description": "核心数据(更新)",
  3637. "consumes": [
  3638. "application/json"
  3639. ],
  3640. "produces": [
  3641. "application/json"
  3642. ],
  3643. "tags": [
  3644. "蛋蛋能量"
  3645. ],
  3646. "summary": "制度中心-蛋蛋能量-核心数据(更新)",
  3647. "parameters": [
  3648. {
  3649. "type": "string",
  3650. "description": "验证参数Bearer和token空格拼接",
  3651. "name": "Authorization",
  3652. "in": "header",
  3653. "required": true
  3654. },
  3655. {
  3656. "description": "需要修改的内容和 id",
  3657. "name": "req",
  3658. "in": "body",
  3659. "required": true,
  3660. "schema": {
  3661. "$ref": "#/definitions/md.UpdateEggEnergyCoreDataReq"
  3662. }
  3663. }
  3664. ],
  3665. "responses": {
  3666. "200": {
  3667. "description": "修改数据条数",
  3668. "schema": {
  3669. "type": "int"
  3670. }
  3671. },
  3672. "400": {
  3673. "description": "具体错误",
  3674. "schema": {
  3675. "$ref": "#/definitions/md.Response"
  3676. }
  3677. }
  3678. }
  3679. }
  3680. },
  3681. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3682. "delete": {
  3683. "description": "删除币种",
  3684. "consumes": [
  3685. "application/json"
  3686. ],
  3687. "produces": [
  3688. "application/json"
  3689. ],
  3690. "tags": [
  3691. "蛋蛋能量"
  3692. ],
  3693. "summary": "制度中心-蛋蛋能量-删除币种",
  3694. "parameters": [
  3695. {
  3696. "type": "string",
  3697. "description": "验证参数Bearer和token空格拼接",
  3698. "name": "Authorization",
  3699. "in": "header",
  3700. "required": true
  3701. }
  3702. ],
  3703. "responses": {
  3704. "200": {
  3705. "description": "删除数据数量",
  3706. "schema": {
  3707. "type": "int"
  3708. }
  3709. },
  3710. "400": {
  3711. "description": "具体错误",
  3712. "schema": {
  3713. "$ref": "#/definitions/md.Response"
  3714. }
  3715. }
  3716. }
  3717. }
  3718. },
  3719. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3720. "post": {
  3721. "description": "蛋蛋分管理(人工打分)",
  3722. "consumes": [
  3723. "application/json"
  3724. ],
  3725. "produces": [
  3726. "application/json"
  3727. ],
  3728. "tags": [
  3729. "蛋蛋能量"
  3730. ],
  3731. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3732. "parameters": [
  3733. {
  3734. "type": "string",
  3735. "description": "验证参数Bearer和token空格拼接",
  3736. "name": "Authorization",
  3737. "in": "header",
  3738. "required": true
  3739. },
  3740. {
  3741. "description": "请求参数",
  3742. "name": "req",
  3743. "in": "body",
  3744. "required": true,
  3745. "schema": {
  3746. "$ref": "#/definitions/md.ManualScoreReq"
  3747. }
  3748. }
  3749. ],
  3750. "responses": {
  3751. "200": {
  3752. "description": "成功返回",
  3753. "schema": {
  3754. "type": "string"
  3755. }
  3756. },
  3757. "400": {
  3758. "description": "具体错误",
  3759. "schema": {
  3760. "$ref": "#/definitions/md.Response"
  3761. }
  3762. }
  3763. }
  3764. }
  3765. },
  3766. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3767. "post": {
  3768. "description": "蛋蛋分管理(着陆页数据分析)",
  3769. "consumes": [
  3770. "application/json"
  3771. ],
  3772. "produces": [
  3773. "application/json"
  3774. ],
  3775. "tags": [
  3776. "蛋蛋能量"
  3777. ],
  3778. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3779. "parameters": [
  3780. {
  3781. "type": "string",
  3782. "description": "验证参数Bearer和token空格拼接",
  3783. "name": "Authorization",
  3784. "in": "header",
  3785. "required": true
  3786. },
  3787. {
  3788. "description": "请求参数",
  3789. "name": "req",
  3790. "in": "body",
  3791. "required": true,
  3792. "schema": {
  3793. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3794. }
  3795. }
  3796. ],
  3797. "responses": {
  3798. "200": {
  3799. "description": "成功返回",
  3800. "schema": {
  3801. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3802. }
  3803. },
  3804. "400": {
  3805. "description": "具体错误",
  3806. "schema": {
  3807. "$ref": "#/definitions/md.Response"
  3808. }
  3809. }
  3810. }
  3811. }
  3812. },
  3813. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3814. "post": {
  3815. "description": "蛋蛋分管理(用户数据列表)",
  3816. "consumes": [
  3817. "application/json"
  3818. ],
  3819. "produces": [
  3820. "application/json"
  3821. ],
  3822. "tags": [
  3823. "蛋蛋能量"
  3824. ],
  3825. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3826. "parameters": [
  3827. {
  3828. "type": "string",
  3829. "description": "验证参数Bearer和token空格拼接",
  3830. "name": "Authorization",
  3831. "in": "header",
  3832. "required": true
  3833. },
  3834. {
  3835. "description": "请求参数",
  3836. "name": "req",
  3837. "in": "body",
  3838. "required": true,
  3839. "schema": {
  3840. "$ref": "#/definitions/md.UserEggFlowReq"
  3841. }
  3842. }
  3843. ],
  3844. "responses": {
  3845. "200": {
  3846. "description": "成功返回",
  3847. "schema": {
  3848. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3849. }
  3850. },
  3851. "400": {
  3852. "description": "具体错误",
  3853. "schema": {
  3854. "$ref": "#/definitions/md.Response"
  3855. }
  3856. }
  3857. }
  3858. }
  3859. },
  3860. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3861. "post": {
  3862. "description": "蛋蛋分管理(着陆页数据)",
  3863. "consumes": [
  3864. "application/json"
  3865. ],
  3866. "produces": [
  3867. "application/json"
  3868. ],
  3869. "tags": [
  3870. "蛋蛋能量"
  3871. ],
  3872. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3873. "parameters": [
  3874. {
  3875. "type": "string",
  3876. "description": "验证参数Bearer和token空格拼接",
  3877. "name": "Authorization",
  3878. "in": "header",
  3879. "required": true
  3880. },
  3881. {
  3882. "description": "请求参数",
  3883. "name": "req",
  3884. "in": "body",
  3885. "required": true,
  3886. "schema": {
  3887. "$ref": "#/definitions/md.UserEggIndexReq"
  3888. }
  3889. }
  3890. ],
  3891. "responses": {
  3892. "200": {
  3893. "description": "成功返回",
  3894. "schema": {
  3895. "$ref": "#/definitions/md.UserEggIndexResp"
  3896. }
  3897. },
  3898. "400": {
  3899. "description": "具体错误",
  3900. "schema": {
  3901. "$ref": "#/definitions/md.Response"
  3902. }
  3903. }
  3904. }
  3905. }
  3906. },
  3907. "/api/institutionalManagement/eggEnergy/getBasic": {
  3908. "get": {
  3909. "description": "基础设置(获取)",
  3910. "consumes": [
  3911. "application/json"
  3912. ],
  3913. "produces": [
  3914. "application/json"
  3915. ],
  3916. "tags": [
  3917. "蛋蛋能量"
  3918. ],
  3919. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3920. "parameters": [
  3921. {
  3922. "type": "string",
  3923. "description": "验证参数Bearer和token空格拼接",
  3924. "name": "Authorization",
  3925. "in": "header",
  3926. "required": true
  3927. }
  3928. ],
  3929. "responses": {
  3930. "200": {
  3931. "description": "具体数据",
  3932. "schema": {
  3933. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3934. }
  3935. },
  3936. "400": {
  3937. "description": "具体错误",
  3938. "schema": {
  3939. "$ref": "#/definitions/md.Response"
  3940. }
  3941. }
  3942. }
  3943. }
  3944. },
  3945. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3946. "get": {
  3947. "description": "基础会员设置(获取)",
  3948. "consumes": [
  3949. "application/json"
  3950. ],
  3951. "produces": [
  3952. "application/json"
  3953. ],
  3954. "tags": [
  3955. "蛋蛋能量"
  3956. ],
  3957. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3958. "parameters": [
  3959. {
  3960. "type": "string",
  3961. "description": "验证参数Bearer和token空格拼接",
  3962. "name": "Authorization",
  3963. "in": "header",
  3964. "required": true
  3965. }
  3966. ],
  3967. "responses": {
  3968. "200": {
  3969. "description": "具体数据",
  3970. "schema": {
  3971. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3972. }
  3973. },
  3974. "400": {
  3975. "description": "具体错误",
  3976. "schema": {
  3977. "$ref": "#/definitions/md.Response"
  3978. }
  3979. }
  3980. }
  3981. }
  3982. },
  3983. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3984. "get": {
  3985. "description": "查询所有币种(获取)",
  3986. "consumes": [
  3987. "application/json"
  3988. ],
  3989. "produces": [
  3990. "application/json"
  3991. ],
  3992. "tags": [
  3993. "蛋蛋能量"
  3994. ],
  3995. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3996. "parameters": [
  3997. {
  3998. "type": "string",
  3999. "description": "验证参数Bearer和token空格拼接",
  4000. "name": "Authorization",
  4001. "in": "header",
  4002. "required": true
  4003. }
  4004. ],
  4005. "responses": {
  4006. "200": {
  4007. "description": "成功返回",
  4008. "schema": {
  4009. "type": "array",
  4010. "items": {
  4011. "$ref": "#/definitions/md.VirtualCoin"
  4012. }
  4013. }
  4014. },
  4015. "400": {
  4016. "description": "具体错误",
  4017. "schema": {
  4018. "$ref": "#/definitions/md.Response"
  4019. }
  4020. }
  4021. }
  4022. }
  4023. },
  4024. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  4025. "get": {
  4026. "description": "数据概览(获取)",
  4027. "consumes": [
  4028. "application/json"
  4029. ],
  4030. "produces": [
  4031. "application/json"
  4032. ],
  4033. "tags": [
  4034. "蛋蛋能量"
  4035. ],
  4036. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  4037. "parameters": [
  4038. {
  4039. "type": "string",
  4040. "description": "验证参数Bearer和token空格拼接",
  4041. "name": "Authorization",
  4042. "in": "header",
  4043. "required": true
  4044. }
  4045. ],
  4046. "responses": {
  4047. "200": {
  4048. "description": "具体数据",
  4049. "schema": {
  4050. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  4051. }
  4052. },
  4053. "400": {
  4054. "description": "具体错误",
  4055. "schema": {
  4056. "$ref": "#/definitions/md.Response"
  4057. }
  4058. }
  4059. }
  4060. }
  4061. },
  4062. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  4063. "post": {
  4064. "description": "价值明细数据(新增)",
  4065. "consumes": [
  4066. "application/json"
  4067. ],
  4068. "produces": [
  4069. "application/json"
  4070. ],
  4071. "tags": [
  4072. "蛋蛋能量"
  4073. ],
  4074. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  4075. "parameters": [
  4076. {
  4077. "type": "string",
  4078. "description": "验证参数Bearer和token空格拼接",
  4079. "name": "Authorization",
  4080. "in": "header",
  4081. "required": true
  4082. },
  4083. {
  4084. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4085. "name": "req",
  4086. "in": "body",
  4087. "required": true,
  4088. "schema": {
  4089. "$ref": "#/definitions/md.AddFundDataReq"
  4090. }
  4091. }
  4092. ],
  4093. "responses": {
  4094. "200": {
  4095. "description": "插入数据 id",
  4096. "schema": {
  4097. "type": "int"
  4098. }
  4099. },
  4100. "400": {
  4101. "description": "具体错误",
  4102. "schema": {
  4103. "$ref": "#/definitions/md.Response"
  4104. }
  4105. }
  4106. }
  4107. }
  4108. },
  4109. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  4110. "post": {
  4111. "description": "新增数据列表(获取)",
  4112. "consumes": [
  4113. "application/json"
  4114. ],
  4115. "produces": [
  4116. "application/json"
  4117. ],
  4118. "tags": [
  4119. "蛋蛋能量"
  4120. ],
  4121. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  4122. "parameters": [
  4123. {
  4124. "type": "string",
  4125. "description": "验证参数Bearer和token空格拼接",
  4126. "name": "Authorization",
  4127. "in": "header",
  4128. "required": true
  4129. },
  4130. {
  4131. "description": "分页信息必填",
  4132. "name": "req",
  4133. "in": "body",
  4134. "required": true,
  4135. "schema": {
  4136. "$ref": "#/definitions/md.GetFundDataListReq"
  4137. }
  4138. }
  4139. ],
  4140. "responses": {
  4141. "200": {
  4142. "description": "具体数据",
  4143. "schema": {
  4144. "$ref": "#/definitions/md.GetFundDataListResp"
  4145. }
  4146. },
  4147. "400": {
  4148. "description": "具体错误",
  4149. "schema": {
  4150. "$ref": "#/definitions/md.Response"
  4151. }
  4152. }
  4153. }
  4154. }
  4155. },
  4156. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  4157. "post": {
  4158. "description": "新增数据列表详情(查询)",
  4159. "consumes": [
  4160. "application/json"
  4161. ],
  4162. "produces": [
  4163. "application/json"
  4164. ],
  4165. "tags": [
  4166. "蛋蛋能量"
  4167. ],
  4168. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  4169. "parameters": [
  4170. {
  4171. "type": "string",
  4172. "description": "验证参数Bearer和token空格拼接",
  4173. "name": "Authorization",
  4174. "in": "header",
  4175. "required": true
  4176. },
  4177. {
  4178. "description": "获取到的 system_id 以及分页信息",
  4179. "name": "req",
  4180. "in": "body",
  4181. "required": true,
  4182. "schema": {
  4183. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  4184. }
  4185. }
  4186. ],
  4187. "responses": {
  4188. "200": {
  4189. "description": "具体数据",
  4190. "schema": {
  4191. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  4192. }
  4193. },
  4194. "400": {
  4195. "description": "具体错误",
  4196. "schema": {
  4197. "$ref": "#/definitions/md.Response"
  4198. }
  4199. }
  4200. }
  4201. }
  4202. },
  4203. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  4204. "get": {
  4205. "description": "价格趋势(获取)",
  4206. "consumes": [
  4207. "application/json"
  4208. ],
  4209. "produces": [
  4210. "application/json"
  4211. ],
  4212. "tags": [
  4213. "蛋蛋能量"
  4214. ],
  4215. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4216. "parameters": [
  4217. {
  4218. "type": "string",
  4219. "description": "验证参数Bearer和token空格拼接",
  4220. "name": "Authorization",
  4221. "in": "header",
  4222. "required": true
  4223. },
  4224. {
  4225. "type": "string",
  4226. "description": "1:按天 2:按小时 3:按周",
  4227. "name": "kind",
  4228. "in": "query"
  4229. }
  4230. ],
  4231. "responses": {
  4232. "200": {
  4233. "description": "具体数据",
  4234. "schema": {
  4235. "$ref": "#/definitions/md.GetPriceCurveResp"
  4236. }
  4237. },
  4238. "400": {
  4239. "description": "具体错误",
  4240. "schema": {
  4241. "$ref": "#/definitions/md.Response"
  4242. }
  4243. }
  4244. }
  4245. }
  4246. },
  4247. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4248. "post": {
  4249. "description": "激励视频(获取)",
  4250. "consumes": [
  4251. "application/json"
  4252. ],
  4253. "produces": [
  4254. "application/json"
  4255. ],
  4256. "tags": [
  4257. "蛋蛋能量"
  4258. ],
  4259. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4260. "parameters": [
  4261. {
  4262. "type": "string",
  4263. "description": "验证参数Bearer和token空格拼接",
  4264. "name": "Authorization",
  4265. "in": "header",
  4266. "required": true
  4267. },
  4268. {
  4269. "description": "落地页不填页大小默认20条数据",
  4270. "name": "req",
  4271. "in": "body",
  4272. "required": true,
  4273. "schema": {
  4274. "$ref": "#/definitions/md.SetVideoRewardReq"
  4275. }
  4276. }
  4277. ],
  4278. "responses": {
  4279. "200": {
  4280. "description": "OK",
  4281. "schema": {
  4282. "$ref": "#/definitions/md.GetVideoRewardResp"
  4283. }
  4284. },
  4285. "400": {
  4286. "description": "具体错误",
  4287. "schema": {
  4288. "$ref": "#/definitions/md.Response"
  4289. }
  4290. }
  4291. }
  4292. }
  4293. },
  4294. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4295. "post": {
  4296. "description": "其他广告设置数据(新增)",
  4297. "consumes": [
  4298. "application/json"
  4299. ],
  4300. "produces": [
  4301. "application/json"
  4302. ],
  4303. "tags": [
  4304. "蛋蛋能量"
  4305. ],
  4306. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4307. "parameters": [
  4308. {
  4309. "type": "string",
  4310. "description": "验证参数Bearer和token空格拼接",
  4311. "name": "Authorization",
  4312. "in": "header",
  4313. "required": true
  4314. },
  4315. {
  4316. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4317. "name": "req",
  4318. "in": "body",
  4319. "required": true,
  4320. "schema": {
  4321. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4322. }
  4323. }
  4324. ],
  4325. "responses": {
  4326. "200": {
  4327. "description": "插入数据 id",
  4328. "schema": {
  4329. "type": "int"
  4330. }
  4331. },
  4332. "400": {
  4333. "description": "具体错误",
  4334. "schema": {
  4335. "$ref": "#/definitions/md.Response"
  4336. }
  4337. }
  4338. }
  4339. }
  4340. },
  4341. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4342. "post": {
  4343. "description": "其他广告设置数据(获取)",
  4344. "consumes": [
  4345. "application/json"
  4346. ],
  4347. "produces": [
  4348. "application/json"
  4349. ],
  4350. "tags": [
  4351. "蛋蛋能量"
  4352. ],
  4353. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4354. "parameters": [
  4355. {
  4356. "type": "string",
  4357. "description": "验证参数Bearer和token空格拼接",
  4358. "name": "Authorization",
  4359. "in": "header",
  4360. "required": true
  4361. },
  4362. {
  4363. "description": "分页信息必填",
  4364. "name": "req",
  4365. "in": "body",
  4366. "required": true,
  4367. "schema": {
  4368. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4369. }
  4370. }
  4371. ],
  4372. "responses": {
  4373. "200": {
  4374. "description": "具体数据",
  4375. "schema": {
  4376. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4377. }
  4378. },
  4379. "400": {
  4380. "description": "具体错误",
  4381. "schema": {
  4382. "$ref": "#/definitions/md.Response"
  4383. }
  4384. }
  4385. }
  4386. }
  4387. },
  4388. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4389. "post": {
  4390. "description": "激励视频(设置)",
  4391. "consumes": [
  4392. "application/json"
  4393. ],
  4394. "produces": [
  4395. "application/json"
  4396. ],
  4397. "tags": [
  4398. "蛋蛋能量"
  4399. ],
  4400. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4401. "parameters": [
  4402. {
  4403. "type": "string",
  4404. "description": "验证参数Bearer和token空格拼接",
  4405. "name": "Authorization",
  4406. "in": "header",
  4407. "required": true
  4408. },
  4409. {
  4410. "description": "落地页不填页大小默认20条数据",
  4411. "name": "req",
  4412. "in": "body",
  4413. "required": true,
  4414. "schema": {
  4415. "$ref": "#/definitions/md.SetVideoRewardReq"
  4416. }
  4417. }
  4418. ],
  4419. "responses": {
  4420. "200": {
  4421. "description": "success",
  4422. "schema": {
  4423. "type": "string"
  4424. }
  4425. },
  4426. "400": {
  4427. "description": "具体错误",
  4428. "schema": {
  4429. "$ref": "#/definitions/md.Response"
  4430. }
  4431. }
  4432. }
  4433. }
  4434. },
  4435. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4436. "post": {
  4437. "description": "基础设置(更新)",
  4438. "consumes": [
  4439. "application/json"
  4440. ],
  4441. "produces": [
  4442. "application/json"
  4443. ],
  4444. "tags": [
  4445. "蛋蛋能量"
  4446. ],
  4447. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4448. "parameters": [
  4449. {
  4450. "type": "string",
  4451. "description": "验证参数Bearer和token空格拼接",
  4452. "name": "Authorization",
  4453. "in": "header",
  4454. "required": true
  4455. },
  4456. {
  4457. "description": "system_id 必填",
  4458. "name": "req",
  4459. "in": "body",
  4460. "required": true,
  4461. "schema": {
  4462. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4463. }
  4464. }
  4465. ],
  4466. "responses": {
  4467. "200": {
  4468. "description": "修改数据条数",
  4469. "schema": {
  4470. "type": "int"
  4471. }
  4472. },
  4473. "400": {
  4474. "description": "具体错误",
  4475. "schema": {
  4476. "$ref": "#/definitions/md.Response"
  4477. }
  4478. }
  4479. }
  4480. }
  4481. },
  4482. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4483. "post": {
  4484. "description": "会员设置(更新)",
  4485. "consumes": [
  4486. "application/json"
  4487. ],
  4488. "produces": [
  4489. "application/json"
  4490. ],
  4491. "tags": [
  4492. "蛋蛋能量"
  4493. ],
  4494. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4495. "parameters": [
  4496. {
  4497. "type": "string",
  4498. "description": "验证参数Bearer和token空格拼接",
  4499. "name": "Authorization",
  4500. "in": "header",
  4501. "required": true
  4502. },
  4503. {
  4504. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4505. "name": "req",
  4506. "in": "body",
  4507. "required": true,
  4508. "schema": {
  4509. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4510. }
  4511. }
  4512. ],
  4513. "responses": {
  4514. "200": {
  4515. "description": "修改数据条数",
  4516. "schema": {
  4517. "type": "int"
  4518. }
  4519. },
  4520. "400": {
  4521. "description": "具体错误",
  4522. "schema": {
  4523. "$ref": "#/definitions/md.Response"
  4524. }
  4525. }
  4526. }
  4527. }
  4528. },
  4529. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4530. "post": {
  4531. "description": "更新币种信息",
  4532. "consumes": [
  4533. "application/json"
  4534. ],
  4535. "produces": [
  4536. "application/json"
  4537. ],
  4538. "tags": [
  4539. "蛋蛋能量"
  4540. ],
  4541. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4542. "parameters": [
  4543. {
  4544. "type": "string",
  4545. "description": "验证参数Bearer和token空格拼接",
  4546. "name": "Authorization",
  4547. "in": "header",
  4548. "required": true
  4549. },
  4550. {
  4551. "description": "更新数据信息",
  4552. "name": "req",
  4553. "in": "body",
  4554. "required": true,
  4555. "schema": {
  4556. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4557. }
  4558. }
  4559. ],
  4560. "responses": {
  4561. "200": {
  4562. "description": "更新数据数量",
  4563. "schema": {
  4564. "type": "int"
  4565. }
  4566. },
  4567. "400": {
  4568. "description": "具体错误",
  4569. "schema": {
  4570. "$ref": "#/definitions/md.Response"
  4571. }
  4572. }
  4573. }
  4574. }
  4575. },
  4576. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4577. "post": {
  4578. "description": "蛋蛋能量流水(查询)",
  4579. "consumes": [
  4580. "application/json"
  4581. ],
  4582. "produces": [
  4583. "application/json"
  4584. ],
  4585. "tags": [
  4586. "公排管理"
  4587. ],
  4588. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4589. "parameters": [
  4590. {
  4591. "type": "string",
  4592. "description": "验证参数Bearer和token空格拼接",
  4593. "name": "Authorization",
  4594. "in": "header",
  4595. "required": true
  4596. },
  4597. {
  4598. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4599. "name": "req",
  4600. "in": "body",
  4601. "required": true,
  4602. "schema": {
  4603. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4604. }
  4605. }
  4606. ],
  4607. "responses": {
  4608. "200": {
  4609. "description": "成功返回",
  4610. "schema": {
  4611. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4612. }
  4613. },
  4614. "400": {
  4615. "description": "具体错误",
  4616. "schema": {
  4617. "$ref": "#/definitions/md.Response"
  4618. }
  4619. }
  4620. }
  4621. }
  4622. },
  4623. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4624. "post": {
  4625. "description": "蛋蛋能量明细(获取)",
  4626. "consumes": [
  4627. "application/json"
  4628. ],
  4629. "produces": [
  4630. "application/json"
  4631. ],
  4632. "tags": [
  4633. "公排管理"
  4634. ],
  4635. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4636. "parameters": [
  4637. {
  4638. "type": "string",
  4639. "description": "验证参数Bearer和token空格拼接",
  4640. "name": "Authorization",
  4641. "in": "header",
  4642. "required": true
  4643. },
  4644. {
  4645. "description": "落地页不填页大小默认20条数据",
  4646. "name": "req",
  4647. "in": "body",
  4648. "schema": {
  4649. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4650. }
  4651. }
  4652. ],
  4653. "responses": {
  4654. "200": {
  4655. "description": "成功返回",
  4656. "schema": {
  4657. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4658. }
  4659. },
  4660. "400": {
  4661. "description": "具体错误",
  4662. "schema": {
  4663. "$ref": "#/definitions/md.Response"
  4664. }
  4665. }
  4666. }
  4667. }
  4668. },
  4669. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4670. "post": {
  4671. "description": "蛋蛋积分持有者明细(获取)",
  4672. "consumes": [
  4673. "application/json"
  4674. ],
  4675. "produces": [
  4676. "application/json"
  4677. ],
  4678. "tags": [
  4679. "公排管理"
  4680. ],
  4681. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4682. "parameters": [
  4683. {
  4684. "type": "string",
  4685. "description": "验证参数Bearer和token空格拼接",
  4686. "name": "Authorization",
  4687. "in": "header",
  4688. "required": true
  4689. },
  4690. {
  4691. "description": "落地页不填页大小默认20条数据",
  4692. "name": "req",
  4693. "in": "body",
  4694. "schema": {
  4695. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4696. }
  4697. }
  4698. ],
  4699. "responses": {
  4700. "200": {
  4701. "description": "成功返回",
  4702. "schema": {
  4703. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4704. }
  4705. },
  4706. "400": {
  4707. "description": "具体错误",
  4708. "schema": {
  4709. "$ref": "#/definitions/md.Response"
  4710. }
  4711. }
  4712. }
  4713. }
  4714. },
  4715. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4716. "post": {
  4717. "description": "蛋蛋积分流水明细(查询)",
  4718. "consumes": [
  4719. "application/json"
  4720. ],
  4721. "produces": [
  4722. "application/json"
  4723. ],
  4724. "tags": [
  4725. "公排管理"
  4726. ],
  4727. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4728. "parameters": [
  4729. {
  4730. "type": "string",
  4731. "description": "验证参数Bearer和token空格拼接",
  4732. "name": "Authorization",
  4733. "in": "header",
  4734. "required": true
  4735. },
  4736. {
  4737. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4738. "name": "req",
  4739. "in": "body",
  4740. "required": true,
  4741. "schema": {
  4742. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4743. }
  4744. }
  4745. ],
  4746. "responses": {
  4747. "200": {
  4748. "description": "成功返回",
  4749. "schema": {
  4750. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4751. }
  4752. },
  4753. "400": {
  4754. "description": "具体错误",
  4755. "schema": {
  4756. "$ref": "#/definitions/md.Response"
  4757. }
  4758. }
  4759. }
  4760. }
  4761. },
  4762. "/api/institutionalManagement/eggPointCoefficient/add": {
  4763. "post": {
  4764. "description": "区间系数(新增 支持批量新增)",
  4765. "consumes": [
  4766. "application/json"
  4767. ],
  4768. "produces": [
  4769. "application/json"
  4770. ],
  4771. "tags": [
  4772. "蛋蛋分区间系数管理"
  4773. ],
  4774. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4775. "parameters": [
  4776. {
  4777. "type": "string",
  4778. "description": "验证参数Bearer和token空格拼接",
  4779. "name": "Authorization",
  4780. "in": "header",
  4781. "required": true
  4782. },
  4783. {
  4784. "description": "需要新增的内容",
  4785. "name": "req",
  4786. "in": "body",
  4787. "required": true,
  4788. "schema": {
  4789. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4790. }
  4791. }
  4792. ],
  4793. "responses": {
  4794. "200": {
  4795. "description": "新增数据条数",
  4796. "schema": {
  4797. "type": "int"
  4798. }
  4799. },
  4800. "400": {
  4801. "description": "具体错误",
  4802. "schema": {
  4803. "$ref": "#/definitions/md.Response"
  4804. }
  4805. }
  4806. }
  4807. }
  4808. },
  4809. "/api/institutionalManagement/eggPointCoefficient/del": {
  4810. "delete": {
  4811. "description": "区间系数(删除)",
  4812. "consumes": [
  4813. "application/json"
  4814. ],
  4815. "produces": [
  4816. "application/json"
  4817. ],
  4818. "tags": [
  4819. "蛋蛋分区间系数管理"
  4820. ],
  4821. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4822. "parameters": [
  4823. {
  4824. "type": "string",
  4825. "description": "验证参数Bearer和token空格拼接",
  4826. "name": "Authorization",
  4827. "in": "header",
  4828. "required": true
  4829. },
  4830. {
  4831. "description": "需要删除的数据id",
  4832. "name": "req",
  4833. "in": "body",
  4834. "required": true,
  4835. "schema": {
  4836. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4837. }
  4838. }
  4839. ],
  4840. "responses": {
  4841. "200": {
  4842. "description": "成功删除数据条数",
  4843. "schema": {
  4844. "type": "int"
  4845. }
  4846. },
  4847. "400": {
  4848. "description": "具体错误",
  4849. "schema": {
  4850. "$ref": "#/definitions/md.Response"
  4851. }
  4852. }
  4853. }
  4854. }
  4855. },
  4856. "/api/institutionalManagement/eggPointCoefficient/index": {
  4857. "get": {
  4858. "description": "区间系数(获取)",
  4859. "consumes": [
  4860. "application/json"
  4861. ],
  4862. "produces": [
  4863. "application/json"
  4864. ],
  4865. "tags": [
  4866. "蛋蛋分区间系数管理"
  4867. ],
  4868. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4869. "parameters": [
  4870. {
  4871. "type": "string",
  4872. "description": "验证参数Bearer和token空格拼接",
  4873. "name": "Authorization",
  4874. "in": "header",
  4875. "required": true
  4876. }
  4877. ],
  4878. "responses": {
  4879. "200": {
  4880. "description": "OK",
  4881. "schema": {
  4882. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4883. }
  4884. },
  4885. "400": {
  4886. "description": "具体错误",
  4887. "schema": {
  4888. "$ref": "#/definitions/md.Response"
  4889. }
  4890. }
  4891. }
  4892. }
  4893. },
  4894. "/api/institutionalManagement/eggPointCoefficient/update": {
  4895. "post": {
  4896. "description": "区间系数(更新)",
  4897. "consumes": [
  4898. "application/json"
  4899. ],
  4900. "produces": [
  4901. "application/json"
  4902. ],
  4903. "tags": [
  4904. "蛋蛋分区间系数管理"
  4905. ],
  4906. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4907. "parameters": [
  4908. {
  4909. "type": "string",
  4910. "description": "验证参数Bearer和token空格拼接",
  4911. "name": "Authorization",
  4912. "in": "header",
  4913. "required": true
  4914. },
  4915. {
  4916. "description": "需要更新的数据信息",
  4917. "name": "req",
  4918. "in": "body",
  4919. "required": true,
  4920. "schema": {
  4921. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4922. }
  4923. }
  4924. ],
  4925. "responses": {
  4926. "200": {
  4927. "description": "成功修改的数据数量",
  4928. "schema": {
  4929. "type": "int"
  4930. }
  4931. },
  4932. "400": {
  4933. "description": "具体错误",
  4934. "schema": {
  4935. "$ref": "#/definitions/md.Response"
  4936. }
  4937. }
  4938. }
  4939. }
  4940. },
  4941. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4942. "get": {
  4943. "description": "个性化设置(获取)",
  4944. "consumes": [
  4945. "application/json"
  4946. ],
  4947. "produces": [
  4948. "application/json"
  4949. ],
  4950. "tags": [
  4951. "模块设置"
  4952. ],
  4953. "summary": "制度中心-模块设置-个性化设置(获取)",
  4954. "parameters": [
  4955. {
  4956. "type": "string",
  4957. "description": "验证参数Bearer和token空格拼接",
  4958. "name": "Authorization",
  4959. "in": "header",
  4960. "required": true
  4961. },
  4962. {
  4963. "type": "string",
  4964. "description": "模块类型值",
  4965. "name": "mod_name_value",
  4966. "in": "query",
  4967. "required": true
  4968. }
  4969. ],
  4970. "responses": {
  4971. "200": {
  4972. "description": "具体数据",
  4973. "schema": {
  4974. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4975. }
  4976. },
  4977. "400": {
  4978. "description": "具体错误",
  4979. "schema": {
  4980. "$ref": "#/definitions/md.Response"
  4981. }
  4982. }
  4983. }
  4984. }
  4985. },
  4986. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4987. "post": {
  4988. "description": "个性化设置(更新)",
  4989. "consumes": [
  4990. "application/json"
  4991. ],
  4992. "produces": [
  4993. "application/json"
  4994. ],
  4995. "tags": [
  4996. "模块设置"
  4997. ],
  4998. "summary": "制度中心-模块设置-个性化设置(更新)",
  4999. "parameters": [
  5000. {
  5001. "type": "string",
  5002. "description": "验证参数Bearer和token空格拼接",
  5003. "name": "Authorization",
  5004. "in": "header",
  5005. "required": true
  5006. },
  5007. {
  5008. "description": "模块类型值必填 链接传入完整 URL",
  5009. "name": "req",
  5010. "in": "body",
  5011. "required": true,
  5012. "schema": {
  5013. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  5014. }
  5015. }
  5016. ],
  5017. "responses": {
  5018. "200": {
  5019. "description": "修改数据条数",
  5020. "schema": {
  5021. "type": "int"
  5022. }
  5023. },
  5024. "400": {
  5025. "description": "具体错误",
  5026. "schema": {
  5027. "$ref": "#/definitions/md.Response"
  5028. }
  5029. }
  5030. }
  5031. }
  5032. },
  5033. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  5034. "post": {
  5035. "description": "社区分红(新增)",
  5036. "consumes": [
  5037. "application/json"
  5038. ],
  5039. "produces": [
  5040. "application/json"
  5041. ],
  5042. "tags": [
  5043. "公排管理"
  5044. ],
  5045. "summary": "制度中心-公排管理-社区分红(新增)",
  5046. "parameters": [
  5047. {
  5048. "type": "string",
  5049. "description": "验证参数Bearer和token空格拼接",
  5050. "name": "Authorization",
  5051. "in": "header",
  5052. "required": true
  5053. },
  5054. {
  5055. "description": "分红名称、分红总量",
  5056. "name": "req",
  5057. "in": "body",
  5058. "required": true,
  5059. "schema": {
  5060. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  5061. }
  5062. }
  5063. ],
  5064. "responses": {
  5065. "200": {
  5066. "description": "成功",
  5067. "schema": {
  5068. "type": "success"
  5069. }
  5070. },
  5071. "400": {
  5072. "description": "具体错误",
  5073. "schema": {
  5074. "$ref": "#/definitions/md.Response"
  5075. }
  5076. }
  5077. }
  5078. }
  5079. },
  5080. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  5081. "post": {
  5082. "description": "社区分红(查询)",
  5083. "consumes": [
  5084. "application/json"
  5085. ],
  5086. "produces": [
  5087. "application/json"
  5088. ],
  5089. "tags": [
  5090. "公排管理"
  5091. ],
  5092. "summary": "制度中心-公排管理-社区分红(查询)",
  5093. "parameters": [
  5094. {
  5095. "type": "string",
  5096. "description": "验证参数Bearer和token空格拼接",
  5097. "name": "Authorization",
  5098. "in": "header",
  5099. "required": true
  5100. },
  5101. {
  5102. "description": "页数、每页大小必填 起止时间、起止数量选填",
  5103. "name": "req",
  5104. "in": "body",
  5105. "required": true,
  5106. "schema": {
  5107. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  5108. }
  5109. }
  5110. ],
  5111. "responses": {
  5112. "200": {
  5113. "description": "具体数据",
  5114. "schema": {
  5115. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  5116. }
  5117. },
  5118. "400": {
  5119. "description": "具体错误",
  5120. "schema": {
  5121. "$ref": "#/definitions/md.Response"
  5122. }
  5123. }
  5124. }
  5125. }
  5126. },
  5127. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  5128. "post": {
  5129. "description": "社区长列表(新增)",
  5130. "consumes": [
  5131. "application/json"
  5132. ],
  5133. "produces": [
  5134. "application/json"
  5135. ],
  5136. "tags": [
  5137. "公排管理"
  5138. ],
  5139. "summary": "制度中心-公排管理-社区长列表(新增)",
  5140. "parameters": [
  5141. {
  5142. "type": "string",
  5143. "description": "验证参数Bearer和token空格拼接",
  5144. "name": "Authorization",
  5145. "in": "header",
  5146. "required": true
  5147. },
  5148. {
  5149. "description": "新增社区长 ID、备注",
  5150. "name": "req",
  5151. "in": "body",
  5152. "required": true,
  5153. "schema": {
  5154. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  5155. }
  5156. }
  5157. ],
  5158. "responses": {
  5159. "200": {
  5160. "description": "插入数据 ID",
  5161. "schema": {
  5162. "type": "int"
  5163. }
  5164. },
  5165. "400": {
  5166. "description": "具体错误",
  5167. "schema": {
  5168. "$ref": "#/definitions/md.Response"
  5169. }
  5170. }
  5171. }
  5172. }
  5173. },
  5174. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  5175. "delete": {
  5176. "description": "社区长列表(删除)",
  5177. "consumes": [
  5178. "application/json"
  5179. ],
  5180. "produces": [
  5181. "application/json"
  5182. ],
  5183. "tags": [
  5184. "公排管理"
  5185. ],
  5186. "summary": "制度中心-公排管理-社区长列表(删除)",
  5187. "parameters": [
  5188. {
  5189. "type": "string",
  5190. "description": "验证参数Bearer和token空格拼接",
  5191. "name": "Authorization",
  5192. "in": "header",
  5193. "required": true
  5194. }
  5195. ],
  5196. "responses": {
  5197. "200": {
  5198. "description": "删除数据数量",
  5199. "schema": {
  5200. "type": "int"
  5201. }
  5202. },
  5203. "400": {
  5204. "description": "具体错误",
  5205. "schema": {
  5206. "$ref": "#/definitions/md.Response"
  5207. }
  5208. }
  5209. }
  5210. }
  5211. },
  5212. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  5213. "post": {
  5214. "description": "社区长列表(查询)",
  5215. "consumes": [
  5216. "application/json"
  5217. ],
  5218. "produces": [
  5219. "application/json"
  5220. ],
  5221. "tags": [
  5222. "公排管理"
  5223. ],
  5224. "summary": "制度中心-公排管理-社区长列表(查询)",
  5225. "parameters": [
  5226. {
  5227. "type": "string",
  5228. "description": "验证参数Bearer和token空格拼接",
  5229. "name": "Authorization",
  5230. "in": "header",
  5231. "required": true
  5232. },
  5233. {
  5234. "description": "页数、每页大小必填 手机号、用户ID选填",
  5235. "name": "req",
  5236. "in": "body",
  5237. "required": true,
  5238. "schema": {
  5239. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5240. }
  5241. }
  5242. ],
  5243. "responses": {
  5244. "200": {
  5245. "description": "社区长列表",
  5246. "schema": {
  5247. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5248. }
  5249. },
  5250. "400": {
  5251. "description": "具体错误",
  5252. "schema": {
  5253. "$ref": "#/definitions/md.Response"
  5254. }
  5255. }
  5256. }
  5257. }
  5258. },
  5259. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5260. "post": {
  5261. "description": "关系分布图(位置转换)",
  5262. "consumes": [
  5263. "application/json"
  5264. ],
  5265. "produces": [
  5266. "application/json"
  5267. ],
  5268. "tags": [
  5269. "公排管理"
  5270. ],
  5271. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5272. "parameters": [
  5273. {
  5274. "type": "string",
  5275. "description": "验证参数Bearer和token空格拼接",
  5276. "name": "Authorization",
  5277. "in": "header",
  5278. "required": true
  5279. },
  5280. {
  5281. "description": "需要交换的两个位置",
  5282. "name": "req",
  5283. "in": "body",
  5284. "required": true,
  5285. "schema": {
  5286. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5287. }
  5288. }
  5289. ],
  5290. "responses": {
  5291. "200": {
  5292. "description": "成功返回",
  5293. "schema": {
  5294. "type": ""
  5295. }
  5296. },
  5297. "400": {
  5298. "description": "具体错误",
  5299. "schema": {
  5300. "$ref": "#/definitions/md.Response"
  5301. }
  5302. }
  5303. }
  5304. }
  5305. },
  5306. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5307. "get": {
  5308. "description": "关系分布图(获取指定用户上级)",
  5309. "consumes": [
  5310. "application/json"
  5311. ],
  5312. "produces": [
  5313. "application/json"
  5314. ],
  5315. "tags": [
  5316. "公排管理"
  5317. ],
  5318. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5319. "parameters": [
  5320. {
  5321. "type": "string",
  5322. "description": "验证参数Bearer和token空格拼接",
  5323. "name": "Authorization",
  5324. "in": "header",
  5325. "required": true
  5326. },
  5327. {
  5328. "type": "string",
  5329. "description": "用户ID",
  5330. "name": "uid",
  5331. "in": "query",
  5332. "required": true
  5333. }
  5334. ],
  5335. "responses": {
  5336. "200": {
  5337. "description": "具体数据",
  5338. "schema": {
  5339. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5340. }
  5341. },
  5342. "400": {
  5343. "description": "具体错误",
  5344. "schema": {
  5345. "$ref": "#/definitions/md.Response"
  5346. }
  5347. }
  5348. }
  5349. }
  5350. },
  5351. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5352. "get": {
  5353. "description": "关系分布图(获取指定用户下级)",
  5354. "consumes": [
  5355. "application/json"
  5356. ],
  5357. "produces": [
  5358. "application/json"
  5359. ],
  5360. "tags": [
  5361. "公排管理"
  5362. ],
  5363. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5364. "parameters": [
  5365. {
  5366. "type": "string",
  5367. "description": "验证参数Bearer和token空格拼接",
  5368. "name": "Authorization",
  5369. "in": "header",
  5370. "required": true
  5371. },
  5372. {
  5373. "type": "string",
  5374. "description": "用户ID",
  5375. "name": "uid",
  5376. "in": "query",
  5377. "required": true
  5378. }
  5379. ],
  5380. "responses": {
  5381. "200": {
  5382. "description": "具体数据",
  5383. "schema": {
  5384. "$ref": "#/definitions/md.TreeNode"
  5385. }
  5386. },
  5387. "400": {
  5388. "description": "具体错误",
  5389. "schema": {
  5390. "$ref": "#/definitions/md.Response"
  5391. }
  5392. }
  5393. }
  5394. }
  5395. },
  5396. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5397. "get": {
  5398. "description": "公排基础设置(获取)",
  5399. "consumes": [
  5400. "application/json"
  5401. ],
  5402. "produces": [
  5403. "application/json"
  5404. ],
  5405. "tags": [
  5406. "公排管理"
  5407. ],
  5408. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5409. "parameters": [
  5410. {
  5411. "type": "string",
  5412. "description": "验证参数Bearer和token空格拼接",
  5413. "name": "Authorization",
  5414. "in": "header",
  5415. "required": true
  5416. }
  5417. ],
  5418. "responses": {
  5419. "200": {
  5420. "description": "具体数据",
  5421. "schema": {
  5422. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5423. }
  5424. },
  5425. "400": {
  5426. "description": "具体错误",
  5427. "schema": {
  5428. "$ref": "#/definitions/md.Response"
  5429. }
  5430. }
  5431. }
  5432. }
  5433. },
  5434. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5435. "delete": {
  5436. "description": "免罚用户(删除)",
  5437. "consumes": [
  5438. "application/json"
  5439. ],
  5440. "produces": [
  5441. "application/json"
  5442. ],
  5443. "tags": [
  5444. "公排管理"
  5445. ],
  5446. "summary": "制度中心-公排管理-免罚用户(删除)",
  5447. "parameters": [
  5448. {
  5449. "type": "string",
  5450. "description": "验证参数Bearer和token空格拼接",
  5451. "name": "Authorization",
  5452. "in": "header",
  5453. "required": true
  5454. },
  5455. {
  5456. "description": "免罚用户ID",
  5457. "name": "req",
  5458. "in": "body",
  5459. "required": true,
  5460. "schema": {
  5461. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5462. }
  5463. }
  5464. ],
  5465. "responses": {
  5466. "200": {
  5467. "description": "删除数据数量",
  5468. "schema": {
  5469. "type": "int"
  5470. }
  5471. },
  5472. "400": {
  5473. "description": "具体错误",
  5474. "schema": {
  5475. "$ref": "#/definitions/md.Response"
  5476. }
  5477. }
  5478. }
  5479. }
  5480. },
  5481. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5482. "post": {
  5483. "description": "免罚用户(查询)",
  5484. "consumes": [
  5485. "application/json"
  5486. ],
  5487. "produces": [
  5488. "application/json"
  5489. ],
  5490. "tags": [
  5491. "公排管理"
  5492. ],
  5493. "summary": "制度中心-公排管理-免罚用户(查询)",
  5494. "parameters": [
  5495. {
  5496. "type": "string",
  5497. "description": "验证参数Bearer和token空格拼接",
  5498. "name": "Authorization",
  5499. "in": "header",
  5500. "required": true
  5501. },
  5502. {
  5503. "description": "页数和行数必填,uid选填",
  5504. "name": "req",
  5505. "in": "body",
  5506. "required": true,
  5507. "schema": {
  5508. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5509. }
  5510. }
  5511. ],
  5512. "responses": {
  5513. "200": {
  5514. "description": "成功返回",
  5515. "schema": {
  5516. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5517. }
  5518. },
  5519. "400": {
  5520. "description": "具体错误",
  5521. "schema": {
  5522. "$ref": "#/definitions/md.Response"
  5523. }
  5524. }
  5525. }
  5526. }
  5527. },
  5528. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5529. "post": {
  5530. "description": "免罚用户(新增)",
  5531. "consumes": [
  5532. "application/json"
  5533. ],
  5534. "produces": [
  5535. "application/json"
  5536. ],
  5537. "tags": [
  5538. "公排管理"
  5539. ],
  5540. "summary": "制度中心-公排管理-免罚用户(新增)",
  5541. "parameters": [
  5542. {
  5543. "type": "string",
  5544. "description": "验证参数Bearer和token空格拼接",
  5545. "name": "Authorization",
  5546. "in": "header",
  5547. "required": true
  5548. },
  5549. {
  5550. "description": "免罚用户ID",
  5551. "name": "req",
  5552. "in": "body",
  5553. "required": true,
  5554. "schema": {
  5555. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5556. }
  5557. }
  5558. ],
  5559. "responses": {
  5560. "200": {
  5561. "description": "插入数据 ID",
  5562. "schema": {
  5563. "type": "int"
  5564. }
  5565. },
  5566. "400": {
  5567. "description": "具体错误",
  5568. "schema": {
  5569. "$ref": "#/definitions/md.Response"
  5570. }
  5571. }
  5572. }
  5573. }
  5574. },
  5575. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5576. "get": {
  5577. "description": "关系分布图(获取)",
  5578. "consumes": [
  5579. "application/json"
  5580. ],
  5581. "produces": [
  5582. "application/json"
  5583. ],
  5584. "tags": [
  5585. "公排管理"
  5586. ],
  5587. "summary": "制度中心-公排管理-关系分布图(获取)",
  5588. "parameters": [
  5589. {
  5590. "type": "string",
  5591. "description": "验证参数Bearer和token空格拼接",
  5592. "name": "Authorization",
  5593. "in": "header",
  5594. "required": true
  5595. },
  5596. {
  5597. "type": "string",
  5598. "description": "phone",
  5599. "name": "phone",
  5600. "in": "query",
  5601. "required": true
  5602. },
  5603. {
  5604. "type": "string",
  5605. "description": "uid",
  5606. "name": "uid",
  5607. "in": "query",
  5608. "required": true
  5609. }
  5610. ],
  5611. "responses": {
  5612. "200": {
  5613. "description": "具体数据",
  5614. "schema": {
  5615. "$ref": "#/definitions/md.TreeNode"
  5616. }
  5617. },
  5618. "400": {
  5619. "description": "具体错误",
  5620. "schema": {
  5621. "$ref": "#/definitions/md.Response"
  5622. }
  5623. }
  5624. }
  5625. }
  5626. },
  5627. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5628. "post": {
  5629. "description": "公排基础设置选择会员(查询)",
  5630. "consumes": [
  5631. "application/json"
  5632. ],
  5633. "produces": [
  5634. "application/json"
  5635. ],
  5636. "tags": [
  5637. "公排管理"
  5638. ],
  5639. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5640. "parameters": [
  5641. {
  5642. "type": "string",
  5643. "description": "验证参数Bearer和token空格拼接",
  5644. "name": "Authorization",
  5645. "in": "header",
  5646. "required": true
  5647. },
  5648. {
  5649. "description": "分页信息必填",
  5650. "name": "req",
  5651. "in": "body",
  5652. "required": true,
  5653. "schema": {
  5654. "$ref": "#/definitions/md.SelectMemberReq"
  5655. }
  5656. }
  5657. ],
  5658. "responses": {
  5659. "200": {
  5660. "description": "具体数据",
  5661. "schema": {
  5662. "$ref": "#/definitions/md.SelectMemberResp"
  5663. }
  5664. },
  5665. "400": {
  5666. "description": "具体错误",
  5667. "schema": {
  5668. "$ref": "#/definitions/md.Response"
  5669. }
  5670. }
  5671. }
  5672. }
  5673. },
  5674. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5675. "put": {
  5676. "description": "公排基础设置(修改)",
  5677. "consumes": [
  5678. "application/json"
  5679. ],
  5680. "produces": [
  5681. "application/json"
  5682. ],
  5683. "tags": [
  5684. "公排管理"
  5685. ],
  5686. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5687. "parameters": [
  5688. {
  5689. "type": "string",
  5690. "description": "验证参数Bearer和token空格拼接",
  5691. "name": "Authorization",
  5692. "in": "header",
  5693. "required": true
  5694. },
  5695. {
  5696. "description": "公排设置表单内容",
  5697. "name": "req",
  5698. "in": "body",
  5699. "required": true,
  5700. "schema": {
  5701. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5702. }
  5703. }
  5704. ],
  5705. "responses": {
  5706. "200": {
  5707. "description": "success",
  5708. "schema": {
  5709. "type": "string"
  5710. }
  5711. },
  5712. "400": {
  5713. "description": "具体错误",
  5714. "schema": {
  5715. "$ref": "#/definitions/md.Response"
  5716. }
  5717. }
  5718. }
  5719. }
  5720. },
  5721. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5722. "post": {
  5723. "description": "日活分析",
  5724. "consumes": [
  5725. "application/json"
  5726. ],
  5727. "produces": [
  5728. "application/json"
  5729. ],
  5730. "tags": [
  5731. "公排管理"
  5732. ],
  5733. "summary": "制度中心-公排管理-日活分析",
  5734. "parameters": [
  5735. {
  5736. "type": "string",
  5737. "description": "验证参数Bearer和token空格拼接",
  5738. "name": "Authorization",
  5739. "in": "header",
  5740. "required": true
  5741. },
  5742. {
  5743. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5744. "name": "req",
  5745. "in": "body",
  5746. "required": true,
  5747. "schema": {
  5748. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5749. }
  5750. }
  5751. ],
  5752. "responses": {
  5753. "200": {
  5754. "description": "具体数据",
  5755. "schema": {
  5756. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5757. }
  5758. },
  5759. "400": {
  5760. "description": "具体错误",
  5761. "schema": {
  5762. "$ref": "#/definitions/md.Response"
  5763. }
  5764. }
  5765. }
  5766. }
  5767. },
  5768. "/api/login": {
  5769. "post": {
  5770. "description": "登入",
  5771. "consumes": [
  5772. "application/json"
  5773. ],
  5774. "produces": [
  5775. "application/json"
  5776. ],
  5777. "tags": [
  5778. "登录"
  5779. ],
  5780. "summary": "登陆",
  5781. "parameters": [
  5782. {
  5783. "description": "用户名密码",
  5784. "name": "req",
  5785. "in": "body",
  5786. "required": true,
  5787. "schema": {
  5788. "$ref": "#/definitions/md.LoginReq"
  5789. }
  5790. }
  5791. ],
  5792. "responses": {
  5793. "200": {
  5794. "description": "token",
  5795. "schema": {
  5796. "$ref": "#/definitions/md.LoginResponse"
  5797. }
  5798. },
  5799. "400": {
  5800. "description": "具体错误",
  5801. "schema": {
  5802. "$ref": "#/definitions/md.Response"
  5803. }
  5804. }
  5805. }
  5806. }
  5807. },
  5808. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5809. "get": {
  5810. "description": "新人红包设置(获取)",
  5811. "consumes": [
  5812. "application/json"
  5813. ],
  5814. "produces": [
  5815. "application/json"
  5816. ],
  5817. "tags": [
  5818. "营销应用"
  5819. ],
  5820. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5821. "parameters": [
  5822. {
  5823. "type": "string",
  5824. "description": "验证参数Bearer和token空格拼接",
  5825. "name": "Authorization",
  5826. "in": "header",
  5827. "required": true
  5828. }
  5829. ],
  5830. "responses": {
  5831. "200": {
  5832. "description": "具体数据",
  5833. "schema": {
  5834. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5835. }
  5836. },
  5837. "400": {
  5838. "description": "具体错误",
  5839. "schema": {
  5840. "$ref": "#/definitions/md.Response"
  5841. }
  5842. }
  5843. }
  5844. }
  5845. },
  5846. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5847. "post": {
  5848. "description": "新人红包列表明细(查询)",
  5849. "consumes": [
  5850. "application/json"
  5851. ],
  5852. "produces": [
  5853. "application/json"
  5854. ],
  5855. "tags": [
  5856. "营销应用"
  5857. ],
  5858. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5859. "parameters": [
  5860. {
  5861. "type": "string",
  5862. "description": "验证参数Bearer和token空格拼接",
  5863. "name": "Authorization",
  5864. "in": "header",
  5865. "required": true
  5866. },
  5867. {
  5868. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5869. "name": "req",
  5870. "in": "body",
  5871. "required": true,
  5872. "schema": {
  5873. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5874. }
  5875. }
  5876. ],
  5877. "responses": {
  5878. "200": {
  5879. "description": "具体数据",
  5880. "schema": {
  5881. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5882. }
  5883. },
  5884. "400": {
  5885. "description": "具体错误",
  5886. "schema": {
  5887. "$ref": "#/definitions/md.Response"
  5888. }
  5889. }
  5890. }
  5891. }
  5892. },
  5893. "/api/marketingApplications/newUserRedPackage/recordList": {
  5894. "post": {
  5895. "description": "新人红包列表(查询)",
  5896. "consumes": [
  5897. "application/json"
  5898. ],
  5899. "produces": [
  5900. "application/json"
  5901. ],
  5902. "tags": [
  5903. "营销应用"
  5904. ],
  5905. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5906. "parameters": [
  5907. {
  5908. "type": "string",
  5909. "description": "验证参数Bearer和token空格拼接",
  5910. "name": "Authorization",
  5911. "in": "header",
  5912. "required": true
  5913. },
  5914. {
  5915. "description": "新人红包列表查询条件(分页信息必填)",
  5916. "name": "req",
  5917. "in": "body",
  5918. "required": true,
  5919. "schema": {
  5920. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5921. }
  5922. }
  5923. ],
  5924. "responses": {
  5925. "200": {
  5926. "description": "具体数据",
  5927. "schema": {
  5928. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5929. }
  5930. },
  5931. "400": {
  5932. "description": "具体错误",
  5933. "schema": {
  5934. "$ref": "#/definitions/md.Response"
  5935. }
  5936. }
  5937. }
  5938. }
  5939. },
  5940. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5941. "put": {
  5942. "description": "新人红包设置(修改)",
  5943. "consumes": [
  5944. "application/json"
  5945. ],
  5946. "produces": [
  5947. "application/json"
  5948. ],
  5949. "tags": [
  5950. "营销应用"
  5951. ],
  5952. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5953. "parameters": [
  5954. {
  5955. "type": "string",
  5956. "description": "验证参数Bearer和token空格拼接",
  5957. "name": "Authorization",
  5958. "in": "header",
  5959. "required": true
  5960. },
  5961. {
  5962. "description": "新人红包设置表单",
  5963. "name": "req",
  5964. "in": "body",
  5965. "required": true,
  5966. "schema": {
  5967. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5968. }
  5969. }
  5970. ],
  5971. "responses": {
  5972. "200": {
  5973. "description": "success",
  5974. "schema": {
  5975. "type": "string"
  5976. }
  5977. },
  5978. "400": {
  5979. "description": "具体错误",
  5980. "schema": {
  5981. "$ref": "#/definitions/md.Response"
  5982. }
  5983. }
  5984. }
  5985. }
  5986. },
  5987. "/api/memberCenter/certificate/del": {
  5988. "post": {
  5989. "description": "会员中心-证书管理-删除",
  5990. "consumes": [
  5991. "application/json"
  5992. ],
  5993. "produces": [
  5994. "application/json"
  5995. ],
  5996. "tags": [
  5997. "会员中心"
  5998. ],
  5999. "summary": "会员中心-证书管理-删除",
  6000. "parameters": [
  6001. {
  6002. "type": "string",
  6003. "description": "验证参数Bearer和token空格拼接",
  6004. "name": "Authorization",
  6005. "in": "header",
  6006. "required": true
  6007. },
  6008. {
  6009. "description": "(分页信息必填)",
  6010. "name": "req",
  6011. "in": "body",
  6012. "required": true,
  6013. "schema": {
  6014. "$ref": "#/definitions/md.CertificateDelReq"
  6015. }
  6016. }
  6017. ],
  6018. "responses": {
  6019. "200": {
  6020. "description": "具体数据",
  6021. "schema": {
  6022. "type": "string"
  6023. }
  6024. },
  6025. "400": {
  6026. "description": "具体错误",
  6027. "schema": {
  6028. "$ref": "#/definitions/md.Response"
  6029. }
  6030. }
  6031. }
  6032. }
  6033. },
  6034. "/api/memberCenter/certificate/list": {
  6035. "post": {
  6036. "description": "会员中心-证书管理",
  6037. "consumes": [
  6038. "application/json"
  6039. ],
  6040. "produces": [
  6041. "application/json"
  6042. ],
  6043. "tags": [
  6044. "会员中心"
  6045. ],
  6046. "summary": "会员中心-证书管理",
  6047. "parameters": [
  6048. {
  6049. "type": "string",
  6050. "description": "验证参数Bearer和token空格拼接",
  6051. "name": "Authorization",
  6052. "in": "header",
  6053. "required": true
  6054. },
  6055. {
  6056. "description": "(分页信息必填)",
  6057. "name": "req",
  6058. "in": "body",
  6059. "required": true,
  6060. "schema": {
  6061. "$ref": "#/definitions/md.CertificateListReq"
  6062. }
  6063. }
  6064. ],
  6065. "responses": {
  6066. "200": {
  6067. "description": "具体数据",
  6068. "schema": {
  6069. "$ref": "#/definitions/md.CertificateListResp"
  6070. }
  6071. },
  6072. "400": {
  6073. "description": "具体错误",
  6074. "schema": {
  6075. "$ref": "#/definitions/md.Response"
  6076. }
  6077. }
  6078. }
  6079. }
  6080. },
  6081. "/api/memberCenter/certificate/save": {
  6082. "post": {
  6083. "description": "会员中心-证书管理-保存",
  6084. "consumes": [
  6085. "application/json"
  6086. ],
  6087. "produces": [
  6088. "application/json"
  6089. ],
  6090. "tags": [
  6091. "会员中心"
  6092. ],
  6093. "summary": "会员中心-证书管理-保存",
  6094. "parameters": [
  6095. {
  6096. "type": "string",
  6097. "description": "验证参数Bearer和token空格拼接",
  6098. "name": "Authorization",
  6099. "in": "header",
  6100. "required": true
  6101. },
  6102. {
  6103. "description": "(分页信息必填)",
  6104. "name": "req",
  6105. "in": "body",
  6106. "required": true,
  6107. "schema": {
  6108. "$ref": "#/definitions/md.CertificateSave"
  6109. }
  6110. }
  6111. ],
  6112. "responses": {
  6113. "200": {
  6114. "description": "具体数据",
  6115. "schema": {
  6116. "type": "string"
  6117. }
  6118. },
  6119. "400": {
  6120. "description": "具体错误",
  6121. "schema": {
  6122. "$ref": "#/definitions/md.Response"
  6123. }
  6124. }
  6125. }
  6126. }
  6127. },
  6128. "/api/memberCenter/levelManagement/addLevel": {
  6129. "post": {
  6130. "description": "等级管理(新增)",
  6131. "consumes": [
  6132. "application/json"
  6133. ],
  6134. "produces": [
  6135. "application/json"
  6136. ],
  6137. "tags": [
  6138. "会员中心"
  6139. ],
  6140. "summary": "制度中心-会员中心-等级管理(新增)",
  6141. "parameters": [
  6142. {
  6143. "type": "string",
  6144. "description": "验证参数Bearer和token空格拼接",
  6145. "name": "Authorization",
  6146. "in": "header",
  6147. "required": true
  6148. },
  6149. {
  6150. "description": "需要新增的等级信息",
  6151. "name": "req",
  6152. "in": "body",
  6153. "required": true,
  6154. "schema": {
  6155. "$ref": "#/definitions/md.AddLevelReq"
  6156. }
  6157. }
  6158. ],
  6159. "responses": {
  6160. "200": {
  6161. "description": "新增等级ID",
  6162. "schema": {
  6163. "type": "int"
  6164. }
  6165. },
  6166. "400": {
  6167. "description": "具体错误",
  6168. "schema": {
  6169. "$ref": "#/definitions/md.Response"
  6170. }
  6171. }
  6172. }
  6173. }
  6174. },
  6175. "/api/memberCenter/levelManagement/deleteLevel": {
  6176. "delete": {
  6177. "description": "等级管理(删除)",
  6178. "consumes": [
  6179. "application/json"
  6180. ],
  6181. "produces": [
  6182. "application/json"
  6183. ],
  6184. "tags": [
  6185. "会员中心"
  6186. ],
  6187. "summary": "制度中心-会员中心-等级管理(删除)",
  6188. "parameters": [
  6189. {
  6190. "type": "string",
  6191. "description": "验证参数Bearer和token空格拼接",
  6192. "name": "Authorization",
  6193. "in": "header",
  6194. "required": true
  6195. },
  6196. {
  6197. "description": "需要删除的等级 ID",
  6198. "name": "req",
  6199. "in": "body",
  6200. "required": true,
  6201. "schema": {
  6202. "$ref": "#/definitions/md.DeleteLevelReq"
  6203. }
  6204. }
  6205. ],
  6206. "responses": {
  6207. "200": {
  6208. "description": "成功删除数据数量",
  6209. "schema": {
  6210. "type": "int"
  6211. }
  6212. },
  6213. "400": {
  6214. "description": "具体错误",
  6215. "schema": {
  6216. "$ref": "#/definitions/md.Response"
  6217. }
  6218. }
  6219. }
  6220. }
  6221. },
  6222. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6223. "delete": {
  6224. "description": "等级任务(删除)",
  6225. "consumes": [
  6226. "application/json"
  6227. ],
  6228. "produces": [
  6229. "application/json"
  6230. ],
  6231. "tags": [
  6232. "会员中心"
  6233. ],
  6234. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6235. "parameters": [
  6236. {
  6237. "type": "string",
  6238. "description": "验证参数Bearer和token空格拼接",
  6239. "name": "Authorization",
  6240. "in": "header",
  6241. "required": true
  6242. },
  6243. {
  6244. "description": "需要删除的等级任务ID",
  6245. "name": "req",
  6246. "in": "body",
  6247. "required": true,
  6248. "schema": {
  6249. "$ref": "#/definitions/md.DeleteTaskReq"
  6250. }
  6251. }
  6252. ],
  6253. "responses": {
  6254. "200": {
  6255. "description": "成功删除数据数量",
  6256. "schema": {
  6257. "type": "int"
  6258. }
  6259. },
  6260. "400": {
  6261. "description": "具体错误",
  6262. "schema": {
  6263. "$ref": "#/definitions/md.Response"
  6264. }
  6265. }
  6266. }
  6267. }
  6268. },
  6269. "/api/memberCenter/levelManagement/getLevelList": {
  6270. "get": {
  6271. "description": "标签管理(获取)",
  6272. "consumes": [
  6273. "application/json"
  6274. ],
  6275. "produces": [
  6276. "application/json"
  6277. ],
  6278. "tags": [
  6279. "会员中心"
  6280. ],
  6281. "summary": "制度中心-会员中心-等级管理(获取)",
  6282. "parameters": [
  6283. {
  6284. "type": "string",
  6285. "description": "验证参数Bearer和token空格拼接",
  6286. "name": "Authorization",
  6287. "in": "header",
  6288. "required": true
  6289. },
  6290. {
  6291. "type": "integer",
  6292. "description": "每页大小",
  6293. "name": "limit",
  6294. "in": "query",
  6295. "required": true
  6296. },
  6297. {
  6298. "type": "integer",
  6299. "description": "页数",
  6300. "name": "page",
  6301. "in": "query",
  6302. "required": true
  6303. }
  6304. ],
  6305. "responses": {
  6306. "200": {
  6307. "description": "具体数据",
  6308. "schema": {
  6309. "$ref": "#/definitions/md.GetLevelListResp"
  6310. }
  6311. },
  6312. "400": {
  6313. "description": "具体错误",
  6314. "schema": {
  6315. "$ref": "#/definitions/md.Response"
  6316. }
  6317. }
  6318. }
  6319. }
  6320. },
  6321. "/api/memberCenter/levelManagement/getOneLevel": {
  6322. "get": {
  6323. "description": "等级明细(获取)",
  6324. "consumes": [
  6325. "application/json"
  6326. ],
  6327. "produces": [
  6328. "application/json"
  6329. ],
  6330. "tags": [
  6331. "会员中心"
  6332. ],
  6333. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6334. "parameters": [
  6335. {
  6336. "type": "string",
  6337. "description": "验证参数Bearer和token空格拼接",
  6338. "name": "Authorization",
  6339. "in": "header",
  6340. "required": true
  6341. },
  6342. {
  6343. "type": "integer",
  6344. "description": "等级 ID",
  6345. "name": "level_id",
  6346. "in": "query",
  6347. "required": true
  6348. }
  6349. ],
  6350. "responses": {
  6351. "200": {
  6352. "description": "具体数据",
  6353. "schema": {
  6354. "$ref": "#/definitions/md.GetOneLevelResp"
  6355. }
  6356. },
  6357. "400": {
  6358. "description": "具体错误",
  6359. "schema": {
  6360. "$ref": "#/definitions/md.Response"
  6361. }
  6362. }
  6363. }
  6364. }
  6365. },
  6366. "/api/memberCenter/levelManagement/updateLevel": {
  6367. "post": {
  6368. "description": "等级管理(更新)",
  6369. "consumes": [
  6370. "application/json"
  6371. ],
  6372. "produces": [
  6373. "application/json"
  6374. ],
  6375. "tags": [
  6376. "会员中心"
  6377. ],
  6378. "summary": "制度中心-会员中心-等级管理(更新)",
  6379. "parameters": [
  6380. {
  6381. "type": "string",
  6382. "description": "验证参数Bearer和token空格拼接",
  6383. "name": "Authorization",
  6384. "in": "header",
  6385. "required": true
  6386. },
  6387. {
  6388. "description": "需要修改的等级信息",
  6389. "name": "req",
  6390. "in": "body",
  6391. "required": true,
  6392. "schema": {
  6393. "$ref": "#/definitions/md.UpdateLevelReq"
  6394. }
  6395. }
  6396. ],
  6397. "responses": {
  6398. "200": {
  6399. "description": "success",
  6400. "schema": {
  6401. "type": "string"
  6402. }
  6403. },
  6404. "400": {
  6405. "description": "具体错误",
  6406. "schema": {
  6407. "$ref": "#/definitions/md.Response"
  6408. }
  6409. }
  6410. }
  6411. }
  6412. },
  6413. "/api/memberCenter/tagManagement/addTag": {
  6414. "post": {
  6415. "description": "标签管理(新增)",
  6416. "consumes": [
  6417. "application/json"
  6418. ],
  6419. "produces": [
  6420. "application/json"
  6421. ],
  6422. "tags": [
  6423. "会员中心"
  6424. ],
  6425. "summary": "制度中心-会员中心-标签管理(新增)",
  6426. "parameters": [
  6427. {
  6428. "type": "string",
  6429. "description": "验证参数Bearer和token空格拼接",
  6430. "name": "Authorization",
  6431. "in": "header",
  6432. "required": true
  6433. },
  6434. {
  6435. "description": "新增的标签信息",
  6436. "name": "req",
  6437. "in": "body",
  6438. "required": true,
  6439. "schema": {
  6440. "$ref": "#/definitions/md.AddTagReq"
  6441. }
  6442. }
  6443. ],
  6444. "responses": {
  6445. "200": {
  6446. "description": "新增的标签 ID",
  6447. "schema": {
  6448. "type": "int"
  6449. }
  6450. },
  6451. "400": {
  6452. "description": "具体错误",
  6453. "schema": {
  6454. "$ref": "#/definitions/md.Response"
  6455. }
  6456. }
  6457. }
  6458. }
  6459. },
  6460. "/api/memberCenter/tagManagement/deleteTag": {
  6461. "delete": {
  6462. "description": "标签管理(删除)",
  6463. "consumes": [
  6464. "application/json"
  6465. ],
  6466. "produces": [
  6467. "application/json"
  6468. ],
  6469. "tags": [
  6470. "会员中心"
  6471. ],
  6472. "summary": "制度中心-会员中心-标签管理(删除)",
  6473. "parameters": [
  6474. {
  6475. "type": "string",
  6476. "description": "验证参数Bearer和token空格拼接",
  6477. "name": "Authorization",
  6478. "in": "header",
  6479. "required": true
  6480. },
  6481. {
  6482. "description": "需要删除的标签 ID",
  6483. "name": "req",
  6484. "in": "body",
  6485. "required": true,
  6486. "schema": {
  6487. "$ref": "#/definitions/md.DeleteTagReq"
  6488. }
  6489. }
  6490. ],
  6491. "responses": {
  6492. "200": {
  6493. "description": "成功删除标签用户数",
  6494. "schema": {
  6495. "type": "int"
  6496. }
  6497. },
  6498. "400": {
  6499. "description": "具体错误",
  6500. "schema": {
  6501. "$ref": "#/definitions/md.Response"
  6502. }
  6503. }
  6504. }
  6505. }
  6506. },
  6507. "/api/memberCenter/tagManagement/getTagList": {
  6508. "get": {
  6509. "description": "标签管理(获取)",
  6510. "consumes": [
  6511. "application/json"
  6512. ],
  6513. "produces": [
  6514. "application/json"
  6515. ],
  6516. "tags": [
  6517. "会员中心"
  6518. ],
  6519. "summary": "制度中心-会员中心-标签管理(获取)",
  6520. "parameters": [
  6521. {
  6522. "type": "string",
  6523. "description": "验证参数Bearer和token空格拼接",
  6524. "name": "Authorization",
  6525. "in": "header",
  6526. "required": true
  6527. },
  6528. {
  6529. "type": "integer",
  6530. "description": "每页大小",
  6531. "name": "limit",
  6532. "in": "query",
  6533. "required": true
  6534. },
  6535. {
  6536. "type": "integer",
  6537. "description": "页数",
  6538. "name": "page",
  6539. "in": "query",
  6540. "required": true
  6541. }
  6542. ],
  6543. "responses": {
  6544. "200": {
  6545. "description": "具体数据",
  6546. "schema": {
  6547. "$ref": "#/definitions/md.GetTagListResp"
  6548. }
  6549. },
  6550. "400": {
  6551. "description": "具体错误",
  6552. "schema": {
  6553. "$ref": "#/definitions/md.Response"
  6554. }
  6555. }
  6556. }
  6557. }
  6558. },
  6559. "/api/memberCenter/tagManagement/updateTag": {
  6560. "post": {
  6561. "description": "标签管理(更新)",
  6562. "consumes": [
  6563. "application/json"
  6564. ],
  6565. "produces": [
  6566. "application/json"
  6567. ],
  6568. "tags": [
  6569. "会员中心"
  6570. ],
  6571. "summary": "制度中心-会员中心-标签管理(更新)",
  6572. "parameters": [
  6573. {
  6574. "type": "string",
  6575. "description": "验证参数Bearer和token空格拼接",
  6576. "name": "Authorization",
  6577. "in": "header",
  6578. "required": true
  6579. },
  6580. {
  6581. "description": "需要修改的标签信息",
  6582. "name": "req",
  6583. "in": "body",
  6584. "required": true,
  6585. "schema": {
  6586. "$ref": "#/definitions/md.UpdateTagReq"
  6587. }
  6588. }
  6589. ],
  6590. "responses": {
  6591. "200": {
  6592. "description": "成功修改数据条数",
  6593. "schema": {
  6594. "type": "int"
  6595. }
  6596. },
  6597. "400": {
  6598. "description": "具体错误",
  6599. "schema": {
  6600. "$ref": "#/definitions/md.Response"
  6601. }
  6602. }
  6603. }
  6604. }
  6605. },
  6606. "/api/memberCenter/userManagement/balanceDetail": {
  6607. "get": {
  6608. "description": "会员明细(余额获取)",
  6609. "consumes": [
  6610. "application/json"
  6611. ],
  6612. "produces": [
  6613. "application/json"
  6614. ],
  6615. "tags": [
  6616. "会员中心"
  6617. ],
  6618. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6619. "parameters": [
  6620. {
  6621. "type": "string",
  6622. "description": "验证参数Bearer和token空格拼接",
  6623. "name": "Authorization",
  6624. "in": "header",
  6625. "required": true
  6626. },
  6627. {
  6628. "type": "string",
  6629. "description": "用户 ID",
  6630. "name": "uid",
  6631. "in": "query",
  6632. "required": true
  6633. },
  6634. {
  6635. "type": "string",
  6636. "description": "每页大小",
  6637. "name": "limit",
  6638. "in": "query",
  6639. "required": true
  6640. },
  6641. {
  6642. "type": "string",
  6643. "description": "页数",
  6644. "name": "page",
  6645. "in": "query",
  6646. "required": true
  6647. }
  6648. ],
  6649. "responses": {
  6650. "200": {
  6651. "description": "具体数据",
  6652. "schema": {
  6653. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6654. }
  6655. },
  6656. "400": {
  6657. "description": "具体错误",
  6658. "schema": {
  6659. "$ref": "#/definitions/md.Response"
  6660. }
  6661. }
  6662. }
  6663. }
  6664. },
  6665. "/api/memberCenter/userManagement/getFans": {
  6666. "get": {
  6667. "description": "会员明细粉丝情况(获取)",
  6668. "consumes": [
  6669. "application/json"
  6670. ],
  6671. "produces": [
  6672. "application/json"
  6673. ],
  6674. "tags": [
  6675. "会员中心"
  6676. ],
  6677. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6678. "parameters": [
  6679. {
  6680. "type": "string",
  6681. "description": "验证参数Bearer和token空格拼接",
  6682. "name": "Authorization",
  6683. "in": "header",
  6684. "required": true
  6685. },
  6686. {
  6687. "type": "string",
  6688. "description": "用户 ID",
  6689. "name": "uid",
  6690. "in": "query",
  6691. "required": true
  6692. },
  6693. {
  6694. "type": "string",
  6695. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6696. "name": "type",
  6697. "in": "query",
  6698. "required": true
  6699. },
  6700. {
  6701. "type": "string",
  6702. "description": "每页大小",
  6703. "name": "limit",
  6704. "in": "query",
  6705. "required": true
  6706. },
  6707. {
  6708. "type": "string",
  6709. "description": "页数",
  6710. "name": "page",
  6711. "in": "query",
  6712. "required": true
  6713. }
  6714. ],
  6715. "responses": {
  6716. "200": {
  6717. "description": "具体数据",
  6718. "schema": {
  6719. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6720. }
  6721. },
  6722. "400": {
  6723. "description": "具体错误",
  6724. "schema": {
  6725. "$ref": "#/definitions/md.Response"
  6726. }
  6727. }
  6728. }
  6729. }
  6730. },
  6731. "/api/memberCenter/userManagement/getUserList": {
  6732. "post": {
  6733. "description": "用户信息管理(获取)",
  6734. "consumes": [
  6735. "application/json"
  6736. ],
  6737. "produces": [
  6738. "application/json"
  6739. ],
  6740. "tags": [
  6741. "会员中心"
  6742. ],
  6743. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6744. "parameters": [
  6745. {
  6746. "type": "string",
  6747. "description": "验证参数Bearer和token空格拼接",
  6748. "name": "Authorization",
  6749. "in": "header",
  6750. "required": true
  6751. },
  6752. {
  6753. "description": "分页信息必填",
  6754. "name": "req",
  6755. "in": "body",
  6756. "required": true,
  6757. "schema": {
  6758. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6759. }
  6760. }
  6761. ],
  6762. "responses": {
  6763. "200": {
  6764. "description": "具体数据",
  6765. "schema": {
  6766. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6767. }
  6768. },
  6769. "400": {
  6770. "description": "具体错误",
  6771. "schema": {
  6772. "$ref": "#/definitions/md.Response"
  6773. }
  6774. }
  6775. }
  6776. }
  6777. },
  6778. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6779. "get": {
  6780. "description": "会员明细(积分明细获取)",
  6781. "consumes": [
  6782. "application/json"
  6783. ],
  6784. "produces": [
  6785. "application/json"
  6786. ],
  6787. "tags": [
  6788. "会员中心"
  6789. ],
  6790. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6791. "parameters": [
  6792. {
  6793. "type": "string",
  6794. "description": "验证参数Bearer和token空格拼接",
  6795. "name": "Authorization",
  6796. "in": "header",
  6797. "required": true
  6798. },
  6799. {
  6800. "type": "string",
  6801. "description": "用户 ID",
  6802. "name": "uid",
  6803. "in": "query",
  6804. "required": true
  6805. },
  6806. {
  6807. "type": "string",
  6808. "description": "货币 ID",
  6809. "name": "coinId",
  6810. "in": "query",
  6811. "required": true
  6812. },
  6813. {
  6814. "type": "string",
  6815. "description": "每页大小",
  6816. "name": "limit",
  6817. "in": "query",
  6818. "required": true
  6819. },
  6820. {
  6821. "type": "string",
  6822. "description": "页数",
  6823. "name": "page",
  6824. "in": "query",
  6825. "required": true
  6826. }
  6827. ],
  6828. "responses": {
  6829. "200": {
  6830. "description": "具体数据",
  6831. "schema": {
  6832. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6833. }
  6834. },
  6835. "400": {
  6836. "description": "具体错误",
  6837. "schema": {
  6838. "$ref": "#/definitions/md.Response"
  6839. }
  6840. }
  6841. }
  6842. }
  6843. },
  6844. "/api/memberCenter/userManagement/updateUserInfo": {
  6845. "post": {
  6846. "description": "用户信息管理(更新)",
  6847. "consumes": [
  6848. "application/json"
  6849. ],
  6850. "produces": [
  6851. "application/json"
  6852. ],
  6853. "tags": [
  6854. "会员中心"
  6855. ],
  6856. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6857. "parameters": [
  6858. {
  6859. "type": "string",
  6860. "description": "验证参数Bearer和token空格拼接",
  6861. "name": "Authorization",
  6862. "in": "header",
  6863. "required": true
  6864. },
  6865. {
  6866. "description": "用户ID 必传",
  6867. "name": "req",
  6868. "in": "body",
  6869. "required": true,
  6870. "schema": {
  6871. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6872. }
  6873. }
  6874. ],
  6875. "responses": {
  6876. "200": {
  6877. "description": "修改数据行数",
  6878. "schema": {
  6879. "type": "int"
  6880. }
  6881. },
  6882. "400": {
  6883. "description": "具体错误",
  6884. "schema": {
  6885. "$ref": "#/definitions/md.Response"
  6886. }
  6887. }
  6888. }
  6889. }
  6890. },
  6891. "/api/memberCenter/userManagement/userData": {
  6892. "get": {
  6893. "description": "会员明细概况(获取)",
  6894. "consumes": [
  6895. "application/json"
  6896. ],
  6897. "produces": [
  6898. "application/json"
  6899. ],
  6900. "tags": [
  6901. "会员中心"
  6902. ],
  6903. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6904. "parameters": [
  6905. {
  6906. "type": "string",
  6907. "description": "验证参数Bearer和token空格拼接",
  6908. "name": "Authorization",
  6909. "in": "header",
  6910. "required": true
  6911. },
  6912. {
  6913. "type": "string",
  6914. "description": "用户 ID",
  6915. "name": "uid",
  6916. "in": "query",
  6917. "required": true
  6918. }
  6919. ],
  6920. "responses": {
  6921. "200": {
  6922. "description": "会员明细概况具体数据",
  6923. "schema": {
  6924. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6925. }
  6926. },
  6927. "400": {
  6928. "description": "具体错误",
  6929. "schema": {
  6930. "$ref": "#/definitions/md.Response"
  6931. }
  6932. }
  6933. }
  6934. }
  6935. },
  6936. "/api/memberCenter/userManagement/userDelete": {
  6937. "post": {
  6938. "description": "删除到回收站",
  6939. "consumes": [
  6940. "application/json"
  6941. ],
  6942. "produces": [
  6943. "application/json"
  6944. ],
  6945. "tags": [
  6946. "会员中心"
  6947. ],
  6948. "summary": "会员中心-用户管理-永久删除",
  6949. "parameters": [
  6950. {
  6951. "type": "string",
  6952. "description": "验证参数Bearer和token空格拼接",
  6953. "name": "Authorization",
  6954. "in": "header",
  6955. "required": true
  6956. },
  6957. {
  6958. "description": "用户ID 必传",
  6959. "name": "req",
  6960. "in": "body",
  6961. "required": true,
  6962. "schema": {
  6963. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  6964. }
  6965. }
  6966. ],
  6967. "responses": {
  6968. "200": {
  6969. "description": "修改数据行数",
  6970. "schema": {
  6971. "type": "int"
  6972. }
  6973. },
  6974. "400": {
  6975. "description": "具体错误",
  6976. "schema": {
  6977. "$ref": "#/definitions/md.Response"
  6978. }
  6979. }
  6980. }
  6981. }
  6982. },
  6983. "/api/memberCenter/userManagement/userRecycle": {
  6984. "post": {
  6985. "description": "删除到回收站",
  6986. "consumes": [
  6987. "application/json"
  6988. ],
  6989. "produces": [
  6990. "application/json"
  6991. ],
  6992. "tags": [
  6993. "会员中心"
  6994. ],
  6995. "summary": "会员中心-用户管理-删除到回收站",
  6996. "parameters": [
  6997. {
  6998. "type": "string",
  6999. "description": "验证参数Bearer和token空格拼接",
  7000. "name": "Authorization",
  7001. "in": "header",
  7002. "required": true
  7003. },
  7004. {
  7005. "description": "用户ID 必传",
  7006. "name": "req",
  7007. "in": "body",
  7008. "required": true,
  7009. "schema": {
  7010. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7011. }
  7012. }
  7013. ],
  7014. "responses": {
  7015. "200": {
  7016. "description": "修改数据行数",
  7017. "schema": {
  7018. "type": "int"
  7019. }
  7020. },
  7021. "400": {
  7022. "description": "具体错误",
  7023. "schema": {
  7024. "$ref": "#/definitions/md.Response"
  7025. }
  7026. }
  7027. }
  7028. }
  7029. },
  7030. "/api/memberCenter/userManagement/userRecycleCancel": {
  7031. "post": {
  7032. "description": "恢复到会员列表",
  7033. "consumes": [
  7034. "application/json"
  7035. ],
  7036. "produces": [
  7037. "application/json"
  7038. ],
  7039. "tags": [
  7040. "会员中心"
  7041. ],
  7042. "summary": "会员中心-用户管理-恢复到会员列表",
  7043. "parameters": [
  7044. {
  7045. "type": "string",
  7046. "description": "验证参数Bearer和token空格拼接",
  7047. "name": "Authorization",
  7048. "in": "header",
  7049. "required": true
  7050. },
  7051. {
  7052. "description": "用户ID 必传",
  7053. "name": "req",
  7054. "in": "body",
  7055. "required": true,
  7056. "schema": {
  7057. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  7058. }
  7059. }
  7060. ],
  7061. "responses": {
  7062. "200": {
  7063. "description": "修改数据行数",
  7064. "schema": {
  7065. "type": "int"
  7066. }
  7067. },
  7068. "400": {
  7069. "description": "具体错误",
  7070. "schema": {
  7071. "$ref": "#/definitions/md.Response"
  7072. }
  7073. }
  7074. }
  7075. }
  7076. },
  7077. "/api/memberCenter/userManagement/userRecycleList": {
  7078. "post": {
  7079. "description": "回收站列表",
  7080. "consumes": [
  7081. "application/json"
  7082. ],
  7083. "produces": [
  7084. "application/json"
  7085. ],
  7086. "tags": [
  7087. "会员中心"
  7088. ],
  7089. "summary": "会员中心-用户管理-回收站列表",
  7090. "parameters": [
  7091. {
  7092. "type": "string",
  7093. "description": "验证参数Bearer和token空格拼接",
  7094. "name": "Authorization",
  7095. "in": "header",
  7096. "required": true
  7097. },
  7098. {
  7099. "description": "分页信息必填",
  7100. "name": "req",
  7101. "in": "body",
  7102. "required": true,
  7103. "schema": {
  7104. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  7105. }
  7106. }
  7107. ],
  7108. "responses": {
  7109. "200": {
  7110. "description": "具体数据",
  7111. "schema": {
  7112. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  7113. }
  7114. },
  7115. "400": {
  7116. "description": "具体错误",
  7117. "schema": {
  7118. "$ref": "#/definitions/md.Response"
  7119. }
  7120. }
  7121. }
  7122. }
  7123. },
  7124. "/api/notice/aliyunSms/file/phone": {
  7125. "post": {
  7126. "description": "短信推送记录-通知模板",
  7127. "consumes": [
  7128. "application/json"
  7129. ],
  7130. "produces": [
  7131. "application/json"
  7132. ],
  7133. "tags": [
  7134. "消息中心"
  7135. ],
  7136. "summary": "消息中心-短信推送记录-通知模板",
  7137. "parameters": [
  7138. {
  7139. "type": "string",
  7140. "description": "验证参数Bearer和token空格拼接",
  7141. "name": "Authorization",
  7142. "in": "header",
  7143. "required": true
  7144. },
  7145. {
  7146. "type": "string",
  7147. "description": "参数 file-----文件上传格式",
  7148. "name": "file",
  7149. "in": "formData",
  7150. "required": true
  7151. }
  7152. ],
  7153. "responses": {
  7154. "200": {
  7155. "description": "phone 一个数组",
  7156. "schema": {
  7157. "type": "string"
  7158. }
  7159. },
  7160. "400": {
  7161. "description": "具体错误",
  7162. "schema": {
  7163. "$ref": "#/definitions/md.Response"
  7164. }
  7165. }
  7166. }
  7167. }
  7168. },
  7169. "/api/notice/aliyunSms/getLevelList": {
  7170. "get": {
  7171. "description": "等级管理(获取)",
  7172. "consumes": [
  7173. "application/json"
  7174. ],
  7175. "produces": [
  7176. "application/json"
  7177. ],
  7178. "tags": [
  7179. "消息中心"
  7180. ],
  7181. "summary": "消息中心-短信推送记录-等级管理(获取)",
  7182. "parameters": [
  7183. {
  7184. "type": "string",
  7185. "description": "验证参数Bearer和token空格拼接",
  7186. "name": "Authorization",
  7187. "in": "header",
  7188. "required": true
  7189. },
  7190. {
  7191. "type": "integer",
  7192. "description": "每页大小",
  7193. "name": "limit",
  7194. "in": "query",
  7195. "required": true
  7196. },
  7197. {
  7198. "type": "integer",
  7199. "description": "页数",
  7200. "name": "page",
  7201. "in": "query",
  7202. "required": true
  7203. }
  7204. ],
  7205. "responses": {
  7206. "200": {
  7207. "description": "具体数据",
  7208. "schema": {
  7209. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  7210. }
  7211. },
  7212. "400": {
  7213. "description": "具体错误",
  7214. "schema": {
  7215. "$ref": "#/definitions/md.Response"
  7216. }
  7217. }
  7218. }
  7219. }
  7220. },
  7221. "/api/notice/aliyunSms/getTagList": {
  7222. "get": {
  7223. "description": "标签管理(获取)",
  7224. "consumes": [
  7225. "application/json"
  7226. ],
  7227. "produces": [
  7228. "application/json"
  7229. ],
  7230. "tags": [
  7231. "消息中心"
  7232. ],
  7233. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7234. "parameters": [
  7235. {
  7236. "type": "string",
  7237. "description": "验证参数Bearer和token空格拼接",
  7238. "name": "Authorization",
  7239. "in": "header",
  7240. "required": true
  7241. },
  7242. {
  7243. "type": "integer",
  7244. "description": "每页大小",
  7245. "name": "limit",
  7246. "in": "query",
  7247. "required": true
  7248. },
  7249. {
  7250. "type": "integer",
  7251. "description": "页数",
  7252. "name": "page",
  7253. "in": "query",
  7254. "required": true
  7255. }
  7256. ],
  7257. "responses": {
  7258. "200": {
  7259. "description": "具体数据",
  7260. "schema": {
  7261. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7262. }
  7263. },
  7264. "400": {
  7265. "description": "具体错误",
  7266. "schema": {
  7267. "$ref": "#/definitions/md.Response"
  7268. }
  7269. }
  7270. }
  7271. }
  7272. },
  7273. "/api/notice/aliyunSms/getUserList": {
  7274. "post": {
  7275. "description": "获取用户信息",
  7276. "consumes": [
  7277. "application/json"
  7278. ],
  7279. "produces": [
  7280. "application/json"
  7281. ],
  7282. "tags": [
  7283. "消息中心"
  7284. ],
  7285. "summary": "消息中心-短信推送记录-获取用户信息",
  7286. "parameters": [
  7287. {
  7288. "type": "string",
  7289. "description": "验证参数Bearer和token空格拼接",
  7290. "name": "Authorization",
  7291. "in": "header",
  7292. "required": true
  7293. },
  7294. {
  7295. "description": "(分页信息必填)",
  7296. "name": "req",
  7297. "in": "body",
  7298. "required": true,
  7299. "schema": {
  7300. "$ref": "#/definitions/md.JPushGetUserListReq"
  7301. }
  7302. }
  7303. ],
  7304. "responses": {
  7305. "200": {
  7306. "description": "具体数据",
  7307. "schema": {
  7308. "type": "Object"
  7309. }
  7310. },
  7311. "400": {
  7312. "description": "具体错误",
  7313. "schema": {
  7314. "$ref": "#/definitions/md.Response"
  7315. }
  7316. }
  7317. }
  7318. }
  7319. },
  7320. "/api/notice/aliyunSms/push/list": {
  7321. "post": {
  7322. "description": "短信推送记录-推送记录列表",
  7323. "consumes": [
  7324. "application/json"
  7325. ],
  7326. "produces": [
  7327. "application/json"
  7328. ],
  7329. "tags": [
  7330. "消息中心"
  7331. ],
  7332. "summary": "消息中心-短信推送记录-推送记录列表",
  7333. "parameters": [
  7334. {
  7335. "type": "string",
  7336. "description": "验证参数Bearer和token空格拼接",
  7337. "name": "Authorization",
  7338. "in": "header",
  7339. "required": true
  7340. },
  7341. {
  7342. "description": "(分页信息必填)",
  7343. "name": "req",
  7344. "in": "body",
  7345. "required": true,
  7346. "schema": {
  7347. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7348. }
  7349. }
  7350. ],
  7351. "responses": {
  7352. "200": {
  7353. "description": "具体数据",
  7354. "schema": {
  7355. "$ref": "#/definitions/md.NoticePushListResp"
  7356. }
  7357. },
  7358. "400": {
  7359. "description": "具体错误",
  7360. "schema": {
  7361. "$ref": "#/definitions/md.Response"
  7362. }
  7363. }
  7364. }
  7365. }
  7366. },
  7367. "/api/notice/aliyunSms/push/save": {
  7368. "post": {
  7369. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7370. "consumes": [
  7371. "application/json"
  7372. ],
  7373. "produces": [
  7374. "application/json"
  7375. ],
  7376. "tags": [
  7377. "消息中心"
  7378. ],
  7379. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7380. "parameters": [
  7381. {
  7382. "type": "string",
  7383. "description": "验证参数Bearer和token空格拼接",
  7384. "name": "Authorization",
  7385. "in": "header",
  7386. "required": true
  7387. },
  7388. {
  7389. "description": "(分页信息必填)",
  7390. "name": "req",
  7391. "in": "body",
  7392. "required": true,
  7393. "schema": {
  7394. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7395. }
  7396. }
  7397. ],
  7398. "responses": {
  7399. "200": {
  7400. "description": "具体数据",
  7401. "schema": {
  7402. "type": "string"
  7403. }
  7404. },
  7405. "400": {
  7406. "description": "具体错误",
  7407. "schema": {
  7408. "$ref": "#/definitions/md.Response"
  7409. }
  7410. }
  7411. }
  7412. }
  7413. },
  7414. "/api/notice/aliyunSms/sale/base": {
  7415. "get": {
  7416. "description": "短信推送记录-营销短信-通知模板",
  7417. "consumes": [
  7418. "application/json"
  7419. ],
  7420. "produces": [
  7421. "application/json"
  7422. ],
  7423. "tags": [
  7424. "消息中心"
  7425. ],
  7426. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7427. "parameters": [
  7428. {
  7429. "type": "string",
  7430. "description": "验证参数Bearer和token空格拼接",
  7431. "name": "Authorization",
  7432. "in": "header",
  7433. "required": true
  7434. }
  7435. ],
  7436. "responses": {
  7437. "200": {
  7438. "description": "具体数据",
  7439. "schema": {
  7440. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7441. }
  7442. },
  7443. "400": {
  7444. "description": "具体错误",
  7445. "schema": {
  7446. "$ref": "#/definitions/md.Response"
  7447. }
  7448. }
  7449. }
  7450. }
  7451. },
  7452. "/api/notice/aliyunSms/sale/save": {
  7453. "post": {
  7454. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7455. "consumes": [
  7456. "application/json"
  7457. ],
  7458. "produces": [
  7459. "application/json"
  7460. ],
  7461. "tags": [
  7462. "消息中心"
  7463. ],
  7464. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7465. "parameters": [
  7466. {
  7467. "type": "string",
  7468. "description": "验证参数Bearer和token空格拼接",
  7469. "name": "Authorization",
  7470. "in": "header",
  7471. "required": true
  7472. },
  7473. {
  7474. "description": "数组 把列表的数组传过来",
  7475. "name": "req",
  7476. "in": "body",
  7477. "required": true,
  7478. "schema": {
  7479. "type": "string"
  7480. }
  7481. }
  7482. ],
  7483. "responses": {
  7484. "200": {
  7485. "description": "具体数据",
  7486. "schema": {
  7487. "type": "string"
  7488. }
  7489. },
  7490. "400": {
  7491. "description": "具体错误",
  7492. "schema": {
  7493. "$ref": "#/definitions/md.Response"
  7494. }
  7495. }
  7496. }
  7497. }
  7498. },
  7499. "/api/notice/base/del": {
  7500. "post": {
  7501. "description": "基本配置-通知模板删除",
  7502. "consumes": [
  7503. "application/json"
  7504. ],
  7505. "produces": [
  7506. "application/json"
  7507. ],
  7508. "tags": [
  7509. "消息中心"
  7510. ],
  7511. "summary": "消息中心-基本配置-通知模板删除",
  7512. "parameters": [
  7513. {
  7514. "type": "string",
  7515. "description": "验证参数Bearer和token空格拼接",
  7516. "name": "Authorization",
  7517. "in": "header",
  7518. "required": true
  7519. },
  7520. {
  7521. "description": "(分页信息必填)",
  7522. "name": "req",
  7523. "in": "body",
  7524. "required": true,
  7525. "schema": {
  7526. "$ref": "#/definitions/md.NoticeDelReq"
  7527. }
  7528. }
  7529. ],
  7530. "responses": {
  7531. "200": {
  7532. "description": "具体数据",
  7533. "schema": {
  7534. "type": "string"
  7535. }
  7536. },
  7537. "400": {
  7538. "description": "具体错误",
  7539. "schema": {
  7540. "$ref": "#/definitions/md.Response"
  7541. }
  7542. }
  7543. }
  7544. }
  7545. },
  7546. "/api/notice/base/list": {
  7547. "post": {
  7548. "description": "基本配置-通知模板",
  7549. "consumes": [
  7550. "application/json"
  7551. ],
  7552. "produces": [
  7553. "application/json"
  7554. ],
  7555. "tags": [
  7556. "消息中心"
  7557. ],
  7558. "summary": "消息中心-基本配置-通知模板",
  7559. "parameters": [
  7560. {
  7561. "type": "string",
  7562. "description": "验证参数Bearer和token空格拼接",
  7563. "name": "Authorization",
  7564. "in": "header",
  7565. "required": true
  7566. },
  7567. {
  7568. "description": "(分页信息必填)",
  7569. "name": "req",
  7570. "in": "body",
  7571. "required": true,
  7572. "schema": {
  7573. "$ref": "#/definitions/md.NoticeListReq"
  7574. }
  7575. }
  7576. ],
  7577. "responses": {
  7578. "200": {
  7579. "description": "具体数据",
  7580. "schema": {
  7581. "$ref": "#/definitions/md.NoticeListResp"
  7582. }
  7583. },
  7584. "400": {
  7585. "description": "具体错误",
  7586. "schema": {
  7587. "$ref": "#/definitions/md.Response"
  7588. }
  7589. }
  7590. }
  7591. }
  7592. },
  7593. "/api/notice/base/save": {
  7594. "post": {
  7595. "description": "基本配置-通知模板添加编辑",
  7596. "consumes": [
  7597. "application/json"
  7598. ],
  7599. "produces": [
  7600. "application/json"
  7601. ],
  7602. "tags": [
  7603. "消息中心"
  7604. ],
  7605. "summary": "消息中心-基本配置-通知模板添加编辑",
  7606. "parameters": [
  7607. {
  7608. "type": "string",
  7609. "description": "验证参数Bearer和token空格拼接",
  7610. "name": "Authorization",
  7611. "in": "header",
  7612. "required": true
  7613. },
  7614. {
  7615. "description": "(分页信息必填)",
  7616. "name": "req",
  7617. "in": "body",
  7618. "required": true,
  7619. "schema": {
  7620. "$ref": "#/definitions/md.NoticeSaveReq"
  7621. }
  7622. }
  7623. ],
  7624. "responses": {
  7625. "200": {
  7626. "description": "具体数据",
  7627. "schema": {
  7628. "type": "string"
  7629. }
  7630. },
  7631. "400": {
  7632. "description": "具体错误",
  7633. "schema": {
  7634. "$ref": "#/definitions/md.Response"
  7635. }
  7636. }
  7637. }
  7638. }
  7639. },
  7640. "/api/notice/jPush/getLevelList": {
  7641. "get": {
  7642. "description": "等级管理(获取)",
  7643. "consumes": [
  7644. "application/json"
  7645. ],
  7646. "produces": [
  7647. "application/json"
  7648. ],
  7649. "tags": [
  7650. "消息中心"
  7651. ],
  7652. "summary": "消息中心-基本配置-等级管理(获取)",
  7653. "parameters": [
  7654. {
  7655. "type": "string",
  7656. "description": "验证参数Bearer和token空格拼接",
  7657. "name": "Authorization",
  7658. "in": "header",
  7659. "required": true
  7660. },
  7661. {
  7662. "type": "integer",
  7663. "description": "每页大小",
  7664. "name": "limit",
  7665. "in": "query",
  7666. "required": true
  7667. },
  7668. {
  7669. "type": "integer",
  7670. "description": "页数",
  7671. "name": "page",
  7672. "in": "query",
  7673. "required": true
  7674. }
  7675. ],
  7676. "responses": {
  7677. "200": {
  7678. "description": "具体数据",
  7679. "schema": {
  7680. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7681. }
  7682. },
  7683. "400": {
  7684. "description": "具体错误",
  7685. "schema": {
  7686. "$ref": "#/definitions/md.Response"
  7687. }
  7688. }
  7689. }
  7690. }
  7691. },
  7692. "/api/notice/jPush/getTagList": {
  7693. "get": {
  7694. "description": "标签管理(获取)",
  7695. "consumes": [
  7696. "application/json"
  7697. ],
  7698. "produces": [
  7699. "application/json"
  7700. ],
  7701. "tags": [
  7702. "消息中心"
  7703. ],
  7704. "summary": "消息中心-基本配置-标签管理(获取)",
  7705. "parameters": [
  7706. {
  7707. "type": "string",
  7708. "description": "验证参数Bearer和token空格拼接",
  7709. "name": "Authorization",
  7710. "in": "header",
  7711. "required": true
  7712. },
  7713. {
  7714. "type": "integer",
  7715. "description": "每页大小",
  7716. "name": "limit",
  7717. "in": "query",
  7718. "required": true
  7719. },
  7720. {
  7721. "type": "integer",
  7722. "description": "页数",
  7723. "name": "page",
  7724. "in": "query",
  7725. "required": true
  7726. }
  7727. ],
  7728. "responses": {
  7729. "200": {
  7730. "description": "具体数据",
  7731. "schema": {
  7732. "$ref": "#/definitions/md.JPushGetTagListResp"
  7733. }
  7734. },
  7735. "400": {
  7736. "description": "具体错误",
  7737. "schema": {
  7738. "$ref": "#/definitions/md.Response"
  7739. }
  7740. }
  7741. }
  7742. }
  7743. },
  7744. "/api/notice/jPush/getUserList": {
  7745. "post": {
  7746. "description": "获取用户信息",
  7747. "consumes": [
  7748. "application/json"
  7749. ],
  7750. "produces": [
  7751. "application/json"
  7752. ],
  7753. "tags": [
  7754. "消息中心"
  7755. ],
  7756. "summary": "消息中心-基本配置-获取用户信息",
  7757. "parameters": [
  7758. {
  7759. "type": "string",
  7760. "description": "验证参数Bearer和token空格拼接",
  7761. "name": "Authorization",
  7762. "in": "header",
  7763. "required": true
  7764. },
  7765. {
  7766. "description": "(分页信息必填)",
  7767. "name": "req",
  7768. "in": "body",
  7769. "required": true,
  7770. "schema": {
  7771. "$ref": "#/definitions/md.JPushGetUserListReq"
  7772. }
  7773. }
  7774. ],
  7775. "responses": {
  7776. "200": {
  7777. "description": "具体数据",
  7778. "schema": {
  7779. "type": "Object"
  7780. }
  7781. },
  7782. "400": {
  7783. "description": "具体错误",
  7784. "schema": {
  7785. "$ref": "#/definitions/md.Response"
  7786. }
  7787. }
  7788. }
  7789. }
  7790. },
  7791. "/api/notice/jPush/push/list": {
  7792. "post": {
  7793. "description": "基本配置-推送记录列表",
  7794. "consumes": [
  7795. "application/json"
  7796. ],
  7797. "produces": [
  7798. "application/json"
  7799. ],
  7800. "tags": [
  7801. "消息中心"
  7802. ],
  7803. "summary": "消息中心-基本配置-推送记录列表",
  7804. "parameters": [
  7805. {
  7806. "type": "string",
  7807. "description": "验证参数Bearer和token空格拼接",
  7808. "name": "Authorization",
  7809. "in": "header",
  7810. "required": true
  7811. },
  7812. {
  7813. "description": "(分页信息必填)",
  7814. "name": "req",
  7815. "in": "body",
  7816. "required": true,
  7817. "schema": {
  7818. "$ref": "#/definitions/md.NoticeListReq"
  7819. }
  7820. }
  7821. ],
  7822. "responses": {
  7823. "200": {
  7824. "description": "具体数据",
  7825. "schema": {
  7826. "$ref": "#/definitions/md.NoticePushListResp"
  7827. }
  7828. },
  7829. "400": {
  7830. "description": "具体错误",
  7831. "schema": {
  7832. "$ref": "#/definitions/md.Response"
  7833. }
  7834. }
  7835. }
  7836. }
  7837. },
  7838. "/api/notice/jPush/push/save": {
  7839. "post": {
  7840. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7841. "consumes": [
  7842. "application/json"
  7843. ],
  7844. "produces": [
  7845. "application/json"
  7846. ],
  7847. "tags": [
  7848. "消息中心"
  7849. ],
  7850. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7851. "parameters": [
  7852. {
  7853. "type": "string",
  7854. "description": "验证参数Bearer和token空格拼接",
  7855. "name": "Authorization",
  7856. "in": "header",
  7857. "required": true
  7858. },
  7859. {
  7860. "description": "(分页信息必填)",
  7861. "name": "req",
  7862. "in": "body",
  7863. "required": true,
  7864. "schema": {
  7865. "$ref": "#/definitions/md.NoticePushSaveReq"
  7866. }
  7867. }
  7868. ],
  7869. "responses": {
  7870. "200": {
  7871. "description": "具体数据",
  7872. "schema": {
  7873. "type": "string"
  7874. }
  7875. },
  7876. "400": {
  7877. "description": "具体错误",
  7878. "schema": {
  7879. "$ref": "#/definitions/md.Response"
  7880. }
  7881. }
  7882. }
  7883. }
  7884. },
  7885. "/api/role/addAdmin": {
  7886. "post": {
  7887. "description": "权限管理-新增管理员",
  7888. "consumes": [
  7889. "application/json"
  7890. ],
  7891. "produces": [
  7892. "application/json"
  7893. ],
  7894. "tags": [
  7895. "权限管理"
  7896. ],
  7897. "summary": "新增管理员",
  7898. "parameters": [
  7899. {
  7900. "type": "string",
  7901. "description": "验证参数Bearer和token空格拼接",
  7902. "name": "Authorization",
  7903. "in": "header",
  7904. "required": true
  7905. },
  7906. {
  7907. "description": "请求参数",
  7908. "name": "args",
  7909. "in": "body",
  7910. "required": true,
  7911. "schema": {
  7912. "$ref": "#/definitions/md.AddAdminReq"
  7913. }
  7914. }
  7915. ],
  7916. "responses": {
  7917. "200": {
  7918. "description": "success",
  7919. "schema": {
  7920. "type": "string"
  7921. }
  7922. },
  7923. "400": {
  7924. "description": "具体错误",
  7925. "schema": {
  7926. "$ref": "#/definitions/md.Response"
  7927. }
  7928. }
  7929. }
  7930. }
  7931. },
  7932. "/api/role/addRole": {
  7933. "post": {
  7934. "description": "权限管理-添加角色",
  7935. "consumes": [
  7936. "application/json"
  7937. ],
  7938. "produces": [
  7939. "application/json"
  7940. ],
  7941. "tags": [
  7942. "权限管理"
  7943. ],
  7944. "summary": "添加角色",
  7945. "parameters": [
  7946. {
  7947. "type": "string",
  7948. "description": "验证参数Bearer和token空格拼接",
  7949. "name": "Authorization",
  7950. "in": "header",
  7951. "required": true
  7952. },
  7953. {
  7954. "description": "请求参数",
  7955. "name": "args",
  7956. "in": "body",
  7957. "required": true,
  7958. "schema": {
  7959. "$ref": "#/definitions/md.AddRoleReq"
  7960. }
  7961. }
  7962. ],
  7963. "responses": {
  7964. "200": {
  7965. "description": "success",
  7966. "schema": {
  7967. "type": "string"
  7968. }
  7969. },
  7970. "400": {
  7971. "description": "具体错误",
  7972. "schema": {
  7973. "$ref": "#/definitions/md.Response"
  7974. }
  7975. }
  7976. }
  7977. }
  7978. },
  7979. "/api/role/adminInfo": {
  7980. "get": {
  7981. "description": "权限管理-管理员信息",
  7982. "consumes": [
  7983. "application/json"
  7984. ],
  7985. "produces": [
  7986. "application/json"
  7987. ],
  7988. "tags": [
  7989. "权限管理"
  7990. ],
  7991. "summary": "管理员信息",
  7992. "parameters": [
  7993. {
  7994. "type": "string",
  7995. "description": "验证参数Bearer和token空格拼接",
  7996. "name": "Authorization",
  7997. "in": "header",
  7998. "required": true
  7999. },
  8000. {
  8001. "type": "string",
  8002. "description": "管理员id",
  8003. "name": "adm_id",
  8004. "in": "query",
  8005. "required": true
  8006. }
  8007. ],
  8008. "responses": {
  8009. "200": {
  8010. "description": "具体看返回内容",
  8011. "schema": {
  8012. "type": "string"
  8013. }
  8014. },
  8015. "400": {
  8016. "description": "具体错误",
  8017. "schema": {
  8018. "$ref": "#/definitions/md.Response"
  8019. }
  8020. }
  8021. }
  8022. }
  8023. },
  8024. "/api/role/adminList": {
  8025. "post": {
  8026. "description": "权限管理-管理员列表",
  8027. "consumes": [
  8028. "application/json"
  8029. ],
  8030. "produces": [
  8031. "application/json"
  8032. ],
  8033. "tags": [
  8034. "权限管理"
  8035. ],
  8036. "summary": "管理员列表",
  8037. "parameters": [
  8038. {
  8039. "type": "string",
  8040. "description": "验证参数Bearer和token空格拼接",
  8041. "name": "Authorization",
  8042. "in": "header",
  8043. "required": true
  8044. },
  8045. {
  8046. "description": "请求参数",
  8047. "name": "args",
  8048. "in": "body",
  8049. "required": true,
  8050. "schema": {
  8051. "$ref": "#/definitions/md.AdminListReq"
  8052. }
  8053. }
  8054. ],
  8055. "responses": {
  8056. "200": {
  8057. "description": "具体看返回内容",
  8058. "schema": {
  8059. "type": "string"
  8060. }
  8061. },
  8062. "400": {
  8063. "description": "具体错误",
  8064. "schema": {
  8065. "$ref": "#/definitions/md.Response"
  8066. }
  8067. }
  8068. }
  8069. }
  8070. },
  8071. "/api/role/bindAdminRole": {
  8072. "post": {
  8073. "description": "权限管理-管理员绑定角色",
  8074. "consumes": [
  8075. "application/json"
  8076. ],
  8077. "produces": [
  8078. "application/json"
  8079. ],
  8080. "tags": [
  8081. "权限管理"
  8082. ],
  8083. "summary": "管理员绑定角色",
  8084. "parameters": [
  8085. {
  8086. "type": "string",
  8087. "description": "验证参数Bearer和token空格拼接",
  8088. "name": "Authorization",
  8089. "in": "header",
  8090. "required": true
  8091. },
  8092. {
  8093. "description": "请求参数",
  8094. "name": "args",
  8095. "in": "body",
  8096. "required": true,
  8097. "schema": {
  8098. "$ref": "#/definitions/md.BindAdminRoleReq"
  8099. }
  8100. }
  8101. ],
  8102. "responses": {
  8103. "200": {
  8104. "description": "success",
  8105. "schema": {
  8106. "type": "string"
  8107. }
  8108. },
  8109. "400": {
  8110. "description": "具体错误",
  8111. "schema": {
  8112. "$ref": "#/definitions/md.Response"
  8113. }
  8114. }
  8115. }
  8116. }
  8117. },
  8118. "/api/role/deleteAdmin/{$adm_id}": {
  8119. "delete": {
  8120. "description": "权限管理-删除管理员",
  8121. "consumes": [
  8122. "application/json"
  8123. ],
  8124. "produces": [
  8125. "application/json"
  8126. ],
  8127. "tags": [
  8128. "权限管理"
  8129. ],
  8130. "summary": "删除管理员",
  8131. "parameters": [
  8132. {
  8133. "type": "string",
  8134. "description": "验证参数Bearer和token空格拼接",
  8135. "name": "Authorization",
  8136. "in": "header",
  8137. "required": true
  8138. }
  8139. ],
  8140. "responses": {
  8141. "200": {
  8142. "description": "success",
  8143. "schema": {
  8144. "type": "string"
  8145. }
  8146. },
  8147. "400": {
  8148. "description": "具体错误",
  8149. "schema": {
  8150. "$ref": "#/definitions/md.Response"
  8151. }
  8152. }
  8153. }
  8154. }
  8155. },
  8156. "/api/role/deleteRole/{$id}": {
  8157. "delete": {
  8158. "description": "权限管理-删除角色",
  8159. "consumes": [
  8160. "application/json"
  8161. ],
  8162. "produces": [
  8163. "application/json"
  8164. ],
  8165. "tags": [
  8166. "权限管理"
  8167. ],
  8168. "summary": "删除角色",
  8169. "parameters": [
  8170. {
  8171. "type": "string",
  8172. "description": "验证参数Bearer和token空格拼接",
  8173. "name": "Authorization",
  8174. "in": "header",
  8175. "required": true
  8176. },
  8177. {
  8178. "description": "请求参数",
  8179. "name": "args",
  8180. "in": "body",
  8181. "required": true,
  8182. "schema": {
  8183. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8184. }
  8185. }
  8186. ],
  8187. "responses": {
  8188. "200": {
  8189. "description": "success",
  8190. "schema": {
  8191. "type": "string"
  8192. }
  8193. },
  8194. "400": {
  8195. "description": "具体错误",
  8196. "schema": {
  8197. "$ref": "#/definitions/md.Response"
  8198. }
  8199. }
  8200. }
  8201. }
  8202. },
  8203. "/api/role/permissionGroupList": {
  8204. "get": {
  8205. "description": "权限管理-权限组列表",
  8206. "consumes": [
  8207. "application/json"
  8208. ],
  8209. "produces": [
  8210. "application/json"
  8211. ],
  8212. "tags": [
  8213. "权限管理"
  8214. ],
  8215. "summary": "权限组列表",
  8216. "parameters": [
  8217. {
  8218. "type": "string",
  8219. "description": "验证参数Bearer和token空格拼接",
  8220. "name": "Authorization",
  8221. "in": "header",
  8222. "required": true
  8223. },
  8224. {
  8225. "type": "string",
  8226. "description": "管理员id",
  8227. "name": "adm_id",
  8228. "in": "query",
  8229. "required": true
  8230. }
  8231. ],
  8232. "responses": {
  8233. "200": {
  8234. "description": "具体看返回内容",
  8235. "schema": {
  8236. "type": "string"
  8237. }
  8238. },
  8239. "400": {
  8240. "description": "具体错误",
  8241. "schema": {
  8242. "$ref": "#/definitions/md.Response"
  8243. }
  8244. }
  8245. }
  8246. }
  8247. },
  8248. "/api/role/roleBindPermissionGroup": {
  8249. "post": {
  8250. "description": "权限管理-角色绑定权限组",
  8251. "consumes": [
  8252. "application/json"
  8253. ],
  8254. "produces": [
  8255. "application/json"
  8256. ],
  8257. "tags": [
  8258. "权限管理"
  8259. ],
  8260. "summary": "角色绑定权限组",
  8261. "parameters": [
  8262. {
  8263. "type": "string",
  8264. "description": "验证参数Bearer和token空格拼接",
  8265. "name": "Authorization",
  8266. "in": "header",
  8267. "required": true
  8268. },
  8269. {
  8270. "description": "请求参数",
  8271. "name": "args",
  8272. "in": "body",
  8273. "required": true,
  8274. "schema": {
  8275. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8276. }
  8277. }
  8278. ],
  8279. "responses": {
  8280. "200": {
  8281. "description": "success",
  8282. "schema": {
  8283. "type": "string"
  8284. }
  8285. },
  8286. "400": {
  8287. "description": "具体错误",
  8288. "schema": {
  8289. "$ref": "#/definitions/md.Response"
  8290. }
  8291. }
  8292. }
  8293. }
  8294. },
  8295. "/api/role/roleList": {
  8296. "get": {
  8297. "description": "权限管理-角色列表",
  8298. "consumes": [
  8299. "application/json"
  8300. ],
  8301. "produces": [
  8302. "application/json"
  8303. ],
  8304. "tags": [
  8305. "权限管理"
  8306. ],
  8307. "summary": "角色列表",
  8308. "parameters": [
  8309. {
  8310. "type": "string",
  8311. "description": "验证参数Bearer和token空格拼接",
  8312. "name": "Authorization",
  8313. "in": "header",
  8314. "required": true
  8315. }
  8316. ],
  8317. "responses": {
  8318. "200": {
  8319. "description": "具体看返回内容",
  8320. "schema": {
  8321. "type": "string"
  8322. }
  8323. },
  8324. "400": {
  8325. "description": "具体错误",
  8326. "schema": {
  8327. "$ref": "#/definitions/md.Response"
  8328. }
  8329. }
  8330. }
  8331. }
  8332. },
  8333. "/api/role/updateAdmin": {
  8334. "post": {
  8335. "description": "权限管理-修改管理员信息",
  8336. "consumes": [
  8337. "application/json"
  8338. ],
  8339. "produces": [
  8340. "application/json"
  8341. ],
  8342. "tags": [
  8343. "权限管理"
  8344. ],
  8345. "summary": "修改管理员信息",
  8346. "parameters": [
  8347. {
  8348. "type": "string",
  8349. "description": "验证参数Bearer和token空格拼接",
  8350. "name": "Authorization",
  8351. "in": "header",
  8352. "required": true
  8353. },
  8354. {
  8355. "description": "请求参数",
  8356. "name": "args",
  8357. "in": "body",
  8358. "required": true,
  8359. "schema": {
  8360. "$ref": "#/definitions/md.UpdateAdminReq"
  8361. }
  8362. }
  8363. ],
  8364. "responses": {
  8365. "200": {
  8366. "description": "success",
  8367. "schema": {
  8368. "type": "string"
  8369. }
  8370. },
  8371. "400": {
  8372. "description": "具体错误",
  8373. "schema": {
  8374. "$ref": "#/definitions/md.Response"
  8375. }
  8376. }
  8377. }
  8378. }
  8379. },
  8380. "/api/role/updateAdminState": {
  8381. "post": {
  8382. "description": "权限管理-修改管理员状态",
  8383. "consumes": [
  8384. "application/json"
  8385. ],
  8386. "produces": [
  8387. "application/json"
  8388. ],
  8389. "tags": [
  8390. "权限管理"
  8391. ],
  8392. "summary": "修改管理员状态",
  8393. "parameters": [
  8394. {
  8395. "type": "string",
  8396. "description": "验证参数Bearer和token空格拼接",
  8397. "name": "Authorization",
  8398. "in": "header",
  8399. "required": true
  8400. },
  8401. {
  8402. "description": "请求参数",
  8403. "name": "args",
  8404. "in": "body",
  8405. "required": true,
  8406. "schema": {
  8407. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8408. }
  8409. }
  8410. ],
  8411. "responses": {
  8412. "200": {
  8413. "description": "success",
  8414. "schema": {
  8415. "type": "string"
  8416. }
  8417. },
  8418. "400": {
  8419. "description": "具体错误",
  8420. "schema": {
  8421. "$ref": "#/definitions/md.Response"
  8422. }
  8423. }
  8424. }
  8425. }
  8426. },
  8427. "/api/role/updateRole": {
  8428. "post": {
  8429. "description": "权限管理-修改角色",
  8430. "consumes": [
  8431. "application/json"
  8432. ],
  8433. "produces": [
  8434. "application/json"
  8435. ],
  8436. "tags": [
  8437. "权限管理"
  8438. ],
  8439. "summary": "修改角色",
  8440. "parameters": [
  8441. {
  8442. "type": "string",
  8443. "description": "验证参数Bearer和token空格拼接",
  8444. "name": "Authorization",
  8445. "in": "header",
  8446. "required": true
  8447. },
  8448. {
  8449. "description": "请求参数",
  8450. "name": "args",
  8451. "in": "body",
  8452. "required": true,
  8453. "schema": {
  8454. "$ref": "#/definitions/md.UpdateRoleReq"
  8455. }
  8456. }
  8457. ],
  8458. "responses": {
  8459. "200": {
  8460. "description": "success",
  8461. "schema": {
  8462. "type": "string"
  8463. }
  8464. },
  8465. "400": {
  8466. "description": "具体错误",
  8467. "schema": {
  8468. "$ref": "#/definitions/md.Response"
  8469. }
  8470. }
  8471. }
  8472. }
  8473. },
  8474. "/api/role/updateRoleState": {
  8475. "post": {
  8476. "description": "权限管理-修改角色状态",
  8477. "consumes": [
  8478. "application/json"
  8479. ],
  8480. "produces": [
  8481. "application/json"
  8482. ],
  8483. "tags": [
  8484. "权限管理"
  8485. ],
  8486. "summary": "修改角色状态",
  8487. "parameters": [
  8488. {
  8489. "type": "string",
  8490. "description": "验证参数Bearer和token空格拼接",
  8491. "name": "Authorization",
  8492. "in": "header",
  8493. "required": true
  8494. },
  8495. {
  8496. "description": "请求参数",
  8497. "name": "args",
  8498. "in": "body",
  8499. "required": true,
  8500. "schema": {
  8501. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8502. }
  8503. }
  8504. ],
  8505. "responses": {
  8506. "200": {
  8507. "description": "success",
  8508. "schema": {
  8509. "type": "string"
  8510. }
  8511. },
  8512. "400": {
  8513. "description": "具体错误",
  8514. "schema": {
  8515. "$ref": "#/definitions/md.Response"
  8516. }
  8517. }
  8518. }
  8519. }
  8520. },
  8521. "/api/settCenter/oss/aliYun/getBasic": {
  8522. "get": {
  8523. "description": "对象存储设置(获取)",
  8524. "consumes": [
  8525. "application/json"
  8526. ],
  8527. "produces": [
  8528. "application/json"
  8529. ],
  8530. "tags": [
  8531. "对象存储"
  8532. ],
  8533. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8534. "parameters": [
  8535. {
  8536. "type": "string",
  8537. "description": "验证参数Bearer和token空格拼接",
  8538. "name": "Authorization",
  8539. "in": "header",
  8540. "required": true
  8541. }
  8542. ],
  8543. "responses": {
  8544. "200": {
  8545. "description": "设置列表",
  8546. "schema": {
  8547. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8548. }
  8549. },
  8550. "400": {
  8551. "description": "具体错误",
  8552. "schema": {
  8553. "$ref": "#/definitions/md.Response"
  8554. }
  8555. }
  8556. }
  8557. }
  8558. },
  8559. "/api/settCenter/oss/aliYun/setBasic": {
  8560. "post": {
  8561. "description": "对象存储设置(更新)",
  8562. "consumes": [
  8563. "application/json"
  8564. ],
  8565. "produces": [
  8566. "application/json"
  8567. ],
  8568. "tags": [
  8569. "对象存储"
  8570. ],
  8571. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8572. "parameters": [
  8573. {
  8574. "type": "string",
  8575. "description": "验证参数Bearer和token空格拼接",
  8576. "name": "Authorization",
  8577. "in": "header",
  8578. "required": true
  8579. },
  8580. {
  8581. "description": "上传需要修改的信息",
  8582. "name": "req",
  8583. "in": "body",
  8584. "required": true,
  8585. "schema": {
  8586. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8587. }
  8588. }
  8589. ],
  8590. "responses": {
  8591. "200": {
  8592. "description": "success",
  8593. "schema": {
  8594. "type": "string"
  8595. }
  8596. },
  8597. "400": {
  8598. "description": "具体错误",
  8599. "schema": {
  8600. "$ref": "#/definitions/md.Response"
  8601. }
  8602. }
  8603. }
  8604. }
  8605. },
  8606. "/api/settCenter/web/getBasic": {
  8607. "get": {
  8608. "description": "网站信息-基本设置(获取)",
  8609. "consumes": [
  8610. "application/json"
  8611. ],
  8612. "produces": [
  8613. "application/json"
  8614. ],
  8615. "tags": [
  8616. "基础设置"
  8617. ],
  8618. "summary": "基础设置-网站信息-基本设置(获取)",
  8619. "parameters": [
  8620. {
  8621. "type": "string",
  8622. "description": "验证参数Bearer和token空格拼接",
  8623. "name": "Authorization",
  8624. "in": "header",
  8625. "required": true
  8626. }
  8627. ],
  8628. "responses": {
  8629. "200": {
  8630. "description": "设置列表",
  8631. "schema": {
  8632. "$ref": "#/definitions/setCenter.WebBasicResp"
  8633. }
  8634. },
  8635. "400": {
  8636. "description": "具体错误",
  8637. "schema": {
  8638. "$ref": "#/definitions/md.Response"
  8639. }
  8640. }
  8641. }
  8642. }
  8643. },
  8644. "/api/settCenter/web/setBasic": {
  8645. "post": {
  8646. "description": "基本设置(更新)",
  8647. "consumes": [
  8648. "application/json"
  8649. ],
  8650. "produces": [
  8651. "application/json"
  8652. ],
  8653. "tags": [
  8654. "基础设置"
  8655. ],
  8656. "summary": "基础设置-网站信息-基本设置(更新)",
  8657. "parameters": [
  8658. {
  8659. "type": "string",
  8660. "description": "验证参数Bearer和token空格拼接",
  8661. "name": "Authorization",
  8662. "in": "header",
  8663. "required": true
  8664. },
  8665. {
  8666. "description": "上传需要修改的信息",
  8667. "name": "req",
  8668. "in": "body",
  8669. "required": true,
  8670. "schema": {
  8671. "$ref": "#/definitions/setCenter.WebBasicReq"
  8672. }
  8673. }
  8674. ],
  8675. "responses": {
  8676. "200": {
  8677. "description": "success",
  8678. "schema": {
  8679. "type": "string"
  8680. }
  8681. },
  8682. "400": {
  8683. "description": "具体错误",
  8684. "schema": {
  8685. "$ref": "#/definitions/md.Response"
  8686. }
  8687. }
  8688. }
  8689. }
  8690. },
  8691. "/api/userFeedback/cate/list": {
  8692. "post": {
  8693. "description": "分类列表",
  8694. "consumes": [
  8695. "application/json"
  8696. ],
  8697. "produces": [
  8698. "application/json"
  8699. ],
  8700. "tags": [
  8701. "消息中心"
  8702. ],
  8703. "summary": "反馈列表-分类列表",
  8704. "parameters": [
  8705. {
  8706. "type": "string",
  8707. "description": "验证参数Bearer和token空格拼接",
  8708. "name": "Authorization",
  8709. "in": "header",
  8710. "required": true
  8711. },
  8712. {
  8713. "description": "(分页信息必填)",
  8714. "name": "req",
  8715. "in": "body",
  8716. "required": true,
  8717. "schema": {
  8718. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8719. }
  8720. }
  8721. ],
  8722. "responses": {
  8723. "200": {
  8724. "description": "具体数据",
  8725. "schema": {
  8726. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8727. }
  8728. },
  8729. "400": {
  8730. "description": "具体错误",
  8731. "schema": {
  8732. "$ref": "#/definitions/md.Response"
  8733. }
  8734. }
  8735. }
  8736. }
  8737. },
  8738. "/api/userFeedback/content/change/state": {
  8739. "post": {
  8740. "description": "反馈列表-修改状态",
  8741. "consumes": [
  8742. "application/json"
  8743. ],
  8744. "produces": [
  8745. "application/json"
  8746. ],
  8747. "tags": [
  8748. "消息中心"
  8749. ],
  8750. "summary": "用户反馈-反馈列表-修改状态",
  8751. "parameters": [
  8752. {
  8753. "type": "string",
  8754. "description": "验证参数Bearer和token空格拼接",
  8755. "name": "Authorization",
  8756. "in": "header",
  8757. "required": true
  8758. },
  8759. {
  8760. "description": "(分页信息必填)",
  8761. "name": "req",
  8762. "in": "body",
  8763. "required": true,
  8764. "schema": {
  8765. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8766. }
  8767. }
  8768. ],
  8769. "responses": {
  8770. "200": {
  8771. "description": "具体数据",
  8772. "schema": {
  8773. "type": "string"
  8774. }
  8775. },
  8776. "400": {
  8777. "description": "具体错误",
  8778. "schema": {
  8779. "$ref": "#/definitions/md.Response"
  8780. }
  8781. }
  8782. }
  8783. }
  8784. },
  8785. "/api/userFeedback/content/del": {
  8786. "post": {
  8787. "description": "反馈列表-反馈删除",
  8788. "consumes": [
  8789. "application/json"
  8790. ],
  8791. "produces": [
  8792. "application/json"
  8793. ],
  8794. "tags": [
  8795. "消息中心"
  8796. ],
  8797. "summary": "用户反馈-反馈列表-反馈删除",
  8798. "parameters": [
  8799. {
  8800. "type": "string",
  8801. "description": "验证参数Bearer和token空格拼接",
  8802. "name": "Authorization",
  8803. "in": "header",
  8804. "required": true
  8805. },
  8806. {
  8807. "description": "(分页信息必填)",
  8808. "name": "req",
  8809. "in": "body",
  8810. "required": true,
  8811. "schema": {
  8812. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8813. }
  8814. }
  8815. ],
  8816. "responses": {
  8817. "200": {
  8818. "description": "具体数据",
  8819. "schema": {
  8820. "type": "string"
  8821. }
  8822. },
  8823. "400": {
  8824. "description": "具体错误",
  8825. "schema": {
  8826. "$ref": "#/definitions/md.Response"
  8827. }
  8828. }
  8829. }
  8830. }
  8831. },
  8832. "/api/userFeedback/content/list": {
  8833. "post": {
  8834. "description": "反馈列表",
  8835. "consumes": [
  8836. "application/json"
  8837. ],
  8838. "produces": [
  8839. "application/json"
  8840. ],
  8841. "tags": [
  8842. "消息中心"
  8843. ],
  8844. "summary": "用户反馈-反馈列表",
  8845. "parameters": [
  8846. {
  8847. "type": "string",
  8848. "description": "验证参数Bearer和token空格拼接",
  8849. "name": "Authorization",
  8850. "in": "header",
  8851. "required": true
  8852. },
  8853. {
  8854. "description": "(分页信息必填)",
  8855. "name": "req",
  8856. "in": "body",
  8857. "required": true,
  8858. "schema": {
  8859. "$ref": "#/definitions/md.UserFeedbackListReq"
  8860. }
  8861. }
  8862. ],
  8863. "responses": {
  8864. "200": {
  8865. "description": "具体数据",
  8866. "schema": {
  8867. "$ref": "#/definitions/md.UserFeedbackListResp"
  8868. }
  8869. },
  8870. "400": {
  8871. "description": "具体错误",
  8872. "schema": {
  8873. "$ref": "#/definitions/md.Response"
  8874. }
  8875. }
  8876. }
  8877. }
  8878. },
  8879. "/api/userFeedback/content/record/list": {
  8880. "post": {
  8881. "description": "反馈列表-沟通记录",
  8882. "consumes": [
  8883. "application/json"
  8884. ],
  8885. "produces": [
  8886. "application/json"
  8887. ],
  8888. "tags": [
  8889. "消息中心"
  8890. ],
  8891. "summary": "用户反馈-反馈列表-沟通记录",
  8892. "parameters": [
  8893. {
  8894. "type": "string",
  8895. "description": "验证参数Bearer和token空格拼接",
  8896. "name": "Authorization",
  8897. "in": "header",
  8898. "required": true
  8899. },
  8900. {
  8901. "description": "(分页信息必填)",
  8902. "name": "req",
  8903. "in": "body",
  8904. "required": true,
  8905. "schema": {
  8906. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8907. }
  8908. }
  8909. ],
  8910. "responses": {
  8911. "200": {
  8912. "description": "具体数据",
  8913. "schema": {
  8914. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8915. }
  8916. },
  8917. "400": {
  8918. "description": "具体错误",
  8919. "schema": {
  8920. "$ref": "#/definitions/md.Response"
  8921. }
  8922. }
  8923. }
  8924. }
  8925. },
  8926. "/api/userFeedback/content/say": {
  8927. "post": {
  8928. "description": "反馈列表-沟通发送",
  8929. "consumes": [
  8930. "application/json"
  8931. ],
  8932. "produces": [
  8933. "application/json"
  8934. ],
  8935. "tags": [
  8936. "消息中心"
  8937. ],
  8938. "summary": "用户反馈-反馈列表-沟通发送",
  8939. "parameters": [
  8940. {
  8941. "type": "string",
  8942. "description": "验证参数Bearer和token空格拼接",
  8943. "name": "Authorization",
  8944. "in": "header",
  8945. "required": true
  8946. },
  8947. {
  8948. "description": "(分页信息必填)",
  8949. "name": "req",
  8950. "in": "body",
  8951. "required": true,
  8952. "schema": {
  8953. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8954. }
  8955. }
  8956. ],
  8957. "responses": {
  8958. "200": {
  8959. "description": "具体数据",
  8960. "schema": {
  8961. "type": "string"
  8962. }
  8963. },
  8964. "400": {
  8965. "description": "具体错误",
  8966. "schema": {
  8967. "$ref": "#/definitions/md.Response"
  8968. }
  8969. }
  8970. }
  8971. }
  8972. },
  8973. "/api/userRealName/base": {
  8974. "get": {
  8975. "description": "基本设置-实名认证",
  8976. "consumes": [
  8977. "application/json"
  8978. ],
  8979. "produces": [
  8980. "application/json"
  8981. ],
  8982. "tags": [
  8983. "基本设置"
  8984. ],
  8985. "summary": "基本设置-实名认证-基本配置",
  8986. "parameters": [
  8987. {
  8988. "type": "string",
  8989. "description": "验证参数Bearer和token空格拼接",
  8990. "name": "Authorization",
  8991. "in": "header",
  8992. "required": true
  8993. }
  8994. ],
  8995. "responses": {
  8996. "200": {
  8997. "description": "具体数据",
  8998. "schema": {
  8999. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9000. }
  9001. },
  9002. "400": {
  9003. "description": "具体错误",
  9004. "schema": {
  9005. "$ref": "#/definitions/md.Response"
  9006. }
  9007. }
  9008. }
  9009. }
  9010. },
  9011. "/api/userRealName/base/save": {
  9012. "post": {
  9013. "description": "基本设置-实名认证-基本配置保存",
  9014. "consumes": [
  9015. "application/json"
  9016. ],
  9017. "produces": [
  9018. "application/json"
  9019. ],
  9020. "tags": [
  9021. "基本设置"
  9022. ],
  9023. "summary": "基本设置-实名认证-基本配置保存",
  9024. "parameters": [
  9025. {
  9026. "type": "string",
  9027. "description": "验证参数Bearer和token空格拼接",
  9028. "name": "Authorization",
  9029. "in": "header",
  9030. "required": true
  9031. },
  9032. {
  9033. "description": "(分页信息必填)",
  9034. "name": "req",
  9035. "in": "body",
  9036. "required": true,
  9037. "schema": {
  9038. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9039. }
  9040. }
  9041. ],
  9042. "responses": {
  9043. "200": {
  9044. "description": "具体数据",
  9045. "schema": {
  9046. "type": "string"
  9047. }
  9048. },
  9049. "400": {
  9050. "description": "具体错误",
  9051. "schema": {
  9052. "$ref": "#/definitions/md.Response"
  9053. }
  9054. }
  9055. }
  9056. }
  9057. },
  9058. "/api/userRealName/list": {
  9059. "post": {
  9060. "description": "基本设置-实名认证列表",
  9061. "consumes": [
  9062. "application/json"
  9063. ],
  9064. "produces": [
  9065. "application/json"
  9066. ],
  9067. "tags": [
  9068. "基本设置"
  9069. ],
  9070. "summary": "基本设置-实名认证列表",
  9071. "parameters": [
  9072. {
  9073. "type": "string",
  9074. "description": "验证参数Bearer和token空格拼接",
  9075. "name": "Authorization",
  9076. "in": "header",
  9077. "required": true
  9078. },
  9079. {
  9080. "description": "(分页信息必填)",
  9081. "name": "req",
  9082. "in": "body",
  9083. "required": true,
  9084. "schema": {
  9085. "$ref": "#/definitions/md.UserRealNameReq"
  9086. }
  9087. }
  9088. ],
  9089. "responses": {
  9090. "200": {
  9091. "description": "具体数据",
  9092. "schema": {
  9093. "$ref": "#/definitions/md.UserRealNameResp"
  9094. }
  9095. },
  9096. "400": {
  9097. "description": "具体错误",
  9098. "schema": {
  9099. "$ref": "#/definitions/md.Response"
  9100. }
  9101. }
  9102. }
  9103. }
  9104. },
  9105. "/api/userRealName/save": {
  9106. "post": {
  9107. "description": "基本设置-修改认证状态",
  9108. "consumes": [
  9109. "application/json"
  9110. ],
  9111. "produces": [
  9112. "application/json"
  9113. ],
  9114. "tags": [
  9115. "基本设置"
  9116. ],
  9117. "summary": "基本设置-实名认证-修改认证状态",
  9118. "parameters": [
  9119. {
  9120. "type": "string",
  9121. "description": "验证参数Bearer和token空格拼接",
  9122. "name": "Authorization",
  9123. "in": "header",
  9124. "required": true
  9125. },
  9126. {
  9127. "description": "(分页信息必填)",
  9128. "name": "req",
  9129. "in": "body",
  9130. "required": true,
  9131. "schema": {
  9132. "$ref": "#/definitions/md.UserRealNameSaveReq"
  9133. }
  9134. }
  9135. ],
  9136. "responses": {
  9137. "200": {
  9138. "description": "具体数据",
  9139. "schema": {
  9140. "type": "string"
  9141. }
  9142. },
  9143. "400": {
  9144. "description": "具体错误",
  9145. "schema": {
  9146. "$ref": "#/definitions/md.Response"
  9147. }
  9148. }
  9149. }
  9150. }
  9151. },
  9152. "/api/user_feedback/cate/del": {
  9153. "post": {
  9154. "description": "分类列表-分类删除",
  9155. "consumes": [
  9156. "application/json"
  9157. ],
  9158. "produces": [
  9159. "application/json"
  9160. ],
  9161. "tags": [
  9162. "消息中心"
  9163. ],
  9164. "summary": "反馈列表-分类列表-分类删除",
  9165. "parameters": [
  9166. {
  9167. "type": "string",
  9168. "description": "验证参数Bearer和token空格拼接",
  9169. "name": "Authorization",
  9170. "in": "header",
  9171. "required": true
  9172. },
  9173. {
  9174. "description": "(分页信息必填)",
  9175. "name": "req",
  9176. "in": "body",
  9177. "required": true,
  9178. "schema": {
  9179. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  9180. }
  9181. }
  9182. ],
  9183. "responses": {
  9184. "200": {
  9185. "description": "具体数据",
  9186. "schema": {
  9187. "type": "string"
  9188. }
  9189. },
  9190. "400": {
  9191. "description": "具体错误",
  9192. "schema": {
  9193. "$ref": "#/definitions/md.Response"
  9194. }
  9195. }
  9196. }
  9197. }
  9198. },
  9199. "/api/user_feedback/cate/save": {
  9200. "post": {
  9201. "description": "分类列表-分类保存",
  9202. "consumes": [
  9203. "application/json"
  9204. ],
  9205. "produces": [
  9206. "application/json"
  9207. ],
  9208. "tags": [
  9209. "消息中心"
  9210. ],
  9211. "summary": "反馈列表-分类列表-分类保存",
  9212. "parameters": [
  9213. {
  9214. "type": "string",
  9215. "description": "验证参数Bearer和token空格拼接",
  9216. "name": "Authorization",
  9217. "in": "header",
  9218. "required": true
  9219. },
  9220. {
  9221. "description": "(分页信息必填)",
  9222. "name": "req",
  9223. "in": "body",
  9224. "required": true,
  9225. "schema": {
  9226. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9227. }
  9228. }
  9229. ],
  9230. "responses": {
  9231. "200": {
  9232. "description": "具体数据",
  9233. "schema": {
  9234. "type": "string"
  9235. }
  9236. },
  9237. "400": {
  9238. "description": "具体错误",
  9239. "schema": {
  9240. "$ref": "#/definitions/md.Response"
  9241. }
  9242. }
  9243. }
  9244. }
  9245. },
  9246. "/api/website/certificate": {
  9247. "post": {
  9248. "description": "证书查询",
  9249. "consumes": [
  9250. "application/json"
  9251. ],
  9252. "produces": [
  9253. "application/json"
  9254. ],
  9255. "tags": [
  9256. "官网"
  9257. ],
  9258. "summary": "证书查询",
  9259. "parameters": [
  9260. {
  9261. "type": "string",
  9262. "description": "验证参数Bearer和token空格拼接",
  9263. "name": "Authorization",
  9264. "in": "header",
  9265. "required": true
  9266. },
  9267. {
  9268. "description": "(分页信息必填)",
  9269. "name": "req",
  9270. "in": "body",
  9271. "required": true,
  9272. "schema": {
  9273. "$ref": "#/definitions/md.CertificateReq"
  9274. }
  9275. }
  9276. ],
  9277. "responses": {
  9278. "200": {
  9279. "description": "具体数据",
  9280. "schema": {
  9281. "$ref": "#/definitions/md.CertificateResp"
  9282. }
  9283. },
  9284. "400": {
  9285. "description": "具体错误",
  9286. "schema": {
  9287. "$ref": "#/definitions/md.Response"
  9288. }
  9289. }
  9290. }
  9291. }
  9292. },
  9293. "/api/website/getModuleSetting": {
  9294. "get": {
  9295. "description": "页面样式",
  9296. "consumes": [
  9297. "application/json"
  9298. ],
  9299. "produces": [
  9300. "application/json"
  9301. ],
  9302. "tags": [
  9303. "官网"
  9304. ],
  9305. "summary": "页面样式",
  9306. "parameters": [
  9307. {
  9308. "type": "string",
  9309. "description": "验证参数Bearer和token空格拼接",
  9310. "name": "Authorization",
  9311. "in": "header",
  9312. "required": true
  9313. },
  9314. {
  9315. "type": "string",
  9316. "description": "页面名称类型值(15:官网 联系我们)",
  9317. "name": "mod_name_value",
  9318. "in": "query",
  9319. "required": true
  9320. }
  9321. ],
  9322. "responses": {
  9323. "200": {
  9324. "description": "具体数据",
  9325. "schema": {
  9326. "$ref": "#/definitions/md.GetModuleSettingResp"
  9327. }
  9328. },
  9329. "400": {
  9330. "description": "具体错误",
  9331. "schema": {
  9332. "$ref": "#/definitions/md.Response"
  9333. }
  9334. }
  9335. }
  9336. }
  9337. },
  9338. "/api/website/info": {
  9339. "get": {
  9340. "description": "官网-基本信息",
  9341. "consumes": [
  9342. "application/json"
  9343. ],
  9344. "produces": [
  9345. "application/json"
  9346. ],
  9347. "tags": [
  9348. "官网"
  9349. ],
  9350. "summary": "官网-基本信息",
  9351. "parameters": [
  9352. {
  9353. "type": "string",
  9354. "description": "验证参数Bearer和token空格拼接",
  9355. "name": "Authorization",
  9356. "in": "header",
  9357. "required": true
  9358. }
  9359. ],
  9360. "responses": {
  9361. "200": {
  9362. "description": "具体数据",
  9363. "schema": {
  9364. "$ref": "#/definitions/md.WebsiteInfoResp"
  9365. }
  9366. },
  9367. "400": {
  9368. "description": "具体错误",
  9369. "schema": {
  9370. "$ref": "#/definitions/md.Response"
  9371. }
  9372. }
  9373. }
  9374. }
  9375. }
  9376. },
  9377. "definitions": {
  9378. "applet_app_md.Paginate": {
  9379. "type": "object",
  9380. "properties": {
  9381. "limit": {
  9382. "description": "每页大小",
  9383. "type": "integer"
  9384. },
  9385. "page": {
  9386. "description": "页数",
  9387. "type": "integer"
  9388. },
  9389. "total": {
  9390. "description": "总数据量",
  9391. "type": "integer"
  9392. }
  9393. }
  9394. },
  9395. "applet_app_md_financial_center.Paginate": {
  9396. "type": "object",
  9397. "properties": {
  9398. "limit": {
  9399. "description": "每页大小",
  9400. "type": "integer"
  9401. },
  9402. "page": {
  9403. "description": "页数",
  9404. "type": "integer"
  9405. },
  9406. "total": {
  9407. "description": "总数据量",
  9408. "type": "integer"
  9409. }
  9410. }
  9411. },
  9412. "applet_app_md_financial_center.TagNode": {
  9413. "type": "object",
  9414. "properties": {
  9415. "tag_id": {
  9416. "type": "integer"
  9417. },
  9418. "tag_name": {
  9419. "type": "string"
  9420. }
  9421. }
  9422. },
  9423. "applet_app_md_friend_circle.Paginate": {
  9424. "type": "object",
  9425. "properties": {
  9426. "limit": {
  9427. "description": "每页大小",
  9428. "type": "integer"
  9429. },
  9430. "page": {
  9431. "description": "页数",
  9432. "type": "integer"
  9433. },
  9434. "total": {
  9435. "description": "总数据量",
  9436. "type": "integer"
  9437. }
  9438. }
  9439. },
  9440. "applet_app_md_im.GetBasicResp": {
  9441. "type": "object",
  9442. "properties": {
  9443. "chat_sensitive_words": {
  9444. "type": "string",
  9445. "example": "聊天敏感词"
  9446. },
  9447. "is_allow_add_friends": {
  9448. "type": "string",
  9449. "example": "是否允许加好友"
  9450. },
  9451. "is_auto_add_friends": {
  9452. "type": "string",
  9453. "example": "是否自动加好友"
  9454. },
  9455. "prohibit_add_group_members": {
  9456. "type": "string",
  9457. "example": "是否禁止添加群成员"
  9458. },
  9459. "prohibit_remove_group_members": {
  9460. "type": "string",
  9461. "example": "是否禁止移出群成员"
  9462. },
  9463. "prohibit_update_group_name": {
  9464. "type": "string",
  9465. "example": "是否禁止修改群名称"
  9466. }
  9467. }
  9468. },
  9469. "applet_app_md_im.SetBasicReq": {
  9470. "type": "object",
  9471. "properties": {
  9472. "chat_sensitive_words": {
  9473. "type": "string",
  9474. "example": "聊天敏感词"
  9475. },
  9476. "is_allow_add_friends": {
  9477. "type": "string",
  9478. "example": "是否允许加好友"
  9479. },
  9480. "is_auto_add_friends": {
  9481. "type": "string",
  9482. "example": "是否自动加好友"
  9483. },
  9484. "prohibit_add_group_members": {
  9485. "type": "string",
  9486. "example": "是否禁止添加群成员"
  9487. },
  9488. "prohibit_remove_group_members": {
  9489. "type": "string",
  9490. "example": "是否禁止移出群成员"
  9491. },
  9492. "prohibit_update_group_name": {
  9493. "type": "string",
  9494. "example": "是否禁止修改群名称"
  9495. }
  9496. }
  9497. },
  9498. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9499. "type": "object",
  9500. "properties": {
  9501. "direct_push_reward": {
  9502. "description": "直推奖励",
  9503. "allOf": [
  9504. {
  9505. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9506. }
  9507. ]
  9508. },
  9509. "is_open": {
  9510. "description": "是否开启(1:开启 0:关闭)",
  9511. "type": "integer"
  9512. },
  9513. "person_egg_energy_coin_id": {
  9514. "description": "个人蛋蛋能量对应虚拟币 id",
  9515. "type": "integer"
  9516. },
  9517. "person_egg_points_coin_id": {
  9518. "description": "个人蛋蛋积分对应虚拟币 id",
  9519. "type": "integer"
  9520. },
  9521. "team_egg_energy_coin_id": {
  9522. "description": "团队蛋蛋能量对应虚拟币 id",
  9523. "type": "integer"
  9524. },
  9525. "team_egg_points_coin_id": {
  9526. "description": "团队蛋蛋积分对应虚拟币 id",
  9527. "type": "integer"
  9528. }
  9529. }
  9530. },
  9531. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9532. "type": "object",
  9533. "properties": {
  9534. "limit": {
  9535. "description": "每页大小",
  9536. "type": "integer"
  9537. },
  9538. "page": {
  9539. "description": "页数",
  9540. "type": "integer"
  9541. },
  9542. "total": {
  9543. "description": "总数据量",
  9544. "type": "integer"
  9545. }
  9546. }
  9547. },
  9548. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9549. "type": "object",
  9550. "properties": {
  9551. "id": {
  9552. "type": "integer"
  9553. },
  9554. "is_open": {
  9555. "description": "是否开启(1:开启 0:关闭)",
  9556. "type": "integer"
  9557. },
  9558. "is_self_active_get_team_revenue": {
  9559. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9560. "type": "integer"
  9561. },
  9562. "originator_uid": {
  9563. "description": "创始人uid",
  9564. "type": "integer"
  9565. },
  9566. "several_rows": {
  9567. "description": "几排",
  9568. "type": "integer"
  9569. },
  9570. "several_times": {
  9571. "description": "几乘",
  9572. "type": "integer"
  9573. },
  9574. "system_punish_replace": {
  9575. "description": "是否位置滑落 被新用户替换 0否 1是",
  9576. "type": "integer"
  9577. },
  9578. "system_punish_replace_value": {
  9579. "description": "xx天未活跃,处罚滑落",
  9580. "type": "integer"
  9581. }
  9582. }
  9583. },
  9584. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9585. "type": "object",
  9586. "properties": {
  9587. "limit": {
  9588. "description": "每页大小",
  9589. "type": "integer"
  9590. },
  9591. "page": {
  9592. "description": "页数",
  9593. "type": "integer"
  9594. },
  9595. "total": {
  9596. "description": "总数据量",
  9597. "type": "integer"
  9598. }
  9599. }
  9600. },
  9601. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9602. "type": "object",
  9603. "properties": {
  9604. "limit": {
  9605. "type": "integer"
  9606. },
  9607. "page": {
  9608. "type": "integer"
  9609. },
  9610. "total": {
  9611. "type": "integer"
  9612. }
  9613. }
  9614. },
  9615. "applet_app_md_member_center.Paginate": {
  9616. "type": "object",
  9617. "properties": {
  9618. "limit": {
  9619. "description": "每页大小",
  9620. "type": "integer"
  9621. },
  9622. "page": {
  9623. "description": "页数",
  9624. "type": "integer"
  9625. },
  9626. "total": {
  9627. "description": "总数据量",
  9628. "type": "integer"
  9629. }
  9630. }
  9631. },
  9632. "applet_app_md_member_center.TagNode": {
  9633. "type": "object",
  9634. "properties": {
  9635. "tag_id": {
  9636. "description": "标签 ID",
  9637. "type": "integer"
  9638. },
  9639. "tag_name": {
  9640. "description": "标签名称",
  9641. "type": "string"
  9642. }
  9643. }
  9644. },
  9645. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9646. "type": "object",
  9647. "properties": {
  9648. "oss_access_key_id": {
  9649. "type": "string",
  9650. "example": "oss访问秘钥id"
  9651. },
  9652. "oss_access_key_secret": {
  9653. "type": "string",
  9654. "example": "oss访问秘钥"
  9655. },
  9656. "oss_assume_arn": {
  9657. "type": "string",
  9658. "example": "oss RAM角色ARN"
  9659. },
  9660. "oss_assume_role_access_key_id": {
  9661. "type": "string",
  9662. "example": "oss RAM角色访问秘钥id"
  9663. },
  9664. "oss_assume_role_access_key_secret": {
  9665. "type": "string",
  9666. "example": "oss RAM角色访问秘钥"
  9667. },
  9668. "oss_bucket_name": {
  9669. "type": "string",
  9670. "example": "oss存储桶名称"
  9671. },
  9672. "oss_bucket_scheme": {
  9673. "type": "string",
  9674. "example": "oss上传方式"
  9675. },
  9676. "oss_endpoint": {
  9677. "type": "string",
  9678. "example": "oss地域节点"
  9679. },
  9680. "oss_object_domain": {
  9681. "type": "string",
  9682. "example": "oss域名"
  9683. },
  9684. "oss_option": {
  9685. "type": "string",
  9686. "example": "oss上传文件类型选项,以逗号分割"
  9687. }
  9688. }
  9689. },
  9690. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9691. "type": "object",
  9692. "properties": {
  9693. "oss_access_key_id": {
  9694. "type": "string",
  9695. "example": "oss访问秘钥id"
  9696. },
  9697. "oss_access_key_secret": {
  9698. "type": "string",
  9699. "example": "oss访问秘钥"
  9700. },
  9701. "oss_assume_arn": {
  9702. "type": "string",
  9703. "example": "oss RAM角色ARN"
  9704. },
  9705. "oss_assume_role_access_key_id": {
  9706. "type": "string",
  9707. "example": "oss RAM角色访问秘钥id"
  9708. },
  9709. "oss_assume_role_access_key_secret": {
  9710. "type": "string",
  9711. "example": "oss RAM角色访问秘钥"
  9712. },
  9713. "oss_bucket_name": {
  9714. "type": "string",
  9715. "example": "oss存储桶名称"
  9716. },
  9717. "oss_bucket_scheme": {
  9718. "type": "string",
  9719. "example": "oss上传方式"
  9720. },
  9721. "oss_endpoint": {
  9722. "type": "string",
  9723. "example": "oss地域节点"
  9724. },
  9725. "oss_object_domain": {
  9726. "type": "string",
  9727. "example": "oss域名"
  9728. },
  9729. "oss_option": {
  9730. "type": "string",
  9731. "example": "oss上传文件类型选项,以逗号分割"
  9732. }
  9733. }
  9734. },
  9735. "client.AssumeRoleResponseBodyCredentials": {
  9736. "type": "object",
  9737. "properties": {
  9738. "AccessKeyId": {
  9739. "description": "The AccessKey ID.",
  9740. "type": "string"
  9741. },
  9742. "AccessKeySecret": {
  9743. "description": "The AccessKey secret.",
  9744. "type": "string"
  9745. },
  9746. "Expiration": {
  9747. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9748. "type": "string"
  9749. },
  9750. "SecurityToken": {
  9751. "description": "The STS token.\n\n\u003e Alibaba Cloud STS does not impose limits on the length of STS tokens. We strongly recommend that you do not specify a maximum length for STS tokens.",
  9752. "type": "string"
  9753. }
  9754. }
  9755. },
  9756. "comm.GetAdminInfoResp": {
  9757. "type": "object",
  9758. "properties": {
  9759. "adm_id": {
  9760. "description": "管理员id",
  9761. "type": "integer"
  9762. },
  9763. "is_super_administrator": {
  9764. "description": "是否为超级管理员(0:否 1:是)",
  9765. "type": "integer"
  9766. },
  9767. "memo": {
  9768. "description": "备注信息",
  9769. "type": "string"
  9770. },
  9771. "state": {
  9772. "description": "状态(1:正常 2:冻结)",
  9773. "type": "integer"
  9774. },
  9775. "username": {
  9776. "description": "用户名",
  9777. "type": "string"
  9778. }
  9779. }
  9780. },
  9781. "comm.GetSTSVoucherResp": {
  9782. "type": "object",
  9783. "properties": {
  9784. "bucket": {
  9785. "description": "oss 桶名称",
  9786. "type": "string"
  9787. },
  9788. "region": {
  9789. "description": "所在地域",
  9790. "type": "string"
  9791. },
  9792. "sts_token": {
  9793. "description": "STS 凭证",
  9794. "allOf": [
  9795. {
  9796. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  9797. }
  9798. ]
  9799. }
  9800. }
  9801. },
  9802. "comm.ImgReqUploadReq": {
  9803. "type": "object",
  9804. "required": [
  9805. "content_type",
  9806. "file_name"
  9807. ],
  9808. "properties": {
  9809. "content_type": {
  9810. "type": "string",
  9811. "example": "image/jpeg"
  9812. },
  9813. "file_name": {
  9814. "type": "string",
  9815. "example": "文件名"
  9816. }
  9817. }
  9818. },
  9819. "hdl.GetActiveDataResp": {
  9820. "type": "object",
  9821. "properties": {
  9822. "today": {
  9823. "description": "今日数据",
  9824. "allOf": [
  9825. {
  9826. "$ref": "#/definitions/model.PlatformActiveData"
  9827. }
  9828. ]
  9829. },
  9830. "yesterday": {
  9831. "description": "昨日数据",
  9832. "allOf": [
  9833. {
  9834. "$ref": "#/definitions/model.PlatformActiveData"
  9835. }
  9836. ]
  9837. }
  9838. }
  9839. },
  9840. "hdl.TotalDataResp": {
  9841. "type": "object",
  9842. "properties": {
  9843. "month": {
  9844. "description": "月份",
  9845. "type": "string"
  9846. },
  9847. "no_sign_in_user_count": {
  9848. "description": "未签到用户数",
  9849. "type": "integer"
  9850. },
  9851. "total_user_count": {
  9852. "description": "平台总用户数",
  9853. "type": "integer"
  9854. },
  9855. "total_withdraw_amount": {
  9856. "description": "已提现累计金额",
  9857. "type": "string"
  9858. },
  9859. "verified_user_count": {
  9860. "description": "已认证用户数",
  9861. "type": "integer"
  9862. },
  9863. "year": {
  9864. "description": "年份",
  9865. "type": "string"
  9866. }
  9867. }
  9868. },
  9869. "md.ActivePointsWalletNode": {
  9870. "type": "object",
  9871. "properties": {
  9872. "amount": {
  9873. "type": "string",
  9874. "example": "账户余额"
  9875. },
  9876. "uid": {
  9877. "description": "用户 ID",
  9878. "type": "integer"
  9879. },
  9880. "user_name": {
  9881. "type": "string",
  9882. "example": "用户名"
  9883. },
  9884. "user_phone": {
  9885. "type": "string",
  9886. "example": "手机号"
  9887. }
  9888. }
  9889. },
  9890. "md.AddAdminReq": {
  9891. "type": "object",
  9892. "required": [
  9893. "password",
  9894. "username"
  9895. ],
  9896. "properties": {
  9897. "memo": {
  9898. "type": "string"
  9899. },
  9900. "password": {
  9901. "type": "string"
  9902. },
  9903. "username": {
  9904. "type": "string"
  9905. }
  9906. }
  9907. },
  9908. "md.AddBlackListReq": {
  9909. "type": "object",
  9910. "properties": {
  9911. "memo": {
  9912. "description": "备注",
  9913. "type": "string"
  9914. },
  9915. "uid": {
  9916. "description": "用户 id",
  9917. "type": "integer"
  9918. }
  9919. }
  9920. },
  9921. "md.AddCommunityDividendsReq": {
  9922. "type": "object",
  9923. "properties": {
  9924. "amount": {
  9925. "description": "社区分红数量",
  9926. "type": "string"
  9927. },
  9928. "name": {
  9929. "type": "string",
  9930. "example": "社区分红名称"
  9931. }
  9932. }
  9933. },
  9934. "md.AddCommunityDividendsWithUserReq": {
  9935. "type": "object",
  9936. "properties": {
  9937. "memo": {
  9938. "type": "string",
  9939. "example": "备注"
  9940. },
  9941. "uid": {
  9942. "description": "新增社区长用户 ID",
  9943. "type": "integer"
  9944. }
  9945. }
  9946. },
  9947. "md.AddCustomerServiceReq": {
  9948. "type": "object",
  9949. "properties": {
  9950. "memo": {
  9951. "description": "备注",
  9952. "type": "string",
  9953. "example": "备注"
  9954. },
  9955. "phone": {
  9956. "type": "string",
  9957. "example": "手机号"
  9958. },
  9959. "weight": {
  9960. "description": "权重",
  9961. "type": "integer"
  9962. }
  9963. }
  9964. },
  9965. "md.AddEmoticonReq": {
  9966. "type": "object",
  9967. "properties": {
  9968. "img_url": {
  9969. "type": "string",
  9970. "example": "图片地址"
  9971. },
  9972. "memo": {
  9973. "description": "备注",
  9974. "type": "string",
  9975. "example": "备注"
  9976. },
  9977. "name": {
  9978. "type": "string",
  9979. "example": "名称"
  9980. },
  9981. "sort": {
  9982. "description": "排序",
  9983. "type": "integer"
  9984. }
  9985. }
  9986. },
  9987. "md.AddFreePublishUserReq": {
  9988. "type": "object",
  9989. "properties": {
  9990. "uid": {
  9991. "type": "integer"
  9992. }
  9993. }
  9994. },
  9995. "md.AddFundDataReq": {
  9996. "type": "object",
  9997. "properties": {
  9998. "frequency": {
  9999. "description": "频率(分钟)",
  10000. "type": "integer"
  10001. },
  10002. "hours": {
  10003. "description": "时长(小时)",
  10004. "type": "integer"
  10005. },
  10006. "kind": {
  10007. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  10008. "type": "integer"
  10009. },
  10010. "memo": {
  10011. "type": "string",
  10012. "example": "备注"
  10013. },
  10014. "total_amount": {
  10015. "description": "金额",
  10016. "type": "string"
  10017. }
  10018. }
  10019. },
  10020. "md.AddLevelReq": {
  10021. "type": "object",
  10022. "properties": {
  10023. "auto_update": {
  10024. "description": "自动升级 0关闭 1开启",
  10025. "type": "string"
  10026. },
  10027. "choosable_num": {
  10028. "description": "可选任务数量",
  10029. "type": "string"
  10030. },
  10031. "is_use": {
  10032. "description": "是否开启(0.否, 1.是)",
  10033. "type": "string"
  10034. },
  10035. "level_name": {
  10036. "description": "等级名称",
  10037. "type": "string"
  10038. },
  10039. "level_weight": {
  10040. "description": "等级权重",
  10041. "type": "string"
  10042. },
  10043. "memo": {
  10044. "description": "备注",
  10045. "type": "string"
  10046. },
  10047. "user_level_tasks": {
  10048. "description": "需要新增的任务",
  10049. "type": "array",
  10050. "items": {
  10051. "$ref": "#/definitions/md.LevelTaskNode"
  10052. }
  10053. }
  10054. }
  10055. },
  10056. "md.AddPlatformRevenueReq": {
  10057. "type": "object",
  10058. "properties": {
  10059. "frequency": {
  10060. "description": "频率(分钟)",
  10061. "type": "integer"
  10062. },
  10063. "hours": {
  10064. "description": "时长(小时)",
  10065. "type": "integer"
  10066. },
  10067. "kind": {
  10068. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10069. "type": "integer"
  10070. },
  10071. "memo": {
  10072. "type": "string",
  10073. "example": "备注"
  10074. },
  10075. "total_amount": {
  10076. "description": "金额",
  10077. "type": "string"
  10078. }
  10079. }
  10080. },
  10081. "md.AddRoleReq": {
  10082. "type": "object",
  10083. "required": [
  10084. "memo",
  10085. "name"
  10086. ],
  10087. "properties": {
  10088. "memo": {
  10089. "type": "string"
  10090. },
  10091. "name": {
  10092. "type": "string"
  10093. }
  10094. }
  10095. },
  10096. "md.AddTagReq": {
  10097. "type": "object",
  10098. "properties": {
  10099. "is_punish": {
  10100. "description": "是否为处罚标签(0:否 1:是)",
  10101. "type": "integer"
  10102. },
  10103. "memo": {
  10104. "description": "备注",
  10105. "type": "string"
  10106. },
  10107. "name": {
  10108. "description": "标签名称",
  10109. "type": "string"
  10110. }
  10111. }
  10112. },
  10113. "md.AddVirtualCoinNode": {
  10114. "type": "object",
  10115. "properties": {
  10116. "exchange_ratio": {
  10117. "description": "兑换比例(与金额)",
  10118. "type": "string"
  10119. },
  10120. "is_use": {
  10121. "description": "是否开启:0否 1是",
  10122. "type": "integer"
  10123. },
  10124. "name": {
  10125. "description": "名称",
  10126. "type": "string"
  10127. }
  10128. }
  10129. },
  10130. "md.AdminListReq": {
  10131. "type": "object",
  10132. "properties": {
  10133. "limit": {
  10134. "type": "integer"
  10135. },
  10136. "page": {
  10137. "type": "integer"
  10138. },
  10139. "state": {
  10140. "type": "integer"
  10141. },
  10142. "username": {
  10143. "type": "string"
  10144. }
  10145. }
  10146. },
  10147. "md.AdminLogList": {
  10148. "type": "object",
  10149. "properties": {
  10150. "admin_id": {
  10151. "type": "string"
  10152. },
  10153. "id": {
  10154. "type": "string"
  10155. },
  10156. "ip": {
  10157. "type": "string"
  10158. },
  10159. "memo": {
  10160. "type": "string"
  10161. },
  10162. "phone": {
  10163. "type": "string"
  10164. },
  10165. "time": {
  10166. "type": "string"
  10167. },
  10168. "type": {
  10169. "type": "string"
  10170. }
  10171. }
  10172. },
  10173. "md.AdminLogListReq": {
  10174. "type": "object",
  10175. "properties": {
  10176. "end_time": {
  10177. "type": "string"
  10178. },
  10179. "limit": {
  10180. "description": "每页大小",
  10181. "type": "string"
  10182. },
  10183. "memo": {
  10184. "type": "string"
  10185. },
  10186. "page": {
  10187. "description": "页数",
  10188. "type": "string"
  10189. },
  10190. "start_time": {
  10191. "type": "string"
  10192. },
  10193. "type": {
  10194. "type": "string"
  10195. }
  10196. }
  10197. },
  10198. "md.AdminLogListResp": {
  10199. "type": "object",
  10200. "properties": {
  10201. "list": {
  10202. "type": "array",
  10203. "items": {
  10204. "$ref": "#/definitions/md.AdminLogList"
  10205. }
  10206. },
  10207. "total": {
  10208. "type": "integer"
  10209. },
  10210. "type_list": {
  10211. "type": "array",
  10212. "items": {
  10213. "type": "object",
  10214. "additionalProperties": true
  10215. }
  10216. }
  10217. }
  10218. },
  10219. "md.AdvertisingBase": {
  10220. "type": "object",
  10221. "properties": {
  10222. "android_ad_is_open": {
  10223. "type": "string",
  10224. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10225. },
  10226. "android_open_ad_is_open": {
  10227. "type": "string",
  10228. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10229. },
  10230. "info": {
  10231. "type": "string",
  10232. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10233. },
  10234. "ios_ad_is_open": {
  10235. "type": "string",
  10236. "example": "ios广告是否开启(1:开启 0:不开启)"
  10237. },
  10238. "ios_open_ad_is_open": {
  10239. "type": "string",
  10240. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10241. },
  10242. "voice": {
  10243. "type": "string",
  10244. "example": "领取奖励声音"
  10245. },
  10246. "voice_url": {
  10247. "type": "string"
  10248. }
  10249. }
  10250. },
  10251. "md.AdvertisingBaseResp": {
  10252. "type": "object",
  10253. "properties": {
  10254. "advertising_base": {
  10255. "$ref": "#/definitions/md.AdvertisingBase"
  10256. },
  10257. "select_data": {
  10258. "type": "array",
  10259. "items": {
  10260. "type": "object",
  10261. "additionalProperties": {
  10262. "type": "string"
  10263. }
  10264. }
  10265. }
  10266. }
  10267. },
  10268. "md.AdvertisingDelReq": {
  10269. "type": "object",
  10270. "properties": {
  10271. "id": {
  10272. "type": "array",
  10273. "items": {
  10274. "type": "string"
  10275. }
  10276. }
  10277. }
  10278. },
  10279. "md.AdvertisingFunctionList": {
  10280. "type": "object",
  10281. "properties": {
  10282. "ad_id": {
  10283. "type": "string",
  10284. "example": "广告id"
  10285. },
  10286. "id": {
  10287. "type": "string"
  10288. },
  10289. "type": {
  10290. "type": "string",
  10291. "example": "类型"
  10292. }
  10293. }
  10294. },
  10295. "md.AdvertisingFunctionListReq": {
  10296. "type": "object",
  10297. "properties": {
  10298. "limit": {
  10299. "type": "string"
  10300. },
  10301. "page": {
  10302. "type": "string"
  10303. }
  10304. }
  10305. },
  10306. "md.AdvertisingFunctionListResp": {
  10307. "type": "object",
  10308. "properties": {
  10309. "adv_data": {
  10310. "type": "array",
  10311. "items": {
  10312. "type": "object",
  10313. "additionalProperties": {
  10314. "type": "string"
  10315. }
  10316. }
  10317. },
  10318. "list": {
  10319. "type": "array",
  10320. "items": {
  10321. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10322. }
  10323. },
  10324. "select_data": {
  10325. "type": "array",
  10326. "items": {
  10327. "type": "object",
  10328. "additionalProperties": {
  10329. "type": "string"
  10330. }
  10331. }
  10332. },
  10333. "total": {
  10334. "type": "integer"
  10335. }
  10336. }
  10337. },
  10338. "md.AdvertisingLimit": {
  10339. "type": "object",
  10340. "properties": {
  10341. "imei_num": {
  10342. "type": "string",
  10343. "example": "设备数量"
  10344. },
  10345. "minute": {
  10346. "type": "string",
  10347. "example": "分钟"
  10348. },
  10349. "public_img": {
  10350. "type": "string",
  10351. "example": "公共弹窗图"
  10352. },
  10353. "public_img_url": {
  10354. "type": "string",
  10355. "example": "公共弹窗图"
  10356. },
  10357. "public_str": {
  10358. "type": "string",
  10359. "example": "公共弹窗文字"
  10360. },
  10361. "tip": {
  10362. "type": "string",
  10363. "example": "限制提示"
  10364. },
  10365. "withdraw_img": {
  10366. "type": "string",
  10367. "example": "提现弹窗图"
  10368. },
  10369. "withdraw_img_url": {
  10370. "type": "string",
  10371. "example": "提现弹窗图"
  10372. },
  10373. "withdraw_str": {
  10374. "type": "string",
  10375. "example": "提现弹窗文字"
  10376. }
  10377. }
  10378. },
  10379. "md.AdvertisingList": {
  10380. "type": "object",
  10381. "properties": {
  10382. "counting_down": {
  10383. "type": "string",
  10384. "example": "倒计时 单位秒"
  10385. },
  10386. "id": {
  10387. "type": "string"
  10388. },
  10389. "info": {
  10390. "type": "string",
  10391. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10392. },
  10393. "kind": {
  10394. "type": "string",
  10395. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10396. },
  10397. "name": {
  10398. "type": "string",
  10399. "example": "名称"
  10400. }
  10401. }
  10402. },
  10403. "md.AdvertisingListReq": {
  10404. "type": "object",
  10405. "properties": {
  10406. "kind": {
  10407. "type": "string"
  10408. },
  10409. "limit": {
  10410. "type": "string"
  10411. },
  10412. "name": {
  10413. "type": "string"
  10414. },
  10415. "page": {
  10416. "type": "string"
  10417. }
  10418. }
  10419. },
  10420. "md.AdvertisingListResp": {
  10421. "type": "object",
  10422. "properties": {
  10423. "adv_data": {
  10424. "type": "array",
  10425. "items": {
  10426. "type": "object",
  10427. "additionalProperties": {
  10428. "type": "string"
  10429. }
  10430. }
  10431. },
  10432. "list": {
  10433. "type": "array",
  10434. "items": {
  10435. "$ref": "#/definitions/md.AdvertisingList"
  10436. }
  10437. },
  10438. "select_data": {
  10439. "type": "array",
  10440. "items": {
  10441. "type": "object",
  10442. "additionalProperties": {
  10443. "type": "string"
  10444. }
  10445. }
  10446. },
  10447. "total": {
  10448. "type": "integer"
  10449. }
  10450. }
  10451. },
  10452. "md.AdvertisingSaveReq": {
  10453. "type": "object",
  10454. "properties": {
  10455. "counting_down": {
  10456. "type": "string",
  10457. "example": "倒计时 单位秒"
  10458. },
  10459. "id": {
  10460. "type": "string"
  10461. },
  10462. "info": {
  10463. "type": "string",
  10464. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10465. },
  10466. "kind": {
  10467. "type": "string",
  10468. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10469. },
  10470. "name": {
  10471. "type": "string",
  10472. "example": "名称"
  10473. }
  10474. }
  10475. },
  10476. "md.AdvertisingVisitList": {
  10477. "type": "object",
  10478. "properties": {
  10479. "ecpm": {
  10480. "type": "string",
  10481. "example": "ecpm"
  10482. },
  10483. "id": {
  10484. "type": "string"
  10485. },
  10486. "integral": {
  10487. "type": "string",
  10488. "example": "活跃值"
  10489. },
  10490. "phone": {
  10491. "type": "string",
  10492. "example": "手机号"
  10493. },
  10494. "phone_platform": {
  10495. "type": "string",
  10496. "example": "手机平台"
  10497. },
  10498. "platform": {
  10499. "type": "string",
  10500. "example": "广告平台"
  10501. },
  10502. "time": {
  10503. "type": "string",
  10504. "example": "时间"
  10505. },
  10506. "type": {
  10507. "type": "string",
  10508. "example": "广告位置"
  10509. },
  10510. "uid": {
  10511. "type": "string",
  10512. "example": "用户id"
  10513. }
  10514. }
  10515. },
  10516. "md.AdvertisingVisitListReq": {
  10517. "type": "object",
  10518. "properties": {
  10519. "amount": {
  10520. "type": "string",
  10521. "example": "ecpm "
  10522. },
  10523. "end_time": {
  10524. "type": "string"
  10525. },
  10526. "limit": {
  10527. "type": "string"
  10528. },
  10529. "page": {
  10530. "type": "string"
  10531. },
  10532. "phone": {
  10533. "type": "string"
  10534. },
  10535. "platform": {
  10536. "type": "string",
  10537. "example": "广告平台 "
  10538. },
  10539. "start_time": {
  10540. "type": "string"
  10541. },
  10542. "type": {
  10543. "type": "string",
  10544. "example": "广告类型 "
  10545. },
  10546. "uid": {
  10547. "type": "string"
  10548. }
  10549. }
  10550. },
  10551. "md.AdvertisingVisitListResp": {
  10552. "type": "object",
  10553. "properties": {
  10554. "list": {
  10555. "type": "array",
  10556. "items": {
  10557. "$ref": "#/definitions/md.AdvertisingVisitList"
  10558. }
  10559. },
  10560. "platform_data": {
  10561. "type": "array",
  10562. "items": {
  10563. "type": "object",
  10564. "additionalProperties": {
  10565. "type": "string"
  10566. }
  10567. }
  10568. },
  10569. "total": {
  10570. "type": "integer"
  10571. },
  10572. "type_data": {
  10573. "type": "array",
  10574. "items": {
  10575. "type": "object",
  10576. "additionalProperties": {
  10577. "type": "string"
  10578. }
  10579. }
  10580. }
  10581. }
  10582. },
  10583. "md.AliyunSmsGetLevelListResp": {
  10584. "type": "object",
  10585. "properties": {
  10586. "list": {
  10587. "type": "array",
  10588. "items": {
  10589. "$ref": "#/definitions/md.LevelListNode"
  10590. }
  10591. },
  10592. "paginate": {
  10593. "$ref": "#/definitions/applet_app_md.Paginate"
  10594. }
  10595. }
  10596. },
  10597. "md.AliyunSmsGetTagListResp": {
  10598. "type": "object",
  10599. "properties": {
  10600. "list": {
  10601. "type": "array",
  10602. "items": {
  10603. "$ref": "#/definitions/md.TagListNode"
  10604. }
  10605. },
  10606. "paginate": {
  10607. "$ref": "#/definitions/applet_app_md.Paginate"
  10608. }
  10609. }
  10610. },
  10611. "md.ArticleCateDelReq": {
  10612. "type": "object",
  10613. "properties": {
  10614. "id": {
  10615. "type": "array",
  10616. "items": {
  10617. "type": "string"
  10618. }
  10619. }
  10620. }
  10621. },
  10622. "md.ArticleCateList": {
  10623. "type": "object",
  10624. "properties": {
  10625. "id": {
  10626. "type": "string"
  10627. },
  10628. "is_show": {
  10629. "type": "string"
  10630. },
  10631. "name": {
  10632. "type": "string"
  10633. },
  10634. "pid": {
  10635. "type": "string"
  10636. },
  10637. "sort": {
  10638. "type": "string"
  10639. }
  10640. }
  10641. },
  10642. "md.ArticleCateListReq": {
  10643. "type": "object",
  10644. "properties": {
  10645. "limit": {
  10646. "description": "每页大小",
  10647. "type": "string"
  10648. },
  10649. "page": {
  10650. "description": "页数",
  10651. "type": "string"
  10652. }
  10653. }
  10654. },
  10655. "md.ArticleCateListResp": {
  10656. "type": "object",
  10657. "properties": {
  10658. "list": {
  10659. "type": "array",
  10660. "items": {
  10661. "$ref": "#/definitions/md.ArticleCateList"
  10662. }
  10663. },
  10664. "select_data": {
  10665. "type": "array",
  10666. "items": {
  10667. "type": "object",
  10668. "additionalProperties": {
  10669. "type": "string"
  10670. }
  10671. }
  10672. },
  10673. "total": {
  10674. "type": "integer"
  10675. }
  10676. }
  10677. },
  10678. "md.ArticleCateSaveReq": {
  10679. "type": "object",
  10680. "properties": {
  10681. "id": {
  10682. "type": "string"
  10683. },
  10684. "is_show": {
  10685. "type": "string"
  10686. },
  10687. "name": {
  10688. "type": "string"
  10689. },
  10690. "pid": {
  10691. "type": "string"
  10692. },
  10693. "sort": {
  10694. "type": "string"
  10695. }
  10696. }
  10697. },
  10698. "md.ArticleDelReq": {
  10699. "type": "object",
  10700. "properties": {
  10701. "id": {
  10702. "type": "array",
  10703. "items": {
  10704. "type": "string"
  10705. }
  10706. }
  10707. }
  10708. },
  10709. "md.ArticleList": {
  10710. "type": "object",
  10711. "properties": {
  10712. "cate_id": {
  10713. "type": "string",
  10714. "example": "二级分类id"
  10715. },
  10716. "content": {
  10717. "type": "string"
  10718. },
  10719. "cover": {
  10720. "type": "string",
  10721. "example": "一级分类id=4 显示 封面图"
  10722. },
  10723. "cover_url": {
  10724. "type": "string"
  10725. },
  10726. "id": {
  10727. "type": "string"
  10728. },
  10729. "is_show": {
  10730. "type": "string"
  10731. },
  10732. "pid": {
  10733. "type": "string",
  10734. "example": "一级分类id"
  10735. },
  10736. "sort": {
  10737. "type": "string"
  10738. },
  10739. "title": {
  10740. "type": "string"
  10741. },
  10742. "url": {
  10743. "type": "string"
  10744. }
  10745. }
  10746. },
  10747. "md.ArticleListReq": {
  10748. "type": "object",
  10749. "properties": {
  10750. "limit": {
  10751. "description": "每页大小",
  10752. "type": "string"
  10753. },
  10754. "page": {
  10755. "description": "页数",
  10756. "type": "string"
  10757. }
  10758. }
  10759. },
  10760. "md.ArticleListResp": {
  10761. "type": "object",
  10762. "properties": {
  10763. "cate_data": {
  10764. "type": "array",
  10765. "items": {
  10766. "type": "object",
  10767. "additionalProperties": true
  10768. }
  10769. },
  10770. "list": {
  10771. "type": "array",
  10772. "items": {
  10773. "$ref": "#/definitions/md.ArticleList"
  10774. }
  10775. },
  10776. "select_data": {
  10777. "type": "array",
  10778. "items": {
  10779. "type": "object",
  10780. "additionalProperties": true
  10781. }
  10782. },
  10783. "total": {
  10784. "type": "integer"
  10785. }
  10786. }
  10787. },
  10788. "md.ArticleSaveReq": {
  10789. "type": "object",
  10790. "properties": {
  10791. "cate_id": {
  10792. "type": "string",
  10793. "example": "二级分类id"
  10794. },
  10795. "content": {
  10796. "type": "string"
  10797. },
  10798. "cover": {
  10799. "type": "string",
  10800. "example": "一级分类id=4 显示 封面图"
  10801. },
  10802. "id": {
  10803. "type": "string"
  10804. },
  10805. "is_show": {
  10806. "type": "string"
  10807. },
  10808. "pid": {
  10809. "type": "string",
  10810. "example": "一级分类id"
  10811. },
  10812. "sort": {
  10813. "type": "string"
  10814. },
  10815. "title": {
  10816. "type": "string"
  10817. }
  10818. }
  10819. },
  10820. "md.AuditClearReq": {
  10821. "type": "object",
  10822. "properties": {
  10823. "os": {
  10824. "type": "string",
  10825. "example": "1-安卓 2-ios"
  10826. }
  10827. }
  10828. },
  10829. "md.BalanceDetailNode": {
  10830. "type": "object",
  10831. "properties": {
  10832. "after_amount": {
  10833. "description": "变更后余额",
  10834. "type": "string"
  10835. },
  10836. "amount": {
  10837. "description": "变更数量",
  10838. "type": "string"
  10839. },
  10840. "before_amount": {
  10841. "description": "变更前余额",
  10842. "type": "string"
  10843. },
  10844. "create_at": {
  10845. "description": "创建时间",
  10846. "type": "string"
  10847. },
  10848. "id": {
  10849. "description": "记录ID",
  10850. "type": "integer"
  10851. },
  10852. "kind": {
  10853. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  10854. "type": "string"
  10855. }
  10856. }
  10857. },
  10858. "md.BasicInfoNode": {
  10859. "type": "object",
  10860. "properties": {
  10861. "avatar": {
  10862. "description": "头像",
  10863. "type": "string"
  10864. },
  10865. "levelId": {
  10866. "description": "会员等级 ID",
  10867. "type": "integer"
  10868. },
  10869. "level_name": {
  10870. "description": "会员等级名称",
  10871. "type": "string"
  10872. },
  10873. "memo": {
  10874. "description": "备注",
  10875. "type": "string"
  10876. },
  10877. "nickname": {
  10878. "description": "用户名称",
  10879. "type": "string"
  10880. },
  10881. "parent_name": {
  10882. "description": "推荐人名称",
  10883. "type": "string"
  10884. },
  10885. "parent_phone": {
  10886. "description": "推荐人手机号",
  10887. "type": "string"
  10888. },
  10889. "parent_uid": {
  10890. "description": "推荐人",
  10891. "type": "integer"
  10892. },
  10893. "password": {
  10894. "description": "登录密码",
  10895. "type": "string"
  10896. },
  10897. "phone": {
  10898. "description": "手机号",
  10899. "type": "string"
  10900. },
  10901. "sex": {
  10902. "description": "性别",
  10903. "type": "integer"
  10904. },
  10905. "state": {
  10906. "description": "账号状态 1正常,2冻结",
  10907. "type": "integer"
  10908. },
  10909. "tag": {
  10910. "description": "标签名称",
  10911. "type": "array",
  10912. "items": {
  10913. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  10914. }
  10915. },
  10916. "union_id": {
  10917. "description": "微信号",
  10918. "type": "string"
  10919. }
  10920. }
  10921. },
  10922. "md.BatchAddVirtualCoinsReq": {
  10923. "type": "object",
  10924. "properties": {
  10925. "list": {
  10926. "description": "新增的货币列表",
  10927. "type": "array",
  10928. "items": {
  10929. "$ref": "#/definitions/md.AddVirtualCoinNode"
  10930. }
  10931. }
  10932. }
  10933. },
  10934. "md.BatchSendGroupMessageReq": {
  10935. "type": "object",
  10936. "properties": {
  10937. "content": {
  10938. "description": "消息内容",
  10939. "type": "string"
  10940. },
  10941. "kind": {
  10942. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10943. "type": "integer"
  10944. },
  10945. "not_condition": {
  10946. "description": "不发送条件 群 ID 以\";\"分割",
  10947. "type": "string"
  10948. },
  10949. "send_condition": {
  10950. "description": "发送条件 群 ID 以\";\"分割",
  10951. "type": "string"
  10952. },
  10953. "send_kind": {
  10954. "description": "发送模式(1:指定群组 2:所有群组)",
  10955. "type": "integer"
  10956. }
  10957. }
  10958. },
  10959. "md.BatchSendUserMessageReq": {
  10960. "type": "object",
  10961. "properties": {
  10962. "content": {
  10963. "description": "消息内容",
  10964. "type": "string"
  10965. },
  10966. "kind": {
  10967. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10968. "type": "integer"
  10969. },
  10970. "not_condition": {
  10971. "description": "不发送条件 用户手机号 以\";\"分割",
  10972. "type": "string"
  10973. },
  10974. "send_condition": {
  10975. "description": "发送条件 用户手机号 以\";\"分割",
  10976. "type": "string"
  10977. },
  10978. "send_kind": {
  10979. "description": "发送模式(1:所有用户 2:指定用户)",
  10980. "type": "integer"
  10981. }
  10982. }
  10983. },
  10984. "md.BindAdminRoleReq": {
  10985. "type": "object",
  10986. "required": [
  10987. "adm_id"
  10988. ],
  10989. "properties": {
  10990. "adm_id": {
  10991. "type": "integer"
  10992. },
  10993. "role_ids": {
  10994. "type": "array",
  10995. "items": {
  10996. "type": "integer"
  10997. }
  10998. }
  10999. }
  11000. },
  11001. "md.CertificateDelReq": {
  11002. "type": "object",
  11003. "properties": {
  11004. "id": {
  11005. "type": "array",
  11006. "items": {
  11007. "type": "string"
  11008. }
  11009. }
  11010. }
  11011. },
  11012. "md.CertificateList": {
  11013. "type": "object",
  11014. "properties": {
  11015. "bg_img": {
  11016. "type": "string",
  11017. "example": "背景图"
  11018. },
  11019. "end_time": {
  11020. "type": "string",
  11021. "example": "结束时间"
  11022. },
  11023. "id": {
  11024. "type": "string"
  11025. },
  11026. "logo": {
  11027. "type": "string",
  11028. "example": "logo"
  11029. },
  11030. "medal": {
  11031. "type": "string",
  11032. "example": "勋章"
  11033. },
  11034. "name": {
  11035. "type": "string",
  11036. "example": "姓名"
  11037. },
  11038. "name_icon": {
  11039. "type": "string",
  11040. "example": "蛋蛋星球文字图"
  11041. },
  11042. "no": {
  11043. "type": "string",
  11044. "example": "编号"
  11045. },
  11046. "phone": {
  11047. "type": "string"
  11048. },
  11049. "seal": {
  11050. "type": "string",
  11051. "example": "印章"
  11052. },
  11053. "start_time": {
  11054. "type": "string",
  11055. "example": "开始时间"
  11056. },
  11057. "uid": {
  11058. "type": "string"
  11059. }
  11060. }
  11061. },
  11062. "md.CertificateListReq": {
  11063. "type": "object",
  11064. "properties": {
  11065. "limit": {
  11066. "type": "string"
  11067. },
  11068. "page": {
  11069. "type": "string"
  11070. },
  11071. "phone": {
  11072. "type": "string"
  11073. },
  11074. "uid": {
  11075. "type": "string"
  11076. }
  11077. }
  11078. },
  11079. "md.CertificateListResp": {
  11080. "type": "object",
  11081. "properties": {
  11082. "list": {
  11083. "type": "array",
  11084. "items": {
  11085. "$ref": "#/definitions/md.CertificateList"
  11086. }
  11087. },
  11088. "total": {
  11089. "type": "integer"
  11090. }
  11091. }
  11092. },
  11093. "md.CertificateReq": {
  11094. "type": "object",
  11095. "properties": {
  11096. "no": {
  11097. "type": "string",
  11098. "example": "DD123"
  11099. }
  11100. }
  11101. },
  11102. "md.CertificateResp": {
  11103. "type": "object",
  11104. "properties": {
  11105. "bg_img": {
  11106. "type": "string",
  11107. "example": "背景图"
  11108. },
  11109. "end_time": {
  11110. "type": "string",
  11111. "example": "结束时间"
  11112. },
  11113. "logo": {
  11114. "type": "string",
  11115. "example": "logo"
  11116. },
  11117. "medal": {
  11118. "type": "string",
  11119. "example": "勋章"
  11120. },
  11121. "name": {
  11122. "type": "string",
  11123. "example": "姓名"
  11124. },
  11125. "name_icon": {
  11126. "type": "string",
  11127. "example": "蛋蛋星球文字图"
  11128. },
  11129. "no": {
  11130. "type": "string",
  11131. "example": "编号"
  11132. },
  11133. "seal": {
  11134. "type": "string",
  11135. "example": "印章"
  11136. },
  11137. "start_time": {
  11138. "type": "string",
  11139. "example": "开始时间"
  11140. }
  11141. }
  11142. },
  11143. "md.CertificateSave": {
  11144. "type": "object",
  11145. "properties": {
  11146. "end_time": {
  11147. "type": "string",
  11148. "example": "结束时间"
  11149. },
  11150. "id": {
  11151. "type": "string"
  11152. },
  11153. "name": {
  11154. "type": "string",
  11155. "example": "姓名"
  11156. },
  11157. "no": {
  11158. "type": "string",
  11159. "example": "编号"
  11160. },
  11161. "start_time": {
  11162. "type": "string",
  11163. "example": "开始时间"
  11164. },
  11165. "uid": {
  11166. "type": "string"
  11167. }
  11168. }
  11169. },
  11170. "md.CloudBundleBaseResp": {
  11171. "type": "object",
  11172. "properties": {
  11173. "android_logo": {
  11174. "type": "string"
  11175. },
  11176. "ios_logo": {
  11177. "type": "string"
  11178. },
  11179. "launch_screen": {
  11180. "type": "object",
  11181. "additionalProperties": {
  11182. "type": "string"
  11183. }
  11184. }
  11185. }
  11186. },
  11187. "md.CloudBundleBuildReq": {
  11188. "type": "object",
  11189. "properties": {
  11190. "bit": {
  11191. "type": "array",
  11192. "items": {
  11193. "type": "string"
  11194. }
  11195. },
  11196. "isCombine": {
  11197. "type": "string"
  11198. },
  11199. "memo": {
  11200. "type": "string"
  11201. },
  11202. "os": {
  11203. "type": "string"
  11204. },
  11205. "platform": {
  11206. "type": "array",
  11207. "items": {
  11208. "type": "string"
  11209. }
  11210. },
  11211. "version": {
  11212. "type": "string"
  11213. }
  11214. }
  11215. },
  11216. "md.CloudBundleDelReq": {
  11217. "type": "object",
  11218. "properties": {
  11219. "ids": {
  11220. "type": "array",
  11221. "items": {
  11222. "type": "string"
  11223. }
  11224. }
  11225. }
  11226. },
  11227. "md.CloudBundleImgResp": {
  11228. "type": "object",
  11229. "properties": {
  11230. "android_logo": {
  11231. "type": "string"
  11232. },
  11233. "android_logo_url": {
  11234. "type": "string"
  11235. },
  11236. "build_1080_2280": {
  11237. "type": "string"
  11238. },
  11239. "build_1080_2280_url": {
  11240. "type": "string"
  11241. },
  11242. "build_1125_2436": {
  11243. "type": "string"
  11244. },
  11245. "build_1125_2436_url": {
  11246. "type": "string"
  11247. },
  11248. "build_1242_2208": {
  11249. "type": "string"
  11250. },
  11251. "build_1242_2208_url": {
  11252. "type": "string"
  11253. },
  11254. "build_640_1136": {
  11255. "type": "string"
  11256. },
  11257. "build_640_1136_url": {
  11258. "type": "string"
  11259. },
  11260. "build_640_960": {
  11261. "type": "string"
  11262. },
  11263. "build_640_960_url": {
  11264. "type": "string"
  11265. },
  11266. "build_720_1280": {
  11267. "type": "string"
  11268. },
  11269. "build_720_1280_url": {
  11270. "type": "string"
  11271. },
  11272. "build_750_1334": {
  11273. "type": "string"
  11274. },
  11275. "build_750_1334_url": {
  11276. "type": "string"
  11277. },
  11278. "guide": {
  11279. "type": "array",
  11280. "items": {
  11281. "$ref": "#/definitions/md.Guide"
  11282. }
  11283. },
  11284. "ios_logo": {
  11285. "type": "string"
  11286. },
  11287. "ios_logo_url": {
  11288. "type": "string"
  11289. }
  11290. }
  11291. },
  11292. "md.CloudBundleList": {
  11293. "type": "object",
  11294. "properties": {
  11295. "apply_at": {
  11296. "type": "string"
  11297. },
  11298. "bit": {
  11299. "type": "string"
  11300. },
  11301. "build_id": {
  11302. "type": "string"
  11303. },
  11304. "finish_at": {
  11305. "type": "string"
  11306. },
  11307. "id": {
  11308. "type": "string"
  11309. },
  11310. "is_auditing": {
  11311. "type": "string"
  11312. },
  11313. "is_combine": {
  11314. "type": "string"
  11315. },
  11316. "memo": {
  11317. "type": "string"
  11318. },
  11319. "os": {
  11320. "type": "string"
  11321. },
  11322. "platform": {
  11323. "type": "string"
  11324. },
  11325. "src": {
  11326. "type": "string"
  11327. },
  11328. "state": {
  11329. "type": "string"
  11330. },
  11331. "version": {
  11332. "type": "string"
  11333. }
  11334. }
  11335. },
  11336. "md.CloudBundleReq": {
  11337. "type": "object",
  11338. "properties": {
  11339. "limit": {
  11340. "description": "每页大小",
  11341. "type": "string"
  11342. },
  11343. "page": {
  11344. "description": "页数",
  11345. "type": "string"
  11346. }
  11347. }
  11348. },
  11349. "md.CloudBundleResp": {
  11350. "type": "object",
  11351. "properties": {
  11352. "last_android": {
  11353. "type": "string"
  11354. },
  11355. "last_bit": {
  11356. "type": "string"
  11357. },
  11358. "last_is_combine": {
  11359. "type": "string"
  11360. },
  11361. "last_platform": {
  11362. "type": "array",
  11363. "items": {
  11364. "type": "string"
  11365. }
  11366. },
  11367. "list": {
  11368. "type": "array",
  11369. "items": {
  11370. "$ref": "#/definitions/md.CloudBundleList"
  11371. }
  11372. },
  11373. "list_ios": {
  11374. "type": "string"
  11375. },
  11376. "select_data": {
  11377. "type": "array",
  11378. "items": {
  11379. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11380. }
  11381. },
  11382. "total": {
  11383. "type": "integer"
  11384. }
  11385. }
  11386. },
  11387. "md.CloudBundleUpdateStateReq": {
  11388. "type": "object",
  11389. "properties": {
  11390. "build_id": {
  11391. "type": "string"
  11392. },
  11393. "build_number": {
  11394. "type": "string"
  11395. },
  11396. "error_msg": {
  11397. "type": "string"
  11398. },
  11399. "id": {
  11400. "type": "string"
  11401. },
  11402. "src": {
  11403. "type": "string"
  11404. },
  11405. "state": {
  11406. "type": "string"
  11407. }
  11408. }
  11409. },
  11410. "md.CloudBundleVersion": {
  11411. "type": "object",
  11412. "properties": {
  11413. "content": {
  11414. "type": "string"
  11415. },
  11416. "img": {
  11417. "type": "string"
  11418. },
  11419. "img_url": {
  11420. "type": "string"
  11421. },
  11422. "is_must": {
  11423. "type": "string"
  11424. },
  11425. "name": {
  11426. "type": "string"
  11427. },
  11428. "type": {
  11429. "type": "string"
  11430. },
  11431. "url": {
  11432. "type": "string"
  11433. },
  11434. "version": {
  11435. "type": "string"
  11436. }
  11437. }
  11438. },
  11439. "md.CloudBundleVersionMap": {
  11440. "type": "object",
  11441. "properties": {
  11442. "img": {
  11443. "type": "string"
  11444. },
  11445. "name": {
  11446. "type": "string"
  11447. },
  11448. "type": {
  11449. "type": "string"
  11450. }
  11451. }
  11452. },
  11453. "md.CloudBundleVersionResp": {
  11454. "type": "object",
  11455. "properties": {
  11456. "version": {
  11457. "type": "array",
  11458. "items": {
  11459. "$ref": "#/definitions/md.CloudBundleVersion"
  11460. }
  11461. }
  11462. }
  11463. },
  11464. "md.CommReq": {
  11465. "type": "object",
  11466. "properties": {
  11467. "id": {
  11468. "type": "string"
  11469. }
  11470. }
  11471. },
  11472. "md.ConfigResp": {
  11473. "type": "object",
  11474. "properties": {
  11475. "oss_url": {
  11476. "type": "string",
  11477. "example": "阿里云图片链接"
  11478. }
  11479. }
  11480. },
  11481. "md.DailyActivityAnalysisTopData": {
  11482. "type": "object",
  11483. "properties": {
  11484. "activity_count": {
  11485. "description": "子节点活跃天数",
  11486. "type": "integer"
  11487. },
  11488. "team_activity_user_count": {
  11489. "description": "子节点活跃人数",
  11490. "type": "integer"
  11491. },
  11492. "team_user_count": {
  11493. "description": "团队人数",
  11494. "type": "integer"
  11495. }
  11496. }
  11497. },
  11498. "md.DataSetting": {
  11499. "type": "object",
  11500. "properties": {
  11501. "total_angel_investor": {
  11502. "description": "天使投资人",
  11503. "type": "string",
  11504. "example": "天使投资人"
  11505. },
  11506. "total_ecological_development": {
  11507. "description": "生态建设",
  11508. "type": "string",
  11509. "example": "当前价格"
  11510. },
  11511. "total_issuance_amount": {
  11512. "description": "总发行量",
  11513. "type": "string",
  11514. "example": "总发行量"
  11515. },
  11516. "total_operate_fund": {
  11517. "description": "运营资金",
  11518. "type": "string",
  11519. "example": "运营资金"
  11520. },
  11521. "total_team_dividends": {
  11522. "description": "团队分红",
  11523. "type": "string",
  11524. "example": "团队分红"
  11525. },
  11526. "total_technology_team": {
  11527. "description": "技术团队",
  11528. "type": "string",
  11529. "example": "技术团队"
  11530. },
  11531. "total_user_for_person": {
  11532. "description": "个人区域",
  11533. "type": "string",
  11534. "example": "个人区域"
  11535. },
  11536. "total_user_for_team": {
  11537. "description": "团队区域",
  11538. "type": "string",
  11539. "example": "团队区域"
  11540. }
  11541. }
  11542. },
  11543. "md.DeleteBlackListReq": {
  11544. "type": "object",
  11545. "properties": {
  11546. "id": {
  11547. "description": "黑名单 id",
  11548. "type": "integer"
  11549. }
  11550. }
  11551. },
  11552. "md.DeleteDynamicReq": {
  11553. "type": "object",
  11554. "properties": {
  11555. "index_id": {
  11556. "description": "动态id",
  11557. "type": "string"
  11558. }
  11559. }
  11560. },
  11561. "md.DeleteEmoticonReq": {
  11562. "type": "object",
  11563. "properties": {
  11564. "id": {
  11565. "description": "拥有用户数量",
  11566. "type": "integer"
  11567. }
  11568. }
  11569. },
  11570. "md.DeleteFreePublishUserReq": {
  11571. "type": "object",
  11572. "properties": {
  11573. "uid": {
  11574. "type": "string"
  11575. }
  11576. }
  11577. },
  11578. "md.DeleteLevelReq": {
  11579. "type": "object",
  11580. "properties": {
  11581. "level_id": {
  11582. "type": "string"
  11583. }
  11584. }
  11585. },
  11586. "md.DeleteTagReq": {
  11587. "type": "object",
  11588. "properties": {
  11589. "tag_id": {
  11590. "description": "标签 ID",
  11591. "type": "string"
  11592. }
  11593. }
  11594. },
  11595. "md.DeleteTaskReq": {
  11596. "type": "object",
  11597. "properties": {
  11598. "task_id": {
  11599. "type": "string"
  11600. }
  11601. }
  11602. },
  11603. "md.DestructionSettingStruct": {
  11604. "type": "object",
  11605. "properties": {
  11606. "community_dividends": {
  11607. "description": "社区分红百分比",
  11608. "type": "string"
  11609. },
  11610. "destruction_quantity": {
  11611. "description": "销毁百分比",
  11612. "type": "string"
  11613. },
  11614. "development_committee": {
  11615. "description": "发展委员会百分比",
  11616. "type": "string"
  11617. },
  11618. "marketplace_merchant": {
  11619. "description": "市商数量百分比",
  11620. "type": "string"
  11621. },
  11622. "public_welfare_and_charity": {
  11623. "description": "公益慈善百分比",
  11624. "type": "string"
  11625. },
  11626. "star_level_dividends": {
  11627. "description": "星级分红百分比",
  11628. "type": "string"
  11629. }
  11630. }
  11631. },
  11632. "md.DirectPushRewardSettingStruct": {
  11633. "type": "object",
  11634. "properties": {
  11635. "member_self_is_open_get_team_reward": {
  11636. "description": "会员是否活跃得到团队奖励",
  11637. "type": "string"
  11638. },
  11639. "reward_rate_value": {
  11640. "description": "奖励百分比",
  11641. "type": "string"
  11642. }
  11643. }
  11644. },
  11645. "md.DynamicDataFlowListReq": {
  11646. "type": "object",
  11647. "properties": {
  11648. "end_at": {
  11649. "description": "结束时间",
  11650. "type": "string",
  11651. "example": "结束时间"
  11652. },
  11653. "kind": {
  11654. "description": "持有类型",
  11655. "type": "integer"
  11656. },
  11657. "page": {
  11658. "description": "页数",
  11659. "type": "integer"
  11660. },
  11661. "page_size": {
  11662. "description": "每页大小",
  11663. "type": "integer"
  11664. },
  11665. "start_at": {
  11666. "description": "开始时间",
  11667. "type": "string",
  11668. "example": "开始时间"
  11669. }
  11670. }
  11671. },
  11672. "md.DynamicDataFlowListResp": {
  11673. "type": "object",
  11674. "properties": {
  11675. "kind_list": {
  11676. "description": "类型列表",
  11677. "type": "array",
  11678. "items": {
  11679. "type": "object",
  11680. "additionalProperties": true
  11681. }
  11682. },
  11683. "list": {
  11684. "description": "动态数据流水列表",
  11685. "type": "array",
  11686. "items": {
  11687. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  11688. }
  11689. },
  11690. "paginate": {
  11691. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11692. }
  11693. }
  11694. },
  11695. "md.DynamicRespNode": {
  11696. "type": "object",
  11697. "properties": {
  11698. "content": {
  11699. "description": "文本内容",
  11700. "type": "string"
  11701. },
  11702. "created_at": {
  11703. "type": "string"
  11704. },
  11705. "image": {
  11706. "description": "图片",
  11707. "type": "array",
  11708. "items": {
  11709. "type": "string"
  11710. }
  11711. },
  11712. "index_id": {
  11713. "description": "动态id",
  11714. "type": "string"
  11715. },
  11716. "is_praise": {
  11717. "description": "是否被表扬(1:是 2:否)",
  11718. "type": "integer"
  11719. },
  11720. "is_top_up": {
  11721. "description": "是否置顶(1:是 2:否)",
  11722. "type": "integer"
  11723. },
  11724. "kind": {
  11725. "description": "类型(1:普通 2:官方)",
  11726. "type": "integer"
  11727. },
  11728. "state": {
  11729. "description": "状态(1:正常 2:隐藏)",
  11730. "type": "integer"
  11731. },
  11732. "uid": {
  11733. "description": "用户id",
  11734. "type": "integer"
  11735. },
  11736. "updated_at": {
  11737. "type": "string"
  11738. },
  11739. "username": {
  11740. "description": "用户名称",
  11741. "type": "string"
  11742. },
  11743. "video": {
  11744. "description": "视频",
  11745. "type": "array",
  11746. "items": {
  11747. "type": "string"
  11748. }
  11749. }
  11750. }
  11751. },
  11752. "md.EggEnergyAvailableEnergyFlow": {
  11753. "type": "object",
  11754. "properties": {
  11755. "after_community_dividends": {
  11756. "description": "变更后-社区分红区块币数量",
  11757. "type": "string"
  11758. },
  11759. "after_destruction_quantity_values": {
  11760. "description": "变更后-销毁区块币数量",
  11761. "type": "string"
  11762. },
  11763. "after_development_committee_values": {
  11764. "description": "变更后-发展委员会区块币数量",
  11765. "type": "string"
  11766. },
  11767. "after_marketplace_merchant_fund_values": {
  11768. "description": "变更后-市商资金值",
  11769. "type": "string"
  11770. },
  11771. "after_marketplace_merchant_values": {
  11772. "description": "变更后-市商区块币数量",
  11773. "type": "string"
  11774. },
  11775. "after_now_energy_total_nums": {
  11776. "description": "变更后-现行总量",
  11777. "type": "string"
  11778. },
  11779. "after_planet_total_value": {
  11780. "description": "变更后-星球总价值",
  11781. "type": "string"
  11782. },
  11783. "after_price": {
  11784. "description": "变更后-价格",
  11785. "type": "string"
  11786. },
  11787. "after_public_welfare_and_charity_values": {
  11788. "description": "变更后-公益慈善区块币数量",
  11789. "type": "string"
  11790. },
  11791. "after_star_level_dividends_values": {
  11792. "description": "变更后-星级分红区块币数量",
  11793. "type": "string"
  11794. },
  11795. "amount": {
  11796. "description": "变更数量",
  11797. "type": "string"
  11798. },
  11799. "before_community_dividends": {
  11800. "description": "变更前-社区分红区块币数量",
  11801. "type": "string"
  11802. },
  11803. "before_destruction_quantity_values": {
  11804. "description": "变更前-销毁区块币数量",
  11805. "type": "string"
  11806. },
  11807. "before_development_committee_values": {
  11808. "description": "变更前-发展委员会区块币数量",
  11809. "type": "string"
  11810. },
  11811. "before_marketplace_merchant_fund_values": {
  11812. "description": "变更前-市商资金值",
  11813. "type": "string"
  11814. },
  11815. "before_marketplace_merchant_values": {
  11816. "description": "变更前-市商区块币数量",
  11817. "type": "string"
  11818. },
  11819. "before_now_energy_total_nums": {
  11820. "description": "变更前-现行总量",
  11821. "type": "string"
  11822. },
  11823. "before_planet_total_value": {
  11824. "description": "变更前-星球总价值",
  11825. "type": "string"
  11826. },
  11827. "before_price": {
  11828. "description": "变更前-价格",
  11829. "type": "string"
  11830. },
  11831. "before_public_welfare_and_charity_values": {
  11832. "description": "变更前-公益慈善区块币数量",
  11833. "type": "string"
  11834. },
  11835. "before_star_level_dividends_values": {
  11836. "description": "变更前-星级分红区块币数量",
  11837. "type": "string"
  11838. },
  11839. "create_time": {
  11840. "description": "创建时间",
  11841. "type": "string"
  11842. },
  11843. "id": {
  11844. "type": "integer"
  11845. },
  11846. "kind": {
  11847. "description": "种类",
  11848. "type": "integer"
  11849. },
  11850. "title": {
  11851. "description": "标题",
  11852. "type": "string"
  11853. }
  11854. }
  11855. },
  11856. "md.EggEnergyCommunityDividends": {
  11857. "type": "object",
  11858. "properties": {
  11859. "amount": {
  11860. "description": "分红数量",
  11861. "type": "string"
  11862. },
  11863. "coin_id": {
  11864. "description": "虚拟币 id",
  11865. "type": "integer"
  11866. },
  11867. "create_at": {
  11868. "description": "分红时间",
  11869. "type": "string"
  11870. },
  11871. "id": {
  11872. "type": "integer"
  11873. },
  11874. "is_over": {
  11875. "description": "是否分红完毕",
  11876. "type": "integer"
  11877. },
  11878. "name": {
  11879. "type": "string",
  11880. "example": "名称"
  11881. },
  11882. "persons_num": {
  11883. "description": "分红人数",
  11884. "type": "integer"
  11885. },
  11886. "update_at": {
  11887. "type": "string"
  11888. }
  11889. }
  11890. },
  11891. "md.EggEnergyCommunityDividendsWithUser": {
  11892. "type": "object",
  11893. "properties": {
  11894. "id": {
  11895. "type": "integer"
  11896. },
  11897. "memo": {
  11898. "type": "string",
  11899. "example": "备注"
  11900. },
  11901. "nickname": {
  11902. "type": "string"
  11903. },
  11904. "phone": {
  11905. "type": "string"
  11906. },
  11907. "uid": {
  11908. "type": "integer"
  11909. }
  11910. }
  11911. },
  11912. "md.EggPointCoefficientBatchAddReq": {
  11913. "type": "object",
  11914. "properties": {
  11915. "list": {
  11916. "description": "系数管理列表",
  11917. "type": "array",
  11918. "items": {
  11919. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11920. }
  11921. }
  11922. }
  11923. },
  11924. "md.EggPointCoefficientDelReq": {
  11925. "type": "object",
  11926. "required": [
  11927. "id"
  11928. ],
  11929. "properties": {
  11930. "id": {
  11931. "description": "需要删除范围的id",
  11932. "type": "string"
  11933. }
  11934. }
  11935. },
  11936. "md.EggPointCoefficientGetResp": {
  11937. "type": "object",
  11938. "properties": {
  11939. "list": {
  11940. "type": "array",
  11941. "items": {
  11942. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11943. }
  11944. }
  11945. }
  11946. },
  11947. "md.EggPointCoefficientNode": {
  11948. "type": "object",
  11949. "properties": {
  11950. "coefficient": {
  11951. "description": "系数",
  11952. "type": "string"
  11953. },
  11954. "end_score": {
  11955. "description": "截止分值",
  11956. "type": "string"
  11957. },
  11958. "id": {
  11959. "type": "integer"
  11960. },
  11961. "start_score": {
  11962. "description": "起始分值",
  11963. "type": "string"
  11964. }
  11965. }
  11966. },
  11967. "md.EggPointCoefficientUpdateReq": {
  11968. "type": "object",
  11969. "required": [
  11970. "id"
  11971. ],
  11972. "properties": {
  11973. "coefficient": {
  11974. "description": "系数",
  11975. "type": "string"
  11976. },
  11977. "end_score": {
  11978. "description": "截止分值",
  11979. "type": "string"
  11980. },
  11981. "id": {
  11982. "description": "需要修改范围的id",
  11983. "type": "string"
  11984. },
  11985. "start_score": {
  11986. "description": "起始分值",
  11987. "type": "string"
  11988. }
  11989. }
  11990. },
  11991. "md.ExchangeRulesStruct": {
  11992. "type": "object",
  11993. "properties": {
  11994. "auto_exchange_nums_by_person": {
  11995. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  11996. "type": "string"
  11997. },
  11998. "auto_exchange_nums_by_team": {
  11999. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  12000. "type": "string"
  12001. },
  12002. "auto_exchange_rate_by_person": {
  12003. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  12004. "type": "string"
  12005. },
  12006. "auto_exchange_rate_by_team": {
  12007. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  12008. "type": "string"
  12009. }
  12010. }
  12011. },
  12012. "md.ExchangeUserPositionReq": {
  12013. "type": "object",
  12014. "properties": {
  12015. "position_1": {
  12016. "description": "位置1,具体值取返回数据中的 system_id",
  12017. "type": "integer"
  12018. },
  12019. "position_2": {
  12020. "description": "位置2,具体值取返回数据中的 system_id",
  12021. "type": "integer"
  12022. }
  12023. }
  12024. },
  12025. "md.FansNode": {
  12026. "type": "object",
  12027. "properties": {
  12028. "amount": {
  12029. "description": "可提现余额",
  12030. "type": "string"
  12031. },
  12032. "id": {
  12033. "description": "用户ID",
  12034. "type": "integer"
  12035. },
  12036. "level_total": {
  12037. "description": "所属代数",
  12038. "type": "integer"
  12039. },
  12040. "nickname": {
  12041. "type": "string",
  12042. "example": "用户昵称"
  12043. },
  12044. "phone": {
  12045. "type": "string",
  12046. "example": "手机号"
  12047. },
  12048. "register_at": {
  12049. "description": "注册时间",
  12050. "type": "string"
  12051. },
  12052. "total_income": {
  12053. "description": "累计收益",
  12054. "type": "string"
  12055. }
  12056. }
  12057. },
  12058. "md.FindSubUserRelationshipMapResp": {
  12059. "type": "object",
  12060. "properties": {
  12061. "basic_setting": {
  12062. "description": "公排设置",
  12063. "allOf": [
  12064. {
  12065. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  12066. }
  12067. ]
  12068. },
  12069. "search_uid": {
  12070. "description": "查找的用户 ID",
  12071. "type": "string"
  12072. },
  12073. "sub_user": {
  12074. "description": "上级用户信息",
  12075. "allOf": [
  12076. {
  12077. "$ref": "#/definitions/md.SubUser"
  12078. }
  12079. ]
  12080. }
  12081. }
  12082. },
  12083. "md.FirstWithdrawSet": {
  12084. "type": "object",
  12085. "properties": {
  12086. "first_withdraw_amount_limit": {
  12087. "description": "不需要实名时 最大提现金额",
  12088. "type": "string"
  12089. },
  12090. "is_need_real_name": {
  12091. "description": "是否需要实名(0:不需要,1:需要)",
  12092. "type": "integer"
  12093. }
  12094. }
  12095. },
  12096. "md.FreePublishUserNode": {
  12097. "type": "object",
  12098. "properties": {
  12099. "nickname": {
  12100. "type": "string",
  12101. "example": "昵称"
  12102. },
  12103. "phone": {
  12104. "type": "string",
  12105. "example": "手机号"
  12106. },
  12107. "uid": {
  12108. "type": "integer"
  12109. }
  12110. }
  12111. },
  12112. "md.FundDataNode": {
  12113. "type": "object",
  12114. "properties": {
  12115. "balance_amount": {
  12116. "description": "余额",
  12117. "type": "string"
  12118. },
  12119. "balance_times": {
  12120. "description": "剩余执行次数",
  12121. "type": "integer"
  12122. },
  12123. "create_at": {
  12124. "description": "创建时间",
  12125. "type": "string"
  12126. },
  12127. "hours": {
  12128. "description": "时长",
  12129. "type": "integer"
  12130. },
  12131. "kind": {
  12132. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  12133. "type": "integer"
  12134. },
  12135. "memo": {
  12136. "description": "备注",
  12137. "type": "string"
  12138. },
  12139. "system_id": {
  12140. "type": "integer"
  12141. },
  12142. "total_amount": {
  12143. "description": "金额",
  12144. "type": "string"
  12145. }
  12146. }
  12147. },
  12148. "md.FundDataRecordNode": {
  12149. "type": "object",
  12150. "properties": {
  12151. "after_planet_total_value": {
  12152. "description": "执行后-星球价值",
  12153. "type": "string"
  12154. },
  12155. "after_price": {
  12156. "description": "执行后-价格",
  12157. "type": "string"
  12158. },
  12159. "balance_amount": {
  12160. "description": "余额",
  12161. "type": "string"
  12162. },
  12163. "balance_times": {
  12164. "description": "剩余执行次数",
  12165. "type": "integer"
  12166. },
  12167. "before_planet_total_value": {
  12168. "description": "执行前-星球价值",
  12169. "type": "string"
  12170. },
  12171. "before_price": {
  12172. "description": "执行前-价格",
  12173. "type": "string"
  12174. },
  12175. "create_at": {
  12176. "type": "string"
  12177. },
  12178. "total_amount": {
  12179. "description": "金额",
  12180. "type": "string"
  12181. }
  12182. }
  12183. },
  12184. "md.GetActivePointsUserCoinFlowListReq": {
  12185. "type": "object",
  12186. "properties": {
  12187. "coin_id": {
  12188. "description": "货币类型 ID",
  12189. "type": "integer"
  12190. },
  12191. "direction": {
  12192. "description": "流水方向:1收入 2支出",
  12193. "type": "integer"
  12194. },
  12195. "end_at": {
  12196. "description": "结束时间",
  12197. "type": "string"
  12198. },
  12199. "page": {
  12200. "description": "页数",
  12201. "type": "integer"
  12202. },
  12203. "page_size": {
  12204. "description": "每页大小",
  12205. "type": "integer"
  12206. },
  12207. "start_at": {
  12208. "description": "开始时间",
  12209. "type": "string"
  12210. },
  12211. "uid": {
  12212. "description": "用户 ID",
  12213. "type": "integer"
  12214. }
  12215. }
  12216. },
  12217. "md.GetActivePointsUserCoinFlowListResp": {
  12218. "type": "object",
  12219. "properties": {
  12220. "list": {
  12221. "description": "流水信息",
  12222. "type": "array",
  12223. "items": {
  12224. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12225. }
  12226. },
  12227. "paginate": {
  12228. "description": "分页信息",
  12229. "allOf": [
  12230. {
  12231. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12232. }
  12233. ]
  12234. },
  12235. "select_data": {
  12236. "description": "流水类型",
  12237. "allOf": [
  12238. {
  12239. "$ref": "#/definitions/md.SelectData"
  12240. }
  12241. ]
  12242. }
  12243. }
  12244. },
  12245. "md.GetActivePointsUserCoinListReq": {
  12246. "type": "object",
  12247. "properties": {
  12248. "end_coin": {
  12249. "type": "string",
  12250. "example": "最大金额"
  12251. },
  12252. "kind": {
  12253. "description": "虚拟币种类编号",
  12254. "type": "integer"
  12255. },
  12256. "page": {
  12257. "description": "页数",
  12258. "type": "integer"
  12259. },
  12260. "page_size": {
  12261. "description": "单页大小",
  12262. "type": "integer"
  12263. },
  12264. "start_coin": {
  12265. "type": "string",
  12266. "example": "最小金额"
  12267. },
  12268. "uid": {
  12269. "description": "指定查询用户 ID",
  12270. "type": "integer"
  12271. },
  12272. "user_name": {
  12273. "type": "string",
  12274. "example": "用户名称"
  12275. },
  12276. "user_phone": {
  12277. "type": "string",
  12278. "example": "手机号"
  12279. }
  12280. }
  12281. },
  12282. "md.GetActivePointsUserCoinListResp": {
  12283. "type": "object",
  12284. "properties": {
  12285. "kind_list": {
  12286. "description": "货币类型集合",
  12287. "type": "array",
  12288. "items": {
  12289. "$ref": "#/definitions/md.VirtualCoinListNode"
  12290. }
  12291. },
  12292. "list": {
  12293. "description": "余额集合",
  12294. "type": "array",
  12295. "items": {
  12296. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12297. }
  12298. },
  12299. "sum_user_amount": {
  12300. "description": "用户持有总数",
  12301. "type": "number"
  12302. },
  12303. "total": {
  12304. "description": "持有该类型用户数",
  12305. "type": "integer"
  12306. }
  12307. }
  12308. },
  12309. "md.GetBlackListNode": {
  12310. "type": "object",
  12311. "properties": {
  12312. "admin_id": {
  12313. "description": "管理员 id",
  12314. "type": "integer"
  12315. },
  12316. "admin_nickname": {
  12317. "description": "管理员名称",
  12318. "type": "string"
  12319. },
  12320. "black_list_id": {
  12321. "description": "黑名单 id",
  12322. "type": "integer"
  12323. },
  12324. "created_at": {
  12325. "description": "添加时间",
  12326. "type": "string"
  12327. },
  12328. "memo": {
  12329. "description": "备注",
  12330. "type": "string"
  12331. },
  12332. "uid": {
  12333. "description": "用户 id",
  12334. "type": "integer"
  12335. },
  12336. "user_nickname": {
  12337. "description": "用户名称",
  12338. "type": "string"
  12339. }
  12340. }
  12341. },
  12342. "md.GetBlackListResp": {
  12343. "type": "object",
  12344. "properties": {
  12345. "list": {
  12346. "description": "具体信息",
  12347. "type": "array",
  12348. "items": {
  12349. "$ref": "#/definitions/md.GetBlackListNode"
  12350. }
  12351. },
  12352. "paginate": {
  12353. "description": "分页信息",
  12354. "allOf": [
  12355. {
  12356. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12357. }
  12358. ]
  12359. }
  12360. }
  12361. },
  12362. "md.GetContributionValueBasicSettingResp": {
  12363. "type": "object",
  12364. "properties": {
  12365. "hand_out_red_package": {
  12366. "description": "发红包获得x点",
  12367. "type": "integer"
  12368. },
  12369. "id": {
  12370. "type": "integer"
  12371. },
  12372. "posting_comment_liked": {
  12373. "description": "发布评论被官方点赞获得x点",
  12374. "type": "integer"
  12375. },
  12376. "posting_dynamic_liked": {
  12377. "description": "发布动态被官方点赞获得x点",
  12378. "type": "integer"
  12379. },
  12380. "publish_creation": {
  12381. "description": "发布创作获得x点",
  12382. "type": "integer"
  12383. }
  12384. }
  12385. },
  12386. "md.GetDynamicReq": {
  12387. "type": "object",
  12388. "properties": {
  12389. "begin_at": {
  12390. "description": "开始时间",
  12391. "type": "string"
  12392. },
  12393. "end_at": {
  12394. "description": "结束时间",
  12395. "type": "string"
  12396. },
  12397. "limit": {
  12398. "description": "页面大小",
  12399. "type": "integer"
  12400. },
  12401. "nickname": {
  12402. "description": "创建人名称",
  12403. "type": "string"
  12404. },
  12405. "page": {
  12406. "description": "页数",
  12407. "type": "integer"
  12408. },
  12409. "uid": {
  12410. "description": "创建人id",
  12411. "type": "string"
  12412. }
  12413. }
  12414. },
  12415. "md.GetDynamicResp": {
  12416. "type": "object",
  12417. "properties": {
  12418. "list": {
  12419. "type": "array",
  12420. "items": {
  12421. "$ref": "#/definitions/md.DynamicRespNode"
  12422. }
  12423. },
  12424. "paginate": {
  12425. "description": "分页信息",
  12426. "allOf": [
  12427. {
  12428. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12429. }
  12430. ]
  12431. }
  12432. }
  12433. },
  12434. "md.GetEggCoreDataListResp": {
  12435. "type": "object",
  12436. "properties": {
  12437. "now_energy_total_nums": {
  12438. "description": "现行总量",
  12439. "type": "string",
  12440. "example": "现行总量"
  12441. },
  12442. "now_price": {
  12443. "description": "当前价格",
  12444. "type": "string",
  12445. "example": "当前价格"
  12446. },
  12447. "planet_total_value": {
  12448. "description": "星球价值",
  12449. "type": "string",
  12450. "example": "星球价值"
  12451. },
  12452. "user_hold_total_nums": {
  12453. "description": "用户持有总量",
  12454. "type": "string"
  12455. }
  12456. }
  12457. },
  12458. "md.GetEggEnergyBasicResp": {
  12459. "type": "object",
  12460. "properties": {
  12461. "basic_setting": {
  12462. "description": "基础设置",
  12463. "allOf": [
  12464. {
  12465. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12466. }
  12467. ]
  12468. },
  12469. "data_setting": {
  12470. "description": "数据设置",
  12471. "allOf": [
  12472. {
  12473. "$ref": "#/definitions/md.DataSetting"
  12474. }
  12475. ]
  12476. },
  12477. "destruction_setting": {
  12478. "description": "销毁设置",
  12479. "allOf": [
  12480. {
  12481. "$ref": "#/definitions/md.DestructionSettingStruct"
  12482. }
  12483. ]
  12484. },
  12485. "exchange_rules": {
  12486. "description": "兑换规则",
  12487. "allOf": [
  12488. {
  12489. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12490. }
  12491. ]
  12492. },
  12493. "new_user_incentive_rules": {
  12494. "description": "新用户奖励规则",
  12495. "allOf": [
  12496. {
  12497. "$ref": "#/definitions/md.NewUserRewardRules"
  12498. }
  12499. ]
  12500. },
  12501. "price_setting": {
  12502. "description": "价格设置",
  12503. "allOf": [
  12504. {
  12505. "$ref": "#/definitions/md.PriceSettingStruct"
  12506. }
  12507. ]
  12508. },
  12509. "reward_system": {
  12510. "description": "圈层奖励",
  12511. "type": "array",
  12512. "items": {
  12513. "$ref": "#/definitions/md.RewardSystemStruct"
  12514. }
  12515. },
  12516. "settlement_quantity": {
  12517. "description": "结算数量(百分比)",
  12518. "type": "integer"
  12519. },
  12520. "system_id": {
  12521. "description": "该设置系统 ID",
  12522. "type": "integer"
  12523. },
  12524. "video_reward_setting": {
  12525. "description": "视频奖励",
  12526. "allOf": [
  12527. {
  12528. "$ref": "#/definitions/md.VideoRewardSetting"
  12529. }
  12530. ]
  12531. }
  12532. }
  12533. },
  12534. "md.GetEggEnergyCoreDataResp": {
  12535. "type": "object",
  12536. "properties": {
  12537. "community_dividends": {
  12538. "description": "社区分红",
  12539. "type": "string"
  12540. },
  12541. "destruction_quantity_nums": {
  12542. "description": "销毁数量",
  12543. "type": "string"
  12544. },
  12545. "development_committee": {
  12546. "description": "发展委员会",
  12547. "type": "string"
  12548. },
  12549. "id": {
  12550. "type": "integer"
  12551. },
  12552. "marketplace_merchant_funds": {
  12553. "description": "市商资金",
  12554. "type": "string"
  12555. },
  12556. "marketplace_merchant_nums": {
  12557. "description": "市商数量",
  12558. "type": "string"
  12559. },
  12560. "now_energy_total_nums": {
  12561. "description": "现行总量",
  12562. "type": "string"
  12563. },
  12564. "now_price": {
  12565. "description": "当前价格",
  12566. "type": "string"
  12567. },
  12568. "planet_total_value": {
  12569. "description": "星球总价值",
  12570. "type": "string"
  12571. },
  12572. "public_welfare_and_charity": {
  12573. "description": "公益慈善",
  12574. "type": "string"
  12575. },
  12576. "star_level_dividends": {
  12577. "description": "星级分红",
  12578. "type": "string"
  12579. }
  12580. }
  12581. },
  12582. "md.GetEggEnergyVipSettingResp": {
  12583. "type": "object",
  12584. "properties": {
  12585. "level_list": {
  12586. "description": "会员等级列表",
  12587. "type": "array",
  12588. "items": {
  12589. "type": "object",
  12590. "additionalProperties": true
  12591. }
  12592. },
  12593. "list": {
  12594. "description": "会员权益设置",
  12595. "type": "array",
  12596. "items": {
  12597. "$ref": "#/definitions/md.VipEquitySettingNode"
  12598. }
  12599. }
  12600. }
  12601. },
  12602. "md.GetFreePublishUserReq": {
  12603. "type": "object",
  12604. "properties": {
  12605. "limit": {
  12606. "description": "每页大小",
  12607. "type": "integer"
  12608. },
  12609. "page": {
  12610. "description": "当前页数",
  12611. "type": "integer"
  12612. },
  12613. "uid": {
  12614. "description": "筛选的用户 ID",
  12615. "type": "integer"
  12616. }
  12617. }
  12618. },
  12619. "md.GetFreePublishUserResp": {
  12620. "type": "object",
  12621. "properties": {
  12622. "list": {
  12623. "description": "免罚用户列表",
  12624. "type": "array",
  12625. "items": {
  12626. "$ref": "#/definitions/md.FreePublishUserNode"
  12627. }
  12628. },
  12629. "paginate": {
  12630. "description": "分页信息",
  12631. "allOf": [
  12632. {
  12633. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12634. }
  12635. ]
  12636. }
  12637. }
  12638. },
  12639. "md.GetFriendCircleBasicSettingsResp": {
  12640. "type": "object",
  12641. "properties": {
  12642. "comment_is_real_name": {
  12643. "description": "评论是否需要实名认证(1:是 2:否)",
  12644. "type": "integer"
  12645. },
  12646. "comment_nums_every_day": {
  12647. "description": "评论每天次数",
  12648. "type": "integer"
  12649. },
  12650. "id": {
  12651. "type": "integer"
  12652. },
  12653. "publish_is_real_name": {
  12654. "description": "发布是否需要实名认证(1:是 2:否)",
  12655. "type": "integer"
  12656. },
  12657. "publish_nums_every_day": {
  12658. "description": "发布每天次数",
  12659. "type": "integer"
  12660. }
  12661. }
  12662. },
  12663. "md.GetFundDataListReq": {
  12664. "type": "object",
  12665. "properties": {
  12666. "end_at": {
  12667. "type": "string",
  12668. "example": "结束时间"
  12669. },
  12670. "kind": {
  12671. "description": "数据类型",
  12672. "type": "integer"
  12673. },
  12674. "limit": {
  12675. "description": "每页大小",
  12676. "type": "integer"
  12677. },
  12678. "page": {
  12679. "description": "页数",
  12680. "type": "integer"
  12681. },
  12682. "start_at": {
  12683. "type": "string",
  12684. "example": "开始时间"
  12685. }
  12686. }
  12687. },
  12688. "md.GetFundDataListResp": {
  12689. "type": "object",
  12690. "properties": {
  12691. "kind_list": {
  12692. "description": "类型列表",
  12693. "type": "array",
  12694. "items": {
  12695. "type": "object",
  12696. "additionalProperties": true
  12697. }
  12698. },
  12699. "list": {
  12700. "description": "数据列表",
  12701. "type": "array",
  12702. "items": {
  12703. "$ref": "#/definitions/md.FundDataNode"
  12704. }
  12705. },
  12706. "paginate": {
  12707. "description": "分页数据",
  12708. "allOf": [
  12709. {
  12710. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12711. }
  12712. ]
  12713. }
  12714. }
  12715. },
  12716. "md.GetFundDataRecordListReq": {
  12717. "type": "object",
  12718. "properties": {
  12719. "limit": {
  12720. "description": "页面大小",
  12721. "type": "integer"
  12722. },
  12723. "page": {
  12724. "description": "页数",
  12725. "type": "integer"
  12726. },
  12727. "system_id": {
  12728. "description": "数据在系统中的 ID",
  12729. "type": "integer"
  12730. }
  12731. }
  12732. },
  12733. "md.GetFundDataRecordListResp": {
  12734. "type": "object",
  12735. "properties": {
  12736. "list": {
  12737. "type": "array",
  12738. "items": {
  12739. "$ref": "#/definitions/md.FundDataRecordNode"
  12740. }
  12741. },
  12742. "paginate": {
  12743. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12744. }
  12745. }
  12746. },
  12747. "md.GetGreenEnergyUserCoinFlowListReq": {
  12748. "type": "object",
  12749. "properties": {
  12750. "coin_id": {
  12751. "description": "货币类型 ID",
  12752. "type": "integer"
  12753. },
  12754. "direction": {
  12755. "description": "流水方向:1收入 2支出",
  12756. "type": "integer"
  12757. },
  12758. "end_at": {
  12759. "description": "结束时间",
  12760. "type": "string"
  12761. },
  12762. "page": {
  12763. "description": "页数",
  12764. "type": "integer"
  12765. },
  12766. "page_size": {
  12767. "description": "每页大小",
  12768. "type": "integer"
  12769. },
  12770. "start_at": {
  12771. "description": "开始时间",
  12772. "type": "string"
  12773. },
  12774. "uid": {
  12775. "description": "用户 ID",
  12776. "type": "integer"
  12777. }
  12778. }
  12779. },
  12780. "md.GetGreenEnergyUserCoinFlowListResp": {
  12781. "type": "object",
  12782. "properties": {
  12783. "list": {
  12784. "description": "流水信息",
  12785. "type": "array",
  12786. "items": {
  12787. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12788. }
  12789. },
  12790. "paginate": {
  12791. "description": "分页信息",
  12792. "allOf": [
  12793. {
  12794. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12795. }
  12796. ]
  12797. },
  12798. "select_data": {
  12799. "description": "流水类型",
  12800. "allOf": [
  12801. {
  12802. "$ref": "#/definitions/md.SelectData"
  12803. }
  12804. ]
  12805. }
  12806. }
  12807. },
  12808. "md.GetGreenEnergyUserCoinListReq": {
  12809. "type": "object",
  12810. "properties": {
  12811. "end_coin": {
  12812. "type": "string",
  12813. "example": "最大金额"
  12814. },
  12815. "kind": {
  12816. "description": "虚拟币种类编号",
  12817. "type": "integer"
  12818. },
  12819. "page": {
  12820. "description": "页数",
  12821. "type": "integer"
  12822. },
  12823. "page_size": {
  12824. "description": "单页大小",
  12825. "type": "integer"
  12826. },
  12827. "start_coin": {
  12828. "type": "string",
  12829. "example": "最小金额"
  12830. },
  12831. "uid": {
  12832. "description": "指定查询用户 ID",
  12833. "type": "integer"
  12834. },
  12835. "user_name": {
  12836. "type": "string",
  12837. "example": "用户名称"
  12838. },
  12839. "user_phone": {
  12840. "type": "string",
  12841. "example": "手机号"
  12842. }
  12843. }
  12844. },
  12845. "md.GetGreenEnergyUserCoinListResp": {
  12846. "type": "object",
  12847. "properties": {
  12848. "kind_list": {
  12849. "description": "货币类型集合",
  12850. "type": "array",
  12851. "items": {
  12852. "$ref": "#/definitions/md.VirtualCoinListNode"
  12853. }
  12854. },
  12855. "list": {
  12856. "description": "余额集合",
  12857. "type": "array",
  12858. "items": {
  12859. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12860. }
  12861. },
  12862. "sum_user_amount": {
  12863. "description": "用户持有总数",
  12864. "type": "number"
  12865. },
  12866. "total": {
  12867. "description": "持有该类型用户数",
  12868. "type": "integer"
  12869. }
  12870. }
  12871. },
  12872. "md.GetLevelListResp": {
  12873. "type": "object",
  12874. "properties": {
  12875. "list": {
  12876. "type": "array",
  12877. "items": {
  12878. "$ref": "#/definitions/md.LevelListNode"
  12879. }
  12880. },
  12881. "paginate": {
  12882. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12883. }
  12884. }
  12885. },
  12886. "md.GetModuleSettingResp": {
  12887. "type": "object",
  12888. "properties": {
  12889. "data": {
  12890. "description": "内容"
  12891. },
  12892. "mod_name": {
  12893. "description": "模块名称",
  12894. "type": "string"
  12895. },
  12896. "position": {
  12897. "description": "位置",
  12898. "type": "string"
  12899. },
  12900. "skip_identifier": {
  12901. "description": "跳转标识",
  12902. "type": "string"
  12903. },
  12904. "subtitle": {
  12905. "description": "副标题",
  12906. "type": "string"
  12907. },
  12908. "title": {
  12909. "description": "标题",
  12910. "type": "string"
  12911. }
  12912. }
  12913. },
  12914. "md.GetOneLevelResp": {
  12915. "type": "object",
  12916. "properties": {
  12917. "auto_update": {
  12918. "description": "自动升级 0关闭,1开启",
  12919. "type": "integer"
  12920. },
  12921. "choosable_num": {
  12922. "description": "可选任务数量",
  12923. "type": "integer"
  12924. },
  12925. "is_use": {
  12926. "description": "是否开启(0.否, 1.是)",
  12927. "type": "integer"
  12928. },
  12929. "level_id": {
  12930. "description": "等级 ID",
  12931. "type": "integer"
  12932. },
  12933. "level_name": {
  12934. "description": "等级名称",
  12935. "type": "string"
  12936. },
  12937. "level_weight": {
  12938. "description": "等级权重",
  12939. "type": "integer"
  12940. },
  12941. "memo": {
  12942. "description": "备注",
  12943. "type": "string"
  12944. },
  12945. "task_type": {
  12946. "description": "任务类型关系",
  12947. "type": "array",
  12948. "items": {
  12949. "type": "object",
  12950. "additionalProperties": true
  12951. }
  12952. },
  12953. "user_level_tasks": {
  12954. "type": "array",
  12955. "items": {
  12956. "$ref": "#/definitions/model.UserLevelTask"
  12957. }
  12958. }
  12959. }
  12960. },
  12961. "md.GetPriceCurveResp": {
  12962. "type": "object",
  12963. "properties": {
  12964. "x_data": {
  12965. "type": "array",
  12966. "items": {}
  12967. },
  12968. "y_data": {
  12969. "type": "array",
  12970. "items": {}
  12971. }
  12972. }
  12973. },
  12974. "md.GetPublicPlatoonBasicResp": {
  12975. "type": "object",
  12976. "properties": {
  12977. "is_open": {
  12978. "description": "是否开启(1:开启 0:关闭)",
  12979. "type": "integer"
  12980. },
  12981. "is_self_active_get_team_revenue": {
  12982. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12983. "type": "integer"
  12984. },
  12985. "originator_name": {
  12986. "description": "创始人名称",
  12987. "type": "string"
  12988. },
  12989. "originator_uid": {
  12990. "description": "创始人uid",
  12991. "type": "integer"
  12992. },
  12993. "several_rows": {
  12994. "description": "几排",
  12995. "type": "integer"
  12996. },
  12997. "several_times": {
  12998. "description": "几乘",
  12999. "type": "integer"
  13000. },
  13001. "system_punish_replace": {
  13002. "description": "是否位置滑落 被新用户替换 0否 1是",
  13003. "type": "integer"
  13004. },
  13005. "system_punish_replace_value": {
  13006. "description": "xx天未活跃,处罚滑落",
  13007. "type": "integer"
  13008. }
  13009. }
  13010. },
  13011. "md.GetTagListResp": {
  13012. "type": "object",
  13013. "properties": {
  13014. "list": {
  13015. "type": "array",
  13016. "items": {
  13017. "$ref": "#/definitions/md.TagListNode"
  13018. }
  13019. },
  13020. "paginate": {
  13021. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13022. }
  13023. }
  13024. },
  13025. "md.GetVideoRewardResp": {
  13026. "type": "object",
  13027. "properties": {
  13028. "ecpm": {
  13029. "description": "当前 Ecpm 值",
  13030. "type": "string"
  13031. },
  13032. "unit_price": {
  13033. "description": "单价",
  13034. "type": "string"
  13035. }
  13036. }
  13037. },
  13038. "md.GetWithdrawApplyListNode": {
  13039. "type": "object",
  13040. "properties": {
  13041. "actual_receipt": {
  13042. "description": "实际到账",
  13043. "type": "string"
  13044. },
  13045. "ali_pay_account": {
  13046. "description": "支付宝账号",
  13047. "type": "string"
  13048. },
  13049. "ali_pay_name": {
  13050. "description": "支付宝昵称",
  13051. "type": "string"
  13052. },
  13053. "amount": {
  13054. "description": "提现金额",
  13055. "type": "string"
  13056. },
  13057. "apply_at": {
  13058. "description": "申请时间",
  13059. "type": "string"
  13060. },
  13061. "invite_code": {
  13062. "description": "邀请码",
  13063. "type": "string"
  13064. },
  13065. "memo": {
  13066. "description": "备注",
  13067. "type": "string"
  13068. },
  13069. "nickname": {
  13070. "description": "用户名称",
  13071. "type": "string"
  13072. },
  13073. "parentID": {
  13074. "description": "推荐人ID",
  13075. "type": "integer"
  13076. },
  13077. "parentPhone": {
  13078. "description": "推荐人手机号",
  13079. "type": "string"
  13080. },
  13081. "pay_at": {
  13082. "description": "到账时间",
  13083. "type": "string"
  13084. },
  13085. "state": {
  13086. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13087. "type": "integer"
  13088. },
  13089. "sys_fee": {
  13090. "description": "手续费",
  13091. "type": "string"
  13092. },
  13093. "tag": {
  13094. "description": "标签",
  13095. "type": "array",
  13096. "items": {
  13097. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  13098. }
  13099. },
  13100. "user_id": {
  13101. "description": "会员 ID",
  13102. "type": "integer"
  13103. },
  13104. "wechat_pay_account": {
  13105. "description": "微信账号",
  13106. "type": "string"
  13107. },
  13108. "wechat_pay_name": {
  13109. "description": "微信昵称",
  13110. "type": "string"
  13111. },
  13112. "withdraw_apply_id": {
  13113. "description": "提现申请id",
  13114. "type": "integer"
  13115. },
  13116. "withdraw_type": {
  13117. "description": "转账平台(1:支付宝 2:微信)",
  13118. "type": "integer"
  13119. }
  13120. }
  13121. },
  13122. "md.GetWithdrawApplyListReq": {
  13123. "type": "object",
  13124. "properties": {
  13125. "amount_begin": {
  13126. "description": "最小金额",
  13127. "type": "string"
  13128. },
  13129. "amount_end": {
  13130. "description": "最大金额",
  13131. "type": "string"
  13132. },
  13133. "apply_end_at": {
  13134. "description": "申请结束时间",
  13135. "type": "string"
  13136. },
  13137. "apply_start_at": {
  13138. "description": "申请开始时间",
  13139. "type": "string"
  13140. },
  13141. "examine_end_at": {
  13142. "description": "审核结束时间",
  13143. "type": "string"
  13144. },
  13145. "examine_start_at": {
  13146. "description": "审核开始时间",
  13147. "type": "string"
  13148. },
  13149. "is_first": {
  13150. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  13151. "type": "string"
  13152. },
  13153. "level": {
  13154. "description": "会员等级",
  13155. "type": "string"
  13156. },
  13157. "limit": {
  13158. "description": "页面大小",
  13159. "type": "integer"
  13160. },
  13161. "nickname": {
  13162. "description": "用户昵称",
  13163. "type": "string"
  13164. },
  13165. "page": {
  13166. "description": "页数",
  13167. "type": "integer"
  13168. },
  13169. "parent_id": {
  13170. "description": "推荐人 ID",
  13171. "type": "string"
  13172. },
  13173. "payment_type": {
  13174. "description": "打款类型 1:手动;2:自动",
  13175. "type": "string"
  13176. },
  13177. "phone": {
  13178. "description": "用户手机号",
  13179. "type": "string"
  13180. },
  13181. "state": {
  13182. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13183. "type": "string"
  13184. },
  13185. "uid": {
  13186. "description": "用户 ID",
  13187. "type": "string"
  13188. },
  13189. "withdraw_account": {
  13190. "description": "支付宝/微信昵称",
  13191. "type": "string"
  13192. },
  13193. "withdraw_name": {
  13194. "description": "支付宝姓名",
  13195. "type": "string"
  13196. },
  13197. "withdraw_type": {
  13198. "description": "提现方式(1:支付宝 2:微信)",
  13199. "type": "string"
  13200. }
  13201. }
  13202. },
  13203. "md.GetWithdrawApplyListResp": {
  13204. "type": "object",
  13205. "properties": {
  13206. "levels_list": {
  13207. "description": "等级列表",
  13208. "type": "array",
  13209. "items": {
  13210. "type": "object",
  13211. "additionalProperties": true
  13212. }
  13213. },
  13214. "list": {
  13215. "type": "array",
  13216. "items": {
  13217. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  13218. }
  13219. },
  13220. "paginate": {
  13221. "description": "分页信息",
  13222. "allOf": [
  13223. {
  13224. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  13225. }
  13226. ]
  13227. },
  13228. "pay_failed_amount": {
  13229. "description": "打款失败金额",
  13230. "type": "string"
  13231. },
  13232. "pay_succeed_amount": {
  13233. "description": "打款成功金额",
  13234. "type": "string"
  13235. },
  13236. "pending_amount": {
  13237. "description": "处理中金额",
  13238. "type": "string"
  13239. },
  13240. "reason_list": {
  13241. "description": "审核失败(驳回理由)",
  13242. "type": "array",
  13243. "items": {
  13244. "type": "object",
  13245. "additionalProperties": true
  13246. }
  13247. },
  13248. "tags_list": {
  13249. "description": "标签列表",
  13250. "type": "array",
  13251. "items": {
  13252. "type": "object",
  13253. "additionalProperties": true
  13254. }
  13255. },
  13256. "under_review": {
  13257. "description": "审核中金额",
  13258. "type": "string"
  13259. }
  13260. }
  13261. },
  13262. "md.GetWithdrawSettingResp": {
  13263. "type": "object",
  13264. "properties": {
  13265. "condition_is_open": {
  13266. "description": "提现条件是否开启(0:关闭, 1:开启)",
  13267. "type": "integer"
  13268. },
  13269. "first_withdraw_set": {
  13270. "description": "首次提现设置",
  13271. "allOf": [
  13272. {
  13273. "$ref": "#/definitions/md.FirstWithdrawSet"
  13274. }
  13275. ]
  13276. },
  13277. "frequency_set": {
  13278. "description": "频率设置(0:日 1:周 2:月 3:年)",
  13279. "allOf": [
  13280. {
  13281. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13282. }
  13283. ]
  13284. },
  13285. "id": {
  13286. "type": "integer"
  13287. },
  13288. "is_auto": {
  13289. "description": "是否开启自动提现(0:否 1:是)",
  13290. "type": "integer"
  13291. },
  13292. "is_auto_amount_limit": {
  13293. "description": "自动提现金额限制",
  13294. "type": "string"
  13295. },
  13296. "is_real_name": {
  13297. "description": "是否实名(0:否 1:是)",
  13298. "type": "integer"
  13299. },
  13300. "is_support_decimal_point": {
  13301. "description": "是否支持小数点(0:否 1:是)",
  13302. "type": "integer"
  13303. },
  13304. "level_list": {
  13305. "description": "会员等级列表",
  13306. "type": "array",
  13307. "items": {
  13308. "type": "object",
  13309. "additionalProperties": true
  13310. }
  13311. },
  13312. "pending_orders_is_can_apply": {
  13313. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13314. "type": "integer"
  13315. },
  13316. "tips": {
  13317. "description": "提示",
  13318. "type": "string"
  13319. },
  13320. "vip_level_limit": {
  13321. "description": "提现等级限制",
  13322. "type": "integer"
  13323. },
  13324. "withdraw_amount_limit": {
  13325. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13326. "type": "string"
  13327. },
  13328. "withdraw_fee_set": {
  13329. "description": "提现手续费设置",
  13330. "allOf": [
  13331. {
  13332. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13333. }
  13334. ]
  13335. },
  13336. "withdraw_multiple_limit": {
  13337. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13338. "type": "string"
  13339. },
  13340. "withdraw_nums_limit": {
  13341. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13342. "type": "integer"
  13343. },
  13344. "withdraw_time_interval": {
  13345. "description": "提现时段",
  13346. "allOf": [
  13347. {
  13348. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13349. }
  13350. ]
  13351. },
  13352. "withdraw_type": {
  13353. "description": "提现方式(1:支付宝 2:微信)",
  13354. "type": "integer"
  13355. }
  13356. }
  13357. },
  13358. "md.GroupListReq": {
  13359. "type": "object",
  13360. "properties": {
  13361. "group_admin": {
  13362. "description": "群主",
  13363. "type": "string"
  13364. },
  13365. "name": {
  13366. "description": "群名称",
  13367. "type": "string"
  13368. },
  13369. "page": {
  13370. "type": "integer"
  13371. },
  13372. "page_size": {
  13373. "type": "integer"
  13374. },
  13375. "start_time_end": {
  13376. "type": "string",
  13377. "example": "创建时间-截止"
  13378. },
  13379. "start_time_start": {
  13380. "type": "string",
  13381. "example": "创建时间-起始"
  13382. }
  13383. }
  13384. },
  13385. "md.GroupListResp": {
  13386. "type": "object",
  13387. "properties": {
  13388. "list": {
  13389. "type": "array",
  13390. "items": {
  13391. "type": "object",
  13392. "properties": {
  13393. "avatarUrl": {
  13394. "description": "头像",
  13395. "type": "string"
  13396. },
  13397. "createTime": {
  13398. "description": "创建时间",
  13399. "type": "string"
  13400. },
  13401. "extra": {
  13402. "description": "附加字段",
  13403. "type": "string"
  13404. },
  13405. "id": {
  13406. "description": "群组id",
  13407. "type": "integer"
  13408. },
  13409. "introduction": {
  13410. "description": "群简介",
  13411. "type": "string"
  13412. },
  13413. "isAllAddFriend": {
  13414. "description": "是否允许加好友(1:是 2:否)",
  13415. "type": "integer"
  13416. },
  13417. "isAllMemberBanned": {
  13418. "description": "是否全员禁言(1:是 2:否)",
  13419. "type": "integer"
  13420. },
  13421. "name": {
  13422. "description": "组名",
  13423. "type": "string"
  13424. },
  13425. "nickname": {
  13426. "description": "群主昵称",
  13427. "type": "string"
  13428. },
  13429. "phoneNumber": {
  13430. "description": "群主账号",
  13431. "type": "string"
  13432. },
  13433. "updateTime": {
  13434. "description": "更新时间",
  13435. "type": "string"
  13436. },
  13437. "userNum": {
  13438. "description": "群组人数",
  13439. "type": "integer"
  13440. }
  13441. }
  13442. }
  13443. },
  13444. "page": {
  13445. "type": "integer"
  13446. },
  13447. "page_size": {
  13448. "type": "integer"
  13449. },
  13450. "total": {
  13451. "type": "integer"
  13452. }
  13453. }
  13454. },
  13455. "md.Guide": {
  13456. "type": "object",
  13457. "properties": {
  13458. "bg_image": {
  13459. "type": "string"
  13460. },
  13461. "bg_image_url": {
  13462. "type": "string"
  13463. },
  13464. "content_image": {
  13465. "type": "string"
  13466. },
  13467. "content_image_url": {
  13468. "type": "string"
  13469. }
  13470. }
  13471. },
  13472. "md.JPushGetLevelListResp": {
  13473. "type": "object",
  13474. "properties": {
  13475. "list": {
  13476. "type": "array",
  13477. "items": {
  13478. "$ref": "#/definitions/md.LevelListNode"
  13479. }
  13480. },
  13481. "paginate": {
  13482. "$ref": "#/definitions/applet_app_md.Paginate"
  13483. }
  13484. }
  13485. },
  13486. "md.JPushGetTagListResp": {
  13487. "type": "object",
  13488. "properties": {
  13489. "list": {
  13490. "type": "array",
  13491. "items": {
  13492. "$ref": "#/definitions/md.TagListNode"
  13493. }
  13494. },
  13495. "paginate": {
  13496. "$ref": "#/definitions/applet_app_md.Paginate"
  13497. }
  13498. }
  13499. },
  13500. "md.JPushGetUserListReq": {
  13501. "type": "object",
  13502. "properties": {
  13503. "effective": {
  13504. "description": "有效会员",
  13505. "type": "integer"
  13506. },
  13507. "id": {
  13508. "description": "会员 ID",
  13509. "type": "integer"
  13510. },
  13511. "invite_code": {
  13512. "type": "string",
  13513. "example": "会员邀请码"
  13514. },
  13515. "is_real_name": {
  13516. "description": "是否实名 0.未实名,1.已实名",
  13517. "type": "integer"
  13518. },
  13519. "level": {
  13520. "description": "会员等级",
  13521. "type": "integer"
  13522. },
  13523. "limit": {
  13524. "type": "integer"
  13525. },
  13526. "login_after": {
  13527. "description": "最近登录结束时间",
  13528. "type": "string"
  13529. },
  13530. "login_before": {
  13531. "description": "最近登录开始时间",
  13532. "type": "string"
  13533. },
  13534. "memo": {
  13535. "description": "备注",
  13536. "type": "string"
  13537. },
  13538. "nickname": {
  13539. "type": "string",
  13540. "example": "会员昵称"
  13541. },
  13542. "page": {
  13543. "type": "integer"
  13544. },
  13545. "parent_invite_code": {
  13546. "type": "string",
  13547. "example": "上级邀请码"
  13548. },
  13549. "parent_phone": {
  13550. "type": "string",
  13551. "example": "上级手机号"
  13552. },
  13553. "phone": {
  13554. "type": "string",
  13555. "example": "会员手机号"
  13556. },
  13557. "recommend_id": {
  13558. "description": "推荐人 ID",
  13559. "type": "integer"
  13560. },
  13561. "register_after": {
  13562. "description": "注册时间终点",
  13563. "type": "string"
  13564. },
  13565. "register_before": {
  13566. "description": "注册时间起点",
  13567. "type": "string"
  13568. },
  13569. "register_type": {
  13570. "description": "注册类型(1:APP注册、2:H5注册)",
  13571. "type": "integer"
  13572. },
  13573. "sex": {
  13574. "description": "性别(0:未知 1:男 2:女)",
  13575. "type": "integer"
  13576. },
  13577. "state": {
  13578. "description": "状态",
  13579. "type": "integer"
  13580. },
  13581. "tag": {
  13582. "description": "标签 id",
  13583. "type": "integer"
  13584. },
  13585. "union_id": {
  13586. "type": "string",
  13587. "example": "微信号"
  13588. }
  13589. }
  13590. },
  13591. "md.LevelListNode": {
  13592. "type": "object",
  13593. "properties": {
  13594. "count": {
  13595. "description": "等级人数",
  13596. "type": "string"
  13597. },
  13598. "create_at": {
  13599. "description": "创建时间",
  13600. "type": "string"
  13601. },
  13602. "is_use": {
  13603. "description": "是否开启(0.否, 1.是)",
  13604. "type": "integer"
  13605. },
  13606. "level_id": {
  13607. "description": "等级 ID",
  13608. "type": "integer"
  13609. },
  13610. "level_name": {
  13611. "description": "等级名称",
  13612. "type": "string"
  13613. },
  13614. "level_weight": {
  13615. "description": "等级权重",
  13616. "type": "integer"
  13617. },
  13618. "memo": {
  13619. "description": "备注",
  13620. "type": "string"
  13621. }
  13622. }
  13623. },
  13624. "md.LevelTaskNode": {
  13625. "type": "object",
  13626. "properties": {
  13627. "active_days": {
  13628. "description": "活跃多少天",
  13629. "type": "string"
  13630. },
  13631. "finish_count": {
  13632. "description": "多少天内完成的指标",
  13633. "type": "string"
  13634. },
  13635. "is_must_task": {
  13636. "description": "是否必做(0,1)",
  13637. "type": "string"
  13638. },
  13639. "task_type": {
  13640. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  13641. "type": "string"
  13642. },
  13643. "task_type_level_id": {
  13644. "description": "会员等级 ID (task_type=3时生效)",
  13645. "type": "string"
  13646. },
  13647. "within_days": {
  13648. "description": "多少天内完成",
  13649. "type": "string"
  13650. }
  13651. }
  13652. },
  13653. "md.ListCommunityDividendsReq": {
  13654. "type": "object",
  13655. "properties": {
  13656. "end_at": {
  13657. "description": "结束时间",
  13658. "type": "string"
  13659. },
  13660. "end_nums": {
  13661. "description": "分红总量上限",
  13662. "type": "integer"
  13663. },
  13664. "limit": {
  13665. "description": "每页大小",
  13666. "type": "integer"
  13667. },
  13668. "page": {
  13669. "description": "页数",
  13670. "type": "integer"
  13671. },
  13672. "start_at": {
  13673. "description": "开始时间",
  13674. "type": "string"
  13675. },
  13676. "start_nums": {
  13677. "description": "分红总量下限",
  13678. "type": "integer"
  13679. }
  13680. }
  13681. },
  13682. "md.ListCommunityDividendsResp": {
  13683. "type": "object",
  13684. "properties": {
  13685. "list": {
  13686. "type": "array",
  13687. "items": {
  13688. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  13689. }
  13690. },
  13691. "paginate": {
  13692. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13693. }
  13694. }
  13695. },
  13696. "md.ListCommunityDividendsWithUserReq": {
  13697. "type": "object",
  13698. "properties": {
  13699. "limit": {
  13700. "type": "integer"
  13701. },
  13702. "page": {
  13703. "type": "integer"
  13704. },
  13705. "phone": {
  13706. "type": "string"
  13707. },
  13708. "uid": {
  13709. "type": "integer"
  13710. }
  13711. }
  13712. },
  13713. "md.ListCommunityDividendsWithUserResp": {
  13714. "type": "object",
  13715. "properties": {
  13716. "list": {
  13717. "type": "array",
  13718. "items": {
  13719. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  13720. }
  13721. },
  13722. "paginate": {
  13723. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13724. }
  13725. }
  13726. },
  13727. "md.ListPlatformRevenueReq": {
  13728. "type": "object",
  13729. "properties": {
  13730. "end_at": {
  13731. "type": "string",
  13732. "example": "结束时间"
  13733. },
  13734. "kind": {
  13735. "description": "数据类型",
  13736. "type": "integer"
  13737. },
  13738. "limit": {
  13739. "description": "每页大小",
  13740. "type": "integer"
  13741. },
  13742. "page": {
  13743. "description": "页数",
  13744. "type": "integer"
  13745. },
  13746. "start_at": {
  13747. "type": "string",
  13748. "example": "开始时间"
  13749. }
  13750. }
  13751. },
  13752. "md.ListPlatformRevenueResp": {
  13753. "type": "object",
  13754. "properties": {
  13755. "kind_list": {
  13756. "description": "类型列表",
  13757. "type": "array",
  13758. "items": {
  13759. "type": "object",
  13760. "additionalProperties": true
  13761. }
  13762. },
  13763. "list": {
  13764. "description": "数据列表",
  13765. "type": "array",
  13766. "items": {
  13767. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  13768. }
  13769. },
  13770. "paginate": {
  13771. "description": "分页数据",
  13772. "allOf": [
  13773. {
  13774. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13775. }
  13776. ]
  13777. }
  13778. }
  13779. },
  13780. "md.LoginReq": {
  13781. "type": "object",
  13782. "required": [
  13783. "password",
  13784. "username"
  13785. ],
  13786. "properties": {
  13787. "code": {
  13788. "type": "string",
  13789. "example": "验证码"
  13790. },
  13791. "password": {
  13792. "type": "string",
  13793. "example": "登录密码"
  13794. },
  13795. "username": {
  13796. "type": "string",
  13797. "example": "登录账号"
  13798. }
  13799. }
  13800. },
  13801. "md.LoginResponse": {
  13802. "type": "object",
  13803. "properties": {
  13804. "token": {
  13805. "type": "string"
  13806. }
  13807. }
  13808. },
  13809. "md.ManualScoreReq": {
  13810. "type": "object",
  13811. "properties": {
  13812. "index_id": {
  13813. "description": "文档id",
  13814. "type": "string"
  13815. },
  13816. "score": {
  13817. "type": "string",
  13818. "example": "分数"
  13819. }
  13820. }
  13821. },
  13822. "md.ModuleSettingGetResp": {
  13823. "type": "object",
  13824. "properties": {
  13825. "data": {
  13826. "description": "内容"
  13827. },
  13828. "mod_name": {
  13829. "description": "模块名称",
  13830. "type": "string"
  13831. },
  13832. "mod_name_list": {
  13833. "description": "模块名称对照",
  13834. "type": "array",
  13835. "items": {
  13836. "type": "object",
  13837. "additionalProperties": true
  13838. }
  13839. },
  13840. "position": {
  13841. "description": "位置",
  13842. "type": "string"
  13843. },
  13844. "skip_identifier": {
  13845. "description": "跳转标识",
  13846. "type": "string"
  13847. },
  13848. "subtitle": {
  13849. "description": "副标题",
  13850. "type": "string"
  13851. },
  13852. "title": {
  13853. "description": "标题",
  13854. "type": "string"
  13855. }
  13856. }
  13857. },
  13858. "md.ModuleSettingUpdateReq": {
  13859. "type": "object",
  13860. "properties": {
  13861. "data": {
  13862. "description": "内容",
  13863. "type": "object",
  13864. "additionalProperties": true
  13865. },
  13866. "mod_name_value": {
  13867. "description": "模块类型值",
  13868. "type": "string"
  13869. },
  13870. "position": {
  13871. "description": "位置",
  13872. "type": "string"
  13873. },
  13874. "skip_identifier": {
  13875. "description": "跳转标识",
  13876. "type": "string"
  13877. },
  13878. "subtitle": {
  13879. "description": "副标题",
  13880. "type": "string"
  13881. },
  13882. "title": {
  13883. "description": "标题",
  13884. "type": "string"
  13885. }
  13886. }
  13887. },
  13888. "md.NewUserRedPackageGetBasicResp": {
  13889. "type": "object",
  13890. "properties": {
  13891. "create_at": {
  13892. "type": "string"
  13893. },
  13894. "days": {
  13895. "description": "天数",
  13896. "type": "integer"
  13897. },
  13898. "is_double": {
  13899. "description": "是否翻倍",
  13900. "type": "integer"
  13901. },
  13902. "is_open": {
  13903. "description": "是否开启(1:开启 0:关闭)",
  13904. "type": "integer"
  13905. },
  13906. "total_amount": {
  13907. "type": "string",
  13908. "example": "总金额"
  13909. },
  13910. "update_at": {
  13911. "type": "string"
  13912. }
  13913. }
  13914. },
  13915. "md.NewUserRedPackageRecordFlowListReq": {
  13916. "type": "object",
  13917. "properties": {
  13918. "end_at": {
  13919. "description": "结束时间",
  13920. "type": "string"
  13921. },
  13922. "limit": {
  13923. "description": "每页大小",
  13924. "type": "integer"
  13925. },
  13926. "page": {
  13927. "description": "页数",
  13928. "type": "integer"
  13929. },
  13930. "start_at": {
  13931. "description": "开始时间",
  13932. "type": "string"
  13933. },
  13934. "uid": {
  13935. "description": "用户 ID",
  13936. "type": "integer"
  13937. }
  13938. }
  13939. },
  13940. "md.NewUserRedPackageRecordFlowListResp": {
  13941. "type": "object",
  13942. "properties": {
  13943. "list": {
  13944. "type": "array",
  13945. "items": {
  13946. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  13947. }
  13948. },
  13949. "paginate": {
  13950. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13951. }
  13952. }
  13953. },
  13954. "md.NewUserRedPackageRecordFlowNode": {
  13955. "type": "object",
  13956. "properties": {
  13957. "balance_amount": {
  13958. "description": "剩余金额",
  13959. "type": "string"
  13960. },
  13961. "balance_days": {
  13962. "description": "剩余天数",
  13963. "type": "integer"
  13964. },
  13965. "basic_amount": {
  13966. "description": "基础金额",
  13967. "type": "string"
  13968. },
  13969. "create_at": {
  13970. "description": "创建时间",
  13971. "type": "string"
  13972. },
  13973. "day_num": {
  13974. "description": "第x天",
  13975. "type": "integer"
  13976. },
  13977. "double_rate": {
  13978. "description": "倍率",
  13979. "type": "string"
  13980. },
  13981. "id": {
  13982. "description": "流水 ID",
  13983. "type": "integer"
  13984. },
  13985. "is_double": {
  13986. "description": "是否翻倍",
  13987. "type": "integer"
  13988. },
  13989. "receive_days": {
  13990. "description": "领取天数",
  13991. "type": "integer"
  13992. },
  13993. "total_amount": {
  13994. "description": "实际金额",
  13995. "type": "string"
  13996. },
  13997. "uid": {
  13998. "description": "用户 ID",
  13999. "type": "integer"
  14000. }
  14001. }
  14002. },
  14003. "md.NewUserRedPackageRecordListReq": {
  14004. "type": "object",
  14005. "properties": {
  14006. "end_at": {
  14007. "description": "结束时间",
  14008. "type": "string"
  14009. },
  14010. "limit": {
  14011. "description": "每页大小",
  14012. "type": "integer"
  14013. },
  14014. "page": {
  14015. "description": "页数",
  14016. "type": "integer"
  14017. },
  14018. "start_at": {
  14019. "description": "开始时间",
  14020. "type": "string"
  14021. },
  14022. "uid": {
  14023. "description": "用户 ID",
  14024. "type": "integer"
  14025. }
  14026. }
  14027. },
  14028. "md.NewUserRedPackageRecordListResp": {
  14029. "type": "object",
  14030. "properties": {
  14031. "list": {
  14032. "type": "array",
  14033. "items": {
  14034. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  14035. }
  14036. },
  14037. "paginate": {
  14038. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14039. }
  14040. }
  14041. },
  14042. "md.NewUserRedPackageRecordNode": {
  14043. "type": "object",
  14044. "properties": {
  14045. "balance_amount": {
  14046. "description": "剩余金额",
  14047. "type": "string"
  14048. },
  14049. "balance_days": {
  14050. "description": "剩余天数",
  14051. "type": "integer"
  14052. },
  14053. "create_at": {
  14054. "description": "创建时间",
  14055. "type": "string"
  14056. },
  14057. "days": {
  14058. "description": "天数",
  14059. "type": "integer"
  14060. },
  14061. "receive_days": {
  14062. "description": "领取天数",
  14063. "type": "integer"
  14064. },
  14065. "state": {
  14066. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  14067. "type": "integer"
  14068. },
  14069. "system_id": {
  14070. "description": "系统中记录的 ID",
  14071. "type": "integer"
  14072. },
  14073. "total_amount": {
  14074. "description": "金额",
  14075. "type": "string"
  14076. },
  14077. "uid": {
  14078. "description": "用户 ID",
  14079. "type": "integer"
  14080. },
  14081. "update_at": {
  14082. "description": "修改时间",
  14083. "type": "string"
  14084. }
  14085. }
  14086. },
  14087. "md.NewUserRedPackageUpdateBasicReq": {
  14088. "type": "object",
  14089. "properties": {
  14090. "days": {
  14091. "description": "天数",
  14092. "type": "integer"
  14093. },
  14094. "is_double": {
  14095. "description": "是否翻倍",
  14096. "type": "integer"
  14097. },
  14098. "is_open": {
  14099. "description": "是否开启(1:开启 0:关闭)",
  14100. "type": "integer"
  14101. },
  14102. "total_amount": {
  14103. "type": "string",
  14104. "example": "总金额"
  14105. }
  14106. }
  14107. },
  14108. "md.NewUserRewardRules": {
  14109. "type": "object",
  14110. "properties": {
  14111. "continue_days": {
  14112. "description": "连续x天",
  14113. "type": "integer"
  14114. },
  14115. "invite_user_reward_value": {
  14116. "description": "拉新用户奖励x个活跃积分",
  14117. "type": "integer"
  14118. },
  14119. "reward_coefficient": {
  14120. "description": "奖励系数",
  14121. "type": "number"
  14122. }
  14123. }
  14124. },
  14125. "md.NoticeAliyunSmsList": {
  14126. "type": "object",
  14127. "properties": {
  14128. "content": {
  14129. "type": "string",
  14130. "example": "这是 填短信模板id"
  14131. },
  14132. "day": {
  14133. "type": "string",
  14134. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14135. },
  14136. "id": {
  14137. "type": "string"
  14138. },
  14139. "is_show": {
  14140. "type": "string"
  14141. },
  14142. "notice_day": {
  14143. "type": "string",
  14144. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14145. },
  14146. "title": {
  14147. "type": "string"
  14148. },
  14149. "type": {
  14150. "type": "string"
  14151. }
  14152. }
  14153. },
  14154. "md.NoticeAliyunSmsListReq": {
  14155. "type": "object",
  14156. "properties": {
  14157. "limit": {
  14158. "description": "每页大小",
  14159. "type": "string"
  14160. },
  14161. "page": {
  14162. "description": "页数",
  14163. "type": "string"
  14164. }
  14165. }
  14166. },
  14167. "md.NoticeAliyunSmsListResp": {
  14168. "type": "object",
  14169. "properties": {
  14170. "list": {
  14171. "type": "array",
  14172. "items": {
  14173. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  14174. }
  14175. },
  14176. "select_data": {
  14177. "type": "array",
  14178. "items": {
  14179. "type": "object",
  14180. "additionalProperties": {
  14181. "type": "string"
  14182. }
  14183. }
  14184. },
  14185. "total": {
  14186. "type": "integer"
  14187. }
  14188. }
  14189. },
  14190. "md.NoticeAliyunSmsSaveReq": {
  14191. "type": "object",
  14192. "properties": {
  14193. "content": {
  14194. "type": "string"
  14195. },
  14196. "day": {
  14197. "type": "string",
  14198. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14199. },
  14200. "id": {
  14201. "type": "string"
  14202. },
  14203. "is_show": {
  14204. "type": "string"
  14205. },
  14206. "notice_day": {
  14207. "type": "string",
  14208. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14209. },
  14210. "title": {
  14211. "type": "string"
  14212. },
  14213. "type": {
  14214. "type": "string"
  14215. }
  14216. }
  14217. },
  14218. "md.NoticeDelReq": {
  14219. "type": "object",
  14220. "properties": {
  14221. "id": {
  14222. "type": "array",
  14223. "items": {
  14224. "type": "string"
  14225. }
  14226. }
  14227. }
  14228. },
  14229. "md.NoticeList": {
  14230. "type": "object",
  14231. "properties": {
  14232. "content": {
  14233. "type": "string"
  14234. },
  14235. "day": {
  14236. "type": "string",
  14237. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14238. },
  14239. "id": {
  14240. "type": "string"
  14241. },
  14242. "jpush_open": {
  14243. "type": "string",
  14244. "example": "app推送开启 0关 1开"
  14245. },
  14246. "notice_day": {
  14247. "type": "string",
  14248. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14249. },
  14250. "sms_code": {
  14251. "type": "string",
  14252. "example": "短信模板id"
  14253. },
  14254. "sms_open": {
  14255. "type": "string",
  14256. "example": "短信推送开启 0关 1开"
  14257. },
  14258. "title": {
  14259. "type": "string"
  14260. },
  14261. "type": {
  14262. "type": "string"
  14263. }
  14264. }
  14265. },
  14266. "md.NoticeListReq": {
  14267. "type": "object",
  14268. "properties": {
  14269. "limit": {
  14270. "description": "每页大小",
  14271. "type": "string"
  14272. },
  14273. "page": {
  14274. "description": "页数",
  14275. "type": "string"
  14276. }
  14277. }
  14278. },
  14279. "md.NoticeListResp": {
  14280. "type": "object",
  14281. "properties": {
  14282. "change_data": {
  14283. "type": "array",
  14284. "items": {
  14285. "type": "object",
  14286. "additionalProperties": {
  14287. "type": "string"
  14288. }
  14289. }
  14290. },
  14291. "list": {
  14292. "type": "array",
  14293. "items": {
  14294. "$ref": "#/definitions/md.NoticeList"
  14295. }
  14296. },
  14297. "select_data": {
  14298. "type": "array",
  14299. "items": {
  14300. "type": "object",
  14301. "additionalProperties": {
  14302. "type": "string"
  14303. }
  14304. }
  14305. },
  14306. "total": {
  14307. "type": "integer"
  14308. }
  14309. }
  14310. },
  14311. "md.NoticePushList": {
  14312. "type": "object",
  14313. "properties": {
  14314. "content": {
  14315. "type": "string"
  14316. },
  14317. "id": {
  14318. "type": "string"
  14319. },
  14320. "platform": {
  14321. "type": "string"
  14322. },
  14323. "send_end_time": {
  14324. "type": "string",
  14325. "example": "如 2024-11-25 11:56:00"
  14326. },
  14327. "send_start_time": {
  14328. "type": "string",
  14329. "example": "如 2024-11-25 11:56:00"
  14330. },
  14331. "send_type": {
  14332. "type": "string",
  14333. "example": "0立即推送 1定时推送"
  14334. },
  14335. "state": {
  14336. "type": "string",
  14337. "example": "0待发送 1发送成功"
  14338. },
  14339. "target": {
  14340. "type": "string"
  14341. },
  14342. "title": {
  14343. "type": "string"
  14344. }
  14345. }
  14346. },
  14347. "md.NoticePushListResp": {
  14348. "type": "object",
  14349. "properties": {
  14350. "list": {
  14351. "type": "array",
  14352. "items": {
  14353. "$ref": "#/definitions/md.NoticePushList"
  14354. }
  14355. },
  14356. "platform_data": {
  14357. "type": "array",
  14358. "items": {
  14359. "type": "object",
  14360. "additionalProperties": {
  14361. "type": "string"
  14362. }
  14363. }
  14364. },
  14365. "target_data": {
  14366. "type": "array",
  14367. "items": {
  14368. "type": "object",
  14369. "additionalProperties": {
  14370. "type": "string"
  14371. }
  14372. }
  14373. },
  14374. "total": {
  14375. "type": "integer"
  14376. }
  14377. }
  14378. },
  14379. "md.NoticePushSaveReq": {
  14380. "type": "object",
  14381. "properties": {
  14382. "content": {
  14383. "type": "string"
  14384. },
  14385. "id": {
  14386. "type": "string"
  14387. },
  14388. "level": {
  14389. "type": "array",
  14390. "items": {
  14391. "type": "string"
  14392. }
  14393. },
  14394. "platform": {
  14395. "type": "string"
  14396. },
  14397. "send_end_time": {
  14398. "type": "string"
  14399. },
  14400. "send_start_time": {
  14401. "type": "string"
  14402. },
  14403. "send_type": {
  14404. "type": "string"
  14405. },
  14406. "tag_list": {
  14407. "type": "array",
  14408. "items": {
  14409. "type": "string"
  14410. }
  14411. },
  14412. "target": {
  14413. "type": "string"
  14414. },
  14415. "title": {
  14416. "type": "string"
  14417. },
  14418. "user_list": {
  14419. "type": "array",
  14420. "items": {
  14421. "type": "string"
  14422. }
  14423. }
  14424. }
  14425. },
  14426. "md.NoticeSaveReq": {
  14427. "type": "object",
  14428. "properties": {
  14429. "content": {
  14430. "type": "string"
  14431. },
  14432. "day": {
  14433. "type": "string",
  14434. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14435. },
  14436. "id": {
  14437. "type": "string"
  14438. },
  14439. "jpush_open": {
  14440. "type": "string",
  14441. "example": "app推送开启 0关 1开"
  14442. },
  14443. "notice_day": {
  14444. "type": "string",
  14445. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14446. },
  14447. "sms_code": {
  14448. "type": "string",
  14449. "example": "短信模板id"
  14450. },
  14451. "sms_open": {
  14452. "type": "string",
  14453. "example": "短信推送开启 0关 1开"
  14454. },
  14455. "title": {
  14456. "type": "string"
  14457. },
  14458. "type": {
  14459. "type": "string"
  14460. }
  14461. }
  14462. },
  14463. "md.OtherNode": {
  14464. "type": "object",
  14465. "properties": {
  14466. "create_at": {
  14467. "description": "注册时间",
  14468. "type": "string"
  14469. },
  14470. "last_login_at": {
  14471. "description": "最近登录时间",
  14472. "type": "string"
  14473. },
  14474. "last_login_ip": {
  14475. "description": "最后登录 IP",
  14476. "type": "string"
  14477. }
  14478. }
  14479. },
  14480. "md.PageCustomerServiceReq": {
  14481. "type": "object",
  14482. "properties": {
  14483. "memo": {
  14484. "type": "string",
  14485. "example": "备注"
  14486. },
  14487. "page": {
  14488. "type": "integer"
  14489. },
  14490. "page_size": {
  14491. "type": "integer"
  14492. },
  14493. "phone": {
  14494. "description": "手机号",
  14495. "type": "string"
  14496. },
  14497. "state": {
  14498. "description": "状态",
  14499. "type": "integer"
  14500. }
  14501. }
  14502. },
  14503. "md.PageEmoticonReq": {
  14504. "type": "object",
  14505. "properties": {
  14506. "memo": {
  14507. "type": "string",
  14508. "example": "备注"
  14509. },
  14510. "name": {
  14511. "description": "表情名称",
  14512. "type": "string"
  14513. },
  14514. "page": {
  14515. "type": "integer"
  14516. },
  14517. "page_size": {
  14518. "type": "integer"
  14519. },
  14520. "state": {
  14521. "description": "状态",
  14522. "type": "integer"
  14523. }
  14524. }
  14525. },
  14526. "md.PageSendRedPackageOrdReq": {
  14527. "type": "object",
  14528. "properties": {
  14529. "invite_code": {
  14530. "description": "邀请码",
  14531. "type": "string",
  14532. "example": "邀请码"
  14533. },
  14534. "nickname": {
  14535. "description": "昵称",
  14536. "type": "string",
  14537. "example": "昵称"
  14538. },
  14539. "ord_no": {
  14540. "description": "订单号",
  14541. "type": "string",
  14542. "example": "订单号"
  14543. },
  14544. "page": {
  14545. "type": "integer"
  14546. },
  14547. "page_size": {
  14548. "type": "integer"
  14549. },
  14550. "phone": {
  14551. "description": "手机号",
  14552. "type": "string",
  14553. "example": "手机号"
  14554. },
  14555. "red_packet_type": {
  14556. "description": "红包类型",
  14557. "type": "integer"
  14558. },
  14559. "start_time_end": {
  14560. "type": "string",
  14561. "example": "发送时间-截止"
  14562. },
  14563. "start_time_start": {
  14564. "type": "string",
  14565. "example": "发送时间-起始"
  14566. },
  14567. "state": {
  14568. "description": "状态",
  14569. "type": "integer"
  14570. },
  14571. "uid": {
  14572. "type": "integer"
  14573. }
  14574. }
  14575. },
  14576. "md.PlatformRevenueDataNode": {
  14577. "type": "object",
  14578. "properties": {
  14579. "balance_amount": {
  14580. "description": "余额",
  14581. "type": "string"
  14582. },
  14583. "balance_times": {
  14584. "description": "剩余执行次数",
  14585. "type": "integer"
  14586. },
  14587. "create_at": {
  14588. "description": "创建时间",
  14589. "type": "string"
  14590. },
  14591. "hours": {
  14592. "description": "时长",
  14593. "type": "integer"
  14594. },
  14595. "kind": {
  14596. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  14597. "type": "integer"
  14598. },
  14599. "memo": {
  14600. "description": "备注",
  14601. "type": "string"
  14602. },
  14603. "system_id": {
  14604. "type": "integer"
  14605. },
  14606. "total_amount": {
  14607. "description": "金额",
  14608. "type": "string"
  14609. }
  14610. }
  14611. },
  14612. "md.PlayletBaseData": {
  14613. "type": "object",
  14614. "properties": {
  14615. "day_one_count": {
  14616. "type": "string",
  14617. "example": "每天每个短剧解锁次数"
  14618. },
  14619. "first_count": {
  14620. "type": "string",
  14621. "example": "首次可观看集数"
  14622. },
  14623. "reward": {
  14624. "type": "string",
  14625. "example": "单次奖励"
  14626. },
  14627. "second_count": {
  14628. "type": "string",
  14629. "example": "看一次广告解锁集数"
  14630. },
  14631. "total": {
  14632. "type": "string",
  14633. "example": "可领取总次数"
  14634. }
  14635. }
  14636. },
  14637. "md.PlayletIncentiveBaseData": {
  14638. "type": "object",
  14639. "properties": {
  14640. "android_adv_id": {
  14641. "type": "string",
  14642. "example": "安卓激励视频广告位"
  14643. },
  14644. "android_adv_secret": {
  14645. "type": "string",
  14646. "example": "安卓激励视频秘钥"
  14647. },
  14648. "ios_adv_id": {
  14649. "type": "string",
  14650. "example": "iOS激励视频广告位"
  14651. },
  14652. "ios_adv_secret": {
  14653. "type": "string",
  14654. "example": "iOS激励视频秘钥"
  14655. }
  14656. }
  14657. },
  14658. "md.PriceSettingStruct": {
  14659. "type": "object",
  14660. "properties": {
  14661. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  14662. "description": "市商资金单笔x元自动兑换",
  14663. "type": "string"
  14664. },
  14665. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  14666. "description": "市商数量单笔x数量自动兑换",
  14667. "type": "string"
  14668. },
  14669. "price_below_value": {
  14670. "description": "低于x元",
  14671. "type": "string"
  14672. },
  14673. "price_higher_than_value": {
  14674. "description": "高于x元",
  14675. "type": "string"
  14676. }
  14677. }
  14678. },
  14679. "md.ReleaseDynamicReq": {
  14680. "type": "object",
  14681. "properties": {
  14682. "content": {
  14683. "description": "文本内容",
  14684. "type": "string"
  14685. },
  14686. "image": {
  14687. "description": "图片",
  14688. "type": "array",
  14689. "items": {
  14690. "type": "string"
  14691. }
  14692. },
  14693. "is_praise": {
  14694. "description": "是否被表扬(1:是 2:否)",
  14695. "type": "integer"
  14696. },
  14697. "is_top_up": {
  14698. "description": "是否置顶(1:是 2:否)",
  14699. "type": "integer"
  14700. },
  14701. "kind": {
  14702. "description": "类型(1:普通 2:官方)",
  14703. "type": "integer"
  14704. },
  14705. "state": {
  14706. "description": "状态(1:正常 2:隐藏)",
  14707. "type": "integer"
  14708. },
  14709. "video": {
  14710. "description": "视频",
  14711. "type": "array",
  14712. "items": {
  14713. "type": "string"
  14714. }
  14715. }
  14716. }
  14717. },
  14718. "md.Response": {
  14719. "type": "object",
  14720. "properties": {
  14721. "code": {
  14722. "type": "string",
  14723. "example": "响应码"
  14724. },
  14725. "data": {
  14726. "description": "内容"
  14727. },
  14728. "msg": {
  14729. "type": "string",
  14730. "example": "具体错误原因"
  14731. }
  14732. }
  14733. },
  14734. "md.RewardSystemStruct": {
  14735. "type": "object",
  14736. "properties": {
  14737. "level": {
  14738. "description": "圈层",
  14739. "type": "integer"
  14740. },
  14741. "reward_condition": {
  14742. "description": "奖励条件",
  14743. "type": "string"
  14744. },
  14745. "reward_value": {
  14746. "description": "奖励值",
  14747. "type": "string"
  14748. }
  14749. }
  14750. },
  14751. "md.RoleBindPermissionGroupReq": {
  14752. "type": "object",
  14753. "required": [
  14754. "role_id"
  14755. ],
  14756. "properties": {
  14757. "permission_ids": {
  14758. "type": "array",
  14759. "items": {
  14760. "type": "integer"
  14761. }
  14762. },
  14763. "role_id": {
  14764. "type": "integer"
  14765. }
  14766. }
  14767. },
  14768. "md.SelectData": {
  14769. "type": "object",
  14770. "properties": {
  14771. "direction": {
  14772. "type": "array",
  14773. "items": {
  14774. "type": "object",
  14775. "additionalProperties": {
  14776. "type": "string"
  14777. }
  14778. }
  14779. }
  14780. }
  14781. },
  14782. "md.SelectMemberNode": {
  14783. "type": "object",
  14784. "properties": {
  14785. "avatar": {
  14786. "description": "会员头像",
  14787. "type": "string"
  14788. },
  14789. "level": {
  14790. "description": "会员等级",
  14791. "type": "string"
  14792. },
  14793. "nickname": {
  14794. "description": "会员昵称",
  14795. "type": "string"
  14796. },
  14797. "phone": {
  14798. "description": "会员手机号",
  14799. "type": "string"
  14800. },
  14801. "uid": {
  14802. "description": "会员 ID",
  14803. "type": "integer"
  14804. }
  14805. }
  14806. },
  14807. "md.SelectMemberReq": {
  14808. "type": "object",
  14809. "properties": {
  14810. "level": {
  14811. "description": "会员等级",
  14812. "type": "integer"
  14813. },
  14814. "limit": {
  14815. "description": "每页大小",
  14816. "type": "integer"
  14817. },
  14818. "nickname": {
  14819. "description": "会员昵称",
  14820. "type": "string"
  14821. },
  14822. "page": {
  14823. "description": "页数",
  14824. "type": "integer"
  14825. },
  14826. "phone": {
  14827. "description": "会员手机号",
  14828. "type": "string"
  14829. },
  14830. "uid": {
  14831. "description": "会员 ID",
  14832. "type": "integer"
  14833. }
  14834. }
  14835. },
  14836. "md.SelectMemberResp": {
  14837. "type": "object",
  14838. "properties": {
  14839. "level_list": {
  14840. "description": "会员等级列表",
  14841. "type": "array",
  14842. "items": {
  14843. "type": "object",
  14844. "additionalProperties": true
  14845. }
  14846. },
  14847. "list": {
  14848. "description": "会员数据",
  14849. "type": "array",
  14850. "items": {
  14851. "$ref": "#/definitions/md.SelectMemberNode"
  14852. }
  14853. },
  14854. "paginate": {
  14855. "description": "分页信息",
  14856. "allOf": [
  14857. {
  14858. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14859. }
  14860. ]
  14861. }
  14862. }
  14863. },
  14864. "md.SetCustomerServiceStateReq": {
  14865. "type": "object",
  14866. "properties": {
  14867. "id": {
  14868. "description": "拥有用户数量",
  14869. "type": "integer"
  14870. },
  14871. "state": {
  14872. "description": "状态",
  14873. "type": "integer"
  14874. }
  14875. }
  14876. },
  14877. "md.SetEmoticonStateReq": {
  14878. "type": "object",
  14879. "properties": {
  14880. "id": {
  14881. "description": "拥有用户数量",
  14882. "type": "integer"
  14883. },
  14884. "state": {
  14885. "description": "状态",
  14886. "type": "integer"
  14887. }
  14888. }
  14889. },
  14890. "md.SetVideoRewardReq": {
  14891. "type": "object",
  14892. "properties": {
  14893. "ecpm": {
  14894. "description": "当前 Ecpm 值",
  14895. "type": "string"
  14896. },
  14897. "unit_price": {
  14898. "description": "单价",
  14899. "type": "string"
  14900. }
  14901. }
  14902. },
  14903. "md.SonUserDailyActivityAnalysisNode": {
  14904. "type": "object",
  14905. "properties": {
  14906. "activity_day_nums": {
  14907. "description": "活跃子节点活跃天数",
  14908. "type": "integer"
  14909. },
  14910. "nickname": {
  14911. "type": "string",
  14912. "example": "昵称"
  14913. },
  14914. "phone": {
  14915. "type": "string",
  14916. "example": "手机号"
  14917. },
  14918. "uid": {
  14919. "description": "查询用户活跃子节点 ID",
  14920. "type": "integer"
  14921. }
  14922. }
  14923. },
  14924. "md.StatisticsEggPointReq": {
  14925. "type": "object",
  14926. "properties": {
  14927. "week": {
  14928. "type": "string",
  14929. "example": "周份"
  14930. },
  14931. "year": {
  14932. "type": "string",
  14933. "example": "年份"
  14934. }
  14935. }
  14936. },
  14937. "md.StatisticsEggPointResp": {
  14938. "type": "object",
  14939. "properties": {
  14940. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  14941. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  14942. "type": "array",
  14943. "items": {
  14944. "type": "object",
  14945. "additionalProperties": {
  14946. "type": "string"
  14947. }
  14948. }
  14949. },
  14950. "statistics_user_egg_browse_interface_nums_range": {
  14951. "description": "统计用户\"浏览界面次数\"范围",
  14952. "type": "array",
  14953. "items": {
  14954. "type": "object",
  14955. "additionalProperties": {
  14956. "type": "string"
  14957. }
  14958. }
  14959. },
  14960. "statistics_user_egg_college_learning_nums_range": {
  14961. "description": "统计用户\"学院学习次数\"范围",
  14962. "type": "array",
  14963. "items": {
  14964. "type": "object",
  14965. "additionalProperties": {
  14966. "type": "string"
  14967. }
  14968. }
  14969. },
  14970. "statistics_user_egg_ecpm_range": {
  14971. "description": "统计用户\"ecpm\"范围",
  14972. "type": "array",
  14973. "items": {
  14974. "type": "object",
  14975. "additionalProperties": {
  14976. "type": "string"
  14977. }
  14978. }
  14979. },
  14980. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  14981. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  14982. "type": "array",
  14983. "items": {
  14984. "type": "object",
  14985. "additionalProperties": {
  14986. "type": "string"
  14987. }
  14988. }
  14989. },
  14990. "statistics_user_egg_forum_comments_nums_range": {
  14991. "description": "统计用户\"论坛评论次数\"范围",
  14992. "type": "array",
  14993. "items": {
  14994. "type": "object",
  14995. "additionalProperties": {
  14996. "type": "string"
  14997. }
  14998. }
  14999. },
  15000. "statistics_user_egg_invite_user_nums_range": {
  15001. "description": "统计用户\"拉新人数\"范围",
  15002. "type": "array",
  15003. "items": {
  15004. "type": "object",
  15005. "additionalProperties": {
  15006. "type": "string"
  15007. }
  15008. }
  15009. },
  15010. "statistics_user_egg_person_add_activity_value_range": {
  15011. "description": "统计用户\"个人活跃积分增量值\"范围",
  15012. "type": "array",
  15013. "items": {
  15014. "type": "object",
  15015. "additionalProperties": {
  15016. "type": "string"
  15017. }
  15018. }
  15019. },
  15020. "statistics_user_egg_send_circle_of_friend_nums_range": {
  15021. "description": "统计用户\"发朋友圈次数\"范围",
  15022. "type": "array",
  15023. "items": {
  15024. "type": "object",
  15025. "additionalProperties": {
  15026. "type": "string"
  15027. }
  15028. }
  15029. },
  15030. "statistics_user_egg_send_red_package_nums_range": {
  15031. "description": "统计用户\"发红包次数\"范围",
  15032. "type": "array",
  15033. "items": {
  15034. "type": "object",
  15035. "additionalProperties": {
  15036. "type": "string"
  15037. }
  15038. }
  15039. },
  15040. "statistics_user_egg_sign_in_nums_range": {
  15041. "description": "统计用户\"签到次数\"范围",
  15042. "type": "array",
  15043. "items": {
  15044. "type": "object",
  15045. "additionalProperties": {
  15046. "type": "string"
  15047. }
  15048. }
  15049. },
  15050. "statistics_user_egg_team_activity_nums_range": {
  15051. "description": "统计用户\"团队活跃次数\"范围",
  15052. "type": "array",
  15053. "items": {
  15054. "type": "object",
  15055. "additionalProperties": {
  15056. "type": "string"
  15057. }
  15058. }
  15059. },
  15060. "statistics_user_egg_violate_nums_range": {
  15061. "description": "统计用户\"违规次数\"范围",
  15062. "type": "array",
  15063. "items": {
  15064. "type": "object",
  15065. "additionalProperties": {
  15066. "type": "string"
  15067. }
  15068. }
  15069. },
  15070. "week": {
  15071. "type": "string",
  15072. "example": "周份"
  15073. },
  15074. "year": {
  15075. "type": "string",
  15076. "example": "年份"
  15077. },
  15078. "year_list": {
  15079. "description": "年份\u0026\u0026周份列表",
  15080. "type": "object",
  15081. "additionalProperties": {
  15082. "type": "array",
  15083. "items": {
  15084. "type": "string"
  15085. }
  15086. }
  15087. }
  15088. }
  15089. },
  15090. "md.SubUser": {
  15091. "type": "object",
  15092. "properties": {
  15093. "avatar_url": {
  15094. "type": "string",
  15095. "example": "头像"
  15096. },
  15097. "level": {
  15098. "description": "整个系统中的等级",
  15099. "type": "integer"
  15100. },
  15101. "nickname": {
  15102. "type": "string",
  15103. "example": "昵称"
  15104. },
  15105. "phone": {
  15106. "type": "string",
  15107. "example": "手机号"
  15108. },
  15109. "pid": {
  15110. "type": "integer"
  15111. },
  15112. "position": {
  15113. "description": "以pid1为创始人中网的位置",
  15114. "type": "integer"
  15115. },
  15116. "uid": {
  15117. "type": "integer"
  15118. }
  15119. }
  15120. },
  15121. "md.TagListNode": {
  15122. "type": "object",
  15123. "properties": {
  15124. "count": {
  15125. "description": "标签人数",
  15126. "type": "string"
  15127. },
  15128. "create_at": {
  15129. "description": "创建时间",
  15130. "type": "string"
  15131. },
  15132. "is_punish": {
  15133. "description": "是否处罚",
  15134. "type": "integer"
  15135. },
  15136. "memo": {
  15137. "description": "备注",
  15138. "type": "string"
  15139. },
  15140. "name": {
  15141. "description": "名称",
  15142. "type": "string"
  15143. },
  15144. "tag_id": {
  15145. "description": "标签 ID",
  15146. "type": "string"
  15147. }
  15148. }
  15149. },
  15150. "md.TreeNode": {
  15151. "type": "object",
  15152. "properties": {
  15153. "avatar_url": {
  15154. "type": "string",
  15155. "example": "头像"
  15156. },
  15157. "level": {
  15158. "type": "integer"
  15159. },
  15160. "nickname": {
  15161. "type": "string",
  15162. "example": "昵称"
  15163. },
  15164. "phone": {
  15165. "type": "string",
  15166. "example": "手机号"
  15167. },
  15168. "pid": {
  15169. "type": "integer"
  15170. },
  15171. "position": {
  15172. "type": "integer"
  15173. },
  15174. "son": {
  15175. "type": "array",
  15176. "items": {
  15177. "$ref": "#/definitions/md.TreeNode"
  15178. }
  15179. },
  15180. "system_id": {
  15181. "description": "公排网中id",
  15182. "type": "integer"
  15183. },
  15184. "uid": {
  15185. "type": "integer"
  15186. }
  15187. }
  15188. },
  15189. "md.UpdateAdminReq": {
  15190. "type": "object",
  15191. "required": [
  15192. "adm_id",
  15193. "password",
  15194. "username"
  15195. ],
  15196. "properties": {
  15197. "adm_id": {
  15198. "type": "integer"
  15199. },
  15200. "memo": {
  15201. "type": "string"
  15202. },
  15203. "password": {
  15204. "type": "string"
  15205. },
  15206. "username": {
  15207. "type": "string"
  15208. }
  15209. }
  15210. },
  15211. "md.UpdateAdminStateReq": {
  15212. "type": "object",
  15213. "required": [
  15214. "adm_id",
  15215. "state"
  15216. ],
  15217. "properties": {
  15218. "adm_id": {
  15219. "type": "integer"
  15220. },
  15221. "state": {
  15222. "type": "integer"
  15223. }
  15224. }
  15225. },
  15226. "md.UpdateContributionValueBasicSettingReq": {
  15227. "type": "object",
  15228. "properties": {
  15229. "hand_out_red_package": {
  15230. "description": "发红包获得x点",
  15231. "type": "string"
  15232. },
  15233. "id": {
  15234. "type": "string"
  15235. },
  15236. "posting_comment_liked": {
  15237. "description": "发布评论被官方点赞获得x点",
  15238. "type": "string"
  15239. },
  15240. "posting_dynamic_liked": {
  15241. "description": "发布动态被官方点赞获得x点",
  15242. "type": "string"
  15243. },
  15244. "publish_creation": {
  15245. "description": "发布创作获得x点",
  15246. "type": "string"
  15247. }
  15248. }
  15249. },
  15250. "md.UpdateCustomerServiceMemoReq": {
  15251. "type": "object",
  15252. "properties": {
  15253. "id": {
  15254. "description": "拥有用户数量",
  15255. "type": "integer"
  15256. },
  15257. "memo": {
  15258. "description": "备注",
  15259. "type": "string",
  15260. "example": "备注"
  15261. }
  15262. }
  15263. },
  15264. "md.UpdateDynamicReq": {
  15265. "type": "object",
  15266. "required": [
  15267. "index_id"
  15268. ],
  15269. "properties": {
  15270. "index_id": {
  15271. "description": "动态id",
  15272. "type": "string"
  15273. },
  15274. "is_praise": {
  15275. "description": "是否被表扬(1:是 2:否)",
  15276. "type": "integer"
  15277. },
  15278. "is_top_up": {
  15279. "description": "是否置顶(1:是 2:否)",
  15280. "type": "integer"
  15281. },
  15282. "state": {
  15283. "description": "状态(1:正常 2:隐藏)",
  15284. "type": "integer"
  15285. }
  15286. }
  15287. },
  15288. "md.UpdateEggEnergyBasicReq": {
  15289. "type": "object",
  15290. "properties": {
  15291. "basic_setting": {
  15292. "description": "基础设置",
  15293. "allOf": [
  15294. {
  15295. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  15296. }
  15297. ]
  15298. },
  15299. "data_setting": {
  15300. "description": "数据设置",
  15301. "allOf": [
  15302. {
  15303. "$ref": "#/definitions/md.DataSetting"
  15304. }
  15305. ]
  15306. },
  15307. "destruction_setting": {
  15308. "description": "销毁设置",
  15309. "allOf": [
  15310. {
  15311. "$ref": "#/definitions/md.DestructionSettingStruct"
  15312. }
  15313. ]
  15314. },
  15315. "exchange_rules": {
  15316. "description": "兑换规则",
  15317. "allOf": [
  15318. {
  15319. "$ref": "#/definitions/md.ExchangeRulesStruct"
  15320. }
  15321. ]
  15322. },
  15323. "new_user_incentive_rules": {
  15324. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  15325. "allOf": [
  15326. {
  15327. "$ref": "#/definitions/md.NewUserRewardRules"
  15328. }
  15329. ]
  15330. },
  15331. "price_setting": {
  15332. "description": "价格设置",
  15333. "allOf": [
  15334. {
  15335. "$ref": "#/definitions/md.PriceSettingStruct"
  15336. }
  15337. ]
  15338. },
  15339. "reward_system": {
  15340. "description": "圈层奖励",
  15341. "type": "array",
  15342. "items": {
  15343. "$ref": "#/definitions/md.RewardSystemStruct"
  15344. }
  15345. },
  15346. "settlement_quantity": {
  15347. "description": "结算数量(百分比)",
  15348. "type": "string"
  15349. },
  15350. "system_id": {
  15351. "description": "该设置系统 ID",
  15352. "type": "integer"
  15353. },
  15354. "video_reward_setting": {
  15355. "description": "视频奖励",
  15356. "allOf": [
  15357. {
  15358. "$ref": "#/definitions/md.VideoRewardSetting"
  15359. }
  15360. ]
  15361. }
  15362. }
  15363. },
  15364. "md.UpdateEggEnergyCoreDataReq": {
  15365. "type": "object",
  15366. "properties": {
  15367. "community_dividends": {
  15368. "description": "社区分红",
  15369. "type": "string"
  15370. },
  15371. "development_committee": {
  15372. "description": "发展委员会",
  15373. "type": "string"
  15374. },
  15375. "id": {
  15376. "type": "integer"
  15377. },
  15378. "marketplace_merchant_funds": {
  15379. "description": "市商资金",
  15380. "type": "string"
  15381. },
  15382. "marketplace_merchant_nums": {
  15383. "description": "市商数量",
  15384. "type": "string"
  15385. },
  15386. "now_energy_total_nums": {
  15387. "description": "现行总量",
  15388. "type": "string"
  15389. },
  15390. "now_price": {
  15391. "description": "当前价格",
  15392. "type": "string"
  15393. },
  15394. "planet_total_value": {
  15395. "description": "星球总价值",
  15396. "type": "string"
  15397. },
  15398. "public_welfare_and_charity": {
  15399. "description": "公益慈善",
  15400. "type": "string"
  15401. },
  15402. "star_level_dividends": {
  15403. "description": "星级分红",
  15404. "type": "string"
  15405. }
  15406. }
  15407. },
  15408. "md.UpdateEggEnergyVipSettingReq": {
  15409. "type": "object",
  15410. "properties": {
  15411. "list": {
  15412. "description": "更新后数据",
  15413. "type": "array",
  15414. "items": {
  15415. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  15416. }
  15417. }
  15418. }
  15419. },
  15420. "md.UpdateEmoticonReq": {
  15421. "type": "object",
  15422. "properties": {
  15423. "id": {
  15424. "description": "拥有用户数量",
  15425. "type": "integer"
  15426. },
  15427. "img_url": {
  15428. "type": "string",
  15429. "example": "图片地址"
  15430. },
  15431. "memo": {
  15432. "description": "备注",
  15433. "type": "string",
  15434. "example": "备注"
  15435. },
  15436. "name": {
  15437. "type": "string",
  15438. "example": "名称"
  15439. },
  15440. "sort": {
  15441. "description": "排序",
  15442. "type": "integer"
  15443. }
  15444. }
  15445. },
  15446. "md.UpdateFriendCircleBasicSettingsReq": {
  15447. "type": "object",
  15448. "properties": {
  15449. "comment_is_real_name": {
  15450. "description": "评论是否需要实名认证(1:是 2:否)",
  15451. "type": "integer"
  15452. },
  15453. "comment_nums_every_day": {
  15454. "description": "评论每天次数",
  15455. "type": "integer"
  15456. },
  15457. "id": {
  15458. "type": "integer"
  15459. },
  15460. "publish_is_real_name": {
  15461. "description": "发布是否需要实名认证(1:是 2:否)",
  15462. "type": "integer"
  15463. },
  15464. "publish_nums_every_day": {
  15465. "description": "发布每天次数",
  15466. "type": "integer"
  15467. }
  15468. }
  15469. },
  15470. "md.UpdateLevelReq": {
  15471. "type": "object",
  15472. "properties": {
  15473. "auto_update": {
  15474. "description": "自动升级 0关闭 1开启",
  15475. "type": "string"
  15476. },
  15477. "choosable_num": {
  15478. "description": "可选任务数量",
  15479. "type": "string"
  15480. },
  15481. "is_use": {
  15482. "description": "是否开启(0.否, 1.是)",
  15483. "type": "string"
  15484. },
  15485. "level_id": {
  15486. "type": "string"
  15487. },
  15488. "level_name": {
  15489. "description": "等级名称",
  15490. "type": "string"
  15491. },
  15492. "level_weight": {
  15493. "description": "等级权重",
  15494. "type": "string"
  15495. },
  15496. "memo": {
  15497. "description": "备注",
  15498. "type": "string"
  15499. },
  15500. "user_level_tasks": {
  15501. "description": "完整的任务列表",
  15502. "type": "array",
  15503. "items": {
  15504. "$ref": "#/definitions/md.LevelTaskNode"
  15505. }
  15506. }
  15507. }
  15508. },
  15509. "md.UpdatePublicPlatoonBasicReq": {
  15510. "type": "object",
  15511. "properties": {
  15512. "is_open": {
  15513. "description": "是否开启(1:开启 0:关闭)",
  15514. "type": "integer"
  15515. },
  15516. "is_self_active_get_team_revenue": {
  15517. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15518. "type": "integer"
  15519. },
  15520. "originator_uid": {
  15521. "description": "创始人uid",
  15522. "type": "integer"
  15523. },
  15524. "several_rows": {
  15525. "description": "几排",
  15526. "type": "integer"
  15527. },
  15528. "several_times": {
  15529. "description": "几乘",
  15530. "type": "integer"
  15531. },
  15532. "system_punish_replace": {
  15533. "description": "是否位置滑落 被新用户替换 0否 1是",
  15534. "type": "integer"
  15535. },
  15536. "system_punish_replace_value": {
  15537. "description": "xx天未活跃,处罚滑落",
  15538. "type": "integer"
  15539. }
  15540. }
  15541. },
  15542. "md.UpdateRoleReq": {
  15543. "type": "object",
  15544. "required": [
  15545. "memo",
  15546. "name",
  15547. "role_id"
  15548. ],
  15549. "properties": {
  15550. "memo": {
  15551. "type": "string"
  15552. },
  15553. "name": {
  15554. "type": "string"
  15555. },
  15556. "role_id": {
  15557. "type": "integer"
  15558. }
  15559. }
  15560. },
  15561. "md.UpdateRoleStateReq": {
  15562. "type": "object",
  15563. "required": [
  15564. "role_id",
  15565. "state"
  15566. ],
  15567. "properties": {
  15568. "role_id": {
  15569. "type": "integer"
  15570. },
  15571. "state": {
  15572. "type": "integer"
  15573. }
  15574. }
  15575. },
  15576. "md.UpdateTagReq": {
  15577. "type": "object",
  15578. "properties": {
  15579. "is_punish": {
  15580. "description": "是否是惩罚标签",
  15581. "type": "integer"
  15582. },
  15583. "memo": {
  15584. "description": "备注",
  15585. "type": "string"
  15586. },
  15587. "name": {
  15588. "description": "标签名称",
  15589. "type": "string"
  15590. },
  15591. "tag_id": {
  15592. "description": "标签 ID",
  15593. "type": "string"
  15594. }
  15595. }
  15596. },
  15597. "md.UpdateVipEquitySettingNode": {
  15598. "type": "object",
  15599. "properties": {
  15600. "dividend_ratio": {
  15601. "description": "分红比例",
  15602. "type": "string"
  15603. },
  15604. "exchange_account_balance_fee": {
  15605. "description": "兑换余额手续费",
  15606. "type": "string"
  15607. },
  15608. "vip_level_id": {
  15609. "description": "会员等级ID",
  15610. "type": "string"
  15611. }
  15612. }
  15613. },
  15614. "md.UpdateVirtualCoinReq": {
  15615. "type": "object",
  15616. "properties": {
  15617. "exchange_ratio": {
  15618. "description": "兑换比例(与金额)",
  15619. "type": "string"
  15620. },
  15621. "id": {
  15622. "type": "integer"
  15623. },
  15624. "is_use": {
  15625. "description": "是否开启:0否 1是",
  15626. "type": "integer"
  15627. },
  15628. "name": {
  15629. "description": "名称",
  15630. "type": "string"
  15631. }
  15632. }
  15633. },
  15634. "md.UpdateWithdrawSettingReq": {
  15635. "type": "object",
  15636. "properties": {
  15637. "condition_is_open": {
  15638. "description": "提现条件是否开启(0:关闭, 1:开启)",
  15639. "type": "integer"
  15640. },
  15641. "first_withdraw_set": {
  15642. "description": "首次提现设置",
  15643. "allOf": [
  15644. {
  15645. "$ref": "#/definitions/md.FirstWithdrawSet"
  15646. }
  15647. ]
  15648. },
  15649. "frequency_set": {
  15650. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  15651. "allOf": [
  15652. {
  15653. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  15654. }
  15655. ]
  15656. },
  15657. "id": {
  15658. "type": "integer"
  15659. },
  15660. "is_auto": {
  15661. "description": "是否开启自动提现(0:否 1:是)",
  15662. "type": "integer"
  15663. },
  15664. "is_auto_amount_limit": {
  15665. "description": "自动提现金额限制",
  15666. "type": "string"
  15667. },
  15668. "is_real_name": {
  15669. "description": "是否实名(0:否 1:是)",
  15670. "type": "integer"
  15671. },
  15672. "is_support_decimal_point": {
  15673. "description": "是否支持小数点(0:否 1:是)",
  15674. "type": "integer"
  15675. },
  15676. "pending_orders_is_can_apply": {
  15677. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  15678. "type": "integer"
  15679. },
  15680. "tips": {
  15681. "description": "提示",
  15682. "type": "string"
  15683. },
  15684. "vip_level_limit": {
  15685. "description": "提现等级限制",
  15686. "type": "integer"
  15687. },
  15688. "withdraw_amount_limit": {
  15689. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  15690. "type": "string"
  15691. },
  15692. "withdraw_fee_set": {
  15693. "description": "提现手续费设置",
  15694. "allOf": [
  15695. {
  15696. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  15697. }
  15698. ]
  15699. },
  15700. "withdraw_multiple_limit": {
  15701. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  15702. "type": "string"
  15703. },
  15704. "withdraw_nums_limit": {
  15705. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  15706. "type": "integer"
  15707. },
  15708. "withdraw_time_interval": {
  15709. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  15710. "allOf": [
  15711. {
  15712. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  15713. }
  15714. ]
  15715. },
  15716. "withdraw_type": {
  15717. "description": "提现方式(1:支付宝 2:微信)",
  15718. "type": "integer"
  15719. }
  15720. }
  15721. },
  15722. "md.UserDailyActivityAnalysisReq": {
  15723. "type": "object",
  15724. "properties": {
  15725. "end_date": {
  15726. "type": "string",
  15727. "example": "结束日期"
  15728. },
  15729. "page": {
  15730. "description": "页数",
  15731. "type": "integer"
  15732. },
  15733. "page_size": {
  15734. "description": "每页大小",
  15735. "type": "integer"
  15736. },
  15737. "start_date": {
  15738. "type": "string",
  15739. "example": "开始日期"
  15740. },
  15741. "uid": {
  15742. "description": "查询用户 ID",
  15743. "type": "integer"
  15744. }
  15745. }
  15746. },
  15747. "md.UserDailyActivityAnalysisResp": {
  15748. "type": "object",
  15749. "properties": {
  15750. "son_user_data": {
  15751. "description": "被查询用户子节点信息",
  15752. "type": "array",
  15753. "items": {
  15754. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  15755. }
  15756. },
  15757. "top_data": {
  15758. "description": "统计信息",
  15759. "allOf": [
  15760. {
  15761. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  15762. }
  15763. ]
  15764. }
  15765. }
  15766. },
  15767. "md.UserEggFlowReq": {
  15768. "type": "object",
  15769. "properties": {
  15770. "account_balance_exchange_egg_energy_nums_end": {
  15771. "type": "string",
  15772. "example": "余额兑换蛋蛋能量数量-结束值"
  15773. },
  15774. "account_balance_exchange_egg_energy_nums_start": {
  15775. "type": "string",
  15776. "example": "余额兑换蛋蛋能量数量-起始值"
  15777. },
  15778. "browse_interface_nums_end": {
  15779. "type": "string",
  15780. "example": "浏览界面次数-结束值"
  15781. },
  15782. "browse_interface_nums_start": {
  15783. "type": "string",
  15784. "example": "浏览界面次数-起始值"
  15785. },
  15786. "college_learning_nums_end": {
  15787. "type": "string",
  15788. "example": "学院学习次数-结束值"
  15789. },
  15790. "college_learning_nums_start": {
  15791. "type": "string",
  15792. "example": "学院学习次数-起始值"
  15793. },
  15794. "ecpm_end": {
  15795. "type": "string",
  15796. "example": "ecpm-结束值"
  15797. },
  15798. "ecpm_start": {
  15799. "type": "string",
  15800. "example": "ecpm-起始值"
  15801. },
  15802. "egg_energy_exchange_account_balance_end": {
  15803. "type": "string",
  15804. "example": "蛋蛋能量兑换余额数量-结束值"
  15805. },
  15806. "egg_energy_exchange_account_balance_start": {
  15807. "type": "string",
  15808. "example": "蛋蛋能量兑换余额数量-起始值"
  15809. },
  15810. "forum_comments_nums_end": {
  15811. "type": "string",
  15812. "example": "论坛评论次数-结束值"
  15813. },
  15814. "forum_comments_nums_start": {
  15815. "type": "string",
  15816. "example": "论坛评论次数-起始值"
  15817. },
  15818. "im_activity_nums_end": {
  15819. "type": "string",
  15820. "example": "im活跃次数-结束值"
  15821. },
  15822. "im_activity_nums_start": {
  15823. "type": "string",
  15824. "example": "im活跃次数-起始值"
  15825. },
  15826. "invite_user_nums_end": {
  15827. "type": "string",
  15828. "example": "拉新人数-结束值"
  15829. },
  15830. "invite_user_nums_start": {
  15831. "type": "string",
  15832. "example": "拉新人数-起始值"
  15833. },
  15834. "page": {
  15835. "description": "页数",
  15836. "type": "integer"
  15837. },
  15838. "page_size": {
  15839. "description": "每页大小",
  15840. "type": "integer"
  15841. },
  15842. "person_add_activity_value_end": {
  15843. "type": "string",
  15844. "example": "个人活跃积分-结束值"
  15845. },
  15846. "person_add_activity_value_start": {
  15847. "type": "string",
  15848. "example": "个人活跃积分-起始值"
  15849. },
  15850. "score_value_end": {
  15851. "type": "string",
  15852. "example": "蛋蛋分-结束值"
  15853. },
  15854. "score_value_kind": {
  15855. "description": "评分类型(0:未知 1:人工 2:系统)",
  15856. "type": "integer"
  15857. },
  15858. "score_value_start": {
  15859. "type": "string",
  15860. "example": "蛋蛋分-起始值"
  15861. },
  15862. "send_circle_of_friend_nums_end": {
  15863. "type": "string",
  15864. "example": "发朋友圈次数-结束值"
  15865. },
  15866. "send_circle_of_friend_nums_start": {
  15867. "type": "string",
  15868. "example": "发朋友圈次数-起始值"
  15869. },
  15870. "send_red_package_nums_end": {
  15871. "type": "string",
  15872. "example": "发红包次数-结束值"
  15873. },
  15874. "send_red_package_nums_start": {
  15875. "type": "string",
  15876. "example": "发红包次数-起始值"
  15877. },
  15878. "sign_in_nums_end": {
  15879. "type": "string",
  15880. "example": "签到次数-结束值"
  15881. },
  15882. "sign_in_nums_start": {
  15883. "type": "string",
  15884. "example": "签到次数-起始值"
  15885. },
  15886. "team-activity-nums-end": {
  15887. "type": "string",
  15888. "example": "团队活跃次数-结束值"
  15889. },
  15890. "team_activity_nums_start": {
  15891. "type": "string",
  15892. "example": "团队活跃次数-起始值"
  15893. },
  15894. "violate_nums_end": {
  15895. "type": "string",
  15896. "example": "违规次数-结束值"
  15897. },
  15898. "violate_nums_start": {
  15899. "type": "string",
  15900. "example": "违规次数-起始值"
  15901. },
  15902. "week": {
  15903. "type": "string",
  15904. "example": "周份"
  15905. },
  15906. "year": {
  15907. "type": "string",
  15908. "example": "年份"
  15909. }
  15910. }
  15911. },
  15912. "md.UserEggFlowReqResp": {
  15913. "type": "object",
  15914. "properties": {
  15915. "list": {
  15916. "type": "array",
  15917. "items": {
  15918. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  15919. }
  15920. },
  15921. "page": {
  15922. "description": "页数",
  15923. "type": "integer"
  15924. },
  15925. "page_size": {
  15926. "description": "每页大小",
  15927. "type": "integer"
  15928. },
  15929. "score_value_kind_map": {
  15930. "description": "评分类型(0:未知 1:人工 2:系统)",
  15931. "type": "array",
  15932. "items": {
  15933. "type": "object",
  15934. "additionalProperties": true
  15935. }
  15936. },
  15937. "total": {
  15938. "description": "总数量",
  15939. "type": "integer"
  15940. },
  15941. "week": {
  15942. "type": "string",
  15943. "example": "周份"
  15944. },
  15945. "year": {
  15946. "type": "string",
  15947. "example": "年份"
  15948. }
  15949. }
  15950. },
  15951. "md.UserEggFlowReqRespList": {
  15952. "type": "object",
  15953. "properties": {
  15954. "account_balance_exchange_egg_energy_nums": {
  15955. "description": "余额兑换蛋蛋能量数量",
  15956. "type": "integer"
  15957. },
  15958. "browse_interface_nums": {
  15959. "description": "浏览界面次数",
  15960. "type": "integer"
  15961. },
  15962. "college_learning_nums": {
  15963. "description": "学院学习次数",
  15964. "type": "integer"
  15965. },
  15966. "ecpm": {
  15967. "description": "ecpm",
  15968. "type": "number"
  15969. },
  15970. "egg_energy_exchange_account_balance": {
  15971. "description": "蛋蛋能量兑换余额数量",
  15972. "type": "integer"
  15973. },
  15974. "forum_comments_nums": {
  15975. "description": "论坛评论次数",
  15976. "type": "integer"
  15977. },
  15978. "im_activity_nums": {
  15979. "description": "im活跃次数",
  15980. "type": "integer"
  15981. },
  15982. "index_id": {
  15983. "description": "文档id",
  15984. "type": "string"
  15985. },
  15986. "invite_user_nums": {
  15987. "description": "拉新人数",
  15988. "type": "integer"
  15989. },
  15990. "person_add_activity_value": {
  15991. "description": "个人活跃积分",
  15992. "type": "integer"
  15993. },
  15994. "score_value": {
  15995. "description": "蛋蛋分-起始值",
  15996. "type": "number"
  15997. },
  15998. "score_value_kind": {
  15999. "description": "评分类型(0:未知 1:人工 2:系统)",
  16000. "type": "integer"
  16001. },
  16002. "send_circle_of_friend_nums": {
  16003. "description": "发朋友圈次数",
  16004. "type": "integer"
  16005. },
  16006. "send_red_package_nums": {
  16007. "description": "发红包次数",
  16008. "type": "integer"
  16009. },
  16010. "sign_in_nums": {
  16011. "description": "签到次数",
  16012. "type": "integer"
  16013. },
  16014. "team_activity_nums": {
  16015. "description": "团队活跃次数",
  16016. "type": "integer"
  16017. },
  16018. "violate_nums": {
  16019. "description": "违规次数",
  16020. "type": "integer"
  16021. }
  16022. }
  16023. },
  16024. "md.UserEggIndexReq": {
  16025. "type": "object",
  16026. "properties": {
  16027. "week": {
  16028. "type": "string",
  16029. "example": "周份"
  16030. },
  16031. "year": {
  16032. "type": "string",
  16033. "example": "年份"
  16034. }
  16035. }
  16036. },
  16037. "md.UserEggIndexResp": {
  16038. "type": "object",
  16039. "properties": {
  16040. "egg_energy_user_egg_index_weight": {
  16041. "description": "蛋蛋分系数权重",
  16042. "allOf": [
  16043. {
  16044. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  16045. }
  16046. ]
  16047. },
  16048. "statistics_user_egg_kind_proportion": {
  16049. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  16050. "type": "array",
  16051. "items": {
  16052. "type": "object",
  16053. "additionalProperties": true
  16054. }
  16055. },
  16056. "statistics_user_egg_score_value_range": {
  16057. "description": "统计用户蛋蛋分范围",
  16058. "type": "array",
  16059. "items": {
  16060. "type": "object",
  16061. "additionalProperties": {
  16062. "type": "string"
  16063. }
  16064. }
  16065. },
  16066. "week": {
  16067. "type": "string",
  16068. "example": "周份"
  16069. },
  16070. "year": {
  16071. "type": "string",
  16072. "example": "年份"
  16073. },
  16074. "year_list": {
  16075. "description": "年份\u0026\u0026周份列表",
  16076. "type": "object",
  16077. "additionalProperties": {
  16078. "type": "array",
  16079. "items": {
  16080. "type": "string"
  16081. }
  16082. }
  16083. }
  16084. }
  16085. },
  16086. "md.UserFeedbackCateDelReq": {
  16087. "type": "object",
  16088. "properties": {
  16089. "id": {
  16090. "type": "array",
  16091. "items": {
  16092. "type": "string"
  16093. }
  16094. }
  16095. }
  16096. },
  16097. "md.UserFeedbackCateList": {
  16098. "type": "object",
  16099. "properties": {
  16100. "id": {
  16101. "type": "string"
  16102. },
  16103. "name": {
  16104. "type": "string"
  16105. },
  16106. "sort": {
  16107. "type": "string"
  16108. }
  16109. }
  16110. },
  16111. "md.UserFeedbackCateListReq": {
  16112. "type": "object",
  16113. "properties": {
  16114. "limit": {
  16115. "description": "每页大小",
  16116. "type": "string"
  16117. },
  16118. "page": {
  16119. "description": "页数",
  16120. "type": "string"
  16121. }
  16122. }
  16123. },
  16124. "md.UserFeedbackCateListResp": {
  16125. "type": "object",
  16126. "properties": {
  16127. "list": {
  16128. "type": "array",
  16129. "items": {
  16130. "$ref": "#/definitions/md.UserFeedbackCateList"
  16131. }
  16132. },
  16133. "total": {
  16134. "type": "integer"
  16135. }
  16136. }
  16137. },
  16138. "md.UserFeedbackCateSaveReq": {
  16139. "type": "object",
  16140. "properties": {
  16141. "id": {
  16142. "type": "string"
  16143. },
  16144. "name": {
  16145. "type": "string"
  16146. },
  16147. "sort": {
  16148. "type": "string"
  16149. }
  16150. }
  16151. },
  16152. "md.UserFeedbackChangeStateReq": {
  16153. "type": "object",
  16154. "properties": {
  16155. "id": {
  16156. "type": "string"
  16157. },
  16158. "state": {
  16159. "type": "string",
  16160. "example": "0待解决 1处理中 2已解决"
  16161. }
  16162. }
  16163. },
  16164. "md.UserFeedbackDelReq": {
  16165. "type": "object",
  16166. "properties": {
  16167. "id": {
  16168. "type": "array",
  16169. "items": {
  16170. "type": "string"
  16171. }
  16172. }
  16173. }
  16174. },
  16175. "md.UserFeedbackList": {
  16176. "type": "object",
  16177. "properties": {
  16178. "content": {
  16179. "type": "string"
  16180. },
  16181. "create_at": {
  16182. "type": "string"
  16183. },
  16184. "id": {
  16185. "type": "string"
  16186. },
  16187. "img": {
  16188. "type": "array",
  16189. "items": {
  16190. "type": "string"
  16191. }
  16192. },
  16193. "phone": {
  16194. "type": "string"
  16195. },
  16196. "platform": {
  16197. "type": "string"
  16198. },
  16199. "state": {
  16200. "type": "string",
  16201. "example": "0待解决 1处理中 2已解决"
  16202. },
  16203. "title": {
  16204. "type": "string"
  16205. },
  16206. "type": {
  16207. "type": "string"
  16208. },
  16209. "version": {
  16210. "type": "string"
  16211. }
  16212. }
  16213. },
  16214. "md.UserFeedbackListReq": {
  16215. "type": "object",
  16216. "properties": {
  16217. "cid": {
  16218. "type": "string"
  16219. },
  16220. "limit": {
  16221. "description": "每页大小",
  16222. "type": "string"
  16223. },
  16224. "page": {
  16225. "description": "页数",
  16226. "type": "string"
  16227. },
  16228. "phone": {
  16229. "type": "string"
  16230. },
  16231. "uid": {
  16232. "type": "string"
  16233. }
  16234. }
  16235. },
  16236. "md.UserFeedbackListResp": {
  16237. "type": "object",
  16238. "properties": {
  16239. "list": {
  16240. "type": "array",
  16241. "items": {
  16242. "$ref": "#/definitions/md.UserFeedbackList"
  16243. }
  16244. },
  16245. "select_data": {
  16246. "type": "array",
  16247. "items": {
  16248. "type": "object",
  16249. "additionalProperties": true
  16250. }
  16251. },
  16252. "total": {
  16253. "type": "integer"
  16254. }
  16255. }
  16256. },
  16257. "md.UserFeedbackRecordListReq": {
  16258. "type": "object",
  16259. "properties": {
  16260. "id": {
  16261. "type": "string"
  16262. },
  16263. "limit": {
  16264. "description": "每页大小",
  16265. "type": "string"
  16266. },
  16267. "page": {
  16268. "description": "页数",
  16269. "type": "string"
  16270. }
  16271. }
  16272. },
  16273. "md.UserFeedbackRecordListResp": {
  16274. "type": "object",
  16275. "properties": {
  16276. "content": {
  16277. "type": "string"
  16278. },
  16279. "create_at": {
  16280. "type": "string"
  16281. },
  16282. "head_img": {
  16283. "type": "string"
  16284. },
  16285. "nickname": {
  16286. "type": "string"
  16287. },
  16288. "type": {
  16289. "type": "string"
  16290. }
  16291. }
  16292. },
  16293. "md.UserFeedbackSayReq": {
  16294. "type": "object",
  16295. "properties": {
  16296. "content": {
  16297. "type": "string"
  16298. },
  16299. "id": {
  16300. "type": "string"
  16301. }
  16302. }
  16303. },
  16304. "md.UserManagementGetBalanceDetailResp": {
  16305. "type": "object",
  16306. "properties": {
  16307. "list": {
  16308. "type": "array",
  16309. "items": {
  16310. "$ref": "#/definitions/md.BalanceDetailNode"
  16311. }
  16312. },
  16313. "paginate": {
  16314. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16315. }
  16316. }
  16317. },
  16318. "md.UserManagementGetFansResp": {
  16319. "type": "object",
  16320. "properties": {
  16321. "list": {
  16322. "description": "用户数据",
  16323. "type": "array",
  16324. "items": {
  16325. "$ref": "#/definitions/md.FansNode"
  16326. }
  16327. },
  16328. "paginate": {
  16329. "description": "分页信息",
  16330. "allOf": [
  16331. {
  16332. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16333. }
  16334. ]
  16335. }
  16336. }
  16337. },
  16338. "md.UserManagementGetOneBasicResp": {
  16339. "type": "object",
  16340. "properties": {
  16341. "basic_info": {
  16342. "description": "基本信息",
  16343. "allOf": [
  16344. {
  16345. "$ref": "#/definitions/md.BasicInfoNode"
  16346. }
  16347. ]
  16348. },
  16349. "levels_list": {
  16350. "description": "等级列表",
  16351. "type": "array",
  16352. "items": {
  16353. "type": "object",
  16354. "additionalProperties": true
  16355. }
  16356. },
  16357. "other_info": {
  16358. "description": "其他信息",
  16359. "allOf": [
  16360. {
  16361. "$ref": "#/definitions/md.OtherNode"
  16362. }
  16363. ]
  16364. },
  16365. "tags_list": {
  16366. "description": "标签列表",
  16367. "type": "array",
  16368. "items": {
  16369. "type": "object",
  16370. "additionalProperties": true
  16371. }
  16372. }
  16373. }
  16374. },
  16375. "md.UserManagementGetUserListNode": {
  16376. "type": "object",
  16377. "properties": {
  16378. "avatar": {
  16379. "description": "头像",
  16380. "type": "string"
  16381. },
  16382. "id": {
  16383. "description": "会员 ID",
  16384. "type": "integer"
  16385. },
  16386. "invite_code": {
  16387. "type": "string",
  16388. "example": "会员邀请码"
  16389. },
  16390. "is_real_name": {
  16391. "description": "是否实名 0.未实名,1.已实名",
  16392. "type": "integer"
  16393. },
  16394. "last_login_at": {
  16395. "description": "最后登录时间",
  16396. "type": "string"
  16397. },
  16398. "level_name": {
  16399. "description": "会员等级",
  16400. "type": "string"
  16401. },
  16402. "memo": {
  16403. "description": "备注",
  16404. "type": "string"
  16405. },
  16406. "nickname": {
  16407. "description": "昵称",
  16408. "type": "string"
  16409. },
  16410. "parent_id": {
  16411. "description": "推荐人 ID",
  16412. "type": "integer"
  16413. },
  16414. "parent_invite_code": {
  16415. "type": "string",
  16416. "example": "推荐人邀请码"
  16417. },
  16418. "parent_phone": {
  16419. "type": "string",
  16420. "example": "推荐人手机号"
  16421. },
  16422. "phone": {
  16423. "description": "手机号",
  16424. "type": "string"
  16425. },
  16426. "register_time": {
  16427. "description": "注册时间",
  16428. "type": "string"
  16429. },
  16430. "register_type": {
  16431. "description": "注册类型",
  16432. "type": "integer"
  16433. },
  16434. "sex": {
  16435. "description": "性别(0:未知 1:男 2:女)",
  16436. "type": "integer"
  16437. },
  16438. "state": {
  16439. "description": "状态",
  16440. "type": "integer"
  16441. },
  16442. "tag": {
  16443. "description": "会员标签",
  16444. "type": "array",
  16445. "items": {
  16446. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16447. }
  16448. },
  16449. "wechat": {
  16450. "description": "微信号",
  16451. "type": "string"
  16452. }
  16453. }
  16454. },
  16455. "md.UserManagementGetUserListReq": {
  16456. "type": "object",
  16457. "properties": {
  16458. "effective": {
  16459. "description": "有效会员",
  16460. "type": "integer"
  16461. },
  16462. "id": {
  16463. "description": "会员 ID",
  16464. "type": "integer"
  16465. },
  16466. "invite_code": {
  16467. "type": "string",
  16468. "example": "会员邀请码"
  16469. },
  16470. "is_real_name": {
  16471. "description": "是否实名 0.未实名,1.已实名",
  16472. "type": "integer"
  16473. },
  16474. "is_recycle": {
  16475. "type": "string"
  16476. },
  16477. "level": {
  16478. "description": "会员等级",
  16479. "type": "integer"
  16480. },
  16481. "limit": {
  16482. "type": "integer"
  16483. },
  16484. "login_after": {
  16485. "description": "最近登录结束时间",
  16486. "type": "string"
  16487. },
  16488. "login_before": {
  16489. "description": "最近登录开始时间",
  16490. "type": "string"
  16491. },
  16492. "memo": {
  16493. "description": "备注",
  16494. "type": "string"
  16495. },
  16496. "nickname": {
  16497. "type": "string",
  16498. "example": "会员昵称"
  16499. },
  16500. "page": {
  16501. "type": "integer"
  16502. },
  16503. "parent_invite_code": {
  16504. "type": "string",
  16505. "example": "上级邀请码"
  16506. },
  16507. "parent_phone": {
  16508. "type": "string",
  16509. "example": "上级手机号"
  16510. },
  16511. "phone": {
  16512. "type": "string",
  16513. "example": "会员手机号"
  16514. },
  16515. "recommend_id": {
  16516. "description": "推荐人 ID",
  16517. "type": "integer"
  16518. },
  16519. "register_after": {
  16520. "description": "注册时间终点",
  16521. "type": "string"
  16522. },
  16523. "register_before": {
  16524. "description": "注册时间起点",
  16525. "type": "string"
  16526. },
  16527. "register_type": {
  16528. "description": "注册类型(1:APP注册、2:H5注册)",
  16529. "type": "integer"
  16530. },
  16531. "sex": {
  16532. "description": "性别(0:未知 1:男 2:女)",
  16533. "type": "integer"
  16534. },
  16535. "state": {
  16536. "description": "状态",
  16537. "type": "integer"
  16538. },
  16539. "tag": {
  16540. "description": "标签 id",
  16541. "type": "integer"
  16542. },
  16543. "union_id": {
  16544. "type": "string",
  16545. "example": "微信号"
  16546. }
  16547. }
  16548. },
  16549. "md.UserManagementGetUserListResp": {
  16550. "type": "object",
  16551. "properties": {
  16552. "levels_list": {
  16553. "description": "等级列表",
  16554. "type": "array",
  16555. "items": {
  16556. "type": "object",
  16557. "additionalProperties": true
  16558. }
  16559. },
  16560. "list": {
  16561. "type": "array",
  16562. "items": {
  16563. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  16564. }
  16565. },
  16566. "paginate": {
  16567. "description": "分页信息",
  16568. "allOf": [
  16569. {
  16570. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16571. }
  16572. ]
  16573. },
  16574. "state_list": {
  16575. "description": "状态列表",
  16576. "type": "array",
  16577. "items": {
  16578. "type": "object",
  16579. "additionalProperties": true
  16580. }
  16581. },
  16582. "tags_list": {
  16583. "description": "标签列表",
  16584. "type": "array",
  16585. "items": {
  16586. "type": "object",
  16587. "additionalProperties": true
  16588. }
  16589. }
  16590. }
  16591. },
  16592. "md.UserManagementGetVirtualCoinDetailResp": {
  16593. "type": "object",
  16594. "properties": {
  16595. "coin_list": {
  16596. "type": "array",
  16597. "items": {
  16598. "type": "object",
  16599. "additionalProperties": true
  16600. }
  16601. },
  16602. "list": {
  16603. "type": "array",
  16604. "items": {
  16605. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  16606. }
  16607. },
  16608. "paginate": {
  16609. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16610. }
  16611. }
  16612. },
  16613. "md.UserManagementUpdateUserInfoReq": {
  16614. "type": "object",
  16615. "properties": {
  16616. "avatar": {
  16617. "description": "头像",
  16618. "type": "string"
  16619. },
  16620. "last_login_ip": {
  16621. "description": "用户最后登录 IP",
  16622. "type": "string"
  16623. },
  16624. "level": {
  16625. "description": "会员等级 ID",
  16626. "type": "string"
  16627. },
  16628. "memo": {
  16629. "type": "string",
  16630. "example": "备注"
  16631. },
  16632. "nickname": {
  16633. "description": "用户名",
  16634. "type": "string"
  16635. },
  16636. "parent_uid": {
  16637. "description": "邀请人 ID",
  16638. "type": "string"
  16639. },
  16640. "password": {
  16641. "description": "登录密码",
  16642. "type": "string"
  16643. },
  16644. "phone": {
  16645. "description": "手机号",
  16646. "type": "string"
  16647. },
  16648. "sex": {
  16649. "description": "性别(0:未知 1:男 2:女)",
  16650. "type": "string"
  16651. },
  16652. "state": {
  16653. "description": "账号状态 1正常,2冻结",
  16654. "type": "string"
  16655. },
  16656. "tag": {
  16657. "description": "用户标签 ID列表",
  16658. "type": "string"
  16659. },
  16660. "uid": {
  16661. "type": "integer"
  16662. },
  16663. "union_id": {
  16664. "description": "微信号",
  16665. "type": "string"
  16666. }
  16667. }
  16668. },
  16669. "md.UserManagementUserInfoCancelReq": {
  16670. "type": "object",
  16671. "properties": {
  16672. "uid": {
  16673. "type": "string",
  16674. "example": "多个逗号隔开"
  16675. }
  16676. }
  16677. },
  16678. "md.UserManagementUserInfoReq": {
  16679. "type": "object",
  16680. "properties": {
  16681. "parent_uid": {
  16682. "type": "string",
  16683. "example": "参考下智莺 保留关系时候的选择用户"
  16684. },
  16685. "uid": {
  16686. "type": "string",
  16687. "example": "多个逗号隔开"
  16688. }
  16689. }
  16690. },
  16691. "md.UserRealName": {
  16692. "type": "object",
  16693. "properties": {
  16694. "create_time": {
  16695. "type": "string"
  16696. },
  16697. "id": {
  16698. "type": "string"
  16699. },
  16700. "id_no": {
  16701. "type": "string"
  16702. },
  16703. "name": {
  16704. "type": "string"
  16705. },
  16706. "pay_state": {
  16707. "type": "string",
  16708. "example": "0未支付 1已支付"
  16709. },
  16710. "phone": {
  16711. "type": "string"
  16712. },
  16713. "state": {
  16714. "type": "string",
  16715. "example": "0未申请 1申请通过 3申请失败"
  16716. },
  16717. "uid": {
  16718. "type": "string"
  16719. }
  16720. }
  16721. },
  16722. "md.UserRealNameBaseResp": {
  16723. "type": "object",
  16724. "properties": {
  16725. "user_real_name_money": {
  16726. "type": "string",
  16727. "example": "实名认证费用"
  16728. },
  16729. "user_real_name_rule": {
  16730. "type": "string",
  16731. "example": "实名认证说明"
  16732. }
  16733. }
  16734. },
  16735. "md.UserRealNameReq": {
  16736. "type": "object",
  16737. "properties": {
  16738. "id_no": {
  16739. "type": "string"
  16740. },
  16741. "limit": {
  16742. "type": "string"
  16743. },
  16744. "name": {
  16745. "type": "string"
  16746. },
  16747. "page": {
  16748. "type": "string"
  16749. },
  16750. "phone": {
  16751. "type": "string"
  16752. },
  16753. "state": {
  16754. "type": "string"
  16755. },
  16756. "uid": {
  16757. "type": "string"
  16758. }
  16759. }
  16760. },
  16761. "md.UserRealNameResp": {
  16762. "type": "object",
  16763. "properties": {
  16764. "list": {
  16765. "type": "array",
  16766. "items": {
  16767. "$ref": "#/definitions/md.UserRealName"
  16768. }
  16769. },
  16770. "select_data": {
  16771. "type": "array",
  16772. "items": {
  16773. "type": "object",
  16774. "additionalProperties": {
  16775. "type": "string"
  16776. }
  16777. }
  16778. },
  16779. "total": {
  16780. "type": "integer"
  16781. }
  16782. }
  16783. },
  16784. "md.UserRealNameSaveReq": {
  16785. "type": "object",
  16786. "properties": {
  16787. "id": {
  16788. "type": "string"
  16789. },
  16790. "state": {
  16791. "type": "string"
  16792. }
  16793. }
  16794. },
  16795. "md.UserVirtualCoinFlow": {
  16796. "type": "object",
  16797. "properties": {
  16798. "after_amount": {
  16799. "type": "string",
  16800. "example": "变更后数量"
  16801. },
  16802. "amount": {
  16803. "type": "string",
  16804. "example": "变更数量"
  16805. },
  16806. "before_amount": {
  16807. "type": "string",
  16808. "example": "变更前数量"
  16809. },
  16810. "coin_id": {
  16811. "description": "虚拟币 ID",
  16812. "type": "integer"
  16813. },
  16814. "create_at": {
  16815. "type": "string",
  16816. "example": "创建时间"
  16817. },
  16818. "direction": {
  16819. "description": "方向:1收入 2支出",
  16820. "type": "integer"
  16821. },
  16822. "id": {
  16823. "type": "integer"
  16824. },
  16825. "sys_fee": {
  16826. "type": "string",
  16827. "example": "手续费"
  16828. },
  16829. "title": {
  16830. "type": "string",
  16831. "example": "标题"
  16832. },
  16833. "transfer_type": {
  16834. "description": "转账类型",
  16835. "type": "integer"
  16836. },
  16837. "uid": {
  16838. "description": "用户 ID",
  16839. "type": "integer"
  16840. },
  16841. "update_at": {
  16842. "type": "string",
  16843. "example": "更新时间"
  16844. }
  16845. }
  16846. },
  16847. "md.VideoBaseData": {
  16848. "type": "object",
  16849. "properties": {
  16850. "interval": {
  16851. "type": "string",
  16852. "example": "领取间隔 秒"
  16853. },
  16854. "reward": {
  16855. "type": "string",
  16856. "example": "单次奖励"
  16857. },
  16858. "timer": {
  16859. "type": "string",
  16860. "example": "观看X秒奖励"
  16861. },
  16862. "total": {
  16863. "type": "string",
  16864. "example": "可领取总次数"
  16865. }
  16866. }
  16867. },
  16868. "md.VideoRewardSetting": {
  16869. "type": "object",
  16870. "properties": {
  16871. "video_reward_is_open": {
  16872. "description": "视频奖励是否开启(1:开启 0:关闭)",
  16873. "type": "integer"
  16874. },
  16875. "video_reward_system": {
  16876. "description": "视频奖励机制",
  16877. "allOf": [
  16878. {
  16879. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  16880. }
  16881. ]
  16882. }
  16883. }
  16884. },
  16885. "md.VideoRewardSystemStruct": {
  16886. "type": "object",
  16887. "properties": {
  16888. "each_round_hour": {
  16889. "description": "每一轮X个小时",
  16890. "type": "string"
  16891. },
  16892. "interval_minutes": {
  16893. "description": "间隔X秒",
  16894. "type": "string"
  16895. },
  16896. "reward_total_num": {
  16897. "description": "一共X个奖励视屏",
  16898. "type": "string"
  16899. },
  16900. "reward_value": {
  16901. "description": "奖励X个活跃积分",
  16902. "type": "string"
  16903. }
  16904. }
  16905. },
  16906. "md.VipEquitySettingNode": {
  16907. "type": "object",
  16908. "properties": {
  16909. "dividend_ratio": {
  16910. "description": "分红比例",
  16911. "type": "string"
  16912. },
  16913. "exchange_account_balance_fee": {
  16914. "description": "兑换余额手续费",
  16915. "type": "string"
  16916. },
  16917. "vip_level_id": {
  16918. "description": "会员等级ID",
  16919. "type": "string"
  16920. },
  16921. "vip_level_name": {
  16922. "description": "会员等级名称",
  16923. "type": "string"
  16924. }
  16925. }
  16926. },
  16927. "md.VirtualCoin": {
  16928. "type": "object",
  16929. "properties": {
  16930. "create_at": {
  16931. "type": "string"
  16932. },
  16933. "exchange_ratio": {
  16934. "description": "兑换比例(与金额)",
  16935. "type": "string",
  16936. "example": "兑换比例(与金额)"
  16937. },
  16938. "id": {
  16939. "type": "integer"
  16940. },
  16941. "is_use": {
  16942. "description": "是否开启: 0否 1是",
  16943. "type": "integer"
  16944. },
  16945. "name": {
  16946. "description": "名称",
  16947. "type": "string"
  16948. },
  16949. "update_at": {
  16950. "type": "string"
  16951. }
  16952. }
  16953. },
  16954. "md.VirtualCoinDetailNode": {
  16955. "type": "object",
  16956. "properties": {
  16957. "after_amount": {
  16958. "description": "变更后积分余额",
  16959. "type": "string"
  16960. },
  16961. "amount": {
  16962. "description": "变更数量",
  16963. "type": "string"
  16964. },
  16965. "create_at": {
  16966. "description": "创建时间",
  16967. "type": "string"
  16968. },
  16969. "direction": {
  16970. "description": "类型 1.收入 2.支出",
  16971. "type": "integer"
  16972. },
  16973. "uid": {
  16974. "description": "用户 ID",
  16975. "type": "integer"
  16976. }
  16977. }
  16978. },
  16979. "md.VirtualCoinListNode": {
  16980. "type": "object",
  16981. "properties": {
  16982. "coin_id": {
  16983. "description": "货币类型 ID",
  16984. "type": "integer"
  16985. },
  16986. "kind": {
  16987. "description": "货币序号",
  16988. "type": "integer"
  16989. },
  16990. "name": {
  16991. "type": "string",
  16992. "example": "货币类型名称"
  16993. }
  16994. }
  16995. },
  16996. "md.WebsiteInfoResp": {
  16997. "type": "object",
  16998. "properties": {
  16999. "android_down_url": {
  17000. "type": "string"
  17001. },
  17002. "ios_down_url": {
  17003. "type": "string"
  17004. },
  17005. "seo_logo": {
  17006. "type": "string"
  17007. },
  17008. "seo_title": {
  17009. "type": "string",
  17010. "example": "seo"
  17011. },
  17012. "web_logo": {
  17013. "type": "string"
  17014. }
  17015. }
  17016. },
  17017. "md.WithdrawApplyAuditReq": {
  17018. "type": "object",
  17019. "required": [
  17020. "audit_state",
  17021. "reason",
  17022. "withdraw_apply_id"
  17023. ],
  17024. "properties": {
  17025. "audit_state": {
  17026. "description": "审核状态(1:同意 2:拒绝)",
  17027. "type": "integer"
  17028. },
  17029. "reason": {
  17030. "description": "审核失败(驳回理由)",
  17031. "type": "integer"
  17032. },
  17033. "withdraw_apply_id": {
  17034. "description": "提现申请id",
  17035. "type": "integer"
  17036. }
  17037. }
  17038. },
  17039. "md.WithdrawFeeSetStruct": {
  17040. "type": "object",
  17041. "properties": {
  17042. "duration": {
  17043. "description": "类型 (1.固定金额 2.固定比例)",
  17044. "type": "integer"
  17045. },
  17046. "value": {
  17047. "description": "具体值",
  17048. "type": "integer"
  17049. }
  17050. }
  17051. },
  17052. "md.WithdrawFrequencySettingStruct": {
  17053. "type": "object",
  17054. "properties": {
  17055. "duration": {
  17056. "description": "周期 (1.天 2.周 3.月)",
  17057. "type": "integer"
  17058. },
  17059. "num": {
  17060. "description": "周期数",
  17061. "type": "array",
  17062. "items": {
  17063. "type": "string"
  17064. }
  17065. }
  17066. }
  17067. },
  17068. "md.WithdrawTimeIntervalStruct": {
  17069. "type": "object",
  17070. "properties": {
  17071. "end_at": {
  17072. "type": "string"
  17073. },
  17074. "start_at": {
  17075. "type": "string"
  17076. }
  17077. }
  17078. },
  17079. "model.EggEnergyUserEggIndexWeight": {
  17080. "type": "object",
  17081. "properties": {
  17082. "account_balance_exchange_egg_energy_nums": {
  17083. "type": "string"
  17084. },
  17085. "browse_interface_nums": {
  17086. "type": "string"
  17087. },
  17088. "college_learning_nums": {
  17089. "type": "string"
  17090. },
  17091. "create_at": {
  17092. "type": "string"
  17093. },
  17094. "ecpm": {
  17095. "type": "string"
  17096. },
  17097. "egg_energy_exchange_account_balance": {
  17098. "type": "string"
  17099. },
  17100. "forum_comments_nums": {
  17101. "type": "string"
  17102. },
  17103. "id": {
  17104. "type": "integer"
  17105. },
  17106. "im_activity_nums": {
  17107. "type": "string"
  17108. },
  17109. "invite_user_nums": {
  17110. "type": "string"
  17111. },
  17112. "person_add_activity_value": {
  17113. "type": "string"
  17114. },
  17115. "send_circle_of_friend_nums": {
  17116. "type": "string"
  17117. },
  17118. "send_red_package_nums": {
  17119. "type": "string"
  17120. },
  17121. "sign_in_nums": {
  17122. "type": "string"
  17123. },
  17124. "team_activity_nums": {
  17125. "type": "string"
  17126. },
  17127. "update_at": {
  17128. "type": "string"
  17129. },
  17130. "violate_nums": {
  17131. "type": "string"
  17132. }
  17133. }
  17134. },
  17135. "model.PlatformActiveData": {
  17136. "type": "object",
  17137. "properties": {
  17138. "date": {
  17139. "type": "string"
  17140. },
  17141. "id": {
  17142. "type": "integer"
  17143. },
  17144. "new_user_count": {
  17145. "type": "integer"
  17146. },
  17147. "user_sign_in_count": {
  17148. "type": "integer"
  17149. },
  17150. "withdraw_amount_count": {
  17151. "type": "string"
  17152. },
  17153. "withdraw_user_count": {
  17154. "type": "integer"
  17155. }
  17156. }
  17157. },
  17158. "model.UserLevelTask": {
  17159. "type": "object",
  17160. "properties": {
  17161. "active_days": {
  17162. "type": "integer"
  17163. },
  17164. "create_at": {
  17165. "type": "string"
  17166. },
  17167. "finish_count": {
  17168. "type": "integer"
  17169. },
  17170. "id": {
  17171. "type": "integer"
  17172. },
  17173. "is_must_task": {
  17174. "type": "integer"
  17175. },
  17176. "level_id": {
  17177. "type": "integer"
  17178. },
  17179. "task_type": {
  17180. "type": "integer"
  17181. },
  17182. "task_type_level_id": {
  17183. "type": "integer"
  17184. },
  17185. "update_at": {
  17186. "type": "string"
  17187. },
  17188. "within_days": {
  17189. "type": "integer"
  17190. }
  17191. }
  17192. },
  17193. "setCenter.WebBasicReq": {
  17194. "type": "object",
  17195. "properties": {
  17196. "android_down_url": {
  17197. "type": "string"
  17198. },
  17199. "ios_down_url": {
  17200. "type": "string"
  17201. },
  17202. "seo_logo": {
  17203. "type": "string"
  17204. },
  17205. "seo_title": {
  17206. "type": "string"
  17207. },
  17208. "wap_host": {
  17209. "type": "string",
  17210. "example": "h5域名"
  17211. },
  17212. "web_logo": {
  17213. "type": "string"
  17214. }
  17215. }
  17216. },
  17217. "setCenter.WebBasicResp": {
  17218. "type": "object",
  17219. "properties": {
  17220. "android_down_url": {
  17221. "type": "string"
  17222. },
  17223. "ios_down_url": {
  17224. "type": "string"
  17225. },
  17226. "seo_logo": {
  17227. "type": "string"
  17228. },
  17229. "seo_logo_url": {
  17230. "type": "string"
  17231. },
  17232. "seo_title": {
  17233. "type": "string"
  17234. },
  17235. "wap_host": {
  17236. "type": "string",
  17237. "example": "h5域名"
  17238. },
  17239. "web_logo": {
  17240. "type": "string"
  17241. },
  17242. "web_logo_url": {
  17243. "type": "string"
  17244. }
  17245. }
  17246. }
  17247. },
  17248. "securityDefinitions": {
  17249. "MasterID": {
  17250. "type": "apiKey",
  17251. "name": "MasterID",
  17252. "in": "header"
  17253. }
  17254. }
  17255. }