蛋蛋星球 后台端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17738 lines
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. "type": "object"
  1653. }
  1654. }
  1655. ],
  1656. "responses": {
  1657. "200": {
  1658. "description": "token",
  1659. "schema": {
  1660. "type": "object",
  1661. "additionalProperties": true
  1662. }
  1663. },
  1664. "400": {
  1665. "description": "具体错误",
  1666. "schema": {
  1667. "$ref": "#/definitions/md.Response"
  1668. }
  1669. }
  1670. }
  1671. }
  1672. },
  1673. "/api/financialCenter/withdraw/applyList": {
  1674. "post": {
  1675. "description": "提现申请列表(获取)",
  1676. "consumes": [
  1677. "application/json"
  1678. ],
  1679. "produces": [
  1680. "application/json"
  1681. ],
  1682. "tags": [
  1683. "提现"
  1684. ],
  1685. "summary": "财务中心-提现-提现申请列表(获取)",
  1686. "parameters": [
  1687. {
  1688. "type": "string",
  1689. "description": "验证参数Bearer和token空格拼接",
  1690. "name": "Authorization",
  1691. "in": "header",
  1692. "required": true
  1693. },
  1694. {
  1695. "description": "筛选条件",
  1696. "name": "req",
  1697. "in": "body",
  1698. "schema": {
  1699. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1700. }
  1701. }
  1702. ],
  1703. "responses": {
  1704. "200": {
  1705. "description": "具体数据",
  1706. "schema": {
  1707. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1708. }
  1709. },
  1710. "400": {
  1711. "description": "具体错误",
  1712. "schema": {
  1713. "$ref": "#/definitions/md.Response"
  1714. }
  1715. }
  1716. }
  1717. }
  1718. },
  1719. "/api/financialCenter/withdraw/audit": {
  1720. "post": {
  1721. "description": "提现审核",
  1722. "consumes": [
  1723. "application/json"
  1724. ],
  1725. "produces": [
  1726. "application/json"
  1727. ],
  1728. "tags": [
  1729. "提现"
  1730. ],
  1731. "summary": "财务中心-提现-审核",
  1732. "parameters": [
  1733. {
  1734. "type": "string",
  1735. "description": "验证参数Bearer和token空格拼接",
  1736. "name": "Authorization",
  1737. "in": "header",
  1738. "required": true
  1739. },
  1740. {
  1741. "description": "筛选条件",
  1742. "name": "req",
  1743. "in": "body",
  1744. "schema": {
  1745. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1746. }
  1747. }
  1748. ],
  1749. "responses": {
  1750. "200": {
  1751. "description": "success",
  1752. "schema": {
  1753. "type": "string"
  1754. }
  1755. },
  1756. "400": {
  1757. "description": "具体错误",
  1758. "schema": {
  1759. "$ref": "#/definitions/md.Response"
  1760. }
  1761. }
  1762. }
  1763. }
  1764. },
  1765. "/api/financialCenter/withdraw/setting": {
  1766. "get": {
  1767. "description": "基础设置(获取)",
  1768. "consumes": [
  1769. "application/json"
  1770. ],
  1771. "produces": [
  1772. "application/json"
  1773. ],
  1774. "tags": [
  1775. "提现"
  1776. ],
  1777. "summary": "财务中心-提现-基础设置(获取)",
  1778. "parameters": [
  1779. {
  1780. "type": "string",
  1781. "description": "验证参数Bearer和token空格拼接",
  1782. "name": "Authorization",
  1783. "in": "header",
  1784. "required": true
  1785. }
  1786. ],
  1787. "responses": {
  1788. "200": {
  1789. "description": "具体数据",
  1790. "schema": {
  1791. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1792. }
  1793. },
  1794. "400": {
  1795. "description": "具体错误",
  1796. "schema": {
  1797. "$ref": "#/definitions/md.Response"
  1798. }
  1799. }
  1800. }
  1801. }
  1802. },
  1803. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1804. "post": {
  1805. "description": "基础设置(更新)",
  1806. "consumes": [
  1807. "application/json"
  1808. ],
  1809. "produces": [
  1810. "application/json"
  1811. ],
  1812. "tags": [
  1813. "提现"
  1814. ],
  1815. "summary": "财务中心-提现-基础设置(更新)",
  1816. "parameters": [
  1817. {
  1818. "type": "string",
  1819. "description": "验证参数Bearer和token空格拼接",
  1820. "name": "Authorization",
  1821. "in": "header",
  1822. "required": true
  1823. },
  1824. {
  1825. "description": "id 必填",
  1826. "name": "req",
  1827. "in": "body",
  1828. "required": true,
  1829. "schema": {
  1830. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1831. }
  1832. }
  1833. ],
  1834. "responses": {
  1835. "200": {
  1836. "description": "修改数据条数",
  1837. "schema": {
  1838. "type": "int"
  1839. }
  1840. },
  1841. "400": {
  1842. "description": "具体错误",
  1843. "schema": {
  1844. "$ref": "#/definitions/md.Response"
  1845. }
  1846. }
  1847. }
  1848. }
  1849. },
  1850. "/api/friendCircleSettings/basic/index": {
  1851. "get": {
  1852. "description": "基础设置(获取)",
  1853. "consumes": [
  1854. "application/json"
  1855. ],
  1856. "produces": [
  1857. "application/json"
  1858. ],
  1859. "tags": [
  1860. "动态设置"
  1861. ],
  1862. "summary": "社交管理-动态设置-基础设置(获取)",
  1863. "parameters": [
  1864. {
  1865. "type": "string",
  1866. "description": "验证参数Bearer和token空格拼接",
  1867. "name": "Authorization",
  1868. "in": "header",
  1869. "required": true
  1870. }
  1871. ],
  1872. "responses": {
  1873. "200": {
  1874. "description": "具体数据",
  1875. "schema": {
  1876. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1877. }
  1878. },
  1879. "400": {
  1880. "description": "具体错误",
  1881. "schema": {
  1882. "$ref": "#/definitions/md.Response"
  1883. }
  1884. }
  1885. }
  1886. }
  1887. },
  1888. "/api/friendCircleSettings/basic/save": {
  1889. "post": {
  1890. "description": "基础设置(更新)",
  1891. "consumes": [
  1892. "application/json"
  1893. ],
  1894. "produces": [
  1895. "application/json"
  1896. ],
  1897. "tags": [
  1898. "动态设置"
  1899. ],
  1900. "summary": "社交管理-动态设置-基础设置(更新)",
  1901. "parameters": [
  1902. {
  1903. "type": "string",
  1904. "description": "验证参数Bearer和token空格拼接",
  1905. "name": "Authorization",
  1906. "in": "header",
  1907. "required": true
  1908. },
  1909. {
  1910. "description": "id 必填",
  1911. "name": "req",
  1912. "in": "body",
  1913. "required": true,
  1914. "schema": {
  1915. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1916. }
  1917. }
  1918. ],
  1919. "responses": {
  1920. "200": {
  1921. "description": "修改数据条数",
  1922. "schema": {
  1923. "type": "int"
  1924. }
  1925. },
  1926. "400": {
  1927. "description": "具体错误",
  1928. "schema": {
  1929. "$ref": "#/definitions/md.Response"
  1930. }
  1931. }
  1932. }
  1933. }
  1934. },
  1935. "/api/friendCircleSettings/blackList/add": {
  1936. "post": {
  1937. "description": "黑名单(新增)",
  1938. "consumes": [
  1939. "application/json"
  1940. ],
  1941. "produces": [
  1942. "application/json"
  1943. ],
  1944. "tags": [
  1945. "动态设置"
  1946. ],
  1947. "summary": "社交管理-动态设置-黑名单(新增)",
  1948. "parameters": [
  1949. {
  1950. "type": "string",
  1951. "description": "验证参数Bearer和token空格拼接",
  1952. "name": "Authorization",
  1953. "in": "header",
  1954. "required": true
  1955. },
  1956. {
  1957. "description": "用户id 必填",
  1958. "name": "req",
  1959. "in": "body",
  1960. "required": true,
  1961. "schema": {
  1962. "$ref": "#/definitions/md.AddBlackListReq"
  1963. }
  1964. }
  1965. ],
  1966. "responses": {
  1967. "200": {
  1968. "description": "生成的黑名单id",
  1969. "schema": {
  1970. "type": "string"
  1971. }
  1972. },
  1973. "400": {
  1974. "description": "具体错误",
  1975. "schema": {
  1976. "$ref": "#/definitions/md.Response"
  1977. }
  1978. }
  1979. }
  1980. }
  1981. },
  1982. "/api/friendCircleSettings/blackList/del": {
  1983. "delete": {
  1984. "description": "黑名单(删除)",
  1985. "consumes": [
  1986. "application/json"
  1987. ],
  1988. "produces": [
  1989. "application/json"
  1990. ],
  1991. "tags": [
  1992. "动态设置"
  1993. ],
  1994. "summary": "社交管理-动态设置-黑名单(删除)",
  1995. "parameters": [
  1996. {
  1997. "type": "string",
  1998. "description": "验证参数Bearer和token空格拼接",
  1999. "name": "Authorization",
  2000. "in": "header",
  2001. "required": true
  2002. },
  2003. {
  2004. "description": "黑名单id 必填",
  2005. "name": "req",
  2006. "in": "body",
  2007. "required": true,
  2008. "schema": {
  2009. "$ref": "#/definitions/md.DeleteBlackListReq"
  2010. }
  2011. }
  2012. ],
  2013. "responses": {
  2014. "200": {
  2015. "description": "删除数据数量",
  2016. "schema": {
  2017. "type": "string"
  2018. }
  2019. },
  2020. "400": {
  2021. "description": "具体错误",
  2022. "schema": {
  2023. "$ref": "#/definitions/md.Response"
  2024. }
  2025. }
  2026. }
  2027. }
  2028. },
  2029. "/api/friendCircleSettings/blackList/index": {
  2030. "get": {
  2031. "description": "黑名单(获取)",
  2032. "consumes": [
  2033. "application/json"
  2034. ],
  2035. "produces": [
  2036. "application/json"
  2037. ],
  2038. "tags": [
  2039. "动态设置"
  2040. ],
  2041. "summary": "社交管理-动态设置-黑名单(获取)",
  2042. "parameters": [
  2043. {
  2044. "type": "string",
  2045. "description": "验证参数Bearer和token空格拼接",
  2046. "name": "Authorization",
  2047. "in": "header",
  2048. "required": true
  2049. },
  2050. {
  2051. "type": "integer",
  2052. "description": "每页大小",
  2053. "name": "limit",
  2054. "in": "query",
  2055. "required": true
  2056. },
  2057. {
  2058. "type": "integer",
  2059. "description": "页数",
  2060. "name": "page",
  2061. "in": "query",
  2062. "required": true
  2063. },
  2064. {
  2065. "type": "integer",
  2066. "description": "手机号",
  2067. "name": "phone",
  2068. "in": "query",
  2069. "required": true
  2070. },
  2071. {
  2072. "type": "integer",
  2073. "description": "用户名",
  2074. "name": "nickname",
  2075. "in": "query",
  2076. "required": true
  2077. },
  2078. {
  2079. "type": "integer",
  2080. "description": "用户id",
  2081. "name": "uid",
  2082. "in": "query",
  2083. "required": true
  2084. }
  2085. ],
  2086. "responses": {
  2087. "200": {
  2088. "description": "具体数据",
  2089. "schema": {
  2090. "$ref": "#/definitions/md.GetBlackListResp"
  2091. }
  2092. },
  2093. "400": {
  2094. "description": "具体错误",
  2095. "schema": {
  2096. "$ref": "#/definitions/md.Response"
  2097. }
  2098. }
  2099. }
  2100. }
  2101. },
  2102. "/api/friendCircleSettings/dynamic/del": {
  2103. "delete": {
  2104. "description": "动态(删除)",
  2105. "consumes": [
  2106. "application/json"
  2107. ],
  2108. "produces": [
  2109. "application/json"
  2110. ],
  2111. "tags": [
  2112. "动态设置"
  2113. ],
  2114. "summary": "社交管理-动态设置-动态(删除)",
  2115. "parameters": [
  2116. {
  2117. "type": "string",
  2118. "description": "验证参数Bearer和token空格拼接",
  2119. "name": "Authorization",
  2120. "in": "header",
  2121. "required": true
  2122. },
  2123. {
  2124. "description": "删除动态id必填",
  2125. "name": "req",
  2126. "in": "body",
  2127. "required": true,
  2128. "schema": {
  2129. "$ref": "#/definitions/md.DeleteDynamicReq"
  2130. }
  2131. }
  2132. ],
  2133. "responses": {
  2134. "200": {
  2135. "description": "success",
  2136. "schema": {
  2137. "type": "string"
  2138. }
  2139. },
  2140. "400": {
  2141. "description": "具体错误",
  2142. "schema": {
  2143. "$ref": "#/definitions/md.Response"
  2144. }
  2145. }
  2146. }
  2147. }
  2148. },
  2149. "/api/friendCircleSettings/dynamic/index": {
  2150. "post": {
  2151. "description": "动态(获取)",
  2152. "consumes": [
  2153. "application/json"
  2154. ],
  2155. "produces": [
  2156. "application/json"
  2157. ],
  2158. "tags": [
  2159. "动态设置"
  2160. ],
  2161. "summary": "社交管理-动态设置-动态(获取)",
  2162. "parameters": [
  2163. {
  2164. "type": "string",
  2165. "description": "验证参数Bearer和token空格拼接",
  2166. "name": "Authorization",
  2167. "in": "header",
  2168. "required": true
  2169. },
  2170. {
  2171. "description": "筛选条件",
  2172. "name": "req",
  2173. "in": "body",
  2174. "schema": {
  2175. "$ref": "#/definitions/md.GetDynamicReq"
  2176. }
  2177. }
  2178. ],
  2179. "responses": {
  2180. "200": {
  2181. "description": "具体数据",
  2182. "schema": {
  2183. "$ref": "#/definitions/md.GetDynamicResp"
  2184. }
  2185. },
  2186. "400": {
  2187. "description": "具体错误",
  2188. "schema": {
  2189. "$ref": "#/definitions/md.Response"
  2190. }
  2191. }
  2192. }
  2193. }
  2194. },
  2195. "/api/friendCircleSettings/dynamic/release": {
  2196. "post": {
  2197. "description": "动态(发布)",
  2198. "consumes": [
  2199. "application/json"
  2200. ],
  2201. "produces": [
  2202. "application/json"
  2203. ],
  2204. "tags": [
  2205. "动态设置"
  2206. ],
  2207. "summary": "社交管理-动态设置-动态(发布)",
  2208. "parameters": [
  2209. {
  2210. "type": "string",
  2211. "description": "验证参数Bearer和token空格拼接",
  2212. "name": "Authorization",
  2213. "in": "header",
  2214. "required": true
  2215. },
  2216. {
  2217. "description": "发布动态信息",
  2218. "name": "req",
  2219. "in": "body",
  2220. "required": true,
  2221. "schema": {
  2222. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2223. }
  2224. }
  2225. ],
  2226. "responses": {
  2227. "200": {
  2228. "description": "success",
  2229. "schema": {
  2230. "type": "string"
  2231. }
  2232. },
  2233. "400": {
  2234. "description": "具体错误",
  2235. "schema": {
  2236. "$ref": "#/definitions/md.Response"
  2237. }
  2238. }
  2239. }
  2240. }
  2241. },
  2242. "/api/friendCircleSettings/dynamic/update": {
  2243. "post": {
  2244. "description": "动态(更新)",
  2245. "consumes": [
  2246. "application/json"
  2247. ],
  2248. "produces": [
  2249. "application/json"
  2250. ],
  2251. "tags": [
  2252. "动态设置"
  2253. ],
  2254. "summary": "社交管理-动态设置-动态(更新)",
  2255. "parameters": [
  2256. {
  2257. "type": "string",
  2258. "description": "验证参数Bearer和token空格拼接",
  2259. "name": "Authorization",
  2260. "in": "header",
  2261. "required": true
  2262. },
  2263. {
  2264. "description": "更新动态id必填",
  2265. "name": "req",
  2266. "in": "body",
  2267. "required": true,
  2268. "schema": {
  2269. "$ref": "#/definitions/md.UpdateDynamicReq"
  2270. }
  2271. }
  2272. ],
  2273. "responses": {
  2274. "200": {
  2275. "description": "success",
  2276. "schema": {
  2277. "type": "string"
  2278. }
  2279. },
  2280. "400": {
  2281. "description": "具体错误",
  2282. "schema": {
  2283. "$ref": "#/definitions/md.Response"
  2284. }
  2285. }
  2286. }
  2287. }
  2288. },
  2289. "/api/getSTSVoucher": {
  2290. "get": {
  2291. "description": "STS临时访问凭证(获取)",
  2292. "consumes": [
  2293. "application/json"
  2294. ],
  2295. "produces": [
  2296. "application/json"
  2297. ],
  2298. "tags": [
  2299. "打包机使用"
  2300. ],
  2301. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2302. "parameters": [
  2303. {
  2304. "type": "string",
  2305. "description": "验证参数Bearer和token空格拼接",
  2306. "name": "Authorization",
  2307. "in": "header",
  2308. "required": true
  2309. }
  2310. ],
  2311. "responses": {
  2312. "200": {
  2313. "description": "凭证及其他信息",
  2314. "schema": {
  2315. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2316. }
  2317. },
  2318. "400": {
  2319. "description": "具体错误",
  2320. "schema": {
  2321. "$ref": "#/definitions/md.Response"
  2322. }
  2323. }
  2324. }
  2325. }
  2326. },
  2327. "/api/homePage/activeData": {
  2328. "get": {
  2329. "description": "活跃数据",
  2330. "consumes": [
  2331. "application/json"
  2332. ],
  2333. "produces": [
  2334. "application/json"
  2335. ],
  2336. "tags": [
  2337. "首页"
  2338. ],
  2339. "summary": "首页-首页-活跃数据",
  2340. "parameters": [
  2341. {
  2342. "type": "string",
  2343. "description": "验证参数Bearer和token空格拼接",
  2344. "name": "Authorization",
  2345. "in": "header",
  2346. "required": true
  2347. }
  2348. ],
  2349. "responses": {
  2350. "200": {
  2351. "description": "具体数据",
  2352. "schema": {
  2353. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2354. }
  2355. },
  2356. "400": {
  2357. "description": "具体错误",
  2358. "schema": {
  2359. "$ref": "#/definitions/md.Response"
  2360. }
  2361. }
  2362. }
  2363. }
  2364. },
  2365. "/api/homePage/growData": {
  2366. "get": {
  2367. "description": "用户增长曲线",
  2368. "consumes": [
  2369. "application/json"
  2370. ],
  2371. "produces": [
  2372. "application/json"
  2373. ],
  2374. "tags": [
  2375. "首页"
  2376. ],
  2377. "summary": "首页-首页-用户增长曲线",
  2378. "parameters": [
  2379. {
  2380. "type": "string",
  2381. "description": "验证参数Bearer和token空格拼接",
  2382. "name": "Authorization",
  2383. "in": "header",
  2384. "required": true
  2385. },
  2386. {
  2387. "type": "string",
  2388. "description": "1:按天 2:按周 3:按小时",
  2389. "name": "kind",
  2390. "in": "query"
  2391. }
  2392. ],
  2393. "responses": {
  2394. "200": {
  2395. "description": "具体数据",
  2396. "schema": {
  2397. "$ref": "#/definitions/md.GetPriceCurveResp"
  2398. }
  2399. },
  2400. "400": {
  2401. "description": "具体错误",
  2402. "schema": {
  2403. "$ref": "#/definitions/md.Response"
  2404. }
  2405. }
  2406. }
  2407. }
  2408. },
  2409. "/api/homePage/totalData": {
  2410. "get": {
  2411. "description": "数据总览",
  2412. "consumes": [
  2413. "application/json"
  2414. ],
  2415. "produces": [
  2416. "application/json"
  2417. ],
  2418. "tags": [
  2419. "首页"
  2420. ],
  2421. "summary": "首页-首页-数据总览",
  2422. "parameters": [
  2423. {
  2424. "type": "string",
  2425. "description": "验证参数Bearer和token空格拼接",
  2426. "name": "Authorization",
  2427. "in": "header",
  2428. "required": true
  2429. },
  2430. {
  2431. "type": "string",
  2432. "description": "年",
  2433. "name": "year",
  2434. "in": "query",
  2435. "required": true
  2436. },
  2437. {
  2438. "type": "string",
  2439. "description": "月",
  2440. "name": "month",
  2441. "in": "query",
  2442. "required": true
  2443. }
  2444. ],
  2445. "responses": {
  2446. "200": {
  2447. "description": "具体数据",
  2448. "schema": {
  2449. "$ref": "#/definitions/hdl.TotalDataResp"
  2450. }
  2451. },
  2452. "400": {
  2453. "description": "具体错误",
  2454. "schema": {
  2455. "$ref": "#/definitions/md.Response"
  2456. }
  2457. }
  2458. }
  2459. }
  2460. },
  2461. "/api/im/addCustomerService": {
  2462. "post": {
  2463. "description": "客服(新增)",
  2464. "consumes": [
  2465. "application/json"
  2466. ],
  2467. "produces": [
  2468. "application/json"
  2469. ],
  2470. "tags": [
  2471. "客服"
  2472. ],
  2473. "summary": "Im-客服(新增)",
  2474. "parameters": [
  2475. {
  2476. "type": "string",
  2477. "description": "验证参数Bearer和token空格拼接",
  2478. "name": "Authorization",
  2479. "in": "header",
  2480. "required": true
  2481. },
  2482. {
  2483. "description": "相关参数",
  2484. "name": "req",
  2485. "in": "body",
  2486. "required": true,
  2487. "schema": {
  2488. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2489. }
  2490. }
  2491. ],
  2492. "responses": {
  2493. "200": {
  2494. "description": "success",
  2495. "schema": {
  2496. "type": "string"
  2497. }
  2498. },
  2499. "400": {
  2500. "description": "具体错误",
  2501. "schema": {
  2502. "$ref": "#/definitions/md.Response"
  2503. }
  2504. }
  2505. }
  2506. }
  2507. },
  2508. "/api/im/addEmoticon": {
  2509. "post": {
  2510. "description": "表情包(新增)",
  2511. "consumes": [
  2512. "application/json"
  2513. ],
  2514. "produces": [
  2515. "application/json"
  2516. ],
  2517. "tags": [
  2518. "表情包"
  2519. ],
  2520. "summary": "Im-表情包(新增)",
  2521. "parameters": [
  2522. {
  2523. "type": "string",
  2524. "description": "验证参数Bearer和token空格拼接",
  2525. "name": "Authorization",
  2526. "in": "header",
  2527. "required": true
  2528. },
  2529. {
  2530. "description": "相关参数",
  2531. "name": "req",
  2532. "in": "body",
  2533. "required": true,
  2534. "schema": {
  2535. "$ref": "#/definitions/md.AddEmoticonReq"
  2536. }
  2537. }
  2538. ],
  2539. "responses": {
  2540. "200": {
  2541. "description": "success",
  2542. "schema": {
  2543. "type": "string"
  2544. }
  2545. },
  2546. "400": {
  2547. "description": "具体错误",
  2548. "schema": {
  2549. "$ref": "#/definitions/md.Response"
  2550. }
  2551. }
  2552. }
  2553. }
  2554. },
  2555. "/api/im/batchSendGroupMessage": {
  2556. "post": {
  2557. "description": "群发发送群组消息",
  2558. "consumes": [
  2559. "application/json"
  2560. ],
  2561. "produces": [
  2562. "application/json"
  2563. ],
  2564. "tags": [
  2565. "群发发送群组消息"
  2566. ],
  2567. "summary": "Im-群发发送群组消息",
  2568. "parameters": [
  2569. {
  2570. "type": "string",
  2571. "description": "验证参数Bearer和token空格拼接",
  2572. "name": "Authorization",
  2573. "in": "header",
  2574. "required": true
  2575. },
  2576. {
  2577. "description": "相关参数",
  2578. "name": "req",
  2579. "in": "body",
  2580. "required": true,
  2581. "schema": {
  2582. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2583. }
  2584. }
  2585. ],
  2586. "responses": {
  2587. "200": {
  2588. "description": "success",
  2589. "schema": {
  2590. "type": "string"
  2591. }
  2592. },
  2593. "400": {
  2594. "description": "具体错误",
  2595. "schema": {
  2596. "$ref": "#/definitions/md.Response"
  2597. }
  2598. }
  2599. }
  2600. }
  2601. },
  2602. "/api/im/batchSendUserMessage": {
  2603. "post": {
  2604. "description": "群发发送用户消息",
  2605. "consumes": [
  2606. "application/json"
  2607. ],
  2608. "produces": [
  2609. "application/json"
  2610. ],
  2611. "tags": [
  2612. "群发发送用户消息"
  2613. ],
  2614. "summary": "Im-群发发送用户消息",
  2615. "parameters": [
  2616. {
  2617. "type": "string",
  2618. "description": "验证参数Bearer和token空格拼接",
  2619. "name": "Authorization",
  2620. "in": "header",
  2621. "required": true
  2622. },
  2623. {
  2624. "description": "相关参数",
  2625. "name": "req",
  2626. "in": "body",
  2627. "required": true,
  2628. "schema": {
  2629. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2630. }
  2631. }
  2632. ],
  2633. "responses": {
  2634. "200": {
  2635. "description": "success",
  2636. "schema": {
  2637. "type": "string"
  2638. }
  2639. },
  2640. "400": {
  2641. "description": "具体错误",
  2642. "schema": {
  2643. "$ref": "#/definitions/md.Response"
  2644. }
  2645. }
  2646. }
  2647. }
  2648. },
  2649. "/api/im/deleteEmoticon": {
  2650. "post": {
  2651. "description": "表情包(删除)",
  2652. "consumes": [
  2653. "application/json"
  2654. ],
  2655. "produces": [
  2656. "application/json"
  2657. ],
  2658. "tags": [
  2659. "表情包"
  2660. ],
  2661. "summary": "Im-表情包(删除)",
  2662. "parameters": [
  2663. {
  2664. "type": "string",
  2665. "description": "验证参数Bearer和token空格拼接",
  2666. "name": "Authorization",
  2667. "in": "header",
  2668. "required": true
  2669. },
  2670. {
  2671. "description": "相关参数",
  2672. "name": "req",
  2673. "in": "body",
  2674. "required": true,
  2675. "schema": {
  2676. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2677. }
  2678. }
  2679. ],
  2680. "responses": {
  2681. "200": {
  2682. "description": "success",
  2683. "schema": {
  2684. "type": "string"
  2685. }
  2686. },
  2687. "400": {
  2688. "description": "具体错误",
  2689. "schema": {
  2690. "$ref": "#/definitions/md.Response"
  2691. }
  2692. }
  2693. }
  2694. }
  2695. },
  2696. "/api/im/getBasic": {
  2697. "get": {
  2698. "description": "基础设置(获取)",
  2699. "consumes": [
  2700. "application/json"
  2701. ],
  2702. "produces": [
  2703. "application/json"
  2704. ],
  2705. "tags": [
  2706. "基础设置"
  2707. ],
  2708. "summary": "Im-基础设置(获取)",
  2709. "parameters": [
  2710. {
  2711. "type": "string",
  2712. "description": "验证参数Bearer和token空格拼接",
  2713. "name": "Authorization",
  2714. "in": "header",
  2715. "required": true
  2716. }
  2717. ],
  2718. "responses": {
  2719. "200": {
  2720. "description": "设置列表",
  2721. "schema": {
  2722. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2723. }
  2724. },
  2725. "400": {
  2726. "description": "具体错误",
  2727. "schema": {
  2728. "$ref": "#/definitions/md.Response"
  2729. }
  2730. }
  2731. }
  2732. }
  2733. },
  2734. "/api/im/groupList": {
  2735. "post": {
  2736. "description": "群组用户(列表)",
  2737. "consumes": [
  2738. "application/json"
  2739. ],
  2740. "produces": [
  2741. "application/json"
  2742. ],
  2743. "tags": [
  2744. "群组用户"
  2745. ],
  2746. "summary": "Im-群组用户(列表)",
  2747. "parameters": [
  2748. {
  2749. "type": "string",
  2750. "description": "验证参数Bearer和token空格拼接",
  2751. "name": "Authorization",
  2752. "in": "header",
  2753. "required": true
  2754. },
  2755. {
  2756. "description": "相关参数",
  2757. "name": "req",
  2758. "in": "body",
  2759. "required": true,
  2760. "schema": {
  2761. "$ref": "#/definitions/md.GroupListReq"
  2762. }
  2763. }
  2764. ],
  2765. "responses": {
  2766. "200": {
  2767. "description": "OK",
  2768. "schema": {
  2769. "$ref": "#/definitions/md.GroupListResp"
  2770. }
  2771. },
  2772. "400": {
  2773. "description": "具体错误",
  2774. "schema": {
  2775. "$ref": "#/definitions/md.Response"
  2776. }
  2777. }
  2778. }
  2779. }
  2780. },
  2781. "/api/im/pageCustomerService": {
  2782. "post": {
  2783. "description": "客服(列表)",
  2784. "consumes": [
  2785. "application/json"
  2786. ],
  2787. "produces": [
  2788. "application/json"
  2789. ],
  2790. "tags": [
  2791. "客服"
  2792. ],
  2793. "summary": "Im-客服(列表)",
  2794. "parameters": [
  2795. {
  2796. "type": "string",
  2797. "description": "验证参数Bearer和token空格拼接",
  2798. "name": "Authorization",
  2799. "in": "header",
  2800. "required": true
  2801. },
  2802. {
  2803. "description": "相关参数",
  2804. "name": "req",
  2805. "in": "body",
  2806. "required": true,
  2807. "schema": {
  2808. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2809. }
  2810. }
  2811. ],
  2812. "responses": {
  2813. "200": {
  2814. "description": "设置列表",
  2815. "schema": {
  2816. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2817. }
  2818. },
  2819. "400": {
  2820. "description": "具体错误",
  2821. "schema": {
  2822. "$ref": "#/definitions/md.Response"
  2823. }
  2824. }
  2825. }
  2826. }
  2827. },
  2828. "/api/im/pageEmoticon": {
  2829. "post": {
  2830. "description": "表情包(列表)",
  2831. "consumes": [
  2832. "application/json"
  2833. ],
  2834. "produces": [
  2835. "application/json"
  2836. ],
  2837. "tags": [
  2838. "表情包"
  2839. ],
  2840. "summary": "Im-表情包(列表)",
  2841. "parameters": [
  2842. {
  2843. "type": "string",
  2844. "description": "验证参数Bearer和token空格拼接",
  2845. "name": "Authorization",
  2846. "in": "header",
  2847. "required": true
  2848. },
  2849. {
  2850. "description": "相关参数",
  2851. "name": "req",
  2852. "in": "body",
  2853. "required": true,
  2854. "schema": {
  2855. "$ref": "#/definitions/md.PageEmoticonReq"
  2856. }
  2857. }
  2858. ],
  2859. "responses": {
  2860. "200": {
  2861. "description": "设置列表",
  2862. "schema": {
  2863. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2864. }
  2865. },
  2866. "400": {
  2867. "description": "具体错误",
  2868. "schema": {
  2869. "$ref": "#/definitions/md.Response"
  2870. }
  2871. }
  2872. }
  2873. }
  2874. },
  2875. "/api/im/pageSendRedPackageOrd": {
  2876. "post": {
  2877. "description": "红包记录(列表)",
  2878. "consumes": [
  2879. "application/json"
  2880. ],
  2881. "produces": [
  2882. "application/json"
  2883. ],
  2884. "tags": [
  2885. "红包记录"
  2886. ],
  2887. "summary": "Im-红包记录(列表)",
  2888. "parameters": [
  2889. {
  2890. "type": "string",
  2891. "description": "验证参数Bearer和token空格拼接",
  2892. "name": "Authorization",
  2893. "in": "header",
  2894. "required": true
  2895. },
  2896. {
  2897. "description": "相关参数",
  2898. "name": "req",
  2899. "in": "body",
  2900. "required": true,
  2901. "schema": {
  2902. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2903. }
  2904. }
  2905. ],
  2906. "responses": {
  2907. "200": {
  2908. "description": "success",
  2909. "schema": {
  2910. "type": "string"
  2911. }
  2912. },
  2913. "400": {
  2914. "description": "具体错误",
  2915. "schema": {
  2916. "$ref": "#/definitions/md.Response"
  2917. }
  2918. }
  2919. }
  2920. }
  2921. },
  2922. "/api/im/redPackageRecordsDetail": {
  2923. "get": {
  2924. "description": "红包记录(详情)",
  2925. "consumes": [
  2926. "application/json"
  2927. ],
  2928. "produces": [
  2929. "application/json"
  2930. ],
  2931. "tags": [
  2932. "红包记录"
  2933. ],
  2934. "summary": "Im-红包记录(详情)",
  2935. "parameters": [
  2936. {
  2937. "type": "string",
  2938. "description": "验证参数Bearer和token空格拼接",
  2939. "name": "Authorization",
  2940. "in": "header",
  2941. "required": true
  2942. },
  2943. {
  2944. "type": "string",
  2945. "description": "红包id",
  2946. "name": "red_package_id",
  2947. "in": "query",
  2948. "required": true
  2949. }
  2950. ],
  2951. "responses": {
  2952. "200": {
  2953. "description": "success",
  2954. "schema": {
  2955. "type": "string"
  2956. }
  2957. },
  2958. "400": {
  2959. "description": "具体错误",
  2960. "schema": {
  2961. "$ref": "#/definitions/md.Response"
  2962. }
  2963. }
  2964. }
  2965. }
  2966. },
  2967. "/api/im/setBasic": {
  2968. "post": {
  2969. "description": "基础设置(更新)",
  2970. "consumes": [
  2971. "application/json"
  2972. ],
  2973. "produces": [
  2974. "application/json"
  2975. ],
  2976. "tags": [
  2977. "基础设置"
  2978. ],
  2979. "summary": "Im-基础设置(更新)",
  2980. "parameters": [
  2981. {
  2982. "type": "string",
  2983. "description": "验证参数Bearer和token空格拼接",
  2984. "name": "Authorization",
  2985. "in": "header",
  2986. "required": true
  2987. },
  2988. {
  2989. "description": "上传需要修改的信息",
  2990. "name": "req",
  2991. "in": "body",
  2992. "required": true,
  2993. "schema": {
  2994. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2995. }
  2996. }
  2997. ],
  2998. "responses": {
  2999. "200": {
  3000. "description": "success",
  3001. "schema": {
  3002. "type": "string"
  3003. }
  3004. },
  3005. "400": {
  3006. "description": "具体错误",
  3007. "schema": {
  3008. "$ref": "#/definitions/md.Response"
  3009. }
  3010. }
  3011. }
  3012. }
  3013. },
  3014. "/api/im/setCustomerServiceState": {
  3015. "post": {
  3016. "description": "客服(更新状态)",
  3017. "consumes": [
  3018. "application/json"
  3019. ],
  3020. "produces": [
  3021. "application/json"
  3022. ],
  3023. "tags": [
  3024. "客服"
  3025. ],
  3026. "summary": "Im-客服(更新状态)",
  3027. "parameters": [
  3028. {
  3029. "type": "string",
  3030. "description": "验证参数Bearer和token空格拼接",
  3031. "name": "Authorization",
  3032. "in": "header",
  3033. "required": true
  3034. },
  3035. {
  3036. "description": "相关参数",
  3037. "name": "req",
  3038. "in": "body",
  3039. "required": true,
  3040. "schema": {
  3041. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  3042. }
  3043. }
  3044. ],
  3045. "responses": {
  3046. "200": {
  3047. "description": "success",
  3048. "schema": {
  3049. "type": "string"
  3050. }
  3051. },
  3052. "400": {
  3053. "description": "具体错误",
  3054. "schema": {
  3055. "$ref": "#/definitions/md.Response"
  3056. }
  3057. }
  3058. }
  3059. }
  3060. },
  3061. "/api/im/setEmoticonState": {
  3062. "post": {
  3063. "description": "表情包(新增)",
  3064. "consumes": [
  3065. "application/json"
  3066. ],
  3067. "produces": [
  3068. "application/json"
  3069. ],
  3070. "tags": [
  3071. "表情包"
  3072. ],
  3073. "summary": "Im-表情包(更新状态)",
  3074. "parameters": [
  3075. {
  3076. "type": "string",
  3077. "description": "验证参数Bearer和token空格拼接",
  3078. "name": "Authorization",
  3079. "in": "header",
  3080. "required": true
  3081. },
  3082. {
  3083. "description": "相关参数",
  3084. "name": "req",
  3085. "in": "body",
  3086. "required": true,
  3087. "schema": {
  3088. "$ref": "#/definitions/md.SetEmoticonStateReq"
  3089. }
  3090. }
  3091. ],
  3092. "responses": {
  3093. "200": {
  3094. "description": "success",
  3095. "schema": {
  3096. "type": "string"
  3097. }
  3098. },
  3099. "400": {
  3100. "description": "具体错误",
  3101. "schema": {
  3102. "$ref": "#/definitions/md.Response"
  3103. }
  3104. }
  3105. }
  3106. }
  3107. },
  3108. "/api/im/updateCustomerServiceMemo": {
  3109. "post": {
  3110. "description": "客服(编辑备注)",
  3111. "consumes": [
  3112. "application/json"
  3113. ],
  3114. "produces": [
  3115. "application/json"
  3116. ],
  3117. "tags": [
  3118. "客服"
  3119. ],
  3120. "summary": "Im-客服(编辑备注)",
  3121. "parameters": [
  3122. {
  3123. "type": "string",
  3124. "description": "验证参数Bearer和token空格拼接",
  3125. "name": "Authorization",
  3126. "in": "header",
  3127. "required": true
  3128. },
  3129. {
  3130. "description": "相关参数",
  3131. "name": "req",
  3132. "in": "body",
  3133. "required": true,
  3134. "schema": {
  3135. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3136. }
  3137. }
  3138. ],
  3139. "responses": {
  3140. "200": {
  3141. "description": "success",
  3142. "schema": {
  3143. "type": "string"
  3144. }
  3145. },
  3146. "400": {
  3147. "description": "具体错误",
  3148. "schema": {
  3149. "$ref": "#/definitions/md.Response"
  3150. }
  3151. }
  3152. }
  3153. }
  3154. },
  3155. "/api/im/updateEmoticon": {
  3156. "post": {
  3157. "description": "表情包(编辑)",
  3158. "consumes": [
  3159. "application/json"
  3160. ],
  3161. "produces": [
  3162. "application/json"
  3163. ],
  3164. "tags": [
  3165. "表情包"
  3166. ],
  3167. "summary": "Im-表情包(编辑)",
  3168. "parameters": [
  3169. {
  3170. "type": "string",
  3171. "description": "验证参数Bearer和token空格拼接",
  3172. "name": "Authorization",
  3173. "in": "header",
  3174. "required": true
  3175. },
  3176. {
  3177. "description": "相关参数",
  3178. "name": "req",
  3179. "in": "body",
  3180. "required": true,
  3181. "schema": {
  3182. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3183. }
  3184. }
  3185. ],
  3186. "responses": {
  3187. "200": {
  3188. "description": "success",
  3189. "schema": {
  3190. "type": "string"
  3191. }
  3192. },
  3193. "400": {
  3194. "description": "具体错误",
  3195. "schema": {
  3196. "$ref": "#/definitions/md.Response"
  3197. }
  3198. }
  3199. }
  3200. }
  3201. },
  3202. "/api/institutionalManagement/contentReward/playlet/base": {
  3203. "get": {
  3204. "description": "制度中心-内容奖励-短剧基本信息",
  3205. "consumes": [
  3206. "application/json"
  3207. ],
  3208. "produces": [
  3209. "application/json"
  3210. ],
  3211. "tags": [
  3212. "蛋蛋能量"
  3213. ],
  3214. "summary": "制度中心-内容奖励-短剧基本信息",
  3215. "parameters": [
  3216. {
  3217. "type": "string",
  3218. "description": "验证参数Bearer和token空格拼接",
  3219. "name": "Authorization",
  3220. "in": "header",
  3221. "required": true
  3222. }
  3223. ],
  3224. "responses": {
  3225. "200": {
  3226. "description": "具体数据",
  3227. "schema": {
  3228. "$ref": "#/definitions/md.PlayletBaseData"
  3229. }
  3230. },
  3231. "400": {
  3232. "description": "具体错误",
  3233. "schema": {
  3234. "$ref": "#/definitions/md.Response"
  3235. }
  3236. }
  3237. }
  3238. }
  3239. },
  3240. "/api/institutionalManagement/contentReward/playlet/save": {
  3241. "post": {
  3242. "description": "制度中心-内容奖励-短剧基本配置保存",
  3243. "consumes": [
  3244. "application/json"
  3245. ],
  3246. "produces": [
  3247. "application/json"
  3248. ],
  3249. "tags": [
  3250. "蛋蛋能量"
  3251. ],
  3252. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3253. "parameters": [
  3254. {
  3255. "type": "string",
  3256. "description": "验证参数Bearer和token空格拼接",
  3257. "name": "Authorization",
  3258. "in": "header",
  3259. "required": true
  3260. },
  3261. {
  3262. "description": "(分页信息必填)",
  3263. "name": "req",
  3264. "in": "body",
  3265. "required": true,
  3266. "schema": {
  3267. "$ref": "#/definitions/md.PlayletBaseData"
  3268. }
  3269. }
  3270. ],
  3271. "responses": {
  3272. "200": {
  3273. "description": "具体数据",
  3274. "schema": {
  3275. "type": "string"
  3276. }
  3277. },
  3278. "400": {
  3279. "description": "具体错误",
  3280. "schema": {
  3281. "$ref": "#/definitions/md.Response"
  3282. }
  3283. }
  3284. }
  3285. }
  3286. },
  3287. "/api/institutionalManagement/contentReward/video/base": {
  3288. "get": {
  3289. "description": "制度中心-内容奖励-短视频基本信息",
  3290. "consumes": [
  3291. "application/json"
  3292. ],
  3293. "produces": [
  3294. "application/json"
  3295. ],
  3296. "tags": [
  3297. "蛋蛋能量"
  3298. ],
  3299. "summary": "制度中心-内容奖励-短视频基本信息",
  3300. "parameters": [
  3301. {
  3302. "type": "string",
  3303. "description": "验证参数Bearer和token空格拼接",
  3304. "name": "Authorization",
  3305. "in": "header",
  3306. "required": true
  3307. }
  3308. ],
  3309. "responses": {
  3310. "200": {
  3311. "description": "具体数据",
  3312. "schema": {
  3313. "$ref": "#/definitions/md.VideoBaseData"
  3314. }
  3315. },
  3316. "400": {
  3317. "description": "具体错误",
  3318. "schema": {
  3319. "$ref": "#/definitions/md.Response"
  3320. }
  3321. }
  3322. }
  3323. }
  3324. },
  3325. "/api/institutionalManagement/contentReward/video/save": {
  3326. "post": {
  3327. "description": "制度中心-内容奖励-短视频基本配置保存",
  3328. "consumes": [
  3329. "application/json"
  3330. ],
  3331. "produces": [
  3332. "application/json"
  3333. ],
  3334. "tags": [
  3335. "蛋蛋能量"
  3336. ],
  3337. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3338. "parameters": [
  3339. {
  3340. "type": "string",
  3341. "description": "验证参数Bearer和token空格拼接",
  3342. "name": "Authorization",
  3343. "in": "header",
  3344. "required": true
  3345. },
  3346. {
  3347. "description": "(分页信息必填)",
  3348. "name": "req",
  3349. "in": "body",
  3350. "required": true,
  3351. "schema": {
  3352. "$ref": "#/definitions/md.VideoBaseData"
  3353. }
  3354. }
  3355. ],
  3356. "responses": {
  3357. "200": {
  3358. "description": "具体数据",
  3359. "schema": {
  3360. "type": "string"
  3361. }
  3362. },
  3363. "400": {
  3364. "description": "具体错误",
  3365. "schema": {
  3366. "$ref": "#/definitions/md.Response"
  3367. }
  3368. }
  3369. }
  3370. }
  3371. },
  3372. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3373. "post": {
  3374. "description": "会员设置(新增)",
  3375. "consumes": [
  3376. "application/json"
  3377. ],
  3378. "produces": [
  3379. "application/json"
  3380. ],
  3381. "tags": [
  3382. "蛋蛋能量"
  3383. ],
  3384. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3385. "parameters": [
  3386. {
  3387. "type": "string",
  3388. "description": "验证参数Bearer和token空格拼接",
  3389. "name": "Authorization",
  3390. "in": "header",
  3391. "required": true
  3392. },
  3393. {
  3394. "description": "system_id 必填",
  3395. "name": "req",
  3396. "in": "body",
  3397. "required": true,
  3398. "schema": {
  3399. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3400. }
  3401. }
  3402. ],
  3403. "responses": {
  3404. "200": {
  3405. "description": "修改数据条数",
  3406. "schema": {
  3407. "type": "int"
  3408. }
  3409. },
  3410. "400": {
  3411. "description": "具体错误",
  3412. "schema": {
  3413. "$ref": "#/definitions/md.Response"
  3414. }
  3415. }
  3416. }
  3417. }
  3418. },
  3419. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3420. "post": {
  3421. "description": "动态数据流水(获取)",
  3422. "consumes": [
  3423. "application/json"
  3424. ],
  3425. "produces": [
  3426. "application/json"
  3427. ],
  3428. "tags": [
  3429. "公排管理"
  3430. ],
  3431. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3432. "parameters": [
  3433. {
  3434. "type": "string",
  3435. "description": "验证参数Bearer和token空格拼接",
  3436. "name": "Authorization",
  3437. "in": "header",
  3438. "required": true
  3439. },
  3440. {
  3441. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3442. "name": "req",
  3443. "in": "body",
  3444. "required": true,
  3445. "schema": {
  3446. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3447. }
  3448. }
  3449. ],
  3450. "responses": {
  3451. "200": {
  3452. "description": "成功返回",
  3453. "schema": {
  3454. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3455. }
  3456. },
  3457. "400": {
  3458. "description": "具体错误",
  3459. "schema": {
  3460. "$ref": "#/definitions/md.Response"
  3461. }
  3462. }
  3463. }
  3464. }
  3465. },
  3466. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3467. "post": {
  3468. "description": "批量新增币种",
  3469. "consumes": [
  3470. "application/json"
  3471. ],
  3472. "produces": [
  3473. "application/json"
  3474. ],
  3475. "tags": [
  3476. "蛋蛋能量"
  3477. ],
  3478. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3479. "parameters": [
  3480. {
  3481. "type": "string",
  3482. "description": "验证参数Bearer和token空格拼接",
  3483. "name": "Authorization",
  3484. "in": "header",
  3485. "required": true
  3486. },
  3487. {
  3488. "description": "新增数据信息",
  3489. "name": "req",
  3490. "in": "body",
  3491. "required": true,
  3492. "schema": {
  3493. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3494. }
  3495. }
  3496. ],
  3497. "responses": {
  3498. "200": {
  3499. "description": "新增数据数量",
  3500. "schema": {
  3501. "type": "int"
  3502. }
  3503. },
  3504. "400": {
  3505. "description": "具体错误",
  3506. "schema": {
  3507. "$ref": "#/definitions/md.Response"
  3508. }
  3509. }
  3510. }
  3511. }
  3512. },
  3513. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3514. "get": {
  3515. "description": "贡献值-基础设置(获取)",
  3516. "consumes": [
  3517. "application/json"
  3518. ],
  3519. "produces": [
  3520. "application/json"
  3521. ],
  3522. "tags": [
  3523. "贡献值"
  3524. ],
  3525. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3526. "parameters": [
  3527. {
  3528. "type": "string",
  3529. "description": "验证参数Bearer和token空格拼接",
  3530. "name": "Authorization",
  3531. "in": "header",
  3532. "required": true
  3533. }
  3534. ],
  3535. "responses": {
  3536. "200": {
  3537. "description": "具体数据",
  3538. "schema": {
  3539. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3540. }
  3541. },
  3542. "400": {
  3543. "description": "具体错误",
  3544. "schema": {
  3545. "$ref": "#/definitions/md.Response"
  3546. }
  3547. }
  3548. }
  3549. }
  3550. },
  3551. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3552. "post": {
  3553. "description": "贡献值-基础设置(更新)",
  3554. "consumes": [
  3555. "application/json"
  3556. ],
  3557. "produces": [
  3558. "application/json"
  3559. ],
  3560. "tags": [
  3561. "贡献值"
  3562. ],
  3563. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3564. "parameters": [
  3565. {
  3566. "type": "string",
  3567. "description": "验证参数Bearer和token空格拼接",
  3568. "name": "Authorization",
  3569. "in": "header",
  3570. "required": true
  3571. },
  3572. {
  3573. "description": "id 必填",
  3574. "name": "req",
  3575. "in": "body",
  3576. "required": true,
  3577. "schema": {
  3578. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3579. }
  3580. }
  3581. ],
  3582. "responses": {
  3583. "200": {
  3584. "description": "修改数据条数",
  3585. "schema": {
  3586. "type": "int"
  3587. }
  3588. },
  3589. "400": {
  3590. "description": "具体错误",
  3591. "schema": {
  3592. "$ref": "#/definitions/md.Response"
  3593. }
  3594. }
  3595. }
  3596. }
  3597. },
  3598. "/api/institutionalManagement/eggEnergy/coreData": {
  3599. "get": {
  3600. "description": "核心数据(获取)",
  3601. "consumes": [
  3602. "application/json"
  3603. ],
  3604. "produces": [
  3605. "application/json"
  3606. ],
  3607. "tags": [
  3608. "蛋蛋能量"
  3609. ],
  3610. "summary": "制度中心-蛋蛋能量-核心数据(获取)",
  3611. "parameters": [
  3612. {
  3613. "type": "string",
  3614. "description": "验证参数Bearer和token空格拼接",
  3615. "name": "Authorization",
  3616. "in": "header",
  3617. "required": true
  3618. }
  3619. ],
  3620. "responses": {
  3621. "200": {
  3622. "description": "具体数据",
  3623. "schema": {
  3624. "$ref": "#/definitions/md.GetEggEnergyCoreDataResp"
  3625. }
  3626. },
  3627. "400": {
  3628. "description": "具体错误",
  3629. "schema": {
  3630. "$ref": "#/definitions/md.Response"
  3631. }
  3632. }
  3633. }
  3634. },
  3635. "post": {
  3636. "description": "核心数据(更新)",
  3637. "consumes": [
  3638. "application/json"
  3639. ],
  3640. "produces": [
  3641. "application/json"
  3642. ],
  3643. "tags": [
  3644. "蛋蛋能量"
  3645. ],
  3646. "summary": "制度中心-蛋蛋能量-核心数据(更新)",
  3647. "parameters": [
  3648. {
  3649. "type": "string",
  3650. "description": "验证参数Bearer和token空格拼接",
  3651. "name": "Authorization",
  3652. "in": "header",
  3653. "required": true
  3654. },
  3655. {
  3656. "description": "需要修改的内容和 id",
  3657. "name": "req",
  3658. "in": "body",
  3659. "required": true,
  3660. "schema": {
  3661. "$ref": "#/definitions/md.UpdateEggEnergyCoreDataReq"
  3662. }
  3663. }
  3664. ],
  3665. "responses": {
  3666. "200": {
  3667. "description": "修改数据条数",
  3668. "schema": {
  3669. "type": "int"
  3670. }
  3671. },
  3672. "400": {
  3673. "description": "具体错误",
  3674. "schema": {
  3675. "$ref": "#/definitions/md.Response"
  3676. }
  3677. }
  3678. }
  3679. }
  3680. },
  3681. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3682. "delete": {
  3683. "description": "删除币种",
  3684. "consumes": [
  3685. "application/json"
  3686. ],
  3687. "produces": [
  3688. "application/json"
  3689. ],
  3690. "tags": [
  3691. "蛋蛋能量"
  3692. ],
  3693. "summary": "制度中心-蛋蛋能量-删除币种",
  3694. "parameters": [
  3695. {
  3696. "type": "string",
  3697. "description": "验证参数Bearer和token空格拼接",
  3698. "name": "Authorization",
  3699. "in": "header",
  3700. "required": true
  3701. }
  3702. ],
  3703. "responses": {
  3704. "200": {
  3705. "description": "删除数据数量",
  3706. "schema": {
  3707. "type": "int"
  3708. }
  3709. },
  3710. "400": {
  3711. "description": "具体错误",
  3712. "schema": {
  3713. "$ref": "#/definitions/md.Response"
  3714. }
  3715. }
  3716. }
  3717. }
  3718. },
  3719. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3720. "post": {
  3721. "description": "蛋蛋分管理(人工打分)",
  3722. "consumes": [
  3723. "application/json"
  3724. ],
  3725. "produces": [
  3726. "application/json"
  3727. ],
  3728. "tags": [
  3729. "蛋蛋能量"
  3730. ],
  3731. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3732. "parameters": [
  3733. {
  3734. "type": "string",
  3735. "description": "验证参数Bearer和token空格拼接",
  3736. "name": "Authorization",
  3737. "in": "header",
  3738. "required": true
  3739. },
  3740. {
  3741. "description": "请求参数",
  3742. "name": "req",
  3743. "in": "body",
  3744. "required": true,
  3745. "schema": {
  3746. "$ref": "#/definitions/md.ManualScoreReq"
  3747. }
  3748. }
  3749. ],
  3750. "responses": {
  3751. "200": {
  3752. "description": "成功返回",
  3753. "schema": {
  3754. "type": "string"
  3755. }
  3756. },
  3757. "400": {
  3758. "description": "具体错误",
  3759. "schema": {
  3760. "$ref": "#/definitions/md.Response"
  3761. }
  3762. }
  3763. }
  3764. }
  3765. },
  3766. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3767. "post": {
  3768. "description": "蛋蛋分管理(着陆页数据分析)",
  3769. "consumes": [
  3770. "application/json"
  3771. ],
  3772. "produces": [
  3773. "application/json"
  3774. ],
  3775. "tags": [
  3776. "蛋蛋能量"
  3777. ],
  3778. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3779. "parameters": [
  3780. {
  3781. "type": "string",
  3782. "description": "验证参数Bearer和token空格拼接",
  3783. "name": "Authorization",
  3784. "in": "header",
  3785. "required": true
  3786. },
  3787. {
  3788. "description": "请求参数",
  3789. "name": "req",
  3790. "in": "body",
  3791. "required": true,
  3792. "schema": {
  3793. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3794. }
  3795. }
  3796. ],
  3797. "responses": {
  3798. "200": {
  3799. "description": "成功返回",
  3800. "schema": {
  3801. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3802. }
  3803. },
  3804. "400": {
  3805. "description": "具体错误",
  3806. "schema": {
  3807. "$ref": "#/definitions/md.Response"
  3808. }
  3809. }
  3810. }
  3811. }
  3812. },
  3813. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3814. "post": {
  3815. "description": "蛋蛋分管理(用户数据列表)",
  3816. "consumes": [
  3817. "application/json"
  3818. ],
  3819. "produces": [
  3820. "application/json"
  3821. ],
  3822. "tags": [
  3823. "蛋蛋能量"
  3824. ],
  3825. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3826. "parameters": [
  3827. {
  3828. "type": "string",
  3829. "description": "验证参数Bearer和token空格拼接",
  3830. "name": "Authorization",
  3831. "in": "header",
  3832. "required": true
  3833. },
  3834. {
  3835. "description": "请求参数",
  3836. "name": "req",
  3837. "in": "body",
  3838. "required": true,
  3839. "schema": {
  3840. "$ref": "#/definitions/md.UserEggFlowReq"
  3841. }
  3842. }
  3843. ],
  3844. "responses": {
  3845. "200": {
  3846. "description": "成功返回",
  3847. "schema": {
  3848. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3849. }
  3850. },
  3851. "400": {
  3852. "description": "具体错误",
  3853. "schema": {
  3854. "$ref": "#/definitions/md.Response"
  3855. }
  3856. }
  3857. }
  3858. }
  3859. },
  3860. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3861. "post": {
  3862. "description": "蛋蛋分管理(着陆页数据)",
  3863. "consumes": [
  3864. "application/json"
  3865. ],
  3866. "produces": [
  3867. "application/json"
  3868. ],
  3869. "tags": [
  3870. "蛋蛋能量"
  3871. ],
  3872. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3873. "parameters": [
  3874. {
  3875. "type": "string",
  3876. "description": "验证参数Bearer和token空格拼接",
  3877. "name": "Authorization",
  3878. "in": "header",
  3879. "required": true
  3880. },
  3881. {
  3882. "description": "请求参数",
  3883. "name": "req",
  3884. "in": "body",
  3885. "required": true,
  3886. "schema": {
  3887. "$ref": "#/definitions/md.UserEggIndexReq"
  3888. }
  3889. }
  3890. ],
  3891. "responses": {
  3892. "200": {
  3893. "description": "成功返回",
  3894. "schema": {
  3895. "$ref": "#/definitions/md.UserEggIndexResp"
  3896. }
  3897. },
  3898. "400": {
  3899. "description": "具体错误",
  3900. "schema": {
  3901. "$ref": "#/definitions/md.Response"
  3902. }
  3903. }
  3904. }
  3905. }
  3906. },
  3907. "/api/institutionalManagement/eggEnergy/getBasic": {
  3908. "get": {
  3909. "description": "基础设置(获取)",
  3910. "consumes": [
  3911. "application/json"
  3912. ],
  3913. "produces": [
  3914. "application/json"
  3915. ],
  3916. "tags": [
  3917. "蛋蛋能量"
  3918. ],
  3919. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3920. "parameters": [
  3921. {
  3922. "type": "string",
  3923. "description": "验证参数Bearer和token空格拼接",
  3924. "name": "Authorization",
  3925. "in": "header",
  3926. "required": true
  3927. }
  3928. ],
  3929. "responses": {
  3930. "200": {
  3931. "description": "具体数据",
  3932. "schema": {
  3933. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3934. }
  3935. },
  3936. "400": {
  3937. "description": "具体错误",
  3938. "schema": {
  3939. "$ref": "#/definitions/md.Response"
  3940. }
  3941. }
  3942. }
  3943. }
  3944. },
  3945. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3946. "get": {
  3947. "description": "基础会员设置(获取)",
  3948. "consumes": [
  3949. "application/json"
  3950. ],
  3951. "produces": [
  3952. "application/json"
  3953. ],
  3954. "tags": [
  3955. "蛋蛋能量"
  3956. ],
  3957. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3958. "parameters": [
  3959. {
  3960. "type": "string",
  3961. "description": "验证参数Bearer和token空格拼接",
  3962. "name": "Authorization",
  3963. "in": "header",
  3964. "required": true
  3965. }
  3966. ],
  3967. "responses": {
  3968. "200": {
  3969. "description": "具体数据",
  3970. "schema": {
  3971. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3972. }
  3973. },
  3974. "400": {
  3975. "description": "具体错误",
  3976. "schema": {
  3977. "$ref": "#/definitions/md.Response"
  3978. }
  3979. }
  3980. }
  3981. }
  3982. },
  3983. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3984. "get": {
  3985. "description": "查询所有币种(获取)",
  3986. "consumes": [
  3987. "application/json"
  3988. ],
  3989. "produces": [
  3990. "application/json"
  3991. ],
  3992. "tags": [
  3993. "蛋蛋能量"
  3994. ],
  3995. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3996. "parameters": [
  3997. {
  3998. "type": "string",
  3999. "description": "验证参数Bearer和token空格拼接",
  4000. "name": "Authorization",
  4001. "in": "header",
  4002. "required": true
  4003. }
  4004. ],
  4005. "responses": {
  4006. "200": {
  4007. "description": "成功返回",
  4008. "schema": {
  4009. "type": "array",
  4010. "items": {
  4011. "$ref": "#/definitions/md.VirtualCoin"
  4012. }
  4013. }
  4014. },
  4015. "400": {
  4016. "description": "具体错误",
  4017. "schema": {
  4018. "$ref": "#/definitions/md.Response"
  4019. }
  4020. }
  4021. }
  4022. }
  4023. },
  4024. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  4025. "get": {
  4026. "description": "数据概览(获取)",
  4027. "consumes": [
  4028. "application/json"
  4029. ],
  4030. "produces": [
  4031. "application/json"
  4032. ],
  4033. "tags": [
  4034. "蛋蛋能量"
  4035. ],
  4036. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  4037. "parameters": [
  4038. {
  4039. "type": "string",
  4040. "description": "验证参数Bearer和token空格拼接",
  4041. "name": "Authorization",
  4042. "in": "header",
  4043. "required": true
  4044. }
  4045. ],
  4046. "responses": {
  4047. "200": {
  4048. "description": "具体数据",
  4049. "schema": {
  4050. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  4051. }
  4052. },
  4053. "400": {
  4054. "description": "具体错误",
  4055. "schema": {
  4056. "$ref": "#/definitions/md.Response"
  4057. }
  4058. }
  4059. }
  4060. }
  4061. },
  4062. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  4063. "post": {
  4064. "description": "价值明细数据(新增)",
  4065. "consumes": [
  4066. "application/json"
  4067. ],
  4068. "produces": [
  4069. "application/json"
  4070. ],
  4071. "tags": [
  4072. "蛋蛋能量"
  4073. ],
  4074. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  4075. "parameters": [
  4076. {
  4077. "type": "string",
  4078. "description": "验证参数Bearer和token空格拼接",
  4079. "name": "Authorization",
  4080. "in": "header",
  4081. "required": true
  4082. },
  4083. {
  4084. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4085. "name": "req",
  4086. "in": "body",
  4087. "required": true,
  4088. "schema": {
  4089. "$ref": "#/definitions/md.AddFundDataReq"
  4090. }
  4091. }
  4092. ],
  4093. "responses": {
  4094. "200": {
  4095. "description": "插入数据 id",
  4096. "schema": {
  4097. "type": "int"
  4098. }
  4099. },
  4100. "400": {
  4101. "description": "具体错误",
  4102. "schema": {
  4103. "$ref": "#/definitions/md.Response"
  4104. }
  4105. }
  4106. }
  4107. }
  4108. },
  4109. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  4110. "post": {
  4111. "description": "新增数据列表(获取)",
  4112. "consumes": [
  4113. "application/json"
  4114. ],
  4115. "produces": [
  4116. "application/json"
  4117. ],
  4118. "tags": [
  4119. "蛋蛋能量"
  4120. ],
  4121. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  4122. "parameters": [
  4123. {
  4124. "type": "string",
  4125. "description": "验证参数Bearer和token空格拼接",
  4126. "name": "Authorization",
  4127. "in": "header",
  4128. "required": true
  4129. },
  4130. {
  4131. "description": "分页信息必填",
  4132. "name": "req",
  4133. "in": "body",
  4134. "required": true,
  4135. "schema": {
  4136. "$ref": "#/definitions/md.GetFundDataListReq"
  4137. }
  4138. }
  4139. ],
  4140. "responses": {
  4141. "200": {
  4142. "description": "具体数据",
  4143. "schema": {
  4144. "$ref": "#/definitions/md.GetFundDataListResp"
  4145. }
  4146. },
  4147. "400": {
  4148. "description": "具体错误",
  4149. "schema": {
  4150. "$ref": "#/definitions/md.Response"
  4151. }
  4152. }
  4153. }
  4154. }
  4155. },
  4156. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  4157. "post": {
  4158. "description": "新增数据列表详情(查询)",
  4159. "consumes": [
  4160. "application/json"
  4161. ],
  4162. "produces": [
  4163. "application/json"
  4164. ],
  4165. "tags": [
  4166. "蛋蛋能量"
  4167. ],
  4168. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  4169. "parameters": [
  4170. {
  4171. "type": "string",
  4172. "description": "验证参数Bearer和token空格拼接",
  4173. "name": "Authorization",
  4174. "in": "header",
  4175. "required": true
  4176. },
  4177. {
  4178. "description": "获取到的 system_id 以及分页信息",
  4179. "name": "req",
  4180. "in": "body",
  4181. "required": true,
  4182. "schema": {
  4183. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  4184. }
  4185. }
  4186. ],
  4187. "responses": {
  4188. "200": {
  4189. "description": "具体数据",
  4190. "schema": {
  4191. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  4192. }
  4193. },
  4194. "400": {
  4195. "description": "具体错误",
  4196. "schema": {
  4197. "$ref": "#/definitions/md.Response"
  4198. }
  4199. }
  4200. }
  4201. }
  4202. },
  4203. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  4204. "get": {
  4205. "description": "价格趋势(获取)",
  4206. "consumes": [
  4207. "application/json"
  4208. ],
  4209. "produces": [
  4210. "application/json"
  4211. ],
  4212. "tags": [
  4213. "蛋蛋能量"
  4214. ],
  4215. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4216. "parameters": [
  4217. {
  4218. "type": "string",
  4219. "description": "验证参数Bearer和token空格拼接",
  4220. "name": "Authorization",
  4221. "in": "header",
  4222. "required": true
  4223. },
  4224. {
  4225. "type": "string",
  4226. "description": "1:按天 2:按小时 3:按周",
  4227. "name": "kind",
  4228. "in": "query"
  4229. }
  4230. ],
  4231. "responses": {
  4232. "200": {
  4233. "description": "具体数据",
  4234. "schema": {
  4235. "$ref": "#/definitions/md.GetPriceCurveResp"
  4236. }
  4237. },
  4238. "400": {
  4239. "description": "具体错误",
  4240. "schema": {
  4241. "$ref": "#/definitions/md.Response"
  4242. }
  4243. }
  4244. }
  4245. }
  4246. },
  4247. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4248. "post": {
  4249. "description": "激励视频(获取)",
  4250. "consumes": [
  4251. "application/json"
  4252. ],
  4253. "produces": [
  4254. "application/json"
  4255. ],
  4256. "tags": [
  4257. "蛋蛋能量"
  4258. ],
  4259. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4260. "parameters": [
  4261. {
  4262. "type": "string",
  4263. "description": "验证参数Bearer和token空格拼接",
  4264. "name": "Authorization",
  4265. "in": "header",
  4266. "required": true
  4267. },
  4268. {
  4269. "description": "落地页不填页大小默认20条数据",
  4270. "name": "req",
  4271. "in": "body",
  4272. "required": true,
  4273. "schema": {
  4274. "$ref": "#/definitions/md.SetVideoRewardReq"
  4275. }
  4276. }
  4277. ],
  4278. "responses": {
  4279. "200": {
  4280. "description": "OK",
  4281. "schema": {
  4282. "$ref": "#/definitions/md.GetVideoRewardResp"
  4283. }
  4284. },
  4285. "400": {
  4286. "description": "具体错误",
  4287. "schema": {
  4288. "$ref": "#/definitions/md.Response"
  4289. }
  4290. }
  4291. }
  4292. }
  4293. },
  4294. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4295. "post": {
  4296. "description": "其他广告设置数据(新增)",
  4297. "consumes": [
  4298. "application/json"
  4299. ],
  4300. "produces": [
  4301. "application/json"
  4302. ],
  4303. "tags": [
  4304. "蛋蛋能量"
  4305. ],
  4306. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4307. "parameters": [
  4308. {
  4309. "type": "string",
  4310. "description": "验证参数Bearer和token空格拼接",
  4311. "name": "Authorization",
  4312. "in": "header",
  4313. "required": true
  4314. },
  4315. {
  4316. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4317. "name": "req",
  4318. "in": "body",
  4319. "required": true,
  4320. "schema": {
  4321. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4322. }
  4323. }
  4324. ],
  4325. "responses": {
  4326. "200": {
  4327. "description": "插入数据 id",
  4328. "schema": {
  4329. "type": "int"
  4330. }
  4331. },
  4332. "400": {
  4333. "description": "具体错误",
  4334. "schema": {
  4335. "$ref": "#/definitions/md.Response"
  4336. }
  4337. }
  4338. }
  4339. }
  4340. },
  4341. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4342. "post": {
  4343. "description": "其他广告设置数据(获取)",
  4344. "consumes": [
  4345. "application/json"
  4346. ],
  4347. "produces": [
  4348. "application/json"
  4349. ],
  4350. "tags": [
  4351. "蛋蛋能量"
  4352. ],
  4353. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4354. "parameters": [
  4355. {
  4356. "type": "string",
  4357. "description": "验证参数Bearer和token空格拼接",
  4358. "name": "Authorization",
  4359. "in": "header",
  4360. "required": true
  4361. },
  4362. {
  4363. "description": "分页信息必填",
  4364. "name": "req",
  4365. "in": "body",
  4366. "required": true,
  4367. "schema": {
  4368. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4369. }
  4370. }
  4371. ],
  4372. "responses": {
  4373. "200": {
  4374. "description": "具体数据",
  4375. "schema": {
  4376. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4377. }
  4378. },
  4379. "400": {
  4380. "description": "具体错误",
  4381. "schema": {
  4382. "$ref": "#/definitions/md.Response"
  4383. }
  4384. }
  4385. }
  4386. }
  4387. },
  4388. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4389. "post": {
  4390. "description": "激励视频(设置)",
  4391. "consumes": [
  4392. "application/json"
  4393. ],
  4394. "produces": [
  4395. "application/json"
  4396. ],
  4397. "tags": [
  4398. "蛋蛋能量"
  4399. ],
  4400. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4401. "parameters": [
  4402. {
  4403. "type": "string",
  4404. "description": "验证参数Bearer和token空格拼接",
  4405. "name": "Authorization",
  4406. "in": "header",
  4407. "required": true
  4408. },
  4409. {
  4410. "description": "落地页不填页大小默认20条数据",
  4411. "name": "req",
  4412. "in": "body",
  4413. "required": true,
  4414. "schema": {
  4415. "$ref": "#/definitions/md.SetVideoRewardReq"
  4416. }
  4417. }
  4418. ],
  4419. "responses": {
  4420. "200": {
  4421. "description": "success",
  4422. "schema": {
  4423. "type": "string"
  4424. }
  4425. },
  4426. "400": {
  4427. "description": "具体错误",
  4428. "schema": {
  4429. "$ref": "#/definitions/md.Response"
  4430. }
  4431. }
  4432. }
  4433. }
  4434. },
  4435. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4436. "post": {
  4437. "description": "基础设置(更新)",
  4438. "consumes": [
  4439. "application/json"
  4440. ],
  4441. "produces": [
  4442. "application/json"
  4443. ],
  4444. "tags": [
  4445. "蛋蛋能量"
  4446. ],
  4447. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4448. "parameters": [
  4449. {
  4450. "type": "string",
  4451. "description": "验证参数Bearer和token空格拼接",
  4452. "name": "Authorization",
  4453. "in": "header",
  4454. "required": true
  4455. },
  4456. {
  4457. "description": "system_id 必填",
  4458. "name": "req",
  4459. "in": "body",
  4460. "required": true,
  4461. "schema": {
  4462. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4463. }
  4464. }
  4465. ],
  4466. "responses": {
  4467. "200": {
  4468. "description": "修改数据条数",
  4469. "schema": {
  4470. "type": "int"
  4471. }
  4472. },
  4473. "400": {
  4474. "description": "具体错误",
  4475. "schema": {
  4476. "$ref": "#/definitions/md.Response"
  4477. }
  4478. }
  4479. }
  4480. }
  4481. },
  4482. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4483. "post": {
  4484. "description": "会员设置(更新)",
  4485. "consumes": [
  4486. "application/json"
  4487. ],
  4488. "produces": [
  4489. "application/json"
  4490. ],
  4491. "tags": [
  4492. "蛋蛋能量"
  4493. ],
  4494. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4495. "parameters": [
  4496. {
  4497. "type": "string",
  4498. "description": "验证参数Bearer和token空格拼接",
  4499. "name": "Authorization",
  4500. "in": "header",
  4501. "required": true
  4502. },
  4503. {
  4504. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4505. "name": "req",
  4506. "in": "body",
  4507. "required": true,
  4508. "schema": {
  4509. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4510. }
  4511. }
  4512. ],
  4513. "responses": {
  4514. "200": {
  4515. "description": "修改数据条数",
  4516. "schema": {
  4517. "type": "int"
  4518. }
  4519. },
  4520. "400": {
  4521. "description": "具体错误",
  4522. "schema": {
  4523. "$ref": "#/definitions/md.Response"
  4524. }
  4525. }
  4526. }
  4527. }
  4528. },
  4529. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4530. "post": {
  4531. "description": "更新币种信息",
  4532. "consumes": [
  4533. "application/json"
  4534. ],
  4535. "produces": [
  4536. "application/json"
  4537. ],
  4538. "tags": [
  4539. "蛋蛋能量"
  4540. ],
  4541. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4542. "parameters": [
  4543. {
  4544. "type": "string",
  4545. "description": "验证参数Bearer和token空格拼接",
  4546. "name": "Authorization",
  4547. "in": "header",
  4548. "required": true
  4549. },
  4550. {
  4551. "description": "更新数据信息",
  4552. "name": "req",
  4553. "in": "body",
  4554. "required": true,
  4555. "schema": {
  4556. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4557. }
  4558. }
  4559. ],
  4560. "responses": {
  4561. "200": {
  4562. "description": "更新数据数量",
  4563. "schema": {
  4564. "type": "int"
  4565. }
  4566. },
  4567. "400": {
  4568. "description": "具体错误",
  4569. "schema": {
  4570. "$ref": "#/definitions/md.Response"
  4571. }
  4572. }
  4573. }
  4574. }
  4575. },
  4576. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4577. "post": {
  4578. "description": "蛋蛋能量流水(查询)",
  4579. "consumes": [
  4580. "application/json"
  4581. ],
  4582. "produces": [
  4583. "application/json"
  4584. ],
  4585. "tags": [
  4586. "公排管理"
  4587. ],
  4588. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4589. "parameters": [
  4590. {
  4591. "type": "string",
  4592. "description": "验证参数Bearer和token空格拼接",
  4593. "name": "Authorization",
  4594. "in": "header",
  4595. "required": true
  4596. },
  4597. {
  4598. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4599. "name": "req",
  4600. "in": "body",
  4601. "required": true,
  4602. "schema": {
  4603. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4604. }
  4605. }
  4606. ],
  4607. "responses": {
  4608. "200": {
  4609. "description": "成功返回",
  4610. "schema": {
  4611. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4612. }
  4613. },
  4614. "400": {
  4615. "description": "具体错误",
  4616. "schema": {
  4617. "$ref": "#/definitions/md.Response"
  4618. }
  4619. }
  4620. }
  4621. }
  4622. },
  4623. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4624. "post": {
  4625. "description": "蛋蛋能量明细(获取)",
  4626. "consumes": [
  4627. "application/json"
  4628. ],
  4629. "produces": [
  4630. "application/json"
  4631. ],
  4632. "tags": [
  4633. "公排管理"
  4634. ],
  4635. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4636. "parameters": [
  4637. {
  4638. "type": "string",
  4639. "description": "验证参数Bearer和token空格拼接",
  4640. "name": "Authorization",
  4641. "in": "header",
  4642. "required": true
  4643. },
  4644. {
  4645. "description": "落地页不填页大小默认20条数据",
  4646. "name": "req",
  4647. "in": "body",
  4648. "schema": {
  4649. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4650. }
  4651. }
  4652. ],
  4653. "responses": {
  4654. "200": {
  4655. "description": "成功返回",
  4656. "schema": {
  4657. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4658. }
  4659. },
  4660. "400": {
  4661. "description": "具体错误",
  4662. "schema": {
  4663. "$ref": "#/definitions/md.Response"
  4664. }
  4665. }
  4666. }
  4667. }
  4668. },
  4669. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4670. "post": {
  4671. "description": "蛋蛋积分持有者明细(获取)",
  4672. "consumes": [
  4673. "application/json"
  4674. ],
  4675. "produces": [
  4676. "application/json"
  4677. ],
  4678. "tags": [
  4679. "公排管理"
  4680. ],
  4681. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4682. "parameters": [
  4683. {
  4684. "type": "string",
  4685. "description": "验证参数Bearer和token空格拼接",
  4686. "name": "Authorization",
  4687. "in": "header",
  4688. "required": true
  4689. },
  4690. {
  4691. "description": "落地页不填页大小默认20条数据",
  4692. "name": "req",
  4693. "in": "body",
  4694. "schema": {
  4695. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4696. }
  4697. }
  4698. ],
  4699. "responses": {
  4700. "200": {
  4701. "description": "成功返回",
  4702. "schema": {
  4703. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4704. }
  4705. },
  4706. "400": {
  4707. "description": "具体错误",
  4708. "schema": {
  4709. "$ref": "#/definitions/md.Response"
  4710. }
  4711. }
  4712. }
  4713. }
  4714. },
  4715. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4716. "post": {
  4717. "description": "蛋蛋积分流水明细(查询)",
  4718. "consumes": [
  4719. "application/json"
  4720. ],
  4721. "produces": [
  4722. "application/json"
  4723. ],
  4724. "tags": [
  4725. "公排管理"
  4726. ],
  4727. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4728. "parameters": [
  4729. {
  4730. "type": "string",
  4731. "description": "验证参数Bearer和token空格拼接",
  4732. "name": "Authorization",
  4733. "in": "header",
  4734. "required": true
  4735. },
  4736. {
  4737. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4738. "name": "req",
  4739. "in": "body",
  4740. "required": true,
  4741. "schema": {
  4742. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4743. }
  4744. }
  4745. ],
  4746. "responses": {
  4747. "200": {
  4748. "description": "成功返回",
  4749. "schema": {
  4750. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4751. }
  4752. },
  4753. "400": {
  4754. "description": "具体错误",
  4755. "schema": {
  4756. "$ref": "#/definitions/md.Response"
  4757. }
  4758. }
  4759. }
  4760. }
  4761. },
  4762. "/api/institutionalManagement/eggPointCoefficient/add": {
  4763. "post": {
  4764. "description": "区间系数(新增 支持批量新增)",
  4765. "consumes": [
  4766. "application/json"
  4767. ],
  4768. "produces": [
  4769. "application/json"
  4770. ],
  4771. "tags": [
  4772. "蛋蛋分区间系数管理"
  4773. ],
  4774. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4775. "parameters": [
  4776. {
  4777. "type": "string",
  4778. "description": "验证参数Bearer和token空格拼接",
  4779. "name": "Authorization",
  4780. "in": "header",
  4781. "required": true
  4782. },
  4783. {
  4784. "description": "需要新增的内容",
  4785. "name": "req",
  4786. "in": "body",
  4787. "required": true,
  4788. "schema": {
  4789. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4790. }
  4791. }
  4792. ],
  4793. "responses": {
  4794. "200": {
  4795. "description": "新增数据条数",
  4796. "schema": {
  4797. "type": "int"
  4798. }
  4799. },
  4800. "400": {
  4801. "description": "具体错误",
  4802. "schema": {
  4803. "$ref": "#/definitions/md.Response"
  4804. }
  4805. }
  4806. }
  4807. }
  4808. },
  4809. "/api/institutionalManagement/eggPointCoefficient/del": {
  4810. "delete": {
  4811. "description": "区间系数(删除)",
  4812. "consumes": [
  4813. "application/json"
  4814. ],
  4815. "produces": [
  4816. "application/json"
  4817. ],
  4818. "tags": [
  4819. "蛋蛋分区间系数管理"
  4820. ],
  4821. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4822. "parameters": [
  4823. {
  4824. "type": "string",
  4825. "description": "验证参数Bearer和token空格拼接",
  4826. "name": "Authorization",
  4827. "in": "header",
  4828. "required": true
  4829. },
  4830. {
  4831. "description": "需要删除的数据id",
  4832. "name": "req",
  4833. "in": "body",
  4834. "required": true,
  4835. "schema": {
  4836. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4837. }
  4838. }
  4839. ],
  4840. "responses": {
  4841. "200": {
  4842. "description": "成功删除数据条数",
  4843. "schema": {
  4844. "type": "int"
  4845. }
  4846. },
  4847. "400": {
  4848. "description": "具体错误",
  4849. "schema": {
  4850. "$ref": "#/definitions/md.Response"
  4851. }
  4852. }
  4853. }
  4854. }
  4855. },
  4856. "/api/institutionalManagement/eggPointCoefficient/index": {
  4857. "get": {
  4858. "description": "区间系数(获取)",
  4859. "consumes": [
  4860. "application/json"
  4861. ],
  4862. "produces": [
  4863. "application/json"
  4864. ],
  4865. "tags": [
  4866. "蛋蛋分区间系数管理"
  4867. ],
  4868. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4869. "parameters": [
  4870. {
  4871. "type": "string",
  4872. "description": "验证参数Bearer和token空格拼接",
  4873. "name": "Authorization",
  4874. "in": "header",
  4875. "required": true
  4876. }
  4877. ],
  4878. "responses": {
  4879. "200": {
  4880. "description": "OK",
  4881. "schema": {
  4882. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4883. }
  4884. },
  4885. "400": {
  4886. "description": "具体错误",
  4887. "schema": {
  4888. "$ref": "#/definitions/md.Response"
  4889. }
  4890. }
  4891. }
  4892. }
  4893. },
  4894. "/api/institutionalManagement/eggPointCoefficient/update": {
  4895. "post": {
  4896. "description": "区间系数(更新)",
  4897. "consumes": [
  4898. "application/json"
  4899. ],
  4900. "produces": [
  4901. "application/json"
  4902. ],
  4903. "tags": [
  4904. "蛋蛋分区间系数管理"
  4905. ],
  4906. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4907. "parameters": [
  4908. {
  4909. "type": "string",
  4910. "description": "验证参数Bearer和token空格拼接",
  4911. "name": "Authorization",
  4912. "in": "header",
  4913. "required": true
  4914. },
  4915. {
  4916. "description": "需要更新的数据信息",
  4917. "name": "req",
  4918. "in": "body",
  4919. "required": true,
  4920. "schema": {
  4921. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4922. }
  4923. }
  4924. ],
  4925. "responses": {
  4926. "200": {
  4927. "description": "成功修改的数据数量",
  4928. "schema": {
  4929. "type": "int"
  4930. }
  4931. },
  4932. "400": {
  4933. "description": "具体错误",
  4934. "schema": {
  4935. "$ref": "#/definitions/md.Response"
  4936. }
  4937. }
  4938. }
  4939. }
  4940. },
  4941. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4942. "get": {
  4943. "description": "个性化设置(获取)",
  4944. "consumes": [
  4945. "application/json"
  4946. ],
  4947. "produces": [
  4948. "application/json"
  4949. ],
  4950. "tags": [
  4951. "模块设置"
  4952. ],
  4953. "summary": "制度中心-模块设置-个性化设置(获取)",
  4954. "parameters": [
  4955. {
  4956. "type": "string",
  4957. "description": "验证参数Bearer和token空格拼接",
  4958. "name": "Authorization",
  4959. "in": "header",
  4960. "required": true
  4961. },
  4962. {
  4963. "type": "string",
  4964. "description": "模块类型值",
  4965. "name": "mod_name_value",
  4966. "in": "query",
  4967. "required": true
  4968. }
  4969. ],
  4970. "responses": {
  4971. "200": {
  4972. "description": "具体数据",
  4973. "schema": {
  4974. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4975. }
  4976. },
  4977. "400": {
  4978. "description": "具体错误",
  4979. "schema": {
  4980. "$ref": "#/definitions/md.Response"
  4981. }
  4982. }
  4983. }
  4984. }
  4985. },
  4986. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4987. "post": {
  4988. "description": "个性化设置(更新)",
  4989. "consumes": [
  4990. "application/json"
  4991. ],
  4992. "produces": [
  4993. "application/json"
  4994. ],
  4995. "tags": [
  4996. "模块设置"
  4997. ],
  4998. "summary": "制度中心-模块设置-个性化设置(更新)",
  4999. "parameters": [
  5000. {
  5001. "type": "string",
  5002. "description": "验证参数Bearer和token空格拼接",
  5003. "name": "Authorization",
  5004. "in": "header",
  5005. "required": true
  5006. },
  5007. {
  5008. "description": "模块类型值必填 链接传入完整 URL",
  5009. "name": "req",
  5010. "in": "body",
  5011. "required": true,
  5012. "schema": {
  5013. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  5014. }
  5015. }
  5016. ],
  5017. "responses": {
  5018. "200": {
  5019. "description": "修改数据条数",
  5020. "schema": {
  5021. "type": "int"
  5022. }
  5023. },
  5024. "400": {
  5025. "description": "具体错误",
  5026. "schema": {
  5027. "$ref": "#/definitions/md.Response"
  5028. }
  5029. }
  5030. }
  5031. }
  5032. },
  5033. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  5034. "post": {
  5035. "description": "社区分红(新增)",
  5036. "consumes": [
  5037. "application/json"
  5038. ],
  5039. "produces": [
  5040. "application/json"
  5041. ],
  5042. "tags": [
  5043. "公排管理"
  5044. ],
  5045. "summary": "制度中心-公排管理-社区分红(新增)",
  5046. "parameters": [
  5047. {
  5048. "type": "string",
  5049. "description": "验证参数Bearer和token空格拼接",
  5050. "name": "Authorization",
  5051. "in": "header",
  5052. "required": true
  5053. },
  5054. {
  5055. "description": "分红名称、分红总量",
  5056. "name": "req",
  5057. "in": "body",
  5058. "required": true,
  5059. "schema": {
  5060. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  5061. }
  5062. }
  5063. ],
  5064. "responses": {
  5065. "200": {
  5066. "description": "成功",
  5067. "schema": {
  5068. "type": "success"
  5069. }
  5070. },
  5071. "400": {
  5072. "description": "具体错误",
  5073. "schema": {
  5074. "$ref": "#/definitions/md.Response"
  5075. }
  5076. }
  5077. }
  5078. }
  5079. },
  5080. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  5081. "post": {
  5082. "description": "社区分红(查询)",
  5083. "consumes": [
  5084. "application/json"
  5085. ],
  5086. "produces": [
  5087. "application/json"
  5088. ],
  5089. "tags": [
  5090. "公排管理"
  5091. ],
  5092. "summary": "制度中心-公排管理-社区分红(查询)",
  5093. "parameters": [
  5094. {
  5095. "type": "string",
  5096. "description": "验证参数Bearer和token空格拼接",
  5097. "name": "Authorization",
  5098. "in": "header",
  5099. "required": true
  5100. },
  5101. {
  5102. "description": "页数、每页大小必填 起止时间、起止数量选填",
  5103. "name": "req",
  5104. "in": "body",
  5105. "required": true,
  5106. "schema": {
  5107. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  5108. }
  5109. }
  5110. ],
  5111. "responses": {
  5112. "200": {
  5113. "description": "具体数据",
  5114. "schema": {
  5115. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  5116. }
  5117. },
  5118. "400": {
  5119. "description": "具体错误",
  5120. "schema": {
  5121. "$ref": "#/definitions/md.Response"
  5122. }
  5123. }
  5124. }
  5125. }
  5126. },
  5127. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  5128. "post": {
  5129. "description": "社区长列表(新增)",
  5130. "consumes": [
  5131. "application/json"
  5132. ],
  5133. "produces": [
  5134. "application/json"
  5135. ],
  5136. "tags": [
  5137. "公排管理"
  5138. ],
  5139. "summary": "制度中心-公排管理-社区长列表(新增)",
  5140. "parameters": [
  5141. {
  5142. "type": "string",
  5143. "description": "验证参数Bearer和token空格拼接",
  5144. "name": "Authorization",
  5145. "in": "header",
  5146. "required": true
  5147. },
  5148. {
  5149. "description": "新增社区长 ID、备注",
  5150. "name": "req",
  5151. "in": "body",
  5152. "required": true,
  5153. "schema": {
  5154. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  5155. }
  5156. }
  5157. ],
  5158. "responses": {
  5159. "200": {
  5160. "description": "插入数据 ID",
  5161. "schema": {
  5162. "type": "int"
  5163. }
  5164. },
  5165. "400": {
  5166. "description": "具体错误",
  5167. "schema": {
  5168. "$ref": "#/definitions/md.Response"
  5169. }
  5170. }
  5171. }
  5172. }
  5173. },
  5174. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  5175. "delete": {
  5176. "description": "社区长列表(删除)",
  5177. "consumes": [
  5178. "application/json"
  5179. ],
  5180. "produces": [
  5181. "application/json"
  5182. ],
  5183. "tags": [
  5184. "公排管理"
  5185. ],
  5186. "summary": "制度中心-公排管理-社区长列表(删除)",
  5187. "parameters": [
  5188. {
  5189. "type": "string",
  5190. "description": "验证参数Bearer和token空格拼接",
  5191. "name": "Authorization",
  5192. "in": "header",
  5193. "required": true
  5194. }
  5195. ],
  5196. "responses": {
  5197. "200": {
  5198. "description": "删除数据数量",
  5199. "schema": {
  5200. "type": "int"
  5201. }
  5202. },
  5203. "400": {
  5204. "description": "具体错误",
  5205. "schema": {
  5206. "$ref": "#/definitions/md.Response"
  5207. }
  5208. }
  5209. }
  5210. }
  5211. },
  5212. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  5213. "post": {
  5214. "description": "社区长列表(查询)",
  5215. "consumes": [
  5216. "application/json"
  5217. ],
  5218. "produces": [
  5219. "application/json"
  5220. ],
  5221. "tags": [
  5222. "公排管理"
  5223. ],
  5224. "summary": "制度中心-公排管理-社区长列表(查询)",
  5225. "parameters": [
  5226. {
  5227. "type": "string",
  5228. "description": "验证参数Bearer和token空格拼接",
  5229. "name": "Authorization",
  5230. "in": "header",
  5231. "required": true
  5232. },
  5233. {
  5234. "description": "页数、每页大小必填 手机号、用户ID选填",
  5235. "name": "req",
  5236. "in": "body",
  5237. "required": true,
  5238. "schema": {
  5239. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5240. }
  5241. }
  5242. ],
  5243. "responses": {
  5244. "200": {
  5245. "description": "社区长列表",
  5246. "schema": {
  5247. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5248. }
  5249. },
  5250. "400": {
  5251. "description": "具体错误",
  5252. "schema": {
  5253. "$ref": "#/definitions/md.Response"
  5254. }
  5255. }
  5256. }
  5257. }
  5258. },
  5259. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5260. "post": {
  5261. "description": "关系分布图(位置转换)",
  5262. "consumes": [
  5263. "application/json"
  5264. ],
  5265. "produces": [
  5266. "application/json"
  5267. ],
  5268. "tags": [
  5269. "公排管理"
  5270. ],
  5271. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5272. "parameters": [
  5273. {
  5274. "type": "string",
  5275. "description": "验证参数Bearer和token空格拼接",
  5276. "name": "Authorization",
  5277. "in": "header",
  5278. "required": true
  5279. },
  5280. {
  5281. "description": "需要交换的两个位置",
  5282. "name": "req",
  5283. "in": "body",
  5284. "required": true,
  5285. "schema": {
  5286. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5287. }
  5288. }
  5289. ],
  5290. "responses": {
  5291. "200": {
  5292. "description": "成功返回",
  5293. "schema": {
  5294. "type": ""
  5295. }
  5296. },
  5297. "400": {
  5298. "description": "具体错误",
  5299. "schema": {
  5300. "$ref": "#/definitions/md.Response"
  5301. }
  5302. }
  5303. }
  5304. }
  5305. },
  5306. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5307. "get": {
  5308. "description": "关系分布图(获取指定用户上级)",
  5309. "consumes": [
  5310. "application/json"
  5311. ],
  5312. "produces": [
  5313. "application/json"
  5314. ],
  5315. "tags": [
  5316. "公排管理"
  5317. ],
  5318. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5319. "parameters": [
  5320. {
  5321. "type": "string",
  5322. "description": "验证参数Bearer和token空格拼接",
  5323. "name": "Authorization",
  5324. "in": "header",
  5325. "required": true
  5326. },
  5327. {
  5328. "type": "string",
  5329. "description": "用户ID",
  5330. "name": "uid",
  5331. "in": "query",
  5332. "required": true
  5333. }
  5334. ],
  5335. "responses": {
  5336. "200": {
  5337. "description": "具体数据",
  5338. "schema": {
  5339. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5340. }
  5341. },
  5342. "400": {
  5343. "description": "具体错误",
  5344. "schema": {
  5345. "$ref": "#/definitions/md.Response"
  5346. }
  5347. }
  5348. }
  5349. }
  5350. },
  5351. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5352. "get": {
  5353. "description": "关系分布图(获取指定用户下级)",
  5354. "consumes": [
  5355. "application/json"
  5356. ],
  5357. "produces": [
  5358. "application/json"
  5359. ],
  5360. "tags": [
  5361. "公排管理"
  5362. ],
  5363. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5364. "parameters": [
  5365. {
  5366. "type": "string",
  5367. "description": "验证参数Bearer和token空格拼接",
  5368. "name": "Authorization",
  5369. "in": "header",
  5370. "required": true
  5371. },
  5372. {
  5373. "type": "string",
  5374. "description": "用户ID",
  5375. "name": "uid",
  5376. "in": "query",
  5377. "required": true
  5378. }
  5379. ],
  5380. "responses": {
  5381. "200": {
  5382. "description": "具体数据",
  5383. "schema": {
  5384. "$ref": "#/definitions/md.TreeNode"
  5385. }
  5386. },
  5387. "400": {
  5388. "description": "具体错误",
  5389. "schema": {
  5390. "$ref": "#/definitions/md.Response"
  5391. }
  5392. }
  5393. }
  5394. }
  5395. },
  5396. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5397. "get": {
  5398. "description": "公排基础设置(获取)",
  5399. "consumes": [
  5400. "application/json"
  5401. ],
  5402. "produces": [
  5403. "application/json"
  5404. ],
  5405. "tags": [
  5406. "公排管理"
  5407. ],
  5408. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5409. "parameters": [
  5410. {
  5411. "type": "string",
  5412. "description": "验证参数Bearer和token空格拼接",
  5413. "name": "Authorization",
  5414. "in": "header",
  5415. "required": true
  5416. }
  5417. ],
  5418. "responses": {
  5419. "200": {
  5420. "description": "具体数据",
  5421. "schema": {
  5422. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5423. }
  5424. },
  5425. "400": {
  5426. "description": "具体错误",
  5427. "schema": {
  5428. "$ref": "#/definitions/md.Response"
  5429. }
  5430. }
  5431. }
  5432. }
  5433. },
  5434. "/api/institutionalManagement/publicPlatoon/nineDimensionalSpace": {
  5435. "get": {
  5436. "description": "关系分布图(公排详情)",
  5437. "consumes": [
  5438. "application/json"
  5439. ],
  5440. "produces": [
  5441. "application/json"
  5442. ],
  5443. "tags": [
  5444. "公排管理"
  5445. ],
  5446. "summary": "制度中心-公排管理-关系分布图(公排详情)",
  5447. "parameters": [
  5448. {
  5449. "type": "string",
  5450. "description": "验证参数Bearer和token空格拼接",
  5451. "name": "Authorization",
  5452. "in": "header",
  5453. "required": true
  5454. },
  5455. {
  5456. "type": "string",
  5457. "description": "用户id",
  5458. "name": "uid",
  5459. "in": "query"
  5460. }
  5461. ],
  5462. "responses": {
  5463. "200": {
  5464. "description": "成功返回",
  5465. "schema": {
  5466. "type": ""
  5467. }
  5468. },
  5469. "400": {
  5470. "description": "具体错误",
  5471. "schema": {
  5472. "$ref": "#/definitions/md.Response"
  5473. }
  5474. }
  5475. }
  5476. }
  5477. },
  5478. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5479. "delete": {
  5480. "description": "免罚用户(删除)",
  5481. "consumes": [
  5482. "application/json"
  5483. ],
  5484. "produces": [
  5485. "application/json"
  5486. ],
  5487. "tags": [
  5488. "公排管理"
  5489. ],
  5490. "summary": "制度中心-公排管理-免罚用户(删除)",
  5491. "parameters": [
  5492. {
  5493. "type": "string",
  5494. "description": "验证参数Bearer和token空格拼接",
  5495. "name": "Authorization",
  5496. "in": "header",
  5497. "required": true
  5498. },
  5499. {
  5500. "description": "免罚用户ID",
  5501. "name": "req",
  5502. "in": "body",
  5503. "required": true,
  5504. "schema": {
  5505. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5506. }
  5507. }
  5508. ],
  5509. "responses": {
  5510. "200": {
  5511. "description": "删除数据数量",
  5512. "schema": {
  5513. "type": "int"
  5514. }
  5515. },
  5516. "400": {
  5517. "description": "具体错误",
  5518. "schema": {
  5519. "$ref": "#/definitions/md.Response"
  5520. }
  5521. }
  5522. }
  5523. }
  5524. },
  5525. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5526. "post": {
  5527. "description": "免罚用户(查询)",
  5528. "consumes": [
  5529. "application/json"
  5530. ],
  5531. "produces": [
  5532. "application/json"
  5533. ],
  5534. "tags": [
  5535. "公排管理"
  5536. ],
  5537. "summary": "制度中心-公排管理-免罚用户(查询)",
  5538. "parameters": [
  5539. {
  5540. "type": "string",
  5541. "description": "验证参数Bearer和token空格拼接",
  5542. "name": "Authorization",
  5543. "in": "header",
  5544. "required": true
  5545. },
  5546. {
  5547. "description": "页数和行数必填,uid选填",
  5548. "name": "req",
  5549. "in": "body",
  5550. "required": true,
  5551. "schema": {
  5552. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5553. }
  5554. }
  5555. ],
  5556. "responses": {
  5557. "200": {
  5558. "description": "成功返回",
  5559. "schema": {
  5560. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5561. }
  5562. },
  5563. "400": {
  5564. "description": "具体错误",
  5565. "schema": {
  5566. "$ref": "#/definitions/md.Response"
  5567. }
  5568. }
  5569. }
  5570. }
  5571. },
  5572. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5573. "post": {
  5574. "description": "免罚用户(新增)",
  5575. "consumes": [
  5576. "application/json"
  5577. ],
  5578. "produces": [
  5579. "application/json"
  5580. ],
  5581. "tags": [
  5582. "公排管理"
  5583. ],
  5584. "summary": "制度中心-公排管理-免罚用户(新增)",
  5585. "parameters": [
  5586. {
  5587. "type": "string",
  5588. "description": "验证参数Bearer和token空格拼接",
  5589. "name": "Authorization",
  5590. "in": "header",
  5591. "required": true
  5592. },
  5593. {
  5594. "description": "免罚用户ID",
  5595. "name": "req",
  5596. "in": "body",
  5597. "required": true,
  5598. "schema": {
  5599. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5600. }
  5601. }
  5602. ],
  5603. "responses": {
  5604. "200": {
  5605. "description": "插入数据 ID",
  5606. "schema": {
  5607. "type": "int"
  5608. }
  5609. },
  5610. "400": {
  5611. "description": "具体错误",
  5612. "schema": {
  5613. "$ref": "#/definitions/md.Response"
  5614. }
  5615. }
  5616. }
  5617. }
  5618. },
  5619. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5620. "get": {
  5621. "description": "关系分布图(获取)",
  5622. "consumes": [
  5623. "application/json"
  5624. ],
  5625. "produces": [
  5626. "application/json"
  5627. ],
  5628. "tags": [
  5629. "公排管理"
  5630. ],
  5631. "summary": "制度中心-公排管理-关系分布图(获取)",
  5632. "parameters": [
  5633. {
  5634. "type": "string",
  5635. "description": "验证参数Bearer和token空格拼接",
  5636. "name": "Authorization",
  5637. "in": "header",
  5638. "required": true
  5639. },
  5640. {
  5641. "type": "string",
  5642. "description": "phone",
  5643. "name": "phone",
  5644. "in": "query",
  5645. "required": true
  5646. },
  5647. {
  5648. "type": "string",
  5649. "description": "uid",
  5650. "name": "uid",
  5651. "in": "query",
  5652. "required": true
  5653. }
  5654. ],
  5655. "responses": {
  5656. "200": {
  5657. "description": "具体数据",
  5658. "schema": {
  5659. "$ref": "#/definitions/md.TreeNode"
  5660. }
  5661. },
  5662. "400": {
  5663. "description": "具体错误",
  5664. "schema": {
  5665. "$ref": "#/definitions/md.Response"
  5666. }
  5667. }
  5668. }
  5669. }
  5670. },
  5671. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5672. "post": {
  5673. "description": "公排基础设置选择会员(查询)",
  5674. "consumes": [
  5675. "application/json"
  5676. ],
  5677. "produces": [
  5678. "application/json"
  5679. ],
  5680. "tags": [
  5681. "公排管理"
  5682. ],
  5683. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5684. "parameters": [
  5685. {
  5686. "type": "string",
  5687. "description": "验证参数Bearer和token空格拼接",
  5688. "name": "Authorization",
  5689. "in": "header",
  5690. "required": true
  5691. },
  5692. {
  5693. "description": "分页信息必填",
  5694. "name": "req",
  5695. "in": "body",
  5696. "required": true,
  5697. "schema": {
  5698. "$ref": "#/definitions/md.SelectMemberReq"
  5699. }
  5700. }
  5701. ],
  5702. "responses": {
  5703. "200": {
  5704. "description": "具体数据",
  5705. "schema": {
  5706. "$ref": "#/definitions/md.SelectMemberResp"
  5707. }
  5708. },
  5709. "400": {
  5710. "description": "具体错误",
  5711. "schema": {
  5712. "$ref": "#/definitions/md.Response"
  5713. }
  5714. }
  5715. }
  5716. }
  5717. },
  5718. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5719. "put": {
  5720. "description": "公排基础设置(修改)",
  5721. "consumes": [
  5722. "application/json"
  5723. ],
  5724. "produces": [
  5725. "application/json"
  5726. ],
  5727. "tags": [
  5728. "公排管理"
  5729. ],
  5730. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5731. "parameters": [
  5732. {
  5733. "type": "string",
  5734. "description": "验证参数Bearer和token空格拼接",
  5735. "name": "Authorization",
  5736. "in": "header",
  5737. "required": true
  5738. },
  5739. {
  5740. "description": "公排设置表单内容",
  5741. "name": "req",
  5742. "in": "body",
  5743. "required": true,
  5744. "schema": {
  5745. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5746. }
  5747. }
  5748. ],
  5749. "responses": {
  5750. "200": {
  5751. "description": "success",
  5752. "schema": {
  5753. "type": "string"
  5754. }
  5755. },
  5756. "400": {
  5757. "description": "具体错误",
  5758. "schema": {
  5759. "$ref": "#/definitions/md.Response"
  5760. }
  5761. }
  5762. }
  5763. }
  5764. },
  5765. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5766. "post": {
  5767. "description": "日活分析",
  5768. "consumes": [
  5769. "application/json"
  5770. ],
  5771. "produces": [
  5772. "application/json"
  5773. ],
  5774. "tags": [
  5775. "公排管理"
  5776. ],
  5777. "summary": "制度中心-公排管理-日活分析",
  5778. "parameters": [
  5779. {
  5780. "type": "string",
  5781. "description": "验证参数Bearer和token空格拼接",
  5782. "name": "Authorization",
  5783. "in": "header",
  5784. "required": true
  5785. },
  5786. {
  5787. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5788. "name": "req",
  5789. "in": "body",
  5790. "required": true,
  5791. "schema": {
  5792. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5793. }
  5794. }
  5795. ],
  5796. "responses": {
  5797. "200": {
  5798. "description": "具体数据",
  5799. "schema": {
  5800. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5801. }
  5802. },
  5803. "400": {
  5804. "description": "具体错误",
  5805. "schema": {
  5806. "$ref": "#/definitions/md.Response"
  5807. }
  5808. }
  5809. }
  5810. }
  5811. },
  5812. "/api/login": {
  5813. "post": {
  5814. "description": "登入",
  5815. "consumes": [
  5816. "application/json"
  5817. ],
  5818. "produces": [
  5819. "application/json"
  5820. ],
  5821. "tags": [
  5822. "登录"
  5823. ],
  5824. "summary": "登陆",
  5825. "parameters": [
  5826. {
  5827. "description": "用户名密码",
  5828. "name": "req",
  5829. "in": "body",
  5830. "required": true,
  5831. "schema": {
  5832. "$ref": "#/definitions/md.LoginReq"
  5833. }
  5834. }
  5835. ],
  5836. "responses": {
  5837. "200": {
  5838. "description": "token",
  5839. "schema": {
  5840. "$ref": "#/definitions/md.LoginResponse"
  5841. }
  5842. },
  5843. "400": {
  5844. "description": "具体错误",
  5845. "schema": {
  5846. "$ref": "#/definitions/md.Response"
  5847. }
  5848. }
  5849. }
  5850. }
  5851. },
  5852. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5853. "get": {
  5854. "description": "新人红包设置(获取)",
  5855. "consumes": [
  5856. "application/json"
  5857. ],
  5858. "produces": [
  5859. "application/json"
  5860. ],
  5861. "tags": [
  5862. "营销应用"
  5863. ],
  5864. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5865. "parameters": [
  5866. {
  5867. "type": "string",
  5868. "description": "验证参数Bearer和token空格拼接",
  5869. "name": "Authorization",
  5870. "in": "header",
  5871. "required": true
  5872. }
  5873. ],
  5874. "responses": {
  5875. "200": {
  5876. "description": "具体数据",
  5877. "schema": {
  5878. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5879. }
  5880. },
  5881. "400": {
  5882. "description": "具体错误",
  5883. "schema": {
  5884. "$ref": "#/definitions/md.Response"
  5885. }
  5886. }
  5887. }
  5888. }
  5889. },
  5890. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5891. "post": {
  5892. "description": "新人红包列表明细(查询)",
  5893. "consumes": [
  5894. "application/json"
  5895. ],
  5896. "produces": [
  5897. "application/json"
  5898. ],
  5899. "tags": [
  5900. "营销应用"
  5901. ],
  5902. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5903. "parameters": [
  5904. {
  5905. "type": "string",
  5906. "description": "验证参数Bearer和token空格拼接",
  5907. "name": "Authorization",
  5908. "in": "header",
  5909. "required": true
  5910. },
  5911. {
  5912. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5913. "name": "req",
  5914. "in": "body",
  5915. "required": true,
  5916. "schema": {
  5917. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5918. }
  5919. }
  5920. ],
  5921. "responses": {
  5922. "200": {
  5923. "description": "具体数据",
  5924. "schema": {
  5925. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5926. }
  5927. },
  5928. "400": {
  5929. "description": "具体错误",
  5930. "schema": {
  5931. "$ref": "#/definitions/md.Response"
  5932. }
  5933. }
  5934. }
  5935. }
  5936. },
  5937. "/api/marketingApplications/newUserRedPackage/recordList": {
  5938. "post": {
  5939. "description": "新人红包列表(查询)",
  5940. "consumes": [
  5941. "application/json"
  5942. ],
  5943. "produces": [
  5944. "application/json"
  5945. ],
  5946. "tags": [
  5947. "营销应用"
  5948. ],
  5949. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5950. "parameters": [
  5951. {
  5952. "type": "string",
  5953. "description": "验证参数Bearer和token空格拼接",
  5954. "name": "Authorization",
  5955. "in": "header",
  5956. "required": true
  5957. },
  5958. {
  5959. "description": "新人红包列表查询条件(分页信息必填)",
  5960. "name": "req",
  5961. "in": "body",
  5962. "required": true,
  5963. "schema": {
  5964. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5965. }
  5966. }
  5967. ],
  5968. "responses": {
  5969. "200": {
  5970. "description": "具体数据",
  5971. "schema": {
  5972. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5973. }
  5974. },
  5975. "400": {
  5976. "description": "具体错误",
  5977. "schema": {
  5978. "$ref": "#/definitions/md.Response"
  5979. }
  5980. }
  5981. }
  5982. }
  5983. },
  5984. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5985. "put": {
  5986. "description": "新人红包设置(修改)",
  5987. "consumes": [
  5988. "application/json"
  5989. ],
  5990. "produces": [
  5991. "application/json"
  5992. ],
  5993. "tags": [
  5994. "营销应用"
  5995. ],
  5996. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5997. "parameters": [
  5998. {
  5999. "type": "string",
  6000. "description": "验证参数Bearer和token空格拼接",
  6001. "name": "Authorization",
  6002. "in": "header",
  6003. "required": true
  6004. },
  6005. {
  6006. "description": "新人红包设置表单",
  6007. "name": "req",
  6008. "in": "body",
  6009. "required": true,
  6010. "schema": {
  6011. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  6012. }
  6013. }
  6014. ],
  6015. "responses": {
  6016. "200": {
  6017. "description": "success",
  6018. "schema": {
  6019. "type": "string"
  6020. }
  6021. },
  6022. "400": {
  6023. "description": "具体错误",
  6024. "schema": {
  6025. "$ref": "#/definitions/md.Response"
  6026. }
  6027. }
  6028. }
  6029. }
  6030. },
  6031. "/api/memberCenter/certificate/del": {
  6032. "post": {
  6033. "description": "会员中心-证书管理-删除",
  6034. "consumes": [
  6035. "application/json"
  6036. ],
  6037. "produces": [
  6038. "application/json"
  6039. ],
  6040. "tags": [
  6041. "会员中心"
  6042. ],
  6043. "summary": "会员中心-证书管理-删除",
  6044. "parameters": [
  6045. {
  6046. "type": "string",
  6047. "description": "验证参数Bearer和token空格拼接",
  6048. "name": "Authorization",
  6049. "in": "header",
  6050. "required": true
  6051. },
  6052. {
  6053. "description": "(分页信息必填)",
  6054. "name": "req",
  6055. "in": "body",
  6056. "required": true,
  6057. "schema": {
  6058. "$ref": "#/definitions/md.CertificateDelReq"
  6059. }
  6060. }
  6061. ],
  6062. "responses": {
  6063. "200": {
  6064. "description": "具体数据",
  6065. "schema": {
  6066. "type": "string"
  6067. }
  6068. },
  6069. "400": {
  6070. "description": "具体错误",
  6071. "schema": {
  6072. "$ref": "#/definitions/md.Response"
  6073. }
  6074. }
  6075. }
  6076. }
  6077. },
  6078. "/api/memberCenter/certificate/list": {
  6079. "post": {
  6080. "description": "会员中心-证书管理",
  6081. "consumes": [
  6082. "application/json"
  6083. ],
  6084. "produces": [
  6085. "application/json"
  6086. ],
  6087. "tags": [
  6088. "会员中心"
  6089. ],
  6090. "summary": "会员中心-证书管理",
  6091. "parameters": [
  6092. {
  6093. "type": "string",
  6094. "description": "验证参数Bearer和token空格拼接",
  6095. "name": "Authorization",
  6096. "in": "header",
  6097. "required": true
  6098. },
  6099. {
  6100. "description": "(分页信息必填)",
  6101. "name": "req",
  6102. "in": "body",
  6103. "required": true,
  6104. "schema": {
  6105. "$ref": "#/definitions/md.CertificateListReq"
  6106. }
  6107. }
  6108. ],
  6109. "responses": {
  6110. "200": {
  6111. "description": "具体数据",
  6112. "schema": {
  6113. "$ref": "#/definitions/md.CertificateListResp"
  6114. }
  6115. },
  6116. "400": {
  6117. "description": "具体错误",
  6118. "schema": {
  6119. "$ref": "#/definitions/md.Response"
  6120. }
  6121. }
  6122. }
  6123. }
  6124. },
  6125. "/api/memberCenter/certificate/save": {
  6126. "post": {
  6127. "description": "会员中心-证书管理-保存",
  6128. "consumes": [
  6129. "application/json"
  6130. ],
  6131. "produces": [
  6132. "application/json"
  6133. ],
  6134. "tags": [
  6135. "会员中心"
  6136. ],
  6137. "summary": "会员中心-证书管理-保存",
  6138. "parameters": [
  6139. {
  6140. "type": "string",
  6141. "description": "验证参数Bearer和token空格拼接",
  6142. "name": "Authorization",
  6143. "in": "header",
  6144. "required": true
  6145. },
  6146. {
  6147. "description": "(分页信息必填)",
  6148. "name": "req",
  6149. "in": "body",
  6150. "required": true,
  6151. "schema": {
  6152. "$ref": "#/definitions/md.CertificateSave"
  6153. }
  6154. }
  6155. ],
  6156. "responses": {
  6157. "200": {
  6158. "description": "具体数据",
  6159. "schema": {
  6160. "type": "string"
  6161. }
  6162. },
  6163. "400": {
  6164. "description": "具体错误",
  6165. "schema": {
  6166. "$ref": "#/definitions/md.Response"
  6167. }
  6168. }
  6169. }
  6170. }
  6171. },
  6172. "/api/memberCenter/levelManagement/addLevel": {
  6173. "post": {
  6174. "description": "等级管理(新增)",
  6175. "consumes": [
  6176. "application/json"
  6177. ],
  6178. "produces": [
  6179. "application/json"
  6180. ],
  6181. "tags": [
  6182. "会员中心"
  6183. ],
  6184. "summary": "制度中心-会员中心-等级管理(新增)",
  6185. "parameters": [
  6186. {
  6187. "type": "string",
  6188. "description": "验证参数Bearer和token空格拼接",
  6189. "name": "Authorization",
  6190. "in": "header",
  6191. "required": true
  6192. },
  6193. {
  6194. "description": "需要新增的等级信息",
  6195. "name": "req",
  6196. "in": "body",
  6197. "required": true,
  6198. "schema": {
  6199. "$ref": "#/definitions/md.AddLevelReq"
  6200. }
  6201. }
  6202. ],
  6203. "responses": {
  6204. "200": {
  6205. "description": "新增等级ID",
  6206. "schema": {
  6207. "type": "int"
  6208. }
  6209. },
  6210. "400": {
  6211. "description": "具体错误",
  6212. "schema": {
  6213. "$ref": "#/definitions/md.Response"
  6214. }
  6215. }
  6216. }
  6217. }
  6218. },
  6219. "/api/memberCenter/levelManagement/deleteLevel": {
  6220. "delete": {
  6221. "description": "等级管理(删除)",
  6222. "consumes": [
  6223. "application/json"
  6224. ],
  6225. "produces": [
  6226. "application/json"
  6227. ],
  6228. "tags": [
  6229. "会员中心"
  6230. ],
  6231. "summary": "制度中心-会员中心-等级管理(删除)",
  6232. "parameters": [
  6233. {
  6234. "type": "string",
  6235. "description": "验证参数Bearer和token空格拼接",
  6236. "name": "Authorization",
  6237. "in": "header",
  6238. "required": true
  6239. },
  6240. {
  6241. "description": "需要删除的等级 ID",
  6242. "name": "req",
  6243. "in": "body",
  6244. "required": true,
  6245. "schema": {
  6246. "$ref": "#/definitions/md.DeleteLevelReq"
  6247. }
  6248. }
  6249. ],
  6250. "responses": {
  6251. "200": {
  6252. "description": "成功删除数据数量",
  6253. "schema": {
  6254. "type": "int"
  6255. }
  6256. },
  6257. "400": {
  6258. "description": "具体错误",
  6259. "schema": {
  6260. "$ref": "#/definitions/md.Response"
  6261. }
  6262. }
  6263. }
  6264. }
  6265. },
  6266. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6267. "delete": {
  6268. "description": "等级任务(删除)",
  6269. "consumes": [
  6270. "application/json"
  6271. ],
  6272. "produces": [
  6273. "application/json"
  6274. ],
  6275. "tags": [
  6276. "会员中心"
  6277. ],
  6278. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6279. "parameters": [
  6280. {
  6281. "type": "string",
  6282. "description": "验证参数Bearer和token空格拼接",
  6283. "name": "Authorization",
  6284. "in": "header",
  6285. "required": true
  6286. },
  6287. {
  6288. "description": "需要删除的等级任务ID",
  6289. "name": "req",
  6290. "in": "body",
  6291. "required": true,
  6292. "schema": {
  6293. "$ref": "#/definitions/md.DeleteTaskReq"
  6294. }
  6295. }
  6296. ],
  6297. "responses": {
  6298. "200": {
  6299. "description": "成功删除数据数量",
  6300. "schema": {
  6301. "type": "int"
  6302. }
  6303. },
  6304. "400": {
  6305. "description": "具体错误",
  6306. "schema": {
  6307. "$ref": "#/definitions/md.Response"
  6308. }
  6309. }
  6310. }
  6311. }
  6312. },
  6313. "/api/memberCenter/levelManagement/getLevelList": {
  6314. "get": {
  6315. "description": "标签管理(获取)",
  6316. "consumes": [
  6317. "application/json"
  6318. ],
  6319. "produces": [
  6320. "application/json"
  6321. ],
  6322. "tags": [
  6323. "会员中心"
  6324. ],
  6325. "summary": "制度中心-会员中心-等级管理(获取)",
  6326. "parameters": [
  6327. {
  6328. "type": "string",
  6329. "description": "验证参数Bearer和token空格拼接",
  6330. "name": "Authorization",
  6331. "in": "header",
  6332. "required": true
  6333. },
  6334. {
  6335. "type": "integer",
  6336. "description": "每页大小",
  6337. "name": "limit",
  6338. "in": "query",
  6339. "required": true
  6340. },
  6341. {
  6342. "type": "integer",
  6343. "description": "页数",
  6344. "name": "page",
  6345. "in": "query",
  6346. "required": true
  6347. }
  6348. ],
  6349. "responses": {
  6350. "200": {
  6351. "description": "具体数据",
  6352. "schema": {
  6353. "$ref": "#/definitions/md.GetLevelListResp"
  6354. }
  6355. },
  6356. "400": {
  6357. "description": "具体错误",
  6358. "schema": {
  6359. "$ref": "#/definitions/md.Response"
  6360. }
  6361. }
  6362. }
  6363. }
  6364. },
  6365. "/api/memberCenter/levelManagement/getOneLevel": {
  6366. "get": {
  6367. "description": "等级明细(获取)",
  6368. "consumes": [
  6369. "application/json"
  6370. ],
  6371. "produces": [
  6372. "application/json"
  6373. ],
  6374. "tags": [
  6375. "会员中心"
  6376. ],
  6377. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6378. "parameters": [
  6379. {
  6380. "type": "string",
  6381. "description": "验证参数Bearer和token空格拼接",
  6382. "name": "Authorization",
  6383. "in": "header",
  6384. "required": true
  6385. },
  6386. {
  6387. "type": "integer",
  6388. "description": "等级 ID",
  6389. "name": "level_id",
  6390. "in": "query",
  6391. "required": true
  6392. }
  6393. ],
  6394. "responses": {
  6395. "200": {
  6396. "description": "具体数据",
  6397. "schema": {
  6398. "$ref": "#/definitions/md.GetOneLevelResp"
  6399. }
  6400. },
  6401. "400": {
  6402. "description": "具体错误",
  6403. "schema": {
  6404. "$ref": "#/definitions/md.Response"
  6405. }
  6406. }
  6407. }
  6408. }
  6409. },
  6410. "/api/memberCenter/levelManagement/updateLevel": {
  6411. "post": {
  6412. "description": "等级管理(更新)",
  6413. "consumes": [
  6414. "application/json"
  6415. ],
  6416. "produces": [
  6417. "application/json"
  6418. ],
  6419. "tags": [
  6420. "会员中心"
  6421. ],
  6422. "summary": "制度中心-会员中心-等级管理(更新)",
  6423. "parameters": [
  6424. {
  6425. "type": "string",
  6426. "description": "验证参数Bearer和token空格拼接",
  6427. "name": "Authorization",
  6428. "in": "header",
  6429. "required": true
  6430. },
  6431. {
  6432. "description": "需要修改的等级信息",
  6433. "name": "req",
  6434. "in": "body",
  6435. "required": true,
  6436. "schema": {
  6437. "$ref": "#/definitions/md.UpdateLevelReq"
  6438. }
  6439. }
  6440. ],
  6441. "responses": {
  6442. "200": {
  6443. "description": "success",
  6444. "schema": {
  6445. "type": "string"
  6446. }
  6447. },
  6448. "400": {
  6449. "description": "具体错误",
  6450. "schema": {
  6451. "$ref": "#/definitions/md.Response"
  6452. }
  6453. }
  6454. }
  6455. }
  6456. },
  6457. "/api/memberCenter/tagManagement/addTag": {
  6458. "post": {
  6459. "description": "标签管理(新增)",
  6460. "consumes": [
  6461. "application/json"
  6462. ],
  6463. "produces": [
  6464. "application/json"
  6465. ],
  6466. "tags": [
  6467. "会员中心"
  6468. ],
  6469. "summary": "制度中心-会员中心-标签管理(新增)",
  6470. "parameters": [
  6471. {
  6472. "type": "string",
  6473. "description": "验证参数Bearer和token空格拼接",
  6474. "name": "Authorization",
  6475. "in": "header",
  6476. "required": true
  6477. },
  6478. {
  6479. "description": "新增的标签信息",
  6480. "name": "req",
  6481. "in": "body",
  6482. "required": true,
  6483. "schema": {
  6484. "$ref": "#/definitions/md.AddTagReq"
  6485. }
  6486. }
  6487. ],
  6488. "responses": {
  6489. "200": {
  6490. "description": "新增的标签 ID",
  6491. "schema": {
  6492. "type": "int"
  6493. }
  6494. },
  6495. "400": {
  6496. "description": "具体错误",
  6497. "schema": {
  6498. "$ref": "#/definitions/md.Response"
  6499. }
  6500. }
  6501. }
  6502. }
  6503. },
  6504. "/api/memberCenter/tagManagement/deleteTag": {
  6505. "delete": {
  6506. "description": "标签管理(删除)",
  6507. "consumes": [
  6508. "application/json"
  6509. ],
  6510. "produces": [
  6511. "application/json"
  6512. ],
  6513. "tags": [
  6514. "会员中心"
  6515. ],
  6516. "summary": "制度中心-会员中心-标签管理(删除)",
  6517. "parameters": [
  6518. {
  6519. "type": "string",
  6520. "description": "验证参数Bearer和token空格拼接",
  6521. "name": "Authorization",
  6522. "in": "header",
  6523. "required": true
  6524. },
  6525. {
  6526. "description": "需要删除的标签 ID",
  6527. "name": "req",
  6528. "in": "body",
  6529. "required": true,
  6530. "schema": {
  6531. "$ref": "#/definitions/md.DeleteTagReq"
  6532. }
  6533. }
  6534. ],
  6535. "responses": {
  6536. "200": {
  6537. "description": "成功删除标签用户数",
  6538. "schema": {
  6539. "type": "int"
  6540. }
  6541. },
  6542. "400": {
  6543. "description": "具体错误",
  6544. "schema": {
  6545. "$ref": "#/definitions/md.Response"
  6546. }
  6547. }
  6548. }
  6549. }
  6550. },
  6551. "/api/memberCenter/tagManagement/getTagList": {
  6552. "get": {
  6553. "description": "标签管理(获取)",
  6554. "consumes": [
  6555. "application/json"
  6556. ],
  6557. "produces": [
  6558. "application/json"
  6559. ],
  6560. "tags": [
  6561. "会员中心"
  6562. ],
  6563. "summary": "制度中心-会员中心-标签管理(获取)",
  6564. "parameters": [
  6565. {
  6566. "type": "string",
  6567. "description": "验证参数Bearer和token空格拼接",
  6568. "name": "Authorization",
  6569. "in": "header",
  6570. "required": true
  6571. },
  6572. {
  6573. "type": "integer",
  6574. "description": "每页大小",
  6575. "name": "limit",
  6576. "in": "query",
  6577. "required": true
  6578. },
  6579. {
  6580. "type": "integer",
  6581. "description": "页数",
  6582. "name": "page",
  6583. "in": "query",
  6584. "required": true
  6585. }
  6586. ],
  6587. "responses": {
  6588. "200": {
  6589. "description": "具体数据",
  6590. "schema": {
  6591. "$ref": "#/definitions/md.GetTagListResp"
  6592. }
  6593. },
  6594. "400": {
  6595. "description": "具体错误",
  6596. "schema": {
  6597. "$ref": "#/definitions/md.Response"
  6598. }
  6599. }
  6600. }
  6601. }
  6602. },
  6603. "/api/memberCenter/tagManagement/updateTag": {
  6604. "post": {
  6605. "description": "标签管理(更新)",
  6606. "consumes": [
  6607. "application/json"
  6608. ],
  6609. "produces": [
  6610. "application/json"
  6611. ],
  6612. "tags": [
  6613. "会员中心"
  6614. ],
  6615. "summary": "制度中心-会员中心-标签管理(更新)",
  6616. "parameters": [
  6617. {
  6618. "type": "string",
  6619. "description": "验证参数Bearer和token空格拼接",
  6620. "name": "Authorization",
  6621. "in": "header",
  6622. "required": true
  6623. },
  6624. {
  6625. "description": "需要修改的标签信息",
  6626. "name": "req",
  6627. "in": "body",
  6628. "required": true,
  6629. "schema": {
  6630. "$ref": "#/definitions/md.UpdateTagReq"
  6631. }
  6632. }
  6633. ],
  6634. "responses": {
  6635. "200": {
  6636. "description": "成功修改数据条数",
  6637. "schema": {
  6638. "type": "int"
  6639. }
  6640. },
  6641. "400": {
  6642. "description": "具体错误",
  6643. "schema": {
  6644. "$ref": "#/definitions/md.Response"
  6645. }
  6646. }
  6647. }
  6648. }
  6649. },
  6650. "/api/memberCenter/userManagement/addUser": {
  6651. "post": {
  6652. "description": "用户添加",
  6653. "consumes": [
  6654. "application/json"
  6655. ],
  6656. "produces": [
  6657. "application/json"
  6658. ],
  6659. "tags": [
  6660. "会员中心"
  6661. ],
  6662. "summary": "制度中心-会员中心-用户管理-用户添加",
  6663. "parameters": [
  6664. {
  6665. "type": "string",
  6666. "description": "验证参数Bearer和token空格拼接",
  6667. "name": "Authorization",
  6668. "in": "header",
  6669. "required": true
  6670. },
  6671. {
  6672. "description": "分页信息必填",
  6673. "name": "req",
  6674. "in": "body",
  6675. "required": true,
  6676. "schema": {
  6677. "$ref": "#/definitions/md.RegisterReq"
  6678. }
  6679. }
  6680. ],
  6681. "responses": {
  6682. "200": {
  6683. "description": "具体数据",
  6684. "schema": {
  6685. "type": "string"
  6686. }
  6687. },
  6688. "400": {
  6689. "description": "具体错误",
  6690. "schema": {
  6691. "$ref": "#/definitions/md.Response"
  6692. }
  6693. }
  6694. }
  6695. }
  6696. },
  6697. "/api/memberCenter/userManagement/balanceDetail": {
  6698. "get": {
  6699. "description": "会员明细(余额获取)",
  6700. "consumes": [
  6701. "application/json"
  6702. ],
  6703. "produces": [
  6704. "application/json"
  6705. ],
  6706. "tags": [
  6707. "会员中心"
  6708. ],
  6709. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6710. "parameters": [
  6711. {
  6712. "type": "string",
  6713. "description": "验证参数Bearer和token空格拼接",
  6714. "name": "Authorization",
  6715. "in": "header",
  6716. "required": true
  6717. },
  6718. {
  6719. "type": "string",
  6720. "description": "用户 ID",
  6721. "name": "uid",
  6722. "in": "query",
  6723. "required": true
  6724. },
  6725. {
  6726. "type": "string",
  6727. "description": "每页大小",
  6728. "name": "limit",
  6729. "in": "query",
  6730. "required": true
  6731. },
  6732. {
  6733. "type": "string",
  6734. "description": "页数",
  6735. "name": "page",
  6736. "in": "query",
  6737. "required": true
  6738. }
  6739. ],
  6740. "responses": {
  6741. "200": {
  6742. "description": "具体数据",
  6743. "schema": {
  6744. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6745. }
  6746. },
  6747. "400": {
  6748. "description": "具体错误",
  6749. "schema": {
  6750. "$ref": "#/definitions/md.Response"
  6751. }
  6752. }
  6753. }
  6754. }
  6755. },
  6756. "/api/memberCenter/userManagement/getFans": {
  6757. "get": {
  6758. "description": "会员明细粉丝情况(获取)",
  6759. "consumes": [
  6760. "application/json"
  6761. ],
  6762. "produces": [
  6763. "application/json"
  6764. ],
  6765. "tags": [
  6766. "会员中心"
  6767. ],
  6768. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6769. "parameters": [
  6770. {
  6771. "type": "string",
  6772. "description": "验证参数Bearer和token空格拼接",
  6773. "name": "Authorization",
  6774. "in": "header",
  6775. "required": true
  6776. },
  6777. {
  6778. "type": "string",
  6779. "description": "用户 ID",
  6780. "name": "uid",
  6781. "in": "query",
  6782. "required": true
  6783. },
  6784. {
  6785. "type": "string",
  6786. "description": "粉丝类型(0.全部 1.直推 2.二代 3.二代以后)",
  6787. "name": "type",
  6788. "in": "query",
  6789. "required": true
  6790. },
  6791. {
  6792. "type": "string",
  6793. "description": "每页大小",
  6794. "name": "limit",
  6795. "in": "query",
  6796. "required": true
  6797. },
  6798. {
  6799. "type": "string",
  6800. "description": "页数",
  6801. "name": "page",
  6802. "in": "query",
  6803. "required": true
  6804. }
  6805. ],
  6806. "responses": {
  6807. "200": {
  6808. "description": "具体数据",
  6809. "schema": {
  6810. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6811. }
  6812. },
  6813. "400": {
  6814. "description": "具体错误",
  6815. "schema": {
  6816. "$ref": "#/definitions/md.Response"
  6817. }
  6818. }
  6819. }
  6820. }
  6821. },
  6822. "/api/memberCenter/userManagement/getUserList": {
  6823. "post": {
  6824. "description": "用户信息管理(获取)",
  6825. "consumes": [
  6826. "application/json"
  6827. ],
  6828. "produces": [
  6829. "application/json"
  6830. ],
  6831. "tags": [
  6832. "会员中心"
  6833. ],
  6834. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6835. "parameters": [
  6836. {
  6837. "type": "string",
  6838. "description": "验证参数Bearer和token空格拼接",
  6839. "name": "Authorization",
  6840. "in": "header",
  6841. "required": true
  6842. },
  6843. {
  6844. "description": "分页信息必填",
  6845. "name": "req",
  6846. "in": "body",
  6847. "required": true,
  6848. "schema": {
  6849. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6850. }
  6851. }
  6852. ],
  6853. "responses": {
  6854. "200": {
  6855. "description": "具体数据",
  6856. "schema": {
  6857. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6858. }
  6859. },
  6860. "400": {
  6861. "description": "具体错误",
  6862. "schema": {
  6863. "$ref": "#/definitions/md.Response"
  6864. }
  6865. }
  6866. }
  6867. }
  6868. },
  6869. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6870. "get": {
  6871. "description": "会员明细(积分明细获取)",
  6872. "consumes": [
  6873. "application/json"
  6874. ],
  6875. "produces": [
  6876. "application/json"
  6877. ],
  6878. "tags": [
  6879. "会员中心"
  6880. ],
  6881. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6882. "parameters": [
  6883. {
  6884. "type": "string",
  6885. "description": "验证参数Bearer和token空格拼接",
  6886. "name": "Authorization",
  6887. "in": "header",
  6888. "required": true
  6889. },
  6890. {
  6891. "type": "string",
  6892. "description": "用户 ID",
  6893. "name": "uid",
  6894. "in": "query",
  6895. "required": true
  6896. },
  6897. {
  6898. "type": "string",
  6899. "description": "货币 ID",
  6900. "name": "coinId",
  6901. "in": "query",
  6902. "required": true
  6903. },
  6904. {
  6905. "type": "string",
  6906. "description": "每页大小",
  6907. "name": "limit",
  6908. "in": "query",
  6909. "required": true
  6910. },
  6911. {
  6912. "type": "string",
  6913. "description": "页数",
  6914. "name": "page",
  6915. "in": "query",
  6916. "required": true
  6917. }
  6918. ],
  6919. "responses": {
  6920. "200": {
  6921. "description": "具体数据",
  6922. "schema": {
  6923. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6924. }
  6925. },
  6926. "400": {
  6927. "description": "具体错误",
  6928. "schema": {
  6929. "$ref": "#/definitions/md.Response"
  6930. }
  6931. }
  6932. }
  6933. }
  6934. },
  6935. "/api/memberCenter/userManagement/setCustomInviteCode": {
  6936. "post": {
  6937. "description": "用户自定义邀请码修改",
  6938. "consumes": [
  6939. "application/json"
  6940. ],
  6941. "produces": [
  6942. "application/json"
  6943. ],
  6944. "tags": [
  6945. "会员中心"
  6946. ],
  6947. "summary": "制度中心-会员中心-用户管理-用户自定义邀请码修改",
  6948. "parameters": [
  6949. {
  6950. "type": "string",
  6951. "description": "验证参数Bearer和token空格拼接",
  6952. "name": "Authorization",
  6953. "in": "header",
  6954. "required": true
  6955. },
  6956. {
  6957. "description": "分页信息必填",
  6958. "name": "req",
  6959. "in": "body",
  6960. "required": true,
  6961. "schema": {
  6962. "$ref": "#/definitions/md.InviteCodeReq"
  6963. }
  6964. }
  6965. ],
  6966. "responses": {
  6967. "200": {
  6968. "description": "具体数据",
  6969. "schema": {
  6970. "type": "string"
  6971. }
  6972. },
  6973. "400": {
  6974. "description": "具体错误",
  6975. "schema": {
  6976. "$ref": "#/definitions/md.Response"
  6977. }
  6978. }
  6979. }
  6980. }
  6981. },
  6982. "/api/memberCenter/userManagement/updateUserInfo": {
  6983. "post": {
  6984. "description": "用户信息管理(更新)",
  6985. "consumes": [
  6986. "application/json"
  6987. ],
  6988. "produces": [
  6989. "application/json"
  6990. ],
  6991. "tags": [
  6992. "会员中心"
  6993. ],
  6994. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6995. "parameters": [
  6996. {
  6997. "type": "string",
  6998. "description": "验证参数Bearer和token空格拼接",
  6999. "name": "Authorization",
  7000. "in": "header",
  7001. "required": true
  7002. },
  7003. {
  7004. "description": "用户ID 必传",
  7005. "name": "req",
  7006. "in": "body",
  7007. "required": true,
  7008. "schema": {
  7009. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  7010. }
  7011. }
  7012. ],
  7013. "responses": {
  7014. "200": {
  7015. "description": "修改数据行数",
  7016. "schema": {
  7017. "type": "int"
  7018. }
  7019. },
  7020. "400": {
  7021. "description": "具体错误",
  7022. "schema": {
  7023. "$ref": "#/definitions/md.Response"
  7024. }
  7025. }
  7026. }
  7027. }
  7028. },
  7029. "/api/memberCenter/userManagement/userData": {
  7030. "get": {
  7031. "description": "会员明细概况(获取)",
  7032. "consumes": [
  7033. "application/json"
  7034. ],
  7035. "produces": [
  7036. "application/json"
  7037. ],
  7038. "tags": [
  7039. "会员中心"
  7040. ],
  7041. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  7042. "parameters": [
  7043. {
  7044. "type": "string",
  7045. "description": "验证参数Bearer和token空格拼接",
  7046. "name": "Authorization",
  7047. "in": "header",
  7048. "required": true
  7049. },
  7050. {
  7051. "type": "string",
  7052. "description": "用户 ID",
  7053. "name": "uid",
  7054. "in": "query",
  7055. "required": true
  7056. }
  7057. ],
  7058. "responses": {
  7059. "200": {
  7060. "description": "会员明细概况具体数据",
  7061. "schema": {
  7062. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  7063. }
  7064. },
  7065. "400": {
  7066. "description": "具体错误",
  7067. "schema": {
  7068. "$ref": "#/definitions/md.Response"
  7069. }
  7070. }
  7071. }
  7072. }
  7073. },
  7074. "/api/memberCenter/userManagement/userDelete": {
  7075. "post": {
  7076. "description": "删除到回收站",
  7077. "consumes": [
  7078. "application/json"
  7079. ],
  7080. "produces": [
  7081. "application/json"
  7082. ],
  7083. "tags": [
  7084. "会员中心"
  7085. ],
  7086. "summary": "会员中心-用户管理-永久删除",
  7087. "parameters": [
  7088. {
  7089. "type": "string",
  7090. "description": "验证参数Bearer和token空格拼接",
  7091. "name": "Authorization",
  7092. "in": "header",
  7093. "required": true
  7094. },
  7095. {
  7096. "description": "用户ID 必传",
  7097. "name": "req",
  7098. "in": "body",
  7099. "required": true,
  7100. "schema": {
  7101. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7102. }
  7103. }
  7104. ],
  7105. "responses": {
  7106. "200": {
  7107. "description": "修改数据行数",
  7108. "schema": {
  7109. "type": "int"
  7110. }
  7111. },
  7112. "400": {
  7113. "description": "具体错误",
  7114. "schema": {
  7115. "$ref": "#/definitions/md.Response"
  7116. }
  7117. }
  7118. }
  7119. }
  7120. },
  7121. "/api/memberCenter/userManagement/userRecycle": {
  7122. "post": {
  7123. "description": "删除到回收站",
  7124. "consumes": [
  7125. "application/json"
  7126. ],
  7127. "produces": [
  7128. "application/json"
  7129. ],
  7130. "tags": [
  7131. "会员中心"
  7132. ],
  7133. "summary": "会员中心-用户管理-删除到回收站",
  7134. "parameters": [
  7135. {
  7136. "type": "string",
  7137. "description": "验证参数Bearer和token空格拼接",
  7138. "name": "Authorization",
  7139. "in": "header",
  7140. "required": true
  7141. },
  7142. {
  7143. "description": "用户ID 必传",
  7144. "name": "req",
  7145. "in": "body",
  7146. "required": true,
  7147. "schema": {
  7148. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7149. }
  7150. }
  7151. ],
  7152. "responses": {
  7153. "200": {
  7154. "description": "修改数据行数",
  7155. "schema": {
  7156. "type": "int"
  7157. }
  7158. },
  7159. "400": {
  7160. "description": "具体错误",
  7161. "schema": {
  7162. "$ref": "#/definitions/md.Response"
  7163. }
  7164. }
  7165. }
  7166. }
  7167. },
  7168. "/api/memberCenter/userManagement/userRecycleCancel": {
  7169. "post": {
  7170. "description": "恢复到会员列表",
  7171. "consumes": [
  7172. "application/json"
  7173. ],
  7174. "produces": [
  7175. "application/json"
  7176. ],
  7177. "tags": [
  7178. "会员中心"
  7179. ],
  7180. "summary": "会员中心-用户管理-恢复到会员列表",
  7181. "parameters": [
  7182. {
  7183. "type": "string",
  7184. "description": "验证参数Bearer和token空格拼接",
  7185. "name": "Authorization",
  7186. "in": "header",
  7187. "required": true
  7188. },
  7189. {
  7190. "description": "用户ID 必传",
  7191. "name": "req",
  7192. "in": "body",
  7193. "required": true,
  7194. "schema": {
  7195. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  7196. }
  7197. }
  7198. ],
  7199. "responses": {
  7200. "200": {
  7201. "description": "修改数据行数",
  7202. "schema": {
  7203. "type": "int"
  7204. }
  7205. },
  7206. "400": {
  7207. "description": "具体错误",
  7208. "schema": {
  7209. "$ref": "#/definitions/md.Response"
  7210. }
  7211. }
  7212. }
  7213. }
  7214. },
  7215. "/api/memberCenter/userManagement/userRecycleList": {
  7216. "post": {
  7217. "description": "回收站列表",
  7218. "consumes": [
  7219. "application/json"
  7220. ],
  7221. "produces": [
  7222. "application/json"
  7223. ],
  7224. "tags": [
  7225. "会员中心"
  7226. ],
  7227. "summary": "会员中心-用户管理-回收站列表",
  7228. "parameters": [
  7229. {
  7230. "type": "string",
  7231. "description": "验证参数Bearer和token空格拼接",
  7232. "name": "Authorization",
  7233. "in": "header",
  7234. "required": true
  7235. },
  7236. {
  7237. "description": "分页信息必填",
  7238. "name": "req",
  7239. "in": "body",
  7240. "required": true,
  7241. "schema": {
  7242. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  7243. }
  7244. }
  7245. ],
  7246. "responses": {
  7247. "200": {
  7248. "description": "具体数据",
  7249. "schema": {
  7250. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  7251. }
  7252. },
  7253. "400": {
  7254. "description": "具体错误",
  7255. "schema": {
  7256. "$ref": "#/definitions/md.Response"
  7257. }
  7258. }
  7259. }
  7260. }
  7261. },
  7262. "/api/notice/aliyunSms/file/phone": {
  7263. "post": {
  7264. "description": "短信推送记录-通知模板",
  7265. "consumes": [
  7266. "application/json"
  7267. ],
  7268. "produces": [
  7269. "application/json"
  7270. ],
  7271. "tags": [
  7272. "消息中心"
  7273. ],
  7274. "summary": "消息中心-短信推送记录-通知模板",
  7275. "parameters": [
  7276. {
  7277. "type": "string",
  7278. "description": "验证参数Bearer和token空格拼接",
  7279. "name": "Authorization",
  7280. "in": "header",
  7281. "required": true
  7282. },
  7283. {
  7284. "type": "string",
  7285. "description": "参数 file-----文件上传格式",
  7286. "name": "file",
  7287. "in": "formData",
  7288. "required": true
  7289. }
  7290. ],
  7291. "responses": {
  7292. "200": {
  7293. "description": "phone 一个数组",
  7294. "schema": {
  7295. "type": "string"
  7296. }
  7297. },
  7298. "400": {
  7299. "description": "具体错误",
  7300. "schema": {
  7301. "$ref": "#/definitions/md.Response"
  7302. }
  7303. }
  7304. }
  7305. }
  7306. },
  7307. "/api/notice/aliyunSms/getLevelList": {
  7308. "get": {
  7309. "description": "等级管理(获取)",
  7310. "consumes": [
  7311. "application/json"
  7312. ],
  7313. "produces": [
  7314. "application/json"
  7315. ],
  7316. "tags": [
  7317. "消息中心"
  7318. ],
  7319. "summary": "消息中心-短信推送记录-等级管理(获取)",
  7320. "parameters": [
  7321. {
  7322. "type": "string",
  7323. "description": "验证参数Bearer和token空格拼接",
  7324. "name": "Authorization",
  7325. "in": "header",
  7326. "required": true
  7327. },
  7328. {
  7329. "type": "integer",
  7330. "description": "每页大小",
  7331. "name": "limit",
  7332. "in": "query",
  7333. "required": true
  7334. },
  7335. {
  7336. "type": "integer",
  7337. "description": "页数",
  7338. "name": "page",
  7339. "in": "query",
  7340. "required": true
  7341. }
  7342. ],
  7343. "responses": {
  7344. "200": {
  7345. "description": "具体数据",
  7346. "schema": {
  7347. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  7348. }
  7349. },
  7350. "400": {
  7351. "description": "具体错误",
  7352. "schema": {
  7353. "$ref": "#/definitions/md.Response"
  7354. }
  7355. }
  7356. }
  7357. }
  7358. },
  7359. "/api/notice/aliyunSms/getTagList": {
  7360. "get": {
  7361. "description": "标签管理(获取)",
  7362. "consumes": [
  7363. "application/json"
  7364. ],
  7365. "produces": [
  7366. "application/json"
  7367. ],
  7368. "tags": [
  7369. "消息中心"
  7370. ],
  7371. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7372. "parameters": [
  7373. {
  7374. "type": "string",
  7375. "description": "验证参数Bearer和token空格拼接",
  7376. "name": "Authorization",
  7377. "in": "header",
  7378. "required": true
  7379. },
  7380. {
  7381. "type": "integer",
  7382. "description": "每页大小",
  7383. "name": "limit",
  7384. "in": "query",
  7385. "required": true
  7386. },
  7387. {
  7388. "type": "integer",
  7389. "description": "页数",
  7390. "name": "page",
  7391. "in": "query",
  7392. "required": true
  7393. }
  7394. ],
  7395. "responses": {
  7396. "200": {
  7397. "description": "具体数据",
  7398. "schema": {
  7399. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7400. }
  7401. },
  7402. "400": {
  7403. "description": "具体错误",
  7404. "schema": {
  7405. "$ref": "#/definitions/md.Response"
  7406. }
  7407. }
  7408. }
  7409. }
  7410. },
  7411. "/api/notice/aliyunSms/getUserList": {
  7412. "post": {
  7413. "description": "获取用户信息",
  7414. "consumes": [
  7415. "application/json"
  7416. ],
  7417. "produces": [
  7418. "application/json"
  7419. ],
  7420. "tags": [
  7421. "消息中心"
  7422. ],
  7423. "summary": "消息中心-短信推送记录-获取用户信息",
  7424. "parameters": [
  7425. {
  7426. "type": "string",
  7427. "description": "验证参数Bearer和token空格拼接",
  7428. "name": "Authorization",
  7429. "in": "header",
  7430. "required": true
  7431. },
  7432. {
  7433. "description": "(分页信息必填)",
  7434. "name": "req",
  7435. "in": "body",
  7436. "required": true,
  7437. "schema": {
  7438. "$ref": "#/definitions/md.JPushGetUserListReq"
  7439. }
  7440. }
  7441. ],
  7442. "responses": {
  7443. "200": {
  7444. "description": "具体数据",
  7445. "schema": {
  7446. "type": "Object"
  7447. }
  7448. },
  7449. "400": {
  7450. "description": "具体错误",
  7451. "schema": {
  7452. "$ref": "#/definitions/md.Response"
  7453. }
  7454. }
  7455. }
  7456. }
  7457. },
  7458. "/api/notice/aliyunSms/push/list": {
  7459. "post": {
  7460. "description": "短信推送记录-推送记录列表",
  7461. "consumes": [
  7462. "application/json"
  7463. ],
  7464. "produces": [
  7465. "application/json"
  7466. ],
  7467. "tags": [
  7468. "消息中心"
  7469. ],
  7470. "summary": "消息中心-短信推送记录-推送记录列表",
  7471. "parameters": [
  7472. {
  7473. "type": "string",
  7474. "description": "验证参数Bearer和token空格拼接",
  7475. "name": "Authorization",
  7476. "in": "header",
  7477. "required": true
  7478. },
  7479. {
  7480. "description": "(分页信息必填)",
  7481. "name": "req",
  7482. "in": "body",
  7483. "required": true,
  7484. "schema": {
  7485. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7486. }
  7487. }
  7488. ],
  7489. "responses": {
  7490. "200": {
  7491. "description": "具体数据",
  7492. "schema": {
  7493. "$ref": "#/definitions/md.NoticePushListResp"
  7494. }
  7495. },
  7496. "400": {
  7497. "description": "具体错误",
  7498. "schema": {
  7499. "$ref": "#/definitions/md.Response"
  7500. }
  7501. }
  7502. }
  7503. }
  7504. },
  7505. "/api/notice/aliyunSms/push/save": {
  7506. "post": {
  7507. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7508. "consumes": [
  7509. "application/json"
  7510. ],
  7511. "produces": [
  7512. "application/json"
  7513. ],
  7514. "tags": [
  7515. "消息中心"
  7516. ],
  7517. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7518. "parameters": [
  7519. {
  7520. "type": "string",
  7521. "description": "验证参数Bearer和token空格拼接",
  7522. "name": "Authorization",
  7523. "in": "header",
  7524. "required": true
  7525. },
  7526. {
  7527. "description": "(分页信息必填)",
  7528. "name": "req",
  7529. "in": "body",
  7530. "required": true,
  7531. "schema": {
  7532. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7533. }
  7534. }
  7535. ],
  7536. "responses": {
  7537. "200": {
  7538. "description": "具体数据",
  7539. "schema": {
  7540. "type": "string"
  7541. }
  7542. },
  7543. "400": {
  7544. "description": "具体错误",
  7545. "schema": {
  7546. "$ref": "#/definitions/md.Response"
  7547. }
  7548. }
  7549. }
  7550. }
  7551. },
  7552. "/api/notice/aliyunSms/sale/base": {
  7553. "get": {
  7554. "description": "短信推送记录-营销短信-通知模板",
  7555. "consumes": [
  7556. "application/json"
  7557. ],
  7558. "produces": [
  7559. "application/json"
  7560. ],
  7561. "tags": [
  7562. "消息中心"
  7563. ],
  7564. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7565. "parameters": [
  7566. {
  7567. "type": "string",
  7568. "description": "验证参数Bearer和token空格拼接",
  7569. "name": "Authorization",
  7570. "in": "header",
  7571. "required": true
  7572. }
  7573. ],
  7574. "responses": {
  7575. "200": {
  7576. "description": "具体数据",
  7577. "schema": {
  7578. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7579. }
  7580. },
  7581. "400": {
  7582. "description": "具体错误",
  7583. "schema": {
  7584. "$ref": "#/definitions/md.Response"
  7585. }
  7586. }
  7587. }
  7588. }
  7589. },
  7590. "/api/notice/aliyunSms/sale/save": {
  7591. "post": {
  7592. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7593. "consumes": [
  7594. "application/json"
  7595. ],
  7596. "produces": [
  7597. "application/json"
  7598. ],
  7599. "tags": [
  7600. "消息中心"
  7601. ],
  7602. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7603. "parameters": [
  7604. {
  7605. "type": "string",
  7606. "description": "验证参数Bearer和token空格拼接",
  7607. "name": "Authorization",
  7608. "in": "header",
  7609. "required": true
  7610. },
  7611. {
  7612. "description": "数组 把列表的数组传过来",
  7613. "name": "req",
  7614. "in": "body",
  7615. "required": true,
  7616. "schema": {
  7617. "type": "string"
  7618. }
  7619. }
  7620. ],
  7621. "responses": {
  7622. "200": {
  7623. "description": "具体数据",
  7624. "schema": {
  7625. "type": "string"
  7626. }
  7627. },
  7628. "400": {
  7629. "description": "具体错误",
  7630. "schema": {
  7631. "$ref": "#/definitions/md.Response"
  7632. }
  7633. }
  7634. }
  7635. }
  7636. },
  7637. "/api/notice/base/del": {
  7638. "post": {
  7639. "description": "基本配置-通知模板删除",
  7640. "consumes": [
  7641. "application/json"
  7642. ],
  7643. "produces": [
  7644. "application/json"
  7645. ],
  7646. "tags": [
  7647. "消息中心"
  7648. ],
  7649. "summary": "消息中心-基本配置-通知模板删除",
  7650. "parameters": [
  7651. {
  7652. "type": "string",
  7653. "description": "验证参数Bearer和token空格拼接",
  7654. "name": "Authorization",
  7655. "in": "header",
  7656. "required": true
  7657. },
  7658. {
  7659. "description": "(分页信息必填)",
  7660. "name": "req",
  7661. "in": "body",
  7662. "required": true,
  7663. "schema": {
  7664. "$ref": "#/definitions/md.NoticeDelReq"
  7665. }
  7666. }
  7667. ],
  7668. "responses": {
  7669. "200": {
  7670. "description": "具体数据",
  7671. "schema": {
  7672. "type": "string"
  7673. }
  7674. },
  7675. "400": {
  7676. "description": "具体错误",
  7677. "schema": {
  7678. "$ref": "#/definitions/md.Response"
  7679. }
  7680. }
  7681. }
  7682. }
  7683. },
  7684. "/api/notice/base/list": {
  7685. "post": {
  7686. "description": "基本配置-通知模板",
  7687. "consumes": [
  7688. "application/json"
  7689. ],
  7690. "produces": [
  7691. "application/json"
  7692. ],
  7693. "tags": [
  7694. "消息中心"
  7695. ],
  7696. "summary": "消息中心-基本配置-通知模板",
  7697. "parameters": [
  7698. {
  7699. "type": "string",
  7700. "description": "验证参数Bearer和token空格拼接",
  7701. "name": "Authorization",
  7702. "in": "header",
  7703. "required": true
  7704. },
  7705. {
  7706. "description": "(分页信息必填)",
  7707. "name": "req",
  7708. "in": "body",
  7709. "required": true,
  7710. "schema": {
  7711. "$ref": "#/definitions/md.NoticeListReq"
  7712. }
  7713. }
  7714. ],
  7715. "responses": {
  7716. "200": {
  7717. "description": "具体数据",
  7718. "schema": {
  7719. "$ref": "#/definitions/md.NoticeListResp"
  7720. }
  7721. },
  7722. "400": {
  7723. "description": "具体错误",
  7724. "schema": {
  7725. "$ref": "#/definitions/md.Response"
  7726. }
  7727. }
  7728. }
  7729. }
  7730. },
  7731. "/api/notice/base/save": {
  7732. "post": {
  7733. "description": "基本配置-通知模板添加编辑",
  7734. "consumes": [
  7735. "application/json"
  7736. ],
  7737. "produces": [
  7738. "application/json"
  7739. ],
  7740. "tags": [
  7741. "消息中心"
  7742. ],
  7743. "summary": "消息中心-基本配置-通知模板添加编辑",
  7744. "parameters": [
  7745. {
  7746. "type": "string",
  7747. "description": "验证参数Bearer和token空格拼接",
  7748. "name": "Authorization",
  7749. "in": "header",
  7750. "required": true
  7751. },
  7752. {
  7753. "description": "(分页信息必填)",
  7754. "name": "req",
  7755. "in": "body",
  7756. "required": true,
  7757. "schema": {
  7758. "$ref": "#/definitions/md.NoticeSaveReq"
  7759. }
  7760. }
  7761. ],
  7762. "responses": {
  7763. "200": {
  7764. "description": "具体数据",
  7765. "schema": {
  7766. "type": "string"
  7767. }
  7768. },
  7769. "400": {
  7770. "description": "具体错误",
  7771. "schema": {
  7772. "$ref": "#/definitions/md.Response"
  7773. }
  7774. }
  7775. }
  7776. }
  7777. },
  7778. "/api/notice/jPush/getLevelList": {
  7779. "get": {
  7780. "description": "等级管理(获取)",
  7781. "consumes": [
  7782. "application/json"
  7783. ],
  7784. "produces": [
  7785. "application/json"
  7786. ],
  7787. "tags": [
  7788. "消息中心"
  7789. ],
  7790. "summary": "消息中心-基本配置-等级管理(获取)",
  7791. "parameters": [
  7792. {
  7793. "type": "string",
  7794. "description": "验证参数Bearer和token空格拼接",
  7795. "name": "Authorization",
  7796. "in": "header",
  7797. "required": true
  7798. },
  7799. {
  7800. "type": "integer",
  7801. "description": "每页大小",
  7802. "name": "limit",
  7803. "in": "query",
  7804. "required": true
  7805. },
  7806. {
  7807. "type": "integer",
  7808. "description": "页数",
  7809. "name": "page",
  7810. "in": "query",
  7811. "required": true
  7812. }
  7813. ],
  7814. "responses": {
  7815. "200": {
  7816. "description": "具体数据",
  7817. "schema": {
  7818. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7819. }
  7820. },
  7821. "400": {
  7822. "description": "具体错误",
  7823. "schema": {
  7824. "$ref": "#/definitions/md.Response"
  7825. }
  7826. }
  7827. }
  7828. }
  7829. },
  7830. "/api/notice/jPush/getTagList": {
  7831. "get": {
  7832. "description": "标签管理(获取)",
  7833. "consumes": [
  7834. "application/json"
  7835. ],
  7836. "produces": [
  7837. "application/json"
  7838. ],
  7839. "tags": [
  7840. "消息中心"
  7841. ],
  7842. "summary": "消息中心-基本配置-标签管理(获取)",
  7843. "parameters": [
  7844. {
  7845. "type": "string",
  7846. "description": "验证参数Bearer和token空格拼接",
  7847. "name": "Authorization",
  7848. "in": "header",
  7849. "required": true
  7850. },
  7851. {
  7852. "type": "integer",
  7853. "description": "每页大小",
  7854. "name": "limit",
  7855. "in": "query",
  7856. "required": true
  7857. },
  7858. {
  7859. "type": "integer",
  7860. "description": "页数",
  7861. "name": "page",
  7862. "in": "query",
  7863. "required": true
  7864. }
  7865. ],
  7866. "responses": {
  7867. "200": {
  7868. "description": "具体数据",
  7869. "schema": {
  7870. "$ref": "#/definitions/md.JPushGetTagListResp"
  7871. }
  7872. },
  7873. "400": {
  7874. "description": "具体错误",
  7875. "schema": {
  7876. "$ref": "#/definitions/md.Response"
  7877. }
  7878. }
  7879. }
  7880. }
  7881. },
  7882. "/api/notice/jPush/getUserList": {
  7883. "post": {
  7884. "description": "获取用户信息",
  7885. "consumes": [
  7886. "application/json"
  7887. ],
  7888. "produces": [
  7889. "application/json"
  7890. ],
  7891. "tags": [
  7892. "消息中心"
  7893. ],
  7894. "summary": "消息中心-基本配置-获取用户信息",
  7895. "parameters": [
  7896. {
  7897. "type": "string",
  7898. "description": "验证参数Bearer和token空格拼接",
  7899. "name": "Authorization",
  7900. "in": "header",
  7901. "required": true
  7902. },
  7903. {
  7904. "description": "(分页信息必填)",
  7905. "name": "req",
  7906. "in": "body",
  7907. "required": true,
  7908. "schema": {
  7909. "$ref": "#/definitions/md.JPushGetUserListReq"
  7910. }
  7911. }
  7912. ],
  7913. "responses": {
  7914. "200": {
  7915. "description": "具体数据",
  7916. "schema": {
  7917. "type": "Object"
  7918. }
  7919. },
  7920. "400": {
  7921. "description": "具体错误",
  7922. "schema": {
  7923. "$ref": "#/definitions/md.Response"
  7924. }
  7925. }
  7926. }
  7927. }
  7928. },
  7929. "/api/notice/jPush/push/list": {
  7930. "post": {
  7931. "description": "基本配置-推送记录列表",
  7932. "consumes": [
  7933. "application/json"
  7934. ],
  7935. "produces": [
  7936. "application/json"
  7937. ],
  7938. "tags": [
  7939. "消息中心"
  7940. ],
  7941. "summary": "消息中心-基本配置-推送记录列表",
  7942. "parameters": [
  7943. {
  7944. "type": "string",
  7945. "description": "验证参数Bearer和token空格拼接",
  7946. "name": "Authorization",
  7947. "in": "header",
  7948. "required": true
  7949. },
  7950. {
  7951. "description": "(分页信息必填)",
  7952. "name": "req",
  7953. "in": "body",
  7954. "required": true,
  7955. "schema": {
  7956. "$ref": "#/definitions/md.NoticeListReq"
  7957. }
  7958. }
  7959. ],
  7960. "responses": {
  7961. "200": {
  7962. "description": "具体数据",
  7963. "schema": {
  7964. "$ref": "#/definitions/md.NoticePushListResp"
  7965. }
  7966. },
  7967. "400": {
  7968. "description": "具体错误",
  7969. "schema": {
  7970. "$ref": "#/definitions/md.Response"
  7971. }
  7972. }
  7973. }
  7974. }
  7975. },
  7976. "/api/notice/jPush/push/save": {
  7977. "post": {
  7978. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7979. "consumes": [
  7980. "application/json"
  7981. ],
  7982. "produces": [
  7983. "application/json"
  7984. ],
  7985. "tags": [
  7986. "消息中心"
  7987. ],
  7988. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7989. "parameters": [
  7990. {
  7991. "type": "string",
  7992. "description": "验证参数Bearer和token空格拼接",
  7993. "name": "Authorization",
  7994. "in": "header",
  7995. "required": true
  7996. },
  7997. {
  7998. "description": "(分页信息必填)",
  7999. "name": "req",
  8000. "in": "body",
  8001. "required": true,
  8002. "schema": {
  8003. "$ref": "#/definitions/md.NoticePushSaveReq"
  8004. }
  8005. }
  8006. ],
  8007. "responses": {
  8008. "200": {
  8009. "description": "具体数据",
  8010. "schema": {
  8011. "type": "string"
  8012. }
  8013. },
  8014. "400": {
  8015. "description": "具体错误",
  8016. "schema": {
  8017. "$ref": "#/definitions/md.Response"
  8018. }
  8019. }
  8020. }
  8021. }
  8022. },
  8023. "/api/role/addAdmin": {
  8024. "post": {
  8025. "description": "权限管理-新增管理员",
  8026. "consumes": [
  8027. "application/json"
  8028. ],
  8029. "produces": [
  8030. "application/json"
  8031. ],
  8032. "tags": [
  8033. "权限管理"
  8034. ],
  8035. "summary": "新增管理员",
  8036. "parameters": [
  8037. {
  8038. "type": "string",
  8039. "description": "验证参数Bearer和token空格拼接",
  8040. "name": "Authorization",
  8041. "in": "header",
  8042. "required": true
  8043. },
  8044. {
  8045. "description": "请求参数",
  8046. "name": "args",
  8047. "in": "body",
  8048. "required": true,
  8049. "schema": {
  8050. "$ref": "#/definitions/md.AddAdminReq"
  8051. }
  8052. }
  8053. ],
  8054. "responses": {
  8055. "200": {
  8056. "description": "success",
  8057. "schema": {
  8058. "type": "string"
  8059. }
  8060. },
  8061. "400": {
  8062. "description": "具体错误",
  8063. "schema": {
  8064. "$ref": "#/definitions/md.Response"
  8065. }
  8066. }
  8067. }
  8068. }
  8069. },
  8070. "/api/role/addRole": {
  8071. "post": {
  8072. "description": "权限管理-添加角色",
  8073. "consumes": [
  8074. "application/json"
  8075. ],
  8076. "produces": [
  8077. "application/json"
  8078. ],
  8079. "tags": [
  8080. "权限管理"
  8081. ],
  8082. "summary": "添加角色",
  8083. "parameters": [
  8084. {
  8085. "type": "string",
  8086. "description": "验证参数Bearer和token空格拼接",
  8087. "name": "Authorization",
  8088. "in": "header",
  8089. "required": true
  8090. },
  8091. {
  8092. "description": "请求参数",
  8093. "name": "args",
  8094. "in": "body",
  8095. "required": true,
  8096. "schema": {
  8097. "$ref": "#/definitions/md.AddRoleReq"
  8098. }
  8099. }
  8100. ],
  8101. "responses": {
  8102. "200": {
  8103. "description": "success",
  8104. "schema": {
  8105. "type": "string"
  8106. }
  8107. },
  8108. "400": {
  8109. "description": "具体错误",
  8110. "schema": {
  8111. "$ref": "#/definitions/md.Response"
  8112. }
  8113. }
  8114. }
  8115. }
  8116. },
  8117. "/api/role/adminInfo": {
  8118. "get": {
  8119. "description": "权限管理-管理员信息",
  8120. "consumes": [
  8121. "application/json"
  8122. ],
  8123. "produces": [
  8124. "application/json"
  8125. ],
  8126. "tags": [
  8127. "权限管理"
  8128. ],
  8129. "summary": "管理员信息",
  8130. "parameters": [
  8131. {
  8132. "type": "string",
  8133. "description": "验证参数Bearer和token空格拼接",
  8134. "name": "Authorization",
  8135. "in": "header",
  8136. "required": true
  8137. },
  8138. {
  8139. "type": "string",
  8140. "description": "管理员id",
  8141. "name": "adm_id",
  8142. "in": "query",
  8143. "required": true
  8144. }
  8145. ],
  8146. "responses": {
  8147. "200": {
  8148. "description": "具体看返回内容",
  8149. "schema": {
  8150. "type": "string"
  8151. }
  8152. },
  8153. "400": {
  8154. "description": "具体错误",
  8155. "schema": {
  8156. "$ref": "#/definitions/md.Response"
  8157. }
  8158. }
  8159. }
  8160. }
  8161. },
  8162. "/api/role/adminList": {
  8163. "post": {
  8164. "description": "权限管理-管理员列表",
  8165. "consumes": [
  8166. "application/json"
  8167. ],
  8168. "produces": [
  8169. "application/json"
  8170. ],
  8171. "tags": [
  8172. "权限管理"
  8173. ],
  8174. "summary": "管理员列表",
  8175. "parameters": [
  8176. {
  8177. "type": "string",
  8178. "description": "验证参数Bearer和token空格拼接",
  8179. "name": "Authorization",
  8180. "in": "header",
  8181. "required": true
  8182. },
  8183. {
  8184. "description": "请求参数",
  8185. "name": "args",
  8186. "in": "body",
  8187. "required": true,
  8188. "schema": {
  8189. "$ref": "#/definitions/md.AdminListReq"
  8190. }
  8191. }
  8192. ],
  8193. "responses": {
  8194. "200": {
  8195. "description": "具体看返回内容",
  8196. "schema": {
  8197. "type": "string"
  8198. }
  8199. },
  8200. "400": {
  8201. "description": "具体错误",
  8202. "schema": {
  8203. "$ref": "#/definitions/md.Response"
  8204. }
  8205. }
  8206. }
  8207. }
  8208. },
  8209. "/api/role/bindAdminRole": {
  8210. "post": {
  8211. "description": "权限管理-管理员绑定角色",
  8212. "consumes": [
  8213. "application/json"
  8214. ],
  8215. "produces": [
  8216. "application/json"
  8217. ],
  8218. "tags": [
  8219. "权限管理"
  8220. ],
  8221. "summary": "管理员绑定角色",
  8222. "parameters": [
  8223. {
  8224. "type": "string",
  8225. "description": "验证参数Bearer和token空格拼接",
  8226. "name": "Authorization",
  8227. "in": "header",
  8228. "required": true
  8229. },
  8230. {
  8231. "description": "请求参数",
  8232. "name": "args",
  8233. "in": "body",
  8234. "required": true,
  8235. "schema": {
  8236. "$ref": "#/definitions/md.BindAdminRoleReq"
  8237. }
  8238. }
  8239. ],
  8240. "responses": {
  8241. "200": {
  8242. "description": "success",
  8243. "schema": {
  8244. "type": "string"
  8245. }
  8246. },
  8247. "400": {
  8248. "description": "具体错误",
  8249. "schema": {
  8250. "$ref": "#/definitions/md.Response"
  8251. }
  8252. }
  8253. }
  8254. }
  8255. },
  8256. "/api/role/deleteAdmin/{$adm_id}": {
  8257. "delete": {
  8258. "description": "权限管理-删除管理员",
  8259. "consumes": [
  8260. "application/json"
  8261. ],
  8262. "produces": [
  8263. "application/json"
  8264. ],
  8265. "tags": [
  8266. "权限管理"
  8267. ],
  8268. "summary": "删除管理员",
  8269. "parameters": [
  8270. {
  8271. "type": "string",
  8272. "description": "验证参数Bearer和token空格拼接",
  8273. "name": "Authorization",
  8274. "in": "header",
  8275. "required": true
  8276. }
  8277. ],
  8278. "responses": {
  8279. "200": {
  8280. "description": "success",
  8281. "schema": {
  8282. "type": "string"
  8283. }
  8284. },
  8285. "400": {
  8286. "description": "具体错误",
  8287. "schema": {
  8288. "$ref": "#/definitions/md.Response"
  8289. }
  8290. }
  8291. }
  8292. }
  8293. },
  8294. "/api/role/deleteRole/{$id}": {
  8295. "delete": {
  8296. "description": "权限管理-删除角色",
  8297. "consumes": [
  8298. "application/json"
  8299. ],
  8300. "produces": [
  8301. "application/json"
  8302. ],
  8303. "tags": [
  8304. "权限管理"
  8305. ],
  8306. "summary": "删除角色",
  8307. "parameters": [
  8308. {
  8309. "type": "string",
  8310. "description": "验证参数Bearer和token空格拼接",
  8311. "name": "Authorization",
  8312. "in": "header",
  8313. "required": true
  8314. },
  8315. {
  8316. "description": "请求参数",
  8317. "name": "args",
  8318. "in": "body",
  8319. "required": true,
  8320. "schema": {
  8321. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8322. }
  8323. }
  8324. ],
  8325. "responses": {
  8326. "200": {
  8327. "description": "success",
  8328. "schema": {
  8329. "type": "string"
  8330. }
  8331. },
  8332. "400": {
  8333. "description": "具体错误",
  8334. "schema": {
  8335. "$ref": "#/definitions/md.Response"
  8336. }
  8337. }
  8338. }
  8339. }
  8340. },
  8341. "/api/role/permissionGroupList": {
  8342. "get": {
  8343. "description": "权限管理-权限组列表",
  8344. "consumes": [
  8345. "application/json"
  8346. ],
  8347. "produces": [
  8348. "application/json"
  8349. ],
  8350. "tags": [
  8351. "权限管理"
  8352. ],
  8353. "summary": "权限组列表",
  8354. "parameters": [
  8355. {
  8356. "type": "string",
  8357. "description": "验证参数Bearer和token空格拼接",
  8358. "name": "Authorization",
  8359. "in": "header",
  8360. "required": true
  8361. },
  8362. {
  8363. "type": "string",
  8364. "description": "管理员id",
  8365. "name": "adm_id",
  8366. "in": "query",
  8367. "required": true
  8368. }
  8369. ],
  8370. "responses": {
  8371. "200": {
  8372. "description": "具体看返回内容",
  8373. "schema": {
  8374. "type": "string"
  8375. }
  8376. },
  8377. "400": {
  8378. "description": "具体错误",
  8379. "schema": {
  8380. "$ref": "#/definitions/md.Response"
  8381. }
  8382. }
  8383. }
  8384. }
  8385. },
  8386. "/api/role/roleBindPermissionGroup": {
  8387. "post": {
  8388. "description": "权限管理-角色绑定权限组",
  8389. "consumes": [
  8390. "application/json"
  8391. ],
  8392. "produces": [
  8393. "application/json"
  8394. ],
  8395. "tags": [
  8396. "权限管理"
  8397. ],
  8398. "summary": "角色绑定权限组",
  8399. "parameters": [
  8400. {
  8401. "type": "string",
  8402. "description": "验证参数Bearer和token空格拼接",
  8403. "name": "Authorization",
  8404. "in": "header",
  8405. "required": true
  8406. },
  8407. {
  8408. "description": "请求参数",
  8409. "name": "args",
  8410. "in": "body",
  8411. "required": true,
  8412. "schema": {
  8413. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8414. }
  8415. }
  8416. ],
  8417. "responses": {
  8418. "200": {
  8419. "description": "success",
  8420. "schema": {
  8421. "type": "string"
  8422. }
  8423. },
  8424. "400": {
  8425. "description": "具体错误",
  8426. "schema": {
  8427. "$ref": "#/definitions/md.Response"
  8428. }
  8429. }
  8430. }
  8431. }
  8432. },
  8433. "/api/role/roleList": {
  8434. "get": {
  8435. "description": "权限管理-角色列表",
  8436. "consumes": [
  8437. "application/json"
  8438. ],
  8439. "produces": [
  8440. "application/json"
  8441. ],
  8442. "tags": [
  8443. "权限管理"
  8444. ],
  8445. "summary": "角色列表",
  8446. "parameters": [
  8447. {
  8448. "type": "string",
  8449. "description": "验证参数Bearer和token空格拼接",
  8450. "name": "Authorization",
  8451. "in": "header",
  8452. "required": true
  8453. }
  8454. ],
  8455. "responses": {
  8456. "200": {
  8457. "description": "具体看返回内容",
  8458. "schema": {
  8459. "type": "string"
  8460. }
  8461. },
  8462. "400": {
  8463. "description": "具体错误",
  8464. "schema": {
  8465. "$ref": "#/definitions/md.Response"
  8466. }
  8467. }
  8468. }
  8469. }
  8470. },
  8471. "/api/role/updateAdmin": {
  8472. "post": {
  8473. "description": "权限管理-修改管理员信息",
  8474. "consumes": [
  8475. "application/json"
  8476. ],
  8477. "produces": [
  8478. "application/json"
  8479. ],
  8480. "tags": [
  8481. "权限管理"
  8482. ],
  8483. "summary": "修改管理员信息",
  8484. "parameters": [
  8485. {
  8486. "type": "string",
  8487. "description": "验证参数Bearer和token空格拼接",
  8488. "name": "Authorization",
  8489. "in": "header",
  8490. "required": true
  8491. },
  8492. {
  8493. "description": "请求参数",
  8494. "name": "args",
  8495. "in": "body",
  8496. "required": true,
  8497. "schema": {
  8498. "$ref": "#/definitions/md.UpdateAdminReq"
  8499. }
  8500. }
  8501. ],
  8502. "responses": {
  8503. "200": {
  8504. "description": "success",
  8505. "schema": {
  8506. "type": "string"
  8507. }
  8508. },
  8509. "400": {
  8510. "description": "具体错误",
  8511. "schema": {
  8512. "$ref": "#/definitions/md.Response"
  8513. }
  8514. }
  8515. }
  8516. }
  8517. },
  8518. "/api/role/updateAdminState": {
  8519. "post": {
  8520. "description": "权限管理-修改管理员状态",
  8521. "consumes": [
  8522. "application/json"
  8523. ],
  8524. "produces": [
  8525. "application/json"
  8526. ],
  8527. "tags": [
  8528. "权限管理"
  8529. ],
  8530. "summary": "修改管理员状态",
  8531. "parameters": [
  8532. {
  8533. "type": "string",
  8534. "description": "验证参数Bearer和token空格拼接",
  8535. "name": "Authorization",
  8536. "in": "header",
  8537. "required": true
  8538. },
  8539. {
  8540. "description": "请求参数",
  8541. "name": "args",
  8542. "in": "body",
  8543. "required": true,
  8544. "schema": {
  8545. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8546. }
  8547. }
  8548. ],
  8549. "responses": {
  8550. "200": {
  8551. "description": "success",
  8552. "schema": {
  8553. "type": "string"
  8554. }
  8555. },
  8556. "400": {
  8557. "description": "具体错误",
  8558. "schema": {
  8559. "$ref": "#/definitions/md.Response"
  8560. }
  8561. }
  8562. }
  8563. }
  8564. },
  8565. "/api/role/updateRole": {
  8566. "post": {
  8567. "description": "权限管理-修改角色",
  8568. "consumes": [
  8569. "application/json"
  8570. ],
  8571. "produces": [
  8572. "application/json"
  8573. ],
  8574. "tags": [
  8575. "权限管理"
  8576. ],
  8577. "summary": "修改角色",
  8578. "parameters": [
  8579. {
  8580. "type": "string",
  8581. "description": "验证参数Bearer和token空格拼接",
  8582. "name": "Authorization",
  8583. "in": "header",
  8584. "required": true
  8585. },
  8586. {
  8587. "description": "请求参数",
  8588. "name": "args",
  8589. "in": "body",
  8590. "required": true,
  8591. "schema": {
  8592. "$ref": "#/definitions/md.UpdateRoleReq"
  8593. }
  8594. }
  8595. ],
  8596. "responses": {
  8597. "200": {
  8598. "description": "success",
  8599. "schema": {
  8600. "type": "string"
  8601. }
  8602. },
  8603. "400": {
  8604. "description": "具体错误",
  8605. "schema": {
  8606. "$ref": "#/definitions/md.Response"
  8607. }
  8608. }
  8609. }
  8610. }
  8611. },
  8612. "/api/role/updateRoleState": {
  8613. "post": {
  8614. "description": "权限管理-修改角色状态",
  8615. "consumes": [
  8616. "application/json"
  8617. ],
  8618. "produces": [
  8619. "application/json"
  8620. ],
  8621. "tags": [
  8622. "权限管理"
  8623. ],
  8624. "summary": "修改角色状态",
  8625. "parameters": [
  8626. {
  8627. "type": "string",
  8628. "description": "验证参数Bearer和token空格拼接",
  8629. "name": "Authorization",
  8630. "in": "header",
  8631. "required": true
  8632. },
  8633. {
  8634. "description": "请求参数",
  8635. "name": "args",
  8636. "in": "body",
  8637. "required": true,
  8638. "schema": {
  8639. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8640. }
  8641. }
  8642. ],
  8643. "responses": {
  8644. "200": {
  8645. "description": "success",
  8646. "schema": {
  8647. "type": "string"
  8648. }
  8649. },
  8650. "400": {
  8651. "description": "具体错误",
  8652. "schema": {
  8653. "$ref": "#/definitions/md.Response"
  8654. }
  8655. }
  8656. }
  8657. }
  8658. },
  8659. "/api/settCenter/kuaizhan/getBasic": {
  8660. "get": {
  8661. "description": "网站信息-基本设置(获取)",
  8662. "consumes": [
  8663. "application/json"
  8664. ],
  8665. "produces": [
  8666. "application/json"
  8667. ],
  8668. "tags": [
  8669. "基础设置"
  8670. ],
  8671. "summary": "基础设置-网站信息-基本设置(获取)",
  8672. "parameters": [
  8673. {
  8674. "type": "string",
  8675. "description": "验证参数Bearer和token空格拼接",
  8676. "name": "Authorization",
  8677. "in": "header",
  8678. "required": true
  8679. }
  8680. ],
  8681. "responses": {
  8682. "200": {
  8683. "description": "设置列表",
  8684. "schema": {
  8685. "$ref": "#/definitions/setCenter.KuaizhanBasicResp"
  8686. }
  8687. },
  8688. "400": {
  8689. "description": "具体错误",
  8690. "schema": {
  8691. "$ref": "#/definitions/md.Response"
  8692. }
  8693. }
  8694. }
  8695. }
  8696. },
  8697. "/api/settCenter/kuaizhan/setBasic": {
  8698. "post": {
  8699. "description": "基本设置(更新)",
  8700. "consumes": [
  8701. "application/json"
  8702. ],
  8703. "produces": [
  8704. "application/json"
  8705. ],
  8706. "tags": [
  8707. "基础设置"
  8708. ],
  8709. "summary": "基础设置-网站信息-基本设置(更新)",
  8710. "parameters": [
  8711. {
  8712. "type": "string",
  8713. "description": "验证参数Bearer和token空格拼接",
  8714. "name": "Authorization",
  8715. "in": "header",
  8716. "required": true
  8717. },
  8718. {
  8719. "description": "上传需要修改的信息",
  8720. "name": "req",
  8721. "in": "body",
  8722. "required": true,
  8723. "schema": {
  8724. "$ref": "#/definitions/setCenter.KuaizhanBasicReq"
  8725. }
  8726. }
  8727. ],
  8728. "responses": {
  8729. "200": {
  8730. "description": "success",
  8731. "schema": {
  8732. "type": "string"
  8733. }
  8734. },
  8735. "400": {
  8736. "description": "具体错误",
  8737. "schema": {
  8738. "$ref": "#/definitions/md.Response"
  8739. }
  8740. }
  8741. }
  8742. }
  8743. },
  8744. "/api/settCenter/oss/aliYun/getBasic": {
  8745. "get": {
  8746. "description": "对象存储设置(获取)",
  8747. "consumes": [
  8748. "application/json"
  8749. ],
  8750. "produces": [
  8751. "application/json"
  8752. ],
  8753. "tags": [
  8754. "对象存储"
  8755. ],
  8756. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8757. "parameters": [
  8758. {
  8759. "type": "string",
  8760. "description": "验证参数Bearer和token空格拼接",
  8761. "name": "Authorization",
  8762. "in": "header",
  8763. "required": true
  8764. }
  8765. ],
  8766. "responses": {
  8767. "200": {
  8768. "description": "设置列表",
  8769. "schema": {
  8770. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8771. }
  8772. },
  8773. "400": {
  8774. "description": "具体错误",
  8775. "schema": {
  8776. "$ref": "#/definitions/md.Response"
  8777. }
  8778. }
  8779. }
  8780. }
  8781. },
  8782. "/api/settCenter/oss/aliYun/setBasic": {
  8783. "post": {
  8784. "description": "对象存储设置(更新)",
  8785. "consumes": [
  8786. "application/json"
  8787. ],
  8788. "produces": [
  8789. "application/json"
  8790. ],
  8791. "tags": [
  8792. "对象存储"
  8793. ],
  8794. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8795. "parameters": [
  8796. {
  8797. "type": "string",
  8798. "description": "验证参数Bearer和token空格拼接",
  8799. "name": "Authorization",
  8800. "in": "header",
  8801. "required": true
  8802. },
  8803. {
  8804. "description": "上传需要修改的信息",
  8805. "name": "req",
  8806. "in": "body",
  8807. "required": true,
  8808. "schema": {
  8809. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8810. }
  8811. }
  8812. ],
  8813. "responses": {
  8814. "200": {
  8815. "description": "success",
  8816. "schema": {
  8817. "type": "string"
  8818. }
  8819. },
  8820. "400": {
  8821. "description": "具体错误",
  8822. "schema": {
  8823. "$ref": "#/definitions/md.Response"
  8824. }
  8825. }
  8826. }
  8827. }
  8828. },
  8829. "/api/settCenter/web/getBasic": {
  8830. "get": {
  8831. "description": "网站信息-基本设置(获取)",
  8832. "consumes": [
  8833. "application/json"
  8834. ],
  8835. "produces": [
  8836. "application/json"
  8837. ],
  8838. "tags": [
  8839. "基础设置"
  8840. ],
  8841. "summary": "基础设置-网站信息-基本设置(获取)",
  8842. "parameters": [
  8843. {
  8844. "type": "string",
  8845. "description": "验证参数Bearer和token空格拼接",
  8846. "name": "Authorization",
  8847. "in": "header",
  8848. "required": true
  8849. }
  8850. ],
  8851. "responses": {
  8852. "200": {
  8853. "description": "设置列表",
  8854. "schema": {
  8855. "$ref": "#/definitions/setCenter.WebBasicResp"
  8856. }
  8857. },
  8858. "400": {
  8859. "description": "具体错误",
  8860. "schema": {
  8861. "$ref": "#/definitions/md.Response"
  8862. }
  8863. }
  8864. }
  8865. }
  8866. },
  8867. "/api/settCenter/web/getDownDomainBasic": {
  8868. "get": {
  8869. "description": "网站信息-下载页多域名设置(获取)",
  8870. "consumes": [
  8871. "application/json"
  8872. ],
  8873. "produces": [
  8874. "application/json"
  8875. ],
  8876. "tags": [
  8877. "基础设置"
  8878. ],
  8879. "summary": "基础设置-网站信息-下载页多域名设置(获取)",
  8880. "parameters": [
  8881. {
  8882. "type": "string",
  8883. "description": "验证参数Bearer和token空格拼接",
  8884. "name": "Authorization",
  8885. "in": "header",
  8886. "required": true
  8887. }
  8888. ],
  8889. "responses": {
  8890. "200": {
  8891. "description": "设置列表",
  8892. "schema": {
  8893. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  8894. }
  8895. },
  8896. "400": {
  8897. "description": "具体错误",
  8898. "schema": {
  8899. "$ref": "#/definitions/md.Response"
  8900. }
  8901. }
  8902. }
  8903. }
  8904. },
  8905. "/api/settCenter/web/getRegisterDomainBasic": {
  8906. "get": {
  8907. "description": "网站信息-下载页多域名设置(获取)",
  8908. "consumes": [
  8909. "application/json"
  8910. ],
  8911. "produces": [
  8912. "application/json"
  8913. ],
  8914. "tags": [
  8915. "基础设置"
  8916. ],
  8917. "summary": "基础设置-网站信息-下载页多域名设置(获取)",
  8918. "parameters": [
  8919. {
  8920. "type": "string",
  8921. "description": "验证参数Bearer和token空格拼接",
  8922. "name": "Authorization",
  8923. "in": "header",
  8924. "required": true
  8925. }
  8926. ],
  8927. "responses": {
  8928. "200": {
  8929. "description": "设置列表",
  8930. "schema": {
  8931. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  8932. }
  8933. },
  8934. "400": {
  8935. "description": "具体错误",
  8936. "schema": {
  8937. "$ref": "#/definitions/md.Response"
  8938. }
  8939. }
  8940. }
  8941. }
  8942. },
  8943. "/api/settCenter/web/setBasic": {
  8944. "post": {
  8945. "description": "基本设置(更新)",
  8946. "consumes": [
  8947. "application/json"
  8948. ],
  8949. "produces": [
  8950. "application/json"
  8951. ],
  8952. "tags": [
  8953. "基础设置"
  8954. ],
  8955. "summary": "基础设置-网站信息-基本设置(更新)",
  8956. "parameters": [
  8957. {
  8958. "type": "string",
  8959. "description": "验证参数Bearer和token空格拼接",
  8960. "name": "Authorization",
  8961. "in": "header",
  8962. "required": true
  8963. },
  8964. {
  8965. "description": "上传需要修改的信息",
  8966. "name": "req",
  8967. "in": "body",
  8968. "required": true,
  8969. "schema": {
  8970. "$ref": "#/definitions/setCenter.WebBasicReq"
  8971. }
  8972. }
  8973. ],
  8974. "responses": {
  8975. "200": {
  8976. "description": "success",
  8977. "schema": {
  8978. "type": "string"
  8979. }
  8980. },
  8981. "400": {
  8982. "description": "具体错误",
  8983. "schema": {
  8984. "$ref": "#/definitions/md.Response"
  8985. }
  8986. }
  8987. }
  8988. }
  8989. },
  8990. "/api/settCenter/web/setDownDomainBasic": {
  8991. "post": {
  8992. "description": "下载页多域名设置(更新)",
  8993. "consumes": [
  8994. "application/json"
  8995. ],
  8996. "produces": [
  8997. "application/json"
  8998. ],
  8999. "tags": [
  9000. "基础设置"
  9001. ],
  9002. "summary": "基础设置-网站信息-下载页多域名设置(更新)",
  9003. "parameters": [
  9004. {
  9005. "type": "string",
  9006. "description": "验证参数Bearer和token空格拼接",
  9007. "name": "Authorization",
  9008. "in": "header",
  9009. "required": true
  9010. },
  9011. {
  9012. "description": "上传需要修改的信息",
  9013. "name": "req",
  9014. "in": "body",
  9015. "required": true,
  9016. "schema": {
  9017. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  9018. }
  9019. }
  9020. ],
  9021. "responses": {
  9022. "200": {
  9023. "description": "success",
  9024. "schema": {
  9025. "type": "string"
  9026. }
  9027. },
  9028. "400": {
  9029. "description": "具体错误",
  9030. "schema": {
  9031. "$ref": "#/definitions/md.Response"
  9032. }
  9033. }
  9034. }
  9035. }
  9036. },
  9037. "/api/settCenter/web/setRegisterDomainBasic": {
  9038. "post": {
  9039. "description": "下载页多域名设置(更新)",
  9040. "consumes": [
  9041. "application/json"
  9042. ],
  9043. "produces": [
  9044. "application/json"
  9045. ],
  9046. "tags": [
  9047. "基础设置"
  9048. ],
  9049. "summary": "基础设置-网站信息-下载页多域名设置(更新)",
  9050. "parameters": [
  9051. {
  9052. "type": "string",
  9053. "description": "验证参数Bearer和token空格拼接",
  9054. "name": "Authorization",
  9055. "in": "header",
  9056. "required": true
  9057. },
  9058. {
  9059. "description": "上传需要修改的信息",
  9060. "name": "req",
  9061. "in": "body",
  9062. "required": true,
  9063. "schema": {
  9064. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  9065. }
  9066. }
  9067. ],
  9068. "responses": {
  9069. "200": {
  9070. "description": "success",
  9071. "schema": {
  9072. "type": "string"
  9073. }
  9074. },
  9075. "400": {
  9076. "description": "具体错误",
  9077. "schema": {
  9078. "$ref": "#/definitions/md.Response"
  9079. }
  9080. }
  9081. }
  9082. }
  9083. },
  9084. "/api/userFeedback/cate/list": {
  9085. "post": {
  9086. "description": "分类列表",
  9087. "consumes": [
  9088. "application/json"
  9089. ],
  9090. "produces": [
  9091. "application/json"
  9092. ],
  9093. "tags": [
  9094. "消息中心"
  9095. ],
  9096. "summary": "反馈列表-分类列表",
  9097. "parameters": [
  9098. {
  9099. "type": "string",
  9100. "description": "验证参数Bearer和token空格拼接",
  9101. "name": "Authorization",
  9102. "in": "header",
  9103. "required": true
  9104. },
  9105. {
  9106. "description": "(分页信息必填)",
  9107. "name": "req",
  9108. "in": "body",
  9109. "required": true,
  9110. "schema": {
  9111. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  9112. }
  9113. }
  9114. ],
  9115. "responses": {
  9116. "200": {
  9117. "description": "具体数据",
  9118. "schema": {
  9119. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  9120. }
  9121. },
  9122. "400": {
  9123. "description": "具体错误",
  9124. "schema": {
  9125. "$ref": "#/definitions/md.Response"
  9126. }
  9127. }
  9128. }
  9129. }
  9130. },
  9131. "/api/userFeedback/content/change/state": {
  9132. "post": {
  9133. "description": "反馈列表-修改状态",
  9134. "consumes": [
  9135. "application/json"
  9136. ],
  9137. "produces": [
  9138. "application/json"
  9139. ],
  9140. "tags": [
  9141. "消息中心"
  9142. ],
  9143. "summary": "用户反馈-反馈列表-修改状态",
  9144. "parameters": [
  9145. {
  9146. "type": "string",
  9147. "description": "验证参数Bearer和token空格拼接",
  9148. "name": "Authorization",
  9149. "in": "header",
  9150. "required": true
  9151. },
  9152. {
  9153. "description": "(分页信息必填)",
  9154. "name": "req",
  9155. "in": "body",
  9156. "required": true,
  9157. "schema": {
  9158. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  9159. }
  9160. }
  9161. ],
  9162. "responses": {
  9163. "200": {
  9164. "description": "具体数据",
  9165. "schema": {
  9166. "type": "string"
  9167. }
  9168. },
  9169. "400": {
  9170. "description": "具体错误",
  9171. "schema": {
  9172. "$ref": "#/definitions/md.Response"
  9173. }
  9174. }
  9175. }
  9176. }
  9177. },
  9178. "/api/userFeedback/content/del": {
  9179. "post": {
  9180. "description": "反馈列表-反馈删除",
  9181. "consumes": [
  9182. "application/json"
  9183. ],
  9184. "produces": [
  9185. "application/json"
  9186. ],
  9187. "tags": [
  9188. "消息中心"
  9189. ],
  9190. "summary": "用户反馈-反馈列表-反馈删除",
  9191. "parameters": [
  9192. {
  9193. "type": "string",
  9194. "description": "验证参数Bearer和token空格拼接",
  9195. "name": "Authorization",
  9196. "in": "header",
  9197. "required": true
  9198. },
  9199. {
  9200. "description": "(分页信息必填)",
  9201. "name": "req",
  9202. "in": "body",
  9203. "required": true,
  9204. "schema": {
  9205. "$ref": "#/definitions/md.UserFeedbackDelReq"
  9206. }
  9207. }
  9208. ],
  9209. "responses": {
  9210. "200": {
  9211. "description": "具体数据",
  9212. "schema": {
  9213. "type": "string"
  9214. }
  9215. },
  9216. "400": {
  9217. "description": "具体错误",
  9218. "schema": {
  9219. "$ref": "#/definitions/md.Response"
  9220. }
  9221. }
  9222. }
  9223. }
  9224. },
  9225. "/api/userFeedback/content/list": {
  9226. "post": {
  9227. "description": "反馈列表",
  9228. "consumes": [
  9229. "application/json"
  9230. ],
  9231. "produces": [
  9232. "application/json"
  9233. ],
  9234. "tags": [
  9235. "消息中心"
  9236. ],
  9237. "summary": "用户反馈-反馈列表",
  9238. "parameters": [
  9239. {
  9240. "type": "string",
  9241. "description": "验证参数Bearer和token空格拼接",
  9242. "name": "Authorization",
  9243. "in": "header",
  9244. "required": true
  9245. },
  9246. {
  9247. "description": "(分页信息必填)",
  9248. "name": "req",
  9249. "in": "body",
  9250. "required": true,
  9251. "schema": {
  9252. "$ref": "#/definitions/md.UserFeedbackListReq"
  9253. }
  9254. }
  9255. ],
  9256. "responses": {
  9257. "200": {
  9258. "description": "具体数据",
  9259. "schema": {
  9260. "$ref": "#/definitions/md.UserFeedbackListResp"
  9261. }
  9262. },
  9263. "400": {
  9264. "description": "具体错误",
  9265. "schema": {
  9266. "$ref": "#/definitions/md.Response"
  9267. }
  9268. }
  9269. }
  9270. }
  9271. },
  9272. "/api/userFeedback/content/record/list": {
  9273. "post": {
  9274. "description": "反馈列表-沟通记录",
  9275. "consumes": [
  9276. "application/json"
  9277. ],
  9278. "produces": [
  9279. "application/json"
  9280. ],
  9281. "tags": [
  9282. "消息中心"
  9283. ],
  9284. "summary": "用户反馈-反馈列表-沟通记录",
  9285. "parameters": [
  9286. {
  9287. "type": "string",
  9288. "description": "验证参数Bearer和token空格拼接",
  9289. "name": "Authorization",
  9290. "in": "header",
  9291. "required": true
  9292. },
  9293. {
  9294. "description": "(分页信息必填)",
  9295. "name": "req",
  9296. "in": "body",
  9297. "required": true,
  9298. "schema": {
  9299. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  9300. }
  9301. }
  9302. ],
  9303. "responses": {
  9304. "200": {
  9305. "description": "具体数据",
  9306. "schema": {
  9307. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  9308. }
  9309. },
  9310. "400": {
  9311. "description": "具体错误",
  9312. "schema": {
  9313. "$ref": "#/definitions/md.Response"
  9314. }
  9315. }
  9316. }
  9317. }
  9318. },
  9319. "/api/userFeedback/content/say": {
  9320. "post": {
  9321. "description": "反馈列表-沟通发送",
  9322. "consumes": [
  9323. "application/json"
  9324. ],
  9325. "produces": [
  9326. "application/json"
  9327. ],
  9328. "tags": [
  9329. "消息中心"
  9330. ],
  9331. "summary": "用户反馈-反馈列表-沟通发送",
  9332. "parameters": [
  9333. {
  9334. "type": "string",
  9335. "description": "验证参数Bearer和token空格拼接",
  9336. "name": "Authorization",
  9337. "in": "header",
  9338. "required": true
  9339. },
  9340. {
  9341. "description": "(分页信息必填)",
  9342. "name": "req",
  9343. "in": "body",
  9344. "required": true,
  9345. "schema": {
  9346. "$ref": "#/definitions/md.UserFeedbackSayReq"
  9347. }
  9348. }
  9349. ],
  9350. "responses": {
  9351. "200": {
  9352. "description": "具体数据",
  9353. "schema": {
  9354. "type": "string"
  9355. }
  9356. },
  9357. "400": {
  9358. "description": "具体错误",
  9359. "schema": {
  9360. "$ref": "#/definitions/md.Response"
  9361. }
  9362. }
  9363. }
  9364. }
  9365. },
  9366. "/api/userRealName/base": {
  9367. "get": {
  9368. "description": "基本设置-实名认证",
  9369. "consumes": [
  9370. "application/json"
  9371. ],
  9372. "produces": [
  9373. "application/json"
  9374. ],
  9375. "tags": [
  9376. "基本设置"
  9377. ],
  9378. "summary": "基本设置-实名认证-基本配置",
  9379. "parameters": [
  9380. {
  9381. "type": "string",
  9382. "description": "验证参数Bearer和token空格拼接",
  9383. "name": "Authorization",
  9384. "in": "header",
  9385. "required": true
  9386. }
  9387. ],
  9388. "responses": {
  9389. "200": {
  9390. "description": "具体数据",
  9391. "schema": {
  9392. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9393. }
  9394. },
  9395. "400": {
  9396. "description": "具体错误",
  9397. "schema": {
  9398. "$ref": "#/definitions/md.Response"
  9399. }
  9400. }
  9401. }
  9402. }
  9403. },
  9404. "/api/userRealName/base/save": {
  9405. "post": {
  9406. "description": "基本设置-实名认证-基本配置保存",
  9407. "consumes": [
  9408. "application/json"
  9409. ],
  9410. "produces": [
  9411. "application/json"
  9412. ],
  9413. "tags": [
  9414. "基本设置"
  9415. ],
  9416. "summary": "基本设置-实名认证-基本配置保存",
  9417. "parameters": [
  9418. {
  9419. "type": "string",
  9420. "description": "验证参数Bearer和token空格拼接",
  9421. "name": "Authorization",
  9422. "in": "header",
  9423. "required": true
  9424. },
  9425. {
  9426. "description": "(分页信息必填)",
  9427. "name": "req",
  9428. "in": "body",
  9429. "required": true,
  9430. "schema": {
  9431. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9432. }
  9433. }
  9434. ],
  9435. "responses": {
  9436. "200": {
  9437. "description": "具体数据",
  9438. "schema": {
  9439. "type": "string"
  9440. }
  9441. },
  9442. "400": {
  9443. "description": "具体错误",
  9444. "schema": {
  9445. "$ref": "#/definitions/md.Response"
  9446. }
  9447. }
  9448. }
  9449. }
  9450. },
  9451. "/api/userRealName/list": {
  9452. "post": {
  9453. "description": "基本设置-实名认证列表",
  9454. "consumes": [
  9455. "application/json"
  9456. ],
  9457. "produces": [
  9458. "application/json"
  9459. ],
  9460. "tags": [
  9461. "基本设置"
  9462. ],
  9463. "summary": "基本设置-实名认证列表",
  9464. "parameters": [
  9465. {
  9466. "type": "string",
  9467. "description": "验证参数Bearer和token空格拼接",
  9468. "name": "Authorization",
  9469. "in": "header",
  9470. "required": true
  9471. },
  9472. {
  9473. "description": "(分页信息必填)",
  9474. "name": "req",
  9475. "in": "body",
  9476. "required": true,
  9477. "schema": {
  9478. "$ref": "#/definitions/md.UserRealNameReq"
  9479. }
  9480. }
  9481. ],
  9482. "responses": {
  9483. "200": {
  9484. "description": "具体数据",
  9485. "schema": {
  9486. "$ref": "#/definitions/md.UserRealNameResp"
  9487. }
  9488. },
  9489. "400": {
  9490. "description": "具体错误",
  9491. "schema": {
  9492. "$ref": "#/definitions/md.Response"
  9493. }
  9494. }
  9495. }
  9496. }
  9497. },
  9498. "/api/userRealName/save": {
  9499. "post": {
  9500. "description": "基本设置-修改认证状态",
  9501. "consumes": [
  9502. "application/json"
  9503. ],
  9504. "produces": [
  9505. "application/json"
  9506. ],
  9507. "tags": [
  9508. "基本设置"
  9509. ],
  9510. "summary": "基本设置-实名认证-修改认证状态",
  9511. "parameters": [
  9512. {
  9513. "type": "string",
  9514. "description": "验证参数Bearer和token空格拼接",
  9515. "name": "Authorization",
  9516. "in": "header",
  9517. "required": true
  9518. },
  9519. {
  9520. "description": "(分页信息必填)",
  9521. "name": "req",
  9522. "in": "body",
  9523. "required": true,
  9524. "schema": {
  9525. "$ref": "#/definitions/md.UserRealNameSaveReq"
  9526. }
  9527. }
  9528. ],
  9529. "responses": {
  9530. "200": {
  9531. "description": "具体数据",
  9532. "schema": {
  9533. "type": "string"
  9534. }
  9535. },
  9536. "400": {
  9537. "description": "具体错误",
  9538. "schema": {
  9539. "$ref": "#/definitions/md.Response"
  9540. }
  9541. }
  9542. }
  9543. }
  9544. },
  9545. "/api/user_feedback/cate/del": {
  9546. "post": {
  9547. "description": "分类列表-分类删除",
  9548. "consumes": [
  9549. "application/json"
  9550. ],
  9551. "produces": [
  9552. "application/json"
  9553. ],
  9554. "tags": [
  9555. "消息中心"
  9556. ],
  9557. "summary": "反馈列表-分类列表-分类删除",
  9558. "parameters": [
  9559. {
  9560. "type": "string",
  9561. "description": "验证参数Bearer和token空格拼接",
  9562. "name": "Authorization",
  9563. "in": "header",
  9564. "required": true
  9565. },
  9566. {
  9567. "description": "(分页信息必填)",
  9568. "name": "req",
  9569. "in": "body",
  9570. "required": true,
  9571. "schema": {
  9572. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  9573. }
  9574. }
  9575. ],
  9576. "responses": {
  9577. "200": {
  9578. "description": "具体数据",
  9579. "schema": {
  9580. "type": "string"
  9581. }
  9582. },
  9583. "400": {
  9584. "description": "具体错误",
  9585. "schema": {
  9586. "$ref": "#/definitions/md.Response"
  9587. }
  9588. }
  9589. }
  9590. }
  9591. },
  9592. "/api/user_feedback/cate/save": {
  9593. "post": {
  9594. "description": "分类列表-分类保存",
  9595. "consumes": [
  9596. "application/json"
  9597. ],
  9598. "produces": [
  9599. "application/json"
  9600. ],
  9601. "tags": [
  9602. "消息中心"
  9603. ],
  9604. "summary": "反馈列表-分类列表-分类保存",
  9605. "parameters": [
  9606. {
  9607. "type": "string",
  9608. "description": "验证参数Bearer和token空格拼接",
  9609. "name": "Authorization",
  9610. "in": "header",
  9611. "required": true
  9612. },
  9613. {
  9614. "description": "(分页信息必填)",
  9615. "name": "req",
  9616. "in": "body",
  9617. "required": true,
  9618. "schema": {
  9619. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9620. }
  9621. }
  9622. ],
  9623. "responses": {
  9624. "200": {
  9625. "description": "具体数据",
  9626. "schema": {
  9627. "type": "string"
  9628. }
  9629. },
  9630. "400": {
  9631. "description": "具体错误",
  9632. "schema": {
  9633. "$ref": "#/definitions/md.Response"
  9634. }
  9635. }
  9636. }
  9637. }
  9638. },
  9639. "/api/website/certificate": {
  9640. "post": {
  9641. "description": "证书查询",
  9642. "consumes": [
  9643. "application/json"
  9644. ],
  9645. "produces": [
  9646. "application/json"
  9647. ],
  9648. "tags": [
  9649. "官网"
  9650. ],
  9651. "summary": "证书查询",
  9652. "parameters": [
  9653. {
  9654. "type": "string",
  9655. "description": "验证参数Bearer和token空格拼接",
  9656. "name": "Authorization",
  9657. "in": "header",
  9658. "required": true
  9659. },
  9660. {
  9661. "description": "(分页信息必填)",
  9662. "name": "req",
  9663. "in": "body",
  9664. "required": true,
  9665. "schema": {
  9666. "$ref": "#/definitions/md.CertificateReq"
  9667. }
  9668. }
  9669. ],
  9670. "responses": {
  9671. "200": {
  9672. "description": "具体数据",
  9673. "schema": {
  9674. "$ref": "#/definitions/md.CertificateResp"
  9675. }
  9676. },
  9677. "400": {
  9678. "description": "具体错误",
  9679. "schema": {
  9680. "$ref": "#/definitions/md.Response"
  9681. }
  9682. }
  9683. }
  9684. }
  9685. },
  9686. "/api/website/getModuleSetting": {
  9687. "get": {
  9688. "description": "页面样式",
  9689. "consumes": [
  9690. "application/json"
  9691. ],
  9692. "produces": [
  9693. "application/json"
  9694. ],
  9695. "tags": [
  9696. "官网"
  9697. ],
  9698. "summary": "页面样式",
  9699. "parameters": [
  9700. {
  9701. "type": "string",
  9702. "description": "验证参数Bearer和token空格拼接",
  9703. "name": "Authorization",
  9704. "in": "header",
  9705. "required": true
  9706. },
  9707. {
  9708. "type": "string",
  9709. "description": "页面名称类型值(15:官网 联系我们)",
  9710. "name": "mod_name_value",
  9711. "in": "query",
  9712. "required": true
  9713. }
  9714. ],
  9715. "responses": {
  9716. "200": {
  9717. "description": "具体数据",
  9718. "schema": {
  9719. "$ref": "#/definitions/md.GetModuleSettingResp"
  9720. }
  9721. },
  9722. "400": {
  9723. "description": "具体错误",
  9724. "schema": {
  9725. "$ref": "#/definitions/md.Response"
  9726. }
  9727. }
  9728. }
  9729. }
  9730. },
  9731. "/api/website/info": {
  9732. "get": {
  9733. "description": "官网-基本信息",
  9734. "consumes": [
  9735. "application/json"
  9736. ],
  9737. "produces": [
  9738. "application/json"
  9739. ],
  9740. "tags": [
  9741. "官网"
  9742. ],
  9743. "summary": "官网-基本信息",
  9744. "parameters": [
  9745. {
  9746. "type": "string",
  9747. "description": "验证参数Bearer和token空格拼接",
  9748. "name": "Authorization",
  9749. "in": "header",
  9750. "required": true
  9751. }
  9752. ],
  9753. "responses": {
  9754. "200": {
  9755. "description": "具体数据",
  9756. "schema": {
  9757. "$ref": "#/definitions/md.WebsiteInfoResp"
  9758. }
  9759. },
  9760. "400": {
  9761. "description": "具体错误",
  9762. "schema": {
  9763. "$ref": "#/definitions/md.Response"
  9764. }
  9765. }
  9766. }
  9767. }
  9768. }
  9769. },
  9770. "definitions": {
  9771. "applet_app_md.Paginate": {
  9772. "type": "object",
  9773. "properties": {
  9774. "limit": {
  9775. "description": "每页大小",
  9776. "type": "integer"
  9777. },
  9778. "page": {
  9779. "description": "页数",
  9780. "type": "integer"
  9781. },
  9782. "total": {
  9783. "description": "总数据量",
  9784. "type": "integer"
  9785. }
  9786. }
  9787. },
  9788. "applet_app_md_financial_center.Paginate": {
  9789. "type": "object",
  9790. "properties": {
  9791. "limit": {
  9792. "description": "每页大小",
  9793. "type": "integer"
  9794. },
  9795. "page": {
  9796. "description": "页数",
  9797. "type": "integer"
  9798. },
  9799. "total": {
  9800. "description": "总数据量",
  9801. "type": "integer"
  9802. }
  9803. }
  9804. },
  9805. "applet_app_md_financial_center.TagNode": {
  9806. "type": "object",
  9807. "properties": {
  9808. "tag_id": {
  9809. "type": "integer"
  9810. },
  9811. "tag_name": {
  9812. "type": "string"
  9813. }
  9814. }
  9815. },
  9816. "applet_app_md_friend_circle.Paginate": {
  9817. "type": "object",
  9818. "properties": {
  9819. "limit": {
  9820. "description": "每页大小",
  9821. "type": "integer"
  9822. },
  9823. "page": {
  9824. "description": "页数",
  9825. "type": "integer"
  9826. },
  9827. "total": {
  9828. "description": "总数据量",
  9829. "type": "integer"
  9830. }
  9831. }
  9832. },
  9833. "applet_app_md_im.GetBasicResp": {
  9834. "type": "object",
  9835. "properties": {
  9836. "chat_sensitive_words": {
  9837. "type": "string",
  9838. "example": "聊天敏感词"
  9839. },
  9840. "is_allow_add_friends": {
  9841. "type": "string",
  9842. "example": "是否允许加好友"
  9843. },
  9844. "is_auto_add_friends": {
  9845. "type": "string",
  9846. "example": "是否自动加好友"
  9847. },
  9848. "prohibit_add_group_members": {
  9849. "type": "string",
  9850. "example": "是否禁止添加群成员"
  9851. },
  9852. "prohibit_remove_group_members": {
  9853. "type": "string",
  9854. "example": "是否禁止移出群成员"
  9855. },
  9856. "prohibit_update_group_name": {
  9857. "type": "string",
  9858. "example": "是否禁止修改群名称"
  9859. }
  9860. }
  9861. },
  9862. "applet_app_md_im.SetBasicReq": {
  9863. "type": "object",
  9864. "properties": {
  9865. "chat_sensitive_words": {
  9866. "type": "string",
  9867. "example": "聊天敏感词"
  9868. },
  9869. "is_allow_add_friends": {
  9870. "type": "string",
  9871. "example": "是否允许加好友"
  9872. },
  9873. "is_auto_add_friends": {
  9874. "type": "string",
  9875. "example": "是否自动加好友"
  9876. },
  9877. "prohibit_add_group_members": {
  9878. "type": "string",
  9879. "example": "是否禁止添加群成员"
  9880. },
  9881. "prohibit_remove_group_members": {
  9882. "type": "string",
  9883. "example": "是否禁止移出群成员"
  9884. },
  9885. "prohibit_update_group_name": {
  9886. "type": "string",
  9887. "example": "是否禁止修改群名称"
  9888. }
  9889. }
  9890. },
  9891. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9892. "type": "object",
  9893. "properties": {
  9894. "direct_push_reward": {
  9895. "description": "直推奖励",
  9896. "allOf": [
  9897. {
  9898. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9899. }
  9900. ]
  9901. },
  9902. "initial_price": {
  9903. "description": "初始价格",
  9904. "type": "string"
  9905. },
  9906. "is_open": {
  9907. "description": "是否开启(1:开启 0:关闭)",
  9908. "type": "integer"
  9909. },
  9910. "person_egg_energy_coin_id": {
  9911. "description": "个人蛋蛋能量对应虚拟币 id",
  9912. "type": "integer"
  9913. },
  9914. "person_egg_points_coin_id": {
  9915. "description": "个人蛋蛋积分对应虚拟币 id",
  9916. "type": "integer"
  9917. },
  9918. "team_egg_energy_coin_id": {
  9919. "description": "团队蛋蛋能量对应虚拟币 id",
  9920. "type": "integer"
  9921. },
  9922. "team_egg_points_coin_id": {
  9923. "description": "团队蛋蛋积分对应虚拟币 id",
  9924. "type": "integer"
  9925. }
  9926. }
  9927. },
  9928. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9929. "type": "object",
  9930. "properties": {
  9931. "limit": {
  9932. "description": "每页大小",
  9933. "type": "integer"
  9934. },
  9935. "page": {
  9936. "description": "页数",
  9937. "type": "integer"
  9938. },
  9939. "total": {
  9940. "description": "总数据量",
  9941. "type": "integer"
  9942. }
  9943. }
  9944. },
  9945. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9946. "type": "object",
  9947. "properties": {
  9948. "id": {
  9949. "type": "integer"
  9950. },
  9951. "is_open": {
  9952. "description": "是否开启(1:开启 0:关闭)",
  9953. "type": "integer"
  9954. },
  9955. "is_self_active_get_team_revenue": {
  9956. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9957. "type": "integer"
  9958. },
  9959. "originator_uid": {
  9960. "description": "创始人uid",
  9961. "type": "integer"
  9962. },
  9963. "several_rows": {
  9964. "description": "几排",
  9965. "type": "integer"
  9966. },
  9967. "several_times": {
  9968. "description": "几乘",
  9969. "type": "integer"
  9970. },
  9971. "system_punish_replace": {
  9972. "description": "是否位置滑落 被新用户替换 0否 1是",
  9973. "type": "integer"
  9974. },
  9975. "system_punish_replace_value": {
  9976. "description": "xx天未活跃,处罚滑落",
  9977. "type": "integer"
  9978. }
  9979. }
  9980. },
  9981. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9982. "type": "object",
  9983. "properties": {
  9984. "limit": {
  9985. "description": "每页大小",
  9986. "type": "integer"
  9987. },
  9988. "page": {
  9989. "description": "页数",
  9990. "type": "integer"
  9991. },
  9992. "total": {
  9993. "description": "总数据量",
  9994. "type": "integer"
  9995. }
  9996. }
  9997. },
  9998. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9999. "type": "object",
  10000. "properties": {
  10001. "limit": {
  10002. "type": "integer"
  10003. },
  10004. "page": {
  10005. "type": "integer"
  10006. },
  10007. "total": {
  10008. "type": "integer"
  10009. }
  10010. }
  10011. },
  10012. "applet_app_md_member_center.Paginate": {
  10013. "type": "object",
  10014. "properties": {
  10015. "limit": {
  10016. "description": "每页大小",
  10017. "type": "integer"
  10018. },
  10019. "page": {
  10020. "description": "页数",
  10021. "type": "integer"
  10022. },
  10023. "total": {
  10024. "description": "总数据量",
  10025. "type": "integer"
  10026. }
  10027. }
  10028. },
  10029. "applet_app_md_member_center.TagNode": {
  10030. "type": "object",
  10031. "properties": {
  10032. "tag_id": {
  10033. "description": "标签 ID",
  10034. "type": "integer"
  10035. },
  10036. "tag_name": {
  10037. "description": "标签名称",
  10038. "type": "string"
  10039. }
  10040. }
  10041. },
  10042. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  10043. "type": "object",
  10044. "properties": {
  10045. "oss_access_key_id": {
  10046. "type": "string",
  10047. "example": "oss访问秘钥id"
  10048. },
  10049. "oss_access_key_secret": {
  10050. "type": "string",
  10051. "example": "oss访问秘钥"
  10052. },
  10053. "oss_assume_arn": {
  10054. "type": "string",
  10055. "example": "oss RAM角色ARN"
  10056. },
  10057. "oss_assume_role_access_key_id": {
  10058. "type": "string",
  10059. "example": "oss RAM角色访问秘钥id"
  10060. },
  10061. "oss_assume_role_access_key_secret": {
  10062. "type": "string",
  10063. "example": "oss RAM角色访问秘钥"
  10064. },
  10065. "oss_bucket_name": {
  10066. "type": "string",
  10067. "example": "oss存储桶名称"
  10068. },
  10069. "oss_bucket_scheme": {
  10070. "type": "string",
  10071. "example": "oss上传方式"
  10072. },
  10073. "oss_endpoint": {
  10074. "type": "string",
  10075. "example": "oss地域节点"
  10076. },
  10077. "oss_object_domain": {
  10078. "type": "string",
  10079. "example": "oss域名"
  10080. },
  10081. "oss_option": {
  10082. "type": "string",
  10083. "example": "oss上传文件类型选项,以逗号分割"
  10084. }
  10085. }
  10086. },
  10087. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  10088. "type": "object",
  10089. "properties": {
  10090. "oss_access_key_id": {
  10091. "type": "string",
  10092. "example": "oss访问秘钥id"
  10093. },
  10094. "oss_access_key_secret": {
  10095. "type": "string",
  10096. "example": "oss访问秘钥"
  10097. },
  10098. "oss_assume_arn": {
  10099. "type": "string",
  10100. "example": "oss RAM角色ARN"
  10101. },
  10102. "oss_assume_role_access_key_id": {
  10103. "type": "string",
  10104. "example": "oss RAM角色访问秘钥id"
  10105. },
  10106. "oss_assume_role_access_key_secret": {
  10107. "type": "string",
  10108. "example": "oss RAM角色访问秘钥"
  10109. },
  10110. "oss_bucket_name": {
  10111. "type": "string",
  10112. "example": "oss存储桶名称"
  10113. },
  10114. "oss_bucket_scheme": {
  10115. "type": "string",
  10116. "example": "oss上传方式"
  10117. },
  10118. "oss_endpoint": {
  10119. "type": "string",
  10120. "example": "oss地域节点"
  10121. },
  10122. "oss_object_domain": {
  10123. "type": "string",
  10124. "example": "oss域名"
  10125. },
  10126. "oss_option": {
  10127. "type": "string",
  10128. "example": "oss上传文件类型选项,以逗号分割"
  10129. }
  10130. }
  10131. },
  10132. "client.AssumeRoleResponseBodyCredentials": {
  10133. "type": "object",
  10134. "properties": {
  10135. "AccessKeyId": {
  10136. "description": "The AccessKey ID.",
  10137. "type": "string"
  10138. },
  10139. "AccessKeySecret": {
  10140. "description": "The AccessKey secret.",
  10141. "type": "string"
  10142. },
  10143. "Expiration": {
  10144. "description": "The time when the STS token expires. The time is displayed in UTC.",
  10145. "type": "string"
  10146. },
  10147. "SecurityToken": {
  10148. "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.",
  10149. "type": "string"
  10150. }
  10151. }
  10152. },
  10153. "comm.GetAdminInfoResp": {
  10154. "type": "object",
  10155. "properties": {
  10156. "adm_id": {
  10157. "description": "管理员id",
  10158. "type": "integer"
  10159. },
  10160. "is_super_administrator": {
  10161. "description": "是否为超级管理员(0:否 1:是)",
  10162. "type": "integer"
  10163. },
  10164. "memo": {
  10165. "description": "备注信息",
  10166. "type": "string"
  10167. },
  10168. "state": {
  10169. "description": "状态(1:正常 2:冻结)",
  10170. "type": "integer"
  10171. },
  10172. "username": {
  10173. "description": "用户名",
  10174. "type": "string"
  10175. }
  10176. }
  10177. },
  10178. "comm.GetSTSVoucherResp": {
  10179. "type": "object",
  10180. "properties": {
  10181. "bucket": {
  10182. "description": "oss 桶名称",
  10183. "type": "string"
  10184. },
  10185. "region": {
  10186. "description": "所在地域",
  10187. "type": "string"
  10188. },
  10189. "sts_token": {
  10190. "description": "STS 凭证",
  10191. "allOf": [
  10192. {
  10193. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  10194. }
  10195. ]
  10196. }
  10197. }
  10198. },
  10199. "comm.ImgReqUploadReq": {
  10200. "type": "object",
  10201. "required": [
  10202. "content_type",
  10203. "file_name"
  10204. ],
  10205. "properties": {
  10206. "content_type": {
  10207. "type": "string",
  10208. "example": "image/jpeg"
  10209. },
  10210. "file_name": {
  10211. "type": "string",
  10212. "example": "文件名"
  10213. }
  10214. }
  10215. },
  10216. "hdl.GetActiveDataResp": {
  10217. "type": "object",
  10218. "properties": {
  10219. "today": {
  10220. "description": "今日数据",
  10221. "allOf": [
  10222. {
  10223. "$ref": "#/definitions/model.PlatformActiveData"
  10224. }
  10225. ]
  10226. },
  10227. "yesterday": {
  10228. "description": "昨日数据",
  10229. "allOf": [
  10230. {
  10231. "$ref": "#/definitions/model.PlatformActiveData"
  10232. }
  10233. ]
  10234. }
  10235. }
  10236. },
  10237. "hdl.TotalDataResp": {
  10238. "type": "object",
  10239. "properties": {
  10240. "month": {
  10241. "description": "月份",
  10242. "type": "string"
  10243. },
  10244. "no_sign_in_user_count": {
  10245. "description": "未签到用户数",
  10246. "type": "integer"
  10247. },
  10248. "total_user_count": {
  10249. "description": "平台总用户数",
  10250. "type": "integer"
  10251. },
  10252. "total_withdraw_amount": {
  10253. "description": "已提现累计金额",
  10254. "type": "string"
  10255. },
  10256. "verified_user_count": {
  10257. "description": "已认证用户数",
  10258. "type": "integer"
  10259. },
  10260. "year": {
  10261. "description": "年份",
  10262. "type": "string"
  10263. }
  10264. }
  10265. },
  10266. "md.ActivePointsWalletNode": {
  10267. "type": "object",
  10268. "properties": {
  10269. "amount": {
  10270. "type": "string",
  10271. "example": "账户余额"
  10272. },
  10273. "uid": {
  10274. "description": "用户 ID",
  10275. "type": "integer"
  10276. },
  10277. "user_name": {
  10278. "type": "string",
  10279. "example": "用户名"
  10280. },
  10281. "user_phone": {
  10282. "type": "string",
  10283. "example": "手机号"
  10284. }
  10285. }
  10286. },
  10287. "md.AddAdminReq": {
  10288. "type": "object",
  10289. "required": [
  10290. "password",
  10291. "username"
  10292. ],
  10293. "properties": {
  10294. "memo": {
  10295. "type": "string"
  10296. },
  10297. "password": {
  10298. "type": "string"
  10299. },
  10300. "username": {
  10301. "type": "string"
  10302. }
  10303. }
  10304. },
  10305. "md.AddBlackListReq": {
  10306. "type": "object",
  10307. "properties": {
  10308. "memo": {
  10309. "description": "备注",
  10310. "type": "string"
  10311. },
  10312. "uid": {
  10313. "description": "用户 id",
  10314. "type": "integer"
  10315. }
  10316. }
  10317. },
  10318. "md.AddCommunityDividendsReq": {
  10319. "type": "object",
  10320. "properties": {
  10321. "amount": {
  10322. "description": "社区分红数量",
  10323. "type": "string"
  10324. },
  10325. "name": {
  10326. "type": "string",
  10327. "example": "社区分红名称"
  10328. }
  10329. }
  10330. },
  10331. "md.AddCommunityDividendsWithUserReq": {
  10332. "type": "object",
  10333. "properties": {
  10334. "memo": {
  10335. "type": "string",
  10336. "example": "备注"
  10337. },
  10338. "uid": {
  10339. "description": "新增社区长用户 ID",
  10340. "type": "integer"
  10341. }
  10342. }
  10343. },
  10344. "md.AddCustomerServiceReq": {
  10345. "type": "object",
  10346. "properties": {
  10347. "memo": {
  10348. "description": "备注",
  10349. "type": "string",
  10350. "example": "备注"
  10351. },
  10352. "phone": {
  10353. "type": "string",
  10354. "example": "手机号"
  10355. },
  10356. "weight": {
  10357. "description": "权重",
  10358. "type": "integer"
  10359. }
  10360. }
  10361. },
  10362. "md.AddEmoticonReq": {
  10363. "type": "object",
  10364. "properties": {
  10365. "img_url": {
  10366. "type": "string",
  10367. "example": "图片地址"
  10368. },
  10369. "memo": {
  10370. "description": "备注",
  10371. "type": "string",
  10372. "example": "备注"
  10373. },
  10374. "name": {
  10375. "type": "string",
  10376. "example": "名称"
  10377. },
  10378. "sort": {
  10379. "description": "排序",
  10380. "type": "integer"
  10381. }
  10382. }
  10383. },
  10384. "md.AddFreePublishUserReq": {
  10385. "type": "object",
  10386. "properties": {
  10387. "uid": {
  10388. "type": "integer"
  10389. }
  10390. }
  10391. },
  10392. "md.AddFundDataReq": {
  10393. "type": "object",
  10394. "properties": {
  10395. "frequency": {
  10396. "description": "频率(分钟)",
  10397. "type": "integer"
  10398. },
  10399. "hours": {
  10400. "description": "时长(小时)",
  10401. "type": "integer"
  10402. },
  10403. "kind": {
  10404. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  10405. "type": "integer"
  10406. },
  10407. "memo": {
  10408. "type": "string",
  10409. "example": "备注"
  10410. },
  10411. "total_amount": {
  10412. "description": "金额",
  10413. "type": "string"
  10414. }
  10415. }
  10416. },
  10417. "md.AddLevelReq": {
  10418. "type": "object",
  10419. "properties": {
  10420. "auto_update": {
  10421. "description": "自动升级 0关闭 1开启",
  10422. "type": "string"
  10423. },
  10424. "choosable_num": {
  10425. "description": "可选任务数量",
  10426. "type": "string"
  10427. },
  10428. "is_use": {
  10429. "description": "是否开启(0.否, 1.是)",
  10430. "type": "string"
  10431. },
  10432. "level_name": {
  10433. "description": "等级名称",
  10434. "type": "string"
  10435. },
  10436. "level_weight": {
  10437. "description": "等级权重",
  10438. "type": "string"
  10439. },
  10440. "memo": {
  10441. "description": "备注",
  10442. "type": "string"
  10443. },
  10444. "user_level_tasks": {
  10445. "description": "需要新增的任务",
  10446. "type": "array",
  10447. "items": {
  10448. "$ref": "#/definitions/md.LevelTaskNode"
  10449. }
  10450. }
  10451. }
  10452. },
  10453. "md.AddPlatformRevenueReq": {
  10454. "type": "object",
  10455. "properties": {
  10456. "frequency": {
  10457. "description": "频率(分钟)",
  10458. "type": "integer"
  10459. },
  10460. "hours": {
  10461. "description": "时长(小时)",
  10462. "type": "integer"
  10463. },
  10464. "kind": {
  10465. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10466. "type": "integer"
  10467. },
  10468. "memo": {
  10469. "type": "string",
  10470. "example": "备注"
  10471. },
  10472. "total_amount": {
  10473. "description": "金额",
  10474. "type": "string"
  10475. }
  10476. }
  10477. },
  10478. "md.AddRoleReq": {
  10479. "type": "object",
  10480. "required": [
  10481. "memo",
  10482. "name"
  10483. ],
  10484. "properties": {
  10485. "memo": {
  10486. "type": "string"
  10487. },
  10488. "name": {
  10489. "type": "string"
  10490. }
  10491. }
  10492. },
  10493. "md.AddTagReq": {
  10494. "type": "object",
  10495. "properties": {
  10496. "is_punish": {
  10497. "description": "是否为处罚标签(0:否 1:是)",
  10498. "type": "integer"
  10499. },
  10500. "memo": {
  10501. "description": "备注",
  10502. "type": "string"
  10503. },
  10504. "name": {
  10505. "description": "标签名称",
  10506. "type": "string"
  10507. }
  10508. }
  10509. },
  10510. "md.AddVirtualCoinNode": {
  10511. "type": "object",
  10512. "properties": {
  10513. "exchange_ratio": {
  10514. "description": "兑换比例(与金额)",
  10515. "type": "string"
  10516. },
  10517. "is_use": {
  10518. "description": "是否开启:0否 1是",
  10519. "type": "integer"
  10520. },
  10521. "name": {
  10522. "description": "名称",
  10523. "type": "string"
  10524. }
  10525. }
  10526. },
  10527. "md.AdminListReq": {
  10528. "type": "object",
  10529. "properties": {
  10530. "limit": {
  10531. "type": "integer"
  10532. },
  10533. "page": {
  10534. "type": "integer"
  10535. },
  10536. "state": {
  10537. "type": "integer"
  10538. },
  10539. "username": {
  10540. "type": "string"
  10541. }
  10542. }
  10543. },
  10544. "md.AdminLogList": {
  10545. "type": "object",
  10546. "properties": {
  10547. "admin_id": {
  10548. "type": "string"
  10549. },
  10550. "id": {
  10551. "type": "string"
  10552. },
  10553. "ip": {
  10554. "type": "string"
  10555. },
  10556. "memo": {
  10557. "type": "string"
  10558. },
  10559. "phone": {
  10560. "type": "string"
  10561. },
  10562. "time": {
  10563. "type": "string"
  10564. },
  10565. "type": {
  10566. "type": "string"
  10567. }
  10568. }
  10569. },
  10570. "md.AdminLogListReq": {
  10571. "type": "object",
  10572. "properties": {
  10573. "end_time": {
  10574. "type": "string"
  10575. },
  10576. "limit": {
  10577. "description": "每页大小",
  10578. "type": "string"
  10579. },
  10580. "memo": {
  10581. "type": "string"
  10582. },
  10583. "page": {
  10584. "description": "页数",
  10585. "type": "string"
  10586. },
  10587. "start_time": {
  10588. "type": "string"
  10589. },
  10590. "type": {
  10591. "type": "string"
  10592. }
  10593. }
  10594. },
  10595. "md.AdminLogListResp": {
  10596. "type": "object",
  10597. "properties": {
  10598. "list": {
  10599. "type": "array",
  10600. "items": {
  10601. "$ref": "#/definitions/md.AdminLogList"
  10602. }
  10603. },
  10604. "total": {
  10605. "type": "integer"
  10606. },
  10607. "type_list": {
  10608. "type": "array",
  10609. "items": {
  10610. "type": "object",
  10611. "additionalProperties": true
  10612. }
  10613. }
  10614. }
  10615. },
  10616. "md.AdvertisingBase": {
  10617. "type": "object",
  10618. "properties": {
  10619. "android_ad_is_open": {
  10620. "type": "string",
  10621. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10622. },
  10623. "android_open_ad_is_open": {
  10624. "type": "string",
  10625. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10626. },
  10627. "info": {
  10628. "type": "string",
  10629. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10630. },
  10631. "ios_ad_is_open": {
  10632. "type": "string",
  10633. "example": "ios广告是否开启(1:开启 0:不开启)"
  10634. },
  10635. "ios_open_ad_is_open": {
  10636. "type": "string",
  10637. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10638. },
  10639. "voice": {
  10640. "type": "string",
  10641. "example": "领取奖励声音"
  10642. },
  10643. "voice_url": {
  10644. "type": "string"
  10645. }
  10646. }
  10647. },
  10648. "md.AdvertisingBaseResp": {
  10649. "type": "object",
  10650. "properties": {
  10651. "advertising_base": {
  10652. "$ref": "#/definitions/md.AdvertisingBase"
  10653. },
  10654. "select_data": {
  10655. "type": "array",
  10656. "items": {
  10657. "type": "object",
  10658. "additionalProperties": {
  10659. "type": "string"
  10660. }
  10661. }
  10662. }
  10663. }
  10664. },
  10665. "md.AdvertisingDelReq": {
  10666. "type": "object",
  10667. "properties": {
  10668. "id": {
  10669. "type": "array",
  10670. "items": {
  10671. "type": "string"
  10672. }
  10673. }
  10674. }
  10675. },
  10676. "md.AdvertisingFunctionList": {
  10677. "type": "object",
  10678. "properties": {
  10679. "ad_id": {
  10680. "type": "string",
  10681. "example": "广告id"
  10682. },
  10683. "id": {
  10684. "type": "string"
  10685. },
  10686. "type": {
  10687. "type": "string",
  10688. "example": "类型"
  10689. }
  10690. }
  10691. },
  10692. "md.AdvertisingFunctionListReq": {
  10693. "type": "object",
  10694. "properties": {
  10695. "limit": {
  10696. "type": "string"
  10697. },
  10698. "page": {
  10699. "type": "string"
  10700. }
  10701. }
  10702. },
  10703. "md.AdvertisingFunctionListResp": {
  10704. "type": "object",
  10705. "properties": {
  10706. "adv_data": {
  10707. "type": "array",
  10708. "items": {
  10709. "type": "object",
  10710. "additionalProperties": {
  10711. "type": "string"
  10712. }
  10713. }
  10714. },
  10715. "list": {
  10716. "type": "array",
  10717. "items": {
  10718. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10719. }
  10720. },
  10721. "select_data": {
  10722. "type": "array",
  10723. "items": {
  10724. "type": "object",
  10725. "additionalProperties": {
  10726. "type": "string"
  10727. }
  10728. }
  10729. },
  10730. "total": {
  10731. "type": "integer"
  10732. }
  10733. }
  10734. },
  10735. "md.AdvertisingLimit": {
  10736. "type": "object",
  10737. "properties": {
  10738. "imei_num": {
  10739. "type": "string",
  10740. "example": "设备数量"
  10741. },
  10742. "minute": {
  10743. "type": "string",
  10744. "example": "分钟"
  10745. },
  10746. "public_img": {
  10747. "type": "string",
  10748. "example": "公共弹窗图"
  10749. },
  10750. "public_img_url": {
  10751. "type": "string",
  10752. "example": "公共弹窗图"
  10753. },
  10754. "public_str": {
  10755. "type": "string",
  10756. "example": "公共弹窗文字"
  10757. },
  10758. "tip": {
  10759. "type": "string",
  10760. "example": "限制提示"
  10761. },
  10762. "withdraw_img": {
  10763. "type": "string",
  10764. "example": "提现弹窗图"
  10765. },
  10766. "withdraw_img_url": {
  10767. "type": "string",
  10768. "example": "提现弹窗图"
  10769. },
  10770. "withdraw_str": {
  10771. "type": "string",
  10772. "example": "提现弹窗文字"
  10773. }
  10774. }
  10775. },
  10776. "md.AdvertisingList": {
  10777. "type": "object",
  10778. "properties": {
  10779. "counting_down": {
  10780. "type": "string",
  10781. "example": "倒计时 单位秒"
  10782. },
  10783. "id": {
  10784. "type": "string"
  10785. },
  10786. "info": {
  10787. "type": "string",
  10788. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10789. },
  10790. "kind": {
  10791. "type": "string",
  10792. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10793. },
  10794. "name": {
  10795. "type": "string",
  10796. "example": "名称"
  10797. }
  10798. }
  10799. },
  10800. "md.AdvertisingListReq": {
  10801. "type": "object",
  10802. "properties": {
  10803. "kind": {
  10804. "type": "string"
  10805. },
  10806. "limit": {
  10807. "type": "string"
  10808. },
  10809. "name": {
  10810. "type": "string"
  10811. },
  10812. "page": {
  10813. "type": "string"
  10814. }
  10815. }
  10816. },
  10817. "md.AdvertisingListResp": {
  10818. "type": "object",
  10819. "properties": {
  10820. "adv_data": {
  10821. "type": "array",
  10822. "items": {
  10823. "type": "object",
  10824. "additionalProperties": {
  10825. "type": "string"
  10826. }
  10827. }
  10828. },
  10829. "list": {
  10830. "type": "array",
  10831. "items": {
  10832. "$ref": "#/definitions/md.AdvertisingList"
  10833. }
  10834. },
  10835. "select_data": {
  10836. "type": "array",
  10837. "items": {
  10838. "type": "object",
  10839. "additionalProperties": {
  10840. "type": "string"
  10841. }
  10842. }
  10843. },
  10844. "total": {
  10845. "type": "integer"
  10846. }
  10847. }
  10848. },
  10849. "md.AdvertisingSaveReq": {
  10850. "type": "object",
  10851. "properties": {
  10852. "counting_down": {
  10853. "type": "string",
  10854. "example": "倒计时 单位秒"
  10855. },
  10856. "id": {
  10857. "type": "string"
  10858. },
  10859. "info": {
  10860. "type": "string",
  10861. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10862. },
  10863. "kind": {
  10864. "type": "string",
  10865. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10866. },
  10867. "name": {
  10868. "type": "string",
  10869. "example": "名称"
  10870. }
  10871. }
  10872. },
  10873. "md.AdvertisingVisitList": {
  10874. "type": "object",
  10875. "properties": {
  10876. "custom_ecpm": {
  10877. "type": "string",
  10878. "example": "ecpm"
  10879. },
  10880. "ecpm": {
  10881. "type": "string",
  10882. "example": "ecpm"
  10883. },
  10884. "id": {
  10885. "type": "string"
  10886. },
  10887. "integral": {
  10888. "type": "string",
  10889. "example": "活跃值"
  10890. },
  10891. "phone": {
  10892. "type": "string",
  10893. "example": "手机号"
  10894. },
  10895. "phone_platform": {
  10896. "type": "string",
  10897. "example": "手机平台"
  10898. },
  10899. "platform": {
  10900. "type": "string",
  10901. "example": "广告平台"
  10902. },
  10903. "time": {
  10904. "type": "string",
  10905. "example": "时间"
  10906. },
  10907. "type": {
  10908. "type": "string",
  10909. "example": "广告位置"
  10910. },
  10911. "uid": {
  10912. "type": "string",
  10913. "example": "用户id"
  10914. }
  10915. }
  10916. },
  10917. "md.AdvertisingVisitListReq": {
  10918. "type": "object",
  10919. "properties": {
  10920. "amount": {
  10921. "type": "string",
  10922. "example": "ecpm "
  10923. },
  10924. "end_time": {
  10925. "type": "string"
  10926. },
  10927. "limit": {
  10928. "type": "string"
  10929. },
  10930. "page": {
  10931. "type": "string"
  10932. },
  10933. "phone": {
  10934. "type": "string"
  10935. },
  10936. "platform": {
  10937. "type": "string",
  10938. "example": "广告平台 "
  10939. },
  10940. "start_time": {
  10941. "type": "string"
  10942. },
  10943. "type": {
  10944. "type": "string",
  10945. "example": "广告类型 "
  10946. },
  10947. "uid": {
  10948. "type": "string"
  10949. }
  10950. }
  10951. },
  10952. "md.AdvertisingVisitListResp": {
  10953. "type": "object",
  10954. "properties": {
  10955. "list": {
  10956. "type": "array",
  10957. "items": {
  10958. "$ref": "#/definitions/md.AdvertisingVisitList"
  10959. }
  10960. },
  10961. "platform_data": {
  10962. "type": "array",
  10963. "items": {
  10964. "type": "object",
  10965. "additionalProperties": {
  10966. "type": "string"
  10967. }
  10968. }
  10969. },
  10970. "total": {
  10971. "type": "integer"
  10972. },
  10973. "type_data": {
  10974. "type": "array",
  10975. "items": {
  10976. "type": "object",
  10977. "additionalProperties": {
  10978. "type": "string"
  10979. }
  10980. }
  10981. }
  10982. }
  10983. },
  10984. "md.AliyunSmsGetLevelListResp": {
  10985. "type": "object",
  10986. "properties": {
  10987. "list": {
  10988. "type": "array",
  10989. "items": {
  10990. "$ref": "#/definitions/md.LevelListNode"
  10991. }
  10992. },
  10993. "paginate": {
  10994. "$ref": "#/definitions/applet_app_md.Paginate"
  10995. }
  10996. }
  10997. },
  10998. "md.AliyunSmsGetTagListResp": {
  10999. "type": "object",
  11000. "properties": {
  11001. "list": {
  11002. "type": "array",
  11003. "items": {
  11004. "$ref": "#/definitions/md.TagListNode"
  11005. }
  11006. },
  11007. "paginate": {
  11008. "$ref": "#/definitions/applet_app_md.Paginate"
  11009. }
  11010. }
  11011. },
  11012. "md.ArticleCateDelReq": {
  11013. "type": "object",
  11014. "properties": {
  11015. "id": {
  11016. "type": "array",
  11017. "items": {
  11018. "type": "string"
  11019. }
  11020. }
  11021. }
  11022. },
  11023. "md.ArticleCateList": {
  11024. "type": "object",
  11025. "properties": {
  11026. "id": {
  11027. "type": "string"
  11028. },
  11029. "is_show": {
  11030. "type": "string"
  11031. },
  11032. "name": {
  11033. "type": "string"
  11034. },
  11035. "pid": {
  11036. "type": "string"
  11037. },
  11038. "sort": {
  11039. "type": "string"
  11040. }
  11041. }
  11042. },
  11043. "md.ArticleCateListReq": {
  11044. "type": "object",
  11045. "properties": {
  11046. "limit": {
  11047. "description": "每页大小",
  11048. "type": "string"
  11049. },
  11050. "page": {
  11051. "description": "页数",
  11052. "type": "string"
  11053. }
  11054. }
  11055. },
  11056. "md.ArticleCateListResp": {
  11057. "type": "object",
  11058. "properties": {
  11059. "list": {
  11060. "type": "array",
  11061. "items": {
  11062. "$ref": "#/definitions/md.ArticleCateList"
  11063. }
  11064. },
  11065. "select_data": {
  11066. "type": "array",
  11067. "items": {
  11068. "type": "object",
  11069. "additionalProperties": {
  11070. "type": "string"
  11071. }
  11072. }
  11073. },
  11074. "total": {
  11075. "type": "integer"
  11076. }
  11077. }
  11078. },
  11079. "md.ArticleCateSaveReq": {
  11080. "type": "object",
  11081. "properties": {
  11082. "id": {
  11083. "type": "string"
  11084. },
  11085. "is_show": {
  11086. "type": "string"
  11087. },
  11088. "name": {
  11089. "type": "string"
  11090. },
  11091. "pid": {
  11092. "type": "string"
  11093. },
  11094. "sort": {
  11095. "type": "string"
  11096. }
  11097. }
  11098. },
  11099. "md.ArticleDelReq": {
  11100. "type": "object",
  11101. "properties": {
  11102. "ids": {
  11103. "type": "array",
  11104. "items": {
  11105. "type": "string"
  11106. }
  11107. }
  11108. }
  11109. },
  11110. "md.ArticleList": {
  11111. "type": "object",
  11112. "properties": {
  11113. "cate_id": {
  11114. "type": "string",
  11115. "example": "二级分类id"
  11116. },
  11117. "content": {
  11118. "type": "string"
  11119. },
  11120. "cover": {
  11121. "type": "string",
  11122. "example": "一级分类id=4 显示 封面图"
  11123. },
  11124. "cover_url": {
  11125. "type": "string"
  11126. },
  11127. "id": {
  11128. "type": "string"
  11129. },
  11130. "is_show": {
  11131. "type": "string"
  11132. },
  11133. "pid": {
  11134. "type": "string",
  11135. "example": "一级分类id"
  11136. },
  11137. "sort": {
  11138. "type": "string"
  11139. },
  11140. "title": {
  11141. "type": "string"
  11142. },
  11143. "url": {
  11144. "type": "string"
  11145. }
  11146. }
  11147. },
  11148. "md.ArticleListReq": {
  11149. "type": "object",
  11150. "properties": {
  11151. "limit": {
  11152. "description": "每页大小",
  11153. "type": "string"
  11154. },
  11155. "page": {
  11156. "description": "页数",
  11157. "type": "string"
  11158. }
  11159. }
  11160. },
  11161. "md.ArticleListResp": {
  11162. "type": "object",
  11163. "properties": {
  11164. "cate_data": {
  11165. "type": "array",
  11166. "items": {
  11167. "type": "object",
  11168. "additionalProperties": true
  11169. }
  11170. },
  11171. "list": {
  11172. "type": "array",
  11173. "items": {
  11174. "$ref": "#/definitions/md.ArticleList"
  11175. }
  11176. },
  11177. "select_data": {
  11178. "type": "array",
  11179. "items": {
  11180. "type": "object",
  11181. "additionalProperties": true
  11182. }
  11183. },
  11184. "total": {
  11185. "type": "integer"
  11186. }
  11187. }
  11188. },
  11189. "md.ArticleSaveReq": {
  11190. "type": "object",
  11191. "properties": {
  11192. "cate_id": {
  11193. "type": "string",
  11194. "example": "二级分类id"
  11195. },
  11196. "content": {
  11197. "type": "string"
  11198. },
  11199. "cover": {
  11200. "type": "string",
  11201. "example": "一级分类id=4 显示 封面图"
  11202. },
  11203. "id": {
  11204. "type": "string"
  11205. },
  11206. "is_show": {
  11207. "type": "string"
  11208. },
  11209. "pid": {
  11210. "type": "string",
  11211. "example": "一级分类id"
  11212. },
  11213. "sort": {
  11214. "type": "string"
  11215. },
  11216. "title": {
  11217. "type": "string"
  11218. }
  11219. }
  11220. },
  11221. "md.AuditClearReq": {
  11222. "type": "object",
  11223. "properties": {
  11224. "os": {
  11225. "type": "string",
  11226. "example": "1-安卓 2-ios"
  11227. }
  11228. }
  11229. },
  11230. "md.BalanceDetailNode": {
  11231. "type": "object",
  11232. "properties": {
  11233. "after_amount": {
  11234. "description": "变更后余额",
  11235. "type": "string"
  11236. },
  11237. "amount": {
  11238. "description": "变更数量",
  11239. "type": "string"
  11240. },
  11241. "before_amount": {
  11242. "description": "变更前余额",
  11243. "type": "string"
  11244. },
  11245. "create_at": {
  11246. "description": "创建时间",
  11247. "type": "string"
  11248. },
  11249. "id": {
  11250. "description": "记录ID",
  11251. "type": "integer"
  11252. },
  11253. "kind": {
  11254. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  11255. "type": "string"
  11256. }
  11257. }
  11258. },
  11259. "md.BasicInfoNode": {
  11260. "type": "object",
  11261. "properties": {
  11262. "avatar": {
  11263. "description": "头像",
  11264. "type": "string"
  11265. },
  11266. "avatar_url": {
  11267. "description": "头像",
  11268. "type": "string"
  11269. },
  11270. "custom_invite_code": {
  11271. "type": "string"
  11272. },
  11273. "levelId": {
  11274. "description": "会员等级 ID",
  11275. "type": "integer"
  11276. },
  11277. "level_name": {
  11278. "description": "会员等级名称",
  11279. "type": "string"
  11280. },
  11281. "memo": {
  11282. "description": "备注",
  11283. "type": "string"
  11284. },
  11285. "nickname": {
  11286. "description": "用户名称",
  11287. "type": "string"
  11288. },
  11289. "parent_name": {
  11290. "description": "推荐人名称",
  11291. "type": "string"
  11292. },
  11293. "parent_phone": {
  11294. "description": "推荐人手机号",
  11295. "type": "string"
  11296. },
  11297. "parent_uid": {
  11298. "description": "推荐人",
  11299. "type": "integer"
  11300. },
  11301. "password": {
  11302. "description": "登录密码",
  11303. "type": "string"
  11304. },
  11305. "phone": {
  11306. "description": "手机号",
  11307. "type": "string"
  11308. },
  11309. "sex": {
  11310. "description": "性别",
  11311. "type": "integer"
  11312. },
  11313. "state": {
  11314. "description": "账号状态 1正常,2冻结",
  11315. "type": "integer"
  11316. },
  11317. "system_invite_code": {
  11318. "type": "string"
  11319. },
  11320. "tag": {
  11321. "description": "标签名称",
  11322. "type": "array",
  11323. "items": {
  11324. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  11325. }
  11326. },
  11327. "union_id": {
  11328. "description": "微信号",
  11329. "type": "string"
  11330. },
  11331. "wechat_account": {
  11332. "type": "string"
  11333. }
  11334. }
  11335. },
  11336. "md.BatchAddVirtualCoinsReq": {
  11337. "type": "object",
  11338. "properties": {
  11339. "list": {
  11340. "description": "新增的货币列表",
  11341. "type": "array",
  11342. "items": {
  11343. "$ref": "#/definitions/md.AddVirtualCoinNode"
  11344. }
  11345. }
  11346. }
  11347. },
  11348. "md.BatchSendGroupMessageReq": {
  11349. "type": "object",
  11350. "properties": {
  11351. "content": {
  11352. "description": "消息内容",
  11353. "type": "string"
  11354. },
  11355. "kind": {
  11356. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  11357. "type": "integer"
  11358. },
  11359. "not_condition": {
  11360. "description": "不发送条件 群 ID 以\";\"分割",
  11361. "type": "string"
  11362. },
  11363. "send_condition": {
  11364. "description": "发送条件 群 ID 以\";\"分割",
  11365. "type": "string"
  11366. },
  11367. "send_kind": {
  11368. "description": "发送模式(1:指定群组 2:所有群组)",
  11369. "type": "integer"
  11370. }
  11371. }
  11372. },
  11373. "md.BatchSendUserMessageReq": {
  11374. "type": "object",
  11375. "properties": {
  11376. "content": {
  11377. "description": "消息内容",
  11378. "type": "string"
  11379. },
  11380. "kind": {
  11381. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  11382. "type": "integer"
  11383. },
  11384. "not_condition": {
  11385. "description": "不发送条件 用户手机号 以\";\"分割",
  11386. "type": "string"
  11387. },
  11388. "send_condition": {
  11389. "description": "发送条件 用户手机号 以\";\"分割",
  11390. "type": "string"
  11391. },
  11392. "send_kind": {
  11393. "description": "发送模式(1:所有用户 2:指定用户)",
  11394. "type": "integer"
  11395. }
  11396. }
  11397. },
  11398. "md.BindAdminRoleReq": {
  11399. "type": "object",
  11400. "required": [
  11401. "adm_id"
  11402. ],
  11403. "properties": {
  11404. "adm_id": {
  11405. "type": "integer"
  11406. },
  11407. "role_ids": {
  11408. "type": "array",
  11409. "items": {
  11410. "type": "integer"
  11411. }
  11412. }
  11413. }
  11414. },
  11415. "md.CertificateDelReq": {
  11416. "type": "object",
  11417. "properties": {
  11418. "id": {
  11419. "type": "array",
  11420. "items": {
  11421. "type": "string"
  11422. }
  11423. }
  11424. }
  11425. },
  11426. "md.CertificateList": {
  11427. "type": "object",
  11428. "properties": {
  11429. "bg_img": {
  11430. "type": "string",
  11431. "example": "背景图"
  11432. },
  11433. "end_time": {
  11434. "type": "string",
  11435. "example": "结束时间"
  11436. },
  11437. "id": {
  11438. "type": "string"
  11439. },
  11440. "logo": {
  11441. "type": "string",
  11442. "example": "logo"
  11443. },
  11444. "medal": {
  11445. "type": "string",
  11446. "example": "勋章"
  11447. },
  11448. "name": {
  11449. "type": "string",
  11450. "example": "姓名"
  11451. },
  11452. "name_icon": {
  11453. "type": "string",
  11454. "example": "蛋蛋星球文字图"
  11455. },
  11456. "no": {
  11457. "type": "string",
  11458. "example": "编号"
  11459. },
  11460. "phone": {
  11461. "type": "string"
  11462. },
  11463. "seal": {
  11464. "type": "string",
  11465. "example": "印章"
  11466. },
  11467. "start_time": {
  11468. "type": "string",
  11469. "example": "开始时间"
  11470. },
  11471. "uid": {
  11472. "type": "string"
  11473. }
  11474. }
  11475. },
  11476. "md.CertificateListReq": {
  11477. "type": "object",
  11478. "properties": {
  11479. "limit": {
  11480. "type": "string"
  11481. },
  11482. "page": {
  11483. "type": "string"
  11484. },
  11485. "phone": {
  11486. "type": "string"
  11487. },
  11488. "uid": {
  11489. "type": "string"
  11490. }
  11491. }
  11492. },
  11493. "md.CertificateListResp": {
  11494. "type": "object",
  11495. "properties": {
  11496. "list": {
  11497. "type": "array",
  11498. "items": {
  11499. "$ref": "#/definitions/md.CertificateList"
  11500. }
  11501. },
  11502. "total": {
  11503. "type": "integer"
  11504. }
  11505. }
  11506. },
  11507. "md.CertificateReq": {
  11508. "type": "object",
  11509. "properties": {
  11510. "no": {
  11511. "type": "string",
  11512. "example": "DD123"
  11513. }
  11514. }
  11515. },
  11516. "md.CertificateResp": {
  11517. "type": "object",
  11518. "properties": {
  11519. "bg_img": {
  11520. "type": "string",
  11521. "example": "背景图"
  11522. },
  11523. "end_time": {
  11524. "type": "string",
  11525. "example": "结束时间"
  11526. },
  11527. "logo": {
  11528. "type": "string",
  11529. "example": "logo"
  11530. },
  11531. "medal": {
  11532. "type": "string",
  11533. "example": "勋章"
  11534. },
  11535. "name": {
  11536. "type": "string",
  11537. "example": "姓名"
  11538. },
  11539. "name_icon": {
  11540. "type": "string",
  11541. "example": "蛋蛋星球文字图"
  11542. },
  11543. "no": {
  11544. "type": "string",
  11545. "example": "编号"
  11546. },
  11547. "seal": {
  11548. "type": "string",
  11549. "example": "印章"
  11550. },
  11551. "start_time": {
  11552. "type": "string",
  11553. "example": "开始时间"
  11554. }
  11555. }
  11556. },
  11557. "md.CertificateSave": {
  11558. "type": "object",
  11559. "properties": {
  11560. "end_time": {
  11561. "type": "string",
  11562. "example": "结束时间"
  11563. },
  11564. "id": {
  11565. "type": "string"
  11566. },
  11567. "name": {
  11568. "type": "string",
  11569. "example": "姓名"
  11570. },
  11571. "no": {
  11572. "type": "string",
  11573. "example": "编号"
  11574. },
  11575. "start_time": {
  11576. "type": "string",
  11577. "example": "开始时间"
  11578. },
  11579. "uid": {
  11580. "type": "string"
  11581. }
  11582. }
  11583. },
  11584. "md.CloudBundleBaseResp": {
  11585. "type": "object",
  11586. "properties": {
  11587. "android_logo": {
  11588. "type": "string"
  11589. },
  11590. "ios_logo": {
  11591. "type": "string"
  11592. },
  11593. "launch_screen": {
  11594. "type": "object",
  11595. "additionalProperties": {
  11596. "type": "string"
  11597. }
  11598. }
  11599. }
  11600. },
  11601. "md.CloudBundleBuildReq": {
  11602. "type": "object",
  11603. "properties": {
  11604. "bit": {
  11605. "type": "array",
  11606. "items": {
  11607. "type": "string"
  11608. }
  11609. },
  11610. "isCombine": {
  11611. "type": "string"
  11612. },
  11613. "memo": {
  11614. "type": "string"
  11615. },
  11616. "os": {
  11617. "type": "string"
  11618. },
  11619. "platform": {
  11620. "type": "array",
  11621. "items": {
  11622. "type": "string"
  11623. }
  11624. },
  11625. "version": {
  11626. "type": "string"
  11627. }
  11628. }
  11629. },
  11630. "md.CloudBundleDelReq": {
  11631. "type": "object",
  11632. "properties": {
  11633. "ids": {
  11634. "type": "array",
  11635. "items": {
  11636. "type": "string"
  11637. }
  11638. }
  11639. }
  11640. },
  11641. "md.CloudBundleImgResp": {
  11642. "type": "object",
  11643. "properties": {
  11644. "android_logo": {
  11645. "type": "string"
  11646. },
  11647. "android_logo_url": {
  11648. "type": "string"
  11649. },
  11650. "build_1080_2280": {
  11651. "type": "string"
  11652. },
  11653. "build_1080_2280_url": {
  11654. "type": "string"
  11655. },
  11656. "build_1125_2436": {
  11657. "type": "string"
  11658. },
  11659. "build_1125_2436_url": {
  11660. "type": "string"
  11661. },
  11662. "build_1242_2208": {
  11663. "type": "string"
  11664. },
  11665. "build_1242_2208_url": {
  11666. "type": "string"
  11667. },
  11668. "build_640_1136": {
  11669. "type": "string"
  11670. },
  11671. "build_640_1136_url": {
  11672. "type": "string"
  11673. },
  11674. "build_640_960": {
  11675. "type": "string"
  11676. },
  11677. "build_640_960_url": {
  11678. "type": "string"
  11679. },
  11680. "build_720_1280": {
  11681. "type": "string"
  11682. },
  11683. "build_720_1280_url": {
  11684. "type": "string"
  11685. },
  11686. "build_750_1334": {
  11687. "type": "string"
  11688. },
  11689. "build_750_1334_url": {
  11690. "type": "string"
  11691. },
  11692. "guide": {
  11693. "type": "array",
  11694. "items": {
  11695. "$ref": "#/definitions/md.Guide"
  11696. }
  11697. },
  11698. "ios_logo": {
  11699. "type": "string"
  11700. },
  11701. "ios_logo_url": {
  11702. "type": "string"
  11703. }
  11704. }
  11705. },
  11706. "md.CloudBundleList": {
  11707. "type": "object",
  11708. "properties": {
  11709. "apply_at": {
  11710. "type": "string"
  11711. },
  11712. "bit": {
  11713. "type": "string"
  11714. },
  11715. "build_id": {
  11716. "type": "string"
  11717. },
  11718. "finish_at": {
  11719. "type": "string"
  11720. },
  11721. "id": {
  11722. "type": "string"
  11723. },
  11724. "is_auditing": {
  11725. "type": "string"
  11726. },
  11727. "is_combine": {
  11728. "type": "string"
  11729. },
  11730. "memo": {
  11731. "type": "string"
  11732. },
  11733. "os": {
  11734. "type": "string"
  11735. },
  11736. "platform": {
  11737. "type": "string"
  11738. },
  11739. "src": {
  11740. "type": "string"
  11741. },
  11742. "state": {
  11743. "type": "string"
  11744. },
  11745. "version": {
  11746. "type": "string"
  11747. }
  11748. }
  11749. },
  11750. "md.CloudBundleReq": {
  11751. "type": "object",
  11752. "properties": {
  11753. "limit": {
  11754. "description": "每页大小",
  11755. "type": "string"
  11756. },
  11757. "page": {
  11758. "description": "页数",
  11759. "type": "string"
  11760. }
  11761. }
  11762. },
  11763. "md.CloudBundleResp": {
  11764. "type": "object",
  11765. "properties": {
  11766. "last_android": {
  11767. "type": "string"
  11768. },
  11769. "last_bit": {
  11770. "type": "string"
  11771. },
  11772. "last_is_combine": {
  11773. "type": "string"
  11774. },
  11775. "last_platform": {
  11776. "type": "array",
  11777. "items": {
  11778. "type": "string"
  11779. }
  11780. },
  11781. "list": {
  11782. "type": "array",
  11783. "items": {
  11784. "$ref": "#/definitions/md.CloudBundleList"
  11785. }
  11786. },
  11787. "list_ios": {
  11788. "type": "string"
  11789. },
  11790. "select_data": {
  11791. "type": "array",
  11792. "items": {
  11793. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11794. }
  11795. },
  11796. "total": {
  11797. "type": "integer"
  11798. }
  11799. }
  11800. },
  11801. "md.CloudBundleUpdateStateReq": {
  11802. "type": "object",
  11803. "properties": {
  11804. "build_id": {
  11805. "type": "string"
  11806. },
  11807. "build_number": {
  11808. "type": "string"
  11809. },
  11810. "error_msg": {
  11811. "type": "string"
  11812. },
  11813. "id": {
  11814. "type": "string"
  11815. },
  11816. "src": {
  11817. "type": "string"
  11818. },
  11819. "state": {
  11820. "type": "string"
  11821. }
  11822. }
  11823. },
  11824. "md.CloudBundleVersion": {
  11825. "type": "object",
  11826. "properties": {
  11827. "content": {
  11828. "type": "string"
  11829. },
  11830. "img": {
  11831. "type": "string"
  11832. },
  11833. "img_url": {
  11834. "type": "string"
  11835. },
  11836. "is_must": {
  11837. "type": "string"
  11838. },
  11839. "name": {
  11840. "type": "string"
  11841. },
  11842. "type": {
  11843. "type": "string"
  11844. },
  11845. "url": {
  11846. "type": "string"
  11847. },
  11848. "version": {
  11849. "type": "string"
  11850. }
  11851. }
  11852. },
  11853. "md.CloudBundleVersionMap": {
  11854. "type": "object",
  11855. "properties": {
  11856. "img": {
  11857. "type": "string"
  11858. },
  11859. "name": {
  11860. "type": "string"
  11861. },
  11862. "type": {
  11863. "type": "string"
  11864. }
  11865. }
  11866. },
  11867. "md.CloudBundleVersionResp": {
  11868. "type": "object",
  11869. "properties": {
  11870. "version": {
  11871. "type": "array",
  11872. "items": {
  11873. "$ref": "#/definitions/md.CloudBundleVersion"
  11874. }
  11875. }
  11876. }
  11877. },
  11878. "md.CommReq": {
  11879. "type": "object",
  11880. "properties": {
  11881. "id": {
  11882. "type": "string"
  11883. }
  11884. }
  11885. },
  11886. "md.ConfigResp": {
  11887. "type": "object",
  11888. "properties": {
  11889. "oss_url": {
  11890. "type": "string",
  11891. "example": "阿里云图片链接"
  11892. }
  11893. }
  11894. },
  11895. "md.DailyActivityAnalysisTopData": {
  11896. "type": "object",
  11897. "properties": {
  11898. "activity_count": {
  11899. "description": "子节点活跃天数",
  11900. "type": "integer"
  11901. },
  11902. "team_activity_user_count": {
  11903. "description": "子节点活跃人数",
  11904. "type": "integer"
  11905. },
  11906. "team_user_count": {
  11907. "description": "团队人数",
  11908. "type": "integer"
  11909. }
  11910. }
  11911. },
  11912. "md.DataSetting": {
  11913. "type": "object",
  11914. "properties": {
  11915. "total_angel_investor": {
  11916. "description": "天使投资人",
  11917. "type": "string",
  11918. "example": "天使投资人"
  11919. },
  11920. "total_ecological_development": {
  11921. "description": "生态建设",
  11922. "type": "string",
  11923. "example": "当前价格"
  11924. },
  11925. "total_issuance_amount": {
  11926. "description": "总发行量",
  11927. "type": "string",
  11928. "example": "总发行量"
  11929. },
  11930. "total_operate_fund": {
  11931. "description": "运营资金",
  11932. "type": "string",
  11933. "example": "运营资金"
  11934. },
  11935. "total_team_dividends": {
  11936. "description": "团队分红",
  11937. "type": "string",
  11938. "example": "团队分红"
  11939. },
  11940. "total_technology_team": {
  11941. "description": "技术团队",
  11942. "type": "string",
  11943. "example": "技术团队"
  11944. },
  11945. "total_user_for_person": {
  11946. "description": "个人区域",
  11947. "type": "string",
  11948. "example": "个人区域"
  11949. },
  11950. "total_user_for_team": {
  11951. "description": "团队区域",
  11952. "type": "string",
  11953. "example": "团队区域"
  11954. }
  11955. }
  11956. },
  11957. "md.DeleteBlackListReq": {
  11958. "type": "object",
  11959. "properties": {
  11960. "id": {
  11961. "description": "黑名单 id",
  11962. "type": "integer"
  11963. }
  11964. }
  11965. },
  11966. "md.DeleteDynamicReq": {
  11967. "type": "object",
  11968. "properties": {
  11969. "index_id": {
  11970. "description": "动态id",
  11971. "type": "string"
  11972. }
  11973. }
  11974. },
  11975. "md.DeleteEmoticonReq": {
  11976. "type": "object",
  11977. "properties": {
  11978. "id": {
  11979. "description": "拥有用户数量",
  11980. "type": "integer"
  11981. }
  11982. }
  11983. },
  11984. "md.DeleteFreePublishUserReq": {
  11985. "type": "object",
  11986. "properties": {
  11987. "uid": {
  11988. "type": "string"
  11989. }
  11990. }
  11991. },
  11992. "md.DeleteLevelReq": {
  11993. "type": "object",
  11994. "properties": {
  11995. "level_id": {
  11996. "type": "string"
  11997. }
  11998. }
  11999. },
  12000. "md.DeleteTagReq": {
  12001. "type": "object",
  12002. "properties": {
  12003. "tag_id": {
  12004. "description": "标签 ID",
  12005. "type": "string"
  12006. }
  12007. }
  12008. },
  12009. "md.DeleteTaskReq": {
  12010. "type": "object",
  12011. "properties": {
  12012. "task_id": {
  12013. "type": "string"
  12014. }
  12015. }
  12016. },
  12017. "md.DestructionSettingStruct": {
  12018. "type": "object",
  12019. "properties": {
  12020. "community_dividends": {
  12021. "description": "社区分红百分比",
  12022. "type": "string"
  12023. },
  12024. "destruction_quantity": {
  12025. "description": "销毁百分比",
  12026. "type": "string"
  12027. },
  12028. "development_committee": {
  12029. "description": "发展委员会百分比",
  12030. "type": "string"
  12031. },
  12032. "marketplace_merchant": {
  12033. "description": "市商数量百分比",
  12034. "type": "string"
  12035. },
  12036. "public_welfare_and_charity": {
  12037. "description": "公益慈善百分比",
  12038. "type": "string"
  12039. },
  12040. "star_level_dividends": {
  12041. "description": "星级分红百分比",
  12042. "type": "string"
  12043. }
  12044. }
  12045. },
  12046. "md.DirectPushRewardSettingStruct": {
  12047. "type": "object",
  12048. "properties": {
  12049. "member_self_is_open_get_team_reward": {
  12050. "description": "会员是否活跃得到团队奖励",
  12051. "type": "string"
  12052. },
  12053. "reward_rate_value": {
  12054. "description": "奖励百分比",
  12055. "type": "string"
  12056. }
  12057. }
  12058. },
  12059. "md.DynamicDataFlowListReq": {
  12060. "type": "object",
  12061. "properties": {
  12062. "end_at": {
  12063. "description": "结束时间",
  12064. "type": "string",
  12065. "example": "结束时间"
  12066. },
  12067. "kind": {
  12068. "description": "持有类型",
  12069. "type": "integer"
  12070. },
  12071. "page": {
  12072. "description": "页数",
  12073. "type": "integer"
  12074. },
  12075. "page_size": {
  12076. "description": "每页大小",
  12077. "type": "integer"
  12078. },
  12079. "start_at": {
  12080. "description": "开始时间",
  12081. "type": "string",
  12082. "example": "开始时间"
  12083. }
  12084. }
  12085. },
  12086. "md.DynamicDataFlowListResp": {
  12087. "type": "object",
  12088. "properties": {
  12089. "kind_list": {
  12090. "description": "类型列表",
  12091. "type": "array",
  12092. "items": {
  12093. "type": "object",
  12094. "additionalProperties": true
  12095. }
  12096. },
  12097. "list": {
  12098. "description": "动态数据流水列表",
  12099. "type": "array",
  12100. "items": {
  12101. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  12102. }
  12103. },
  12104. "paginate": {
  12105. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12106. }
  12107. }
  12108. },
  12109. "md.DynamicRespNode": {
  12110. "type": "object",
  12111. "properties": {
  12112. "content": {
  12113. "description": "文本内容",
  12114. "type": "string"
  12115. },
  12116. "created_at": {
  12117. "type": "string"
  12118. },
  12119. "image": {
  12120. "description": "图片",
  12121. "type": "array",
  12122. "items": {
  12123. "type": "string"
  12124. }
  12125. },
  12126. "index_id": {
  12127. "description": "动态id",
  12128. "type": "string"
  12129. },
  12130. "is_praise": {
  12131. "description": "是否被表扬(1:是 2:否)",
  12132. "type": "integer"
  12133. },
  12134. "is_top_up": {
  12135. "description": "是否置顶(1:是 2:否)",
  12136. "type": "integer"
  12137. },
  12138. "kind": {
  12139. "description": "类型(1:普通 2:官方)",
  12140. "type": "integer"
  12141. },
  12142. "state": {
  12143. "description": "状态(1:正常 2:隐藏)",
  12144. "type": "integer"
  12145. },
  12146. "uid": {
  12147. "description": "用户id",
  12148. "type": "integer"
  12149. },
  12150. "updated_at": {
  12151. "type": "string"
  12152. },
  12153. "username": {
  12154. "description": "用户名称",
  12155. "type": "string"
  12156. },
  12157. "video": {
  12158. "description": "视频",
  12159. "type": "string"
  12160. }
  12161. }
  12162. },
  12163. "md.EggEnergyAvailableEnergyFlow": {
  12164. "type": "object",
  12165. "properties": {
  12166. "after_community_dividends": {
  12167. "description": "变更后-社区分红区块币数量",
  12168. "type": "string"
  12169. },
  12170. "after_destruction_quantity_values": {
  12171. "description": "变更后-销毁区块币数量",
  12172. "type": "string"
  12173. },
  12174. "after_development_committee_values": {
  12175. "description": "变更后-发展委员会区块币数量",
  12176. "type": "string"
  12177. },
  12178. "after_marketplace_merchant_fund_values": {
  12179. "description": "变更后-市商资金值",
  12180. "type": "string"
  12181. },
  12182. "after_marketplace_merchant_values": {
  12183. "description": "变更后-市商区块币数量",
  12184. "type": "string"
  12185. },
  12186. "after_now_energy_total_nums": {
  12187. "description": "变更后-现行总量",
  12188. "type": "string"
  12189. },
  12190. "after_planet_total_value": {
  12191. "description": "变更后-星球总价值",
  12192. "type": "string"
  12193. },
  12194. "after_price": {
  12195. "description": "变更后-价格",
  12196. "type": "string"
  12197. },
  12198. "after_public_welfare_and_charity_values": {
  12199. "description": "变更后-公益慈善区块币数量",
  12200. "type": "string"
  12201. },
  12202. "after_star_level_dividends_values": {
  12203. "description": "变更后-星级分红区块币数量",
  12204. "type": "string"
  12205. },
  12206. "amount": {
  12207. "description": "变更数量",
  12208. "type": "string"
  12209. },
  12210. "before_community_dividends": {
  12211. "description": "变更前-社区分红区块币数量",
  12212. "type": "string"
  12213. },
  12214. "before_destruction_quantity_values": {
  12215. "description": "变更前-销毁区块币数量",
  12216. "type": "string"
  12217. },
  12218. "before_development_committee_values": {
  12219. "description": "变更前-发展委员会区块币数量",
  12220. "type": "string"
  12221. },
  12222. "before_marketplace_merchant_fund_values": {
  12223. "description": "变更前-市商资金值",
  12224. "type": "string"
  12225. },
  12226. "before_marketplace_merchant_values": {
  12227. "description": "变更前-市商区块币数量",
  12228. "type": "string"
  12229. },
  12230. "before_now_energy_total_nums": {
  12231. "description": "变更前-现行总量",
  12232. "type": "string"
  12233. },
  12234. "before_planet_total_value": {
  12235. "description": "变更前-星球总价值",
  12236. "type": "string"
  12237. },
  12238. "before_price": {
  12239. "description": "变更前-价格",
  12240. "type": "string"
  12241. },
  12242. "before_public_welfare_and_charity_values": {
  12243. "description": "变更前-公益慈善区块币数量",
  12244. "type": "string"
  12245. },
  12246. "before_star_level_dividends_values": {
  12247. "description": "变更前-星级分红区块币数量",
  12248. "type": "string"
  12249. },
  12250. "create_time": {
  12251. "description": "创建时间",
  12252. "type": "string"
  12253. },
  12254. "id": {
  12255. "type": "integer"
  12256. },
  12257. "kind": {
  12258. "description": "种类",
  12259. "type": "integer"
  12260. },
  12261. "title": {
  12262. "description": "标题",
  12263. "type": "string"
  12264. }
  12265. }
  12266. },
  12267. "md.EggEnergyCommunityDividends": {
  12268. "type": "object",
  12269. "properties": {
  12270. "amount": {
  12271. "description": "分红数量",
  12272. "type": "string"
  12273. },
  12274. "coin_id": {
  12275. "description": "虚拟币 id",
  12276. "type": "integer"
  12277. },
  12278. "create_at": {
  12279. "description": "分红时间",
  12280. "type": "string"
  12281. },
  12282. "id": {
  12283. "type": "integer"
  12284. },
  12285. "is_over": {
  12286. "description": "是否分红完毕",
  12287. "type": "integer"
  12288. },
  12289. "name": {
  12290. "type": "string",
  12291. "example": "名称"
  12292. },
  12293. "persons_num": {
  12294. "description": "分红人数",
  12295. "type": "integer"
  12296. },
  12297. "update_at": {
  12298. "type": "string"
  12299. }
  12300. }
  12301. },
  12302. "md.EggEnergyCommunityDividendsWithUser": {
  12303. "type": "object",
  12304. "properties": {
  12305. "id": {
  12306. "type": "integer"
  12307. },
  12308. "memo": {
  12309. "type": "string",
  12310. "example": "备注"
  12311. },
  12312. "nickname": {
  12313. "type": "string"
  12314. },
  12315. "phone": {
  12316. "type": "string"
  12317. },
  12318. "uid": {
  12319. "type": "integer"
  12320. }
  12321. }
  12322. },
  12323. "md.EggPointCoefficientBatchAddReq": {
  12324. "type": "object",
  12325. "properties": {
  12326. "list": {
  12327. "description": "系数管理列表",
  12328. "type": "array",
  12329. "items": {
  12330. "$ref": "#/definitions/md.EggPointCoefficientNode"
  12331. }
  12332. }
  12333. }
  12334. },
  12335. "md.EggPointCoefficientDelReq": {
  12336. "type": "object",
  12337. "required": [
  12338. "id"
  12339. ],
  12340. "properties": {
  12341. "id": {
  12342. "description": "需要删除范围的id",
  12343. "type": "string"
  12344. }
  12345. }
  12346. },
  12347. "md.EggPointCoefficientGetResp": {
  12348. "type": "object",
  12349. "properties": {
  12350. "list": {
  12351. "type": "array",
  12352. "items": {
  12353. "$ref": "#/definitions/md.EggPointCoefficientNode"
  12354. }
  12355. }
  12356. }
  12357. },
  12358. "md.EggPointCoefficientNode": {
  12359. "type": "object",
  12360. "properties": {
  12361. "coefficient": {
  12362. "description": "系数",
  12363. "type": "string"
  12364. },
  12365. "end_score": {
  12366. "description": "截止分值",
  12367. "type": "string"
  12368. },
  12369. "id": {
  12370. "type": "integer"
  12371. },
  12372. "start_score": {
  12373. "description": "起始分值",
  12374. "type": "string"
  12375. }
  12376. }
  12377. },
  12378. "md.EggPointCoefficientUpdateReq": {
  12379. "type": "object",
  12380. "required": [
  12381. "id"
  12382. ],
  12383. "properties": {
  12384. "coefficient": {
  12385. "description": "系数",
  12386. "type": "string"
  12387. },
  12388. "end_score": {
  12389. "description": "截止分值",
  12390. "type": "string"
  12391. },
  12392. "id": {
  12393. "description": "需要修改范围的id",
  12394. "type": "string"
  12395. },
  12396. "start_score": {
  12397. "description": "起始分值",
  12398. "type": "string"
  12399. }
  12400. }
  12401. },
  12402. "md.ExchangeRulesStruct": {
  12403. "type": "object",
  12404. "properties": {
  12405. "auto_exchange_nums_by_person": {
  12406. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  12407. "type": "string"
  12408. },
  12409. "auto_exchange_nums_by_team": {
  12410. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  12411. "type": "string"
  12412. },
  12413. "auto_exchange_rate_by_person": {
  12414. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  12415. "type": "string"
  12416. },
  12417. "auto_exchange_rate_by_team": {
  12418. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  12419. "type": "string"
  12420. }
  12421. }
  12422. },
  12423. "md.ExchangeUserPositionReq": {
  12424. "type": "object",
  12425. "properties": {
  12426. "position_1": {
  12427. "description": "位置1,具体值取返回数据中的 system_id",
  12428. "type": "integer"
  12429. },
  12430. "position_2": {
  12431. "description": "位置2,具体值取返回数据中的 system_id",
  12432. "type": "integer"
  12433. }
  12434. }
  12435. },
  12436. "md.FansNode": {
  12437. "type": "object",
  12438. "properties": {
  12439. "amount": {
  12440. "description": "可提现余额",
  12441. "type": "string"
  12442. },
  12443. "id": {
  12444. "description": "用户ID",
  12445. "type": "integer"
  12446. },
  12447. "level_total": {
  12448. "description": "所属代数",
  12449. "type": "integer"
  12450. },
  12451. "nickname": {
  12452. "type": "string",
  12453. "example": "用户昵称"
  12454. },
  12455. "phone": {
  12456. "type": "string",
  12457. "example": "手机号"
  12458. },
  12459. "register_at": {
  12460. "description": "注册时间",
  12461. "type": "string"
  12462. },
  12463. "total_income": {
  12464. "description": "累计收益",
  12465. "type": "string"
  12466. }
  12467. }
  12468. },
  12469. "md.FindSubUserRelationshipMapResp": {
  12470. "type": "object",
  12471. "properties": {
  12472. "basic_setting": {
  12473. "description": "公排设置",
  12474. "allOf": [
  12475. {
  12476. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  12477. }
  12478. ]
  12479. },
  12480. "search_uid": {
  12481. "description": "查找的用户 ID",
  12482. "type": "string"
  12483. },
  12484. "sub_user": {
  12485. "description": "上级用户信息",
  12486. "allOf": [
  12487. {
  12488. "$ref": "#/definitions/md.SubUser"
  12489. }
  12490. ]
  12491. }
  12492. }
  12493. },
  12494. "md.FirstWithdrawSet": {
  12495. "type": "object",
  12496. "properties": {
  12497. "first_withdraw_amount_limit": {
  12498. "description": "不需要实名时 最大提现金额",
  12499. "type": "string"
  12500. },
  12501. "is_need_real_name": {
  12502. "description": "是否需要实名(0:不需要,1:需要)",
  12503. "type": "integer"
  12504. }
  12505. }
  12506. },
  12507. "md.FreePublishUserNode": {
  12508. "type": "object",
  12509. "properties": {
  12510. "nickname": {
  12511. "type": "string",
  12512. "example": "昵称"
  12513. },
  12514. "phone": {
  12515. "type": "string",
  12516. "example": "手机号"
  12517. },
  12518. "uid": {
  12519. "type": "integer"
  12520. }
  12521. }
  12522. },
  12523. "md.FundDataNode": {
  12524. "type": "object",
  12525. "properties": {
  12526. "balance_amount": {
  12527. "description": "余额",
  12528. "type": "string"
  12529. },
  12530. "balance_times": {
  12531. "description": "剩余执行次数",
  12532. "type": "integer"
  12533. },
  12534. "create_at": {
  12535. "description": "创建时间",
  12536. "type": "string"
  12537. },
  12538. "hours": {
  12539. "description": "时长",
  12540. "type": "integer"
  12541. },
  12542. "kind": {
  12543. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  12544. "type": "integer"
  12545. },
  12546. "memo": {
  12547. "description": "备注",
  12548. "type": "string"
  12549. },
  12550. "system_id": {
  12551. "type": "integer"
  12552. },
  12553. "total_amount": {
  12554. "description": "金额",
  12555. "type": "string"
  12556. }
  12557. }
  12558. },
  12559. "md.FundDataRecordNode": {
  12560. "type": "object",
  12561. "properties": {
  12562. "after_planet_total_value": {
  12563. "description": "执行后-星球价值",
  12564. "type": "string"
  12565. },
  12566. "after_price": {
  12567. "description": "执行后-价格",
  12568. "type": "string"
  12569. },
  12570. "balance_amount": {
  12571. "description": "余额",
  12572. "type": "string"
  12573. },
  12574. "balance_times": {
  12575. "description": "剩余执行次数",
  12576. "type": "integer"
  12577. },
  12578. "before_planet_total_value": {
  12579. "description": "执行前-星球价值",
  12580. "type": "string"
  12581. },
  12582. "before_price": {
  12583. "description": "执行前-价格",
  12584. "type": "string"
  12585. },
  12586. "create_at": {
  12587. "type": "string"
  12588. },
  12589. "total_amount": {
  12590. "description": "金额",
  12591. "type": "string"
  12592. }
  12593. }
  12594. },
  12595. "md.GetActivePointsUserCoinFlowListReq": {
  12596. "type": "object",
  12597. "properties": {
  12598. "coin_id": {
  12599. "description": "货币类型 ID",
  12600. "type": "integer"
  12601. },
  12602. "direction": {
  12603. "description": "流水方向:1收入 2支出",
  12604. "type": "integer"
  12605. },
  12606. "end_at": {
  12607. "description": "结束时间",
  12608. "type": "string"
  12609. },
  12610. "page": {
  12611. "description": "页数",
  12612. "type": "integer"
  12613. },
  12614. "page_size": {
  12615. "description": "每页大小",
  12616. "type": "integer"
  12617. },
  12618. "start_at": {
  12619. "description": "开始时间",
  12620. "type": "string"
  12621. },
  12622. "uid": {
  12623. "description": "用户 ID",
  12624. "type": "integer"
  12625. }
  12626. }
  12627. },
  12628. "md.GetActivePointsUserCoinFlowListResp": {
  12629. "type": "object",
  12630. "properties": {
  12631. "list": {
  12632. "description": "流水信息",
  12633. "type": "array",
  12634. "items": {
  12635. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12636. }
  12637. },
  12638. "paginate": {
  12639. "description": "分页信息",
  12640. "allOf": [
  12641. {
  12642. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12643. }
  12644. ]
  12645. },
  12646. "select_data": {
  12647. "description": "流水类型",
  12648. "allOf": [
  12649. {
  12650. "$ref": "#/definitions/md.SelectData"
  12651. }
  12652. ]
  12653. }
  12654. }
  12655. },
  12656. "md.GetActivePointsUserCoinListReq": {
  12657. "type": "object",
  12658. "properties": {
  12659. "end_coin": {
  12660. "type": "string",
  12661. "example": "最大金额"
  12662. },
  12663. "kind": {
  12664. "description": "虚拟币种类编号",
  12665. "type": "integer"
  12666. },
  12667. "page": {
  12668. "description": "页数",
  12669. "type": "integer"
  12670. },
  12671. "page_size": {
  12672. "description": "单页大小",
  12673. "type": "integer"
  12674. },
  12675. "start_coin": {
  12676. "type": "string",
  12677. "example": "最小金额"
  12678. },
  12679. "uid": {
  12680. "description": "指定查询用户 ID",
  12681. "type": "integer"
  12682. },
  12683. "user_name": {
  12684. "type": "string",
  12685. "example": "用户名称"
  12686. },
  12687. "user_phone": {
  12688. "type": "string",
  12689. "example": "手机号"
  12690. }
  12691. }
  12692. },
  12693. "md.GetActivePointsUserCoinListResp": {
  12694. "type": "object",
  12695. "properties": {
  12696. "kind_list": {
  12697. "description": "货币类型集合",
  12698. "type": "array",
  12699. "items": {
  12700. "$ref": "#/definitions/md.VirtualCoinListNode"
  12701. }
  12702. },
  12703. "list": {
  12704. "description": "余额集合",
  12705. "type": "array",
  12706. "items": {
  12707. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12708. }
  12709. },
  12710. "sum_user_amount": {
  12711. "description": "用户持有总数",
  12712. "type": "number"
  12713. },
  12714. "total": {
  12715. "description": "持有该类型用户数",
  12716. "type": "integer"
  12717. }
  12718. }
  12719. },
  12720. "md.GetBlackListNode": {
  12721. "type": "object",
  12722. "properties": {
  12723. "admin_id": {
  12724. "description": "管理员 id",
  12725. "type": "integer"
  12726. },
  12727. "admin_nickname": {
  12728. "description": "管理员名称",
  12729. "type": "string"
  12730. },
  12731. "black_list_id": {
  12732. "description": "黑名单 id",
  12733. "type": "integer"
  12734. },
  12735. "created_at": {
  12736. "description": "添加时间",
  12737. "type": "string"
  12738. },
  12739. "memo": {
  12740. "description": "备注",
  12741. "type": "string"
  12742. },
  12743. "uid": {
  12744. "description": "用户 id",
  12745. "type": "integer"
  12746. },
  12747. "user_nickname": {
  12748. "description": "用户名称",
  12749. "type": "string"
  12750. }
  12751. }
  12752. },
  12753. "md.GetBlackListResp": {
  12754. "type": "object",
  12755. "properties": {
  12756. "list": {
  12757. "description": "具体信息",
  12758. "type": "array",
  12759. "items": {
  12760. "$ref": "#/definitions/md.GetBlackListNode"
  12761. }
  12762. },
  12763. "paginate": {
  12764. "description": "分页信息",
  12765. "allOf": [
  12766. {
  12767. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12768. }
  12769. ]
  12770. }
  12771. }
  12772. },
  12773. "md.GetContributionValueBasicSettingResp": {
  12774. "type": "object",
  12775. "properties": {
  12776. "hand_out_red_package": {
  12777. "description": "发红包获得x点",
  12778. "type": "integer"
  12779. },
  12780. "id": {
  12781. "type": "integer"
  12782. },
  12783. "posting_comment_liked": {
  12784. "description": "发布评论被官方点赞获得x点",
  12785. "type": "integer"
  12786. },
  12787. "posting_dynamic_liked": {
  12788. "description": "发布动态被官方点赞获得x点",
  12789. "type": "integer"
  12790. },
  12791. "publish_creation": {
  12792. "description": "发布创作获得x点",
  12793. "type": "integer"
  12794. }
  12795. }
  12796. },
  12797. "md.GetDynamicReq": {
  12798. "type": "object",
  12799. "properties": {
  12800. "begin_at": {
  12801. "description": "开始时间",
  12802. "type": "string"
  12803. },
  12804. "end_at": {
  12805. "description": "结束时间",
  12806. "type": "string"
  12807. },
  12808. "limit": {
  12809. "description": "页面大小",
  12810. "type": "integer"
  12811. },
  12812. "nickname": {
  12813. "description": "创建人名称",
  12814. "type": "string"
  12815. },
  12816. "page": {
  12817. "description": "页数",
  12818. "type": "integer"
  12819. },
  12820. "uid": {
  12821. "description": "创建人id",
  12822. "type": "string"
  12823. }
  12824. }
  12825. },
  12826. "md.GetDynamicResp": {
  12827. "type": "object",
  12828. "properties": {
  12829. "list": {
  12830. "type": "array",
  12831. "items": {
  12832. "$ref": "#/definitions/md.DynamicRespNode"
  12833. }
  12834. },
  12835. "paginate": {
  12836. "description": "分页信息",
  12837. "allOf": [
  12838. {
  12839. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12840. }
  12841. ]
  12842. }
  12843. }
  12844. },
  12845. "md.GetEggCoreDataListResp": {
  12846. "type": "object",
  12847. "properties": {
  12848. "now_energy_total_nums": {
  12849. "description": "现行总量",
  12850. "type": "string",
  12851. "example": "现行总量"
  12852. },
  12853. "now_price": {
  12854. "description": "当前价格",
  12855. "type": "string",
  12856. "example": "当前价格"
  12857. },
  12858. "planet_total_value": {
  12859. "description": "星球价值",
  12860. "type": "string",
  12861. "example": "星球价值"
  12862. },
  12863. "user_hold_total_nums": {
  12864. "description": "用户持有总量",
  12865. "type": "string"
  12866. }
  12867. }
  12868. },
  12869. "md.GetEggEnergyBasicResp": {
  12870. "type": "object",
  12871. "properties": {
  12872. "basic_setting": {
  12873. "description": "基础设置",
  12874. "allOf": [
  12875. {
  12876. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12877. }
  12878. ]
  12879. },
  12880. "data_setting": {
  12881. "description": "数据设置",
  12882. "allOf": [
  12883. {
  12884. "$ref": "#/definitions/md.DataSetting"
  12885. }
  12886. ]
  12887. },
  12888. "destruction_setting": {
  12889. "description": "销毁设置",
  12890. "allOf": [
  12891. {
  12892. "$ref": "#/definitions/md.DestructionSettingStruct"
  12893. }
  12894. ]
  12895. },
  12896. "exchange_rules": {
  12897. "description": "兑换规则",
  12898. "allOf": [
  12899. {
  12900. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12901. }
  12902. ]
  12903. },
  12904. "new_user_incentive_rules": {
  12905. "description": "新用户奖励规则",
  12906. "allOf": [
  12907. {
  12908. "$ref": "#/definitions/md.NewUserRewardRules"
  12909. }
  12910. ]
  12911. },
  12912. "price_setting": {
  12913. "description": "价格设置",
  12914. "allOf": [
  12915. {
  12916. "$ref": "#/definitions/md.PriceSettingStruct"
  12917. }
  12918. ]
  12919. },
  12920. "reward_system": {
  12921. "description": "圈层奖励",
  12922. "type": "array",
  12923. "items": {
  12924. "$ref": "#/definitions/md.RewardSystemStruct"
  12925. }
  12926. },
  12927. "settlement_quantity": {
  12928. "description": "结算数量(百分比)",
  12929. "type": "integer"
  12930. },
  12931. "system_id": {
  12932. "description": "该设置系统 ID",
  12933. "type": "integer"
  12934. },
  12935. "video_reward_setting": {
  12936. "description": "视频奖励",
  12937. "allOf": [
  12938. {
  12939. "$ref": "#/definitions/md.VideoRewardSetting"
  12940. }
  12941. ]
  12942. }
  12943. }
  12944. },
  12945. "md.GetEggEnergyCoreDataResp": {
  12946. "type": "object",
  12947. "properties": {
  12948. "community_dividends": {
  12949. "description": "社区分红",
  12950. "type": "string"
  12951. },
  12952. "destruction_quantity_nums": {
  12953. "description": "销毁数量",
  12954. "type": "string"
  12955. },
  12956. "development_committee": {
  12957. "description": "发展委员会",
  12958. "type": "string"
  12959. },
  12960. "id": {
  12961. "type": "integer"
  12962. },
  12963. "marketplace_merchant_funds": {
  12964. "description": "市商资金",
  12965. "type": "string"
  12966. },
  12967. "marketplace_merchant_nums": {
  12968. "description": "市商数量",
  12969. "type": "string"
  12970. },
  12971. "now_energy_total_nums": {
  12972. "description": "现行总量",
  12973. "type": "string"
  12974. },
  12975. "now_price": {
  12976. "description": "当前价格",
  12977. "type": "string"
  12978. },
  12979. "planet_total_value": {
  12980. "description": "星球总价值",
  12981. "type": "string"
  12982. },
  12983. "public_welfare_and_charity": {
  12984. "description": "公益慈善",
  12985. "type": "string"
  12986. },
  12987. "star_level_dividends": {
  12988. "description": "星级分红",
  12989. "type": "string"
  12990. }
  12991. }
  12992. },
  12993. "md.GetEggEnergyVipSettingResp": {
  12994. "type": "object",
  12995. "properties": {
  12996. "level_list": {
  12997. "description": "会员等级列表",
  12998. "type": "array",
  12999. "items": {
  13000. "type": "object",
  13001. "additionalProperties": true
  13002. }
  13003. },
  13004. "list": {
  13005. "description": "会员权益设置",
  13006. "type": "array",
  13007. "items": {
  13008. "$ref": "#/definitions/md.VipEquitySettingNode"
  13009. }
  13010. }
  13011. }
  13012. },
  13013. "md.GetFreePublishUserReq": {
  13014. "type": "object",
  13015. "properties": {
  13016. "limit": {
  13017. "description": "每页大小",
  13018. "type": "integer"
  13019. },
  13020. "page": {
  13021. "description": "当前页数",
  13022. "type": "integer"
  13023. },
  13024. "uid": {
  13025. "description": "筛选的用户 ID",
  13026. "type": "integer"
  13027. }
  13028. }
  13029. },
  13030. "md.GetFreePublishUserResp": {
  13031. "type": "object",
  13032. "properties": {
  13033. "list": {
  13034. "description": "免罚用户列表",
  13035. "type": "array",
  13036. "items": {
  13037. "$ref": "#/definitions/md.FreePublishUserNode"
  13038. }
  13039. },
  13040. "paginate": {
  13041. "description": "分页信息",
  13042. "allOf": [
  13043. {
  13044. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13045. }
  13046. ]
  13047. }
  13048. }
  13049. },
  13050. "md.GetFriendCircleBasicSettingsResp": {
  13051. "type": "object",
  13052. "properties": {
  13053. "comment_is_real_name": {
  13054. "description": "评论是否需要实名认证(1:是 2:否)",
  13055. "type": "integer"
  13056. },
  13057. "comment_nums_every_day": {
  13058. "description": "评论每天次数",
  13059. "type": "integer"
  13060. },
  13061. "id": {
  13062. "type": "integer"
  13063. },
  13064. "publish_is_real_name": {
  13065. "description": "发布是否需要实名认证(1:是 2:否)",
  13066. "type": "integer"
  13067. },
  13068. "publish_nums_every_day": {
  13069. "description": "发布每天次数",
  13070. "type": "integer"
  13071. }
  13072. }
  13073. },
  13074. "md.GetFundDataListReq": {
  13075. "type": "object",
  13076. "properties": {
  13077. "end_at": {
  13078. "type": "string",
  13079. "example": "结束时间"
  13080. },
  13081. "kind": {
  13082. "description": "数据类型",
  13083. "type": "integer"
  13084. },
  13085. "limit": {
  13086. "description": "每页大小",
  13087. "type": "integer"
  13088. },
  13089. "page": {
  13090. "description": "页数",
  13091. "type": "integer"
  13092. },
  13093. "start_at": {
  13094. "type": "string",
  13095. "example": "开始时间"
  13096. }
  13097. }
  13098. },
  13099. "md.GetFundDataListResp": {
  13100. "type": "object",
  13101. "properties": {
  13102. "kind_list": {
  13103. "description": "类型列表",
  13104. "type": "array",
  13105. "items": {
  13106. "type": "object",
  13107. "additionalProperties": true
  13108. }
  13109. },
  13110. "list": {
  13111. "description": "数据列表",
  13112. "type": "array",
  13113. "items": {
  13114. "$ref": "#/definitions/md.FundDataNode"
  13115. }
  13116. },
  13117. "paginate": {
  13118. "description": "分页数据",
  13119. "allOf": [
  13120. {
  13121. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13122. }
  13123. ]
  13124. }
  13125. }
  13126. },
  13127. "md.GetFundDataRecordListReq": {
  13128. "type": "object",
  13129. "properties": {
  13130. "limit": {
  13131. "description": "页面大小",
  13132. "type": "integer"
  13133. },
  13134. "page": {
  13135. "description": "页数",
  13136. "type": "integer"
  13137. },
  13138. "system_id": {
  13139. "description": "数据在系统中的 ID",
  13140. "type": "integer"
  13141. }
  13142. }
  13143. },
  13144. "md.GetFundDataRecordListResp": {
  13145. "type": "object",
  13146. "properties": {
  13147. "list": {
  13148. "type": "array",
  13149. "items": {
  13150. "$ref": "#/definitions/md.FundDataRecordNode"
  13151. }
  13152. },
  13153. "paginate": {
  13154. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13155. }
  13156. }
  13157. },
  13158. "md.GetGreenEnergyUserCoinFlowListReq": {
  13159. "type": "object",
  13160. "properties": {
  13161. "coin_id": {
  13162. "description": "货币类型 ID",
  13163. "type": "integer"
  13164. },
  13165. "direction": {
  13166. "description": "流水方向:1收入 2支出",
  13167. "type": "integer"
  13168. },
  13169. "end_at": {
  13170. "description": "结束时间",
  13171. "type": "string"
  13172. },
  13173. "page": {
  13174. "description": "页数",
  13175. "type": "integer"
  13176. },
  13177. "page_size": {
  13178. "description": "每页大小",
  13179. "type": "integer"
  13180. },
  13181. "start_at": {
  13182. "description": "开始时间",
  13183. "type": "string"
  13184. },
  13185. "uid": {
  13186. "description": "用户 ID",
  13187. "type": "integer"
  13188. }
  13189. }
  13190. },
  13191. "md.GetGreenEnergyUserCoinFlowListResp": {
  13192. "type": "object",
  13193. "properties": {
  13194. "list": {
  13195. "description": "流水信息",
  13196. "type": "array",
  13197. "items": {
  13198. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  13199. }
  13200. },
  13201. "paginate": {
  13202. "description": "分页信息",
  13203. "allOf": [
  13204. {
  13205. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13206. }
  13207. ]
  13208. },
  13209. "select_data": {
  13210. "description": "流水类型",
  13211. "allOf": [
  13212. {
  13213. "$ref": "#/definitions/md.SelectData"
  13214. }
  13215. ]
  13216. }
  13217. }
  13218. },
  13219. "md.GetGreenEnergyUserCoinListReq": {
  13220. "type": "object",
  13221. "properties": {
  13222. "end_coin": {
  13223. "type": "string",
  13224. "example": "最大金额"
  13225. },
  13226. "kind": {
  13227. "description": "虚拟币种类编号",
  13228. "type": "integer"
  13229. },
  13230. "page": {
  13231. "description": "页数",
  13232. "type": "integer"
  13233. },
  13234. "page_size": {
  13235. "description": "单页大小",
  13236. "type": "integer"
  13237. },
  13238. "start_coin": {
  13239. "type": "string",
  13240. "example": "最小金额"
  13241. },
  13242. "uid": {
  13243. "description": "指定查询用户 ID",
  13244. "type": "integer"
  13245. },
  13246. "user_name": {
  13247. "type": "string",
  13248. "example": "用户名称"
  13249. },
  13250. "user_phone": {
  13251. "type": "string",
  13252. "example": "手机号"
  13253. }
  13254. }
  13255. },
  13256. "md.GetGreenEnergyUserCoinListResp": {
  13257. "type": "object",
  13258. "properties": {
  13259. "kind_list": {
  13260. "description": "货币类型集合",
  13261. "type": "array",
  13262. "items": {
  13263. "$ref": "#/definitions/md.VirtualCoinListNode"
  13264. }
  13265. },
  13266. "list": {
  13267. "description": "余额集合",
  13268. "type": "array",
  13269. "items": {
  13270. "$ref": "#/definitions/md.ActivePointsWalletNode"
  13271. }
  13272. },
  13273. "sum_user_amount": {
  13274. "description": "用户持有总数",
  13275. "type": "number"
  13276. },
  13277. "total": {
  13278. "description": "持有该类型用户数",
  13279. "type": "integer"
  13280. }
  13281. }
  13282. },
  13283. "md.GetLevelListResp": {
  13284. "type": "object",
  13285. "properties": {
  13286. "list": {
  13287. "type": "array",
  13288. "items": {
  13289. "$ref": "#/definitions/md.LevelListNode"
  13290. }
  13291. },
  13292. "paginate": {
  13293. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13294. }
  13295. }
  13296. },
  13297. "md.GetModuleSettingResp": {
  13298. "type": "object",
  13299. "properties": {
  13300. "data": {
  13301. "description": "内容"
  13302. },
  13303. "mod_name": {
  13304. "description": "模块名称",
  13305. "type": "string"
  13306. },
  13307. "position": {
  13308. "description": "位置",
  13309. "type": "string"
  13310. },
  13311. "skip_identifier": {
  13312. "description": "跳转标识",
  13313. "type": "string"
  13314. },
  13315. "subtitle": {
  13316. "description": "副标题",
  13317. "type": "string"
  13318. },
  13319. "title": {
  13320. "description": "标题",
  13321. "type": "string"
  13322. }
  13323. }
  13324. },
  13325. "md.GetOneLevelResp": {
  13326. "type": "object",
  13327. "properties": {
  13328. "auto_update": {
  13329. "description": "自动升级 0关闭,1开启",
  13330. "type": "integer"
  13331. },
  13332. "choosable_num": {
  13333. "description": "可选任务数量",
  13334. "type": "integer"
  13335. },
  13336. "is_use": {
  13337. "description": "是否开启(0.否, 1.是)",
  13338. "type": "integer"
  13339. },
  13340. "level_id": {
  13341. "description": "等级 ID",
  13342. "type": "integer"
  13343. },
  13344. "level_name": {
  13345. "description": "等级名称",
  13346. "type": "string"
  13347. },
  13348. "level_weight": {
  13349. "description": "等级权重",
  13350. "type": "integer"
  13351. },
  13352. "memo": {
  13353. "description": "备注",
  13354. "type": "string"
  13355. },
  13356. "task_type": {
  13357. "description": "任务类型关系",
  13358. "type": "array",
  13359. "items": {
  13360. "type": "object",
  13361. "additionalProperties": true
  13362. }
  13363. },
  13364. "user_level_tasks": {
  13365. "type": "array",
  13366. "items": {
  13367. "$ref": "#/definitions/model.UserLevelTask"
  13368. }
  13369. }
  13370. }
  13371. },
  13372. "md.GetPriceCurveResp": {
  13373. "type": "object",
  13374. "properties": {
  13375. "x_data": {
  13376. "type": "array",
  13377. "items": {}
  13378. },
  13379. "y_data": {
  13380. "type": "array",
  13381. "items": {}
  13382. }
  13383. }
  13384. },
  13385. "md.GetPublicPlatoonBasicResp": {
  13386. "type": "object",
  13387. "properties": {
  13388. "is_open": {
  13389. "description": "是否开启(1:开启 0:关闭)",
  13390. "type": "integer"
  13391. },
  13392. "is_self_active_get_team_revenue": {
  13393. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  13394. "type": "integer"
  13395. },
  13396. "originator_name": {
  13397. "description": "创始人名称",
  13398. "type": "string"
  13399. },
  13400. "originator_uid": {
  13401. "description": "创始人uid",
  13402. "type": "integer"
  13403. },
  13404. "several_rows": {
  13405. "description": "几排",
  13406. "type": "integer"
  13407. },
  13408. "several_times": {
  13409. "description": "几乘",
  13410. "type": "integer"
  13411. },
  13412. "system_punish_replace": {
  13413. "description": "是否位置滑落 被新用户替换 0否 1是",
  13414. "type": "integer"
  13415. },
  13416. "system_punish_replace_value": {
  13417. "description": "xx天未活跃,处罚滑落",
  13418. "type": "integer"
  13419. }
  13420. }
  13421. },
  13422. "md.GetTagListResp": {
  13423. "type": "object",
  13424. "properties": {
  13425. "list": {
  13426. "type": "array",
  13427. "items": {
  13428. "$ref": "#/definitions/md.TagListNode"
  13429. }
  13430. },
  13431. "paginate": {
  13432. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13433. }
  13434. }
  13435. },
  13436. "md.GetVideoRewardResp": {
  13437. "type": "object",
  13438. "properties": {
  13439. "ecpm": {
  13440. "description": "当前 Ecpm 值",
  13441. "type": "string"
  13442. },
  13443. "unit_price": {
  13444. "description": "单价",
  13445. "type": "string"
  13446. }
  13447. }
  13448. },
  13449. "md.GetWithdrawApplyListNode": {
  13450. "type": "object",
  13451. "properties": {
  13452. "actual_receipt": {
  13453. "description": "实际到账",
  13454. "type": "string"
  13455. },
  13456. "ali_pay_account": {
  13457. "description": "支付宝账号",
  13458. "type": "string"
  13459. },
  13460. "ali_pay_name": {
  13461. "description": "支付宝昵称",
  13462. "type": "string"
  13463. },
  13464. "amount": {
  13465. "description": "提现金额",
  13466. "type": "string"
  13467. },
  13468. "apply_at": {
  13469. "description": "申请时间",
  13470. "type": "string"
  13471. },
  13472. "invite_code": {
  13473. "description": "邀请码",
  13474. "type": "string"
  13475. },
  13476. "memo": {
  13477. "description": "备注",
  13478. "type": "string"
  13479. },
  13480. "nickname": {
  13481. "description": "用户名称",
  13482. "type": "string"
  13483. },
  13484. "parentID": {
  13485. "description": "推荐人ID",
  13486. "type": "integer"
  13487. },
  13488. "parentPhone": {
  13489. "description": "推荐人手机号",
  13490. "type": "string"
  13491. },
  13492. "pay_at": {
  13493. "description": "到账时间",
  13494. "type": "string"
  13495. },
  13496. "state": {
  13497. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13498. "type": "integer"
  13499. },
  13500. "sys_fee": {
  13501. "description": "手续费",
  13502. "type": "string"
  13503. },
  13504. "tag": {
  13505. "description": "标签",
  13506. "type": "array",
  13507. "items": {
  13508. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  13509. }
  13510. },
  13511. "user_id": {
  13512. "description": "会员 ID",
  13513. "type": "integer"
  13514. },
  13515. "wechat_pay_account": {
  13516. "description": "微信账号",
  13517. "type": "string"
  13518. },
  13519. "wechat_pay_name": {
  13520. "description": "微信昵称",
  13521. "type": "string"
  13522. },
  13523. "withdraw_apply_id": {
  13524. "description": "提现申请id",
  13525. "type": "integer"
  13526. },
  13527. "withdraw_type": {
  13528. "description": "转账平台(1:支付宝 2:微信)",
  13529. "type": "integer"
  13530. }
  13531. }
  13532. },
  13533. "md.GetWithdrawApplyListReq": {
  13534. "type": "object",
  13535. "properties": {
  13536. "amount_begin": {
  13537. "description": "最小金额",
  13538. "type": "string"
  13539. },
  13540. "amount_end": {
  13541. "description": "最大金额",
  13542. "type": "string"
  13543. },
  13544. "apply_end_at": {
  13545. "description": "申请结束时间",
  13546. "type": "string"
  13547. },
  13548. "apply_start_at": {
  13549. "description": "申请开始时间",
  13550. "type": "string"
  13551. },
  13552. "examine_end_at": {
  13553. "description": "审核结束时间",
  13554. "type": "string"
  13555. },
  13556. "examine_start_at": {
  13557. "description": "审核开始时间",
  13558. "type": "string"
  13559. },
  13560. "is_first": {
  13561. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  13562. "type": "string"
  13563. },
  13564. "level": {
  13565. "description": "会员等级",
  13566. "type": "string"
  13567. },
  13568. "limit": {
  13569. "description": "页面大小",
  13570. "type": "integer"
  13571. },
  13572. "nickname": {
  13573. "description": "用户昵称",
  13574. "type": "string"
  13575. },
  13576. "page": {
  13577. "description": "页数",
  13578. "type": "integer"
  13579. },
  13580. "parent_id": {
  13581. "description": "推荐人 ID",
  13582. "type": "string"
  13583. },
  13584. "payment_type": {
  13585. "description": "打款类型 1:手动;2:自动",
  13586. "type": "string"
  13587. },
  13588. "phone": {
  13589. "description": "用户手机号",
  13590. "type": "string"
  13591. },
  13592. "state": {
  13593. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13594. "type": "string"
  13595. },
  13596. "uid": {
  13597. "description": "用户 ID",
  13598. "type": "string"
  13599. },
  13600. "withdraw_account": {
  13601. "description": "支付宝/微信昵称",
  13602. "type": "string"
  13603. },
  13604. "withdraw_name": {
  13605. "description": "支付宝姓名",
  13606. "type": "string"
  13607. },
  13608. "withdraw_type": {
  13609. "description": "提现方式(1:支付宝 2:微信)",
  13610. "type": "string"
  13611. }
  13612. }
  13613. },
  13614. "md.GetWithdrawApplyListResp": {
  13615. "type": "object",
  13616. "properties": {
  13617. "levels_list": {
  13618. "description": "等级列表",
  13619. "type": "array",
  13620. "items": {
  13621. "type": "object",
  13622. "additionalProperties": true
  13623. }
  13624. },
  13625. "list": {
  13626. "type": "array",
  13627. "items": {
  13628. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  13629. }
  13630. },
  13631. "paginate": {
  13632. "description": "分页信息",
  13633. "allOf": [
  13634. {
  13635. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  13636. }
  13637. ]
  13638. },
  13639. "pay_failed_amount": {
  13640. "description": "打款失败金额",
  13641. "type": "string"
  13642. },
  13643. "pay_succeed_amount": {
  13644. "description": "打款成功金额",
  13645. "type": "string"
  13646. },
  13647. "pending_amount": {
  13648. "description": "处理中金额",
  13649. "type": "string"
  13650. },
  13651. "reason_list": {
  13652. "description": "审核失败(驳回理由)",
  13653. "type": "array",
  13654. "items": {
  13655. "type": "object",
  13656. "additionalProperties": true
  13657. }
  13658. },
  13659. "tags_list": {
  13660. "description": "标签列表",
  13661. "type": "array",
  13662. "items": {
  13663. "type": "object",
  13664. "additionalProperties": true
  13665. }
  13666. },
  13667. "under_review": {
  13668. "description": "审核中金额",
  13669. "type": "string"
  13670. }
  13671. }
  13672. },
  13673. "md.GetWithdrawSettingResp": {
  13674. "type": "object",
  13675. "properties": {
  13676. "condition_is_open": {
  13677. "description": "提现条件是否开启(0:关闭, 1:开启)",
  13678. "type": "integer"
  13679. },
  13680. "first_withdraw_set": {
  13681. "description": "首次提现设置",
  13682. "allOf": [
  13683. {
  13684. "$ref": "#/definitions/md.FirstWithdrawSet"
  13685. }
  13686. ]
  13687. },
  13688. "frequency_set": {
  13689. "description": "频率设置(0:日 1:周 2:月 3:年)",
  13690. "allOf": [
  13691. {
  13692. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13693. }
  13694. ]
  13695. },
  13696. "id": {
  13697. "type": "integer"
  13698. },
  13699. "is_auto": {
  13700. "description": "是否开启自动提现(0:否 1:是)",
  13701. "type": "integer"
  13702. },
  13703. "is_auto_amount_limit": {
  13704. "description": "自动提现金额限制",
  13705. "type": "string"
  13706. },
  13707. "is_real_name": {
  13708. "description": "是否实名(0:否 1:是)",
  13709. "type": "integer"
  13710. },
  13711. "is_support_decimal_point": {
  13712. "description": "是否支持小数点(0:否 1:是)",
  13713. "type": "integer"
  13714. },
  13715. "level_list": {
  13716. "description": "会员等级列表",
  13717. "type": "array",
  13718. "items": {
  13719. "type": "object",
  13720. "additionalProperties": true
  13721. }
  13722. },
  13723. "pending_orders_is_can_apply": {
  13724. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13725. "type": "integer"
  13726. },
  13727. "tips": {
  13728. "description": "提示",
  13729. "type": "string"
  13730. },
  13731. "vip_level_limit": {
  13732. "description": "提现等级限制",
  13733. "type": "integer"
  13734. },
  13735. "withdraw_amount_limit": {
  13736. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13737. "type": "string"
  13738. },
  13739. "withdraw_fee_set": {
  13740. "description": "提现手续费设置",
  13741. "allOf": [
  13742. {
  13743. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13744. }
  13745. ]
  13746. },
  13747. "withdraw_multiple_limit": {
  13748. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13749. "type": "string"
  13750. },
  13751. "withdraw_nums_limit": {
  13752. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13753. "type": "integer"
  13754. },
  13755. "withdraw_time_interval": {
  13756. "description": "提现时段",
  13757. "allOf": [
  13758. {
  13759. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13760. }
  13761. ]
  13762. },
  13763. "withdraw_type": {
  13764. "description": "提现方式(1:支付宝 2:微信)",
  13765. "type": "integer"
  13766. }
  13767. }
  13768. },
  13769. "md.GroupListReq": {
  13770. "type": "object",
  13771. "properties": {
  13772. "group_admin": {
  13773. "description": "群主",
  13774. "type": "string"
  13775. },
  13776. "name": {
  13777. "description": "群名称",
  13778. "type": "string"
  13779. },
  13780. "page": {
  13781. "type": "integer"
  13782. },
  13783. "page_size": {
  13784. "type": "integer"
  13785. },
  13786. "start_time_end": {
  13787. "type": "string",
  13788. "example": "创建时间-截止"
  13789. },
  13790. "start_time_start": {
  13791. "type": "string",
  13792. "example": "创建时间-起始"
  13793. }
  13794. }
  13795. },
  13796. "md.GroupListResp": {
  13797. "type": "object",
  13798. "properties": {
  13799. "list": {
  13800. "type": "array",
  13801. "items": {
  13802. "type": "object",
  13803. "properties": {
  13804. "avatarUrl": {
  13805. "description": "头像",
  13806. "type": "string"
  13807. },
  13808. "createTime": {
  13809. "description": "创建时间",
  13810. "type": "string"
  13811. },
  13812. "extra": {
  13813. "description": "附加字段",
  13814. "type": "string"
  13815. },
  13816. "id": {
  13817. "description": "群组id",
  13818. "type": "integer"
  13819. },
  13820. "introduction": {
  13821. "description": "群简介",
  13822. "type": "string"
  13823. },
  13824. "isAllAddFriend": {
  13825. "description": "是否允许加好友(1:是 2:否)",
  13826. "type": "integer"
  13827. },
  13828. "isAllMemberBanned": {
  13829. "description": "是否全员禁言(1:是 2:否)",
  13830. "type": "integer"
  13831. },
  13832. "name": {
  13833. "description": "组名",
  13834. "type": "string"
  13835. },
  13836. "nickname": {
  13837. "description": "群主昵称",
  13838. "type": "string"
  13839. },
  13840. "phoneNumber": {
  13841. "description": "群主账号",
  13842. "type": "string"
  13843. },
  13844. "updateTime": {
  13845. "description": "更新时间",
  13846. "type": "string"
  13847. },
  13848. "userNum": {
  13849. "description": "群组人数",
  13850. "type": "integer"
  13851. }
  13852. }
  13853. }
  13854. },
  13855. "page": {
  13856. "type": "integer"
  13857. },
  13858. "page_size": {
  13859. "type": "integer"
  13860. },
  13861. "total": {
  13862. "type": "integer"
  13863. }
  13864. }
  13865. },
  13866. "md.Guide": {
  13867. "type": "object",
  13868. "properties": {
  13869. "bg_image": {
  13870. "type": "string"
  13871. },
  13872. "bg_image_url": {
  13873. "type": "string"
  13874. },
  13875. "content_image": {
  13876. "type": "string"
  13877. },
  13878. "content_image_url": {
  13879. "type": "string"
  13880. }
  13881. }
  13882. },
  13883. "md.InviteCodeReq": {
  13884. "type": "object",
  13885. "properties": {
  13886. "custom_invite_code": {
  13887. "type": "string"
  13888. },
  13889. "id": {
  13890. "type": "string"
  13891. }
  13892. }
  13893. },
  13894. "md.JPushGetLevelListResp": {
  13895. "type": "object",
  13896. "properties": {
  13897. "list": {
  13898. "type": "array",
  13899. "items": {
  13900. "$ref": "#/definitions/md.LevelListNode"
  13901. }
  13902. },
  13903. "paginate": {
  13904. "$ref": "#/definitions/applet_app_md.Paginate"
  13905. }
  13906. }
  13907. },
  13908. "md.JPushGetTagListResp": {
  13909. "type": "object",
  13910. "properties": {
  13911. "list": {
  13912. "type": "array",
  13913. "items": {
  13914. "$ref": "#/definitions/md.TagListNode"
  13915. }
  13916. },
  13917. "paginate": {
  13918. "$ref": "#/definitions/applet_app_md.Paginate"
  13919. }
  13920. }
  13921. },
  13922. "md.JPushGetUserListReq": {
  13923. "type": "object",
  13924. "properties": {
  13925. "effective": {
  13926. "description": "有效会员",
  13927. "type": "integer"
  13928. },
  13929. "id": {
  13930. "description": "会员 ID",
  13931. "type": "integer"
  13932. },
  13933. "invite_code": {
  13934. "type": "string",
  13935. "example": "会员邀请码"
  13936. },
  13937. "is_real_name": {
  13938. "description": "是否实名 0.未实名,1.已实名",
  13939. "type": "integer"
  13940. },
  13941. "level": {
  13942. "description": "会员等级",
  13943. "type": "integer"
  13944. },
  13945. "limit": {
  13946. "type": "integer"
  13947. },
  13948. "login_after": {
  13949. "description": "最近登录结束时间",
  13950. "type": "string"
  13951. },
  13952. "login_before": {
  13953. "description": "最近登录开始时间",
  13954. "type": "string"
  13955. },
  13956. "memo": {
  13957. "description": "备注",
  13958. "type": "string"
  13959. },
  13960. "nickname": {
  13961. "type": "string",
  13962. "example": "会员昵称"
  13963. },
  13964. "page": {
  13965. "type": "integer"
  13966. },
  13967. "parent_invite_code": {
  13968. "type": "string",
  13969. "example": "上级邀请码"
  13970. },
  13971. "parent_phone": {
  13972. "type": "string",
  13973. "example": "上级手机号"
  13974. },
  13975. "phone": {
  13976. "type": "string",
  13977. "example": "会员手机号"
  13978. },
  13979. "recommend_id": {
  13980. "description": "推荐人 ID",
  13981. "type": "integer"
  13982. },
  13983. "register_after": {
  13984. "description": "注册时间终点",
  13985. "type": "string"
  13986. },
  13987. "register_before": {
  13988. "description": "注册时间起点",
  13989. "type": "string"
  13990. },
  13991. "register_type": {
  13992. "description": "注册类型(1:APP注册、2:H5注册)",
  13993. "type": "integer"
  13994. },
  13995. "sex": {
  13996. "description": "性别(0:未知 1:男 2:女)",
  13997. "type": "integer"
  13998. },
  13999. "state": {
  14000. "description": "状态",
  14001. "type": "integer"
  14002. },
  14003. "tag": {
  14004. "description": "标签 id",
  14005. "type": "integer"
  14006. },
  14007. "union_id": {
  14008. "type": "string",
  14009. "example": "微信号"
  14010. }
  14011. }
  14012. },
  14013. "md.LevelListNode": {
  14014. "type": "object",
  14015. "properties": {
  14016. "count": {
  14017. "description": "等级人数",
  14018. "type": "string"
  14019. },
  14020. "create_at": {
  14021. "description": "创建时间",
  14022. "type": "string"
  14023. },
  14024. "is_use": {
  14025. "description": "是否开启(0.否, 1.是)",
  14026. "type": "integer"
  14027. },
  14028. "level_id": {
  14029. "description": "等级 ID",
  14030. "type": "integer"
  14031. },
  14032. "level_name": {
  14033. "description": "等级名称",
  14034. "type": "string"
  14035. },
  14036. "level_weight": {
  14037. "description": "等级权重",
  14038. "type": "integer"
  14039. },
  14040. "memo": {
  14041. "description": "备注",
  14042. "type": "string"
  14043. }
  14044. }
  14045. },
  14046. "md.LevelTaskNode": {
  14047. "type": "object",
  14048. "properties": {
  14049. "active_days": {
  14050. "description": "活跃多少天",
  14051. "type": "string"
  14052. },
  14053. "finish_count": {
  14054. "description": "多少天内完成的指标",
  14055. "type": "string"
  14056. },
  14057. "is_must_task": {
  14058. "description": "是否必做(0,1)",
  14059. "type": "string"
  14060. },
  14061. "task_type": {
  14062. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  14063. "type": "string"
  14064. },
  14065. "task_type_level_id": {
  14066. "description": "会员等级 ID (task_type=3时生效)",
  14067. "type": "string"
  14068. },
  14069. "within_days": {
  14070. "description": "多少天内完成",
  14071. "type": "string"
  14072. }
  14073. }
  14074. },
  14075. "md.ListCommunityDividendsReq": {
  14076. "type": "object",
  14077. "properties": {
  14078. "end_at": {
  14079. "description": "结束时间",
  14080. "type": "string"
  14081. },
  14082. "end_nums": {
  14083. "description": "分红总量上限",
  14084. "type": "integer"
  14085. },
  14086. "limit": {
  14087. "description": "每页大小",
  14088. "type": "integer"
  14089. },
  14090. "page": {
  14091. "description": "页数",
  14092. "type": "integer"
  14093. },
  14094. "start_at": {
  14095. "description": "开始时间",
  14096. "type": "string"
  14097. },
  14098. "start_nums": {
  14099. "description": "分红总量下限",
  14100. "type": "integer"
  14101. }
  14102. }
  14103. },
  14104. "md.ListCommunityDividendsResp": {
  14105. "type": "object",
  14106. "properties": {
  14107. "list": {
  14108. "type": "array",
  14109. "items": {
  14110. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  14111. }
  14112. },
  14113. "paginate": {
  14114. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14115. }
  14116. }
  14117. },
  14118. "md.ListCommunityDividendsWithUserReq": {
  14119. "type": "object",
  14120. "properties": {
  14121. "limit": {
  14122. "type": "integer"
  14123. },
  14124. "page": {
  14125. "type": "integer"
  14126. },
  14127. "phone": {
  14128. "type": "string"
  14129. },
  14130. "uid": {
  14131. "type": "integer"
  14132. }
  14133. }
  14134. },
  14135. "md.ListCommunityDividendsWithUserResp": {
  14136. "type": "object",
  14137. "properties": {
  14138. "list": {
  14139. "type": "array",
  14140. "items": {
  14141. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  14142. }
  14143. },
  14144. "paginate": {
  14145. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14146. }
  14147. }
  14148. },
  14149. "md.ListPlatformRevenueReq": {
  14150. "type": "object",
  14151. "properties": {
  14152. "end_at": {
  14153. "type": "string",
  14154. "example": "结束时间"
  14155. },
  14156. "kind": {
  14157. "description": "数据类型",
  14158. "type": "integer"
  14159. },
  14160. "limit": {
  14161. "description": "每页大小",
  14162. "type": "integer"
  14163. },
  14164. "page": {
  14165. "description": "页数",
  14166. "type": "integer"
  14167. },
  14168. "start_at": {
  14169. "type": "string",
  14170. "example": "开始时间"
  14171. }
  14172. }
  14173. },
  14174. "md.ListPlatformRevenueResp": {
  14175. "type": "object",
  14176. "properties": {
  14177. "kind_list": {
  14178. "description": "类型列表",
  14179. "type": "array",
  14180. "items": {
  14181. "type": "object",
  14182. "additionalProperties": true
  14183. }
  14184. },
  14185. "list": {
  14186. "description": "数据列表",
  14187. "type": "array",
  14188. "items": {
  14189. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  14190. }
  14191. },
  14192. "paginate": {
  14193. "description": "分页数据",
  14194. "allOf": [
  14195. {
  14196. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  14197. }
  14198. ]
  14199. }
  14200. }
  14201. },
  14202. "md.LoginReq": {
  14203. "type": "object",
  14204. "required": [
  14205. "password",
  14206. "username"
  14207. ],
  14208. "properties": {
  14209. "code": {
  14210. "type": "string",
  14211. "example": "验证码"
  14212. },
  14213. "password": {
  14214. "type": "string",
  14215. "example": "登录密码"
  14216. },
  14217. "username": {
  14218. "type": "string",
  14219. "example": "登录账号"
  14220. }
  14221. }
  14222. },
  14223. "md.LoginResponse": {
  14224. "type": "object",
  14225. "properties": {
  14226. "token": {
  14227. "type": "string"
  14228. }
  14229. }
  14230. },
  14231. "md.ManualScoreReq": {
  14232. "type": "object",
  14233. "properties": {
  14234. "index_id": {
  14235. "description": "文档id",
  14236. "type": "string"
  14237. },
  14238. "score": {
  14239. "type": "string",
  14240. "example": "分数"
  14241. }
  14242. }
  14243. },
  14244. "md.ModuleSettingGetResp": {
  14245. "type": "object",
  14246. "properties": {
  14247. "data": {
  14248. "description": "内容"
  14249. },
  14250. "mod_name": {
  14251. "description": "模块名称",
  14252. "type": "string"
  14253. },
  14254. "mod_name_list": {
  14255. "description": "模块名称对照",
  14256. "type": "array",
  14257. "items": {
  14258. "type": "object",
  14259. "additionalProperties": true
  14260. }
  14261. },
  14262. "position": {
  14263. "description": "位置",
  14264. "type": "string"
  14265. },
  14266. "skip_identifier": {
  14267. "description": "跳转标识",
  14268. "type": "string"
  14269. },
  14270. "subtitle": {
  14271. "description": "副标题",
  14272. "type": "string"
  14273. },
  14274. "title": {
  14275. "description": "标题",
  14276. "type": "string"
  14277. }
  14278. }
  14279. },
  14280. "md.ModuleSettingUpdateReq": {
  14281. "type": "object",
  14282. "properties": {
  14283. "data": {
  14284. "description": "内容",
  14285. "type": "object",
  14286. "additionalProperties": true
  14287. },
  14288. "mod_name_value": {
  14289. "description": "模块类型值",
  14290. "type": "string"
  14291. },
  14292. "position": {
  14293. "description": "位置",
  14294. "type": "string"
  14295. },
  14296. "skip_identifier": {
  14297. "description": "跳转标识",
  14298. "type": "string"
  14299. },
  14300. "subtitle": {
  14301. "description": "副标题",
  14302. "type": "string"
  14303. },
  14304. "title": {
  14305. "description": "标题",
  14306. "type": "string"
  14307. }
  14308. }
  14309. },
  14310. "md.NewUserRedPackageGetBasicResp": {
  14311. "type": "object",
  14312. "properties": {
  14313. "create_at": {
  14314. "type": "string"
  14315. },
  14316. "days": {
  14317. "description": "天数",
  14318. "type": "integer"
  14319. },
  14320. "is_double": {
  14321. "description": "是否翻倍",
  14322. "type": "integer"
  14323. },
  14324. "is_open": {
  14325. "description": "是否开启(1:开启 0:关闭)",
  14326. "type": "integer"
  14327. },
  14328. "total_amount": {
  14329. "type": "string",
  14330. "example": "总金额"
  14331. },
  14332. "update_at": {
  14333. "type": "string"
  14334. }
  14335. }
  14336. },
  14337. "md.NewUserRedPackageRecordFlowListReq": {
  14338. "type": "object",
  14339. "properties": {
  14340. "end_at": {
  14341. "description": "结束时间",
  14342. "type": "string"
  14343. },
  14344. "limit": {
  14345. "description": "每页大小",
  14346. "type": "integer"
  14347. },
  14348. "page": {
  14349. "description": "页数",
  14350. "type": "integer"
  14351. },
  14352. "start_at": {
  14353. "description": "开始时间",
  14354. "type": "string"
  14355. },
  14356. "uid": {
  14357. "description": "用户 ID",
  14358. "type": "integer"
  14359. }
  14360. }
  14361. },
  14362. "md.NewUserRedPackageRecordFlowListResp": {
  14363. "type": "object",
  14364. "properties": {
  14365. "list": {
  14366. "type": "array",
  14367. "items": {
  14368. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  14369. }
  14370. },
  14371. "paginate": {
  14372. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14373. }
  14374. }
  14375. },
  14376. "md.NewUserRedPackageRecordFlowNode": {
  14377. "type": "object",
  14378. "properties": {
  14379. "balance_amount": {
  14380. "description": "剩余金额",
  14381. "type": "string"
  14382. },
  14383. "balance_days": {
  14384. "description": "剩余天数",
  14385. "type": "integer"
  14386. },
  14387. "basic_amount": {
  14388. "description": "基础金额",
  14389. "type": "string"
  14390. },
  14391. "create_at": {
  14392. "description": "创建时间",
  14393. "type": "string"
  14394. },
  14395. "day_num": {
  14396. "description": "第x天",
  14397. "type": "integer"
  14398. },
  14399. "double_rate": {
  14400. "description": "倍率",
  14401. "type": "string"
  14402. },
  14403. "id": {
  14404. "description": "流水 ID",
  14405. "type": "integer"
  14406. },
  14407. "is_double": {
  14408. "description": "是否翻倍",
  14409. "type": "integer"
  14410. },
  14411. "receive_days": {
  14412. "description": "领取天数",
  14413. "type": "integer"
  14414. },
  14415. "total_amount": {
  14416. "description": "实际金额",
  14417. "type": "string"
  14418. },
  14419. "uid": {
  14420. "description": "用户 ID",
  14421. "type": "integer"
  14422. }
  14423. }
  14424. },
  14425. "md.NewUserRedPackageRecordListReq": {
  14426. "type": "object",
  14427. "properties": {
  14428. "end_at": {
  14429. "description": "结束时间",
  14430. "type": "string"
  14431. },
  14432. "limit": {
  14433. "description": "每页大小",
  14434. "type": "integer"
  14435. },
  14436. "page": {
  14437. "description": "页数",
  14438. "type": "integer"
  14439. },
  14440. "start_at": {
  14441. "description": "开始时间",
  14442. "type": "string"
  14443. },
  14444. "uid": {
  14445. "description": "用户 ID",
  14446. "type": "integer"
  14447. }
  14448. }
  14449. },
  14450. "md.NewUserRedPackageRecordListResp": {
  14451. "type": "object",
  14452. "properties": {
  14453. "list": {
  14454. "type": "array",
  14455. "items": {
  14456. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  14457. }
  14458. },
  14459. "paginate": {
  14460. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14461. }
  14462. }
  14463. },
  14464. "md.NewUserRedPackageRecordNode": {
  14465. "type": "object",
  14466. "properties": {
  14467. "balance_amount": {
  14468. "description": "剩余金额",
  14469. "type": "string"
  14470. },
  14471. "balance_days": {
  14472. "description": "剩余天数",
  14473. "type": "integer"
  14474. },
  14475. "create_at": {
  14476. "description": "创建时间",
  14477. "type": "string"
  14478. },
  14479. "days": {
  14480. "description": "天数",
  14481. "type": "integer"
  14482. },
  14483. "receive_days": {
  14484. "description": "领取天数",
  14485. "type": "integer"
  14486. },
  14487. "state": {
  14488. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  14489. "type": "integer"
  14490. },
  14491. "system_id": {
  14492. "description": "系统中记录的 ID",
  14493. "type": "integer"
  14494. },
  14495. "total_amount": {
  14496. "description": "金额",
  14497. "type": "string"
  14498. },
  14499. "uid": {
  14500. "description": "用户 ID",
  14501. "type": "integer"
  14502. },
  14503. "update_at": {
  14504. "description": "修改时间",
  14505. "type": "string"
  14506. }
  14507. }
  14508. },
  14509. "md.NewUserRedPackageUpdateBasicReq": {
  14510. "type": "object",
  14511. "properties": {
  14512. "days": {
  14513. "description": "天数",
  14514. "type": "integer"
  14515. },
  14516. "is_double": {
  14517. "description": "是否翻倍",
  14518. "type": "integer"
  14519. },
  14520. "is_open": {
  14521. "description": "是否开启(1:开启 0:关闭)",
  14522. "type": "integer"
  14523. },
  14524. "total_amount": {
  14525. "type": "string",
  14526. "example": "总金额"
  14527. }
  14528. }
  14529. },
  14530. "md.NewUserRewardRules": {
  14531. "type": "object",
  14532. "properties": {
  14533. "continue_days": {
  14534. "description": "连续x天",
  14535. "type": "integer"
  14536. },
  14537. "invite_user_reward_value": {
  14538. "description": "拉新用户奖励x个活跃积分",
  14539. "type": "integer"
  14540. },
  14541. "reward_coefficient": {
  14542. "description": "奖励系数",
  14543. "type": "number"
  14544. }
  14545. }
  14546. },
  14547. "md.NoticeAliyunSmsList": {
  14548. "type": "object",
  14549. "properties": {
  14550. "content": {
  14551. "type": "string",
  14552. "example": "这是 填短信模板id"
  14553. },
  14554. "day": {
  14555. "type": "string",
  14556. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14557. },
  14558. "id": {
  14559. "type": "string"
  14560. },
  14561. "is_show": {
  14562. "type": "string"
  14563. },
  14564. "notice_day": {
  14565. "type": "string",
  14566. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14567. },
  14568. "title": {
  14569. "type": "string"
  14570. },
  14571. "type": {
  14572. "type": "string"
  14573. }
  14574. }
  14575. },
  14576. "md.NoticeAliyunSmsListReq": {
  14577. "type": "object",
  14578. "properties": {
  14579. "limit": {
  14580. "description": "每页大小",
  14581. "type": "string"
  14582. },
  14583. "page": {
  14584. "description": "页数",
  14585. "type": "string"
  14586. }
  14587. }
  14588. },
  14589. "md.NoticeAliyunSmsListResp": {
  14590. "type": "object",
  14591. "properties": {
  14592. "list": {
  14593. "type": "array",
  14594. "items": {
  14595. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  14596. }
  14597. },
  14598. "select_data": {
  14599. "type": "array",
  14600. "items": {
  14601. "type": "object",
  14602. "additionalProperties": {
  14603. "type": "string"
  14604. }
  14605. }
  14606. },
  14607. "total": {
  14608. "type": "integer"
  14609. }
  14610. }
  14611. },
  14612. "md.NoticeAliyunSmsSaveReq": {
  14613. "type": "object",
  14614. "properties": {
  14615. "content": {
  14616. "type": "string"
  14617. },
  14618. "day": {
  14619. "type": "string",
  14620. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14621. },
  14622. "id": {
  14623. "type": "string"
  14624. },
  14625. "is_show": {
  14626. "type": "string"
  14627. },
  14628. "notice_day": {
  14629. "type": "string",
  14630. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14631. },
  14632. "title": {
  14633. "type": "string"
  14634. },
  14635. "type": {
  14636. "type": "string"
  14637. }
  14638. }
  14639. },
  14640. "md.NoticeDelReq": {
  14641. "type": "object",
  14642. "properties": {
  14643. "id": {
  14644. "type": "array",
  14645. "items": {
  14646. "type": "string"
  14647. }
  14648. }
  14649. }
  14650. },
  14651. "md.NoticeList": {
  14652. "type": "object",
  14653. "properties": {
  14654. "content": {
  14655. "type": "string"
  14656. },
  14657. "day": {
  14658. "type": "string",
  14659. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14660. },
  14661. "id": {
  14662. "type": "string"
  14663. },
  14664. "jpush_open": {
  14665. "type": "string",
  14666. "example": "app推送开启 0关 1开"
  14667. },
  14668. "notice_day": {
  14669. "type": "string",
  14670. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14671. },
  14672. "sms_code": {
  14673. "type": "string",
  14674. "example": "短信模板id"
  14675. },
  14676. "sms_open": {
  14677. "type": "string",
  14678. "example": "短信推送开启 0关 1开"
  14679. },
  14680. "title": {
  14681. "type": "string"
  14682. },
  14683. "type": {
  14684. "type": "string"
  14685. }
  14686. }
  14687. },
  14688. "md.NoticeListReq": {
  14689. "type": "object",
  14690. "properties": {
  14691. "limit": {
  14692. "description": "每页大小",
  14693. "type": "string"
  14694. },
  14695. "page": {
  14696. "description": "页数",
  14697. "type": "string"
  14698. }
  14699. }
  14700. },
  14701. "md.NoticeListResp": {
  14702. "type": "object",
  14703. "properties": {
  14704. "change_data": {
  14705. "type": "array",
  14706. "items": {
  14707. "type": "object",
  14708. "additionalProperties": {
  14709. "type": "string"
  14710. }
  14711. }
  14712. },
  14713. "list": {
  14714. "type": "array",
  14715. "items": {
  14716. "$ref": "#/definitions/md.NoticeList"
  14717. }
  14718. },
  14719. "select_data": {
  14720. "type": "array",
  14721. "items": {
  14722. "type": "object",
  14723. "additionalProperties": {
  14724. "type": "string"
  14725. }
  14726. }
  14727. },
  14728. "total": {
  14729. "type": "integer"
  14730. }
  14731. }
  14732. },
  14733. "md.NoticePushList": {
  14734. "type": "object",
  14735. "properties": {
  14736. "content": {
  14737. "type": "string"
  14738. },
  14739. "id": {
  14740. "type": "string"
  14741. },
  14742. "platform": {
  14743. "type": "string"
  14744. },
  14745. "send_end_time": {
  14746. "type": "string",
  14747. "example": "如 2024-11-25 11:56:00"
  14748. },
  14749. "send_start_time": {
  14750. "type": "string",
  14751. "example": "如 2024-11-25 11:56:00"
  14752. },
  14753. "send_type": {
  14754. "type": "string",
  14755. "example": "0立即推送 1定时推送"
  14756. },
  14757. "state": {
  14758. "type": "string",
  14759. "example": "0待发送 1发送成功"
  14760. },
  14761. "target": {
  14762. "type": "string"
  14763. },
  14764. "title": {
  14765. "type": "string"
  14766. }
  14767. }
  14768. },
  14769. "md.NoticePushListResp": {
  14770. "type": "object",
  14771. "properties": {
  14772. "list": {
  14773. "type": "array",
  14774. "items": {
  14775. "$ref": "#/definitions/md.NoticePushList"
  14776. }
  14777. },
  14778. "platform_data": {
  14779. "type": "array",
  14780. "items": {
  14781. "type": "object",
  14782. "additionalProperties": {
  14783. "type": "string"
  14784. }
  14785. }
  14786. },
  14787. "target_data": {
  14788. "type": "array",
  14789. "items": {
  14790. "type": "object",
  14791. "additionalProperties": {
  14792. "type": "string"
  14793. }
  14794. }
  14795. },
  14796. "total": {
  14797. "type": "integer"
  14798. }
  14799. }
  14800. },
  14801. "md.NoticePushSaveReq": {
  14802. "type": "object",
  14803. "properties": {
  14804. "content": {
  14805. "type": "string"
  14806. },
  14807. "id": {
  14808. "type": "string"
  14809. },
  14810. "level": {
  14811. "type": "array",
  14812. "items": {
  14813. "type": "string"
  14814. }
  14815. },
  14816. "platform": {
  14817. "type": "string"
  14818. },
  14819. "send_end_time": {
  14820. "type": "string"
  14821. },
  14822. "send_start_time": {
  14823. "type": "string"
  14824. },
  14825. "send_type": {
  14826. "type": "string"
  14827. },
  14828. "tag_list": {
  14829. "type": "array",
  14830. "items": {
  14831. "type": "string"
  14832. }
  14833. },
  14834. "target": {
  14835. "type": "string"
  14836. },
  14837. "title": {
  14838. "type": "string"
  14839. },
  14840. "user_list": {
  14841. "type": "array",
  14842. "items": {
  14843. "type": "string"
  14844. }
  14845. }
  14846. }
  14847. },
  14848. "md.NoticeSaveReq": {
  14849. "type": "object",
  14850. "properties": {
  14851. "content": {
  14852. "type": "string"
  14853. },
  14854. "day": {
  14855. "type": "string",
  14856. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14857. },
  14858. "id": {
  14859. "type": "string"
  14860. },
  14861. "jpush_open": {
  14862. "type": "string",
  14863. "example": "app推送开启 0关 1开"
  14864. },
  14865. "notice_day": {
  14866. "type": "string",
  14867. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14868. },
  14869. "sms_code": {
  14870. "type": "string",
  14871. "example": "短信模板id"
  14872. },
  14873. "sms_open": {
  14874. "type": "string",
  14875. "example": "短信推送开启 0关 1开"
  14876. },
  14877. "title": {
  14878. "type": "string"
  14879. },
  14880. "type": {
  14881. "type": "string"
  14882. }
  14883. }
  14884. },
  14885. "md.OtherNode": {
  14886. "type": "object",
  14887. "properties": {
  14888. "create_at": {
  14889. "description": "注册时间",
  14890. "type": "string"
  14891. },
  14892. "last_login_at": {
  14893. "description": "最近登录时间",
  14894. "type": "string"
  14895. },
  14896. "last_login_ip": {
  14897. "description": "最后登录 IP",
  14898. "type": "string"
  14899. }
  14900. }
  14901. },
  14902. "md.PageCustomerServiceReq": {
  14903. "type": "object",
  14904. "properties": {
  14905. "memo": {
  14906. "type": "string",
  14907. "example": "备注"
  14908. },
  14909. "page": {
  14910. "type": "integer"
  14911. },
  14912. "page_size": {
  14913. "type": "integer"
  14914. },
  14915. "phone": {
  14916. "description": "手机号",
  14917. "type": "string"
  14918. },
  14919. "state": {
  14920. "description": "状态",
  14921. "type": "integer"
  14922. }
  14923. }
  14924. },
  14925. "md.PageEmoticonReq": {
  14926. "type": "object",
  14927. "properties": {
  14928. "memo": {
  14929. "type": "string",
  14930. "example": "备注"
  14931. },
  14932. "name": {
  14933. "description": "表情名称",
  14934. "type": "string"
  14935. },
  14936. "page": {
  14937. "type": "integer"
  14938. },
  14939. "page_size": {
  14940. "type": "integer"
  14941. },
  14942. "state": {
  14943. "description": "状态",
  14944. "type": "integer"
  14945. }
  14946. }
  14947. },
  14948. "md.PageSendRedPackageOrdReq": {
  14949. "type": "object",
  14950. "properties": {
  14951. "invite_code": {
  14952. "description": "邀请码",
  14953. "type": "string",
  14954. "example": "邀请码"
  14955. },
  14956. "nickname": {
  14957. "description": "昵称",
  14958. "type": "string",
  14959. "example": "昵称"
  14960. },
  14961. "ord_no": {
  14962. "description": "订单号",
  14963. "type": "string",
  14964. "example": "订单号"
  14965. },
  14966. "page": {
  14967. "type": "integer"
  14968. },
  14969. "page_size": {
  14970. "type": "integer"
  14971. },
  14972. "phone": {
  14973. "description": "手机号",
  14974. "type": "string",
  14975. "example": "手机号"
  14976. },
  14977. "red_packet_type": {
  14978. "description": "红包类型",
  14979. "type": "integer"
  14980. },
  14981. "start_time_end": {
  14982. "type": "string",
  14983. "example": "发送时间-截止"
  14984. },
  14985. "start_time_start": {
  14986. "type": "string",
  14987. "example": "发送时间-起始"
  14988. },
  14989. "state": {
  14990. "description": "状态",
  14991. "type": "integer"
  14992. },
  14993. "uid": {
  14994. "type": "integer"
  14995. }
  14996. }
  14997. },
  14998. "md.PlatformRevenueDataNode": {
  14999. "type": "object",
  15000. "properties": {
  15001. "balance_amount": {
  15002. "description": "余额",
  15003. "type": "string"
  15004. },
  15005. "balance_times": {
  15006. "description": "剩余执行次数",
  15007. "type": "integer"
  15008. },
  15009. "create_at": {
  15010. "description": "创建时间",
  15011. "type": "string"
  15012. },
  15013. "hours": {
  15014. "description": "时长",
  15015. "type": "integer"
  15016. },
  15017. "kind": {
  15018. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  15019. "type": "integer"
  15020. },
  15021. "memo": {
  15022. "description": "备注",
  15023. "type": "string"
  15024. },
  15025. "system_id": {
  15026. "type": "integer"
  15027. },
  15028. "total_amount": {
  15029. "description": "金额",
  15030. "type": "string"
  15031. }
  15032. }
  15033. },
  15034. "md.PlayletBaseData": {
  15035. "type": "object",
  15036. "properties": {
  15037. "day_one_count": {
  15038. "type": "string",
  15039. "example": "每天每个短剧解锁次数"
  15040. },
  15041. "first_count": {
  15042. "type": "string",
  15043. "example": "首次可观看集数"
  15044. },
  15045. "reward": {
  15046. "type": "string",
  15047. "example": "单次奖励"
  15048. },
  15049. "second_count": {
  15050. "type": "string",
  15051. "example": "看一次广告解锁集数"
  15052. },
  15053. "total": {
  15054. "type": "string",
  15055. "example": "可领取总次数"
  15056. }
  15057. }
  15058. },
  15059. "md.PlayletIncentiveBaseData": {
  15060. "type": "object",
  15061. "properties": {
  15062. "android_adv_id": {
  15063. "type": "string",
  15064. "example": "安卓激励视频广告位"
  15065. },
  15066. "android_adv_secret": {
  15067. "type": "string",
  15068. "example": "安卓激励视频秘钥"
  15069. },
  15070. "ios_adv_id": {
  15071. "type": "string",
  15072. "example": "iOS激励视频广告位"
  15073. },
  15074. "ios_adv_secret": {
  15075. "type": "string",
  15076. "example": "iOS激励视频秘钥"
  15077. }
  15078. }
  15079. },
  15080. "md.PriceSettingStruct": {
  15081. "type": "object",
  15082. "properties": {
  15083. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  15084. "description": "市商资金单笔x元自动兑换",
  15085. "type": "string"
  15086. },
  15087. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  15088. "description": "市商数量单笔x数量自动兑换",
  15089. "type": "string"
  15090. },
  15091. "price_below_value": {
  15092. "description": "低于x元",
  15093. "type": "string"
  15094. },
  15095. "price_higher_than_value": {
  15096. "description": "高于x元",
  15097. "type": "string"
  15098. }
  15099. }
  15100. },
  15101. "md.RegisterReq": {
  15102. "type": "object",
  15103. "required": [
  15104. "mobile"
  15105. ],
  15106. "properties": {
  15107. "avatar": {
  15108. "type": "string"
  15109. },
  15110. "mobile": {
  15111. "type": "string"
  15112. },
  15113. "nickname": {
  15114. "type": "string"
  15115. },
  15116. "parent_uid": {
  15117. "type": "string",
  15118. "example": "上级用户"
  15119. },
  15120. "password": {
  15121. "type": "string",
  15122. "example": "密码 如 123"
  15123. },
  15124. "type": {
  15125. "type": "string",
  15126. "example": "app:APP注册、h5:H5注册 admin 后台"
  15127. }
  15128. }
  15129. },
  15130. "md.ReleaseDynamicReq": {
  15131. "type": "object",
  15132. "properties": {
  15133. "content": {
  15134. "description": "文本内容",
  15135. "type": "string"
  15136. },
  15137. "image": {
  15138. "description": "图片",
  15139. "type": "array",
  15140. "items": {
  15141. "type": "string"
  15142. }
  15143. },
  15144. "is_praise": {
  15145. "description": "是否被表扬(1:是 2:否)",
  15146. "type": "integer"
  15147. },
  15148. "is_top_up": {
  15149. "description": "是否置顶(1:是 2:否)",
  15150. "type": "integer"
  15151. },
  15152. "kind": {
  15153. "description": "类型(1:普通 2:官方)",
  15154. "type": "integer"
  15155. },
  15156. "state": {
  15157. "description": "状态(1:正常 2:隐藏)",
  15158. "type": "integer"
  15159. },
  15160. "video": {
  15161. "description": "视频",
  15162. "type": "string"
  15163. }
  15164. }
  15165. },
  15166. "md.Response": {
  15167. "type": "object",
  15168. "properties": {
  15169. "code": {
  15170. "type": "string",
  15171. "example": "响应码"
  15172. },
  15173. "data": {
  15174. "description": "内容"
  15175. },
  15176. "msg": {
  15177. "type": "string",
  15178. "example": "具体错误原因"
  15179. }
  15180. }
  15181. },
  15182. "md.RewardSystemStruct": {
  15183. "type": "object",
  15184. "properties": {
  15185. "level": {
  15186. "description": "圈层",
  15187. "type": "integer"
  15188. },
  15189. "reward_condition": {
  15190. "description": "奖励条件",
  15191. "type": "string"
  15192. },
  15193. "reward_value": {
  15194. "description": "奖励值",
  15195. "type": "string"
  15196. }
  15197. }
  15198. },
  15199. "md.RoleBindPermissionGroupReq": {
  15200. "type": "object",
  15201. "required": [
  15202. "role_id"
  15203. ],
  15204. "properties": {
  15205. "permission_ids": {
  15206. "type": "array",
  15207. "items": {
  15208. "type": "integer"
  15209. }
  15210. },
  15211. "role_id": {
  15212. "type": "integer"
  15213. }
  15214. }
  15215. },
  15216. "md.SelectData": {
  15217. "type": "object",
  15218. "properties": {
  15219. "direction": {
  15220. "type": "array",
  15221. "items": {
  15222. "type": "object",
  15223. "additionalProperties": {
  15224. "type": "string"
  15225. }
  15226. }
  15227. }
  15228. }
  15229. },
  15230. "md.SelectMemberNode": {
  15231. "type": "object",
  15232. "properties": {
  15233. "avatar": {
  15234. "description": "会员头像",
  15235. "type": "string"
  15236. },
  15237. "level": {
  15238. "description": "会员等级",
  15239. "type": "string"
  15240. },
  15241. "nickname": {
  15242. "description": "会员昵称",
  15243. "type": "string"
  15244. },
  15245. "phone": {
  15246. "description": "会员手机号",
  15247. "type": "string"
  15248. },
  15249. "uid": {
  15250. "description": "会员 ID",
  15251. "type": "integer"
  15252. }
  15253. }
  15254. },
  15255. "md.SelectMemberReq": {
  15256. "type": "object",
  15257. "properties": {
  15258. "level": {
  15259. "description": "会员等级",
  15260. "type": "integer"
  15261. },
  15262. "limit": {
  15263. "description": "每页大小",
  15264. "type": "integer"
  15265. },
  15266. "nickname": {
  15267. "description": "会员昵称",
  15268. "type": "string"
  15269. },
  15270. "page": {
  15271. "description": "页数",
  15272. "type": "integer"
  15273. },
  15274. "phone": {
  15275. "description": "会员手机号",
  15276. "type": "string"
  15277. },
  15278. "uid": {
  15279. "description": "会员 ID",
  15280. "type": "integer"
  15281. }
  15282. }
  15283. },
  15284. "md.SelectMemberResp": {
  15285. "type": "object",
  15286. "properties": {
  15287. "level_list": {
  15288. "description": "会员等级列表",
  15289. "type": "array",
  15290. "items": {
  15291. "type": "object",
  15292. "additionalProperties": true
  15293. }
  15294. },
  15295. "list": {
  15296. "description": "会员数据",
  15297. "type": "array",
  15298. "items": {
  15299. "$ref": "#/definitions/md.SelectMemberNode"
  15300. }
  15301. },
  15302. "paginate": {
  15303. "description": "分页信息",
  15304. "allOf": [
  15305. {
  15306. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  15307. }
  15308. ]
  15309. }
  15310. }
  15311. },
  15312. "md.SetCustomerServiceStateReq": {
  15313. "type": "object",
  15314. "properties": {
  15315. "id": {
  15316. "description": "拥有用户数量",
  15317. "type": "integer"
  15318. },
  15319. "state": {
  15320. "description": "状态",
  15321. "type": "integer"
  15322. }
  15323. }
  15324. },
  15325. "md.SetEmoticonStateReq": {
  15326. "type": "object",
  15327. "properties": {
  15328. "id": {
  15329. "description": "拥有用户数量",
  15330. "type": "integer"
  15331. },
  15332. "state": {
  15333. "description": "状态",
  15334. "type": "integer"
  15335. }
  15336. }
  15337. },
  15338. "md.SetVideoRewardReq": {
  15339. "type": "object",
  15340. "properties": {
  15341. "ecpm": {
  15342. "description": "当前 Ecpm 值",
  15343. "type": "string"
  15344. },
  15345. "unit_price": {
  15346. "description": "单价",
  15347. "type": "string"
  15348. }
  15349. }
  15350. },
  15351. "md.SonUserDailyActivityAnalysisNode": {
  15352. "type": "object",
  15353. "properties": {
  15354. "activity_day_nums": {
  15355. "description": "活跃子节点活跃天数",
  15356. "type": "integer"
  15357. },
  15358. "nickname": {
  15359. "type": "string",
  15360. "example": "昵称"
  15361. },
  15362. "phone": {
  15363. "type": "string",
  15364. "example": "手机号"
  15365. },
  15366. "uid": {
  15367. "description": "查询用户活跃子节点 ID",
  15368. "type": "integer"
  15369. }
  15370. }
  15371. },
  15372. "md.StatisticsEggPointReq": {
  15373. "type": "object",
  15374. "properties": {
  15375. "kind": {
  15376. "type": "string"
  15377. },
  15378. "week": {
  15379. "type": "string",
  15380. "example": "周份"
  15381. },
  15382. "year": {
  15383. "type": "string",
  15384. "example": "年份"
  15385. }
  15386. }
  15387. },
  15388. "md.StatisticsEggPointResp": {
  15389. "type": "object",
  15390. "properties": {
  15391. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  15392. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  15393. "type": "array",
  15394. "items": {
  15395. "type": "object",
  15396. "additionalProperties": {
  15397. "type": "string"
  15398. }
  15399. }
  15400. },
  15401. "statistics_user_egg_browse_interface_nums_range": {
  15402. "description": "统计用户\"浏览界面次数\"范围",
  15403. "type": "array",
  15404. "items": {
  15405. "type": "object",
  15406. "additionalProperties": {
  15407. "type": "string"
  15408. }
  15409. }
  15410. },
  15411. "statistics_user_egg_college_learning_nums_range": {
  15412. "description": "统计用户\"学院学习次数\"范围",
  15413. "type": "array",
  15414. "items": {
  15415. "type": "object",
  15416. "additionalProperties": {
  15417. "type": "string"
  15418. }
  15419. }
  15420. },
  15421. "statistics_user_egg_ecpm_range": {
  15422. "description": "统计用户\"ecpm\"范围",
  15423. "type": "array",
  15424. "items": {
  15425. "type": "object",
  15426. "additionalProperties": {
  15427. "type": "string"
  15428. }
  15429. }
  15430. },
  15431. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  15432. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  15433. "type": "array",
  15434. "items": {
  15435. "type": "object",
  15436. "additionalProperties": {
  15437. "type": "string"
  15438. }
  15439. }
  15440. },
  15441. "statistics_user_egg_forum_comments_nums_range": {
  15442. "description": "统计用户\"论坛评论次数\"范围",
  15443. "type": "array",
  15444. "items": {
  15445. "type": "object",
  15446. "additionalProperties": {
  15447. "type": "string"
  15448. }
  15449. }
  15450. },
  15451. "statistics_user_egg_invite_user_nums_range": {
  15452. "description": "统计用户\"拉新人数\"范围",
  15453. "type": "array",
  15454. "items": {
  15455. "type": "object",
  15456. "additionalProperties": {
  15457. "type": "string"
  15458. }
  15459. }
  15460. },
  15461. "statistics_user_egg_person_add_activity_value_range": {
  15462. "description": "统计用户\"个人活跃积分增量值\"范围",
  15463. "type": "array",
  15464. "items": {
  15465. "type": "object",
  15466. "additionalProperties": {
  15467. "type": "string"
  15468. }
  15469. }
  15470. },
  15471. "statistics_user_egg_send_circle_of_friend_nums_range": {
  15472. "description": "统计用户\"发朋友圈次数\"范围",
  15473. "type": "array",
  15474. "items": {
  15475. "type": "object",
  15476. "additionalProperties": {
  15477. "type": "string"
  15478. }
  15479. }
  15480. },
  15481. "statistics_user_egg_send_red_package_nums_range": {
  15482. "description": "统计用户\"发红包次数\"范围",
  15483. "type": "array",
  15484. "items": {
  15485. "type": "object",
  15486. "additionalProperties": {
  15487. "type": "string"
  15488. }
  15489. }
  15490. },
  15491. "statistics_user_egg_sign_in_nums_range": {
  15492. "description": "统计用户\"签到次数\"范围",
  15493. "type": "array",
  15494. "items": {
  15495. "type": "object",
  15496. "additionalProperties": {
  15497. "type": "string"
  15498. }
  15499. }
  15500. },
  15501. "statistics_user_egg_team_activity_nums_range": {
  15502. "description": "统计用户\"团队活跃次数\"范围",
  15503. "type": "array",
  15504. "items": {
  15505. "type": "object",
  15506. "additionalProperties": {
  15507. "type": "string"
  15508. }
  15509. }
  15510. },
  15511. "statistics_user_egg_violate_nums_range": {
  15512. "description": "统计用户\"违规次数\"范围",
  15513. "type": "array",
  15514. "items": {
  15515. "type": "object",
  15516. "additionalProperties": {
  15517. "type": "string"
  15518. }
  15519. }
  15520. },
  15521. "week": {
  15522. "type": "string",
  15523. "example": "周份"
  15524. },
  15525. "year": {
  15526. "type": "string",
  15527. "example": "年份"
  15528. },
  15529. "year_list": {
  15530. "description": "年份\u0026\u0026周份列表",
  15531. "type": "object",
  15532. "additionalProperties": {
  15533. "type": "array",
  15534. "items": {
  15535. "type": "string"
  15536. }
  15537. }
  15538. }
  15539. }
  15540. },
  15541. "md.SubUser": {
  15542. "type": "object",
  15543. "properties": {
  15544. "avatar_url": {
  15545. "type": "string",
  15546. "example": "头像"
  15547. },
  15548. "level": {
  15549. "description": "整个系统中的等级",
  15550. "type": "integer"
  15551. },
  15552. "nickname": {
  15553. "type": "string",
  15554. "example": "昵称"
  15555. },
  15556. "phone": {
  15557. "type": "string",
  15558. "example": "手机号"
  15559. },
  15560. "pid": {
  15561. "type": "integer"
  15562. },
  15563. "position": {
  15564. "description": "以pid1为创始人中网的位置",
  15565. "type": "integer"
  15566. },
  15567. "uid": {
  15568. "type": "integer"
  15569. }
  15570. }
  15571. },
  15572. "md.TagListNode": {
  15573. "type": "object",
  15574. "properties": {
  15575. "count": {
  15576. "description": "标签人数",
  15577. "type": "string"
  15578. },
  15579. "create_at": {
  15580. "description": "创建时间",
  15581. "type": "string"
  15582. },
  15583. "is_punish": {
  15584. "description": "是否处罚",
  15585. "type": "integer"
  15586. },
  15587. "memo": {
  15588. "description": "备注",
  15589. "type": "string"
  15590. },
  15591. "name": {
  15592. "description": "名称",
  15593. "type": "string"
  15594. },
  15595. "tag_id": {
  15596. "description": "标签 ID",
  15597. "type": "string"
  15598. }
  15599. }
  15600. },
  15601. "md.TreeNode": {
  15602. "type": "object",
  15603. "properties": {
  15604. "avatar_url": {
  15605. "type": "string",
  15606. "example": "头像"
  15607. },
  15608. "level": {
  15609. "type": "integer"
  15610. },
  15611. "nickname": {
  15612. "type": "string",
  15613. "example": "昵称"
  15614. },
  15615. "phone": {
  15616. "type": "string",
  15617. "example": "手机号"
  15618. },
  15619. "pid": {
  15620. "type": "integer"
  15621. },
  15622. "position": {
  15623. "type": "integer"
  15624. },
  15625. "son": {
  15626. "type": "array",
  15627. "items": {
  15628. "$ref": "#/definitions/md.TreeNode"
  15629. }
  15630. },
  15631. "system_id": {
  15632. "description": "公排网中id",
  15633. "type": "integer"
  15634. },
  15635. "uid": {
  15636. "type": "integer"
  15637. }
  15638. }
  15639. },
  15640. "md.UpdateAdminReq": {
  15641. "type": "object",
  15642. "required": [
  15643. "adm_id",
  15644. "password",
  15645. "username"
  15646. ],
  15647. "properties": {
  15648. "adm_id": {
  15649. "type": "integer"
  15650. },
  15651. "memo": {
  15652. "type": "string"
  15653. },
  15654. "password": {
  15655. "type": "string"
  15656. },
  15657. "username": {
  15658. "type": "string"
  15659. }
  15660. }
  15661. },
  15662. "md.UpdateAdminStateReq": {
  15663. "type": "object",
  15664. "required": [
  15665. "adm_id",
  15666. "state"
  15667. ],
  15668. "properties": {
  15669. "adm_id": {
  15670. "type": "integer"
  15671. },
  15672. "state": {
  15673. "type": "integer"
  15674. }
  15675. }
  15676. },
  15677. "md.UpdateContributionValueBasicSettingReq": {
  15678. "type": "object",
  15679. "properties": {
  15680. "hand_out_red_package": {
  15681. "description": "发红包获得x点",
  15682. "type": "string"
  15683. },
  15684. "id": {
  15685. "type": "string"
  15686. },
  15687. "posting_comment_liked": {
  15688. "description": "发布评论被官方点赞获得x点",
  15689. "type": "string"
  15690. },
  15691. "posting_dynamic_liked": {
  15692. "description": "发布动态被官方点赞获得x点",
  15693. "type": "string"
  15694. },
  15695. "publish_creation": {
  15696. "description": "发布创作获得x点",
  15697. "type": "string"
  15698. }
  15699. }
  15700. },
  15701. "md.UpdateCustomerServiceMemoReq": {
  15702. "type": "object",
  15703. "properties": {
  15704. "id": {
  15705. "description": "拥有用户数量",
  15706. "type": "integer"
  15707. },
  15708. "memo": {
  15709. "description": "备注",
  15710. "type": "string",
  15711. "example": "备注"
  15712. }
  15713. }
  15714. },
  15715. "md.UpdateDynamicReq": {
  15716. "type": "object",
  15717. "required": [
  15718. "index_id"
  15719. ],
  15720. "properties": {
  15721. "index_id": {
  15722. "description": "动态id",
  15723. "type": "string"
  15724. },
  15725. "is_praise": {
  15726. "description": "是否被表扬(1:是 2:否)",
  15727. "type": "integer"
  15728. },
  15729. "is_top_up": {
  15730. "description": "是否置顶(1:是 2:否)",
  15731. "type": "integer"
  15732. },
  15733. "state": {
  15734. "description": "状态(1:正常 2:隐藏)",
  15735. "type": "integer"
  15736. }
  15737. }
  15738. },
  15739. "md.UpdateEggEnergyBasicReq": {
  15740. "type": "object",
  15741. "properties": {
  15742. "basic_setting": {
  15743. "description": "基础设置",
  15744. "allOf": [
  15745. {
  15746. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  15747. }
  15748. ]
  15749. },
  15750. "data_setting": {
  15751. "description": "数据设置",
  15752. "allOf": [
  15753. {
  15754. "$ref": "#/definitions/md.DataSetting"
  15755. }
  15756. ]
  15757. },
  15758. "destruction_setting": {
  15759. "description": "销毁设置",
  15760. "allOf": [
  15761. {
  15762. "$ref": "#/definitions/md.DestructionSettingStruct"
  15763. }
  15764. ]
  15765. },
  15766. "exchange_rules": {
  15767. "description": "兑换规则",
  15768. "allOf": [
  15769. {
  15770. "$ref": "#/definitions/md.ExchangeRulesStruct"
  15771. }
  15772. ]
  15773. },
  15774. "new_user_incentive_rules": {
  15775. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  15776. "allOf": [
  15777. {
  15778. "$ref": "#/definitions/md.NewUserRewardRules"
  15779. }
  15780. ]
  15781. },
  15782. "price_setting": {
  15783. "description": "价格设置",
  15784. "allOf": [
  15785. {
  15786. "$ref": "#/definitions/md.PriceSettingStruct"
  15787. }
  15788. ]
  15789. },
  15790. "reward_system": {
  15791. "description": "圈层奖励",
  15792. "type": "array",
  15793. "items": {
  15794. "$ref": "#/definitions/md.RewardSystemStruct"
  15795. }
  15796. },
  15797. "settlement_quantity": {
  15798. "description": "结算数量(百分比)",
  15799. "type": "string"
  15800. },
  15801. "system_id": {
  15802. "description": "该设置系统 ID",
  15803. "type": "integer"
  15804. },
  15805. "video_reward_setting": {
  15806. "description": "视频奖励",
  15807. "allOf": [
  15808. {
  15809. "$ref": "#/definitions/md.VideoRewardSetting"
  15810. }
  15811. ]
  15812. }
  15813. }
  15814. },
  15815. "md.UpdateEggEnergyCoreDataReq": {
  15816. "type": "object",
  15817. "properties": {
  15818. "community_dividends": {
  15819. "description": "社区分红",
  15820. "type": "string"
  15821. },
  15822. "development_committee": {
  15823. "description": "发展委员会",
  15824. "type": "string"
  15825. },
  15826. "id": {
  15827. "type": "integer"
  15828. },
  15829. "marketplace_merchant_funds": {
  15830. "description": "市商资金",
  15831. "type": "string"
  15832. },
  15833. "marketplace_merchant_nums": {
  15834. "description": "市商数量",
  15835. "type": "string"
  15836. },
  15837. "now_energy_total_nums": {
  15838. "description": "现行总量",
  15839. "type": "string"
  15840. },
  15841. "now_price": {
  15842. "description": "当前价格",
  15843. "type": "string"
  15844. },
  15845. "planet_total_value": {
  15846. "description": "星球总价值",
  15847. "type": "string"
  15848. },
  15849. "public_welfare_and_charity": {
  15850. "description": "公益慈善",
  15851. "type": "string"
  15852. },
  15853. "star_level_dividends": {
  15854. "description": "星级分红",
  15855. "type": "string"
  15856. }
  15857. }
  15858. },
  15859. "md.UpdateEggEnergyVipSettingReq": {
  15860. "type": "object",
  15861. "properties": {
  15862. "list": {
  15863. "description": "更新后数据",
  15864. "type": "array",
  15865. "items": {
  15866. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  15867. }
  15868. }
  15869. }
  15870. },
  15871. "md.UpdateEmoticonReq": {
  15872. "type": "object",
  15873. "properties": {
  15874. "id": {
  15875. "description": "拥有用户数量",
  15876. "type": "integer"
  15877. },
  15878. "img_url": {
  15879. "type": "string",
  15880. "example": "图片地址"
  15881. },
  15882. "memo": {
  15883. "description": "备注",
  15884. "type": "string",
  15885. "example": "备注"
  15886. },
  15887. "name": {
  15888. "type": "string",
  15889. "example": "名称"
  15890. },
  15891. "sort": {
  15892. "description": "排序",
  15893. "type": "integer"
  15894. }
  15895. }
  15896. },
  15897. "md.UpdateFriendCircleBasicSettingsReq": {
  15898. "type": "object",
  15899. "properties": {
  15900. "comment_is_real_name": {
  15901. "description": "评论是否需要实名认证(1:是 2:否)",
  15902. "type": "integer"
  15903. },
  15904. "comment_nums_every_day": {
  15905. "description": "评论每天次数",
  15906. "type": "integer"
  15907. },
  15908. "id": {
  15909. "type": "integer"
  15910. },
  15911. "publish_is_real_name": {
  15912. "description": "发布是否需要实名认证(1:是 2:否)",
  15913. "type": "integer"
  15914. },
  15915. "publish_nums_every_day": {
  15916. "description": "发布每天次数",
  15917. "type": "integer"
  15918. }
  15919. }
  15920. },
  15921. "md.UpdateLevelReq": {
  15922. "type": "object",
  15923. "properties": {
  15924. "auto_update": {
  15925. "description": "自动升级 0关闭 1开启",
  15926. "type": "string"
  15927. },
  15928. "choosable_num": {
  15929. "description": "可选任务数量",
  15930. "type": "string"
  15931. },
  15932. "is_use": {
  15933. "description": "是否开启(0.否, 1.是)",
  15934. "type": "string"
  15935. },
  15936. "level_id": {
  15937. "type": "string"
  15938. },
  15939. "level_name": {
  15940. "description": "等级名称",
  15941. "type": "string"
  15942. },
  15943. "level_weight": {
  15944. "description": "等级权重",
  15945. "type": "string"
  15946. },
  15947. "memo": {
  15948. "description": "备注",
  15949. "type": "string"
  15950. },
  15951. "user_level_tasks": {
  15952. "description": "完整的任务列表",
  15953. "type": "array",
  15954. "items": {
  15955. "$ref": "#/definitions/md.LevelTaskNode"
  15956. }
  15957. }
  15958. }
  15959. },
  15960. "md.UpdatePublicPlatoonBasicReq": {
  15961. "type": "object",
  15962. "properties": {
  15963. "is_open": {
  15964. "description": "是否开启(1:开启 0:关闭)",
  15965. "type": "integer"
  15966. },
  15967. "is_self_active_get_team_revenue": {
  15968. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15969. "type": "integer"
  15970. },
  15971. "originator_uid": {
  15972. "description": "创始人uid",
  15973. "type": "integer"
  15974. },
  15975. "several_rows": {
  15976. "description": "几排",
  15977. "type": "integer"
  15978. },
  15979. "several_times": {
  15980. "description": "几乘",
  15981. "type": "integer"
  15982. },
  15983. "system_punish_replace": {
  15984. "description": "是否位置滑落 被新用户替换 0否 1是",
  15985. "type": "integer"
  15986. },
  15987. "system_punish_replace_value": {
  15988. "description": "xx天未活跃,处罚滑落",
  15989. "type": "integer"
  15990. }
  15991. }
  15992. },
  15993. "md.UpdateRoleReq": {
  15994. "type": "object",
  15995. "required": [
  15996. "memo",
  15997. "name",
  15998. "role_id"
  15999. ],
  16000. "properties": {
  16001. "memo": {
  16002. "type": "string"
  16003. },
  16004. "name": {
  16005. "type": "string"
  16006. },
  16007. "role_id": {
  16008. "type": "integer"
  16009. }
  16010. }
  16011. },
  16012. "md.UpdateRoleStateReq": {
  16013. "type": "object",
  16014. "required": [
  16015. "role_id",
  16016. "state"
  16017. ],
  16018. "properties": {
  16019. "role_id": {
  16020. "type": "integer"
  16021. },
  16022. "state": {
  16023. "type": "integer"
  16024. }
  16025. }
  16026. },
  16027. "md.UpdateTagReq": {
  16028. "type": "object",
  16029. "properties": {
  16030. "is_punish": {
  16031. "description": "是否是惩罚标签",
  16032. "type": "integer"
  16033. },
  16034. "memo": {
  16035. "description": "备注",
  16036. "type": "string"
  16037. },
  16038. "name": {
  16039. "description": "标签名称",
  16040. "type": "string"
  16041. },
  16042. "tag_id": {
  16043. "description": "标签 ID",
  16044. "type": "string"
  16045. }
  16046. }
  16047. },
  16048. "md.UpdateVipEquitySettingNode": {
  16049. "type": "object",
  16050. "properties": {
  16051. "dividend_ratio": {
  16052. "description": "分红比例",
  16053. "type": "string"
  16054. },
  16055. "exchange_account_balance_fee": {
  16056. "description": "兑换余额手续费",
  16057. "type": "string"
  16058. },
  16059. "vip_level_id": {
  16060. "description": "会员等级ID",
  16061. "type": "string"
  16062. }
  16063. }
  16064. },
  16065. "md.UpdateVirtualCoinReq": {
  16066. "type": "object",
  16067. "properties": {
  16068. "exchange_ratio": {
  16069. "description": "兑换比例(与金额)",
  16070. "type": "string"
  16071. },
  16072. "id": {
  16073. "type": "integer"
  16074. },
  16075. "is_use": {
  16076. "description": "是否开启:0否 1是",
  16077. "type": "integer"
  16078. },
  16079. "name": {
  16080. "description": "名称",
  16081. "type": "string"
  16082. }
  16083. }
  16084. },
  16085. "md.UpdateWithdrawSettingReq": {
  16086. "type": "object",
  16087. "properties": {
  16088. "condition_is_open": {
  16089. "description": "提现条件是否开启(0:关闭, 1:开启)",
  16090. "type": "integer"
  16091. },
  16092. "first_withdraw_set": {
  16093. "description": "首次提现设置",
  16094. "allOf": [
  16095. {
  16096. "$ref": "#/definitions/md.FirstWithdrawSet"
  16097. }
  16098. ]
  16099. },
  16100. "frequency_set": {
  16101. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  16102. "allOf": [
  16103. {
  16104. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  16105. }
  16106. ]
  16107. },
  16108. "id": {
  16109. "type": "integer"
  16110. },
  16111. "is_auto": {
  16112. "description": "是否开启自动提现(0:否 1:是)",
  16113. "type": "integer"
  16114. },
  16115. "is_auto_amount_limit": {
  16116. "description": "自动提现金额限制",
  16117. "type": "string"
  16118. },
  16119. "is_real_name": {
  16120. "description": "是否实名(0:否 1:是)",
  16121. "type": "integer"
  16122. },
  16123. "is_support_decimal_point": {
  16124. "description": "是否支持小数点(0:否 1:是)",
  16125. "type": "integer"
  16126. },
  16127. "pending_orders_is_can_apply": {
  16128. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  16129. "type": "integer"
  16130. },
  16131. "tips": {
  16132. "description": "提示",
  16133. "type": "string"
  16134. },
  16135. "vip_level_limit": {
  16136. "description": "提现等级限制",
  16137. "type": "integer"
  16138. },
  16139. "withdraw_amount_limit": {
  16140. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  16141. "type": "string"
  16142. },
  16143. "withdraw_fee_set": {
  16144. "description": "提现手续费设置",
  16145. "allOf": [
  16146. {
  16147. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  16148. }
  16149. ]
  16150. },
  16151. "withdraw_multiple_limit": {
  16152. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  16153. "type": "string"
  16154. },
  16155. "withdraw_nums_limit": {
  16156. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  16157. "type": "integer"
  16158. },
  16159. "withdraw_time_interval": {
  16160. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  16161. "allOf": [
  16162. {
  16163. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  16164. }
  16165. ]
  16166. },
  16167. "withdraw_type": {
  16168. "description": "提现方式(1:支付宝 2:微信)",
  16169. "type": "integer"
  16170. }
  16171. }
  16172. },
  16173. "md.UserDailyActivityAnalysisReq": {
  16174. "type": "object",
  16175. "properties": {
  16176. "end_date": {
  16177. "type": "string",
  16178. "example": "结束日期"
  16179. },
  16180. "page": {
  16181. "description": "页数",
  16182. "type": "integer"
  16183. },
  16184. "page_size": {
  16185. "description": "每页大小",
  16186. "type": "integer"
  16187. },
  16188. "start_date": {
  16189. "type": "string",
  16190. "example": "开始日期"
  16191. },
  16192. "uid": {
  16193. "description": "查询用户 ID",
  16194. "type": "integer"
  16195. }
  16196. }
  16197. },
  16198. "md.UserDailyActivityAnalysisResp": {
  16199. "type": "object",
  16200. "properties": {
  16201. "son_user_data": {
  16202. "description": "被查询用户子节点信息",
  16203. "type": "array",
  16204. "items": {
  16205. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  16206. }
  16207. },
  16208. "top_data": {
  16209. "description": "统计信息",
  16210. "allOf": [
  16211. {
  16212. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  16213. }
  16214. ]
  16215. }
  16216. }
  16217. },
  16218. "md.UserEggFlowReq": {
  16219. "type": "object",
  16220. "properties": {
  16221. "account_balance_exchange_egg_energy_nums_end": {
  16222. "type": "string",
  16223. "example": "余额兑换蛋蛋能量数量-结束值"
  16224. },
  16225. "account_balance_exchange_egg_energy_nums_start": {
  16226. "type": "string",
  16227. "example": "余额兑换蛋蛋能量数量-起始值"
  16228. },
  16229. "browse_interface_nums_end": {
  16230. "type": "string",
  16231. "example": "浏览界面次数-结束值"
  16232. },
  16233. "browse_interface_nums_start": {
  16234. "type": "string",
  16235. "example": "浏览界面次数-起始值"
  16236. },
  16237. "college_learning_nums_end": {
  16238. "type": "string",
  16239. "example": "学院学习次数-结束值"
  16240. },
  16241. "college_learning_nums_start": {
  16242. "type": "string",
  16243. "example": "学院学习次数-起始值"
  16244. },
  16245. "ecpm_end": {
  16246. "type": "string",
  16247. "example": "ecpm-结束值"
  16248. },
  16249. "ecpm_start": {
  16250. "type": "string",
  16251. "example": "ecpm-起始值"
  16252. },
  16253. "egg_energy_exchange_account_balance_end": {
  16254. "type": "string",
  16255. "example": "蛋蛋能量兑换余额数量-结束值"
  16256. },
  16257. "egg_energy_exchange_account_balance_start": {
  16258. "type": "string",
  16259. "example": "蛋蛋能量兑换余额数量-起始值"
  16260. },
  16261. "forum_comments_nums_end": {
  16262. "type": "string",
  16263. "example": "论坛评论次数-结束值"
  16264. },
  16265. "forum_comments_nums_start": {
  16266. "type": "string",
  16267. "example": "论坛评论次数-起始值"
  16268. },
  16269. "im_activity_nums_end": {
  16270. "type": "string",
  16271. "example": "im活跃次数-结束值"
  16272. },
  16273. "im_activity_nums_start": {
  16274. "type": "string",
  16275. "example": "im活跃次数-起始值"
  16276. },
  16277. "invite_user_nums_end": {
  16278. "type": "string",
  16279. "example": "拉新人数-结束值"
  16280. },
  16281. "invite_user_nums_start": {
  16282. "type": "string",
  16283. "example": "拉新人数-起始值"
  16284. },
  16285. "page": {
  16286. "description": "页数",
  16287. "type": "integer"
  16288. },
  16289. "page_size": {
  16290. "description": "每页大小",
  16291. "type": "integer"
  16292. },
  16293. "person_add_activity_value_end": {
  16294. "type": "string",
  16295. "example": "个人活跃积分-结束值"
  16296. },
  16297. "person_add_activity_value_start": {
  16298. "type": "string",
  16299. "example": "个人活跃积分-起始值"
  16300. },
  16301. "score_value_end": {
  16302. "type": "string",
  16303. "example": "蛋蛋分-结束值"
  16304. },
  16305. "score_value_kind": {
  16306. "description": "评分类型(0:未知 1:人工 2:系统)",
  16307. "type": "integer"
  16308. },
  16309. "score_value_start": {
  16310. "type": "string",
  16311. "example": "蛋蛋分-起始值"
  16312. },
  16313. "send_circle_of_friend_nums_end": {
  16314. "type": "string",
  16315. "example": "发朋友圈次数-结束值"
  16316. },
  16317. "send_circle_of_friend_nums_start": {
  16318. "type": "string",
  16319. "example": "发朋友圈次数-起始值"
  16320. },
  16321. "send_red_package_nums_end": {
  16322. "type": "string",
  16323. "example": "发红包次数-结束值"
  16324. },
  16325. "send_red_package_nums_start": {
  16326. "type": "string",
  16327. "example": "发红包次数-起始值"
  16328. },
  16329. "sign_in_nums_end": {
  16330. "type": "string",
  16331. "example": "签到次数-结束值"
  16332. },
  16333. "sign_in_nums_start": {
  16334. "type": "string",
  16335. "example": "签到次数-起始值"
  16336. },
  16337. "team-activity-nums-end": {
  16338. "type": "string",
  16339. "example": "团队活跃次数-结束值"
  16340. },
  16341. "team_activity_nums_start": {
  16342. "type": "string",
  16343. "example": "团队活跃次数-起始值"
  16344. },
  16345. "violate_nums_end": {
  16346. "type": "string",
  16347. "example": "违规次数-结束值"
  16348. },
  16349. "violate_nums_start": {
  16350. "type": "string",
  16351. "example": "违规次数-起始值"
  16352. },
  16353. "week": {
  16354. "type": "string",
  16355. "example": "周份"
  16356. },
  16357. "year": {
  16358. "type": "string",
  16359. "example": "年份"
  16360. }
  16361. }
  16362. },
  16363. "md.UserEggFlowReqResp": {
  16364. "type": "object",
  16365. "properties": {
  16366. "list": {
  16367. "type": "array",
  16368. "items": {
  16369. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  16370. }
  16371. },
  16372. "page": {
  16373. "description": "页数",
  16374. "type": "integer"
  16375. },
  16376. "page_size": {
  16377. "description": "每页大小",
  16378. "type": "integer"
  16379. },
  16380. "score_value_kind_map": {
  16381. "description": "评分类型(0:未知 1:人工 2:系统)",
  16382. "type": "array",
  16383. "items": {
  16384. "type": "object",
  16385. "additionalProperties": true
  16386. }
  16387. },
  16388. "total": {
  16389. "description": "总数量",
  16390. "type": "integer"
  16391. },
  16392. "week": {
  16393. "type": "string",
  16394. "example": "周份"
  16395. },
  16396. "year": {
  16397. "type": "string",
  16398. "example": "年份"
  16399. }
  16400. }
  16401. },
  16402. "md.UserEggFlowReqRespList": {
  16403. "type": "object",
  16404. "properties": {
  16405. "account_balance_exchange_egg_energy_nums": {
  16406. "description": "余额兑换蛋蛋能量数量",
  16407. "type": "integer"
  16408. },
  16409. "browse_interface_nums": {
  16410. "description": "浏览界面次数",
  16411. "type": "integer"
  16412. },
  16413. "college_learning_nums": {
  16414. "description": "学院学习次数",
  16415. "type": "integer"
  16416. },
  16417. "ecpm": {
  16418. "description": "ecpm",
  16419. "type": "number"
  16420. },
  16421. "egg_energy_exchange_account_balance": {
  16422. "description": "蛋蛋能量兑换余额数量",
  16423. "type": "integer"
  16424. },
  16425. "forum_comments_nums": {
  16426. "description": "论坛评论次数",
  16427. "type": "integer"
  16428. },
  16429. "im_activity_nums": {
  16430. "description": "im活跃次数",
  16431. "type": "integer"
  16432. },
  16433. "index_id": {
  16434. "description": "文档id",
  16435. "type": "string"
  16436. },
  16437. "invite_user_nums": {
  16438. "description": "拉新人数",
  16439. "type": "integer"
  16440. },
  16441. "person_add_activity_value": {
  16442. "description": "个人活跃积分",
  16443. "type": "integer"
  16444. },
  16445. "score_value": {
  16446. "description": "蛋蛋分-起始值",
  16447. "type": "number"
  16448. },
  16449. "score_value_kind": {
  16450. "description": "评分类型(0:未知 1:人工 2:系统)",
  16451. "type": "integer"
  16452. },
  16453. "send_circle_of_friend_nums": {
  16454. "description": "发朋友圈次数",
  16455. "type": "integer"
  16456. },
  16457. "send_red_package_nums": {
  16458. "description": "发红包次数",
  16459. "type": "integer"
  16460. },
  16461. "sign_in_nums": {
  16462. "description": "签到次数",
  16463. "type": "integer"
  16464. },
  16465. "team_activity_nums": {
  16466. "description": "团队活跃次数",
  16467. "type": "integer"
  16468. },
  16469. "violate_nums": {
  16470. "description": "违规次数",
  16471. "type": "integer"
  16472. }
  16473. }
  16474. },
  16475. "md.UserEggIndexReq": {
  16476. "type": "object",
  16477. "properties": {
  16478. "week": {
  16479. "type": "string",
  16480. "example": "周份"
  16481. },
  16482. "year": {
  16483. "type": "string",
  16484. "example": "年份"
  16485. }
  16486. }
  16487. },
  16488. "md.UserEggIndexResp": {
  16489. "type": "object",
  16490. "properties": {
  16491. "egg_energy_user_egg_index_weight": {
  16492. "description": "蛋蛋分系数权重",
  16493. "allOf": [
  16494. {
  16495. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  16496. }
  16497. ]
  16498. },
  16499. "statistics_user_egg_kind_proportion": {
  16500. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  16501. "type": "array",
  16502. "items": {
  16503. "type": "object",
  16504. "additionalProperties": true
  16505. }
  16506. },
  16507. "statistics_user_egg_score_value_range": {
  16508. "description": "统计用户蛋蛋分范围",
  16509. "type": "array",
  16510. "items": {
  16511. "type": "object",
  16512. "additionalProperties": {
  16513. "type": "string"
  16514. }
  16515. }
  16516. },
  16517. "week": {
  16518. "type": "string",
  16519. "example": "周份"
  16520. },
  16521. "year": {
  16522. "type": "string",
  16523. "example": "年份"
  16524. },
  16525. "year_list": {
  16526. "description": "年份\u0026\u0026周份列表",
  16527. "type": "object",
  16528. "additionalProperties": {
  16529. "type": "array",
  16530. "items": {
  16531. "type": "string"
  16532. }
  16533. }
  16534. }
  16535. }
  16536. },
  16537. "md.UserFeedbackCateDelReq": {
  16538. "type": "object",
  16539. "properties": {
  16540. "id": {
  16541. "type": "array",
  16542. "items": {
  16543. "type": "string"
  16544. }
  16545. }
  16546. }
  16547. },
  16548. "md.UserFeedbackCateList": {
  16549. "type": "object",
  16550. "properties": {
  16551. "id": {
  16552. "type": "string"
  16553. },
  16554. "name": {
  16555. "type": "string"
  16556. },
  16557. "sort": {
  16558. "type": "string"
  16559. }
  16560. }
  16561. },
  16562. "md.UserFeedbackCateListReq": {
  16563. "type": "object",
  16564. "properties": {
  16565. "limit": {
  16566. "description": "每页大小",
  16567. "type": "string"
  16568. },
  16569. "page": {
  16570. "description": "页数",
  16571. "type": "string"
  16572. }
  16573. }
  16574. },
  16575. "md.UserFeedbackCateListResp": {
  16576. "type": "object",
  16577. "properties": {
  16578. "list": {
  16579. "type": "array",
  16580. "items": {
  16581. "$ref": "#/definitions/md.UserFeedbackCateList"
  16582. }
  16583. },
  16584. "total": {
  16585. "type": "integer"
  16586. }
  16587. }
  16588. },
  16589. "md.UserFeedbackCateSaveReq": {
  16590. "type": "object",
  16591. "properties": {
  16592. "id": {
  16593. "type": "string"
  16594. },
  16595. "name": {
  16596. "type": "string"
  16597. },
  16598. "sort": {
  16599. "type": "string"
  16600. }
  16601. }
  16602. },
  16603. "md.UserFeedbackChangeStateReq": {
  16604. "type": "object",
  16605. "properties": {
  16606. "id": {
  16607. "type": "string"
  16608. },
  16609. "state": {
  16610. "type": "string",
  16611. "example": "0待解决 1处理中 2已解决"
  16612. }
  16613. }
  16614. },
  16615. "md.UserFeedbackDelReq": {
  16616. "type": "object",
  16617. "properties": {
  16618. "id": {
  16619. "type": "array",
  16620. "items": {
  16621. "type": "string"
  16622. }
  16623. }
  16624. }
  16625. },
  16626. "md.UserFeedbackList": {
  16627. "type": "object",
  16628. "properties": {
  16629. "content": {
  16630. "type": "string"
  16631. },
  16632. "create_at": {
  16633. "type": "string"
  16634. },
  16635. "id": {
  16636. "type": "string"
  16637. },
  16638. "img": {
  16639. "type": "array",
  16640. "items": {
  16641. "type": "string"
  16642. }
  16643. },
  16644. "phone": {
  16645. "type": "string"
  16646. },
  16647. "platform": {
  16648. "type": "string"
  16649. },
  16650. "state": {
  16651. "type": "string",
  16652. "example": "0待解决 1处理中 2已解决"
  16653. },
  16654. "title": {
  16655. "type": "string"
  16656. },
  16657. "type": {
  16658. "type": "string"
  16659. },
  16660. "version": {
  16661. "type": "string"
  16662. }
  16663. }
  16664. },
  16665. "md.UserFeedbackListReq": {
  16666. "type": "object",
  16667. "properties": {
  16668. "cid": {
  16669. "type": "string"
  16670. },
  16671. "limit": {
  16672. "description": "每页大小",
  16673. "type": "string"
  16674. },
  16675. "page": {
  16676. "description": "页数",
  16677. "type": "string"
  16678. },
  16679. "phone": {
  16680. "type": "string"
  16681. },
  16682. "uid": {
  16683. "type": "string"
  16684. }
  16685. }
  16686. },
  16687. "md.UserFeedbackListResp": {
  16688. "type": "object",
  16689. "properties": {
  16690. "list": {
  16691. "type": "array",
  16692. "items": {
  16693. "$ref": "#/definitions/md.UserFeedbackList"
  16694. }
  16695. },
  16696. "select_data": {
  16697. "type": "array",
  16698. "items": {
  16699. "type": "object",
  16700. "additionalProperties": true
  16701. }
  16702. },
  16703. "total": {
  16704. "type": "integer"
  16705. }
  16706. }
  16707. },
  16708. "md.UserFeedbackRecordListReq": {
  16709. "type": "object",
  16710. "properties": {
  16711. "id": {
  16712. "type": "string"
  16713. },
  16714. "limit": {
  16715. "description": "每页大小",
  16716. "type": "string"
  16717. },
  16718. "page": {
  16719. "description": "页数",
  16720. "type": "string"
  16721. }
  16722. }
  16723. },
  16724. "md.UserFeedbackRecordListResp": {
  16725. "type": "object",
  16726. "properties": {
  16727. "content": {
  16728. "type": "string"
  16729. },
  16730. "create_at": {
  16731. "type": "string"
  16732. },
  16733. "head_img": {
  16734. "type": "string"
  16735. },
  16736. "nickname": {
  16737. "type": "string"
  16738. },
  16739. "type": {
  16740. "type": "string"
  16741. }
  16742. }
  16743. },
  16744. "md.UserFeedbackSayReq": {
  16745. "type": "object",
  16746. "properties": {
  16747. "content": {
  16748. "type": "string"
  16749. },
  16750. "id": {
  16751. "type": "string"
  16752. }
  16753. }
  16754. },
  16755. "md.UserManagementGetBalanceDetailResp": {
  16756. "type": "object",
  16757. "properties": {
  16758. "list": {
  16759. "type": "array",
  16760. "items": {
  16761. "$ref": "#/definitions/md.BalanceDetailNode"
  16762. }
  16763. },
  16764. "paginate": {
  16765. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16766. }
  16767. }
  16768. },
  16769. "md.UserManagementGetFansResp": {
  16770. "type": "object",
  16771. "properties": {
  16772. "list": {
  16773. "description": "用户数据",
  16774. "type": "array",
  16775. "items": {
  16776. "$ref": "#/definitions/md.FansNode"
  16777. }
  16778. },
  16779. "paginate": {
  16780. "description": "分页信息",
  16781. "allOf": [
  16782. {
  16783. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16784. }
  16785. ]
  16786. }
  16787. }
  16788. },
  16789. "md.UserManagementGetOneBasicResp": {
  16790. "type": "object",
  16791. "properties": {
  16792. "basic_info": {
  16793. "description": "基本信息",
  16794. "allOf": [
  16795. {
  16796. "$ref": "#/definitions/md.BasicInfoNode"
  16797. }
  16798. ]
  16799. },
  16800. "levels_list": {
  16801. "description": "等级列表",
  16802. "type": "array",
  16803. "items": {
  16804. "type": "object",
  16805. "additionalProperties": true
  16806. }
  16807. },
  16808. "other_info": {
  16809. "description": "其他信息",
  16810. "allOf": [
  16811. {
  16812. "$ref": "#/definitions/md.OtherNode"
  16813. }
  16814. ]
  16815. },
  16816. "tags_list": {
  16817. "description": "标签列表",
  16818. "type": "array",
  16819. "items": {
  16820. "type": "object",
  16821. "additionalProperties": true
  16822. }
  16823. }
  16824. }
  16825. },
  16826. "md.UserManagementGetUserListNode": {
  16827. "type": "object",
  16828. "properties": {
  16829. "avatar": {
  16830. "description": "头像",
  16831. "type": "string"
  16832. },
  16833. "id": {
  16834. "description": "会员 ID",
  16835. "type": "integer"
  16836. },
  16837. "invite_code": {
  16838. "type": "string",
  16839. "example": "会员邀请码"
  16840. },
  16841. "is_real_name": {
  16842. "description": "是否实名 0.未实名,1.已实名",
  16843. "type": "integer"
  16844. },
  16845. "last_login_at": {
  16846. "description": "最后登录时间",
  16847. "type": "string"
  16848. },
  16849. "level_name": {
  16850. "description": "会员等级",
  16851. "type": "string"
  16852. },
  16853. "memo": {
  16854. "description": "备注",
  16855. "type": "string"
  16856. },
  16857. "nickname": {
  16858. "description": "昵称",
  16859. "type": "string"
  16860. },
  16861. "parent_id": {
  16862. "description": "推荐人 ID",
  16863. "type": "integer"
  16864. },
  16865. "parent_invite_code": {
  16866. "type": "string",
  16867. "example": "推荐人邀请码"
  16868. },
  16869. "parent_phone": {
  16870. "type": "string",
  16871. "example": "推荐人手机号"
  16872. },
  16873. "phone": {
  16874. "description": "手机号",
  16875. "type": "string"
  16876. },
  16877. "register_time": {
  16878. "description": "注册时间",
  16879. "type": "string"
  16880. },
  16881. "register_type": {
  16882. "description": "注册类型",
  16883. "type": "integer"
  16884. },
  16885. "sex": {
  16886. "description": "性别(0:未知 1:男 2:女)",
  16887. "type": "integer"
  16888. },
  16889. "state": {
  16890. "description": "状态",
  16891. "type": "integer"
  16892. },
  16893. "tag": {
  16894. "description": "会员标签",
  16895. "type": "array",
  16896. "items": {
  16897. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16898. }
  16899. },
  16900. "wechat": {
  16901. "description": "微信号",
  16902. "type": "string"
  16903. }
  16904. }
  16905. },
  16906. "md.UserManagementGetUserListReq": {
  16907. "type": "object",
  16908. "properties": {
  16909. "effective": {
  16910. "description": "有效会员",
  16911. "type": "integer"
  16912. },
  16913. "id": {
  16914. "description": "会员 ID",
  16915. "type": "integer"
  16916. },
  16917. "invite_code": {
  16918. "type": "string",
  16919. "example": "会员邀请码"
  16920. },
  16921. "is_real_name": {
  16922. "description": "是否实名 0.未实名,1.已实名",
  16923. "type": "integer"
  16924. },
  16925. "is_recycle": {
  16926. "type": "string"
  16927. },
  16928. "level": {
  16929. "description": "会员等级",
  16930. "type": "integer"
  16931. },
  16932. "limit": {
  16933. "type": "integer"
  16934. },
  16935. "login_after": {
  16936. "description": "最近登录结束时间",
  16937. "type": "string"
  16938. },
  16939. "login_before": {
  16940. "description": "最近登录开始时间",
  16941. "type": "string"
  16942. },
  16943. "memo": {
  16944. "description": "备注",
  16945. "type": "string"
  16946. },
  16947. "nickname": {
  16948. "type": "string",
  16949. "example": "会员昵称"
  16950. },
  16951. "page": {
  16952. "type": "integer"
  16953. },
  16954. "parent_invite_code": {
  16955. "type": "string",
  16956. "example": "上级邀请码"
  16957. },
  16958. "parent_phone": {
  16959. "type": "string",
  16960. "example": "上级手机号"
  16961. },
  16962. "phone": {
  16963. "type": "string",
  16964. "example": "会员手机号"
  16965. },
  16966. "recommend_id": {
  16967. "description": "推荐人 ID",
  16968. "type": "integer"
  16969. },
  16970. "register_after": {
  16971. "description": "注册时间终点",
  16972. "type": "string"
  16973. },
  16974. "register_before": {
  16975. "description": "注册时间起点",
  16976. "type": "string"
  16977. },
  16978. "register_type": {
  16979. "description": "注册类型(1:APP注册、2:H5注册)",
  16980. "type": "integer"
  16981. },
  16982. "sex": {
  16983. "description": "性别(0:未知 1:男 2:女)",
  16984. "type": "integer"
  16985. },
  16986. "state": {
  16987. "description": "状态",
  16988. "type": "integer"
  16989. },
  16990. "tag": {
  16991. "description": "标签 id",
  16992. "type": "integer"
  16993. },
  16994. "union_id": {
  16995. "type": "string",
  16996. "example": "微信号"
  16997. }
  16998. }
  16999. },
  17000. "md.UserManagementGetUserListResp": {
  17001. "type": "object",
  17002. "properties": {
  17003. "levels_list": {
  17004. "description": "等级列表",
  17005. "type": "array",
  17006. "items": {
  17007. "type": "object",
  17008. "additionalProperties": true
  17009. }
  17010. },
  17011. "list": {
  17012. "type": "array",
  17013. "items": {
  17014. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  17015. }
  17016. },
  17017. "paginate": {
  17018. "description": "分页信息",
  17019. "allOf": [
  17020. {
  17021. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  17022. }
  17023. ]
  17024. },
  17025. "state_list": {
  17026. "description": "状态列表",
  17027. "type": "array",
  17028. "items": {
  17029. "type": "object",
  17030. "additionalProperties": true
  17031. }
  17032. },
  17033. "tags_list": {
  17034. "description": "标签列表",
  17035. "type": "array",
  17036. "items": {
  17037. "type": "object",
  17038. "additionalProperties": true
  17039. }
  17040. }
  17041. }
  17042. },
  17043. "md.UserManagementGetVirtualCoinDetailResp": {
  17044. "type": "object",
  17045. "properties": {
  17046. "coin_list": {
  17047. "type": "array",
  17048. "items": {
  17049. "type": "object",
  17050. "additionalProperties": true
  17051. }
  17052. },
  17053. "list": {
  17054. "type": "array",
  17055. "items": {
  17056. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  17057. }
  17058. },
  17059. "paginate": {
  17060. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  17061. }
  17062. }
  17063. },
  17064. "md.UserManagementUpdateUserInfoReq": {
  17065. "type": "object",
  17066. "properties": {
  17067. "avatar": {
  17068. "description": "头像",
  17069. "type": "string"
  17070. },
  17071. "last_login_ip": {
  17072. "description": "用户最后登录 IP",
  17073. "type": "string"
  17074. },
  17075. "level": {
  17076. "description": "会员等级 ID",
  17077. "type": "string"
  17078. },
  17079. "memo": {
  17080. "type": "string",
  17081. "example": "备注"
  17082. },
  17083. "nickname": {
  17084. "description": "用户名",
  17085. "type": "string"
  17086. },
  17087. "parent_uid": {
  17088. "description": "邀请人 ID",
  17089. "type": "string"
  17090. },
  17091. "password": {
  17092. "description": "登录密码",
  17093. "type": "string"
  17094. },
  17095. "phone": {
  17096. "description": "手机号",
  17097. "type": "string"
  17098. },
  17099. "sex": {
  17100. "description": "性别(0:未知 1:男 2:女)",
  17101. "type": "string"
  17102. },
  17103. "state": {
  17104. "description": "账号状态 1正常,2冻结",
  17105. "type": "string"
  17106. },
  17107. "tag": {
  17108. "description": "用户标签 ID列表",
  17109. "type": "string"
  17110. },
  17111. "uid": {
  17112. "type": "integer"
  17113. },
  17114. "union_id": {
  17115. "description": "微信号",
  17116. "type": "string"
  17117. },
  17118. "wechat_account": {
  17119. "type": "string"
  17120. }
  17121. }
  17122. },
  17123. "md.UserManagementUserInfoCancelReq": {
  17124. "type": "object",
  17125. "properties": {
  17126. "uid": {
  17127. "type": "string",
  17128. "example": "多个逗号隔开"
  17129. }
  17130. }
  17131. },
  17132. "md.UserManagementUserInfoReq": {
  17133. "type": "object",
  17134. "properties": {
  17135. "parent_uid": {
  17136. "type": "string",
  17137. "example": "参考下智莺 保留关系时候的选择用户"
  17138. },
  17139. "uid": {
  17140. "type": "string",
  17141. "example": "多个逗号隔开"
  17142. }
  17143. }
  17144. },
  17145. "md.UserRealName": {
  17146. "type": "object",
  17147. "properties": {
  17148. "create_time": {
  17149. "type": "string"
  17150. },
  17151. "id": {
  17152. "type": "string"
  17153. },
  17154. "id_no": {
  17155. "type": "string"
  17156. },
  17157. "name": {
  17158. "type": "string"
  17159. },
  17160. "pay_state": {
  17161. "type": "string",
  17162. "example": "0未支付 1已支付"
  17163. },
  17164. "phone": {
  17165. "type": "string"
  17166. },
  17167. "state": {
  17168. "type": "string",
  17169. "example": "0未申请 1申请通过 3申请失败"
  17170. },
  17171. "uid": {
  17172. "type": "string"
  17173. }
  17174. }
  17175. },
  17176. "md.UserRealNameBaseResp": {
  17177. "type": "object",
  17178. "properties": {
  17179. "user_real_name_money": {
  17180. "type": "string",
  17181. "example": "实名认证费用"
  17182. },
  17183. "user_real_name_rule": {
  17184. "type": "string",
  17185. "example": "实名认证说明"
  17186. }
  17187. }
  17188. },
  17189. "md.UserRealNameReq": {
  17190. "type": "object",
  17191. "properties": {
  17192. "id_no": {
  17193. "type": "string"
  17194. },
  17195. "limit": {
  17196. "type": "string"
  17197. },
  17198. "name": {
  17199. "type": "string"
  17200. },
  17201. "page": {
  17202. "type": "string"
  17203. },
  17204. "phone": {
  17205. "type": "string"
  17206. },
  17207. "state": {
  17208. "type": "string"
  17209. },
  17210. "uid": {
  17211. "type": "string"
  17212. }
  17213. }
  17214. },
  17215. "md.UserRealNameResp": {
  17216. "type": "object",
  17217. "properties": {
  17218. "list": {
  17219. "type": "array",
  17220. "items": {
  17221. "$ref": "#/definitions/md.UserRealName"
  17222. }
  17223. },
  17224. "select_data": {
  17225. "type": "array",
  17226. "items": {
  17227. "type": "object",
  17228. "additionalProperties": {
  17229. "type": "string"
  17230. }
  17231. }
  17232. },
  17233. "total": {
  17234. "type": "integer"
  17235. }
  17236. }
  17237. },
  17238. "md.UserRealNameSaveReq": {
  17239. "type": "object",
  17240. "properties": {
  17241. "id": {
  17242. "type": "string"
  17243. },
  17244. "state": {
  17245. "type": "string"
  17246. }
  17247. }
  17248. },
  17249. "md.UserVirtualCoinFlow": {
  17250. "type": "object",
  17251. "properties": {
  17252. "after_amount": {
  17253. "type": "string",
  17254. "example": "变更后数量"
  17255. },
  17256. "amount": {
  17257. "type": "string",
  17258. "example": "变更数量"
  17259. },
  17260. "before_amount": {
  17261. "type": "string",
  17262. "example": "变更前数量"
  17263. },
  17264. "coin_id": {
  17265. "description": "虚拟币 ID",
  17266. "type": "integer"
  17267. },
  17268. "create_at": {
  17269. "type": "string",
  17270. "example": "创建时间"
  17271. },
  17272. "direction": {
  17273. "description": "方向:1收入 2支出",
  17274. "type": "integer"
  17275. },
  17276. "id": {
  17277. "type": "integer"
  17278. },
  17279. "sys_fee": {
  17280. "type": "string",
  17281. "example": "手续费"
  17282. },
  17283. "title": {
  17284. "type": "string",
  17285. "example": "标题"
  17286. },
  17287. "transfer_type": {
  17288. "description": "转账类型",
  17289. "type": "integer"
  17290. },
  17291. "uid": {
  17292. "description": "用户 ID",
  17293. "type": "integer"
  17294. },
  17295. "update_at": {
  17296. "type": "string",
  17297. "example": "更新时间"
  17298. }
  17299. }
  17300. },
  17301. "md.VideoBaseData": {
  17302. "type": "object",
  17303. "properties": {
  17304. "interval": {
  17305. "type": "string",
  17306. "example": "领取间隔 秒"
  17307. },
  17308. "reward": {
  17309. "type": "string",
  17310. "example": "单次奖励"
  17311. },
  17312. "timer": {
  17313. "type": "string",
  17314. "example": "观看X秒奖励"
  17315. },
  17316. "total": {
  17317. "type": "string",
  17318. "example": "可领取总次数"
  17319. }
  17320. }
  17321. },
  17322. "md.VideoRewardSetting": {
  17323. "type": "object",
  17324. "properties": {
  17325. "video_reward_is_open": {
  17326. "description": "视频奖励是否开启(1:开启 0:关闭)",
  17327. "type": "integer"
  17328. },
  17329. "video_reward_system": {
  17330. "description": "视频奖励机制",
  17331. "allOf": [
  17332. {
  17333. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  17334. }
  17335. ]
  17336. }
  17337. }
  17338. },
  17339. "md.VideoRewardSystemStruct": {
  17340. "type": "object",
  17341. "properties": {
  17342. "each_round_hour": {
  17343. "description": "每一轮X个小时",
  17344. "type": "string"
  17345. },
  17346. "interval_minutes": {
  17347. "description": "间隔X秒",
  17348. "type": "string"
  17349. },
  17350. "reward_total_num": {
  17351. "description": "一共X个奖励视屏",
  17352. "type": "string"
  17353. },
  17354. "reward_value": {
  17355. "description": "奖励X个活跃积分",
  17356. "type": "string"
  17357. }
  17358. }
  17359. },
  17360. "md.VipEquitySettingNode": {
  17361. "type": "object",
  17362. "properties": {
  17363. "dividend_ratio": {
  17364. "description": "分红比例",
  17365. "type": "string"
  17366. },
  17367. "exchange_account_balance_fee": {
  17368. "description": "兑换余额手续费",
  17369. "type": "string"
  17370. },
  17371. "vip_level_id": {
  17372. "description": "会员等级ID",
  17373. "type": "string"
  17374. },
  17375. "vip_level_name": {
  17376. "description": "会员等级名称",
  17377. "type": "string"
  17378. }
  17379. }
  17380. },
  17381. "md.VirtualCoin": {
  17382. "type": "object",
  17383. "properties": {
  17384. "create_at": {
  17385. "type": "string"
  17386. },
  17387. "exchange_ratio": {
  17388. "description": "兑换比例(与金额)",
  17389. "type": "string",
  17390. "example": "兑换比例(与金额)"
  17391. },
  17392. "id": {
  17393. "type": "integer"
  17394. },
  17395. "is_use": {
  17396. "description": "是否开启: 0否 1是",
  17397. "type": "integer"
  17398. },
  17399. "name": {
  17400. "description": "名称",
  17401. "type": "string"
  17402. },
  17403. "update_at": {
  17404. "type": "string"
  17405. }
  17406. }
  17407. },
  17408. "md.VirtualCoinDetailNode": {
  17409. "type": "object",
  17410. "properties": {
  17411. "after_amount": {
  17412. "description": "变更后积分余额",
  17413. "type": "string"
  17414. },
  17415. "amount": {
  17416. "description": "变更数量",
  17417. "type": "string"
  17418. },
  17419. "create_at": {
  17420. "description": "创建时间",
  17421. "type": "string"
  17422. },
  17423. "direction": {
  17424. "description": "类型 1.收入 2.支出",
  17425. "type": "integer"
  17426. },
  17427. "uid": {
  17428. "description": "用户 ID",
  17429. "type": "integer"
  17430. }
  17431. }
  17432. },
  17433. "md.VirtualCoinListNode": {
  17434. "type": "object",
  17435. "properties": {
  17436. "coin_id": {
  17437. "description": "货币类型 ID",
  17438. "type": "integer"
  17439. },
  17440. "kind": {
  17441. "description": "货币序号",
  17442. "type": "integer"
  17443. },
  17444. "name": {
  17445. "type": "string",
  17446. "example": "货币类型名称"
  17447. }
  17448. }
  17449. },
  17450. "md.WebsiteInfoResp": {
  17451. "type": "object",
  17452. "properties": {
  17453. "android_down_url": {
  17454. "type": "string"
  17455. },
  17456. "ios_down_url": {
  17457. "type": "string"
  17458. },
  17459. "seo_logo": {
  17460. "type": "string"
  17461. },
  17462. "seo_title": {
  17463. "type": "string",
  17464. "example": "seo"
  17465. },
  17466. "web_logo": {
  17467. "type": "string"
  17468. }
  17469. }
  17470. },
  17471. "md.WithdrawApplyAuditReq": {
  17472. "type": "object",
  17473. "required": [
  17474. "audit_state",
  17475. "withdraw_apply_id"
  17476. ],
  17477. "properties": {
  17478. "audit_state": {
  17479. "description": "审核状态(1:同意 2:拒绝)",
  17480. "type": "integer"
  17481. },
  17482. "reason": {
  17483. "description": "审核失败(驳回理由)",
  17484. "type": "integer"
  17485. },
  17486. "withdraw_apply_id": {
  17487. "description": "提现申请id",
  17488. "type": "integer"
  17489. }
  17490. }
  17491. },
  17492. "md.WithdrawFeeSetStruct": {
  17493. "type": "object",
  17494. "properties": {
  17495. "duration": {
  17496. "description": "类型 (1.固定金额 2.固定比例)",
  17497. "type": "integer"
  17498. },
  17499. "value": {
  17500. "description": "具体值",
  17501. "type": "integer"
  17502. }
  17503. }
  17504. },
  17505. "md.WithdrawFrequencySettingStruct": {
  17506. "type": "object",
  17507. "properties": {
  17508. "duration": {
  17509. "description": "周期 (1.天 2.周 3.月)",
  17510. "type": "integer"
  17511. },
  17512. "num": {
  17513. "description": "周期数",
  17514. "type": "array",
  17515. "items": {
  17516. "type": "string"
  17517. }
  17518. }
  17519. }
  17520. },
  17521. "md.WithdrawTimeIntervalStruct": {
  17522. "type": "object",
  17523. "properties": {
  17524. "end_at": {
  17525. "type": "string"
  17526. },
  17527. "start_at": {
  17528. "type": "string"
  17529. }
  17530. }
  17531. },
  17532. "model.EggEnergyUserEggIndexWeight": {
  17533. "type": "object",
  17534. "properties": {
  17535. "account_balance_exchange_egg_energy_nums": {
  17536. "type": "string"
  17537. },
  17538. "browse_interface_nums": {
  17539. "type": "string"
  17540. },
  17541. "college_learning_nums": {
  17542. "type": "string"
  17543. },
  17544. "create_at": {
  17545. "type": "string"
  17546. },
  17547. "ecpm": {
  17548. "type": "string"
  17549. },
  17550. "egg_energy_exchange_account_balance": {
  17551. "type": "string"
  17552. },
  17553. "forum_comments_nums": {
  17554. "type": "string"
  17555. },
  17556. "id": {
  17557. "type": "integer"
  17558. },
  17559. "im_activity_nums": {
  17560. "type": "string"
  17561. },
  17562. "invite_user_nums": {
  17563. "type": "string"
  17564. },
  17565. "person_add_activity_value": {
  17566. "type": "string"
  17567. },
  17568. "send_circle_of_friend_nums": {
  17569. "type": "string"
  17570. },
  17571. "send_red_package_nums": {
  17572. "type": "string"
  17573. },
  17574. "sign_in_nums": {
  17575. "type": "string"
  17576. },
  17577. "team_activity_nums": {
  17578. "type": "string"
  17579. },
  17580. "update_at": {
  17581. "type": "string"
  17582. },
  17583. "violate_nums": {
  17584. "type": "string"
  17585. }
  17586. }
  17587. },
  17588. "model.PlatformActiveData": {
  17589. "type": "object",
  17590. "properties": {
  17591. "date": {
  17592. "type": "string"
  17593. },
  17594. "id": {
  17595. "type": "integer"
  17596. },
  17597. "new_user_count": {
  17598. "type": "integer"
  17599. },
  17600. "user_sign_in_count": {
  17601. "type": "integer"
  17602. },
  17603. "withdraw_amount_count": {
  17604. "type": "string"
  17605. },
  17606. "withdraw_user_count": {
  17607. "type": "integer"
  17608. }
  17609. }
  17610. },
  17611. "model.UserLevelTask": {
  17612. "type": "object",
  17613. "properties": {
  17614. "active_days": {
  17615. "type": "integer"
  17616. },
  17617. "create_at": {
  17618. "type": "string"
  17619. },
  17620. "finish_count": {
  17621. "type": "integer"
  17622. },
  17623. "id": {
  17624. "type": "integer"
  17625. },
  17626. "is_must_task": {
  17627. "type": "integer"
  17628. },
  17629. "level_id": {
  17630. "type": "integer"
  17631. },
  17632. "task_type": {
  17633. "type": "integer"
  17634. },
  17635. "task_type_level_id": {
  17636. "type": "integer"
  17637. },
  17638. "update_at": {
  17639. "type": "string"
  17640. },
  17641. "within_days": {
  17642. "type": "integer"
  17643. }
  17644. }
  17645. },
  17646. "setCenter.KuaizhanBasicReq": {
  17647. "type": "object",
  17648. "properties": {
  17649. "kuaizhan_url": {
  17650. "type": "string"
  17651. }
  17652. }
  17653. },
  17654. "setCenter.KuaizhanBasicResp": {
  17655. "type": "object",
  17656. "properties": {
  17657. "kuaizhan_url": {
  17658. "type": "string"
  17659. }
  17660. }
  17661. },
  17662. "setCenter.WebBasicReq": {
  17663. "type": "object",
  17664. "properties": {
  17665. "android_down_url": {
  17666. "type": "string"
  17667. },
  17668. "ios_down_url": {
  17669. "type": "string"
  17670. },
  17671. "seo_logo": {
  17672. "type": "string"
  17673. },
  17674. "seo_title": {
  17675. "type": "string"
  17676. },
  17677. "wap_host": {
  17678. "type": "string",
  17679. "example": "h5域名"
  17680. },
  17681. "web_logo": {
  17682. "type": "string"
  17683. }
  17684. }
  17685. },
  17686. "setCenter.WebBasicResp": {
  17687. "type": "object",
  17688. "properties": {
  17689. "android_down_url": {
  17690. "type": "string"
  17691. },
  17692. "ios_down_url": {
  17693. "type": "string"
  17694. },
  17695. "seo_logo": {
  17696. "type": "string"
  17697. },
  17698. "seo_logo_url": {
  17699. "type": "string"
  17700. },
  17701. "seo_title": {
  17702. "type": "string"
  17703. },
  17704. "wap_host": {
  17705. "type": "string",
  17706. "example": "h5域名"
  17707. },
  17708. "web_logo": {
  17709. "type": "string"
  17710. },
  17711. "web_logo_url": {
  17712. "type": "string"
  17713. }
  17714. }
  17715. },
  17716. "setCenter.WebDomainBasicReq": {
  17717. "type": "object",
  17718. "properties": {
  17719. "down_web_open": {
  17720. "type": "string"
  17721. },
  17722. "web_domain": {
  17723. "type": "array",
  17724. "items": {
  17725. "type": "string"
  17726. }
  17727. }
  17728. }
  17729. }
  17730. },
  17731. "securityDefinitions": {
  17732. "MasterID": {
  17733. "type": "apiKey",
  17734. "name": "MasterID",
  17735. "in": "header"
  17736. }
  17737. }
  17738. }