蛋蛋星球 后台端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

17747 wiersze
604 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. }
  1653. ],
  1654. "responses": {
  1655. "200": {
  1656. "description": "token",
  1657. "schema": {
  1658. "type": "object",
  1659. "additionalProperties": true
  1660. }
  1661. },
  1662. "400": {
  1663. "description": "具体错误",
  1664. "schema": {
  1665. "$ref": "#/definitions/md.Response"
  1666. }
  1667. }
  1668. }
  1669. }
  1670. },
  1671. "/api/financialCenter/withdraw/applyList": {
  1672. "post": {
  1673. "description": "提现申请列表(获取)",
  1674. "consumes": [
  1675. "application/json"
  1676. ],
  1677. "produces": [
  1678. "application/json"
  1679. ],
  1680. "tags": [
  1681. "提现"
  1682. ],
  1683. "summary": "财务中心-提现-提现申请列表(获取)",
  1684. "parameters": [
  1685. {
  1686. "type": "string",
  1687. "description": "验证参数Bearer和token空格拼接",
  1688. "name": "Authorization",
  1689. "in": "header",
  1690. "required": true
  1691. },
  1692. {
  1693. "description": "筛选条件",
  1694. "name": "req",
  1695. "in": "body",
  1696. "schema": {
  1697. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1698. }
  1699. }
  1700. ],
  1701. "responses": {
  1702. "200": {
  1703. "description": "具体数据",
  1704. "schema": {
  1705. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1706. }
  1707. },
  1708. "400": {
  1709. "description": "具体错误",
  1710. "schema": {
  1711. "$ref": "#/definitions/md.Response"
  1712. }
  1713. }
  1714. }
  1715. }
  1716. },
  1717. "/api/financialCenter/withdraw/audit": {
  1718. "post": {
  1719. "description": "提现审核",
  1720. "consumes": [
  1721. "application/json"
  1722. ],
  1723. "produces": [
  1724. "application/json"
  1725. ],
  1726. "tags": [
  1727. "提现"
  1728. ],
  1729. "summary": "财务中心-提现-审核",
  1730. "parameters": [
  1731. {
  1732. "type": "string",
  1733. "description": "验证参数Bearer和token空格拼接",
  1734. "name": "Authorization",
  1735. "in": "header",
  1736. "required": true
  1737. },
  1738. {
  1739. "description": "筛选条件",
  1740. "name": "req",
  1741. "in": "body",
  1742. "schema": {
  1743. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1744. }
  1745. }
  1746. ],
  1747. "responses": {
  1748. "200": {
  1749. "description": "success",
  1750. "schema": {
  1751. "type": "string"
  1752. }
  1753. },
  1754. "400": {
  1755. "description": "具体错误",
  1756. "schema": {
  1757. "$ref": "#/definitions/md.Response"
  1758. }
  1759. }
  1760. }
  1761. }
  1762. },
  1763. "/api/financialCenter/withdraw/setting": {
  1764. "get": {
  1765. "description": "基础设置(获取)",
  1766. "consumes": [
  1767. "application/json"
  1768. ],
  1769. "produces": [
  1770. "application/json"
  1771. ],
  1772. "tags": [
  1773. "提现"
  1774. ],
  1775. "summary": "财务中心-提现-基础设置(获取)",
  1776. "parameters": [
  1777. {
  1778. "type": "string",
  1779. "description": "验证参数Bearer和token空格拼接",
  1780. "name": "Authorization",
  1781. "in": "header",
  1782. "required": true
  1783. }
  1784. ],
  1785. "responses": {
  1786. "200": {
  1787. "description": "具体数据",
  1788. "schema": {
  1789. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1790. }
  1791. },
  1792. "400": {
  1793. "description": "具体错误",
  1794. "schema": {
  1795. "$ref": "#/definitions/md.Response"
  1796. }
  1797. }
  1798. }
  1799. }
  1800. },
  1801. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1802. "post": {
  1803. "description": "基础设置(更新)",
  1804. "consumes": [
  1805. "application/json"
  1806. ],
  1807. "produces": [
  1808. "application/json"
  1809. ],
  1810. "tags": [
  1811. "提现"
  1812. ],
  1813. "summary": "财务中心-提现-基础设置(更新)",
  1814. "parameters": [
  1815. {
  1816. "type": "string",
  1817. "description": "验证参数Bearer和token空格拼接",
  1818. "name": "Authorization",
  1819. "in": "header",
  1820. "required": true
  1821. },
  1822. {
  1823. "description": "id 必填",
  1824. "name": "req",
  1825. "in": "body",
  1826. "required": true,
  1827. "schema": {
  1828. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1829. }
  1830. }
  1831. ],
  1832. "responses": {
  1833. "200": {
  1834. "description": "修改数据条数",
  1835. "schema": {
  1836. "type": "int"
  1837. }
  1838. },
  1839. "400": {
  1840. "description": "具体错误",
  1841. "schema": {
  1842. "$ref": "#/definitions/md.Response"
  1843. }
  1844. }
  1845. }
  1846. }
  1847. },
  1848. "/api/friendCircleSettings/basic/index": {
  1849. "get": {
  1850. "description": "基础设置(获取)",
  1851. "consumes": [
  1852. "application/json"
  1853. ],
  1854. "produces": [
  1855. "application/json"
  1856. ],
  1857. "tags": [
  1858. "动态设置"
  1859. ],
  1860. "summary": "社交管理-动态设置-基础设置(获取)",
  1861. "parameters": [
  1862. {
  1863. "type": "string",
  1864. "description": "验证参数Bearer和token空格拼接",
  1865. "name": "Authorization",
  1866. "in": "header",
  1867. "required": true
  1868. }
  1869. ],
  1870. "responses": {
  1871. "200": {
  1872. "description": "具体数据",
  1873. "schema": {
  1874. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1875. }
  1876. },
  1877. "400": {
  1878. "description": "具体错误",
  1879. "schema": {
  1880. "$ref": "#/definitions/md.Response"
  1881. }
  1882. }
  1883. }
  1884. }
  1885. },
  1886. "/api/friendCircleSettings/basic/save": {
  1887. "post": {
  1888. "description": "基础设置(更新)",
  1889. "consumes": [
  1890. "application/json"
  1891. ],
  1892. "produces": [
  1893. "application/json"
  1894. ],
  1895. "tags": [
  1896. "动态设置"
  1897. ],
  1898. "summary": "社交管理-动态设置-基础设置(更新)",
  1899. "parameters": [
  1900. {
  1901. "type": "string",
  1902. "description": "验证参数Bearer和token空格拼接",
  1903. "name": "Authorization",
  1904. "in": "header",
  1905. "required": true
  1906. },
  1907. {
  1908. "description": "id 必填",
  1909. "name": "req",
  1910. "in": "body",
  1911. "required": true,
  1912. "schema": {
  1913. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1914. }
  1915. }
  1916. ],
  1917. "responses": {
  1918. "200": {
  1919. "description": "修改数据条数",
  1920. "schema": {
  1921. "type": "int"
  1922. }
  1923. },
  1924. "400": {
  1925. "description": "具体错误",
  1926. "schema": {
  1927. "$ref": "#/definitions/md.Response"
  1928. }
  1929. }
  1930. }
  1931. }
  1932. },
  1933. "/api/friendCircleSettings/blackList/add": {
  1934. "post": {
  1935. "description": "黑名单(新增)",
  1936. "consumes": [
  1937. "application/json"
  1938. ],
  1939. "produces": [
  1940. "application/json"
  1941. ],
  1942. "tags": [
  1943. "动态设置"
  1944. ],
  1945. "summary": "社交管理-动态设置-黑名单(新增)",
  1946. "parameters": [
  1947. {
  1948. "type": "string",
  1949. "description": "验证参数Bearer和token空格拼接",
  1950. "name": "Authorization",
  1951. "in": "header",
  1952. "required": true
  1953. },
  1954. {
  1955. "description": "用户id 必填",
  1956. "name": "req",
  1957. "in": "body",
  1958. "required": true,
  1959. "schema": {
  1960. "$ref": "#/definitions/md.AddBlackListReq"
  1961. }
  1962. }
  1963. ],
  1964. "responses": {
  1965. "200": {
  1966. "description": "生成的黑名单id",
  1967. "schema": {
  1968. "type": "string"
  1969. }
  1970. },
  1971. "400": {
  1972. "description": "具体错误",
  1973. "schema": {
  1974. "$ref": "#/definitions/md.Response"
  1975. }
  1976. }
  1977. }
  1978. }
  1979. },
  1980. "/api/friendCircleSettings/blackList/del": {
  1981. "delete": {
  1982. "description": "黑名单(删除)",
  1983. "consumes": [
  1984. "application/json"
  1985. ],
  1986. "produces": [
  1987. "application/json"
  1988. ],
  1989. "tags": [
  1990. "动态设置"
  1991. ],
  1992. "summary": "社交管理-动态设置-黑名单(删除)",
  1993. "parameters": [
  1994. {
  1995. "type": "string",
  1996. "description": "验证参数Bearer和token空格拼接",
  1997. "name": "Authorization",
  1998. "in": "header",
  1999. "required": true
  2000. },
  2001. {
  2002. "description": "黑名单id 必填",
  2003. "name": "req",
  2004. "in": "body",
  2005. "required": true,
  2006. "schema": {
  2007. "$ref": "#/definitions/md.DeleteBlackListReq"
  2008. }
  2009. }
  2010. ],
  2011. "responses": {
  2012. "200": {
  2013. "description": "删除数据数量",
  2014. "schema": {
  2015. "type": "string"
  2016. }
  2017. },
  2018. "400": {
  2019. "description": "具体错误",
  2020. "schema": {
  2021. "$ref": "#/definitions/md.Response"
  2022. }
  2023. }
  2024. }
  2025. }
  2026. },
  2027. "/api/friendCircleSettings/blackList/index": {
  2028. "get": {
  2029. "description": "黑名单(获取)",
  2030. "consumes": [
  2031. "application/json"
  2032. ],
  2033. "produces": [
  2034. "application/json"
  2035. ],
  2036. "tags": [
  2037. "动态设置"
  2038. ],
  2039. "summary": "社交管理-动态设置-黑名单(获取)",
  2040. "parameters": [
  2041. {
  2042. "type": "string",
  2043. "description": "验证参数Bearer和token空格拼接",
  2044. "name": "Authorization",
  2045. "in": "header",
  2046. "required": true
  2047. },
  2048. {
  2049. "type": "integer",
  2050. "description": "每页大小",
  2051. "name": "limit",
  2052. "in": "query",
  2053. "required": true
  2054. },
  2055. {
  2056. "type": "integer",
  2057. "description": "页数",
  2058. "name": "page",
  2059. "in": "query",
  2060. "required": true
  2061. },
  2062. {
  2063. "type": "integer",
  2064. "description": "手机号",
  2065. "name": "phone",
  2066. "in": "query",
  2067. "required": true
  2068. },
  2069. {
  2070. "type": "integer",
  2071. "description": "用户名",
  2072. "name": "nickname",
  2073. "in": "query",
  2074. "required": true
  2075. },
  2076. {
  2077. "type": "integer",
  2078. "description": "用户id",
  2079. "name": "uid",
  2080. "in": "query",
  2081. "required": true
  2082. }
  2083. ],
  2084. "responses": {
  2085. "200": {
  2086. "description": "具体数据",
  2087. "schema": {
  2088. "$ref": "#/definitions/md.GetBlackListResp"
  2089. }
  2090. },
  2091. "400": {
  2092. "description": "具体错误",
  2093. "schema": {
  2094. "$ref": "#/definitions/md.Response"
  2095. }
  2096. }
  2097. }
  2098. }
  2099. },
  2100. "/api/friendCircleSettings/dynamic/del": {
  2101. "delete": {
  2102. "description": "动态(删除)",
  2103. "consumes": [
  2104. "application/json"
  2105. ],
  2106. "produces": [
  2107. "application/json"
  2108. ],
  2109. "tags": [
  2110. "动态设置"
  2111. ],
  2112. "summary": "社交管理-动态设置-动态(删除)",
  2113. "parameters": [
  2114. {
  2115. "type": "string",
  2116. "description": "验证参数Bearer和token空格拼接",
  2117. "name": "Authorization",
  2118. "in": "header",
  2119. "required": true
  2120. },
  2121. {
  2122. "description": "删除动态id必填",
  2123. "name": "req",
  2124. "in": "body",
  2125. "required": true,
  2126. "schema": {
  2127. "$ref": "#/definitions/md.DeleteDynamicReq"
  2128. }
  2129. }
  2130. ],
  2131. "responses": {
  2132. "200": {
  2133. "description": "success",
  2134. "schema": {
  2135. "type": "string"
  2136. }
  2137. },
  2138. "400": {
  2139. "description": "具体错误",
  2140. "schema": {
  2141. "$ref": "#/definitions/md.Response"
  2142. }
  2143. }
  2144. }
  2145. }
  2146. },
  2147. "/api/friendCircleSettings/dynamic/index": {
  2148. "post": {
  2149. "description": "动态(获取)",
  2150. "consumes": [
  2151. "application/json"
  2152. ],
  2153. "produces": [
  2154. "application/json"
  2155. ],
  2156. "tags": [
  2157. "动态设置"
  2158. ],
  2159. "summary": "社交管理-动态设置-动态(获取)",
  2160. "parameters": [
  2161. {
  2162. "type": "string",
  2163. "description": "验证参数Bearer和token空格拼接",
  2164. "name": "Authorization",
  2165. "in": "header",
  2166. "required": true
  2167. },
  2168. {
  2169. "description": "筛选条件",
  2170. "name": "req",
  2171. "in": "body",
  2172. "schema": {
  2173. "$ref": "#/definitions/md.GetDynamicReq"
  2174. }
  2175. }
  2176. ],
  2177. "responses": {
  2178. "200": {
  2179. "description": "具体数据",
  2180. "schema": {
  2181. "$ref": "#/definitions/md.GetDynamicResp"
  2182. }
  2183. },
  2184. "400": {
  2185. "description": "具体错误",
  2186. "schema": {
  2187. "$ref": "#/definitions/md.Response"
  2188. }
  2189. }
  2190. }
  2191. }
  2192. },
  2193. "/api/friendCircleSettings/dynamic/release": {
  2194. "post": {
  2195. "description": "动态(发布)",
  2196. "consumes": [
  2197. "application/json"
  2198. ],
  2199. "produces": [
  2200. "application/json"
  2201. ],
  2202. "tags": [
  2203. "动态设置"
  2204. ],
  2205. "summary": "社交管理-动态设置-动态(发布)",
  2206. "parameters": [
  2207. {
  2208. "type": "string",
  2209. "description": "验证参数Bearer和token空格拼接",
  2210. "name": "Authorization",
  2211. "in": "header",
  2212. "required": true
  2213. },
  2214. {
  2215. "description": "发布动态信息",
  2216. "name": "req",
  2217. "in": "body",
  2218. "required": true,
  2219. "schema": {
  2220. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2221. }
  2222. }
  2223. ],
  2224. "responses": {
  2225. "200": {
  2226. "description": "success",
  2227. "schema": {
  2228. "type": "string"
  2229. }
  2230. },
  2231. "400": {
  2232. "description": "具体错误",
  2233. "schema": {
  2234. "$ref": "#/definitions/md.Response"
  2235. }
  2236. }
  2237. }
  2238. }
  2239. },
  2240. "/api/friendCircleSettings/dynamic/update": {
  2241. "post": {
  2242. "description": "动态(更新)",
  2243. "consumes": [
  2244. "application/json"
  2245. ],
  2246. "produces": [
  2247. "application/json"
  2248. ],
  2249. "tags": [
  2250. "动态设置"
  2251. ],
  2252. "summary": "社交管理-动态设置-动态(更新)",
  2253. "parameters": [
  2254. {
  2255. "type": "string",
  2256. "description": "验证参数Bearer和token空格拼接",
  2257. "name": "Authorization",
  2258. "in": "header",
  2259. "required": true
  2260. },
  2261. {
  2262. "description": "更新动态id必填",
  2263. "name": "req",
  2264. "in": "body",
  2265. "required": true,
  2266. "schema": {
  2267. "$ref": "#/definitions/md.UpdateDynamicReq"
  2268. }
  2269. }
  2270. ],
  2271. "responses": {
  2272. "200": {
  2273. "description": "success",
  2274. "schema": {
  2275. "type": "string"
  2276. }
  2277. },
  2278. "400": {
  2279. "description": "具体错误",
  2280. "schema": {
  2281. "$ref": "#/definitions/md.Response"
  2282. }
  2283. }
  2284. }
  2285. }
  2286. },
  2287. "/api/getSTSVoucher": {
  2288. "get": {
  2289. "description": "STS临时访问凭证(获取)",
  2290. "consumes": [
  2291. "application/json"
  2292. ],
  2293. "produces": [
  2294. "application/json"
  2295. ],
  2296. "tags": [
  2297. "打包机使用"
  2298. ],
  2299. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2300. "parameters": [
  2301. {
  2302. "type": "string",
  2303. "description": "验证参数Bearer和token空格拼接",
  2304. "name": "Authorization",
  2305. "in": "header",
  2306. "required": true
  2307. }
  2308. ],
  2309. "responses": {
  2310. "200": {
  2311. "description": "凭证及其他信息",
  2312. "schema": {
  2313. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2314. }
  2315. },
  2316. "400": {
  2317. "description": "具体错误",
  2318. "schema": {
  2319. "$ref": "#/definitions/md.Response"
  2320. }
  2321. }
  2322. }
  2323. }
  2324. },
  2325. "/api/homePage/activeData": {
  2326. "get": {
  2327. "description": "活跃数据",
  2328. "consumes": [
  2329. "application/json"
  2330. ],
  2331. "produces": [
  2332. "application/json"
  2333. ],
  2334. "tags": [
  2335. "首页"
  2336. ],
  2337. "summary": "首页-首页-活跃数据",
  2338. "parameters": [
  2339. {
  2340. "type": "string",
  2341. "description": "验证参数Bearer和token空格拼接",
  2342. "name": "Authorization",
  2343. "in": "header",
  2344. "required": true
  2345. }
  2346. ],
  2347. "responses": {
  2348. "200": {
  2349. "description": "具体数据",
  2350. "schema": {
  2351. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2352. }
  2353. },
  2354. "400": {
  2355. "description": "具体错误",
  2356. "schema": {
  2357. "$ref": "#/definitions/md.Response"
  2358. }
  2359. }
  2360. }
  2361. }
  2362. },
  2363. "/api/homePage/growData": {
  2364. "get": {
  2365. "description": "用户增长曲线",
  2366. "consumes": [
  2367. "application/json"
  2368. ],
  2369. "produces": [
  2370. "application/json"
  2371. ],
  2372. "tags": [
  2373. "首页"
  2374. ],
  2375. "summary": "首页-首页-用户增长曲线",
  2376. "parameters": [
  2377. {
  2378. "type": "string",
  2379. "description": "验证参数Bearer和token空格拼接",
  2380. "name": "Authorization",
  2381. "in": "header",
  2382. "required": true
  2383. },
  2384. {
  2385. "type": "string",
  2386. "description": "1:按天 2:按周 3:按小时",
  2387. "name": "kind",
  2388. "in": "query"
  2389. }
  2390. ],
  2391. "responses": {
  2392. "200": {
  2393. "description": "具体数据",
  2394. "schema": {
  2395. "$ref": "#/definitions/md.GetPriceCurveResp"
  2396. }
  2397. },
  2398. "400": {
  2399. "description": "具体错误",
  2400. "schema": {
  2401. "$ref": "#/definitions/md.Response"
  2402. }
  2403. }
  2404. }
  2405. }
  2406. },
  2407. "/api/homePage/totalData": {
  2408. "get": {
  2409. "description": "数据总览",
  2410. "consumes": [
  2411. "application/json"
  2412. ],
  2413. "produces": [
  2414. "application/json"
  2415. ],
  2416. "tags": [
  2417. "首页"
  2418. ],
  2419. "summary": "首页-首页-数据总览",
  2420. "parameters": [
  2421. {
  2422. "type": "string",
  2423. "description": "验证参数Bearer和token空格拼接",
  2424. "name": "Authorization",
  2425. "in": "header",
  2426. "required": true
  2427. },
  2428. {
  2429. "type": "string",
  2430. "description": "年",
  2431. "name": "year",
  2432. "in": "query",
  2433. "required": true
  2434. },
  2435. {
  2436. "type": "string",
  2437. "description": "月",
  2438. "name": "month",
  2439. "in": "query",
  2440. "required": true
  2441. }
  2442. ],
  2443. "responses": {
  2444. "200": {
  2445. "description": "具体数据",
  2446. "schema": {
  2447. "$ref": "#/definitions/hdl.TotalDataResp"
  2448. }
  2449. },
  2450. "400": {
  2451. "description": "具体错误",
  2452. "schema": {
  2453. "$ref": "#/definitions/md.Response"
  2454. }
  2455. }
  2456. }
  2457. }
  2458. },
  2459. "/api/im/addCustomerService": {
  2460. "post": {
  2461. "description": "客服(新增)",
  2462. "consumes": [
  2463. "application/json"
  2464. ],
  2465. "produces": [
  2466. "application/json"
  2467. ],
  2468. "tags": [
  2469. "客服"
  2470. ],
  2471. "summary": "Im-客服(新增)",
  2472. "parameters": [
  2473. {
  2474. "type": "string",
  2475. "description": "验证参数Bearer和token空格拼接",
  2476. "name": "Authorization",
  2477. "in": "header",
  2478. "required": true
  2479. },
  2480. {
  2481. "description": "相关参数",
  2482. "name": "req",
  2483. "in": "body",
  2484. "required": true,
  2485. "schema": {
  2486. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2487. }
  2488. }
  2489. ],
  2490. "responses": {
  2491. "200": {
  2492. "description": "success",
  2493. "schema": {
  2494. "type": "string"
  2495. }
  2496. },
  2497. "400": {
  2498. "description": "具体错误",
  2499. "schema": {
  2500. "$ref": "#/definitions/md.Response"
  2501. }
  2502. }
  2503. }
  2504. }
  2505. },
  2506. "/api/im/addEmoticon": {
  2507. "post": {
  2508. "description": "表情包(新增)",
  2509. "consumes": [
  2510. "application/json"
  2511. ],
  2512. "produces": [
  2513. "application/json"
  2514. ],
  2515. "tags": [
  2516. "表情包"
  2517. ],
  2518. "summary": "Im-表情包(新增)",
  2519. "parameters": [
  2520. {
  2521. "type": "string",
  2522. "description": "验证参数Bearer和token空格拼接",
  2523. "name": "Authorization",
  2524. "in": "header",
  2525. "required": true
  2526. },
  2527. {
  2528. "description": "相关参数",
  2529. "name": "req",
  2530. "in": "body",
  2531. "required": true,
  2532. "schema": {
  2533. "$ref": "#/definitions/md.AddEmoticonReq"
  2534. }
  2535. }
  2536. ],
  2537. "responses": {
  2538. "200": {
  2539. "description": "success",
  2540. "schema": {
  2541. "type": "string"
  2542. }
  2543. },
  2544. "400": {
  2545. "description": "具体错误",
  2546. "schema": {
  2547. "$ref": "#/definitions/md.Response"
  2548. }
  2549. }
  2550. }
  2551. }
  2552. },
  2553. "/api/im/batchSendGroupMessage": {
  2554. "post": {
  2555. "description": "群发发送群组消息",
  2556. "consumes": [
  2557. "application/json"
  2558. ],
  2559. "produces": [
  2560. "application/json"
  2561. ],
  2562. "tags": [
  2563. "群发发送群组消息"
  2564. ],
  2565. "summary": "Im-群发发送群组消息",
  2566. "parameters": [
  2567. {
  2568. "type": "string",
  2569. "description": "验证参数Bearer和token空格拼接",
  2570. "name": "Authorization",
  2571. "in": "header",
  2572. "required": true
  2573. },
  2574. {
  2575. "description": "相关参数",
  2576. "name": "req",
  2577. "in": "body",
  2578. "required": true,
  2579. "schema": {
  2580. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2581. }
  2582. }
  2583. ],
  2584. "responses": {
  2585. "200": {
  2586. "description": "success",
  2587. "schema": {
  2588. "type": "string"
  2589. }
  2590. },
  2591. "400": {
  2592. "description": "具体错误",
  2593. "schema": {
  2594. "$ref": "#/definitions/md.Response"
  2595. }
  2596. }
  2597. }
  2598. }
  2599. },
  2600. "/api/im/batchSendUserMessage": {
  2601. "post": {
  2602. "description": "群发发送用户消息",
  2603. "consumes": [
  2604. "application/json"
  2605. ],
  2606. "produces": [
  2607. "application/json"
  2608. ],
  2609. "tags": [
  2610. "群发发送用户消息"
  2611. ],
  2612. "summary": "Im-群发发送用户消息",
  2613. "parameters": [
  2614. {
  2615. "type": "string",
  2616. "description": "验证参数Bearer和token空格拼接",
  2617. "name": "Authorization",
  2618. "in": "header",
  2619. "required": true
  2620. },
  2621. {
  2622. "description": "相关参数",
  2623. "name": "req",
  2624. "in": "body",
  2625. "required": true,
  2626. "schema": {
  2627. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2628. }
  2629. }
  2630. ],
  2631. "responses": {
  2632. "200": {
  2633. "description": "success",
  2634. "schema": {
  2635. "type": "string"
  2636. }
  2637. },
  2638. "400": {
  2639. "description": "具体错误",
  2640. "schema": {
  2641. "$ref": "#/definitions/md.Response"
  2642. }
  2643. }
  2644. }
  2645. }
  2646. },
  2647. "/api/im/deleteEmoticon": {
  2648. "post": {
  2649. "description": "表情包(删除)",
  2650. "consumes": [
  2651. "application/json"
  2652. ],
  2653. "produces": [
  2654. "application/json"
  2655. ],
  2656. "tags": [
  2657. "表情包"
  2658. ],
  2659. "summary": "Im-表情包(删除)",
  2660. "parameters": [
  2661. {
  2662. "type": "string",
  2663. "description": "验证参数Bearer和token空格拼接",
  2664. "name": "Authorization",
  2665. "in": "header",
  2666. "required": true
  2667. },
  2668. {
  2669. "description": "相关参数",
  2670. "name": "req",
  2671. "in": "body",
  2672. "required": true,
  2673. "schema": {
  2674. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2675. }
  2676. }
  2677. ],
  2678. "responses": {
  2679. "200": {
  2680. "description": "success",
  2681. "schema": {
  2682. "type": "string"
  2683. }
  2684. },
  2685. "400": {
  2686. "description": "具体错误",
  2687. "schema": {
  2688. "$ref": "#/definitions/md.Response"
  2689. }
  2690. }
  2691. }
  2692. }
  2693. },
  2694. "/api/im/getBasic": {
  2695. "get": {
  2696. "description": "基础设置(获取)",
  2697. "consumes": [
  2698. "application/json"
  2699. ],
  2700. "produces": [
  2701. "application/json"
  2702. ],
  2703. "tags": [
  2704. "基础设置"
  2705. ],
  2706. "summary": "Im-基础设置(获取)",
  2707. "parameters": [
  2708. {
  2709. "type": "string",
  2710. "description": "验证参数Bearer和token空格拼接",
  2711. "name": "Authorization",
  2712. "in": "header",
  2713. "required": true
  2714. }
  2715. ],
  2716. "responses": {
  2717. "200": {
  2718. "description": "设置列表",
  2719. "schema": {
  2720. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2721. }
  2722. },
  2723. "400": {
  2724. "description": "具体错误",
  2725. "schema": {
  2726. "$ref": "#/definitions/md.Response"
  2727. }
  2728. }
  2729. }
  2730. }
  2731. },
  2732. "/api/im/groupList": {
  2733. "post": {
  2734. "description": "群组用户(列表)",
  2735. "consumes": [
  2736. "application/json"
  2737. ],
  2738. "produces": [
  2739. "application/json"
  2740. ],
  2741. "tags": [
  2742. "群组用户"
  2743. ],
  2744. "summary": "Im-群组用户(列表)",
  2745. "parameters": [
  2746. {
  2747. "type": "string",
  2748. "description": "验证参数Bearer和token空格拼接",
  2749. "name": "Authorization",
  2750. "in": "header",
  2751. "required": true
  2752. },
  2753. {
  2754. "description": "相关参数",
  2755. "name": "req",
  2756. "in": "body",
  2757. "required": true,
  2758. "schema": {
  2759. "$ref": "#/definitions/md.GroupListReq"
  2760. }
  2761. }
  2762. ],
  2763. "responses": {
  2764. "200": {
  2765. "description": "OK",
  2766. "schema": {
  2767. "$ref": "#/definitions/md.GroupListResp"
  2768. }
  2769. },
  2770. "400": {
  2771. "description": "具体错误",
  2772. "schema": {
  2773. "$ref": "#/definitions/md.Response"
  2774. }
  2775. }
  2776. }
  2777. }
  2778. },
  2779. "/api/im/pageCustomerService": {
  2780. "post": {
  2781. "description": "客服(列表)",
  2782. "consumes": [
  2783. "application/json"
  2784. ],
  2785. "produces": [
  2786. "application/json"
  2787. ],
  2788. "tags": [
  2789. "客服"
  2790. ],
  2791. "summary": "Im-客服(列表)",
  2792. "parameters": [
  2793. {
  2794. "type": "string",
  2795. "description": "验证参数Bearer和token空格拼接",
  2796. "name": "Authorization",
  2797. "in": "header",
  2798. "required": true
  2799. },
  2800. {
  2801. "description": "相关参数",
  2802. "name": "req",
  2803. "in": "body",
  2804. "required": true,
  2805. "schema": {
  2806. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2807. }
  2808. }
  2809. ],
  2810. "responses": {
  2811. "200": {
  2812. "description": "设置列表",
  2813. "schema": {
  2814. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2815. }
  2816. },
  2817. "400": {
  2818. "description": "具体错误",
  2819. "schema": {
  2820. "$ref": "#/definitions/md.Response"
  2821. }
  2822. }
  2823. }
  2824. }
  2825. },
  2826. "/api/im/pageEmoticon": {
  2827. "post": {
  2828. "description": "表情包(列表)",
  2829. "consumes": [
  2830. "application/json"
  2831. ],
  2832. "produces": [
  2833. "application/json"
  2834. ],
  2835. "tags": [
  2836. "表情包"
  2837. ],
  2838. "summary": "Im-表情包(列表)",
  2839. "parameters": [
  2840. {
  2841. "type": "string",
  2842. "description": "验证参数Bearer和token空格拼接",
  2843. "name": "Authorization",
  2844. "in": "header",
  2845. "required": true
  2846. },
  2847. {
  2848. "description": "相关参数",
  2849. "name": "req",
  2850. "in": "body",
  2851. "required": true,
  2852. "schema": {
  2853. "$ref": "#/definitions/md.PageEmoticonReq"
  2854. }
  2855. }
  2856. ],
  2857. "responses": {
  2858. "200": {
  2859. "description": "设置列表",
  2860. "schema": {
  2861. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2862. }
  2863. },
  2864. "400": {
  2865. "description": "具体错误",
  2866. "schema": {
  2867. "$ref": "#/definitions/md.Response"
  2868. }
  2869. }
  2870. }
  2871. }
  2872. },
  2873. "/api/im/pageSendRedPackageOrd": {
  2874. "post": {
  2875. "description": "红包记录(列表)",
  2876. "consumes": [
  2877. "application/json"
  2878. ],
  2879. "produces": [
  2880. "application/json"
  2881. ],
  2882. "tags": [
  2883. "红包记录"
  2884. ],
  2885. "summary": "Im-红包记录(列表)",
  2886. "parameters": [
  2887. {
  2888. "type": "string",
  2889. "description": "验证参数Bearer和token空格拼接",
  2890. "name": "Authorization",
  2891. "in": "header",
  2892. "required": true
  2893. },
  2894. {
  2895. "description": "相关参数",
  2896. "name": "req",
  2897. "in": "body",
  2898. "required": true,
  2899. "schema": {
  2900. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2901. }
  2902. }
  2903. ],
  2904. "responses": {
  2905. "200": {
  2906. "description": "success",
  2907. "schema": {
  2908. "type": "string"
  2909. }
  2910. },
  2911. "400": {
  2912. "description": "具体错误",
  2913. "schema": {
  2914. "$ref": "#/definitions/md.Response"
  2915. }
  2916. }
  2917. }
  2918. }
  2919. },
  2920. "/api/im/redPackageRecordsDetail": {
  2921. "get": {
  2922. "description": "红包记录(详情)",
  2923. "consumes": [
  2924. "application/json"
  2925. ],
  2926. "produces": [
  2927. "application/json"
  2928. ],
  2929. "tags": [
  2930. "红包记录"
  2931. ],
  2932. "summary": "Im-红包记录(详情)",
  2933. "parameters": [
  2934. {
  2935. "type": "string",
  2936. "description": "验证参数Bearer和token空格拼接",
  2937. "name": "Authorization",
  2938. "in": "header",
  2939. "required": true
  2940. },
  2941. {
  2942. "type": "string",
  2943. "description": "红包id",
  2944. "name": "red_package_id",
  2945. "in": "query",
  2946. "required": true
  2947. }
  2948. ],
  2949. "responses": {
  2950. "200": {
  2951. "description": "success",
  2952. "schema": {
  2953. "type": "string"
  2954. }
  2955. },
  2956. "400": {
  2957. "description": "具体错误",
  2958. "schema": {
  2959. "$ref": "#/definitions/md.Response"
  2960. }
  2961. }
  2962. }
  2963. }
  2964. },
  2965. "/api/im/setBasic": {
  2966. "post": {
  2967. "description": "基础设置(更新)",
  2968. "consumes": [
  2969. "application/json"
  2970. ],
  2971. "produces": [
  2972. "application/json"
  2973. ],
  2974. "tags": [
  2975. "基础设置"
  2976. ],
  2977. "summary": "Im-基础设置(更新)",
  2978. "parameters": [
  2979. {
  2980. "type": "string",
  2981. "description": "验证参数Bearer和token空格拼接",
  2982. "name": "Authorization",
  2983. "in": "header",
  2984. "required": true
  2985. },
  2986. {
  2987. "description": "上传需要修改的信息",
  2988. "name": "req",
  2989. "in": "body",
  2990. "required": true,
  2991. "schema": {
  2992. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2993. }
  2994. }
  2995. ],
  2996. "responses": {
  2997. "200": {
  2998. "description": "success",
  2999. "schema": {
  3000. "type": "string"
  3001. }
  3002. },
  3003. "400": {
  3004. "description": "具体错误",
  3005. "schema": {
  3006. "$ref": "#/definitions/md.Response"
  3007. }
  3008. }
  3009. }
  3010. }
  3011. },
  3012. "/api/im/setCustomerServiceState": {
  3013. "post": {
  3014. "description": "客服(更新状态)",
  3015. "consumes": [
  3016. "application/json"
  3017. ],
  3018. "produces": [
  3019. "application/json"
  3020. ],
  3021. "tags": [
  3022. "客服"
  3023. ],
  3024. "summary": "Im-客服(更新状态)",
  3025. "parameters": [
  3026. {
  3027. "type": "string",
  3028. "description": "验证参数Bearer和token空格拼接",
  3029. "name": "Authorization",
  3030. "in": "header",
  3031. "required": true
  3032. },
  3033. {
  3034. "description": "相关参数",
  3035. "name": "req",
  3036. "in": "body",
  3037. "required": true,
  3038. "schema": {
  3039. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  3040. }
  3041. }
  3042. ],
  3043. "responses": {
  3044. "200": {
  3045. "description": "success",
  3046. "schema": {
  3047. "type": "string"
  3048. }
  3049. },
  3050. "400": {
  3051. "description": "具体错误",
  3052. "schema": {
  3053. "$ref": "#/definitions/md.Response"
  3054. }
  3055. }
  3056. }
  3057. }
  3058. },
  3059. "/api/im/setEmoticonState": {
  3060. "post": {
  3061. "description": "表情包(新增)",
  3062. "consumes": [
  3063. "application/json"
  3064. ],
  3065. "produces": [
  3066. "application/json"
  3067. ],
  3068. "tags": [
  3069. "表情包"
  3070. ],
  3071. "summary": "Im-表情包(更新状态)",
  3072. "parameters": [
  3073. {
  3074. "type": "string",
  3075. "description": "验证参数Bearer和token空格拼接",
  3076. "name": "Authorization",
  3077. "in": "header",
  3078. "required": true
  3079. },
  3080. {
  3081. "description": "相关参数",
  3082. "name": "req",
  3083. "in": "body",
  3084. "required": true,
  3085. "schema": {
  3086. "$ref": "#/definitions/md.SetEmoticonStateReq"
  3087. }
  3088. }
  3089. ],
  3090. "responses": {
  3091. "200": {
  3092. "description": "success",
  3093. "schema": {
  3094. "type": "string"
  3095. }
  3096. },
  3097. "400": {
  3098. "description": "具体错误",
  3099. "schema": {
  3100. "$ref": "#/definitions/md.Response"
  3101. }
  3102. }
  3103. }
  3104. }
  3105. },
  3106. "/api/im/updateCustomerServiceMemo": {
  3107. "post": {
  3108. "description": "客服(编辑备注)",
  3109. "consumes": [
  3110. "application/json"
  3111. ],
  3112. "produces": [
  3113. "application/json"
  3114. ],
  3115. "tags": [
  3116. "客服"
  3117. ],
  3118. "summary": "Im-客服(编辑备注)",
  3119. "parameters": [
  3120. {
  3121. "type": "string",
  3122. "description": "验证参数Bearer和token空格拼接",
  3123. "name": "Authorization",
  3124. "in": "header",
  3125. "required": true
  3126. },
  3127. {
  3128. "description": "相关参数",
  3129. "name": "req",
  3130. "in": "body",
  3131. "required": true,
  3132. "schema": {
  3133. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3134. }
  3135. }
  3136. ],
  3137. "responses": {
  3138. "200": {
  3139. "description": "success",
  3140. "schema": {
  3141. "type": "string"
  3142. }
  3143. },
  3144. "400": {
  3145. "description": "具体错误",
  3146. "schema": {
  3147. "$ref": "#/definitions/md.Response"
  3148. }
  3149. }
  3150. }
  3151. }
  3152. },
  3153. "/api/im/updateEmoticon": {
  3154. "post": {
  3155. "description": "表情包(编辑)",
  3156. "consumes": [
  3157. "application/json"
  3158. ],
  3159. "produces": [
  3160. "application/json"
  3161. ],
  3162. "tags": [
  3163. "表情包"
  3164. ],
  3165. "summary": "Im-表情包(编辑)",
  3166. "parameters": [
  3167. {
  3168. "type": "string",
  3169. "description": "验证参数Bearer和token空格拼接",
  3170. "name": "Authorization",
  3171. "in": "header",
  3172. "required": true
  3173. },
  3174. {
  3175. "description": "相关参数",
  3176. "name": "req",
  3177. "in": "body",
  3178. "required": true,
  3179. "schema": {
  3180. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3181. }
  3182. }
  3183. ],
  3184. "responses": {
  3185. "200": {
  3186. "description": "success",
  3187. "schema": {
  3188. "type": "string"
  3189. }
  3190. },
  3191. "400": {
  3192. "description": "具体错误",
  3193. "schema": {
  3194. "$ref": "#/definitions/md.Response"
  3195. }
  3196. }
  3197. }
  3198. }
  3199. },
  3200. "/api/institutionalManagement/contentReward/playlet/base": {
  3201. "get": {
  3202. "description": "制度中心-内容奖励-短剧基本信息",
  3203. "consumes": [
  3204. "application/json"
  3205. ],
  3206. "produces": [
  3207. "application/json"
  3208. ],
  3209. "tags": [
  3210. "蛋蛋能量"
  3211. ],
  3212. "summary": "制度中心-内容奖励-短剧基本信息",
  3213. "parameters": [
  3214. {
  3215. "type": "string",
  3216. "description": "验证参数Bearer和token空格拼接",
  3217. "name": "Authorization",
  3218. "in": "header",
  3219. "required": true
  3220. }
  3221. ],
  3222. "responses": {
  3223. "200": {
  3224. "description": "具体数据",
  3225. "schema": {
  3226. "$ref": "#/definitions/md.PlayletBaseData"
  3227. }
  3228. },
  3229. "400": {
  3230. "description": "具体错误",
  3231. "schema": {
  3232. "$ref": "#/definitions/md.Response"
  3233. }
  3234. }
  3235. }
  3236. }
  3237. },
  3238. "/api/institutionalManagement/contentReward/playlet/save": {
  3239. "post": {
  3240. "description": "制度中心-内容奖励-短剧基本配置保存",
  3241. "consumes": [
  3242. "application/json"
  3243. ],
  3244. "produces": [
  3245. "application/json"
  3246. ],
  3247. "tags": [
  3248. "蛋蛋能量"
  3249. ],
  3250. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3251. "parameters": [
  3252. {
  3253. "type": "string",
  3254. "description": "验证参数Bearer和token空格拼接",
  3255. "name": "Authorization",
  3256. "in": "header",
  3257. "required": true
  3258. },
  3259. {
  3260. "description": "(分页信息必填)",
  3261. "name": "req",
  3262. "in": "body",
  3263. "required": true,
  3264. "schema": {
  3265. "$ref": "#/definitions/md.PlayletBaseData"
  3266. }
  3267. }
  3268. ],
  3269. "responses": {
  3270. "200": {
  3271. "description": "具体数据",
  3272. "schema": {
  3273. "type": "string"
  3274. }
  3275. },
  3276. "400": {
  3277. "description": "具体错误",
  3278. "schema": {
  3279. "$ref": "#/definitions/md.Response"
  3280. }
  3281. }
  3282. }
  3283. }
  3284. },
  3285. "/api/institutionalManagement/contentReward/video/base": {
  3286. "get": {
  3287. "description": "制度中心-内容奖励-短视频基本信息",
  3288. "consumes": [
  3289. "application/json"
  3290. ],
  3291. "produces": [
  3292. "application/json"
  3293. ],
  3294. "tags": [
  3295. "蛋蛋能量"
  3296. ],
  3297. "summary": "制度中心-内容奖励-短视频基本信息",
  3298. "parameters": [
  3299. {
  3300. "type": "string",
  3301. "description": "验证参数Bearer和token空格拼接",
  3302. "name": "Authorization",
  3303. "in": "header",
  3304. "required": true
  3305. }
  3306. ],
  3307. "responses": {
  3308. "200": {
  3309. "description": "具体数据",
  3310. "schema": {
  3311. "$ref": "#/definitions/md.VideoBaseData"
  3312. }
  3313. },
  3314. "400": {
  3315. "description": "具体错误",
  3316. "schema": {
  3317. "$ref": "#/definitions/md.Response"
  3318. }
  3319. }
  3320. }
  3321. }
  3322. },
  3323. "/api/institutionalManagement/contentReward/video/save": {
  3324. "post": {
  3325. "description": "制度中心-内容奖励-短视频基本配置保存",
  3326. "consumes": [
  3327. "application/json"
  3328. ],
  3329. "produces": [
  3330. "application/json"
  3331. ],
  3332. "tags": [
  3333. "蛋蛋能量"
  3334. ],
  3335. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3336. "parameters": [
  3337. {
  3338. "type": "string",
  3339. "description": "验证参数Bearer和token空格拼接",
  3340. "name": "Authorization",
  3341. "in": "header",
  3342. "required": true
  3343. },
  3344. {
  3345. "description": "(分页信息必填)",
  3346. "name": "req",
  3347. "in": "body",
  3348. "required": true,
  3349. "schema": {
  3350. "$ref": "#/definitions/md.VideoBaseData"
  3351. }
  3352. }
  3353. ],
  3354. "responses": {
  3355. "200": {
  3356. "description": "具体数据",
  3357. "schema": {
  3358. "type": "string"
  3359. }
  3360. },
  3361. "400": {
  3362. "description": "具体错误",
  3363. "schema": {
  3364. "$ref": "#/definitions/md.Response"
  3365. }
  3366. }
  3367. }
  3368. }
  3369. },
  3370. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3371. "post": {
  3372. "description": "会员设置(新增)",
  3373. "consumes": [
  3374. "application/json"
  3375. ],
  3376. "produces": [
  3377. "application/json"
  3378. ],
  3379. "tags": [
  3380. "蛋蛋能量"
  3381. ],
  3382. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3383. "parameters": [
  3384. {
  3385. "type": "string",
  3386. "description": "验证参数Bearer和token空格拼接",
  3387. "name": "Authorization",
  3388. "in": "header",
  3389. "required": true
  3390. },
  3391. {
  3392. "description": "system_id 必填",
  3393. "name": "req",
  3394. "in": "body",
  3395. "required": true,
  3396. "schema": {
  3397. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3398. }
  3399. }
  3400. ],
  3401. "responses": {
  3402. "200": {
  3403. "description": "修改数据条数",
  3404. "schema": {
  3405. "type": "int"
  3406. }
  3407. },
  3408. "400": {
  3409. "description": "具体错误",
  3410. "schema": {
  3411. "$ref": "#/definitions/md.Response"
  3412. }
  3413. }
  3414. }
  3415. }
  3416. },
  3417. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3418. "post": {
  3419. "description": "动态数据流水(获取)",
  3420. "consumes": [
  3421. "application/json"
  3422. ],
  3423. "produces": [
  3424. "application/json"
  3425. ],
  3426. "tags": [
  3427. "公排管理"
  3428. ],
  3429. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3430. "parameters": [
  3431. {
  3432. "type": "string",
  3433. "description": "验证参数Bearer和token空格拼接",
  3434. "name": "Authorization",
  3435. "in": "header",
  3436. "required": true
  3437. },
  3438. {
  3439. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3440. "name": "req",
  3441. "in": "body",
  3442. "required": true,
  3443. "schema": {
  3444. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3445. }
  3446. }
  3447. ],
  3448. "responses": {
  3449. "200": {
  3450. "description": "成功返回",
  3451. "schema": {
  3452. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3453. }
  3454. },
  3455. "400": {
  3456. "description": "具体错误",
  3457. "schema": {
  3458. "$ref": "#/definitions/md.Response"
  3459. }
  3460. }
  3461. }
  3462. }
  3463. },
  3464. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3465. "post": {
  3466. "description": "批量新增币种",
  3467. "consumes": [
  3468. "application/json"
  3469. ],
  3470. "produces": [
  3471. "application/json"
  3472. ],
  3473. "tags": [
  3474. "蛋蛋能量"
  3475. ],
  3476. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3477. "parameters": [
  3478. {
  3479. "type": "string",
  3480. "description": "验证参数Bearer和token空格拼接",
  3481. "name": "Authorization",
  3482. "in": "header",
  3483. "required": true
  3484. },
  3485. {
  3486. "description": "新增数据信息",
  3487. "name": "req",
  3488. "in": "body",
  3489. "required": true,
  3490. "schema": {
  3491. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3492. }
  3493. }
  3494. ],
  3495. "responses": {
  3496. "200": {
  3497. "description": "新增数据数量",
  3498. "schema": {
  3499. "type": "int"
  3500. }
  3501. },
  3502. "400": {
  3503. "description": "具体错误",
  3504. "schema": {
  3505. "$ref": "#/definitions/md.Response"
  3506. }
  3507. }
  3508. }
  3509. }
  3510. },
  3511. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3512. "get": {
  3513. "description": "贡献值-基础设置(获取)",
  3514. "consumes": [
  3515. "application/json"
  3516. ],
  3517. "produces": [
  3518. "application/json"
  3519. ],
  3520. "tags": [
  3521. "贡献值"
  3522. ],
  3523. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3524. "parameters": [
  3525. {
  3526. "type": "string",
  3527. "description": "验证参数Bearer和token空格拼接",
  3528. "name": "Authorization",
  3529. "in": "header",
  3530. "required": true
  3531. }
  3532. ],
  3533. "responses": {
  3534. "200": {
  3535. "description": "具体数据",
  3536. "schema": {
  3537. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3538. }
  3539. },
  3540. "400": {
  3541. "description": "具体错误",
  3542. "schema": {
  3543. "$ref": "#/definitions/md.Response"
  3544. }
  3545. }
  3546. }
  3547. }
  3548. },
  3549. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3550. "post": {
  3551. "description": "贡献值-基础设置(更新)",
  3552. "consumes": [
  3553. "application/json"
  3554. ],
  3555. "produces": [
  3556. "application/json"
  3557. ],
  3558. "tags": [
  3559. "贡献值"
  3560. ],
  3561. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3562. "parameters": [
  3563. {
  3564. "type": "string",
  3565. "description": "验证参数Bearer和token空格拼接",
  3566. "name": "Authorization",
  3567. "in": "header",
  3568. "required": true
  3569. },
  3570. {
  3571. "description": "id 必填",
  3572. "name": "req",
  3573. "in": "body",
  3574. "required": true,
  3575. "schema": {
  3576. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3577. }
  3578. }
  3579. ],
  3580. "responses": {
  3581. "200": {
  3582. "description": "修改数据条数",
  3583. "schema": {
  3584. "type": "int"
  3585. }
  3586. },
  3587. "400": {
  3588. "description": "具体错误",
  3589. "schema": {
  3590. "$ref": "#/definitions/md.Response"
  3591. }
  3592. }
  3593. }
  3594. }
  3595. },
  3596. "/api/institutionalManagement/eggEnergy/coreData": {
  3597. "get": {
  3598. "description": "核心数据(获取)",
  3599. "consumes": [
  3600. "application/json"
  3601. ],
  3602. "produces": [
  3603. "application/json"
  3604. ],
  3605. "tags": [
  3606. "蛋蛋能量"
  3607. ],
  3608. "summary": "制度中心-蛋蛋能量-核心数据(获取)",
  3609. "parameters": [
  3610. {
  3611. "type": "string",
  3612. "description": "验证参数Bearer和token空格拼接",
  3613. "name": "Authorization",
  3614. "in": "header",
  3615. "required": true
  3616. }
  3617. ],
  3618. "responses": {
  3619. "200": {
  3620. "description": "具体数据",
  3621. "schema": {
  3622. "$ref": "#/definitions/md.GetEggEnergyCoreDataResp"
  3623. }
  3624. },
  3625. "400": {
  3626. "description": "具体错误",
  3627. "schema": {
  3628. "$ref": "#/definitions/md.Response"
  3629. }
  3630. }
  3631. }
  3632. },
  3633. "post": {
  3634. "description": "核心数据(更新)",
  3635. "consumes": [
  3636. "application/json"
  3637. ],
  3638. "produces": [
  3639. "application/json"
  3640. ],
  3641. "tags": [
  3642. "蛋蛋能量"
  3643. ],
  3644. "summary": "制度中心-蛋蛋能量-核心数据(更新)",
  3645. "parameters": [
  3646. {
  3647. "type": "string",
  3648. "description": "验证参数Bearer和token空格拼接",
  3649. "name": "Authorization",
  3650. "in": "header",
  3651. "required": true
  3652. },
  3653. {
  3654. "description": "需要修改的内容和 id",
  3655. "name": "req",
  3656. "in": "body",
  3657. "required": true,
  3658. "schema": {
  3659. "$ref": "#/definitions/md.UpdateEggEnergyCoreDataReq"
  3660. }
  3661. }
  3662. ],
  3663. "responses": {
  3664. "200": {
  3665. "description": "修改数据条数",
  3666. "schema": {
  3667. "type": "int"
  3668. }
  3669. },
  3670. "400": {
  3671. "description": "具体错误",
  3672. "schema": {
  3673. "$ref": "#/definitions/md.Response"
  3674. }
  3675. }
  3676. }
  3677. }
  3678. },
  3679. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3680. "delete": {
  3681. "description": "删除币种",
  3682. "consumes": [
  3683. "application/json"
  3684. ],
  3685. "produces": [
  3686. "application/json"
  3687. ],
  3688. "tags": [
  3689. "蛋蛋能量"
  3690. ],
  3691. "summary": "制度中心-蛋蛋能量-删除币种",
  3692. "parameters": [
  3693. {
  3694. "type": "string",
  3695. "description": "验证参数Bearer和token空格拼接",
  3696. "name": "Authorization",
  3697. "in": "header",
  3698. "required": true
  3699. }
  3700. ],
  3701. "responses": {
  3702. "200": {
  3703. "description": "删除数据数量",
  3704. "schema": {
  3705. "type": "int"
  3706. }
  3707. },
  3708. "400": {
  3709. "description": "具体错误",
  3710. "schema": {
  3711. "$ref": "#/definitions/md.Response"
  3712. }
  3713. }
  3714. }
  3715. }
  3716. },
  3717. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3718. "post": {
  3719. "description": "蛋蛋分管理(人工打分)",
  3720. "consumes": [
  3721. "application/json"
  3722. ],
  3723. "produces": [
  3724. "application/json"
  3725. ],
  3726. "tags": [
  3727. "蛋蛋能量"
  3728. ],
  3729. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3730. "parameters": [
  3731. {
  3732. "type": "string",
  3733. "description": "验证参数Bearer和token空格拼接",
  3734. "name": "Authorization",
  3735. "in": "header",
  3736. "required": true
  3737. },
  3738. {
  3739. "description": "请求参数",
  3740. "name": "req",
  3741. "in": "body",
  3742. "required": true,
  3743. "schema": {
  3744. "$ref": "#/definitions/md.ManualScoreReq"
  3745. }
  3746. }
  3747. ],
  3748. "responses": {
  3749. "200": {
  3750. "description": "成功返回",
  3751. "schema": {
  3752. "type": "string"
  3753. }
  3754. },
  3755. "400": {
  3756. "description": "具体错误",
  3757. "schema": {
  3758. "$ref": "#/definitions/md.Response"
  3759. }
  3760. }
  3761. }
  3762. }
  3763. },
  3764. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3765. "post": {
  3766. "description": "蛋蛋分管理(着陆页数据分析)",
  3767. "consumes": [
  3768. "application/json"
  3769. ],
  3770. "produces": [
  3771. "application/json"
  3772. ],
  3773. "tags": [
  3774. "蛋蛋能量"
  3775. ],
  3776. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3777. "parameters": [
  3778. {
  3779. "type": "string",
  3780. "description": "验证参数Bearer和token空格拼接",
  3781. "name": "Authorization",
  3782. "in": "header",
  3783. "required": true
  3784. },
  3785. {
  3786. "description": "请求参数",
  3787. "name": "req",
  3788. "in": "body",
  3789. "required": true,
  3790. "schema": {
  3791. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3792. }
  3793. }
  3794. ],
  3795. "responses": {
  3796. "200": {
  3797. "description": "成功返回",
  3798. "schema": {
  3799. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3800. }
  3801. },
  3802. "400": {
  3803. "description": "具体错误",
  3804. "schema": {
  3805. "$ref": "#/definitions/md.Response"
  3806. }
  3807. }
  3808. }
  3809. }
  3810. },
  3811. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3812. "post": {
  3813. "description": "蛋蛋分管理(用户数据列表)",
  3814. "consumes": [
  3815. "application/json"
  3816. ],
  3817. "produces": [
  3818. "application/json"
  3819. ],
  3820. "tags": [
  3821. "蛋蛋能量"
  3822. ],
  3823. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3824. "parameters": [
  3825. {
  3826. "type": "string",
  3827. "description": "验证参数Bearer和token空格拼接",
  3828. "name": "Authorization",
  3829. "in": "header",
  3830. "required": true
  3831. },
  3832. {
  3833. "description": "请求参数",
  3834. "name": "req",
  3835. "in": "body",
  3836. "required": true,
  3837. "schema": {
  3838. "$ref": "#/definitions/md.UserEggFlowReq"
  3839. }
  3840. }
  3841. ],
  3842. "responses": {
  3843. "200": {
  3844. "description": "成功返回",
  3845. "schema": {
  3846. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3847. }
  3848. },
  3849. "400": {
  3850. "description": "具体错误",
  3851. "schema": {
  3852. "$ref": "#/definitions/md.Response"
  3853. }
  3854. }
  3855. }
  3856. }
  3857. },
  3858. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3859. "post": {
  3860. "description": "蛋蛋分管理(着陆页数据)",
  3861. "consumes": [
  3862. "application/json"
  3863. ],
  3864. "produces": [
  3865. "application/json"
  3866. ],
  3867. "tags": [
  3868. "蛋蛋能量"
  3869. ],
  3870. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3871. "parameters": [
  3872. {
  3873. "type": "string",
  3874. "description": "验证参数Bearer和token空格拼接",
  3875. "name": "Authorization",
  3876. "in": "header",
  3877. "required": true
  3878. },
  3879. {
  3880. "description": "请求参数",
  3881. "name": "req",
  3882. "in": "body",
  3883. "required": true,
  3884. "schema": {
  3885. "$ref": "#/definitions/md.UserEggIndexReq"
  3886. }
  3887. }
  3888. ],
  3889. "responses": {
  3890. "200": {
  3891. "description": "成功返回",
  3892. "schema": {
  3893. "$ref": "#/definitions/md.UserEggIndexResp"
  3894. }
  3895. },
  3896. "400": {
  3897. "description": "具体错误",
  3898. "schema": {
  3899. "$ref": "#/definitions/md.Response"
  3900. }
  3901. }
  3902. }
  3903. }
  3904. },
  3905. "/api/institutionalManagement/eggEnergy/getBasic": {
  3906. "get": {
  3907. "description": "基础设置(获取)",
  3908. "consumes": [
  3909. "application/json"
  3910. ],
  3911. "produces": [
  3912. "application/json"
  3913. ],
  3914. "tags": [
  3915. "蛋蛋能量"
  3916. ],
  3917. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3918. "parameters": [
  3919. {
  3920. "type": "string",
  3921. "description": "验证参数Bearer和token空格拼接",
  3922. "name": "Authorization",
  3923. "in": "header",
  3924. "required": true
  3925. }
  3926. ],
  3927. "responses": {
  3928. "200": {
  3929. "description": "具体数据",
  3930. "schema": {
  3931. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3932. }
  3933. },
  3934. "400": {
  3935. "description": "具体错误",
  3936. "schema": {
  3937. "$ref": "#/definitions/md.Response"
  3938. }
  3939. }
  3940. }
  3941. }
  3942. },
  3943. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3944. "get": {
  3945. "description": "基础会员设置(获取)",
  3946. "consumes": [
  3947. "application/json"
  3948. ],
  3949. "produces": [
  3950. "application/json"
  3951. ],
  3952. "tags": [
  3953. "蛋蛋能量"
  3954. ],
  3955. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3956. "parameters": [
  3957. {
  3958. "type": "string",
  3959. "description": "验证参数Bearer和token空格拼接",
  3960. "name": "Authorization",
  3961. "in": "header",
  3962. "required": true
  3963. }
  3964. ],
  3965. "responses": {
  3966. "200": {
  3967. "description": "具体数据",
  3968. "schema": {
  3969. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3970. }
  3971. },
  3972. "400": {
  3973. "description": "具体错误",
  3974. "schema": {
  3975. "$ref": "#/definitions/md.Response"
  3976. }
  3977. }
  3978. }
  3979. }
  3980. },
  3981. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3982. "get": {
  3983. "description": "查询所有币种(获取)",
  3984. "consumes": [
  3985. "application/json"
  3986. ],
  3987. "produces": [
  3988. "application/json"
  3989. ],
  3990. "tags": [
  3991. "蛋蛋能量"
  3992. ],
  3993. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3994. "parameters": [
  3995. {
  3996. "type": "string",
  3997. "description": "验证参数Bearer和token空格拼接",
  3998. "name": "Authorization",
  3999. "in": "header",
  4000. "required": true
  4001. }
  4002. ],
  4003. "responses": {
  4004. "200": {
  4005. "description": "成功返回",
  4006. "schema": {
  4007. "type": "array",
  4008. "items": {
  4009. "$ref": "#/definitions/md.VirtualCoin"
  4010. }
  4011. }
  4012. },
  4013. "400": {
  4014. "description": "具体错误",
  4015. "schema": {
  4016. "$ref": "#/definitions/md.Response"
  4017. }
  4018. }
  4019. }
  4020. }
  4021. },
  4022. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  4023. "get": {
  4024. "description": "数据概览(获取)",
  4025. "consumes": [
  4026. "application/json"
  4027. ],
  4028. "produces": [
  4029. "application/json"
  4030. ],
  4031. "tags": [
  4032. "蛋蛋能量"
  4033. ],
  4034. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  4035. "parameters": [
  4036. {
  4037. "type": "string",
  4038. "description": "验证参数Bearer和token空格拼接",
  4039. "name": "Authorization",
  4040. "in": "header",
  4041. "required": true
  4042. }
  4043. ],
  4044. "responses": {
  4045. "200": {
  4046. "description": "具体数据",
  4047. "schema": {
  4048. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  4049. }
  4050. },
  4051. "400": {
  4052. "description": "具体错误",
  4053. "schema": {
  4054. "$ref": "#/definitions/md.Response"
  4055. }
  4056. }
  4057. }
  4058. }
  4059. },
  4060. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  4061. "post": {
  4062. "description": "价值明细数据(新增)",
  4063. "consumes": [
  4064. "application/json"
  4065. ],
  4066. "produces": [
  4067. "application/json"
  4068. ],
  4069. "tags": [
  4070. "蛋蛋能量"
  4071. ],
  4072. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  4073. "parameters": [
  4074. {
  4075. "type": "string",
  4076. "description": "验证参数Bearer和token空格拼接",
  4077. "name": "Authorization",
  4078. "in": "header",
  4079. "required": true
  4080. },
  4081. {
  4082. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4083. "name": "req",
  4084. "in": "body",
  4085. "required": true,
  4086. "schema": {
  4087. "$ref": "#/definitions/md.AddFundDataReq"
  4088. }
  4089. }
  4090. ],
  4091. "responses": {
  4092. "200": {
  4093. "description": "插入数据 id",
  4094. "schema": {
  4095. "type": "int"
  4096. }
  4097. },
  4098. "400": {
  4099. "description": "具体错误",
  4100. "schema": {
  4101. "$ref": "#/definitions/md.Response"
  4102. }
  4103. }
  4104. }
  4105. }
  4106. },
  4107. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  4108. "post": {
  4109. "description": "新增数据列表(获取)",
  4110. "consumes": [
  4111. "application/json"
  4112. ],
  4113. "produces": [
  4114. "application/json"
  4115. ],
  4116. "tags": [
  4117. "蛋蛋能量"
  4118. ],
  4119. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  4120. "parameters": [
  4121. {
  4122. "type": "string",
  4123. "description": "验证参数Bearer和token空格拼接",
  4124. "name": "Authorization",
  4125. "in": "header",
  4126. "required": true
  4127. },
  4128. {
  4129. "description": "分页信息必填",
  4130. "name": "req",
  4131. "in": "body",
  4132. "required": true,
  4133. "schema": {
  4134. "$ref": "#/definitions/md.GetFundDataListReq"
  4135. }
  4136. }
  4137. ],
  4138. "responses": {
  4139. "200": {
  4140. "description": "具体数据",
  4141. "schema": {
  4142. "$ref": "#/definitions/md.GetFundDataListResp"
  4143. }
  4144. },
  4145. "400": {
  4146. "description": "具体错误",
  4147. "schema": {
  4148. "$ref": "#/definitions/md.Response"
  4149. }
  4150. }
  4151. }
  4152. }
  4153. },
  4154. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  4155. "post": {
  4156. "description": "新增数据列表详情(查询)",
  4157. "consumes": [
  4158. "application/json"
  4159. ],
  4160. "produces": [
  4161. "application/json"
  4162. ],
  4163. "tags": [
  4164. "蛋蛋能量"
  4165. ],
  4166. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  4167. "parameters": [
  4168. {
  4169. "type": "string",
  4170. "description": "验证参数Bearer和token空格拼接",
  4171. "name": "Authorization",
  4172. "in": "header",
  4173. "required": true
  4174. },
  4175. {
  4176. "description": "获取到的 system_id 以及分页信息",
  4177. "name": "req",
  4178. "in": "body",
  4179. "required": true,
  4180. "schema": {
  4181. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  4182. }
  4183. }
  4184. ],
  4185. "responses": {
  4186. "200": {
  4187. "description": "具体数据",
  4188. "schema": {
  4189. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  4190. }
  4191. },
  4192. "400": {
  4193. "description": "具体错误",
  4194. "schema": {
  4195. "$ref": "#/definitions/md.Response"
  4196. }
  4197. }
  4198. }
  4199. }
  4200. },
  4201. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  4202. "get": {
  4203. "description": "价格趋势(获取)",
  4204. "consumes": [
  4205. "application/json"
  4206. ],
  4207. "produces": [
  4208. "application/json"
  4209. ],
  4210. "tags": [
  4211. "蛋蛋能量"
  4212. ],
  4213. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4214. "parameters": [
  4215. {
  4216. "type": "string",
  4217. "description": "验证参数Bearer和token空格拼接",
  4218. "name": "Authorization",
  4219. "in": "header",
  4220. "required": true
  4221. },
  4222. {
  4223. "type": "string",
  4224. "description": "1:按天 2:按小时 3:按周",
  4225. "name": "kind",
  4226. "in": "query"
  4227. }
  4228. ],
  4229. "responses": {
  4230. "200": {
  4231. "description": "具体数据",
  4232. "schema": {
  4233. "$ref": "#/definitions/md.GetPriceCurveResp"
  4234. }
  4235. },
  4236. "400": {
  4237. "description": "具体错误",
  4238. "schema": {
  4239. "$ref": "#/definitions/md.Response"
  4240. }
  4241. }
  4242. }
  4243. }
  4244. },
  4245. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4246. "post": {
  4247. "description": "激励视频(获取)",
  4248. "consumes": [
  4249. "application/json"
  4250. ],
  4251. "produces": [
  4252. "application/json"
  4253. ],
  4254. "tags": [
  4255. "蛋蛋能量"
  4256. ],
  4257. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4258. "parameters": [
  4259. {
  4260. "type": "string",
  4261. "description": "验证参数Bearer和token空格拼接",
  4262. "name": "Authorization",
  4263. "in": "header",
  4264. "required": true
  4265. },
  4266. {
  4267. "description": "落地页不填页大小默认20条数据",
  4268. "name": "req",
  4269. "in": "body",
  4270. "required": true,
  4271. "schema": {
  4272. "$ref": "#/definitions/md.SetVideoRewardReq"
  4273. }
  4274. }
  4275. ],
  4276. "responses": {
  4277. "200": {
  4278. "description": "OK",
  4279. "schema": {
  4280. "$ref": "#/definitions/md.GetVideoRewardResp"
  4281. }
  4282. },
  4283. "400": {
  4284. "description": "具体错误",
  4285. "schema": {
  4286. "$ref": "#/definitions/md.Response"
  4287. }
  4288. }
  4289. }
  4290. }
  4291. },
  4292. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4293. "post": {
  4294. "description": "其他广告设置数据(新增)",
  4295. "consumes": [
  4296. "application/json"
  4297. ],
  4298. "produces": [
  4299. "application/json"
  4300. ],
  4301. "tags": [
  4302. "蛋蛋能量"
  4303. ],
  4304. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4305. "parameters": [
  4306. {
  4307. "type": "string",
  4308. "description": "验证参数Bearer和token空格拼接",
  4309. "name": "Authorization",
  4310. "in": "header",
  4311. "required": true
  4312. },
  4313. {
  4314. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4315. "name": "req",
  4316. "in": "body",
  4317. "required": true,
  4318. "schema": {
  4319. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4320. }
  4321. }
  4322. ],
  4323. "responses": {
  4324. "200": {
  4325. "description": "插入数据 id",
  4326. "schema": {
  4327. "type": "int"
  4328. }
  4329. },
  4330. "400": {
  4331. "description": "具体错误",
  4332. "schema": {
  4333. "$ref": "#/definitions/md.Response"
  4334. }
  4335. }
  4336. }
  4337. }
  4338. },
  4339. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4340. "post": {
  4341. "description": "其他广告设置数据(获取)",
  4342. "consumes": [
  4343. "application/json"
  4344. ],
  4345. "produces": [
  4346. "application/json"
  4347. ],
  4348. "tags": [
  4349. "蛋蛋能量"
  4350. ],
  4351. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4352. "parameters": [
  4353. {
  4354. "type": "string",
  4355. "description": "验证参数Bearer和token空格拼接",
  4356. "name": "Authorization",
  4357. "in": "header",
  4358. "required": true
  4359. },
  4360. {
  4361. "description": "分页信息必填",
  4362. "name": "req",
  4363. "in": "body",
  4364. "required": true,
  4365. "schema": {
  4366. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4367. }
  4368. }
  4369. ],
  4370. "responses": {
  4371. "200": {
  4372. "description": "具体数据",
  4373. "schema": {
  4374. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4375. }
  4376. },
  4377. "400": {
  4378. "description": "具体错误",
  4379. "schema": {
  4380. "$ref": "#/definitions/md.Response"
  4381. }
  4382. }
  4383. }
  4384. }
  4385. },
  4386. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4387. "post": {
  4388. "description": "激励视频(设置)",
  4389. "consumes": [
  4390. "application/json"
  4391. ],
  4392. "produces": [
  4393. "application/json"
  4394. ],
  4395. "tags": [
  4396. "蛋蛋能量"
  4397. ],
  4398. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4399. "parameters": [
  4400. {
  4401. "type": "string",
  4402. "description": "验证参数Bearer和token空格拼接",
  4403. "name": "Authorization",
  4404. "in": "header",
  4405. "required": true
  4406. },
  4407. {
  4408. "description": "落地页不填页大小默认20条数据",
  4409. "name": "req",
  4410. "in": "body",
  4411. "required": true,
  4412. "schema": {
  4413. "$ref": "#/definitions/md.SetVideoRewardReq"
  4414. }
  4415. }
  4416. ],
  4417. "responses": {
  4418. "200": {
  4419. "description": "success",
  4420. "schema": {
  4421. "type": "string"
  4422. }
  4423. },
  4424. "400": {
  4425. "description": "具体错误",
  4426. "schema": {
  4427. "$ref": "#/definitions/md.Response"
  4428. }
  4429. }
  4430. }
  4431. }
  4432. },
  4433. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4434. "post": {
  4435. "description": "基础设置(更新)",
  4436. "consumes": [
  4437. "application/json"
  4438. ],
  4439. "produces": [
  4440. "application/json"
  4441. ],
  4442. "tags": [
  4443. "蛋蛋能量"
  4444. ],
  4445. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4446. "parameters": [
  4447. {
  4448. "type": "string",
  4449. "description": "验证参数Bearer和token空格拼接",
  4450. "name": "Authorization",
  4451. "in": "header",
  4452. "required": true
  4453. },
  4454. {
  4455. "description": "system_id 必填",
  4456. "name": "req",
  4457. "in": "body",
  4458. "required": true,
  4459. "schema": {
  4460. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4461. }
  4462. }
  4463. ],
  4464. "responses": {
  4465. "200": {
  4466. "description": "修改数据条数",
  4467. "schema": {
  4468. "type": "int"
  4469. }
  4470. },
  4471. "400": {
  4472. "description": "具体错误",
  4473. "schema": {
  4474. "$ref": "#/definitions/md.Response"
  4475. }
  4476. }
  4477. }
  4478. }
  4479. },
  4480. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4481. "post": {
  4482. "description": "会员设置(更新)",
  4483. "consumes": [
  4484. "application/json"
  4485. ],
  4486. "produces": [
  4487. "application/json"
  4488. ],
  4489. "tags": [
  4490. "蛋蛋能量"
  4491. ],
  4492. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4493. "parameters": [
  4494. {
  4495. "type": "string",
  4496. "description": "验证参数Bearer和token空格拼接",
  4497. "name": "Authorization",
  4498. "in": "header",
  4499. "required": true
  4500. },
  4501. {
  4502. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4503. "name": "req",
  4504. "in": "body",
  4505. "required": true,
  4506. "schema": {
  4507. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4508. }
  4509. }
  4510. ],
  4511. "responses": {
  4512. "200": {
  4513. "description": "修改数据条数",
  4514. "schema": {
  4515. "type": "int"
  4516. }
  4517. },
  4518. "400": {
  4519. "description": "具体错误",
  4520. "schema": {
  4521. "$ref": "#/definitions/md.Response"
  4522. }
  4523. }
  4524. }
  4525. }
  4526. },
  4527. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4528. "post": {
  4529. "description": "更新币种信息",
  4530. "consumes": [
  4531. "application/json"
  4532. ],
  4533. "produces": [
  4534. "application/json"
  4535. ],
  4536. "tags": [
  4537. "蛋蛋能量"
  4538. ],
  4539. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4540. "parameters": [
  4541. {
  4542. "type": "string",
  4543. "description": "验证参数Bearer和token空格拼接",
  4544. "name": "Authorization",
  4545. "in": "header",
  4546. "required": true
  4547. },
  4548. {
  4549. "description": "更新数据信息",
  4550. "name": "req",
  4551. "in": "body",
  4552. "required": true,
  4553. "schema": {
  4554. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4555. }
  4556. }
  4557. ],
  4558. "responses": {
  4559. "200": {
  4560. "description": "更新数据数量",
  4561. "schema": {
  4562. "type": "int"
  4563. }
  4564. },
  4565. "400": {
  4566. "description": "具体错误",
  4567. "schema": {
  4568. "$ref": "#/definitions/md.Response"
  4569. }
  4570. }
  4571. }
  4572. }
  4573. },
  4574. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4575. "post": {
  4576. "description": "蛋蛋能量流水(查询)",
  4577. "consumes": [
  4578. "application/json"
  4579. ],
  4580. "produces": [
  4581. "application/json"
  4582. ],
  4583. "tags": [
  4584. "公排管理"
  4585. ],
  4586. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4587. "parameters": [
  4588. {
  4589. "type": "string",
  4590. "description": "验证参数Bearer和token空格拼接",
  4591. "name": "Authorization",
  4592. "in": "header",
  4593. "required": true
  4594. },
  4595. {
  4596. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4597. "name": "req",
  4598. "in": "body",
  4599. "required": true,
  4600. "schema": {
  4601. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4602. }
  4603. }
  4604. ],
  4605. "responses": {
  4606. "200": {
  4607. "description": "成功返回",
  4608. "schema": {
  4609. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4610. }
  4611. },
  4612. "400": {
  4613. "description": "具体错误",
  4614. "schema": {
  4615. "$ref": "#/definitions/md.Response"
  4616. }
  4617. }
  4618. }
  4619. }
  4620. },
  4621. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4622. "post": {
  4623. "description": "蛋蛋能量明细(获取)",
  4624. "consumes": [
  4625. "application/json"
  4626. ],
  4627. "produces": [
  4628. "application/json"
  4629. ],
  4630. "tags": [
  4631. "公排管理"
  4632. ],
  4633. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4634. "parameters": [
  4635. {
  4636. "type": "string",
  4637. "description": "验证参数Bearer和token空格拼接",
  4638. "name": "Authorization",
  4639. "in": "header",
  4640. "required": true
  4641. },
  4642. {
  4643. "description": "落地页不填页大小默认20条数据",
  4644. "name": "req",
  4645. "in": "body",
  4646. "schema": {
  4647. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4648. }
  4649. }
  4650. ],
  4651. "responses": {
  4652. "200": {
  4653. "description": "成功返回",
  4654. "schema": {
  4655. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4656. }
  4657. },
  4658. "400": {
  4659. "description": "具体错误",
  4660. "schema": {
  4661. "$ref": "#/definitions/md.Response"
  4662. }
  4663. }
  4664. }
  4665. }
  4666. },
  4667. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4668. "post": {
  4669. "description": "蛋蛋积分持有者明细(获取)",
  4670. "consumes": [
  4671. "application/json"
  4672. ],
  4673. "produces": [
  4674. "application/json"
  4675. ],
  4676. "tags": [
  4677. "公排管理"
  4678. ],
  4679. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4680. "parameters": [
  4681. {
  4682. "type": "string",
  4683. "description": "验证参数Bearer和token空格拼接",
  4684. "name": "Authorization",
  4685. "in": "header",
  4686. "required": true
  4687. },
  4688. {
  4689. "description": "落地页不填页大小默认20条数据",
  4690. "name": "req",
  4691. "in": "body",
  4692. "schema": {
  4693. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4694. }
  4695. }
  4696. ],
  4697. "responses": {
  4698. "200": {
  4699. "description": "成功返回",
  4700. "schema": {
  4701. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4702. }
  4703. },
  4704. "400": {
  4705. "description": "具体错误",
  4706. "schema": {
  4707. "$ref": "#/definitions/md.Response"
  4708. }
  4709. }
  4710. }
  4711. }
  4712. },
  4713. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4714. "post": {
  4715. "description": "蛋蛋积分流水明细(查询)",
  4716. "consumes": [
  4717. "application/json"
  4718. ],
  4719. "produces": [
  4720. "application/json"
  4721. ],
  4722. "tags": [
  4723. "公排管理"
  4724. ],
  4725. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4726. "parameters": [
  4727. {
  4728. "type": "string",
  4729. "description": "验证参数Bearer和token空格拼接",
  4730. "name": "Authorization",
  4731. "in": "header",
  4732. "required": true
  4733. },
  4734. {
  4735. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4736. "name": "req",
  4737. "in": "body",
  4738. "required": true,
  4739. "schema": {
  4740. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4741. }
  4742. }
  4743. ],
  4744. "responses": {
  4745. "200": {
  4746. "description": "成功返回",
  4747. "schema": {
  4748. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4749. }
  4750. },
  4751. "400": {
  4752. "description": "具体错误",
  4753. "schema": {
  4754. "$ref": "#/definitions/md.Response"
  4755. }
  4756. }
  4757. }
  4758. }
  4759. },
  4760. "/api/institutionalManagement/eggPointCoefficient/add": {
  4761. "post": {
  4762. "description": "区间系数(新增 支持批量新增)",
  4763. "consumes": [
  4764. "application/json"
  4765. ],
  4766. "produces": [
  4767. "application/json"
  4768. ],
  4769. "tags": [
  4770. "蛋蛋分区间系数管理"
  4771. ],
  4772. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4773. "parameters": [
  4774. {
  4775. "type": "string",
  4776. "description": "验证参数Bearer和token空格拼接",
  4777. "name": "Authorization",
  4778. "in": "header",
  4779. "required": true
  4780. },
  4781. {
  4782. "description": "需要新增的内容",
  4783. "name": "req",
  4784. "in": "body",
  4785. "required": true,
  4786. "schema": {
  4787. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4788. }
  4789. }
  4790. ],
  4791. "responses": {
  4792. "200": {
  4793. "description": "新增数据条数",
  4794. "schema": {
  4795. "type": "int"
  4796. }
  4797. },
  4798. "400": {
  4799. "description": "具体错误",
  4800. "schema": {
  4801. "$ref": "#/definitions/md.Response"
  4802. }
  4803. }
  4804. }
  4805. }
  4806. },
  4807. "/api/institutionalManagement/eggPointCoefficient/del": {
  4808. "delete": {
  4809. "description": "区间系数(删除)",
  4810. "consumes": [
  4811. "application/json"
  4812. ],
  4813. "produces": [
  4814. "application/json"
  4815. ],
  4816. "tags": [
  4817. "蛋蛋分区间系数管理"
  4818. ],
  4819. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4820. "parameters": [
  4821. {
  4822. "type": "string",
  4823. "description": "验证参数Bearer和token空格拼接",
  4824. "name": "Authorization",
  4825. "in": "header",
  4826. "required": true
  4827. },
  4828. {
  4829. "description": "需要删除的数据id",
  4830. "name": "req",
  4831. "in": "body",
  4832. "required": true,
  4833. "schema": {
  4834. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4835. }
  4836. }
  4837. ],
  4838. "responses": {
  4839. "200": {
  4840. "description": "成功删除数据条数",
  4841. "schema": {
  4842. "type": "int"
  4843. }
  4844. },
  4845. "400": {
  4846. "description": "具体错误",
  4847. "schema": {
  4848. "$ref": "#/definitions/md.Response"
  4849. }
  4850. }
  4851. }
  4852. }
  4853. },
  4854. "/api/institutionalManagement/eggPointCoefficient/index": {
  4855. "get": {
  4856. "description": "区间系数(获取)",
  4857. "consumes": [
  4858. "application/json"
  4859. ],
  4860. "produces": [
  4861. "application/json"
  4862. ],
  4863. "tags": [
  4864. "蛋蛋分区间系数管理"
  4865. ],
  4866. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4867. "parameters": [
  4868. {
  4869. "type": "string",
  4870. "description": "验证参数Bearer和token空格拼接",
  4871. "name": "Authorization",
  4872. "in": "header",
  4873. "required": true
  4874. }
  4875. ],
  4876. "responses": {
  4877. "200": {
  4878. "description": "OK",
  4879. "schema": {
  4880. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4881. }
  4882. },
  4883. "400": {
  4884. "description": "具体错误",
  4885. "schema": {
  4886. "$ref": "#/definitions/md.Response"
  4887. }
  4888. }
  4889. }
  4890. }
  4891. },
  4892. "/api/institutionalManagement/eggPointCoefficient/update": {
  4893. "post": {
  4894. "description": "区间系数(更新)",
  4895. "consumes": [
  4896. "application/json"
  4897. ],
  4898. "produces": [
  4899. "application/json"
  4900. ],
  4901. "tags": [
  4902. "蛋蛋分区间系数管理"
  4903. ],
  4904. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4905. "parameters": [
  4906. {
  4907. "type": "string",
  4908. "description": "验证参数Bearer和token空格拼接",
  4909. "name": "Authorization",
  4910. "in": "header",
  4911. "required": true
  4912. },
  4913. {
  4914. "description": "需要更新的数据信息",
  4915. "name": "req",
  4916. "in": "body",
  4917. "required": true,
  4918. "schema": {
  4919. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4920. }
  4921. }
  4922. ],
  4923. "responses": {
  4924. "200": {
  4925. "description": "成功修改的数据数量",
  4926. "schema": {
  4927. "type": "int"
  4928. }
  4929. },
  4930. "400": {
  4931. "description": "具体错误",
  4932. "schema": {
  4933. "$ref": "#/definitions/md.Response"
  4934. }
  4935. }
  4936. }
  4937. }
  4938. },
  4939. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4940. "get": {
  4941. "description": "个性化设置(获取)",
  4942. "consumes": [
  4943. "application/json"
  4944. ],
  4945. "produces": [
  4946. "application/json"
  4947. ],
  4948. "tags": [
  4949. "模块设置"
  4950. ],
  4951. "summary": "制度中心-模块设置-个性化设置(获取)",
  4952. "parameters": [
  4953. {
  4954. "type": "string",
  4955. "description": "验证参数Bearer和token空格拼接",
  4956. "name": "Authorization",
  4957. "in": "header",
  4958. "required": true
  4959. },
  4960. {
  4961. "type": "string",
  4962. "description": "模块类型值",
  4963. "name": "mod_name_value",
  4964. "in": "query",
  4965. "required": true
  4966. }
  4967. ],
  4968. "responses": {
  4969. "200": {
  4970. "description": "具体数据",
  4971. "schema": {
  4972. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4973. }
  4974. },
  4975. "400": {
  4976. "description": "具体错误",
  4977. "schema": {
  4978. "$ref": "#/definitions/md.Response"
  4979. }
  4980. }
  4981. }
  4982. }
  4983. },
  4984. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4985. "post": {
  4986. "description": "个性化设置(更新)",
  4987. "consumes": [
  4988. "application/json"
  4989. ],
  4990. "produces": [
  4991. "application/json"
  4992. ],
  4993. "tags": [
  4994. "模块设置"
  4995. ],
  4996. "summary": "制度中心-模块设置-个性化设置(更新)",
  4997. "parameters": [
  4998. {
  4999. "type": "string",
  5000. "description": "验证参数Bearer和token空格拼接",
  5001. "name": "Authorization",
  5002. "in": "header",
  5003. "required": true
  5004. },
  5005. {
  5006. "description": "模块类型值必填 链接传入完整 URL",
  5007. "name": "req",
  5008. "in": "body",
  5009. "required": true,
  5010. "schema": {
  5011. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  5012. }
  5013. }
  5014. ],
  5015. "responses": {
  5016. "200": {
  5017. "description": "修改数据条数",
  5018. "schema": {
  5019. "type": "int"
  5020. }
  5021. },
  5022. "400": {
  5023. "description": "具体错误",
  5024. "schema": {
  5025. "$ref": "#/definitions/md.Response"
  5026. }
  5027. }
  5028. }
  5029. }
  5030. },
  5031. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  5032. "post": {
  5033. "description": "社区分红(新增)",
  5034. "consumes": [
  5035. "application/json"
  5036. ],
  5037. "produces": [
  5038. "application/json"
  5039. ],
  5040. "tags": [
  5041. "公排管理"
  5042. ],
  5043. "summary": "制度中心-公排管理-社区分红(新增)",
  5044. "parameters": [
  5045. {
  5046. "type": "string",
  5047. "description": "验证参数Bearer和token空格拼接",
  5048. "name": "Authorization",
  5049. "in": "header",
  5050. "required": true
  5051. },
  5052. {
  5053. "description": "分红名称、分红总量",
  5054. "name": "req",
  5055. "in": "body",
  5056. "required": true,
  5057. "schema": {
  5058. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  5059. }
  5060. }
  5061. ],
  5062. "responses": {
  5063. "200": {
  5064. "description": "成功",
  5065. "schema": {
  5066. "type": "success"
  5067. }
  5068. },
  5069. "400": {
  5070. "description": "具体错误",
  5071. "schema": {
  5072. "$ref": "#/definitions/md.Response"
  5073. }
  5074. }
  5075. }
  5076. }
  5077. },
  5078. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  5079. "post": {
  5080. "description": "社区分红(查询)",
  5081. "consumes": [
  5082. "application/json"
  5083. ],
  5084. "produces": [
  5085. "application/json"
  5086. ],
  5087. "tags": [
  5088. "公排管理"
  5089. ],
  5090. "summary": "制度中心-公排管理-社区分红(查询)",
  5091. "parameters": [
  5092. {
  5093. "type": "string",
  5094. "description": "验证参数Bearer和token空格拼接",
  5095. "name": "Authorization",
  5096. "in": "header",
  5097. "required": true
  5098. },
  5099. {
  5100. "description": "页数、每页大小必填 起止时间、起止数量选填",
  5101. "name": "req",
  5102. "in": "body",
  5103. "required": true,
  5104. "schema": {
  5105. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  5106. }
  5107. }
  5108. ],
  5109. "responses": {
  5110. "200": {
  5111. "description": "具体数据",
  5112. "schema": {
  5113. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  5114. }
  5115. },
  5116. "400": {
  5117. "description": "具体错误",
  5118. "schema": {
  5119. "$ref": "#/definitions/md.Response"
  5120. }
  5121. }
  5122. }
  5123. }
  5124. },
  5125. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  5126. "post": {
  5127. "description": "社区长列表(新增)",
  5128. "consumes": [
  5129. "application/json"
  5130. ],
  5131. "produces": [
  5132. "application/json"
  5133. ],
  5134. "tags": [
  5135. "公排管理"
  5136. ],
  5137. "summary": "制度中心-公排管理-社区长列表(新增)",
  5138. "parameters": [
  5139. {
  5140. "type": "string",
  5141. "description": "验证参数Bearer和token空格拼接",
  5142. "name": "Authorization",
  5143. "in": "header",
  5144. "required": true
  5145. },
  5146. {
  5147. "description": "新增社区长 ID、备注",
  5148. "name": "req",
  5149. "in": "body",
  5150. "required": true,
  5151. "schema": {
  5152. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  5153. }
  5154. }
  5155. ],
  5156. "responses": {
  5157. "200": {
  5158. "description": "插入数据 ID",
  5159. "schema": {
  5160. "type": "int"
  5161. }
  5162. },
  5163. "400": {
  5164. "description": "具体错误",
  5165. "schema": {
  5166. "$ref": "#/definitions/md.Response"
  5167. }
  5168. }
  5169. }
  5170. }
  5171. },
  5172. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  5173. "delete": {
  5174. "description": "社区长列表(删除)",
  5175. "consumes": [
  5176. "application/json"
  5177. ],
  5178. "produces": [
  5179. "application/json"
  5180. ],
  5181. "tags": [
  5182. "公排管理"
  5183. ],
  5184. "summary": "制度中心-公排管理-社区长列表(删除)",
  5185. "parameters": [
  5186. {
  5187. "type": "string",
  5188. "description": "验证参数Bearer和token空格拼接",
  5189. "name": "Authorization",
  5190. "in": "header",
  5191. "required": true
  5192. }
  5193. ],
  5194. "responses": {
  5195. "200": {
  5196. "description": "删除数据数量",
  5197. "schema": {
  5198. "type": "int"
  5199. }
  5200. },
  5201. "400": {
  5202. "description": "具体错误",
  5203. "schema": {
  5204. "$ref": "#/definitions/md.Response"
  5205. }
  5206. }
  5207. }
  5208. }
  5209. },
  5210. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  5211. "post": {
  5212. "description": "社区长列表(查询)",
  5213. "consumes": [
  5214. "application/json"
  5215. ],
  5216. "produces": [
  5217. "application/json"
  5218. ],
  5219. "tags": [
  5220. "公排管理"
  5221. ],
  5222. "summary": "制度中心-公排管理-社区长列表(查询)",
  5223. "parameters": [
  5224. {
  5225. "type": "string",
  5226. "description": "验证参数Bearer和token空格拼接",
  5227. "name": "Authorization",
  5228. "in": "header",
  5229. "required": true
  5230. },
  5231. {
  5232. "description": "页数、每页大小必填 手机号、用户ID选填",
  5233. "name": "req",
  5234. "in": "body",
  5235. "required": true,
  5236. "schema": {
  5237. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5238. }
  5239. }
  5240. ],
  5241. "responses": {
  5242. "200": {
  5243. "description": "社区长列表",
  5244. "schema": {
  5245. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5246. }
  5247. },
  5248. "400": {
  5249. "description": "具体错误",
  5250. "schema": {
  5251. "$ref": "#/definitions/md.Response"
  5252. }
  5253. }
  5254. }
  5255. }
  5256. },
  5257. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5258. "post": {
  5259. "description": "关系分布图(位置转换)",
  5260. "consumes": [
  5261. "application/json"
  5262. ],
  5263. "produces": [
  5264. "application/json"
  5265. ],
  5266. "tags": [
  5267. "公排管理"
  5268. ],
  5269. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5270. "parameters": [
  5271. {
  5272. "type": "string",
  5273. "description": "验证参数Bearer和token空格拼接",
  5274. "name": "Authorization",
  5275. "in": "header",
  5276. "required": true
  5277. },
  5278. {
  5279. "description": "需要交换的两个位置",
  5280. "name": "req",
  5281. "in": "body",
  5282. "required": true,
  5283. "schema": {
  5284. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5285. }
  5286. }
  5287. ],
  5288. "responses": {
  5289. "200": {
  5290. "description": "成功返回",
  5291. "schema": {
  5292. "type": ""
  5293. }
  5294. },
  5295. "400": {
  5296. "description": "具体错误",
  5297. "schema": {
  5298. "$ref": "#/definitions/md.Response"
  5299. }
  5300. }
  5301. }
  5302. }
  5303. },
  5304. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5305. "get": {
  5306. "description": "关系分布图(获取指定用户上级)",
  5307. "consumes": [
  5308. "application/json"
  5309. ],
  5310. "produces": [
  5311. "application/json"
  5312. ],
  5313. "tags": [
  5314. "公排管理"
  5315. ],
  5316. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5317. "parameters": [
  5318. {
  5319. "type": "string",
  5320. "description": "验证参数Bearer和token空格拼接",
  5321. "name": "Authorization",
  5322. "in": "header",
  5323. "required": true
  5324. },
  5325. {
  5326. "type": "string",
  5327. "description": "用户ID",
  5328. "name": "uid",
  5329. "in": "query",
  5330. "required": true
  5331. }
  5332. ],
  5333. "responses": {
  5334. "200": {
  5335. "description": "具体数据",
  5336. "schema": {
  5337. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5338. }
  5339. },
  5340. "400": {
  5341. "description": "具体错误",
  5342. "schema": {
  5343. "$ref": "#/definitions/md.Response"
  5344. }
  5345. }
  5346. }
  5347. }
  5348. },
  5349. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5350. "get": {
  5351. "description": "关系分布图(获取指定用户下级)",
  5352. "consumes": [
  5353. "application/json"
  5354. ],
  5355. "produces": [
  5356. "application/json"
  5357. ],
  5358. "tags": [
  5359. "公排管理"
  5360. ],
  5361. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5362. "parameters": [
  5363. {
  5364. "type": "string",
  5365. "description": "验证参数Bearer和token空格拼接",
  5366. "name": "Authorization",
  5367. "in": "header",
  5368. "required": true
  5369. },
  5370. {
  5371. "type": "string",
  5372. "description": "用户ID",
  5373. "name": "uid",
  5374. "in": "query",
  5375. "required": true
  5376. }
  5377. ],
  5378. "responses": {
  5379. "200": {
  5380. "description": "具体数据",
  5381. "schema": {
  5382. "$ref": "#/definitions/md.TreeNode"
  5383. }
  5384. },
  5385. "400": {
  5386. "description": "具体错误",
  5387. "schema": {
  5388. "$ref": "#/definitions/md.Response"
  5389. }
  5390. }
  5391. }
  5392. }
  5393. },
  5394. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5395. "get": {
  5396. "description": "公排基础设置(获取)",
  5397. "consumes": [
  5398. "application/json"
  5399. ],
  5400. "produces": [
  5401. "application/json"
  5402. ],
  5403. "tags": [
  5404. "公排管理"
  5405. ],
  5406. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5407. "parameters": [
  5408. {
  5409. "type": "string",
  5410. "description": "验证参数Bearer和token空格拼接",
  5411. "name": "Authorization",
  5412. "in": "header",
  5413. "required": true
  5414. }
  5415. ],
  5416. "responses": {
  5417. "200": {
  5418. "description": "具体数据",
  5419. "schema": {
  5420. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5421. }
  5422. },
  5423. "400": {
  5424. "description": "具体错误",
  5425. "schema": {
  5426. "$ref": "#/definitions/md.Response"
  5427. }
  5428. }
  5429. }
  5430. }
  5431. },
  5432. "/api/institutionalManagement/publicPlatoon/nineDimensionalSpace": {
  5433. "get": {
  5434. "description": "关系分布图(公排详情)",
  5435. "consumes": [
  5436. "application/json"
  5437. ],
  5438. "produces": [
  5439. "application/json"
  5440. ],
  5441. "tags": [
  5442. "公排管理"
  5443. ],
  5444. "summary": "制度中心-公排管理-关系分布图(公排详情)",
  5445. "parameters": [
  5446. {
  5447. "type": "string",
  5448. "description": "验证参数Bearer和token空格拼接",
  5449. "name": "Authorization",
  5450. "in": "header",
  5451. "required": true
  5452. },
  5453. {
  5454. "type": "string",
  5455. "description": "用户id",
  5456. "name": "uid",
  5457. "in": "query"
  5458. }
  5459. ],
  5460. "responses": {
  5461. "200": {
  5462. "description": "成功返回",
  5463. "schema": {
  5464. "type": ""
  5465. }
  5466. },
  5467. "400": {
  5468. "description": "具体错误",
  5469. "schema": {
  5470. "$ref": "#/definitions/md.Response"
  5471. }
  5472. }
  5473. }
  5474. }
  5475. },
  5476. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5477. "delete": {
  5478. "description": "免罚用户(删除)",
  5479. "consumes": [
  5480. "application/json"
  5481. ],
  5482. "produces": [
  5483. "application/json"
  5484. ],
  5485. "tags": [
  5486. "公排管理"
  5487. ],
  5488. "summary": "制度中心-公排管理-免罚用户(删除)",
  5489. "parameters": [
  5490. {
  5491. "type": "string",
  5492. "description": "验证参数Bearer和token空格拼接",
  5493. "name": "Authorization",
  5494. "in": "header",
  5495. "required": true
  5496. },
  5497. {
  5498. "description": "免罚用户ID",
  5499. "name": "req",
  5500. "in": "body",
  5501. "required": true,
  5502. "schema": {
  5503. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5504. }
  5505. }
  5506. ],
  5507. "responses": {
  5508. "200": {
  5509. "description": "删除数据数量",
  5510. "schema": {
  5511. "type": "int"
  5512. }
  5513. },
  5514. "400": {
  5515. "description": "具体错误",
  5516. "schema": {
  5517. "$ref": "#/definitions/md.Response"
  5518. }
  5519. }
  5520. }
  5521. }
  5522. },
  5523. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5524. "post": {
  5525. "description": "免罚用户(查询)",
  5526. "consumes": [
  5527. "application/json"
  5528. ],
  5529. "produces": [
  5530. "application/json"
  5531. ],
  5532. "tags": [
  5533. "公排管理"
  5534. ],
  5535. "summary": "制度中心-公排管理-免罚用户(查询)",
  5536. "parameters": [
  5537. {
  5538. "type": "string",
  5539. "description": "验证参数Bearer和token空格拼接",
  5540. "name": "Authorization",
  5541. "in": "header",
  5542. "required": true
  5543. },
  5544. {
  5545. "description": "页数和行数必填,uid选填",
  5546. "name": "req",
  5547. "in": "body",
  5548. "required": true,
  5549. "schema": {
  5550. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5551. }
  5552. }
  5553. ],
  5554. "responses": {
  5555. "200": {
  5556. "description": "成功返回",
  5557. "schema": {
  5558. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5559. }
  5560. },
  5561. "400": {
  5562. "description": "具体错误",
  5563. "schema": {
  5564. "$ref": "#/definitions/md.Response"
  5565. }
  5566. }
  5567. }
  5568. }
  5569. },
  5570. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5571. "post": {
  5572. "description": "免罚用户(新增)",
  5573. "consumes": [
  5574. "application/json"
  5575. ],
  5576. "produces": [
  5577. "application/json"
  5578. ],
  5579. "tags": [
  5580. "公排管理"
  5581. ],
  5582. "summary": "制度中心-公排管理-免罚用户(新增)",
  5583. "parameters": [
  5584. {
  5585. "type": "string",
  5586. "description": "验证参数Bearer和token空格拼接",
  5587. "name": "Authorization",
  5588. "in": "header",
  5589. "required": true
  5590. },
  5591. {
  5592. "description": "免罚用户ID",
  5593. "name": "req",
  5594. "in": "body",
  5595. "required": true,
  5596. "schema": {
  5597. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5598. }
  5599. }
  5600. ],
  5601. "responses": {
  5602. "200": {
  5603. "description": "插入数据 ID",
  5604. "schema": {
  5605. "type": "int"
  5606. }
  5607. },
  5608. "400": {
  5609. "description": "具体错误",
  5610. "schema": {
  5611. "$ref": "#/definitions/md.Response"
  5612. }
  5613. }
  5614. }
  5615. }
  5616. },
  5617. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5618. "get": {
  5619. "description": "关系分布图(获取)",
  5620. "consumes": [
  5621. "application/json"
  5622. ],
  5623. "produces": [
  5624. "application/json"
  5625. ],
  5626. "tags": [
  5627. "公排管理"
  5628. ],
  5629. "summary": "制度中心-公排管理-关系分布图(获取)",
  5630. "parameters": [
  5631. {
  5632. "type": "string",
  5633. "description": "验证参数Bearer和token空格拼接",
  5634. "name": "Authorization",
  5635. "in": "header",
  5636. "required": true
  5637. },
  5638. {
  5639. "type": "string",
  5640. "description": "phone",
  5641. "name": "phone",
  5642. "in": "query",
  5643. "required": true
  5644. },
  5645. {
  5646. "type": "string",
  5647. "description": "uid",
  5648. "name": "uid",
  5649. "in": "query",
  5650. "required": true
  5651. }
  5652. ],
  5653. "responses": {
  5654. "200": {
  5655. "description": "具体数据",
  5656. "schema": {
  5657. "$ref": "#/definitions/md.TreeNode"
  5658. }
  5659. },
  5660. "400": {
  5661. "description": "具体错误",
  5662. "schema": {
  5663. "$ref": "#/definitions/md.Response"
  5664. }
  5665. }
  5666. }
  5667. }
  5668. },
  5669. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5670. "post": {
  5671. "description": "公排基础设置选择会员(查询)",
  5672. "consumes": [
  5673. "application/json"
  5674. ],
  5675. "produces": [
  5676. "application/json"
  5677. ],
  5678. "tags": [
  5679. "公排管理"
  5680. ],
  5681. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5682. "parameters": [
  5683. {
  5684. "type": "string",
  5685. "description": "验证参数Bearer和token空格拼接",
  5686. "name": "Authorization",
  5687. "in": "header",
  5688. "required": true
  5689. },
  5690. {
  5691. "description": "分页信息必填",
  5692. "name": "req",
  5693. "in": "body",
  5694. "required": true,
  5695. "schema": {
  5696. "$ref": "#/definitions/md.SelectMemberReq"
  5697. }
  5698. }
  5699. ],
  5700. "responses": {
  5701. "200": {
  5702. "description": "具体数据",
  5703. "schema": {
  5704. "$ref": "#/definitions/md.SelectMemberResp"
  5705. }
  5706. },
  5707. "400": {
  5708. "description": "具体错误",
  5709. "schema": {
  5710. "$ref": "#/definitions/md.Response"
  5711. }
  5712. }
  5713. }
  5714. }
  5715. },
  5716. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5717. "put": {
  5718. "description": "公排基础设置(修改)",
  5719. "consumes": [
  5720. "application/json"
  5721. ],
  5722. "produces": [
  5723. "application/json"
  5724. ],
  5725. "tags": [
  5726. "公排管理"
  5727. ],
  5728. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5729. "parameters": [
  5730. {
  5731. "type": "string",
  5732. "description": "验证参数Bearer和token空格拼接",
  5733. "name": "Authorization",
  5734. "in": "header",
  5735. "required": true
  5736. },
  5737. {
  5738. "description": "公排设置表单内容",
  5739. "name": "req",
  5740. "in": "body",
  5741. "required": true,
  5742. "schema": {
  5743. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5744. }
  5745. }
  5746. ],
  5747. "responses": {
  5748. "200": {
  5749. "description": "success",
  5750. "schema": {
  5751. "type": "string"
  5752. }
  5753. },
  5754. "400": {
  5755. "description": "具体错误",
  5756. "schema": {
  5757. "$ref": "#/definitions/md.Response"
  5758. }
  5759. }
  5760. }
  5761. }
  5762. },
  5763. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5764. "post": {
  5765. "description": "日活分析",
  5766. "consumes": [
  5767. "application/json"
  5768. ],
  5769. "produces": [
  5770. "application/json"
  5771. ],
  5772. "tags": [
  5773. "公排管理"
  5774. ],
  5775. "summary": "制度中心-公排管理-日活分析",
  5776. "parameters": [
  5777. {
  5778. "type": "string",
  5779. "description": "验证参数Bearer和token空格拼接",
  5780. "name": "Authorization",
  5781. "in": "header",
  5782. "required": true
  5783. },
  5784. {
  5785. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5786. "name": "req",
  5787. "in": "body",
  5788. "required": true,
  5789. "schema": {
  5790. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5791. }
  5792. }
  5793. ],
  5794. "responses": {
  5795. "200": {
  5796. "description": "具体数据",
  5797. "schema": {
  5798. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5799. }
  5800. },
  5801. "400": {
  5802. "description": "具体错误",
  5803. "schema": {
  5804. "$ref": "#/definitions/md.Response"
  5805. }
  5806. }
  5807. }
  5808. }
  5809. },
  5810. "/api/login": {
  5811. "post": {
  5812. "description": "登入",
  5813. "consumes": [
  5814. "application/json"
  5815. ],
  5816. "produces": [
  5817. "application/json"
  5818. ],
  5819. "tags": [
  5820. "登录"
  5821. ],
  5822. "summary": "登陆",
  5823. "parameters": [
  5824. {
  5825. "description": "用户名密码",
  5826. "name": "req",
  5827. "in": "body",
  5828. "required": true,
  5829. "schema": {
  5830. "$ref": "#/definitions/md.LoginReq"
  5831. }
  5832. }
  5833. ],
  5834. "responses": {
  5835. "200": {
  5836. "description": "token",
  5837. "schema": {
  5838. "$ref": "#/definitions/md.LoginResponse"
  5839. }
  5840. },
  5841. "400": {
  5842. "description": "具体错误",
  5843. "schema": {
  5844. "$ref": "#/definitions/md.Response"
  5845. }
  5846. }
  5847. }
  5848. }
  5849. },
  5850. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5851. "get": {
  5852. "description": "新人红包设置(获取)",
  5853. "consumes": [
  5854. "application/json"
  5855. ],
  5856. "produces": [
  5857. "application/json"
  5858. ],
  5859. "tags": [
  5860. "营销应用"
  5861. ],
  5862. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5863. "parameters": [
  5864. {
  5865. "type": "string",
  5866. "description": "验证参数Bearer和token空格拼接",
  5867. "name": "Authorization",
  5868. "in": "header",
  5869. "required": true
  5870. }
  5871. ],
  5872. "responses": {
  5873. "200": {
  5874. "description": "具体数据",
  5875. "schema": {
  5876. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5877. }
  5878. },
  5879. "400": {
  5880. "description": "具体错误",
  5881. "schema": {
  5882. "$ref": "#/definitions/md.Response"
  5883. }
  5884. }
  5885. }
  5886. }
  5887. },
  5888. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5889. "post": {
  5890. "description": "新人红包列表明细(查询)",
  5891. "consumes": [
  5892. "application/json"
  5893. ],
  5894. "produces": [
  5895. "application/json"
  5896. ],
  5897. "tags": [
  5898. "营销应用"
  5899. ],
  5900. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5901. "parameters": [
  5902. {
  5903. "type": "string",
  5904. "description": "验证参数Bearer和token空格拼接",
  5905. "name": "Authorization",
  5906. "in": "header",
  5907. "required": true
  5908. },
  5909. {
  5910. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5911. "name": "req",
  5912. "in": "body",
  5913. "required": true,
  5914. "schema": {
  5915. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5916. }
  5917. }
  5918. ],
  5919. "responses": {
  5920. "200": {
  5921. "description": "具体数据",
  5922. "schema": {
  5923. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5924. }
  5925. },
  5926. "400": {
  5927. "description": "具体错误",
  5928. "schema": {
  5929. "$ref": "#/definitions/md.Response"
  5930. }
  5931. }
  5932. }
  5933. }
  5934. },
  5935. "/api/marketingApplications/newUserRedPackage/recordList": {
  5936. "post": {
  5937. "description": "新人红包列表(查询)",
  5938. "consumes": [
  5939. "application/json"
  5940. ],
  5941. "produces": [
  5942. "application/json"
  5943. ],
  5944. "tags": [
  5945. "营销应用"
  5946. ],
  5947. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5948. "parameters": [
  5949. {
  5950. "type": "string",
  5951. "description": "验证参数Bearer和token空格拼接",
  5952. "name": "Authorization",
  5953. "in": "header",
  5954. "required": true
  5955. },
  5956. {
  5957. "description": "新人红包列表查询条件(分页信息必填)",
  5958. "name": "req",
  5959. "in": "body",
  5960. "required": true,
  5961. "schema": {
  5962. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5963. }
  5964. }
  5965. ],
  5966. "responses": {
  5967. "200": {
  5968. "description": "具体数据",
  5969. "schema": {
  5970. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5971. }
  5972. },
  5973. "400": {
  5974. "description": "具体错误",
  5975. "schema": {
  5976. "$ref": "#/definitions/md.Response"
  5977. }
  5978. }
  5979. }
  5980. }
  5981. },
  5982. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5983. "put": {
  5984. "description": "新人红包设置(修改)",
  5985. "consumes": [
  5986. "application/json"
  5987. ],
  5988. "produces": [
  5989. "application/json"
  5990. ],
  5991. "tags": [
  5992. "营销应用"
  5993. ],
  5994. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5995. "parameters": [
  5996. {
  5997. "type": "string",
  5998. "description": "验证参数Bearer和token空格拼接",
  5999. "name": "Authorization",
  6000. "in": "header",
  6001. "required": true
  6002. },
  6003. {
  6004. "description": "新人红包设置表单",
  6005. "name": "req",
  6006. "in": "body",
  6007. "required": true,
  6008. "schema": {
  6009. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  6010. }
  6011. }
  6012. ],
  6013. "responses": {
  6014. "200": {
  6015. "description": "success",
  6016. "schema": {
  6017. "type": "string"
  6018. }
  6019. },
  6020. "400": {
  6021. "description": "具体错误",
  6022. "schema": {
  6023. "$ref": "#/definitions/md.Response"
  6024. }
  6025. }
  6026. }
  6027. }
  6028. },
  6029. "/api/memberCenter/certificate/del": {
  6030. "post": {
  6031. "description": "会员中心-证书管理-删除",
  6032. "consumes": [
  6033. "application/json"
  6034. ],
  6035. "produces": [
  6036. "application/json"
  6037. ],
  6038. "tags": [
  6039. "会员中心"
  6040. ],
  6041. "summary": "会员中心-证书管理-删除",
  6042. "parameters": [
  6043. {
  6044. "type": "string",
  6045. "description": "验证参数Bearer和token空格拼接",
  6046. "name": "Authorization",
  6047. "in": "header",
  6048. "required": true
  6049. },
  6050. {
  6051. "description": "(分页信息必填)",
  6052. "name": "req",
  6053. "in": "body",
  6054. "required": true,
  6055. "schema": {
  6056. "$ref": "#/definitions/md.CertificateDelReq"
  6057. }
  6058. }
  6059. ],
  6060. "responses": {
  6061. "200": {
  6062. "description": "具体数据",
  6063. "schema": {
  6064. "type": "string"
  6065. }
  6066. },
  6067. "400": {
  6068. "description": "具体错误",
  6069. "schema": {
  6070. "$ref": "#/definitions/md.Response"
  6071. }
  6072. }
  6073. }
  6074. }
  6075. },
  6076. "/api/memberCenter/certificate/list": {
  6077. "post": {
  6078. "description": "会员中心-证书管理",
  6079. "consumes": [
  6080. "application/json"
  6081. ],
  6082. "produces": [
  6083. "application/json"
  6084. ],
  6085. "tags": [
  6086. "会员中心"
  6087. ],
  6088. "summary": "会员中心-证书管理",
  6089. "parameters": [
  6090. {
  6091. "type": "string",
  6092. "description": "验证参数Bearer和token空格拼接",
  6093. "name": "Authorization",
  6094. "in": "header",
  6095. "required": true
  6096. },
  6097. {
  6098. "description": "(分页信息必填)",
  6099. "name": "req",
  6100. "in": "body",
  6101. "required": true,
  6102. "schema": {
  6103. "$ref": "#/definitions/md.CertificateListReq"
  6104. }
  6105. }
  6106. ],
  6107. "responses": {
  6108. "200": {
  6109. "description": "具体数据",
  6110. "schema": {
  6111. "$ref": "#/definitions/md.CertificateListResp"
  6112. }
  6113. },
  6114. "400": {
  6115. "description": "具体错误",
  6116. "schema": {
  6117. "$ref": "#/definitions/md.Response"
  6118. }
  6119. }
  6120. }
  6121. }
  6122. },
  6123. "/api/memberCenter/certificate/save": {
  6124. "post": {
  6125. "description": "会员中心-证书管理-保存",
  6126. "consumes": [
  6127. "application/json"
  6128. ],
  6129. "produces": [
  6130. "application/json"
  6131. ],
  6132. "tags": [
  6133. "会员中心"
  6134. ],
  6135. "summary": "会员中心-证书管理-保存",
  6136. "parameters": [
  6137. {
  6138. "type": "string",
  6139. "description": "验证参数Bearer和token空格拼接",
  6140. "name": "Authorization",
  6141. "in": "header",
  6142. "required": true
  6143. },
  6144. {
  6145. "description": "(分页信息必填)",
  6146. "name": "req",
  6147. "in": "body",
  6148. "required": true,
  6149. "schema": {
  6150. "$ref": "#/definitions/md.CertificateSave"
  6151. }
  6152. }
  6153. ],
  6154. "responses": {
  6155. "200": {
  6156. "description": "具体数据",
  6157. "schema": {
  6158. "type": "string"
  6159. }
  6160. },
  6161. "400": {
  6162. "description": "具体错误",
  6163. "schema": {
  6164. "$ref": "#/definitions/md.Response"
  6165. }
  6166. }
  6167. }
  6168. }
  6169. },
  6170. "/api/memberCenter/levelManagement/addLevel": {
  6171. "post": {
  6172. "description": "等级管理(新增)",
  6173. "consumes": [
  6174. "application/json"
  6175. ],
  6176. "produces": [
  6177. "application/json"
  6178. ],
  6179. "tags": [
  6180. "会员中心"
  6181. ],
  6182. "summary": "制度中心-会员中心-等级管理(新增)",
  6183. "parameters": [
  6184. {
  6185. "type": "string",
  6186. "description": "验证参数Bearer和token空格拼接",
  6187. "name": "Authorization",
  6188. "in": "header",
  6189. "required": true
  6190. },
  6191. {
  6192. "description": "需要新增的等级信息",
  6193. "name": "req",
  6194. "in": "body",
  6195. "required": true,
  6196. "schema": {
  6197. "$ref": "#/definitions/md.AddLevelReq"
  6198. }
  6199. }
  6200. ],
  6201. "responses": {
  6202. "200": {
  6203. "description": "新增等级ID",
  6204. "schema": {
  6205. "type": "int"
  6206. }
  6207. },
  6208. "400": {
  6209. "description": "具体错误",
  6210. "schema": {
  6211. "$ref": "#/definitions/md.Response"
  6212. }
  6213. }
  6214. }
  6215. }
  6216. },
  6217. "/api/memberCenter/levelManagement/deleteLevel": {
  6218. "delete": {
  6219. "description": "等级管理(删除)",
  6220. "consumes": [
  6221. "application/json"
  6222. ],
  6223. "produces": [
  6224. "application/json"
  6225. ],
  6226. "tags": [
  6227. "会员中心"
  6228. ],
  6229. "summary": "制度中心-会员中心-等级管理(删除)",
  6230. "parameters": [
  6231. {
  6232. "type": "string",
  6233. "description": "验证参数Bearer和token空格拼接",
  6234. "name": "Authorization",
  6235. "in": "header",
  6236. "required": true
  6237. },
  6238. {
  6239. "description": "需要删除的等级 ID",
  6240. "name": "req",
  6241. "in": "body",
  6242. "required": true,
  6243. "schema": {
  6244. "$ref": "#/definitions/md.DeleteLevelReq"
  6245. }
  6246. }
  6247. ],
  6248. "responses": {
  6249. "200": {
  6250. "description": "成功删除数据数量",
  6251. "schema": {
  6252. "type": "int"
  6253. }
  6254. },
  6255. "400": {
  6256. "description": "具体错误",
  6257. "schema": {
  6258. "$ref": "#/definitions/md.Response"
  6259. }
  6260. }
  6261. }
  6262. }
  6263. },
  6264. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6265. "delete": {
  6266. "description": "等级任务(删除)",
  6267. "consumes": [
  6268. "application/json"
  6269. ],
  6270. "produces": [
  6271. "application/json"
  6272. ],
  6273. "tags": [
  6274. "会员中心"
  6275. ],
  6276. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6277. "parameters": [
  6278. {
  6279. "type": "string",
  6280. "description": "验证参数Bearer和token空格拼接",
  6281. "name": "Authorization",
  6282. "in": "header",
  6283. "required": true
  6284. },
  6285. {
  6286. "description": "需要删除的等级任务ID",
  6287. "name": "req",
  6288. "in": "body",
  6289. "required": true,
  6290. "schema": {
  6291. "$ref": "#/definitions/md.DeleteTaskReq"
  6292. }
  6293. }
  6294. ],
  6295. "responses": {
  6296. "200": {
  6297. "description": "成功删除数据数量",
  6298. "schema": {
  6299. "type": "int"
  6300. }
  6301. },
  6302. "400": {
  6303. "description": "具体错误",
  6304. "schema": {
  6305. "$ref": "#/definitions/md.Response"
  6306. }
  6307. }
  6308. }
  6309. }
  6310. },
  6311. "/api/memberCenter/levelManagement/getLevelList": {
  6312. "get": {
  6313. "description": "标签管理(获取)",
  6314. "consumes": [
  6315. "application/json"
  6316. ],
  6317. "produces": [
  6318. "application/json"
  6319. ],
  6320. "tags": [
  6321. "会员中心"
  6322. ],
  6323. "summary": "制度中心-会员中心-等级管理(获取)",
  6324. "parameters": [
  6325. {
  6326. "type": "string",
  6327. "description": "验证参数Bearer和token空格拼接",
  6328. "name": "Authorization",
  6329. "in": "header",
  6330. "required": true
  6331. },
  6332. {
  6333. "type": "integer",
  6334. "description": "每页大小",
  6335. "name": "limit",
  6336. "in": "query",
  6337. "required": true
  6338. },
  6339. {
  6340. "type": "integer",
  6341. "description": "页数",
  6342. "name": "page",
  6343. "in": "query",
  6344. "required": true
  6345. }
  6346. ],
  6347. "responses": {
  6348. "200": {
  6349. "description": "具体数据",
  6350. "schema": {
  6351. "$ref": "#/definitions/md.GetLevelListResp"
  6352. }
  6353. },
  6354. "400": {
  6355. "description": "具体错误",
  6356. "schema": {
  6357. "$ref": "#/definitions/md.Response"
  6358. }
  6359. }
  6360. }
  6361. }
  6362. },
  6363. "/api/memberCenter/levelManagement/getOneLevel": {
  6364. "get": {
  6365. "description": "等级明细(获取)",
  6366. "consumes": [
  6367. "application/json"
  6368. ],
  6369. "produces": [
  6370. "application/json"
  6371. ],
  6372. "tags": [
  6373. "会员中心"
  6374. ],
  6375. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6376. "parameters": [
  6377. {
  6378. "type": "string",
  6379. "description": "验证参数Bearer和token空格拼接",
  6380. "name": "Authorization",
  6381. "in": "header",
  6382. "required": true
  6383. },
  6384. {
  6385. "type": "integer",
  6386. "description": "等级 ID",
  6387. "name": "level_id",
  6388. "in": "query",
  6389. "required": true
  6390. }
  6391. ],
  6392. "responses": {
  6393. "200": {
  6394. "description": "具体数据",
  6395. "schema": {
  6396. "$ref": "#/definitions/md.GetOneLevelResp"
  6397. }
  6398. },
  6399. "400": {
  6400. "description": "具体错误",
  6401. "schema": {
  6402. "$ref": "#/definitions/md.Response"
  6403. }
  6404. }
  6405. }
  6406. }
  6407. },
  6408. "/api/memberCenter/levelManagement/updateLevel": {
  6409. "post": {
  6410. "description": "等级管理(更新)",
  6411. "consumes": [
  6412. "application/json"
  6413. ],
  6414. "produces": [
  6415. "application/json"
  6416. ],
  6417. "tags": [
  6418. "会员中心"
  6419. ],
  6420. "summary": "制度中心-会员中心-等级管理(更新)",
  6421. "parameters": [
  6422. {
  6423. "type": "string",
  6424. "description": "验证参数Bearer和token空格拼接",
  6425. "name": "Authorization",
  6426. "in": "header",
  6427. "required": true
  6428. },
  6429. {
  6430. "description": "需要修改的等级信息",
  6431. "name": "req",
  6432. "in": "body",
  6433. "required": true,
  6434. "schema": {
  6435. "$ref": "#/definitions/md.UpdateLevelReq"
  6436. }
  6437. }
  6438. ],
  6439. "responses": {
  6440. "200": {
  6441. "description": "success",
  6442. "schema": {
  6443. "type": "string"
  6444. }
  6445. },
  6446. "400": {
  6447. "description": "具体错误",
  6448. "schema": {
  6449. "$ref": "#/definitions/md.Response"
  6450. }
  6451. }
  6452. }
  6453. }
  6454. },
  6455. "/api/memberCenter/tagManagement/addTag": {
  6456. "post": {
  6457. "description": "标签管理(新增)",
  6458. "consumes": [
  6459. "application/json"
  6460. ],
  6461. "produces": [
  6462. "application/json"
  6463. ],
  6464. "tags": [
  6465. "会员中心"
  6466. ],
  6467. "summary": "制度中心-会员中心-标签管理(新增)",
  6468. "parameters": [
  6469. {
  6470. "type": "string",
  6471. "description": "验证参数Bearer和token空格拼接",
  6472. "name": "Authorization",
  6473. "in": "header",
  6474. "required": true
  6475. },
  6476. {
  6477. "description": "新增的标签信息",
  6478. "name": "req",
  6479. "in": "body",
  6480. "required": true,
  6481. "schema": {
  6482. "$ref": "#/definitions/md.AddTagReq"
  6483. }
  6484. }
  6485. ],
  6486. "responses": {
  6487. "200": {
  6488. "description": "新增的标签 ID",
  6489. "schema": {
  6490. "type": "int"
  6491. }
  6492. },
  6493. "400": {
  6494. "description": "具体错误",
  6495. "schema": {
  6496. "$ref": "#/definitions/md.Response"
  6497. }
  6498. }
  6499. }
  6500. }
  6501. },
  6502. "/api/memberCenter/tagManagement/deleteTag": {
  6503. "delete": {
  6504. "description": "标签管理(删除)",
  6505. "consumes": [
  6506. "application/json"
  6507. ],
  6508. "produces": [
  6509. "application/json"
  6510. ],
  6511. "tags": [
  6512. "会员中心"
  6513. ],
  6514. "summary": "制度中心-会员中心-标签管理(删除)",
  6515. "parameters": [
  6516. {
  6517. "type": "string",
  6518. "description": "验证参数Bearer和token空格拼接",
  6519. "name": "Authorization",
  6520. "in": "header",
  6521. "required": true
  6522. },
  6523. {
  6524. "description": "需要删除的标签 ID",
  6525. "name": "req",
  6526. "in": "body",
  6527. "required": true,
  6528. "schema": {
  6529. "$ref": "#/definitions/md.DeleteTagReq"
  6530. }
  6531. }
  6532. ],
  6533. "responses": {
  6534. "200": {
  6535. "description": "成功删除标签用户数",
  6536. "schema": {
  6537. "type": "int"
  6538. }
  6539. },
  6540. "400": {
  6541. "description": "具体错误",
  6542. "schema": {
  6543. "$ref": "#/definitions/md.Response"
  6544. }
  6545. }
  6546. }
  6547. }
  6548. },
  6549. "/api/memberCenter/tagManagement/getTagList": {
  6550. "get": {
  6551. "description": "标签管理(获取)",
  6552. "consumes": [
  6553. "application/json"
  6554. ],
  6555. "produces": [
  6556. "application/json"
  6557. ],
  6558. "tags": [
  6559. "会员中心"
  6560. ],
  6561. "summary": "制度中心-会员中心-标签管理(获取)",
  6562. "parameters": [
  6563. {
  6564. "type": "string",
  6565. "description": "验证参数Bearer和token空格拼接",
  6566. "name": "Authorization",
  6567. "in": "header",
  6568. "required": true
  6569. },
  6570. {
  6571. "type": "integer",
  6572. "description": "每页大小",
  6573. "name": "limit",
  6574. "in": "query",
  6575. "required": true
  6576. },
  6577. {
  6578. "type": "integer",
  6579. "description": "页数",
  6580. "name": "page",
  6581. "in": "query",
  6582. "required": true
  6583. }
  6584. ],
  6585. "responses": {
  6586. "200": {
  6587. "description": "具体数据",
  6588. "schema": {
  6589. "$ref": "#/definitions/md.GetTagListResp"
  6590. }
  6591. },
  6592. "400": {
  6593. "description": "具体错误",
  6594. "schema": {
  6595. "$ref": "#/definitions/md.Response"
  6596. }
  6597. }
  6598. }
  6599. }
  6600. },
  6601. "/api/memberCenter/tagManagement/updateTag": {
  6602. "post": {
  6603. "description": "标签管理(更新)",
  6604. "consumes": [
  6605. "application/json"
  6606. ],
  6607. "produces": [
  6608. "application/json"
  6609. ],
  6610. "tags": [
  6611. "会员中心"
  6612. ],
  6613. "summary": "制度中心-会员中心-标签管理(更新)",
  6614. "parameters": [
  6615. {
  6616. "type": "string",
  6617. "description": "验证参数Bearer和token空格拼接",
  6618. "name": "Authorization",
  6619. "in": "header",
  6620. "required": true
  6621. },
  6622. {
  6623. "description": "需要修改的标签信息",
  6624. "name": "req",
  6625. "in": "body",
  6626. "required": true,
  6627. "schema": {
  6628. "$ref": "#/definitions/md.UpdateTagReq"
  6629. }
  6630. }
  6631. ],
  6632. "responses": {
  6633. "200": {
  6634. "description": "成功修改数据条数",
  6635. "schema": {
  6636. "type": "int"
  6637. }
  6638. },
  6639. "400": {
  6640. "description": "具体错误",
  6641. "schema": {
  6642. "$ref": "#/definitions/md.Response"
  6643. }
  6644. }
  6645. }
  6646. }
  6647. },
  6648. "/api/memberCenter/userManagement/addUser": {
  6649. "post": {
  6650. "description": "用户添加",
  6651. "consumes": [
  6652. "application/json"
  6653. ],
  6654. "produces": [
  6655. "application/json"
  6656. ],
  6657. "tags": [
  6658. "会员中心"
  6659. ],
  6660. "summary": "制度中心-会员中心-用户管理-用户添加",
  6661. "parameters": [
  6662. {
  6663. "type": "string",
  6664. "description": "验证参数Bearer和token空格拼接",
  6665. "name": "Authorization",
  6666. "in": "header",
  6667. "required": true
  6668. },
  6669. {
  6670. "description": "分页信息必填",
  6671. "name": "req",
  6672. "in": "body",
  6673. "required": true,
  6674. "schema": {
  6675. "$ref": "#/definitions/md.RegisterReq"
  6676. }
  6677. }
  6678. ],
  6679. "responses": {
  6680. "200": {
  6681. "description": "具体数据",
  6682. "schema": {
  6683. "type": "string"
  6684. }
  6685. },
  6686. "400": {
  6687. "description": "具体错误",
  6688. "schema": {
  6689. "$ref": "#/definitions/md.Response"
  6690. }
  6691. }
  6692. }
  6693. }
  6694. },
  6695. "/api/memberCenter/userManagement/balanceDetail": {
  6696. "get": {
  6697. "description": "会员明细(余额获取)",
  6698. "consumes": [
  6699. "application/json"
  6700. ],
  6701. "produces": [
  6702. "application/json"
  6703. ],
  6704. "tags": [
  6705. "会员中心"
  6706. ],
  6707. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6708. "parameters": [
  6709. {
  6710. "type": "string",
  6711. "description": "验证参数Bearer和token空格拼接",
  6712. "name": "Authorization",
  6713. "in": "header",
  6714. "required": true
  6715. },
  6716. {
  6717. "type": "string",
  6718. "description": "用户 ID",
  6719. "name": "uid",
  6720. "in": "query",
  6721. "required": true
  6722. },
  6723. {
  6724. "type": "string",
  6725. "description": "每页大小",
  6726. "name": "limit",
  6727. "in": "query",
  6728. "required": true
  6729. },
  6730. {
  6731. "type": "string",
  6732. "description": "页数",
  6733. "name": "page",
  6734. "in": "query",
  6735. "required": true
  6736. }
  6737. ],
  6738. "responses": {
  6739. "200": {
  6740. "description": "具体数据",
  6741. "schema": {
  6742. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6743. }
  6744. },
  6745. "400": {
  6746. "description": "具体错误",
  6747. "schema": {
  6748. "$ref": "#/definitions/md.Response"
  6749. }
  6750. }
  6751. }
  6752. }
  6753. },
  6754. "/api/memberCenter/userManagement/getFans": {
  6755. "get": {
  6756. "description": "会员明细粉丝情况(获取)",
  6757. "consumes": [
  6758. "application/json"
  6759. ],
  6760. "produces": [
  6761. "application/json"
  6762. ],
  6763. "tags": [
  6764. "会员中心"
  6765. ],
  6766. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6767. "parameters": [
  6768. {
  6769. "type": "string",
  6770. "description": "验证参数Bearer和token空格拼接",
  6771. "name": "Authorization",
  6772. "in": "header",
  6773. "required": true
  6774. },
  6775. {
  6776. "type": "string",
  6777. "description": "用户 ID",
  6778. "name": "uid",
  6779. "in": "query",
  6780. "required": true
  6781. },
  6782. {
  6783. "type": "string",
  6784. "description": "粉丝类型(0.全部 1.直推 2.二代 3.二代以后)",
  6785. "name": "type",
  6786. "in": "query",
  6787. "required": true
  6788. },
  6789. {
  6790. "type": "string",
  6791. "description": "每页大小",
  6792. "name": "limit",
  6793. "in": "query",
  6794. "required": true
  6795. },
  6796. {
  6797. "type": "string",
  6798. "description": "页数",
  6799. "name": "page",
  6800. "in": "query",
  6801. "required": true
  6802. }
  6803. ],
  6804. "responses": {
  6805. "200": {
  6806. "description": "具体数据",
  6807. "schema": {
  6808. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6809. }
  6810. },
  6811. "400": {
  6812. "description": "具体错误",
  6813. "schema": {
  6814. "$ref": "#/definitions/md.Response"
  6815. }
  6816. }
  6817. }
  6818. }
  6819. },
  6820. "/api/memberCenter/userManagement/getUserList": {
  6821. "post": {
  6822. "description": "用户信息管理(获取)",
  6823. "consumes": [
  6824. "application/json"
  6825. ],
  6826. "produces": [
  6827. "application/json"
  6828. ],
  6829. "tags": [
  6830. "会员中心"
  6831. ],
  6832. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6833. "parameters": [
  6834. {
  6835. "type": "string",
  6836. "description": "验证参数Bearer和token空格拼接",
  6837. "name": "Authorization",
  6838. "in": "header",
  6839. "required": true
  6840. },
  6841. {
  6842. "description": "分页信息必填",
  6843. "name": "req",
  6844. "in": "body",
  6845. "required": true,
  6846. "schema": {
  6847. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6848. }
  6849. }
  6850. ],
  6851. "responses": {
  6852. "200": {
  6853. "description": "具体数据",
  6854. "schema": {
  6855. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6856. }
  6857. },
  6858. "400": {
  6859. "description": "具体错误",
  6860. "schema": {
  6861. "$ref": "#/definitions/md.Response"
  6862. }
  6863. }
  6864. }
  6865. }
  6866. },
  6867. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6868. "get": {
  6869. "description": "会员明细(积分明细获取)",
  6870. "consumes": [
  6871. "application/json"
  6872. ],
  6873. "produces": [
  6874. "application/json"
  6875. ],
  6876. "tags": [
  6877. "会员中心"
  6878. ],
  6879. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6880. "parameters": [
  6881. {
  6882. "type": "string",
  6883. "description": "验证参数Bearer和token空格拼接",
  6884. "name": "Authorization",
  6885. "in": "header",
  6886. "required": true
  6887. },
  6888. {
  6889. "type": "string",
  6890. "description": "用户 ID",
  6891. "name": "uid",
  6892. "in": "query",
  6893. "required": true
  6894. },
  6895. {
  6896. "type": "string",
  6897. "description": "货币 ID",
  6898. "name": "coinId",
  6899. "in": "query",
  6900. "required": true
  6901. },
  6902. {
  6903. "type": "string",
  6904. "description": "每页大小",
  6905. "name": "limit",
  6906. "in": "query",
  6907. "required": true
  6908. },
  6909. {
  6910. "type": "string",
  6911. "description": "页数",
  6912. "name": "page",
  6913. "in": "query",
  6914. "required": true
  6915. }
  6916. ],
  6917. "responses": {
  6918. "200": {
  6919. "description": "具体数据",
  6920. "schema": {
  6921. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6922. }
  6923. },
  6924. "400": {
  6925. "description": "具体错误",
  6926. "schema": {
  6927. "$ref": "#/definitions/md.Response"
  6928. }
  6929. }
  6930. }
  6931. }
  6932. },
  6933. "/api/memberCenter/userManagement/setCustomInviteCode": {
  6934. "post": {
  6935. "description": "用户自定义邀请码修改",
  6936. "consumes": [
  6937. "application/json"
  6938. ],
  6939. "produces": [
  6940. "application/json"
  6941. ],
  6942. "tags": [
  6943. "会员中心"
  6944. ],
  6945. "summary": "制度中心-会员中心-用户管理-用户自定义邀请码修改",
  6946. "parameters": [
  6947. {
  6948. "type": "string",
  6949. "description": "验证参数Bearer和token空格拼接",
  6950. "name": "Authorization",
  6951. "in": "header",
  6952. "required": true
  6953. },
  6954. {
  6955. "description": "分页信息必填",
  6956. "name": "req",
  6957. "in": "body",
  6958. "required": true,
  6959. "schema": {
  6960. "$ref": "#/definitions/md.InviteCodeReq"
  6961. }
  6962. }
  6963. ],
  6964. "responses": {
  6965. "200": {
  6966. "description": "具体数据",
  6967. "schema": {
  6968. "type": "string"
  6969. }
  6970. },
  6971. "400": {
  6972. "description": "具体错误",
  6973. "schema": {
  6974. "$ref": "#/definitions/md.Response"
  6975. }
  6976. }
  6977. }
  6978. }
  6979. },
  6980. "/api/memberCenter/userManagement/updateUserInfo": {
  6981. "post": {
  6982. "description": "用户信息管理(更新)",
  6983. "consumes": [
  6984. "application/json"
  6985. ],
  6986. "produces": [
  6987. "application/json"
  6988. ],
  6989. "tags": [
  6990. "会员中心"
  6991. ],
  6992. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6993. "parameters": [
  6994. {
  6995. "type": "string",
  6996. "description": "验证参数Bearer和token空格拼接",
  6997. "name": "Authorization",
  6998. "in": "header",
  6999. "required": true
  7000. },
  7001. {
  7002. "description": "用户ID 必传",
  7003. "name": "req",
  7004. "in": "body",
  7005. "required": true,
  7006. "schema": {
  7007. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  7008. }
  7009. }
  7010. ],
  7011. "responses": {
  7012. "200": {
  7013. "description": "修改数据行数",
  7014. "schema": {
  7015. "type": "int"
  7016. }
  7017. },
  7018. "400": {
  7019. "description": "具体错误",
  7020. "schema": {
  7021. "$ref": "#/definitions/md.Response"
  7022. }
  7023. }
  7024. }
  7025. }
  7026. },
  7027. "/api/memberCenter/userManagement/userData": {
  7028. "get": {
  7029. "description": "会员明细概况(获取)",
  7030. "consumes": [
  7031. "application/json"
  7032. ],
  7033. "produces": [
  7034. "application/json"
  7035. ],
  7036. "tags": [
  7037. "会员中心"
  7038. ],
  7039. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  7040. "parameters": [
  7041. {
  7042. "type": "string",
  7043. "description": "验证参数Bearer和token空格拼接",
  7044. "name": "Authorization",
  7045. "in": "header",
  7046. "required": true
  7047. },
  7048. {
  7049. "type": "string",
  7050. "description": "用户 ID",
  7051. "name": "uid",
  7052. "in": "query",
  7053. "required": true
  7054. }
  7055. ],
  7056. "responses": {
  7057. "200": {
  7058. "description": "会员明细概况具体数据",
  7059. "schema": {
  7060. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  7061. }
  7062. },
  7063. "400": {
  7064. "description": "具体错误",
  7065. "schema": {
  7066. "$ref": "#/definitions/md.Response"
  7067. }
  7068. }
  7069. }
  7070. }
  7071. },
  7072. "/api/memberCenter/userManagement/userDelete": {
  7073. "post": {
  7074. "description": "删除到回收站",
  7075. "consumes": [
  7076. "application/json"
  7077. ],
  7078. "produces": [
  7079. "application/json"
  7080. ],
  7081. "tags": [
  7082. "会员中心"
  7083. ],
  7084. "summary": "会员中心-用户管理-永久删除",
  7085. "parameters": [
  7086. {
  7087. "type": "string",
  7088. "description": "验证参数Bearer和token空格拼接",
  7089. "name": "Authorization",
  7090. "in": "header",
  7091. "required": true
  7092. },
  7093. {
  7094. "description": "用户ID 必传",
  7095. "name": "req",
  7096. "in": "body",
  7097. "required": true,
  7098. "schema": {
  7099. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7100. }
  7101. }
  7102. ],
  7103. "responses": {
  7104. "200": {
  7105. "description": "修改数据行数",
  7106. "schema": {
  7107. "type": "int"
  7108. }
  7109. },
  7110. "400": {
  7111. "description": "具体错误",
  7112. "schema": {
  7113. "$ref": "#/definitions/md.Response"
  7114. }
  7115. }
  7116. }
  7117. }
  7118. },
  7119. "/api/memberCenter/userManagement/userRecycle": {
  7120. "post": {
  7121. "description": "删除到回收站",
  7122. "consumes": [
  7123. "application/json"
  7124. ],
  7125. "produces": [
  7126. "application/json"
  7127. ],
  7128. "tags": [
  7129. "会员中心"
  7130. ],
  7131. "summary": "会员中心-用户管理-删除到回收站",
  7132. "parameters": [
  7133. {
  7134. "type": "string",
  7135. "description": "验证参数Bearer和token空格拼接",
  7136. "name": "Authorization",
  7137. "in": "header",
  7138. "required": true
  7139. },
  7140. {
  7141. "description": "用户ID 必传",
  7142. "name": "req",
  7143. "in": "body",
  7144. "required": true,
  7145. "schema": {
  7146. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7147. }
  7148. }
  7149. ],
  7150. "responses": {
  7151. "200": {
  7152. "description": "修改数据行数",
  7153. "schema": {
  7154. "type": "int"
  7155. }
  7156. },
  7157. "400": {
  7158. "description": "具体错误",
  7159. "schema": {
  7160. "$ref": "#/definitions/md.Response"
  7161. }
  7162. }
  7163. }
  7164. }
  7165. },
  7166. "/api/memberCenter/userManagement/userRecycleCancel": {
  7167. "post": {
  7168. "description": "恢复到会员列表",
  7169. "consumes": [
  7170. "application/json"
  7171. ],
  7172. "produces": [
  7173. "application/json"
  7174. ],
  7175. "tags": [
  7176. "会员中心"
  7177. ],
  7178. "summary": "会员中心-用户管理-恢复到会员列表",
  7179. "parameters": [
  7180. {
  7181. "type": "string",
  7182. "description": "验证参数Bearer和token空格拼接",
  7183. "name": "Authorization",
  7184. "in": "header",
  7185. "required": true
  7186. },
  7187. {
  7188. "description": "用户ID 必传",
  7189. "name": "req",
  7190. "in": "body",
  7191. "required": true,
  7192. "schema": {
  7193. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  7194. }
  7195. }
  7196. ],
  7197. "responses": {
  7198. "200": {
  7199. "description": "修改数据行数",
  7200. "schema": {
  7201. "type": "int"
  7202. }
  7203. },
  7204. "400": {
  7205. "description": "具体错误",
  7206. "schema": {
  7207. "$ref": "#/definitions/md.Response"
  7208. }
  7209. }
  7210. }
  7211. }
  7212. },
  7213. "/api/memberCenter/userManagement/userRecycleList": {
  7214. "post": {
  7215. "description": "回收站列表",
  7216. "consumes": [
  7217. "application/json"
  7218. ],
  7219. "produces": [
  7220. "application/json"
  7221. ],
  7222. "tags": [
  7223. "会员中心"
  7224. ],
  7225. "summary": "会员中心-用户管理-回收站列表",
  7226. "parameters": [
  7227. {
  7228. "type": "string",
  7229. "description": "验证参数Bearer和token空格拼接",
  7230. "name": "Authorization",
  7231. "in": "header",
  7232. "required": true
  7233. },
  7234. {
  7235. "description": "分页信息必填",
  7236. "name": "req",
  7237. "in": "body",
  7238. "required": true,
  7239. "schema": {
  7240. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  7241. }
  7242. }
  7243. ],
  7244. "responses": {
  7245. "200": {
  7246. "description": "具体数据",
  7247. "schema": {
  7248. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  7249. }
  7250. },
  7251. "400": {
  7252. "description": "具体错误",
  7253. "schema": {
  7254. "$ref": "#/definitions/md.Response"
  7255. }
  7256. }
  7257. }
  7258. }
  7259. },
  7260. "/api/notice/aliyunSms/file/phone": {
  7261. "post": {
  7262. "description": "短信推送记录-通知模板",
  7263. "consumes": [
  7264. "application/json"
  7265. ],
  7266. "produces": [
  7267. "application/json"
  7268. ],
  7269. "tags": [
  7270. "消息中心"
  7271. ],
  7272. "summary": "消息中心-短信推送记录-通知模板",
  7273. "parameters": [
  7274. {
  7275. "type": "string",
  7276. "description": "验证参数Bearer和token空格拼接",
  7277. "name": "Authorization",
  7278. "in": "header",
  7279. "required": true
  7280. },
  7281. {
  7282. "type": "string",
  7283. "description": "参数 file-----文件上传格式",
  7284. "name": "file",
  7285. "in": "formData",
  7286. "required": true
  7287. }
  7288. ],
  7289. "responses": {
  7290. "200": {
  7291. "description": "phone 一个数组",
  7292. "schema": {
  7293. "type": "string"
  7294. }
  7295. },
  7296. "400": {
  7297. "description": "具体错误",
  7298. "schema": {
  7299. "$ref": "#/definitions/md.Response"
  7300. }
  7301. }
  7302. }
  7303. }
  7304. },
  7305. "/api/notice/aliyunSms/getLevelList": {
  7306. "get": {
  7307. "description": "等级管理(获取)",
  7308. "consumes": [
  7309. "application/json"
  7310. ],
  7311. "produces": [
  7312. "application/json"
  7313. ],
  7314. "tags": [
  7315. "消息中心"
  7316. ],
  7317. "summary": "消息中心-短信推送记录-等级管理(获取)",
  7318. "parameters": [
  7319. {
  7320. "type": "string",
  7321. "description": "验证参数Bearer和token空格拼接",
  7322. "name": "Authorization",
  7323. "in": "header",
  7324. "required": true
  7325. },
  7326. {
  7327. "type": "integer",
  7328. "description": "每页大小",
  7329. "name": "limit",
  7330. "in": "query",
  7331. "required": true
  7332. },
  7333. {
  7334. "type": "integer",
  7335. "description": "页数",
  7336. "name": "page",
  7337. "in": "query",
  7338. "required": true
  7339. }
  7340. ],
  7341. "responses": {
  7342. "200": {
  7343. "description": "具体数据",
  7344. "schema": {
  7345. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  7346. }
  7347. },
  7348. "400": {
  7349. "description": "具体错误",
  7350. "schema": {
  7351. "$ref": "#/definitions/md.Response"
  7352. }
  7353. }
  7354. }
  7355. }
  7356. },
  7357. "/api/notice/aliyunSms/getTagList": {
  7358. "get": {
  7359. "description": "标签管理(获取)",
  7360. "consumes": [
  7361. "application/json"
  7362. ],
  7363. "produces": [
  7364. "application/json"
  7365. ],
  7366. "tags": [
  7367. "消息中心"
  7368. ],
  7369. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7370. "parameters": [
  7371. {
  7372. "type": "string",
  7373. "description": "验证参数Bearer和token空格拼接",
  7374. "name": "Authorization",
  7375. "in": "header",
  7376. "required": true
  7377. },
  7378. {
  7379. "type": "integer",
  7380. "description": "每页大小",
  7381. "name": "limit",
  7382. "in": "query",
  7383. "required": true
  7384. },
  7385. {
  7386. "type": "integer",
  7387. "description": "页数",
  7388. "name": "page",
  7389. "in": "query",
  7390. "required": true
  7391. }
  7392. ],
  7393. "responses": {
  7394. "200": {
  7395. "description": "具体数据",
  7396. "schema": {
  7397. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7398. }
  7399. },
  7400. "400": {
  7401. "description": "具体错误",
  7402. "schema": {
  7403. "$ref": "#/definitions/md.Response"
  7404. }
  7405. }
  7406. }
  7407. }
  7408. },
  7409. "/api/notice/aliyunSms/getUserList": {
  7410. "post": {
  7411. "description": "获取用户信息",
  7412. "consumes": [
  7413. "application/json"
  7414. ],
  7415. "produces": [
  7416. "application/json"
  7417. ],
  7418. "tags": [
  7419. "消息中心"
  7420. ],
  7421. "summary": "消息中心-短信推送记录-获取用户信息",
  7422. "parameters": [
  7423. {
  7424. "type": "string",
  7425. "description": "验证参数Bearer和token空格拼接",
  7426. "name": "Authorization",
  7427. "in": "header",
  7428. "required": true
  7429. },
  7430. {
  7431. "description": "(分页信息必填)",
  7432. "name": "req",
  7433. "in": "body",
  7434. "required": true,
  7435. "schema": {
  7436. "$ref": "#/definitions/md.JPushGetUserListReq"
  7437. }
  7438. }
  7439. ],
  7440. "responses": {
  7441. "200": {
  7442. "description": "具体数据",
  7443. "schema": {
  7444. "type": "Object"
  7445. }
  7446. },
  7447. "400": {
  7448. "description": "具体错误",
  7449. "schema": {
  7450. "$ref": "#/definitions/md.Response"
  7451. }
  7452. }
  7453. }
  7454. }
  7455. },
  7456. "/api/notice/aliyunSms/push/list": {
  7457. "post": {
  7458. "description": "短信推送记录-推送记录列表",
  7459. "consumes": [
  7460. "application/json"
  7461. ],
  7462. "produces": [
  7463. "application/json"
  7464. ],
  7465. "tags": [
  7466. "消息中心"
  7467. ],
  7468. "summary": "消息中心-短信推送记录-推送记录列表",
  7469. "parameters": [
  7470. {
  7471. "type": "string",
  7472. "description": "验证参数Bearer和token空格拼接",
  7473. "name": "Authorization",
  7474. "in": "header",
  7475. "required": true
  7476. },
  7477. {
  7478. "description": "(分页信息必填)",
  7479. "name": "req",
  7480. "in": "body",
  7481. "required": true,
  7482. "schema": {
  7483. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7484. }
  7485. }
  7486. ],
  7487. "responses": {
  7488. "200": {
  7489. "description": "具体数据",
  7490. "schema": {
  7491. "$ref": "#/definitions/md.NoticePushListResp"
  7492. }
  7493. },
  7494. "400": {
  7495. "description": "具体错误",
  7496. "schema": {
  7497. "$ref": "#/definitions/md.Response"
  7498. }
  7499. }
  7500. }
  7501. }
  7502. },
  7503. "/api/notice/aliyunSms/push/save": {
  7504. "post": {
  7505. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7506. "consumes": [
  7507. "application/json"
  7508. ],
  7509. "produces": [
  7510. "application/json"
  7511. ],
  7512. "tags": [
  7513. "消息中心"
  7514. ],
  7515. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7516. "parameters": [
  7517. {
  7518. "type": "string",
  7519. "description": "验证参数Bearer和token空格拼接",
  7520. "name": "Authorization",
  7521. "in": "header",
  7522. "required": true
  7523. },
  7524. {
  7525. "description": "(分页信息必填)",
  7526. "name": "req",
  7527. "in": "body",
  7528. "required": true,
  7529. "schema": {
  7530. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7531. }
  7532. }
  7533. ],
  7534. "responses": {
  7535. "200": {
  7536. "description": "具体数据",
  7537. "schema": {
  7538. "type": "string"
  7539. }
  7540. },
  7541. "400": {
  7542. "description": "具体错误",
  7543. "schema": {
  7544. "$ref": "#/definitions/md.Response"
  7545. }
  7546. }
  7547. }
  7548. }
  7549. },
  7550. "/api/notice/aliyunSms/sale/base": {
  7551. "get": {
  7552. "description": "短信推送记录-营销短信-通知模板",
  7553. "consumes": [
  7554. "application/json"
  7555. ],
  7556. "produces": [
  7557. "application/json"
  7558. ],
  7559. "tags": [
  7560. "消息中心"
  7561. ],
  7562. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7563. "parameters": [
  7564. {
  7565. "type": "string",
  7566. "description": "验证参数Bearer和token空格拼接",
  7567. "name": "Authorization",
  7568. "in": "header",
  7569. "required": true
  7570. }
  7571. ],
  7572. "responses": {
  7573. "200": {
  7574. "description": "具体数据",
  7575. "schema": {
  7576. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7577. }
  7578. },
  7579. "400": {
  7580. "description": "具体错误",
  7581. "schema": {
  7582. "$ref": "#/definitions/md.Response"
  7583. }
  7584. }
  7585. }
  7586. }
  7587. },
  7588. "/api/notice/aliyunSms/sale/save": {
  7589. "post": {
  7590. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7591. "consumes": [
  7592. "application/json"
  7593. ],
  7594. "produces": [
  7595. "application/json"
  7596. ],
  7597. "tags": [
  7598. "消息中心"
  7599. ],
  7600. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7601. "parameters": [
  7602. {
  7603. "type": "string",
  7604. "description": "验证参数Bearer和token空格拼接",
  7605. "name": "Authorization",
  7606. "in": "header",
  7607. "required": true
  7608. },
  7609. {
  7610. "description": "数组 把列表的数组传过来",
  7611. "name": "req",
  7612. "in": "body",
  7613. "required": true,
  7614. "schema": {
  7615. "type": "string"
  7616. }
  7617. }
  7618. ],
  7619. "responses": {
  7620. "200": {
  7621. "description": "具体数据",
  7622. "schema": {
  7623. "type": "string"
  7624. }
  7625. },
  7626. "400": {
  7627. "description": "具体错误",
  7628. "schema": {
  7629. "$ref": "#/definitions/md.Response"
  7630. }
  7631. }
  7632. }
  7633. }
  7634. },
  7635. "/api/notice/base/del": {
  7636. "post": {
  7637. "description": "基本配置-通知模板删除",
  7638. "consumes": [
  7639. "application/json"
  7640. ],
  7641. "produces": [
  7642. "application/json"
  7643. ],
  7644. "tags": [
  7645. "消息中心"
  7646. ],
  7647. "summary": "消息中心-基本配置-通知模板删除",
  7648. "parameters": [
  7649. {
  7650. "type": "string",
  7651. "description": "验证参数Bearer和token空格拼接",
  7652. "name": "Authorization",
  7653. "in": "header",
  7654. "required": true
  7655. },
  7656. {
  7657. "description": "(分页信息必填)",
  7658. "name": "req",
  7659. "in": "body",
  7660. "required": true,
  7661. "schema": {
  7662. "$ref": "#/definitions/md.NoticeDelReq"
  7663. }
  7664. }
  7665. ],
  7666. "responses": {
  7667. "200": {
  7668. "description": "具体数据",
  7669. "schema": {
  7670. "type": "string"
  7671. }
  7672. },
  7673. "400": {
  7674. "description": "具体错误",
  7675. "schema": {
  7676. "$ref": "#/definitions/md.Response"
  7677. }
  7678. }
  7679. }
  7680. }
  7681. },
  7682. "/api/notice/base/list": {
  7683. "post": {
  7684. "description": "基本配置-通知模板",
  7685. "consumes": [
  7686. "application/json"
  7687. ],
  7688. "produces": [
  7689. "application/json"
  7690. ],
  7691. "tags": [
  7692. "消息中心"
  7693. ],
  7694. "summary": "消息中心-基本配置-通知模板",
  7695. "parameters": [
  7696. {
  7697. "type": "string",
  7698. "description": "验证参数Bearer和token空格拼接",
  7699. "name": "Authorization",
  7700. "in": "header",
  7701. "required": true
  7702. },
  7703. {
  7704. "description": "(分页信息必填)",
  7705. "name": "req",
  7706. "in": "body",
  7707. "required": true,
  7708. "schema": {
  7709. "$ref": "#/definitions/md.NoticeListReq"
  7710. }
  7711. }
  7712. ],
  7713. "responses": {
  7714. "200": {
  7715. "description": "具体数据",
  7716. "schema": {
  7717. "$ref": "#/definitions/md.NoticeListResp"
  7718. }
  7719. },
  7720. "400": {
  7721. "description": "具体错误",
  7722. "schema": {
  7723. "$ref": "#/definitions/md.Response"
  7724. }
  7725. }
  7726. }
  7727. }
  7728. },
  7729. "/api/notice/base/save": {
  7730. "post": {
  7731. "description": "基本配置-通知模板添加编辑",
  7732. "consumes": [
  7733. "application/json"
  7734. ],
  7735. "produces": [
  7736. "application/json"
  7737. ],
  7738. "tags": [
  7739. "消息中心"
  7740. ],
  7741. "summary": "消息中心-基本配置-通知模板添加编辑",
  7742. "parameters": [
  7743. {
  7744. "type": "string",
  7745. "description": "验证参数Bearer和token空格拼接",
  7746. "name": "Authorization",
  7747. "in": "header",
  7748. "required": true
  7749. },
  7750. {
  7751. "description": "(分页信息必填)",
  7752. "name": "req",
  7753. "in": "body",
  7754. "required": true,
  7755. "schema": {
  7756. "$ref": "#/definitions/md.NoticeSaveReq"
  7757. }
  7758. }
  7759. ],
  7760. "responses": {
  7761. "200": {
  7762. "description": "具体数据",
  7763. "schema": {
  7764. "type": "string"
  7765. }
  7766. },
  7767. "400": {
  7768. "description": "具体错误",
  7769. "schema": {
  7770. "$ref": "#/definitions/md.Response"
  7771. }
  7772. }
  7773. }
  7774. }
  7775. },
  7776. "/api/notice/jPush/getLevelList": {
  7777. "get": {
  7778. "description": "等级管理(获取)",
  7779. "consumes": [
  7780. "application/json"
  7781. ],
  7782. "produces": [
  7783. "application/json"
  7784. ],
  7785. "tags": [
  7786. "消息中心"
  7787. ],
  7788. "summary": "消息中心-基本配置-等级管理(获取)",
  7789. "parameters": [
  7790. {
  7791. "type": "string",
  7792. "description": "验证参数Bearer和token空格拼接",
  7793. "name": "Authorization",
  7794. "in": "header",
  7795. "required": true
  7796. },
  7797. {
  7798. "type": "integer",
  7799. "description": "每页大小",
  7800. "name": "limit",
  7801. "in": "query",
  7802. "required": true
  7803. },
  7804. {
  7805. "type": "integer",
  7806. "description": "页数",
  7807. "name": "page",
  7808. "in": "query",
  7809. "required": true
  7810. }
  7811. ],
  7812. "responses": {
  7813. "200": {
  7814. "description": "具体数据",
  7815. "schema": {
  7816. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7817. }
  7818. },
  7819. "400": {
  7820. "description": "具体错误",
  7821. "schema": {
  7822. "$ref": "#/definitions/md.Response"
  7823. }
  7824. }
  7825. }
  7826. }
  7827. },
  7828. "/api/notice/jPush/getTagList": {
  7829. "get": {
  7830. "description": "标签管理(获取)",
  7831. "consumes": [
  7832. "application/json"
  7833. ],
  7834. "produces": [
  7835. "application/json"
  7836. ],
  7837. "tags": [
  7838. "消息中心"
  7839. ],
  7840. "summary": "消息中心-基本配置-标签管理(获取)",
  7841. "parameters": [
  7842. {
  7843. "type": "string",
  7844. "description": "验证参数Bearer和token空格拼接",
  7845. "name": "Authorization",
  7846. "in": "header",
  7847. "required": true
  7848. },
  7849. {
  7850. "type": "integer",
  7851. "description": "每页大小",
  7852. "name": "limit",
  7853. "in": "query",
  7854. "required": true
  7855. },
  7856. {
  7857. "type": "integer",
  7858. "description": "页数",
  7859. "name": "page",
  7860. "in": "query",
  7861. "required": true
  7862. }
  7863. ],
  7864. "responses": {
  7865. "200": {
  7866. "description": "具体数据",
  7867. "schema": {
  7868. "$ref": "#/definitions/md.JPushGetTagListResp"
  7869. }
  7870. },
  7871. "400": {
  7872. "description": "具体错误",
  7873. "schema": {
  7874. "$ref": "#/definitions/md.Response"
  7875. }
  7876. }
  7877. }
  7878. }
  7879. },
  7880. "/api/notice/jPush/getUserList": {
  7881. "post": {
  7882. "description": "获取用户信息",
  7883. "consumes": [
  7884. "application/json"
  7885. ],
  7886. "produces": [
  7887. "application/json"
  7888. ],
  7889. "tags": [
  7890. "消息中心"
  7891. ],
  7892. "summary": "消息中心-基本配置-获取用户信息",
  7893. "parameters": [
  7894. {
  7895. "type": "string",
  7896. "description": "验证参数Bearer和token空格拼接",
  7897. "name": "Authorization",
  7898. "in": "header",
  7899. "required": true
  7900. },
  7901. {
  7902. "description": "(分页信息必填)",
  7903. "name": "req",
  7904. "in": "body",
  7905. "required": true,
  7906. "schema": {
  7907. "$ref": "#/definitions/md.JPushGetUserListReq"
  7908. }
  7909. }
  7910. ],
  7911. "responses": {
  7912. "200": {
  7913. "description": "具体数据",
  7914. "schema": {
  7915. "type": "Object"
  7916. }
  7917. },
  7918. "400": {
  7919. "description": "具体错误",
  7920. "schema": {
  7921. "$ref": "#/definitions/md.Response"
  7922. }
  7923. }
  7924. }
  7925. }
  7926. },
  7927. "/api/notice/jPush/push/list": {
  7928. "post": {
  7929. "description": "基本配置-推送记录列表",
  7930. "consumes": [
  7931. "application/json"
  7932. ],
  7933. "produces": [
  7934. "application/json"
  7935. ],
  7936. "tags": [
  7937. "消息中心"
  7938. ],
  7939. "summary": "消息中心-基本配置-推送记录列表",
  7940. "parameters": [
  7941. {
  7942. "type": "string",
  7943. "description": "验证参数Bearer和token空格拼接",
  7944. "name": "Authorization",
  7945. "in": "header",
  7946. "required": true
  7947. },
  7948. {
  7949. "description": "(分页信息必填)",
  7950. "name": "req",
  7951. "in": "body",
  7952. "required": true,
  7953. "schema": {
  7954. "$ref": "#/definitions/md.NoticeListReq"
  7955. }
  7956. }
  7957. ],
  7958. "responses": {
  7959. "200": {
  7960. "description": "具体数据",
  7961. "schema": {
  7962. "$ref": "#/definitions/md.NoticePushListResp"
  7963. }
  7964. },
  7965. "400": {
  7966. "description": "具体错误",
  7967. "schema": {
  7968. "$ref": "#/definitions/md.Response"
  7969. }
  7970. }
  7971. }
  7972. }
  7973. },
  7974. "/api/notice/jPush/push/save": {
  7975. "post": {
  7976. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7977. "consumes": [
  7978. "application/json"
  7979. ],
  7980. "produces": [
  7981. "application/json"
  7982. ],
  7983. "tags": [
  7984. "消息中心"
  7985. ],
  7986. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7987. "parameters": [
  7988. {
  7989. "type": "string",
  7990. "description": "验证参数Bearer和token空格拼接",
  7991. "name": "Authorization",
  7992. "in": "header",
  7993. "required": true
  7994. },
  7995. {
  7996. "description": "(分页信息必填)",
  7997. "name": "req",
  7998. "in": "body",
  7999. "required": true,
  8000. "schema": {
  8001. "$ref": "#/definitions/md.NoticePushSaveReq"
  8002. }
  8003. }
  8004. ],
  8005. "responses": {
  8006. "200": {
  8007. "description": "具体数据",
  8008. "schema": {
  8009. "type": "string"
  8010. }
  8011. },
  8012. "400": {
  8013. "description": "具体错误",
  8014. "schema": {
  8015. "$ref": "#/definitions/md.Response"
  8016. }
  8017. }
  8018. }
  8019. }
  8020. },
  8021. "/api/role/addAdmin": {
  8022. "post": {
  8023. "description": "权限管理-新增管理员",
  8024. "consumes": [
  8025. "application/json"
  8026. ],
  8027. "produces": [
  8028. "application/json"
  8029. ],
  8030. "tags": [
  8031. "权限管理"
  8032. ],
  8033. "summary": "新增管理员",
  8034. "parameters": [
  8035. {
  8036. "type": "string",
  8037. "description": "验证参数Bearer和token空格拼接",
  8038. "name": "Authorization",
  8039. "in": "header",
  8040. "required": true
  8041. },
  8042. {
  8043. "description": "请求参数",
  8044. "name": "args",
  8045. "in": "body",
  8046. "required": true,
  8047. "schema": {
  8048. "$ref": "#/definitions/md.AddAdminReq"
  8049. }
  8050. }
  8051. ],
  8052. "responses": {
  8053. "200": {
  8054. "description": "success",
  8055. "schema": {
  8056. "type": "string"
  8057. }
  8058. },
  8059. "400": {
  8060. "description": "具体错误",
  8061. "schema": {
  8062. "$ref": "#/definitions/md.Response"
  8063. }
  8064. }
  8065. }
  8066. }
  8067. },
  8068. "/api/role/addRole": {
  8069. "post": {
  8070. "description": "权限管理-添加角色",
  8071. "consumes": [
  8072. "application/json"
  8073. ],
  8074. "produces": [
  8075. "application/json"
  8076. ],
  8077. "tags": [
  8078. "权限管理"
  8079. ],
  8080. "summary": "添加角色",
  8081. "parameters": [
  8082. {
  8083. "type": "string",
  8084. "description": "验证参数Bearer和token空格拼接",
  8085. "name": "Authorization",
  8086. "in": "header",
  8087. "required": true
  8088. },
  8089. {
  8090. "description": "请求参数",
  8091. "name": "args",
  8092. "in": "body",
  8093. "required": true,
  8094. "schema": {
  8095. "$ref": "#/definitions/md.AddRoleReq"
  8096. }
  8097. }
  8098. ],
  8099. "responses": {
  8100. "200": {
  8101. "description": "success",
  8102. "schema": {
  8103. "type": "string"
  8104. }
  8105. },
  8106. "400": {
  8107. "description": "具体错误",
  8108. "schema": {
  8109. "$ref": "#/definitions/md.Response"
  8110. }
  8111. }
  8112. }
  8113. }
  8114. },
  8115. "/api/role/adminInfo": {
  8116. "get": {
  8117. "description": "权限管理-管理员信息",
  8118. "consumes": [
  8119. "application/json"
  8120. ],
  8121. "produces": [
  8122. "application/json"
  8123. ],
  8124. "tags": [
  8125. "权限管理"
  8126. ],
  8127. "summary": "管理员信息",
  8128. "parameters": [
  8129. {
  8130. "type": "string",
  8131. "description": "验证参数Bearer和token空格拼接",
  8132. "name": "Authorization",
  8133. "in": "header",
  8134. "required": true
  8135. },
  8136. {
  8137. "type": "string",
  8138. "description": "管理员id",
  8139. "name": "adm_id",
  8140. "in": "query",
  8141. "required": true
  8142. }
  8143. ],
  8144. "responses": {
  8145. "200": {
  8146. "description": "具体看返回内容",
  8147. "schema": {
  8148. "type": "string"
  8149. }
  8150. },
  8151. "400": {
  8152. "description": "具体错误",
  8153. "schema": {
  8154. "$ref": "#/definitions/md.Response"
  8155. }
  8156. }
  8157. }
  8158. }
  8159. },
  8160. "/api/role/adminList": {
  8161. "post": {
  8162. "description": "权限管理-管理员列表",
  8163. "consumes": [
  8164. "application/json"
  8165. ],
  8166. "produces": [
  8167. "application/json"
  8168. ],
  8169. "tags": [
  8170. "权限管理"
  8171. ],
  8172. "summary": "管理员列表",
  8173. "parameters": [
  8174. {
  8175. "type": "string",
  8176. "description": "验证参数Bearer和token空格拼接",
  8177. "name": "Authorization",
  8178. "in": "header",
  8179. "required": true
  8180. },
  8181. {
  8182. "description": "请求参数",
  8183. "name": "args",
  8184. "in": "body",
  8185. "required": true,
  8186. "schema": {
  8187. "$ref": "#/definitions/md.AdminListReq"
  8188. }
  8189. }
  8190. ],
  8191. "responses": {
  8192. "200": {
  8193. "description": "具体看返回内容",
  8194. "schema": {
  8195. "type": "string"
  8196. }
  8197. },
  8198. "400": {
  8199. "description": "具体错误",
  8200. "schema": {
  8201. "$ref": "#/definitions/md.Response"
  8202. }
  8203. }
  8204. }
  8205. }
  8206. },
  8207. "/api/role/bindAdminRole": {
  8208. "post": {
  8209. "description": "权限管理-管理员绑定角色",
  8210. "consumes": [
  8211. "application/json"
  8212. ],
  8213. "produces": [
  8214. "application/json"
  8215. ],
  8216. "tags": [
  8217. "权限管理"
  8218. ],
  8219. "summary": "管理员绑定角色",
  8220. "parameters": [
  8221. {
  8222. "type": "string",
  8223. "description": "验证参数Bearer和token空格拼接",
  8224. "name": "Authorization",
  8225. "in": "header",
  8226. "required": true
  8227. },
  8228. {
  8229. "description": "请求参数",
  8230. "name": "args",
  8231. "in": "body",
  8232. "required": true,
  8233. "schema": {
  8234. "$ref": "#/definitions/md.BindAdminRoleReq"
  8235. }
  8236. }
  8237. ],
  8238. "responses": {
  8239. "200": {
  8240. "description": "success",
  8241. "schema": {
  8242. "type": "string"
  8243. }
  8244. },
  8245. "400": {
  8246. "description": "具体错误",
  8247. "schema": {
  8248. "$ref": "#/definitions/md.Response"
  8249. }
  8250. }
  8251. }
  8252. }
  8253. },
  8254. "/api/role/deleteAdmin/{$adm_id}": {
  8255. "delete": {
  8256. "description": "权限管理-删除管理员",
  8257. "consumes": [
  8258. "application/json"
  8259. ],
  8260. "produces": [
  8261. "application/json"
  8262. ],
  8263. "tags": [
  8264. "权限管理"
  8265. ],
  8266. "summary": "删除管理员",
  8267. "parameters": [
  8268. {
  8269. "type": "string",
  8270. "description": "验证参数Bearer和token空格拼接",
  8271. "name": "Authorization",
  8272. "in": "header",
  8273. "required": true
  8274. }
  8275. ],
  8276. "responses": {
  8277. "200": {
  8278. "description": "success",
  8279. "schema": {
  8280. "type": "string"
  8281. }
  8282. },
  8283. "400": {
  8284. "description": "具体错误",
  8285. "schema": {
  8286. "$ref": "#/definitions/md.Response"
  8287. }
  8288. }
  8289. }
  8290. }
  8291. },
  8292. "/api/role/deleteRole/{$id}": {
  8293. "delete": {
  8294. "description": "权限管理-删除角色",
  8295. "consumes": [
  8296. "application/json"
  8297. ],
  8298. "produces": [
  8299. "application/json"
  8300. ],
  8301. "tags": [
  8302. "权限管理"
  8303. ],
  8304. "summary": "删除角色",
  8305. "parameters": [
  8306. {
  8307. "type": "string",
  8308. "description": "验证参数Bearer和token空格拼接",
  8309. "name": "Authorization",
  8310. "in": "header",
  8311. "required": true
  8312. },
  8313. {
  8314. "description": "请求参数",
  8315. "name": "args",
  8316. "in": "body",
  8317. "required": true,
  8318. "schema": {
  8319. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8320. }
  8321. }
  8322. ],
  8323. "responses": {
  8324. "200": {
  8325. "description": "success",
  8326. "schema": {
  8327. "type": "string"
  8328. }
  8329. },
  8330. "400": {
  8331. "description": "具体错误",
  8332. "schema": {
  8333. "$ref": "#/definitions/md.Response"
  8334. }
  8335. }
  8336. }
  8337. }
  8338. },
  8339. "/api/role/permissionGroupList": {
  8340. "get": {
  8341. "description": "权限管理-权限组列表",
  8342. "consumes": [
  8343. "application/json"
  8344. ],
  8345. "produces": [
  8346. "application/json"
  8347. ],
  8348. "tags": [
  8349. "权限管理"
  8350. ],
  8351. "summary": "权限组列表",
  8352. "parameters": [
  8353. {
  8354. "type": "string",
  8355. "description": "验证参数Bearer和token空格拼接",
  8356. "name": "Authorization",
  8357. "in": "header",
  8358. "required": true
  8359. },
  8360. {
  8361. "type": "string",
  8362. "description": "管理员id",
  8363. "name": "adm_id",
  8364. "in": "query",
  8365. "required": true
  8366. }
  8367. ],
  8368. "responses": {
  8369. "200": {
  8370. "description": "具体看返回内容",
  8371. "schema": {
  8372. "type": "string"
  8373. }
  8374. },
  8375. "400": {
  8376. "description": "具体错误",
  8377. "schema": {
  8378. "$ref": "#/definitions/md.Response"
  8379. }
  8380. }
  8381. }
  8382. }
  8383. },
  8384. "/api/role/roleBindPermissionGroup": {
  8385. "post": {
  8386. "description": "权限管理-角色绑定权限组",
  8387. "consumes": [
  8388. "application/json"
  8389. ],
  8390. "produces": [
  8391. "application/json"
  8392. ],
  8393. "tags": [
  8394. "权限管理"
  8395. ],
  8396. "summary": "角色绑定权限组",
  8397. "parameters": [
  8398. {
  8399. "type": "string",
  8400. "description": "验证参数Bearer和token空格拼接",
  8401. "name": "Authorization",
  8402. "in": "header",
  8403. "required": true
  8404. },
  8405. {
  8406. "description": "请求参数",
  8407. "name": "args",
  8408. "in": "body",
  8409. "required": true,
  8410. "schema": {
  8411. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8412. }
  8413. }
  8414. ],
  8415. "responses": {
  8416. "200": {
  8417. "description": "success",
  8418. "schema": {
  8419. "type": "string"
  8420. }
  8421. },
  8422. "400": {
  8423. "description": "具体错误",
  8424. "schema": {
  8425. "$ref": "#/definitions/md.Response"
  8426. }
  8427. }
  8428. }
  8429. }
  8430. },
  8431. "/api/role/roleList": {
  8432. "get": {
  8433. "description": "权限管理-角色列表",
  8434. "consumes": [
  8435. "application/json"
  8436. ],
  8437. "produces": [
  8438. "application/json"
  8439. ],
  8440. "tags": [
  8441. "权限管理"
  8442. ],
  8443. "summary": "角色列表",
  8444. "parameters": [
  8445. {
  8446. "type": "string",
  8447. "description": "验证参数Bearer和token空格拼接",
  8448. "name": "Authorization",
  8449. "in": "header",
  8450. "required": true
  8451. }
  8452. ],
  8453. "responses": {
  8454. "200": {
  8455. "description": "具体看返回内容",
  8456. "schema": {
  8457. "type": "string"
  8458. }
  8459. },
  8460. "400": {
  8461. "description": "具体错误",
  8462. "schema": {
  8463. "$ref": "#/definitions/md.Response"
  8464. }
  8465. }
  8466. }
  8467. }
  8468. },
  8469. "/api/role/updateAdmin": {
  8470. "post": {
  8471. "description": "权限管理-修改管理员信息",
  8472. "consumes": [
  8473. "application/json"
  8474. ],
  8475. "produces": [
  8476. "application/json"
  8477. ],
  8478. "tags": [
  8479. "权限管理"
  8480. ],
  8481. "summary": "修改管理员信息",
  8482. "parameters": [
  8483. {
  8484. "type": "string",
  8485. "description": "验证参数Bearer和token空格拼接",
  8486. "name": "Authorization",
  8487. "in": "header",
  8488. "required": true
  8489. },
  8490. {
  8491. "description": "请求参数",
  8492. "name": "args",
  8493. "in": "body",
  8494. "required": true,
  8495. "schema": {
  8496. "$ref": "#/definitions/md.UpdateAdminReq"
  8497. }
  8498. }
  8499. ],
  8500. "responses": {
  8501. "200": {
  8502. "description": "success",
  8503. "schema": {
  8504. "type": "string"
  8505. }
  8506. },
  8507. "400": {
  8508. "description": "具体错误",
  8509. "schema": {
  8510. "$ref": "#/definitions/md.Response"
  8511. }
  8512. }
  8513. }
  8514. }
  8515. },
  8516. "/api/role/updateAdminState": {
  8517. "post": {
  8518. "description": "权限管理-修改管理员状态",
  8519. "consumes": [
  8520. "application/json"
  8521. ],
  8522. "produces": [
  8523. "application/json"
  8524. ],
  8525. "tags": [
  8526. "权限管理"
  8527. ],
  8528. "summary": "修改管理员状态",
  8529. "parameters": [
  8530. {
  8531. "type": "string",
  8532. "description": "验证参数Bearer和token空格拼接",
  8533. "name": "Authorization",
  8534. "in": "header",
  8535. "required": true
  8536. },
  8537. {
  8538. "description": "请求参数",
  8539. "name": "args",
  8540. "in": "body",
  8541. "required": true,
  8542. "schema": {
  8543. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8544. }
  8545. }
  8546. ],
  8547. "responses": {
  8548. "200": {
  8549. "description": "success",
  8550. "schema": {
  8551. "type": "string"
  8552. }
  8553. },
  8554. "400": {
  8555. "description": "具体错误",
  8556. "schema": {
  8557. "$ref": "#/definitions/md.Response"
  8558. }
  8559. }
  8560. }
  8561. }
  8562. },
  8563. "/api/role/updateRole": {
  8564. "post": {
  8565. "description": "权限管理-修改角色",
  8566. "consumes": [
  8567. "application/json"
  8568. ],
  8569. "produces": [
  8570. "application/json"
  8571. ],
  8572. "tags": [
  8573. "权限管理"
  8574. ],
  8575. "summary": "修改角色",
  8576. "parameters": [
  8577. {
  8578. "type": "string",
  8579. "description": "验证参数Bearer和token空格拼接",
  8580. "name": "Authorization",
  8581. "in": "header",
  8582. "required": true
  8583. },
  8584. {
  8585. "description": "请求参数",
  8586. "name": "args",
  8587. "in": "body",
  8588. "required": true,
  8589. "schema": {
  8590. "$ref": "#/definitions/md.UpdateRoleReq"
  8591. }
  8592. }
  8593. ],
  8594. "responses": {
  8595. "200": {
  8596. "description": "success",
  8597. "schema": {
  8598. "type": "string"
  8599. }
  8600. },
  8601. "400": {
  8602. "description": "具体错误",
  8603. "schema": {
  8604. "$ref": "#/definitions/md.Response"
  8605. }
  8606. }
  8607. }
  8608. }
  8609. },
  8610. "/api/role/updateRoleState": {
  8611. "post": {
  8612. "description": "权限管理-修改角色状态",
  8613. "consumes": [
  8614. "application/json"
  8615. ],
  8616. "produces": [
  8617. "application/json"
  8618. ],
  8619. "tags": [
  8620. "权限管理"
  8621. ],
  8622. "summary": "修改角色状态",
  8623. "parameters": [
  8624. {
  8625. "type": "string",
  8626. "description": "验证参数Bearer和token空格拼接",
  8627. "name": "Authorization",
  8628. "in": "header",
  8629. "required": true
  8630. },
  8631. {
  8632. "description": "请求参数",
  8633. "name": "args",
  8634. "in": "body",
  8635. "required": true,
  8636. "schema": {
  8637. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8638. }
  8639. }
  8640. ],
  8641. "responses": {
  8642. "200": {
  8643. "description": "success",
  8644. "schema": {
  8645. "type": "string"
  8646. }
  8647. },
  8648. "400": {
  8649. "description": "具体错误",
  8650. "schema": {
  8651. "$ref": "#/definitions/md.Response"
  8652. }
  8653. }
  8654. }
  8655. }
  8656. },
  8657. "/api/settCenter/kuaizhan/getBasic": {
  8658. "get": {
  8659. "description": "网站信息-基本设置(获取)",
  8660. "consumes": [
  8661. "application/json"
  8662. ],
  8663. "produces": [
  8664. "application/json"
  8665. ],
  8666. "tags": [
  8667. "基础设置"
  8668. ],
  8669. "summary": "基础设置-网站信息-基本设置(获取)",
  8670. "parameters": [
  8671. {
  8672. "type": "string",
  8673. "description": "验证参数Bearer和token空格拼接",
  8674. "name": "Authorization",
  8675. "in": "header",
  8676. "required": true
  8677. }
  8678. ],
  8679. "responses": {
  8680. "200": {
  8681. "description": "设置列表",
  8682. "schema": {
  8683. "$ref": "#/definitions/setCenter.KuaizhanBasicResp"
  8684. }
  8685. },
  8686. "400": {
  8687. "description": "具体错误",
  8688. "schema": {
  8689. "$ref": "#/definitions/md.Response"
  8690. }
  8691. }
  8692. }
  8693. }
  8694. },
  8695. "/api/settCenter/kuaizhan/setBasic": {
  8696. "post": {
  8697. "description": "基本设置(更新)",
  8698. "consumes": [
  8699. "application/json"
  8700. ],
  8701. "produces": [
  8702. "application/json"
  8703. ],
  8704. "tags": [
  8705. "基础设置"
  8706. ],
  8707. "summary": "基础设置-网站信息-基本设置(更新)",
  8708. "parameters": [
  8709. {
  8710. "type": "string",
  8711. "description": "验证参数Bearer和token空格拼接",
  8712. "name": "Authorization",
  8713. "in": "header",
  8714. "required": true
  8715. },
  8716. {
  8717. "description": "上传需要修改的信息",
  8718. "name": "req",
  8719. "in": "body",
  8720. "required": true,
  8721. "schema": {
  8722. "$ref": "#/definitions/setCenter.KuaizhanBasicReq"
  8723. }
  8724. }
  8725. ],
  8726. "responses": {
  8727. "200": {
  8728. "description": "success",
  8729. "schema": {
  8730. "type": "string"
  8731. }
  8732. },
  8733. "400": {
  8734. "description": "具体错误",
  8735. "schema": {
  8736. "$ref": "#/definitions/md.Response"
  8737. }
  8738. }
  8739. }
  8740. }
  8741. },
  8742. "/api/settCenter/oss/aliYun/getBasic": {
  8743. "get": {
  8744. "description": "对象存储设置(获取)",
  8745. "consumes": [
  8746. "application/json"
  8747. ],
  8748. "produces": [
  8749. "application/json"
  8750. ],
  8751. "tags": [
  8752. "对象存储"
  8753. ],
  8754. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8755. "parameters": [
  8756. {
  8757. "type": "string",
  8758. "description": "验证参数Bearer和token空格拼接",
  8759. "name": "Authorization",
  8760. "in": "header",
  8761. "required": true
  8762. }
  8763. ],
  8764. "responses": {
  8765. "200": {
  8766. "description": "设置列表",
  8767. "schema": {
  8768. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8769. }
  8770. },
  8771. "400": {
  8772. "description": "具体错误",
  8773. "schema": {
  8774. "$ref": "#/definitions/md.Response"
  8775. }
  8776. }
  8777. }
  8778. }
  8779. },
  8780. "/api/settCenter/oss/aliYun/setBasic": {
  8781. "post": {
  8782. "description": "对象存储设置(更新)",
  8783. "consumes": [
  8784. "application/json"
  8785. ],
  8786. "produces": [
  8787. "application/json"
  8788. ],
  8789. "tags": [
  8790. "对象存储"
  8791. ],
  8792. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8793. "parameters": [
  8794. {
  8795. "type": "string",
  8796. "description": "验证参数Bearer和token空格拼接",
  8797. "name": "Authorization",
  8798. "in": "header",
  8799. "required": true
  8800. },
  8801. {
  8802. "description": "上传需要修改的信息",
  8803. "name": "req",
  8804. "in": "body",
  8805. "required": true,
  8806. "schema": {
  8807. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8808. }
  8809. }
  8810. ],
  8811. "responses": {
  8812. "200": {
  8813. "description": "success",
  8814. "schema": {
  8815. "type": "string"
  8816. }
  8817. },
  8818. "400": {
  8819. "description": "具体错误",
  8820. "schema": {
  8821. "$ref": "#/definitions/md.Response"
  8822. }
  8823. }
  8824. }
  8825. }
  8826. },
  8827. "/api/settCenter/web/getBasic": {
  8828. "get": {
  8829. "description": "网站信息-基本设置(获取)",
  8830. "consumes": [
  8831. "application/json"
  8832. ],
  8833. "produces": [
  8834. "application/json"
  8835. ],
  8836. "tags": [
  8837. "基础设置"
  8838. ],
  8839. "summary": "基础设置-网站信息-基本设置(获取)",
  8840. "parameters": [
  8841. {
  8842. "type": "string",
  8843. "description": "验证参数Bearer和token空格拼接",
  8844. "name": "Authorization",
  8845. "in": "header",
  8846. "required": true
  8847. }
  8848. ],
  8849. "responses": {
  8850. "200": {
  8851. "description": "设置列表",
  8852. "schema": {
  8853. "$ref": "#/definitions/setCenter.WebBasicResp"
  8854. }
  8855. },
  8856. "400": {
  8857. "description": "具体错误",
  8858. "schema": {
  8859. "$ref": "#/definitions/md.Response"
  8860. }
  8861. }
  8862. }
  8863. }
  8864. },
  8865. "/api/settCenter/web/getDownDomainBasic": {
  8866. "get": {
  8867. "description": "网站信息-下载页多域名设置(获取)",
  8868. "consumes": [
  8869. "application/json"
  8870. ],
  8871. "produces": [
  8872. "application/json"
  8873. ],
  8874. "tags": [
  8875. "基础设置"
  8876. ],
  8877. "summary": "基础设置-网站信息-下载页多域名设置(获取)",
  8878. "parameters": [
  8879. {
  8880. "type": "string",
  8881. "description": "验证参数Bearer和token空格拼接",
  8882. "name": "Authorization",
  8883. "in": "header",
  8884. "required": true
  8885. }
  8886. ],
  8887. "responses": {
  8888. "200": {
  8889. "description": "设置列表",
  8890. "schema": {
  8891. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  8892. }
  8893. },
  8894. "400": {
  8895. "description": "具体错误",
  8896. "schema": {
  8897. "$ref": "#/definitions/md.Response"
  8898. }
  8899. }
  8900. }
  8901. }
  8902. },
  8903. "/api/settCenter/web/getRegisterDomainBasic": {
  8904. "get": {
  8905. "description": "网站信息-下载页多域名设置(获取)",
  8906. "consumes": [
  8907. "application/json"
  8908. ],
  8909. "produces": [
  8910. "application/json"
  8911. ],
  8912. "tags": [
  8913. "基础设置"
  8914. ],
  8915. "summary": "基础设置-网站信息-下载页多域名设置(获取)",
  8916. "parameters": [
  8917. {
  8918. "type": "string",
  8919. "description": "验证参数Bearer和token空格拼接",
  8920. "name": "Authorization",
  8921. "in": "header",
  8922. "required": true
  8923. }
  8924. ],
  8925. "responses": {
  8926. "200": {
  8927. "description": "设置列表",
  8928. "schema": {
  8929. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  8930. }
  8931. },
  8932. "400": {
  8933. "description": "具体错误",
  8934. "schema": {
  8935. "$ref": "#/definitions/md.Response"
  8936. }
  8937. }
  8938. }
  8939. }
  8940. },
  8941. "/api/settCenter/web/setBasic": {
  8942. "post": {
  8943. "description": "基本设置(更新)",
  8944. "consumes": [
  8945. "application/json"
  8946. ],
  8947. "produces": [
  8948. "application/json"
  8949. ],
  8950. "tags": [
  8951. "基础设置"
  8952. ],
  8953. "summary": "基础设置-网站信息-基本设置(更新)",
  8954. "parameters": [
  8955. {
  8956. "type": "string",
  8957. "description": "验证参数Bearer和token空格拼接",
  8958. "name": "Authorization",
  8959. "in": "header",
  8960. "required": true
  8961. },
  8962. {
  8963. "description": "上传需要修改的信息",
  8964. "name": "req",
  8965. "in": "body",
  8966. "required": true,
  8967. "schema": {
  8968. "$ref": "#/definitions/setCenter.WebBasicReq"
  8969. }
  8970. }
  8971. ],
  8972. "responses": {
  8973. "200": {
  8974. "description": "success",
  8975. "schema": {
  8976. "type": "string"
  8977. }
  8978. },
  8979. "400": {
  8980. "description": "具体错误",
  8981. "schema": {
  8982. "$ref": "#/definitions/md.Response"
  8983. }
  8984. }
  8985. }
  8986. }
  8987. },
  8988. "/api/settCenter/web/setDownDomainBasic": {
  8989. "post": {
  8990. "description": "下载页多域名设置(更新)",
  8991. "consumes": [
  8992. "application/json"
  8993. ],
  8994. "produces": [
  8995. "application/json"
  8996. ],
  8997. "tags": [
  8998. "基础设置"
  8999. ],
  9000. "summary": "基础设置-网站信息-下载页多域名设置(更新)",
  9001. "parameters": [
  9002. {
  9003. "type": "string",
  9004. "description": "验证参数Bearer和token空格拼接",
  9005. "name": "Authorization",
  9006. "in": "header",
  9007. "required": true
  9008. },
  9009. {
  9010. "description": "上传需要修改的信息",
  9011. "name": "req",
  9012. "in": "body",
  9013. "required": true,
  9014. "schema": {
  9015. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  9016. }
  9017. }
  9018. ],
  9019. "responses": {
  9020. "200": {
  9021. "description": "success",
  9022. "schema": {
  9023. "type": "string"
  9024. }
  9025. },
  9026. "400": {
  9027. "description": "具体错误",
  9028. "schema": {
  9029. "$ref": "#/definitions/md.Response"
  9030. }
  9031. }
  9032. }
  9033. }
  9034. },
  9035. "/api/settCenter/web/setRegisterDomainBasic": {
  9036. "post": {
  9037. "description": "下载页多域名设置(更新)",
  9038. "consumes": [
  9039. "application/json"
  9040. ],
  9041. "produces": [
  9042. "application/json"
  9043. ],
  9044. "tags": [
  9045. "基础设置"
  9046. ],
  9047. "summary": "基础设置-网站信息-下载页多域名设置(更新)",
  9048. "parameters": [
  9049. {
  9050. "type": "string",
  9051. "description": "验证参数Bearer和token空格拼接",
  9052. "name": "Authorization",
  9053. "in": "header",
  9054. "required": true
  9055. },
  9056. {
  9057. "description": "上传需要修改的信息",
  9058. "name": "req",
  9059. "in": "body",
  9060. "required": true,
  9061. "schema": {
  9062. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  9063. }
  9064. }
  9065. ],
  9066. "responses": {
  9067. "200": {
  9068. "description": "success",
  9069. "schema": {
  9070. "type": "string"
  9071. }
  9072. },
  9073. "400": {
  9074. "description": "具体错误",
  9075. "schema": {
  9076. "$ref": "#/definitions/md.Response"
  9077. }
  9078. }
  9079. }
  9080. }
  9081. },
  9082. "/api/userFeedback/cate/list": {
  9083. "post": {
  9084. "description": "分类列表",
  9085. "consumes": [
  9086. "application/json"
  9087. ],
  9088. "produces": [
  9089. "application/json"
  9090. ],
  9091. "tags": [
  9092. "消息中心"
  9093. ],
  9094. "summary": "反馈列表-分类列表",
  9095. "parameters": [
  9096. {
  9097. "type": "string",
  9098. "description": "验证参数Bearer和token空格拼接",
  9099. "name": "Authorization",
  9100. "in": "header",
  9101. "required": true
  9102. },
  9103. {
  9104. "description": "(分页信息必填)",
  9105. "name": "req",
  9106. "in": "body",
  9107. "required": true,
  9108. "schema": {
  9109. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  9110. }
  9111. }
  9112. ],
  9113. "responses": {
  9114. "200": {
  9115. "description": "具体数据",
  9116. "schema": {
  9117. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  9118. }
  9119. },
  9120. "400": {
  9121. "description": "具体错误",
  9122. "schema": {
  9123. "$ref": "#/definitions/md.Response"
  9124. }
  9125. }
  9126. }
  9127. }
  9128. },
  9129. "/api/userFeedback/content/change/state": {
  9130. "post": {
  9131. "description": "反馈列表-修改状态",
  9132. "consumes": [
  9133. "application/json"
  9134. ],
  9135. "produces": [
  9136. "application/json"
  9137. ],
  9138. "tags": [
  9139. "消息中心"
  9140. ],
  9141. "summary": "用户反馈-反馈列表-修改状态",
  9142. "parameters": [
  9143. {
  9144. "type": "string",
  9145. "description": "验证参数Bearer和token空格拼接",
  9146. "name": "Authorization",
  9147. "in": "header",
  9148. "required": true
  9149. },
  9150. {
  9151. "description": "(分页信息必填)",
  9152. "name": "req",
  9153. "in": "body",
  9154. "required": true,
  9155. "schema": {
  9156. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  9157. }
  9158. }
  9159. ],
  9160. "responses": {
  9161. "200": {
  9162. "description": "具体数据",
  9163. "schema": {
  9164. "type": "string"
  9165. }
  9166. },
  9167. "400": {
  9168. "description": "具体错误",
  9169. "schema": {
  9170. "$ref": "#/definitions/md.Response"
  9171. }
  9172. }
  9173. }
  9174. }
  9175. },
  9176. "/api/userFeedback/content/del": {
  9177. "post": {
  9178. "description": "反馈列表-反馈删除",
  9179. "consumes": [
  9180. "application/json"
  9181. ],
  9182. "produces": [
  9183. "application/json"
  9184. ],
  9185. "tags": [
  9186. "消息中心"
  9187. ],
  9188. "summary": "用户反馈-反馈列表-反馈删除",
  9189. "parameters": [
  9190. {
  9191. "type": "string",
  9192. "description": "验证参数Bearer和token空格拼接",
  9193. "name": "Authorization",
  9194. "in": "header",
  9195. "required": true
  9196. },
  9197. {
  9198. "description": "(分页信息必填)",
  9199. "name": "req",
  9200. "in": "body",
  9201. "required": true,
  9202. "schema": {
  9203. "$ref": "#/definitions/md.UserFeedbackDelReq"
  9204. }
  9205. }
  9206. ],
  9207. "responses": {
  9208. "200": {
  9209. "description": "具体数据",
  9210. "schema": {
  9211. "type": "string"
  9212. }
  9213. },
  9214. "400": {
  9215. "description": "具体错误",
  9216. "schema": {
  9217. "$ref": "#/definitions/md.Response"
  9218. }
  9219. }
  9220. }
  9221. }
  9222. },
  9223. "/api/userFeedback/content/list": {
  9224. "post": {
  9225. "description": "反馈列表",
  9226. "consumes": [
  9227. "application/json"
  9228. ],
  9229. "produces": [
  9230. "application/json"
  9231. ],
  9232. "tags": [
  9233. "消息中心"
  9234. ],
  9235. "summary": "用户反馈-反馈列表",
  9236. "parameters": [
  9237. {
  9238. "type": "string",
  9239. "description": "验证参数Bearer和token空格拼接",
  9240. "name": "Authorization",
  9241. "in": "header",
  9242. "required": true
  9243. },
  9244. {
  9245. "description": "(分页信息必填)",
  9246. "name": "req",
  9247. "in": "body",
  9248. "required": true,
  9249. "schema": {
  9250. "$ref": "#/definitions/md.UserFeedbackListReq"
  9251. }
  9252. }
  9253. ],
  9254. "responses": {
  9255. "200": {
  9256. "description": "具体数据",
  9257. "schema": {
  9258. "$ref": "#/definitions/md.UserFeedbackListResp"
  9259. }
  9260. },
  9261. "400": {
  9262. "description": "具体错误",
  9263. "schema": {
  9264. "$ref": "#/definitions/md.Response"
  9265. }
  9266. }
  9267. }
  9268. }
  9269. },
  9270. "/api/userFeedback/content/record/list": {
  9271. "post": {
  9272. "description": "反馈列表-沟通记录",
  9273. "consumes": [
  9274. "application/json"
  9275. ],
  9276. "produces": [
  9277. "application/json"
  9278. ],
  9279. "tags": [
  9280. "消息中心"
  9281. ],
  9282. "summary": "用户反馈-反馈列表-沟通记录",
  9283. "parameters": [
  9284. {
  9285. "type": "string",
  9286. "description": "验证参数Bearer和token空格拼接",
  9287. "name": "Authorization",
  9288. "in": "header",
  9289. "required": true
  9290. },
  9291. {
  9292. "description": "(分页信息必填)",
  9293. "name": "req",
  9294. "in": "body",
  9295. "required": true,
  9296. "schema": {
  9297. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  9298. }
  9299. }
  9300. ],
  9301. "responses": {
  9302. "200": {
  9303. "description": "具体数据",
  9304. "schema": {
  9305. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  9306. }
  9307. },
  9308. "400": {
  9309. "description": "具体错误",
  9310. "schema": {
  9311. "$ref": "#/definitions/md.Response"
  9312. }
  9313. }
  9314. }
  9315. }
  9316. },
  9317. "/api/userFeedback/content/say": {
  9318. "post": {
  9319. "description": "反馈列表-沟通发送",
  9320. "consumes": [
  9321. "application/json"
  9322. ],
  9323. "produces": [
  9324. "application/json"
  9325. ],
  9326. "tags": [
  9327. "消息中心"
  9328. ],
  9329. "summary": "用户反馈-反馈列表-沟通发送",
  9330. "parameters": [
  9331. {
  9332. "type": "string",
  9333. "description": "验证参数Bearer和token空格拼接",
  9334. "name": "Authorization",
  9335. "in": "header",
  9336. "required": true
  9337. },
  9338. {
  9339. "description": "(分页信息必填)",
  9340. "name": "req",
  9341. "in": "body",
  9342. "required": true,
  9343. "schema": {
  9344. "$ref": "#/definitions/md.UserFeedbackSayReq"
  9345. }
  9346. }
  9347. ],
  9348. "responses": {
  9349. "200": {
  9350. "description": "具体数据",
  9351. "schema": {
  9352. "type": "string"
  9353. }
  9354. },
  9355. "400": {
  9356. "description": "具体错误",
  9357. "schema": {
  9358. "$ref": "#/definitions/md.Response"
  9359. }
  9360. }
  9361. }
  9362. }
  9363. },
  9364. "/api/userRealName/base": {
  9365. "get": {
  9366. "description": "基本设置-实名认证",
  9367. "consumes": [
  9368. "application/json"
  9369. ],
  9370. "produces": [
  9371. "application/json"
  9372. ],
  9373. "tags": [
  9374. "基本设置"
  9375. ],
  9376. "summary": "基本设置-实名认证-基本配置",
  9377. "parameters": [
  9378. {
  9379. "type": "string",
  9380. "description": "验证参数Bearer和token空格拼接",
  9381. "name": "Authorization",
  9382. "in": "header",
  9383. "required": true
  9384. }
  9385. ],
  9386. "responses": {
  9387. "200": {
  9388. "description": "具体数据",
  9389. "schema": {
  9390. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9391. }
  9392. },
  9393. "400": {
  9394. "description": "具体错误",
  9395. "schema": {
  9396. "$ref": "#/definitions/md.Response"
  9397. }
  9398. }
  9399. }
  9400. }
  9401. },
  9402. "/api/userRealName/base/save": {
  9403. "post": {
  9404. "description": "基本设置-实名认证-基本配置保存",
  9405. "consumes": [
  9406. "application/json"
  9407. ],
  9408. "produces": [
  9409. "application/json"
  9410. ],
  9411. "tags": [
  9412. "基本设置"
  9413. ],
  9414. "summary": "基本设置-实名认证-基本配置保存",
  9415. "parameters": [
  9416. {
  9417. "type": "string",
  9418. "description": "验证参数Bearer和token空格拼接",
  9419. "name": "Authorization",
  9420. "in": "header",
  9421. "required": true
  9422. },
  9423. {
  9424. "description": "(分页信息必填)",
  9425. "name": "req",
  9426. "in": "body",
  9427. "required": true,
  9428. "schema": {
  9429. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9430. }
  9431. }
  9432. ],
  9433. "responses": {
  9434. "200": {
  9435. "description": "具体数据",
  9436. "schema": {
  9437. "type": "string"
  9438. }
  9439. },
  9440. "400": {
  9441. "description": "具体错误",
  9442. "schema": {
  9443. "$ref": "#/definitions/md.Response"
  9444. }
  9445. }
  9446. }
  9447. }
  9448. },
  9449. "/api/userRealName/list": {
  9450. "post": {
  9451. "description": "基本设置-实名认证列表",
  9452. "consumes": [
  9453. "application/json"
  9454. ],
  9455. "produces": [
  9456. "application/json"
  9457. ],
  9458. "tags": [
  9459. "基本设置"
  9460. ],
  9461. "summary": "基本设置-实名认证列表",
  9462. "parameters": [
  9463. {
  9464. "type": "string",
  9465. "description": "验证参数Bearer和token空格拼接",
  9466. "name": "Authorization",
  9467. "in": "header",
  9468. "required": true
  9469. },
  9470. {
  9471. "description": "(分页信息必填)",
  9472. "name": "req",
  9473. "in": "body",
  9474. "required": true,
  9475. "schema": {
  9476. "$ref": "#/definitions/md.UserRealNameReq"
  9477. }
  9478. }
  9479. ],
  9480. "responses": {
  9481. "200": {
  9482. "description": "具体数据",
  9483. "schema": {
  9484. "$ref": "#/definitions/md.UserRealNameResp"
  9485. }
  9486. },
  9487. "400": {
  9488. "description": "具体错误",
  9489. "schema": {
  9490. "$ref": "#/definitions/md.Response"
  9491. }
  9492. }
  9493. }
  9494. }
  9495. },
  9496. "/api/userRealName/save": {
  9497. "post": {
  9498. "description": "基本设置-修改认证状态",
  9499. "consumes": [
  9500. "application/json"
  9501. ],
  9502. "produces": [
  9503. "application/json"
  9504. ],
  9505. "tags": [
  9506. "基本设置"
  9507. ],
  9508. "summary": "基本设置-实名认证-修改认证状态",
  9509. "parameters": [
  9510. {
  9511. "type": "string",
  9512. "description": "验证参数Bearer和token空格拼接",
  9513. "name": "Authorization",
  9514. "in": "header",
  9515. "required": true
  9516. },
  9517. {
  9518. "description": "(分页信息必填)",
  9519. "name": "req",
  9520. "in": "body",
  9521. "required": true,
  9522. "schema": {
  9523. "$ref": "#/definitions/md.UserRealNameSaveReq"
  9524. }
  9525. }
  9526. ],
  9527. "responses": {
  9528. "200": {
  9529. "description": "具体数据",
  9530. "schema": {
  9531. "type": "string"
  9532. }
  9533. },
  9534. "400": {
  9535. "description": "具体错误",
  9536. "schema": {
  9537. "$ref": "#/definitions/md.Response"
  9538. }
  9539. }
  9540. }
  9541. }
  9542. },
  9543. "/api/user_feedback/cate/del": {
  9544. "post": {
  9545. "description": "分类列表-分类删除",
  9546. "consumes": [
  9547. "application/json"
  9548. ],
  9549. "produces": [
  9550. "application/json"
  9551. ],
  9552. "tags": [
  9553. "消息中心"
  9554. ],
  9555. "summary": "反馈列表-分类列表-分类删除",
  9556. "parameters": [
  9557. {
  9558. "type": "string",
  9559. "description": "验证参数Bearer和token空格拼接",
  9560. "name": "Authorization",
  9561. "in": "header",
  9562. "required": true
  9563. },
  9564. {
  9565. "description": "(分页信息必填)",
  9566. "name": "req",
  9567. "in": "body",
  9568. "required": true,
  9569. "schema": {
  9570. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  9571. }
  9572. }
  9573. ],
  9574. "responses": {
  9575. "200": {
  9576. "description": "具体数据",
  9577. "schema": {
  9578. "type": "string"
  9579. }
  9580. },
  9581. "400": {
  9582. "description": "具体错误",
  9583. "schema": {
  9584. "$ref": "#/definitions/md.Response"
  9585. }
  9586. }
  9587. }
  9588. }
  9589. },
  9590. "/api/user_feedback/cate/save": {
  9591. "post": {
  9592. "description": "分类列表-分类保存",
  9593. "consumes": [
  9594. "application/json"
  9595. ],
  9596. "produces": [
  9597. "application/json"
  9598. ],
  9599. "tags": [
  9600. "消息中心"
  9601. ],
  9602. "summary": "反馈列表-分类列表-分类保存",
  9603. "parameters": [
  9604. {
  9605. "type": "string",
  9606. "description": "验证参数Bearer和token空格拼接",
  9607. "name": "Authorization",
  9608. "in": "header",
  9609. "required": true
  9610. },
  9611. {
  9612. "description": "(分页信息必填)",
  9613. "name": "req",
  9614. "in": "body",
  9615. "required": true,
  9616. "schema": {
  9617. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9618. }
  9619. }
  9620. ],
  9621. "responses": {
  9622. "200": {
  9623. "description": "具体数据",
  9624. "schema": {
  9625. "type": "string"
  9626. }
  9627. },
  9628. "400": {
  9629. "description": "具体错误",
  9630. "schema": {
  9631. "$ref": "#/definitions/md.Response"
  9632. }
  9633. }
  9634. }
  9635. }
  9636. },
  9637. "/api/website/certificate": {
  9638. "post": {
  9639. "description": "证书查询",
  9640. "consumes": [
  9641. "application/json"
  9642. ],
  9643. "produces": [
  9644. "application/json"
  9645. ],
  9646. "tags": [
  9647. "官网"
  9648. ],
  9649. "summary": "证书查询",
  9650. "parameters": [
  9651. {
  9652. "type": "string",
  9653. "description": "验证参数Bearer和token空格拼接",
  9654. "name": "Authorization",
  9655. "in": "header",
  9656. "required": true
  9657. },
  9658. {
  9659. "description": "(分页信息必填)",
  9660. "name": "req",
  9661. "in": "body",
  9662. "required": true,
  9663. "schema": {
  9664. "$ref": "#/definitions/md.CertificateReq"
  9665. }
  9666. }
  9667. ],
  9668. "responses": {
  9669. "200": {
  9670. "description": "具体数据",
  9671. "schema": {
  9672. "$ref": "#/definitions/md.CertificateResp"
  9673. }
  9674. },
  9675. "400": {
  9676. "description": "具体错误",
  9677. "schema": {
  9678. "$ref": "#/definitions/md.Response"
  9679. }
  9680. }
  9681. }
  9682. }
  9683. },
  9684. "/api/website/getModuleSetting": {
  9685. "get": {
  9686. "description": "页面样式",
  9687. "consumes": [
  9688. "application/json"
  9689. ],
  9690. "produces": [
  9691. "application/json"
  9692. ],
  9693. "tags": [
  9694. "官网"
  9695. ],
  9696. "summary": "页面样式",
  9697. "parameters": [
  9698. {
  9699. "type": "string",
  9700. "description": "验证参数Bearer和token空格拼接",
  9701. "name": "Authorization",
  9702. "in": "header",
  9703. "required": true
  9704. },
  9705. {
  9706. "type": "string",
  9707. "description": "页面名称类型值(15:官网 联系我们)",
  9708. "name": "mod_name_value",
  9709. "in": "query",
  9710. "required": true
  9711. }
  9712. ],
  9713. "responses": {
  9714. "200": {
  9715. "description": "具体数据",
  9716. "schema": {
  9717. "$ref": "#/definitions/md.GetModuleSettingResp"
  9718. }
  9719. },
  9720. "400": {
  9721. "description": "具体错误",
  9722. "schema": {
  9723. "$ref": "#/definitions/md.Response"
  9724. }
  9725. }
  9726. }
  9727. }
  9728. },
  9729. "/api/website/info": {
  9730. "get": {
  9731. "description": "官网-基本信息",
  9732. "consumes": [
  9733. "application/json"
  9734. ],
  9735. "produces": [
  9736. "application/json"
  9737. ],
  9738. "tags": [
  9739. "官网"
  9740. ],
  9741. "summary": "官网-基本信息",
  9742. "parameters": [
  9743. {
  9744. "type": "string",
  9745. "description": "验证参数Bearer和token空格拼接",
  9746. "name": "Authorization",
  9747. "in": "header",
  9748. "required": true
  9749. }
  9750. ],
  9751. "responses": {
  9752. "200": {
  9753. "description": "具体数据",
  9754. "schema": {
  9755. "$ref": "#/definitions/md.WebsiteInfoResp"
  9756. }
  9757. },
  9758. "400": {
  9759. "description": "具体错误",
  9760. "schema": {
  9761. "$ref": "#/definitions/md.Response"
  9762. }
  9763. }
  9764. }
  9765. }
  9766. }
  9767. },
  9768. "definitions": {
  9769. "applet_app_md.Paginate": {
  9770. "type": "object",
  9771. "properties": {
  9772. "limit": {
  9773. "description": "每页大小",
  9774. "type": "integer"
  9775. },
  9776. "page": {
  9777. "description": "页数",
  9778. "type": "integer"
  9779. },
  9780. "total": {
  9781. "description": "总数据量",
  9782. "type": "integer"
  9783. }
  9784. }
  9785. },
  9786. "applet_app_md_financial_center.Paginate": {
  9787. "type": "object",
  9788. "properties": {
  9789. "limit": {
  9790. "description": "每页大小",
  9791. "type": "integer"
  9792. },
  9793. "page": {
  9794. "description": "页数",
  9795. "type": "integer"
  9796. },
  9797. "total": {
  9798. "description": "总数据量",
  9799. "type": "integer"
  9800. }
  9801. }
  9802. },
  9803. "applet_app_md_financial_center.TagNode": {
  9804. "type": "object",
  9805. "properties": {
  9806. "tag_id": {
  9807. "type": "integer"
  9808. },
  9809. "tag_name": {
  9810. "type": "string"
  9811. }
  9812. }
  9813. },
  9814. "applet_app_md_friend_circle.Paginate": {
  9815. "type": "object",
  9816. "properties": {
  9817. "limit": {
  9818. "description": "每页大小",
  9819. "type": "integer"
  9820. },
  9821. "page": {
  9822. "description": "页数",
  9823. "type": "integer"
  9824. },
  9825. "total": {
  9826. "description": "总数据量",
  9827. "type": "integer"
  9828. }
  9829. }
  9830. },
  9831. "applet_app_md_im.GetBasicResp": {
  9832. "type": "object",
  9833. "properties": {
  9834. "chat_sensitive_words": {
  9835. "type": "string",
  9836. "example": "聊天敏感词"
  9837. },
  9838. "is_allow_add_friends": {
  9839. "type": "string",
  9840. "example": "是否允许加好友"
  9841. },
  9842. "is_auto_add_friends": {
  9843. "type": "string",
  9844. "example": "是否自动加好友"
  9845. },
  9846. "prohibit_add_group_members": {
  9847. "type": "string",
  9848. "example": "是否禁止添加群成员"
  9849. },
  9850. "prohibit_remove_group_members": {
  9851. "type": "string",
  9852. "example": "是否禁止移出群成员"
  9853. },
  9854. "prohibit_update_group_name": {
  9855. "type": "string",
  9856. "example": "是否禁止修改群名称"
  9857. }
  9858. }
  9859. },
  9860. "applet_app_md_im.SetBasicReq": {
  9861. "type": "object",
  9862. "properties": {
  9863. "chat_sensitive_words": {
  9864. "type": "string",
  9865. "example": "聊天敏感词"
  9866. },
  9867. "is_allow_add_friends": {
  9868. "type": "string",
  9869. "example": "是否允许加好友"
  9870. },
  9871. "is_auto_add_friends": {
  9872. "type": "string",
  9873. "example": "是否自动加好友"
  9874. },
  9875. "prohibit_add_group_members": {
  9876. "type": "string",
  9877. "example": "是否禁止添加群成员"
  9878. },
  9879. "prohibit_remove_group_members": {
  9880. "type": "string",
  9881. "example": "是否禁止移出群成员"
  9882. },
  9883. "prohibit_update_group_name": {
  9884. "type": "string",
  9885. "example": "是否禁止修改群名称"
  9886. }
  9887. }
  9888. },
  9889. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9890. "type": "object",
  9891. "properties": {
  9892. "direct_push_reward": {
  9893. "description": "直推奖励",
  9894. "allOf": [
  9895. {
  9896. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9897. }
  9898. ]
  9899. },
  9900. "initial_price": {
  9901. "description": "初始价格",
  9902. "type": "string"
  9903. },
  9904. "is_open": {
  9905. "description": "是否开启(1:开启 0:关闭)",
  9906. "type": "integer"
  9907. },
  9908. "person_egg_energy_coin_id": {
  9909. "description": "个人蛋蛋能量对应虚拟币 id",
  9910. "type": "integer"
  9911. },
  9912. "person_egg_points_coin_id": {
  9913. "description": "个人蛋蛋积分对应虚拟币 id",
  9914. "type": "integer"
  9915. },
  9916. "team_egg_energy_coin_id": {
  9917. "description": "团队蛋蛋能量对应虚拟币 id",
  9918. "type": "integer"
  9919. },
  9920. "team_egg_points_coin_id": {
  9921. "description": "团队蛋蛋积分对应虚拟币 id",
  9922. "type": "integer"
  9923. }
  9924. }
  9925. },
  9926. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9927. "type": "object",
  9928. "properties": {
  9929. "limit": {
  9930. "description": "每页大小",
  9931. "type": "integer"
  9932. },
  9933. "page": {
  9934. "description": "页数",
  9935. "type": "integer"
  9936. },
  9937. "total": {
  9938. "description": "总数据量",
  9939. "type": "integer"
  9940. }
  9941. }
  9942. },
  9943. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9944. "type": "object",
  9945. "properties": {
  9946. "id": {
  9947. "type": "integer"
  9948. },
  9949. "is_open": {
  9950. "description": "是否开启(1:开启 0:关闭)",
  9951. "type": "integer"
  9952. },
  9953. "is_self_active_get_team_revenue": {
  9954. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9955. "type": "integer"
  9956. },
  9957. "originator_uid": {
  9958. "description": "创始人uid",
  9959. "type": "integer"
  9960. },
  9961. "several_rows": {
  9962. "description": "几排",
  9963. "type": "integer"
  9964. },
  9965. "several_times": {
  9966. "description": "几乘",
  9967. "type": "integer"
  9968. },
  9969. "system_punish_replace": {
  9970. "description": "是否位置滑落 被新用户替换 0否 1是",
  9971. "type": "integer"
  9972. },
  9973. "system_punish_replace_value": {
  9974. "description": "xx天未活跃,处罚滑落",
  9975. "type": "integer"
  9976. }
  9977. }
  9978. },
  9979. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9980. "type": "object",
  9981. "properties": {
  9982. "limit": {
  9983. "description": "每页大小",
  9984. "type": "integer"
  9985. },
  9986. "page": {
  9987. "description": "页数",
  9988. "type": "integer"
  9989. },
  9990. "total": {
  9991. "description": "总数据量",
  9992. "type": "integer"
  9993. }
  9994. }
  9995. },
  9996. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9997. "type": "object",
  9998. "properties": {
  9999. "limit": {
  10000. "type": "integer"
  10001. },
  10002. "page": {
  10003. "type": "integer"
  10004. },
  10005. "total": {
  10006. "type": "integer"
  10007. }
  10008. }
  10009. },
  10010. "applet_app_md_member_center.Paginate": {
  10011. "type": "object",
  10012. "properties": {
  10013. "limit": {
  10014. "description": "每页大小",
  10015. "type": "integer"
  10016. },
  10017. "page": {
  10018. "description": "页数",
  10019. "type": "integer"
  10020. },
  10021. "total": {
  10022. "description": "总数据量",
  10023. "type": "integer"
  10024. }
  10025. }
  10026. },
  10027. "applet_app_md_member_center.TagNode": {
  10028. "type": "object",
  10029. "properties": {
  10030. "tag_id": {
  10031. "description": "标签 ID",
  10032. "type": "integer"
  10033. },
  10034. "tag_name": {
  10035. "description": "标签名称",
  10036. "type": "string"
  10037. }
  10038. }
  10039. },
  10040. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  10041. "type": "object",
  10042. "properties": {
  10043. "oss_access_key_id": {
  10044. "type": "string",
  10045. "example": "oss访问秘钥id"
  10046. },
  10047. "oss_access_key_secret": {
  10048. "type": "string",
  10049. "example": "oss访问秘钥"
  10050. },
  10051. "oss_assume_arn": {
  10052. "type": "string",
  10053. "example": "oss RAM角色ARN"
  10054. },
  10055. "oss_assume_role_access_key_id": {
  10056. "type": "string",
  10057. "example": "oss RAM角色访问秘钥id"
  10058. },
  10059. "oss_assume_role_access_key_secret": {
  10060. "type": "string",
  10061. "example": "oss RAM角色访问秘钥"
  10062. },
  10063. "oss_bucket_name": {
  10064. "type": "string",
  10065. "example": "oss存储桶名称"
  10066. },
  10067. "oss_bucket_scheme": {
  10068. "type": "string",
  10069. "example": "oss上传方式"
  10070. },
  10071. "oss_endpoint": {
  10072. "type": "string",
  10073. "example": "oss地域节点"
  10074. },
  10075. "oss_object_domain": {
  10076. "type": "string",
  10077. "example": "oss域名"
  10078. },
  10079. "oss_option": {
  10080. "type": "string",
  10081. "example": "oss上传文件类型选项,以逗号分割"
  10082. }
  10083. }
  10084. },
  10085. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  10086. "type": "object",
  10087. "properties": {
  10088. "oss_access_key_id": {
  10089. "type": "string",
  10090. "example": "oss访问秘钥id"
  10091. },
  10092. "oss_access_key_secret": {
  10093. "type": "string",
  10094. "example": "oss访问秘钥"
  10095. },
  10096. "oss_assume_arn": {
  10097. "type": "string",
  10098. "example": "oss RAM角色ARN"
  10099. },
  10100. "oss_assume_role_access_key_id": {
  10101. "type": "string",
  10102. "example": "oss RAM角色访问秘钥id"
  10103. },
  10104. "oss_assume_role_access_key_secret": {
  10105. "type": "string",
  10106. "example": "oss RAM角色访问秘钥"
  10107. },
  10108. "oss_bucket_name": {
  10109. "type": "string",
  10110. "example": "oss存储桶名称"
  10111. },
  10112. "oss_bucket_scheme": {
  10113. "type": "string",
  10114. "example": "oss上传方式"
  10115. },
  10116. "oss_endpoint": {
  10117. "type": "string",
  10118. "example": "oss地域节点"
  10119. },
  10120. "oss_object_domain": {
  10121. "type": "string",
  10122. "example": "oss域名"
  10123. },
  10124. "oss_option": {
  10125. "type": "string",
  10126. "example": "oss上传文件类型选项,以逗号分割"
  10127. }
  10128. }
  10129. },
  10130. "client.AssumeRoleResponseBodyCredentials": {
  10131. "type": "object",
  10132. "properties": {
  10133. "AccessKeyId": {
  10134. "description": "The AccessKey ID.",
  10135. "type": "string"
  10136. },
  10137. "AccessKeySecret": {
  10138. "description": "The AccessKey secret.",
  10139. "type": "string"
  10140. },
  10141. "Expiration": {
  10142. "description": "The time when the STS token expires. The time is displayed in UTC.",
  10143. "type": "string"
  10144. },
  10145. "SecurityToken": {
  10146. "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.",
  10147. "type": "string"
  10148. }
  10149. }
  10150. },
  10151. "comm.GetAdminInfoResp": {
  10152. "type": "object",
  10153. "properties": {
  10154. "adm_id": {
  10155. "description": "管理员id",
  10156. "type": "integer"
  10157. },
  10158. "is_super_administrator": {
  10159. "description": "是否为超级管理员(0:否 1:是)",
  10160. "type": "integer"
  10161. },
  10162. "memo": {
  10163. "description": "备注信息",
  10164. "type": "string"
  10165. },
  10166. "state": {
  10167. "description": "状态(1:正常 2:冻结)",
  10168. "type": "integer"
  10169. },
  10170. "username": {
  10171. "description": "用户名",
  10172. "type": "string"
  10173. }
  10174. }
  10175. },
  10176. "comm.GetSTSVoucherResp": {
  10177. "type": "object",
  10178. "properties": {
  10179. "bucket": {
  10180. "description": "oss 桶名称",
  10181. "type": "string"
  10182. },
  10183. "region": {
  10184. "description": "所在地域",
  10185. "type": "string"
  10186. },
  10187. "sts_token": {
  10188. "description": "STS 凭证",
  10189. "allOf": [
  10190. {
  10191. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  10192. }
  10193. ]
  10194. }
  10195. }
  10196. },
  10197. "comm.ImgReqUploadReq": {
  10198. "type": "object",
  10199. "required": [
  10200. "content_type",
  10201. "file_name"
  10202. ],
  10203. "properties": {
  10204. "content_type": {
  10205. "type": "string",
  10206. "example": "image/jpeg"
  10207. },
  10208. "file_name": {
  10209. "type": "string",
  10210. "example": "文件名"
  10211. }
  10212. }
  10213. },
  10214. "hdl.GetActiveDataResp": {
  10215. "type": "object",
  10216. "properties": {
  10217. "today": {
  10218. "description": "今日数据",
  10219. "allOf": [
  10220. {
  10221. "$ref": "#/definitions/model.PlatformActiveData"
  10222. }
  10223. ]
  10224. },
  10225. "yesterday": {
  10226. "description": "昨日数据",
  10227. "allOf": [
  10228. {
  10229. "$ref": "#/definitions/model.PlatformActiveData"
  10230. }
  10231. ]
  10232. }
  10233. }
  10234. },
  10235. "hdl.TotalDataResp": {
  10236. "type": "object",
  10237. "properties": {
  10238. "month": {
  10239. "description": "月份",
  10240. "type": "string"
  10241. },
  10242. "no_sign_in_user_count": {
  10243. "description": "未签到用户数",
  10244. "type": "integer"
  10245. },
  10246. "total_user_count": {
  10247. "description": "平台总用户数",
  10248. "type": "integer"
  10249. },
  10250. "total_withdraw_amount": {
  10251. "description": "已提现累计金额",
  10252. "type": "string"
  10253. },
  10254. "verified_user_count": {
  10255. "description": "已认证用户数",
  10256. "type": "integer"
  10257. },
  10258. "year": {
  10259. "description": "年份",
  10260. "type": "string"
  10261. }
  10262. }
  10263. },
  10264. "md.ActivePointsWalletNode": {
  10265. "type": "object",
  10266. "properties": {
  10267. "amount": {
  10268. "type": "string",
  10269. "example": "账户余额"
  10270. },
  10271. "uid": {
  10272. "description": "用户 ID",
  10273. "type": "integer"
  10274. },
  10275. "user_name": {
  10276. "type": "string",
  10277. "example": "用户名"
  10278. },
  10279. "user_phone": {
  10280. "type": "string",
  10281. "example": "手机号"
  10282. }
  10283. }
  10284. },
  10285. "md.AddAdminReq": {
  10286. "type": "object",
  10287. "required": [
  10288. "password",
  10289. "username"
  10290. ],
  10291. "properties": {
  10292. "memo": {
  10293. "type": "string"
  10294. },
  10295. "password": {
  10296. "type": "string"
  10297. },
  10298. "username": {
  10299. "type": "string"
  10300. }
  10301. }
  10302. },
  10303. "md.AddBlackListReq": {
  10304. "type": "object",
  10305. "properties": {
  10306. "memo": {
  10307. "description": "备注",
  10308. "type": "string"
  10309. },
  10310. "uid": {
  10311. "description": "用户 id",
  10312. "type": "integer"
  10313. }
  10314. }
  10315. },
  10316. "md.AddCommunityDividendsReq": {
  10317. "type": "object",
  10318. "properties": {
  10319. "amount": {
  10320. "description": "社区分红数量",
  10321. "type": "string"
  10322. },
  10323. "name": {
  10324. "type": "string",
  10325. "example": "社区分红名称"
  10326. }
  10327. }
  10328. },
  10329. "md.AddCommunityDividendsWithUserReq": {
  10330. "type": "object",
  10331. "properties": {
  10332. "memo": {
  10333. "type": "string",
  10334. "example": "备注"
  10335. },
  10336. "uid": {
  10337. "description": "新增社区长用户 ID",
  10338. "type": "integer"
  10339. }
  10340. }
  10341. },
  10342. "md.AddCustomerServiceReq": {
  10343. "type": "object",
  10344. "properties": {
  10345. "memo": {
  10346. "description": "备注",
  10347. "type": "string",
  10348. "example": "备注"
  10349. },
  10350. "phone": {
  10351. "type": "string",
  10352. "example": "手机号"
  10353. },
  10354. "weight": {
  10355. "description": "权重",
  10356. "type": "integer"
  10357. }
  10358. }
  10359. },
  10360. "md.AddEmoticonReq": {
  10361. "type": "object",
  10362. "properties": {
  10363. "img_url": {
  10364. "type": "string",
  10365. "example": "图片地址"
  10366. },
  10367. "memo": {
  10368. "description": "备注",
  10369. "type": "string",
  10370. "example": "备注"
  10371. },
  10372. "name": {
  10373. "type": "string",
  10374. "example": "名称"
  10375. },
  10376. "sort": {
  10377. "description": "排序",
  10378. "type": "integer"
  10379. }
  10380. }
  10381. },
  10382. "md.AddFreePublishUserReq": {
  10383. "type": "object",
  10384. "properties": {
  10385. "uid": {
  10386. "type": "integer"
  10387. }
  10388. }
  10389. },
  10390. "md.AddFundDataReq": {
  10391. "type": "object",
  10392. "properties": {
  10393. "frequency": {
  10394. "description": "频率(分钟)",
  10395. "type": "integer"
  10396. },
  10397. "hours": {
  10398. "description": "时长(小时)",
  10399. "type": "integer"
  10400. },
  10401. "kind": {
  10402. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  10403. "type": "integer"
  10404. },
  10405. "memo": {
  10406. "type": "string",
  10407. "example": "备注"
  10408. },
  10409. "total_amount": {
  10410. "description": "金额",
  10411. "type": "string"
  10412. }
  10413. }
  10414. },
  10415. "md.AddLevelReq": {
  10416. "type": "object",
  10417. "properties": {
  10418. "auto_update": {
  10419. "description": "自动升级 0关闭 1开启",
  10420. "type": "string"
  10421. },
  10422. "choosable_num": {
  10423. "description": "可选任务数量",
  10424. "type": "string"
  10425. },
  10426. "is_use": {
  10427. "description": "是否开启(0.否, 1.是)",
  10428. "type": "string"
  10429. },
  10430. "level_name": {
  10431. "description": "等级名称",
  10432. "type": "string"
  10433. },
  10434. "level_weight": {
  10435. "description": "等级权重",
  10436. "type": "string"
  10437. },
  10438. "memo": {
  10439. "description": "备注",
  10440. "type": "string"
  10441. },
  10442. "user_level_tasks": {
  10443. "description": "需要新增的任务",
  10444. "type": "array",
  10445. "items": {
  10446. "$ref": "#/definitions/md.LevelTaskNode"
  10447. }
  10448. }
  10449. }
  10450. },
  10451. "md.AddPlatformRevenueReq": {
  10452. "type": "object",
  10453. "properties": {
  10454. "frequency": {
  10455. "description": "频率(分钟)",
  10456. "type": "integer"
  10457. },
  10458. "hours": {
  10459. "description": "时长(小时)",
  10460. "type": "integer"
  10461. },
  10462. "kind": {
  10463. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10464. "type": "integer"
  10465. },
  10466. "memo": {
  10467. "type": "string",
  10468. "example": "备注"
  10469. },
  10470. "total_amount": {
  10471. "description": "金额",
  10472. "type": "string"
  10473. }
  10474. }
  10475. },
  10476. "md.AddRoleReq": {
  10477. "type": "object",
  10478. "required": [
  10479. "memo",
  10480. "name"
  10481. ],
  10482. "properties": {
  10483. "memo": {
  10484. "type": "string"
  10485. },
  10486. "name": {
  10487. "type": "string"
  10488. }
  10489. }
  10490. },
  10491. "md.AddTagReq": {
  10492. "type": "object",
  10493. "properties": {
  10494. "is_punish": {
  10495. "description": "是否为处罚标签(0:否 1:是)",
  10496. "type": "integer"
  10497. },
  10498. "memo": {
  10499. "description": "备注",
  10500. "type": "string"
  10501. },
  10502. "name": {
  10503. "description": "标签名称",
  10504. "type": "string"
  10505. }
  10506. }
  10507. },
  10508. "md.AddVirtualCoinNode": {
  10509. "type": "object",
  10510. "properties": {
  10511. "exchange_ratio": {
  10512. "description": "兑换比例(与金额)",
  10513. "type": "string"
  10514. },
  10515. "is_use": {
  10516. "description": "是否开启:0否 1是",
  10517. "type": "integer"
  10518. },
  10519. "name": {
  10520. "description": "名称",
  10521. "type": "string"
  10522. }
  10523. }
  10524. },
  10525. "md.AdminListReq": {
  10526. "type": "object",
  10527. "properties": {
  10528. "limit": {
  10529. "type": "integer"
  10530. },
  10531. "page": {
  10532. "type": "integer"
  10533. },
  10534. "state": {
  10535. "type": "integer"
  10536. },
  10537. "username": {
  10538. "type": "string"
  10539. }
  10540. }
  10541. },
  10542. "md.AdminLogList": {
  10543. "type": "object",
  10544. "properties": {
  10545. "admin_id": {
  10546. "type": "string"
  10547. },
  10548. "id": {
  10549. "type": "string"
  10550. },
  10551. "ip": {
  10552. "type": "string"
  10553. },
  10554. "memo": {
  10555. "type": "string"
  10556. },
  10557. "phone": {
  10558. "type": "string"
  10559. },
  10560. "time": {
  10561. "type": "string"
  10562. },
  10563. "type": {
  10564. "type": "string"
  10565. }
  10566. }
  10567. },
  10568. "md.AdminLogListReq": {
  10569. "type": "object",
  10570. "properties": {
  10571. "end_time": {
  10572. "type": "string"
  10573. },
  10574. "limit": {
  10575. "description": "每页大小",
  10576. "type": "string"
  10577. },
  10578. "memo": {
  10579. "type": "string"
  10580. },
  10581. "page": {
  10582. "description": "页数",
  10583. "type": "string"
  10584. },
  10585. "start_time": {
  10586. "type": "string"
  10587. },
  10588. "type": {
  10589. "type": "string"
  10590. }
  10591. }
  10592. },
  10593. "md.AdminLogListResp": {
  10594. "type": "object",
  10595. "properties": {
  10596. "list": {
  10597. "type": "array",
  10598. "items": {
  10599. "$ref": "#/definitions/md.AdminLogList"
  10600. }
  10601. },
  10602. "total": {
  10603. "type": "integer"
  10604. },
  10605. "type_list": {
  10606. "type": "array",
  10607. "items": {
  10608. "type": "object",
  10609. "additionalProperties": true
  10610. }
  10611. }
  10612. }
  10613. },
  10614. "md.AdvertisingBase": {
  10615. "type": "object",
  10616. "properties": {
  10617. "android_ad_is_open": {
  10618. "type": "string",
  10619. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10620. },
  10621. "android_open_ad_is_open": {
  10622. "type": "string",
  10623. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10624. },
  10625. "info": {
  10626. "type": "string",
  10627. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10628. },
  10629. "ios_ad_is_open": {
  10630. "type": "string",
  10631. "example": "ios广告是否开启(1:开启 0:不开启)"
  10632. },
  10633. "ios_open_ad_is_open": {
  10634. "type": "string",
  10635. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10636. },
  10637. "voice": {
  10638. "type": "string",
  10639. "example": "领取奖励声音"
  10640. },
  10641. "voice_url": {
  10642. "type": "string"
  10643. }
  10644. }
  10645. },
  10646. "md.AdvertisingBaseResp": {
  10647. "type": "object",
  10648. "properties": {
  10649. "advertising_base": {
  10650. "$ref": "#/definitions/md.AdvertisingBase"
  10651. },
  10652. "select_data": {
  10653. "type": "array",
  10654. "items": {
  10655. "type": "object",
  10656. "additionalProperties": {
  10657. "type": "string"
  10658. }
  10659. }
  10660. }
  10661. }
  10662. },
  10663. "md.AdvertisingDelReq": {
  10664. "type": "object",
  10665. "properties": {
  10666. "id": {
  10667. "type": "array",
  10668. "items": {
  10669. "type": "string"
  10670. }
  10671. }
  10672. }
  10673. },
  10674. "md.AdvertisingFunctionList": {
  10675. "type": "object",
  10676. "properties": {
  10677. "ad_id": {
  10678. "type": "string",
  10679. "example": "广告id"
  10680. },
  10681. "id": {
  10682. "type": "string"
  10683. },
  10684. "type": {
  10685. "type": "string",
  10686. "example": "类型"
  10687. }
  10688. }
  10689. },
  10690. "md.AdvertisingFunctionListReq": {
  10691. "type": "object",
  10692. "properties": {
  10693. "limit": {
  10694. "type": "string"
  10695. },
  10696. "page": {
  10697. "type": "string"
  10698. }
  10699. }
  10700. },
  10701. "md.AdvertisingFunctionListResp": {
  10702. "type": "object",
  10703. "properties": {
  10704. "adv_data": {
  10705. "type": "array",
  10706. "items": {
  10707. "type": "object",
  10708. "additionalProperties": {
  10709. "type": "string"
  10710. }
  10711. }
  10712. },
  10713. "list": {
  10714. "type": "array",
  10715. "items": {
  10716. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10717. }
  10718. },
  10719. "select_data": {
  10720. "type": "array",
  10721. "items": {
  10722. "type": "object",
  10723. "additionalProperties": {
  10724. "type": "string"
  10725. }
  10726. }
  10727. },
  10728. "total": {
  10729. "type": "integer"
  10730. }
  10731. }
  10732. },
  10733. "md.AdvertisingLimit": {
  10734. "type": "object",
  10735. "properties": {
  10736. "imei_num": {
  10737. "type": "string",
  10738. "example": "设备数量"
  10739. },
  10740. "minute": {
  10741. "type": "string",
  10742. "example": "分钟"
  10743. },
  10744. "public_img": {
  10745. "type": "string",
  10746. "example": "公共弹窗图"
  10747. },
  10748. "public_img_url": {
  10749. "type": "string",
  10750. "example": "公共弹窗图"
  10751. },
  10752. "public_str": {
  10753. "type": "string",
  10754. "example": "公共弹窗文字"
  10755. },
  10756. "tip": {
  10757. "type": "string",
  10758. "example": "限制提示"
  10759. },
  10760. "withdraw_img": {
  10761. "type": "string",
  10762. "example": "提现弹窗图"
  10763. },
  10764. "withdraw_img_url": {
  10765. "type": "string",
  10766. "example": "提现弹窗图"
  10767. },
  10768. "withdraw_str": {
  10769. "type": "string",
  10770. "example": "提现弹窗文字"
  10771. }
  10772. }
  10773. },
  10774. "md.AdvertisingList": {
  10775. "type": "object",
  10776. "properties": {
  10777. "counting_down": {
  10778. "type": "string",
  10779. "example": "倒计时 单位秒"
  10780. },
  10781. "id": {
  10782. "type": "string"
  10783. },
  10784. "info": {
  10785. "type": "string",
  10786. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10787. },
  10788. "kind": {
  10789. "type": "string",
  10790. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10791. },
  10792. "name": {
  10793. "type": "string",
  10794. "example": "名称"
  10795. }
  10796. }
  10797. },
  10798. "md.AdvertisingListReq": {
  10799. "type": "object",
  10800. "properties": {
  10801. "kind": {
  10802. "type": "string"
  10803. },
  10804. "limit": {
  10805. "type": "string"
  10806. },
  10807. "name": {
  10808. "type": "string"
  10809. },
  10810. "page": {
  10811. "type": "string"
  10812. }
  10813. }
  10814. },
  10815. "md.AdvertisingListResp": {
  10816. "type": "object",
  10817. "properties": {
  10818. "adv_data": {
  10819. "type": "array",
  10820. "items": {
  10821. "type": "object",
  10822. "additionalProperties": {
  10823. "type": "string"
  10824. }
  10825. }
  10826. },
  10827. "list": {
  10828. "type": "array",
  10829. "items": {
  10830. "$ref": "#/definitions/md.AdvertisingList"
  10831. }
  10832. },
  10833. "select_data": {
  10834. "type": "array",
  10835. "items": {
  10836. "type": "object",
  10837. "additionalProperties": {
  10838. "type": "string"
  10839. }
  10840. }
  10841. },
  10842. "total": {
  10843. "type": "integer"
  10844. }
  10845. }
  10846. },
  10847. "md.AdvertisingSaveReq": {
  10848. "type": "object",
  10849. "properties": {
  10850. "counting_down": {
  10851. "type": "string",
  10852. "example": "倒计时 单位秒"
  10853. },
  10854. "id": {
  10855. "type": "string"
  10856. },
  10857. "info": {
  10858. "type": "string",
  10859. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10860. },
  10861. "kind": {
  10862. "type": "string",
  10863. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10864. },
  10865. "name": {
  10866. "type": "string",
  10867. "example": "名称"
  10868. }
  10869. }
  10870. },
  10871. "md.AdvertisingVisitList": {
  10872. "type": "object",
  10873. "properties": {
  10874. "custom_ecpm": {
  10875. "type": "string",
  10876. "example": "ecpm"
  10877. },
  10878. "ecpm": {
  10879. "type": "string",
  10880. "example": "ecpm"
  10881. },
  10882. "id": {
  10883. "type": "string"
  10884. },
  10885. "integral": {
  10886. "type": "string",
  10887. "example": "活跃值"
  10888. },
  10889. "phone": {
  10890. "type": "string",
  10891. "example": "手机号"
  10892. },
  10893. "phone_platform": {
  10894. "type": "string",
  10895. "example": "手机平台"
  10896. },
  10897. "platform": {
  10898. "type": "string",
  10899. "example": "广告平台"
  10900. },
  10901. "time": {
  10902. "type": "string",
  10903. "example": "时间"
  10904. },
  10905. "type": {
  10906. "type": "string",
  10907. "example": "广告位置"
  10908. },
  10909. "uid": {
  10910. "type": "string",
  10911. "example": "用户id"
  10912. }
  10913. }
  10914. },
  10915. "md.AdvertisingVisitListReq": {
  10916. "type": "object",
  10917. "properties": {
  10918. "amount": {
  10919. "type": "string",
  10920. "example": "ecpm "
  10921. },
  10922. "end_time": {
  10923. "type": "string"
  10924. },
  10925. "limit": {
  10926. "type": "string"
  10927. },
  10928. "page": {
  10929. "type": "string"
  10930. },
  10931. "phone": {
  10932. "type": "string"
  10933. },
  10934. "platform": {
  10935. "type": "string",
  10936. "example": "广告平台 "
  10937. },
  10938. "start_time": {
  10939. "type": "string"
  10940. },
  10941. "type": {
  10942. "type": "string",
  10943. "example": "广告类型 "
  10944. },
  10945. "uid": {
  10946. "type": "string"
  10947. }
  10948. }
  10949. },
  10950. "md.AdvertisingVisitListResp": {
  10951. "type": "object",
  10952. "properties": {
  10953. "list": {
  10954. "type": "array",
  10955. "items": {
  10956. "$ref": "#/definitions/md.AdvertisingVisitList"
  10957. }
  10958. },
  10959. "platform_data": {
  10960. "type": "array",
  10961. "items": {
  10962. "type": "object",
  10963. "additionalProperties": {
  10964. "type": "string"
  10965. }
  10966. }
  10967. },
  10968. "total": {
  10969. "type": "integer"
  10970. },
  10971. "type_data": {
  10972. "type": "array",
  10973. "items": {
  10974. "type": "object",
  10975. "additionalProperties": {
  10976. "type": "string"
  10977. }
  10978. }
  10979. }
  10980. }
  10981. },
  10982. "md.AliyunSmsGetLevelListResp": {
  10983. "type": "object",
  10984. "properties": {
  10985. "list": {
  10986. "type": "array",
  10987. "items": {
  10988. "$ref": "#/definitions/md.LevelListNode"
  10989. }
  10990. },
  10991. "paginate": {
  10992. "$ref": "#/definitions/applet_app_md.Paginate"
  10993. }
  10994. }
  10995. },
  10996. "md.AliyunSmsGetTagListResp": {
  10997. "type": "object",
  10998. "properties": {
  10999. "list": {
  11000. "type": "array",
  11001. "items": {
  11002. "$ref": "#/definitions/md.TagListNode"
  11003. }
  11004. },
  11005. "paginate": {
  11006. "$ref": "#/definitions/applet_app_md.Paginate"
  11007. }
  11008. }
  11009. },
  11010. "md.ArticleCateDelReq": {
  11011. "type": "object",
  11012. "properties": {
  11013. "id": {
  11014. "type": "array",
  11015. "items": {
  11016. "type": "string"
  11017. }
  11018. }
  11019. }
  11020. },
  11021. "md.ArticleCateList": {
  11022. "type": "object",
  11023. "properties": {
  11024. "id": {
  11025. "type": "string"
  11026. },
  11027. "is_show": {
  11028. "type": "string"
  11029. },
  11030. "name": {
  11031. "type": "string"
  11032. },
  11033. "pid": {
  11034. "type": "string"
  11035. },
  11036. "sort": {
  11037. "type": "string"
  11038. }
  11039. }
  11040. },
  11041. "md.ArticleCateListReq": {
  11042. "type": "object",
  11043. "properties": {
  11044. "limit": {
  11045. "description": "每页大小",
  11046. "type": "string"
  11047. },
  11048. "page": {
  11049. "description": "页数",
  11050. "type": "string"
  11051. }
  11052. }
  11053. },
  11054. "md.ArticleCateListResp": {
  11055. "type": "object",
  11056. "properties": {
  11057. "list": {
  11058. "type": "array",
  11059. "items": {
  11060. "$ref": "#/definitions/md.ArticleCateList"
  11061. }
  11062. },
  11063. "select_data": {
  11064. "type": "array",
  11065. "items": {
  11066. "type": "object",
  11067. "additionalProperties": {
  11068. "type": "string"
  11069. }
  11070. }
  11071. },
  11072. "total": {
  11073. "type": "integer"
  11074. }
  11075. }
  11076. },
  11077. "md.ArticleCateSaveReq": {
  11078. "type": "object",
  11079. "properties": {
  11080. "id": {
  11081. "type": "string"
  11082. },
  11083. "is_show": {
  11084. "type": "string"
  11085. },
  11086. "name": {
  11087. "type": "string"
  11088. },
  11089. "pid": {
  11090. "type": "string"
  11091. },
  11092. "sort": {
  11093. "type": "string"
  11094. }
  11095. }
  11096. },
  11097. "md.ArticleDelReq": {
  11098. "type": "object",
  11099. "properties": {
  11100. "ids": {
  11101. "type": "array",
  11102. "items": {
  11103. "type": "string"
  11104. }
  11105. }
  11106. }
  11107. },
  11108. "md.ArticleList": {
  11109. "type": "object",
  11110. "properties": {
  11111. "cate_id": {
  11112. "type": "string",
  11113. "example": "二级分类id"
  11114. },
  11115. "content": {
  11116. "type": "string"
  11117. },
  11118. "cover": {
  11119. "type": "string",
  11120. "example": "一级分类id=4 显示 封面图"
  11121. },
  11122. "cover_url": {
  11123. "type": "string"
  11124. },
  11125. "id": {
  11126. "type": "string"
  11127. },
  11128. "is_show": {
  11129. "type": "string"
  11130. },
  11131. "pid": {
  11132. "type": "string",
  11133. "example": "一级分类id"
  11134. },
  11135. "sort": {
  11136. "type": "string"
  11137. },
  11138. "title": {
  11139. "type": "string"
  11140. },
  11141. "url": {
  11142. "type": "string"
  11143. }
  11144. }
  11145. },
  11146. "md.ArticleListReq": {
  11147. "type": "object",
  11148. "properties": {
  11149. "limit": {
  11150. "description": "每页大小",
  11151. "type": "string"
  11152. },
  11153. "page": {
  11154. "description": "页数",
  11155. "type": "string"
  11156. }
  11157. }
  11158. },
  11159. "md.ArticleListResp": {
  11160. "type": "object",
  11161. "properties": {
  11162. "cate_data": {
  11163. "type": "array",
  11164. "items": {
  11165. "type": "object",
  11166. "additionalProperties": true
  11167. }
  11168. },
  11169. "list": {
  11170. "type": "array",
  11171. "items": {
  11172. "$ref": "#/definitions/md.ArticleList"
  11173. }
  11174. },
  11175. "select_data": {
  11176. "type": "array",
  11177. "items": {
  11178. "type": "object",
  11179. "additionalProperties": true
  11180. }
  11181. },
  11182. "total": {
  11183. "type": "integer"
  11184. }
  11185. }
  11186. },
  11187. "md.ArticleSaveReq": {
  11188. "type": "object",
  11189. "properties": {
  11190. "cate_id": {
  11191. "type": "string",
  11192. "example": "二级分类id"
  11193. },
  11194. "content": {
  11195. "type": "string"
  11196. },
  11197. "cover": {
  11198. "type": "string",
  11199. "example": "一级分类id=4 显示 封面图"
  11200. },
  11201. "id": {
  11202. "type": "string"
  11203. },
  11204. "is_show": {
  11205. "type": "string"
  11206. },
  11207. "pid": {
  11208. "type": "string",
  11209. "example": "一级分类id"
  11210. },
  11211. "sort": {
  11212. "type": "string"
  11213. },
  11214. "title": {
  11215. "type": "string"
  11216. }
  11217. }
  11218. },
  11219. "md.AuditClearReq": {
  11220. "type": "object",
  11221. "properties": {
  11222. "os": {
  11223. "type": "string",
  11224. "example": "1-安卓 2-ios"
  11225. }
  11226. }
  11227. },
  11228. "md.BalanceDetailNode": {
  11229. "type": "object",
  11230. "properties": {
  11231. "after_amount": {
  11232. "description": "变更后余额",
  11233. "type": "string"
  11234. },
  11235. "amount": {
  11236. "description": "变更数量",
  11237. "type": "string"
  11238. },
  11239. "before_amount": {
  11240. "description": "变更前余额",
  11241. "type": "string"
  11242. },
  11243. "create_at": {
  11244. "description": "创建时间",
  11245. "type": "string"
  11246. },
  11247. "id": {
  11248. "description": "记录ID",
  11249. "type": "integer"
  11250. },
  11251. "kind": {
  11252. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  11253. "type": "string"
  11254. }
  11255. }
  11256. },
  11257. "md.BasicInfoNode": {
  11258. "type": "object",
  11259. "properties": {
  11260. "avatar": {
  11261. "description": "头像",
  11262. "type": "string"
  11263. },
  11264. "avatar_url": {
  11265. "description": "头像",
  11266. "type": "string"
  11267. },
  11268. "custom_invite_code": {
  11269. "type": "string"
  11270. },
  11271. "levelId": {
  11272. "description": "会员等级 ID",
  11273. "type": "integer"
  11274. },
  11275. "level_name": {
  11276. "description": "会员等级名称",
  11277. "type": "string"
  11278. },
  11279. "memo": {
  11280. "description": "备注",
  11281. "type": "string"
  11282. },
  11283. "nickname": {
  11284. "description": "用户名称",
  11285. "type": "string"
  11286. },
  11287. "parent_name": {
  11288. "description": "推荐人名称",
  11289. "type": "string"
  11290. },
  11291. "parent_phone": {
  11292. "description": "推荐人手机号",
  11293. "type": "string"
  11294. },
  11295. "parent_uid": {
  11296. "description": "推荐人",
  11297. "type": "integer"
  11298. },
  11299. "password": {
  11300. "description": "登录密码",
  11301. "type": "string"
  11302. },
  11303. "phone": {
  11304. "description": "手机号",
  11305. "type": "string"
  11306. },
  11307. "sex": {
  11308. "description": "性别",
  11309. "type": "integer"
  11310. },
  11311. "state": {
  11312. "description": "账号状态 1正常,2冻结",
  11313. "type": "integer"
  11314. },
  11315. "system_invite_code": {
  11316. "type": "string"
  11317. },
  11318. "tag": {
  11319. "description": "标签名称",
  11320. "type": "array",
  11321. "items": {
  11322. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  11323. }
  11324. },
  11325. "union_id": {
  11326. "description": "微信号",
  11327. "type": "string"
  11328. },
  11329. "wechat_account": {
  11330. "type": "string"
  11331. }
  11332. }
  11333. },
  11334. "md.BatchAddVirtualCoinsReq": {
  11335. "type": "object",
  11336. "properties": {
  11337. "list": {
  11338. "description": "新增的货币列表",
  11339. "type": "array",
  11340. "items": {
  11341. "$ref": "#/definitions/md.AddVirtualCoinNode"
  11342. }
  11343. }
  11344. }
  11345. },
  11346. "md.BatchSendGroupMessageReq": {
  11347. "type": "object",
  11348. "properties": {
  11349. "content": {
  11350. "description": "消息内容",
  11351. "type": "string"
  11352. },
  11353. "kind": {
  11354. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  11355. "type": "integer"
  11356. },
  11357. "not_condition": {
  11358. "description": "不发送条件 群 ID 以\";\"分割",
  11359. "type": "string"
  11360. },
  11361. "send_condition": {
  11362. "description": "发送条件 群 ID 以\";\"分割",
  11363. "type": "string"
  11364. },
  11365. "send_kind": {
  11366. "description": "发送模式(1:指定群组 2:所有群组)",
  11367. "type": "integer"
  11368. }
  11369. }
  11370. },
  11371. "md.BatchSendUserMessageReq": {
  11372. "type": "object",
  11373. "properties": {
  11374. "content": {
  11375. "description": "消息内容",
  11376. "type": "string"
  11377. },
  11378. "kind": {
  11379. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  11380. "type": "integer"
  11381. },
  11382. "not_condition": {
  11383. "description": "不发送条件 用户手机号 以\";\"分割",
  11384. "type": "string"
  11385. },
  11386. "send_condition": {
  11387. "description": "发送条件 用户手机号 以\";\"分割",
  11388. "type": "string"
  11389. },
  11390. "send_kind": {
  11391. "description": "发送模式(1:所有用户 2:指定用户)",
  11392. "type": "integer"
  11393. }
  11394. }
  11395. },
  11396. "md.BindAdminRoleReq": {
  11397. "type": "object",
  11398. "required": [
  11399. "adm_id"
  11400. ],
  11401. "properties": {
  11402. "adm_id": {
  11403. "type": "integer"
  11404. },
  11405. "role_ids": {
  11406. "type": "array",
  11407. "items": {
  11408. "type": "integer"
  11409. }
  11410. }
  11411. }
  11412. },
  11413. "md.CertificateDelReq": {
  11414. "type": "object",
  11415. "properties": {
  11416. "id": {
  11417. "type": "array",
  11418. "items": {
  11419. "type": "string"
  11420. }
  11421. }
  11422. }
  11423. },
  11424. "md.CertificateList": {
  11425. "type": "object",
  11426. "properties": {
  11427. "bg_img": {
  11428. "type": "string",
  11429. "example": "背景图"
  11430. },
  11431. "end_time": {
  11432. "type": "string",
  11433. "example": "结束时间"
  11434. },
  11435. "id": {
  11436. "type": "string"
  11437. },
  11438. "logo": {
  11439. "type": "string",
  11440. "example": "logo"
  11441. },
  11442. "medal": {
  11443. "type": "string",
  11444. "example": "勋章"
  11445. },
  11446. "name": {
  11447. "type": "string",
  11448. "example": "姓名"
  11449. },
  11450. "name_icon": {
  11451. "type": "string",
  11452. "example": "蛋蛋星球文字图"
  11453. },
  11454. "no": {
  11455. "type": "string",
  11456. "example": "编号"
  11457. },
  11458. "phone": {
  11459. "type": "string"
  11460. },
  11461. "seal": {
  11462. "type": "string",
  11463. "example": "印章"
  11464. },
  11465. "start_time": {
  11466. "type": "string",
  11467. "example": "开始时间"
  11468. },
  11469. "uid": {
  11470. "type": "string"
  11471. }
  11472. }
  11473. },
  11474. "md.CertificateListReq": {
  11475. "type": "object",
  11476. "properties": {
  11477. "limit": {
  11478. "type": "string"
  11479. },
  11480. "page": {
  11481. "type": "string"
  11482. },
  11483. "phone": {
  11484. "type": "string"
  11485. },
  11486. "uid": {
  11487. "type": "string"
  11488. }
  11489. }
  11490. },
  11491. "md.CertificateListResp": {
  11492. "type": "object",
  11493. "properties": {
  11494. "list": {
  11495. "type": "array",
  11496. "items": {
  11497. "$ref": "#/definitions/md.CertificateList"
  11498. }
  11499. },
  11500. "total": {
  11501. "type": "integer"
  11502. }
  11503. }
  11504. },
  11505. "md.CertificateReq": {
  11506. "type": "object",
  11507. "properties": {
  11508. "no": {
  11509. "type": "string",
  11510. "example": "DD123"
  11511. }
  11512. }
  11513. },
  11514. "md.CertificateResp": {
  11515. "type": "object",
  11516. "properties": {
  11517. "bg_img": {
  11518. "type": "string",
  11519. "example": "背景图"
  11520. },
  11521. "end_time": {
  11522. "type": "string",
  11523. "example": "结束时间"
  11524. },
  11525. "logo": {
  11526. "type": "string",
  11527. "example": "logo"
  11528. },
  11529. "medal": {
  11530. "type": "string",
  11531. "example": "勋章"
  11532. },
  11533. "name": {
  11534. "type": "string",
  11535. "example": "姓名"
  11536. },
  11537. "name_icon": {
  11538. "type": "string",
  11539. "example": "蛋蛋星球文字图"
  11540. },
  11541. "no": {
  11542. "type": "string",
  11543. "example": "编号"
  11544. },
  11545. "seal": {
  11546. "type": "string",
  11547. "example": "印章"
  11548. },
  11549. "start_time": {
  11550. "type": "string",
  11551. "example": "开始时间"
  11552. }
  11553. }
  11554. },
  11555. "md.CertificateSave": {
  11556. "type": "object",
  11557. "properties": {
  11558. "end_time": {
  11559. "type": "string",
  11560. "example": "结束时间"
  11561. },
  11562. "id": {
  11563. "type": "string"
  11564. },
  11565. "name": {
  11566. "type": "string",
  11567. "example": "姓名"
  11568. },
  11569. "no": {
  11570. "type": "string",
  11571. "example": "编号"
  11572. },
  11573. "start_time": {
  11574. "type": "string",
  11575. "example": "开始时间"
  11576. },
  11577. "uid": {
  11578. "type": "string"
  11579. }
  11580. }
  11581. },
  11582. "md.CloudBundleBaseResp": {
  11583. "type": "object",
  11584. "properties": {
  11585. "android_logo": {
  11586. "type": "string"
  11587. },
  11588. "ios_logo": {
  11589. "type": "string"
  11590. },
  11591. "launch_screen": {
  11592. "type": "object",
  11593. "additionalProperties": {
  11594. "type": "string"
  11595. }
  11596. }
  11597. }
  11598. },
  11599. "md.CloudBundleBuildReq": {
  11600. "type": "object",
  11601. "properties": {
  11602. "bit": {
  11603. "type": "array",
  11604. "items": {
  11605. "type": "string"
  11606. }
  11607. },
  11608. "isCombine": {
  11609. "type": "string"
  11610. },
  11611. "memo": {
  11612. "type": "string"
  11613. },
  11614. "os": {
  11615. "type": "string"
  11616. },
  11617. "platform": {
  11618. "type": "array",
  11619. "items": {
  11620. "type": "string"
  11621. }
  11622. },
  11623. "version": {
  11624. "type": "string"
  11625. }
  11626. }
  11627. },
  11628. "md.CloudBundleDelReq": {
  11629. "type": "object",
  11630. "properties": {
  11631. "ids": {
  11632. "type": "array",
  11633. "items": {
  11634. "type": "string"
  11635. }
  11636. }
  11637. }
  11638. },
  11639. "md.CloudBundleImgResp": {
  11640. "type": "object",
  11641. "properties": {
  11642. "android_logo": {
  11643. "type": "string"
  11644. },
  11645. "android_logo_url": {
  11646. "type": "string"
  11647. },
  11648. "build_1080_2280": {
  11649. "type": "string"
  11650. },
  11651. "build_1080_2280_url": {
  11652. "type": "string"
  11653. },
  11654. "build_1125_2436": {
  11655. "type": "string"
  11656. },
  11657. "build_1125_2436_url": {
  11658. "type": "string"
  11659. },
  11660. "build_1242_2208": {
  11661. "type": "string"
  11662. },
  11663. "build_1242_2208_url": {
  11664. "type": "string"
  11665. },
  11666. "build_640_1136": {
  11667. "type": "string"
  11668. },
  11669. "build_640_1136_url": {
  11670. "type": "string"
  11671. },
  11672. "build_640_960": {
  11673. "type": "string"
  11674. },
  11675. "build_640_960_url": {
  11676. "type": "string"
  11677. },
  11678. "build_720_1280": {
  11679. "type": "string"
  11680. },
  11681. "build_720_1280_url": {
  11682. "type": "string"
  11683. },
  11684. "build_750_1334": {
  11685. "type": "string"
  11686. },
  11687. "build_750_1334_url": {
  11688. "type": "string"
  11689. },
  11690. "guide": {
  11691. "type": "array",
  11692. "items": {
  11693. "$ref": "#/definitions/md.Guide"
  11694. }
  11695. },
  11696. "ios_logo": {
  11697. "type": "string"
  11698. },
  11699. "ios_logo_url": {
  11700. "type": "string"
  11701. }
  11702. }
  11703. },
  11704. "md.CloudBundleList": {
  11705. "type": "object",
  11706. "properties": {
  11707. "apply_at": {
  11708. "type": "string"
  11709. },
  11710. "bit": {
  11711. "type": "string"
  11712. },
  11713. "build_id": {
  11714. "type": "string"
  11715. },
  11716. "finish_at": {
  11717. "type": "string"
  11718. },
  11719. "id": {
  11720. "type": "string"
  11721. },
  11722. "is_auditing": {
  11723. "type": "string"
  11724. },
  11725. "is_combine": {
  11726. "type": "string"
  11727. },
  11728. "memo": {
  11729. "type": "string"
  11730. },
  11731. "os": {
  11732. "type": "string"
  11733. },
  11734. "platform": {
  11735. "type": "string"
  11736. },
  11737. "src": {
  11738. "type": "string"
  11739. },
  11740. "state": {
  11741. "type": "string"
  11742. },
  11743. "version": {
  11744. "type": "string"
  11745. }
  11746. }
  11747. },
  11748. "md.CloudBundleReq": {
  11749. "type": "object",
  11750. "properties": {
  11751. "limit": {
  11752. "description": "每页大小",
  11753. "type": "string"
  11754. },
  11755. "page": {
  11756. "description": "页数",
  11757. "type": "string"
  11758. }
  11759. }
  11760. },
  11761. "md.CloudBundleResp": {
  11762. "type": "object",
  11763. "properties": {
  11764. "last_android": {
  11765. "type": "string"
  11766. },
  11767. "last_bit": {
  11768. "type": "string"
  11769. },
  11770. "last_is_combine": {
  11771. "type": "string"
  11772. },
  11773. "last_platform": {
  11774. "type": "array",
  11775. "items": {
  11776. "type": "string"
  11777. }
  11778. },
  11779. "list": {
  11780. "type": "array",
  11781. "items": {
  11782. "$ref": "#/definitions/md.CloudBundleList"
  11783. }
  11784. },
  11785. "list_ios": {
  11786. "type": "string"
  11787. },
  11788. "select_data": {
  11789. "type": "array",
  11790. "items": {
  11791. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11792. }
  11793. },
  11794. "total": {
  11795. "type": "integer"
  11796. }
  11797. }
  11798. },
  11799. "md.CloudBundleUpdateStateReq": {
  11800. "type": "object",
  11801. "properties": {
  11802. "build_id": {
  11803. "type": "string"
  11804. },
  11805. "build_number": {
  11806. "type": "string"
  11807. },
  11808. "error_msg": {
  11809. "type": "string"
  11810. },
  11811. "id": {
  11812. "type": "string"
  11813. },
  11814. "src": {
  11815. "type": "string"
  11816. },
  11817. "state": {
  11818. "type": "string"
  11819. }
  11820. }
  11821. },
  11822. "md.CloudBundleVersion": {
  11823. "type": "object",
  11824. "properties": {
  11825. "content": {
  11826. "type": "string"
  11827. },
  11828. "img": {
  11829. "type": "string"
  11830. },
  11831. "img_url": {
  11832. "type": "string"
  11833. },
  11834. "is_must": {
  11835. "type": "string"
  11836. },
  11837. "name": {
  11838. "type": "string"
  11839. },
  11840. "type": {
  11841. "type": "string"
  11842. },
  11843. "url": {
  11844. "type": "string"
  11845. },
  11846. "version": {
  11847. "type": "string"
  11848. }
  11849. }
  11850. },
  11851. "md.CloudBundleVersionMap": {
  11852. "type": "object",
  11853. "properties": {
  11854. "img": {
  11855. "type": "string"
  11856. },
  11857. "name": {
  11858. "type": "string"
  11859. },
  11860. "type": {
  11861. "type": "string"
  11862. }
  11863. }
  11864. },
  11865. "md.CloudBundleVersionResp": {
  11866. "type": "object",
  11867. "properties": {
  11868. "version": {
  11869. "type": "array",
  11870. "items": {
  11871. "$ref": "#/definitions/md.CloudBundleVersion"
  11872. }
  11873. }
  11874. }
  11875. },
  11876. "md.CommReq": {
  11877. "type": "object",
  11878. "properties": {
  11879. "id": {
  11880. "type": "string"
  11881. }
  11882. }
  11883. },
  11884. "md.ConfigResp": {
  11885. "type": "object",
  11886. "properties": {
  11887. "oss_url": {
  11888. "type": "string",
  11889. "example": "阿里云图片链接"
  11890. }
  11891. }
  11892. },
  11893. "md.DailyActivityAnalysisTopData": {
  11894. "type": "object",
  11895. "properties": {
  11896. "activity_count": {
  11897. "description": "子节点活跃天数",
  11898. "type": "integer"
  11899. },
  11900. "team_activity_user_count": {
  11901. "description": "子节点活跃人数",
  11902. "type": "integer"
  11903. },
  11904. "team_user_count": {
  11905. "description": "团队人数",
  11906. "type": "integer"
  11907. }
  11908. }
  11909. },
  11910. "md.DataSetting": {
  11911. "type": "object",
  11912. "properties": {
  11913. "total_angel_investor": {
  11914. "description": "天使投资人",
  11915. "type": "string",
  11916. "example": "天使投资人"
  11917. },
  11918. "total_ecological_development": {
  11919. "description": "生态建设",
  11920. "type": "string",
  11921. "example": "当前价格"
  11922. },
  11923. "total_issuance_amount": {
  11924. "description": "总发行量",
  11925. "type": "string",
  11926. "example": "总发行量"
  11927. },
  11928. "total_operate_fund": {
  11929. "description": "运营资金",
  11930. "type": "string",
  11931. "example": "运营资金"
  11932. },
  11933. "total_team_dividends": {
  11934. "description": "团队分红",
  11935. "type": "string",
  11936. "example": "团队分红"
  11937. },
  11938. "total_technology_team": {
  11939. "description": "技术团队",
  11940. "type": "string",
  11941. "example": "技术团队"
  11942. },
  11943. "total_user_for_person": {
  11944. "description": "个人区域",
  11945. "type": "string",
  11946. "example": "个人区域"
  11947. },
  11948. "total_user_for_team": {
  11949. "description": "团队区域",
  11950. "type": "string",
  11951. "example": "团队区域"
  11952. }
  11953. }
  11954. },
  11955. "md.DeleteBlackListReq": {
  11956. "type": "object",
  11957. "properties": {
  11958. "id": {
  11959. "description": "黑名单 id",
  11960. "type": "integer"
  11961. }
  11962. }
  11963. },
  11964. "md.DeleteDynamicReq": {
  11965. "type": "object",
  11966. "properties": {
  11967. "index_id": {
  11968. "description": "动态id",
  11969. "type": "string"
  11970. }
  11971. }
  11972. },
  11973. "md.DeleteEmoticonReq": {
  11974. "type": "object",
  11975. "properties": {
  11976. "id": {
  11977. "description": "拥有用户数量",
  11978. "type": "integer"
  11979. }
  11980. }
  11981. },
  11982. "md.DeleteFreePublishUserReq": {
  11983. "type": "object",
  11984. "properties": {
  11985. "uid": {
  11986. "type": "string"
  11987. }
  11988. }
  11989. },
  11990. "md.DeleteLevelReq": {
  11991. "type": "object",
  11992. "properties": {
  11993. "level_id": {
  11994. "type": "string"
  11995. }
  11996. }
  11997. },
  11998. "md.DeleteTagReq": {
  11999. "type": "object",
  12000. "properties": {
  12001. "tag_id": {
  12002. "description": "标签 ID",
  12003. "type": "string"
  12004. }
  12005. }
  12006. },
  12007. "md.DeleteTaskReq": {
  12008. "type": "object",
  12009. "properties": {
  12010. "task_id": {
  12011. "type": "string"
  12012. }
  12013. }
  12014. },
  12015. "md.DestructionSettingStruct": {
  12016. "type": "object",
  12017. "properties": {
  12018. "community_dividends": {
  12019. "description": "社区分红百分比",
  12020. "type": "string"
  12021. },
  12022. "destruction_quantity": {
  12023. "description": "销毁百分比",
  12024. "type": "string"
  12025. },
  12026. "development_committee": {
  12027. "description": "发展委员会百分比",
  12028. "type": "string"
  12029. },
  12030. "marketplace_merchant": {
  12031. "description": "市商数量百分比",
  12032. "type": "string"
  12033. },
  12034. "public_welfare_and_charity": {
  12035. "description": "公益慈善百分比",
  12036. "type": "string"
  12037. },
  12038. "star_level_dividends": {
  12039. "description": "星级分红百分比",
  12040. "type": "string"
  12041. }
  12042. }
  12043. },
  12044. "md.DirectPushRewardSettingStruct": {
  12045. "type": "object",
  12046. "properties": {
  12047. "member_self_is_open_get_team_reward": {
  12048. "description": "会员是否活跃得到团队奖励",
  12049. "type": "string"
  12050. },
  12051. "reward_rate_value": {
  12052. "description": "奖励百分比",
  12053. "type": "string"
  12054. }
  12055. }
  12056. },
  12057. "md.DynamicDataFlowListReq": {
  12058. "type": "object",
  12059. "properties": {
  12060. "end_at": {
  12061. "description": "结束时间",
  12062. "type": "string",
  12063. "example": "结束时间"
  12064. },
  12065. "kind": {
  12066. "description": "持有类型",
  12067. "type": "integer"
  12068. },
  12069. "page": {
  12070. "description": "页数",
  12071. "type": "integer"
  12072. },
  12073. "page_size": {
  12074. "description": "每页大小",
  12075. "type": "integer"
  12076. },
  12077. "start_at": {
  12078. "description": "开始时间",
  12079. "type": "string",
  12080. "example": "开始时间"
  12081. }
  12082. }
  12083. },
  12084. "md.DynamicDataFlowListResp": {
  12085. "type": "object",
  12086. "properties": {
  12087. "kind_list": {
  12088. "description": "类型列表",
  12089. "type": "array",
  12090. "items": {
  12091. "type": "object",
  12092. "additionalProperties": true
  12093. }
  12094. },
  12095. "list": {
  12096. "description": "动态数据流水列表",
  12097. "type": "array",
  12098. "items": {
  12099. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  12100. }
  12101. },
  12102. "paginate": {
  12103. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12104. }
  12105. }
  12106. },
  12107. "md.DynamicRespNode": {
  12108. "type": "object",
  12109. "properties": {
  12110. "content": {
  12111. "description": "文本内容",
  12112. "type": "string"
  12113. },
  12114. "created_at": {
  12115. "type": "string"
  12116. },
  12117. "image": {
  12118. "description": "图片",
  12119. "type": "array",
  12120. "items": {
  12121. "type": "string"
  12122. }
  12123. },
  12124. "index_id": {
  12125. "description": "动态id",
  12126. "type": "string"
  12127. },
  12128. "is_praise": {
  12129. "description": "是否被表扬(1:是 2:否)",
  12130. "type": "integer"
  12131. },
  12132. "is_top_up": {
  12133. "description": "是否置顶(1:是 2:否)",
  12134. "type": "integer"
  12135. },
  12136. "kind": {
  12137. "description": "类型(1:普通 2:官方)",
  12138. "type": "integer"
  12139. },
  12140. "state": {
  12141. "description": "状态(1:正常 2:隐藏)",
  12142. "type": "integer"
  12143. },
  12144. "uid": {
  12145. "description": "用户id",
  12146. "type": "integer"
  12147. },
  12148. "updated_at": {
  12149. "type": "string"
  12150. },
  12151. "username": {
  12152. "description": "用户名称",
  12153. "type": "string"
  12154. },
  12155. "video": {
  12156. "description": "视频",
  12157. "type": "string"
  12158. }
  12159. }
  12160. },
  12161. "md.EggEnergyAvailableEnergyFlow": {
  12162. "type": "object",
  12163. "properties": {
  12164. "after_community_dividends": {
  12165. "description": "变更后-社区分红区块币数量",
  12166. "type": "string"
  12167. },
  12168. "after_destruction_quantity_values": {
  12169. "description": "变更后-销毁区块币数量",
  12170. "type": "string"
  12171. },
  12172. "after_development_committee_values": {
  12173. "description": "变更后-发展委员会区块币数量",
  12174. "type": "string"
  12175. },
  12176. "after_marketplace_merchant_fund_values": {
  12177. "description": "变更后-市商资金值",
  12178. "type": "string"
  12179. },
  12180. "after_marketplace_merchant_values": {
  12181. "description": "变更后-市商区块币数量",
  12182. "type": "string"
  12183. },
  12184. "after_now_energy_total_nums": {
  12185. "description": "变更后-现行总量",
  12186. "type": "string"
  12187. },
  12188. "after_planet_total_value": {
  12189. "description": "变更后-星球总价值",
  12190. "type": "string"
  12191. },
  12192. "after_price": {
  12193. "description": "变更后-价格",
  12194. "type": "string"
  12195. },
  12196. "after_public_welfare_and_charity_values": {
  12197. "description": "变更后-公益慈善区块币数量",
  12198. "type": "string"
  12199. },
  12200. "after_star_level_dividends_values": {
  12201. "description": "变更后-星级分红区块币数量",
  12202. "type": "string"
  12203. },
  12204. "amount": {
  12205. "description": "变更数量",
  12206. "type": "string"
  12207. },
  12208. "before_community_dividends": {
  12209. "description": "变更前-社区分红区块币数量",
  12210. "type": "string"
  12211. },
  12212. "before_destruction_quantity_values": {
  12213. "description": "变更前-销毁区块币数量",
  12214. "type": "string"
  12215. },
  12216. "before_development_committee_values": {
  12217. "description": "变更前-发展委员会区块币数量",
  12218. "type": "string"
  12219. },
  12220. "before_marketplace_merchant_fund_values": {
  12221. "description": "变更前-市商资金值",
  12222. "type": "string"
  12223. },
  12224. "before_marketplace_merchant_values": {
  12225. "description": "变更前-市商区块币数量",
  12226. "type": "string"
  12227. },
  12228. "before_now_energy_total_nums": {
  12229. "description": "变更前-现行总量",
  12230. "type": "string"
  12231. },
  12232. "before_planet_total_value": {
  12233. "description": "变更前-星球总价值",
  12234. "type": "string"
  12235. },
  12236. "before_price": {
  12237. "description": "变更前-价格",
  12238. "type": "string"
  12239. },
  12240. "before_public_welfare_and_charity_values": {
  12241. "description": "变更前-公益慈善区块币数量",
  12242. "type": "string"
  12243. },
  12244. "before_star_level_dividends_values": {
  12245. "description": "变更前-星级分红区块币数量",
  12246. "type": "string"
  12247. },
  12248. "create_time": {
  12249. "description": "创建时间",
  12250. "type": "string"
  12251. },
  12252. "id": {
  12253. "type": "integer"
  12254. },
  12255. "kind": {
  12256. "description": "种类",
  12257. "type": "integer"
  12258. },
  12259. "title": {
  12260. "description": "标题",
  12261. "type": "string"
  12262. }
  12263. }
  12264. },
  12265. "md.EggEnergyCommunityDividends": {
  12266. "type": "object",
  12267. "properties": {
  12268. "amount": {
  12269. "description": "分红数量",
  12270. "type": "string"
  12271. },
  12272. "coin_id": {
  12273. "description": "虚拟币 id",
  12274. "type": "integer"
  12275. },
  12276. "create_at": {
  12277. "description": "分红时间",
  12278. "type": "string"
  12279. },
  12280. "id": {
  12281. "type": "integer"
  12282. },
  12283. "is_over": {
  12284. "description": "是否分红完毕",
  12285. "type": "integer"
  12286. },
  12287. "name": {
  12288. "type": "string",
  12289. "example": "名称"
  12290. },
  12291. "persons_num": {
  12292. "description": "分红人数",
  12293. "type": "integer"
  12294. },
  12295. "update_at": {
  12296. "type": "string"
  12297. }
  12298. }
  12299. },
  12300. "md.EggEnergyCommunityDividendsWithUser": {
  12301. "type": "object",
  12302. "properties": {
  12303. "id": {
  12304. "type": "integer"
  12305. },
  12306. "memo": {
  12307. "type": "string",
  12308. "example": "备注"
  12309. },
  12310. "nickname": {
  12311. "type": "string"
  12312. },
  12313. "phone": {
  12314. "type": "string"
  12315. },
  12316. "uid": {
  12317. "type": "integer"
  12318. }
  12319. }
  12320. },
  12321. "md.EggPointCoefficientBatchAddReq": {
  12322. "type": "object",
  12323. "properties": {
  12324. "list": {
  12325. "description": "系数管理列表",
  12326. "type": "array",
  12327. "items": {
  12328. "$ref": "#/definitions/md.EggPointCoefficientNode"
  12329. }
  12330. }
  12331. }
  12332. },
  12333. "md.EggPointCoefficientDelReq": {
  12334. "type": "object",
  12335. "required": [
  12336. "id"
  12337. ],
  12338. "properties": {
  12339. "id": {
  12340. "description": "需要删除范围的id",
  12341. "type": "string"
  12342. }
  12343. }
  12344. },
  12345. "md.EggPointCoefficientGetResp": {
  12346. "type": "object",
  12347. "properties": {
  12348. "list": {
  12349. "type": "array",
  12350. "items": {
  12351. "$ref": "#/definitions/md.EggPointCoefficientNode"
  12352. }
  12353. }
  12354. }
  12355. },
  12356. "md.EggPointCoefficientNode": {
  12357. "type": "object",
  12358. "properties": {
  12359. "coefficient": {
  12360. "description": "系数",
  12361. "type": "string"
  12362. },
  12363. "end_score": {
  12364. "description": "截止分值",
  12365. "type": "string"
  12366. },
  12367. "id": {
  12368. "type": "integer"
  12369. },
  12370. "start_score": {
  12371. "description": "起始分值",
  12372. "type": "string"
  12373. }
  12374. }
  12375. },
  12376. "md.EggPointCoefficientUpdateReq": {
  12377. "type": "object",
  12378. "required": [
  12379. "id"
  12380. ],
  12381. "properties": {
  12382. "coefficient": {
  12383. "description": "系数",
  12384. "type": "string"
  12385. },
  12386. "end_score": {
  12387. "description": "截止分值",
  12388. "type": "string"
  12389. },
  12390. "id": {
  12391. "description": "需要修改范围的id",
  12392. "type": "string"
  12393. },
  12394. "start_score": {
  12395. "description": "起始分值",
  12396. "type": "string"
  12397. }
  12398. }
  12399. },
  12400. "md.ExchangeRulesStruct": {
  12401. "type": "object",
  12402. "properties": {
  12403. "auto_exchange_nums_by_person": {
  12404. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  12405. "type": "string"
  12406. },
  12407. "auto_exchange_nums_by_team": {
  12408. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  12409. "type": "string"
  12410. },
  12411. "auto_exchange_rate_by_person": {
  12412. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  12413. "type": "string"
  12414. },
  12415. "auto_exchange_rate_by_team": {
  12416. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  12417. "type": "string"
  12418. }
  12419. }
  12420. },
  12421. "md.ExchangeUserPositionReq": {
  12422. "type": "object",
  12423. "properties": {
  12424. "position_1": {
  12425. "description": "位置1,具体值取返回数据中的 system_id",
  12426. "type": "integer"
  12427. },
  12428. "position_2": {
  12429. "description": "位置2,具体值取返回数据中的 system_id",
  12430. "type": "integer"
  12431. }
  12432. }
  12433. },
  12434. "md.FansNode": {
  12435. "type": "object",
  12436. "properties": {
  12437. "amount": {
  12438. "description": "可提现余额",
  12439. "type": "string"
  12440. },
  12441. "id": {
  12442. "description": "用户ID",
  12443. "type": "integer"
  12444. },
  12445. "level_total": {
  12446. "description": "所属代数",
  12447. "type": "integer"
  12448. },
  12449. "nickname": {
  12450. "type": "string",
  12451. "example": "用户昵称"
  12452. },
  12453. "phone": {
  12454. "type": "string",
  12455. "example": "手机号"
  12456. },
  12457. "register_at": {
  12458. "description": "注册时间",
  12459. "type": "string"
  12460. },
  12461. "total_income": {
  12462. "description": "累计收益",
  12463. "type": "string"
  12464. }
  12465. }
  12466. },
  12467. "md.FindSubUserRelationshipMapResp": {
  12468. "type": "object",
  12469. "properties": {
  12470. "basic_setting": {
  12471. "description": "公排设置",
  12472. "allOf": [
  12473. {
  12474. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  12475. }
  12476. ]
  12477. },
  12478. "search_uid": {
  12479. "description": "查找的用户 ID",
  12480. "type": "string"
  12481. },
  12482. "sub_user": {
  12483. "description": "上级用户信息",
  12484. "allOf": [
  12485. {
  12486. "$ref": "#/definitions/md.SubUser"
  12487. }
  12488. ]
  12489. }
  12490. }
  12491. },
  12492. "md.FirstWithdrawSet": {
  12493. "type": "object",
  12494. "properties": {
  12495. "first_withdraw_amount_limit": {
  12496. "description": "不需要实名时 最大提现金额",
  12497. "type": "string"
  12498. },
  12499. "is_need_real_name": {
  12500. "description": "是否需要实名(0:不需要,1:需要)",
  12501. "type": "integer"
  12502. }
  12503. }
  12504. },
  12505. "md.FreePublishUserNode": {
  12506. "type": "object",
  12507. "properties": {
  12508. "nickname": {
  12509. "type": "string",
  12510. "example": "昵称"
  12511. },
  12512. "phone": {
  12513. "type": "string",
  12514. "example": "手机号"
  12515. },
  12516. "uid": {
  12517. "type": "integer"
  12518. }
  12519. }
  12520. },
  12521. "md.FundDataNode": {
  12522. "type": "object",
  12523. "properties": {
  12524. "balance_amount": {
  12525. "description": "余额",
  12526. "type": "string"
  12527. },
  12528. "balance_times": {
  12529. "description": "剩余执行次数",
  12530. "type": "integer"
  12531. },
  12532. "create_at": {
  12533. "description": "创建时间",
  12534. "type": "string"
  12535. },
  12536. "hours": {
  12537. "description": "时长",
  12538. "type": "integer"
  12539. },
  12540. "kind": {
  12541. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  12542. "type": "integer"
  12543. },
  12544. "memo": {
  12545. "description": "备注",
  12546. "type": "string"
  12547. },
  12548. "system_id": {
  12549. "type": "integer"
  12550. },
  12551. "total_amount": {
  12552. "description": "金额",
  12553. "type": "string"
  12554. }
  12555. }
  12556. },
  12557. "md.FundDataRecordNode": {
  12558. "type": "object",
  12559. "properties": {
  12560. "after_planet_total_value": {
  12561. "description": "执行后-星球价值",
  12562. "type": "string"
  12563. },
  12564. "after_price": {
  12565. "description": "执行后-价格",
  12566. "type": "string"
  12567. },
  12568. "balance_amount": {
  12569. "description": "余额",
  12570. "type": "string"
  12571. },
  12572. "balance_times": {
  12573. "description": "剩余执行次数",
  12574. "type": "integer"
  12575. },
  12576. "before_planet_total_value": {
  12577. "description": "执行前-星球价值",
  12578. "type": "string"
  12579. },
  12580. "before_price": {
  12581. "description": "执行前-价格",
  12582. "type": "string"
  12583. },
  12584. "create_at": {
  12585. "type": "string"
  12586. },
  12587. "total_amount": {
  12588. "description": "金额",
  12589. "type": "string"
  12590. }
  12591. }
  12592. },
  12593. "md.GetActivePointsUserCoinFlowListReq": {
  12594. "type": "object",
  12595. "properties": {
  12596. "coin_id": {
  12597. "description": "货币类型 ID",
  12598. "type": "integer"
  12599. },
  12600. "direction": {
  12601. "description": "流水方向:1收入 2支出",
  12602. "type": "integer"
  12603. },
  12604. "end_at": {
  12605. "description": "结束时间",
  12606. "type": "string"
  12607. },
  12608. "page": {
  12609. "description": "页数",
  12610. "type": "integer"
  12611. },
  12612. "page_size": {
  12613. "description": "每页大小",
  12614. "type": "integer"
  12615. },
  12616. "start_at": {
  12617. "description": "开始时间",
  12618. "type": "string"
  12619. },
  12620. "uid": {
  12621. "description": "用户 ID",
  12622. "type": "integer"
  12623. }
  12624. }
  12625. },
  12626. "md.GetActivePointsUserCoinFlowListResp": {
  12627. "type": "object",
  12628. "properties": {
  12629. "list": {
  12630. "description": "流水信息",
  12631. "type": "array",
  12632. "items": {
  12633. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12634. }
  12635. },
  12636. "paginate": {
  12637. "description": "分页信息",
  12638. "allOf": [
  12639. {
  12640. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12641. }
  12642. ]
  12643. },
  12644. "select_data": {
  12645. "description": "流水类型",
  12646. "allOf": [
  12647. {
  12648. "$ref": "#/definitions/md.SelectData"
  12649. }
  12650. ]
  12651. }
  12652. }
  12653. },
  12654. "md.GetActivePointsUserCoinListReq": {
  12655. "type": "object",
  12656. "properties": {
  12657. "end_coin": {
  12658. "type": "string",
  12659. "example": "最大金额"
  12660. },
  12661. "kind": {
  12662. "description": "虚拟币种类编号",
  12663. "type": "integer"
  12664. },
  12665. "page": {
  12666. "description": "页数",
  12667. "type": "integer"
  12668. },
  12669. "page_size": {
  12670. "description": "单页大小",
  12671. "type": "integer"
  12672. },
  12673. "start_coin": {
  12674. "type": "string",
  12675. "example": "最小金额"
  12676. },
  12677. "uid": {
  12678. "description": "指定查询用户 ID",
  12679. "type": "integer"
  12680. },
  12681. "user_name": {
  12682. "type": "string",
  12683. "example": "用户名称"
  12684. },
  12685. "user_phone": {
  12686. "type": "string",
  12687. "example": "手机号"
  12688. }
  12689. }
  12690. },
  12691. "md.GetActivePointsUserCoinListResp": {
  12692. "type": "object",
  12693. "properties": {
  12694. "kind_list": {
  12695. "description": "货币类型集合",
  12696. "type": "array",
  12697. "items": {
  12698. "$ref": "#/definitions/md.VirtualCoinListNode"
  12699. }
  12700. },
  12701. "list": {
  12702. "description": "余额集合",
  12703. "type": "array",
  12704. "items": {
  12705. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12706. }
  12707. },
  12708. "sum_user_amount": {
  12709. "description": "用户持有总数",
  12710. "type": "number"
  12711. },
  12712. "total": {
  12713. "description": "持有该类型用户数",
  12714. "type": "integer"
  12715. }
  12716. }
  12717. },
  12718. "md.GetBlackListNode": {
  12719. "type": "object",
  12720. "properties": {
  12721. "admin_id": {
  12722. "description": "管理员 id",
  12723. "type": "integer"
  12724. },
  12725. "admin_nickname": {
  12726. "description": "管理员名称",
  12727. "type": "string"
  12728. },
  12729. "black_list_id": {
  12730. "description": "黑名单 id",
  12731. "type": "integer"
  12732. },
  12733. "created_at": {
  12734. "description": "添加时间",
  12735. "type": "string"
  12736. },
  12737. "memo": {
  12738. "description": "备注",
  12739. "type": "string"
  12740. },
  12741. "uid": {
  12742. "description": "用户 id",
  12743. "type": "integer"
  12744. },
  12745. "user_nickname": {
  12746. "description": "用户名称",
  12747. "type": "string"
  12748. }
  12749. }
  12750. },
  12751. "md.GetBlackListResp": {
  12752. "type": "object",
  12753. "properties": {
  12754. "list": {
  12755. "description": "具体信息",
  12756. "type": "array",
  12757. "items": {
  12758. "$ref": "#/definitions/md.GetBlackListNode"
  12759. }
  12760. },
  12761. "paginate": {
  12762. "description": "分页信息",
  12763. "allOf": [
  12764. {
  12765. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12766. }
  12767. ]
  12768. }
  12769. }
  12770. },
  12771. "md.GetContributionValueBasicSettingResp": {
  12772. "type": "object",
  12773. "properties": {
  12774. "hand_out_red_package": {
  12775. "description": "发红包获得x点",
  12776. "type": "integer"
  12777. },
  12778. "id": {
  12779. "type": "integer"
  12780. },
  12781. "posting_comment_liked": {
  12782. "description": "发布评论被官方点赞获得x点",
  12783. "type": "integer"
  12784. },
  12785. "posting_dynamic_liked": {
  12786. "description": "发布动态被官方点赞获得x点",
  12787. "type": "integer"
  12788. },
  12789. "publish_creation": {
  12790. "description": "发布创作获得x点",
  12791. "type": "integer"
  12792. }
  12793. }
  12794. },
  12795. "md.GetDynamicReq": {
  12796. "type": "object",
  12797. "properties": {
  12798. "begin_at": {
  12799. "description": "开始时间",
  12800. "type": "string"
  12801. },
  12802. "end_at": {
  12803. "description": "结束时间",
  12804. "type": "string"
  12805. },
  12806. "limit": {
  12807. "description": "页面大小",
  12808. "type": "integer"
  12809. },
  12810. "nickname": {
  12811. "description": "创建人名称",
  12812. "type": "string"
  12813. },
  12814. "page": {
  12815. "description": "页数",
  12816. "type": "integer"
  12817. },
  12818. "uid": {
  12819. "description": "创建人id",
  12820. "type": "string"
  12821. }
  12822. }
  12823. },
  12824. "md.GetDynamicResp": {
  12825. "type": "object",
  12826. "properties": {
  12827. "list": {
  12828. "type": "array",
  12829. "items": {
  12830. "$ref": "#/definitions/md.DynamicRespNode"
  12831. }
  12832. },
  12833. "paginate": {
  12834. "description": "分页信息",
  12835. "allOf": [
  12836. {
  12837. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12838. }
  12839. ]
  12840. }
  12841. }
  12842. },
  12843. "md.GetEggCoreDataListResp": {
  12844. "type": "object",
  12845. "properties": {
  12846. "now_energy_total_nums": {
  12847. "description": "现行总量",
  12848. "type": "string",
  12849. "example": "现行总量"
  12850. },
  12851. "now_price": {
  12852. "description": "当前价格",
  12853. "type": "string",
  12854. "example": "当前价格"
  12855. },
  12856. "planet_total_value": {
  12857. "description": "星球价值",
  12858. "type": "string",
  12859. "example": "星球价值"
  12860. },
  12861. "user_hold_total_nums": {
  12862. "description": "用户持有总量",
  12863. "type": "string"
  12864. }
  12865. }
  12866. },
  12867. "md.GetEggEnergyBasicResp": {
  12868. "type": "object",
  12869. "properties": {
  12870. "basic_setting": {
  12871. "description": "基础设置",
  12872. "allOf": [
  12873. {
  12874. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12875. }
  12876. ]
  12877. },
  12878. "data_setting": {
  12879. "description": "数据设置",
  12880. "allOf": [
  12881. {
  12882. "$ref": "#/definitions/md.DataSetting"
  12883. }
  12884. ]
  12885. },
  12886. "destruction_setting": {
  12887. "description": "销毁设置",
  12888. "allOf": [
  12889. {
  12890. "$ref": "#/definitions/md.DestructionSettingStruct"
  12891. }
  12892. ]
  12893. },
  12894. "exchange_rules": {
  12895. "description": "兑换规则",
  12896. "allOf": [
  12897. {
  12898. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12899. }
  12900. ]
  12901. },
  12902. "new_user_incentive_rules": {
  12903. "description": "新用户奖励规则",
  12904. "allOf": [
  12905. {
  12906. "$ref": "#/definitions/md.NewUserRewardRules"
  12907. }
  12908. ]
  12909. },
  12910. "price_setting": {
  12911. "description": "价格设置",
  12912. "allOf": [
  12913. {
  12914. "$ref": "#/definitions/md.PriceSettingStruct"
  12915. }
  12916. ]
  12917. },
  12918. "reward_system": {
  12919. "description": "圈层奖励",
  12920. "type": "array",
  12921. "items": {
  12922. "$ref": "#/definitions/md.RewardSystemStruct"
  12923. }
  12924. },
  12925. "settlement_quantity": {
  12926. "description": "结算数量(百分比)",
  12927. "type": "integer"
  12928. },
  12929. "system_id": {
  12930. "description": "该设置系统 ID",
  12931. "type": "integer"
  12932. },
  12933. "video_reward_setting": {
  12934. "description": "视频奖励",
  12935. "allOf": [
  12936. {
  12937. "$ref": "#/definitions/md.VideoRewardSetting"
  12938. }
  12939. ]
  12940. }
  12941. }
  12942. },
  12943. "md.GetEggEnergyCoreDataResp": {
  12944. "type": "object",
  12945. "properties": {
  12946. "community_dividends": {
  12947. "description": "社区分红",
  12948. "type": "string"
  12949. },
  12950. "destruction_quantity_nums": {
  12951. "description": "销毁数量",
  12952. "type": "string"
  12953. },
  12954. "development_committee": {
  12955. "description": "发展委员会",
  12956. "type": "string"
  12957. },
  12958. "id": {
  12959. "type": "integer"
  12960. },
  12961. "marketplace_merchant_funds": {
  12962. "description": "市商资金",
  12963. "type": "string"
  12964. },
  12965. "marketplace_merchant_nums": {
  12966. "description": "市商数量",
  12967. "type": "string"
  12968. },
  12969. "now_energy_total_nums": {
  12970. "description": "现行总量",
  12971. "type": "string"
  12972. },
  12973. "now_price": {
  12974. "description": "当前价格",
  12975. "type": "string"
  12976. },
  12977. "planet_total_value": {
  12978. "description": "星球总价值",
  12979. "type": "string"
  12980. },
  12981. "public_welfare_and_charity": {
  12982. "description": "公益慈善",
  12983. "type": "string"
  12984. },
  12985. "star_level_dividends": {
  12986. "description": "星级分红",
  12987. "type": "string"
  12988. }
  12989. }
  12990. },
  12991. "md.GetEggEnergyVipSettingResp": {
  12992. "type": "object",
  12993. "properties": {
  12994. "level_list": {
  12995. "description": "会员等级列表",
  12996. "type": "array",
  12997. "items": {
  12998. "type": "object",
  12999. "additionalProperties": true
  13000. }
  13001. },
  13002. "list": {
  13003. "description": "会员权益设置",
  13004. "type": "array",
  13005. "items": {
  13006. "$ref": "#/definitions/md.VipEquitySettingNode"
  13007. }
  13008. }
  13009. }
  13010. },
  13011. "md.GetFreePublishUserReq": {
  13012. "type": "object",
  13013. "properties": {
  13014. "limit": {
  13015. "description": "每页大小",
  13016. "type": "integer"
  13017. },
  13018. "page": {
  13019. "description": "当前页数",
  13020. "type": "integer"
  13021. },
  13022. "uid": {
  13023. "description": "筛选的用户 ID",
  13024. "type": "integer"
  13025. }
  13026. }
  13027. },
  13028. "md.GetFreePublishUserResp": {
  13029. "type": "object",
  13030. "properties": {
  13031. "list": {
  13032. "description": "免罚用户列表",
  13033. "type": "array",
  13034. "items": {
  13035. "$ref": "#/definitions/md.FreePublishUserNode"
  13036. }
  13037. },
  13038. "paginate": {
  13039. "description": "分页信息",
  13040. "allOf": [
  13041. {
  13042. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13043. }
  13044. ]
  13045. }
  13046. }
  13047. },
  13048. "md.GetFriendCircleBasicSettingsResp": {
  13049. "type": "object",
  13050. "properties": {
  13051. "comment_is_real_name": {
  13052. "description": "评论是否需要实名认证(1:是 2:否)",
  13053. "type": "integer"
  13054. },
  13055. "comment_nums_every_day": {
  13056. "description": "评论每天次数",
  13057. "type": "integer"
  13058. },
  13059. "id": {
  13060. "type": "integer"
  13061. },
  13062. "publish_is_real_name": {
  13063. "description": "发布是否需要实名认证(1:是 2:否)",
  13064. "type": "integer"
  13065. },
  13066. "publish_nums_every_day": {
  13067. "description": "发布每天次数",
  13068. "type": "integer"
  13069. }
  13070. }
  13071. },
  13072. "md.GetFundDataListReq": {
  13073. "type": "object",
  13074. "properties": {
  13075. "end_at": {
  13076. "type": "string",
  13077. "example": "结束时间"
  13078. },
  13079. "kind": {
  13080. "description": "数据类型",
  13081. "type": "integer"
  13082. },
  13083. "limit": {
  13084. "description": "每页大小",
  13085. "type": "integer"
  13086. },
  13087. "page": {
  13088. "description": "页数",
  13089. "type": "integer"
  13090. },
  13091. "start_at": {
  13092. "type": "string",
  13093. "example": "开始时间"
  13094. }
  13095. }
  13096. },
  13097. "md.GetFundDataListResp": {
  13098. "type": "object",
  13099. "properties": {
  13100. "kind_list": {
  13101. "description": "类型列表",
  13102. "type": "array",
  13103. "items": {
  13104. "type": "object",
  13105. "additionalProperties": true
  13106. }
  13107. },
  13108. "list": {
  13109. "description": "数据列表",
  13110. "type": "array",
  13111. "items": {
  13112. "$ref": "#/definitions/md.FundDataNode"
  13113. }
  13114. },
  13115. "paginate": {
  13116. "description": "分页数据",
  13117. "allOf": [
  13118. {
  13119. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13120. }
  13121. ]
  13122. }
  13123. }
  13124. },
  13125. "md.GetFundDataRecordListReq": {
  13126. "type": "object",
  13127. "properties": {
  13128. "limit": {
  13129. "description": "页面大小",
  13130. "type": "integer"
  13131. },
  13132. "page": {
  13133. "description": "页数",
  13134. "type": "integer"
  13135. },
  13136. "system_id": {
  13137. "description": "数据在系统中的 ID",
  13138. "type": "integer"
  13139. }
  13140. }
  13141. },
  13142. "md.GetFundDataRecordListResp": {
  13143. "type": "object",
  13144. "properties": {
  13145. "list": {
  13146. "type": "array",
  13147. "items": {
  13148. "$ref": "#/definitions/md.FundDataRecordNode"
  13149. }
  13150. },
  13151. "paginate": {
  13152. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13153. }
  13154. }
  13155. },
  13156. "md.GetGreenEnergyUserCoinFlowListReq": {
  13157. "type": "object",
  13158. "properties": {
  13159. "coin_id": {
  13160. "description": "货币类型 ID",
  13161. "type": "integer"
  13162. },
  13163. "direction": {
  13164. "description": "流水方向:1收入 2支出",
  13165. "type": "integer"
  13166. },
  13167. "end_at": {
  13168. "description": "结束时间",
  13169. "type": "string"
  13170. },
  13171. "page": {
  13172. "description": "页数",
  13173. "type": "integer"
  13174. },
  13175. "page_size": {
  13176. "description": "每页大小",
  13177. "type": "integer"
  13178. },
  13179. "start_at": {
  13180. "description": "开始时间",
  13181. "type": "string"
  13182. },
  13183. "uid": {
  13184. "description": "用户 ID",
  13185. "type": "integer"
  13186. }
  13187. }
  13188. },
  13189. "md.GetGreenEnergyUserCoinFlowListResp": {
  13190. "type": "object",
  13191. "properties": {
  13192. "list": {
  13193. "description": "流水信息",
  13194. "type": "array",
  13195. "items": {
  13196. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  13197. }
  13198. },
  13199. "paginate": {
  13200. "description": "分页信息",
  13201. "allOf": [
  13202. {
  13203. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13204. }
  13205. ]
  13206. },
  13207. "select_data": {
  13208. "description": "流水类型",
  13209. "allOf": [
  13210. {
  13211. "$ref": "#/definitions/md.SelectData"
  13212. }
  13213. ]
  13214. }
  13215. }
  13216. },
  13217. "md.GetGreenEnergyUserCoinListReq": {
  13218. "type": "object",
  13219. "properties": {
  13220. "end_coin": {
  13221. "type": "string",
  13222. "example": "最大金额"
  13223. },
  13224. "kind": {
  13225. "description": "虚拟币种类编号",
  13226. "type": "integer"
  13227. },
  13228. "page": {
  13229. "description": "页数",
  13230. "type": "integer"
  13231. },
  13232. "page_size": {
  13233. "description": "单页大小",
  13234. "type": "integer"
  13235. },
  13236. "start_coin": {
  13237. "type": "string",
  13238. "example": "最小金额"
  13239. },
  13240. "uid": {
  13241. "description": "指定查询用户 ID",
  13242. "type": "integer"
  13243. },
  13244. "user_name": {
  13245. "type": "string",
  13246. "example": "用户名称"
  13247. },
  13248. "user_phone": {
  13249. "type": "string",
  13250. "example": "手机号"
  13251. }
  13252. }
  13253. },
  13254. "md.GetGreenEnergyUserCoinListResp": {
  13255. "type": "object",
  13256. "properties": {
  13257. "kind_list": {
  13258. "description": "货币类型集合",
  13259. "type": "array",
  13260. "items": {
  13261. "$ref": "#/definitions/md.VirtualCoinListNode"
  13262. }
  13263. },
  13264. "list": {
  13265. "description": "余额集合",
  13266. "type": "array",
  13267. "items": {
  13268. "$ref": "#/definitions/md.ActivePointsWalletNode"
  13269. }
  13270. },
  13271. "sum_user_amount": {
  13272. "description": "用户持有总数",
  13273. "type": "number"
  13274. },
  13275. "total": {
  13276. "description": "持有该类型用户数",
  13277. "type": "integer"
  13278. }
  13279. }
  13280. },
  13281. "md.GetLevelListResp": {
  13282. "type": "object",
  13283. "properties": {
  13284. "list": {
  13285. "type": "array",
  13286. "items": {
  13287. "$ref": "#/definitions/md.LevelListNode"
  13288. }
  13289. },
  13290. "paginate": {
  13291. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13292. }
  13293. }
  13294. },
  13295. "md.GetModuleSettingResp": {
  13296. "type": "object",
  13297. "properties": {
  13298. "data": {
  13299. "description": "内容"
  13300. },
  13301. "mod_name": {
  13302. "description": "模块名称",
  13303. "type": "string"
  13304. },
  13305. "position": {
  13306. "description": "位置",
  13307. "type": "string"
  13308. },
  13309. "skip_identifier": {
  13310. "description": "跳转标识",
  13311. "type": "string"
  13312. },
  13313. "subtitle": {
  13314. "description": "副标题",
  13315. "type": "string"
  13316. },
  13317. "title": {
  13318. "description": "标题",
  13319. "type": "string"
  13320. }
  13321. }
  13322. },
  13323. "md.GetOneLevelResp": {
  13324. "type": "object",
  13325. "properties": {
  13326. "auto_update": {
  13327. "description": "自动升级 0关闭,1开启",
  13328. "type": "integer"
  13329. },
  13330. "choosable_num": {
  13331. "description": "可选任务数量",
  13332. "type": "integer"
  13333. },
  13334. "is_use": {
  13335. "description": "是否开启(0.否, 1.是)",
  13336. "type": "integer"
  13337. },
  13338. "level_id": {
  13339. "description": "等级 ID",
  13340. "type": "integer"
  13341. },
  13342. "level_name": {
  13343. "description": "等级名称",
  13344. "type": "string"
  13345. },
  13346. "level_weight": {
  13347. "description": "等级权重",
  13348. "type": "integer"
  13349. },
  13350. "memo": {
  13351. "description": "备注",
  13352. "type": "string"
  13353. },
  13354. "task_type": {
  13355. "description": "任务类型关系",
  13356. "type": "array",
  13357. "items": {
  13358. "type": "object",
  13359. "additionalProperties": true
  13360. }
  13361. },
  13362. "user_level_tasks": {
  13363. "type": "array",
  13364. "items": {
  13365. "$ref": "#/definitions/model.UserLevelTask"
  13366. }
  13367. }
  13368. }
  13369. },
  13370. "md.GetPriceCurveResp": {
  13371. "type": "object",
  13372. "properties": {
  13373. "x_data": {
  13374. "type": "array",
  13375. "items": {}
  13376. },
  13377. "y_data": {
  13378. "type": "array",
  13379. "items": {}
  13380. }
  13381. }
  13382. },
  13383. "md.GetPublicPlatoonBasicResp": {
  13384. "type": "object",
  13385. "properties": {
  13386. "is_open": {
  13387. "description": "是否开启(1:开启 0:关闭)",
  13388. "type": "integer"
  13389. },
  13390. "is_self_active_get_team_revenue": {
  13391. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  13392. "type": "integer"
  13393. },
  13394. "originator_name": {
  13395. "description": "创始人名称",
  13396. "type": "string"
  13397. },
  13398. "originator_uid": {
  13399. "description": "创始人uid",
  13400. "type": "integer"
  13401. },
  13402. "several_rows": {
  13403. "description": "几排",
  13404. "type": "integer"
  13405. },
  13406. "several_times": {
  13407. "description": "几乘",
  13408. "type": "integer"
  13409. },
  13410. "system_punish_replace": {
  13411. "description": "是否位置滑落 被新用户替换 0否 1是",
  13412. "type": "integer"
  13413. },
  13414. "system_punish_replace_value": {
  13415. "description": "xx天未活跃,处罚滑落",
  13416. "type": "integer"
  13417. }
  13418. }
  13419. },
  13420. "md.GetTagListResp": {
  13421. "type": "object",
  13422. "properties": {
  13423. "list": {
  13424. "type": "array",
  13425. "items": {
  13426. "$ref": "#/definitions/md.TagListNode"
  13427. }
  13428. },
  13429. "paginate": {
  13430. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13431. }
  13432. }
  13433. },
  13434. "md.GetVideoRewardResp": {
  13435. "type": "object",
  13436. "properties": {
  13437. "ecpm": {
  13438. "description": "当前 Ecpm 值",
  13439. "type": "string"
  13440. },
  13441. "unit_price": {
  13442. "description": "单价",
  13443. "type": "string"
  13444. }
  13445. }
  13446. },
  13447. "md.GetWithdrawApplyListNode": {
  13448. "type": "object",
  13449. "properties": {
  13450. "actual_receipt": {
  13451. "description": "实际到账",
  13452. "type": "string"
  13453. },
  13454. "ali_pay_account": {
  13455. "description": "支付宝账号",
  13456. "type": "string"
  13457. },
  13458. "ali_pay_name": {
  13459. "description": "支付宝昵称",
  13460. "type": "string"
  13461. },
  13462. "amount": {
  13463. "description": "提现金额",
  13464. "type": "string"
  13465. },
  13466. "apply_at": {
  13467. "description": "申请时间",
  13468. "type": "string"
  13469. },
  13470. "invite_code": {
  13471. "description": "邀请码",
  13472. "type": "string"
  13473. },
  13474. "memo": {
  13475. "description": "备注",
  13476. "type": "string"
  13477. },
  13478. "nickname": {
  13479. "description": "用户名称",
  13480. "type": "string"
  13481. },
  13482. "parentID": {
  13483. "description": "推荐人ID",
  13484. "type": "integer"
  13485. },
  13486. "parentPhone": {
  13487. "description": "推荐人手机号",
  13488. "type": "string"
  13489. },
  13490. "pay_at": {
  13491. "description": "到账时间",
  13492. "type": "string"
  13493. },
  13494. "state": {
  13495. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13496. "type": "integer"
  13497. },
  13498. "sys_fee": {
  13499. "description": "手续费",
  13500. "type": "string"
  13501. },
  13502. "tag": {
  13503. "description": "标签",
  13504. "type": "array",
  13505. "items": {
  13506. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  13507. }
  13508. },
  13509. "user_id": {
  13510. "description": "会员 ID",
  13511. "type": "integer"
  13512. },
  13513. "wechat_pay_account": {
  13514. "description": "微信账号",
  13515. "type": "string"
  13516. },
  13517. "wechat_pay_name": {
  13518. "description": "微信昵称",
  13519. "type": "string"
  13520. },
  13521. "withdraw_apply_id": {
  13522. "description": "提现申请id",
  13523. "type": "integer"
  13524. },
  13525. "withdraw_type": {
  13526. "description": "转账平台(1:支付宝 2:微信)",
  13527. "type": "integer"
  13528. }
  13529. }
  13530. },
  13531. "md.GetWithdrawApplyListReq": {
  13532. "type": "object",
  13533. "properties": {
  13534. "amount_begin": {
  13535. "description": "最小金额",
  13536. "type": "string"
  13537. },
  13538. "amount_end": {
  13539. "description": "最大金额",
  13540. "type": "string"
  13541. },
  13542. "apply_end_at": {
  13543. "description": "申请结束时间",
  13544. "type": "string"
  13545. },
  13546. "apply_start_at": {
  13547. "description": "申请开始时间",
  13548. "type": "string"
  13549. },
  13550. "examine_end_at": {
  13551. "description": "审核结束时间",
  13552. "type": "string"
  13553. },
  13554. "examine_start_at": {
  13555. "description": "审核开始时间",
  13556. "type": "string"
  13557. },
  13558. "is_first": {
  13559. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  13560. "type": "string"
  13561. },
  13562. "level": {
  13563. "description": "会员等级",
  13564. "type": "string"
  13565. },
  13566. "limit": {
  13567. "description": "页面大小",
  13568. "type": "integer"
  13569. },
  13570. "nickname": {
  13571. "description": "用户昵称",
  13572. "type": "string"
  13573. },
  13574. "page": {
  13575. "description": "页数",
  13576. "type": "integer"
  13577. },
  13578. "parent_id": {
  13579. "description": "推荐人 ID",
  13580. "type": "string"
  13581. },
  13582. "payment_type": {
  13583. "description": "打款类型 1:手动;2:自动",
  13584. "type": "string"
  13585. },
  13586. "phone": {
  13587. "description": "用户手机号",
  13588. "type": "string"
  13589. },
  13590. "state": {
  13591. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13592. "type": "string"
  13593. },
  13594. "uid": {
  13595. "description": "用户 ID",
  13596. "type": "string"
  13597. },
  13598. "withdraw_account": {
  13599. "description": "支付宝/微信昵称",
  13600. "type": "string"
  13601. },
  13602. "withdraw_name": {
  13603. "description": "支付宝姓名",
  13604. "type": "string"
  13605. },
  13606. "withdraw_type": {
  13607. "description": "提现方式(1:支付宝 2:微信)",
  13608. "type": "string"
  13609. }
  13610. }
  13611. },
  13612. "md.GetWithdrawApplyListResp": {
  13613. "type": "object",
  13614. "properties": {
  13615. "audit_list": {
  13616. "description": "审核条件",
  13617. "type": "array",
  13618. "items": {
  13619. "type": "object",
  13620. "additionalProperties": true
  13621. }
  13622. },
  13623. "levels_list": {
  13624. "description": "等级列表",
  13625. "type": "array",
  13626. "items": {
  13627. "type": "object",
  13628. "additionalProperties": true
  13629. }
  13630. },
  13631. "list": {
  13632. "type": "array",
  13633. "items": {
  13634. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  13635. }
  13636. },
  13637. "paginate": {
  13638. "description": "分页信息",
  13639. "allOf": [
  13640. {
  13641. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  13642. }
  13643. ]
  13644. },
  13645. "pay_failed_amount": {
  13646. "description": "打款失败金额",
  13647. "type": "string"
  13648. },
  13649. "pay_succeed_amount": {
  13650. "description": "打款成功金额",
  13651. "type": "string"
  13652. },
  13653. "pending_amount": {
  13654. "description": "处理中金额",
  13655. "type": "string"
  13656. },
  13657. "reason_list": {
  13658. "description": "审核失败(驳回理由)",
  13659. "type": "array",
  13660. "items": {
  13661. "type": "object",
  13662. "additionalProperties": true
  13663. }
  13664. },
  13665. "tags_list": {
  13666. "description": "标签列表",
  13667. "type": "array",
  13668. "items": {
  13669. "type": "object",
  13670. "additionalProperties": true
  13671. }
  13672. },
  13673. "under_review": {
  13674. "description": "审核中金额",
  13675. "type": "string"
  13676. }
  13677. }
  13678. },
  13679. "md.GetWithdrawSettingResp": {
  13680. "type": "object",
  13681. "properties": {
  13682. "condition_is_open": {
  13683. "description": "提现条件是否开启(0:关闭, 1:开启)",
  13684. "type": "integer"
  13685. },
  13686. "first_withdraw_set": {
  13687. "description": "首次提现设置",
  13688. "allOf": [
  13689. {
  13690. "$ref": "#/definitions/md.FirstWithdrawSet"
  13691. }
  13692. ]
  13693. },
  13694. "frequency_set": {
  13695. "description": "频率设置(0:日 1:周 2:月 3:年)",
  13696. "allOf": [
  13697. {
  13698. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13699. }
  13700. ]
  13701. },
  13702. "id": {
  13703. "type": "integer"
  13704. },
  13705. "is_auto": {
  13706. "description": "是否开启自动提现(0:否 1:是)",
  13707. "type": "integer"
  13708. },
  13709. "is_auto_amount_limit": {
  13710. "description": "自动提现金额限制",
  13711. "type": "string"
  13712. },
  13713. "is_real_name": {
  13714. "description": "是否实名(0:否 1:是)",
  13715. "type": "integer"
  13716. },
  13717. "is_support_decimal_point": {
  13718. "description": "是否支持小数点(0:否 1:是)",
  13719. "type": "integer"
  13720. },
  13721. "level_list": {
  13722. "description": "会员等级列表",
  13723. "type": "array",
  13724. "items": {
  13725. "type": "object",
  13726. "additionalProperties": true
  13727. }
  13728. },
  13729. "pending_orders_is_can_apply": {
  13730. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13731. "type": "integer"
  13732. },
  13733. "tips": {
  13734. "description": "提示",
  13735. "type": "string"
  13736. },
  13737. "vip_level_limit": {
  13738. "description": "提现等级限制",
  13739. "type": "integer"
  13740. },
  13741. "withdraw_amount_limit": {
  13742. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13743. "type": "string"
  13744. },
  13745. "withdraw_fee_set": {
  13746. "description": "提现手续费设置",
  13747. "allOf": [
  13748. {
  13749. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13750. }
  13751. ]
  13752. },
  13753. "withdraw_multiple_limit": {
  13754. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13755. "type": "string"
  13756. },
  13757. "withdraw_nums_limit": {
  13758. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13759. "type": "integer"
  13760. },
  13761. "withdraw_time_interval": {
  13762. "description": "提现时段",
  13763. "allOf": [
  13764. {
  13765. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13766. }
  13767. ]
  13768. },
  13769. "withdraw_type": {
  13770. "description": "提现方式(1:支付宝 2:微信)",
  13771. "type": "integer"
  13772. }
  13773. }
  13774. },
  13775. "md.GroupListReq": {
  13776. "type": "object",
  13777. "properties": {
  13778. "group_admin": {
  13779. "description": "群主",
  13780. "type": "string"
  13781. },
  13782. "name": {
  13783. "description": "群名称",
  13784. "type": "string"
  13785. },
  13786. "page": {
  13787. "type": "integer"
  13788. },
  13789. "page_size": {
  13790. "type": "integer"
  13791. },
  13792. "start_time_end": {
  13793. "type": "string",
  13794. "example": "创建时间-截止"
  13795. },
  13796. "start_time_start": {
  13797. "type": "string",
  13798. "example": "创建时间-起始"
  13799. }
  13800. }
  13801. },
  13802. "md.GroupListResp": {
  13803. "type": "object",
  13804. "properties": {
  13805. "list": {
  13806. "type": "array",
  13807. "items": {
  13808. "type": "object",
  13809. "properties": {
  13810. "avatarUrl": {
  13811. "description": "头像",
  13812. "type": "string"
  13813. },
  13814. "createTime": {
  13815. "description": "创建时间",
  13816. "type": "string"
  13817. },
  13818. "extra": {
  13819. "description": "附加字段",
  13820. "type": "string"
  13821. },
  13822. "id": {
  13823. "description": "群组id",
  13824. "type": "integer"
  13825. },
  13826. "introduction": {
  13827. "description": "群简介",
  13828. "type": "string"
  13829. },
  13830. "isAllAddFriend": {
  13831. "description": "是否允许加好友(1:是 2:否)",
  13832. "type": "integer"
  13833. },
  13834. "isAllMemberBanned": {
  13835. "description": "是否全员禁言(1:是 2:否)",
  13836. "type": "integer"
  13837. },
  13838. "name": {
  13839. "description": "组名",
  13840. "type": "string"
  13841. },
  13842. "nickname": {
  13843. "description": "群主昵称",
  13844. "type": "string"
  13845. },
  13846. "phoneNumber": {
  13847. "description": "群主账号",
  13848. "type": "string"
  13849. },
  13850. "updateTime": {
  13851. "description": "更新时间",
  13852. "type": "string"
  13853. },
  13854. "userNum": {
  13855. "description": "群组人数",
  13856. "type": "integer"
  13857. }
  13858. }
  13859. }
  13860. },
  13861. "page": {
  13862. "type": "integer"
  13863. },
  13864. "page_size": {
  13865. "type": "integer"
  13866. },
  13867. "total": {
  13868. "type": "integer"
  13869. }
  13870. }
  13871. },
  13872. "md.Guide": {
  13873. "type": "object",
  13874. "properties": {
  13875. "bg_image": {
  13876. "type": "string"
  13877. },
  13878. "bg_image_url": {
  13879. "type": "string"
  13880. },
  13881. "content_image": {
  13882. "type": "string"
  13883. },
  13884. "content_image_url": {
  13885. "type": "string"
  13886. }
  13887. }
  13888. },
  13889. "md.InviteCodeReq": {
  13890. "type": "object",
  13891. "properties": {
  13892. "custom_invite_code": {
  13893. "type": "string"
  13894. },
  13895. "id": {
  13896. "type": "string"
  13897. }
  13898. }
  13899. },
  13900. "md.JPushGetLevelListResp": {
  13901. "type": "object",
  13902. "properties": {
  13903. "list": {
  13904. "type": "array",
  13905. "items": {
  13906. "$ref": "#/definitions/md.LevelListNode"
  13907. }
  13908. },
  13909. "paginate": {
  13910. "$ref": "#/definitions/applet_app_md.Paginate"
  13911. }
  13912. }
  13913. },
  13914. "md.JPushGetTagListResp": {
  13915. "type": "object",
  13916. "properties": {
  13917. "list": {
  13918. "type": "array",
  13919. "items": {
  13920. "$ref": "#/definitions/md.TagListNode"
  13921. }
  13922. },
  13923. "paginate": {
  13924. "$ref": "#/definitions/applet_app_md.Paginate"
  13925. }
  13926. }
  13927. },
  13928. "md.JPushGetUserListReq": {
  13929. "type": "object",
  13930. "properties": {
  13931. "effective": {
  13932. "description": "有效会员",
  13933. "type": "integer"
  13934. },
  13935. "id": {
  13936. "description": "会员 ID",
  13937. "type": "integer"
  13938. },
  13939. "invite_code": {
  13940. "type": "string",
  13941. "example": "会员邀请码"
  13942. },
  13943. "is_real_name": {
  13944. "description": "是否实名 0.未实名,1.已实名",
  13945. "type": "integer"
  13946. },
  13947. "level": {
  13948. "description": "会员等级",
  13949. "type": "integer"
  13950. },
  13951. "limit": {
  13952. "type": "integer"
  13953. },
  13954. "login_after": {
  13955. "description": "最近登录结束时间",
  13956. "type": "string"
  13957. },
  13958. "login_before": {
  13959. "description": "最近登录开始时间",
  13960. "type": "string"
  13961. },
  13962. "memo": {
  13963. "description": "备注",
  13964. "type": "string"
  13965. },
  13966. "nickname": {
  13967. "type": "string",
  13968. "example": "会员昵称"
  13969. },
  13970. "page": {
  13971. "type": "integer"
  13972. },
  13973. "parent_invite_code": {
  13974. "type": "string",
  13975. "example": "上级邀请码"
  13976. },
  13977. "parent_phone": {
  13978. "type": "string",
  13979. "example": "上级手机号"
  13980. },
  13981. "phone": {
  13982. "type": "string",
  13983. "example": "会员手机号"
  13984. },
  13985. "recommend_id": {
  13986. "description": "推荐人 ID",
  13987. "type": "integer"
  13988. },
  13989. "register_after": {
  13990. "description": "注册时间终点",
  13991. "type": "string"
  13992. },
  13993. "register_before": {
  13994. "description": "注册时间起点",
  13995. "type": "string"
  13996. },
  13997. "register_type": {
  13998. "description": "注册类型(1:APP注册、2:H5注册)",
  13999. "type": "integer"
  14000. },
  14001. "sex": {
  14002. "description": "性别(0:未知 1:男 2:女)",
  14003. "type": "integer"
  14004. },
  14005. "state": {
  14006. "description": "状态",
  14007. "type": "integer"
  14008. },
  14009. "tag": {
  14010. "description": "标签 id",
  14011. "type": "integer"
  14012. },
  14013. "union_id": {
  14014. "type": "string",
  14015. "example": "微信号"
  14016. }
  14017. }
  14018. },
  14019. "md.LevelListNode": {
  14020. "type": "object",
  14021. "properties": {
  14022. "count": {
  14023. "description": "等级人数",
  14024. "type": "string"
  14025. },
  14026. "create_at": {
  14027. "description": "创建时间",
  14028. "type": "string"
  14029. },
  14030. "is_use": {
  14031. "description": "是否开启(0.否, 1.是)",
  14032. "type": "integer"
  14033. },
  14034. "level_id": {
  14035. "description": "等级 ID",
  14036. "type": "integer"
  14037. },
  14038. "level_name": {
  14039. "description": "等级名称",
  14040. "type": "string"
  14041. },
  14042. "level_weight": {
  14043. "description": "等级权重",
  14044. "type": "integer"
  14045. },
  14046. "memo": {
  14047. "description": "备注",
  14048. "type": "string"
  14049. }
  14050. }
  14051. },
  14052. "md.LevelTaskNode": {
  14053. "type": "object",
  14054. "properties": {
  14055. "active_days": {
  14056. "description": "活跃多少天",
  14057. "type": "string"
  14058. },
  14059. "finish_count": {
  14060. "description": "多少天内完成的指标",
  14061. "type": "string"
  14062. },
  14063. "is_must_task": {
  14064. "description": "是否必做(0,1)",
  14065. "type": "string"
  14066. },
  14067. "task_type": {
  14068. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  14069. "type": "string"
  14070. },
  14071. "task_type_level_id": {
  14072. "description": "会员等级 ID (task_type=3时生效)",
  14073. "type": "string"
  14074. },
  14075. "within_days": {
  14076. "description": "多少天内完成",
  14077. "type": "string"
  14078. }
  14079. }
  14080. },
  14081. "md.ListCommunityDividendsReq": {
  14082. "type": "object",
  14083. "properties": {
  14084. "end_at": {
  14085. "description": "结束时间",
  14086. "type": "string"
  14087. },
  14088. "end_nums": {
  14089. "description": "分红总量上限",
  14090. "type": "integer"
  14091. },
  14092. "limit": {
  14093. "description": "每页大小",
  14094. "type": "integer"
  14095. },
  14096. "page": {
  14097. "description": "页数",
  14098. "type": "integer"
  14099. },
  14100. "start_at": {
  14101. "description": "开始时间",
  14102. "type": "string"
  14103. },
  14104. "start_nums": {
  14105. "description": "分红总量下限",
  14106. "type": "integer"
  14107. }
  14108. }
  14109. },
  14110. "md.ListCommunityDividendsResp": {
  14111. "type": "object",
  14112. "properties": {
  14113. "list": {
  14114. "type": "array",
  14115. "items": {
  14116. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  14117. }
  14118. },
  14119. "paginate": {
  14120. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14121. }
  14122. }
  14123. },
  14124. "md.ListCommunityDividendsWithUserReq": {
  14125. "type": "object",
  14126. "properties": {
  14127. "limit": {
  14128. "type": "integer"
  14129. },
  14130. "page": {
  14131. "type": "integer"
  14132. },
  14133. "phone": {
  14134. "type": "string"
  14135. },
  14136. "uid": {
  14137. "type": "integer"
  14138. }
  14139. }
  14140. },
  14141. "md.ListCommunityDividendsWithUserResp": {
  14142. "type": "object",
  14143. "properties": {
  14144. "list": {
  14145. "type": "array",
  14146. "items": {
  14147. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  14148. }
  14149. },
  14150. "paginate": {
  14151. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14152. }
  14153. }
  14154. },
  14155. "md.ListPlatformRevenueReq": {
  14156. "type": "object",
  14157. "properties": {
  14158. "end_at": {
  14159. "type": "string",
  14160. "example": "结束时间"
  14161. },
  14162. "kind": {
  14163. "description": "数据类型",
  14164. "type": "integer"
  14165. },
  14166. "limit": {
  14167. "description": "每页大小",
  14168. "type": "integer"
  14169. },
  14170. "page": {
  14171. "description": "页数",
  14172. "type": "integer"
  14173. },
  14174. "start_at": {
  14175. "type": "string",
  14176. "example": "开始时间"
  14177. }
  14178. }
  14179. },
  14180. "md.ListPlatformRevenueResp": {
  14181. "type": "object",
  14182. "properties": {
  14183. "kind_list": {
  14184. "description": "类型列表",
  14185. "type": "array",
  14186. "items": {
  14187. "type": "object",
  14188. "additionalProperties": true
  14189. }
  14190. },
  14191. "list": {
  14192. "description": "数据列表",
  14193. "type": "array",
  14194. "items": {
  14195. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  14196. }
  14197. },
  14198. "paginate": {
  14199. "description": "分页数据",
  14200. "allOf": [
  14201. {
  14202. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  14203. }
  14204. ]
  14205. }
  14206. }
  14207. },
  14208. "md.LoginReq": {
  14209. "type": "object",
  14210. "required": [
  14211. "password",
  14212. "username"
  14213. ],
  14214. "properties": {
  14215. "code": {
  14216. "type": "string",
  14217. "example": "验证码"
  14218. },
  14219. "password": {
  14220. "type": "string",
  14221. "example": "登录密码"
  14222. },
  14223. "username": {
  14224. "type": "string",
  14225. "example": "登录账号"
  14226. }
  14227. }
  14228. },
  14229. "md.LoginResponse": {
  14230. "type": "object",
  14231. "properties": {
  14232. "token": {
  14233. "type": "string"
  14234. }
  14235. }
  14236. },
  14237. "md.ManualScoreReq": {
  14238. "type": "object",
  14239. "properties": {
  14240. "index_id": {
  14241. "description": "文档id",
  14242. "type": "string"
  14243. },
  14244. "score": {
  14245. "type": "string",
  14246. "example": "分数"
  14247. }
  14248. }
  14249. },
  14250. "md.ModuleSettingGetResp": {
  14251. "type": "object",
  14252. "properties": {
  14253. "data": {
  14254. "description": "内容"
  14255. },
  14256. "mod_name": {
  14257. "description": "模块名称",
  14258. "type": "string"
  14259. },
  14260. "mod_name_list": {
  14261. "description": "模块名称对照",
  14262. "type": "array",
  14263. "items": {
  14264. "type": "object",
  14265. "additionalProperties": true
  14266. }
  14267. },
  14268. "position": {
  14269. "description": "位置",
  14270. "type": "string"
  14271. },
  14272. "skip_identifier": {
  14273. "description": "跳转标识",
  14274. "type": "string"
  14275. },
  14276. "subtitle": {
  14277. "description": "副标题",
  14278. "type": "string"
  14279. },
  14280. "title": {
  14281. "description": "标题",
  14282. "type": "string"
  14283. }
  14284. }
  14285. },
  14286. "md.ModuleSettingUpdateReq": {
  14287. "type": "object",
  14288. "properties": {
  14289. "data": {
  14290. "description": "内容",
  14291. "type": "object",
  14292. "additionalProperties": true
  14293. },
  14294. "mod_name_value": {
  14295. "description": "模块类型值",
  14296. "type": "string"
  14297. },
  14298. "position": {
  14299. "description": "位置",
  14300. "type": "string"
  14301. },
  14302. "skip_identifier": {
  14303. "description": "跳转标识",
  14304. "type": "string"
  14305. },
  14306. "subtitle": {
  14307. "description": "副标题",
  14308. "type": "string"
  14309. },
  14310. "title": {
  14311. "description": "标题",
  14312. "type": "string"
  14313. }
  14314. }
  14315. },
  14316. "md.NewUserRedPackageGetBasicResp": {
  14317. "type": "object",
  14318. "properties": {
  14319. "create_at": {
  14320. "type": "string"
  14321. },
  14322. "days": {
  14323. "description": "天数",
  14324. "type": "integer"
  14325. },
  14326. "is_double": {
  14327. "description": "是否翻倍",
  14328. "type": "integer"
  14329. },
  14330. "is_open": {
  14331. "description": "是否开启(1:开启 0:关闭)",
  14332. "type": "integer"
  14333. },
  14334. "total_amount": {
  14335. "type": "string",
  14336. "example": "总金额"
  14337. },
  14338. "update_at": {
  14339. "type": "string"
  14340. }
  14341. }
  14342. },
  14343. "md.NewUserRedPackageRecordFlowListReq": {
  14344. "type": "object",
  14345. "properties": {
  14346. "end_at": {
  14347. "description": "结束时间",
  14348. "type": "string"
  14349. },
  14350. "limit": {
  14351. "description": "每页大小",
  14352. "type": "integer"
  14353. },
  14354. "page": {
  14355. "description": "页数",
  14356. "type": "integer"
  14357. },
  14358. "start_at": {
  14359. "description": "开始时间",
  14360. "type": "string"
  14361. },
  14362. "uid": {
  14363. "description": "用户 ID",
  14364. "type": "integer"
  14365. }
  14366. }
  14367. },
  14368. "md.NewUserRedPackageRecordFlowListResp": {
  14369. "type": "object",
  14370. "properties": {
  14371. "list": {
  14372. "type": "array",
  14373. "items": {
  14374. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  14375. }
  14376. },
  14377. "paginate": {
  14378. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14379. }
  14380. }
  14381. },
  14382. "md.NewUserRedPackageRecordFlowNode": {
  14383. "type": "object",
  14384. "properties": {
  14385. "balance_amount": {
  14386. "description": "剩余金额",
  14387. "type": "string"
  14388. },
  14389. "balance_days": {
  14390. "description": "剩余天数",
  14391. "type": "integer"
  14392. },
  14393. "basic_amount": {
  14394. "description": "基础金额",
  14395. "type": "string"
  14396. },
  14397. "create_at": {
  14398. "description": "创建时间",
  14399. "type": "string"
  14400. },
  14401. "day_num": {
  14402. "description": "第x天",
  14403. "type": "integer"
  14404. },
  14405. "double_rate": {
  14406. "description": "倍率",
  14407. "type": "string"
  14408. },
  14409. "id": {
  14410. "description": "流水 ID",
  14411. "type": "integer"
  14412. },
  14413. "is_double": {
  14414. "description": "是否翻倍",
  14415. "type": "integer"
  14416. },
  14417. "receive_days": {
  14418. "description": "领取天数",
  14419. "type": "integer"
  14420. },
  14421. "total_amount": {
  14422. "description": "实际金额",
  14423. "type": "string"
  14424. },
  14425. "uid": {
  14426. "description": "用户 ID",
  14427. "type": "integer"
  14428. }
  14429. }
  14430. },
  14431. "md.NewUserRedPackageRecordListReq": {
  14432. "type": "object",
  14433. "properties": {
  14434. "end_at": {
  14435. "description": "结束时间",
  14436. "type": "string"
  14437. },
  14438. "limit": {
  14439. "description": "每页大小",
  14440. "type": "integer"
  14441. },
  14442. "page": {
  14443. "description": "页数",
  14444. "type": "integer"
  14445. },
  14446. "start_at": {
  14447. "description": "开始时间",
  14448. "type": "string"
  14449. },
  14450. "uid": {
  14451. "description": "用户 ID",
  14452. "type": "integer"
  14453. }
  14454. }
  14455. },
  14456. "md.NewUserRedPackageRecordListResp": {
  14457. "type": "object",
  14458. "properties": {
  14459. "list": {
  14460. "type": "array",
  14461. "items": {
  14462. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  14463. }
  14464. },
  14465. "paginate": {
  14466. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14467. }
  14468. }
  14469. },
  14470. "md.NewUserRedPackageRecordNode": {
  14471. "type": "object",
  14472. "properties": {
  14473. "balance_amount": {
  14474. "description": "剩余金额",
  14475. "type": "string"
  14476. },
  14477. "balance_days": {
  14478. "description": "剩余天数",
  14479. "type": "integer"
  14480. },
  14481. "create_at": {
  14482. "description": "创建时间",
  14483. "type": "string"
  14484. },
  14485. "days": {
  14486. "description": "天数",
  14487. "type": "integer"
  14488. },
  14489. "receive_days": {
  14490. "description": "领取天数",
  14491. "type": "integer"
  14492. },
  14493. "state": {
  14494. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  14495. "type": "integer"
  14496. },
  14497. "system_id": {
  14498. "description": "系统中记录的 ID",
  14499. "type": "integer"
  14500. },
  14501. "total_amount": {
  14502. "description": "金额",
  14503. "type": "string"
  14504. },
  14505. "uid": {
  14506. "description": "用户 ID",
  14507. "type": "integer"
  14508. },
  14509. "update_at": {
  14510. "description": "修改时间",
  14511. "type": "string"
  14512. }
  14513. }
  14514. },
  14515. "md.NewUserRedPackageUpdateBasicReq": {
  14516. "type": "object",
  14517. "properties": {
  14518. "days": {
  14519. "description": "天数",
  14520. "type": "integer"
  14521. },
  14522. "is_double": {
  14523. "description": "是否翻倍",
  14524. "type": "integer"
  14525. },
  14526. "is_open": {
  14527. "description": "是否开启(1:开启 0:关闭)",
  14528. "type": "integer"
  14529. },
  14530. "total_amount": {
  14531. "type": "string",
  14532. "example": "总金额"
  14533. }
  14534. }
  14535. },
  14536. "md.NewUserRewardRules": {
  14537. "type": "object",
  14538. "properties": {
  14539. "continue_days": {
  14540. "description": "连续x天",
  14541. "type": "integer"
  14542. },
  14543. "invite_user_reward_value": {
  14544. "description": "拉新用户奖励x个活跃积分",
  14545. "type": "integer"
  14546. },
  14547. "reward_coefficient": {
  14548. "description": "奖励系数",
  14549. "type": "number"
  14550. }
  14551. }
  14552. },
  14553. "md.NoticeAliyunSmsList": {
  14554. "type": "object",
  14555. "properties": {
  14556. "content": {
  14557. "type": "string",
  14558. "example": "这是 填短信模板id"
  14559. },
  14560. "day": {
  14561. "type": "string",
  14562. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14563. },
  14564. "id": {
  14565. "type": "string"
  14566. },
  14567. "is_show": {
  14568. "type": "string"
  14569. },
  14570. "notice_day": {
  14571. "type": "string",
  14572. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14573. },
  14574. "title": {
  14575. "type": "string"
  14576. },
  14577. "type": {
  14578. "type": "string"
  14579. }
  14580. }
  14581. },
  14582. "md.NoticeAliyunSmsListReq": {
  14583. "type": "object",
  14584. "properties": {
  14585. "limit": {
  14586. "description": "每页大小",
  14587. "type": "string"
  14588. },
  14589. "page": {
  14590. "description": "页数",
  14591. "type": "string"
  14592. }
  14593. }
  14594. },
  14595. "md.NoticeAliyunSmsListResp": {
  14596. "type": "object",
  14597. "properties": {
  14598. "list": {
  14599. "type": "array",
  14600. "items": {
  14601. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  14602. }
  14603. },
  14604. "select_data": {
  14605. "type": "array",
  14606. "items": {
  14607. "type": "object",
  14608. "additionalProperties": {
  14609. "type": "string"
  14610. }
  14611. }
  14612. },
  14613. "total": {
  14614. "type": "integer"
  14615. }
  14616. }
  14617. },
  14618. "md.NoticeAliyunSmsSaveReq": {
  14619. "type": "object",
  14620. "properties": {
  14621. "content": {
  14622. "type": "string"
  14623. },
  14624. "day": {
  14625. "type": "string",
  14626. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14627. },
  14628. "id": {
  14629. "type": "string"
  14630. },
  14631. "is_show": {
  14632. "type": "string"
  14633. },
  14634. "notice_day": {
  14635. "type": "string",
  14636. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14637. },
  14638. "title": {
  14639. "type": "string"
  14640. },
  14641. "type": {
  14642. "type": "string"
  14643. }
  14644. }
  14645. },
  14646. "md.NoticeDelReq": {
  14647. "type": "object",
  14648. "properties": {
  14649. "id": {
  14650. "type": "array",
  14651. "items": {
  14652. "type": "string"
  14653. }
  14654. }
  14655. }
  14656. },
  14657. "md.NoticeList": {
  14658. "type": "object",
  14659. "properties": {
  14660. "content": {
  14661. "type": "string"
  14662. },
  14663. "day": {
  14664. "type": "string",
  14665. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14666. },
  14667. "id": {
  14668. "type": "string"
  14669. },
  14670. "jpush_open": {
  14671. "type": "string",
  14672. "example": "app推送开启 0关 1开"
  14673. },
  14674. "notice_day": {
  14675. "type": "string",
  14676. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14677. },
  14678. "sms_code": {
  14679. "type": "string",
  14680. "example": "短信模板id"
  14681. },
  14682. "sms_open": {
  14683. "type": "string",
  14684. "example": "短信推送开启 0关 1开"
  14685. },
  14686. "title": {
  14687. "type": "string"
  14688. },
  14689. "type": {
  14690. "type": "string"
  14691. }
  14692. }
  14693. },
  14694. "md.NoticeListReq": {
  14695. "type": "object",
  14696. "properties": {
  14697. "limit": {
  14698. "description": "每页大小",
  14699. "type": "string"
  14700. },
  14701. "page": {
  14702. "description": "页数",
  14703. "type": "string"
  14704. }
  14705. }
  14706. },
  14707. "md.NoticeListResp": {
  14708. "type": "object",
  14709. "properties": {
  14710. "change_data": {
  14711. "type": "array",
  14712. "items": {
  14713. "type": "object",
  14714. "additionalProperties": {
  14715. "type": "string"
  14716. }
  14717. }
  14718. },
  14719. "list": {
  14720. "type": "array",
  14721. "items": {
  14722. "$ref": "#/definitions/md.NoticeList"
  14723. }
  14724. },
  14725. "select_data": {
  14726. "type": "array",
  14727. "items": {
  14728. "type": "object",
  14729. "additionalProperties": {
  14730. "type": "string"
  14731. }
  14732. }
  14733. },
  14734. "total": {
  14735. "type": "integer"
  14736. }
  14737. }
  14738. },
  14739. "md.NoticePushList": {
  14740. "type": "object",
  14741. "properties": {
  14742. "content": {
  14743. "type": "string"
  14744. },
  14745. "id": {
  14746. "type": "string"
  14747. },
  14748. "platform": {
  14749. "type": "string"
  14750. },
  14751. "send_end_time": {
  14752. "type": "string",
  14753. "example": "如 2024-11-25 11:56:00"
  14754. },
  14755. "send_start_time": {
  14756. "type": "string",
  14757. "example": "如 2024-11-25 11:56:00"
  14758. },
  14759. "send_type": {
  14760. "type": "string",
  14761. "example": "0立即推送 1定时推送"
  14762. },
  14763. "state": {
  14764. "type": "string",
  14765. "example": "0待发送 1发送成功"
  14766. },
  14767. "target": {
  14768. "type": "string"
  14769. },
  14770. "title": {
  14771. "type": "string"
  14772. }
  14773. }
  14774. },
  14775. "md.NoticePushListResp": {
  14776. "type": "object",
  14777. "properties": {
  14778. "list": {
  14779. "type": "array",
  14780. "items": {
  14781. "$ref": "#/definitions/md.NoticePushList"
  14782. }
  14783. },
  14784. "platform_data": {
  14785. "type": "array",
  14786. "items": {
  14787. "type": "object",
  14788. "additionalProperties": {
  14789. "type": "string"
  14790. }
  14791. }
  14792. },
  14793. "target_data": {
  14794. "type": "array",
  14795. "items": {
  14796. "type": "object",
  14797. "additionalProperties": {
  14798. "type": "string"
  14799. }
  14800. }
  14801. },
  14802. "total": {
  14803. "type": "integer"
  14804. }
  14805. }
  14806. },
  14807. "md.NoticePushSaveReq": {
  14808. "type": "object",
  14809. "properties": {
  14810. "content": {
  14811. "type": "string"
  14812. },
  14813. "id": {
  14814. "type": "string"
  14815. },
  14816. "level": {
  14817. "type": "array",
  14818. "items": {
  14819. "type": "string"
  14820. }
  14821. },
  14822. "platform": {
  14823. "type": "string"
  14824. },
  14825. "send_end_time": {
  14826. "type": "string"
  14827. },
  14828. "send_start_time": {
  14829. "type": "string"
  14830. },
  14831. "send_type": {
  14832. "type": "string"
  14833. },
  14834. "tag_list": {
  14835. "type": "array",
  14836. "items": {
  14837. "type": "string"
  14838. }
  14839. },
  14840. "target": {
  14841. "type": "string"
  14842. },
  14843. "title": {
  14844. "type": "string"
  14845. },
  14846. "user_list": {
  14847. "type": "array",
  14848. "items": {
  14849. "type": "string"
  14850. }
  14851. }
  14852. }
  14853. },
  14854. "md.NoticeSaveReq": {
  14855. "type": "object",
  14856. "properties": {
  14857. "content": {
  14858. "type": "string"
  14859. },
  14860. "day": {
  14861. "type": "string",
  14862. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14863. },
  14864. "id": {
  14865. "type": "string"
  14866. },
  14867. "jpush_open": {
  14868. "type": "string",
  14869. "example": "app推送开启 0关 1开"
  14870. },
  14871. "notice_day": {
  14872. "type": "string",
  14873. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14874. },
  14875. "sms_code": {
  14876. "type": "string",
  14877. "example": "短信模板id"
  14878. },
  14879. "sms_open": {
  14880. "type": "string",
  14881. "example": "短信推送开启 0关 1开"
  14882. },
  14883. "title": {
  14884. "type": "string"
  14885. },
  14886. "type": {
  14887. "type": "string"
  14888. }
  14889. }
  14890. },
  14891. "md.OtherNode": {
  14892. "type": "object",
  14893. "properties": {
  14894. "create_at": {
  14895. "description": "注册时间",
  14896. "type": "string"
  14897. },
  14898. "last_login_at": {
  14899. "description": "最近登录时间",
  14900. "type": "string"
  14901. },
  14902. "last_login_ip": {
  14903. "description": "最后登录 IP",
  14904. "type": "string"
  14905. }
  14906. }
  14907. },
  14908. "md.PageCustomerServiceReq": {
  14909. "type": "object",
  14910. "properties": {
  14911. "memo": {
  14912. "type": "string",
  14913. "example": "备注"
  14914. },
  14915. "page": {
  14916. "type": "integer"
  14917. },
  14918. "page_size": {
  14919. "type": "integer"
  14920. },
  14921. "phone": {
  14922. "description": "手机号",
  14923. "type": "string"
  14924. },
  14925. "state": {
  14926. "description": "状态",
  14927. "type": "integer"
  14928. }
  14929. }
  14930. },
  14931. "md.PageEmoticonReq": {
  14932. "type": "object",
  14933. "properties": {
  14934. "memo": {
  14935. "type": "string",
  14936. "example": "备注"
  14937. },
  14938. "name": {
  14939. "description": "表情名称",
  14940. "type": "string"
  14941. },
  14942. "page": {
  14943. "type": "integer"
  14944. },
  14945. "page_size": {
  14946. "type": "integer"
  14947. },
  14948. "state": {
  14949. "description": "状态",
  14950. "type": "integer"
  14951. }
  14952. }
  14953. },
  14954. "md.PageSendRedPackageOrdReq": {
  14955. "type": "object",
  14956. "properties": {
  14957. "invite_code": {
  14958. "description": "邀请码",
  14959. "type": "string",
  14960. "example": "邀请码"
  14961. },
  14962. "nickname": {
  14963. "description": "昵称",
  14964. "type": "string",
  14965. "example": "昵称"
  14966. },
  14967. "ord_no": {
  14968. "description": "订单号",
  14969. "type": "string",
  14970. "example": "订单号"
  14971. },
  14972. "page": {
  14973. "type": "integer"
  14974. },
  14975. "page_size": {
  14976. "type": "integer"
  14977. },
  14978. "phone": {
  14979. "description": "手机号",
  14980. "type": "string",
  14981. "example": "手机号"
  14982. },
  14983. "red_packet_type": {
  14984. "description": "红包类型",
  14985. "type": "integer"
  14986. },
  14987. "start_time_end": {
  14988. "type": "string",
  14989. "example": "发送时间-截止"
  14990. },
  14991. "start_time_start": {
  14992. "type": "string",
  14993. "example": "发送时间-起始"
  14994. },
  14995. "state": {
  14996. "description": "状态",
  14997. "type": "integer"
  14998. },
  14999. "uid": {
  15000. "type": "integer"
  15001. }
  15002. }
  15003. },
  15004. "md.PlatformRevenueDataNode": {
  15005. "type": "object",
  15006. "properties": {
  15007. "balance_amount": {
  15008. "description": "余额",
  15009. "type": "string"
  15010. },
  15011. "balance_times": {
  15012. "description": "剩余执行次数",
  15013. "type": "integer"
  15014. },
  15015. "create_at": {
  15016. "description": "创建时间",
  15017. "type": "string"
  15018. },
  15019. "hours": {
  15020. "description": "时长",
  15021. "type": "integer"
  15022. },
  15023. "kind": {
  15024. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  15025. "type": "integer"
  15026. },
  15027. "memo": {
  15028. "description": "备注",
  15029. "type": "string"
  15030. },
  15031. "system_id": {
  15032. "type": "integer"
  15033. },
  15034. "total_amount": {
  15035. "description": "金额",
  15036. "type": "string"
  15037. }
  15038. }
  15039. },
  15040. "md.PlayletBaseData": {
  15041. "type": "object",
  15042. "properties": {
  15043. "day_one_count": {
  15044. "type": "string",
  15045. "example": "每天每个短剧解锁次数"
  15046. },
  15047. "first_count": {
  15048. "type": "string",
  15049. "example": "首次可观看集数"
  15050. },
  15051. "reward": {
  15052. "type": "string",
  15053. "example": "单次奖励"
  15054. },
  15055. "second_count": {
  15056. "type": "string",
  15057. "example": "看一次广告解锁集数"
  15058. },
  15059. "total": {
  15060. "type": "string",
  15061. "example": "可领取总次数"
  15062. }
  15063. }
  15064. },
  15065. "md.PlayletIncentiveBaseData": {
  15066. "type": "object",
  15067. "properties": {
  15068. "android_adv_id": {
  15069. "type": "string",
  15070. "example": "安卓激励视频广告位"
  15071. },
  15072. "android_adv_secret": {
  15073. "type": "string",
  15074. "example": "安卓激励视频秘钥"
  15075. },
  15076. "ios_adv_id": {
  15077. "type": "string",
  15078. "example": "iOS激励视频广告位"
  15079. },
  15080. "ios_adv_secret": {
  15081. "type": "string",
  15082. "example": "iOS激励视频秘钥"
  15083. }
  15084. }
  15085. },
  15086. "md.PriceSettingStruct": {
  15087. "type": "object",
  15088. "properties": {
  15089. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  15090. "description": "市商资金单笔x元自动兑换",
  15091. "type": "string"
  15092. },
  15093. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  15094. "description": "市商数量单笔x数量自动兑换",
  15095. "type": "string"
  15096. },
  15097. "price_below_value": {
  15098. "description": "低于x元",
  15099. "type": "string"
  15100. },
  15101. "price_higher_than_value": {
  15102. "description": "高于x元",
  15103. "type": "string"
  15104. }
  15105. }
  15106. },
  15107. "md.RegisterReq": {
  15108. "type": "object",
  15109. "required": [
  15110. "mobile"
  15111. ],
  15112. "properties": {
  15113. "avatar": {
  15114. "type": "string"
  15115. },
  15116. "mobile": {
  15117. "type": "string"
  15118. },
  15119. "nickname": {
  15120. "type": "string"
  15121. },
  15122. "parent_uid": {
  15123. "type": "string",
  15124. "example": "上级用户"
  15125. },
  15126. "password": {
  15127. "type": "string",
  15128. "example": "密码 如 123"
  15129. },
  15130. "type": {
  15131. "type": "string",
  15132. "example": "app:APP注册、h5:H5注册 admin 后台"
  15133. }
  15134. }
  15135. },
  15136. "md.ReleaseDynamicReq": {
  15137. "type": "object",
  15138. "properties": {
  15139. "content": {
  15140. "description": "文本内容",
  15141. "type": "string"
  15142. },
  15143. "image": {
  15144. "description": "图片",
  15145. "type": "array",
  15146. "items": {
  15147. "type": "string"
  15148. }
  15149. },
  15150. "is_praise": {
  15151. "description": "是否被表扬(1:是 2:否)",
  15152. "type": "integer"
  15153. },
  15154. "is_top_up": {
  15155. "description": "是否置顶(1:是 2:否)",
  15156. "type": "integer"
  15157. },
  15158. "kind": {
  15159. "description": "类型(1:普通 2:官方)",
  15160. "type": "integer"
  15161. },
  15162. "state": {
  15163. "description": "状态(1:正常 2:隐藏)",
  15164. "type": "integer"
  15165. },
  15166. "video": {
  15167. "description": "视频",
  15168. "type": "string"
  15169. }
  15170. }
  15171. },
  15172. "md.Response": {
  15173. "type": "object",
  15174. "properties": {
  15175. "code": {
  15176. "type": "string",
  15177. "example": "响应码"
  15178. },
  15179. "data": {
  15180. "description": "内容"
  15181. },
  15182. "msg": {
  15183. "type": "string",
  15184. "example": "具体错误原因"
  15185. }
  15186. }
  15187. },
  15188. "md.RewardSystemStruct": {
  15189. "type": "object",
  15190. "properties": {
  15191. "level": {
  15192. "description": "圈层",
  15193. "type": "integer"
  15194. },
  15195. "reward_condition": {
  15196. "description": "奖励条件",
  15197. "type": "string"
  15198. },
  15199. "reward_value": {
  15200. "description": "奖励值",
  15201. "type": "string"
  15202. }
  15203. }
  15204. },
  15205. "md.RoleBindPermissionGroupReq": {
  15206. "type": "object",
  15207. "required": [
  15208. "role_id"
  15209. ],
  15210. "properties": {
  15211. "permission_ids": {
  15212. "type": "array",
  15213. "items": {
  15214. "type": "integer"
  15215. }
  15216. },
  15217. "role_id": {
  15218. "type": "integer"
  15219. }
  15220. }
  15221. },
  15222. "md.SelectData": {
  15223. "type": "object",
  15224. "properties": {
  15225. "direction": {
  15226. "type": "array",
  15227. "items": {
  15228. "type": "object",
  15229. "additionalProperties": {
  15230. "type": "string"
  15231. }
  15232. }
  15233. }
  15234. }
  15235. },
  15236. "md.SelectMemberNode": {
  15237. "type": "object",
  15238. "properties": {
  15239. "avatar": {
  15240. "description": "会员头像",
  15241. "type": "string"
  15242. },
  15243. "level": {
  15244. "description": "会员等级",
  15245. "type": "string"
  15246. },
  15247. "nickname": {
  15248. "description": "会员昵称",
  15249. "type": "string"
  15250. },
  15251. "phone": {
  15252. "description": "会员手机号",
  15253. "type": "string"
  15254. },
  15255. "uid": {
  15256. "description": "会员 ID",
  15257. "type": "integer"
  15258. }
  15259. }
  15260. },
  15261. "md.SelectMemberReq": {
  15262. "type": "object",
  15263. "properties": {
  15264. "level": {
  15265. "description": "会员等级",
  15266. "type": "integer"
  15267. },
  15268. "limit": {
  15269. "description": "每页大小",
  15270. "type": "integer"
  15271. },
  15272. "nickname": {
  15273. "description": "会员昵称",
  15274. "type": "string"
  15275. },
  15276. "page": {
  15277. "description": "页数",
  15278. "type": "integer"
  15279. },
  15280. "phone": {
  15281. "description": "会员手机号",
  15282. "type": "string"
  15283. },
  15284. "uid": {
  15285. "description": "会员 ID",
  15286. "type": "integer"
  15287. }
  15288. }
  15289. },
  15290. "md.SelectMemberResp": {
  15291. "type": "object",
  15292. "properties": {
  15293. "level_list": {
  15294. "description": "会员等级列表",
  15295. "type": "array",
  15296. "items": {
  15297. "type": "object",
  15298. "additionalProperties": true
  15299. }
  15300. },
  15301. "list": {
  15302. "description": "会员数据",
  15303. "type": "array",
  15304. "items": {
  15305. "$ref": "#/definitions/md.SelectMemberNode"
  15306. }
  15307. },
  15308. "paginate": {
  15309. "description": "分页信息",
  15310. "allOf": [
  15311. {
  15312. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  15313. }
  15314. ]
  15315. }
  15316. }
  15317. },
  15318. "md.SetCustomerServiceStateReq": {
  15319. "type": "object",
  15320. "properties": {
  15321. "id": {
  15322. "description": "拥有用户数量",
  15323. "type": "integer"
  15324. },
  15325. "state": {
  15326. "description": "状态",
  15327. "type": "integer"
  15328. }
  15329. }
  15330. },
  15331. "md.SetEmoticonStateReq": {
  15332. "type": "object",
  15333. "properties": {
  15334. "id": {
  15335. "description": "拥有用户数量",
  15336. "type": "integer"
  15337. },
  15338. "state": {
  15339. "description": "状态",
  15340. "type": "integer"
  15341. }
  15342. }
  15343. },
  15344. "md.SetVideoRewardReq": {
  15345. "type": "object",
  15346. "properties": {
  15347. "ecpm": {
  15348. "description": "当前 Ecpm 值",
  15349. "type": "string"
  15350. },
  15351. "unit_price": {
  15352. "description": "单价",
  15353. "type": "string"
  15354. }
  15355. }
  15356. },
  15357. "md.SonUserDailyActivityAnalysisNode": {
  15358. "type": "object",
  15359. "properties": {
  15360. "activity_day_nums": {
  15361. "description": "活跃子节点活跃天数",
  15362. "type": "integer"
  15363. },
  15364. "nickname": {
  15365. "type": "string",
  15366. "example": "昵称"
  15367. },
  15368. "phone": {
  15369. "type": "string",
  15370. "example": "手机号"
  15371. },
  15372. "uid": {
  15373. "description": "查询用户活跃子节点 ID",
  15374. "type": "integer"
  15375. }
  15376. }
  15377. },
  15378. "md.StatisticsEggPointReq": {
  15379. "type": "object",
  15380. "properties": {
  15381. "kind": {
  15382. "type": "string"
  15383. },
  15384. "week": {
  15385. "type": "string",
  15386. "example": "周份"
  15387. },
  15388. "year": {
  15389. "type": "string",
  15390. "example": "年份"
  15391. }
  15392. }
  15393. },
  15394. "md.StatisticsEggPointResp": {
  15395. "type": "object",
  15396. "properties": {
  15397. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  15398. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  15399. "type": "array",
  15400. "items": {
  15401. "type": "object",
  15402. "additionalProperties": {
  15403. "type": "string"
  15404. }
  15405. }
  15406. },
  15407. "statistics_user_egg_browse_interface_nums_range": {
  15408. "description": "统计用户\"浏览界面次数\"范围",
  15409. "type": "array",
  15410. "items": {
  15411. "type": "object",
  15412. "additionalProperties": {
  15413. "type": "string"
  15414. }
  15415. }
  15416. },
  15417. "statistics_user_egg_college_learning_nums_range": {
  15418. "description": "统计用户\"学院学习次数\"范围",
  15419. "type": "array",
  15420. "items": {
  15421. "type": "object",
  15422. "additionalProperties": {
  15423. "type": "string"
  15424. }
  15425. }
  15426. },
  15427. "statistics_user_egg_ecpm_range": {
  15428. "description": "统计用户\"ecpm\"范围",
  15429. "type": "array",
  15430. "items": {
  15431. "type": "object",
  15432. "additionalProperties": {
  15433. "type": "string"
  15434. }
  15435. }
  15436. },
  15437. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  15438. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  15439. "type": "array",
  15440. "items": {
  15441. "type": "object",
  15442. "additionalProperties": {
  15443. "type": "string"
  15444. }
  15445. }
  15446. },
  15447. "statistics_user_egg_forum_comments_nums_range": {
  15448. "description": "统计用户\"论坛评论次数\"范围",
  15449. "type": "array",
  15450. "items": {
  15451. "type": "object",
  15452. "additionalProperties": {
  15453. "type": "string"
  15454. }
  15455. }
  15456. },
  15457. "statistics_user_egg_invite_user_nums_range": {
  15458. "description": "统计用户\"拉新人数\"范围",
  15459. "type": "array",
  15460. "items": {
  15461. "type": "object",
  15462. "additionalProperties": {
  15463. "type": "string"
  15464. }
  15465. }
  15466. },
  15467. "statistics_user_egg_person_add_activity_value_range": {
  15468. "description": "统计用户\"个人活跃积分增量值\"范围",
  15469. "type": "array",
  15470. "items": {
  15471. "type": "object",
  15472. "additionalProperties": {
  15473. "type": "string"
  15474. }
  15475. }
  15476. },
  15477. "statistics_user_egg_send_circle_of_friend_nums_range": {
  15478. "description": "统计用户\"发朋友圈次数\"范围",
  15479. "type": "array",
  15480. "items": {
  15481. "type": "object",
  15482. "additionalProperties": {
  15483. "type": "string"
  15484. }
  15485. }
  15486. },
  15487. "statistics_user_egg_send_red_package_nums_range": {
  15488. "description": "统计用户\"发红包次数\"范围",
  15489. "type": "array",
  15490. "items": {
  15491. "type": "object",
  15492. "additionalProperties": {
  15493. "type": "string"
  15494. }
  15495. }
  15496. },
  15497. "statistics_user_egg_sign_in_nums_range": {
  15498. "description": "统计用户\"签到次数\"范围",
  15499. "type": "array",
  15500. "items": {
  15501. "type": "object",
  15502. "additionalProperties": {
  15503. "type": "string"
  15504. }
  15505. }
  15506. },
  15507. "statistics_user_egg_team_activity_nums_range": {
  15508. "description": "统计用户\"团队活跃次数\"范围",
  15509. "type": "array",
  15510. "items": {
  15511. "type": "object",
  15512. "additionalProperties": {
  15513. "type": "string"
  15514. }
  15515. }
  15516. },
  15517. "statistics_user_egg_violate_nums_range": {
  15518. "description": "统计用户\"违规次数\"范围",
  15519. "type": "array",
  15520. "items": {
  15521. "type": "object",
  15522. "additionalProperties": {
  15523. "type": "string"
  15524. }
  15525. }
  15526. },
  15527. "week": {
  15528. "type": "string",
  15529. "example": "周份"
  15530. },
  15531. "year": {
  15532. "type": "string",
  15533. "example": "年份"
  15534. },
  15535. "year_list": {
  15536. "description": "年份\u0026\u0026周份列表",
  15537. "type": "object",
  15538. "additionalProperties": {
  15539. "type": "array",
  15540. "items": {
  15541. "type": "string"
  15542. }
  15543. }
  15544. }
  15545. }
  15546. },
  15547. "md.SubUser": {
  15548. "type": "object",
  15549. "properties": {
  15550. "avatar_url": {
  15551. "type": "string",
  15552. "example": "头像"
  15553. },
  15554. "level": {
  15555. "description": "整个系统中的等级",
  15556. "type": "integer"
  15557. },
  15558. "nickname": {
  15559. "type": "string",
  15560. "example": "昵称"
  15561. },
  15562. "phone": {
  15563. "type": "string",
  15564. "example": "手机号"
  15565. },
  15566. "pid": {
  15567. "type": "integer"
  15568. },
  15569. "position": {
  15570. "description": "以pid1为创始人中网的位置",
  15571. "type": "integer"
  15572. },
  15573. "uid": {
  15574. "type": "integer"
  15575. }
  15576. }
  15577. },
  15578. "md.TagListNode": {
  15579. "type": "object",
  15580. "properties": {
  15581. "count": {
  15582. "description": "标签人数",
  15583. "type": "string"
  15584. },
  15585. "create_at": {
  15586. "description": "创建时间",
  15587. "type": "string"
  15588. },
  15589. "is_punish": {
  15590. "description": "是否处罚",
  15591. "type": "integer"
  15592. },
  15593. "memo": {
  15594. "description": "备注",
  15595. "type": "string"
  15596. },
  15597. "name": {
  15598. "description": "名称",
  15599. "type": "string"
  15600. },
  15601. "tag_id": {
  15602. "description": "标签 ID",
  15603. "type": "string"
  15604. }
  15605. }
  15606. },
  15607. "md.TreeNode": {
  15608. "type": "object",
  15609. "properties": {
  15610. "avatar_url": {
  15611. "type": "string",
  15612. "example": "头像"
  15613. },
  15614. "level": {
  15615. "type": "integer"
  15616. },
  15617. "nickname": {
  15618. "type": "string",
  15619. "example": "昵称"
  15620. },
  15621. "phone": {
  15622. "type": "string",
  15623. "example": "手机号"
  15624. },
  15625. "pid": {
  15626. "type": "integer"
  15627. },
  15628. "position": {
  15629. "type": "integer"
  15630. },
  15631. "son": {
  15632. "type": "array",
  15633. "items": {
  15634. "$ref": "#/definitions/md.TreeNode"
  15635. }
  15636. },
  15637. "system_id": {
  15638. "description": "公排网中id",
  15639. "type": "integer"
  15640. },
  15641. "uid": {
  15642. "type": "integer"
  15643. }
  15644. }
  15645. },
  15646. "md.UpdateAdminReq": {
  15647. "type": "object",
  15648. "required": [
  15649. "adm_id",
  15650. "password",
  15651. "username"
  15652. ],
  15653. "properties": {
  15654. "adm_id": {
  15655. "type": "integer"
  15656. },
  15657. "memo": {
  15658. "type": "string"
  15659. },
  15660. "password": {
  15661. "type": "string"
  15662. },
  15663. "username": {
  15664. "type": "string"
  15665. }
  15666. }
  15667. },
  15668. "md.UpdateAdminStateReq": {
  15669. "type": "object",
  15670. "required": [
  15671. "adm_id",
  15672. "state"
  15673. ],
  15674. "properties": {
  15675. "adm_id": {
  15676. "type": "integer"
  15677. },
  15678. "state": {
  15679. "type": "integer"
  15680. }
  15681. }
  15682. },
  15683. "md.UpdateContributionValueBasicSettingReq": {
  15684. "type": "object",
  15685. "properties": {
  15686. "hand_out_red_package": {
  15687. "description": "发红包获得x点",
  15688. "type": "string"
  15689. },
  15690. "id": {
  15691. "type": "string"
  15692. },
  15693. "posting_comment_liked": {
  15694. "description": "发布评论被官方点赞获得x点",
  15695. "type": "string"
  15696. },
  15697. "posting_dynamic_liked": {
  15698. "description": "发布动态被官方点赞获得x点",
  15699. "type": "string"
  15700. },
  15701. "publish_creation": {
  15702. "description": "发布创作获得x点",
  15703. "type": "string"
  15704. }
  15705. }
  15706. },
  15707. "md.UpdateCustomerServiceMemoReq": {
  15708. "type": "object",
  15709. "properties": {
  15710. "id": {
  15711. "description": "拥有用户数量",
  15712. "type": "integer"
  15713. },
  15714. "memo": {
  15715. "description": "备注",
  15716. "type": "string",
  15717. "example": "备注"
  15718. }
  15719. }
  15720. },
  15721. "md.UpdateDynamicReq": {
  15722. "type": "object",
  15723. "required": [
  15724. "index_id"
  15725. ],
  15726. "properties": {
  15727. "index_id": {
  15728. "description": "动态id",
  15729. "type": "string"
  15730. },
  15731. "is_praise": {
  15732. "description": "是否被表扬(1:是 2:否)",
  15733. "type": "integer"
  15734. },
  15735. "is_top_up": {
  15736. "description": "是否置顶(1:是 2:否)",
  15737. "type": "integer"
  15738. },
  15739. "state": {
  15740. "description": "状态(1:正常 2:隐藏)",
  15741. "type": "integer"
  15742. }
  15743. }
  15744. },
  15745. "md.UpdateEggEnergyBasicReq": {
  15746. "type": "object",
  15747. "properties": {
  15748. "basic_setting": {
  15749. "description": "基础设置",
  15750. "allOf": [
  15751. {
  15752. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  15753. }
  15754. ]
  15755. },
  15756. "data_setting": {
  15757. "description": "数据设置",
  15758. "allOf": [
  15759. {
  15760. "$ref": "#/definitions/md.DataSetting"
  15761. }
  15762. ]
  15763. },
  15764. "destruction_setting": {
  15765. "description": "销毁设置",
  15766. "allOf": [
  15767. {
  15768. "$ref": "#/definitions/md.DestructionSettingStruct"
  15769. }
  15770. ]
  15771. },
  15772. "exchange_rules": {
  15773. "description": "兑换规则",
  15774. "allOf": [
  15775. {
  15776. "$ref": "#/definitions/md.ExchangeRulesStruct"
  15777. }
  15778. ]
  15779. },
  15780. "new_user_incentive_rules": {
  15781. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  15782. "allOf": [
  15783. {
  15784. "$ref": "#/definitions/md.NewUserRewardRules"
  15785. }
  15786. ]
  15787. },
  15788. "price_setting": {
  15789. "description": "价格设置",
  15790. "allOf": [
  15791. {
  15792. "$ref": "#/definitions/md.PriceSettingStruct"
  15793. }
  15794. ]
  15795. },
  15796. "reward_system": {
  15797. "description": "圈层奖励",
  15798. "type": "array",
  15799. "items": {
  15800. "$ref": "#/definitions/md.RewardSystemStruct"
  15801. }
  15802. },
  15803. "settlement_quantity": {
  15804. "description": "结算数量(百分比)",
  15805. "type": "string"
  15806. },
  15807. "system_id": {
  15808. "description": "该设置系统 ID",
  15809. "type": "integer"
  15810. },
  15811. "video_reward_setting": {
  15812. "description": "视频奖励",
  15813. "allOf": [
  15814. {
  15815. "$ref": "#/definitions/md.VideoRewardSetting"
  15816. }
  15817. ]
  15818. }
  15819. }
  15820. },
  15821. "md.UpdateEggEnergyCoreDataReq": {
  15822. "type": "object",
  15823. "properties": {
  15824. "community_dividends": {
  15825. "description": "社区分红",
  15826. "type": "string"
  15827. },
  15828. "development_committee": {
  15829. "description": "发展委员会",
  15830. "type": "string"
  15831. },
  15832. "id": {
  15833. "type": "integer"
  15834. },
  15835. "marketplace_merchant_funds": {
  15836. "description": "市商资金",
  15837. "type": "string"
  15838. },
  15839. "marketplace_merchant_nums": {
  15840. "description": "市商数量",
  15841. "type": "string"
  15842. },
  15843. "now_energy_total_nums": {
  15844. "description": "现行总量",
  15845. "type": "string"
  15846. },
  15847. "now_price": {
  15848. "description": "当前价格",
  15849. "type": "string"
  15850. },
  15851. "planet_total_value": {
  15852. "description": "星球总价值",
  15853. "type": "string"
  15854. },
  15855. "public_welfare_and_charity": {
  15856. "description": "公益慈善",
  15857. "type": "string"
  15858. },
  15859. "star_level_dividends": {
  15860. "description": "星级分红",
  15861. "type": "string"
  15862. }
  15863. }
  15864. },
  15865. "md.UpdateEggEnergyVipSettingReq": {
  15866. "type": "object",
  15867. "properties": {
  15868. "list": {
  15869. "description": "更新后数据",
  15870. "type": "array",
  15871. "items": {
  15872. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  15873. }
  15874. }
  15875. }
  15876. },
  15877. "md.UpdateEmoticonReq": {
  15878. "type": "object",
  15879. "properties": {
  15880. "id": {
  15881. "description": "拥有用户数量",
  15882. "type": "integer"
  15883. },
  15884. "img_url": {
  15885. "type": "string",
  15886. "example": "图片地址"
  15887. },
  15888. "memo": {
  15889. "description": "备注",
  15890. "type": "string",
  15891. "example": "备注"
  15892. },
  15893. "name": {
  15894. "type": "string",
  15895. "example": "名称"
  15896. },
  15897. "sort": {
  15898. "description": "排序",
  15899. "type": "integer"
  15900. }
  15901. }
  15902. },
  15903. "md.UpdateFriendCircleBasicSettingsReq": {
  15904. "type": "object",
  15905. "properties": {
  15906. "comment_is_real_name": {
  15907. "description": "评论是否需要实名认证(1:是 2:否)",
  15908. "type": "integer"
  15909. },
  15910. "comment_nums_every_day": {
  15911. "description": "评论每天次数",
  15912. "type": "integer"
  15913. },
  15914. "id": {
  15915. "type": "integer"
  15916. },
  15917. "publish_is_real_name": {
  15918. "description": "发布是否需要实名认证(1:是 2:否)",
  15919. "type": "integer"
  15920. },
  15921. "publish_nums_every_day": {
  15922. "description": "发布每天次数",
  15923. "type": "integer"
  15924. }
  15925. }
  15926. },
  15927. "md.UpdateLevelReq": {
  15928. "type": "object",
  15929. "properties": {
  15930. "auto_update": {
  15931. "description": "自动升级 0关闭 1开启",
  15932. "type": "string"
  15933. },
  15934. "choosable_num": {
  15935. "description": "可选任务数量",
  15936. "type": "string"
  15937. },
  15938. "is_use": {
  15939. "description": "是否开启(0.否, 1.是)",
  15940. "type": "string"
  15941. },
  15942. "level_id": {
  15943. "type": "string"
  15944. },
  15945. "level_name": {
  15946. "description": "等级名称",
  15947. "type": "string"
  15948. },
  15949. "level_weight": {
  15950. "description": "等级权重",
  15951. "type": "string"
  15952. },
  15953. "memo": {
  15954. "description": "备注",
  15955. "type": "string"
  15956. },
  15957. "user_level_tasks": {
  15958. "description": "完整的任务列表",
  15959. "type": "array",
  15960. "items": {
  15961. "$ref": "#/definitions/md.LevelTaskNode"
  15962. }
  15963. }
  15964. }
  15965. },
  15966. "md.UpdatePublicPlatoonBasicReq": {
  15967. "type": "object",
  15968. "properties": {
  15969. "is_open": {
  15970. "description": "是否开启(1:开启 0:关闭)",
  15971. "type": "integer"
  15972. },
  15973. "is_self_active_get_team_revenue": {
  15974. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15975. "type": "integer"
  15976. },
  15977. "originator_uid": {
  15978. "description": "创始人uid",
  15979. "type": "integer"
  15980. },
  15981. "several_rows": {
  15982. "description": "几排",
  15983. "type": "integer"
  15984. },
  15985. "several_times": {
  15986. "description": "几乘",
  15987. "type": "integer"
  15988. },
  15989. "system_punish_replace": {
  15990. "description": "是否位置滑落 被新用户替换 0否 1是",
  15991. "type": "integer"
  15992. },
  15993. "system_punish_replace_value": {
  15994. "description": "xx天未活跃,处罚滑落",
  15995. "type": "integer"
  15996. }
  15997. }
  15998. },
  15999. "md.UpdateRoleReq": {
  16000. "type": "object",
  16001. "required": [
  16002. "memo",
  16003. "name",
  16004. "role_id"
  16005. ],
  16006. "properties": {
  16007. "memo": {
  16008. "type": "string"
  16009. },
  16010. "name": {
  16011. "type": "string"
  16012. },
  16013. "role_id": {
  16014. "type": "integer"
  16015. }
  16016. }
  16017. },
  16018. "md.UpdateRoleStateReq": {
  16019. "type": "object",
  16020. "required": [
  16021. "role_id",
  16022. "state"
  16023. ],
  16024. "properties": {
  16025. "role_id": {
  16026. "type": "integer"
  16027. },
  16028. "state": {
  16029. "type": "integer"
  16030. }
  16031. }
  16032. },
  16033. "md.UpdateTagReq": {
  16034. "type": "object",
  16035. "properties": {
  16036. "is_punish": {
  16037. "description": "是否是惩罚标签",
  16038. "type": "integer"
  16039. },
  16040. "memo": {
  16041. "description": "备注",
  16042. "type": "string"
  16043. },
  16044. "name": {
  16045. "description": "标签名称",
  16046. "type": "string"
  16047. },
  16048. "tag_id": {
  16049. "description": "标签 ID",
  16050. "type": "string"
  16051. }
  16052. }
  16053. },
  16054. "md.UpdateVipEquitySettingNode": {
  16055. "type": "object",
  16056. "properties": {
  16057. "dividend_ratio": {
  16058. "description": "分红比例",
  16059. "type": "string"
  16060. },
  16061. "exchange_account_balance_fee": {
  16062. "description": "兑换余额手续费",
  16063. "type": "string"
  16064. },
  16065. "vip_level_id": {
  16066. "description": "会员等级ID",
  16067. "type": "string"
  16068. }
  16069. }
  16070. },
  16071. "md.UpdateVirtualCoinReq": {
  16072. "type": "object",
  16073. "properties": {
  16074. "exchange_ratio": {
  16075. "description": "兑换比例(与金额)",
  16076. "type": "string"
  16077. },
  16078. "id": {
  16079. "type": "integer"
  16080. },
  16081. "is_use": {
  16082. "description": "是否开启:0否 1是",
  16083. "type": "integer"
  16084. },
  16085. "name": {
  16086. "description": "名称",
  16087. "type": "string"
  16088. }
  16089. }
  16090. },
  16091. "md.UpdateWithdrawSettingReq": {
  16092. "type": "object",
  16093. "properties": {
  16094. "condition_is_open": {
  16095. "description": "提现条件是否开启(0:关闭, 1:开启)",
  16096. "type": "integer"
  16097. },
  16098. "first_withdraw_set": {
  16099. "description": "首次提现设置",
  16100. "allOf": [
  16101. {
  16102. "$ref": "#/definitions/md.FirstWithdrawSet"
  16103. }
  16104. ]
  16105. },
  16106. "frequency_set": {
  16107. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  16108. "allOf": [
  16109. {
  16110. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  16111. }
  16112. ]
  16113. },
  16114. "id": {
  16115. "type": "integer"
  16116. },
  16117. "is_auto": {
  16118. "description": "是否开启自动提现(0:否 1:是)",
  16119. "type": "integer"
  16120. },
  16121. "is_auto_amount_limit": {
  16122. "description": "自动提现金额限制",
  16123. "type": "string"
  16124. },
  16125. "is_real_name": {
  16126. "description": "是否实名(0:否 1:是)",
  16127. "type": "integer"
  16128. },
  16129. "is_support_decimal_point": {
  16130. "description": "是否支持小数点(0:否 1:是)",
  16131. "type": "integer"
  16132. },
  16133. "pending_orders_is_can_apply": {
  16134. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  16135. "type": "integer"
  16136. },
  16137. "tips": {
  16138. "description": "提示",
  16139. "type": "string"
  16140. },
  16141. "vip_level_limit": {
  16142. "description": "提现等级限制",
  16143. "type": "integer"
  16144. },
  16145. "withdraw_amount_limit": {
  16146. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  16147. "type": "string"
  16148. },
  16149. "withdraw_fee_set": {
  16150. "description": "提现手续费设置",
  16151. "allOf": [
  16152. {
  16153. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  16154. }
  16155. ]
  16156. },
  16157. "withdraw_multiple_limit": {
  16158. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  16159. "type": "string"
  16160. },
  16161. "withdraw_nums_limit": {
  16162. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  16163. "type": "integer"
  16164. },
  16165. "withdraw_time_interval": {
  16166. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  16167. "allOf": [
  16168. {
  16169. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  16170. }
  16171. ]
  16172. },
  16173. "withdraw_type": {
  16174. "description": "提现方式(1:支付宝 2:微信)",
  16175. "type": "integer"
  16176. }
  16177. }
  16178. },
  16179. "md.UserDailyActivityAnalysisReq": {
  16180. "type": "object",
  16181. "properties": {
  16182. "end_date": {
  16183. "type": "string",
  16184. "example": "结束日期"
  16185. },
  16186. "page": {
  16187. "description": "页数",
  16188. "type": "integer"
  16189. },
  16190. "page_size": {
  16191. "description": "每页大小",
  16192. "type": "integer"
  16193. },
  16194. "start_date": {
  16195. "type": "string",
  16196. "example": "开始日期"
  16197. },
  16198. "uid": {
  16199. "description": "查询用户 ID",
  16200. "type": "integer"
  16201. }
  16202. }
  16203. },
  16204. "md.UserDailyActivityAnalysisResp": {
  16205. "type": "object",
  16206. "properties": {
  16207. "son_user_data": {
  16208. "description": "被查询用户子节点信息",
  16209. "type": "array",
  16210. "items": {
  16211. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  16212. }
  16213. },
  16214. "top_data": {
  16215. "description": "统计信息",
  16216. "allOf": [
  16217. {
  16218. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  16219. }
  16220. ]
  16221. }
  16222. }
  16223. },
  16224. "md.UserEggFlowReq": {
  16225. "type": "object",
  16226. "properties": {
  16227. "account_balance_exchange_egg_energy_nums_end": {
  16228. "type": "string",
  16229. "example": "余额兑换蛋蛋能量数量-结束值"
  16230. },
  16231. "account_balance_exchange_egg_energy_nums_start": {
  16232. "type": "string",
  16233. "example": "余额兑换蛋蛋能量数量-起始值"
  16234. },
  16235. "browse_interface_nums_end": {
  16236. "type": "string",
  16237. "example": "浏览界面次数-结束值"
  16238. },
  16239. "browse_interface_nums_start": {
  16240. "type": "string",
  16241. "example": "浏览界面次数-起始值"
  16242. },
  16243. "college_learning_nums_end": {
  16244. "type": "string",
  16245. "example": "学院学习次数-结束值"
  16246. },
  16247. "college_learning_nums_start": {
  16248. "type": "string",
  16249. "example": "学院学习次数-起始值"
  16250. },
  16251. "ecpm_end": {
  16252. "type": "string",
  16253. "example": "ecpm-结束值"
  16254. },
  16255. "ecpm_start": {
  16256. "type": "string",
  16257. "example": "ecpm-起始值"
  16258. },
  16259. "egg_energy_exchange_account_balance_end": {
  16260. "type": "string",
  16261. "example": "蛋蛋能量兑换余额数量-结束值"
  16262. },
  16263. "egg_energy_exchange_account_balance_start": {
  16264. "type": "string",
  16265. "example": "蛋蛋能量兑换余额数量-起始值"
  16266. },
  16267. "forum_comments_nums_end": {
  16268. "type": "string",
  16269. "example": "论坛评论次数-结束值"
  16270. },
  16271. "forum_comments_nums_start": {
  16272. "type": "string",
  16273. "example": "论坛评论次数-起始值"
  16274. },
  16275. "im_activity_nums_end": {
  16276. "type": "string",
  16277. "example": "im活跃次数-结束值"
  16278. },
  16279. "im_activity_nums_start": {
  16280. "type": "string",
  16281. "example": "im活跃次数-起始值"
  16282. },
  16283. "invite_user_nums_end": {
  16284. "type": "string",
  16285. "example": "拉新人数-结束值"
  16286. },
  16287. "invite_user_nums_start": {
  16288. "type": "string",
  16289. "example": "拉新人数-起始值"
  16290. },
  16291. "page": {
  16292. "description": "页数",
  16293. "type": "integer"
  16294. },
  16295. "page_size": {
  16296. "description": "每页大小",
  16297. "type": "integer"
  16298. },
  16299. "person_add_activity_value_end": {
  16300. "type": "string",
  16301. "example": "个人活跃积分-结束值"
  16302. },
  16303. "person_add_activity_value_start": {
  16304. "type": "string",
  16305. "example": "个人活跃积分-起始值"
  16306. },
  16307. "score_value_end": {
  16308. "type": "string",
  16309. "example": "蛋蛋分-结束值"
  16310. },
  16311. "score_value_kind": {
  16312. "description": "评分类型(0:未知 1:人工 2:系统)",
  16313. "type": "integer"
  16314. },
  16315. "score_value_start": {
  16316. "type": "string",
  16317. "example": "蛋蛋分-起始值"
  16318. },
  16319. "send_circle_of_friend_nums_end": {
  16320. "type": "string",
  16321. "example": "发朋友圈次数-结束值"
  16322. },
  16323. "send_circle_of_friend_nums_start": {
  16324. "type": "string",
  16325. "example": "发朋友圈次数-起始值"
  16326. },
  16327. "send_red_package_nums_end": {
  16328. "type": "string",
  16329. "example": "发红包次数-结束值"
  16330. },
  16331. "send_red_package_nums_start": {
  16332. "type": "string",
  16333. "example": "发红包次数-起始值"
  16334. },
  16335. "sign_in_nums_end": {
  16336. "type": "string",
  16337. "example": "签到次数-结束值"
  16338. },
  16339. "sign_in_nums_start": {
  16340. "type": "string",
  16341. "example": "签到次数-起始值"
  16342. },
  16343. "team-activity-nums-end": {
  16344. "type": "string",
  16345. "example": "团队活跃次数-结束值"
  16346. },
  16347. "team_activity_nums_start": {
  16348. "type": "string",
  16349. "example": "团队活跃次数-起始值"
  16350. },
  16351. "violate_nums_end": {
  16352. "type": "string",
  16353. "example": "违规次数-结束值"
  16354. },
  16355. "violate_nums_start": {
  16356. "type": "string",
  16357. "example": "违规次数-起始值"
  16358. },
  16359. "week": {
  16360. "type": "string",
  16361. "example": "周份"
  16362. },
  16363. "year": {
  16364. "type": "string",
  16365. "example": "年份"
  16366. }
  16367. }
  16368. },
  16369. "md.UserEggFlowReqResp": {
  16370. "type": "object",
  16371. "properties": {
  16372. "list": {
  16373. "type": "array",
  16374. "items": {
  16375. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  16376. }
  16377. },
  16378. "page": {
  16379. "description": "页数",
  16380. "type": "integer"
  16381. },
  16382. "page_size": {
  16383. "description": "每页大小",
  16384. "type": "integer"
  16385. },
  16386. "score_value_kind_map": {
  16387. "description": "评分类型(0:未知 1:人工 2:系统)",
  16388. "type": "array",
  16389. "items": {
  16390. "type": "object",
  16391. "additionalProperties": true
  16392. }
  16393. },
  16394. "total": {
  16395. "description": "总数量",
  16396. "type": "integer"
  16397. },
  16398. "week": {
  16399. "type": "string",
  16400. "example": "周份"
  16401. },
  16402. "year": {
  16403. "type": "string",
  16404. "example": "年份"
  16405. }
  16406. }
  16407. },
  16408. "md.UserEggFlowReqRespList": {
  16409. "type": "object",
  16410. "properties": {
  16411. "account_balance_exchange_egg_energy_nums": {
  16412. "description": "余额兑换蛋蛋能量数量",
  16413. "type": "integer"
  16414. },
  16415. "browse_interface_nums": {
  16416. "description": "浏览界面次数",
  16417. "type": "integer"
  16418. },
  16419. "college_learning_nums": {
  16420. "description": "学院学习次数",
  16421. "type": "integer"
  16422. },
  16423. "ecpm": {
  16424. "description": "ecpm",
  16425. "type": "number"
  16426. },
  16427. "egg_energy_exchange_account_balance": {
  16428. "description": "蛋蛋能量兑换余额数量",
  16429. "type": "integer"
  16430. },
  16431. "forum_comments_nums": {
  16432. "description": "论坛评论次数",
  16433. "type": "integer"
  16434. },
  16435. "im_activity_nums": {
  16436. "description": "im活跃次数",
  16437. "type": "integer"
  16438. },
  16439. "index_id": {
  16440. "description": "文档id",
  16441. "type": "string"
  16442. },
  16443. "invite_user_nums": {
  16444. "description": "拉新人数",
  16445. "type": "integer"
  16446. },
  16447. "person_add_activity_value": {
  16448. "description": "个人活跃积分",
  16449. "type": "integer"
  16450. },
  16451. "score_value": {
  16452. "description": "蛋蛋分-起始值",
  16453. "type": "number"
  16454. },
  16455. "score_value_kind": {
  16456. "description": "评分类型(0:未知 1:人工 2:系统)",
  16457. "type": "integer"
  16458. },
  16459. "send_circle_of_friend_nums": {
  16460. "description": "发朋友圈次数",
  16461. "type": "integer"
  16462. },
  16463. "send_red_package_nums": {
  16464. "description": "发红包次数",
  16465. "type": "integer"
  16466. },
  16467. "sign_in_nums": {
  16468. "description": "签到次数",
  16469. "type": "integer"
  16470. },
  16471. "team_activity_nums": {
  16472. "description": "团队活跃次数",
  16473. "type": "integer"
  16474. },
  16475. "violate_nums": {
  16476. "description": "违规次数",
  16477. "type": "integer"
  16478. }
  16479. }
  16480. },
  16481. "md.UserEggIndexReq": {
  16482. "type": "object",
  16483. "properties": {
  16484. "week": {
  16485. "type": "string",
  16486. "example": "周份"
  16487. },
  16488. "year": {
  16489. "type": "string",
  16490. "example": "年份"
  16491. }
  16492. }
  16493. },
  16494. "md.UserEggIndexResp": {
  16495. "type": "object",
  16496. "properties": {
  16497. "egg_energy_user_egg_index_weight": {
  16498. "description": "蛋蛋分系数权重",
  16499. "allOf": [
  16500. {
  16501. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  16502. }
  16503. ]
  16504. },
  16505. "statistics_user_egg_kind_proportion": {
  16506. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  16507. "type": "array",
  16508. "items": {
  16509. "type": "object",
  16510. "additionalProperties": true
  16511. }
  16512. },
  16513. "statistics_user_egg_score_value_range": {
  16514. "description": "统计用户蛋蛋分范围",
  16515. "type": "array",
  16516. "items": {
  16517. "type": "object",
  16518. "additionalProperties": {
  16519. "type": "string"
  16520. }
  16521. }
  16522. },
  16523. "week": {
  16524. "type": "string",
  16525. "example": "周份"
  16526. },
  16527. "year": {
  16528. "type": "string",
  16529. "example": "年份"
  16530. },
  16531. "year_list": {
  16532. "description": "年份\u0026\u0026周份列表",
  16533. "type": "object",
  16534. "additionalProperties": {
  16535. "type": "array",
  16536. "items": {
  16537. "type": "string"
  16538. }
  16539. }
  16540. }
  16541. }
  16542. },
  16543. "md.UserFeedbackCateDelReq": {
  16544. "type": "object",
  16545. "properties": {
  16546. "id": {
  16547. "type": "array",
  16548. "items": {
  16549. "type": "string"
  16550. }
  16551. }
  16552. }
  16553. },
  16554. "md.UserFeedbackCateList": {
  16555. "type": "object",
  16556. "properties": {
  16557. "id": {
  16558. "type": "string"
  16559. },
  16560. "name": {
  16561. "type": "string"
  16562. },
  16563. "sort": {
  16564. "type": "string"
  16565. }
  16566. }
  16567. },
  16568. "md.UserFeedbackCateListReq": {
  16569. "type": "object",
  16570. "properties": {
  16571. "limit": {
  16572. "description": "每页大小",
  16573. "type": "string"
  16574. },
  16575. "page": {
  16576. "description": "页数",
  16577. "type": "string"
  16578. }
  16579. }
  16580. },
  16581. "md.UserFeedbackCateListResp": {
  16582. "type": "object",
  16583. "properties": {
  16584. "list": {
  16585. "type": "array",
  16586. "items": {
  16587. "$ref": "#/definitions/md.UserFeedbackCateList"
  16588. }
  16589. },
  16590. "total": {
  16591. "type": "integer"
  16592. }
  16593. }
  16594. },
  16595. "md.UserFeedbackCateSaveReq": {
  16596. "type": "object",
  16597. "properties": {
  16598. "id": {
  16599. "type": "string"
  16600. },
  16601. "name": {
  16602. "type": "string"
  16603. },
  16604. "sort": {
  16605. "type": "string"
  16606. }
  16607. }
  16608. },
  16609. "md.UserFeedbackChangeStateReq": {
  16610. "type": "object",
  16611. "properties": {
  16612. "id": {
  16613. "type": "string"
  16614. },
  16615. "state": {
  16616. "type": "string",
  16617. "example": "0待解决 1处理中 2已解决"
  16618. }
  16619. }
  16620. },
  16621. "md.UserFeedbackDelReq": {
  16622. "type": "object",
  16623. "properties": {
  16624. "id": {
  16625. "type": "array",
  16626. "items": {
  16627. "type": "string"
  16628. }
  16629. }
  16630. }
  16631. },
  16632. "md.UserFeedbackList": {
  16633. "type": "object",
  16634. "properties": {
  16635. "content": {
  16636. "type": "string"
  16637. },
  16638. "create_at": {
  16639. "type": "string"
  16640. },
  16641. "id": {
  16642. "type": "string"
  16643. },
  16644. "img": {
  16645. "type": "array",
  16646. "items": {
  16647. "type": "string"
  16648. }
  16649. },
  16650. "phone": {
  16651. "type": "string"
  16652. },
  16653. "platform": {
  16654. "type": "string"
  16655. },
  16656. "state": {
  16657. "type": "string",
  16658. "example": "0待解决 1处理中 2已解决"
  16659. },
  16660. "title": {
  16661. "type": "string"
  16662. },
  16663. "type": {
  16664. "type": "string"
  16665. },
  16666. "version": {
  16667. "type": "string"
  16668. }
  16669. }
  16670. },
  16671. "md.UserFeedbackListReq": {
  16672. "type": "object",
  16673. "properties": {
  16674. "cid": {
  16675. "type": "string"
  16676. },
  16677. "limit": {
  16678. "description": "每页大小",
  16679. "type": "string"
  16680. },
  16681. "page": {
  16682. "description": "页数",
  16683. "type": "string"
  16684. },
  16685. "phone": {
  16686. "type": "string"
  16687. },
  16688. "uid": {
  16689. "type": "string"
  16690. }
  16691. }
  16692. },
  16693. "md.UserFeedbackListResp": {
  16694. "type": "object",
  16695. "properties": {
  16696. "list": {
  16697. "type": "array",
  16698. "items": {
  16699. "$ref": "#/definitions/md.UserFeedbackList"
  16700. }
  16701. },
  16702. "select_data": {
  16703. "type": "array",
  16704. "items": {
  16705. "type": "object",
  16706. "additionalProperties": true
  16707. }
  16708. },
  16709. "total": {
  16710. "type": "integer"
  16711. }
  16712. }
  16713. },
  16714. "md.UserFeedbackRecordListReq": {
  16715. "type": "object",
  16716. "properties": {
  16717. "id": {
  16718. "type": "string"
  16719. },
  16720. "limit": {
  16721. "description": "每页大小",
  16722. "type": "string"
  16723. },
  16724. "page": {
  16725. "description": "页数",
  16726. "type": "string"
  16727. }
  16728. }
  16729. },
  16730. "md.UserFeedbackRecordListResp": {
  16731. "type": "object",
  16732. "properties": {
  16733. "content": {
  16734. "type": "string"
  16735. },
  16736. "create_at": {
  16737. "type": "string"
  16738. },
  16739. "head_img": {
  16740. "type": "string"
  16741. },
  16742. "nickname": {
  16743. "type": "string"
  16744. },
  16745. "type": {
  16746. "type": "string"
  16747. }
  16748. }
  16749. },
  16750. "md.UserFeedbackSayReq": {
  16751. "type": "object",
  16752. "properties": {
  16753. "content": {
  16754. "type": "string"
  16755. },
  16756. "id": {
  16757. "type": "string"
  16758. }
  16759. }
  16760. },
  16761. "md.UserManagementGetBalanceDetailResp": {
  16762. "type": "object",
  16763. "properties": {
  16764. "list": {
  16765. "type": "array",
  16766. "items": {
  16767. "$ref": "#/definitions/md.BalanceDetailNode"
  16768. }
  16769. },
  16770. "paginate": {
  16771. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16772. }
  16773. }
  16774. },
  16775. "md.UserManagementGetFansResp": {
  16776. "type": "object",
  16777. "properties": {
  16778. "list": {
  16779. "description": "用户数据",
  16780. "type": "array",
  16781. "items": {
  16782. "$ref": "#/definitions/md.FansNode"
  16783. }
  16784. },
  16785. "paginate": {
  16786. "description": "分页信息",
  16787. "allOf": [
  16788. {
  16789. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16790. }
  16791. ]
  16792. }
  16793. }
  16794. },
  16795. "md.UserManagementGetOneBasicResp": {
  16796. "type": "object",
  16797. "properties": {
  16798. "basic_info": {
  16799. "description": "基本信息",
  16800. "allOf": [
  16801. {
  16802. "$ref": "#/definitions/md.BasicInfoNode"
  16803. }
  16804. ]
  16805. },
  16806. "levels_list": {
  16807. "description": "等级列表",
  16808. "type": "array",
  16809. "items": {
  16810. "type": "object",
  16811. "additionalProperties": true
  16812. }
  16813. },
  16814. "other_info": {
  16815. "description": "其他信息",
  16816. "allOf": [
  16817. {
  16818. "$ref": "#/definitions/md.OtherNode"
  16819. }
  16820. ]
  16821. },
  16822. "tags_list": {
  16823. "description": "标签列表",
  16824. "type": "array",
  16825. "items": {
  16826. "type": "object",
  16827. "additionalProperties": true
  16828. }
  16829. }
  16830. }
  16831. },
  16832. "md.UserManagementGetUserListNode": {
  16833. "type": "object",
  16834. "properties": {
  16835. "avatar": {
  16836. "description": "头像",
  16837. "type": "string"
  16838. },
  16839. "custom_invite_code": {
  16840. "type": "string"
  16841. },
  16842. "id": {
  16843. "description": "会员 ID",
  16844. "type": "integer"
  16845. },
  16846. "invite_code": {
  16847. "type": "string",
  16848. "example": "会员邀请码"
  16849. },
  16850. "is_real_name": {
  16851. "description": "是否实名 0.未实名,1.已实名",
  16852. "type": "integer"
  16853. },
  16854. "last_login_at": {
  16855. "description": "最后登录时间",
  16856. "type": "string"
  16857. },
  16858. "level_name": {
  16859. "description": "会员等级",
  16860. "type": "string"
  16861. },
  16862. "memo": {
  16863. "description": "备注",
  16864. "type": "string"
  16865. },
  16866. "nickname": {
  16867. "description": "昵称",
  16868. "type": "string"
  16869. },
  16870. "parent_id": {
  16871. "description": "推荐人 ID",
  16872. "type": "integer"
  16873. },
  16874. "parent_invite_code": {
  16875. "type": "string",
  16876. "example": "推荐人邀请码"
  16877. },
  16878. "parent_phone": {
  16879. "type": "string",
  16880. "example": "推荐人手机号"
  16881. },
  16882. "phone": {
  16883. "description": "手机号",
  16884. "type": "string"
  16885. },
  16886. "register_time": {
  16887. "description": "注册时间",
  16888. "type": "string"
  16889. },
  16890. "register_type": {
  16891. "description": "注册类型",
  16892. "type": "integer"
  16893. },
  16894. "sex": {
  16895. "description": "性别(0:未知 1:男 2:女)",
  16896. "type": "integer"
  16897. },
  16898. "state": {
  16899. "description": "状态",
  16900. "type": "integer"
  16901. },
  16902. "tag": {
  16903. "description": "会员标签",
  16904. "type": "array",
  16905. "items": {
  16906. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16907. }
  16908. },
  16909. "wechat": {
  16910. "description": "微信号",
  16911. "type": "string"
  16912. }
  16913. }
  16914. },
  16915. "md.UserManagementGetUserListReq": {
  16916. "type": "object",
  16917. "properties": {
  16918. "effective": {
  16919. "description": "有效会员",
  16920. "type": "integer"
  16921. },
  16922. "id": {
  16923. "description": "会员 ID",
  16924. "type": "integer"
  16925. },
  16926. "invite_code": {
  16927. "type": "string",
  16928. "example": "会员邀请码"
  16929. },
  16930. "is_real_name": {
  16931. "description": "是否实名 0.未实名,1.已实名",
  16932. "type": "integer"
  16933. },
  16934. "is_recycle": {
  16935. "type": "string"
  16936. },
  16937. "level": {
  16938. "description": "会员等级",
  16939. "type": "integer"
  16940. },
  16941. "limit": {
  16942. "type": "integer"
  16943. },
  16944. "login_after": {
  16945. "description": "最近登录结束时间",
  16946. "type": "string"
  16947. },
  16948. "login_before": {
  16949. "description": "最近登录开始时间",
  16950. "type": "string"
  16951. },
  16952. "memo": {
  16953. "description": "备注",
  16954. "type": "string"
  16955. },
  16956. "nickname": {
  16957. "type": "string",
  16958. "example": "会员昵称"
  16959. },
  16960. "page": {
  16961. "type": "integer"
  16962. },
  16963. "parent_invite_code": {
  16964. "type": "string",
  16965. "example": "上级邀请码"
  16966. },
  16967. "parent_phone": {
  16968. "type": "string",
  16969. "example": "上级手机号"
  16970. },
  16971. "phone": {
  16972. "type": "string",
  16973. "example": "会员手机号"
  16974. },
  16975. "recommend_id": {
  16976. "description": "推荐人 ID",
  16977. "type": "integer"
  16978. },
  16979. "register_after": {
  16980. "description": "注册时间终点",
  16981. "type": "string"
  16982. },
  16983. "register_before": {
  16984. "description": "注册时间起点",
  16985. "type": "string"
  16986. },
  16987. "register_type": {
  16988. "description": "注册类型(1:APP注册、2:H5注册)",
  16989. "type": "integer"
  16990. },
  16991. "sex": {
  16992. "description": "性别(0:未知 1:男 2:女)",
  16993. "type": "integer"
  16994. },
  16995. "state": {
  16996. "description": "状态",
  16997. "type": "integer"
  16998. },
  16999. "tag": {
  17000. "description": "标签 id",
  17001. "type": "integer"
  17002. },
  17003. "union_id": {
  17004. "type": "string",
  17005. "example": "微信号"
  17006. }
  17007. }
  17008. },
  17009. "md.UserManagementGetUserListResp": {
  17010. "type": "object",
  17011. "properties": {
  17012. "levels_list": {
  17013. "description": "等级列表",
  17014. "type": "array",
  17015. "items": {
  17016. "type": "object",
  17017. "additionalProperties": true
  17018. }
  17019. },
  17020. "list": {
  17021. "type": "array",
  17022. "items": {
  17023. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  17024. }
  17025. },
  17026. "paginate": {
  17027. "description": "分页信息",
  17028. "allOf": [
  17029. {
  17030. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  17031. }
  17032. ]
  17033. },
  17034. "state_list": {
  17035. "description": "状态列表",
  17036. "type": "array",
  17037. "items": {
  17038. "type": "object",
  17039. "additionalProperties": true
  17040. }
  17041. },
  17042. "tags_list": {
  17043. "description": "标签列表",
  17044. "type": "array",
  17045. "items": {
  17046. "type": "object",
  17047. "additionalProperties": true
  17048. }
  17049. }
  17050. }
  17051. },
  17052. "md.UserManagementGetVirtualCoinDetailResp": {
  17053. "type": "object",
  17054. "properties": {
  17055. "coin_list": {
  17056. "type": "array",
  17057. "items": {
  17058. "type": "object",
  17059. "additionalProperties": true
  17060. }
  17061. },
  17062. "list": {
  17063. "type": "array",
  17064. "items": {
  17065. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  17066. }
  17067. },
  17068. "paginate": {
  17069. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  17070. }
  17071. }
  17072. },
  17073. "md.UserManagementUpdateUserInfoReq": {
  17074. "type": "object",
  17075. "properties": {
  17076. "avatar": {
  17077. "description": "头像",
  17078. "type": "string"
  17079. },
  17080. "last_login_ip": {
  17081. "description": "用户最后登录 IP",
  17082. "type": "string"
  17083. },
  17084. "level": {
  17085. "description": "会员等级 ID",
  17086. "type": "string"
  17087. },
  17088. "memo": {
  17089. "type": "string",
  17090. "example": "备注"
  17091. },
  17092. "nickname": {
  17093. "description": "用户名",
  17094. "type": "string"
  17095. },
  17096. "parent_uid": {
  17097. "description": "邀请人 ID",
  17098. "type": "string"
  17099. },
  17100. "password": {
  17101. "description": "登录密码",
  17102. "type": "string"
  17103. },
  17104. "phone": {
  17105. "description": "手机号",
  17106. "type": "string"
  17107. },
  17108. "sex": {
  17109. "description": "性别(0:未知 1:男 2:女)",
  17110. "type": "string"
  17111. },
  17112. "state": {
  17113. "description": "账号状态 1正常,2冻结",
  17114. "type": "string"
  17115. },
  17116. "tag": {
  17117. "description": "用户标签 ID列表",
  17118. "type": "string"
  17119. },
  17120. "uid": {
  17121. "type": "integer"
  17122. },
  17123. "union_id": {
  17124. "description": "微信号",
  17125. "type": "string"
  17126. },
  17127. "wechat_account": {
  17128. "type": "string"
  17129. }
  17130. }
  17131. },
  17132. "md.UserManagementUserInfoCancelReq": {
  17133. "type": "object",
  17134. "properties": {
  17135. "uid": {
  17136. "type": "string",
  17137. "example": "多个逗号隔开"
  17138. }
  17139. }
  17140. },
  17141. "md.UserManagementUserInfoReq": {
  17142. "type": "object",
  17143. "properties": {
  17144. "parent_uid": {
  17145. "type": "string",
  17146. "example": "参考下智莺 保留关系时候的选择用户"
  17147. },
  17148. "uid": {
  17149. "type": "string",
  17150. "example": "多个逗号隔开"
  17151. }
  17152. }
  17153. },
  17154. "md.UserRealName": {
  17155. "type": "object",
  17156. "properties": {
  17157. "create_time": {
  17158. "type": "string"
  17159. },
  17160. "id": {
  17161. "type": "string"
  17162. },
  17163. "id_no": {
  17164. "type": "string"
  17165. },
  17166. "name": {
  17167. "type": "string"
  17168. },
  17169. "pay_state": {
  17170. "type": "string",
  17171. "example": "0未支付 1已支付"
  17172. },
  17173. "phone": {
  17174. "type": "string"
  17175. },
  17176. "state": {
  17177. "type": "string",
  17178. "example": "0未申请 1申请通过 3申请失败"
  17179. },
  17180. "uid": {
  17181. "type": "string"
  17182. }
  17183. }
  17184. },
  17185. "md.UserRealNameBaseResp": {
  17186. "type": "object",
  17187. "properties": {
  17188. "user_real_name_money": {
  17189. "type": "string",
  17190. "example": "实名认证费用"
  17191. },
  17192. "user_real_name_rule": {
  17193. "type": "string",
  17194. "example": "实名认证说明"
  17195. }
  17196. }
  17197. },
  17198. "md.UserRealNameReq": {
  17199. "type": "object",
  17200. "properties": {
  17201. "id_no": {
  17202. "type": "string"
  17203. },
  17204. "limit": {
  17205. "type": "string"
  17206. },
  17207. "name": {
  17208. "type": "string"
  17209. },
  17210. "page": {
  17211. "type": "string"
  17212. },
  17213. "phone": {
  17214. "type": "string"
  17215. },
  17216. "state": {
  17217. "type": "string"
  17218. },
  17219. "uid": {
  17220. "type": "string"
  17221. }
  17222. }
  17223. },
  17224. "md.UserRealNameResp": {
  17225. "type": "object",
  17226. "properties": {
  17227. "list": {
  17228. "type": "array",
  17229. "items": {
  17230. "$ref": "#/definitions/md.UserRealName"
  17231. }
  17232. },
  17233. "select_data": {
  17234. "type": "array",
  17235. "items": {
  17236. "type": "object",
  17237. "additionalProperties": {
  17238. "type": "string"
  17239. }
  17240. }
  17241. },
  17242. "total": {
  17243. "type": "integer"
  17244. }
  17245. }
  17246. },
  17247. "md.UserRealNameSaveReq": {
  17248. "type": "object",
  17249. "properties": {
  17250. "id": {
  17251. "type": "string"
  17252. },
  17253. "state": {
  17254. "type": "string"
  17255. }
  17256. }
  17257. },
  17258. "md.UserVirtualCoinFlow": {
  17259. "type": "object",
  17260. "properties": {
  17261. "after_amount": {
  17262. "type": "string",
  17263. "example": "变更后数量"
  17264. },
  17265. "amount": {
  17266. "type": "string",
  17267. "example": "变更数量"
  17268. },
  17269. "before_amount": {
  17270. "type": "string",
  17271. "example": "变更前数量"
  17272. },
  17273. "coin_id": {
  17274. "description": "虚拟币 ID",
  17275. "type": "integer"
  17276. },
  17277. "create_at": {
  17278. "type": "string",
  17279. "example": "创建时间"
  17280. },
  17281. "direction": {
  17282. "description": "方向:1收入 2支出",
  17283. "type": "integer"
  17284. },
  17285. "id": {
  17286. "type": "integer"
  17287. },
  17288. "sys_fee": {
  17289. "type": "string",
  17290. "example": "手续费"
  17291. },
  17292. "title": {
  17293. "type": "string",
  17294. "example": "标题"
  17295. },
  17296. "transfer_type": {
  17297. "description": "转账类型",
  17298. "type": "integer"
  17299. },
  17300. "uid": {
  17301. "description": "用户 ID",
  17302. "type": "integer"
  17303. },
  17304. "update_at": {
  17305. "type": "string",
  17306. "example": "更新时间"
  17307. }
  17308. }
  17309. },
  17310. "md.VideoBaseData": {
  17311. "type": "object",
  17312. "properties": {
  17313. "interval": {
  17314. "type": "string",
  17315. "example": "领取间隔 秒"
  17316. },
  17317. "reward": {
  17318. "type": "string",
  17319. "example": "单次奖励"
  17320. },
  17321. "timer": {
  17322. "type": "string",
  17323. "example": "观看X秒奖励"
  17324. },
  17325. "total": {
  17326. "type": "string",
  17327. "example": "可领取总次数"
  17328. }
  17329. }
  17330. },
  17331. "md.VideoRewardSetting": {
  17332. "type": "object",
  17333. "properties": {
  17334. "video_reward_is_open": {
  17335. "description": "视频奖励是否开启(1:开启 0:关闭)",
  17336. "type": "integer"
  17337. },
  17338. "video_reward_system": {
  17339. "description": "视频奖励机制",
  17340. "allOf": [
  17341. {
  17342. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  17343. }
  17344. ]
  17345. }
  17346. }
  17347. },
  17348. "md.VideoRewardSystemStruct": {
  17349. "type": "object",
  17350. "properties": {
  17351. "each_round_hour": {
  17352. "description": "每一轮X个小时",
  17353. "type": "string"
  17354. },
  17355. "interval_minutes": {
  17356. "description": "间隔X秒",
  17357. "type": "string"
  17358. },
  17359. "reward_total_num": {
  17360. "description": "一共X个奖励视屏",
  17361. "type": "string"
  17362. },
  17363. "reward_value": {
  17364. "description": "奖励X个活跃积分",
  17365. "type": "string"
  17366. }
  17367. }
  17368. },
  17369. "md.VipEquitySettingNode": {
  17370. "type": "object",
  17371. "properties": {
  17372. "dividend_ratio": {
  17373. "description": "分红比例",
  17374. "type": "string"
  17375. },
  17376. "exchange_account_balance_fee": {
  17377. "description": "兑换余额手续费",
  17378. "type": "string"
  17379. },
  17380. "vip_level_id": {
  17381. "description": "会员等级ID",
  17382. "type": "string"
  17383. },
  17384. "vip_level_name": {
  17385. "description": "会员等级名称",
  17386. "type": "string"
  17387. }
  17388. }
  17389. },
  17390. "md.VirtualCoin": {
  17391. "type": "object",
  17392. "properties": {
  17393. "create_at": {
  17394. "type": "string"
  17395. },
  17396. "exchange_ratio": {
  17397. "description": "兑换比例(与金额)",
  17398. "type": "string",
  17399. "example": "兑换比例(与金额)"
  17400. },
  17401. "id": {
  17402. "type": "integer"
  17403. },
  17404. "is_use": {
  17405. "description": "是否开启: 0否 1是",
  17406. "type": "integer"
  17407. },
  17408. "name": {
  17409. "description": "名称",
  17410. "type": "string"
  17411. },
  17412. "update_at": {
  17413. "type": "string"
  17414. }
  17415. }
  17416. },
  17417. "md.VirtualCoinDetailNode": {
  17418. "type": "object",
  17419. "properties": {
  17420. "after_amount": {
  17421. "description": "变更后积分余额",
  17422. "type": "string"
  17423. },
  17424. "amount": {
  17425. "description": "变更数量",
  17426. "type": "string"
  17427. },
  17428. "create_at": {
  17429. "description": "创建时间",
  17430. "type": "string"
  17431. },
  17432. "direction": {
  17433. "description": "类型 1.收入 2.支出",
  17434. "type": "integer"
  17435. },
  17436. "uid": {
  17437. "description": "用户 ID",
  17438. "type": "integer"
  17439. }
  17440. }
  17441. },
  17442. "md.VirtualCoinListNode": {
  17443. "type": "object",
  17444. "properties": {
  17445. "coin_id": {
  17446. "description": "货币类型 ID",
  17447. "type": "integer"
  17448. },
  17449. "kind": {
  17450. "description": "货币序号",
  17451. "type": "integer"
  17452. },
  17453. "name": {
  17454. "type": "string",
  17455. "example": "货币类型名称"
  17456. }
  17457. }
  17458. },
  17459. "md.WebsiteInfoResp": {
  17460. "type": "object",
  17461. "properties": {
  17462. "android_down_url": {
  17463. "type": "string"
  17464. },
  17465. "ios_down_url": {
  17466. "type": "string"
  17467. },
  17468. "seo_logo": {
  17469. "type": "string"
  17470. },
  17471. "seo_title": {
  17472. "type": "string",
  17473. "example": "seo"
  17474. },
  17475. "web_logo": {
  17476. "type": "string"
  17477. }
  17478. }
  17479. },
  17480. "md.WithdrawApplyAuditReq": {
  17481. "type": "object",
  17482. "required": [
  17483. "audit_state",
  17484. "withdraw_apply_id"
  17485. ],
  17486. "properties": {
  17487. "audit_state": {
  17488. "description": "审核状态(1:同意 2:拒绝)",
  17489. "type": "integer"
  17490. },
  17491. "reason": {
  17492. "description": "审核失败(驳回理由)",
  17493. "type": "integer"
  17494. },
  17495. "withdraw_apply_id": {
  17496. "description": "提现申请id",
  17497. "type": "integer"
  17498. }
  17499. }
  17500. },
  17501. "md.WithdrawFeeSetStruct": {
  17502. "type": "object",
  17503. "properties": {
  17504. "duration": {
  17505. "description": "类型 (1.固定金额 2.固定比例)",
  17506. "type": "integer"
  17507. },
  17508. "value": {
  17509. "description": "具体值",
  17510. "type": "integer"
  17511. }
  17512. }
  17513. },
  17514. "md.WithdrawFrequencySettingStruct": {
  17515. "type": "object",
  17516. "properties": {
  17517. "duration": {
  17518. "description": "周期 (1.天 2.周 3.月)",
  17519. "type": "integer"
  17520. },
  17521. "num": {
  17522. "description": "周期数",
  17523. "type": "array",
  17524. "items": {
  17525. "type": "string"
  17526. }
  17527. }
  17528. }
  17529. },
  17530. "md.WithdrawTimeIntervalStruct": {
  17531. "type": "object",
  17532. "properties": {
  17533. "end_at": {
  17534. "type": "string"
  17535. },
  17536. "start_at": {
  17537. "type": "string"
  17538. }
  17539. }
  17540. },
  17541. "model.EggEnergyUserEggIndexWeight": {
  17542. "type": "object",
  17543. "properties": {
  17544. "account_balance_exchange_egg_energy_nums": {
  17545. "type": "string"
  17546. },
  17547. "browse_interface_nums": {
  17548. "type": "string"
  17549. },
  17550. "college_learning_nums": {
  17551. "type": "string"
  17552. },
  17553. "create_at": {
  17554. "type": "string"
  17555. },
  17556. "ecpm": {
  17557. "type": "string"
  17558. },
  17559. "egg_energy_exchange_account_balance": {
  17560. "type": "string"
  17561. },
  17562. "forum_comments_nums": {
  17563. "type": "string"
  17564. },
  17565. "id": {
  17566. "type": "integer"
  17567. },
  17568. "im_activity_nums": {
  17569. "type": "string"
  17570. },
  17571. "invite_user_nums": {
  17572. "type": "string"
  17573. },
  17574. "person_add_activity_value": {
  17575. "type": "string"
  17576. },
  17577. "send_circle_of_friend_nums": {
  17578. "type": "string"
  17579. },
  17580. "send_red_package_nums": {
  17581. "type": "string"
  17582. },
  17583. "sign_in_nums": {
  17584. "type": "string"
  17585. },
  17586. "team_activity_nums": {
  17587. "type": "string"
  17588. },
  17589. "update_at": {
  17590. "type": "string"
  17591. },
  17592. "violate_nums": {
  17593. "type": "string"
  17594. }
  17595. }
  17596. },
  17597. "model.PlatformActiveData": {
  17598. "type": "object",
  17599. "properties": {
  17600. "date": {
  17601. "type": "string"
  17602. },
  17603. "id": {
  17604. "type": "integer"
  17605. },
  17606. "new_user_count": {
  17607. "type": "integer"
  17608. },
  17609. "user_sign_in_count": {
  17610. "type": "integer"
  17611. },
  17612. "withdraw_amount_count": {
  17613. "type": "string"
  17614. },
  17615. "withdraw_user_count": {
  17616. "type": "integer"
  17617. }
  17618. }
  17619. },
  17620. "model.UserLevelTask": {
  17621. "type": "object",
  17622. "properties": {
  17623. "active_days": {
  17624. "type": "integer"
  17625. },
  17626. "create_at": {
  17627. "type": "string"
  17628. },
  17629. "finish_count": {
  17630. "type": "integer"
  17631. },
  17632. "id": {
  17633. "type": "integer"
  17634. },
  17635. "is_must_task": {
  17636. "type": "integer"
  17637. },
  17638. "level_id": {
  17639. "type": "integer"
  17640. },
  17641. "task_type": {
  17642. "type": "integer"
  17643. },
  17644. "task_type_level_id": {
  17645. "type": "integer"
  17646. },
  17647. "update_at": {
  17648. "type": "string"
  17649. },
  17650. "within_days": {
  17651. "type": "integer"
  17652. }
  17653. }
  17654. },
  17655. "setCenter.KuaizhanBasicReq": {
  17656. "type": "object",
  17657. "properties": {
  17658. "kuaizhan_url": {
  17659. "type": "string"
  17660. }
  17661. }
  17662. },
  17663. "setCenter.KuaizhanBasicResp": {
  17664. "type": "object",
  17665. "properties": {
  17666. "kuaizhan_url": {
  17667. "type": "string"
  17668. }
  17669. }
  17670. },
  17671. "setCenter.WebBasicReq": {
  17672. "type": "object",
  17673. "properties": {
  17674. "android_down_url": {
  17675. "type": "string"
  17676. },
  17677. "ios_down_url": {
  17678. "type": "string"
  17679. },
  17680. "seo_logo": {
  17681. "type": "string"
  17682. },
  17683. "seo_title": {
  17684. "type": "string"
  17685. },
  17686. "wap_host": {
  17687. "type": "string",
  17688. "example": "h5域名"
  17689. },
  17690. "web_logo": {
  17691. "type": "string"
  17692. }
  17693. }
  17694. },
  17695. "setCenter.WebBasicResp": {
  17696. "type": "object",
  17697. "properties": {
  17698. "android_down_url": {
  17699. "type": "string"
  17700. },
  17701. "ios_down_url": {
  17702. "type": "string"
  17703. },
  17704. "seo_logo": {
  17705. "type": "string"
  17706. },
  17707. "seo_logo_url": {
  17708. "type": "string"
  17709. },
  17710. "seo_title": {
  17711. "type": "string"
  17712. },
  17713. "wap_host": {
  17714. "type": "string",
  17715. "example": "h5域名"
  17716. },
  17717. "web_logo": {
  17718. "type": "string"
  17719. },
  17720. "web_logo_url": {
  17721. "type": "string"
  17722. }
  17723. }
  17724. },
  17725. "setCenter.WebDomainBasicReq": {
  17726. "type": "object",
  17727. "properties": {
  17728. "down_web_open": {
  17729. "type": "string"
  17730. },
  17731. "web_domain": {
  17732. "type": "array",
  17733. "items": {
  17734. "type": "string"
  17735. }
  17736. }
  17737. }
  17738. }
  17739. },
  17740. "securityDefinitions": {
  17741. "MasterID": {
  17742. "type": "apiKey",
  17743. "name": "MasterID",
  17744. "in": "header"
  17745. }
  17746. }
  17747. }