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

16557 wiersze
563 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/list": {
  332. "post": {
  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. "description": "(分页信息必填)",
  354. "name": "req",
  355. "in": "body",
  356. "required": true,
  357. "schema": {
  358. "$ref": "#/definitions/md.AdvertisingListReq"
  359. }
  360. }
  361. ],
  362. "responses": {
  363. "200": {
  364. "description": "具体数据",
  365. "schema": {
  366. "$ref": "#/definitions/md.AdvertisingListResp"
  367. }
  368. },
  369. "400": {
  370. "description": "具体错误",
  371. "schema": {
  372. "$ref": "#/definitions/md.Response"
  373. }
  374. }
  375. }
  376. }
  377. },
  378. "/api/advertising/save": {
  379. "post": {
  380. "description": "广告管理-广告列表-保存",
  381. "consumes": [
  382. "application/json"
  383. ],
  384. "produces": [
  385. "application/json"
  386. ],
  387. "tags": [
  388. "广告管理"
  389. ],
  390. "summary": "广告管理-广告列表-保存",
  391. "parameters": [
  392. {
  393. "type": "string",
  394. "description": "验证参数Bearer和token空格拼接",
  395. "name": "Authorization",
  396. "in": "header",
  397. "required": true
  398. },
  399. {
  400. "description": "(分页信息必填)",
  401. "name": "req",
  402. "in": "body",
  403. "required": true,
  404. "schema": {
  405. "$ref": "#/definitions/md.AdvertisingSaveReq"
  406. }
  407. }
  408. ],
  409. "responses": {
  410. "200": {
  411. "description": "具体数据",
  412. "schema": {
  413. "type": "string"
  414. }
  415. },
  416. "400": {
  417. "description": "具体错误",
  418. "schema": {
  419. "$ref": "#/definitions/md.Response"
  420. }
  421. }
  422. }
  423. }
  424. },
  425. "/api/advertising/setBasic": {
  426. "post": {
  427. "description": "广告管理-基础设置-信息保存",
  428. "consumes": [
  429. "application/json"
  430. ],
  431. "produces": [
  432. "application/json"
  433. ],
  434. "tags": [
  435. "广告管理"
  436. ],
  437. "summary": "广告管理-基础设置-信息保存",
  438. "parameters": [
  439. {
  440. "type": "string",
  441. "description": "验证参数Bearer和token空格拼接",
  442. "name": "Authorization",
  443. "in": "header",
  444. "required": true
  445. },
  446. {
  447. "description": "(分页信息必填)",
  448. "name": "req",
  449. "in": "body",
  450. "required": true,
  451. "schema": {
  452. "$ref": "#/definitions/md.AdvertisingBase"
  453. }
  454. }
  455. ],
  456. "responses": {
  457. "200": {
  458. "description": "具体数据",
  459. "schema": {
  460. "type": "string"
  461. }
  462. },
  463. "400": {
  464. "description": "具体错误",
  465. "schema": {
  466. "$ref": "#/definitions/md.Response"
  467. }
  468. }
  469. }
  470. }
  471. },
  472. "/api/advertising/setLimit": {
  473. "post": {
  474. "description": "广告管理-广告设置-信息保存",
  475. "consumes": [
  476. "application/json"
  477. ],
  478. "produces": [
  479. "application/json"
  480. ],
  481. "tags": [
  482. "广告管理"
  483. ],
  484. "summary": "广告管理-广告设置-信息保存",
  485. "parameters": [
  486. {
  487. "type": "string",
  488. "description": "验证参数Bearer和token空格拼接",
  489. "name": "Authorization",
  490. "in": "header",
  491. "required": true
  492. },
  493. {
  494. "description": "(分页信息必填)",
  495. "name": "req",
  496. "in": "body",
  497. "required": true,
  498. "schema": {
  499. "$ref": "#/definitions/md.AdvertisingLimit"
  500. }
  501. }
  502. ],
  503. "responses": {
  504. "200": {
  505. "description": "具体数据",
  506. "schema": {
  507. "type": "string"
  508. }
  509. },
  510. "400": {
  511. "description": "具体错误",
  512. "schema": {
  513. "$ref": "#/definitions/md.Response"
  514. }
  515. }
  516. }
  517. }
  518. },
  519. "/api/article/cate/del": {
  520. "post": {
  521. "description": "分类列表-分类删除",
  522. "consumes": [
  523. "application/json"
  524. ],
  525. "produces": [
  526. "application/json"
  527. ],
  528. "tags": [
  529. "文章资讯"
  530. ],
  531. "summary": "文章资讯-分类列表-分类删除",
  532. "parameters": [
  533. {
  534. "type": "string",
  535. "description": "验证参数Bearer和token空格拼接",
  536. "name": "Authorization",
  537. "in": "header",
  538. "required": true
  539. },
  540. {
  541. "description": "(分页信息必填)",
  542. "name": "req",
  543. "in": "body",
  544. "required": true,
  545. "schema": {
  546. "$ref": "#/definitions/md.ArticleCateDelReq"
  547. }
  548. }
  549. ],
  550. "responses": {
  551. "200": {
  552. "description": "具体数据",
  553. "schema": {
  554. "type": "string"
  555. }
  556. },
  557. "400": {
  558. "description": "具体错误",
  559. "schema": {
  560. "$ref": "#/definitions/md.Response"
  561. }
  562. }
  563. }
  564. }
  565. },
  566. "/api/article/cate/list": {
  567. "post": {
  568. "description": "分类列表",
  569. "consumes": [
  570. "application/json"
  571. ],
  572. "produces": [
  573. "application/json"
  574. ],
  575. "tags": [
  576. "文章资讯"
  577. ],
  578. "summary": "文章资讯-分类列表",
  579. "parameters": [
  580. {
  581. "type": "string",
  582. "description": "验证参数Bearer和token空格拼接",
  583. "name": "Authorization",
  584. "in": "header",
  585. "required": true
  586. },
  587. {
  588. "description": "(分页信息必填)",
  589. "name": "req",
  590. "in": "body",
  591. "required": true,
  592. "schema": {
  593. "$ref": "#/definitions/md.ArticleCateListReq"
  594. }
  595. }
  596. ],
  597. "responses": {
  598. "200": {
  599. "description": "具体数据",
  600. "schema": {
  601. "$ref": "#/definitions/md.ArticleCateListResp"
  602. }
  603. },
  604. "400": {
  605. "description": "具体错误",
  606. "schema": {
  607. "$ref": "#/definitions/md.Response"
  608. }
  609. }
  610. }
  611. }
  612. },
  613. "/api/article/cate/save": {
  614. "post": {
  615. "description": "分类列表-分类保存",
  616. "consumes": [
  617. "application/json"
  618. ],
  619. "produces": [
  620. "application/json"
  621. ],
  622. "tags": [
  623. "文章资讯"
  624. ],
  625. "summary": "文章资讯-分类列表-分类保存",
  626. "parameters": [
  627. {
  628. "type": "string",
  629. "description": "验证参数Bearer和token空格拼接",
  630. "name": "Authorization",
  631. "in": "header",
  632. "required": true
  633. },
  634. {
  635. "description": "(分页信息必填)",
  636. "name": "req",
  637. "in": "body",
  638. "required": true,
  639. "schema": {
  640. "$ref": "#/definitions/md.ArticleCateSaveReq"
  641. }
  642. }
  643. ],
  644. "responses": {
  645. "200": {
  646. "description": "具体数据",
  647. "schema": {
  648. "type": "string"
  649. }
  650. },
  651. "400": {
  652. "description": "具体错误",
  653. "schema": {
  654. "$ref": "#/definitions/md.Response"
  655. }
  656. }
  657. }
  658. }
  659. },
  660. "/api/article/content/del": {
  661. "post": {
  662. "description": "文章列表-文章删除",
  663. "consumes": [
  664. "application/json"
  665. ],
  666. "produces": [
  667. "application/json"
  668. ],
  669. "tags": [
  670. "文章资讯"
  671. ],
  672. "summary": "文章资讯-文章列表-文章删除",
  673. "parameters": [
  674. {
  675. "type": "string",
  676. "description": "验证参数Bearer和token空格拼接",
  677. "name": "Authorization",
  678. "in": "header",
  679. "required": true
  680. },
  681. {
  682. "description": "(分页信息必填)",
  683. "name": "req",
  684. "in": "body",
  685. "required": true,
  686. "schema": {
  687. "$ref": "#/definitions/md.ArticleDelReq"
  688. }
  689. }
  690. ],
  691. "responses": {
  692. "200": {
  693. "description": "具体数据",
  694. "schema": {
  695. "type": "string"
  696. }
  697. },
  698. "400": {
  699. "description": "具体错误",
  700. "schema": {
  701. "$ref": "#/definitions/md.Response"
  702. }
  703. }
  704. }
  705. }
  706. },
  707. "/api/article/content/list": {
  708. "post": {
  709. "description": "文章列表",
  710. "consumes": [
  711. "application/json"
  712. ],
  713. "produces": [
  714. "application/json"
  715. ],
  716. "tags": [
  717. "文章资讯"
  718. ],
  719. "summary": "文章资讯-文章列表",
  720. "parameters": [
  721. {
  722. "type": "string",
  723. "description": "验证参数Bearer和token空格拼接",
  724. "name": "Authorization",
  725. "in": "header",
  726. "required": true
  727. },
  728. {
  729. "description": "(分页信息必填)",
  730. "name": "req",
  731. "in": "body",
  732. "required": true,
  733. "schema": {
  734. "$ref": "#/definitions/md.ArticleListReq"
  735. }
  736. }
  737. ],
  738. "responses": {
  739. "200": {
  740. "description": "具体数据",
  741. "schema": {
  742. "$ref": "#/definitions/md.ArticleListResp"
  743. }
  744. },
  745. "400": {
  746. "description": "具体错误",
  747. "schema": {
  748. "$ref": "#/definitions/md.Response"
  749. }
  750. }
  751. }
  752. }
  753. },
  754. "/api/article/content/save": {
  755. "post": {
  756. "description": "文章列表-文章保存",
  757. "consumes": [
  758. "application/json"
  759. ],
  760. "produces": [
  761. "application/json"
  762. ],
  763. "tags": [
  764. "文章资讯"
  765. ],
  766. "summary": "文章资讯-文章列表-文章保存",
  767. "parameters": [
  768. {
  769. "type": "string",
  770. "description": "验证参数Bearer和token空格拼接",
  771. "name": "Authorization",
  772. "in": "header",
  773. "required": true
  774. },
  775. {
  776. "description": "(分页信息必填)",
  777. "name": "req",
  778. "in": "body",
  779. "required": true,
  780. "schema": {
  781. "$ref": "#/definitions/md.ArticleSaveReq"
  782. }
  783. }
  784. ],
  785. "responses": {
  786. "200": {
  787. "description": "具体数据",
  788. "schema": {
  789. "type": "string"
  790. }
  791. },
  792. "400": {
  793. "description": "具体错误",
  794. "schema": {
  795. "$ref": "#/definitions/md.Response"
  796. }
  797. }
  798. }
  799. }
  800. },
  801. "/api/cloudBundle/audit/clear": {
  802. "post": {
  803. "description": "云打包-云打包-清除审核模板",
  804. "consumes": [
  805. "application/json"
  806. ],
  807. "produces": [
  808. "application/json"
  809. ],
  810. "tags": [
  811. "云打包"
  812. ],
  813. "summary": "云打包-云打包-清除审核模板",
  814. "parameters": [
  815. {
  816. "type": "string",
  817. "description": "验证参数Bearer和token空格拼接",
  818. "name": "Authorization",
  819. "in": "header",
  820. "required": true
  821. },
  822. {
  823. "description": "(分页信息必填)",
  824. "name": "req",
  825. "in": "body",
  826. "required": true,
  827. "schema": {
  828. "$ref": "#/definitions/md.AuditClearReq"
  829. }
  830. }
  831. ],
  832. "responses": {
  833. "200": {
  834. "description": "具体数据",
  835. "schema": {
  836. "type": "string"
  837. }
  838. },
  839. "400": {
  840. "description": "具体错误",
  841. "schema": {
  842. "$ref": "#/definitions/md.Response"
  843. }
  844. }
  845. }
  846. }
  847. },
  848. "/api/cloudBundle/audit/set": {
  849. "post": {
  850. "description": "云打包-云打包-设置为审核模板",
  851. "consumes": [
  852. "application/json"
  853. ],
  854. "produces": [
  855. "application/json"
  856. ],
  857. "tags": [
  858. "云打包"
  859. ],
  860. "summary": "云打包-云打包-设置为审核模板",
  861. "parameters": [
  862. {
  863. "type": "string",
  864. "description": "验证参数Bearer和token空格拼接",
  865. "name": "Authorization",
  866. "in": "header",
  867. "required": true
  868. },
  869. {
  870. "description": "(分页信息必填)",
  871. "name": "req",
  872. "in": "body",
  873. "required": true,
  874. "schema": {
  875. "$ref": "#/definitions/md.CommReq"
  876. }
  877. }
  878. ],
  879. "responses": {
  880. "200": {
  881. "description": "具体数据",
  882. "schema": {
  883. "type": "string"
  884. }
  885. },
  886. "400": {
  887. "description": "具体错误",
  888. "schema": {
  889. "$ref": "#/definitions/md.Response"
  890. }
  891. }
  892. }
  893. }
  894. },
  895. "/api/cloudBundle/base": {
  896. "get": {
  897. "description": "打包机使用-云打包基本信息",
  898. "consumes": [
  899. "application/json"
  900. ],
  901. "produces": [
  902. "application/json"
  903. ],
  904. "tags": [
  905. "打包机使用"
  906. ],
  907. "summary": "打包机使用-云打包基本信息",
  908. "parameters": [
  909. {
  910. "type": "string",
  911. "description": "验证参数Bearer和token空格拼接",
  912. "name": "Authorization",
  913. "in": "header",
  914. "required": true
  915. }
  916. ],
  917. "responses": {
  918. "200": {
  919. "description": "具体数据",
  920. "schema": {
  921. "$ref": "#/definitions/md.CloudBundleBaseResp"
  922. }
  923. },
  924. "400": {
  925. "description": "具体错误",
  926. "schema": {
  927. "$ref": "#/definitions/md.Response"
  928. }
  929. }
  930. }
  931. }
  932. },
  933. "/api/cloudBundle/build": {
  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.CloudBundleBuildReq"
  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/del": {
  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.CloudBundleDelReq"
  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/img/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.CloudBundleImgResp"
  1054. }
  1055. },
  1056. "400": {
  1057. "description": "具体错误",
  1058. "schema": {
  1059. "$ref": "#/definitions/md.Response"
  1060. }
  1061. }
  1062. }
  1063. }
  1064. },
  1065. "/api/cloudBundle/img/base/save": {
  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.CloudBundleImgResp"
  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/list": {
  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.CloudBundleReq"
  1140. }
  1141. }
  1142. ],
  1143. "responses": {
  1144. "200": {
  1145. "description": "具体数据",
  1146. "schema": {
  1147. "$ref": "#/definitions/md.CloudBundleResp"
  1148. }
  1149. },
  1150. "400": {
  1151. "description": "具体错误",
  1152. "schema": {
  1153. "$ref": "#/definitions/md.Response"
  1154. }
  1155. }
  1156. }
  1157. }
  1158. },
  1159. "/api/cloudBundle/update/state": {
  1160. "post": {
  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. "description": "(分页信息必填)",
  1182. "name": "req",
  1183. "in": "body",
  1184. "required": true,
  1185. "schema": {
  1186. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1187. }
  1188. }
  1189. ],
  1190. "responses": {
  1191. "200": {
  1192. "description": "具体数据",
  1193. "schema": {
  1194. "type": "string"
  1195. }
  1196. },
  1197. "400": {
  1198. "description": "具体错误",
  1199. "schema": {
  1200. "$ref": "#/definitions/md.Response"
  1201. }
  1202. }
  1203. }
  1204. }
  1205. },
  1206. "/api/cloudBundle/upload": {
  1207. "post": {
  1208. "description": "打包机使用-云打包-上传许可链接(获取)",
  1209. "consumes": [
  1210. "application/json"
  1211. ],
  1212. "produces": [
  1213. "application/json"
  1214. ],
  1215. "tags": [
  1216. "打包机使用"
  1217. ],
  1218. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1219. "parameters": [
  1220. {
  1221. "type": "string",
  1222. "description": "验证参数Bearer和token空格拼接",
  1223. "name": "Authorization",
  1224. "in": "header",
  1225. "required": true
  1226. },
  1227. {
  1228. "description": "签名上传url",
  1229. "name": "req",
  1230. "in": "body",
  1231. "required": true,
  1232. "schema": {
  1233. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1234. }
  1235. }
  1236. ],
  1237. "responses": {
  1238. "200": {
  1239. "description": "许可链接",
  1240. "schema": {
  1241. "type": "string"
  1242. }
  1243. },
  1244. "400": {
  1245. "description": "具体错误",
  1246. "schema": {
  1247. "$ref": "#/definitions/md.Response"
  1248. }
  1249. }
  1250. }
  1251. }
  1252. },
  1253. "/api/cloudBundle/version/base": {
  1254. "get": {
  1255. "description": "云打包-图片配置",
  1256. "consumes": [
  1257. "application/json"
  1258. ],
  1259. "produces": [
  1260. "application/json"
  1261. ],
  1262. "tags": [
  1263. "云打包"
  1264. ],
  1265. "summary": "云打包-云打包-图片配置",
  1266. "parameters": [
  1267. {
  1268. "type": "string",
  1269. "description": "验证参数Bearer和token空格拼接",
  1270. "name": "Authorization",
  1271. "in": "header",
  1272. "required": true
  1273. }
  1274. ],
  1275. "responses": {
  1276. "200": {
  1277. "description": "具体数据",
  1278. "schema": {
  1279. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1280. }
  1281. },
  1282. "400": {
  1283. "description": "具体错误",
  1284. "schema": {
  1285. "$ref": "#/definitions/md.Response"
  1286. }
  1287. }
  1288. }
  1289. }
  1290. },
  1291. "/api/cloudBundle/version/base/save": {
  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.CloudBundleVersion"
  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/comm/adminInfo": {
  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. "responses": {
  1361. "200": {
  1362. "description": "管理员信息",
  1363. "schema": {
  1364. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1365. }
  1366. },
  1367. "400": {
  1368. "description": "具体错误",
  1369. "schema": {
  1370. "$ref": "#/definitions/md.Response"
  1371. }
  1372. }
  1373. }
  1374. }
  1375. },
  1376. "/api/comm/getMenuList": {
  1377. "post": {
  1378. "description": "菜单栏列表(获取)",
  1379. "consumes": [
  1380. "application/json"
  1381. ],
  1382. "produces": [
  1383. "application/json"
  1384. ],
  1385. "tags": [
  1386. "权限列表"
  1387. ],
  1388. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1389. "parameters": [
  1390. {
  1391. "type": "string",
  1392. "description": "验证参数Bearer和token空格拼接",
  1393. "name": "Authorization",
  1394. "in": "header",
  1395. "required": true
  1396. }
  1397. ],
  1398. "responses": {
  1399. "200": {
  1400. "description": "具体路由",
  1401. "schema": {
  1402. "type": "object",
  1403. "additionalProperties": true
  1404. }
  1405. },
  1406. "400": {
  1407. "description": "具体错误",
  1408. "schema": {
  1409. "$ref": "#/definitions/md.Response"
  1410. }
  1411. }
  1412. }
  1413. }
  1414. },
  1415. "/api/comm/getOssUrl": {
  1416. "post": {
  1417. "description": "上传许可链接(获取)",
  1418. "consumes": [
  1419. "application/json"
  1420. ],
  1421. "produces": [
  1422. "application/json"
  1423. ],
  1424. "tags": [
  1425. "对象存储"
  1426. ],
  1427. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1428. "parameters": [
  1429. {
  1430. "type": "string",
  1431. "description": "验证参数Bearer和token空格拼接",
  1432. "name": "Authorization",
  1433. "in": "header",
  1434. "required": true
  1435. },
  1436. {
  1437. "description": "签名上传url",
  1438. "name": "req",
  1439. "in": "body",
  1440. "required": true,
  1441. "schema": {
  1442. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1443. }
  1444. }
  1445. ],
  1446. "responses": {
  1447. "200": {
  1448. "description": "许可链接",
  1449. "schema": {
  1450. "type": "string"
  1451. }
  1452. },
  1453. "400": {
  1454. "description": "具体错误",
  1455. "schema": {
  1456. "$ref": "#/definitions/md.Response"
  1457. }
  1458. }
  1459. }
  1460. }
  1461. },
  1462. "/api/config": {
  1463. "get": {
  1464. "description": "基本配置",
  1465. "consumes": [
  1466. "application/json"
  1467. ],
  1468. "produces": [
  1469. "application/json"
  1470. ],
  1471. "tags": [
  1472. "基本配置"
  1473. ],
  1474. "summary": "基本配置",
  1475. "parameters": [
  1476. {
  1477. "type": "string",
  1478. "description": "验证参数Bearer和token空格拼接",
  1479. "name": "Authorization",
  1480. "in": "header",
  1481. "required": true
  1482. }
  1483. ],
  1484. "responses": {
  1485. "200": {
  1486. "description": "具体数据",
  1487. "schema": {
  1488. "$ref": "#/definitions/md.ConfigResp"
  1489. }
  1490. },
  1491. "400": {
  1492. "description": "具体错误",
  1493. "schema": {
  1494. "$ref": "#/definitions/md.Response"
  1495. }
  1496. }
  1497. }
  1498. }
  1499. },
  1500. "/api/demo": {
  1501. "post": {
  1502. "description": "Demo样例测试",
  1503. "consumes": [
  1504. "application/json"
  1505. ],
  1506. "produces": [
  1507. "application/json"
  1508. ],
  1509. "tags": [
  1510. "Demo"
  1511. ],
  1512. "summary": "Demo测试",
  1513. "parameters": [
  1514. {
  1515. "description": "用户名密码",
  1516. "name": "req",
  1517. "in": "body",
  1518. "required": true,
  1519. "schema": {
  1520. "type": "object"
  1521. }
  1522. }
  1523. ],
  1524. "responses": {
  1525. "200": {
  1526. "description": "token",
  1527. "schema": {
  1528. "type": "object",
  1529. "additionalProperties": true
  1530. }
  1531. },
  1532. "400": {
  1533. "description": "具体错误",
  1534. "schema": {
  1535. "$ref": "#/definitions/md.Response"
  1536. }
  1537. }
  1538. }
  1539. }
  1540. },
  1541. "/api/financialCenter/withdraw/applyList": {
  1542. "post": {
  1543. "description": "提现申请列表(获取)",
  1544. "consumes": [
  1545. "application/json"
  1546. ],
  1547. "produces": [
  1548. "application/json"
  1549. ],
  1550. "tags": [
  1551. "提现"
  1552. ],
  1553. "summary": "财务中心-提现-提现申请列表(获取)",
  1554. "parameters": [
  1555. {
  1556. "type": "string",
  1557. "description": "验证参数Bearer和token空格拼接",
  1558. "name": "Authorization",
  1559. "in": "header",
  1560. "required": true
  1561. },
  1562. {
  1563. "description": "筛选条件",
  1564. "name": "req",
  1565. "in": "body",
  1566. "schema": {
  1567. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1568. }
  1569. }
  1570. ],
  1571. "responses": {
  1572. "200": {
  1573. "description": "具体数据",
  1574. "schema": {
  1575. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1576. }
  1577. },
  1578. "400": {
  1579. "description": "具体错误",
  1580. "schema": {
  1581. "$ref": "#/definitions/md.Response"
  1582. }
  1583. }
  1584. }
  1585. }
  1586. },
  1587. "/api/financialCenter/withdraw/audit": {
  1588. "post": {
  1589. "description": "提现审核",
  1590. "consumes": [
  1591. "application/json"
  1592. ],
  1593. "produces": [
  1594. "application/json"
  1595. ],
  1596. "tags": [
  1597. "提现"
  1598. ],
  1599. "summary": "财务中心-提现-审核",
  1600. "parameters": [
  1601. {
  1602. "type": "string",
  1603. "description": "验证参数Bearer和token空格拼接",
  1604. "name": "Authorization",
  1605. "in": "header",
  1606. "required": true
  1607. },
  1608. {
  1609. "description": "筛选条件",
  1610. "name": "req",
  1611. "in": "body",
  1612. "schema": {
  1613. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1614. }
  1615. }
  1616. ],
  1617. "responses": {
  1618. "200": {
  1619. "description": "success",
  1620. "schema": {
  1621. "type": "string"
  1622. }
  1623. },
  1624. "400": {
  1625. "description": "具体错误",
  1626. "schema": {
  1627. "$ref": "#/definitions/md.Response"
  1628. }
  1629. }
  1630. }
  1631. }
  1632. },
  1633. "/api/financialCenter/withdraw/setting": {
  1634. "get": {
  1635. "description": "基础设置(获取)",
  1636. "consumes": [
  1637. "application/json"
  1638. ],
  1639. "produces": [
  1640. "application/json"
  1641. ],
  1642. "tags": [
  1643. "提现"
  1644. ],
  1645. "summary": "财务中心-提现-基础设置(获取)",
  1646. "parameters": [
  1647. {
  1648. "type": "string",
  1649. "description": "验证参数Bearer和token空格拼接",
  1650. "name": "Authorization",
  1651. "in": "header",
  1652. "required": true
  1653. }
  1654. ],
  1655. "responses": {
  1656. "200": {
  1657. "description": "具体数据",
  1658. "schema": {
  1659. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1660. }
  1661. },
  1662. "400": {
  1663. "description": "具体错误",
  1664. "schema": {
  1665. "$ref": "#/definitions/md.Response"
  1666. }
  1667. }
  1668. }
  1669. }
  1670. },
  1671. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1672. "post": {
  1673. "description": "基础设置(更新)",
  1674. "consumes": [
  1675. "application/json"
  1676. ],
  1677. "produces": [
  1678. "application/json"
  1679. ],
  1680. "tags": [
  1681. "提现"
  1682. ],
  1683. "summary": "财务中心-提现-基础设置(更新)",
  1684. "parameters": [
  1685. {
  1686. "type": "string",
  1687. "description": "验证参数Bearer和token空格拼接",
  1688. "name": "Authorization",
  1689. "in": "header",
  1690. "required": true
  1691. },
  1692. {
  1693. "description": "id 必填",
  1694. "name": "req",
  1695. "in": "body",
  1696. "required": true,
  1697. "schema": {
  1698. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1699. }
  1700. }
  1701. ],
  1702. "responses": {
  1703. "200": {
  1704. "description": "修改数据条数",
  1705. "schema": {
  1706. "type": "int"
  1707. }
  1708. },
  1709. "400": {
  1710. "description": "具体错误",
  1711. "schema": {
  1712. "$ref": "#/definitions/md.Response"
  1713. }
  1714. }
  1715. }
  1716. }
  1717. },
  1718. "/api/friendCircleSettings/basic/index": {
  1719. "get": {
  1720. "description": "基础设置(获取)",
  1721. "consumes": [
  1722. "application/json"
  1723. ],
  1724. "produces": [
  1725. "application/json"
  1726. ],
  1727. "tags": [
  1728. "动态设置"
  1729. ],
  1730. "summary": "社交管理-动态设置-基础设置(获取)",
  1731. "parameters": [
  1732. {
  1733. "type": "string",
  1734. "description": "验证参数Bearer和token空格拼接",
  1735. "name": "Authorization",
  1736. "in": "header",
  1737. "required": true
  1738. }
  1739. ],
  1740. "responses": {
  1741. "200": {
  1742. "description": "具体数据",
  1743. "schema": {
  1744. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1745. }
  1746. },
  1747. "400": {
  1748. "description": "具体错误",
  1749. "schema": {
  1750. "$ref": "#/definitions/md.Response"
  1751. }
  1752. }
  1753. }
  1754. }
  1755. },
  1756. "/api/friendCircleSettings/basic/save": {
  1757. "post": {
  1758. "description": "基础设置(更新)",
  1759. "consumes": [
  1760. "application/json"
  1761. ],
  1762. "produces": [
  1763. "application/json"
  1764. ],
  1765. "tags": [
  1766. "动态设置"
  1767. ],
  1768. "summary": "社交管理-动态设置-基础设置(更新)",
  1769. "parameters": [
  1770. {
  1771. "type": "string",
  1772. "description": "验证参数Bearer和token空格拼接",
  1773. "name": "Authorization",
  1774. "in": "header",
  1775. "required": true
  1776. },
  1777. {
  1778. "description": "id 必填",
  1779. "name": "req",
  1780. "in": "body",
  1781. "required": true,
  1782. "schema": {
  1783. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1784. }
  1785. }
  1786. ],
  1787. "responses": {
  1788. "200": {
  1789. "description": "修改数据条数",
  1790. "schema": {
  1791. "type": "int"
  1792. }
  1793. },
  1794. "400": {
  1795. "description": "具体错误",
  1796. "schema": {
  1797. "$ref": "#/definitions/md.Response"
  1798. }
  1799. }
  1800. }
  1801. }
  1802. },
  1803. "/api/friendCircleSettings/blackList/add": {
  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.AddBlackListReq"
  1831. }
  1832. }
  1833. ],
  1834. "responses": {
  1835. "200": {
  1836. "description": "生成的黑名单id",
  1837. "schema": {
  1838. "type": "string"
  1839. }
  1840. },
  1841. "400": {
  1842. "description": "具体错误",
  1843. "schema": {
  1844. "$ref": "#/definitions/md.Response"
  1845. }
  1846. }
  1847. }
  1848. }
  1849. },
  1850. "/api/friendCircleSettings/blackList/del": {
  1851. "delete": {
  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. "description": "黑名单id 必填",
  1873. "name": "req",
  1874. "in": "body",
  1875. "required": true,
  1876. "schema": {
  1877. "$ref": "#/definitions/md.DeleteBlackListReq"
  1878. }
  1879. }
  1880. ],
  1881. "responses": {
  1882. "200": {
  1883. "description": "删除数据数量",
  1884. "schema": {
  1885. "type": "string"
  1886. }
  1887. },
  1888. "400": {
  1889. "description": "具体错误",
  1890. "schema": {
  1891. "$ref": "#/definitions/md.Response"
  1892. }
  1893. }
  1894. }
  1895. }
  1896. },
  1897. "/api/friendCircleSettings/blackList/index": {
  1898. "get": {
  1899. "description": "黑名单(获取)",
  1900. "consumes": [
  1901. "application/json"
  1902. ],
  1903. "produces": [
  1904. "application/json"
  1905. ],
  1906. "tags": [
  1907. "动态设置"
  1908. ],
  1909. "summary": "社交管理-动态设置-黑名单(获取)",
  1910. "parameters": [
  1911. {
  1912. "type": "string",
  1913. "description": "验证参数Bearer和token空格拼接",
  1914. "name": "Authorization",
  1915. "in": "header",
  1916. "required": true
  1917. },
  1918. {
  1919. "type": "integer",
  1920. "description": "每页大小",
  1921. "name": "limit",
  1922. "in": "query",
  1923. "required": true
  1924. },
  1925. {
  1926. "type": "integer",
  1927. "description": "页数",
  1928. "name": "page",
  1929. "in": "query",
  1930. "required": true
  1931. },
  1932. {
  1933. "type": "integer",
  1934. "description": "手机号",
  1935. "name": "phone",
  1936. "in": "query",
  1937. "required": true
  1938. },
  1939. {
  1940. "type": "integer",
  1941. "description": "用户名",
  1942. "name": "nickname",
  1943. "in": "query",
  1944. "required": true
  1945. },
  1946. {
  1947. "type": "integer",
  1948. "description": "用户id",
  1949. "name": "uid",
  1950. "in": "query",
  1951. "required": true
  1952. }
  1953. ],
  1954. "responses": {
  1955. "200": {
  1956. "description": "具体数据",
  1957. "schema": {
  1958. "$ref": "#/definitions/md.GetBlackListResp"
  1959. }
  1960. },
  1961. "400": {
  1962. "description": "具体错误",
  1963. "schema": {
  1964. "$ref": "#/definitions/md.Response"
  1965. }
  1966. }
  1967. }
  1968. }
  1969. },
  1970. "/api/friendCircleSettings/dynamic/del": {
  1971. "delete": {
  1972. "description": "动态(删除)",
  1973. "consumes": [
  1974. "application/json"
  1975. ],
  1976. "produces": [
  1977. "application/json"
  1978. ],
  1979. "tags": [
  1980. "动态设置"
  1981. ],
  1982. "summary": "社交管理-动态设置-动态(删除)",
  1983. "parameters": [
  1984. {
  1985. "type": "string",
  1986. "description": "验证参数Bearer和token空格拼接",
  1987. "name": "Authorization",
  1988. "in": "header",
  1989. "required": true
  1990. },
  1991. {
  1992. "description": "删除动态id必填",
  1993. "name": "req",
  1994. "in": "body",
  1995. "required": true,
  1996. "schema": {
  1997. "$ref": "#/definitions/md.DeleteDynamicReq"
  1998. }
  1999. }
  2000. ],
  2001. "responses": {
  2002. "200": {
  2003. "description": "success",
  2004. "schema": {
  2005. "type": "string"
  2006. }
  2007. },
  2008. "400": {
  2009. "description": "具体错误",
  2010. "schema": {
  2011. "$ref": "#/definitions/md.Response"
  2012. }
  2013. }
  2014. }
  2015. }
  2016. },
  2017. "/api/friendCircleSettings/dynamic/index": {
  2018. "post": {
  2019. "description": "动态(获取)",
  2020. "consumes": [
  2021. "application/json"
  2022. ],
  2023. "produces": [
  2024. "application/json"
  2025. ],
  2026. "tags": [
  2027. "动态设置"
  2028. ],
  2029. "summary": "社交管理-动态设置-动态(获取)",
  2030. "parameters": [
  2031. {
  2032. "type": "string",
  2033. "description": "验证参数Bearer和token空格拼接",
  2034. "name": "Authorization",
  2035. "in": "header",
  2036. "required": true
  2037. },
  2038. {
  2039. "description": "筛选条件",
  2040. "name": "req",
  2041. "in": "body",
  2042. "schema": {
  2043. "$ref": "#/definitions/md.GetDynamicReq"
  2044. }
  2045. }
  2046. ],
  2047. "responses": {
  2048. "200": {
  2049. "description": "生成的黑名单id",
  2050. "schema": {
  2051. "$ref": "#/definitions/md.GetDynamicResp"
  2052. }
  2053. },
  2054. "400": {
  2055. "description": "具体错误",
  2056. "schema": {
  2057. "$ref": "#/definitions/md.Response"
  2058. }
  2059. }
  2060. }
  2061. }
  2062. },
  2063. "/api/friendCircleSettings/dynamic/release": {
  2064. "post": {
  2065. "description": "动态(发布)",
  2066. "consumes": [
  2067. "application/json"
  2068. ],
  2069. "produces": [
  2070. "application/json"
  2071. ],
  2072. "tags": [
  2073. "动态设置"
  2074. ],
  2075. "summary": "社交管理-动态设置-动态(发布)",
  2076. "parameters": [
  2077. {
  2078. "type": "string",
  2079. "description": "验证参数Bearer和token空格拼接",
  2080. "name": "Authorization",
  2081. "in": "header",
  2082. "required": true
  2083. },
  2084. {
  2085. "description": "发布动态信息",
  2086. "name": "req",
  2087. "in": "body",
  2088. "required": true,
  2089. "schema": {
  2090. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2091. }
  2092. }
  2093. ],
  2094. "responses": {
  2095. "200": {
  2096. "description": "success",
  2097. "schema": {
  2098. "type": "string"
  2099. }
  2100. },
  2101. "400": {
  2102. "description": "具体错误",
  2103. "schema": {
  2104. "$ref": "#/definitions/md.Response"
  2105. }
  2106. }
  2107. }
  2108. }
  2109. },
  2110. "/api/friendCircleSettings/dynamic/update": {
  2111. "post": {
  2112. "description": "动态(更新)",
  2113. "consumes": [
  2114. "application/json"
  2115. ],
  2116. "produces": [
  2117. "application/json"
  2118. ],
  2119. "tags": [
  2120. "动态设置"
  2121. ],
  2122. "summary": "社交管理-动态设置-动态(更新)",
  2123. "parameters": [
  2124. {
  2125. "type": "string",
  2126. "description": "验证参数Bearer和token空格拼接",
  2127. "name": "Authorization",
  2128. "in": "header",
  2129. "required": true
  2130. },
  2131. {
  2132. "description": "更新动态id必填",
  2133. "name": "req",
  2134. "in": "body",
  2135. "required": true,
  2136. "schema": {
  2137. "$ref": "#/definitions/md.UpdateDynamicReq"
  2138. }
  2139. }
  2140. ],
  2141. "responses": {
  2142. "200": {
  2143. "description": "success",
  2144. "schema": {
  2145. "type": "string"
  2146. }
  2147. },
  2148. "400": {
  2149. "description": "具体错误",
  2150. "schema": {
  2151. "$ref": "#/definitions/md.Response"
  2152. }
  2153. }
  2154. }
  2155. }
  2156. },
  2157. "/api/getSTSVoucher": {
  2158. "get": {
  2159. "description": "STS临时访问凭证(获取)",
  2160. "consumes": [
  2161. "application/json"
  2162. ],
  2163. "produces": [
  2164. "application/json"
  2165. ],
  2166. "tags": [
  2167. "打包机使用"
  2168. ],
  2169. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2170. "parameters": [
  2171. {
  2172. "type": "string",
  2173. "description": "验证参数Bearer和token空格拼接",
  2174. "name": "Authorization",
  2175. "in": "header",
  2176. "required": true
  2177. }
  2178. ],
  2179. "responses": {
  2180. "200": {
  2181. "description": "凭证及其他信息",
  2182. "schema": {
  2183. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2184. }
  2185. },
  2186. "400": {
  2187. "description": "具体错误",
  2188. "schema": {
  2189. "$ref": "#/definitions/md.Response"
  2190. }
  2191. }
  2192. }
  2193. }
  2194. },
  2195. "/api/homePage/activeData": {
  2196. "get": {
  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. "responses": {
  2218. "200": {
  2219. "description": "具体数据",
  2220. "schema": {
  2221. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2222. }
  2223. },
  2224. "400": {
  2225. "description": "具体错误",
  2226. "schema": {
  2227. "$ref": "#/definitions/md.Response"
  2228. }
  2229. }
  2230. }
  2231. }
  2232. },
  2233. "/api/homePage/growData": {
  2234. "get": {
  2235. "description": "用户增长曲线",
  2236. "consumes": [
  2237. "application/json"
  2238. ],
  2239. "produces": [
  2240. "application/json"
  2241. ],
  2242. "tags": [
  2243. "首页"
  2244. ],
  2245. "summary": "首页-首页-用户增长曲线",
  2246. "parameters": [
  2247. {
  2248. "type": "string",
  2249. "description": "验证参数Bearer和token空格拼接",
  2250. "name": "Authorization",
  2251. "in": "header",
  2252. "required": true
  2253. },
  2254. {
  2255. "type": "string",
  2256. "description": "1:按天 2:按周 3:按小时",
  2257. "name": "kind",
  2258. "in": "query"
  2259. }
  2260. ],
  2261. "responses": {
  2262. "200": {
  2263. "description": "具体数据",
  2264. "schema": {
  2265. "$ref": "#/definitions/md.GetPriceCurveResp"
  2266. }
  2267. },
  2268. "400": {
  2269. "description": "具体错误",
  2270. "schema": {
  2271. "$ref": "#/definitions/md.Response"
  2272. }
  2273. }
  2274. }
  2275. }
  2276. },
  2277. "/api/homePage/totalData": {
  2278. "get": {
  2279. "description": "数据总览",
  2280. "consumes": [
  2281. "application/json"
  2282. ],
  2283. "produces": [
  2284. "application/json"
  2285. ],
  2286. "tags": [
  2287. "首页"
  2288. ],
  2289. "summary": "首页-首页-数据总览",
  2290. "parameters": [
  2291. {
  2292. "type": "string",
  2293. "description": "验证参数Bearer和token空格拼接",
  2294. "name": "Authorization",
  2295. "in": "header",
  2296. "required": true
  2297. },
  2298. {
  2299. "type": "string",
  2300. "description": "年",
  2301. "name": "year",
  2302. "in": "query",
  2303. "required": true
  2304. },
  2305. {
  2306. "type": "string",
  2307. "description": "月",
  2308. "name": "month",
  2309. "in": "query",
  2310. "required": true
  2311. }
  2312. ],
  2313. "responses": {
  2314. "200": {
  2315. "description": "具体数据",
  2316. "schema": {
  2317. "$ref": "#/definitions/hdl.TotalDataResp"
  2318. }
  2319. },
  2320. "400": {
  2321. "description": "具体错误",
  2322. "schema": {
  2323. "$ref": "#/definitions/md.Response"
  2324. }
  2325. }
  2326. }
  2327. }
  2328. },
  2329. "/api/im/addCustomerService": {
  2330. "post": {
  2331. "description": "客服(新增)",
  2332. "consumes": [
  2333. "application/json"
  2334. ],
  2335. "produces": [
  2336. "application/json"
  2337. ],
  2338. "tags": [
  2339. "客服"
  2340. ],
  2341. "summary": "Im-客服(新增)",
  2342. "parameters": [
  2343. {
  2344. "type": "string",
  2345. "description": "验证参数Bearer和token空格拼接",
  2346. "name": "Authorization",
  2347. "in": "header",
  2348. "required": true
  2349. },
  2350. {
  2351. "description": "相关参数",
  2352. "name": "req",
  2353. "in": "body",
  2354. "required": true,
  2355. "schema": {
  2356. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2357. }
  2358. }
  2359. ],
  2360. "responses": {
  2361. "200": {
  2362. "description": "success",
  2363. "schema": {
  2364. "type": "string"
  2365. }
  2366. },
  2367. "400": {
  2368. "description": "具体错误",
  2369. "schema": {
  2370. "$ref": "#/definitions/md.Response"
  2371. }
  2372. }
  2373. }
  2374. }
  2375. },
  2376. "/api/im/addEmoticon": {
  2377. "post": {
  2378. "description": "表情包(新增)",
  2379. "consumes": [
  2380. "application/json"
  2381. ],
  2382. "produces": [
  2383. "application/json"
  2384. ],
  2385. "tags": [
  2386. "表情包"
  2387. ],
  2388. "summary": "Im-表情包(新增)",
  2389. "parameters": [
  2390. {
  2391. "type": "string",
  2392. "description": "验证参数Bearer和token空格拼接",
  2393. "name": "Authorization",
  2394. "in": "header",
  2395. "required": true
  2396. },
  2397. {
  2398. "description": "相关参数",
  2399. "name": "req",
  2400. "in": "body",
  2401. "required": true,
  2402. "schema": {
  2403. "$ref": "#/definitions/md.AddEmoticonReq"
  2404. }
  2405. }
  2406. ],
  2407. "responses": {
  2408. "200": {
  2409. "description": "success",
  2410. "schema": {
  2411. "type": "string"
  2412. }
  2413. },
  2414. "400": {
  2415. "description": "具体错误",
  2416. "schema": {
  2417. "$ref": "#/definitions/md.Response"
  2418. }
  2419. }
  2420. }
  2421. }
  2422. },
  2423. "/api/im/batchSendGroupMessage": {
  2424. "post": {
  2425. "description": "群发发送群组消息",
  2426. "consumes": [
  2427. "application/json"
  2428. ],
  2429. "produces": [
  2430. "application/json"
  2431. ],
  2432. "tags": [
  2433. "群发发送群组消息"
  2434. ],
  2435. "summary": "Im-群发发送群组消息",
  2436. "parameters": [
  2437. {
  2438. "type": "string",
  2439. "description": "验证参数Bearer和token空格拼接",
  2440. "name": "Authorization",
  2441. "in": "header",
  2442. "required": true
  2443. },
  2444. {
  2445. "description": "相关参数",
  2446. "name": "req",
  2447. "in": "body",
  2448. "required": true,
  2449. "schema": {
  2450. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2451. }
  2452. }
  2453. ],
  2454. "responses": {
  2455. "200": {
  2456. "description": "success",
  2457. "schema": {
  2458. "type": "string"
  2459. }
  2460. },
  2461. "400": {
  2462. "description": "具体错误",
  2463. "schema": {
  2464. "$ref": "#/definitions/md.Response"
  2465. }
  2466. }
  2467. }
  2468. }
  2469. },
  2470. "/api/im/batchSendUserMessage": {
  2471. "post": {
  2472. "description": "群发发送用户消息",
  2473. "consumes": [
  2474. "application/json"
  2475. ],
  2476. "produces": [
  2477. "application/json"
  2478. ],
  2479. "tags": [
  2480. "群发发送用户消息"
  2481. ],
  2482. "summary": "Im-群发发送用户消息",
  2483. "parameters": [
  2484. {
  2485. "type": "string",
  2486. "description": "验证参数Bearer和token空格拼接",
  2487. "name": "Authorization",
  2488. "in": "header",
  2489. "required": true
  2490. },
  2491. {
  2492. "description": "相关参数",
  2493. "name": "req",
  2494. "in": "body",
  2495. "required": true,
  2496. "schema": {
  2497. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2498. }
  2499. }
  2500. ],
  2501. "responses": {
  2502. "200": {
  2503. "description": "success",
  2504. "schema": {
  2505. "type": "string"
  2506. }
  2507. },
  2508. "400": {
  2509. "description": "具体错误",
  2510. "schema": {
  2511. "$ref": "#/definitions/md.Response"
  2512. }
  2513. }
  2514. }
  2515. }
  2516. },
  2517. "/api/im/deleteEmoticon": {
  2518. "post": {
  2519. "description": "表情包(删除)",
  2520. "consumes": [
  2521. "application/json"
  2522. ],
  2523. "produces": [
  2524. "application/json"
  2525. ],
  2526. "tags": [
  2527. "表情包"
  2528. ],
  2529. "summary": "Im-表情包(删除)",
  2530. "parameters": [
  2531. {
  2532. "type": "string",
  2533. "description": "验证参数Bearer和token空格拼接",
  2534. "name": "Authorization",
  2535. "in": "header",
  2536. "required": true
  2537. },
  2538. {
  2539. "description": "相关参数",
  2540. "name": "req",
  2541. "in": "body",
  2542. "required": true,
  2543. "schema": {
  2544. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2545. }
  2546. }
  2547. ],
  2548. "responses": {
  2549. "200": {
  2550. "description": "success",
  2551. "schema": {
  2552. "type": "string"
  2553. }
  2554. },
  2555. "400": {
  2556. "description": "具体错误",
  2557. "schema": {
  2558. "$ref": "#/definitions/md.Response"
  2559. }
  2560. }
  2561. }
  2562. }
  2563. },
  2564. "/api/im/getBasic": {
  2565. "get": {
  2566. "description": "基础设置(获取)",
  2567. "consumes": [
  2568. "application/json"
  2569. ],
  2570. "produces": [
  2571. "application/json"
  2572. ],
  2573. "tags": [
  2574. "基础设置"
  2575. ],
  2576. "summary": "Im-基础设置(获取)",
  2577. "parameters": [
  2578. {
  2579. "type": "string",
  2580. "description": "验证参数Bearer和token空格拼接",
  2581. "name": "Authorization",
  2582. "in": "header",
  2583. "required": true
  2584. }
  2585. ],
  2586. "responses": {
  2587. "200": {
  2588. "description": "设置列表",
  2589. "schema": {
  2590. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2591. }
  2592. },
  2593. "400": {
  2594. "description": "具体错误",
  2595. "schema": {
  2596. "$ref": "#/definitions/md.Response"
  2597. }
  2598. }
  2599. }
  2600. }
  2601. },
  2602. "/api/im/groupList": {
  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.GroupListReq"
  2630. }
  2631. }
  2632. ],
  2633. "responses": {
  2634. "200": {
  2635. "description": "OK",
  2636. "schema": {
  2637. "$ref": "#/definitions/md.GroupListResp"
  2638. }
  2639. },
  2640. "400": {
  2641. "description": "具体错误",
  2642. "schema": {
  2643. "$ref": "#/definitions/md.Response"
  2644. }
  2645. }
  2646. }
  2647. }
  2648. },
  2649. "/api/im/pageCustomerService": {
  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.PageCustomerServiceReq"
  2677. }
  2678. }
  2679. ],
  2680. "responses": {
  2681. "200": {
  2682. "description": "设置列表",
  2683. "schema": {
  2684. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2685. }
  2686. },
  2687. "400": {
  2688. "description": "具体错误",
  2689. "schema": {
  2690. "$ref": "#/definitions/md.Response"
  2691. }
  2692. }
  2693. }
  2694. }
  2695. },
  2696. "/api/im/pageEmoticon": {
  2697. "post": {
  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. "description": "相关参数",
  2719. "name": "req",
  2720. "in": "body",
  2721. "required": true,
  2722. "schema": {
  2723. "$ref": "#/definitions/md.PageEmoticonReq"
  2724. }
  2725. }
  2726. ],
  2727. "responses": {
  2728. "200": {
  2729. "description": "设置列表",
  2730. "schema": {
  2731. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2732. }
  2733. },
  2734. "400": {
  2735. "description": "具体错误",
  2736. "schema": {
  2737. "$ref": "#/definitions/md.Response"
  2738. }
  2739. }
  2740. }
  2741. }
  2742. },
  2743. "/api/im/pageSendRedPackageOrd": {
  2744. "post": {
  2745. "description": "红包记录(列表)",
  2746. "consumes": [
  2747. "application/json"
  2748. ],
  2749. "produces": [
  2750. "application/json"
  2751. ],
  2752. "tags": [
  2753. "红包记录"
  2754. ],
  2755. "summary": "Im-红包记录(列表)",
  2756. "parameters": [
  2757. {
  2758. "type": "string",
  2759. "description": "验证参数Bearer和token空格拼接",
  2760. "name": "Authorization",
  2761. "in": "header",
  2762. "required": true
  2763. },
  2764. {
  2765. "description": "相关参数",
  2766. "name": "req",
  2767. "in": "body",
  2768. "required": true,
  2769. "schema": {
  2770. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2771. }
  2772. }
  2773. ],
  2774. "responses": {
  2775. "200": {
  2776. "description": "success",
  2777. "schema": {
  2778. "type": "string"
  2779. }
  2780. },
  2781. "400": {
  2782. "description": "具体错误",
  2783. "schema": {
  2784. "$ref": "#/definitions/md.Response"
  2785. }
  2786. }
  2787. }
  2788. }
  2789. },
  2790. "/api/im/redPackageRecordsDetail": {
  2791. "get": {
  2792. "description": "红包记录(详情)",
  2793. "consumes": [
  2794. "application/json"
  2795. ],
  2796. "produces": [
  2797. "application/json"
  2798. ],
  2799. "tags": [
  2800. "红包记录"
  2801. ],
  2802. "summary": "Im-红包记录(详情)",
  2803. "parameters": [
  2804. {
  2805. "type": "string",
  2806. "description": "验证参数Bearer和token空格拼接",
  2807. "name": "Authorization",
  2808. "in": "header",
  2809. "required": true
  2810. },
  2811. {
  2812. "type": "string",
  2813. "description": "红包id",
  2814. "name": "red_package_id",
  2815. "in": "query",
  2816. "required": true
  2817. }
  2818. ],
  2819. "responses": {
  2820. "200": {
  2821. "description": "success",
  2822. "schema": {
  2823. "type": "string"
  2824. }
  2825. },
  2826. "400": {
  2827. "description": "具体错误",
  2828. "schema": {
  2829. "$ref": "#/definitions/md.Response"
  2830. }
  2831. }
  2832. }
  2833. }
  2834. },
  2835. "/api/im/setBasic": {
  2836. "post": {
  2837. "description": "基础设置(更新)",
  2838. "consumes": [
  2839. "application/json"
  2840. ],
  2841. "produces": [
  2842. "application/json"
  2843. ],
  2844. "tags": [
  2845. "基础设置"
  2846. ],
  2847. "summary": "Im-基础设置(更新)",
  2848. "parameters": [
  2849. {
  2850. "type": "string",
  2851. "description": "验证参数Bearer和token空格拼接",
  2852. "name": "Authorization",
  2853. "in": "header",
  2854. "required": true
  2855. },
  2856. {
  2857. "description": "上传需要修改的信息",
  2858. "name": "req",
  2859. "in": "body",
  2860. "required": true,
  2861. "schema": {
  2862. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2863. }
  2864. }
  2865. ],
  2866. "responses": {
  2867. "200": {
  2868. "description": "success",
  2869. "schema": {
  2870. "type": "string"
  2871. }
  2872. },
  2873. "400": {
  2874. "description": "具体错误",
  2875. "schema": {
  2876. "$ref": "#/definitions/md.Response"
  2877. }
  2878. }
  2879. }
  2880. }
  2881. },
  2882. "/api/im/setCustomerServiceState": {
  2883. "post": {
  2884. "description": "客服(更新状态)",
  2885. "consumes": [
  2886. "application/json"
  2887. ],
  2888. "produces": [
  2889. "application/json"
  2890. ],
  2891. "tags": [
  2892. "客服"
  2893. ],
  2894. "summary": "Im-客服(更新状态)",
  2895. "parameters": [
  2896. {
  2897. "type": "string",
  2898. "description": "验证参数Bearer和token空格拼接",
  2899. "name": "Authorization",
  2900. "in": "header",
  2901. "required": true
  2902. },
  2903. {
  2904. "description": "相关参数",
  2905. "name": "req",
  2906. "in": "body",
  2907. "required": true,
  2908. "schema": {
  2909. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2910. }
  2911. }
  2912. ],
  2913. "responses": {
  2914. "200": {
  2915. "description": "success",
  2916. "schema": {
  2917. "type": "string"
  2918. }
  2919. },
  2920. "400": {
  2921. "description": "具体错误",
  2922. "schema": {
  2923. "$ref": "#/definitions/md.Response"
  2924. }
  2925. }
  2926. }
  2927. }
  2928. },
  2929. "/api/im/setEmoticonState": {
  2930. "post": {
  2931. "description": "表情包(新增)",
  2932. "consumes": [
  2933. "application/json"
  2934. ],
  2935. "produces": [
  2936. "application/json"
  2937. ],
  2938. "tags": [
  2939. "表情包"
  2940. ],
  2941. "summary": "Im-表情包(更新状态)",
  2942. "parameters": [
  2943. {
  2944. "type": "string",
  2945. "description": "验证参数Bearer和token空格拼接",
  2946. "name": "Authorization",
  2947. "in": "header",
  2948. "required": true
  2949. },
  2950. {
  2951. "description": "相关参数",
  2952. "name": "req",
  2953. "in": "body",
  2954. "required": true,
  2955. "schema": {
  2956. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2957. }
  2958. }
  2959. ],
  2960. "responses": {
  2961. "200": {
  2962. "description": "success",
  2963. "schema": {
  2964. "type": "string"
  2965. }
  2966. },
  2967. "400": {
  2968. "description": "具体错误",
  2969. "schema": {
  2970. "$ref": "#/definitions/md.Response"
  2971. }
  2972. }
  2973. }
  2974. }
  2975. },
  2976. "/api/im/updateCustomerServiceMemo": {
  2977. "post": {
  2978. "description": "客服(编辑备注)",
  2979. "consumes": [
  2980. "application/json"
  2981. ],
  2982. "produces": [
  2983. "application/json"
  2984. ],
  2985. "tags": [
  2986. "客服"
  2987. ],
  2988. "summary": "Im-客服(编辑备注)",
  2989. "parameters": [
  2990. {
  2991. "type": "string",
  2992. "description": "验证参数Bearer和token空格拼接",
  2993. "name": "Authorization",
  2994. "in": "header",
  2995. "required": true
  2996. },
  2997. {
  2998. "description": "相关参数",
  2999. "name": "req",
  3000. "in": "body",
  3001. "required": true,
  3002. "schema": {
  3003. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3004. }
  3005. }
  3006. ],
  3007. "responses": {
  3008. "200": {
  3009. "description": "success",
  3010. "schema": {
  3011. "type": "string"
  3012. }
  3013. },
  3014. "400": {
  3015. "description": "具体错误",
  3016. "schema": {
  3017. "$ref": "#/definitions/md.Response"
  3018. }
  3019. }
  3020. }
  3021. }
  3022. },
  3023. "/api/im/updateEmoticon": {
  3024. "post": {
  3025. "description": "表情包(编辑)",
  3026. "consumes": [
  3027. "application/json"
  3028. ],
  3029. "produces": [
  3030. "application/json"
  3031. ],
  3032. "tags": [
  3033. "表情包"
  3034. ],
  3035. "summary": "Im-表情包(编辑)",
  3036. "parameters": [
  3037. {
  3038. "type": "string",
  3039. "description": "验证参数Bearer和token空格拼接",
  3040. "name": "Authorization",
  3041. "in": "header",
  3042. "required": true
  3043. },
  3044. {
  3045. "description": "相关参数",
  3046. "name": "req",
  3047. "in": "body",
  3048. "required": true,
  3049. "schema": {
  3050. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3051. }
  3052. }
  3053. ],
  3054. "responses": {
  3055. "200": {
  3056. "description": "success",
  3057. "schema": {
  3058. "type": "string"
  3059. }
  3060. },
  3061. "400": {
  3062. "description": "具体错误",
  3063. "schema": {
  3064. "$ref": "#/definitions/md.Response"
  3065. }
  3066. }
  3067. }
  3068. }
  3069. },
  3070. "/api/institutionalManagement/contentReward/playlet/base": {
  3071. "get": {
  3072. "description": "制度中心-内容奖励-短剧基本信息",
  3073. "consumes": [
  3074. "application/json"
  3075. ],
  3076. "produces": [
  3077. "application/json"
  3078. ],
  3079. "tags": [
  3080. "蛋蛋能量"
  3081. ],
  3082. "summary": "制度中心-内容奖励-短剧基本信息",
  3083. "parameters": [
  3084. {
  3085. "type": "string",
  3086. "description": "验证参数Bearer和token空格拼接",
  3087. "name": "Authorization",
  3088. "in": "header",
  3089. "required": true
  3090. }
  3091. ],
  3092. "responses": {
  3093. "200": {
  3094. "description": "具体数据",
  3095. "schema": {
  3096. "$ref": "#/definitions/md.PlayletBaseData"
  3097. }
  3098. },
  3099. "400": {
  3100. "description": "具体错误",
  3101. "schema": {
  3102. "$ref": "#/definitions/md.Response"
  3103. }
  3104. }
  3105. }
  3106. }
  3107. },
  3108. "/api/institutionalManagement/contentReward/playlet/save": {
  3109. "post": {
  3110. "description": "制度中心-内容奖励-短剧基本配置保存",
  3111. "consumes": [
  3112. "application/json"
  3113. ],
  3114. "produces": [
  3115. "application/json"
  3116. ],
  3117. "tags": [
  3118. "蛋蛋能量"
  3119. ],
  3120. "summary": "制度中心-内容奖励-短剧基本配置保存",
  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.PlayletBaseData"
  3136. }
  3137. }
  3138. ],
  3139. "responses": {
  3140. "200": {
  3141. "description": "具体数据",
  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/institutionalManagement/contentReward/video/base": {
  3156. "get": {
  3157. "description": "制度中心-内容奖励-短视频基本信息",
  3158. "consumes": [
  3159. "application/json"
  3160. ],
  3161. "produces": [
  3162. "application/json"
  3163. ],
  3164. "tags": [
  3165. "蛋蛋能量"
  3166. ],
  3167. "summary": "制度中心-内容奖励-短视频基本信息",
  3168. "parameters": [
  3169. {
  3170. "type": "string",
  3171. "description": "验证参数Bearer和token空格拼接",
  3172. "name": "Authorization",
  3173. "in": "header",
  3174. "required": true
  3175. }
  3176. ],
  3177. "responses": {
  3178. "200": {
  3179. "description": "具体数据",
  3180. "schema": {
  3181. "$ref": "#/definitions/md.VideoBaseData"
  3182. }
  3183. },
  3184. "400": {
  3185. "description": "具体错误",
  3186. "schema": {
  3187. "$ref": "#/definitions/md.Response"
  3188. }
  3189. }
  3190. }
  3191. }
  3192. },
  3193. "/api/institutionalManagement/contentReward/video/save": {
  3194. "post": {
  3195. "description": "制度中心-内容奖励-短视频基本配置保存",
  3196. "consumes": [
  3197. "application/json"
  3198. ],
  3199. "produces": [
  3200. "application/json"
  3201. ],
  3202. "tags": [
  3203. "蛋蛋能量"
  3204. ],
  3205. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3206. "parameters": [
  3207. {
  3208. "type": "string",
  3209. "description": "验证参数Bearer和token空格拼接",
  3210. "name": "Authorization",
  3211. "in": "header",
  3212. "required": true
  3213. },
  3214. {
  3215. "description": "(分页信息必填)",
  3216. "name": "req",
  3217. "in": "body",
  3218. "required": true,
  3219. "schema": {
  3220. "$ref": "#/definitions/md.VideoBaseData"
  3221. }
  3222. }
  3223. ],
  3224. "responses": {
  3225. "200": {
  3226. "description": "具体数据",
  3227. "schema": {
  3228. "type": "string"
  3229. }
  3230. },
  3231. "400": {
  3232. "description": "具体错误",
  3233. "schema": {
  3234. "$ref": "#/definitions/md.Response"
  3235. }
  3236. }
  3237. }
  3238. }
  3239. },
  3240. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  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": "system_id 必填",
  3263. "name": "req",
  3264. "in": "body",
  3265. "required": true,
  3266. "schema": {
  3267. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3268. }
  3269. }
  3270. ],
  3271. "responses": {
  3272. "200": {
  3273. "description": "修改数据条数",
  3274. "schema": {
  3275. "type": "int"
  3276. }
  3277. },
  3278. "400": {
  3279. "description": "具体错误",
  3280. "schema": {
  3281. "$ref": "#/definitions/md.Response"
  3282. }
  3283. }
  3284. }
  3285. }
  3286. },
  3287. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3288. "post": {
  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. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3310. "name": "req",
  3311. "in": "body",
  3312. "required": true,
  3313. "schema": {
  3314. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3315. }
  3316. }
  3317. ],
  3318. "responses": {
  3319. "200": {
  3320. "description": "成功返回",
  3321. "schema": {
  3322. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3323. }
  3324. },
  3325. "400": {
  3326. "description": "具体错误",
  3327. "schema": {
  3328. "$ref": "#/definitions/md.Response"
  3329. }
  3330. }
  3331. }
  3332. }
  3333. },
  3334. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3335. "post": {
  3336. "description": "批量新增币种",
  3337. "consumes": [
  3338. "application/json"
  3339. ],
  3340. "produces": [
  3341. "application/json"
  3342. ],
  3343. "tags": [
  3344. "蛋蛋能量"
  3345. ],
  3346. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3347. "parameters": [
  3348. {
  3349. "type": "string",
  3350. "description": "验证参数Bearer和token空格拼接",
  3351. "name": "Authorization",
  3352. "in": "header",
  3353. "required": true
  3354. },
  3355. {
  3356. "description": "新增数据信息",
  3357. "name": "req",
  3358. "in": "body",
  3359. "required": true,
  3360. "schema": {
  3361. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3362. }
  3363. }
  3364. ],
  3365. "responses": {
  3366. "200": {
  3367. "description": "新增数据数量",
  3368. "schema": {
  3369. "type": "int"
  3370. }
  3371. },
  3372. "400": {
  3373. "description": "具体错误",
  3374. "schema": {
  3375. "$ref": "#/definitions/md.Response"
  3376. }
  3377. }
  3378. }
  3379. }
  3380. },
  3381. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3382. "get": {
  3383. "description": "贡献值-基础设置(获取)",
  3384. "consumes": [
  3385. "application/json"
  3386. ],
  3387. "produces": [
  3388. "application/json"
  3389. ],
  3390. "tags": [
  3391. "贡献值"
  3392. ],
  3393. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3394. "parameters": [
  3395. {
  3396. "type": "string",
  3397. "description": "验证参数Bearer和token空格拼接",
  3398. "name": "Authorization",
  3399. "in": "header",
  3400. "required": true
  3401. }
  3402. ],
  3403. "responses": {
  3404. "200": {
  3405. "description": "具体数据",
  3406. "schema": {
  3407. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3408. }
  3409. },
  3410. "400": {
  3411. "description": "具体错误",
  3412. "schema": {
  3413. "$ref": "#/definitions/md.Response"
  3414. }
  3415. }
  3416. }
  3417. }
  3418. },
  3419. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  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": "id 必填",
  3442. "name": "req",
  3443. "in": "body",
  3444. "required": true,
  3445. "schema": {
  3446. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3447. }
  3448. }
  3449. ],
  3450. "responses": {
  3451. "200": {
  3452. "description": "修改数据条数",
  3453. "schema": {
  3454. "type": "int"
  3455. }
  3456. },
  3457. "400": {
  3458. "description": "具体错误",
  3459. "schema": {
  3460. "$ref": "#/definitions/md.Response"
  3461. }
  3462. }
  3463. }
  3464. }
  3465. },
  3466. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3467. "delete": {
  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. "responses": {
  3489. "200": {
  3490. "description": "删除数据数量",
  3491. "schema": {
  3492. "type": "int"
  3493. }
  3494. },
  3495. "400": {
  3496. "description": "具体错误",
  3497. "schema": {
  3498. "$ref": "#/definitions/md.Response"
  3499. }
  3500. }
  3501. }
  3502. }
  3503. },
  3504. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3505. "post": {
  3506. "description": "蛋蛋分管理(人工打分)",
  3507. "consumes": [
  3508. "application/json"
  3509. ],
  3510. "produces": [
  3511. "application/json"
  3512. ],
  3513. "tags": [
  3514. "蛋蛋能量"
  3515. ],
  3516. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3517. "parameters": [
  3518. {
  3519. "type": "string",
  3520. "description": "验证参数Bearer和token空格拼接",
  3521. "name": "Authorization",
  3522. "in": "header",
  3523. "required": true
  3524. },
  3525. {
  3526. "description": "请求参数",
  3527. "name": "req",
  3528. "in": "body",
  3529. "required": true,
  3530. "schema": {
  3531. "$ref": "#/definitions/md.ManualScoreReq"
  3532. }
  3533. }
  3534. ],
  3535. "responses": {
  3536. "200": {
  3537. "description": "成功返回",
  3538. "schema": {
  3539. "type": "string"
  3540. }
  3541. },
  3542. "400": {
  3543. "description": "具体错误",
  3544. "schema": {
  3545. "$ref": "#/definitions/md.Response"
  3546. }
  3547. }
  3548. }
  3549. }
  3550. },
  3551. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  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": "请求参数",
  3574. "name": "req",
  3575. "in": "body",
  3576. "required": true,
  3577. "schema": {
  3578. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3579. }
  3580. }
  3581. ],
  3582. "responses": {
  3583. "200": {
  3584. "description": "成功返回",
  3585. "schema": {
  3586. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3587. }
  3588. },
  3589. "400": {
  3590. "description": "具体错误",
  3591. "schema": {
  3592. "$ref": "#/definitions/md.Response"
  3593. }
  3594. }
  3595. }
  3596. }
  3597. },
  3598. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3599. "post": {
  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. "description": "请求参数",
  3621. "name": "req",
  3622. "in": "body",
  3623. "required": true,
  3624. "schema": {
  3625. "$ref": "#/definitions/md.UserEggFlowReq"
  3626. }
  3627. }
  3628. ],
  3629. "responses": {
  3630. "200": {
  3631. "description": "成功返回",
  3632. "schema": {
  3633. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3634. }
  3635. },
  3636. "400": {
  3637. "description": "具体错误",
  3638. "schema": {
  3639. "$ref": "#/definitions/md.Response"
  3640. }
  3641. }
  3642. }
  3643. }
  3644. },
  3645. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3646. "post": {
  3647. "description": "蛋蛋分管理(着陆页数据)",
  3648. "consumes": [
  3649. "application/json"
  3650. ],
  3651. "produces": [
  3652. "application/json"
  3653. ],
  3654. "tags": [
  3655. "蛋蛋能量"
  3656. ],
  3657. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3658. "parameters": [
  3659. {
  3660. "type": "string",
  3661. "description": "验证参数Bearer和token空格拼接",
  3662. "name": "Authorization",
  3663. "in": "header",
  3664. "required": true
  3665. },
  3666. {
  3667. "description": "请求参数",
  3668. "name": "req",
  3669. "in": "body",
  3670. "required": true,
  3671. "schema": {
  3672. "$ref": "#/definitions/md.UserEggIndexReq"
  3673. }
  3674. }
  3675. ],
  3676. "responses": {
  3677. "200": {
  3678. "description": "成功返回",
  3679. "schema": {
  3680. "$ref": "#/definitions/md.UserEggIndexResp"
  3681. }
  3682. },
  3683. "400": {
  3684. "description": "具体错误",
  3685. "schema": {
  3686. "$ref": "#/definitions/md.Response"
  3687. }
  3688. }
  3689. }
  3690. }
  3691. },
  3692. "/api/institutionalManagement/eggEnergy/getBasic": {
  3693. "get": {
  3694. "description": "基础设置(获取)",
  3695. "consumes": [
  3696. "application/json"
  3697. ],
  3698. "produces": [
  3699. "application/json"
  3700. ],
  3701. "tags": [
  3702. "蛋蛋能量"
  3703. ],
  3704. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3705. "parameters": [
  3706. {
  3707. "type": "string",
  3708. "description": "验证参数Bearer和token空格拼接",
  3709. "name": "Authorization",
  3710. "in": "header",
  3711. "required": true
  3712. }
  3713. ],
  3714. "responses": {
  3715. "200": {
  3716. "description": "具体数据",
  3717. "schema": {
  3718. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3719. }
  3720. },
  3721. "400": {
  3722. "description": "具体错误",
  3723. "schema": {
  3724. "$ref": "#/definitions/md.Response"
  3725. }
  3726. }
  3727. }
  3728. }
  3729. },
  3730. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3731. "get": {
  3732. "description": "基础会员设置(获取)",
  3733. "consumes": [
  3734. "application/json"
  3735. ],
  3736. "produces": [
  3737. "application/json"
  3738. ],
  3739. "tags": [
  3740. "蛋蛋能量"
  3741. ],
  3742. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3743. "parameters": [
  3744. {
  3745. "type": "string",
  3746. "description": "验证参数Bearer和token空格拼接",
  3747. "name": "Authorization",
  3748. "in": "header",
  3749. "required": true
  3750. }
  3751. ],
  3752. "responses": {
  3753. "200": {
  3754. "description": "具体数据",
  3755. "schema": {
  3756. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3757. }
  3758. },
  3759. "400": {
  3760. "description": "具体错误",
  3761. "schema": {
  3762. "$ref": "#/definitions/md.Response"
  3763. }
  3764. }
  3765. }
  3766. }
  3767. },
  3768. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3769. "get": {
  3770. "description": "查询所有币种(获取)",
  3771. "consumes": [
  3772. "application/json"
  3773. ],
  3774. "produces": [
  3775. "application/json"
  3776. ],
  3777. "tags": [
  3778. "蛋蛋能量"
  3779. ],
  3780. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3781. "parameters": [
  3782. {
  3783. "type": "string",
  3784. "description": "验证参数Bearer和token空格拼接",
  3785. "name": "Authorization",
  3786. "in": "header",
  3787. "required": true
  3788. }
  3789. ],
  3790. "responses": {
  3791. "200": {
  3792. "description": "成功返回",
  3793. "schema": {
  3794. "type": "array",
  3795. "items": {
  3796. "$ref": "#/definitions/md.VirtualCoin"
  3797. }
  3798. }
  3799. },
  3800. "400": {
  3801. "description": "具体错误",
  3802. "schema": {
  3803. "$ref": "#/definitions/md.Response"
  3804. }
  3805. }
  3806. }
  3807. }
  3808. },
  3809. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3810. "get": {
  3811. "description": "数据概览(获取)",
  3812. "consumes": [
  3813. "application/json"
  3814. ],
  3815. "produces": [
  3816. "application/json"
  3817. ],
  3818. "tags": [
  3819. "蛋蛋能量"
  3820. ],
  3821. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3822. "parameters": [
  3823. {
  3824. "type": "string",
  3825. "description": "验证参数Bearer和token空格拼接",
  3826. "name": "Authorization",
  3827. "in": "header",
  3828. "required": true
  3829. }
  3830. ],
  3831. "responses": {
  3832. "200": {
  3833. "description": "具体数据",
  3834. "schema": {
  3835. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3836. }
  3837. },
  3838. "400": {
  3839. "description": "具体错误",
  3840. "schema": {
  3841. "$ref": "#/definitions/md.Response"
  3842. }
  3843. }
  3844. }
  3845. }
  3846. },
  3847. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3848. "post": {
  3849. "description": "价值明细数据(新增)",
  3850. "consumes": [
  3851. "application/json"
  3852. ],
  3853. "produces": [
  3854. "application/json"
  3855. ],
  3856. "tags": [
  3857. "蛋蛋能量"
  3858. ],
  3859. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3860. "parameters": [
  3861. {
  3862. "type": "string",
  3863. "description": "验证参数Bearer和token空格拼接",
  3864. "name": "Authorization",
  3865. "in": "header",
  3866. "required": true
  3867. },
  3868. {
  3869. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3870. "name": "req",
  3871. "in": "body",
  3872. "required": true,
  3873. "schema": {
  3874. "$ref": "#/definitions/md.AddFundDataReq"
  3875. }
  3876. }
  3877. ],
  3878. "responses": {
  3879. "200": {
  3880. "description": "插入数据 id",
  3881. "schema": {
  3882. "type": "int"
  3883. }
  3884. },
  3885. "400": {
  3886. "description": "具体错误",
  3887. "schema": {
  3888. "$ref": "#/definitions/md.Response"
  3889. }
  3890. }
  3891. }
  3892. }
  3893. },
  3894. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3895. "post": {
  3896. "description": "新增数据列表(获取)",
  3897. "consumes": [
  3898. "application/json"
  3899. ],
  3900. "produces": [
  3901. "application/json"
  3902. ],
  3903. "tags": [
  3904. "蛋蛋能量"
  3905. ],
  3906. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3907. "parameters": [
  3908. {
  3909. "type": "string",
  3910. "description": "验证参数Bearer和token空格拼接",
  3911. "name": "Authorization",
  3912. "in": "header",
  3913. "required": true
  3914. },
  3915. {
  3916. "description": "分页信息必填",
  3917. "name": "req",
  3918. "in": "body",
  3919. "required": true,
  3920. "schema": {
  3921. "$ref": "#/definitions/md.GetFundDataListReq"
  3922. }
  3923. }
  3924. ],
  3925. "responses": {
  3926. "200": {
  3927. "description": "具体数据",
  3928. "schema": {
  3929. "$ref": "#/definitions/md.GetFundDataListResp"
  3930. }
  3931. },
  3932. "400": {
  3933. "description": "具体错误",
  3934. "schema": {
  3935. "$ref": "#/definitions/md.Response"
  3936. }
  3937. }
  3938. }
  3939. }
  3940. },
  3941. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3942. "post": {
  3943. "description": "新增数据列表详情(查询)",
  3944. "consumes": [
  3945. "application/json"
  3946. ],
  3947. "produces": [
  3948. "application/json"
  3949. ],
  3950. "tags": [
  3951. "蛋蛋能量"
  3952. ],
  3953. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3954. "parameters": [
  3955. {
  3956. "type": "string",
  3957. "description": "验证参数Bearer和token空格拼接",
  3958. "name": "Authorization",
  3959. "in": "header",
  3960. "required": true
  3961. },
  3962. {
  3963. "description": "获取到的 system_id 以及分页信息",
  3964. "name": "req",
  3965. "in": "body",
  3966. "required": true,
  3967. "schema": {
  3968. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3969. }
  3970. }
  3971. ],
  3972. "responses": {
  3973. "200": {
  3974. "description": "具体数据",
  3975. "schema": {
  3976. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3977. }
  3978. },
  3979. "400": {
  3980. "description": "具体错误",
  3981. "schema": {
  3982. "$ref": "#/definitions/md.Response"
  3983. }
  3984. }
  3985. }
  3986. }
  3987. },
  3988. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3989. "get": {
  3990. "description": "价格趋势(获取)",
  3991. "consumes": [
  3992. "application/json"
  3993. ],
  3994. "produces": [
  3995. "application/json"
  3996. ],
  3997. "tags": [
  3998. "蛋蛋能量"
  3999. ],
  4000. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4001. "parameters": [
  4002. {
  4003. "type": "string",
  4004. "description": "验证参数Bearer和token空格拼接",
  4005. "name": "Authorization",
  4006. "in": "header",
  4007. "required": true
  4008. },
  4009. {
  4010. "type": "string",
  4011. "description": "1:按天 2:按小时 3:按周",
  4012. "name": "kind",
  4013. "in": "query"
  4014. }
  4015. ],
  4016. "responses": {
  4017. "200": {
  4018. "description": "具体数据",
  4019. "schema": {
  4020. "$ref": "#/definitions/md.GetPriceCurveResp"
  4021. }
  4022. },
  4023. "400": {
  4024. "description": "具体错误",
  4025. "schema": {
  4026. "$ref": "#/definitions/md.Response"
  4027. }
  4028. }
  4029. }
  4030. }
  4031. },
  4032. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4033. "post": {
  4034. "description": "激励视频(获取)",
  4035. "consumes": [
  4036. "application/json"
  4037. ],
  4038. "produces": [
  4039. "application/json"
  4040. ],
  4041. "tags": [
  4042. "蛋蛋能量"
  4043. ],
  4044. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4045. "parameters": [
  4046. {
  4047. "type": "string",
  4048. "description": "验证参数Bearer和token空格拼接",
  4049. "name": "Authorization",
  4050. "in": "header",
  4051. "required": true
  4052. },
  4053. {
  4054. "description": "落地页不填页大小默认20条数据",
  4055. "name": "req",
  4056. "in": "body",
  4057. "required": true,
  4058. "schema": {
  4059. "$ref": "#/definitions/md.SetVideoRewardReq"
  4060. }
  4061. }
  4062. ],
  4063. "responses": {
  4064. "200": {
  4065. "description": "OK",
  4066. "schema": {
  4067. "$ref": "#/definitions/md.GetVideoRewardResp"
  4068. }
  4069. },
  4070. "400": {
  4071. "description": "具体错误",
  4072. "schema": {
  4073. "$ref": "#/definitions/md.Response"
  4074. }
  4075. }
  4076. }
  4077. }
  4078. },
  4079. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4080. "post": {
  4081. "description": "其他广告设置数据(新增)",
  4082. "consumes": [
  4083. "application/json"
  4084. ],
  4085. "produces": [
  4086. "application/json"
  4087. ],
  4088. "tags": [
  4089. "蛋蛋能量"
  4090. ],
  4091. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4092. "parameters": [
  4093. {
  4094. "type": "string",
  4095. "description": "验证参数Bearer和token空格拼接",
  4096. "name": "Authorization",
  4097. "in": "header",
  4098. "required": true
  4099. },
  4100. {
  4101. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4102. "name": "req",
  4103. "in": "body",
  4104. "required": true,
  4105. "schema": {
  4106. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4107. }
  4108. }
  4109. ],
  4110. "responses": {
  4111. "200": {
  4112. "description": "插入数据 id",
  4113. "schema": {
  4114. "type": "int"
  4115. }
  4116. },
  4117. "400": {
  4118. "description": "具体错误",
  4119. "schema": {
  4120. "$ref": "#/definitions/md.Response"
  4121. }
  4122. }
  4123. }
  4124. }
  4125. },
  4126. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4127. "post": {
  4128. "description": "其他广告设置数据(获取)",
  4129. "consumes": [
  4130. "application/json"
  4131. ],
  4132. "produces": [
  4133. "application/json"
  4134. ],
  4135. "tags": [
  4136. "蛋蛋能量"
  4137. ],
  4138. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4139. "parameters": [
  4140. {
  4141. "type": "string",
  4142. "description": "验证参数Bearer和token空格拼接",
  4143. "name": "Authorization",
  4144. "in": "header",
  4145. "required": true
  4146. },
  4147. {
  4148. "description": "分页信息必填",
  4149. "name": "req",
  4150. "in": "body",
  4151. "required": true,
  4152. "schema": {
  4153. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4154. }
  4155. }
  4156. ],
  4157. "responses": {
  4158. "200": {
  4159. "description": "具体数据",
  4160. "schema": {
  4161. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4162. }
  4163. },
  4164. "400": {
  4165. "description": "具体错误",
  4166. "schema": {
  4167. "$ref": "#/definitions/md.Response"
  4168. }
  4169. }
  4170. }
  4171. }
  4172. },
  4173. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4174. "post": {
  4175. "description": "激励视频(设置)",
  4176. "consumes": [
  4177. "application/json"
  4178. ],
  4179. "produces": [
  4180. "application/json"
  4181. ],
  4182. "tags": [
  4183. "蛋蛋能量"
  4184. ],
  4185. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4186. "parameters": [
  4187. {
  4188. "type": "string",
  4189. "description": "验证参数Bearer和token空格拼接",
  4190. "name": "Authorization",
  4191. "in": "header",
  4192. "required": true
  4193. },
  4194. {
  4195. "description": "落地页不填页大小默认20条数据",
  4196. "name": "req",
  4197. "in": "body",
  4198. "required": true,
  4199. "schema": {
  4200. "$ref": "#/definitions/md.SetVideoRewardReq"
  4201. }
  4202. }
  4203. ],
  4204. "responses": {
  4205. "200": {
  4206. "description": "success",
  4207. "schema": {
  4208. "type": "string"
  4209. }
  4210. },
  4211. "400": {
  4212. "description": "具体错误",
  4213. "schema": {
  4214. "$ref": "#/definitions/md.Response"
  4215. }
  4216. }
  4217. }
  4218. }
  4219. },
  4220. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4221. "post": {
  4222. "description": "基础设置(更新)",
  4223. "consumes": [
  4224. "application/json"
  4225. ],
  4226. "produces": [
  4227. "application/json"
  4228. ],
  4229. "tags": [
  4230. "蛋蛋能量"
  4231. ],
  4232. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4233. "parameters": [
  4234. {
  4235. "type": "string",
  4236. "description": "验证参数Bearer和token空格拼接",
  4237. "name": "Authorization",
  4238. "in": "header",
  4239. "required": true
  4240. },
  4241. {
  4242. "description": "system_id 必填",
  4243. "name": "req",
  4244. "in": "body",
  4245. "required": true,
  4246. "schema": {
  4247. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4248. }
  4249. }
  4250. ],
  4251. "responses": {
  4252. "200": {
  4253. "description": "修改数据条数",
  4254. "schema": {
  4255. "type": "int"
  4256. }
  4257. },
  4258. "400": {
  4259. "description": "具体错误",
  4260. "schema": {
  4261. "$ref": "#/definitions/md.Response"
  4262. }
  4263. }
  4264. }
  4265. }
  4266. },
  4267. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4268. "post": {
  4269. "description": "会员设置(更新)",
  4270. "consumes": [
  4271. "application/json"
  4272. ],
  4273. "produces": [
  4274. "application/json"
  4275. ],
  4276. "tags": [
  4277. "蛋蛋能量"
  4278. ],
  4279. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4280. "parameters": [
  4281. {
  4282. "type": "string",
  4283. "description": "验证参数Bearer和token空格拼接",
  4284. "name": "Authorization",
  4285. "in": "header",
  4286. "required": true
  4287. },
  4288. {
  4289. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4290. "name": "req",
  4291. "in": "body",
  4292. "required": true,
  4293. "schema": {
  4294. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4295. }
  4296. }
  4297. ],
  4298. "responses": {
  4299. "200": {
  4300. "description": "修改数据条数",
  4301. "schema": {
  4302. "type": "int"
  4303. }
  4304. },
  4305. "400": {
  4306. "description": "具体错误",
  4307. "schema": {
  4308. "$ref": "#/definitions/md.Response"
  4309. }
  4310. }
  4311. }
  4312. }
  4313. },
  4314. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4315. "post": {
  4316. "description": "更新币种信息",
  4317. "consumes": [
  4318. "application/json"
  4319. ],
  4320. "produces": [
  4321. "application/json"
  4322. ],
  4323. "tags": [
  4324. "蛋蛋能量"
  4325. ],
  4326. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4327. "parameters": [
  4328. {
  4329. "type": "string",
  4330. "description": "验证参数Bearer和token空格拼接",
  4331. "name": "Authorization",
  4332. "in": "header",
  4333. "required": true
  4334. },
  4335. {
  4336. "description": "更新数据信息",
  4337. "name": "req",
  4338. "in": "body",
  4339. "required": true,
  4340. "schema": {
  4341. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4342. }
  4343. }
  4344. ],
  4345. "responses": {
  4346. "200": {
  4347. "description": "更新数据数量",
  4348. "schema": {
  4349. "type": "int"
  4350. }
  4351. },
  4352. "400": {
  4353. "description": "具体错误",
  4354. "schema": {
  4355. "$ref": "#/definitions/md.Response"
  4356. }
  4357. }
  4358. }
  4359. }
  4360. },
  4361. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4362. "post": {
  4363. "description": "蛋蛋能量流水(查询)",
  4364. "consumes": [
  4365. "application/json"
  4366. ],
  4367. "produces": [
  4368. "application/json"
  4369. ],
  4370. "tags": [
  4371. "公排管理"
  4372. ],
  4373. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4374. "parameters": [
  4375. {
  4376. "type": "string",
  4377. "description": "验证参数Bearer和token空格拼接",
  4378. "name": "Authorization",
  4379. "in": "header",
  4380. "required": true
  4381. },
  4382. {
  4383. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4384. "name": "req",
  4385. "in": "body",
  4386. "required": true,
  4387. "schema": {
  4388. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4389. }
  4390. }
  4391. ],
  4392. "responses": {
  4393. "200": {
  4394. "description": "成功返回",
  4395. "schema": {
  4396. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4397. }
  4398. },
  4399. "400": {
  4400. "description": "具体错误",
  4401. "schema": {
  4402. "$ref": "#/definitions/md.Response"
  4403. }
  4404. }
  4405. }
  4406. }
  4407. },
  4408. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4409. "post": {
  4410. "description": "蛋蛋能量明细(获取)",
  4411. "consumes": [
  4412. "application/json"
  4413. ],
  4414. "produces": [
  4415. "application/json"
  4416. ],
  4417. "tags": [
  4418. "公排管理"
  4419. ],
  4420. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4421. "parameters": [
  4422. {
  4423. "type": "string",
  4424. "description": "验证参数Bearer和token空格拼接",
  4425. "name": "Authorization",
  4426. "in": "header",
  4427. "required": true
  4428. },
  4429. {
  4430. "description": "落地页不填页大小默认20条数据",
  4431. "name": "req",
  4432. "in": "body",
  4433. "schema": {
  4434. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4435. }
  4436. }
  4437. ],
  4438. "responses": {
  4439. "200": {
  4440. "description": "成功返回",
  4441. "schema": {
  4442. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4443. }
  4444. },
  4445. "400": {
  4446. "description": "具体错误",
  4447. "schema": {
  4448. "$ref": "#/definitions/md.Response"
  4449. }
  4450. }
  4451. }
  4452. }
  4453. },
  4454. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4455. "post": {
  4456. "description": "蛋蛋积分持有者明细(获取)",
  4457. "consumes": [
  4458. "application/json"
  4459. ],
  4460. "produces": [
  4461. "application/json"
  4462. ],
  4463. "tags": [
  4464. "公排管理"
  4465. ],
  4466. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4467. "parameters": [
  4468. {
  4469. "type": "string",
  4470. "description": "验证参数Bearer和token空格拼接",
  4471. "name": "Authorization",
  4472. "in": "header",
  4473. "required": true
  4474. },
  4475. {
  4476. "description": "落地页不填页大小默认20条数据",
  4477. "name": "req",
  4478. "in": "body",
  4479. "schema": {
  4480. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4481. }
  4482. }
  4483. ],
  4484. "responses": {
  4485. "200": {
  4486. "description": "成功返回",
  4487. "schema": {
  4488. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4489. }
  4490. },
  4491. "400": {
  4492. "description": "具体错误",
  4493. "schema": {
  4494. "$ref": "#/definitions/md.Response"
  4495. }
  4496. }
  4497. }
  4498. }
  4499. },
  4500. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4501. "post": {
  4502. "description": "蛋蛋积分流水明细(查询)",
  4503. "consumes": [
  4504. "application/json"
  4505. ],
  4506. "produces": [
  4507. "application/json"
  4508. ],
  4509. "tags": [
  4510. "公排管理"
  4511. ],
  4512. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4513. "parameters": [
  4514. {
  4515. "type": "string",
  4516. "description": "验证参数Bearer和token空格拼接",
  4517. "name": "Authorization",
  4518. "in": "header",
  4519. "required": true
  4520. },
  4521. {
  4522. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4523. "name": "req",
  4524. "in": "body",
  4525. "required": true,
  4526. "schema": {
  4527. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4528. }
  4529. }
  4530. ],
  4531. "responses": {
  4532. "200": {
  4533. "description": "成功返回",
  4534. "schema": {
  4535. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4536. }
  4537. },
  4538. "400": {
  4539. "description": "具体错误",
  4540. "schema": {
  4541. "$ref": "#/definitions/md.Response"
  4542. }
  4543. }
  4544. }
  4545. }
  4546. },
  4547. "/api/institutionalManagement/eggPointCoefficient/add": {
  4548. "post": {
  4549. "description": "区间系数(新增 支持批量新增)",
  4550. "consumes": [
  4551. "application/json"
  4552. ],
  4553. "produces": [
  4554. "application/json"
  4555. ],
  4556. "tags": [
  4557. "蛋蛋分区间系数管理"
  4558. ],
  4559. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4560. "parameters": [
  4561. {
  4562. "type": "string",
  4563. "description": "验证参数Bearer和token空格拼接",
  4564. "name": "Authorization",
  4565. "in": "header",
  4566. "required": true
  4567. },
  4568. {
  4569. "description": "需要新增的内容",
  4570. "name": "req",
  4571. "in": "body",
  4572. "required": true,
  4573. "schema": {
  4574. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4575. }
  4576. }
  4577. ],
  4578. "responses": {
  4579. "200": {
  4580. "description": "新增数据条数",
  4581. "schema": {
  4582. "type": "int"
  4583. }
  4584. },
  4585. "400": {
  4586. "description": "具体错误",
  4587. "schema": {
  4588. "$ref": "#/definitions/md.Response"
  4589. }
  4590. }
  4591. }
  4592. }
  4593. },
  4594. "/api/institutionalManagement/eggPointCoefficient/del": {
  4595. "delete": {
  4596. "description": "区间系数(删除)",
  4597. "consumes": [
  4598. "application/json"
  4599. ],
  4600. "produces": [
  4601. "application/json"
  4602. ],
  4603. "tags": [
  4604. "蛋蛋分区间系数管理"
  4605. ],
  4606. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4607. "parameters": [
  4608. {
  4609. "type": "string",
  4610. "description": "验证参数Bearer和token空格拼接",
  4611. "name": "Authorization",
  4612. "in": "header",
  4613. "required": true
  4614. },
  4615. {
  4616. "description": "需要删除的数据id",
  4617. "name": "req",
  4618. "in": "body",
  4619. "required": true,
  4620. "schema": {
  4621. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4622. }
  4623. }
  4624. ],
  4625. "responses": {
  4626. "200": {
  4627. "description": "成功删除数据条数",
  4628. "schema": {
  4629. "type": "int"
  4630. }
  4631. },
  4632. "400": {
  4633. "description": "具体错误",
  4634. "schema": {
  4635. "$ref": "#/definitions/md.Response"
  4636. }
  4637. }
  4638. }
  4639. }
  4640. },
  4641. "/api/institutionalManagement/eggPointCoefficient/index": {
  4642. "get": {
  4643. "description": "区间系数(获取)",
  4644. "consumes": [
  4645. "application/json"
  4646. ],
  4647. "produces": [
  4648. "application/json"
  4649. ],
  4650. "tags": [
  4651. "蛋蛋分区间系数管理"
  4652. ],
  4653. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4654. "parameters": [
  4655. {
  4656. "type": "string",
  4657. "description": "验证参数Bearer和token空格拼接",
  4658. "name": "Authorization",
  4659. "in": "header",
  4660. "required": true
  4661. }
  4662. ],
  4663. "responses": {
  4664. "200": {
  4665. "description": "OK",
  4666. "schema": {
  4667. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4668. }
  4669. },
  4670. "400": {
  4671. "description": "具体错误",
  4672. "schema": {
  4673. "$ref": "#/definitions/md.Response"
  4674. }
  4675. }
  4676. }
  4677. }
  4678. },
  4679. "/api/institutionalManagement/eggPointCoefficient/update": {
  4680. "post": {
  4681. "description": "区间系数(更新)",
  4682. "consumes": [
  4683. "application/json"
  4684. ],
  4685. "produces": [
  4686. "application/json"
  4687. ],
  4688. "tags": [
  4689. "蛋蛋分区间系数管理"
  4690. ],
  4691. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4692. "parameters": [
  4693. {
  4694. "type": "string",
  4695. "description": "验证参数Bearer和token空格拼接",
  4696. "name": "Authorization",
  4697. "in": "header",
  4698. "required": true
  4699. },
  4700. {
  4701. "description": "需要更新的数据信息",
  4702. "name": "req",
  4703. "in": "body",
  4704. "required": true,
  4705. "schema": {
  4706. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4707. }
  4708. }
  4709. ],
  4710. "responses": {
  4711. "200": {
  4712. "description": "成功修改的数据数量",
  4713. "schema": {
  4714. "type": "int"
  4715. }
  4716. },
  4717. "400": {
  4718. "description": "具体错误",
  4719. "schema": {
  4720. "$ref": "#/definitions/md.Response"
  4721. }
  4722. }
  4723. }
  4724. }
  4725. },
  4726. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4727. "get": {
  4728. "description": "个性化设置(获取)",
  4729. "consumes": [
  4730. "application/json"
  4731. ],
  4732. "produces": [
  4733. "application/json"
  4734. ],
  4735. "tags": [
  4736. "模块设置"
  4737. ],
  4738. "summary": "制度中心-模块设置-个性化设置(获取)",
  4739. "parameters": [
  4740. {
  4741. "type": "string",
  4742. "description": "验证参数Bearer和token空格拼接",
  4743. "name": "Authorization",
  4744. "in": "header",
  4745. "required": true
  4746. },
  4747. {
  4748. "type": "string",
  4749. "description": "模块类型值",
  4750. "name": "mod_name_value",
  4751. "in": "query",
  4752. "required": true
  4753. }
  4754. ],
  4755. "responses": {
  4756. "200": {
  4757. "description": "具体数据",
  4758. "schema": {
  4759. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4760. }
  4761. },
  4762. "400": {
  4763. "description": "具体错误",
  4764. "schema": {
  4765. "$ref": "#/definitions/md.Response"
  4766. }
  4767. }
  4768. }
  4769. }
  4770. },
  4771. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4772. "post": {
  4773. "description": "个性化设置(更新)",
  4774. "consumes": [
  4775. "application/json"
  4776. ],
  4777. "produces": [
  4778. "application/json"
  4779. ],
  4780. "tags": [
  4781. "模块设置"
  4782. ],
  4783. "summary": "制度中心-模块设置-个性化设置(更新)",
  4784. "parameters": [
  4785. {
  4786. "type": "string",
  4787. "description": "验证参数Bearer和token空格拼接",
  4788. "name": "Authorization",
  4789. "in": "header",
  4790. "required": true
  4791. },
  4792. {
  4793. "description": "模块类型值必填 链接传入完整 URL",
  4794. "name": "req",
  4795. "in": "body",
  4796. "required": true,
  4797. "schema": {
  4798. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4799. }
  4800. }
  4801. ],
  4802. "responses": {
  4803. "200": {
  4804. "description": "修改数据条数",
  4805. "schema": {
  4806. "type": "int"
  4807. }
  4808. },
  4809. "400": {
  4810. "description": "具体错误",
  4811. "schema": {
  4812. "$ref": "#/definitions/md.Response"
  4813. }
  4814. }
  4815. }
  4816. }
  4817. },
  4818. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4819. "post": {
  4820. "description": "社区分红(新增)",
  4821. "consumes": [
  4822. "application/json"
  4823. ],
  4824. "produces": [
  4825. "application/json"
  4826. ],
  4827. "tags": [
  4828. "公排管理"
  4829. ],
  4830. "summary": "制度中心-公排管理-社区分红(新增)",
  4831. "parameters": [
  4832. {
  4833. "type": "string",
  4834. "description": "验证参数Bearer和token空格拼接",
  4835. "name": "Authorization",
  4836. "in": "header",
  4837. "required": true
  4838. },
  4839. {
  4840. "description": "分红名称、分红总量",
  4841. "name": "req",
  4842. "in": "body",
  4843. "required": true,
  4844. "schema": {
  4845. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4846. }
  4847. }
  4848. ],
  4849. "responses": {
  4850. "200": {
  4851. "description": "成功",
  4852. "schema": {
  4853. "type": "success"
  4854. }
  4855. },
  4856. "400": {
  4857. "description": "具体错误",
  4858. "schema": {
  4859. "$ref": "#/definitions/md.Response"
  4860. }
  4861. }
  4862. }
  4863. }
  4864. },
  4865. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4866. "post": {
  4867. "description": "社区分红(查询)",
  4868. "consumes": [
  4869. "application/json"
  4870. ],
  4871. "produces": [
  4872. "application/json"
  4873. ],
  4874. "tags": [
  4875. "公排管理"
  4876. ],
  4877. "summary": "制度中心-公排管理-社区分红(查询)",
  4878. "parameters": [
  4879. {
  4880. "type": "string",
  4881. "description": "验证参数Bearer和token空格拼接",
  4882. "name": "Authorization",
  4883. "in": "header",
  4884. "required": true
  4885. },
  4886. {
  4887. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4888. "name": "req",
  4889. "in": "body",
  4890. "required": true,
  4891. "schema": {
  4892. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4893. }
  4894. }
  4895. ],
  4896. "responses": {
  4897. "200": {
  4898. "description": "具体数据",
  4899. "schema": {
  4900. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4901. }
  4902. },
  4903. "400": {
  4904. "description": "具体错误",
  4905. "schema": {
  4906. "$ref": "#/definitions/md.Response"
  4907. }
  4908. }
  4909. }
  4910. }
  4911. },
  4912. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4913. "post": {
  4914. "description": "社区长列表(新增)",
  4915. "consumes": [
  4916. "application/json"
  4917. ],
  4918. "produces": [
  4919. "application/json"
  4920. ],
  4921. "tags": [
  4922. "公排管理"
  4923. ],
  4924. "summary": "制度中心-公排管理-社区长列表(新增)",
  4925. "parameters": [
  4926. {
  4927. "type": "string",
  4928. "description": "验证参数Bearer和token空格拼接",
  4929. "name": "Authorization",
  4930. "in": "header",
  4931. "required": true
  4932. },
  4933. {
  4934. "description": "新增社区长 ID、备注",
  4935. "name": "req",
  4936. "in": "body",
  4937. "required": true,
  4938. "schema": {
  4939. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4940. }
  4941. }
  4942. ],
  4943. "responses": {
  4944. "200": {
  4945. "description": "插入数据 ID",
  4946. "schema": {
  4947. "type": "int"
  4948. }
  4949. },
  4950. "400": {
  4951. "description": "具体错误",
  4952. "schema": {
  4953. "$ref": "#/definitions/md.Response"
  4954. }
  4955. }
  4956. }
  4957. }
  4958. },
  4959. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4960. "post": {
  4961. "description": "社区长列表(查询)",
  4962. "consumes": [
  4963. "application/json"
  4964. ],
  4965. "produces": [
  4966. "application/json"
  4967. ],
  4968. "tags": [
  4969. "公排管理"
  4970. ],
  4971. "summary": "制度中心-公排管理-社区长列表(查询)",
  4972. "parameters": [
  4973. {
  4974. "type": "string",
  4975. "description": "验证参数Bearer和token空格拼接",
  4976. "name": "Authorization",
  4977. "in": "header",
  4978. "required": true
  4979. },
  4980. {
  4981. "description": "页数、每页大小必填 手机号、用户ID选填",
  4982. "name": "req",
  4983. "in": "body",
  4984. "required": true,
  4985. "schema": {
  4986. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4987. }
  4988. }
  4989. ],
  4990. "responses": {
  4991. "200": {
  4992. "description": "社区长列表",
  4993. "schema": {
  4994. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4995. }
  4996. },
  4997. "400": {
  4998. "description": "具体错误",
  4999. "schema": {
  5000. "$ref": "#/definitions/md.Response"
  5001. }
  5002. }
  5003. }
  5004. }
  5005. },
  5006. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5007. "post": {
  5008. "description": "关系分布图(位置转换)",
  5009. "consumes": [
  5010. "application/json"
  5011. ],
  5012. "produces": [
  5013. "application/json"
  5014. ],
  5015. "tags": [
  5016. "公排管理"
  5017. ],
  5018. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5019. "parameters": [
  5020. {
  5021. "type": "string",
  5022. "description": "验证参数Bearer和token空格拼接",
  5023. "name": "Authorization",
  5024. "in": "header",
  5025. "required": true
  5026. },
  5027. {
  5028. "description": "需要交换的两个位置",
  5029. "name": "req",
  5030. "in": "body",
  5031. "required": true,
  5032. "schema": {
  5033. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5034. }
  5035. }
  5036. ],
  5037. "responses": {
  5038. "200": {
  5039. "description": "成功返回",
  5040. "schema": {
  5041. "type": ""
  5042. }
  5043. },
  5044. "400": {
  5045. "description": "具体错误",
  5046. "schema": {
  5047. "$ref": "#/definitions/md.Response"
  5048. }
  5049. }
  5050. }
  5051. }
  5052. },
  5053. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5054. "get": {
  5055. "description": "关系分布图(获取指定用户上级)",
  5056. "consumes": [
  5057. "application/json"
  5058. ],
  5059. "produces": [
  5060. "application/json"
  5061. ],
  5062. "tags": [
  5063. "公排管理"
  5064. ],
  5065. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5066. "parameters": [
  5067. {
  5068. "type": "string",
  5069. "description": "验证参数Bearer和token空格拼接",
  5070. "name": "Authorization",
  5071. "in": "header",
  5072. "required": true
  5073. },
  5074. {
  5075. "type": "string",
  5076. "description": "用户ID",
  5077. "name": "uid",
  5078. "in": "query",
  5079. "required": true
  5080. }
  5081. ],
  5082. "responses": {
  5083. "200": {
  5084. "description": "具体数据",
  5085. "schema": {
  5086. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5087. }
  5088. },
  5089. "400": {
  5090. "description": "具体错误",
  5091. "schema": {
  5092. "$ref": "#/definitions/md.Response"
  5093. }
  5094. }
  5095. }
  5096. }
  5097. },
  5098. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5099. "get": {
  5100. "description": "关系分布图(获取指定用户下级)",
  5101. "consumes": [
  5102. "application/json"
  5103. ],
  5104. "produces": [
  5105. "application/json"
  5106. ],
  5107. "tags": [
  5108. "公排管理"
  5109. ],
  5110. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5111. "parameters": [
  5112. {
  5113. "type": "string",
  5114. "description": "验证参数Bearer和token空格拼接",
  5115. "name": "Authorization",
  5116. "in": "header",
  5117. "required": true
  5118. },
  5119. {
  5120. "type": "string",
  5121. "description": "用户ID",
  5122. "name": "uid",
  5123. "in": "query",
  5124. "required": true
  5125. }
  5126. ],
  5127. "responses": {
  5128. "200": {
  5129. "description": "具体数据",
  5130. "schema": {
  5131. "$ref": "#/definitions/md.TreeNode"
  5132. }
  5133. },
  5134. "400": {
  5135. "description": "具体错误",
  5136. "schema": {
  5137. "$ref": "#/definitions/md.Response"
  5138. }
  5139. }
  5140. }
  5141. }
  5142. },
  5143. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5144. "get": {
  5145. "description": "公排基础设置(获取)",
  5146. "consumes": [
  5147. "application/json"
  5148. ],
  5149. "produces": [
  5150. "application/json"
  5151. ],
  5152. "tags": [
  5153. "公排管理"
  5154. ],
  5155. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5156. "parameters": [
  5157. {
  5158. "type": "string",
  5159. "description": "验证参数Bearer和token空格拼接",
  5160. "name": "Authorization",
  5161. "in": "header",
  5162. "required": true
  5163. }
  5164. ],
  5165. "responses": {
  5166. "200": {
  5167. "description": "具体数据",
  5168. "schema": {
  5169. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5170. }
  5171. },
  5172. "400": {
  5173. "description": "具体错误",
  5174. "schema": {
  5175. "$ref": "#/definitions/md.Response"
  5176. }
  5177. }
  5178. }
  5179. }
  5180. },
  5181. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5182. "delete": {
  5183. "description": "免罚用户(删除)",
  5184. "consumes": [
  5185. "application/json"
  5186. ],
  5187. "produces": [
  5188. "application/json"
  5189. ],
  5190. "tags": [
  5191. "公排管理"
  5192. ],
  5193. "summary": "制度中心-公排管理-免罚用户(删除)",
  5194. "parameters": [
  5195. {
  5196. "type": "string",
  5197. "description": "验证参数Bearer和token空格拼接",
  5198. "name": "Authorization",
  5199. "in": "header",
  5200. "required": true
  5201. },
  5202. {
  5203. "description": "免罚用户ID",
  5204. "name": "req",
  5205. "in": "body",
  5206. "required": true,
  5207. "schema": {
  5208. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5209. }
  5210. }
  5211. ],
  5212. "responses": {
  5213. "200": {
  5214. "description": "删除数据数量",
  5215. "schema": {
  5216. "type": "int"
  5217. }
  5218. },
  5219. "400": {
  5220. "description": "具体错误",
  5221. "schema": {
  5222. "$ref": "#/definitions/md.Response"
  5223. }
  5224. }
  5225. }
  5226. }
  5227. },
  5228. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5229. "post": {
  5230. "description": "免罚用户(查询)",
  5231. "consumes": [
  5232. "application/json"
  5233. ],
  5234. "produces": [
  5235. "application/json"
  5236. ],
  5237. "tags": [
  5238. "公排管理"
  5239. ],
  5240. "summary": "制度中心-公排管理-免罚用户(查询)",
  5241. "parameters": [
  5242. {
  5243. "type": "string",
  5244. "description": "验证参数Bearer和token空格拼接",
  5245. "name": "Authorization",
  5246. "in": "header",
  5247. "required": true
  5248. },
  5249. {
  5250. "description": "页数和行数必填,uid选填",
  5251. "name": "req",
  5252. "in": "body",
  5253. "required": true,
  5254. "schema": {
  5255. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5256. }
  5257. }
  5258. ],
  5259. "responses": {
  5260. "200": {
  5261. "description": "成功返回",
  5262. "schema": {
  5263. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5264. }
  5265. },
  5266. "400": {
  5267. "description": "具体错误",
  5268. "schema": {
  5269. "$ref": "#/definitions/md.Response"
  5270. }
  5271. }
  5272. }
  5273. }
  5274. },
  5275. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5276. "post": {
  5277. "description": "免罚用户(新增)",
  5278. "consumes": [
  5279. "application/json"
  5280. ],
  5281. "produces": [
  5282. "application/json"
  5283. ],
  5284. "tags": [
  5285. "公排管理"
  5286. ],
  5287. "summary": "制度中心-公排管理-免罚用户(新增)",
  5288. "parameters": [
  5289. {
  5290. "type": "string",
  5291. "description": "验证参数Bearer和token空格拼接",
  5292. "name": "Authorization",
  5293. "in": "header",
  5294. "required": true
  5295. },
  5296. {
  5297. "description": "免罚用户ID",
  5298. "name": "req",
  5299. "in": "body",
  5300. "required": true,
  5301. "schema": {
  5302. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5303. }
  5304. }
  5305. ],
  5306. "responses": {
  5307. "200": {
  5308. "description": "插入数据 ID",
  5309. "schema": {
  5310. "type": "int"
  5311. }
  5312. },
  5313. "400": {
  5314. "description": "具体错误",
  5315. "schema": {
  5316. "$ref": "#/definitions/md.Response"
  5317. }
  5318. }
  5319. }
  5320. }
  5321. },
  5322. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5323. "get": {
  5324. "description": "关系分布图(获取)",
  5325. "consumes": [
  5326. "application/json"
  5327. ],
  5328. "produces": [
  5329. "application/json"
  5330. ],
  5331. "tags": [
  5332. "公排管理"
  5333. ],
  5334. "summary": "制度中心-公排管理-关系分布图(获取)",
  5335. "parameters": [
  5336. {
  5337. "type": "string",
  5338. "description": "验证参数Bearer和token空格拼接",
  5339. "name": "Authorization",
  5340. "in": "header",
  5341. "required": true
  5342. },
  5343. {
  5344. "type": "string",
  5345. "description": "phone",
  5346. "name": "phone",
  5347. "in": "query",
  5348. "required": true
  5349. },
  5350. {
  5351. "type": "string",
  5352. "description": "uid",
  5353. "name": "uid",
  5354. "in": "query",
  5355. "required": true
  5356. }
  5357. ],
  5358. "responses": {
  5359. "200": {
  5360. "description": "具体数据",
  5361. "schema": {
  5362. "$ref": "#/definitions/md.TreeNode"
  5363. }
  5364. },
  5365. "400": {
  5366. "description": "具体错误",
  5367. "schema": {
  5368. "$ref": "#/definitions/md.Response"
  5369. }
  5370. }
  5371. }
  5372. }
  5373. },
  5374. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5375. "post": {
  5376. "description": "公排基础设置选择会员(查询)",
  5377. "consumes": [
  5378. "application/json"
  5379. ],
  5380. "produces": [
  5381. "application/json"
  5382. ],
  5383. "tags": [
  5384. "公排管理"
  5385. ],
  5386. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5387. "parameters": [
  5388. {
  5389. "type": "string",
  5390. "description": "验证参数Bearer和token空格拼接",
  5391. "name": "Authorization",
  5392. "in": "header",
  5393. "required": true
  5394. },
  5395. {
  5396. "description": "分页信息必填",
  5397. "name": "req",
  5398. "in": "body",
  5399. "required": true,
  5400. "schema": {
  5401. "$ref": "#/definitions/md.SelectMemberReq"
  5402. }
  5403. }
  5404. ],
  5405. "responses": {
  5406. "200": {
  5407. "description": "具体数据",
  5408. "schema": {
  5409. "$ref": "#/definitions/md.SelectMemberResp"
  5410. }
  5411. },
  5412. "400": {
  5413. "description": "具体错误",
  5414. "schema": {
  5415. "$ref": "#/definitions/md.Response"
  5416. }
  5417. }
  5418. }
  5419. }
  5420. },
  5421. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5422. "put": {
  5423. "description": "公排基础设置(修改)",
  5424. "consumes": [
  5425. "application/json"
  5426. ],
  5427. "produces": [
  5428. "application/json"
  5429. ],
  5430. "tags": [
  5431. "公排管理"
  5432. ],
  5433. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5434. "parameters": [
  5435. {
  5436. "type": "string",
  5437. "description": "验证参数Bearer和token空格拼接",
  5438. "name": "Authorization",
  5439. "in": "header",
  5440. "required": true
  5441. },
  5442. {
  5443. "description": "公排设置表单内容",
  5444. "name": "req",
  5445. "in": "body",
  5446. "required": true,
  5447. "schema": {
  5448. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5449. }
  5450. }
  5451. ],
  5452. "responses": {
  5453. "200": {
  5454. "description": "success",
  5455. "schema": {
  5456. "type": "string"
  5457. }
  5458. },
  5459. "400": {
  5460. "description": "具体错误",
  5461. "schema": {
  5462. "$ref": "#/definitions/md.Response"
  5463. }
  5464. }
  5465. }
  5466. }
  5467. },
  5468. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5469. "post": {
  5470. "description": "日活分析",
  5471. "consumes": [
  5472. "application/json"
  5473. ],
  5474. "produces": [
  5475. "application/json"
  5476. ],
  5477. "tags": [
  5478. "公排管理"
  5479. ],
  5480. "summary": "制度中心-公排管理-日活分析",
  5481. "parameters": [
  5482. {
  5483. "type": "string",
  5484. "description": "验证参数Bearer和token空格拼接",
  5485. "name": "Authorization",
  5486. "in": "header",
  5487. "required": true
  5488. },
  5489. {
  5490. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5491. "name": "req",
  5492. "in": "body",
  5493. "required": true,
  5494. "schema": {
  5495. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5496. }
  5497. }
  5498. ],
  5499. "responses": {
  5500. "200": {
  5501. "description": "具体数据",
  5502. "schema": {
  5503. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5504. }
  5505. },
  5506. "400": {
  5507. "description": "具体错误",
  5508. "schema": {
  5509. "$ref": "#/definitions/md.Response"
  5510. }
  5511. }
  5512. }
  5513. }
  5514. },
  5515. "/api/login": {
  5516. "post": {
  5517. "description": "登入",
  5518. "consumes": [
  5519. "application/json"
  5520. ],
  5521. "produces": [
  5522. "application/json"
  5523. ],
  5524. "tags": [
  5525. "登录"
  5526. ],
  5527. "summary": "登陆",
  5528. "parameters": [
  5529. {
  5530. "description": "用户名密码",
  5531. "name": "req",
  5532. "in": "body",
  5533. "required": true,
  5534. "schema": {
  5535. "$ref": "#/definitions/md.LoginReq"
  5536. }
  5537. }
  5538. ],
  5539. "responses": {
  5540. "200": {
  5541. "description": "token",
  5542. "schema": {
  5543. "$ref": "#/definitions/md.LoginResponse"
  5544. }
  5545. },
  5546. "400": {
  5547. "description": "具体错误",
  5548. "schema": {
  5549. "$ref": "#/definitions/md.Response"
  5550. }
  5551. }
  5552. }
  5553. }
  5554. },
  5555. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5556. "get": {
  5557. "description": "新人红包设置(获取)",
  5558. "consumes": [
  5559. "application/json"
  5560. ],
  5561. "produces": [
  5562. "application/json"
  5563. ],
  5564. "tags": [
  5565. "营销应用"
  5566. ],
  5567. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5568. "parameters": [
  5569. {
  5570. "type": "string",
  5571. "description": "验证参数Bearer和token空格拼接",
  5572. "name": "Authorization",
  5573. "in": "header",
  5574. "required": true
  5575. }
  5576. ],
  5577. "responses": {
  5578. "200": {
  5579. "description": "具体数据",
  5580. "schema": {
  5581. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5582. }
  5583. },
  5584. "400": {
  5585. "description": "具体错误",
  5586. "schema": {
  5587. "$ref": "#/definitions/md.Response"
  5588. }
  5589. }
  5590. }
  5591. }
  5592. },
  5593. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5594. "post": {
  5595. "description": "新人红包列表明细(查询)",
  5596. "consumes": [
  5597. "application/json"
  5598. ],
  5599. "produces": [
  5600. "application/json"
  5601. ],
  5602. "tags": [
  5603. "营销应用"
  5604. ],
  5605. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5606. "parameters": [
  5607. {
  5608. "type": "string",
  5609. "description": "验证参数Bearer和token空格拼接",
  5610. "name": "Authorization",
  5611. "in": "header",
  5612. "required": true
  5613. },
  5614. {
  5615. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5616. "name": "req",
  5617. "in": "body",
  5618. "required": true,
  5619. "schema": {
  5620. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5621. }
  5622. }
  5623. ],
  5624. "responses": {
  5625. "200": {
  5626. "description": "具体数据",
  5627. "schema": {
  5628. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5629. }
  5630. },
  5631. "400": {
  5632. "description": "具体错误",
  5633. "schema": {
  5634. "$ref": "#/definitions/md.Response"
  5635. }
  5636. }
  5637. }
  5638. }
  5639. },
  5640. "/api/marketingApplications/newUserRedPackage/recordList": {
  5641. "post": {
  5642. "description": "新人红包列表(查询)",
  5643. "consumes": [
  5644. "application/json"
  5645. ],
  5646. "produces": [
  5647. "application/json"
  5648. ],
  5649. "tags": [
  5650. "营销应用"
  5651. ],
  5652. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5653. "parameters": [
  5654. {
  5655. "type": "string",
  5656. "description": "验证参数Bearer和token空格拼接",
  5657. "name": "Authorization",
  5658. "in": "header",
  5659. "required": true
  5660. },
  5661. {
  5662. "description": "新人红包列表查询条件(分页信息必填)",
  5663. "name": "req",
  5664. "in": "body",
  5665. "required": true,
  5666. "schema": {
  5667. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5668. }
  5669. }
  5670. ],
  5671. "responses": {
  5672. "200": {
  5673. "description": "具体数据",
  5674. "schema": {
  5675. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5676. }
  5677. },
  5678. "400": {
  5679. "description": "具体错误",
  5680. "schema": {
  5681. "$ref": "#/definitions/md.Response"
  5682. }
  5683. }
  5684. }
  5685. }
  5686. },
  5687. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5688. "put": {
  5689. "description": "新人红包设置(修改)",
  5690. "consumes": [
  5691. "application/json"
  5692. ],
  5693. "produces": [
  5694. "application/json"
  5695. ],
  5696. "tags": [
  5697. "营销应用"
  5698. ],
  5699. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5700. "parameters": [
  5701. {
  5702. "type": "string",
  5703. "description": "验证参数Bearer和token空格拼接",
  5704. "name": "Authorization",
  5705. "in": "header",
  5706. "required": true
  5707. },
  5708. {
  5709. "description": "新人红包设置表单",
  5710. "name": "req",
  5711. "in": "body",
  5712. "required": true,
  5713. "schema": {
  5714. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5715. }
  5716. }
  5717. ],
  5718. "responses": {
  5719. "200": {
  5720. "description": "success",
  5721. "schema": {
  5722. "type": "string"
  5723. }
  5724. },
  5725. "400": {
  5726. "description": "具体错误",
  5727. "schema": {
  5728. "$ref": "#/definitions/md.Response"
  5729. }
  5730. }
  5731. }
  5732. }
  5733. },
  5734. "/api/memberCenter/certificate/del": {
  5735. "post": {
  5736. "description": "会员中心-证书管理-删除",
  5737. "consumes": [
  5738. "application/json"
  5739. ],
  5740. "produces": [
  5741. "application/json"
  5742. ],
  5743. "tags": [
  5744. "会员中心"
  5745. ],
  5746. "summary": "会员中心-证书管理-删除",
  5747. "parameters": [
  5748. {
  5749. "type": "string",
  5750. "description": "验证参数Bearer和token空格拼接",
  5751. "name": "Authorization",
  5752. "in": "header",
  5753. "required": true
  5754. },
  5755. {
  5756. "description": "(分页信息必填)",
  5757. "name": "req",
  5758. "in": "body",
  5759. "required": true,
  5760. "schema": {
  5761. "$ref": "#/definitions/md.CertificateDelReq"
  5762. }
  5763. }
  5764. ],
  5765. "responses": {
  5766. "200": {
  5767. "description": "具体数据",
  5768. "schema": {
  5769. "type": "string"
  5770. }
  5771. },
  5772. "400": {
  5773. "description": "具体错误",
  5774. "schema": {
  5775. "$ref": "#/definitions/md.Response"
  5776. }
  5777. }
  5778. }
  5779. }
  5780. },
  5781. "/api/memberCenter/certificate/list": {
  5782. "post": {
  5783. "description": "会员中心-证书管理",
  5784. "consumes": [
  5785. "application/json"
  5786. ],
  5787. "produces": [
  5788. "application/json"
  5789. ],
  5790. "tags": [
  5791. "会员中心"
  5792. ],
  5793. "summary": "会员中心-证书管理",
  5794. "parameters": [
  5795. {
  5796. "type": "string",
  5797. "description": "验证参数Bearer和token空格拼接",
  5798. "name": "Authorization",
  5799. "in": "header",
  5800. "required": true
  5801. },
  5802. {
  5803. "description": "(分页信息必填)",
  5804. "name": "req",
  5805. "in": "body",
  5806. "required": true,
  5807. "schema": {
  5808. "$ref": "#/definitions/md.CertificateListReq"
  5809. }
  5810. }
  5811. ],
  5812. "responses": {
  5813. "200": {
  5814. "description": "具体数据",
  5815. "schema": {
  5816. "$ref": "#/definitions/md.CertificateListResp"
  5817. }
  5818. },
  5819. "400": {
  5820. "description": "具体错误",
  5821. "schema": {
  5822. "$ref": "#/definitions/md.Response"
  5823. }
  5824. }
  5825. }
  5826. }
  5827. },
  5828. "/api/memberCenter/certificate/save": {
  5829. "post": {
  5830. "description": "会员中心-证书管理-保存",
  5831. "consumes": [
  5832. "application/json"
  5833. ],
  5834. "produces": [
  5835. "application/json"
  5836. ],
  5837. "tags": [
  5838. "会员中心"
  5839. ],
  5840. "summary": "会员中心-证书管理-保存",
  5841. "parameters": [
  5842. {
  5843. "type": "string",
  5844. "description": "验证参数Bearer和token空格拼接",
  5845. "name": "Authorization",
  5846. "in": "header",
  5847. "required": true
  5848. },
  5849. {
  5850. "description": "(分页信息必填)",
  5851. "name": "req",
  5852. "in": "body",
  5853. "required": true,
  5854. "schema": {
  5855. "$ref": "#/definitions/md.CertificateSave"
  5856. }
  5857. }
  5858. ],
  5859. "responses": {
  5860. "200": {
  5861. "description": "具体数据",
  5862. "schema": {
  5863. "type": "string"
  5864. }
  5865. },
  5866. "400": {
  5867. "description": "具体错误",
  5868. "schema": {
  5869. "$ref": "#/definitions/md.Response"
  5870. }
  5871. }
  5872. }
  5873. }
  5874. },
  5875. "/api/memberCenter/levelManagement/addLevel": {
  5876. "post": {
  5877. "description": "等级管理(新增)",
  5878. "consumes": [
  5879. "application/json"
  5880. ],
  5881. "produces": [
  5882. "application/json"
  5883. ],
  5884. "tags": [
  5885. "会员中心"
  5886. ],
  5887. "summary": "制度中心-会员中心-等级管理(新增)",
  5888. "parameters": [
  5889. {
  5890. "type": "string",
  5891. "description": "验证参数Bearer和token空格拼接",
  5892. "name": "Authorization",
  5893. "in": "header",
  5894. "required": true
  5895. },
  5896. {
  5897. "description": "需要新增的等级信息",
  5898. "name": "req",
  5899. "in": "body",
  5900. "required": true,
  5901. "schema": {
  5902. "$ref": "#/definitions/md.AddLevelReq"
  5903. }
  5904. }
  5905. ],
  5906. "responses": {
  5907. "200": {
  5908. "description": "新增等级ID",
  5909. "schema": {
  5910. "type": "int"
  5911. }
  5912. },
  5913. "400": {
  5914. "description": "具体错误",
  5915. "schema": {
  5916. "$ref": "#/definitions/md.Response"
  5917. }
  5918. }
  5919. }
  5920. }
  5921. },
  5922. "/api/memberCenter/levelManagement/deleteLevel": {
  5923. "delete": {
  5924. "description": "等级管理(删除)",
  5925. "consumes": [
  5926. "application/json"
  5927. ],
  5928. "produces": [
  5929. "application/json"
  5930. ],
  5931. "tags": [
  5932. "会员中心"
  5933. ],
  5934. "summary": "制度中心-会员中心-等级管理(删除)",
  5935. "parameters": [
  5936. {
  5937. "type": "string",
  5938. "description": "验证参数Bearer和token空格拼接",
  5939. "name": "Authorization",
  5940. "in": "header",
  5941. "required": true
  5942. },
  5943. {
  5944. "description": "需要删除的等级 ID",
  5945. "name": "req",
  5946. "in": "body",
  5947. "required": true,
  5948. "schema": {
  5949. "$ref": "#/definitions/md.DeleteLevelReq"
  5950. }
  5951. }
  5952. ],
  5953. "responses": {
  5954. "200": {
  5955. "description": "成功删除数据数量",
  5956. "schema": {
  5957. "type": "int"
  5958. }
  5959. },
  5960. "400": {
  5961. "description": "具体错误",
  5962. "schema": {
  5963. "$ref": "#/definitions/md.Response"
  5964. }
  5965. }
  5966. }
  5967. }
  5968. },
  5969. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5970. "delete": {
  5971. "description": "等级任务(删除)",
  5972. "consumes": [
  5973. "application/json"
  5974. ],
  5975. "produces": [
  5976. "application/json"
  5977. ],
  5978. "tags": [
  5979. "会员中心"
  5980. ],
  5981. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5982. "parameters": [
  5983. {
  5984. "type": "string",
  5985. "description": "验证参数Bearer和token空格拼接",
  5986. "name": "Authorization",
  5987. "in": "header",
  5988. "required": true
  5989. },
  5990. {
  5991. "description": "需要删除的等级任务ID",
  5992. "name": "req",
  5993. "in": "body",
  5994. "required": true,
  5995. "schema": {
  5996. "$ref": "#/definitions/md.DeleteTaskReq"
  5997. }
  5998. }
  5999. ],
  6000. "responses": {
  6001. "200": {
  6002. "description": "成功删除数据数量",
  6003. "schema": {
  6004. "type": "int"
  6005. }
  6006. },
  6007. "400": {
  6008. "description": "具体错误",
  6009. "schema": {
  6010. "$ref": "#/definitions/md.Response"
  6011. }
  6012. }
  6013. }
  6014. }
  6015. },
  6016. "/api/memberCenter/levelManagement/getLevelList": {
  6017. "get": {
  6018. "description": "标签管理(获取)",
  6019. "consumes": [
  6020. "application/json"
  6021. ],
  6022. "produces": [
  6023. "application/json"
  6024. ],
  6025. "tags": [
  6026. "会员中心"
  6027. ],
  6028. "summary": "制度中心-会员中心-等级管理(获取)",
  6029. "parameters": [
  6030. {
  6031. "type": "string",
  6032. "description": "验证参数Bearer和token空格拼接",
  6033. "name": "Authorization",
  6034. "in": "header",
  6035. "required": true
  6036. },
  6037. {
  6038. "type": "integer",
  6039. "description": "每页大小",
  6040. "name": "limit",
  6041. "in": "query",
  6042. "required": true
  6043. },
  6044. {
  6045. "type": "integer",
  6046. "description": "页数",
  6047. "name": "page",
  6048. "in": "query",
  6049. "required": true
  6050. }
  6051. ],
  6052. "responses": {
  6053. "200": {
  6054. "description": "具体数据",
  6055. "schema": {
  6056. "$ref": "#/definitions/md.GetLevelListResp"
  6057. }
  6058. },
  6059. "400": {
  6060. "description": "具体错误",
  6061. "schema": {
  6062. "$ref": "#/definitions/md.Response"
  6063. }
  6064. }
  6065. }
  6066. }
  6067. },
  6068. "/api/memberCenter/levelManagement/getOneLevel": {
  6069. "get": {
  6070. "description": "等级明细(获取)",
  6071. "consumes": [
  6072. "application/json"
  6073. ],
  6074. "produces": [
  6075. "application/json"
  6076. ],
  6077. "tags": [
  6078. "会员中心"
  6079. ],
  6080. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6081. "parameters": [
  6082. {
  6083. "type": "string",
  6084. "description": "验证参数Bearer和token空格拼接",
  6085. "name": "Authorization",
  6086. "in": "header",
  6087. "required": true
  6088. },
  6089. {
  6090. "type": "integer",
  6091. "description": "等级 ID",
  6092. "name": "level_id",
  6093. "in": "query",
  6094. "required": true
  6095. }
  6096. ],
  6097. "responses": {
  6098. "200": {
  6099. "description": "具体数据",
  6100. "schema": {
  6101. "$ref": "#/definitions/md.GetOneLevelResp"
  6102. }
  6103. },
  6104. "400": {
  6105. "description": "具体错误",
  6106. "schema": {
  6107. "$ref": "#/definitions/md.Response"
  6108. }
  6109. }
  6110. }
  6111. }
  6112. },
  6113. "/api/memberCenter/levelManagement/updateLevel": {
  6114. "post": {
  6115. "description": "等级管理(更新)",
  6116. "consumes": [
  6117. "application/json"
  6118. ],
  6119. "produces": [
  6120. "application/json"
  6121. ],
  6122. "tags": [
  6123. "会员中心"
  6124. ],
  6125. "summary": "制度中心-会员中心-等级管理(更新)",
  6126. "parameters": [
  6127. {
  6128. "type": "string",
  6129. "description": "验证参数Bearer和token空格拼接",
  6130. "name": "Authorization",
  6131. "in": "header",
  6132. "required": true
  6133. },
  6134. {
  6135. "description": "需要修改的等级信息",
  6136. "name": "req",
  6137. "in": "body",
  6138. "required": true,
  6139. "schema": {
  6140. "$ref": "#/definitions/md.UpdateLevelReq"
  6141. }
  6142. }
  6143. ],
  6144. "responses": {
  6145. "200": {
  6146. "description": "success",
  6147. "schema": {
  6148. "type": "string"
  6149. }
  6150. },
  6151. "400": {
  6152. "description": "具体错误",
  6153. "schema": {
  6154. "$ref": "#/definitions/md.Response"
  6155. }
  6156. }
  6157. }
  6158. }
  6159. },
  6160. "/api/memberCenter/tagManagement/addTag": {
  6161. "post": {
  6162. "description": "标签管理(新增)",
  6163. "consumes": [
  6164. "application/json"
  6165. ],
  6166. "produces": [
  6167. "application/json"
  6168. ],
  6169. "tags": [
  6170. "会员中心"
  6171. ],
  6172. "summary": "制度中心-会员中心-标签管理(新增)",
  6173. "parameters": [
  6174. {
  6175. "type": "string",
  6176. "description": "验证参数Bearer和token空格拼接",
  6177. "name": "Authorization",
  6178. "in": "header",
  6179. "required": true
  6180. },
  6181. {
  6182. "description": "新增的标签信息",
  6183. "name": "req",
  6184. "in": "body",
  6185. "required": true,
  6186. "schema": {
  6187. "$ref": "#/definitions/md.AddTagReq"
  6188. }
  6189. }
  6190. ],
  6191. "responses": {
  6192. "200": {
  6193. "description": "新增的标签 ID",
  6194. "schema": {
  6195. "type": "int"
  6196. }
  6197. },
  6198. "400": {
  6199. "description": "具体错误",
  6200. "schema": {
  6201. "$ref": "#/definitions/md.Response"
  6202. }
  6203. }
  6204. }
  6205. }
  6206. },
  6207. "/api/memberCenter/tagManagement/deleteTag": {
  6208. "delete": {
  6209. "description": "标签管理(删除)",
  6210. "consumes": [
  6211. "application/json"
  6212. ],
  6213. "produces": [
  6214. "application/json"
  6215. ],
  6216. "tags": [
  6217. "会员中心"
  6218. ],
  6219. "summary": "制度中心-会员中心-标签管理(删除)",
  6220. "parameters": [
  6221. {
  6222. "type": "string",
  6223. "description": "验证参数Bearer和token空格拼接",
  6224. "name": "Authorization",
  6225. "in": "header",
  6226. "required": true
  6227. },
  6228. {
  6229. "description": "需要删除的标签 ID",
  6230. "name": "req",
  6231. "in": "body",
  6232. "required": true,
  6233. "schema": {
  6234. "$ref": "#/definitions/md.DeleteTagReq"
  6235. }
  6236. }
  6237. ],
  6238. "responses": {
  6239. "200": {
  6240. "description": "成功删除标签用户数",
  6241. "schema": {
  6242. "type": "int"
  6243. }
  6244. },
  6245. "400": {
  6246. "description": "具体错误",
  6247. "schema": {
  6248. "$ref": "#/definitions/md.Response"
  6249. }
  6250. }
  6251. }
  6252. }
  6253. },
  6254. "/api/memberCenter/tagManagement/getTagList": {
  6255. "get": {
  6256. "description": "标签管理(获取)",
  6257. "consumes": [
  6258. "application/json"
  6259. ],
  6260. "produces": [
  6261. "application/json"
  6262. ],
  6263. "tags": [
  6264. "会员中心"
  6265. ],
  6266. "summary": "制度中心-会员中心-标签管理(获取)",
  6267. "parameters": [
  6268. {
  6269. "type": "string",
  6270. "description": "验证参数Bearer和token空格拼接",
  6271. "name": "Authorization",
  6272. "in": "header",
  6273. "required": true
  6274. },
  6275. {
  6276. "type": "integer",
  6277. "description": "每页大小",
  6278. "name": "limit",
  6279. "in": "query",
  6280. "required": true
  6281. },
  6282. {
  6283. "type": "integer",
  6284. "description": "页数",
  6285. "name": "page",
  6286. "in": "query",
  6287. "required": true
  6288. }
  6289. ],
  6290. "responses": {
  6291. "200": {
  6292. "description": "具体数据",
  6293. "schema": {
  6294. "$ref": "#/definitions/md.GetTagListResp"
  6295. }
  6296. },
  6297. "400": {
  6298. "description": "具体错误",
  6299. "schema": {
  6300. "$ref": "#/definitions/md.Response"
  6301. }
  6302. }
  6303. }
  6304. }
  6305. },
  6306. "/api/memberCenter/tagManagement/updateTag": {
  6307. "post": {
  6308. "description": "标签管理(更新)",
  6309. "consumes": [
  6310. "application/json"
  6311. ],
  6312. "produces": [
  6313. "application/json"
  6314. ],
  6315. "tags": [
  6316. "会员中心"
  6317. ],
  6318. "summary": "制度中心-会员中心-标签管理(更新)",
  6319. "parameters": [
  6320. {
  6321. "type": "string",
  6322. "description": "验证参数Bearer和token空格拼接",
  6323. "name": "Authorization",
  6324. "in": "header",
  6325. "required": true
  6326. },
  6327. {
  6328. "description": "需要修改的标签信息",
  6329. "name": "req",
  6330. "in": "body",
  6331. "required": true,
  6332. "schema": {
  6333. "$ref": "#/definitions/md.UpdateTagReq"
  6334. }
  6335. }
  6336. ],
  6337. "responses": {
  6338. "200": {
  6339. "description": "成功修改数据条数",
  6340. "schema": {
  6341. "type": "int"
  6342. }
  6343. },
  6344. "400": {
  6345. "description": "具体错误",
  6346. "schema": {
  6347. "$ref": "#/definitions/md.Response"
  6348. }
  6349. }
  6350. }
  6351. }
  6352. },
  6353. "/api/memberCenter/userManagement/balanceDetail": {
  6354. "get": {
  6355. "description": "会员明细(余额获取)",
  6356. "consumes": [
  6357. "application/json"
  6358. ],
  6359. "produces": [
  6360. "application/json"
  6361. ],
  6362. "tags": [
  6363. "会员中心"
  6364. ],
  6365. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6366. "parameters": [
  6367. {
  6368. "type": "string",
  6369. "description": "验证参数Bearer和token空格拼接",
  6370. "name": "Authorization",
  6371. "in": "header",
  6372. "required": true
  6373. },
  6374. {
  6375. "type": "string",
  6376. "description": "用户 ID",
  6377. "name": "uid",
  6378. "in": "query",
  6379. "required": true
  6380. },
  6381. {
  6382. "type": "string",
  6383. "description": "每页大小",
  6384. "name": "limit",
  6385. "in": "query",
  6386. "required": true
  6387. },
  6388. {
  6389. "type": "string",
  6390. "description": "页数",
  6391. "name": "page",
  6392. "in": "query",
  6393. "required": true
  6394. }
  6395. ],
  6396. "responses": {
  6397. "200": {
  6398. "description": "具体数据",
  6399. "schema": {
  6400. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6401. }
  6402. },
  6403. "400": {
  6404. "description": "具体错误",
  6405. "schema": {
  6406. "$ref": "#/definitions/md.Response"
  6407. }
  6408. }
  6409. }
  6410. }
  6411. },
  6412. "/api/memberCenter/userManagement/getFans": {
  6413. "get": {
  6414. "description": "会员明细粉丝情况(获取)",
  6415. "consumes": [
  6416. "application/json"
  6417. ],
  6418. "produces": [
  6419. "application/json"
  6420. ],
  6421. "tags": [
  6422. "会员中心"
  6423. ],
  6424. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6425. "parameters": [
  6426. {
  6427. "type": "string",
  6428. "description": "验证参数Bearer和token空格拼接",
  6429. "name": "Authorization",
  6430. "in": "header",
  6431. "required": true
  6432. },
  6433. {
  6434. "type": "string",
  6435. "description": "用户 ID",
  6436. "name": "uid",
  6437. "in": "query",
  6438. "required": true
  6439. },
  6440. {
  6441. "type": "string",
  6442. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6443. "name": "type",
  6444. "in": "query",
  6445. "required": true
  6446. },
  6447. {
  6448. "type": "string",
  6449. "description": "每页大小",
  6450. "name": "limit",
  6451. "in": "query",
  6452. "required": true
  6453. },
  6454. {
  6455. "type": "string",
  6456. "description": "页数",
  6457. "name": "page",
  6458. "in": "query",
  6459. "required": true
  6460. }
  6461. ],
  6462. "responses": {
  6463. "200": {
  6464. "description": "具体数据",
  6465. "schema": {
  6466. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6467. }
  6468. },
  6469. "400": {
  6470. "description": "具体错误",
  6471. "schema": {
  6472. "$ref": "#/definitions/md.Response"
  6473. }
  6474. }
  6475. }
  6476. }
  6477. },
  6478. "/api/memberCenter/userManagement/getUserList": {
  6479. "post": {
  6480. "description": "用户信息管理(获取)",
  6481. "consumes": [
  6482. "application/json"
  6483. ],
  6484. "produces": [
  6485. "application/json"
  6486. ],
  6487. "tags": [
  6488. "会员中心"
  6489. ],
  6490. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6491. "parameters": [
  6492. {
  6493. "type": "string",
  6494. "description": "验证参数Bearer和token空格拼接",
  6495. "name": "Authorization",
  6496. "in": "header",
  6497. "required": true
  6498. },
  6499. {
  6500. "description": "分页信息必填",
  6501. "name": "req",
  6502. "in": "body",
  6503. "required": true,
  6504. "schema": {
  6505. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6506. }
  6507. }
  6508. ],
  6509. "responses": {
  6510. "200": {
  6511. "description": "具体数据",
  6512. "schema": {
  6513. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6514. }
  6515. },
  6516. "400": {
  6517. "description": "具体错误",
  6518. "schema": {
  6519. "$ref": "#/definitions/md.Response"
  6520. }
  6521. }
  6522. }
  6523. }
  6524. },
  6525. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6526. "get": {
  6527. "description": "会员明细(积分明细获取)",
  6528. "consumes": [
  6529. "application/json"
  6530. ],
  6531. "produces": [
  6532. "application/json"
  6533. ],
  6534. "tags": [
  6535. "会员中心"
  6536. ],
  6537. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6538. "parameters": [
  6539. {
  6540. "type": "string",
  6541. "description": "验证参数Bearer和token空格拼接",
  6542. "name": "Authorization",
  6543. "in": "header",
  6544. "required": true
  6545. },
  6546. {
  6547. "type": "string",
  6548. "description": "用户 ID",
  6549. "name": "uid",
  6550. "in": "query",
  6551. "required": true
  6552. },
  6553. {
  6554. "type": "string",
  6555. "description": "货币 ID",
  6556. "name": "coinId",
  6557. "in": "query",
  6558. "required": true
  6559. },
  6560. {
  6561. "type": "string",
  6562. "description": "每页大小",
  6563. "name": "limit",
  6564. "in": "query",
  6565. "required": true
  6566. },
  6567. {
  6568. "type": "string",
  6569. "description": "页数",
  6570. "name": "page",
  6571. "in": "query",
  6572. "required": true
  6573. }
  6574. ],
  6575. "responses": {
  6576. "200": {
  6577. "description": "具体数据",
  6578. "schema": {
  6579. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6580. }
  6581. },
  6582. "400": {
  6583. "description": "具体错误",
  6584. "schema": {
  6585. "$ref": "#/definitions/md.Response"
  6586. }
  6587. }
  6588. }
  6589. }
  6590. },
  6591. "/api/memberCenter/userManagement/updateUserInfo": {
  6592. "post": {
  6593. "description": "用户信息管理(更新)",
  6594. "consumes": [
  6595. "application/json"
  6596. ],
  6597. "produces": [
  6598. "application/json"
  6599. ],
  6600. "tags": [
  6601. "会员中心"
  6602. ],
  6603. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6604. "parameters": [
  6605. {
  6606. "type": "string",
  6607. "description": "验证参数Bearer和token空格拼接",
  6608. "name": "Authorization",
  6609. "in": "header",
  6610. "required": true
  6611. },
  6612. {
  6613. "description": "用户ID 必传",
  6614. "name": "req",
  6615. "in": "body",
  6616. "required": true,
  6617. "schema": {
  6618. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6619. }
  6620. }
  6621. ],
  6622. "responses": {
  6623. "200": {
  6624. "description": "修改数据行数",
  6625. "schema": {
  6626. "type": "int"
  6627. }
  6628. },
  6629. "400": {
  6630. "description": "具体错误",
  6631. "schema": {
  6632. "$ref": "#/definitions/md.Response"
  6633. }
  6634. }
  6635. }
  6636. }
  6637. },
  6638. "/api/memberCenter/userManagement/userData": {
  6639. "get": {
  6640. "description": "会员明细概况(获取)",
  6641. "consumes": [
  6642. "application/json"
  6643. ],
  6644. "produces": [
  6645. "application/json"
  6646. ],
  6647. "tags": [
  6648. "会员中心"
  6649. ],
  6650. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6651. "parameters": [
  6652. {
  6653. "type": "string",
  6654. "description": "验证参数Bearer和token空格拼接",
  6655. "name": "Authorization",
  6656. "in": "header",
  6657. "required": true
  6658. },
  6659. {
  6660. "type": "string",
  6661. "description": "用户 ID",
  6662. "name": "uid",
  6663. "in": "query",
  6664. "required": true
  6665. }
  6666. ],
  6667. "responses": {
  6668. "200": {
  6669. "description": "会员明细概况具体数据",
  6670. "schema": {
  6671. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6672. }
  6673. },
  6674. "400": {
  6675. "description": "具体错误",
  6676. "schema": {
  6677. "$ref": "#/definitions/md.Response"
  6678. }
  6679. }
  6680. }
  6681. }
  6682. },
  6683. "/api/notice/aliyunSms/file/phone": {
  6684. "post": {
  6685. "description": "短信推送记录-通知模板",
  6686. "consumes": [
  6687. "application/json"
  6688. ],
  6689. "produces": [
  6690. "application/json"
  6691. ],
  6692. "tags": [
  6693. "消息中心"
  6694. ],
  6695. "summary": "消息中心-短信推送记录-通知模板",
  6696. "parameters": [
  6697. {
  6698. "type": "string",
  6699. "description": "验证参数Bearer和token空格拼接",
  6700. "name": "Authorization",
  6701. "in": "header",
  6702. "required": true
  6703. },
  6704. {
  6705. "type": "string",
  6706. "description": "参数 file-----文件上传格式",
  6707. "name": "file",
  6708. "in": "formData",
  6709. "required": true
  6710. }
  6711. ],
  6712. "responses": {
  6713. "200": {
  6714. "description": "phone 一个数组",
  6715. "schema": {
  6716. "type": "string"
  6717. }
  6718. },
  6719. "400": {
  6720. "description": "具体错误",
  6721. "schema": {
  6722. "$ref": "#/definitions/md.Response"
  6723. }
  6724. }
  6725. }
  6726. }
  6727. },
  6728. "/api/notice/aliyunSms/getLevelList": {
  6729. "get": {
  6730. "description": "等级管理(获取)",
  6731. "consumes": [
  6732. "application/json"
  6733. ],
  6734. "produces": [
  6735. "application/json"
  6736. ],
  6737. "tags": [
  6738. "消息中心"
  6739. ],
  6740. "summary": "消息中心-短信推送记录-等级管理(获取)",
  6741. "parameters": [
  6742. {
  6743. "type": "string",
  6744. "description": "验证参数Bearer和token空格拼接",
  6745. "name": "Authorization",
  6746. "in": "header",
  6747. "required": true
  6748. },
  6749. {
  6750. "type": "integer",
  6751. "description": "每页大小",
  6752. "name": "limit",
  6753. "in": "query",
  6754. "required": true
  6755. },
  6756. {
  6757. "type": "integer",
  6758. "description": "页数",
  6759. "name": "page",
  6760. "in": "query",
  6761. "required": true
  6762. }
  6763. ],
  6764. "responses": {
  6765. "200": {
  6766. "description": "具体数据",
  6767. "schema": {
  6768. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  6769. }
  6770. },
  6771. "400": {
  6772. "description": "具体错误",
  6773. "schema": {
  6774. "$ref": "#/definitions/md.Response"
  6775. }
  6776. }
  6777. }
  6778. }
  6779. },
  6780. "/api/notice/aliyunSms/getTagList": {
  6781. "get": {
  6782. "description": "标签管理(获取)",
  6783. "consumes": [
  6784. "application/json"
  6785. ],
  6786. "produces": [
  6787. "application/json"
  6788. ],
  6789. "tags": [
  6790. "消息中心"
  6791. ],
  6792. "summary": "消息中心-短信推送记录-标签管理(获取)",
  6793. "parameters": [
  6794. {
  6795. "type": "string",
  6796. "description": "验证参数Bearer和token空格拼接",
  6797. "name": "Authorization",
  6798. "in": "header",
  6799. "required": true
  6800. },
  6801. {
  6802. "type": "integer",
  6803. "description": "每页大小",
  6804. "name": "limit",
  6805. "in": "query",
  6806. "required": true
  6807. },
  6808. {
  6809. "type": "integer",
  6810. "description": "页数",
  6811. "name": "page",
  6812. "in": "query",
  6813. "required": true
  6814. }
  6815. ],
  6816. "responses": {
  6817. "200": {
  6818. "description": "具体数据",
  6819. "schema": {
  6820. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  6821. }
  6822. },
  6823. "400": {
  6824. "description": "具体错误",
  6825. "schema": {
  6826. "$ref": "#/definitions/md.Response"
  6827. }
  6828. }
  6829. }
  6830. }
  6831. },
  6832. "/api/notice/aliyunSms/getUserList": {
  6833. "post": {
  6834. "description": "获取用户信息",
  6835. "consumes": [
  6836. "application/json"
  6837. ],
  6838. "produces": [
  6839. "application/json"
  6840. ],
  6841. "tags": [
  6842. "消息中心"
  6843. ],
  6844. "summary": "消息中心-短信推送记录-获取用户信息",
  6845. "parameters": [
  6846. {
  6847. "type": "string",
  6848. "description": "验证参数Bearer和token空格拼接",
  6849. "name": "Authorization",
  6850. "in": "header",
  6851. "required": true
  6852. },
  6853. {
  6854. "description": "(分页信息必填)",
  6855. "name": "req",
  6856. "in": "body",
  6857. "required": true,
  6858. "schema": {
  6859. "$ref": "#/definitions/md.JPushGetUserListReq"
  6860. }
  6861. }
  6862. ],
  6863. "responses": {
  6864. "200": {
  6865. "description": "具体数据",
  6866. "schema": {
  6867. "type": "Object"
  6868. }
  6869. },
  6870. "400": {
  6871. "description": "具体错误",
  6872. "schema": {
  6873. "$ref": "#/definitions/md.Response"
  6874. }
  6875. }
  6876. }
  6877. }
  6878. },
  6879. "/api/notice/aliyunSms/push/list": {
  6880. "post": {
  6881. "description": "短信推送记录-推送记录列表",
  6882. "consumes": [
  6883. "application/json"
  6884. ],
  6885. "produces": [
  6886. "application/json"
  6887. ],
  6888. "tags": [
  6889. "消息中心"
  6890. ],
  6891. "summary": "消息中心-短信推送记录-推送记录列表",
  6892. "parameters": [
  6893. {
  6894. "type": "string",
  6895. "description": "验证参数Bearer和token空格拼接",
  6896. "name": "Authorization",
  6897. "in": "header",
  6898. "required": true
  6899. },
  6900. {
  6901. "description": "(分页信息必填)",
  6902. "name": "req",
  6903. "in": "body",
  6904. "required": true,
  6905. "schema": {
  6906. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6907. }
  6908. }
  6909. ],
  6910. "responses": {
  6911. "200": {
  6912. "description": "具体数据",
  6913. "schema": {
  6914. "$ref": "#/definitions/md.NoticePushListResp"
  6915. }
  6916. },
  6917. "400": {
  6918. "description": "具体错误",
  6919. "schema": {
  6920. "$ref": "#/definitions/md.Response"
  6921. }
  6922. }
  6923. }
  6924. }
  6925. },
  6926. "/api/notice/aliyunSms/push/save": {
  6927. "post": {
  6928. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6929. "consumes": [
  6930. "application/json"
  6931. ],
  6932. "produces": [
  6933. "application/json"
  6934. ],
  6935. "tags": [
  6936. "消息中心"
  6937. ],
  6938. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6939. "parameters": [
  6940. {
  6941. "type": "string",
  6942. "description": "验证参数Bearer和token空格拼接",
  6943. "name": "Authorization",
  6944. "in": "header",
  6945. "required": true
  6946. },
  6947. {
  6948. "description": "(分页信息必填)",
  6949. "name": "req",
  6950. "in": "body",
  6951. "required": true,
  6952. "schema": {
  6953. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6954. }
  6955. }
  6956. ],
  6957. "responses": {
  6958. "200": {
  6959. "description": "具体数据",
  6960. "schema": {
  6961. "type": "string"
  6962. }
  6963. },
  6964. "400": {
  6965. "description": "具体错误",
  6966. "schema": {
  6967. "$ref": "#/definitions/md.Response"
  6968. }
  6969. }
  6970. }
  6971. }
  6972. },
  6973. "/api/notice/aliyunSms/sale/base": {
  6974. "get": {
  6975. "description": "短信推送记录-营销短信-通知模板",
  6976. "consumes": [
  6977. "application/json"
  6978. ],
  6979. "produces": [
  6980. "application/json"
  6981. ],
  6982. "tags": [
  6983. "消息中心"
  6984. ],
  6985. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6986. "parameters": [
  6987. {
  6988. "type": "string",
  6989. "description": "验证参数Bearer和token空格拼接",
  6990. "name": "Authorization",
  6991. "in": "header",
  6992. "required": true
  6993. }
  6994. ],
  6995. "responses": {
  6996. "200": {
  6997. "description": "具体数据",
  6998. "schema": {
  6999. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7000. }
  7001. },
  7002. "400": {
  7003. "description": "具体错误",
  7004. "schema": {
  7005. "$ref": "#/definitions/md.Response"
  7006. }
  7007. }
  7008. }
  7009. }
  7010. },
  7011. "/api/notice/aliyunSms/sale/save": {
  7012. "post": {
  7013. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7014. "consumes": [
  7015. "application/json"
  7016. ],
  7017. "produces": [
  7018. "application/json"
  7019. ],
  7020. "tags": [
  7021. "消息中心"
  7022. ],
  7023. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7024. "parameters": [
  7025. {
  7026. "type": "string",
  7027. "description": "验证参数Bearer和token空格拼接",
  7028. "name": "Authorization",
  7029. "in": "header",
  7030. "required": true
  7031. },
  7032. {
  7033. "description": "数组 把列表的数组传过来",
  7034. "name": "req",
  7035. "in": "body",
  7036. "required": true,
  7037. "schema": {
  7038. "type": "string"
  7039. }
  7040. }
  7041. ],
  7042. "responses": {
  7043. "200": {
  7044. "description": "具体数据",
  7045. "schema": {
  7046. "type": "string"
  7047. }
  7048. },
  7049. "400": {
  7050. "description": "具体错误",
  7051. "schema": {
  7052. "$ref": "#/definitions/md.Response"
  7053. }
  7054. }
  7055. }
  7056. }
  7057. },
  7058. "/api/notice/base/del": {
  7059. "post": {
  7060. "description": "基本配置-通知模板删除",
  7061. "consumes": [
  7062. "application/json"
  7063. ],
  7064. "produces": [
  7065. "application/json"
  7066. ],
  7067. "tags": [
  7068. "消息中心"
  7069. ],
  7070. "summary": "消息中心-基本配置-通知模板删除",
  7071. "parameters": [
  7072. {
  7073. "type": "string",
  7074. "description": "验证参数Bearer和token空格拼接",
  7075. "name": "Authorization",
  7076. "in": "header",
  7077. "required": true
  7078. },
  7079. {
  7080. "description": "(分页信息必填)",
  7081. "name": "req",
  7082. "in": "body",
  7083. "required": true,
  7084. "schema": {
  7085. "$ref": "#/definitions/md.NoticeDelReq"
  7086. }
  7087. }
  7088. ],
  7089. "responses": {
  7090. "200": {
  7091. "description": "具体数据",
  7092. "schema": {
  7093. "type": "string"
  7094. }
  7095. },
  7096. "400": {
  7097. "description": "具体错误",
  7098. "schema": {
  7099. "$ref": "#/definitions/md.Response"
  7100. }
  7101. }
  7102. }
  7103. }
  7104. },
  7105. "/api/notice/base/list": {
  7106. "post": {
  7107. "description": "基本配置-通知模板",
  7108. "consumes": [
  7109. "application/json"
  7110. ],
  7111. "produces": [
  7112. "application/json"
  7113. ],
  7114. "tags": [
  7115. "消息中心"
  7116. ],
  7117. "summary": "消息中心-基本配置-通知模板",
  7118. "parameters": [
  7119. {
  7120. "type": "string",
  7121. "description": "验证参数Bearer和token空格拼接",
  7122. "name": "Authorization",
  7123. "in": "header",
  7124. "required": true
  7125. },
  7126. {
  7127. "description": "(分页信息必填)",
  7128. "name": "req",
  7129. "in": "body",
  7130. "required": true,
  7131. "schema": {
  7132. "$ref": "#/definitions/md.NoticeListReq"
  7133. }
  7134. }
  7135. ],
  7136. "responses": {
  7137. "200": {
  7138. "description": "具体数据",
  7139. "schema": {
  7140. "$ref": "#/definitions/md.NoticeListResp"
  7141. }
  7142. },
  7143. "400": {
  7144. "description": "具体错误",
  7145. "schema": {
  7146. "$ref": "#/definitions/md.Response"
  7147. }
  7148. }
  7149. }
  7150. }
  7151. },
  7152. "/api/notice/base/save": {
  7153. "post": {
  7154. "description": "基本配置-通知模板添加编辑",
  7155. "consumes": [
  7156. "application/json"
  7157. ],
  7158. "produces": [
  7159. "application/json"
  7160. ],
  7161. "tags": [
  7162. "消息中心"
  7163. ],
  7164. "summary": "消息中心-基本配置-通知模板添加编辑",
  7165. "parameters": [
  7166. {
  7167. "type": "string",
  7168. "description": "验证参数Bearer和token空格拼接",
  7169. "name": "Authorization",
  7170. "in": "header",
  7171. "required": true
  7172. },
  7173. {
  7174. "description": "(分页信息必填)",
  7175. "name": "req",
  7176. "in": "body",
  7177. "required": true,
  7178. "schema": {
  7179. "$ref": "#/definitions/md.NoticeSaveReq"
  7180. }
  7181. }
  7182. ],
  7183. "responses": {
  7184. "200": {
  7185. "description": "具体数据",
  7186. "schema": {
  7187. "type": "string"
  7188. }
  7189. },
  7190. "400": {
  7191. "description": "具体错误",
  7192. "schema": {
  7193. "$ref": "#/definitions/md.Response"
  7194. }
  7195. }
  7196. }
  7197. }
  7198. },
  7199. "/api/notice/jPush/getLevelList": {
  7200. "get": {
  7201. "description": "等级管理(获取)",
  7202. "consumes": [
  7203. "application/json"
  7204. ],
  7205. "produces": [
  7206. "application/json"
  7207. ],
  7208. "tags": [
  7209. "消息中心"
  7210. ],
  7211. "summary": "消息中心-基本配置-等级管理(获取)",
  7212. "parameters": [
  7213. {
  7214. "type": "string",
  7215. "description": "验证参数Bearer和token空格拼接",
  7216. "name": "Authorization",
  7217. "in": "header",
  7218. "required": true
  7219. },
  7220. {
  7221. "type": "integer",
  7222. "description": "每页大小",
  7223. "name": "limit",
  7224. "in": "query",
  7225. "required": true
  7226. },
  7227. {
  7228. "type": "integer",
  7229. "description": "页数",
  7230. "name": "page",
  7231. "in": "query",
  7232. "required": true
  7233. }
  7234. ],
  7235. "responses": {
  7236. "200": {
  7237. "description": "具体数据",
  7238. "schema": {
  7239. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7240. }
  7241. },
  7242. "400": {
  7243. "description": "具体错误",
  7244. "schema": {
  7245. "$ref": "#/definitions/md.Response"
  7246. }
  7247. }
  7248. }
  7249. }
  7250. },
  7251. "/api/notice/jPush/getTagList": {
  7252. "get": {
  7253. "description": "标签管理(获取)",
  7254. "consumes": [
  7255. "application/json"
  7256. ],
  7257. "produces": [
  7258. "application/json"
  7259. ],
  7260. "tags": [
  7261. "消息中心"
  7262. ],
  7263. "summary": "消息中心-基本配置-标签管理(获取)",
  7264. "parameters": [
  7265. {
  7266. "type": "string",
  7267. "description": "验证参数Bearer和token空格拼接",
  7268. "name": "Authorization",
  7269. "in": "header",
  7270. "required": true
  7271. },
  7272. {
  7273. "type": "integer",
  7274. "description": "每页大小",
  7275. "name": "limit",
  7276. "in": "query",
  7277. "required": true
  7278. },
  7279. {
  7280. "type": "integer",
  7281. "description": "页数",
  7282. "name": "page",
  7283. "in": "query",
  7284. "required": true
  7285. }
  7286. ],
  7287. "responses": {
  7288. "200": {
  7289. "description": "具体数据",
  7290. "schema": {
  7291. "$ref": "#/definitions/md.JPushGetTagListResp"
  7292. }
  7293. },
  7294. "400": {
  7295. "description": "具体错误",
  7296. "schema": {
  7297. "$ref": "#/definitions/md.Response"
  7298. }
  7299. }
  7300. }
  7301. }
  7302. },
  7303. "/api/notice/jPush/getUserList": {
  7304. "post": {
  7305. "description": "获取用户信息",
  7306. "consumes": [
  7307. "application/json"
  7308. ],
  7309. "produces": [
  7310. "application/json"
  7311. ],
  7312. "tags": [
  7313. "消息中心"
  7314. ],
  7315. "summary": "消息中心-基本配置-获取用户信息",
  7316. "parameters": [
  7317. {
  7318. "type": "string",
  7319. "description": "验证参数Bearer和token空格拼接",
  7320. "name": "Authorization",
  7321. "in": "header",
  7322. "required": true
  7323. },
  7324. {
  7325. "description": "(分页信息必填)",
  7326. "name": "req",
  7327. "in": "body",
  7328. "required": true,
  7329. "schema": {
  7330. "$ref": "#/definitions/md.JPushGetUserListReq"
  7331. }
  7332. }
  7333. ],
  7334. "responses": {
  7335. "200": {
  7336. "description": "具体数据",
  7337. "schema": {
  7338. "type": "Object"
  7339. }
  7340. },
  7341. "400": {
  7342. "description": "具体错误",
  7343. "schema": {
  7344. "$ref": "#/definitions/md.Response"
  7345. }
  7346. }
  7347. }
  7348. }
  7349. },
  7350. "/api/notice/jPush/push/list": {
  7351. "post": {
  7352. "description": "基本配置-推送记录列表",
  7353. "consumes": [
  7354. "application/json"
  7355. ],
  7356. "produces": [
  7357. "application/json"
  7358. ],
  7359. "tags": [
  7360. "消息中心"
  7361. ],
  7362. "summary": "消息中心-基本配置-推送记录列表",
  7363. "parameters": [
  7364. {
  7365. "type": "string",
  7366. "description": "验证参数Bearer和token空格拼接",
  7367. "name": "Authorization",
  7368. "in": "header",
  7369. "required": true
  7370. },
  7371. {
  7372. "description": "(分页信息必填)",
  7373. "name": "req",
  7374. "in": "body",
  7375. "required": true,
  7376. "schema": {
  7377. "$ref": "#/definitions/md.NoticeListReq"
  7378. }
  7379. }
  7380. ],
  7381. "responses": {
  7382. "200": {
  7383. "description": "具体数据",
  7384. "schema": {
  7385. "$ref": "#/definitions/md.NoticePushListResp"
  7386. }
  7387. },
  7388. "400": {
  7389. "description": "具体错误",
  7390. "schema": {
  7391. "$ref": "#/definitions/md.Response"
  7392. }
  7393. }
  7394. }
  7395. }
  7396. },
  7397. "/api/notice/jPush/push/save": {
  7398. "post": {
  7399. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7400. "consumes": [
  7401. "application/json"
  7402. ],
  7403. "produces": [
  7404. "application/json"
  7405. ],
  7406. "tags": [
  7407. "消息中心"
  7408. ],
  7409. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7410. "parameters": [
  7411. {
  7412. "type": "string",
  7413. "description": "验证参数Bearer和token空格拼接",
  7414. "name": "Authorization",
  7415. "in": "header",
  7416. "required": true
  7417. },
  7418. {
  7419. "description": "(分页信息必填)",
  7420. "name": "req",
  7421. "in": "body",
  7422. "required": true,
  7423. "schema": {
  7424. "$ref": "#/definitions/md.NoticePushSaveReq"
  7425. }
  7426. }
  7427. ],
  7428. "responses": {
  7429. "200": {
  7430. "description": "具体数据",
  7431. "schema": {
  7432. "type": "string"
  7433. }
  7434. },
  7435. "400": {
  7436. "description": "具体错误",
  7437. "schema": {
  7438. "$ref": "#/definitions/md.Response"
  7439. }
  7440. }
  7441. }
  7442. }
  7443. },
  7444. "/api/role/addAdmin": {
  7445. "post": {
  7446. "description": "权限管理-新增管理员",
  7447. "consumes": [
  7448. "application/json"
  7449. ],
  7450. "produces": [
  7451. "application/json"
  7452. ],
  7453. "tags": [
  7454. "权限管理"
  7455. ],
  7456. "summary": "新增管理员",
  7457. "parameters": [
  7458. {
  7459. "type": "string",
  7460. "description": "验证参数Bearer和token空格拼接",
  7461. "name": "Authorization",
  7462. "in": "header",
  7463. "required": true
  7464. },
  7465. {
  7466. "description": "请求参数",
  7467. "name": "args",
  7468. "in": "body",
  7469. "required": true,
  7470. "schema": {
  7471. "$ref": "#/definitions/md.AddAdminReq"
  7472. }
  7473. }
  7474. ],
  7475. "responses": {
  7476. "200": {
  7477. "description": "success",
  7478. "schema": {
  7479. "type": "string"
  7480. }
  7481. },
  7482. "400": {
  7483. "description": "具体错误",
  7484. "schema": {
  7485. "$ref": "#/definitions/md.Response"
  7486. }
  7487. }
  7488. }
  7489. }
  7490. },
  7491. "/api/role/addRole": {
  7492. "post": {
  7493. "description": "权限管理-添加角色",
  7494. "consumes": [
  7495. "application/json"
  7496. ],
  7497. "produces": [
  7498. "application/json"
  7499. ],
  7500. "tags": [
  7501. "权限管理"
  7502. ],
  7503. "summary": "添加角色",
  7504. "parameters": [
  7505. {
  7506. "type": "string",
  7507. "description": "验证参数Bearer和token空格拼接",
  7508. "name": "Authorization",
  7509. "in": "header",
  7510. "required": true
  7511. },
  7512. {
  7513. "description": "请求参数",
  7514. "name": "args",
  7515. "in": "body",
  7516. "required": true,
  7517. "schema": {
  7518. "$ref": "#/definitions/md.AddRoleReq"
  7519. }
  7520. }
  7521. ],
  7522. "responses": {
  7523. "200": {
  7524. "description": "success",
  7525. "schema": {
  7526. "type": "string"
  7527. }
  7528. },
  7529. "400": {
  7530. "description": "具体错误",
  7531. "schema": {
  7532. "$ref": "#/definitions/md.Response"
  7533. }
  7534. }
  7535. }
  7536. }
  7537. },
  7538. "/api/role/adminInfo": {
  7539. "get": {
  7540. "description": "权限管理-管理员信息",
  7541. "consumes": [
  7542. "application/json"
  7543. ],
  7544. "produces": [
  7545. "application/json"
  7546. ],
  7547. "tags": [
  7548. "权限管理"
  7549. ],
  7550. "summary": "管理员信息",
  7551. "parameters": [
  7552. {
  7553. "type": "string",
  7554. "description": "验证参数Bearer和token空格拼接",
  7555. "name": "Authorization",
  7556. "in": "header",
  7557. "required": true
  7558. },
  7559. {
  7560. "type": "string",
  7561. "description": "管理员id",
  7562. "name": "adm_id",
  7563. "in": "query",
  7564. "required": true
  7565. }
  7566. ],
  7567. "responses": {
  7568. "200": {
  7569. "description": "具体看返回内容",
  7570. "schema": {
  7571. "type": "string"
  7572. }
  7573. },
  7574. "400": {
  7575. "description": "具体错误",
  7576. "schema": {
  7577. "$ref": "#/definitions/md.Response"
  7578. }
  7579. }
  7580. }
  7581. }
  7582. },
  7583. "/api/role/adminList": {
  7584. "post": {
  7585. "description": "权限管理-管理员列表",
  7586. "consumes": [
  7587. "application/json"
  7588. ],
  7589. "produces": [
  7590. "application/json"
  7591. ],
  7592. "tags": [
  7593. "权限管理"
  7594. ],
  7595. "summary": "管理员列表",
  7596. "parameters": [
  7597. {
  7598. "type": "string",
  7599. "description": "验证参数Bearer和token空格拼接",
  7600. "name": "Authorization",
  7601. "in": "header",
  7602. "required": true
  7603. },
  7604. {
  7605. "description": "请求参数",
  7606. "name": "args",
  7607. "in": "body",
  7608. "required": true,
  7609. "schema": {
  7610. "$ref": "#/definitions/md.AdminListReq"
  7611. }
  7612. }
  7613. ],
  7614. "responses": {
  7615. "200": {
  7616. "description": "具体看返回内容",
  7617. "schema": {
  7618. "type": "string"
  7619. }
  7620. },
  7621. "400": {
  7622. "description": "具体错误",
  7623. "schema": {
  7624. "$ref": "#/definitions/md.Response"
  7625. }
  7626. }
  7627. }
  7628. }
  7629. },
  7630. "/api/role/bindAdminRole": {
  7631. "post": {
  7632. "description": "权限管理-管理员绑定角色",
  7633. "consumes": [
  7634. "application/json"
  7635. ],
  7636. "produces": [
  7637. "application/json"
  7638. ],
  7639. "tags": [
  7640. "权限管理"
  7641. ],
  7642. "summary": "管理员绑定角色",
  7643. "parameters": [
  7644. {
  7645. "type": "string",
  7646. "description": "验证参数Bearer和token空格拼接",
  7647. "name": "Authorization",
  7648. "in": "header",
  7649. "required": true
  7650. },
  7651. {
  7652. "description": "请求参数",
  7653. "name": "args",
  7654. "in": "body",
  7655. "required": true,
  7656. "schema": {
  7657. "$ref": "#/definitions/md.BindAdminRoleReq"
  7658. }
  7659. }
  7660. ],
  7661. "responses": {
  7662. "200": {
  7663. "description": "success",
  7664. "schema": {
  7665. "type": "string"
  7666. }
  7667. },
  7668. "400": {
  7669. "description": "具体错误",
  7670. "schema": {
  7671. "$ref": "#/definitions/md.Response"
  7672. }
  7673. }
  7674. }
  7675. }
  7676. },
  7677. "/api/role/deleteAdmin/{$adm_id}": {
  7678. "delete": {
  7679. "description": "权限管理-删除管理员",
  7680. "consumes": [
  7681. "application/json"
  7682. ],
  7683. "produces": [
  7684. "application/json"
  7685. ],
  7686. "tags": [
  7687. "权限管理"
  7688. ],
  7689. "summary": "删除管理员",
  7690. "parameters": [
  7691. {
  7692. "type": "string",
  7693. "description": "验证参数Bearer和token空格拼接",
  7694. "name": "Authorization",
  7695. "in": "header",
  7696. "required": true
  7697. }
  7698. ],
  7699. "responses": {
  7700. "200": {
  7701. "description": "success",
  7702. "schema": {
  7703. "type": "string"
  7704. }
  7705. },
  7706. "400": {
  7707. "description": "具体错误",
  7708. "schema": {
  7709. "$ref": "#/definitions/md.Response"
  7710. }
  7711. }
  7712. }
  7713. }
  7714. },
  7715. "/api/role/deleteRole/{$id}": {
  7716. "delete": {
  7717. "description": "权限管理-删除角色",
  7718. "consumes": [
  7719. "application/json"
  7720. ],
  7721. "produces": [
  7722. "application/json"
  7723. ],
  7724. "tags": [
  7725. "权限管理"
  7726. ],
  7727. "summary": "删除角色",
  7728. "parameters": [
  7729. {
  7730. "type": "string",
  7731. "description": "验证参数Bearer和token空格拼接",
  7732. "name": "Authorization",
  7733. "in": "header",
  7734. "required": true
  7735. },
  7736. {
  7737. "description": "请求参数",
  7738. "name": "args",
  7739. "in": "body",
  7740. "required": true,
  7741. "schema": {
  7742. "$ref": "#/definitions/md.UpdateRoleStateReq"
  7743. }
  7744. }
  7745. ],
  7746. "responses": {
  7747. "200": {
  7748. "description": "success",
  7749. "schema": {
  7750. "type": "string"
  7751. }
  7752. },
  7753. "400": {
  7754. "description": "具体错误",
  7755. "schema": {
  7756. "$ref": "#/definitions/md.Response"
  7757. }
  7758. }
  7759. }
  7760. }
  7761. },
  7762. "/api/role/permissionGroupList": {
  7763. "get": {
  7764. "description": "权限管理-权限组列表",
  7765. "consumes": [
  7766. "application/json"
  7767. ],
  7768. "produces": [
  7769. "application/json"
  7770. ],
  7771. "tags": [
  7772. "权限管理"
  7773. ],
  7774. "summary": "权限组列表",
  7775. "parameters": [
  7776. {
  7777. "type": "string",
  7778. "description": "验证参数Bearer和token空格拼接",
  7779. "name": "Authorization",
  7780. "in": "header",
  7781. "required": true
  7782. },
  7783. {
  7784. "type": "string",
  7785. "description": "管理员id",
  7786. "name": "adm_id",
  7787. "in": "query",
  7788. "required": true
  7789. }
  7790. ],
  7791. "responses": {
  7792. "200": {
  7793. "description": "具体看返回内容",
  7794. "schema": {
  7795. "type": "string"
  7796. }
  7797. },
  7798. "400": {
  7799. "description": "具体错误",
  7800. "schema": {
  7801. "$ref": "#/definitions/md.Response"
  7802. }
  7803. }
  7804. }
  7805. }
  7806. },
  7807. "/api/role/roleBindPermissionGroup": {
  7808. "post": {
  7809. "description": "权限管理-角色绑定权限组",
  7810. "consumes": [
  7811. "application/json"
  7812. ],
  7813. "produces": [
  7814. "application/json"
  7815. ],
  7816. "tags": [
  7817. "权限管理"
  7818. ],
  7819. "summary": "角色绑定权限组",
  7820. "parameters": [
  7821. {
  7822. "type": "string",
  7823. "description": "验证参数Bearer和token空格拼接",
  7824. "name": "Authorization",
  7825. "in": "header",
  7826. "required": true
  7827. },
  7828. {
  7829. "description": "请求参数",
  7830. "name": "args",
  7831. "in": "body",
  7832. "required": true,
  7833. "schema": {
  7834. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  7835. }
  7836. }
  7837. ],
  7838. "responses": {
  7839. "200": {
  7840. "description": "success",
  7841. "schema": {
  7842. "type": "string"
  7843. }
  7844. },
  7845. "400": {
  7846. "description": "具体错误",
  7847. "schema": {
  7848. "$ref": "#/definitions/md.Response"
  7849. }
  7850. }
  7851. }
  7852. }
  7853. },
  7854. "/api/role/roleList": {
  7855. "get": {
  7856. "description": "权限管理-角色列表",
  7857. "consumes": [
  7858. "application/json"
  7859. ],
  7860. "produces": [
  7861. "application/json"
  7862. ],
  7863. "tags": [
  7864. "权限管理"
  7865. ],
  7866. "summary": "角色列表",
  7867. "parameters": [
  7868. {
  7869. "type": "string",
  7870. "description": "验证参数Bearer和token空格拼接",
  7871. "name": "Authorization",
  7872. "in": "header",
  7873. "required": true
  7874. }
  7875. ],
  7876. "responses": {
  7877. "200": {
  7878. "description": "具体看返回内容",
  7879. "schema": {
  7880. "type": "string"
  7881. }
  7882. },
  7883. "400": {
  7884. "description": "具体错误",
  7885. "schema": {
  7886. "$ref": "#/definitions/md.Response"
  7887. }
  7888. }
  7889. }
  7890. }
  7891. },
  7892. "/api/role/updateAdmin": {
  7893. "post": {
  7894. "description": "权限管理-修改管理员信息",
  7895. "consumes": [
  7896. "application/json"
  7897. ],
  7898. "produces": [
  7899. "application/json"
  7900. ],
  7901. "tags": [
  7902. "权限管理"
  7903. ],
  7904. "summary": "修改管理员信息",
  7905. "parameters": [
  7906. {
  7907. "type": "string",
  7908. "description": "验证参数Bearer和token空格拼接",
  7909. "name": "Authorization",
  7910. "in": "header",
  7911. "required": true
  7912. },
  7913. {
  7914. "description": "请求参数",
  7915. "name": "args",
  7916. "in": "body",
  7917. "required": true,
  7918. "schema": {
  7919. "$ref": "#/definitions/md.UpdateAdminReq"
  7920. }
  7921. }
  7922. ],
  7923. "responses": {
  7924. "200": {
  7925. "description": "success",
  7926. "schema": {
  7927. "type": "string"
  7928. }
  7929. },
  7930. "400": {
  7931. "description": "具体错误",
  7932. "schema": {
  7933. "$ref": "#/definitions/md.Response"
  7934. }
  7935. }
  7936. }
  7937. }
  7938. },
  7939. "/api/role/updateAdminState": {
  7940. "post": {
  7941. "description": "权限管理-修改管理员状态",
  7942. "consumes": [
  7943. "application/json"
  7944. ],
  7945. "produces": [
  7946. "application/json"
  7947. ],
  7948. "tags": [
  7949. "权限管理"
  7950. ],
  7951. "summary": "修改管理员状态",
  7952. "parameters": [
  7953. {
  7954. "type": "string",
  7955. "description": "验证参数Bearer和token空格拼接",
  7956. "name": "Authorization",
  7957. "in": "header",
  7958. "required": true
  7959. },
  7960. {
  7961. "description": "请求参数",
  7962. "name": "args",
  7963. "in": "body",
  7964. "required": true,
  7965. "schema": {
  7966. "$ref": "#/definitions/md.UpdateAdminStateReq"
  7967. }
  7968. }
  7969. ],
  7970. "responses": {
  7971. "200": {
  7972. "description": "success",
  7973. "schema": {
  7974. "type": "string"
  7975. }
  7976. },
  7977. "400": {
  7978. "description": "具体错误",
  7979. "schema": {
  7980. "$ref": "#/definitions/md.Response"
  7981. }
  7982. }
  7983. }
  7984. }
  7985. },
  7986. "/api/role/updateRole": {
  7987. "post": {
  7988. "description": "权限管理-修改角色",
  7989. "consumes": [
  7990. "application/json"
  7991. ],
  7992. "produces": [
  7993. "application/json"
  7994. ],
  7995. "tags": [
  7996. "权限管理"
  7997. ],
  7998. "summary": "修改角色",
  7999. "parameters": [
  8000. {
  8001. "type": "string",
  8002. "description": "验证参数Bearer和token空格拼接",
  8003. "name": "Authorization",
  8004. "in": "header",
  8005. "required": true
  8006. },
  8007. {
  8008. "description": "请求参数",
  8009. "name": "args",
  8010. "in": "body",
  8011. "required": true,
  8012. "schema": {
  8013. "$ref": "#/definitions/md.UpdateRoleReq"
  8014. }
  8015. }
  8016. ],
  8017. "responses": {
  8018. "200": {
  8019. "description": "success",
  8020. "schema": {
  8021. "type": "string"
  8022. }
  8023. },
  8024. "400": {
  8025. "description": "具体错误",
  8026. "schema": {
  8027. "$ref": "#/definitions/md.Response"
  8028. }
  8029. }
  8030. }
  8031. }
  8032. },
  8033. "/api/role/updateRoleState": {
  8034. "post": {
  8035. "description": "权限管理-修改角色状态",
  8036. "consumes": [
  8037. "application/json"
  8038. ],
  8039. "produces": [
  8040. "application/json"
  8041. ],
  8042. "tags": [
  8043. "权限管理"
  8044. ],
  8045. "summary": "修改角色状态",
  8046. "parameters": [
  8047. {
  8048. "type": "string",
  8049. "description": "验证参数Bearer和token空格拼接",
  8050. "name": "Authorization",
  8051. "in": "header",
  8052. "required": true
  8053. },
  8054. {
  8055. "description": "请求参数",
  8056. "name": "args",
  8057. "in": "body",
  8058. "required": true,
  8059. "schema": {
  8060. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8061. }
  8062. }
  8063. ],
  8064. "responses": {
  8065. "200": {
  8066. "description": "success",
  8067. "schema": {
  8068. "type": "string"
  8069. }
  8070. },
  8071. "400": {
  8072. "description": "具体错误",
  8073. "schema": {
  8074. "$ref": "#/definitions/md.Response"
  8075. }
  8076. }
  8077. }
  8078. }
  8079. },
  8080. "/api/settCenter/oss/aliYun/getBasic": {
  8081. "get": {
  8082. "description": "对象存储设置(获取)",
  8083. "consumes": [
  8084. "application/json"
  8085. ],
  8086. "produces": [
  8087. "application/json"
  8088. ],
  8089. "tags": [
  8090. "对象存储"
  8091. ],
  8092. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8093. "parameters": [
  8094. {
  8095. "type": "string",
  8096. "description": "验证参数Bearer和token空格拼接",
  8097. "name": "Authorization",
  8098. "in": "header",
  8099. "required": true
  8100. }
  8101. ],
  8102. "responses": {
  8103. "200": {
  8104. "description": "设置列表",
  8105. "schema": {
  8106. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8107. }
  8108. },
  8109. "400": {
  8110. "description": "具体错误",
  8111. "schema": {
  8112. "$ref": "#/definitions/md.Response"
  8113. }
  8114. }
  8115. }
  8116. }
  8117. },
  8118. "/api/settCenter/oss/aliYun/setBasic": {
  8119. "post": {
  8120. "description": "对象存储设置(更新)",
  8121. "consumes": [
  8122. "application/json"
  8123. ],
  8124. "produces": [
  8125. "application/json"
  8126. ],
  8127. "tags": [
  8128. "对象存储"
  8129. ],
  8130. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8131. "parameters": [
  8132. {
  8133. "type": "string",
  8134. "description": "验证参数Bearer和token空格拼接",
  8135. "name": "Authorization",
  8136. "in": "header",
  8137. "required": true
  8138. },
  8139. {
  8140. "description": "上传需要修改的信息",
  8141. "name": "req",
  8142. "in": "body",
  8143. "required": true,
  8144. "schema": {
  8145. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8146. }
  8147. }
  8148. ],
  8149. "responses": {
  8150. "200": {
  8151. "description": "success",
  8152. "schema": {
  8153. "type": "string"
  8154. }
  8155. },
  8156. "400": {
  8157. "description": "具体错误",
  8158. "schema": {
  8159. "$ref": "#/definitions/md.Response"
  8160. }
  8161. }
  8162. }
  8163. }
  8164. },
  8165. "/api/settCenter/web/getBasic": {
  8166. "get": {
  8167. "description": "网站信息-基本设置(获取)",
  8168. "consumes": [
  8169. "application/json"
  8170. ],
  8171. "produces": [
  8172. "application/json"
  8173. ],
  8174. "tags": [
  8175. "基础设置"
  8176. ],
  8177. "summary": "基础设置-网站信息-基本设置(获取)",
  8178. "parameters": [
  8179. {
  8180. "type": "string",
  8181. "description": "验证参数Bearer和token空格拼接",
  8182. "name": "Authorization",
  8183. "in": "header",
  8184. "required": true
  8185. }
  8186. ],
  8187. "responses": {
  8188. "200": {
  8189. "description": "设置列表",
  8190. "schema": {
  8191. "$ref": "#/definitions/setCenter.WebBasicResp"
  8192. }
  8193. },
  8194. "400": {
  8195. "description": "具体错误",
  8196. "schema": {
  8197. "$ref": "#/definitions/md.Response"
  8198. }
  8199. }
  8200. }
  8201. }
  8202. },
  8203. "/api/settCenter/web/setBasic": {
  8204. "post": {
  8205. "description": "基本设置(更新)",
  8206. "consumes": [
  8207. "application/json"
  8208. ],
  8209. "produces": [
  8210. "application/json"
  8211. ],
  8212. "tags": [
  8213. "基础设置"
  8214. ],
  8215. "summary": "基础设置-网站信息-基本设置(更新)",
  8216. "parameters": [
  8217. {
  8218. "type": "string",
  8219. "description": "验证参数Bearer和token空格拼接",
  8220. "name": "Authorization",
  8221. "in": "header",
  8222. "required": true
  8223. },
  8224. {
  8225. "description": "上传需要修改的信息",
  8226. "name": "req",
  8227. "in": "body",
  8228. "required": true,
  8229. "schema": {
  8230. "$ref": "#/definitions/setCenter.WebBasicReq"
  8231. }
  8232. }
  8233. ],
  8234. "responses": {
  8235. "200": {
  8236. "description": "success",
  8237. "schema": {
  8238. "type": "string"
  8239. }
  8240. },
  8241. "400": {
  8242. "description": "具体错误",
  8243. "schema": {
  8244. "$ref": "#/definitions/md.Response"
  8245. }
  8246. }
  8247. }
  8248. }
  8249. },
  8250. "/api/userFeedback/cate/list": {
  8251. "post": {
  8252. "description": "分类列表",
  8253. "consumes": [
  8254. "application/json"
  8255. ],
  8256. "produces": [
  8257. "application/json"
  8258. ],
  8259. "tags": [
  8260. "消息中心"
  8261. ],
  8262. "summary": "反馈列表-分类列表",
  8263. "parameters": [
  8264. {
  8265. "type": "string",
  8266. "description": "验证参数Bearer和token空格拼接",
  8267. "name": "Authorization",
  8268. "in": "header",
  8269. "required": true
  8270. },
  8271. {
  8272. "description": "(分页信息必填)",
  8273. "name": "req",
  8274. "in": "body",
  8275. "required": true,
  8276. "schema": {
  8277. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8278. }
  8279. }
  8280. ],
  8281. "responses": {
  8282. "200": {
  8283. "description": "具体数据",
  8284. "schema": {
  8285. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8286. }
  8287. },
  8288. "400": {
  8289. "description": "具体错误",
  8290. "schema": {
  8291. "$ref": "#/definitions/md.Response"
  8292. }
  8293. }
  8294. }
  8295. }
  8296. },
  8297. "/api/userFeedback/content/change/state": {
  8298. "post": {
  8299. "description": "反馈列表-修改状态",
  8300. "consumes": [
  8301. "application/json"
  8302. ],
  8303. "produces": [
  8304. "application/json"
  8305. ],
  8306. "tags": [
  8307. "消息中心"
  8308. ],
  8309. "summary": "用户反馈-反馈列表-修改状态",
  8310. "parameters": [
  8311. {
  8312. "type": "string",
  8313. "description": "验证参数Bearer和token空格拼接",
  8314. "name": "Authorization",
  8315. "in": "header",
  8316. "required": true
  8317. },
  8318. {
  8319. "description": "(分页信息必填)",
  8320. "name": "req",
  8321. "in": "body",
  8322. "required": true,
  8323. "schema": {
  8324. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8325. }
  8326. }
  8327. ],
  8328. "responses": {
  8329. "200": {
  8330. "description": "具体数据",
  8331. "schema": {
  8332. "type": "string"
  8333. }
  8334. },
  8335. "400": {
  8336. "description": "具体错误",
  8337. "schema": {
  8338. "$ref": "#/definitions/md.Response"
  8339. }
  8340. }
  8341. }
  8342. }
  8343. },
  8344. "/api/userFeedback/content/del": {
  8345. "post": {
  8346. "description": "反馈列表-反馈删除",
  8347. "consumes": [
  8348. "application/json"
  8349. ],
  8350. "produces": [
  8351. "application/json"
  8352. ],
  8353. "tags": [
  8354. "消息中心"
  8355. ],
  8356. "summary": "用户反馈-反馈列表-反馈删除",
  8357. "parameters": [
  8358. {
  8359. "type": "string",
  8360. "description": "验证参数Bearer和token空格拼接",
  8361. "name": "Authorization",
  8362. "in": "header",
  8363. "required": true
  8364. },
  8365. {
  8366. "description": "(分页信息必填)",
  8367. "name": "req",
  8368. "in": "body",
  8369. "required": true,
  8370. "schema": {
  8371. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8372. }
  8373. }
  8374. ],
  8375. "responses": {
  8376. "200": {
  8377. "description": "具体数据",
  8378. "schema": {
  8379. "type": "string"
  8380. }
  8381. },
  8382. "400": {
  8383. "description": "具体错误",
  8384. "schema": {
  8385. "$ref": "#/definitions/md.Response"
  8386. }
  8387. }
  8388. }
  8389. }
  8390. },
  8391. "/api/userFeedback/content/list": {
  8392. "post": {
  8393. "description": "反馈列表",
  8394. "consumes": [
  8395. "application/json"
  8396. ],
  8397. "produces": [
  8398. "application/json"
  8399. ],
  8400. "tags": [
  8401. "消息中心"
  8402. ],
  8403. "summary": "用户反馈-反馈列表",
  8404. "parameters": [
  8405. {
  8406. "type": "string",
  8407. "description": "验证参数Bearer和token空格拼接",
  8408. "name": "Authorization",
  8409. "in": "header",
  8410. "required": true
  8411. },
  8412. {
  8413. "description": "(分页信息必填)",
  8414. "name": "req",
  8415. "in": "body",
  8416. "required": true,
  8417. "schema": {
  8418. "$ref": "#/definitions/md.UserFeedbackListReq"
  8419. }
  8420. }
  8421. ],
  8422. "responses": {
  8423. "200": {
  8424. "description": "具体数据",
  8425. "schema": {
  8426. "$ref": "#/definitions/md.UserFeedbackListResp"
  8427. }
  8428. },
  8429. "400": {
  8430. "description": "具体错误",
  8431. "schema": {
  8432. "$ref": "#/definitions/md.Response"
  8433. }
  8434. }
  8435. }
  8436. }
  8437. },
  8438. "/api/userFeedback/content/record/list": {
  8439. "post": {
  8440. "description": "反馈列表-沟通记录",
  8441. "consumes": [
  8442. "application/json"
  8443. ],
  8444. "produces": [
  8445. "application/json"
  8446. ],
  8447. "tags": [
  8448. "消息中心"
  8449. ],
  8450. "summary": "用户反馈-反馈列表-沟通记录",
  8451. "parameters": [
  8452. {
  8453. "type": "string",
  8454. "description": "验证参数Bearer和token空格拼接",
  8455. "name": "Authorization",
  8456. "in": "header",
  8457. "required": true
  8458. },
  8459. {
  8460. "description": "(分页信息必填)",
  8461. "name": "req",
  8462. "in": "body",
  8463. "required": true,
  8464. "schema": {
  8465. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8466. }
  8467. }
  8468. ],
  8469. "responses": {
  8470. "200": {
  8471. "description": "具体数据",
  8472. "schema": {
  8473. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8474. }
  8475. },
  8476. "400": {
  8477. "description": "具体错误",
  8478. "schema": {
  8479. "$ref": "#/definitions/md.Response"
  8480. }
  8481. }
  8482. }
  8483. }
  8484. },
  8485. "/api/userFeedback/content/say": {
  8486. "post": {
  8487. "description": "反馈列表-沟通发送",
  8488. "consumes": [
  8489. "application/json"
  8490. ],
  8491. "produces": [
  8492. "application/json"
  8493. ],
  8494. "tags": [
  8495. "消息中心"
  8496. ],
  8497. "summary": "用户反馈-反馈列表-沟通发送",
  8498. "parameters": [
  8499. {
  8500. "type": "string",
  8501. "description": "验证参数Bearer和token空格拼接",
  8502. "name": "Authorization",
  8503. "in": "header",
  8504. "required": true
  8505. },
  8506. {
  8507. "description": "(分页信息必填)",
  8508. "name": "req",
  8509. "in": "body",
  8510. "required": true,
  8511. "schema": {
  8512. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8513. }
  8514. }
  8515. ],
  8516. "responses": {
  8517. "200": {
  8518. "description": "具体数据",
  8519. "schema": {
  8520. "type": "string"
  8521. }
  8522. },
  8523. "400": {
  8524. "description": "具体错误",
  8525. "schema": {
  8526. "$ref": "#/definitions/md.Response"
  8527. }
  8528. }
  8529. }
  8530. }
  8531. },
  8532. "/api/userRealName/base": {
  8533. "get": {
  8534. "description": "基本设置-实名认证",
  8535. "consumes": [
  8536. "application/json"
  8537. ],
  8538. "produces": [
  8539. "application/json"
  8540. ],
  8541. "tags": [
  8542. "基本设置"
  8543. ],
  8544. "summary": "基本设置-实名认证-基本配置",
  8545. "parameters": [
  8546. {
  8547. "type": "string",
  8548. "description": "验证参数Bearer和token空格拼接",
  8549. "name": "Authorization",
  8550. "in": "header",
  8551. "required": true
  8552. }
  8553. ],
  8554. "responses": {
  8555. "200": {
  8556. "description": "具体数据",
  8557. "schema": {
  8558. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8559. }
  8560. },
  8561. "400": {
  8562. "description": "具体错误",
  8563. "schema": {
  8564. "$ref": "#/definitions/md.Response"
  8565. }
  8566. }
  8567. }
  8568. }
  8569. },
  8570. "/api/userRealName/base/save": {
  8571. "post": {
  8572. "description": "基本设置-实名认证-基本配置保存",
  8573. "consumes": [
  8574. "application/json"
  8575. ],
  8576. "produces": [
  8577. "application/json"
  8578. ],
  8579. "tags": [
  8580. "基本设置"
  8581. ],
  8582. "summary": "基本设置-实名认证-基本配置保存",
  8583. "parameters": [
  8584. {
  8585. "type": "string",
  8586. "description": "验证参数Bearer和token空格拼接",
  8587. "name": "Authorization",
  8588. "in": "header",
  8589. "required": true
  8590. },
  8591. {
  8592. "description": "(分页信息必填)",
  8593. "name": "req",
  8594. "in": "body",
  8595. "required": true,
  8596. "schema": {
  8597. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8598. }
  8599. }
  8600. ],
  8601. "responses": {
  8602. "200": {
  8603. "description": "具体数据",
  8604. "schema": {
  8605. "type": "string"
  8606. }
  8607. },
  8608. "400": {
  8609. "description": "具体错误",
  8610. "schema": {
  8611. "$ref": "#/definitions/md.Response"
  8612. }
  8613. }
  8614. }
  8615. }
  8616. },
  8617. "/api/userRealName/list": {
  8618. "post": {
  8619. "description": "基本设置-实名认证列表",
  8620. "consumes": [
  8621. "application/json"
  8622. ],
  8623. "produces": [
  8624. "application/json"
  8625. ],
  8626. "tags": [
  8627. "基本设置"
  8628. ],
  8629. "summary": "基本设置-实名认证列表",
  8630. "parameters": [
  8631. {
  8632. "type": "string",
  8633. "description": "验证参数Bearer和token空格拼接",
  8634. "name": "Authorization",
  8635. "in": "header",
  8636. "required": true
  8637. },
  8638. {
  8639. "description": "(分页信息必填)",
  8640. "name": "req",
  8641. "in": "body",
  8642. "required": true,
  8643. "schema": {
  8644. "$ref": "#/definitions/md.UserRealNameReq"
  8645. }
  8646. }
  8647. ],
  8648. "responses": {
  8649. "200": {
  8650. "description": "具体数据",
  8651. "schema": {
  8652. "$ref": "#/definitions/md.UserRealNameResp"
  8653. }
  8654. },
  8655. "400": {
  8656. "description": "具体错误",
  8657. "schema": {
  8658. "$ref": "#/definitions/md.Response"
  8659. }
  8660. }
  8661. }
  8662. }
  8663. },
  8664. "/api/userRealName/save": {
  8665. "post": {
  8666. "description": "基本设置-修改认证状态",
  8667. "consumes": [
  8668. "application/json"
  8669. ],
  8670. "produces": [
  8671. "application/json"
  8672. ],
  8673. "tags": [
  8674. "基本设置"
  8675. ],
  8676. "summary": "基本设置-实名认证-修改认证状态",
  8677. "parameters": [
  8678. {
  8679. "type": "string",
  8680. "description": "验证参数Bearer和token空格拼接",
  8681. "name": "Authorization",
  8682. "in": "header",
  8683. "required": true
  8684. },
  8685. {
  8686. "description": "(分页信息必填)",
  8687. "name": "req",
  8688. "in": "body",
  8689. "required": true,
  8690. "schema": {
  8691. "$ref": "#/definitions/md.UserRealNameSaveReq"
  8692. }
  8693. }
  8694. ],
  8695. "responses": {
  8696. "200": {
  8697. "description": "具体数据",
  8698. "schema": {
  8699. "type": "string"
  8700. }
  8701. },
  8702. "400": {
  8703. "description": "具体错误",
  8704. "schema": {
  8705. "$ref": "#/definitions/md.Response"
  8706. }
  8707. }
  8708. }
  8709. }
  8710. },
  8711. "/api/user_feedback/cate/del": {
  8712. "post": {
  8713. "description": "分类列表-分类删除",
  8714. "consumes": [
  8715. "application/json"
  8716. ],
  8717. "produces": [
  8718. "application/json"
  8719. ],
  8720. "tags": [
  8721. "消息中心"
  8722. ],
  8723. "summary": "反馈列表-分类列表-分类删除",
  8724. "parameters": [
  8725. {
  8726. "type": "string",
  8727. "description": "验证参数Bearer和token空格拼接",
  8728. "name": "Authorization",
  8729. "in": "header",
  8730. "required": true
  8731. },
  8732. {
  8733. "description": "(分页信息必填)",
  8734. "name": "req",
  8735. "in": "body",
  8736. "required": true,
  8737. "schema": {
  8738. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  8739. }
  8740. }
  8741. ],
  8742. "responses": {
  8743. "200": {
  8744. "description": "具体数据",
  8745. "schema": {
  8746. "type": "string"
  8747. }
  8748. },
  8749. "400": {
  8750. "description": "具体错误",
  8751. "schema": {
  8752. "$ref": "#/definitions/md.Response"
  8753. }
  8754. }
  8755. }
  8756. }
  8757. },
  8758. "/api/user_feedback/cate/save": {
  8759. "post": {
  8760. "description": "分类列表-分类保存",
  8761. "consumes": [
  8762. "application/json"
  8763. ],
  8764. "produces": [
  8765. "application/json"
  8766. ],
  8767. "tags": [
  8768. "消息中心"
  8769. ],
  8770. "summary": "反馈列表-分类列表-分类保存",
  8771. "parameters": [
  8772. {
  8773. "type": "string",
  8774. "description": "验证参数Bearer和token空格拼接",
  8775. "name": "Authorization",
  8776. "in": "header",
  8777. "required": true
  8778. },
  8779. {
  8780. "description": "(分页信息必填)",
  8781. "name": "req",
  8782. "in": "body",
  8783. "required": true,
  8784. "schema": {
  8785. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  8786. }
  8787. }
  8788. ],
  8789. "responses": {
  8790. "200": {
  8791. "description": "具体数据",
  8792. "schema": {
  8793. "type": "string"
  8794. }
  8795. },
  8796. "400": {
  8797. "description": "具体错误",
  8798. "schema": {
  8799. "$ref": "#/definitions/md.Response"
  8800. }
  8801. }
  8802. }
  8803. }
  8804. },
  8805. "/api/website/certificate": {
  8806. "post": {
  8807. "description": "证书查询",
  8808. "consumes": [
  8809. "application/json"
  8810. ],
  8811. "produces": [
  8812. "application/json"
  8813. ],
  8814. "tags": [
  8815. "官网"
  8816. ],
  8817. "summary": "证书查询",
  8818. "parameters": [
  8819. {
  8820. "type": "string",
  8821. "description": "验证参数Bearer和token空格拼接",
  8822. "name": "Authorization",
  8823. "in": "header",
  8824. "required": true
  8825. },
  8826. {
  8827. "description": "(分页信息必填)",
  8828. "name": "req",
  8829. "in": "body",
  8830. "required": true,
  8831. "schema": {
  8832. "$ref": "#/definitions/md.CertificateReq"
  8833. }
  8834. }
  8835. ],
  8836. "responses": {
  8837. "200": {
  8838. "description": "具体数据",
  8839. "schema": {
  8840. "$ref": "#/definitions/md.CertificateResp"
  8841. }
  8842. },
  8843. "400": {
  8844. "description": "具体错误",
  8845. "schema": {
  8846. "$ref": "#/definitions/md.Response"
  8847. }
  8848. }
  8849. }
  8850. }
  8851. },
  8852. "/api/website/getModuleSetting": {
  8853. "get": {
  8854. "description": "页面样式",
  8855. "consumes": [
  8856. "application/json"
  8857. ],
  8858. "produces": [
  8859. "application/json"
  8860. ],
  8861. "tags": [
  8862. "官网"
  8863. ],
  8864. "summary": "页面样式",
  8865. "parameters": [
  8866. {
  8867. "type": "string",
  8868. "description": "验证参数Bearer和token空格拼接",
  8869. "name": "Authorization",
  8870. "in": "header",
  8871. "required": true
  8872. },
  8873. {
  8874. "type": "string",
  8875. "description": "页面名称类型值(15:官网 联系我们)",
  8876. "name": "mod_name_value",
  8877. "in": "query",
  8878. "required": true
  8879. }
  8880. ],
  8881. "responses": {
  8882. "200": {
  8883. "description": "具体数据",
  8884. "schema": {
  8885. "$ref": "#/definitions/md.GetModuleSettingResp"
  8886. }
  8887. },
  8888. "400": {
  8889. "description": "具体错误",
  8890. "schema": {
  8891. "$ref": "#/definitions/md.Response"
  8892. }
  8893. }
  8894. }
  8895. }
  8896. },
  8897. "/api/website/info": {
  8898. "get": {
  8899. "description": "官网-基本信息",
  8900. "consumes": [
  8901. "application/json"
  8902. ],
  8903. "produces": [
  8904. "application/json"
  8905. ],
  8906. "tags": [
  8907. "官网"
  8908. ],
  8909. "summary": "官网-基本信息",
  8910. "parameters": [
  8911. {
  8912. "type": "string",
  8913. "description": "验证参数Bearer和token空格拼接",
  8914. "name": "Authorization",
  8915. "in": "header",
  8916. "required": true
  8917. }
  8918. ],
  8919. "responses": {
  8920. "200": {
  8921. "description": "具体数据",
  8922. "schema": {
  8923. "$ref": "#/definitions/md.WebsiteInfoResp"
  8924. }
  8925. },
  8926. "400": {
  8927. "description": "具体错误",
  8928. "schema": {
  8929. "$ref": "#/definitions/md.Response"
  8930. }
  8931. }
  8932. }
  8933. }
  8934. }
  8935. },
  8936. "definitions": {
  8937. "applet_app_md.Paginate": {
  8938. "type": "object",
  8939. "properties": {
  8940. "limit": {
  8941. "description": "每页大小",
  8942. "type": "integer"
  8943. },
  8944. "page": {
  8945. "description": "页数",
  8946. "type": "integer"
  8947. },
  8948. "total": {
  8949. "description": "总数据量",
  8950. "type": "integer"
  8951. }
  8952. }
  8953. },
  8954. "applet_app_md_financial_center.Paginate": {
  8955. "type": "object",
  8956. "properties": {
  8957. "limit": {
  8958. "description": "每页大小",
  8959. "type": "integer"
  8960. },
  8961. "page": {
  8962. "description": "页数",
  8963. "type": "integer"
  8964. },
  8965. "total": {
  8966. "description": "总数据量",
  8967. "type": "integer"
  8968. }
  8969. }
  8970. },
  8971. "applet_app_md_financial_center.TagNode": {
  8972. "type": "object",
  8973. "properties": {
  8974. "tag_id": {
  8975. "type": "integer"
  8976. },
  8977. "tag_name": {
  8978. "type": "string"
  8979. }
  8980. }
  8981. },
  8982. "applet_app_md_friend_circle.Paginate": {
  8983. "type": "object",
  8984. "properties": {
  8985. "limit": {
  8986. "description": "每页大小",
  8987. "type": "integer"
  8988. },
  8989. "page": {
  8990. "description": "页数",
  8991. "type": "integer"
  8992. },
  8993. "total": {
  8994. "description": "总数据量",
  8995. "type": "integer"
  8996. }
  8997. }
  8998. },
  8999. "applet_app_md_im.GetBasicResp": {
  9000. "type": "object",
  9001. "properties": {
  9002. "chat_sensitive_words": {
  9003. "type": "string",
  9004. "example": "聊天敏感词"
  9005. },
  9006. "is_allow_add_friends": {
  9007. "type": "string",
  9008. "example": "是否允许加好友"
  9009. },
  9010. "is_auto_add_friends": {
  9011. "type": "string",
  9012. "example": "是否自动加好友"
  9013. },
  9014. "prohibit_add_group_members": {
  9015. "type": "string",
  9016. "example": "是否禁止添加群成员"
  9017. },
  9018. "prohibit_remove_group_members": {
  9019. "type": "string",
  9020. "example": "是否禁止移出群成员"
  9021. },
  9022. "prohibit_update_group_name": {
  9023. "type": "string",
  9024. "example": "是否禁止修改群名称"
  9025. }
  9026. }
  9027. },
  9028. "applet_app_md_im.SetBasicReq": {
  9029. "type": "object",
  9030. "properties": {
  9031. "chat_sensitive_words": {
  9032. "type": "string",
  9033. "example": "聊天敏感词"
  9034. },
  9035. "is_allow_add_friends": {
  9036. "type": "string",
  9037. "example": "是否允许加好友"
  9038. },
  9039. "is_auto_add_friends": {
  9040. "type": "string",
  9041. "example": "是否自动加好友"
  9042. },
  9043. "prohibit_add_group_members": {
  9044. "type": "string",
  9045. "example": "是否禁止添加群成员"
  9046. },
  9047. "prohibit_remove_group_members": {
  9048. "type": "string",
  9049. "example": "是否禁止移出群成员"
  9050. },
  9051. "prohibit_update_group_name": {
  9052. "type": "string",
  9053. "example": "是否禁止修改群名称"
  9054. }
  9055. }
  9056. },
  9057. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9058. "type": "object",
  9059. "properties": {
  9060. "direct_push_reward": {
  9061. "description": "直推奖励",
  9062. "allOf": [
  9063. {
  9064. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9065. }
  9066. ]
  9067. },
  9068. "is_open": {
  9069. "description": "是否开启(1:开启 0:关闭)",
  9070. "type": "integer"
  9071. },
  9072. "person_egg_energy_coin_id": {
  9073. "description": "个人蛋蛋能量对应虚拟币 id",
  9074. "type": "integer"
  9075. },
  9076. "person_egg_points_coin_id": {
  9077. "description": "个人蛋蛋积分对应虚拟币 id",
  9078. "type": "integer"
  9079. },
  9080. "team_egg_energy_coin_id": {
  9081. "description": "团队蛋蛋能量对应虚拟币 id",
  9082. "type": "integer"
  9083. },
  9084. "team_egg_points_coin_id": {
  9085. "description": "团队蛋蛋积分对应虚拟币 id",
  9086. "type": "integer"
  9087. }
  9088. }
  9089. },
  9090. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9091. "type": "object",
  9092. "properties": {
  9093. "limit": {
  9094. "description": "每页大小",
  9095. "type": "integer"
  9096. },
  9097. "page": {
  9098. "description": "页数",
  9099. "type": "integer"
  9100. },
  9101. "total": {
  9102. "description": "总数据量",
  9103. "type": "integer"
  9104. }
  9105. }
  9106. },
  9107. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9108. "type": "object",
  9109. "properties": {
  9110. "id": {
  9111. "type": "integer"
  9112. },
  9113. "is_open": {
  9114. "description": "是否开启(1:开启 0:关闭)",
  9115. "type": "integer"
  9116. },
  9117. "is_self_active_get_team_revenue": {
  9118. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9119. "type": "integer"
  9120. },
  9121. "originator_uid": {
  9122. "description": "创始人uid",
  9123. "type": "integer"
  9124. },
  9125. "several_rows": {
  9126. "description": "几排",
  9127. "type": "integer"
  9128. },
  9129. "several_times": {
  9130. "description": "几乘",
  9131. "type": "integer"
  9132. },
  9133. "system_punish_replace": {
  9134. "description": "是否位置滑落 被新用户替换 0否 1是",
  9135. "type": "integer"
  9136. },
  9137. "system_punish_replace_value": {
  9138. "description": "xx天未活跃,处罚滑落",
  9139. "type": "integer"
  9140. }
  9141. }
  9142. },
  9143. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9144. "type": "object",
  9145. "properties": {
  9146. "limit": {
  9147. "description": "每页大小",
  9148. "type": "integer"
  9149. },
  9150. "page": {
  9151. "description": "页数",
  9152. "type": "integer"
  9153. },
  9154. "total": {
  9155. "description": "总数据量",
  9156. "type": "integer"
  9157. }
  9158. }
  9159. },
  9160. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9161. "type": "object",
  9162. "properties": {
  9163. "limit": {
  9164. "type": "integer"
  9165. },
  9166. "page": {
  9167. "type": "integer"
  9168. },
  9169. "total": {
  9170. "type": "integer"
  9171. }
  9172. }
  9173. },
  9174. "applet_app_md_member_center.Paginate": {
  9175. "type": "object",
  9176. "properties": {
  9177. "limit": {
  9178. "description": "每页大小",
  9179. "type": "integer"
  9180. },
  9181. "page": {
  9182. "description": "页数",
  9183. "type": "integer"
  9184. },
  9185. "total": {
  9186. "description": "总数据量",
  9187. "type": "integer"
  9188. }
  9189. }
  9190. },
  9191. "applet_app_md_member_center.TagNode": {
  9192. "type": "object",
  9193. "properties": {
  9194. "tag_id": {
  9195. "description": "标签 ID",
  9196. "type": "integer"
  9197. },
  9198. "tag_name": {
  9199. "description": "标签名称",
  9200. "type": "string"
  9201. }
  9202. }
  9203. },
  9204. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9205. "type": "object",
  9206. "properties": {
  9207. "oss_access_key_id": {
  9208. "type": "string",
  9209. "example": "oss访问秘钥id"
  9210. },
  9211. "oss_access_key_secret": {
  9212. "type": "string",
  9213. "example": "oss访问秘钥"
  9214. },
  9215. "oss_assume_arn": {
  9216. "type": "string",
  9217. "example": "oss RAM角色ARN"
  9218. },
  9219. "oss_assume_role_access_key_id": {
  9220. "type": "string",
  9221. "example": "oss RAM角色访问秘钥id"
  9222. },
  9223. "oss_assume_role_access_key_secret": {
  9224. "type": "string",
  9225. "example": "oss RAM角色访问秘钥"
  9226. },
  9227. "oss_bucket_name": {
  9228. "type": "string",
  9229. "example": "oss存储桶名称"
  9230. },
  9231. "oss_bucket_scheme": {
  9232. "type": "string",
  9233. "example": "oss上传方式"
  9234. },
  9235. "oss_endpoint": {
  9236. "type": "string",
  9237. "example": "oss地域节点"
  9238. },
  9239. "oss_object_domain": {
  9240. "type": "string",
  9241. "example": "oss域名"
  9242. },
  9243. "oss_option": {
  9244. "type": "string",
  9245. "example": "oss上传文件类型选项,以逗号分割"
  9246. }
  9247. }
  9248. },
  9249. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9250. "type": "object",
  9251. "properties": {
  9252. "oss_access_key_id": {
  9253. "type": "string",
  9254. "example": "oss访问秘钥id"
  9255. },
  9256. "oss_access_key_secret": {
  9257. "type": "string",
  9258. "example": "oss访问秘钥"
  9259. },
  9260. "oss_assume_arn": {
  9261. "type": "string",
  9262. "example": "oss RAM角色ARN"
  9263. },
  9264. "oss_assume_role_access_key_id": {
  9265. "type": "string",
  9266. "example": "oss RAM角色访问秘钥id"
  9267. },
  9268. "oss_assume_role_access_key_secret": {
  9269. "type": "string",
  9270. "example": "oss RAM角色访问秘钥"
  9271. },
  9272. "oss_bucket_name": {
  9273. "type": "string",
  9274. "example": "oss存储桶名称"
  9275. },
  9276. "oss_bucket_scheme": {
  9277. "type": "string",
  9278. "example": "oss上传方式"
  9279. },
  9280. "oss_endpoint": {
  9281. "type": "string",
  9282. "example": "oss地域节点"
  9283. },
  9284. "oss_object_domain": {
  9285. "type": "string",
  9286. "example": "oss域名"
  9287. },
  9288. "oss_option": {
  9289. "type": "string",
  9290. "example": "oss上传文件类型选项,以逗号分割"
  9291. }
  9292. }
  9293. },
  9294. "client.AssumeRoleResponseBodyCredentials": {
  9295. "type": "object",
  9296. "properties": {
  9297. "AccessKeyId": {
  9298. "description": "The AccessKey ID.",
  9299. "type": "string"
  9300. },
  9301. "AccessKeySecret": {
  9302. "description": "The AccessKey secret.",
  9303. "type": "string"
  9304. },
  9305. "Expiration": {
  9306. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9307. "type": "string"
  9308. },
  9309. "SecurityToken": {
  9310. "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.",
  9311. "type": "string"
  9312. }
  9313. }
  9314. },
  9315. "comm.GetAdminInfoResp": {
  9316. "type": "object",
  9317. "properties": {
  9318. "adm_id": {
  9319. "description": "管理员id",
  9320. "type": "integer"
  9321. },
  9322. "is_super_administrator": {
  9323. "description": "是否为超级管理员(0:否 1:是)",
  9324. "type": "integer"
  9325. },
  9326. "memo": {
  9327. "description": "备注信息",
  9328. "type": "string"
  9329. },
  9330. "state": {
  9331. "description": "状态(1:正常 2:冻结)",
  9332. "type": "integer"
  9333. },
  9334. "username": {
  9335. "description": "用户名",
  9336. "type": "string"
  9337. }
  9338. }
  9339. },
  9340. "comm.GetSTSVoucherResp": {
  9341. "type": "object",
  9342. "properties": {
  9343. "bucket": {
  9344. "description": "oss 桶名称",
  9345. "type": "string"
  9346. },
  9347. "region": {
  9348. "description": "所在地域",
  9349. "type": "string"
  9350. },
  9351. "sts_token": {
  9352. "description": "STS 凭证",
  9353. "allOf": [
  9354. {
  9355. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  9356. }
  9357. ]
  9358. }
  9359. }
  9360. },
  9361. "comm.ImgReqUploadReq": {
  9362. "type": "object",
  9363. "required": [
  9364. "content_type",
  9365. "file_name"
  9366. ],
  9367. "properties": {
  9368. "content_type": {
  9369. "type": "string",
  9370. "example": "image/jpeg"
  9371. },
  9372. "file_name": {
  9373. "type": "string",
  9374. "example": "文件名"
  9375. }
  9376. }
  9377. },
  9378. "hdl.GetActiveDataResp": {
  9379. "type": "object",
  9380. "properties": {
  9381. "today": {
  9382. "description": "今日数据",
  9383. "allOf": [
  9384. {
  9385. "$ref": "#/definitions/model.PlatformActiveData"
  9386. }
  9387. ]
  9388. },
  9389. "yesterday": {
  9390. "description": "昨日数据",
  9391. "allOf": [
  9392. {
  9393. "$ref": "#/definitions/model.PlatformActiveData"
  9394. }
  9395. ]
  9396. }
  9397. }
  9398. },
  9399. "hdl.TotalDataResp": {
  9400. "type": "object",
  9401. "properties": {
  9402. "month": {
  9403. "description": "月份",
  9404. "type": "string"
  9405. },
  9406. "no_sign_in_user_count": {
  9407. "description": "未签到用户数",
  9408. "type": "integer"
  9409. },
  9410. "total_user_count": {
  9411. "description": "平台总用户数",
  9412. "type": "integer"
  9413. },
  9414. "total_withdraw_amount": {
  9415. "description": "已提现累计金额",
  9416. "type": "string"
  9417. },
  9418. "verified_user_count": {
  9419. "description": "已认证用户数",
  9420. "type": "integer"
  9421. },
  9422. "year": {
  9423. "description": "年份",
  9424. "type": "string"
  9425. }
  9426. }
  9427. },
  9428. "md.ActivePointsWalletNode": {
  9429. "type": "object",
  9430. "properties": {
  9431. "amount": {
  9432. "type": "string",
  9433. "example": "账户余额"
  9434. },
  9435. "uid": {
  9436. "description": "用户 ID",
  9437. "type": "integer"
  9438. },
  9439. "user_name": {
  9440. "type": "string",
  9441. "example": "用户名"
  9442. },
  9443. "user_phone": {
  9444. "type": "string",
  9445. "example": "手机号"
  9446. }
  9447. }
  9448. },
  9449. "md.AddAdminReq": {
  9450. "type": "object",
  9451. "required": [
  9452. "password",
  9453. "username"
  9454. ],
  9455. "properties": {
  9456. "memo": {
  9457. "type": "string"
  9458. },
  9459. "password": {
  9460. "type": "string"
  9461. },
  9462. "username": {
  9463. "type": "string"
  9464. }
  9465. }
  9466. },
  9467. "md.AddBlackListReq": {
  9468. "type": "object",
  9469. "properties": {
  9470. "memo": {
  9471. "description": "备注",
  9472. "type": "string"
  9473. },
  9474. "uid": {
  9475. "description": "用户 id",
  9476. "type": "integer"
  9477. }
  9478. }
  9479. },
  9480. "md.AddCommunityDividendsReq": {
  9481. "type": "object",
  9482. "properties": {
  9483. "amount": {
  9484. "description": "社区分红数量",
  9485. "type": "string"
  9486. },
  9487. "name": {
  9488. "type": "string",
  9489. "example": "社区分红名称"
  9490. }
  9491. }
  9492. },
  9493. "md.AddCommunityDividendsWithUserReq": {
  9494. "type": "object",
  9495. "properties": {
  9496. "memo": {
  9497. "type": "string",
  9498. "example": "备注"
  9499. },
  9500. "uid": {
  9501. "description": "新增社区长用户 ID",
  9502. "type": "integer"
  9503. }
  9504. }
  9505. },
  9506. "md.AddCustomerServiceReq": {
  9507. "type": "object",
  9508. "properties": {
  9509. "memo": {
  9510. "description": "备注",
  9511. "type": "string",
  9512. "example": "备注"
  9513. },
  9514. "phone": {
  9515. "type": "string",
  9516. "example": "手机号"
  9517. },
  9518. "weight": {
  9519. "description": "权重",
  9520. "type": "integer"
  9521. }
  9522. }
  9523. },
  9524. "md.AddEmoticonReq": {
  9525. "type": "object",
  9526. "properties": {
  9527. "img_url": {
  9528. "type": "string",
  9529. "example": "图片地址"
  9530. },
  9531. "memo": {
  9532. "description": "备注",
  9533. "type": "string",
  9534. "example": "备注"
  9535. },
  9536. "name": {
  9537. "type": "string",
  9538. "example": "名称"
  9539. },
  9540. "sort": {
  9541. "description": "排序",
  9542. "type": "integer"
  9543. }
  9544. }
  9545. },
  9546. "md.AddFreePublishUserReq": {
  9547. "type": "object",
  9548. "properties": {
  9549. "uid": {
  9550. "type": "integer"
  9551. }
  9552. }
  9553. },
  9554. "md.AddFundDataReq": {
  9555. "type": "object",
  9556. "properties": {
  9557. "frequency": {
  9558. "description": "频率(分钟)",
  9559. "type": "integer"
  9560. },
  9561. "hours": {
  9562. "description": "时长(小时)",
  9563. "type": "integer"
  9564. },
  9565. "kind": {
  9566. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9567. "type": "integer"
  9568. },
  9569. "memo": {
  9570. "type": "string",
  9571. "example": "备注"
  9572. },
  9573. "total_amount": {
  9574. "description": "金额",
  9575. "type": "string"
  9576. }
  9577. }
  9578. },
  9579. "md.AddLevelReq": {
  9580. "type": "object",
  9581. "properties": {
  9582. "auto_update": {
  9583. "description": "自动升级 0关闭 1开启",
  9584. "type": "string"
  9585. },
  9586. "choosable_num": {
  9587. "description": "可选任务数量",
  9588. "type": "string"
  9589. },
  9590. "is_use": {
  9591. "description": "是否开启(0.否, 1.是)",
  9592. "type": "string"
  9593. },
  9594. "level_name": {
  9595. "description": "等级名称",
  9596. "type": "string"
  9597. },
  9598. "level_weight": {
  9599. "description": "等级权重",
  9600. "type": "string"
  9601. },
  9602. "memo": {
  9603. "description": "备注",
  9604. "type": "string"
  9605. },
  9606. "user_level_tasks": {
  9607. "description": "需要新增的任务",
  9608. "type": "array",
  9609. "items": {
  9610. "$ref": "#/definitions/md.LevelTaskNode"
  9611. }
  9612. }
  9613. }
  9614. },
  9615. "md.AddPlatformRevenueReq": {
  9616. "type": "object",
  9617. "properties": {
  9618. "frequency": {
  9619. "description": "频率(分钟)",
  9620. "type": "integer"
  9621. },
  9622. "hours": {
  9623. "description": "时长(小时)",
  9624. "type": "integer"
  9625. },
  9626. "kind": {
  9627. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  9628. "type": "integer"
  9629. },
  9630. "memo": {
  9631. "type": "string",
  9632. "example": "备注"
  9633. },
  9634. "total_amount": {
  9635. "description": "金额",
  9636. "type": "string"
  9637. }
  9638. }
  9639. },
  9640. "md.AddRoleReq": {
  9641. "type": "object",
  9642. "required": [
  9643. "memo",
  9644. "name"
  9645. ],
  9646. "properties": {
  9647. "memo": {
  9648. "type": "string"
  9649. },
  9650. "name": {
  9651. "type": "string"
  9652. }
  9653. }
  9654. },
  9655. "md.AddTagReq": {
  9656. "type": "object",
  9657. "properties": {
  9658. "is_punish": {
  9659. "description": "是否为处罚标签(0:否 1:是)",
  9660. "type": "string"
  9661. },
  9662. "memo": {
  9663. "description": "备注",
  9664. "type": "string"
  9665. },
  9666. "name": {
  9667. "description": "标签名称",
  9668. "type": "string"
  9669. }
  9670. }
  9671. },
  9672. "md.AddVirtualCoinNode": {
  9673. "type": "object",
  9674. "properties": {
  9675. "exchange_ratio": {
  9676. "description": "兑换比例(与金额)",
  9677. "type": "string"
  9678. },
  9679. "is_use": {
  9680. "description": "是否开启:0否 1是",
  9681. "type": "integer"
  9682. },
  9683. "name": {
  9684. "description": "名称",
  9685. "type": "string"
  9686. }
  9687. }
  9688. },
  9689. "md.AdminListReq": {
  9690. "type": "object",
  9691. "properties": {
  9692. "limit": {
  9693. "type": "integer"
  9694. },
  9695. "page": {
  9696. "type": "integer"
  9697. },
  9698. "state": {
  9699. "type": "integer"
  9700. },
  9701. "username": {
  9702. "type": "string"
  9703. }
  9704. }
  9705. },
  9706. "md.AdminLogList": {
  9707. "type": "object",
  9708. "properties": {
  9709. "admin_id": {
  9710. "type": "string"
  9711. },
  9712. "id": {
  9713. "type": "string"
  9714. },
  9715. "ip": {
  9716. "type": "string"
  9717. },
  9718. "memo": {
  9719. "type": "string"
  9720. },
  9721. "phone": {
  9722. "type": "string"
  9723. },
  9724. "time": {
  9725. "type": "string"
  9726. },
  9727. "type": {
  9728. "type": "string"
  9729. }
  9730. }
  9731. },
  9732. "md.AdminLogListReq": {
  9733. "type": "object",
  9734. "properties": {
  9735. "end_time": {
  9736. "type": "string"
  9737. },
  9738. "limit": {
  9739. "description": "每页大小",
  9740. "type": "string"
  9741. },
  9742. "memo": {
  9743. "type": "string"
  9744. },
  9745. "page": {
  9746. "description": "页数",
  9747. "type": "string"
  9748. },
  9749. "start_time": {
  9750. "type": "string"
  9751. },
  9752. "type": {
  9753. "type": "string"
  9754. }
  9755. }
  9756. },
  9757. "md.AdminLogListResp": {
  9758. "type": "object",
  9759. "properties": {
  9760. "list": {
  9761. "type": "array",
  9762. "items": {
  9763. "$ref": "#/definitions/md.AdminLogList"
  9764. }
  9765. },
  9766. "total": {
  9767. "type": "integer"
  9768. },
  9769. "type_list": {
  9770. "type": "array",
  9771. "items": {
  9772. "type": "object",
  9773. "additionalProperties": true
  9774. }
  9775. }
  9776. }
  9777. },
  9778. "md.AdvertisingBase": {
  9779. "type": "object",
  9780. "properties": {
  9781. "android_ad_is_open": {
  9782. "type": "string",
  9783. "example": "安卓广告是否开启(1:开启 0:不开启)"
  9784. },
  9785. "android_open_ad_is_open": {
  9786. "type": "string",
  9787. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  9788. },
  9789. "info": {
  9790. "type": "string",
  9791. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  9792. },
  9793. "ios_ad_is_open": {
  9794. "type": "string",
  9795. "example": "ios广告是否开启(1:开启 0:不开启)"
  9796. },
  9797. "ios_open_ad_is_open": {
  9798. "type": "string",
  9799. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  9800. },
  9801. "voice": {
  9802. "type": "string",
  9803. "example": "领取奖励声音"
  9804. },
  9805. "voice_url": {
  9806. "type": "string"
  9807. }
  9808. }
  9809. },
  9810. "md.AdvertisingBaseResp": {
  9811. "type": "object",
  9812. "properties": {
  9813. "advertising_base": {
  9814. "$ref": "#/definitions/md.AdvertisingBase"
  9815. },
  9816. "select_data": {
  9817. "type": "array",
  9818. "items": {
  9819. "type": "object",
  9820. "additionalProperties": {
  9821. "type": "string"
  9822. }
  9823. }
  9824. }
  9825. }
  9826. },
  9827. "md.AdvertisingDelReq": {
  9828. "type": "object",
  9829. "properties": {
  9830. "id": {
  9831. "type": "array",
  9832. "items": {
  9833. "type": "string"
  9834. }
  9835. }
  9836. }
  9837. },
  9838. "md.AdvertisingFunctionList": {
  9839. "type": "object",
  9840. "properties": {
  9841. "ad_id": {
  9842. "type": "string",
  9843. "example": "广告id"
  9844. },
  9845. "id": {
  9846. "type": "string"
  9847. },
  9848. "type": {
  9849. "type": "string",
  9850. "example": "类型"
  9851. }
  9852. }
  9853. },
  9854. "md.AdvertisingFunctionListReq": {
  9855. "type": "object",
  9856. "properties": {
  9857. "limit": {
  9858. "type": "string"
  9859. },
  9860. "page": {
  9861. "type": "string"
  9862. }
  9863. }
  9864. },
  9865. "md.AdvertisingFunctionListResp": {
  9866. "type": "object",
  9867. "properties": {
  9868. "adv_data": {
  9869. "type": "array",
  9870. "items": {
  9871. "type": "object",
  9872. "additionalProperties": {
  9873. "type": "string"
  9874. }
  9875. }
  9876. },
  9877. "list": {
  9878. "type": "array",
  9879. "items": {
  9880. "$ref": "#/definitions/md.AdvertisingFunctionList"
  9881. }
  9882. },
  9883. "select_data": {
  9884. "type": "array",
  9885. "items": {
  9886. "type": "object",
  9887. "additionalProperties": {
  9888. "type": "string"
  9889. }
  9890. }
  9891. },
  9892. "total": {
  9893. "type": "integer"
  9894. }
  9895. }
  9896. },
  9897. "md.AdvertisingLimit": {
  9898. "type": "object",
  9899. "properties": {
  9900. "imei_num": {
  9901. "type": "string",
  9902. "example": "设备数量"
  9903. },
  9904. "minute": {
  9905. "type": "string",
  9906. "example": "分钟"
  9907. },
  9908. "public_img": {
  9909. "type": "string",
  9910. "example": "公共弹窗图"
  9911. },
  9912. "public_img_url": {
  9913. "type": "string",
  9914. "example": "公共弹窗图"
  9915. },
  9916. "public_str": {
  9917. "type": "string",
  9918. "example": "公共弹窗文字"
  9919. },
  9920. "tip": {
  9921. "type": "string",
  9922. "example": "限制提示"
  9923. },
  9924. "withdraw_img": {
  9925. "type": "string",
  9926. "example": "提现弹窗图"
  9927. },
  9928. "withdraw_img_url": {
  9929. "type": "string",
  9930. "example": "提现弹窗图"
  9931. },
  9932. "withdraw_str": {
  9933. "type": "string",
  9934. "example": "提现弹窗文字"
  9935. }
  9936. }
  9937. },
  9938. "md.AdvertisingList": {
  9939. "type": "object",
  9940. "properties": {
  9941. "counting_down": {
  9942. "type": "string",
  9943. "example": "倒计时 单位秒"
  9944. },
  9945. "id": {
  9946. "type": "string"
  9947. },
  9948. "info": {
  9949. "type": "string",
  9950. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  9951. },
  9952. "kind": {
  9953. "type": "string",
  9954. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  9955. },
  9956. "name": {
  9957. "type": "string",
  9958. "example": "名称"
  9959. }
  9960. }
  9961. },
  9962. "md.AdvertisingListReq": {
  9963. "type": "object",
  9964. "properties": {
  9965. "kind": {
  9966. "type": "string"
  9967. },
  9968. "limit": {
  9969. "type": "string"
  9970. },
  9971. "name": {
  9972. "type": "string"
  9973. },
  9974. "page": {
  9975. "type": "string"
  9976. }
  9977. }
  9978. },
  9979. "md.AdvertisingListResp": {
  9980. "type": "object",
  9981. "properties": {
  9982. "adv_data": {
  9983. "type": "array",
  9984. "items": {
  9985. "type": "object",
  9986. "additionalProperties": {
  9987. "type": "string"
  9988. }
  9989. }
  9990. },
  9991. "list": {
  9992. "type": "array",
  9993. "items": {
  9994. "$ref": "#/definitions/md.AdvertisingList"
  9995. }
  9996. },
  9997. "select_data": {
  9998. "type": "array",
  9999. "items": {
  10000. "type": "object",
  10001. "additionalProperties": {
  10002. "type": "string"
  10003. }
  10004. }
  10005. },
  10006. "total": {
  10007. "type": "integer"
  10008. }
  10009. }
  10010. },
  10011. "md.AdvertisingSaveReq": {
  10012. "type": "object",
  10013. "properties": {
  10014. "counting_down": {
  10015. "type": "string",
  10016. "example": "倒计时 单位秒"
  10017. },
  10018. "id": {
  10019. "type": "string"
  10020. },
  10021. "info": {
  10022. "type": "string",
  10023. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10024. },
  10025. "kind": {
  10026. "type": "string",
  10027. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10028. },
  10029. "name": {
  10030. "type": "string",
  10031. "example": "名称"
  10032. }
  10033. }
  10034. },
  10035. "md.AliyunSmsGetLevelListResp": {
  10036. "type": "object",
  10037. "properties": {
  10038. "list": {
  10039. "type": "array",
  10040. "items": {
  10041. "$ref": "#/definitions/md.LevelListNode"
  10042. }
  10043. },
  10044. "paginate": {
  10045. "$ref": "#/definitions/applet_app_md.Paginate"
  10046. }
  10047. }
  10048. },
  10049. "md.AliyunSmsGetTagListResp": {
  10050. "type": "object",
  10051. "properties": {
  10052. "list": {
  10053. "type": "array",
  10054. "items": {
  10055. "$ref": "#/definitions/md.TagListNode"
  10056. }
  10057. },
  10058. "paginate": {
  10059. "$ref": "#/definitions/applet_app_md.Paginate"
  10060. }
  10061. }
  10062. },
  10063. "md.ArticleCateDelReq": {
  10064. "type": "object",
  10065. "properties": {
  10066. "id": {
  10067. "type": "array",
  10068. "items": {
  10069. "type": "string"
  10070. }
  10071. }
  10072. }
  10073. },
  10074. "md.ArticleCateList": {
  10075. "type": "object",
  10076. "properties": {
  10077. "id": {
  10078. "type": "string"
  10079. },
  10080. "is_show": {
  10081. "type": "string"
  10082. },
  10083. "name": {
  10084. "type": "string"
  10085. },
  10086. "pid": {
  10087. "type": "string"
  10088. },
  10089. "sort": {
  10090. "type": "string"
  10091. }
  10092. }
  10093. },
  10094. "md.ArticleCateListReq": {
  10095. "type": "object",
  10096. "properties": {
  10097. "limit": {
  10098. "description": "每页大小",
  10099. "type": "string"
  10100. },
  10101. "page": {
  10102. "description": "页数",
  10103. "type": "string"
  10104. }
  10105. }
  10106. },
  10107. "md.ArticleCateListResp": {
  10108. "type": "object",
  10109. "properties": {
  10110. "list": {
  10111. "type": "array",
  10112. "items": {
  10113. "$ref": "#/definitions/md.ArticleCateList"
  10114. }
  10115. },
  10116. "select_data": {
  10117. "type": "array",
  10118. "items": {
  10119. "type": "object",
  10120. "additionalProperties": {
  10121. "type": "string"
  10122. }
  10123. }
  10124. },
  10125. "total": {
  10126. "type": "integer"
  10127. }
  10128. }
  10129. },
  10130. "md.ArticleCateSaveReq": {
  10131. "type": "object",
  10132. "properties": {
  10133. "id": {
  10134. "type": "string"
  10135. },
  10136. "is_show": {
  10137. "type": "string"
  10138. },
  10139. "name": {
  10140. "type": "string"
  10141. },
  10142. "pid": {
  10143. "type": "string"
  10144. },
  10145. "sort": {
  10146. "type": "string"
  10147. }
  10148. }
  10149. },
  10150. "md.ArticleDelReq": {
  10151. "type": "object",
  10152. "properties": {
  10153. "id": {
  10154. "type": "array",
  10155. "items": {
  10156. "type": "string"
  10157. }
  10158. }
  10159. }
  10160. },
  10161. "md.ArticleList": {
  10162. "type": "object",
  10163. "properties": {
  10164. "cate_id": {
  10165. "type": "string",
  10166. "example": "二级分类id"
  10167. },
  10168. "content": {
  10169. "type": "string"
  10170. },
  10171. "cover": {
  10172. "type": "string",
  10173. "example": "一级分类id=4 显示 封面图"
  10174. },
  10175. "cover_url": {
  10176. "type": "string"
  10177. },
  10178. "id": {
  10179. "type": "string"
  10180. },
  10181. "is_show": {
  10182. "type": "string"
  10183. },
  10184. "pid": {
  10185. "type": "string",
  10186. "example": "一级分类id"
  10187. },
  10188. "sort": {
  10189. "type": "string"
  10190. },
  10191. "title": {
  10192. "type": "string"
  10193. },
  10194. "url": {
  10195. "type": "string"
  10196. }
  10197. }
  10198. },
  10199. "md.ArticleListReq": {
  10200. "type": "object",
  10201. "properties": {
  10202. "limit": {
  10203. "description": "每页大小",
  10204. "type": "string"
  10205. },
  10206. "page": {
  10207. "description": "页数",
  10208. "type": "string"
  10209. }
  10210. }
  10211. },
  10212. "md.ArticleListResp": {
  10213. "type": "object",
  10214. "properties": {
  10215. "cate_data": {
  10216. "type": "array",
  10217. "items": {
  10218. "type": "object",
  10219. "additionalProperties": true
  10220. }
  10221. },
  10222. "list": {
  10223. "type": "array",
  10224. "items": {
  10225. "$ref": "#/definitions/md.ArticleList"
  10226. }
  10227. },
  10228. "select_data": {
  10229. "type": "array",
  10230. "items": {
  10231. "type": "object",
  10232. "additionalProperties": true
  10233. }
  10234. },
  10235. "total": {
  10236. "type": "integer"
  10237. }
  10238. }
  10239. },
  10240. "md.ArticleSaveReq": {
  10241. "type": "object",
  10242. "properties": {
  10243. "cate_id": {
  10244. "type": "string",
  10245. "example": "二级分类id"
  10246. },
  10247. "content": {
  10248. "type": "string"
  10249. },
  10250. "cover": {
  10251. "type": "string",
  10252. "example": "一级分类id=4 显示 封面图"
  10253. },
  10254. "id": {
  10255. "type": "string"
  10256. },
  10257. "is_show": {
  10258. "type": "string"
  10259. },
  10260. "pid": {
  10261. "type": "string",
  10262. "example": "一级分类id"
  10263. },
  10264. "sort": {
  10265. "type": "string"
  10266. },
  10267. "title": {
  10268. "type": "string"
  10269. }
  10270. }
  10271. },
  10272. "md.AuditClearReq": {
  10273. "type": "object",
  10274. "properties": {
  10275. "os": {
  10276. "type": "string",
  10277. "example": "1-安卓 2-ios"
  10278. }
  10279. }
  10280. },
  10281. "md.BalanceDetailNode": {
  10282. "type": "object",
  10283. "properties": {
  10284. "after_amount": {
  10285. "description": "变更后余额",
  10286. "type": "string"
  10287. },
  10288. "amount": {
  10289. "description": "变更数量",
  10290. "type": "string"
  10291. },
  10292. "before_amount": {
  10293. "description": "变更前余额",
  10294. "type": "string"
  10295. },
  10296. "create_at": {
  10297. "description": "创建时间",
  10298. "type": "string"
  10299. },
  10300. "id": {
  10301. "description": "记录ID",
  10302. "type": "integer"
  10303. },
  10304. "kind": {
  10305. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  10306. "type": "string"
  10307. }
  10308. }
  10309. },
  10310. "md.BasicInfoNode": {
  10311. "type": "object",
  10312. "properties": {
  10313. "avatar": {
  10314. "description": "头像",
  10315. "type": "string"
  10316. },
  10317. "levelId": {
  10318. "description": "会员等级 ID",
  10319. "type": "integer"
  10320. },
  10321. "level_name": {
  10322. "description": "会员等级名称",
  10323. "type": "string"
  10324. },
  10325. "memo": {
  10326. "description": "备注",
  10327. "type": "string"
  10328. },
  10329. "nickname": {
  10330. "description": "用户名称",
  10331. "type": "string"
  10332. },
  10333. "parent_name": {
  10334. "description": "推荐人名称",
  10335. "type": "string"
  10336. },
  10337. "parent_phone": {
  10338. "description": "推荐人手机号",
  10339. "type": "string"
  10340. },
  10341. "parent_uid": {
  10342. "description": "推荐人",
  10343. "type": "integer"
  10344. },
  10345. "password": {
  10346. "description": "登录密码",
  10347. "type": "string"
  10348. },
  10349. "phone": {
  10350. "description": "手机号",
  10351. "type": "string"
  10352. },
  10353. "sex": {
  10354. "description": "性别",
  10355. "type": "integer"
  10356. },
  10357. "state": {
  10358. "description": "账号状态 1正常,2冻结",
  10359. "type": "integer"
  10360. },
  10361. "tag": {
  10362. "description": "标签名称",
  10363. "type": "array",
  10364. "items": {
  10365. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  10366. }
  10367. },
  10368. "union_id": {
  10369. "description": "微信号",
  10370. "type": "string"
  10371. }
  10372. }
  10373. },
  10374. "md.BatchAddVirtualCoinsReq": {
  10375. "type": "object",
  10376. "properties": {
  10377. "list": {
  10378. "description": "新增的货币列表",
  10379. "type": "array",
  10380. "items": {
  10381. "$ref": "#/definitions/md.AddVirtualCoinNode"
  10382. }
  10383. }
  10384. }
  10385. },
  10386. "md.BatchSendGroupMessageReq": {
  10387. "type": "object",
  10388. "properties": {
  10389. "content": {
  10390. "description": "消息内容",
  10391. "type": "string"
  10392. },
  10393. "kind": {
  10394. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10395. "type": "integer"
  10396. },
  10397. "not_condition": {
  10398. "description": "不发送条件 群 ID 以\";\"分割",
  10399. "type": "string"
  10400. },
  10401. "send_condition": {
  10402. "description": "发送条件 群 ID 以\";\"分割",
  10403. "type": "string"
  10404. },
  10405. "send_kind": {
  10406. "description": "发送模式(1:指定群组 2:所有群组)",
  10407. "type": "integer"
  10408. }
  10409. }
  10410. },
  10411. "md.BatchSendUserMessageReq": {
  10412. "type": "object",
  10413. "properties": {
  10414. "content": {
  10415. "description": "消息内容",
  10416. "type": "string"
  10417. },
  10418. "kind": {
  10419. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10420. "type": "integer"
  10421. },
  10422. "not_condition": {
  10423. "description": "不发送条件 用户手机号 以\";\"分割",
  10424. "type": "string"
  10425. },
  10426. "send_condition": {
  10427. "description": "发送条件 用户手机号 以\";\"分割",
  10428. "type": "string"
  10429. },
  10430. "send_kind": {
  10431. "description": "发送模式(1:所有用户 2:指定用户)",
  10432. "type": "integer"
  10433. }
  10434. }
  10435. },
  10436. "md.BindAdminRoleReq": {
  10437. "type": "object",
  10438. "required": [
  10439. "adm_id"
  10440. ],
  10441. "properties": {
  10442. "adm_id": {
  10443. "type": "integer"
  10444. },
  10445. "role_ids": {
  10446. "type": "array",
  10447. "items": {
  10448. "type": "integer"
  10449. }
  10450. }
  10451. }
  10452. },
  10453. "md.CertificateDelReq": {
  10454. "type": "object",
  10455. "properties": {
  10456. "id": {
  10457. "type": "array",
  10458. "items": {
  10459. "type": "string"
  10460. }
  10461. }
  10462. }
  10463. },
  10464. "md.CertificateList": {
  10465. "type": "object",
  10466. "properties": {
  10467. "bg_img": {
  10468. "type": "string",
  10469. "example": "背景图"
  10470. },
  10471. "end_time": {
  10472. "type": "string",
  10473. "example": "结束时间"
  10474. },
  10475. "id": {
  10476. "type": "string"
  10477. },
  10478. "logo": {
  10479. "type": "string",
  10480. "example": "logo"
  10481. },
  10482. "medal": {
  10483. "type": "string",
  10484. "example": "勋章"
  10485. },
  10486. "name": {
  10487. "type": "string",
  10488. "example": "姓名"
  10489. },
  10490. "name_icon": {
  10491. "type": "string",
  10492. "example": "蛋蛋星球文字图"
  10493. },
  10494. "no": {
  10495. "type": "string",
  10496. "example": "编号"
  10497. },
  10498. "phone": {
  10499. "type": "string"
  10500. },
  10501. "seal": {
  10502. "type": "string",
  10503. "example": "印章"
  10504. },
  10505. "start_time": {
  10506. "type": "string",
  10507. "example": "开始时间"
  10508. },
  10509. "uid": {
  10510. "type": "string"
  10511. }
  10512. }
  10513. },
  10514. "md.CertificateListReq": {
  10515. "type": "object",
  10516. "properties": {
  10517. "limit": {
  10518. "type": "string"
  10519. },
  10520. "page": {
  10521. "type": "string"
  10522. },
  10523. "phone": {
  10524. "type": "string"
  10525. },
  10526. "uid": {
  10527. "type": "string"
  10528. }
  10529. }
  10530. },
  10531. "md.CertificateListResp": {
  10532. "type": "object",
  10533. "properties": {
  10534. "list": {
  10535. "type": "array",
  10536. "items": {
  10537. "$ref": "#/definitions/md.CertificateList"
  10538. }
  10539. },
  10540. "total": {
  10541. "type": "integer"
  10542. }
  10543. }
  10544. },
  10545. "md.CertificateReq": {
  10546. "type": "object",
  10547. "properties": {
  10548. "no": {
  10549. "type": "string",
  10550. "example": "DD123"
  10551. }
  10552. }
  10553. },
  10554. "md.CertificateResp": {
  10555. "type": "object",
  10556. "properties": {
  10557. "bg_img": {
  10558. "type": "string",
  10559. "example": "背景图"
  10560. },
  10561. "end_time": {
  10562. "type": "string",
  10563. "example": "结束时间"
  10564. },
  10565. "logo": {
  10566. "type": "string",
  10567. "example": "logo"
  10568. },
  10569. "medal": {
  10570. "type": "string",
  10571. "example": "勋章"
  10572. },
  10573. "name": {
  10574. "type": "string",
  10575. "example": "姓名"
  10576. },
  10577. "name_icon": {
  10578. "type": "string",
  10579. "example": "蛋蛋星球文字图"
  10580. },
  10581. "no": {
  10582. "type": "string",
  10583. "example": "编号"
  10584. },
  10585. "seal": {
  10586. "type": "string",
  10587. "example": "印章"
  10588. },
  10589. "start_time": {
  10590. "type": "string",
  10591. "example": "开始时间"
  10592. }
  10593. }
  10594. },
  10595. "md.CertificateSave": {
  10596. "type": "object",
  10597. "properties": {
  10598. "end_time": {
  10599. "type": "string",
  10600. "example": "结束时间"
  10601. },
  10602. "id": {
  10603. "type": "string"
  10604. },
  10605. "name": {
  10606. "type": "string",
  10607. "example": "姓名"
  10608. },
  10609. "no": {
  10610. "type": "string",
  10611. "example": "编号"
  10612. },
  10613. "start_time": {
  10614. "type": "string",
  10615. "example": "开始时间"
  10616. },
  10617. "uid": {
  10618. "type": "string"
  10619. }
  10620. }
  10621. },
  10622. "md.CloudBundleBaseResp": {
  10623. "type": "object",
  10624. "properties": {
  10625. "android_logo": {
  10626. "type": "string"
  10627. },
  10628. "ios_logo": {
  10629. "type": "string"
  10630. },
  10631. "launch_screen": {
  10632. "type": "object",
  10633. "additionalProperties": {
  10634. "type": "string"
  10635. }
  10636. }
  10637. }
  10638. },
  10639. "md.CloudBundleBuildReq": {
  10640. "type": "object",
  10641. "properties": {
  10642. "bit": {
  10643. "type": "array",
  10644. "items": {
  10645. "type": "string"
  10646. }
  10647. },
  10648. "isCombine": {
  10649. "type": "string"
  10650. },
  10651. "memo": {
  10652. "type": "string"
  10653. },
  10654. "os": {
  10655. "type": "string"
  10656. },
  10657. "platform": {
  10658. "type": "array",
  10659. "items": {
  10660. "type": "string"
  10661. }
  10662. },
  10663. "version": {
  10664. "type": "string"
  10665. }
  10666. }
  10667. },
  10668. "md.CloudBundleDelReq": {
  10669. "type": "object",
  10670. "properties": {
  10671. "ids": {
  10672. "type": "array",
  10673. "items": {
  10674. "type": "string"
  10675. }
  10676. }
  10677. }
  10678. },
  10679. "md.CloudBundleImgResp": {
  10680. "type": "object",
  10681. "properties": {
  10682. "android_logo": {
  10683. "type": "string"
  10684. },
  10685. "android_logo_url": {
  10686. "type": "string"
  10687. },
  10688. "build_1080_2280": {
  10689. "type": "string"
  10690. },
  10691. "build_1080_2280_url": {
  10692. "type": "string"
  10693. },
  10694. "build_1125_2436": {
  10695. "type": "string"
  10696. },
  10697. "build_1125_2436_url": {
  10698. "type": "string"
  10699. },
  10700. "build_1242_2208": {
  10701. "type": "string"
  10702. },
  10703. "build_1242_2208_url": {
  10704. "type": "string"
  10705. },
  10706. "build_640_1136": {
  10707. "type": "string"
  10708. },
  10709. "build_640_1136_url": {
  10710. "type": "string"
  10711. },
  10712. "build_640_960": {
  10713. "type": "string"
  10714. },
  10715. "build_640_960_url": {
  10716. "type": "string"
  10717. },
  10718. "build_720_1280": {
  10719. "type": "string"
  10720. },
  10721. "build_720_1280_url": {
  10722. "type": "string"
  10723. },
  10724. "build_750_1334": {
  10725. "type": "string"
  10726. },
  10727. "build_750_1334_url": {
  10728. "type": "string"
  10729. },
  10730. "guide": {
  10731. "type": "array",
  10732. "items": {
  10733. "$ref": "#/definitions/md.Guide"
  10734. }
  10735. },
  10736. "ios_logo": {
  10737. "type": "string"
  10738. },
  10739. "ios_logo_url": {
  10740. "type": "string"
  10741. }
  10742. }
  10743. },
  10744. "md.CloudBundleList": {
  10745. "type": "object",
  10746. "properties": {
  10747. "apply_at": {
  10748. "type": "string"
  10749. },
  10750. "bit": {
  10751. "type": "string"
  10752. },
  10753. "build_id": {
  10754. "type": "string"
  10755. },
  10756. "finish_at": {
  10757. "type": "string"
  10758. },
  10759. "id": {
  10760. "type": "string"
  10761. },
  10762. "is_auditing": {
  10763. "type": "string"
  10764. },
  10765. "is_combine": {
  10766. "type": "string"
  10767. },
  10768. "memo": {
  10769. "type": "string"
  10770. },
  10771. "os": {
  10772. "type": "string"
  10773. },
  10774. "platform": {
  10775. "type": "string"
  10776. },
  10777. "src": {
  10778. "type": "string"
  10779. },
  10780. "state": {
  10781. "type": "string"
  10782. },
  10783. "version": {
  10784. "type": "string"
  10785. }
  10786. }
  10787. },
  10788. "md.CloudBundleReq": {
  10789. "type": "object",
  10790. "properties": {
  10791. "limit": {
  10792. "description": "每页大小",
  10793. "type": "string"
  10794. },
  10795. "page": {
  10796. "description": "页数",
  10797. "type": "string"
  10798. }
  10799. }
  10800. },
  10801. "md.CloudBundleResp": {
  10802. "type": "object",
  10803. "properties": {
  10804. "last_android": {
  10805. "type": "string"
  10806. },
  10807. "last_bit": {
  10808. "type": "string"
  10809. },
  10810. "last_is_combine": {
  10811. "type": "string"
  10812. },
  10813. "last_platform": {
  10814. "type": "array",
  10815. "items": {
  10816. "type": "string"
  10817. }
  10818. },
  10819. "list": {
  10820. "type": "array",
  10821. "items": {
  10822. "$ref": "#/definitions/md.CloudBundleList"
  10823. }
  10824. },
  10825. "list_ios": {
  10826. "type": "string"
  10827. },
  10828. "select_data": {
  10829. "type": "array",
  10830. "items": {
  10831. "$ref": "#/definitions/md.CloudBundleVersionMap"
  10832. }
  10833. },
  10834. "total": {
  10835. "type": "integer"
  10836. }
  10837. }
  10838. },
  10839. "md.CloudBundleUpdateStateReq": {
  10840. "type": "object",
  10841. "properties": {
  10842. "build_id": {
  10843. "type": "string"
  10844. },
  10845. "build_number": {
  10846. "type": "string"
  10847. },
  10848. "error_msg": {
  10849. "type": "string"
  10850. },
  10851. "id": {
  10852. "type": "string"
  10853. },
  10854. "src": {
  10855. "type": "string"
  10856. },
  10857. "state": {
  10858. "type": "string"
  10859. }
  10860. }
  10861. },
  10862. "md.CloudBundleVersion": {
  10863. "type": "object",
  10864. "properties": {
  10865. "content": {
  10866. "type": "string"
  10867. },
  10868. "img": {
  10869. "type": "string"
  10870. },
  10871. "img_url": {
  10872. "type": "string"
  10873. },
  10874. "is_must": {
  10875. "type": "string"
  10876. },
  10877. "name": {
  10878. "type": "string"
  10879. },
  10880. "type": {
  10881. "type": "string"
  10882. },
  10883. "url": {
  10884. "type": "string"
  10885. },
  10886. "version": {
  10887. "type": "string"
  10888. }
  10889. }
  10890. },
  10891. "md.CloudBundleVersionMap": {
  10892. "type": "object",
  10893. "properties": {
  10894. "img": {
  10895. "type": "string"
  10896. },
  10897. "name": {
  10898. "type": "string"
  10899. },
  10900. "type": {
  10901. "type": "string"
  10902. }
  10903. }
  10904. },
  10905. "md.CloudBundleVersionResp": {
  10906. "type": "object",
  10907. "properties": {
  10908. "version": {
  10909. "type": "array",
  10910. "items": {
  10911. "$ref": "#/definitions/md.CloudBundleVersion"
  10912. }
  10913. }
  10914. }
  10915. },
  10916. "md.CommReq": {
  10917. "type": "object",
  10918. "properties": {
  10919. "id": {
  10920. "type": "string"
  10921. }
  10922. }
  10923. },
  10924. "md.ConfigResp": {
  10925. "type": "object",
  10926. "properties": {
  10927. "oss_url": {
  10928. "type": "string",
  10929. "example": "阿里云图片链接"
  10930. }
  10931. }
  10932. },
  10933. "md.DailyActivityAnalysisTopData": {
  10934. "type": "object",
  10935. "properties": {
  10936. "activity_count": {
  10937. "description": "子节点活跃天数",
  10938. "type": "integer"
  10939. },
  10940. "team_activity_user_count": {
  10941. "description": "子节点活跃人数",
  10942. "type": "integer"
  10943. },
  10944. "team_user_count": {
  10945. "description": "团队人数",
  10946. "type": "integer"
  10947. }
  10948. }
  10949. },
  10950. "md.DataSetting": {
  10951. "type": "object",
  10952. "properties": {
  10953. "total_angel_investor": {
  10954. "description": "天使投资人",
  10955. "type": "string",
  10956. "example": "天使投资人"
  10957. },
  10958. "total_ecological_development": {
  10959. "description": "生态建设",
  10960. "type": "string",
  10961. "example": "当前价格"
  10962. },
  10963. "total_issuance_amount": {
  10964. "description": "总发行量",
  10965. "type": "string",
  10966. "example": "总发行量"
  10967. },
  10968. "total_operate_fund": {
  10969. "description": "运营资金",
  10970. "type": "string",
  10971. "example": "运营资金"
  10972. },
  10973. "total_team_dividends": {
  10974. "description": "团队分红",
  10975. "type": "string",
  10976. "example": "团队分红"
  10977. },
  10978. "total_technology_team": {
  10979. "description": "技术团队",
  10980. "type": "string",
  10981. "example": "技术团队"
  10982. },
  10983. "total_user_for_person": {
  10984. "description": "个人区域",
  10985. "type": "string",
  10986. "example": "个人区域"
  10987. },
  10988. "total_user_for_team": {
  10989. "description": "团队区域",
  10990. "type": "string",
  10991. "example": "团队区域"
  10992. }
  10993. }
  10994. },
  10995. "md.DeleteBlackListReq": {
  10996. "type": "object",
  10997. "properties": {
  10998. "id": {
  10999. "description": "黑名单 id",
  11000. "type": "integer"
  11001. }
  11002. }
  11003. },
  11004. "md.DeleteDynamicReq": {
  11005. "type": "object",
  11006. "properties": {
  11007. "index_id": {
  11008. "description": "动态id",
  11009. "type": "string"
  11010. }
  11011. }
  11012. },
  11013. "md.DeleteEmoticonReq": {
  11014. "type": "object",
  11015. "properties": {
  11016. "id": {
  11017. "description": "拥有用户数量",
  11018. "type": "integer"
  11019. }
  11020. }
  11021. },
  11022. "md.DeleteFreePublishUserReq": {
  11023. "type": "object",
  11024. "properties": {
  11025. "uid": {
  11026. "type": "string"
  11027. }
  11028. }
  11029. },
  11030. "md.DeleteLevelReq": {
  11031. "type": "object",
  11032. "properties": {
  11033. "level_id": {
  11034. "type": "string"
  11035. }
  11036. }
  11037. },
  11038. "md.DeleteTagReq": {
  11039. "type": "object",
  11040. "properties": {
  11041. "tag_id": {
  11042. "description": "标签 ID",
  11043. "type": "string"
  11044. }
  11045. }
  11046. },
  11047. "md.DeleteTaskReq": {
  11048. "type": "object",
  11049. "properties": {
  11050. "task_id": {
  11051. "type": "string"
  11052. }
  11053. }
  11054. },
  11055. "md.DestructionSettingStruct": {
  11056. "type": "object",
  11057. "properties": {
  11058. "community_dividends": {
  11059. "description": "社区分红百分比",
  11060. "type": "string"
  11061. },
  11062. "destruction_quantity": {
  11063. "description": "销毁百分比",
  11064. "type": "string"
  11065. },
  11066. "development_committee": {
  11067. "description": "发展委员会百分比",
  11068. "type": "string"
  11069. },
  11070. "marketplace_merchant": {
  11071. "description": "市商数量百分比",
  11072. "type": "string"
  11073. },
  11074. "public_welfare_and_charity": {
  11075. "description": "公益慈善百分比",
  11076. "type": "string"
  11077. },
  11078. "star_level_dividends": {
  11079. "description": "星级分红百分比",
  11080. "type": "string"
  11081. }
  11082. }
  11083. },
  11084. "md.DirectPushRewardSettingStruct": {
  11085. "type": "object",
  11086. "properties": {
  11087. "member_self_is_open_get_team_reward": {
  11088. "description": "会员是否活跃得到团队奖励",
  11089. "type": "string"
  11090. },
  11091. "reward_rate_value": {
  11092. "description": "奖励百分比",
  11093. "type": "string"
  11094. }
  11095. }
  11096. },
  11097. "md.DynamicDataFlowListReq": {
  11098. "type": "object",
  11099. "properties": {
  11100. "end_at": {
  11101. "description": "结束时间",
  11102. "type": "string",
  11103. "example": "结束时间"
  11104. },
  11105. "kind": {
  11106. "description": "持有类型",
  11107. "type": "integer"
  11108. },
  11109. "page": {
  11110. "description": "页数",
  11111. "type": "integer"
  11112. },
  11113. "page_size": {
  11114. "description": "每页大小",
  11115. "type": "integer"
  11116. },
  11117. "start_at": {
  11118. "description": "开始时间",
  11119. "type": "string",
  11120. "example": "开始时间"
  11121. }
  11122. }
  11123. },
  11124. "md.DynamicDataFlowListResp": {
  11125. "type": "object",
  11126. "properties": {
  11127. "kind_list": {
  11128. "description": "类型列表",
  11129. "type": "array",
  11130. "items": {
  11131. "type": "object",
  11132. "additionalProperties": true
  11133. }
  11134. },
  11135. "list": {
  11136. "description": "动态数据流水列表",
  11137. "type": "array",
  11138. "items": {
  11139. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  11140. }
  11141. },
  11142. "paginate": {
  11143. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11144. }
  11145. }
  11146. },
  11147. "md.DynamicRespNode": {
  11148. "type": "object",
  11149. "properties": {
  11150. "content": {
  11151. "description": "文本内容",
  11152. "type": "string"
  11153. },
  11154. "created_at": {
  11155. "type": "string"
  11156. },
  11157. "image": {
  11158. "description": "图片",
  11159. "type": "array",
  11160. "items": {
  11161. "type": "string"
  11162. }
  11163. },
  11164. "index_id": {
  11165. "description": "动态id",
  11166. "type": "string"
  11167. },
  11168. "is_praise": {
  11169. "description": "是否被表扬(1:是 2:否)",
  11170. "type": "integer"
  11171. },
  11172. "is_top_up": {
  11173. "description": "是否置顶(1:是 2:否)",
  11174. "type": "integer"
  11175. },
  11176. "kind": {
  11177. "description": "类型(1:普通 2:官方)",
  11178. "type": "integer"
  11179. },
  11180. "state": {
  11181. "description": "状态(1:正常 2:隐藏)",
  11182. "type": "integer"
  11183. },
  11184. "uid": {
  11185. "description": "用户id",
  11186. "type": "integer"
  11187. },
  11188. "updated_at": {
  11189. "type": "string"
  11190. },
  11191. "username": {
  11192. "description": "用户名称",
  11193. "type": "string"
  11194. },
  11195. "video": {
  11196. "description": "视频",
  11197. "type": "array",
  11198. "items": {
  11199. "type": "string"
  11200. }
  11201. }
  11202. }
  11203. },
  11204. "md.EggEnergyAvailableEnergyFlow": {
  11205. "type": "object",
  11206. "properties": {
  11207. "after_community_dividends": {
  11208. "description": "变更后-社区分红区块币数量",
  11209. "type": "string"
  11210. },
  11211. "after_destruction_quantity_values": {
  11212. "description": "变更后-销毁区块币数量",
  11213. "type": "string"
  11214. },
  11215. "after_development_committee_values": {
  11216. "description": "变更后-发展委员会区块币数量",
  11217. "type": "string"
  11218. },
  11219. "after_marketplace_merchant_fund_values": {
  11220. "description": "变更后-市商资金值",
  11221. "type": "string"
  11222. },
  11223. "after_marketplace_merchant_values": {
  11224. "description": "变更后-市商区块币数量",
  11225. "type": "string"
  11226. },
  11227. "after_now_energy_total_nums": {
  11228. "description": "变更后-现行总量",
  11229. "type": "string"
  11230. },
  11231. "after_planet_total_value": {
  11232. "description": "变更后-星球总价值",
  11233. "type": "string"
  11234. },
  11235. "after_price": {
  11236. "description": "变更后-价格",
  11237. "type": "string"
  11238. },
  11239. "after_public_welfare_and_charity_values": {
  11240. "description": "变更后-公益慈善区块币数量",
  11241. "type": "string"
  11242. },
  11243. "after_star_level_dividends_values": {
  11244. "description": "变更后-星级分红区块币数量",
  11245. "type": "string"
  11246. },
  11247. "amount": {
  11248. "description": "变更数量",
  11249. "type": "string"
  11250. },
  11251. "before_community_dividends": {
  11252. "description": "变更前-社区分红区块币数量",
  11253. "type": "string"
  11254. },
  11255. "before_destruction_quantity_values": {
  11256. "description": "变更前-销毁区块币数量",
  11257. "type": "string"
  11258. },
  11259. "before_development_committee_values": {
  11260. "description": "变更前-发展委员会区块币数量",
  11261. "type": "string"
  11262. },
  11263. "before_marketplace_merchant_fund_values": {
  11264. "description": "变更前-市商资金值",
  11265. "type": "string"
  11266. },
  11267. "before_marketplace_merchant_values": {
  11268. "description": "变更前-市商区块币数量",
  11269. "type": "string"
  11270. },
  11271. "before_now_energy_total_nums": {
  11272. "description": "变更前-现行总量",
  11273. "type": "string"
  11274. },
  11275. "before_planet_total_value": {
  11276. "description": "变更前-星球总价值",
  11277. "type": "string"
  11278. },
  11279. "before_price": {
  11280. "description": "变更前-价格",
  11281. "type": "string"
  11282. },
  11283. "before_public_welfare_and_charity_values": {
  11284. "description": "变更前-公益慈善区块币数量",
  11285. "type": "string"
  11286. },
  11287. "before_star_level_dividends_values": {
  11288. "description": "变更前-星级分红区块币数量",
  11289. "type": "string"
  11290. },
  11291. "create_time": {
  11292. "description": "创建时间",
  11293. "type": "string"
  11294. },
  11295. "id": {
  11296. "type": "integer"
  11297. },
  11298. "kind": {
  11299. "description": "种类",
  11300. "type": "integer"
  11301. },
  11302. "title": {
  11303. "description": "标题",
  11304. "type": "string"
  11305. }
  11306. }
  11307. },
  11308. "md.EggEnergyCommunityDividends": {
  11309. "type": "object",
  11310. "properties": {
  11311. "amount": {
  11312. "description": "分红数量",
  11313. "type": "string"
  11314. },
  11315. "coin_id": {
  11316. "description": "虚拟币 id",
  11317. "type": "integer"
  11318. },
  11319. "create_at": {
  11320. "description": "分红时间",
  11321. "type": "string"
  11322. },
  11323. "id": {
  11324. "type": "integer"
  11325. },
  11326. "is_over": {
  11327. "description": "是否分红完毕",
  11328. "type": "integer"
  11329. },
  11330. "name": {
  11331. "type": "string",
  11332. "example": "名称"
  11333. },
  11334. "persons_num": {
  11335. "description": "分红人数",
  11336. "type": "integer"
  11337. },
  11338. "update_at": {
  11339. "type": "string"
  11340. }
  11341. }
  11342. },
  11343. "md.EggEnergyCommunityDividendsWithUser": {
  11344. "type": "object",
  11345. "properties": {
  11346. "id": {
  11347. "type": "integer"
  11348. },
  11349. "memo": {
  11350. "type": "string",
  11351. "example": "备注"
  11352. },
  11353. "nickname": {
  11354. "type": "string"
  11355. },
  11356. "phone": {
  11357. "type": "string"
  11358. },
  11359. "uid": {
  11360. "type": "integer"
  11361. }
  11362. }
  11363. },
  11364. "md.EggPointCoefficientBatchAddReq": {
  11365. "type": "object",
  11366. "properties": {
  11367. "list": {
  11368. "description": "系数管理列表",
  11369. "type": "array",
  11370. "items": {
  11371. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11372. }
  11373. }
  11374. }
  11375. },
  11376. "md.EggPointCoefficientDelReq": {
  11377. "type": "object",
  11378. "required": [
  11379. "id"
  11380. ],
  11381. "properties": {
  11382. "id": {
  11383. "description": "需要删除范围的id",
  11384. "type": "string"
  11385. }
  11386. }
  11387. },
  11388. "md.EggPointCoefficientGetResp": {
  11389. "type": "object",
  11390. "properties": {
  11391. "list": {
  11392. "type": "array",
  11393. "items": {
  11394. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11395. }
  11396. }
  11397. }
  11398. },
  11399. "md.EggPointCoefficientNode": {
  11400. "type": "object",
  11401. "properties": {
  11402. "coefficient": {
  11403. "description": "系数",
  11404. "type": "string"
  11405. },
  11406. "end_score": {
  11407. "description": "截止分值",
  11408. "type": "string"
  11409. },
  11410. "id": {
  11411. "type": "integer"
  11412. },
  11413. "start_score": {
  11414. "description": "起始分值",
  11415. "type": "string"
  11416. }
  11417. }
  11418. },
  11419. "md.EggPointCoefficientUpdateReq": {
  11420. "type": "object",
  11421. "required": [
  11422. "id"
  11423. ],
  11424. "properties": {
  11425. "coefficient": {
  11426. "description": "系数",
  11427. "type": "string"
  11428. },
  11429. "end_score": {
  11430. "description": "截止分值",
  11431. "type": "string"
  11432. },
  11433. "id": {
  11434. "description": "需要修改范围的id",
  11435. "type": "string"
  11436. },
  11437. "start_score": {
  11438. "description": "起始分值",
  11439. "type": "string"
  11440. }
  11441. }
  11442. },
  11443. "md.ExchangeRulesStruct": {
  11444. "type": "object",
  11445. "properties": {
  11446. "auto_exchange_nums_by_person": {
  11447. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  11448. "type": "string"
  11449. },
  11450. "auto_exchange_nums_by_team": {
  11451. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  11452. "type": "string"
  11453. },
  11454. "auto_exchange_rate_by_person": {
  11455. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  11456. "type": "string"
  11457. },
  11458. "auto_exchange_rate_by_team": {
  11459. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  11460. "type": "string"
  11461. }
  11462. }
  11463. },
  11464. "md.ExchangeUserPositionReq": {
  11465. "type": "object",
  11466. "properties": {
  11467. "position_1": {
  11468. "description": "位置1,具体值取返回数据中的 system_id",
  11469. "type": "integer"
  11470. },
  11471. "position_2": {
  11472. "description": "位置2,具体值取返回数据中的 system_id",
  11473. "type": "integer"
  11474. }
  11475. }
  11476. },
  11477. "md.FansNode": {
  11478. "type": "object",
  11479. "properties": {
  11480. "amount": {
  11481. "description": "可提现余额",
  11482. "type": "string"
  11483. },
  11484. "id": {
  11485. "description": "用户ID",
  11486. "type": "integer"
  11487. },
  11488. "level_total": {
  11489. "description": "所属代数",
  11490. "type": "integer"
  11491. },
  11492. "nickname": {
  11493. "type": "string",
  11494. "example": "用户昵称"
  11495. },
  11496. "phone": {
  11497. "type": "string",
  11498. "example": "手机号"
  11499. },
  11500. "register_at": {
  11501. "description": "注册时间",
  11502. "type": "string"
  11503. },
  11504. "total_income": {
  11505. "description": "累计收益",
  11506. "type": "string"
  11507. }
  11508. }
  11509. },
  11510. "md.FindSubUserRelationshipMapResp": {
  11511. "type": "object",
  11512. "properties": {
  11513. "basic_setting": {
  11514. "description": "公排设置",
  11515. "allOf": [
  11516. {
  11517. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  11518. }
  11519. ]
  11520. },
  11521. "search_uid": {
  11522. "description": "查找的用户 ID",
  11523. "type": "string"
  11524. },
  11525. "sub_user": {
  11526. "description": "上级用户信息",
  11527. "allOf": [
  11528. {
  11529. "$ref": "#/definitions/md.SubUser"
  11530. }
  11531. ]
  11532. }
  11533. }
  11534. },
  11535. "md.FirstWithdrawSet": {
  11536. "type": "object",
  11537. "properties": {
  11538. "first_withdraw_amount_limit": {
  11539. "description": "不需要实名时 最大提现金额",
  11540. "type": "string"
  11541. },
  11542. "is_need_real_name": {
  11543. "description": "是否需要实名(0:不需要,1:需要)",
  11544. "type": "integer"
  11545. }
  11546. }
  11547. },
  11548. "md.FreePublishUserNode": {
  11549. "type": "object",
  11550. "properties": {
  11551. "nickname": {
  11552. "type": "string",
  11553. "example": "昵称"
  11554. },
  11555. "phone": {
  11556. "type": "string",
  11557. "example": "手机号"
  11558. },
  11559. "uid": {
  11560. "type": "integer"
  11561. }
  11562. }
  11563. },
  11564. "md.FundDataNode": {
  11565. "type": "object",
  11566. "properties": {
  11567. "balance_amount": {
  11568. "description": "余额",
  11569. "type": "string"
  11570. },
  11571. "balance_times": {
  11572. "description": "剩余执行次数",
  11573. "type": "integer"
  11574. },
  11575. "create_at": {
  11576. "description": "创建时间",
  11577. "type": "string"
  11578. },
  11579. "hours": {
  11580. "description": "时长",
  11581. "type": "integer"
  11582. },
  11583. "kind": {
  11584. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  11585. "type": "integer"
  11586. },
  11587. "memo": {
  11588. "description": "备注",
  11589. "type": "string"
  11590. },
  11591. "system_id": {
  11592. "type": "integer"
  11593. },
  11594. "total_amount": {
  11595. "description": "金额",
  11596. "type": "string"
  11597. }
  11598. }
  11599. },
  11600. "md.FundDataRecordNode": {
  11601. "type": "object",
  11602. "properties": {
  11603. "after_planet_total_value": {
  11604. "description": "执行后-星球价值",
  11605. "type": "string"
  11606. },
  11607. "after_price": {
  11608. "description": "执行后-价格",
  11609. "type": "string"
  11610. },
  11611. "balance_amount": {
  11612. "description": "余额",
  11613. "type": "string"
  11614. },
  11615. "balance_times": {
  11616. "description": "剩余执行次数",
  11617. "type": "integer"
  11618. },
  11619. "before_planet_total_value": {
  11620. "description": "执行前-星球价值",
  11621. "type": "string"
  11622. },
  11623. "before_price": {
  11624. "description": "执行前-价格",
  11625. "type": "string"
  11626. },
  11627. "create_at": {
  11628. "type": "string"
  11629. },
  11630. "total_amount": {
  11631. "description": "金额",
  11632. "type": "string"
  11633. }
  11634. }
  11635. },
  11636. "md.GetActivePointsUserCoinFlowListReq": {
  11637. "type": "object",
  11638. "properties": {
  11639. "coin_id": {
  11640. "description": "货币类型 ID",
  11641. "type": "integer"
  11642. },
  11643. "direction": {
  11644. "description": "流水方向:1收入 2支出",
  11645. "type": "integer"
  11646. },
  11647. "end_at": {
  11648. "description": "结束时间",
  11649. "type": "string"
  11650. },
  11651. "page": {
  11652. "description": "页数",
  11653. "type": "integer"
  11654. },
  11655. "page_size": {
  11656. "description": "每页大小",
  11657. "type": "integer"
  11658. },
  11659. "start_at": {
  11660. "description": "开始时间",
  11661. "type": "string"
  11662. },
  11663. "uid": {
  11664. "description": "用户 ID",
  11665. "type": "integer"
  11666. }
  11667. }
  11668. },
  11669. "md.GetActivePointsUserCoinFlowListResp": {
  11670. "type": "object",
  11671. "properties": {
  11672. "list": {
  11673. "description": "流水信息",
  11674. "type": "array",
  11675. "items": {
  11676. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  11677. }
  11678. },
  11679. "paginate": {
  11680. "description": "分页信息",
  11681. "allOf": [
  11682. {
  11683. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11684. }
  11685. ]
  11686. },
  11687. "select_data": {
  11688. "description": "流水类型",
  11689. "allOf": [
  11690. {
  11691. "$ref": "#/definitions/md.SelectData"
  11692. }
  11693. ]
  11694. }
  11695. }
  11696. },
  11697. "md.GetActivePointsUserCoinListReq": {
  11698. "type": "object",
  11699. "properties": {
  11700. "end_coin": {
  11701. "type": "string",
  11702. "example": "最大金额"
  11703. },
  11704. "kind": {
  11705. "description": "虚拟币种类编号",
  11706. "type": "integer"
  11707. },
  11708. "page": {
  11709. "description": "页数",
  11710. "type": "integer"
  11711. },
  11712. "page_size": {
  11713. "description": "单页大小",
  11714. "type": "integer"
  11715. },
  11716. "start_coin": {
  11717. "type": "string",
  11718. "example": "最小金额"
  11719. },
  11720. "uid": {
  11721. "description": "指定查询用户 ID",
  11722. "type": "integer"
  11723. },
  11724. "user_name": {
  11725. "type": "string",
  11726. "example": "用户名称"
  11727. },
  11728. "user_phone": {
  11729. "type": "string",
  11730. "example": "手机号"
  11731. }
  11732. }
  11733. },
  11734. "md.GetActivePointsUserCoinListResp": {
  11735. "type": "object",
  11736. "properties": {
  11737. "kind_list": {
  11738. "description": "货币类型集合",
  11739. "type": "array",
  11740. "items": {
  11741. "$ref": "#/definitions/md.VirtualCoinListNode"
  11742. }
  11743. },
  11744. "list": {
  11745. "description": "余额集合",
  11746. "type": "array",
  11747. "items": {
  11748. "$ref": "#/definitions/md.ActivePointsWalletNode"
  11749. }
  11750. },
  11751. "sum_user_amount": {
  11752. "description": "用户持有总数",
  11753. "type": "number"
  11754. },
  11755. "total": {
  11756. "description": "持有该类型用户数",
  11757. "type": "integer"
  11758. }
  11759. }
  11760. },
  11761. "md.GetBlackListNode": {
  11762. "type": "object",
  11763. "properties": {
  11764. "admin_id": {
  11765. "description": "管理员 id",
  11766. "type": "integer"
  11767. },
  11768. "admin_nickname": {
  11769. "description": "管理员名称",
  11770. "type": "string"
  11771. },
  11772. "black_list_id": {
  11773. "description": "黑名单 id",
  11774. "type": "integer"
  11775. },
  11776. "created_at": {
  11777. "description": "添加时间",
  11778. "type": "string"
  11779. },
  11780. "memo": {
  11781. "description": "备注",
  11782. "type": "string"
  11783. },
  11784. "uid": {
  11785. "description": "用户 id",
  11786. "type": "integer"
  11787. },
  11788. "user_nickname": {
  11789. "description": "用户名称",
  11790. "type": "string"
  11791. }
  11792. }
  11793. },
  11794. "md.GetBlackListResp": {
  11795. "type": "object",
  11796. "properties": {
  11797. "list": {
  11798. "description": "具体信息",
  11799. "type": "array",
  11800. "items": {
  11801. "$ref": "#/definitions/md.GetBlackListNode"
  11802. }
  11803. },
  11804. "paginate": {
  11805. "description": "分页信息",
  11806. "allOf": [
  11807. {
  11808. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  11809. }
  11810. ]
  11811. }
  11812. }
  11813. },
  11814. "md.GetContributionValueBasicSettingResp": {
  11815. "type": "object",
  11816. "properties": {
  11817. "hand_out_red_package": {
  11818. "description": "发红包获得x点",
  11819. "type": "integer"
  11820. },
  11821. "id": {
  11822. "type": "integer"
  11823. },
  11824. "posting_comment_liked": {
  11825. "description": "发布评论被官方点赞获得x点",
  11826. "type": "integer"
  11827. },
  11828. "posting_dynamic_liked": {
  11829. "description": "发布动态被官方点赞获得x点",
  11830. "type": "integer"
  11831. },
  11832. "publish_creation": {
  11833. "description": "发布创作获得x点",
  11834. "type": "integer"
  11835. }
  11836. }
  11837. },
  11838. "md.GetDynamicReq": {
  11839. "type": "object",
  11840. "properties": {
  11841. "begin_at": {
  11842. "description": "开始时间",
  11843. "type": "string"
  11844. },
  11845. "end_at": {
  11846. "description": "结束时间",
  11847. "type": "string"
  11848. },
  11849. "limit": {
  11850. "description": "页面大小",
  11851. "type": "integer"
  11852. },
  11853. "nickname": {
  11854. "description": "创建人名称",
  11855. "type": "string"
  11856. },
  11857. "page": {
  11858. "description": "页数",
  11859. "type": "integer"
  11860. },
  11861. "uid": {
  11862. "description": "创建人id",
  11863. "type": "string"
  11864. }
  11865. }
  11866. },
  11867. "md.GetDynamicResp": {
  11868. "type": "object",
  11869. "properties": {
  11870. "list": {
  11871. "type": "array",
  11872. "items": {
  11873. "$ref": "#/definitions/md.DynamicRespNode"
  11874. }
  11875. },
  11876. "paginate": {
  11877. "description": "分页信息",
  11878. "allOf": [
  11879. {
  11880. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  11881. }
  11882. ]
  11883. }
  11884. }
  11885. },
  11886. "md.GetEggCoreDataListResp": {
  11887. "type": "object",
  11888. "properties": {
  11889. "now_energy_total_nums": {
  11890. "description": "现行总量",
  11891. "type": "string",
  11892. "example": "现行总量"
  11893. },
  11894. "now_price": {
  11895. "description": "当前价格",
  11896. "type": "string",
  11897. "example": "当前价格"
  11898. },
  11899. "planet_total_value": {
  11900. "description": "星球价值",
  11901. "type": "string",
  11902. "example": "星球价值"
  11903. },
  11904. "user_hold_total_nums": {
  11905. "description": "用户持有总量",
  11906. "type": "string"
  11907. }
  11908. }
  11909. },
  11910. "md.GetEggEnergyBasicResp": {
  11911. "type": "object",
  11912. "properties": {
  11913. "basic_setting": {
  11914. "description": "基础设置",
  11915. "allOf": [
  11916. {
  11917. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  11918. }
  11919. ]
  11920. },
  11921. "data_setting": {
  11922. "description": "数据设置",
  11923. "allOf": [
  11924. {
  11925. "$ref": "#/definitions/md.DataSetting"
  11926. }
  11927. ]
  11928. },
  11929. "destruction_setting": {
  11930. "description": "销毁设置",
  11931. "allOf": [
  11932. {
  11933. "$ref": "#/definitions/md.DestructionSettingStruct"
  11934. }
  11935. ]
  11936. },
  11937. "exchange_rules": {
  11938. "description": "兑换规则",
  11939. "allOf": [
  11940. {
  11941. "$ref": "#/definitions/md.ExchangeRulesStruct"
  11942. }
  11943. ]
  11944. },
  11945. "new_user_incentive_rules": {
  11946. "description": "新用户奖励规则",
  11947. "allOf": [
  11948. {
  11949. "$ref": "#/definitions/md.NewUserRewardRules"
  11950. }
  11951. ]
  11952. },
  11953. "price_setting": {
  11954. "description": "价格设置",
  11955. "allOf": [
  11956. {
  11957. "$ref": "#/definitions/md.PriceSettingStruct"
  11958. }
  11959. ]
  11960. },
  11961. "reward_system": {
  11962. "description": "圈层奖励",
  11963. "type": "array",
  11964. "items": {
  11965. "$ref": "#/definitions/md.RewardSystemStruct"
  11966. }
  11967. },
  11968. "system_id": {
  11969. "description": "该设置系统 ID",
  11970. "type": "integer"
  11971. },
  11972. "video_reward_setting": {
  11973. "description": "视频奖励",
  11974. "allOf": [
  11975. {
  11976. "$ref": "#/definitions/md.VideoRewardSetting"
  11977. }
  11978. ]
  11979. }
  11980. }
  11981. },
  11982. "md.GetEggEnergyVipSettingResp": {
  11983. "type": "object",
  11984. "properties": {
  11985. "level_list": {
  11986. "description": "会员等级列表",
  11987. "type": "array",
  11988. "items": {
  11989. "type": "object",
  11990. "additionalProperties": true
  11991. }
  11992. },
  11993. "list": {
  11994. "description": "会员权益设置",
  11995. "type": "array",
  11996. "items": {
  11997. "$ref": "#/definitions/md.VipEquitySettingNode"
  11998. }
  11999. }
  12000. }
  12001. },
  12002. "md.GetFreePublishUserReq": {
  12003. "type": "object",
  12004. "properties": {
  12005. "limit": {
  12006. "description": "每页大小",
  12007. "type": "integer"
  12008. },
  12009. "page": {
  12010. "description": "当前页数",
  12011. "type": "integer"
  12012. },
  12013. "uid": {
  12014. "description": "筛选的用户 ID",
  12015. "type": "integer"
  12016. }
  12017. }
  12018. },
  12019. "md.GetFreePublishUserResp": {
  12020. "type": "object",
  12021. "properties": {
  12022. "list": {
  12023. "description": "免罚用户列表",
  12024. "type": "array",
  12025. "items": {
  12026. "$ref": "#/definitions/md.FreePublishUserNode"
  12027. }
  12028. },
  12029. "paginate": {
  12030. "description": "分页信息",
  12031. "allOf": [
  12032. {
  12033. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12034. }
  12035. ]
  12036. }
  12037. }
  12038. },
  12039. "md.GetFriendCircleBasicSettingsResp": {
  12040. "type": "object",
  12041. "properties": {
  12042. "comment_is_real_name": {
  12043. "description": "评论是否需要实名认证(1:是 2:否)",
  12044. "type": "integer"
  12045. },
  12046. "comment_nums_every_day": {
  12047. "description": "评论每天次数",
  12048. "type": "integer"
  12049. },
  12050. "id": {
  12051. "type": "integer"
  12052. },
  12053. "publish_is_real_name": {
  12054. "description": "发布是否需要实名认证(1:是 2:否)",
  12055. "type": "integer"
  12056. },
  12057. "publish_nums_every_day": {
  12058. "description": "发布每天次数",
  12059. "type": "integer"
  12060. }
  12061. }
  12062. },
  12063. "md.GetFundDataListReq": {
  12064. "type": "object",
  12065. "properties": {
  12066. "end_at": {
  12067. "type": "string",
  12068. "example": "结束时间"
  12069. },
  12070. "kind": {
  12071. "description": "数据类型",
  12072. "type": "integer"
  12073. },
  12074. "limit": {
  12075. "description": "每页大小",
  12076. "type": "integer"
  12077. },
  12078. "page": {
  12079. "description": "页数",
  12080. "type": "integer"
  12081. },
  12082. "start_at": {
  12083. "type": "string",
  12084. "example": "开始时间"
  12085. }
  12086. }
  12087. },
  12088. "md.GetFundDataListResp": {
  12089. "type": "object",
  12090. "properties": {
  12091. "kind_list": {
  12092. "description": "类型列表",
  12093. "type": "array",
  12094. "items": {
  12095. "type": "object",
  12096. "additionalProperties": true
  12097. }
  12098. },
  12099. "list": {
  12100. "description": "数据列表",
  12101. "type": "array",
  12102. "items": {
  12103. "$ref": "#/definitions/md.FundDataNode"
  12104. }
  12105. },
  12106. "paginate": {
  12107. "description": "分页数据",
  12108. "allOf": [
  12109. {
  12110. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12111. }
  12112. ]
  12113. }
  12114. }
  12115. },
  12116. "md.GetFundDataRecordListReq": {
  12117. "type": "object",
  12118. "properties": {
  12119. "limit": {
  12120. "description": "页面大小",
  12121. "type": "integer"
  12122. },
  12123. "page": {
  12124. "description": "页数",
  12125. "type": "integer"
  12126. },
  12127. "system_id": {
  12128. "description": "数据在系统中的 ID",
  12129. "type": "integer"
  12130. }
  12131. }
  12132. },
  12133. "md.GetFundDataRecordListResp": {
  12134. "type": "object",
  12135. "properties": {
  12136. "list": {
  12137. "type": "array",
  12138. "items": {
  12139. "$ref": "#/definitions/md.FundDataRecordNode"
  12140. }
  12141. },
  12142. "paginate": {
  12143. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12144. }
  12145. }
  12146. },
  12147. "md.GetGreenEnergyUserCoinFlowListReq": {
  12148. "type": "object",
  12149. "properties": {
  12150. "coin_id": {
  12151. "description": "货币类型 ID",
  12152. "type": "integer"
  12153. },
  12154. "direction": {
  12155. "description": "流水方向:1收入 2支出",
  12156. "type": "integer"
  12157. },
  12158. "end_at": {
  12159. "description": "结束时间",
  12160. "type": "string"
  12161. },
  12162. "page": {
  12163. "description": "页数",
  12164. "type": "integer"
  12165. },
  12166. "page_size": {
  12167. "description": "每页大小",
  12168. "type": "integer"
  12169. },
  12170. "start_at": {
  12171. "description": "开始时间",
  12172. "type": "string"
  12173. },
  12174. "uid": {
  12175. "description": "用户 ID",
  12176. "type": "integer"
  12177. }
  12178. }
  12179. },
  12180. "md.GetGreenEnergyUserCoinFlowListResp": {
  12181. "type": "object",
  12182. "properties": {
  12183. "list": {
  12184. "description": "流水信息",
  12185. "type": "array",
  12186. "items": {
  12187. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12188. }
  12189. },
  12190. "paginate": {
  12191. "description": "分页信息",
  12192. "allOf": [
  12193. {
  12194. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12195. }
  12196. ]
  12197. },
  12198. "select_data": {
  12199. "description": "流水类型",
  12200. "allOf": [
  12201. {
  12202. "$ref": "#/definitions/md.SelectData"
  12203. }
  12204. ]
  12205. }
  12206. }
  12207. },
  12208. "md.GetGreenEnergyUserCoinListReq": {
  12209. "type": "object",
  12210. "properties": {
  12211. "end_coin": {
  12212. "type": "string",
  12213. "example": "最大金额"
  12214. },
  12215. "kind": {
  12216. "description": "虚拟币种类编号",
  12217. "type": "integer"
  12218. },
  12219. "page": {
  12220. "description": "页数",
  12221. "type": "integer"
  12222. },
  12223. "page_size": {
  12224. "description": "单页大小",
  12225. "type": "integer"
  12226. },
  12227. "start_coin": {
  12228. "type": "string",
  12229. "example": "最小金额"
  12230. },
  12231. "uid": {
  12232. "description": "指定查询用户 ID",
  12233. "type": "integer"
  12234. },
  12235. "user_name": {
  12236. "type": "string",
  12237. "example": "用户名称"
  12238. },
  12239. "user_phone": {
  12240. "type": "string",
  12241. "example": "手机号"
  12242. }
  12243. }
  12244. },
  12245. "md.GetGreenEnergyUserCoinListResp": {
  12246. "type": "object",
  12247. "properties": {
  12248. "kind_list": {
  12249. "description": "货币类型集合",
  12250. "type": "array",
  12251. "items": {
  12252. "$ref": "#/definitions/md.VirtualCoinListNode"
  12253. }
  12254. },
  12255. "list": {
  12256. "description": "余额集合",
  12257. "type": "array",
  12258. "items": {
  12259. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12260. }
  12261. },
  12262. "sum_user_amount": {
  12263. "description": "用户持有总数",
  12264. "type": "number"
  12265. },
  12266. "total": {
  12267. "description": "持有该类型用户数",
  12268. "type": "integer"
  12269. }
  12270. }
  12271. },
  12272. "md.GetLevelListResp": {
  12273. "type": "object",
  12274. "properties": {
  12275. "list": {
  12276. "type": "array",
  12277. "items": {
  12278. "$ref": "#/definitions/md.LevelListNode"
  12279. }
  12280. },
  12281. "paginate": {
  12282. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12283. }
  12284. }
  12285. },
  12286. "md.GetModuleSettingResp": {
  12287. "type": "object",
  12288. "properties": {
  12289. "data": {
  12290. "description": "内容"
  12291. },
  12292. "mod_name": {
  12293. "description": "模块名称",
  12294. "type": "string"
  12295. },
  12296. "position": {
  12297. "description": "位置",
  12298. "type": "string"
  12299. },
  12300. "skip_identifier": {
  12301. "description": "跳转标识",
  12302. "type": "string"
  12303. },
  12304. "subtitle": {
  12305. "description": "副标题",
  12306. "type": "string"
  12307. },
  12308. "title": {
  12309. "description": "标题",
  12310. "type": "string"
  12311. }
  12312. }
  12313. },
  12314. "md.GetOneLevelResp": {
  12315. "type": "object",
  12316. "properties": {
  12317. "auto_update": {
  12318. "description": "自动升级 0关闭,1开启",
  12319. "type": "integer"
  12320. },
  12321. "choosable_num": {
  12322. "description": "可选任务数量",
  12323. "type": "integer"
  12324. },
  12325. "is_use": {
  12326. "description": "是否开启(0.否, 1.是)",
  12327. "type": "integer"
  12328. },
  12329. "level_id": {
  12330. "description": "等级 ID",
  12331. "type": "integer"
  12332. },
  12333. "level_name": {
  12334. "description": "等级名称",
  12335. "type": "string"
  12336. },
  12337. "level_weight": {
  12338. "description": "等级权重",
  12339. "type": "integer"
  12340. },
  12341. "memo": {
  12342. "description": "备注",
  12343. "type": "string"
  12344. },
  12345. "task_type": {
  12346. "description": "任务类型关系",
  12347. "type": "array",
  12348. "items": {
  12349. "type": "object",
  12350. "additionalProperties": true
  12351. }
  12352. },
  12353. "user_level_tasks": {
  12354. "type": "array",
  12355. "items": {
  12356. "$ref": "#/definitions/model.UserLevelTask"
  12357. }
  12358. }
  12359. }
  12360. },
  12361. "md.GetPriceCurveResp": {
  12362. "type": "object",
  12363. "properties": {
  12364. "x_data": {
  12365. "type": "array",
  12366. "items": {}
  12367. },
  12368. "y_data": {
  12369. "type": "array",
  12370. "items": {}
  12371. }
  12372. }
  12373. },
  12374. "md.GetPublicPlatoonBasicResp": {
  12375. "type": "object",
  12376. "properties": {
  12377. "is_open": {
  12378. "description": "是否开启(1:开启 0:关闭)",
  12379. "type": "integer"
  12380. },
  12381. "is_self_active_get_team_revenue": {
  12382. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12383. "type": "integer"
  12384. },
  12385. "originator_name": {
  12386. "description": "创始人名称",
  12387. "type": "string"
  12388. },
  12389. "originator_uid": {
  12390. "description": "创始人uid",
  12391. "type": "integer"
  12392. },
  12393. "several_rows": {
  12394. "description": "几排",
  12395. "type": "integer"
  12396. },
  12397. "several_times": {
  12398. "description": "几乘",
  12399. "type": "integer"
  12400. },
  12401. "system_punish_replace": {
  12402. "description": "是否位置滑落 被新用户替换 0否 1是",
  12403. "type": "integer"
  12404. },
  12405. "system_punish_replace_value": {
  12406. "description": "xx天未活跃,处罚滑落",
  12407. "type": "integer"
  12408. }
  12409. }
  12410. },
  12411. "md.GetTagListResp": {
  12412. "type": "object",
  12413. "properties": {
  12414. "list": {
  12415. "type": "array",
  12416. "items": {
  12417. "$ref": "#/definitions/md.TagListNode"
  12418. }
  12419. },
  12420. "paginate": {
  12421. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12422. }
  12423. }
  12424. },
  12425. "md.GetVideoRewardResp": {
  12426. "type": "object",
  12427. "properties": {
  12428. "ecpm": {
  12429. "description": "当前 Ecpm 值",
  12430. "type": "string"
  12431. },
  12432. "unit_price": {
  12433. "description": "单价",
  12434. "type": "string"
  12435. }
  12436. }
  12437. },
  12438. "md.GetWithdrawApplyListNode": {
  12439. "type": "object",
  12440. "properties": {
  12441. "actual_receipt": {
  12442. "description": "实际到账",
  12443. "type": "string"
  12444. },
  12445. "ali_pay_account": {
  12446. "description": "支付宝账号",
  12447. "type": "string"
  12448. },
  12449. "ali_pay_name": {
  12450. "description": "支付宝昵称",
  12451. "type": "string"
  12452. },
  12453. "amount": {
  12454. "description": "提现金额",
  12455. "type": "string"
  12456. },
  12457. "apply_at": {
  12458. "description": "申请时间",
  12459. "type": "string"
  12460. },
  12461. "invite_code": {
  12462. "description": "邀请码",
  12463. "type": "string"
  12464. },
  12465. "memo": {
  12466. "description": "备注",
  12467. "type": "string"
  12468. },
  12469. "nickname": {
  12470. "description": "用户名称",
  12471. "type": "string"
  12472. },
  12473. "parentID": {
  12474. "description": "推荐人ID",
  12475. "type": "integer"
  12476. },
  12477. "parentPhone": {
  12478. "description": "推荐人手机号",
  12479. "type": "string"
  12480. },
  12481. "pay_at": {
  12482. "description": "到账时间",
  12483. "type": "string"
  12484. },
  12485. "state": {
  12486. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12487. "type": "integer"
  12488. },
  12489. "sys_fee": {
  12490. "description": "手续费",
  12491. "type": "string"
  12492. },
  12493. "tag": {
  12494. "description": "标签",
  12495. "type": "array",
  12496. "items": {
  12497. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  12498. }
  12499. },
  12500. "user_id": {
  12501. "description": "会员 ID",
  12502. "type": "integer"
  12503. },
  12504. "wechat_pay_account": {
  12505. "description": "微信账号",
  12506. "type": "string"
  12507. },
  12508. "wechat_pay_name": {
  12509. "description": "微信昵称",
  12510. "type": "string"
  12511. },
  12512. "withdraw_apply_id": {
  12513. "description": "提现申请id",
  12514. "type": "integer"
  12515. },
  12516. "withdraw_type": {
  12517. "description": "转账平台(1:支付宝 2:微信)",
  12518. "type": "integer"
  12519. }
  12520. }
  12521. },
  12522. "md.GetWithdrawApplyListReq": {
  12523. "type": "object",
  12524. "properties": {
  12525. "amount_begin": {
  12526. "description": "最小金额",
  12527. "type": "string"
  12528. },
  12529. "amount_end": {
  12530. "description": "最大金额",
  12531. "type": "string"
  12532. },
  12533. "apply_end_at": {
  12534. "description": "申请结束时间",
  12535. "type": "string"
  12536. },
  12537. "apply_start_at": {
  12538. "description": "申请开始时间",
  12539. "type": "string"
  12540. },
  12541. "examine_end_at": {
  12542. "description": "审核结束时间",
  12543. "type": "string"
  12544. },
  12545. "examine_start_at": {
  12546. "description": "审核开始时间",
  12547. "type": "string"
  12548. },
  12549. "is_first": {
  12550. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  12551. "type": "string"
  12552. },
  12553. "level": {
  12554. "description": "会员等级",
  12555. "type": "string"
  12556. },
  12557. "limit": {
  12558. "description": "页面大小",
  12559. "type": "integer"
  12560. },
  12561. "nickname": {
  12562. "description": "用户昵称",
  12563. "type": "string"
  12564. },
  12565. "page": {
  12566. "description": "页数",
  12567. "type": "integer"
  12568. },
  12569. "parent_id": {
  12570. "description": "推荐人 ID",
  12571. "type": "string"
  12572. },
  12573. "payment_type": {
  12574. "description": "打款类型 1:手动;2:自动",
  12575. "type": "string"
  12576. },
  12577. "phone": {
  12578. "description": "用户手机号",
  12579. "type": "string"
  12580. },
  12581. "state": {
  12582. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12583. "type": "string"
  12584. },
  12585. "uid": {
  12586. "description": "用户 ID",
  12587. "type": "string"
  12588. },
  12589. "withdraw_account": {
  12590. "description": "支付宝/微信昵称",
  12591. "type": "string"
  12592. },
  12593. "withdraw_name": {
  12594. "description": "支付宝姓名",
  12595. "type": "string"
  12596. },
  12597. "withdraw_type": {
  12598. "description": "提现方式(1:支付宝 2:微信)",
  12599. "type": "string"
  12600. }
  12601. }
  12602. },
  12603. "md.GetWithdrawApplyListResp": {
  12604. "type": "object",
  12605. "properties": {
  12606. "levels_list": {
  12607. "description": "等级列表",
  12608. "type": "array",
  12609. "items": {
  12610. "type": "object",
  12611. "additionalProperties": true
  12612. }
  12613. },
  12614. "list": {
  12615. "type": "array",
  12616. "items": {
  12617. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  12618. }
  12619. },
  12620. "paginate": {
  12621. "description": "分页信息",
  12622. "allOf": [
  12623. {
  12624. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  12625. }
  12626. ]
  12627. },
  12628. "pay_failed_amount": {
  12629. "description": "打款失败金额",
  12630. "type": "string"
  12631. },
  12632. "pay_succeed_amount": {
  12633. "description": "打款成功金额",
  12634. "type": "string"
  12635. },
  12636. "pending_amount": {
  12637. "description": "处理中金额",
  12638. "type": "string"
  12639. },
  12640. "reason_list": {
  12641. "description": "审核失败(驳回理由)",
  12642. "type": "array",
  12643. "items": {
  12644. "type": "object",
  12645. "additionalProperties": true
  12646. }
  12647. },
  12648. "tags_list": {
  12649. "description": "标签列表",
  12650. "type": "array",
  12651. "items": {
  12652. "type": "object",
  12653. "additionalProperties": true
  12654. }
  12655. },
  12656. "under_review": {
  12657. "description": "审核中金额",
  12658. "type": "string"
  12659. }
  12660. }
  12661. },
  12662. "md.GetWithdrawSettingResp": {
  12663. "type": "object",
  12664. "properties": {
  12665. "condition_is_open": {
  12666. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12667. "type": "integer"
  12668. },
  12669. "first_withdraw_set": {
  12670. "description": "首次提现设置",
  12671. "allOf": [
  12672. {
  12673. "$ref": "#/definitions/md.FirstWithdrawSet"
  12674. }
  12675. ]
  12676. },
  12677. "frequency_set": {
  12678. "description": "频率设置(0:日 1:周 2:月 3:年)",
  12679. "allOf": [
  12680. {
  12681. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12682. }
  12683. ]
  12684. },
  12685. "id": {
  12686. "type": "integer"
  12687. },
  12688. "is_auto": {
  12689. "description": "是否开启自动提现(0:否 1:是)",
  12690. "type": "integer"
  12691. },
  12692. "is_auto_amount_limit": {
  12693. "description": "自动提现金额限制",
  12694. "type": "string"
  12695. },
  12696. "is_real_name": {
  12697. "description": "是否实名(0:否 1:是)",
  12698. "type": "integer"
  12699. },
  12700. "is_support_decimal_point": {
  12701. "description": "是否支持小数点(0:否 1:是)",
  12702. "type": "integer"
  12703. },
  12704. "level_list": {
  12705. "description": "会员等级列表",
  12706. "type": "array",
  12707. "items": {
  12708. "type": "object",
  12709. "additionalProperties": true
  12710. }
  12711. },
  12712. "pending_orders_is_can_apply": {
  12713. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12714. "type": "integer"
  12715. },
  12716. "tips": {
  12717. "description": "提示",
  12718. "type": "string"
  12719. },
  12720. "vip_level_limit": {
  12721. "description": "提现等级限制",
  12722. "type": "integer"
  12723. },
  12724. "withdraw_amount_limit": {
  12725. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12726. "type": "string"
  12727. },
  12728. "withdraw_fee_set": {
  12729. "description": "提现手续费设置",
  12730. "allOf": [
  12731. {
  12732. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12733. }
  12734. ]
  12735. },
  12736. "withdraw_multiple_limit": {
  12737. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12738. "type": "string"
  12739. },
  12740. "withdraw_nums_limit": {
  12741. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12742. "type": "integer"
  12743. },
  12744. "withdraw_time_interval": {
  12745. "description": "提现时段",
  12746. "allOf": [
  12747. {
  12748. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12749. }
  12750. ]
  12751. },
  12752. "withdraw_type": {
  12753. "description": "提现方式(1:支付宝 2:微信)",
  12754. "type": "integer"
  12755. }
  12756. }
  12757. },
  12758. "md.GroupListReq": {
  12759. "type": "object",
  12760. "properties": {
  12761. "group_admin": {
  12762. "description": "群主",
  12763. "type": "string"
  12764. },
  12765. "name": {
  12766. "description": "群名称",
  12767. "type": "string"
  12768. },
  12769. "page": {
  12770. "type": "integer"
  12771. },
  12772. "page_size": {
  12773. "type": "integer"
  12774. },
  12775. "start_time_end": {
  12776. "type": "string",
  12777. "example": "创建时间-截止"
  12778. },
  12779. "start_time_start": {
  12780. "type": "string",
  12781. "example": "创建时间-起始"
  12782. }
  12783. }
  12784. },
  12785. "md.GroupListResp": {
  12786. "type": "object",
  12787. "properties": {
  12788. "list": {
  12789. "type": "array",
  12790. "items": {
  12791. "type": "object",
  12792. "properties": {
  12793. "avatarUrl": {
  12794. "description": "头像",
  12795. "type": "string"
  12796. },
  12797. "createTime": {
  12798. "description": "创建时间",
  12799. "type": "string"
  12800. },
  12801. "extra": {
  12802. "description": "附加字段",
  12803. "type": "string"
  12804. },
  12805. "id": {
  12806. "description": "群组id",
  12807. "type": "integer"
  12808. },
  12809. "introduction": {
  12810. "description": "群简介",
  12811. "type": "string"
  12812. },
  12813. "isAllAddFriend": {
  12814. "description": "是否允许加好友(1:是 2:否)",
  12815. "type": "integer"
  12816. },
  12817. "isAllMemberBanned": {
  12818. "description": "是否全员禁言(1:是 2:否)",
  12819. "type": "integer"
  12820. },
  12821. "name": {
  12822. "description": "组名",
  12823. "type": "string"
  12824. },
  12825. "nickname": {
  12826. "description": "群主昵称",
  12827. "type": "string"
  12828. },
  12829. "phoneNumber": {
  12830. "description": "群主账号",
  12831. "type": "string"
  12832. },
  12833. "updateTime": {
  12834. "description": "更新时间",
  12835. "type": "string"
  12836. },
  12837. "userNum": {
  12838. "description": "群组人数",
  12839. "type": "integer"
  12840. }
  12841. }
  12842. }
  12843. },
  12844. "page": {
  12845. "type": "integer"
  12846. },
  12847. "page_size": {
  12848. "type": "integer"
  12849. },
  12850. "total": {
  12851. "type": "integer"
  12852. }
  12853. }
  12854. },
  12855. "md.Guide": {
  12856. "type": "object",
  12857. "properties": {
  12858. "bg_image": {
  12859. "type": "string"
  12860. },
  12861. "bg_image_url": {
  12862. "type": "string"
  12863. },
  12864. "content_image": {
  12865. "type": "string"
  12866. },
  12867. "content_image_url": {
  12868. "type": "string"
  12869. }
  12870. }
  12871. },
  12872. "md.JPushGetLevelListResp": {
  12873. "type": "object",
  12874. "properties": {
  12875. "list": {
  12876. "type": "array",
  12877. "items": {
  12878. "$ref": "#/definitions/md.LevelListNode"
  12879. }
  12880. },
  12881. "paginate": {
  12882. "$ref": "#/definitions/applet_app_md.Paginate"
  12883. }
  12884. }
  12885. },
  12886. "md.JPushGetTagListResp": {
  12887. "type": "object",
  12888. "properties": {
  12889. "list": {
  12890. "type": "array",
  12891. "items": {
  12892. "$ref": "#/definitions/md.TagListNode"
  12893. }
  12894. },
  12895. "paginate": {
  12896. "$ref": "#/definitions/applet_app_md.Paginate"
  12897. }
  12898. }
  12899. },
  12900. "md.JPushGetUserListReq": {
  12901. "type": "object",
  12902. "properties": {
  12903. "effective": {
  12904. "description": "有效会员",
  12905. "type": "integer"
  12906. },
  12907. "id": {
  12908. "description": "会员 ID",
  12909. "type": "integer"
  12910. },
  12911. "invite_code": {
  12912. "type": "string",
  12913. "example": "会员邀请码"
  12914. },
  12915. "is_real_name": {
  12916. "description": "是否实名 0.未实名,1.已实名",
  12917. "type": "integer"
  12918. },
  12919. "level": {
  12920. "description": "会员等级",
  12921. "type": "integer"
  12922. },
  12923. "limit": {
  12924. "type": "integer"
  12925. },
  12926. "login_after": {
  12927. "description": "最近登录结束时间",
  12928. "type": "string"
  12929. },
  12930. "login_before": {
  12931. "description": "最近登录开始时间",
  12932. "type": "string"
  12933. },
  12934. "memo": {
  12935. "description": "备注",
  12936. "type": "string"
  12937. },
  12938. "nickname": {
  12939. "type": "string",
  12940. "example": "会员昵称"
  12941. },
  12942. "page": {
  12943. "type": "integer"
  12944. },
  12945. "parent_invite_code": {
  12946. "type": "string",
  12947. "example": "上级邀请码"
  12948. },
  12949. "parent_phone": {
  12950. "type": "string",
  12951. "example": "上级手机号"
  12952. },
  12953. "phone": {
  12954. "type": "string",
  12955. "example": "会员手机号"
  12956. },
  12957. "recommend_id": {
  12958. "description": "推荐人 ID",
  12959. "type": "integer"
  12960. },
  12961. "register_after": {
  12962. "description": "注册时间终点",
  12963. "type": "string"
  12964. },
  12965. "register_before": {
  12966. "description": "注册时间起点",
  12967. "type": "string"
  12968. },
  12969. "register_type": {
  12970. "description": "注册类型(1:APP注册、2:H5注册)",
  12971. "type": "integer"
  12972. },
  12973. "sex": {
  12974. "description": "性别(0:未知 1:男 2:女)",
  12975. "type": "integer"
  12976. },
  12977. "state": {
  12978. "description": "状态",
  12979. "type": "integer"
  12980. },
  12981. "tag": {
  12982. "description": "标签 id",
  12983. "type": "integer"
  12984. },
  12985. "union_id": {
  12986. "type": "string",
  12987. "example": "微信号"
  12988. }
  12989. }
  12990. },
  12991. "md.LevelListNode": {
  12992. "type": "object",
  12993. "properties": {
  12994. "count": {
  12995. "description": "等级人数",
  12996. "type": "string"
  12997. },
  12998. "create_at": {
  12999. "description": "创建时间",
  13000. "type": "string"
  13001. },
  13002. "is_use": {
  13003. "description": "是否开启(0.否, 1.是)",
  13004. "type": "integer"
  13005. },
  13006. "level_id": {
  13007. "description": "等级 ID",
  13008. "type": "integer"
  13009. },
  13010. "level_name": {
  13011. "description": "等级名称",
  13012. "type": "string"
  13013. },
  13014. "level_weight": {
  13015. "description": "等级权重",
  13016. "type": "integer"
  13017. },
  13018. "memo": {
  13019. "description": "备注",
  13020. "type": "string"
  13021. }
  13022. }
  13023. },
  13024. "md.LevelTaskNode": {
  13025. "type": "object",
  13026. "properties": {
  13027. "active_days": {
  13028. "description": "活跃多少天",
  13029. "type": "string"
  13030. },
  13031. "finish_count": {
  13032. "description": "多少天内完成的指标",
  13033. "type": "string"
  13034. },
  13035. "is_must_task": {
  13036. "description": "是否必做(0,1)",
  13037. "type": "string"
  13038. },
  13039. "task_type": {
  13040. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  13041. "type": "string"
  13042. },
  13043. "task_type_level_id": {
  13044. "description": "会员等级 ID (task_type=3时生效)",
  13045. "type": "string"
  13046. },
  13047. "within_days": {
  13048. "description": "多少天内完成",
  13049. "type": "string"
  13050. }
  13051. }
  13052. },
  13053. "md.ListCommunityDividendsReq": {
  13054. "type": "object",
  13055. "properties": {
  13056. "end_at": {
  13057. "description": "结束时间",
  13058. "type": "string"
  13059. },
  13060. "end_nums": {
  13061. "description": "分红总量上限",
  13062. "type": "integer"
  13063. },
  13064. "limit": {
  13065. "description": "每页大小",
  13066. "type": "integer"
  13067. },
  13068. "page": {
  13069. "description": "页数",
  13070. "type": "integer"
  13071. },
  13072. "start_at": {
  13073. "description": "开始时间",
  13074. "type": "string"
  13075. },
  13076. "start_nums": {
  13077. "description": "分红总量下限",
  13078. "type": "integer"
  13079. }
  13080. }
  13081. },
  13082. "md.ListCommunityDividendsResp": {
  13083. "type": "object",
  13084. "properties": {
  13085. "list": {
  13086. "type": "array",
  13087. "items": {
  13088. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  13089. }
  13090. },
  13091. "paginate": {
  13092. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13093. }
  13094. }
  13095. },
  13096. "md.ListCommunityDividendsWithUserReq": {
  13097. "type": "object",
  13098. "properties": {
  13099. "limit": {
  13100. "type": "integer"
  13101. },
  13102. "page": {
  13103. "type": "integer"
  13104. },
  13105. "phone": {
  13106. "type": "string"
  13107. },
  13108. "uid": {
  13109. "type": "integer"
  13110. }
  13111. }
  13112. },
  13113. "md.ListCommunityDividendsWithUserResp": {
  13114. "type": "object",
  13115. "properties": {
  13116. "list": {
  13117. "type": "array",
  13118. "items": {
  13119. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  13120. }
  13121. },
  13122. "paginate": {
  13123. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13124. }
  13125. }
  13126. },
  13127. "md.ListPlatformRevenueReq": {
  13128. "type": "object",
  13129. "properties": {
  13130. "end_at": {
  13131. "type": "string",
  13132. "example": "结束时间"
  13133. },
  13134. "kind": {
  13135. "description": "数据类型",
  13136. "type": "integer"
  13137. },
  13138. "limit": {
  13139. "description": "每页大小",
  13140. "type": "integer"
  13141. },
  13142. "page": {
  13143. "description": "页数",
  13144. "type": "integer"
  13145. },
  13146. "start_at": {
  13147. "type": "string",
  13148. "example": "开始时间"
  13149. }
  13150. }
  13151. },
  13152. "md.ListPlatformRevenueResp": {
  13153. "type": "object",
  13154. "properties": {
  13155. "kind_list": {
  13156. "description": "类型列表",
  13157. "type": "array",
  13158. "items": {
  13159. "type": "object",
  13160. "additionalProperties": true
  13161. }
  13162. },
  13163. "list": {
  13164. "description": "数据列表",
  13165. "type": "array",
  13166. "items": {
  13167. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  13168. }
  13169. },
  13170. "paginate": {
  13171. "description": "分页数据",
  13172. "allOf": [
  13173. {
  13174. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13175. }
  13176. ]
  13177. }
  13178. }
  13179. },
  13180. "md.LoginReq": {
  13181. "type": "object",
  13182. "required": [
  13183. "password",
  13184. "username"
  13185. ],
  13186. "properties": {
  13187. "code": {
  13188. "type": "string",
  13189. "example": "验证码"
  13190. },
  13191. "password": {
  13192. "type": "string",
  13193. "example": "登录密码"
  13194. },
  13195. "username": {
  13196. "type": "string",
  13197. "example": "登录账号"
  13198. }
  13199. }
  13200. },
  13201. "md.LoginResponse": {
  13202. "type": "object",
  13203. "properties": {
  13204. "token": {
  13205. "type": "string"
  13206. }
  13207. }
  13208. },
  13209. "md.ManualScoreReq": {
  13210. "type": "object",
  13211. "properties": {
  13212. "index_id": {
  13213. "description": "文档id",
  13214. "type": "string"
  13215. },
  13216. "score": {
  13217. "type": "string",
  13218. "example": "分数"
  13219. }
  13220. }
  13221. },
  13222. "md.ModuleSettingGetResp": {
  13223. "type": "object",
  13224. "properties": {
  13225. "data": {
  13226. "description": "内容"
  13227. },
  13228. "mod_name": {
  13229. "description": "模块名称",
  13230. "type": "string"
  13231. },
  13232. "mod_name_list": {
  13233. "description": "模块名称对照",
  13234. "type": "array",
  13235. "items": {
  13236. "type": "object",
  13237. "additionalProperties": true
  13238. }
  13239. },
  13240. "position": {
  13241. "description": "位置",
  13242. "type": "string"
  13243. },
  13244. "skip_identifier": {
  13245. "description": "跳转标识",
  13246. "type": "string"
  13247. },
  13248. "subtitle": {
  13249. "description": "副标题",
  13250. "type": "string"
  13251. },
  13252. "title": {
  13253. "description": "标题",
  13254. "type": "string"
  13255. }
  13256. }
  13257. },
  13258. "md.ModuleSettingUpdateReq": {
  13259. "type": "object",
  13260. "properties": {
  13261. "data": {
  13262. "description": "内容",
  13263. "type": "object",
  13264. "additionalProperties": true
  13265. },
  13266. "mod_name_value": {
  13267. "description": "模块类型值",
  13268. "type": "string"
  13269. },
  13270. "position": {
  13271. "description": "位置",
  13272. "type": "string"
  13273. },
  13274. "skip_identifier": {
  13275. "description": "跳转标识",
  13276. "type": "string"
  13277. },
  13278. "subtitle": {
  13279. "description": "副标题",
  13280. "type": "string"
  13281. },
  13282. "title": {
  13283. "description": "标题",
  13284. "type": "string"
  13285. }
  13286. }
  13287. },
  13288. "md.NewUserRedPackageGetBasicResp": {
  13289. "type": "object",
  13290. "properties": {
  13291. "create_at": {
  13292. "type": "string"
  13293. },
  13294. "days": {
  13295. "description": "天数",
  13296. "type": "integer"
  13297. },
  13298. "is_double": {
  13299. "description": "是否翻倍",
  13300. "type": "integer"
  13301. },
  13302. "is_open": {
  13303. "description": "是否开启(1:开启 0:关闭)",
  13304. "type": "integer"
  13305. },
  13306. "total_amount": {
  13307. "type": "string",
  13308. "example": "总金额"
  13309. },
  13310. "update_at": {
  13311. "type": "string"
  13312. }
  13313. }
  13314. },
  13315. "md.NewUserRedPackageRecordFlowListReq": {
  13316. "type": "object",
  13317. "properties": {
  13318. "end_at": {
  13319. "description": "结束时间",
  13320. "type": "string"
  13321. },
  13322. "limit": {
  13323. "description": "每页大小",
  13324. "type": "integer"
  13325. },
  13326. "page": {
  13327. "description": "页数",
  13328. "type": "integer"
  13329. },
  13330. "start_at": {
  13331. "description": "开始时间",
  13332. "type": "string"
  13333. },
  13334. "uid": {
  13335. "description": "用户 ID",
  13336. "type": "integer"
  13337. }
  13338. }
  13339. },
  13340. "md.NewUserRedPackageRecordFlowListResp": {
  13341. "type": "object",
  13342. "properties": {
  13343. "list": {
  13344. "type": "array",
  13345. "items": {
  13346. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  13347. }
  13348. },
  13349. "paginate": {
  13350. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13351. }
  13352. }
  13353. },
  13354. "md.NewUserRedPackageRecordFlowNode": {
  13355. "type": "object",
  13356. "properties": {
  13357. "balance_amount": {
  13358. "description": "剩余金额",
  13359. "type": "string"
  13360. },
  13361. "balance_days": {
  13362. "description": "剩余天数",
  13363. "type": "integer"
  13364. },
  13365. "basic_amount": {
  13366. "description": "基础金额",
  13367. "type": "string"
  13368. },
  13369. "create_at": {
  13370. "description": "创建时间",
  13371. "type": "string"
  13372. },
  13373. "day_num": {
  13374. "description": "第x天",
  13375. "type": "integer"
  13376. },
  13377. "double_rate": {
  13378. "description": "倍率",
  13379. "type": "string"
  13380. },
  13381. "id": {
  13382. "description": "流水 ID",
  13383. "type": "integer"
  13384. },
  13385. "is_double": {
  13386. "description": "是否翻倍",
  13387. "type": "integer"
  13388. },
  13389. "receive_days": {
  13390. "description": "领取天数",
  13391. "type": "integer"
  13392. },
  13393. "total_amount": {
  13394. "description": "实际金额",
  13395. "type": "string"
  13396. },
  13397. "uid": {
  13398. "description": "用户 ID",
  13399. "type": "integer"
  13400. }
  13401. }
  13402. },
  13403. "md.NewUserRedPackageRecordListReq": {
  13404. "type": "object",
  13405. "properties": {
  13406. "end_at": {
  13407. "description": "结束时间",
  13408. "type": "string"
  13409. },
  13410. "limit": {
  13411. "description": "每页大小",
  13412. "type": "integer"
  13413. },
  13414. "page": {
  13415. "description": "页数",
  13416. "type": "integer"
  13417. },
  13418. "start_at": {
  13419. "description": "开始时间",
  13420. "type": "string"
  13421. },
  13422. "uid": {
  13423. "description": "用户 ID",
  13424. "type": "integer"
  13425. }
  13426. }
  13427. },
  13428. "md.NewUserRedPackageRecordListResp": {
  13429. "type": "object",
  13430. "properties": {
  13431. "list": {
  13432. "type": "array",
  13433. "items": {
  13434. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  13435. }
  13436. },
  13437. "paginate": {
  13438. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13439. }
  13440. }
  13441. },
  13442. "md.NewUserRedPackageRecordNode": {
  13443. "type": "object",
  13444. "properties": {
  13445. "balance_amount": {
  13446. "description": "剩余金额",
  13447. "type": "string"
  13448. },
  13449. "balance_days": {
  13450. "description": "剩余天数",
  13451. "type": "integer"
  13452. },
  13453. "create_at": {
  13454. "description": "创建时间",
  13455. "type": "string"
  13456. },
  13457. "days": {
  13458. "description": "天数",
  13459. "type": "integer"
  13460. },
  13461. "receive_days": {
  13462. "description": "领取天数",
  13463. "type": "integer"
  13464. },
  13465. "state": {
  13466. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  13467. "type": "integer"
  13468. },
  13469. "system_id": {
  13470. "description": "系统中记录的 ID",
  13471. "type": "integer"
  13472. },
  13473. "total_amount": {
  13474. "description": "金额",
  13475. "type": "string"
  13476. },
  13477. "uid": {
  13478. "description": "用户 ID",
  13479. "type": "integer"
  13480. },
  13481. "update_at": {
  13482. "description": "修改时间",
  13483. "type": "string"
  13484. }
  13485. }
  13486. },
  13487. "md.NewUserRedPackageUpdateBasicReq": {
  13488. "type": "object",
  13489. "properties": {
  13490. "days": {
  13491. "description": "天数",
  13492. "type": "integer"
  13493. },
  13494. "is_double": {
  13495. "description": "是否翻倍",
  13496. "type": "integer"
  13497. },
  13498. "is_open": {
  13499. "description": "是否开启(1:开启 0:关闭)",
  13500. "type": "integer"
  13501. },
  13502. "total_amount": {
  13503. "type": "string",
  13504. "example": "总金额"
  13505. }
  13506. }
  13507. },
  13508. "md.NewUserRewardRules": {
  13509. "type": "object",
  13510. "properties": {
  13511. "continue_days": {
  13512. "description": "连续x天",
  13513. "type": "integer"
  13514. },
  13515. "invite_user_reward_value": {
  13516. "description": "拉新用户奖励x个活跃积分",
  13517. "type": "integer"
  13518. },
  13519. "reward_coefficient": {
  13520. "description": "奖励系数",
  13521. "type": "number"
  13522. }
  13523. }
  13524. },
  13525. "md.NoticeAliyunSmsList": {
  13526. "type": "object",
  13527. "properties": {
  13528. "content": {
  13529. "type": "string",
  13530. "example": "这是 填短信模板id"
  13531. },
  13532. "day": {
  13533. "type": "string",
  13534. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13535. },
  13536. "id": {
  13537. "type": "string"
  13538. },
  13539. "is_show": {
  13540. "type": "string"
  13541. },
  13542. "notice_day": {
  13543. "type": "string",
  13544. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13545. },
  13546. "title": {
  13547. "type": "string"
  13548. },
  13549. "type": {
  13550. "type": "string"
  13551. }
  13552. }
  13553. },
  13554. "md.NoticeAliyunSmsListReq": {
  13555. "type": "object",
  13556. "properties": {
  13557. "limit": {
  13558. "description": "每页大小",
  13559. "type": "string"
  13560. },
  13561. "page": {
  13562. "description": "页数",
  13563. "type": "string"
  13564. }
  13565. }
  13566. },
  13567. "md.NoticeAliyunSmsListResp": {
  13568. "type": "object",
  13569. "properties": {
  13570. "list": {
  13571. "type": "array",
  13572. "items": {
  13573. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  13574. }
  13575. },
  13576. "select_data": {
  13577. "type": "array",
  13578. "items": {
  13579. "type": "object",
  13580. "additionalProperties": {
  13581. "type": "string"
  13582. }
  13583. }
  13584. },
  13585. "total": {
  13586. "type": "integer"
  13587. }
  13588. }
  13589. },
  13590. "md.NoticeAliyunSmsSaveReq": {
  13591. "type": "object",
  13592. "properties": {
  13593. "content": {
  13594. "type": "string"
  13595. },
  13596. "day": {
  13597. "type": "string",
  13598. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13599. },
  13600. "id": {
  13601. "type": "string"
  13602. },
  13603. "is_show": {
  13604. "type": "string"
  13605. },
  13606. "notice_day": {
  13607. "type": "string",
  13608. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13609. },
  13610. "title": {
  13611. "type": "string"
  13612. },
  13613. "type": {
  13614. "type": "string"
  13615. }
  13616. }
  13617. },
  13618. "md.NoticeDelReq": {
  13619. "type": "object",
  13620. "properties": {
  13621. "id": {
  13622. "type": "array",
  13623. "items": {
  13624. "type": "string"
  13625. }
  13626. }
  13627. }
  13628. },
  13629. "md.NoticeList": {
  13630. "type": "object",
  13631. "properties": {
  13632. "content": {
  13633. "type": "string"
  13634. },
  13635. "day": {
  13636. "type": "string",
  13637. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13638. },
  13639. "id": {
  13640. "type": "string"
  13641. },
  13642. "jpush_open": {
  13643. "type": "string",
  13644. "example": "app推送开启 0关 1开"
  13645. },
  13646. "notice_day": {
  13647. "type": "string",
  13648. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13649. },
  13650. "sms_code": {
  13651. "type": "string",
  13652. "example": "短信模板id"
  13653. },
  13654. "sms_open": {
  13655. "type": "string",
  13656. "example": "短信推送开启 0关 1开"
  13657. },
  13658. "title": {
  13659. "type": "string"
  13660. },
  13661. "type": {
  13662. "type": "string"
  13663. }
  13664. }
  13665. },
  13666. "md.NoticeListReq": {
  13667. "type": "object",
  13668. "properties": {
  13669. "limit": {
  13670. "description": "每页大小",
  13671. "type": "string"
  13672. },
  13673. "page": {
  13674. "description": "页数",
  13675. "type": "string"
  13676. }
  13677. }
  13678. },
  13679. "md.NoticeListResp": {
  13680. "type": "object",
  13681. "properties": {
  13682. "change_data": {
  13683. "type": "array",
  13684. "items": {
  13685. "type": "object",
  13686. "additionalProperties": {
  13687. "type": "string"
  13688. }
  13689. }
  13690. },
  13691. "list": {
  13692. "type": "array",
  13693. "items": {
  13694. "$ref": "#/definitions/md.NoticeList"
  13695. }
  13696. },
  13697. "select_data": {
  13698. "type": "array",
  13699. "items": {
  13700. "type": "object",
  13701. "additionalProperties": {
  13702. "type": "string"
  13703. }
  13704. }
  13705. },
  13706. "total": {
  13707. "type": "integer"
  13708. }
  13709. }
  13710. },
  13711. "md.NoticePushList": {
  13712. "type": "object",
  13713. "properties": {
  13714. "content": {
  13715. "type": "string"
  13716. },
  13717. "id": {
  13718. "type": "string"
  13719. },
  13720. "platform": {
  13721. "type": "string"
  13722. },
  13723. "send_end_time": {
  13724. "type": "string",
  13725. "example": "如 2024-11-25 11:56:00"
  13726. },
  13727. "send_start_time": {
  13728. "type": "string",
  13729. "example": "如 2024-11-25 11:56:00"
  13730. },
  13731. "send_type": {
  13732. "type": "string",
  13733. "example": "0立即推送 1定时推送"
  13734. },
  13735. "state": {
  13736. "type": "string",
  13737. "example": "0待发送 1发送成功"
  13738. },
  13739. "target": {
  13740. "type": "string"
  13741. },
  13742. "title": {
  13743. "type": "string"
  13744. }
  13745. }
  13746. },
  13747. "md.NoticePushListResp": {
  13748. "type": "object",
  13749. "properties": {
  13750. "list": {
  13751. "type": "array",
  13752. "items": {
  13753. "$ref": "#/definitions/md.NoticePushList"
  13754. }
  13755. },
  13756. "platform_data": {
  13757. "type": "array",
  13758. "items": {
  13759. "type": "object",
  13760. "additionalProperties": {
  13761. "type": "string"
  13762. }
  13763. }
  13764. },
  13765. "target_data": {
  13766. "type": "array",
  13767. "items": {
  13768. "type": "object",
  13769. "additionalProperties": {
  13770. "type": "string"
  13771. }
  13772. }
  13773. },
  13774. "total": {
  13775. "type": "integer"
  13776. }
  13777. }
  13778. },
  13779. "md.NoticePushSaveReq": {
  13780. "type": "object",
  13781. "properties": {
  13782. "content": {
  13783. "type": "string"
  13784. },
  13785. "id": {
  13786. "type": "string"
  13787. },
  13788. "level": {
  13789. "type": "array",
  13790. "items": {
  13791. "type": "string"
  13792. }
  13793. },
  13794. "platform": {
  13795. "type": "string"
  13796. },
  13797. "send_end_time": {
  13798. "type": "string"
  13799. },
  13800. "send_start_time": {
  13801. "type": "string"
  13802. },
  13803. "send_type": {
  13804. "type": "string"
  13805. },
  13806. "tag_list": {
  13807. "type": "array",
  13808. "items": {
  13809. "type": "string"
  13810. }
  13811. },
  13812. "target": {
  13813. "type": "string"
  13814. },
  13815. "title": {
  13816. "type": "string"
  13817. },
  13818. "user_list": {
  13819. "type": "array",
  13820. "items": {
  13821. "type": "string"
  13822. }
  13823. }
  13824. }
  13825. },
  13826. "md.NoticeSaveReq": {
  13827. "type": "object",
  13828. "properties": {
  13829. "content": {
  13830. "type": "string"
  13831. },
  13832. "day": {
  13833. "type": "string",
  13834. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13835. },
  13836. "id": {
  13837. "type": "string"
  13838. },
  13839. "jpush_open": {
  13840. "type": "string",
  13841. "example": "app推送开启 0关 1开"
  13842. },
  13843. "notice_day": {
  13844. "type": "string",
  13845. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13846. },
  13847. "sms_code": {
  13848. "type": "string",
  13849. "example": "短信模板id"
  13850. },
  13851. "sms_open": {
  13852. "type": "string",
  13853. "example": "短信推送开启 0关 1开"
  13854. },
  13855. "title": {
  13856. "type": "string"
  13857. },
  13858. "type": {
  13859. "type": "string"
  13860. }
  13861. }
  13862. },
  13863. "md.OtherNode": {
  13864. "type": "object",
  13865. "properties": {
  13866. "create_at": {
  13867. "description": "注册时间",
  13868. "type": "string"
  13869. },
  13870. "last_login_at": {
  13871. "description": "最近登录时间",
  13872. "type": "string"
  13873. },
  13874. "last_login_ip": {
  13875. "description": "最后登录 IP",
  13876. "type": "string"
  13877. }
  13878. }
  13879. },
  13880. "md.PageCustomerServiceReq": {
  13881. "type": "object",
  13882. "properties": {
  13883. "memo": {
  13884. "type": "string",
  13885. "example": "备注"
  13886. },
  13887. "page": {
  13888. "type": "integer"
  13889. },
  13890. "page_size": {
  13891. "type": "integer"
  13892. },
  13893. "phone": {
  13894. "description": "手机号",
  13895. "type": "string"
  13896. },
  13897. "state": {
  13898. "description": "状态",
  13899. "type": "integer"
  13900. }
  13901. }
  13902. },
  13903. "md.PageEmoticonReq": {
  13904. "type": "object",
  13905. "properties": {
  13906. "memo": {
  13907. "type": "string",
  13908. "example": "备注"
  13909. },
  13910. "name": {
  13911. "description": "表情名称",
  13912. "type": "string"
  13913. },
  13914. "page": {
  13915. "type": "integer"
  13916. },
  13917. "page_size": {
  13918. "type": "integer"
  13919. },
  13920. "state": {
  13921. "description": "状态",
  13922. "type": "integer"
  13923. }
  13924. }
  13925. },
  13926. "md.PageSendRedPackageOrdReq": {
  13927. "type": "object",
  13928. "properties": {
  13929. "invite_code": {
  13930. "description": "邀请码",
  13931. "type": "string",
  13932. "example": "邀请码"
  13933. },
  13934. "nickname": {
  13935. "description": "昵称",
  13936. "type": "string",
  13937. "example": "昵称"
  13938. },
  13939. "ord_no": {
  13940. "description": "订单号",
  13941. "type": "string",
  13942. "example": "订单号"
  13943. },
  13944. "page": {
  13945. "type": "integer"
  13946. },
  13947. "page_size": {
  13948. "type": "integer"
  13949. },
  13950. "phone": {
  13951. "description": "手机号",
  13952. "type": "string",
  13953. "example": "手机号"
  13954. },
  13955. "red_packet_type": {
  13956. "description": "红包类型",
  13957. "type": "integer"
  13958. },
  13959. "start_time_end": {
  13960. "type": "string",
  13961. "example": "发送时间-截止"
  13962. },
  13963. "start_time_start": {
  13964. "type": "string",
  13965. "example": "发送时间-起始"
  13966. },
  13967. "state": {
  13968. "description": "状态",
  13969. "type": "integer"
  13970. },
  13971. "uid": {
  13972. "type": "integer"
  13973. }
  13974. }
  13975. },
  13976. "md.PlatformRevenueDataNode": {
  13977. "type": "object",
  13978. "properties": {
  13979. "balance_amount": {
  13980. "description": "余额",
  13981. "type": "string"
  13982. },
  13983. "balance_times": {
  13984. "description": "剩余执行次数",
  13985. "type": "integer"
  13986. },
  13987. "create_at": {
  13988. "description": "创建时间",
  13989. "type": "string"
  13990. },
  13991. "hours": {
  13992. "description": "时长",
  13993. "type": "integer"
  13994. },
  13995. "kind": {
  13996. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  13997. "type": "integer"
  13998. },
  13999. "memo": {
  14000. "description": "备注",
  14001. "type": "string"
  14002. },
  14003. "system_id": {
  14004. "type": "integer"
  14005. },
  14006. "total_amount": {
  14007. "description": "金额",
  14008. "type": "string"
  14009. }
  14010. }
  14011. },
  14012. "md.PlayletBaseData": {
  14013. "type": "object",
  14014. "properties": {
  14015. "first_count": {
  14016. "type": "string",
  14017. "example": "首次可观看集数"
  14018. },
  14019. "reward": {
  14020. "type": "string",
  14021. "example": "单次奖励"
  14022. },
  14023. "second_count": {
  14024. "type": "string",
  14025. "example": "看一次广告解锁集数"
  14026. },
  14027. "total": {
  14028. "type": "string",
  14029. "example": "可领取总次数"
  14030. }
  14031. }
  14032. },
  14033. "md.PriceSettingStruct": {
  14034. "type": "object",
  14035. "properties": {
  14036. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  14037. "description": "市商资金单笔x元自动兑换",
  14038. "type": "string"
  14039. },
  14040. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  14041. "description": "市商数量单笔x数量自动兑换",
  14042. "type": "string"
  14043. },
  14044. "price_below_value": {
  14045. "description": "低于x元",
  14046. "type": "string"
  14047. },
  14048. "price_higher_than_value": {
  14049. "description": "高于x元",
  14050. "type": "string"
  14051. }
  14052. }
  14053. },
  14054. "md.ReleaseDynamicReq": {
  14055. "type": "object",
  14056. "properties": {
  14057. "content": {
  14058. "description": "文本内容",
  14059. "type": "string"
  14060. },
  14061. "image": {
  14062. "description": "图片",
  14063. "type": "array",
  14064. "items": {
  14065. "type": "string"
  14066. }
  14067. },
  14068. "is_praise": {
  14069. "description": "是否被表扬(1:是 2:否)",
  14070. "type": "integer"
  14071. },
  14072. "is_top_up": {
  14073. "description": "是否置顶(1:是 2:否)",
  14074. "type": "integer"
  14075. },
  14076. "kind": {
  14077. "description": "类型(1:普通 2:官方)",
  14078. "type": "integer"
  14079. },
  14080. "state": {
  14081. "description": "状态(1:正常 2:隐藏)",
  14082. "type": "integer"
  14083. },
  14084. "video": {
  14085. "description": "视频",
  14086. "type": "array",
  14087. "items": {
  14088. "type": "string"
  14089. }
  14090. }
  14091. }
  14092. },
  14093. "md.Response": {
  14094. "type": "object",
  14095. "properties": {
  14096. "code": {
  14097. "type": "string",
  14098. "example": "响应码"
  14099. },
  14100. "data": {
  14101. "description": "内容"
  14102. },
  14103. "msg": {
  14104. "type": "string",
  14105. "example": "具体错误原因"
  14106. }
  14107. }
  14108. },
  14109. "md.RewardSystemStruct": {
  14110. "type": "object",
  14111. "properties": {
  14112. "level": {
  14113. "description": "圈层",
  14114. "type": "integer"
  14115. },
  14116. "reward_condition": {
  14117. "description": "奖励条件",
  14118. "type": "string"
  14119. },
  14120. "reward_value": {
  14121. "description": "奖励值",
  14122. "type": "string"
  14123. }
  14124. }
  14125. },
  14126. "md.RoleBindPermissionGroupReq": {
  14127. "type": "object",
  14128. "required": [
  14129. "role_id"
  14130. ],
  14131. "properties": {
  14132. "permission_ids": {
  14133. "type": "array",
  14134. "items": {
  14135. "type": "integer"
  14136. }
  14137. },
  14138. "role_id": {
  14139. "type": "integer"
  14140. }
  14141. }
  14142. },
  14143. "md.SelectData": {
  14144. "type": "object",
  14145. "properties": {
  14146. "direction": {
  14147. "type": "array",
  14148. "items": {
  14149. "type": "object",
  14150. "additionalProperties": {
  14151. "type": "string"
  14152. }
  14153. }
  14154. }
  14155. }
  14156. },
  14157. "md.SelectMemberNode": {
  14158. "type": "object",
  14159. "properties": {
  14160. "avatar": {
  14161. "description": "会员头像",
  14162. "type": "string"
  14163. },
  14164. "level": {
  14165. "description": "会员等级",
  14166. "type": "string"
  14167. },
  14168. "nickname": {
  14169. "description": "会员昵称",
  14170. "type": "string"
  14171. },
  14172. "phone": {
  14173. "description": "会员手机号",
  14174. "type": "string"
  14175. },
  14176. "uid": {
  14177. "description": "会员 ID",
  14178. "type": "integer"
  14179. }
  14180. }
  14181. },
  14182. "md.SelectMemberReq": {
  14183. "type": "object",
  14184. "properties": {
  14185. "level": {
  14186. "description": "会员等级",
  14187. "type": "integer"
  14188. },
  14189. "limit": {
  14190. "description": "每页大小",
  14191. "type": "integer"
  14192. },
  14193. "nickname": {
  14194. "description": "会员昵称",
  14195. "type": "string"
  14196. },
  14197. "page": {
  14198. "description": "页数",
  14199. "type": "integer"
  14200. },
  14201. "phone": {
  14202. "description": "会员手机号",
  14203. "type": "string"
  14204. },
  14205. "uid": {
  14206. "description": "会员 ID",
  14207. "type": "integer"
  14208. }
  14209. }
  14210. },
  14211. "md.SelectMemberResp": {
  14212. "type": "object",
  14213. "properties": {
  14214. "level_list": {
  14215. "description": "会员等级列表",
  14216. "type": "array",
  14217. "items": {
  14218. "type": "object",
  14219. "additionalProperties": true
  14220. }
  14221. },
  14222. "list": {
  14223. "description": "会员数据",
  14224. "type": "array",
  14225. "items": {
  14226. "$ref": "#/definitions/md.SelectMemberNode"
  14227. }
  14228. },
  14229. "paginate": {
  14230. "description": "分页信息",
  14231. "allOf": [
  14232. {
  14233. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14234. }
  14235. ]
  14236. }
  14237. }
  14238. },
  14239. "md.SetCustomerServiceStateReq": {
  14240. "type": "object",
  14241. "properties": {
  14242. "id": {
  14243. "description": "拥有用户数量",
  14244. "type": "integer"
  14245. },
  14246. "state": {
  14247. "description": "状态",
  14248. "type": "integer"
  14249. }
  14250. }
  14251. },
  14252. "md.SetEmoticonStateReq": {
  14253. "type": "object",
  14254. "properties": {
  14255. "id": {
  14256. "description": "拥有用户数量",
  14257. "type": "integer"
  14258. },
  14259. "state": {
  14260. "description": "状态",
  14261. "type": "integer"
  14262. }
  14263. }
  14264. },
  14265. "md.SetVideoRewardReq": {
  14266. "type": "object",
  14267. "properties": {
  14268. "ecpm": {
  14269. "description": "当前 Ecpm 值",
  14270. "type": "string"
  14271. },
  14272. "unit_price": {
  14273. "description": "单价",
  14274. "type": "string"
  14275. }
  14276. }
  14277. },
  14278. "md.SonUserDailyActivityAnalysisNode": {
  14279. "type": "object",
  14280. "properties": {
  14281. "activity_day_nums": {
  14282. "description": "活跃子节点活跃天数",
  14283. "type": "integer"
  14284. },
  14285. "nickname": {
  14286. "type": "string",
  14287. "example": "昵称"
  14288. },
  14289. "phone": {
  14290. "type": "string",
  14291. "example": "手机号"
  14292. },
  14293. "uid": {
  14294. "description": "查询用户活跃子节点 ID",
  14295. "type": "integer"
  14296. }
  14297. }
  14298. },
  14299. "md.StatisticsEggPointReq": {
  14300. "type": "object",
  14301. "properties": {
  14302. "week": {
  14303. "type": "string",
  14304. "example": "周份"
  14305. },
  14306. "year": {
  14307. "type": "string",
  14308. "example": "年份"
  14309. }
  14310. }
  14311. },
  14312. "md.StatisticsEggPointResp": {
  14313. "type": "object",
  14314. "properties": {
  14315. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  14316. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  14317. "type": "array",
  14318. "items": {
  14319. "type": "object",
  14320. "additionalProperties": {
  14321. "type": "string"
  14322. }
  14323. }
  14324. },
  14325. "statistics_user_egg_browse_interface_nums_range": {
  14326. "description": "统计用户\"浏览界面次数\"范围",
  14327. "type": "array",
  14328. "items": {
  14329. "type": "object",
  14330. "additionalProperties": {
  14331. "type": "string"
  14332. }
  14333. }
  14334. },
  14335. "statistics_user_egg_college_learning_nums_range": {
  14336. "description": "统计用户\"学院学习次数\"范围",
  14337. "type": "array",
  14338. "items": {
  14339. "type": "object",
  14340. "additionalProperties": {
  14341. "type": "string"
  14342. }
  14343. }
  14344. },
  14345. "statistics_user_egg_ecpm_range": {
  14346. "description": "统计用户\"ecpm\"范围",
  14347. "type": "array",
  14348. "items": {
  14349. "type": "object",
  14350. "additionalProperties": {
  14351. "type": "string"
  14352. }
  14353. }
  14354. },
  14355. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  14356. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  14357. "type": "array",
  14358. "items": {
  14359. "type": "object",
  14360. "additionalProperties": {
  14361. "type": "string"
  14362. }
  14363. }
  14364. },
  14365. "statistics_user_egg_forum_comments_nums_range": {
  14366. "description": "统计用户\"论坛评论次数\"范围",
  14367. "type": "array",
  14368. "items": {
  14369. "type": "object",
  14370. "additionalProperties": {
  14371. "type": "string"
  14372. }
  14373. }
  14374. },
  14375. "statistics_user_egg_invite_user_nums_range": {
  14376. "description": "统计用户\"拉新人数\"范围",
  14377. "type": "array",
  14378. "items": {
  14379. "type": "object",
  14380. "additionalProperties": {
  14381. "type": "string"
  14382. }
  14383. }
  14384. },
  14385. "statistics_user_egg_person_add_activity_value_range": {
  14386. "description": "统计用户\"个人活跃积分增量值\"范围",
  14387. "type": "array",
  14388. "items": {
  14389. "type": "object",
  14390. "additionalProperties": {
  14391. "type": "string"
  14392. }
  14393. }
  14394. },
  14395. "statistics_user_egg_send_circle_of_friend_nums_range": {
  14396. "description": "统计用户\"发朋友圈次数\"范围",
  14397. "type": "array",
  14398. "items": {
  14399. "type": "object",
  14400. "additionalProperties": {
  14401. "type": "string"
  14402. }
  14403. }
  14404. },
  14405. "statistics_user_egg_send_red_package_nums_range": {
  14406. "description": "统计用户\"发红包次数\"范围",
  14407. "type": "array",
  14408. "items": {
  14409. "type": "object",
  14410. "additionalProperties": {
  14411. "type": "string"
  14412. }
  14413. }
  14414. },
  14415. "statistics_user_egg_sign_in_nums_range": {
  14416. "description": "统计用户\"签到次数\"范围",
  14417. "type": "array",
  14418. "items": {
  14419. "type": "object",
  14420. "additionalProperties": {
  14421. "type": "string"
  14422. }
  14423. }
  14424. },
  14425. "statistics_user_egg_team_activity_nums_range": {
  14426. "description": "统计用户\"团队活跃次数\"范围",
  14427. "type": "array",
  14428. "items": {
  14429. "type": "object",
  14430. "additionalProperties": {
  14431. "type": "string"
  14432. }
  14433. }
  14434. },
  14435. "statistics_user_egg_violate_nums_range": {
  14436. "description": "统计用户\"违规次数\"范围",
  14437. "type": "array",
  14438. "items": {
  14439. "type": "object",
  14440. "additionalProperties": {
  14441. "type": "string"
  14442. }
  14443. }
  14444. },
  14445. "week": {
  14446. "type": "string",
  14447. "example": "周份"
  14448. },
  14449. "year": {
  14450. "type": "string",
  14451. "example": "年份"
  14452. },
  14453. "year_list": {
  14454. "description": "年份\u0026\u0026周份列表",
  14455. "type": "object",
  14456. "additionalProperties": {
  14457. "type": "array",
  14458. "items": {
  14459. "type": "string"
  14460. }
  14461. }
  14462. }
  14463. }
  14464. },
  14465. "md.SubUser": {
  14466. "type": "object",
  14467. "properties": {
  14468. "avatar_url": {
  14469. "type": "string",
  14470. "example": "头像"
  14471. },
  14472. "level": {
  14473. "description": "整个系统中的等级",
  14474. "type": "integer"
  14475. },
  14476. "nickname": {
  14477. "type": "string",
  14478. "example": "昵称"
  14479. },
  14480. "phone": {
  14481. "type": "string",
  14482. "example": "手机号"
  14483. },
  14484. "pid": {
  14485. "type": "integer"
  14486. },
  14487. "position": {
  14488. "description": "以pid1为创始人中网的位置",
  14489. "type": "integer"
  14490. },
  14491. "uid": {
  14492. "type": "integer"
  14493. }
  14494. }
  14495. },
  14496. "md.TagListNode": {
  14497. "type": "object",
  14498. "properties": {
  14499. "count": {
  14500. "description": "标签人数",
  14501. "type": "string"
  14502. },
  14503. "create_at": {
  14504. "description": "创建时间",
  14505. "type": "string"
  14506. },
  14507. "is_punish": {
  14508. "description": "是否处罚",
  14509. "type": "integer"
  14510. },
  14511. "memo": {
  14512. "description": "备注",
  14513. "type": "string"
  14514. },
  14515. "name": {
  14516. "description": "名称",
  14517. "type": "string"
  14518. },
  14519. "tag_id": {
  14520. "description": "标签 ID",
  14521. "type": "string"
  14522. }
  14523. }
  14524. },
  14525. "md.TreeNode": {
  14526. "type": "object",
  14527. "properties": {
  14528. "avatar_url": {
  14529. "type": "string",
  14530. "example": "头像"
  14531. },
  14532. "level": {
  14533. "type": "integer"
  14534. },
  14535. "nickname": {
  14536. "type": "string",
  14537. "example": "昵称"
  14538. },
  14539. "phone": {
  14540. "type": "string",
  14541. "example": "手机号"
  14542. },
  14543. "pid": {
  14544. "type": "integer"
  14545. },
  14546. "position": {
  14547. "type": "integer"
  14548. },
  14549. "son": {
  14550. "type": "array",
  14551. "items": {
  14552. "$ref": "#/definitions/md.TreeNode"
  14553. }
  14554. },
  14555. "system_id": {
  14556. "description": "公排网中id",
  14557. "type": "integer"
  14558. },
  14559. "uid": {
  14560. "type": "integer"
  14561. }
  14562. }
  14563. },
  14564. "md.UpdateAdminReq": {
  14565. "type": "object",
  14566. "required": [
  14567. "adm_id",
  14568. "password",
  14569. "username"
  14570. ],
  14571. "properties": {
  14572. "adm_id": {
  14573. "type": "integer"
  14574. },
  14575. "memo": {
  14576. "type": "string"
  14577. },
  14578. "password": {
  14579. "type": "string"
  14580. },
  14581. "username": {
  14582. "type": "string"
  14583. }
  14584. }
  14585. },
  14586. "md.UpdateAdminStateReq": {
  14587. "type": "object",
  14588. "required": [
  14589. "adm_id",
  14590. "state"
  14591. ],
  14592. "properties": {
  14593. "adm_id": {
  14594. "type": "integer"
  14595. },
  14596. "state": {
  14597. "type": "integer"
  14598. }
  14599. }
  14600. },
  14601. "md.UpdateContributionValueBasicSettingReq": {
  14602. "type": "object",
  14603. "properties": {
  14604. "hand_out_red_package": {
  14605. "description": "发红包获得x点",
  14606. "type": "string"
  14607. },
  14608. "id": {
  14609. "type": "string"
  14610. },
  14611. "posting_comment_liked": {
  14612. "description": "发布评论被官方点赞获得x点",
  14613. "type": "string"
  14614. },
  14615. "posting_dynamic_liked": {
  14616. "description": "发布动态被官方点赞获得x点",
  14617. "type": "string"
  14618. },
  14619. "publish_creation": {
  14620. "description": "发布创作获得x点",
  14621. "type": "string"
  14622. }
  14623. }
  14624. },
  14625. "md.UpdateCustomerServiceMemoReq": {
  14626. "type": "object",
  14627. "properties": {
  14628. "id": {
  14629. "description": "拥有用户数量",
  14630. "type": "integer"
  14631. },
  14632. "memo": {
  14633. "description": "备注",
  14634. "type": "string",
  14635. "example": "备注"
  14636. }
  14637. }
  14638. },
  14639. "md.UpdateDynamicReq": {
  14640. "type": "object",
  14641. "required": [
  14642. "index_id"
  14643. ],
  14644. "properties": {
  14645. "index_id": {
  14646. "description": "动态id",
  14647. "type": "string"
  14648. },
  14649. "is_praise": {
  14650. "description": "是否被表扬(1:是 2:否)",
  14651. "type": "integer"
  14652. },
  14653. "is_top_up": {
  14654. "description": "是否置顶(1:是 2:否)",
  14655. "type": "integer"
  14656. },
  14657. "state": {
  14658. "description": "状态(1:正常 2:隐藏)",
  14659. "type": "integer"
  14660. }
  14661. }
  14662. },
  14663. "md.UpdateEggEnergyBasicReq": {
  14664. "type": "object",
  14665. "properties": {
  14666. "basic_setting": {
  14667. "description": "基础设置",
  14668. "allOf": [
  14669. {
  14670. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  14671. }
  14672. ]
  14673. },
  14674. "data_setting": {
  14675. "description": "数据设置",
  14676. "allOf": [
  14677. {
  14678. "$ref": "#/definitions/md.DataSetting"
  14679. }
  14680. ]
  14681. },
  14682. "destruction_setting": {
  14683. "description": "销毁设置",
  14684. "allOf": [
  14685. {
  14686. "$ref": "#/definitions/md.DestructionSettingStruct"
  14687. }
  14688. ]
  14689. },
  14690. "exchange_rules": {
  14691. "description": "兑换规则",
  14692. "allOf": [
  14693. {
  14694. "$ref": "#/definitions/md.ExchangeRulesStruct"
  14695. }
  14696. ]
  14697. },
  14698. "new_user_incentive_rules": {
  14699. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  14700. "allOf": [
  14701. {
  14702. "$ref": "#/definitions/md.NewUserRewardRules"
  14703. }
  14704. ]
  14705. },
  14706. "price_setting": {
  14707. "description": "价格设置",
  14708. "allOf": [
  14709. {
  14710. "$ref": "#/definitions/md.PriceSettingStruct"
  14711. }
  14712. ]
  14713. },
  14714. "reward_system": {
  14715. "description": "圈层奖励",
  14716. "type": "array",
  14717. "items": {
  14718. "$ref": "#/definitions/md.RewardSystemStruct"
  14719. }
  14720. },
  14721. "system_id": {
  14722. "description": "该设置系统 ID",
  14723. "type": "integer"
  14724. },
  14725. "video_reward_setting": {
  14726. "description": "视频奖励",
  14727. "allOf": [
  14728. {
  14729. "$ref": "#/definitions/md.VideoRewardSetting"
  14730. }
  14731. ]
  14732. }
  14733. }
  14734. },
  14735. "md.UpdateEggEnergyVipSettingReq": {
  14736. "type": "object",
  14737. "properties": {
  14738. "list": {
  14739. "description": "更新后数据",
  14740. "type": "array",
  14741. "items": {
  14742. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  14743. }
  14744. }
  14745. }
  14746. },
  14747. "md.UpdateEmoticonReq": {
  14748. "type": "object",
  14749. "properties": {
  14750. "id": {
  14751. "description": "拥有用户数量",
  14752. "type": "integer"
  14753. },
  14754. "img_url": {
  14755. "type": "string",
  14756. "example": "图片地址"
  14757. },
  14758. "memo": {
  14759. "description": "备注",
  14760. "type": "string",
  14761. "example": "备注"
  14762. },
  14763. "name": {
  14764. "type": "string",
  14765. "example": "名称"
  14766. },
  14767. "sort": {
  14768. "description": "排序",
  14769. "type": "integer"
  14770. }
  14771. }
  14772. },
  14773. "md.UpdateFriendCircleBasicSettingsReq": {
  14774. "type": "object",
  14775. "properties": {
  14776. "comment_is_real_name": {
  14777. "description": "评论是否需要实名认证(1:是 2:否)",
  14778. "type": "integer"
  14779. },
  14780. "comment_nums_every_day": {
  14781. "description": "评论每天次数",
  14782. "type": "integer"
  14783. },
  14784. "id": {
  14785. "type": "integer"
  14786. },
  14787. "publish_is_real_name": {
  14788. "description": "发布是否需要实名认证(1:是 2:否)",
  14789. "type": "integer"
  14790. },
  14791. "publish_nums_every_day": {
  14792. "description": "发布每天次数",
  14793. "type": "integer"
  14794. }
  14795. }
  14796. },
  14797. "md.UpdateLevelReq": {
  14798. "type": "object",
  14799. "properties": {
  14800. "auto_update": {
  14801. "description": "自动升级 0关闭 1开启",
  14802. "type": "string"
  14803. },
  14804. "choosable_num": {
  14805. "description": "可选任务数量",
  14806. "type": "string"
  14807. },
  14808. "is_use": {
  14809. "description": "是否开启(0.否, 1.是)",
  14810. "type": "string"
  14811. },
  14812. "level_id": {
  14813. "type": "string"
  14814. },
  14815. "level_name": {
  14816. "description": "等级名称",
  14817. "type": "string"
  14818. },
  14819. "level_weight": {
  14820. "description": "等级权重",
  14821. "type": "string"
  14822. },
  14823. "memo": {
  14824. "description": "备注",
  14825. "type": "string"
  14826. },
  14827. "user_level_tasks": {
  14828. "description": "完整的任务列表",
  14829. "type": "array",
  14830. "items": {
  14831. "$ref": "#/definitions/md.LevelTaskNode"
  14832. }
  14833. }
  14834. }
  14835. },
  14836. "md.UpdatePublicPlatoonBasicReq": {
  14837. "type": "object",
  14838. "properties": {
  14839. "is_open": {
  14840. "description": "是否开启(1:开启 0:关闭)",
  14841. "type": "integer"
  14842. },
  14843. "is_self_active_get_team_revenue": {
  14844. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  14845. "type": "integer"
  14846. },
  14847. "originator_uid": {
  14848. "description": "创始人uid",
  14849. "type": "integer"
  14850. },
  14851. "several_rows": {
  14852. "description": "几排",
  14853. "type": "integer"
  14854. },
  14855. "several_times": {
  14856. "description": "几乘",
  14857. "type": "integer"
  14858. },
  14859. "system_punish_replace": {
  14860. "description": "是否位置滑落 被新用户替换 0否 1是",
  14861. "type": "integer"
  14862. },
  14863. "system_punish_replace_value": {
  14864. "description": "xx天未活跃,处罚滑落",
  14865. "type": "integer"
  14866. }
  14867. }
  14868. },
  14869. "md.UpdateRoleReq": {
  14870. "type": "object",
  14871. "required": [
  14872. "memo",
  14873. "name",
  14874. "role_id"
  14875. ],
  14876. "properties": {
  14877. "memo": {
  14878. "type": "string"
  14879. },
  14880. "name": {
  14881. "type": "string"
  14882. },
  14883. "role_id": {
  14884. "type": "integer"
  14885. }
  14886. }
  14887. },
  14888. "md.UpdateRoleStateReq": {
  14889. "type": "object",
  14890. "required": [
  14891. "role_id",
  14892. "state"
  14893. ],
  14894. "properties": {
  14895. "role_id": {
  14896. "type": "integer"
  14897. },
  14898. "state": {
  14899. "type": "integer"
  14900. }
  14901. }
  14902. },
  14903. "md.UpdateTagReq": {
  14904. "type": "object",
  14905. "properties": {
  14906. "is_punish": {
  14907. "description": "是否是惩罚标签",
  14908. "type": "integer"
  14909. },
  14910. "memo": {
  14911. "description": "备注",
  14912. "type": "string"
  14913. },
  14914. "name": {
  14915. "description": "标签名称",
  14916. "type": "string"
  14917. },
  14918. "tag_id": {
  14919. "description": "标签 ID",
  14920. "type": "string"
  14921. }
  14922. }
  14923. },
  14924. "md.UpdateVipEquitySettingNode": {
  14925. "type": "object",
  14926. "properties": {
  14927. "dividend_ratio": {
  14928. "description": "分红比例",
  14929. "type": "string"
  14930. },
  14931. "exchange_account_balance_fee": {
  14932. "description": "兑换余额手续费",
  14933. "type": "string"
  14934. },
  14935. "vip_level_id": {
  14936. "description": "会员等级ID",
  14937. "type": "string"
  14938. }
  14939. }
  14940. },
  14941. "md.UpdateVirtualCoinReq": {
  14942. "type": "object",
  14943. "properties": {
  14944. "exchange_ratio": {
  14945. "description": "兑换比例(与金额)",
  14946. "type": "string"
  14947. },
  14948. "id": {
  14949. "type": "integer"
  14950. },
  14951. "is_use": {
  14952. "description": "是否开启:0否 1是",
  14953. "type": "integer"
  14954. },
  14955. "name": {
  14956. "description": "名称",
  14957. "type": "string"
  14958. }
  14959. }
  14960. },
  14961. "md.UpdateWithdrawSettingReq": {
  14962. "type": "object",
  14963. "properties": {
  14964. "condition_is_open": {
  14965. "description": "提现条件是否开启(0:关闭, 1:开启)",
  14966. "type": "integer"
  14967. },
  14968. "first_withdraw_set": {
  14969. "description": "首次提现设置",
  14970. "allOf": [
  14971. {
  14972. "$ref": "#/definitions/md.FirstWithdrawSet"
  14973. }
  14974. ]
  14975. },
  14976. "frequency_set": {
  14977. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  14978. "allOf": [
  14979. {
  14980. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  14981. }
  14982. ]
  14983. },
  14984. "id": {
  14985. "type": "integer"
  14986. },
  14987. "is_auto": {
  14988. "description": "是否开启自动提现(0:否 1:是)",
  14989. "type": "integer"
  14990. },
  14991. "is_auto_amount_limit": {
  14992. "description": "自动提现金额限制",
  14993. "type": "string"
  14994. },
  14995. "is_real_name": {
  14996. "description": "是否实名(0:否 1:是)",
  14997. "type": "integer"
  14998. },
  14999. "is_support_decimal_point": {
  15000. "description": "是否支持小数点(0:否 1:是)",
  15001. "type": "integer"
  15002. },
  15003. "pending_orders_is_can_apply": {
  15004. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  15005. "type": "integer"
  15006. },
  15007. "tips": {
  15008. "description": "提示",
  15009. "type": "string"
  15010. },
  15011. "vip_level_limit": {
  15012. "description": "提现等级限制",
  15013. "type": "integer"
  15014. },
  15015. "withdraw_amount_limit": {
  15016. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  15017. "type": "string"
  15018. },
  15019. "withdraw_fee_set": {
  15020. "description": "提现手续费设置",
  15021. "allOf": [
  15022. {
  15023. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  15024. }
  15025. ]
  15026. },
  15027. "withdraw_multiple_limit": {
  15028. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  15029. "type": "string"
  15030. },
  15031. "withdraw_nums_limit": {
  15032. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  15033. "type": "integer"
  15034. },
  15035. "withdraw_time_interval": {
  15036. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  15037. "allOf": [
  15038. {
  15039. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  15040. }
  15041. ]
  15042. },
  15043. "withdraw_type": {
  15044. "description": "提现方式(1:支付宝 2:微信)",
  15045. "type": "integer"
  15046. }
  15047. }
  15048. },
  15049. "md.UserDailyActivityAnalysisReq": {
  15050. "type": "object",
  15051. "properties": {
  15052. "end_date": {
  15053. "type": "string",
  15054. "example": "结束日期"
  15055. },
  15056. "page": {
  15057. "description": "页数",
  15058. "type": "integer"
  15059. },
  15060. "page_size": {
  15061. "description": "每页大小",
  15062. "type": "integer"
  15063. },
  15064. "start_date": {
  15065. "type": "string",
  15066. "example": "开始日期"
  15067. },
  15068. "uid": {
  15069. "description": "查询用户 ID",
  15070. "type": "integer"
  15071. }
  15072. }
  15073. },
  15074. "md.UserDailyActivityAnalysisResp": {
  15075. "type": "object",
  15076. "properties": {
  15077. "son_user_data": {
  15078. "description": "被查询用户子节点信息",
  15079. "type": "array",
  15080. "items": {
  15081. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  15082. }
  15083. },
  15084. "top_data": {
  15085. "description": "统计信息",
  15086. "allOf": [
  15087. {
  15088. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  15089. }
  15090. ]
  15091. }
  15092. }
  15093. },
  15094. "md.UserEggFlowReq": {
  15095. "type": "object",
  15096. "properties": {
  15097. "account_balance_exchange_egg_energy_nums_end": {
  15098. "type": "string",
  15099. "example": "余额兑换蛋蛋能量数量-结束值"
  15100. },
  15101. "account_balance_exchange_egg_energy_nums_start": {
  15102. "type": "string",
  15103. "example": "余额兑换蛋蛋能量数量-起始值"
  15104. },
  15105. "browse_interface_nums_end": {
  15106. "type": "string",
  15107. "example": "浏览界面次数-结束值"
  15108. },
  15109. "browse_interface_nums_start": {
  15110. "type": "string",
  15111. "example": "浏览界面次数-起始值"
  15112. },
  15113. "college_learning_nums_end": {
  15114. "type": "string",
  15115. "example": "学院学习次数-结束值"
  15116. },
  15117. "college_learning_nums_start": {
  15118. "type": "string",
  15119. "example": "学院学习次数-起始值"
  15120. },
  15121. "ecpm_end": {
  15122. "type": "string",
  15123. "example": "ecpm-结束值"
  15124. },
  15125. "ecpm_start": {
  15126. "type": "string",
  15127. "example": "ecpm-起始值"
  15128. },
  15129. "egg_energy_exchange_account_balance_end": {
  15130. "type": "string",
  15131. "example": "蛋蛋能量兑换余额数量-结束值"
  15132. },
  15133. "egg_energy_exchange_account_balance_start": {
  15134. "type": "string",
  15135. "example": "蛋蛋能量兑换余额数量-起始值"
  15136. },
  15137. "forum_comments_nums_end": {
  15138. "type": "string",
  15139. "example": "论坛评论次数-结束值"
  15140. },
  15141. "forum_comments_nums_start": {
  15142. "type": "string",
  15143. "example": "论坛评论次数-起始值"
  15144. },
  15145. "im_activity_nums_end": {
  15146. "type": "string",
  15147. "example": "im活跃次数-结束值"
  15148. },
  15149. "im_activity_nums_start": {
  15150. "type": "string",
  15151. "example": "im活跃次数-起始值"
  15152. },
  15153. "invite_user_nums_end": {
  15154. "type": "string",
  15155. "example": "拉新人数-结束值"
  15156. },
  15157. "invite_user_nums_start": {
  15158. "type": "string",
  15159. "example": "拉新人数-起始值"
  15160. },
  15161. "page": {
  15162. "description": "页数",
  15163. "type": "integer"
  15164. },
  15165. "page_size": {
  15166. "description": "每页大小",
  15167. "type": "integer"
  15168. },
  15169. "person_add_activity_value_end": {
  15170. "type": "string",
  15171. "example": "个人活跃积分-结束值"
  15172. },
  15173. "person_add_activity_value_start": {
  15174. "type": "string",
  15175. "example": "个人活跃积分-起始值"
  15176. },
  15177. "score_value_end": {
  15178. "type": "string",
  15179. "example": "蛋蛋分-结束值"
  15180. },
  15181. "score_value_kind": {
  15182. "description": "评分类型(0:未知 1:人工 2:系统)",
  15183. "type": "integer"
  15184. },
  15185. "score_value_start": {
  15186. "type": "string",
  15187. "example": "蛋蛋分-起始值"
  15188. },
  15189. "send_circle_of_friend_nums_end": {
  15190. "type": "string",
  15191. "example": "发朋友圈次数-结束值"
  15192. },
  15193. "send_circle_of_friend_nums_start": {
  15194. "type": "string",
  15195. "example": "发朋友圈次数-起始值"
  15196. },
  15197. "send_red_package_nums_end": {
  15198. "type": "string",
  15199. "example": "发红包次数-结束值"
  15200. },
  15201. "send_red_package_nums_start": {
  15202. "type": "string",
  15203. "example": "发红包次数-起始值"
  15204. },
  15205. "sign_in_nums_end": {
  15206. "type": "string",
  15207. "example": "签到次数-结束值"
  15208. },
  15209. "sign_in_nums_start": {
  15210. "type": "string",
  15211. "example": "签到次数-起始值"
  15212. },
  15213. "team-activity-nums-end": {
  15214. "type": "string",
  15215. "example": "团队活跃次数-结束值"
  15216. },
  15217. "team_activity_nums_start": {
  15218. "type": "string",
  15219. "example": "团队活跃次数-起始值"
  15220. },
  15221. "violate_nums_end": {
  15222. "type": "string",
  15223. "example": "违规次数-结束值"
  15224. },
  15225. "violate_nums_start": {
  15226. "type": "string",
  15227. "example": "违规次数-起始值"
  15228. },
  15229. "week": {
  15230. "type": "string",
  15231. "example": "周份"
  15232. },
  15233. "year": {
  15234. "type": "string",
  15235. "example": "年份"
  15236. }
  15237. }
  15238. },
  15239. "md.UserEggFlowReqResp": {
  15240. "type": "object",
  15241. "properties": {
  15242. "list": {
  15243. "type": "array",
  15244. "items": {
  15245. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  15246. }
  15247. },
  15248. "page": {
  15249. "description": "页数",
  15250. "type": "integer"
  15251. },
  15252. "page_size": {
  15253. "description": "每页大小",
  15254. "type": "integer"
  15255. },
  15256. "score_value_kind_map": {
  15257. "description": "评分类型(0:未知 1:人工 2:系统)",
  15258. "type": "array",
  15259. "items": {
  15260. "type": "object",
  15261. "additionalProperties": true
  15262. }
  15263. },
  15264. "total": {
  15265. "description": "总数量",
  15266. "type": "integer"
  15267. },
  15268. "week": {
  15269. "type": "string",
  15270. "example": "周份"
  15271. },
  15272. "year": {
  15273. "type": "string",
  15274. "example": "年份"
  15275. }
  15276. }
  15277. },
  15278. "md.UserEggFlowReqRespList": {
  15279. "type": "object",
  15280. "properties": {
  15281. "account_balance_exchange_egg_energy_nums": {
  15282. "description": "余额兑换蛋蛋能量数量",
  15283. "type": "integer"
  15284. },
  15285. "browse_interface_nums": {
  15286. "description": "浏览界面次数",
  15287. "type": "integer"
  15288. },
  15289. "college_learning_nums": {
  15290. "description": "学院学习次数",
  15291. "type": "integer"
  15292. },
  15293. "ecpm": {
  15294. "description": "ecpm",
  15295. "type": "number"
  15296. },
  15297. "egg_energy_exchange_account_balance": {
  15298. "description": "蛋蛋能量兑换余额数量",
  15299. "type": "integer"
  15300. },
  15301. "forum_comments_nums": {
  15302. "description": "论坛评论次数",
  15303. "type": "integer"
  15304. },
  15305. "im_activity_nums": {
  15306. "description": "im活跃次数",
  15307. "type": "integer"
  15308. },
  15309. "index_id": {
  15310. "description": "文档id",
  15311. "type": "string"
  15312. },
  15313. "invite_user_nums": {
  15314. "description": "拉新人数",
  15315. "type": "integer"
  15316. },
  15317. "person_add_activity_value": {
  15318. "description": "个人活跃积分",
  15319. "type": "integer"
  15320. },
  15321. "score_value": {
  15322. "description": "蛋蛋分-起始值",
  15323. "type": "number"
  15324. },
  15325. "score_value_kind": {
  15326. "description": "评分类型(0:未知 1:人工 2:系统)",
  15327. "type": "integer"
  15328. },
  15329. "send_circle_of_friend_nums": {
  15330. "description": "发朋友圈次数",
  15331. "type": "integer"
  15332. },
  15333. "send_red_package_nums": {
  15334. "description": "发红包次数",
  15335. "type": "integer"
  15336. },
  15337. "sign_in_nums": {
  15338. "description": "签到次数",
  15339. "type": "integer"
  15340. },
  15341. "team_activity_nums": {
  15342. "description": "团队活跃次数",
  15343. "type": "integer"
  15344. },
  15345. "violate_nums": {
  15346. "description": "违规次数",
  15347. "type": "integer"
  15348. }
  15349. }
  15350. },
  15351. "md.UserEggIndexReq": {
  15352. "type": "object",
  15353. "properties": {
  15354. "week": {
  15355. "type": "string",
  15356. "example": "周份"
  15357. },
  15358. "year": {
  15359. "type": "string",
  15360. "example": "年份"
  15361. }
  15362. }
  15363. },
  15364. "md.UserEggIndexResp": {
  15365. "type": "object",
  15366. "properties": {
  15367. "egg_energy_user_egg_index_weight": {
  15368. "description": "蛋蛋分系数权重",
  15369. "allOf": [
  15370. {
  15371. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  15372. }
  15373. ]
  15374. },
  15375. "statistics_user_egg_kind_proportion": {
  15376. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  15377. "type": "array",
  15378. "items": {
  15379. "type": "object",
  15380. "additionalProperties": true
  15381. }
  15382. },
  15383. "statistics_user_egg_score_value_range": {
  15384. "description": "统计用户蛋蛋分范围",
  15385. "type": "array",
  15386. "items": {
  15387. "type": "object",
  15388. "additionalProperties": {
  15389. "type": "string"
  15390. }
  15391. }
  15392. },
  15393. "week": {
  15394. "type": "string",
  15395. "example": "周份"
  15396. },
  15397. "year": {
  15398. "type": "string",
  15399. "example": "年份"
  15400. },
  15401. "year_list": {
  15402. "description": "年份\u0026\u0026周份列表",
  15403. "type": "object",
  15404. "additionalProperties": {
  15405. "type": "array",
  15406. "items": {
  15407. "type": "string"
  15408. }
  15409. }
  15410. }
  15411. }
  15412. },
  15413. "md.UserFeedbackCateDelReq": {
  15414. "type": "object",
  15415. "properties": {
  15416. "id": {
  15417. "type": "array",
  15418. "items": {
  15419. "type": "string"
  15420. }
  15421. }
  15422. }
  15423. },
  15424. "md.UserFeedbackCateList": {
  15425. "type": "object",
  15426. "properties": {
  15427. "id": {
  15428. "type": "string"
  15429. },
  15430. "name": {
  15431. "type": "string"
  15432. },
  15433. "sort": {
  15434. "type": "string"
  15435. }
  15436. }
  15437. },
  15438. "md.UserFeedbackCateListReq": {
  15439. "type": "object",
  15440. "properties": {
  15441. "limit": {
  15442. "description": "每页大小",
  15443. "type": "string"
  15444. },
  15445. "page": {
  15446. "description": "页数",
  15447. "type": "string"
  15448. }
  15449. }
  15450. },
  15451. "md.UserFeedbackCateListResp": {
  15452. "type": "object",
  15453. "properties": {
  15454. "list": {
  15455. "type": "array",
  15456. "items": {
  15457. "$ref": "#/definitions/md.UserFeedbackCateList"
  15458. }
  15459. },
  15460. "total": {
  15461. "type": "integer"
  15462. }
  15463. }
  15464. },
  15465. "md.UserFeedbackCateSaveReq": {
  15466. "type": "object",
  15467. "properties": {
  15468. "id": {
  15469. "type": "string"
  15470. },
  15471. "name": {
  15472. "type": "string"
  15473. },
  15474. "sort": {
  15475. "type": "string"
  15476. }
  15477. }
  15478. },
  15479. "md.UserFeedbackChangeStateReq": {
  15480. "type": "object",
  15481. "properties": {
  15482. "id": {
  15483. "type": "string"
  15484. },
  15485. "state": {
  15486. "type": "string",
  15487. "example": "0待解决 1处理中 2已解决"
  15488. }
  15489. }
  15490. },
  15491. "md.UserFeedbackDelReq": {
  15492. "type": "object",
  15493. "properties": {
  15494. "id": {
  15495. "type": "array",
  15496. "items": {
  15497. "type": "string"
  15498. }
  15499. }
  15500. }
  15501. },
  15502. "md.UserFeedbackList": {
  15503. "type": "object",
  15504. "properties": {
  15505. "content": {
  15506. "type": "string"
  15507. },
  15508. "create_at": {
  15509. "type": "string"
  15510. },
  15511. "id": {
  15512. "type": "string"
  15513. },
  15514. "img": {
  15515. "type": "array",
  15516. "items": {
  15517. "type": "string"
  15518. }
  15519. },
  15520. "phone": {
  15521. "type": "string"
  15522. },
  15523. "platform": {
  15524. "type": "string"
  15525. },
  15526. "state": {
  15527. "type": "string",
  15528. "example": "0待解决 1处理中 2已解决"
  15529. },
  15530. "title": {
  15531. "type": "string"
  15532. },
  15533. "type": {
  15534. "type": "string"
  15535. },
  15536. "version": {
  15537. "type": "string"
  15538. }
  15539. }
  15540. },
  15541. "md.UserFeedbackListReq": {
  15542. "type": "object",
  15543. "properties": {
  15544. "cid": {
  15545. "type": "string"
  15546. },
  15547. "limit": {
  15548. "description": "每页大小",
  15549. "type": "string"
  15550. },
  15551. "page": {
  15552. "description": "页数",
  15553. "type": "string"
  15554. },
  15555. "phone": {
  15556. "type": "string"
  15557. },
  15558. "uid": {
  15559. "type": "string"
  15560. }
  15561. }
  15562. },
  15563. "md.UserFeedbackListResp": {
  15564. "type": "object",
  15565. "properties": {
  15566. "list": {
  15567. "type": "array",
  15568. "items": {
  15569. "$ref": "#/definitions/md.UserFeedbackList"
  15570. }
  15571. },
  15572. "select_data": {
  15573. "type": "array",
  15574. "items": {
  15575. "type": "object",
  15576. "additionalProperties": true
  15577. }
  15578. },
  15579. "total": {
  15580. "type": "integer"
  15581. }
  15582. }
  15583. },
  15584. "md.UserFeedbackRecordListReq": {
  15585. "type": "object",
  15586. "properties": {
  15587. "id": {
  15588. "type": "string"
  15589. },
  15590. "limit": {
  15591. "description": "每页大小",
  15592. "type": "string"
  15593. },
  15594. "page": {
  15595. "description": "页数",
  15596. "type": "string"
  15597. }
  15598. }
  15599. },
  15600. "md.UserFeedbackRecordListResp": {
  15601. "type": "object",
  15602. "properties": {
  15603. "content": {
  15604. "type": "string"
  15605. },
  15606. "create_at": {
  15607. "type": "string"
  15608. },
  15609. "head_img": {
  15610. "type": "string"
  15611. },
  15612. "nickname": {
  15613. "type": "string"
  15614. },
  15615. "type": {
  15616. "type": "string"
  15617. }
  15618. }
  15619. },
  15620. "md.UserFeedbackSayReq": {
  15621. "type": "object",
  15622. "properties": {
  15623. "content": {
  15624. "type": "string"
  15625. },
  15626. "id": {
  15627. "type": "string"
  15628. }
  15629. }
  15630. },
  15631. "md.UserManagementGetBalanceDetailResp": {
  15632. "type": "object",
  15633. "properties": {
  15634. "list": {
  15635. "type": "array",
  15636. "items": {
  15637. "$ref": "#/definitions/md.BalanceDetailNode"
  15638. }
  15639. },
  15640. "paginate": {
  15641. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15642. }
  15643. }
  15644. },
  15645. "md.UserManagementGetFansResp": {
  15646. "type": "object",
  15647. "properties": {
  15648. "list": {
  15649. "description": "用户数据",
  15650. "type": "array",
  15651. "items": {
  15652. "$ref": "#/definitions/md.FansNode"
  15653. }
  15654. },
  15655. "paginate": {
  15656. "description": "分页信息",
  15657. "allOf": [
  15658. {
  15659. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15660. }
  15661. ]
  15662. }
  15663. }
  15664. },
  15665. "md.UserManagementGetOneBasicResp": {
  15666. "type": "object",
  15667. "properties": {
  15668. "basic_info": {
  15669. "description": "基本信息",
  15670. "allOf": [
  15671. {
  15672. "$ref": "#/definitions/md.BasicInfoNode"
  15673. }
  15674. ]
  15675. },
  15676. "levels_list": {
  15677. "description": "等级列表",
  15678. "type": "array",
  15679. "items": {
  15680. "type": "object",
  15681. "additionalProperties": true
  15682. }
  15683. },
  15684. "other_info": {
  15685. "description": "其他信息",
  15686. "allOf": [
  15687. {
  15688. "$ref": "#/definitions/md.OtherNode"
  15689. }
  15690. ]
  15691. },
  15692. "tags_list": {
  15693. "description": "标签列表",
  15694. "type": "array",
  15695. "items": {
  15696. "type": "object",
  15697. "additionalProperties": true
  15698. }
  15699. }
  15700. }
  15701. },
  15702. "md.UserManagementGetUserListNode": {
  15703. "type": "object",
  15704. "properties": {
  15705. "avatar": {
  15706. "description": "头像",
  15707. "type": "string"
  15708. },
  15709. "id": {
  15710. "description": "会员 ID",
  15711. "type": "integer"
  15712. },
  15713. "invite_code": {
  15714. "type": "string",
  15715. "example": "会员邀请码"
  15716. },
  15717. "is_real_name": {
  15718. "description": "是否实名 0.未实名,1.已实名",
  15719. "type": "integer"
  15720. },
  15721. "last_login_at": {
  15722. "description": "最后登录时间",
  15723. "type": "string"
  15724. },
  15725. "level_name": {
  15726. "description": "会员等级",
  15727. "type": "string"
  15728. },
  15729. "memo": {
  15730. "description": "备注",
  15731. "type": "string"
  15732. },
  15733. "nickname": {
  15734. "description": "昵称",
  15735. "type": "string"
  15736. },
  15737. "parent_id": {
  15738. "description": "推荐人 ID",
  15739. "type": "integer"
  15740. },
  15741. "parent_invite_code": {
  15742. "type": "string",
  15743. "example": "推荐人邀请码"
  15744. },
  15745. "parent_phone": {
  15746. "type": "string",
  15747. "example": "推荐人手机号"
  15748. },
  15749. "phone": {
  15750. "description": "手机号",
  15751. "type": "string"
  15752. },
  15753. "register_time": {
  15754. "description": "注册时间",
  15755. "type": "string"
  15756. },
  15757. "register_type": {
  15758. "description": "注册类型",
  15759. "type": "integer"
  15760. },
  15761. "sex": {
  15762. "description": "性别(0:未知 1:男 2:女)",
  15763. "type": "integer"
  15764. },
  15765. "state": {
  15766. "description": "状态",
  15767. "type": "integer"
  15768. },
  15769. "tag": {
  15770. "description": "会员标签",
  15771. "type": "array",
  15772. "items": {
  15773. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  15774. }
  15775. },
  15776. "wechat": {
  15777. "description": "微信号",
  15778. "type": "string"
  15779. }
  15780. }
  15781. },
  15782. "md.UserManagementGetUserListReq": {
  15783. "type": "object",
  15784. "properties": {
  15785. "effective": {
  15786. "description": "有效会员",
  15787. "type": "integer"
  15788. },
  15789. "id": {
  15790. "description": "会员 ID",
  15791. "type": "integer"
  15792. },
  15793. "invite_code": {
  15794. "type": "string",
  15795. "example": "会员邀请码"
  15796. },
  15797. "is_real_name": {
  15798. "description": "是否实名 0.未实名,1.已实名",
  15799. "type": "integer"
  15800. },
  15801. "level": {
  15802. "description": "会员等级",
  15803. "type": "integer"
  15804. },
  15805. "limit": {
  15806. "type": "integer"
  15807. },
  15808. "login_after": {
  15809. "description": "最近登录结束时间",
  15810. "type": "string"
  15811. },
  15812. "login_before": {
  15813. "description": "最近登录开始时间",
  15814. "type": "string"
  15815. },
  15816. "memo": {
  15817. "description": "备注",
  15818. "type": "string"
  15819. },
  15820. "nickname": {
  15821. "type": "string",
  15822. "example": "会员昵称"
  15823. },
  15824. "page": {
  15825. "type": "integer"
  15826. },
  15827. "parent_invite_code": {
  15828. "type": "string",
  15829. "example": "上级邀请码"
  15830. },
  15831. "parent_phone": {
  15832. "type": "string",
  15833. "example": "上级手机号"
  15834. },
  15835. "phone": {
  15836. "type": "string",
  15837. "example": "会员手机号"
  15838. },
  15839. "recommend_id": {
  15840. "description": "推荐人 ID",
  15841. "type": "integer"
  15842. },
  15843. "register_after": {
  15844. "description": "注册时间终点",
  15845. "type": "string"
  15846. },
  15847. "register_before": {
  15848. "description": "注册时间起点",
  15849. "type": "string"
  15850. },
  15851. "register_type": {
  15852. "description": "注册类型(1:APP注册、2:H5注册)",
  15853. "type": "integer"
  15854. },
  15855. "sex": {
  15856. "description": "性别(0:未知 1:男 2:女)",
  15857. "type": "integer"
  15858. },
  15859. "state": {
  15860. "description": "状态",
  15861. "type": "integer"
  15862. },
  15863. "tag": {
  15864. "description": "标签 id",
  15865. "type": "integer"
  15866. },
  15867. "union_id": {
  15868. "type": "string",
  15869. "example": "微信号"
  15870. }
  15871. }
  15872. },
  15873. "md.UserManagementGetUserListResp": {
  15874. "type": "object",
  15875. "properties": {
  15876. "levels_list": {
  15877. "description": "等级列表",
  15878. "type": "array",
  15879. "items": {
  15880. "type": "object",
  15881. "additionalProperties": true
  15882. }
  15883. },
  15884. "list": {
  15885. "type": "array",
  15886. "items": {
  15887. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  15888. }
  15889. },
  15890. "paginate": {
  15891. "description": "分页信息",
  15892. "allOf": [
  15893. {
  15894. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15895. }
  15896. ]
  15897. },
  15898. "state_list": {
  15899. "description": "状态列表",
  15900. "type": "array",
  15901. "items": {
  15902. "type": "object",
  15903. "additionalProperties": true
  15904. }
  15905. },
  15906. "tags_list": {
  15907. "description": "标签列表",
  15908. "type": "array",
  15909. "items": {
  15910. "type": "object",
  15911. "additionalProperties": true
  15912. }
  15913. }
  15914. }
  15915. },
  15916. "md.UserManagementGetVirtualCoinDetailResp": {
  15917. "type": "object",
  15918. "properties": {
  15919. "coin_list": {
  15920. "type": "array",
  15921. "items": {
  15922. "type": "object",
  15923. "additionalProperties": true
  15924. }
  15925. },
  15926. "list": {
  15927. "type": "array",
  15928. "items": {
  15929. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  15930. }
  15931. },
  15932. "paginate": {
  15933. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15934. }
  15935. }
  15936. },
  15937. "md.UserManagementUpdateUserInfoReq": {
  15938. "type": "object",
  15939. "properties": {
  15940. "avatar": {
  15941. "description": "头像",
  15942. "type": "string"
  15943. },
  15944. "last_login_ip": {
  15945. "description": "用户最后登录 IP",
  15946. "type": "string"
  15947. },
  15948. "level": {
  15949. "description": "会员等级 ID",
  15950. "type": "string"
  15951. },
  15952. "memo": {
  15953. "type": "string",
  15954. "example": "备注"
  15955. },
  15956. "nickname": {
  15957. "description": "用户名",
  15958. "type": "string"
  15959. },
  15960. "parent_uid": {
  15961. "description": "邀请人 ID",
  15962. "type": "string"
  15963. },
  15964. "password": {
  15965. "description": "登录密码",
  15966. "type": "string"
  15967. },
  15968. "phone": {
  15969. "description": "手机号",
  15970. "type": "string"
  15971. },
  15972. "sex": {
  15973. "description": "性别(0:未知 1:男 2:女)",
  15974. "type": "string"
  15975. },
  15976. "state": {
  15977. "description": "账号状态 1正常,2冻结",
  15978. "type": "string"
  15979. },
  15980. "tag": {
  15981. "description": "用户标签 ID列表",
  15982. "type": "string"
  15983. },
  15984. "uid": {
  15985. "type": "integer"
  15986. },
  15987. "union_id": {
  15988. "description": "微信号",
  15989. "type": "string"
  15990. }
  15991. }
  15992. },
  15993. "md.UserRealName": {
  15994. "type": "object",
  15995. "properties": {
  15996. "create_time": {
  15997. "type": "string"
  15998. },
  15999. "id": {
  16000. "type": "string"
  16001. },
  16002. "id_no": {
  16003. "type": "string"
  16004. },
  16005. "name": {
  16006. "type": "string"
  16007. },
  16008. "pay_state": {
  16009. "type": "string",
  16010. "example": "0未支付 1已支付"
  16011. },
  16012. "phone": {
  16013. "type": "string"
  16014. },
  16015. "state": {
  16016. "type": "string",
  16017. "example": "0未申请 1申请通过 3申请失败"
  16018. },
  16019. "uid": {
  16020. "type": "string"
  16021. }
  16022. }
  16023. },
  16024. "md.UserRealNameBaseResp": {
  16025. "type": "object",
  16026. "properties": {
  16027. "user_real_name_money": {
  16028. "type": "string",
  16029. "example": "实名认证费用"
  16030. },
  16031. "user_real_name_rule": {
  16032. "type": "string",
  16033. "example": "实名认证说明"
  16034. }
  16035. }
  16036. },
  16037. "md.UserRealNameReq": {
  16038. "type": "object",
  16039. "properties": {
  16040. "id_no": {
  16041. "type": "string"
  16042. },
  16043. "limit": {
  16044. "type": "string"
  16045. },
  16046. "name": {
  16047. "type": "string"
  16048. },
  16049. "page": {
  16050. "type": "string"
  16051. },
  16052. "phone": {
  16053. "type": "string"
  16054. },
  16055. "state": {
  16056. "type": "string"
  16057. },
  16058. "uid": {
  16059. "type": "string"
  16060. }
  16061. }
  16062. },
  16063. "md.UserRealNameResp": {
  16064. "type": "object",
  16065. "properties": {
  16066. "list": {
  16067. "type": "array",
  16068. "items": {
  16069. "$ref": "#/definitions/md.UserRealName"
  16070. }
  16071. },
  16072. "select_data": {
  16073. "type": "array",
  16074. "items": {
  16075. "type": "object",
  16076. "additionalProperties": {
  16077. "type": "string"
  16078. }
  16079. }
  16080. },
  16081. "total": {
  16082. "type": "integer"
  16083. }
  16084. }
  16085. },
  16086. "md.UserRealNameSaveReq": {
  16087. "type": "object",
  16088. "properties": {
  16089. "id": {
  16090. "type": "string"
  16091. },
  16092. "state": {
  16093. "type": "string"
  16094. }
  16095. }
  16096. },
  16097. "md.UserVirtualCoinFlow": {
  16098. "type": "object",
  16099. "properties": {
  16100. "after_amount": {
  16101. "type": "string",
  16102. "example": "变更后数量"
  16103. },
  16104. "amount": {
  16105. "type": "string",
  16106. "example": "变更数量"
  16107. },
  16108. "before_amount": {
  16109. "type": "string",
  16110. "example": "变更前数量"
  16111. },
  16112. "coin_id": {
  16113. "description": "虚拟币 ID",
  16114. "type": "integer"
  16115. },
  16116. "create_at": {
  16117. "type": "string",
  16118. "example": "创建时间"
  16119. },
  16120. "direction": {
  16121. "description": "方向:1收入 2支出",
  16122. "type": "integer"
  16123. },
  16124. "id": {
  16125. "type": "integer"
  16126. },
  16127. "sys_fee": {
  16128. "type": "string",
  16129. "example": "手续费"
  16130. },
  16131. "title": {
  16132. "type": "string",
  16133. "example": "标题"
  16134. },
  16135. "transfer_type": {
  16136. "description": "转账类型",
  16137. "type": "integer"
  16138. },
  16139. "uid": {
  16140. "description": "用户 ID",
  16141. "type": "integer"
  16142. },
  16143. "update_at": {
  16144. "type": "string",
  16145. "example": "更新时间"
  16146. }
  16147. }
  16148. },
  16149. "md.VideoBaseData": {
  16150. "type": "object",
  16151. "properties": {
  16152. "interval": {
  16153. "type": "string",
  16154. "example": "领取间隔 秒"
  16155. },
  16156. "reward": {
  16157. "type": "string",
  16158. "example": "单次奖励"
  16159. },
  16160. "timer": {
  16161. "type": "string",
  16162. "example": "观看X秒奖励"
  16163. },
  16164. "total": {
  16165. "type": "string",
  16166. "example": "可领取总次数"
  16167. }
  16168. }
  16169. },
  16170. "md.VideoRewardSetting": {
  16171. "type": "object",
  16172. "properties": {
  16173. "video_reward_is_open": {
  16174. "description": "视频奖励是否开启(1:开启 0:关闭)",
  16175. "type": "integer"
  16176. },
  16177. "video_reward_system": {
  16178. "description": "视频奖励机制",
  16179. "allOf": [
  16180. {
  16181. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  16182. }
  16183. ]
  16184. }
  16185. }
  16186. },
  16187. "md.VideoRewardSystemStruct": {
  16188. "type": "object",
  16189. "properties": {
  16190. "each_round_hour": {
  16191. "description": "每一轮X个小时",
  16192. "type": "string"
  16193. },
  16194. "interval_minutes": {
  16195. "description": "间隔X秒",
  16196. "type": "string"
  16197. },
  16198. "reward_total_num": {
  16199. "description": "一共X个奖励视屏",
  16200. "type": "string"
  16201. },
  16202. "reward_value": {
  16203. "description": "奖励X个活跃积分",
  16204. "type": "string"
  16205. }
  16206. }
  16207. },
  16208. "md.VipEquitySettingNode": {
  16209. "type": "object",
  16210. "properties": {
  16211. "dividend_ratio": {
  16212. "description": "分红比例",
  16213. "type": "string"
  16214. },
  16215. "exchange_account_balance_fee": {
  16216. "description": "兑换余额手续费",
  16217. "type": "string"
  16218. },
  16219. "vip_level_id": {
  16220. "description": "会员等级ID",
  16221. "type": "string"
  16222. },
  16223. "vip_level_name": {
  16224. "description": "会员等级名称",
  16225. "type": "string"
  16226. }
  16227. }
  16228. },
  16229. "md.VirtualCoin": {
  16230. "type": "object",
  16231. "properties": {
  16232. "create_at": {
  16233. "type": "string"
  16234. },
  16235. "exchange_ratio": {
  16236. "description": "兑换比例(与金额)",
  16237. "type": "string",
  16238. "example": "兑换比例(与金额)"
  16239. },
  16240. "id": {
  16241. "type": "integer"
  16242. },
  16243. "is_use": {
  16244. "description": "是否开启: 0否 1是",
  16245. "type": "integer"
  16246. },
  16247. "name": {
  16248. "description": "名称",
  16249. "type": "string"
  16250. },
  16251. "update_at": {
  16252. "type": "string"
  16253. }
  16254. }
  16255. },
  16256. "md.VirtualCoinDetailNode": {
  16257. "type": "object",
  16258. "properties": {
  16259. "after_amount": {
  16260. "description": "变更后积分余额",
  16261. "type": "string"
  16262. },
  16263. "amount": {
  16264. "description": "变更数量",
  16265. "type": "string"
  16266. },
  16267. "create_at": {
  16268. "description": "创建时间",
  16269. "type": "string"
  16270. },
  16271. "direction": {
  16272. "description": "类型 1.收入 2.支出",
  16273. "type": "integer"
  16274. },
  16275. "uid": {
  16276. "description": "用户 ID",
  16277. "type": "integer"
  16278. }
  16279. }
  16280. },
  16281. "md.VirtualCoinListNode": {
  16282. "type": "object",
  16283. "properties": {
  16284. "coin_id": {
  16285. "description": "货币类型 ID",
  16286. "type": "integer"
  16287. },
  16288. "kind": {
  16289. "description": "货币序号",
  16290. "type": "integer"
  16291. },
  16292. "name": {
  16293. "type": "string",
  16294. "example": "货币类型名称"
  16295. }
  16296. }
  16297. },
  16298. "md.WebsiteInfoResp": {
  16299. "type": "object",
  16300. "properties": {
  16301. "android_down_url": {
  16302. "type": "string"
  16303. },
  16304. "ios_down_url": {
  16305. "type": "string"
  16306. },
  16307. "seo_logo": {
  16308. "type": "string"
  16309. },
  16310. "seo_title": {
  16311. "type": "string",
  16312. "example": "seo"
  16313. },
  16314. "web_logo": {
  16315. "type": "string"
  16316. }
  16317. }
  16318. },
  16319. "md.WithdrawApplyAuditReq": {
  16320. "type": "object",
  16321. "required": [
  16322. "audit_state",
  16323. "reason",
  16324. "withdraw_apply_id"
  16325. ],
  16326. "properties": {
  16327. "audit_state": {
  16328. "description": "审核状态(1:同意 2:拒绝)",
  16329. "type": "integer"
  16330. },
  16331. "reason": {
  16332. "description": "审核失败(驳回理由)",
  16333. "type": "integer"
  16334. },
  16335. "withdraw_apply_id": {
  16336. "description": "提现申请id",
  16337. "type": "integer"
  16338. }
  16339. }
  16340. },
  16341. "md.WithdrawFeeSetStruct": {
  16342. "type": "object",
  16343. "properties": {
  16344. "duration": {
  16345. "description": "类型 (1.固定金额 2.固定比例)",
  16346. "type": "integer"
  16347. },
  16348. "value": {
  16349. "description": "具体值",
  16350. "type": "integer"
  16351. }
  16352. }
  16353. },
  16354. "md.WithdrawFrequencySettingStruct": {
  16355. "type": "object",
  16356. "properties": {
  16357. "duration": {
  16358. "description": "周期 (1.天 2.周 3.月)",
  16359. "type": "integer"
  16360. },
  16361. "num": {
  16362. "description": "周期数",
  16363. "type": "array",
  16364. "items": {
  16365. "type": "string"
  16366. }
  16367. }
  16368. }
  16369. },
  16370. "md.WithdrawTimeIntervalStruct": {
  16371. "type": "object",
  16372. "properties": {
  16373. "end_at": {
  16374. "type": "string"
  16375. },
  16376. "start_at": {
  16377. "type": "string"
  16378. }
  16379. }
  16380. },
  16381. "model.EggEnergyUserEggIndexWeight": {
  16382. "type": "object",
  16383. "properties": {
  16384. "account_balance_exchange_egg_energy_nums": {
  16385. "type": "string"
  16386. },
  16387. "browse_interface_nums": {
  16388. "type": "string"
  16389. },
  16390. "college_learning_nums": {
  16391. "type": "string"
  16392. },
  16393. "create_at": {
  16394. "type": "string"
  16395. },
  16396. "ecpm": {
  16397. "type": "string"
  16398. },
  16399. "egg_energy_exchange_account_balance": {
  16400. "type": "string"
  16401. },
  16402. "forum_comments_nums": {
  16403. "type": "string"
  16404. },
  16405. "id": {
  16406. "type": "integer"
  16407. },
  16408. "im_activity_nums": {
  16409. "type": "string"
  16410. },
  16411. "invite_user_nums": {
  16412. "type": "string"
  16413. },
  16414. "person_add_activity_value": {
  16415. "type": "string"
  16416. },
  16417. "send_circle_of_friend_nums": {
  16418. "type": "string"
  16419. },
  16420. "send_red_package_nums": {
  16421. "type": "string"
  16422. },
  16423. "sign_in_nums": {
  16424. "type": "string"
  16425. },
  16426. "team_activity_nums": {
  16427. "type": "string"
  16428. },
  16429. "update_at": {
  16430. "type": "string"
  16431. },
  16432. "violate_nums": {
  16433. "type": "string"
  16434. }
  16435. }
  16436. },
  16437. "model.PlatformActiveData": {
  16438. "type": "object",
  16439. "properties": {
  16440. "date": {
  16441. "type": "string"
  16442. },
  16443. "id": {
  16444. "type": "integer"
  16445. },
  16446. "new_user_count": {
  16447. "type": "integer"
  16448. },
  16449. "user_sign_in_count": {
  16450. "type": "integer"
  16451. },
  16452. "withdraw_amount_count": {
  16453. "type": "string"
  16454. },
  16455. "withdraw_user_count": {
  16456. "type": "integer"
  16457. }
  16458. }
  16459. },
  16460. "model.UserLevelTask": {
  16461. "type": "object",
  16462. "properties": {
  16463. "active_days": {
  16464. "type": "integer"
  16465. },
  16466. "create_at": {
  16467. "type": "string"
  16468. },
  16469. "finish_count": {
  16470. "type": "integer"
  16471. },
  16472. "id": {
  16473. "type": "integer"
  16474. },
  16475. "is_must_task": {
  16476. "type": "integer"
  16477. },
  16478. "level_id": {
  16479. "type": "integer"
  16480. },
  16481. "task_type": {
  16482. "type": "integer"
  16483. },
  16484. "task_type_level_id": {
  16485. "type": "integer"
  16486. },
  16487. "update_at": {
  16488. "type": "string"
  16489. },
  16490. "within_days": {
  16491. "type": "integer"
  16492. }
  16493. }
  16494. },
  16495. "setCenter.WebBasicReq": {
  16496. "type": "object",
  16497. "properties": {
  16498. "android_down_url": {
  16499. "type": "string"
  16500. },
  16501. "ios_down_url": {
  16502. "type": "string"
  16503. },
  16504. "seo_logo": {
  16505. "type": "string"
  16506. },
  16507. "seo_title": {
  16508. "type": "string"
  16509. },
  16510. "wap_host": {
  16511. "type": "string",
  16512. "example": "h5域名"
  16513. },
  16514. "web_logo": {
  16515. "type": "string"
  16516. }
  16517. }
  16518. },
  16519. "setCenter.WebBasicResp": {
  16520. "type": "object",
  16521. "properties": {
  16522. "android_down_url": {
  16523. "type": "string"
  16524. },
  16525. "ios_down_url": {
  16526. "type": "string"
  16527. },
  16528. "seo_logo": {
  16529. "type": "string"
  16530. },
  16531. "seo_logo_url": {
  16532. "type": "string"
  16533. },
  16534. "seo_title": {
  16535. "type": "string"
  16536. },
  16537. "wap_host": {
  16538. "type": "string",
  16539. "example": "h5域名"
  16540. },
  16541. "web_logo": {
  16542. "type": "string"
  16543. },
  16544. "web_logo_url": {
  16545. "type": "string"
  16546. }
  16547. }
  16548. }
  16549. },
  16550. "securityDefinitions": {
  16551. "MasterID": {
  16552. "type": "apiKey",
  16553. "name": "MasterID",
  16554. "in": "header"
  16555. }
  16556. }
  16557. }