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

17506 lines
596 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "管理后台接口文档",
  5. "title": "蛋蛋星球-管理后台",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "dengbiao",
  9. "url": "http://www.swagger.io/support",
  10. "email": "1239118001@qq.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "localhost:4001",
  19. "paths": {
  20. "/api/adminLog/list": {
  21. "post": {
  22. "description": "操作日志",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "操作日志"
  31. ],
  32. "summary": "操作日志",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "description": "验证参数Bearer和token空格拼接",
  37. "name": "Authorization",
  38. "in": "header",
  39. "required": true
  40. },
  41. {
  42. "description": "(分页信息必填)",
  43. "name": "req",
  44. "in": "body",
  45. "required": true,
  46. "schema": {
  47. "$ref": "#/definitions/md.AdminLogListReq"
  48. }
  49. }
  50. ],
  51. "responses": {
  52. "200": {
  53. "description": "具体数据",
  54. "schema": {
  55. "$ref": "#/definitions/md.AdminLogListResp"
  56. }
  57. },
  58. "400": {
  59. "description": "具体错误",
  60. "schema": {
  61. "$ref": "#/definitions/md.Response"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. "/api/advertising/del": {
  68. "post": {
  69. "description": "广告管理-广告列表-删除",
  70. "consumes": [
  71. "application/json"
  72. ],
  73. "produces": [
  74. "application/json"
  75. ],
  76. "tags": [
  77. "广告管理"
  78. ],
  79. "summary": "广告管理-广告列表-删除",
  80. "parameters": [
  81. {
  82. "type": "string",
  83. "description": "验证参数Bearer和token空格拼接",
  84. "name": "Authorization",
  85. "in": "header",
  86. "required": true
  87. },
  88. {
  89. "description": "(分页信息必填)",
  90. "name": "req",
  91. "in": "body",
  92. "required": true,
  93. "schema": {
  94. "$ref": "#/definitions/md.AdvertisingDelReq"
  95. }
  96. }
  97. ],
  98. "responses": {
  99. "200": {
  100. "description": "具体数据",
  101. "schema": {
  102. "type": "string"
  103. }
  104. },
  105. "400": {
  106. "description": "具体错误",
  107. "schema": {
  108. "$ref": "#/definitions/md.Response"
  109. }
  110. }
  111. }
  112. }
  113. },
  114. "/api/advertising/function/del": {
  115. "post": {
  116. "description": "广告管理-广告位置列表-删除",
  117. "consumes": [
  118. "application/json"
  119. ],
  120. "produces": [
  121. "application/json"
  122. ],
  123. "tags": [
  124. "广告管理"
  125. ],
  126. "summary": "广告管理-广告位置列表-删除",
  127. "parameters": [
  128. {
  129. "type": "string",
  130. "description": "验证参数Bearer和token空格拼接",
  131. "name": "Authorization",
  132. "in": "header",
  133. "required": true
  134. },
  135. {
  136. "description": "(分页信息必填)",
  137. "name": "req",
  138. "in": "body",
  139. "required": true,
  140. "schema": {
  141. "$ref": "#/definitions/md.AdvertisingDelReq"
  142. }
  143. }
  144. ],
  145. "responses": {
  146. "200": {
  147. "description": "具体数据",
  148. "schema": {
  149. "type": "string"
  150. }
  151. },
  152. "400": {
  153. "description": "具体错误",
  154. "schema": {
  155. "$ref": "#/definitions/md.Response"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "/api/advertising/function/list": {
  162. "post": {
  163. "description": "广告管理-广告位置列表",
  164. "consumes": [
  165. "application/json"
  166. ],
  167. "produces": [
  168. "application/json"
  169. ],
  170. "tags": [
  171. "广告管理"
  172. ],
  173. "summary": "广告管理-广告位置列表",
  174. "parameters": [
  175. {
  176. "type": "string",
  177. "description": "验证参数Bearer和token空格拼接",
  178. "name": "Authorization",
  179. "in": "header",
  180. "required": true
  181. },
  182. {
  183. "description": "(分页信息必填)",
  184. "name": "req",
  185. "in": "body",
  186. "required": true,
  187. "schema": {
  188. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  189. }
  190. }
  191. ],
  192. "responses": {
  193. "200": {
  194. "description": "具体数据",
  195. "schema": {
  196. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  197. }
  198. },
  199. "400": {
  200. "description": "具体错误",
  201. "schema": {
  202. "$ref": "#/definitions/md.Response"
  203. }
  204. }
  205. }
  206. }
  207. },
  208. "/api/advertising/function/save": {
  209. "post": {
  210. "description": "广告管理-广告位置列表-保存",
  211. "consumes": [
  212. "application/json"
  213. ],
  214. "produces": [
  215. "application/json"
  216. ],
  217. "tags": [
  218. "广告管理"
  219. ],
  220. "summary": "广告管理-广告位置列表-保存",
  221. "parameters": [
  222. {
  223. "type": "string",
  224. "description": "验证参数Bearer和token空格拼接",
  225. "name": "Authorization",
  226. "in": "header",
  227. "required": true
  228. },
  229. {
  230. "description": "(分页信息必填)",
  231. "name": "req",
  232. "in": "body",
  233. "required": true,
  234. "schema": {
  235. "$ref": "#/definitions/md.AdvertisingFunctionList"
  236. }
  237. }
  238. ],
  239. "responses": {
  240. "200": {
  241. "description": "具体数据",
  242. "schema": {
  243. "type": "string"
  244. }
  245. },
  246. "400": {
  247. "description": "具体错误",
  248. "schema": {
  249. "$ref": "#/definitions/md.Response"
  250. }
  251. }
  252. }
  253. }
  254. },
  255. "/api/advertising/getBasic": {
  256. "get": {
  257. "description": "广告管理-基础设置-信息",
  258. "consumes": [
  259. "application/json"
  260. ],
  261. "produces": [
  262. "application/json"
  263. ],
  264. "tags": [
  265. "广告管理"
  266. ],
  267. "summary": "广告管理-基础设置-信息",
  268. "parameters": [
  269. {
  270. "type": "string",
  271. "description": "验证参数Bearer和token空格拼接",
  272. "name": "Authorization",
  273. "in": "header",
  274. "required": true
  275. }
  276. ],
  277. "responses": {
  278. "200": {
  279. "description": "具体数据",
  280. "schema": {
  281. "$ref": "#/definitions/md.AdvertisingBaseResp"
  282. }
  283. },
  284. "400": {
  285. "description": "具体错误",
  286. "schema": {
  287. "$ref": "#/definitions/md.Response"
  288. }
  289. }
  290. }
  291. }
  292. },
  293. "/api/advertising/getLimit": {
  294. "get": {
  295. "description": "广告管理-广告设置-信息",
  296. "consumes": [
  297. "application/json"
  298. ],
  299. "produces": [
  300. "application/json"
  301. ],
  302. "tags": [
  303. "广告管理"
  304. ],
  305. "summary": "广告管理-广告设置-信息",
  306. "parameters": [
  307. {
  308. "type": "string",
  309. "description": "验证参数Bearer和token空格拼接",
  310. "name": "Authorization",
  311. "in": "header",
  312. "required": true
  313. }
  314. ],
  315. "responses": {
  316. "200": {
  317. "description": "具体数据",
  318. "schema": {
  319. "$ref": "#/definitions/md.AdvertisingLimit"
  320. }
  321. },
  322. "400": {
  323. "description": "具体错误",
  324. "schema": {
  325. "$ref": "#/definitions/md.Response"
  326. }
  327. }
  328. }
  329. }
  330. },
  331. "/api/advertising/getPlayletBasic": {
  332. "get": {
  333. "description": "广告管理-短剧设置-信息",
  334. "consumes": [
  335. "application/json"
  336. ],
  337. "produces": [
  338. "application/json"
  339. ],
  340. "tags": [
  341. "广告管理"
  342. ],
  343. "summary": "广告管理-短剧设置-信息",
  344. "parameters": [
  345. {
  346. "type": "string",
  347. "description": "验证参数Bearer和token空格拼接",
  348. "name": "Authorization",
  349. "in": "header",
  350. "required": true
  351. }
  352. ],
  353. "responses": {
  354. "200": {
  355. "description": "具体数据",
  356. "schema": {
  357. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  358. }
  359. },
  360. "400": {
  361. "description": "具体错误",
  362. "schema": {
  363. "$ref": "#/definitions/md.Response"
  364. }
  365. }
  366. }
  367. }
  368. },
  369. "/api/advertising/list": {
  370. "post": {
  371. "description": "广告管理-广告列表",
  372. "consumes": [
  373. "application/json"
  374. ],
  375. "produces": [
  376. "application/json"
  377. ],
  378. "tags": [
  379. "广告管理"
  380. ],
  381. "summary": "广告管理-广告列表",
  382. "parameters": [
  383. {
  384. "type": "string",
  385. "description": "验证参数Bearer和token空格拼接",
  386. "name": "Authorization",
  387. "in": "header",
  388. "required": true
  389. },
  390. {
  391. "description": "(分页信息必填)",
  392. "name": "req",
  393. "in": "body",
  394. "required": true,
  395. "schema": {
  396. "$ref": "#/definitions/md.AdvertisingListReq"
  397. }
  398. }
  399. ],
  400. "responses": {
  401. "200": {
  402. "description": "具体数据",
  403. "schema": {
  404. "$ref": "#/definitions/md.AdvertisingListResp"
  405. }
  406. },
  407. "400": {
  408. "description": "具体错误",
  409. "schema": {
  410. "$ref": "#/definitions/md.Response"
  411. }
  412. }
  413. }
  414. }
  415. },
  416. "/api/advertising/save": {
  417. "post": {
  418. "description": "广告管理-广告列表-保存",
  419. "consumes": [
  420. "application/json"
  421. ],
  422. "produces": [
  423. "application/json"
  424. ],
  425. "tags": [
  426. "广告管理"
  427. ],
  428. "summary": "广告管理-广告列表-保存",
  429. "parameters": [
  430. {
  431. "type": "string",
  432. "description": "验证参数Bearer和token空格拼接",
  433. "name": "Authorization",
  434. "in": "header",
  435. "required": true
  436. },
  437. {
  438. "description": "(分页信息必填)",
  439. "name": "req",
  440. "in": "body",
  441. "required": true,
  442. "schema": {
  443. "$ref": "#/definitions/md.AdvertisingSaveReq"
  444. }
  445. }
  446. ],
  447. "responses": {
  448. "200": {
  449. "description": "具体数据",
  450. "schema": {
  451. "type": "string"
  452. }
  453. },
  454. "400": {
  455. "description": "具体错误",
  456. "schema": {
  457. "$ref": "#/definitions/md.Response"
  458. }
  459. }
  460. }
  461. }
  462. },
  463. "/api/advertising/setBasic": {
  464. "post": {
  465. "description": "广告管理-基础设置-信息保存",
  466. "consumes": [
  467. "application/json"
  468. ],
  469. "produces": [
  470. "application/json"
  471. ],
  472. "tags": [
  473. "广告管理"
  474. ],
  475. "summary": "广告管理-基础设置-信息保存",
  476. "parameters": [
  477. {
  478. "type": "string",
  479. "description": "验证参数Bearer和token空格拼接",
  480. "name": "Authorization",
  481. "in": "header",
  482. "required": true
  483. },
  484. {
  485. "description": "(分页信息必填)",
  486. "name": "req",
  487. "in": "body",
  488. "required": true,
  489. "schema": {
  490. "$ref": "#/definitions/md.AdvertisingBase"
  491. }
  492. }
  493. ],
  494. "responses": {
  495. "200": {
  496. "description": "具体数据",
  497. "schema": {
  498. "type": "string"
  499. }
  500. },
  501. "400": {
  502. "description": "具体错误",
  503. "schema": {
  504. "$ref": "#/definitions/md.Response"
  505. }
  506. }
  507. }
  508. }
  509. },
  510. "/api/advertising/setLimit": {
  511. "post": {
  512. "description": "广告管理-广告设置-信息保存",
  513. "consumes": [
  514. "application/json"
  515. ],
  516. "produces": [
  517. "application/json"
  518. ],
  519. "tags": [
  520. "广告管理"
  521. ],
  522. "summary": "广告管理-广告设置-信息保存",
  523. "parameters": [
  524. {
  525. "type": "string",
  526. "description": "验证参数Bearer和token空格拼接",
  527. "name": "Authorization",
  528. "in": "header",
  529. "required": true
  530. },
  531. {
  532. "description": "(分页信息必填)",
  533. "name": "req",
  534. "in": "body",
  535. "required": true,
  536. "schema": {
  537. "$ref": "#/definitions/md.AdvertisingLimit"
  538. }
  539. }
  540. ],
  541. "responses": {
  542. "200": {
  543. "description": "具体数据",
  544. "schema": {
  545. "type": "string"
  546. }
  547. },
  548. "400": {
  549. "description": "具体错误",
  550. "schema": {
  551. "$ref": "#/definitions/md.Response"
  552. }
  553. }
  554. }
  555. }
  556. },
  557. "/api/advertising/setPlayletBasic": {
  558. "post": {
  559. "description": "广告管理-短剧设置-信息保存",
  560. "consumes": [
  561. "application/json"
  562. ],
  563. "produces": [
  564. "application/json"
  565. ],
  566. "tags": [
  567. "广告管理"
  568. ],
  569. "summary": "广告管理-短剧设置-信息保存",
  570. "parameters": [
  571. {
  572. "type": "string",
  573. "description": "验证参数Bearer和token空格拼接",
  574. "name": "Authorization",
  575. "in": "header",
  576. "required": true
  577. },
  578. {
  579. "description": "(分页信息必填)",
  580. "name": "req",
  581. "in": "body",
  582. "required": true,
  583. "schema": {
  584. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  585. }
  586. }
  587. ],
  588. "responses": {
  589. "200": {
  590. "description": "具体数据",
  591. "schema": {
  592. "type": "string"
  593. }
  594. },
  595. "400": {
  596. "description": "具体错误",
  597. "schema": {
  598. "$ref": "#/definitions/md.Response"
  599. }
  600. }
  601. }
  602. }
  603. },
  604. "/api/advertising/visit/list": {
  605. "post": {
  606. "description": "广告管理-回调列表",
  607. "consumes": [
  608. "application/json"
  609. ],
  610. "produces": [
  611. "application/json"
  612. ],
  613. "tags": [
  614. "广告管理"
  615. ],
  616. "summary": "广告管理-回调列表",
  617. "parameters": [
  618. {
  619. "type": "string",
  620. "description": "验证参数Bearer和token空格拼接",
  621. "name": "Authorization",
  622. "in": "header",
  623. "required": true
  624. },
  625. {
  626. "description": "(分页信息必填)",
  627. "name": "req",
  628. "in": "body",
  629. "required": true,
  630. "schema": {
  631. "$ref": "#/definitions/md.AdvertisingVisitListReq"
  632. }
  633. }
  634. ],
  635. "responses": {
  636. "200": {
  637. "description": "具体数据",
  638. "schema": {
  639. "$ref": "#/definitions/md.AdvertisingVisitListResp"
  640. }
  641. },
  642. "400": {
  643. "description": "具体错误",
  644. "schema": {
  645. "$ref": "#/definitions/md.Response"
  646. }
  647. }
  648. }
  649. }
  650. },
  651. "/api/article/cate/del": {
  652. "post": {
  653. "description": "分类列表-分类删除",
  654. "consumes": [
  655. "application/json"
  656. ],
  657. "produces": [
  658. "application/json"
  659. ],
  660. "tags": [
  661. "文章资讯"
  662. ],
  663. "summary": "文章资讯-分类列表-分类删除",
  664. "parameters": [
  665. {
  666. "type": "string",
  667. "description": "验证参数Bearer和token空格拼接",
  668. "name": "Authorization",
  669. "in": "header",
  670. "required": true
  671. },
  672. {
  673. "description": "(分页信息必填)",
  674. "name": "req",
  675. "in": "body",
  676. "required": true,
  677. "schema": {
  678. "$ref": "#/definitions/md.ArticleCateDelReq"
  679. }
  680. }
  681. ],
  682. "responses": {
  683. "200": {
  684. "description": "具体数据",
  685. "schema": {
  686. "type": "string"
  687. }
  688. },
  689. "400": {
  690. "description": "具体错误",
  691. "schema": {
  692. "$ref": "#/definitions/md.Response"
  693. }
  694. }
  695. }
  696. }
  697. },
  698. "/api/article/cate/list": {
  699. "post": {
  700. "description": "分类列表",
  701. "consumes": [
  702. "application/json"
  703. ],
  704. "produces": [
  705. "application/json"
  706. ],
  707. "tags": [
  708. "文章资讯"
  709. ],
  710. "summary": "文章资讯-分类列表",
  711. "parameters": [
  712. {
  713. "type": "string",
  714. "description": "验证参数Bearer和token空格拼接",
  715. "name": "Authorization",
  716. "in": "header",
  717. "required": true
  718. },
  719. {
  720. "description": "(分页信息必填)",
  721. "name": "req",
  722. "in": "body",
  723. "required": true,
  724. "schema": {
  725. "$ref": "#/definitions/md.ArticleCateListReq"
  726. }
  727. }
  728. ],
  729. "responses": {
  730. "200": {
  731. "description": "具体数据",
  732. "schema": {
  733. "$ref": "#/definitions/md.ArticleCateListResp"
  734. }
  735. },
  736. "400": {
  737. "description": "具体错误",
  738. "schema": {
  739. "$ref": "#/definitions/md.Response"
  740. }
  741. }
  742. }
  743. }
  744. },
  745. "/api/article/cate/save": {
  746. "post": {
  747. "description": "分类列表-分类保存",
  748. "consumes": [
  749. "application/json"
  750. ],
  751. "produces": [
  752. "application/json"
  753. ],
  754. "tags": [
  755. "文章资讯"
  756. ],
  757. "summary": "文章资讯-分类列表-分类保存",
  758. "parameters": [
  759. {
  760. "type": "string",
  761. "description": "验证参数Bearer和token空格拼接",
  762. "name": "Authorization",
  763. "in": "header",
  764. "required": true
  765. },
  766. {
  767. "description": "(分页信息必填)",
  768. "name": "req",
  769. "in": "body",
  770. "required": true,
  771. "schema": {
  772. "$ref": "#/definitions/md.ArticleCateSaveReq"
  773. }
  774. }
  775. ],
  776. "responses": {
  777. "200": {
  778. "description": "具体数据",
  779. "schema": {
  780. "type": "string"
  781. }
  782. },
  783. "400": {
  784. "description": "具体错误",
  785. "schema": {
  786. "$ref": "#/definitions/md.Response"
  787. }
  788. }
  789. }
  790. }
  791. },
  792. "/api/article/content/del": {
  793. "post": {
  794. "description": "文章列表-文章删除",
  795. "consumes": [
  796. "application/json"
  797. ],
  798. "produces": [
  799. "application/json"
  800. ],
  801. "tags": [
  802. "文章资讯"
  803. ],
  804. "summary": "文章资讯-文章列表-文章删除",
  805. "parameters": [
  806. {
  807. "type": "string",
  808. "description": "验证参数Bearer和token空格拼接",
  809. "name": "Authorization",
  810. "in": "header",
  811. "required": true
  812. },
  813. {
  814. "description": "(分页信息必填)",
  815. "name": "req",
  816. "in": "body",
  817. "required": true,
  818. "schema": {
  819. "$ref": "#/definitions/md.ArticleDelReq"
  820. }
  821. }
  822. ],
  823. "responses": {
  824. "200": {
  825. "description": "具体数据",
  826. "schema": {
  827. "type": "string"
  828. }
  829. },
  830. "400": {
  831. "description": "具体错误",
  832. "schema": {
  833. "$ref": "#/definitions/md.Response"
  834. }
  835. }
  836. }
  837. }
  838. },
  839. "/api/article/content/list": {
  840. "post": {
  841. "description": "文章列表",
  842. "consumes": [
  843. "application/json"
  844. ],
  845. "produces": [
  846. "application/json"
  847. ],
  848. "tags": [
  849. "文章资讯"
  850. ],
  851. "summary": "文章资讯-文章列表",
  852. "parameters": [
  853. {
  854. "type": "string",
  855. "description": "验证参数Bearer和token空格拼接",
  856. "name": "Authorization",
  857. "in": "header",
  858. "required": true
  859. },
  860. {
  861. "description": "(分页信息必填)",
  862. "name": "req",
  863. "in": "body",
  864. "required": true,
  865. "schema": {
  866. "$ref": "#/definitions/md.ArticleListReq"
  867. }
  868. }
  869. ],
  870. "responses": {
  871. "200": {
  872. "description": "具体数据",
  873. "schema": {
  874. "$ref": "#/definitions/md.ArticleListResp"
  875. }
  876. },
  877. "400": {
  878. "description": "具体错误",
  879. "schema": {
  880. "$ref": "#/definitions/md.Response"
  881. }
  882. }
  883. }
  884. }
  885. },
  886. "/api/article/content/save": {
  887. "post": {
  888. "description": "文章列表-文章保存",
  889. "consumes": [
  890. "application/json"
  891. ],
  892. "produces": [
  893. "application/json"
  894. ],
  895. "tags": [
  896. "文章资讯"
  897. ],
  898. "summary": "文章资讯-文章列表-文章保存",
  899. "parameters": [
  900. {
  901. "type": "string",
  902. "description": "验证参数Bearer和token空格拼接",
  903. "name": "Authorization",
  904. "in": "header",
  905. "required": true
  906. },
  907. {
  908. "description": "(分页信息必填)",
  909. "name": "req",
  910. "in": "body",
  911. "required": true,
  912. "schema": {
  913. "$ref": "#/definitions/md.ArticleSaveReq"
  914. }
  915. }
  916. ],
  917. "responses": {
  918. "200": {
  919. "description": "具体数据",
  920. "schema": {
  921. "type": "string"
  922. }
  923. },
  924. "400": {
  925. "description": "具体错误",
  926. "schema": {
  927. "$ref": "#/definitions/md.Response"
  928. }
  929. }
  930. }
  931. }
  932. },
  933. "/api/cloudBundle/audit/clear": {
  934. "post": {
  935. "description": "云打包-云打包-清除审核模板",
  936. "consumes": [
  937. "application/json"
  938. ],
  939. "produces": [
  940. "application/json"
  941. ],
  942. "tags": [
  943. "云打包"
  944. ],
  945. "summary": "云打包-云打包-清除审核模板",
  946. "parameters": [
  947. {
  948. "type": "string",
  949. "description": "验证参数Bearer和token空格拼接",
  950. "name": "Authorization",
  951. "in": "header",
  952. "required": true
  953. },
  954. {
  955. "description": "(分页信息必填)",
  956. "name": "req",
  957. "in": "body",
  958. "required": true,
  959. "schema": {
  960. "$ref": "#/definitions/md.AuditClearReq"
  961. }
  962. }
  963. ],
  964. "responses": {
  965. "200": {
  966. "description": "具体数据",
  967. "schema": {
  968. "type": "string"
  969. }
  970. },
  971. "400": {
  972. "description": "具体错误",
  973. "schema": {
  974. "$ref": "#/definitions/md.Response"
  975. }
  976. }
  977. }
  978. }
  979. },
  980. "/api/cloudBundle/audit/set": {
  981. "post": {
  982. "description": "云打包-云打包-设置为审核模板",
  983. "consumes": [
  984. "application/json"
  985. ],
  986. "produces": [
  987. "application/json"
  988. ],
  989. "tags": [
  990. "云打包"
  991. ],
  992. "summary": "云打包-云打包-设置为审核模板",
  993. "parameters": [
  994. {
  995. "type": "string",
  996. "description": "验证参数Bearer和token空格拼接",
  997. "name": "Authorization",
  998. "in": "header",
  999. "required": true
  1000. },
  1001. {
  1002. "description": "(分页信息必填)",
  1003. "name": "req",
  1004. "in": "body",
  1005. "required": true,
  1006. "schema": {
  1007. "$ref": "#/definitions/md.CommReq"
  1008. }
  1009. }
  1010. ],
  1011. "responses": {
  1012. "200": {
  1013. "description": "具体数据",
  1014. "schema": {
  1015. "type": "string"
  1016. }
  1017. },
  1018. "400": {
  1019. "description": "具体错误",
  1020. "schema": {
  1021. "$ref": "#/definitions/md.Response"
  1022. }
  1023. }
  1024. }
  1025. }
  1026. },
  1027. "/api/cloudBundle/base": {
  1028. "get": {
  1029. "description": "打包机使用-云打包基本信息",
  1030. "consumes": [
  1031. "application/json"
  1032. ],
  1033. "produces": [
  1034. "application/json"
  1035. ],
  1036. "tags": [
  1037. "打包机使用"
  1038. ],
  1039. "summary": "打包机使用-云打包基本信息",
  1040. "parameters": [
  1041. {
  1042. "type": "string",
  1043. "description": "验证参数Bearer和token空格拼接",
  1044. "name": "Authorization",
  1045. "in": "header",
  1046. "required": true
  1047. }
  1048. ],
  1049. "responses": {
  1050. "200": {
  1051. "description": "具体数据",
  1052. "schema": {
  1053. "$ref": "#/definitions/md.CloudBundleBaseResp"
  1054. }
  1055. },
  1056. "400": {
  1057. "description": "具体错误",
  1058. "schema": {
  1059. "$ref": "#/definitions/md.Response"
  1060. }
  1061. }
  1062. }
  1063. }
  1064. },
  1065. "/api/cloudBundle/build": {
  1066. "post": {
  1067. "description": "云打包-云打包操作",
  1068. "consumes": [
  1069. "application/json"
  1070. ],
  1071. "produces": [
  1072. "application/json"
  1073. ],
  1074. "tags": [
  1075. "云打包"
  1076. ],
  1077. "summary": "云打包-云打包操作",
  1078. "parameters": [
  1079. {
  1080. "type": "string",
  1081. "description": "验证参数Bearer和token空格拼接",
  1082. "name": "Authorization",
  1083. "in": "header",
  1084. "required": true
  1085. },
  1086. {
  1087. "description": "(分页信息必填)",
  1088. "name": "req",
  1089. "in": "body",
  1090. "required": true,
  1091. "schema": {
  1092. "$ref": "#/definitions/md.CloudBundleBuildReq"
  1093. }
  1094. }
  1095. ],
  1096. "responses": {
  1097. "200": {
  1098. "description": "具体数据",
  1099. "schema": {
  1100. "type": "string"
  1101. }
  1102. },
  1103. "400": {
  1104. "description": "具体错误",
  1105. "schema": {
  1106. "$ref": "#/definitions/md.Response"
  1107. }
  1108. }
  1109. }
  1110. }
  1111. },
  1112. "/api/cloudBundle/del": {
  1113. "post": {
  1114. "description": "云打包-云打包删除",
  1115. "consumes": [
  1116. "application/json"
  1117. ],
  1118. "produces": [
  1119. "application/json"
  1120. ],
  1121. "tags": [
  1122. "云打包"
  1123. ],
  1124. "summary": "云打包-云打包删除",
  1125. "parameters": [
  1126. {
  1127. "type": "string",
  1128. "description": "验证参数Bearer和token空格拼接",
  1129. "name": "Authorization",
  1130. "in": "header",
  1131. "required": true
  1132. },
  1133. {
  1134. "description": "(分页信息必填)",
  1135. "name": "req",
  1136. "in": "body",
  1137. "required": true,
  1138. "schema": {
  1139. "$ref": "#/definitions/md.CloudBundleDelReq"
  1140. }
  1141. }
  1142. ],
  1143. "responses": {
  1144. "200": {
  1145. "description": "具体数据",
  1146. "schema": {
  1147. "type": "string"
  1148. }
  1149. },
  1150. "400": {
  1151. "description": "具体错误",
  1152. "schema": {
  1153. "$ref": "#/definitions/md.Response"
  1154. }
  1155. }
  1156. }
  1157. }
  1158. },
  1159. "/api/cloudBundle/img/base": {
  1160. "get": {
  1161. "description": "云打包-图片配置",
  1162. "consumes": [
  1163. "application/json"
  1164. ],
  1165. "produces": [
  1166. "application/json"
  1167. ],
  1168. "tags": [
  1169. "云打包"
  1170. ],
  1171. "summary": "云打包-云打包-图片配置",
  1172. "parameters": [
  1173. {
  1174. "type": "string",
  1175. "description": "验证参数Bearer和token空格拼接",
  1176. "name": "Authorization",
  1177. "in": "header",
  1178. "required": true
  1179. }
  1180. ],
  1181. "responses": {
  1182. "200": {
  1183. "description": "具体数据",
  1184. "schema": {
  1185. "$ref": "#/definitions/md.CloudBundleImgResp"
  1186. }
  1187. },
  1188. "400": {
  1189. "description": "具体错误",
  1190. "schema": {
  1191. "$ref": "#/definitions/md.Response"
  1192. }
  1193. }
  1194. }
  1195. }
  1196. },
  1197. "/api/cloudBundle/img/base/save": {
  1198. "post": {
  1199. "description": "云打包-图片配置",
  1200. "consumes": [
  1201. "application/json"
  1202. ],
  1203. "produces": [
  1204. "application/json"
  1205. ],
  1206. "tags": [
  1207. "云打包"
  1208. ],
  1209. "summary": "云打包-图片配置",
  1210. "parameters": [
  1211. {
  1212. "type": "string",
  1213. "description": "验证参数Bearer和token空格拼接",
  1214. "name": "Authorization",
  1215. "in": "header",
  1216. "required": true
  1217. },
  1218. {
  1219. "description": "(分页信息必填)",
  1220. "name": "req",
  1221. "in": "body",
  1222. "required": true,
  1223. "schema": {
  1224. "$ref": "#/definitions/md.CloudBundleImgResp"
  1225. }
  1226. }
  1227. ],
  1228. "responses": {
  1229. "200": {
  1230. "description": "具体数据",
  1231. "schema": {
  1232. "type": "string"
  1233. }
  1234. },
  1235. "400": {
  1236. "description": "具体错误",
  1237. "schema": {
  1238. "$ref": "#/definitions/md.Response"
  1239. }
  1240. }
  1241. }
  1242. }
  1243. },
  1244. "/api/cloudBundle/list": {
  1245. "post": {
  1246. "description": "云打包-云打包版本列表",
  1247. "consumes": [
  1248. "application/json"
  1249. ],
  1250. "produces": [
  1251. "application/json"
  1252. ],
  1253. "tags": [
  1254. "云打包"
  1255. ],
  1256. "summary": "云打包-云打包版本列表",
  1257. "parameters": [
  1258. {
  1259. "type": "string",
  1260. "description": "验证参数Bearer和token空格拼接",
  1261. "name": "Authorization",
  1262. "in": "header",
  1263. "required": true
  1264. },
  1265. {
  1266. "description": "(分页信息必填)",
  1267. "name": "req",
  1268. "in": "body",
  1269. "required": true,
  1270. "schema": {
  1271. "$ref": "#/definitions/md.CloudBundleReq"
  1272. }
  1273. }
  1274. ],
  1275. "responses": {
  1276. "200": {
  1277. "description": "具体数据",
  1278. "schema": {
  1279. "$ref": "#/definitions/md.CloudBundleResp"
  1280. }
  1281. },
  1282. "400": {
  1283. "description": "具体错误",
  1284. "schema": {
  1285. "$ref": "#/definitions/md.Response"
  1286. }
  1287. }
  1288. }
  1289. }
  1290. },
  1291. "/api/cloudBundle/update/state": {
  1292. "post": {
  1293. "description": "打包机使用-云打包更新状态",
  1294. "consumes": [
  1295. "application/json"
  1296. ],
  1297. "produces": [
  1298. "application/json"
  1299. ],
  1300. "tags": [
  1301. "打包机使用"
  1302. ],
  1303. "summary": "打包机使用-云打包更新状态等",
  1304. "parameters": [
  1305. {
  1306. "type": "string",
  1307. "description": "验证参数Bearer和token空格拼接",
  1308. "name": "Authorization",
  1309. "in": "header",
  1310. "required": true
  1311. },
  1312. {
  1313. "description": "(分页信息必填)",
  1314. "name": "req",
  1315. "in": "body",
  1316. "required": true,
  1317. "schema": {
  1318. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1319. }
  1320. }
  1321. ],
  1322. "responses": {
  1323. "200": {
  1324. "description": "具体数据",
  1325. "schema": {
  1326. "type": "string"
  1327. }
  1328. },
  1329. "400": {
  1330. "description": "具体错误",
  1331. "schema": {
  1332. "$ref": "#/definitions/md.Response"
  1333. }
  1334. }
  1335. }
  1336. }
  1337. },
  1338. "/api/cloudBundle/upload": {
  1339. "post": {
  1340. "description": "打包机使用-云打包-上传许可链接(获取)",
  1341. "consumes": [
  1342. "application/json"
  1343. ],
  1344. "produces": [
  1345. "application/json"
  1346. ],
  1347. "tags": [
  1348. "打包机使用"
  1349. ],
  1350. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1351. "parameters": [
  1352. {
  1353. "type": "string",
  1354. "description": "验证参数Bearer和token空格拼接",
  1355. "name": "Authorization",
  1356. "in": "header",
  1357. "required": true
  1358. },
  1359. {
  1360. "description": "签名上传url",
  1361. "name": "req",
  1362. "in": "body",
  1363. "required": true,
  1364. "schema": {
  1365. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1366. }
  1367. }
  1368. ],
  1369. "responses": {
  1370. "200": {
  1371. "description": "许可链接",
  1372. "schema": {
  1373. "type": "string"
  1374. }
  1375. },
  1376. "400": {
  1377. "description": "具体错误",
  1378. "schema": {
  1379. "$ref": "#/definitions/md.Response"
  1380. }
  1381. }
  1382. }
  1383. }
  1384. },
  1385. "/api/cloudBundle/version/base": {
  1386. "get": {
  1387. "description": "云打包-图片配置",
  1388. "consumes": [
  1389. "application/json"
  1390. ],
  1391. "produces": [
  1392. "application/json"
  1393. ],
  1394. "tags": [
  1395. "云打包"
  1396. ],
  1397. "summary": "云打包-云打包-图片配置",
  1398. "parameters": [
  1399. {
  1400. "type": "string",
  1401. "description": "验证参数Bearer和token空格拼接",
  1402. "name": "Authorization",
  1403. "in": "header",
  1404. "required": true
  1405. }
  1406. ],
  1407. "responses": {
  1408. "200": {
  1409. "description": "具体数据",
  1410. "schema": {
  1411. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1412. }
  1413. },
  1414. "400": {
  1415. "description": "具体错误",
  1416. "schema": {
  1417. "$ref": "#/definitions/md.Response"
  1418. }
  1419. }
  1420. }
  1421. }
  1422. },
  1423. "/api/cloudBundle/version/base/save": {
  1424. "post": {
  1425. "description": "云打包-图片配置",
  1426. "consumes": [
  1427. "application/json"
  1428. ],
  1429. "produces": [
  1430. "application/json"
  1431. ],
  1432. "tags": [
  1433. "云打包"
  1434. ],
  1435. "summary": "云打包-图片配置",
  1436. "parameters": [
  1437. {
  1438. "type": "string",
  1439. "description": "验证参数Bearer和token空格拼接",
  1440. "name": "Authorization",
  1441. "in": "header",
  1442. "required": true
  1443. },
  1444. {
  1445. "description": "(分页信息必填)",
  1446. "name": "req",
  1447. "in": "body",
  1448. "required": true,
  1449. "schema": {
  1450. "$ref": "#/definitions/md.CloudBundleVersion"
  1451. }
  1452. }
  1453. ],
  1454. "responses": {
  1455. "200": {
  1456. "description": "具体数据",
  1457. "schema": {
  1458. "type": "string"
  1459. }
  1460. },
  1461. "400": {
  1462. "description": "具体错误",
  1463. "schema": {
  1464. "$ref": "#/definitions/md.Response"
  1465. }
  1466. }
  1467. }
  1468. }
  1469. },
  1470. "/api/comm/adminInfo": {
  1471. "post": {
  1472. "description": "获取管理员信息",
  1473. "consumes": [
  1474. "application/json"
  1475. ],
  1476. "produces": [
  1477. "application/json"
  1478. ],
  1479. "tags": [
  1480. "通用请求"
  1481. ],
  1482. "summary": "通用请求-获取管理员信息",
  1483. "parameters": [
  1484. {
  1485. "type": "string",
  1486. "description": "验证参数Bearer和token空格拼接",
  1487. "name": "Authorization",
  1488. "in": "header",
  1489. "required": true
  1490. }
  1491. ],
  1492. "responses": {
  1493. "200": {
  1494. "description": "管理员信息",
  1495. "schema": {
  1496. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1497. }
  1498. },
  1499. "400": {
  1500. "description": "具体错误",
  1501. "schema": {
  1502. "$ref": "#/definitions/md.Response"
  1503. }
  1504. }
  1505. }
  1506. }
  1507. },
  1508. "/api/comm/getMenuList": {
  1509. "post": {
  1510. "description": "菜单栏列表(获取)",
  1511. "consumes": [
  1512. "application/json"
  1513. ],
  1514. "produces": [
  1515. "application/json"
  1516. ],
  1517. "tags": [
  1518. "权限列表"
  1519. ],
  1520. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1521. "parameters": [
  1522. {
  1523. "type": "string",
  1524. "description": "验证参数Bearer和token空格拼接",
  1525. "name": "Authorization",
  1526. "in": "header",
  1527. "required": true
  1528. }
  1529. ],
  1530. "responses": {
  1531. "200": {
  1532. "description": "具体路由",
  1533. "schema": {
  1534. "type": "object",
  1535. "additionalProperties": true
  1536. }
  1537. },
  1538. "400": {
  1539. "description": "具体错误",
  1540. "schema": {
  1541. "$ref": "#/definitions/md.Response"
  1542. }
  1543. }
  1544. }
  1545. }
  1546. },
  1547. "/api/comm/getOssUrl": {
  1548. "post": {
  1549. "description": "上传许可链接(获取)",
  1550. "consumes": [
  1551. "application/json"
  1552. ],
  1553. "produces": [
  1554. "application/json"
  1555. ],
  1556. "tags": [
  1557. "对象存储"
  1558. ],
  1559. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1560. "parameters": [
  1561. {
  1562. "type": "string",
  1563. "description": "验证参数Bearer和token空格拼接",
  1564. "name": "Authorization",
  1565. "in": "header",
  1566. "required": true
  1567. },
  1568. {
  1569. "description": "签名上传url",
  1570. "name": "req",
  1571. "in": "body",
  1572. "required": true,
  1573. "schema": {
  1574. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1575. }
  1576. }
  1577. ],
  1578. "responses": {
  1579. "200": {
  1580. "description": "许可链接",
  1581. "schema": {
  1582. "type": "string"
  1583. }
  1584. },
  1585. "400": {
  1586. "description": "具体错误",
  1587. "schema": {
  1588. "$ref": "#/definitions/md.Response"
  1589. }
  1590. }
  1591. }
  1592. }
  1593. },
  1594. "/api/config": {
  1595. "get": {
  1596. "description": "基本配置",
  1597. "consumes": [
  1598. "application/json"
  1599. ],
  1600. "produces": [
  1601. "application/json"
  1602. ],
  1603. "tags": [
  1604. "基本配置"
  1605. ],
  1606. "summary": "基本配置",
  1607. "parameters": [
  1608. {
  1609. "type": "string",
  1610. "description": "验证参数Bearer和token空格拼接",
  1611. "name": "Authorization",
  1612. "in": "header",
  1613. "required": true
  1614. }
  1615. ],
  1616. "responses": {
  1617. "200": {
  1618. "description": "具体数据",
  1619. "schema": {
  1620. "$ref": "#/definitions/md.ConfigResp"
  1621. }
  1622. },
  1623. "400": {
  1624. "description": "具体错误",
  1625. "schema": {
  1626. "$ref": "#/definitions/md.Response"
  1627. }
  1628. }
  1629. }
  1630. }
  1631. },
  1632. "/api/demo": {
  1633. "post": {
  1634. "description": "Demo样例测试",
  1635. "consumes": [
  1636. "application/json"
  1637. ],
  1638. "produces": [
  1639. "application/json"
  1640. ],
  1641. "tags": [
  1642. "Demo"
  1643. ],
  1644. "summary": "Demo测试",
  1645. "parameters": [
  1646. {
  1647. "description": "用户名密码",
  1648. "name": "req",
  1649. "in": "body",
  1650. "required": true,
  1651. "schema": {
  1652. "type": "object"
  1653. }
  1654. }
  1655. ],
  1656. "responses": {
  1657. "200": {
  1658. "description": "token",
  1659. "schema": {
  1660. "type": "object",
  1661. "additionalProperties": true
  1662. }
  1663. },
  1664. "400": {
  1665. "description": "具体错误",
  1666. "schema": {
  1667. "$ref": "#/definitions/md.Response"
  1668. }
  1669. }
  1670. }
  1671. }
  1672. },
  1673. "/api/financialCenter/withdraw/applyList": {
  1674. "post": {
  1675. "description": "提现申请列表(获取)",
  1676. "consumes": [
  1677. "application/json"
  1678. ],
  1679. "produces": [
  1680. "application/json"
  1681. ],
  1682. "tags": [
  1683. "提现"
  1684. ],
  1685. "summary": "财务中心-提现-提现申请列表(获取)",
  1686. "parameters": [
  1687. {
  1688. "type": "string",
  1689. "description": "验证参数Bearer和token空格拼接",
  1690. "name": "Authorization",
  1691. "in": "header",
  1692. "required": true
  1693. },
  1694. {
  1695. "description": "筛选条件",
  1696. "name": "req",
  1697. "in": "body",
  1698. "schema": {
  1699. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1700. }
  1701. }
  1702. ],
  1703. "responses": {
  1704. "200": {
  1705. "description": "具体数据",
  1706. "schema": {
  1707. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1708. }
  1709. },
  1710. "400": {
  1711. "description": "具体错误",
  1712. "schema": {
  1713. "$ref": "#/definitions/md.Response"
  1714. }
  1715. }
  1716. }
  1717. }
  1718. },
  1719. "/api/financialCenter/withdraw/audit": {
  1720. "post": {
  1721. "description": "提现审核",
  1722. "consumes": [
  1723. "application/json"
  1724. ],
  1725. "produces": [
  1726. "application/json"
  1727. ],
  1728. "tags": [
  1729. "提现"
  1730. ],
  1731. "summary": "财务中心-提现-审核",
  1732. "parameters": [
  1733. {
  1734. "type": "string",
  1735. "description": "验证参数Bearer和token空格拼接",
  1736. "name": "Authorization",
  1737. "in": "header",
  1738. "required": true
  1739. },
  1740. {
  1741. "description": "筛选条件",
  1742. "name": "req",
  1743. "in": "body",
  1744. "schema": {
  1745. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1746. }
  1747. }
  1748. ],
  1749. "responses": {
  1750. "200": {
  1751. "description": "success",
  1752. "schema": {
  1753. "type": "string"
  1754. }
  1755. },
  1756. "400": {
  1757. "description": "具体错误",
  1758. "schema": {
  1759. "$ref": "#/definitions/md.Response"
  1760. }
  1761. }
  1762. }
  1763. }
  1764. },
  1765. "/api/financialCenter/withdraw/setting": {
  1766. "get": {
  1767. "description": "基础设置(获取)",
  1768. "consumes": [
  1769. "application/json"
  1770. ],
  1771. "produces": [
  1772. "application/json"
  1773. ],
  1774. "tags": [
  1775. "提现"
  1776. ],
  1777. "summary": "财务中心-提现-基础设置(获取)",
  1778. "parameters": [
  1779. {
  1780. "type": "string",
  1781. "description": "验证参数Bearer和token空格拼接",
  1782. "name": "Authorization",
  1783. "in": "header",
  1784. "required": true
  1785. }
  1786. ],
  1787. "responses": {
  1788. "200": {
  1789. "description": "具体数据",
  1790. "schema": {
  1791. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1792. }
  1793. },
  1794. "400": {
  1795. "description": "具体错误",
  1796. "schema": {
  1797. "$ref": "#/definitions/md.Response"
  1798. }
  1799. }
  1800. }
  1801. }
  1802. },
  1803. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1804. "post": {
  1805. "description": "基础设置(更新)",
  1806. "consumes": [
  1807. "application/json"
  1808. ],
  1809. "produces": [
  1810. "application/json"
  1811. ],
  1812. "tags": [
  1813. "提现"
  1814. ],
  1815. "summary": "财务中心-提现-基础设置(更新)",
  1816. "parameters": [
  1817. {
  1818. "type": "string",
  1819. "description": "验证参数Bearer和token空格拼接",
  1820. "name": "Authorization",
  1821. "in": "header",
  1822. "required": true
  1823. },
  1824. {
  1825. "description": "id 必填",
  1826. "name": "req",
  1827. "in": "body",
  1828. "required": true,
  1829. "schema": {
  1830. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1831. }
  1832. }
  1833. ],
  1834. "responses": {
  1835. "200": {
  1836. "description": "修改数据条数",
  1837. "schema": {
  1838. "type": "int"
  1839. }
  1840. },
  1841. "400": {
  1842. "description": "具体错误",
  1843. "schema": {
  1844. "$ref": "#/definitions/md.Response"
  1845. }
  1846. }
  1847. }
  1848. }
  1849. },
  1850. "/api/friendCircleSettings/basic/index": {
  1851. "get": {
  1852. "description": "基础设置(获取)",
  1853. "consumes": [
  1854. "application/json"
  1855. ],
  1856. "produces": [
  1857. "application/json"
  1858. ],
  1859. "tags": [
  1860. "动态设置"
  1861. ],
  1862. "summary": "社交管理-动态设置-基础设置(获取)",
  1863. "parameters": [
  1864. {
  1865. "type": "string",
  1866. "description": "验证参数Bearer和token空格拼接",
  1867. "name": "Authorization",
  1868. "in": "header",
  1869. "required": true
  1870. }
  1871. ],
  1872. "responses": {
  1873. "200": {
  1874. "description": "具体数据",
  1875. "schema": {
  1876. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1877. }
  1878. },
  1879. "400": {
  1880. "description": "具体错误",
  1881. "schema": {
  1882. "$ref": "#/definitions/md.Response"
  1883. }
  1884. }
  1885. }
  1886. }
  1887. },
  1888. "/api/friendCircleSettings/basic/save": {
  1889. "post": {
  1890. "description": "基础设置(更新)",
  1891. "consumes": [
  1892. "application/json"
  1893. ],
  1894. "produces": [
  1895. "application/json"
  1896. ],
  1897. "tags": [
  1898. "动态设置"
  1899. ],
  1900. "summary": "社交管理-动态设置-基础设置(更新)",
  1901. "parameters": [
  1902. {
  1903. "type": "string",
  1904. "description": "验证参数Bearer和token空格拼接",
  1905. "name": "Authorization",
  1906. "in": "header",
  1907. "required": true
  1908. },
  1909. {
  1910. "description": "id 必填",
  1911. "name": "req",
  1912. "in": "body",
  1913. "required": true,
  1914. "schema": {
  1915. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1916. }
  1917. }
  1918. ],
  1919. "responses": {
  1920. "200": {
  1921. "description": "修改数据条数",
  1922. "schema": {
  1923. "type": "int"
  1924. }
  1925. },
  1926. "400": {
  1927. "description": "具体错误",
  1928. "schema": {
  1929. "$ref": "#/definitions/md.Response"
  1930. }
  1931. }
  1932. }
  1933. }
  1934. },
  1935. "/api/friendCircleSettings/blackList/add": {
  1936. "post": {
  1937. "description": "黑名单(新增)",
  1938. "consumes": [
  1939. "application/json"
  1940. ],
  1941. "produces": [
  1942. "application/json"
  1943. ],
  1944. "tags": [
  1945. "动态设置"
  1946. ],
  1947. "summary": "社交管理-动态设置-黑名单(新增)",
  1948. "parameters": [
  1949. {
  1950. "type": "string",
  1951. "description": "验证参数Bearer和token空格拼接",
  1952. "name": "Authorization",
  1953. "in": "header",
  1954. "required": true
  1955. },
  1956. {
  1957. "description": "用户id 必填",
  1958. "name": "req",
  1959. "in": "body",
  1960. "required": true,
  1961. "schema": {
  1962. "$ref": "#/definitions/md.AddBlackListReq"
  1963. }
  1964. }
  1965. ],
  1966. "responses": {
  1967. "200": {
  1968. "description": "生成的黑名单id",
  1969. "schema": {
  1970. "type": "string"
  1971. }
  1972. },
  1973. "400": {
  1974. "description": "具体错误",
  1975. "schema": {
  1976. "$ref": "#/definitions/md.Response"
  1977. }
  1978. }
  1979. }
  1980. }
  1981. },
  1982. "/api/friendCircleSettings/blackList/del": {
  1983. "delete": {
  1984. "description": "黑名单(删除)",
  1985. "consumes": [
  1986. "application/json"
  1987. ],
  1988. "produces": [
  1989. "application/json"
  1990. ],
  1991. "tags": [
  1992. "动态设置"
  1993. ],
  1994. "summary": "社交管理-动态设置-黑名单(删除)",
  1995. "parameters": [
  1996. {
  1997. "type": "string",
  1998. "description": "验证参数Bearer和token空格拼接",
  1999. "name": "Authorization",
  2000. "in": "header",
  2001. "required": true
  2002. },
  2003. {
  2004. "description": "黑名单id 必填",
  2005. "name": "req",
  2006. "in": "body",
  2007. "required": true,
  2008. "schema": {
  2009. "$ref": "#/definitions/md.DeleteBlackListReq"
  2010. }
  2011. }
  2012. ],
  2013. "responses": {
  2014. "200": {
  2015. "description": "删除数据数量",
  2016. "schema": {
  2017. "type": "string"
  2018. }
  2019. },
  2020. "400": {
  2021. "description": "具体错误",
  2022. "schema": {
  2023. "$ref": "#/definitions/md.Response"
  2024. }
  2025. }
  2026. }
  2027. }
  2028. },
  2029. "/api/friendCircleSettings/blackList/index": {
  2030. "get": {
  2031. "description": "黑名单(获取)",
  2032. "consumes": [
  2033. "application/json"
  2034. ],
  2035. "produces": [
  2036. "application/json"
  2037. ],
  2038. "tags": [
  2039. "动态设置"
  2040. ],
  2041. "summary": "社交管理-动态设置-黑名单(获取)",
  2042. "parameters": [
  2043. {
  2044. "type": "string",
  2045. "description": "验证参数Bearer和token空格拼接",
  2046. "name": "Authorization",
  2047. "in": "header",
  2048. "required": true
  2049. },
  2050. {
  2051. "type": "integer",
  2052. "description": "每页大小",
  2053. "name": "limit",
  2054. "in": "query",
  2055. "required": true
  2056. },
  2057. {
  2058. "type": "integer",
  2059. "description": "页数",
  2060. "name": "page",
  2061. "in": "query",
  2062. "required": true
  2063. },
  2064. {
  2065. "type": "integer",
  2066. "description": "手机号",
  2067. "name": "phone",
  2068. "in": "query",
  2069. "required": true
  2070. },
  2071. {
  2072. "type": "integer",
  2073. "description": "用户名",
  2074. "name": "nickname",
  2075. "in": "query",
  2076. "required": true
  2077. },
  2078. {
  2079. "type": "integer",
  2080. "description": "用户id",
  2081. "name": "uid",
  2082. "in": "query",
  2083. "required": true
  2084. }
  2085. ],
  2086. "responses": {
  2087. "200": {
  2088. "description": "具体数据",
  2089. "schema": {
  2090. "$ref": "#/definitions/md.GetBlackListResp"
  2091. }
  2092. },
  2093. "400": {
  2094. "description": "具体错误",
  2095. "schema": {
  2096. "$ref": "#/definitions/md.Response"
  2097. }
  2098. }
  2099. }
  2100. }
  2101. },
  2102. "/api/friendCircleSettings/dynamic/del": {
  2103. "delete": {
  2104. "description": "动态(删除)",
  2105. "consumes": [
  2106. "application/json"
  2107. ],
  2108. "produces": [
  2109. "application/json"
  2110. ],
  2111. "tags": [
  2112. "动态设置"
  2113. ],
  2114. "summary": "社交管理-动态设置-动态(删除)",
  2115. "parameters": [
  2116. {
  2117. "type": "string",
  2118. "description": "验证参数Bearer和token空格拼接",
  2119. "name": "Authorization",
  2120. "in": "header",
  2121. "required": true
  2122. },
  2123. {
  2124. "description": "删除动态id必填",
  2125. "name": "req",
  2126. "in": "body",
  2127. "required": true,
  2128. "schema": {
  2129. "$ref": "#/definitions/md.DeleteDynamicReq"
  2130. }
  2131. }
  2132. ],
  2133. "responses": {
  2134. "200": {
  2135. "description": "success",
  2136. "schema": {
  2137. "type": "string"
  2138. }
  2139. },
  2140. "400": {
  2141. "description": "具体错误",
  2142. "schema": {
  2143. "$ref": "#/definitions/md.Response"
  2144. }
  2145. }
  2146. }
  2147. }
  2148. },
  2149. "/api/friendCircleSettings/dynamic/index": {
  2150. "post": {
  2151. "description": "动态(获取)",
  2152. "consumes": [
  2153. "application/json"
  2154. ],
  2155. "produces": [
  2156. "application/json"
  2157. ],
  2158. "tags": [
  2159. "动态设置"
  2160. ],
  2161. "summary": "社交管理-动态设置-动态(获取)",
  2162. "parameters": [
  2163. {
  2164. "type": "string",
  2165. "description": "验证参数Bearer和token空格拼接",
  2166. "name": "Authorization",
  2167. "in": "header",
  2168. "required": true
  2169. },
  2170. {
  2171. "description": "筛选条件",
  2172. "name": "req",
  2173. "in": "body",
  2174. "schema": {
  2175. "$ref": "#/definitions/md.GetDynamicReq"
  2176. }
  2177. }
  2178. ],
  2179. "responses": {
  2180. "200": {
  2181. "description": "生成的黑名单id",
  2182. "schema": {
  2183. "$ref": "#/definitions/md.GetDynamicResp"
  2184. }
  2185. },
  2186. "400": {
  2187. "description": "具体错误",
  2188. "schema": {
  2189. "$ref": "#/definitions/md.Response"
  2190. }
  2191. }
  2192. }
  2193. }
  2194. },
  2195. "/api/friendCircleSettings/dynamic/release": {
  2196. "post": {
  2197. "description": "动态(发布)",
  2198. "consumes": [
  2199. "application/json"
  2200. ],
  2201. "produces": [
  2202. "application/json"
  2203. ],
  2204. "tags": [
  2205. "动态设置"
  2206. ],
  2207. "summary": "社交管理-动态设置-动态(发布)",
  2208. "parameters": [
  2209. {
  2210. "type": "string",
  2211. "description": "验证参数Bearer和token空格拼接",
  2212. "name": "Authorization",
  2213. "in": "header",
  2214. "required": true
  2215. },
  2216. {
  2217. "description": "发布动态信息",
  2218. "name": "req",
  2219. "in": "body",
  2220. "required": true,
  2221. "schema": {
  2222. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2223. }
  2224. }
  2225. ],
  2226. "responses": {
  2227. "200": {
  2228. "description": "success",
  2229. "schema": {
  2230. "type": "string"
  2231. }
  2232. },
  2233. "400": {
  2234. "description": "具体错误",
  2235. "schema": {
  2236. "$ref": "#/definitions/md.Response"
  2237. }
  2238. }
  2239. }
  2240. }
  2241. },
  2242. "/api/friendCircleSettings/dynamic/update": {
  2243. "post": {
  2244. "description": "动态(更新)",
  2245. "consumes": [
  2246. "application/json"
  2247. ],
  2248. "produces": [
  2249. "application/json"
  2250. ],
  2251. "tags": [
  2252. "动态设置"
  2253. ],
  2254. "summary": "社交管理-动态设置-动态(更新)",
  2255. "parameters": [
  2256. {
  2257. "type": "string",
  2258. "description": "验证参数Bearer和token空格拼接",
  2259. "name": "Authorization",
  2260. "in": "header",
  2261. "required": true
  2262. },
  2263. {
  2264. "description": "更新动态id必填",
  2265. "name": "req",
  2266. "in": "body",
  2267. "required": true,
  2268. "schema": {
  2269. "$ref": "#/definitions/md.UpdateDynamicReq"
  2270. }
  2271. }
  2272. ],
  2273. "responses": {
  2274. "200": {
  2275. "description": "success",
  2276. "schema": {
  2277. "type": "string"
  2278. }
  2279. },
  2280. "400": {
  2281. "description": "具体错误",
  2282. "schema": {
  2283. "$ref": "#/definitions/md.Response"
  2284. }
  2285. }
  2286. }
  2287. }
  2288. },
  2289. "/api/getSTSVoucher": {
  2290. "get": {
  2291. "description": "STS临时访问凭证(获取)",
  2292. "consumes": [
  2293. "application/json"
  2294. ],
  2295. "produces": [
  2296. "application/json"
  2297. ],
  2298. "tags": [
  2299. "打包机使用"
  2300. ],
  2301. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2302. "parameters": [
  2303. {
  2304. "type": "string",
  2305. "description": "验证参数Bearer和token空格拼接",
  2306. "name": "Authorization",
  2307. "in": "header",
  2308. "required": true
  2309. }
  2310. ],
  2311. "responses": {
  2312. "200": {
  2313. "description": "凭证及其他信息",
  2314. "schema": {
  2315. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2316. }
  2317. },
  2318. "400": {
  2319. "description": "具体错误",
  2320. "schema": {
  2321. "$ref": "#/definitions/md.Response"
  2322. }
  2323. }
  2324. }
  2325. }
  2326. },
  2327. "/api/homePage/activeData": {
  2328. "get": {
  2329. "description": "活跃数据",
  2330. "consumes": [
  2331. "application/json"
  2332. ],
  2333. "produces": [
  2334. "application/json"
  2335. ],
  2336. "tags": [
  2337. "首页"
  2338. ],
  2339. "summary": "首页-首页-活跃数据",
  2340. "parameters": [
  2341. {
  2342. "type": "string",
  2343. "description": "验证参数Bearer和token空格拼接",
  2344. "name": "Authorization",
  2345. "in": "header",
  2346. "required": true
  2347. }
  2348. ],
  2349. "responses": {
  2350. "200": {
  2351. "description": "具体数据",
  2352. "schema": {
  2353. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2354. }
  2355. },
  2356. "400": {
  2357. "description": "具体错误",
  2358. "schema": {
  2359. "$ref": "#/definitions/md.Response"
  2360. }
  2361. }
  2362. }
  2363. }
  2364. },
  2365. "/api/homePage/growData": {
  2366. "get": {
  2367. "description": "用户增长曲线",
  2368. "consumes": [
  2369. "application/json"
  2370. ],
  2371. "produces": [
  2372. "application/json"
  2373. ],
  2374. "tags": [
  2375. "首页"
  2376. ],
  2377. "summary": "首页-首页-用户增长曲线",
  2378. "parameters": [
  2379. {
  2380. "type": "string",
  2381. "description": "验证参数Bearer和token空格拼接",
  2382. "name": "Authorization",
  2383. "in": "header",
  2384. "required": true
  2385. },
  2386. {
  2387. "type": "string",
  2388. "description": "1:按天 2:按周 3:按小时",
  2389. "name": "kind",
  2390. "in": "query"
  2391. }
  2392. ],
  2393. "responses": {
  2394. "200": {
  2395. "description": "具体数据",
  2396. "schema": {
  2397. "$ref": "#/definitions/md.GetPriceCurveResp"
  2398. }
  2399. },
  2400. "400": {
  2401. "description": "具体错误",
  2402. "schema": {
  2403. "$ref": "#/definitions/md.Response"
  2404. }
  2405. }
  2406. }
  2407. }
  2408. },
  2409. "/api/homePage/totalData": {
  2410. "get": {
  2411. "description": "数据总览",
  2412. "consumes": [
  2413. "application/json"
  2414. ],
  2415. "produces": [
  2416. "application/json"
  2417. ],
  2418. "tags": [
  2419. "首页"
  2420. ],
  2421. "summary": "首页-首页-数据总览",
  2422. "parameters": [
  2423. {
  2424. "type": "string",
  2425. "description": "验证参数Bearer和token空格拼接",
  2426. "name": "Authorization",
  2427. "in": "header",
  2428. "required": true
  2429. },
  2430. {
  2431. "type": "string",
  2432. "description": "年",
  2433. "name": "year",
  2434. "in": "query",
  2435. "required": true
  2436. },
  2437. {
  2438. "type": "string",
  2439. "description": "月",
  2440. "name": "month",
  2441. "in": "query",
  2442. "required": true
  2443. }
  2444. ],
  2445. "responses": {
  2446. "200": {
  2447. "description": "具体数据",
  2448. "schema": {
  2449. "$ref": "#/definitions/hdl.TotalDataResp"
  2450. }
  2451. },
  2452. "400": {
  2453. "description": "具体错误",
  2454. "schema": {
  2455. "$ref": "#/definitions/md.Response"
  2456. }
  2457. }
  2458. }
  2459. }
  2460. },
  2461. "/api/im/addCustomerService": {
  2462. "post": {
  2463. "description": "客服(新增)",
  2464. "consumes": [
  2465. "application/json"
  2466. ],
  2467. "produces": [
  2468. "application/json"
  2469. ],
  2470. "tags": [
  2471. "客服"
  2472. ],
  2473. "summary": "Im-客服(新增)",
  2474. "parameters": [
  2475. {
  2476. "type": "string",
  2477. "description": "验证参数Bearer和token空格拼接",
  2478. "name": "Authorization",
  2479. "in": "header",
  2480. "required": true
  2481. },
  2482. {
  2483. "description": "相关参数",
  2484. "name": "req",
  2485. "in": "body",
  2486. "required": true,
  2487. "schema": {
  2488. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2489. }
  2490. }
  2491. ],
  2492. "responses": {
  2493. "200": {
  2494. "description": "success",
  2495. "schema": {
  2496. "type": "string"
  2497. }
  2498. },
  2499. "400": {
  2500. "description": "具体错误",
  2501. "schema": {
  2502. "$ref": "#/definitions/md.Response"
  2503. }
  2504. }
  2505. }
  2506. }
  2507. },
  2508. "/api/im/addEmoticon": {
  2509. "post": {
  2510. "description": "表情包(新增)",
  2511. "consumes": [
  2512. "application/json"
  2513. ],
  2514. "produces": [
  2515. "application/json"
  2516. ],
  2517. "tags": [
  2518. "表情包"
  2519. ],
  2520. "summary": "Im-表情包(新增)",
  2521. "parameters": [
  2522. {
  2523. "type": "string",
  2524. "description": "验证参数Bearer和token空格拼接",
  2525. "name": "Authorization",
  2526. "in": "header",
  2527. "required": true
  2528. },
  2529. {
  2530. "description": "相关参数",
  2531. "name": "req",
  2532. "in": "body",
  2533. "required": true,
  2534. "schema": {
  2535. "$ref": "#/definitions/md.AddEmoticonReq"
  2536. }
  2537. }
  2538. ],
  2539. "responses": {
  2540. "200": {
  2541. "description": "success",
  2542. "schema": {
  2543. "type": "string"
  2544. }
  2545. },
  2546. "400": {
  2547. "description": "具体错误",
  2548. "schema": {
  2549. "$ref": "#/definitions/md.Response"
  2550. }
  2551. }
  2552. }
  2553. }
  2554. },
  2555. "/api/im/batchSendGroupMessage": {
  2556. "post": {
  2557. "description": "群发发送群组消息",
  2558. "consumes": [
  2559. "application/json"
  2560. ],
  2561. "produces": [
  2562. "application/json"
  2563. ],
  2564. "tags": [
  2565. "群发发送群组消息"
  2566. ],
  2567. "summary": "Im-群发发送群组消息",
  2568. "parameters": [
  2569. {
  2570. "type": "string",
  2571. "description": "验证参数Bearer和token空格拼接",
  2572. "name": "Authorization",
  2573. "in": "header",
  2574. "required": true
  2575. },
  2576. {
  2577. "description": "相关参数",
  2578. "name": "req",
  2579. "in": "body",
  2580. "required": true,
  2581. "schema": {
  2582. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2583. }
  2584. }
  2585. ],
  2586. "responses": {
  2587. "200": {
  2588. "description": "success",
  2589. "schema": {
  2590. "type": "string"
  2591. }
  2592. },
  2593. "400": {
  2594. "description": "具体错误",
  2595. "schema": {
  2596. "$ref": "#/definitions/md.Response"
  2597. }
  2598. }
  2599. }
  2600. }
  2601. },
  2602. "/api/im/batchSendUserMessage": {
  2603. "post": {
  2604. "description": "群发发送用户消息",
  2605. "consumes": [
  2606. "application/json"
  2607. ],
  2608. "produces": [
  2609. "application/json"
  2610. ],
  2611. "tags": [
  2612. "群发发送用户消息"
  2613. ],
  2614. "summary": "Im-群发发送用户消息",
  2615. "parameters": [
  2616. {
  2617. "type": "string",
  2618. "description": "验证参数Bearer和token空格拼接",
  2619. "name": "Authorization",
  2620. "in": "header",
  2621. "required": true
  2622. },
  2623. {
  2624. "description": "相关参数",
  2625. "name": "req",
  2626. "in": "body",
  2627. "required": true,
  2628. "schema": {
  2629. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2630. }
  2631. }
  2632. ],
  2633. "responses": {
  2634. "200": {
  2635. "description": "success",
  2636. "schema": {
  2637. "type": "string"
  2638. }
  2639. },
  2640. "400": {
  2641. "description": "具体错误",
  2642. "schema": {
  2643. "$ref": "#/definitions/md.Response"
  2644. }
  2645. }
  2646. }
  2647. }
  2648. },
  2649. "/api/im/deleteEmoticon": {
  2650. "post": {
  2651. "description": "表情包(删除)",
  2652. "consumes": [
  2653. "application/json"
  2654. ],
  2655. "produces": [
  2656. "application/json"
  2657. ],
  2658. "tags": [
  2659. "表情包"
  2660. ],
  2661. "summary": "Im-表情包(删除)",
  2662. "parameters": [
  2663. {
  2664. "type": "string",
  2665. "description": "验证参数Bearer和token空格拼接",
  2666. "name": "Authorization",
  2667. "in": "header",
  2668. "required": true
  2669. },
  2670. {
  2671. "description": "相关参数",
  2672. "name": "req",
  2673. "in": "body",
  2674. "required": true,
  2675. "schema": {
  2676. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2677. }
  2678. }
  2679. ],
  2680. "responses": {
  2681. "200": {
  2682. "description": "success",
  2683. "schema": {
  2684. "type": "string"
  2685. }
  2686. },
  2687. "400": {
  2688. "description": "具体错误",
  2689. "schema": {
  2690. "$ref": "#/definitions/md.Response"
  2691. }
  2692. }
  2693. }
  2694. }
  2695. },
  2696. "/api/im/getBasic": {
  2697. "get": {
  2698. "description": "基础设置(获取)",
  2699. "consumes": [
  2700. "application/json"
  2701. ],
  2702. "produces": [
  2703. "application/json"
  2704. ],
  2705. "tags": [
  2706. "基础设置"
  2707. ],
  2708. "summary": "Im-基础设置(获取)",
  2709. "parameters": [
  2710. {
  2711. "type": "string",
  2712. "description": "验证参数Bearer和token空格拼接",
  2713. "name": "Authorization",
  2714. "in": "header",
  2715. "required": true
  2716. }
  2717. ],
  2718. "responses": {
  2719. "200": {
  2720. "description": "设置列表",
  2721. "schema": {
  2722. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2723. }
  2724. },
  2725. "400": {
  2726. "description": "具体错误",
  2727. "schema": {
  2728. "$ref": "#/definitions/md.Response"
  2729. }
  2730. }
  2731. }
  2732. }
  2733. },
  2734. "/api/im/groupList": {
  2735. "post": {
  2736. "description": "群组用户(列表)",
  2737. "consumes": [
  2738. "application/json"
  2739. ],
  2740. "produces": [
  2741. "application/json"
  2742. ],
  2743. "tags": [
  2744. "群组用户"
  2745. ],
  2746. "summary": "Im-群组用户(列表)",
  2747. "parameters": [
  2748. {
  2749. "type": "string",
  2750. "description": "验证参数Bearer和token空格拼接",
  2751. "name": "Authorization",
  2752. "in": "header",
  2753. "required": true
  2754. },
  2755. {
  2756. "description": "相关参数",
  2757. "name": "req",
  2758. "in": "body",
  2759. "required": true,
  2760. "schema": {
  2761. "$ref": "#/definitions/md.GroupListReq"
  2762. }
  2763. }
  2764. ],
  2765. "responses": {
  2766. "200": {
  2767. "description": "OK",
  2768. "schema": {
  2769. "$ref": "#/definitions/md.GroupListResp"
  2770. }
  2771. },
  2772. "400": {
  2773. "description": "具体错误",
  2774. "schema": {
  2775. "$ref": "#/definitions/md.Response"
  2776. }
  2777. }
  2778. }
  2779. }
  2780. },
  2781. "/api/im/pageCustomerService": {
  2782. "post": {
  2783. "description": "客服(列表)",
  2784. "consumes": [
  2785. "application/json"
  2786. ],
  2787. "produces": [
  2788. "application/json"
  2789. ],
  2790. "tags": [
  2791. "客服"
  2792. ],
  2793. "summary": "Im-客服(列表)",
  2794. "parameters": [
  2795. {
  2796. "type": "string",
  2797. "description": "验证参数Bearer和token空格拼接",
  2798. "name": "Authorization",
  2799. "in": "header",
  2800. "required": true
  2801. },
  2802. {
  2803. "description": "相关参数",
  2804. "name": "req",
  2805. "in": "body",
  2806. "required": true,
  2807. "schema": {
  2808. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2809. }
  2810. }
  2811. ],
  2812. "responses": {
  2813. "200": {
  2814. "description": "设置列表",
  2815. "schema": {
  2816. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2817. }
  2818. },
  2819. "400": {
  2820. "description": "具体错误",
  2821. "schema": {
  2822. "$ref": "#/definitions/md.Response"
  2823. }
  2824. }
  2825. }
  2826. }
  2827. },
  2828. "/api/im/pageEmoticon": {
  2829. "post": {
  2830. "description": "表情包(列表)",
  2831. "consumes": [
  2832. "application/json"
  2833. ],
  2834. "produces": [
  2835. "application/json"
  2836. ],
  2837. "tags": [
  2838. "表情包"
  2839. ],
  2840. "summary": "Im-表情包(列表)",
  2841. "parameters": [
  2842. {
  2843. "type": "string",
  2844. "description": "验证参数Bearer和token空格拼接",
  2845. "name": "Authorization",
  2846. "in": "header",
  2847. "required": true
  2848. },
  2849. {
  2850. "description": "相关参数",
  2851. "name": "req",
  2852. "in": "body",
  2853. "required": true,
  2854. "schema": {
  2855. "$ref": "#/definitions/md.PageEmoticonReq"
  2856. }
  2857. }
  2858. ],
  2859. "responses": {
  2860. "200": {
  2861. "description": "设置列表",
  2862. "schema": {
  2863. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2864. }
  2865. },
  2866. "400": {
  2867. "description": "具体错误",
  2868. "schema": {
  2869. "$ref": "#/definitions/md.Response"
  2870. }
  2871. }
  2872. }
  2873. }
  2874. },
  2875. "/api/im/pageSendRedPackageOrd": {
  2876. "post": {
  2877. "description": "红包记录(列表)",
  2878. "consumes": [
  2879. "application/json"
  2880. ],
  2881. "produces": [
  2882. "application/json"
  2883. ],
  2884. "tags": [
  2885. "红包记录"
  2886. ],
  2887. "summary": "Im-红包记录(列表)",
  2888. "parameters": [
  2889. {
  2890. "type": "string",
  2891. "description": "验证参数Bearer和token空格拼接",
  2892. "name": "Authorization",
  2893. "in": "header",
  2894. "required": true
  2895. },
  2896. {
  2897. "description": "相关参数",
  2898. "name": "req",
  2899. "in": "body",
  2900. "required": true,
  2901. "schema": {
  2902. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2903. }
  2904. }
  2905. ],
  2906. "responses": {
  2907. "200": {
  2908. "description": "success",
  2909. "schema": {
  2910. "type": "string"
  2911. }
  2912. },
  2913. "400": {
  2914. "description": "具体错误",
  2915. "schema": {
  2916. "$ref": "#/definitions/md.Response"
  2917. }
  2918. }
  2919. }
  2920. }
  2921. },
  2922. "/api/im/redPackageRecordsDetail": {
  2923. "get": {
  2924. "description": "红包记录(详情)",
  2925. "consumes": [
  2926. "application/json"
  2927. ],
  2928. "produces": [
  2929. "application/json"
  2930. ],
  2931. "tags": [
  2932. "红包记录"
  2933. ],
  2934. "summary": "Im-红包记录(详情)",
  2935. "parameters": [
  2936. {
  2937. "type": "string",
  2938. "description": "验证参数Bearer和token空格拼接",
  2939. "name": "Authorization",
  2940. "in": "header",
  2941. "required": true
  2942. },
  2943. {
  2944. "type": "string",
  2945. "description": "红包id",
  2946. "name": "red_package_id",
  2947. "in": "query",
  2948. "required": true
  2949. }
  2950. ],
  2951. "responses": {
  2952. "200": {
  2953. "description": "success",
  2954. "schema": {
  2955. "type": "string"
  2956. }
  2957. },
  2958. "400": {
  2959. "description": "具体错误",
  2960. "schema": {
  2961. "$ref": "#/definitions/md.Response"
  2962. }
  2963. }
  2964. }
  2965. }
  2966. },
  2967. "/api/im/setBasic": {
  2968. "post": {
  2969. "description": "基础设置(更新)",
  2970. "consumes": [
  2971. "application/json"
  2972. ],
  2973. "produces": [
  2974. "application/json"
  2975. ],
  2976. "tags": [
  2977. "基础设置"
  2978. ],
  2979. "summary": "Im-基础设置(更新)",
  2980. "parameters": [
  2981. {
  2982. "type": "string",
  2983. "description": "验证参数Bearer和token空格拼接",
  2984. "name": "Authorization",
  2985. "in": "header",
  2986. "required": true
  2987. },
  2988. {
  2989. "description": "上传需要修改的信息",
  2990. "name": "req",
  2991. "in": "body",
  2992. "required": true,
  2993. "schema": {
  2994. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2995. }
  2996. }
  2997. ],
  2998. "responses": {
  2999. "200": {
  3000. "description": "success",
  3001. "schema": {
  3002. "type": "string"
  3003. }
  3004. },
  3005. "400": {
  3006. "description": "具体错误",
  3007. "schema": {
  3008. "$ref": "#/definitions/md.Response"
  3009. }
  3010. }
  3011. }
  3012. }
  3013. },
  3014. "/api/im/setCustomerServiceState": {
  3015. "post": {
  3016. "description": "客服(更新状态)",
  3017. "consumes": [
  3018. "application/json"
  3019. ],
  3020. "produces": [
  3021. "application/json"
  3022. ],
  3023. "tags": [
  3024. "客服"
  3025. ],
  3026. "summary": "Im-客服(更新状态)",
  3027. "parameters": [
  3028. {
  3029. "type": "string",
  3030. "description": "验证参数Bearer和token空格拼接",
  3031. "name": "Authorization",
  3032. "in": "header",
  3033. "required": true
  3034. },
  3035. {
  3036. "description": "相关参数",
  3037. "name": "req",
  3038. "in": "body",
  3039. "required": true,
  3040. "schema": {
  3041. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  3042. }
  3043. }
  3044. ],
  3045. "responses": {
  3046. "200": {
  3047. "description": "success",
  3048. "schema": {
  3049. "type": "string"
  3050. }
  3051. },
  3052. "400": {
  3053. "description": "具体错误",
  3054. "schema": {
  3055. "$ref": "#/definitions/md.Response"
  3056. }
  3057. }
  3058. }
  3059. }
  3060. },
  3061. "/api/im/setEmoticonState": {
  3062. "post": {
  3063. "description": "表情包(新增)",
  3064. "consumes": [
  3065. "application/json"
  3066. ],
  3067. "produces": [
  3068. "application/json"
  3069. ],
  3070. "tags": [
  3071. "表情包"
  3072. ],
  3073. "summary": "Im-表情包(更新状态)",
  3074. "parameters": [
  3075. {
  3076. "type": "string",
  3077. "description": "验证参数Bearer和token空格拼接",
  3078. "name": "Authorization",
  3079. "in": "header",
  3080. "required": true
  3081. },
  3082. {
  3083. "description": "相关参数",
  3084. "name": "req",
  3085. "in": "body",
  3086. "required": true,
  3087. "schema": {
  3088. "$ref": "#/definitions/md.SetEmoticonStateReq"
  3089. }
  3090. }
  3091. ],
  3092. "responses": {
  3093. "200": {
  3094. "description": "success",
  3095. "schema": {
  3096. "type": "string"
  3097. }
  3098. },
  3099. "400": {
  3100. "description": "具体错误",
  3101. "schema": {
  3102. "$ref": "#/definitions/md.Response"
  3103. }
  3104. }
  3105. }
  3106. }
  3107. },
  3108. "/api/im/updateCustomerServiceMemo": {
  3109. "post": {
  3110. "description": "客服(编辑备注)",
  3111. "consumes": [
  3112. "application/json"
  3113. ],
  3114. "produces": [
  3115. "application/json"
  3116. ],
  3117. "tags": [
  3118. "客服"
  3119. ],
  3120. "summary": "Im-客服(编辑备注)",
  3121. "parameters": [
  3122. {
  3123. "type": "string",
  3124. "description": "验证参数Bearer和token空格拼接",
  3125. "name": "Authorization",
  3126. "in": "header",
  3127. "required": true
  3128. },
  3129. {
  3130. "description": "相关参数",
  3131. "name": "req",
  3132. "in": "body",
  3133. "required": true,
  3134. "schema": {
  3135. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3136. }
  3137. }
  3138. ],
  3139. "responses": {
  3140. "200": {
  3141. "description": "success",
  3142. "schema": {
  3143. "type": "string"
  3144. }
  3145. },
  3146. "400": {
  3147. "description": "具体错误",
  3148. "schema": {
  3149. "$ref": "#/definitions/md.Response"
  3150. }
  3151. }
  3152. }
  3153. }
  3154. },
  3155. "/api/im/updateEmoticon": {
  3156. "post": {
  3157. "description": "表情包(编辑)",
  3158. "consumes": [
  3159. "application/json"
  3160. ],
  3161. "produces": [
  3162. "application/json"
  3163. ],
  3164. "tags": [
  3165. "表情包"
  3166. ],
  3167. "summary": "Im-表情包(编辑)",
  3168. "parameters": [
  3169. {
  3170. "type": "string",
  3171. "description": "验证参数Bearer和token空格拼接",
  3172. "name": "Authorization",
  3173. "in": "header",
  3174. "required": true
  3175. },
  3176. {
  3177. "description": "相关参数",
  3178. "name": "req",
  3179. "in": "body",
  3180. "required": true,
  3181. "schema": {
  3182. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3183. }
  3184. }
  3185. ],
  3186. "responses": {
  3187. "200": {
  3188. "description": "success",
  3189. "schema": {
  3190. "type": "string"
  3191. }
  3192. },
  3193. "400": {
  3194. "description": "具体错误",
  3195. "schema": {
  3196. "$ref": "#/definitions/md.Response"
  3197. }
  3198. }
  3199. }
  3200. }
  3201. },
  3202. "/api/institutionalManagement/contentReward/playlet/base": {
  3203. "get": {
  3204. "description": "制度中心-内容奖励-短剧基本信息",
  3205. "consumes": [
  3206. "application/json"
  3207. ],
  3208. "produces": [
  3209. "application/json"
  3210. ],
  3211. "tags": [
  3212. "蛋蛋能量"
  3213. ],
  3214. "summary": "制度中心-内容奖励-短剧基本信息",
  3215. "parameters": [
  3216. {
  3217. "type": "string",
  3218. "description": "验证参数Bearer和token空格拼接",
  3219. "name": "Authorization",
  3220. "in": "header",
  3221. "required": true
  3222. }
  3223. ],
  3224. "responses": {
  3225. "200": {
  3226. "description": "具体数据",
  3227. "schema": {
  3228. "$ref": "#/definitions/md.PlayletBaseData"
  3229. }
  3230. },
  3231. "400": {
  3232. "description": "具体错误",
  3233. "schema": {
  3234. "$ref": "#/definitions/md.Response"
  3235. }
  3236. }
  3237. }
  3238. }
  3239. },
  3240. "/api/institutionalManagement/contentReward/playlet/save": {
  3241. "post": {
  3242. "description": "制度中心-内容奖励-短剧基本配置保存",
  3243. "consumes": [
  3244. "application/json"
  3245. ],
  3246. "produces": [
  3247. "application/json"
  3248. ],
  3249. "tags": [
  3250. "蛋蛋能量"
  3251. ],
  3252. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3253. "parameters": [
  3254. {
  3255. "type": "string",
  3256. "description": "验证参数Bearer和token空格拼接",
  3257. "name": "Authorization",
  3258. "in": "header",
  3259. "required": true
  3260. },
  3261. {
  3262. "description": "(分页信息必填)",
  3263. "name": "req",
  3264. "in": "body",
  3265. "required": true,
  3266. "schema": {
  3267. "$ref": "#/definitions/md.PlayletBaseData"
  3268. }
  3269. }
  3270. ],
  3271. "responses": {
  3272. "200": {
  3273. "description": "具体数据",
  3274. "schema": {
  3275. "type": "string"
  3276. }
  3277. },
  3278. "400": {
  3279. "description": "具体错误",
  3280. "schema": {
  3281. "$ref": "#/definitions/md.Response"
  3282. }
  3283. }
  3284. }
  3285. }
  3286. },
  3287. "/api/institutionalManagement/contentReward/video/base": {
  3288. "get": {
  3289. "description": "制度中心-内容奖励-短视频基本信息",
  3290. "consumes": [
  3291. "application/json"
  3292. ],
  3293. "produces": [
  3294. "application/json"
  3295. ],
  3296. "tags": [
  3297. "蛋蛋能量"
  3298. ],
  3299. "summary": "制度中心-内容奖励-短视频基本信息",
  3300. "parameters": [
  3301. {
  3302. "type": "string",
  3303. "description": "验证参数Bearer和token空格拼接",
  3304. "name": "Authorization",
  3305. "in": "header",
  3306. "required": true
  3307. }
  3308. ],
  3309. "responses": {
  3310. "200": {
  3311. "description": "具体数据",
  3312. "schema": {
  3313. "$ref": "#/definitions/md.VideoBaseData"
  3314. }
  3315. },
  3316. "400": {
  3317. "description": "具体错误",
  3318. "schema": {
  3319. "$ref": "#/definitions/md.Response"
  3320. }
  3321. }
  3322. }
  3323. }
  3324. },
  3325. "/api/institutionalManagement/contentReward/video/save": {
  3326. "post": {
  3327. "description": "制度中心-内容奖励-短视频基本配置保存",
  3328. "consumes": [
  3329. "application/json"
  3330. ],
  3331. "produces": [
  3332. "application/json"
  3333. ],
  3334. "tags": [
  3335. "蛋蛋能量"
  3336. ],
  3337. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3338. "parameters": [
  3339. {
  3340. "type": "string",
  3341. "description": "验证参数Bearer和token空格拼接",
  3342. "name": "Authorization",
  3343. "in": "header",
  3344. "required": true
  3345. },
  3346. {
  3347. "description": "(分页信息必填)",
  3348. "name": "req",
  3349. "in": "body",
  3350. "required": true,
  3351. "schema": {
  3352. "$ref": "#/definitions/md.VideoBaseData"
  3353. }
  3354. }
  3355. ],
  3356. "responses": {
  3357. "200": {
  3358. "description": "具体数据",
  3359. "schema": {
  3360. "type": "string"
  3361. }
  3362. },
  3363. "400": {
  3364. "description": "具体错误",
  3365. "schema": {
  3366. "$ref": "#/definitions/md.Response"
  3367. }
  3368. }
  3369. }
  3370. }
  3371. },
  3372. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3373. "post": {
  3374. "description": "会员设置(新增)",
  3375. "consumes": [
  3376. "application/json"
  3377. ],
  3378. "produces": [
  3379. "application/json"
  3380. ],
  3381. "tags": [
  3382. "蛋蛋能量"
  3383. ],
  3384. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3385. "parameters": [
  3386. {
  3387. "type": "string",
  3388. "description": "验证参数Bearer和token空格拼接",
  3389. "name": "Authorization",
  3390. "in": "header",
  3391. "required": true
  3392. },
  3393. {
  3394. "description": "system_id 必填",
  3395. "name": "req",
  3396. "in": "body",
  3397. "required": true,
  3398. "schema": {
  3399. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3400. }
  3401. }
  3402. ],
  3403. "responses": {
  3404. "200": {
  3405. "description": "修改数据条数",
  3406. "schema": {
  3407. "type": "int"
  3408. }
  3409. },
  3410. "400": {
  3411. "description": "具体错误",
  3412. "schema": {
  3413. "$ref": "#/definitions/md.Response"
  3414. }
  3415. }
  3416. }
  3417. }
  3418. },
  3419. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3420. "post": {
  3421. "description": "动态数据流水(获取)",
  3422. "consumes": [
  3423. "application/json"
  3424. ],
  3425. "produces": [
  3426. "application/json"
  3427. ],
  3428. "tags": [
  3429. "公排管理"
  3430. ],
  3431. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3432. "parameters": [
  3433. {
  3434. "type": "string",
  3435. "description": "验证参数Bearer和token空格拼接",
  3436. "name": "Authorization",
  3437. "in": "header",
  3438. "required": true
  3439. },
  3440. {
  3441. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3442. "name": "req",
  3443. "in": "body",
  3444. "required": true,
  3445. "schema": {
  3446. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3447. }
  3448. }
  3449. ],
  3450. "responses": {
  3451. "200": {
  3452. "description": "成功返回",
  3453. "schema": {
  3454. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3455. }
  3456. },
  3457. "400": {
  3458. "description": "具体错误",
  3459. "schema": {
  3460. "$ref": "#/definitions/md.Response"
  3461. }
  3462. }
  3463. }
  3464. }
  3465. },
  3466. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3467. "post": {
  3468. "description": "批量新增币种",
  3469. "consumes": [
  3470. "application/json"
  3471. ],
  3472. "produces": [
  3473. "application/json"
  3474. ],
  3475. "tags": [
  3476. "蛋蛋能量"
  3477. ],
  3478. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3479. "parameters": [
  3480. {
  3481. "type": "string",
  3482. "description": "验证参数Bearer和token空格拼接",
  3483. "name": "Authorization",
  3484. "in": "header",
  3485. "required": true
  3486. },
  3487. {
  3488. "description": "新增数据信息",
  3489. "name": "req",
  3490. "in": "body",
  3491. "required": true,
  3492. "schema": {
  3493. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3494. }
  3495. }
  3496. ],
  3497. "responses": {
  3498. "200": {
  3499. "description": "新增数据数量",
  3500. "schema": {
  3501. "type": "int"
  3502. }
  3503. },
  3504. "400": {
  3505. "description": "具体错误",
  3506. "schema": {
  3507. "$ref": "#/definitions/md.Response"
  3508. }
  3509. }
  3510. }
  3511. }
  3512. },
  3513. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3514. "get": {
  3515. "description": "贡献值-基础设置(获取)",
  3516. "consumes": [
  3517. "application/json"
  3518. ],
  3519. "produces": [
  3520. "application/json"
  3521. ],
  3522. "tags": [
  3523. "贡献值"
  3524. ],
  3525. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3526. "parameters": [
  3527. {
  3528. "type": "string",
  3529. "description": "验证参数Bearer和token空格拼接",
  3530. "name": "Authorization",
  3531. "in": "header",
  3532. "required": true
  3533. }
  3534. ],
  3535. "responses": {
  3536. "200": {
  3537. "description": "具体数据",
  3538. "schema": {
  3539. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3540. }
  3541. },
  3542. "400": {
  3543. "description": "具体错误",
  3544. "schema": {
  3545. "$ref": "#/definitions/md.Response"
  3546. }
  3547. }
  3548. }
  3549. }
  3550. },
  3551. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3552. "post": {
  3553. "description": "贡献值-基础设置(更新)",
  3554. "consumes": [
  3555. "application/json"
  3556. ],
  3557. "produces": [
  3558. "application/json"
  3559. ],
  3560. "tags": [
  3561. "贡献值"
  3562. ],
  3563. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3564. "parameters": [
  3565. {
  3566. "type": "string",
  3567. "description": "验证参数Bearer和token空格拼接",
  3568. "name": "Authorization",
  3569. "in": "header",
  3570. "required": true
  3571. },
  3572. {
  3573. "description": "id 必填",
  3574. "name": "req",
  3575. "in": "body",
  3576. "required": true,
  3577. "schema": {
  3578. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3579. }
  3580. }
  3581. ],
  3582. "responses": {
  3583. "200": {
  3584. "description": "修改数据条数",
  3585. "schema": {
  3586. "type": "int"
  3587. }
  3588. },
  3589. "400": {
  3590. "description": "具体错误",
  3591. "schema": {
  3592. "$ref": "#/definitions/md.Response"
  3593. }
  3594. }
  3595. }
  3596. }
  3597. },
  3598. "/api/institutionalManagement/eggEnergy/coreData": {
  3599. "get": {
  3600. "description": "核心数据(获取)",
  3601. "consumes": [
  3602. "application/json"
  3603. ],
  3604. "produces": [
  3605. "application/json"
  3606. ],
  3607. "tags": [
  3608. "蛋蛋能量"
  3609. ],
  3610. "summary": "制度中心-蛋蛋能量-核心数据(获取)",
  3611. "parameters": [
  3612. {
  3613. "type": "string",
  3614. "description": "验证参数Bearer和token空格拼接",
  3615. "name": "Authorization",
  3616. "in": "header",
  3617. "required": true
  3618. }
  3619. ],
  3620. "responses": {
  3621. "200": {
  3622. "description": "具体数据",
  3623. "schema": {
  3624. "$ref": "#/definitions/md.GetEggEnergyCoreDataResp"
  3625. }
  3626. },
  3627. "400": {
  3628. "description": "具体错误",
  3629. "schema": {
  3630. "$ref": "#/definitions/md.Response"
  3631. }
  3632. }
  3633. }
  3634. },
  3635. "post": {
  3636. "description": "核心数据(更新)",
  3637. "consumes": [
  3638. "application/json"
  3639. ],
  3640. "produces": [
  3641. "application/json"
  3642. ],
  3643. "tags": [
  3644. "蛋蛋能量"
  3645. ],
  3646. "summary": "制度中心-蛋蛋能量-核心数据(更新)",
  3647. "parameters": [
  3648. {
  3649. "type": "string",
  3650. "description": "验证参数Bearer和token空格拼接",
  3651. "name": "Authorization",
  3652. "in": "header",
  3653. "required": true
  3654. },
  3655. {
  3656. "description": "需要修改的内容和 id",
  3657. "name": "req",
  3658. "in": "body",
  3659. "required": true,
  3660. "schema": {
  3661. "$ref": "#/definitions/md.UpdateEggEnergyCoreDataReq"
  3662. }
  3663. }
  3664. ],
  3665. "responses": {
  3666. "200": {
  3667. "description": "修改数据条数",
  3668. "schema": {
  3669. "type": "int"
  3670. }
  3671. },
  3672. "400": {
  3673. "description": "具体错误",
  3674. "schema": {
  3675. "$ref": "#/definitions/md.Response"
  3676. }
  3677. }
  3678. }
  3679. }
  3680. },
  3681. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3682. "delete": {
  3683. "description": "删除币种",
  3684. "consumes": [
  3685. "application/json"
  3686. ],
  3687. "produces": [
  3688. "application/json"
  3689. ],
  3690. "tags": [
  3691. "蛋蛋能量"
  3692. ],
  3693. "summary": "制度中心-蛋蛋能量-删除币种",
  3694. "parameters": [
  3695. {
  3696. "type": "string",
  3697. "description": "验证参数Bearer和token空格拼接",
  3698. "name": "Authorization",
  3699. "in": "header",
  3700. "required": true
  3701. }
  3702. ],
  3703. "responses": {
  3704. "200": {
  3705. "description": "删除数据数量",
  3706. "schema": {
  3707. "type": "int"
  3708. }
  3709. },
  3710. "400": {
  3711. "description": "具体错误",
  3712. "schema": {
  3713. "$ref": "#/definitions/md.Response"
  3714. }
  3715. }
  3716. }
  3717. }
  3718. },
  3719. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3720. "post": {
  3721. "description": "蛋蛋分管理(人工打分)",
  3722. "consumes": [
  3723. "application/json"
  3724. ],
  3725. "produces": [
  3726. "application/json"
  3727. ],
  3728. "tags": [
  3729. "蛋蛋能量"
  3730. ],
  3731. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3732. "parameters": [
  3733. {
  3734. "type": "string",
  3735. "description": "验证参数Bearer和token空格拼接",
  3736. "name": "Authorization",
  3737. "in": "header",
  3738. "required": true
  3739. },
  3740. {
  3741. "description": "请求参数",
  3742. "name": "req",
  3743. "in": "body",
  3744. "required": true,
  3745. "schema": {
  3746. "$ref": "#/definitions/md.ManualScoreReq"
  3747. }
  3748. }
  3749. ],
  3750. "responses": {
  3751. "200": {
  3752. "description": "成功返回",
  3753. "schema": {
  3754. "type": "string"
  3755. }
  3756. },
  3757. "400": {
  3758. "description": "具体错误",
  3759. "schema": {
  3760. "$ref": "#/definitions/md.Response"
  3761. }
  3762. }
  3763. }
  3764. }
  3765. },
  3766. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3767. "post": {
  3768. "description": "蛋蛋分管理(着陆页数据分析)",
  3769. "consumes": [
  3770. "application/json"
  3771. ],
  3772. "produces": [
  3773. "application/json"
  3774. ],
  3775. "tags": [
  3776. "蛋蛋能量"
  3777. ],
  3778. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3779. "parameters": [
  3780. {
  3781. "type": "string",
  3782. "description": "验证参数Bearer和token空格拼接",
  3783. "name": "Authorization",
  3784. "in": "header",
  3785. "required": true
  3786. },
  3787. {
  3788. "description": "请求参数",
  3789. "name": "req",
  3790. "in": "body",
  3791. "required": true,
  3792. "schema": {
  3793. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3794. }
  3795. }
  3796. ],
  3797. "responses": {
  3798. "200": {
  3799. "description": "成功返回",
  3800. "schema": {
  3801. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3802. }
  3803. },
  3804. "400": {
  3805. "description": "具体错误",
  3806. "schema": {
  3807. "$ref": "#/definitions/md.Response"
  3808. }
  3809. }
  3810. }
  3811. }
  3812. },
  3813. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3814. "post": {
  3815. "description": "蛋蛋分管理(用户数据列表)",
  3816. "consumes": [
  3817. "application/json"
  3818. ],
  3819. "produces": [
  3820. "application/json"
  3821. ],
  3822. "tags": [
  3823. "蛋蛋能量"
  3824. ],
  3825. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3826. "parameters": [
  3827. {
  3828. "type": "string",
  3829. "description": "验证参数Bearer和token空格拼接",
  3830. "name": "Authorization",
  3831. "in": "header",
  3832. "required": true
  3833. },
  3834. {
  3835. "description": "请求参数",
  3836. "name": "req",
  3837. "in": "body",
  3838. "required": true,
  3839. "schema": {
  3840. "$ref": "#/definitions/md.UserEggFlowReq"
  3841. }
  3842. }
  3843. ],
  3844. "responses": {
  3845. "200": {
  3846. "description": "成功返回",
  3847. "schema": {
  3848. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3849. }
  3850. },
  3851. "400": {
  3852. "description": "具体错误",
  3853. "schema": {
  3854. "$ref": "#/definitions/md.Response"
  3855. }
  3856. }
  3857. }
  3858. }
  3859. },
  3860. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3861. "post": {
  3862. "description": "蛋蛋分管理(着陆页数据)",
  3863. "consumes": [
  3864. "application/json"
  3865. ],
  3866. "produces": [
  3867. "application/json"
  3868. ],
  3869. "tags": [
  3870. "蛋蛋能量"
  3871. ],
  3872. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3873. "parameters": [
  3874. {
  3875. "type": "string",
  3876. "description": "验证参数Bearer和token空格拼接",
  3877. "name": "Authorization",
  3878. "in": "header",
  3879. "required": true
  3880. },
  3881. {
  3882. "description": "请求参数",
  3883. "name": "req",
  3884. "in": "body",
  3885. "required": true,
  3886. "schema": {
  3887. "$ref": "#/definitions/md.UserEggIndexReq"
  3888. }
  3889. }
  3890. ],
  3891. "responses": {
  3892. "200": {
  3893. "description": "成功返回",
  3894. "schema": {
  3895. "$ref": "#/definitions/md.UserEggIndexResp"
  3896. }
  3897. },
  3898. "400": {
  3899. "description": "具体错误",
  3900. "schema": {
  3901. "$ref": "#/definitions/md.Response"
  3902. }
  3903. }
  3904. }
  3905. }
  3906. },
  3907. "/api/institutionalManagement/eggEnergy/getBasic": {
  3908. "get": {
  3909. "description": "基础设置(获取)",
  3910. "consumes": [
  3911. "application/json"
  3912. ],
  3913. "produces": [
  3914. "application/json"
  3915. ],
  3916. "tags": [
  3917. "蛋蛋能量"
  3918. ],
  3919. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3920. "parameters": [
  3921. {
  3922. "type": "string",
  3923. "description": "验证参数Bearer和token空格拼接",
  3924. "name": "Authorization",
  3925. "in": "header",
  3926. "required": true
  3927. }
  3928. ],
  3929. "responses": {
  3930. "200": {
  3931. "description": "具体数据",
  3932. "schema": {
  3933. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3934. }
  3935. },
  3936. "400": {
  3937. "description": "具体错误",
  3938. "schema": {
  3939. "$ref": "#/definitions/md.Response"
  3940. }
  3941. }
  3942. }
  3943. }
  3944. },
  3945. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3946. "get": {
  3947. "description": "基础会员设置(获取)",
  3948. "consumes": [
  3949. "application/json"
  3950. ],
  3951. "produces": [
  3952. "application/json"
  3953. ],
  3954. "tags": [
  3955. "蛋蛋能量"
  3956. ],
  3957. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3958. "parameters": [
  3959. {
  3960. "type": "string",
  3961. "description": "验证参数Bearer和token空格拼接",
  3962. "name": "Authorization",
  3963. "in": "header",
  3964. "required": true
  3965. }
  3966. ],
  3967. "responses": {
  3968. "200": {
  3969. "description": "具体数据",
  3970. "schema": {
  3971. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3972. }
  3973. },
  3974. "400": {
  3975. "description": "具体错误",
  3976. "schema": {
  3977. "$ref": "#/definitions/md.Response"
  3978. }
  3979. }
  3980. }
  3981. }
  3982. },
  3983. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3984. "get": {
  3985. "description": "查询所有币种(获取)",
  3986. "consumes": [
  3987. "application/json"
  3988. ],
  3989. "produces": [
  3990. "application/json"
  3991. ],
  3992. "tags": [
  3993. "蛋蛋能量"
  3994. ],
  3995. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3996. "parameters": [
  3997. {
  3998. "type": "string",
  3999. "description": "验证参数Bearer和token空格拼接",
  4000. "name": "Authorization",
  4001. "in": "header",
  4002. "required": true
  4003. }
  4004. ],
  4005. "responses": {
  4006. "200": {
  4007. "description": "成功返回",
  4008. "schema": {
  4009. "type": "array",
  4010. "items": {
  4011. "$ref": "#/definitions/md.VirtualCoin"
  4012. }
  4013. }
  4014. },
  4015. "400": {
  4016. "description": "具体错误",
  4017. "schema": {
  4018. "$ref": "#/definitions/md.Response"
  4019. }
  4020. }
  4021. }
  4022. }
  4023. },
  4024. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  4025. "get": {
  4026. "description": "数据概览(获取)",
  4027. "consumes": [
  4028. "application/json"
  4029. ],
  4030. "produces": [
  4031. "application/json"
  4032. ],
  4033. "tags": [
  4034. "蛋蛋能量"
  4035. ],
  4036. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  4037. "parameters": [
  4038. {
  4039. "type": "string",
  4040. "description": "验证参数Bearer和token空格拼接",
  4041. "name": "Authorization",
  4042. "in": "header",
  4043. "required": true
  4044. }
  4045. ],
  4046. "responses": {
  4047. "200": {
  4048. "description": "具体数据",
  4049. "schema": {
  4050. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  4051. }
  4052. },
  4053. "400": {
  4054. "description": "具体错误",
  4055. "schema": {
  4056. "$ref": "#/definitions/md.Response"
  4057. }
  4058. }
  4059. }
  4060. }
  4061. },
  4062. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  4063. "post": {
  4064. "description": "价值明细数据(新增)",
  4065. "consumes": [
  4066. "application/json"
  4067. ],
  4068. "produces": [
  4069. "application/json"
  4070. ],
  4071. "tags": [
  4072. "蛋蛋能量"
  4073. ],
  4074. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  4075. "parameters": [
  4076. {
  4077. "type": "string",
  4078. "description": "验证参数Bearer和token空格拼接",
  4079. "name": "Authorization",
  4080. "in": "header",
  4081. "required": true
  4082. },
  4083. {
  4084. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4085. "name": "req",
  4086. "in": "body",
  4087. "required": true,
  4088. "schema": {
  4089. "$ref": "#/definitions/md.AddFundDataReq"
  4090. }
  4091. }
  4092. ],
  4093. "responses": {
  4094. "200": {
  4095. "description": "插入数据 id",
  4096. "schema": {
  4097. "type": "int"
  4098. }
  4099. },
  4100. "400": {
  4101. "description": "具体错误",
  4102. "schema": {
  4103. "$ref": "#/definitions/md.Response"
  4104. }
  4105. }
  4106. }
  4107. }
  4108. },
  4109. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  4110. "post": {
  4111. "description": "新增数据列表(获取)",
  4112. "consumes": [
  4113. "application/json"
  4114. ],
  4115. "produces": [
  4116. "application/json"
  4117. ],
  4118. "tags": [
  4119. "蛋蛋能量"
  4120. ],
  4121. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  4122. "parameters": [
  4123. {
  4124. "type": "string",
  4125. "description": "验证参数Bearer和token空格拼接",
  4126. "name": "Authorization",
  4127. "in": "header",
  4128. "required": true
  4129. },
  4130. {
  4131. "description": "分页信息必填",
  4132. "name": "req",
  4133. "in": "body",
  4134. "required": true,
  4135. "schema": {
  4136. "$ref": "#/definitions/md.GetFundDataListReq"
  4137. }
  4138. }
  4139. ],
  4140. "responses": {
  4141. "200": {
  4142. "description": "具体数据",
  4143. "schema": {
  4144. "$ref": "#/definitions/md.GetFundDataListResp"
  4145. }
  4146. },
  4147. "400": {
  4148. "description": "具体错误",
  4149. "schema": {
  4150. "$ref": "#/definitions/md.Response"
  4151. }
  4152. }
  4153. }
  4154. }
  4155. },
  4156. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  4157. "post": {
  4158. "description": "新增数据列表详情(查询)",
  4159. "consumes": [
  4160. "application/json"
  4161. ],
  4162. "produces": [
  4163. "application/json"
  4164. ],
  4165. "tags": [
  4166. "蛋蛋能量"
  4167. ],
  4168. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  4169. "parameters": [
  4170. {
  4171. "type": "string",
  4172. "description": "验证参数Bearer和token空格拼接",
  4173. "name": "Authorization",
  4174. "in": "header",
  4175. "required": true
  4176. },
  4177. {
  4178. "description": "获取到的 system_id 以及分页信息",
  4179. "name": "req",
  4180. "in": "body",
  4181. "required": true,
  4182. "schema": {
  4183. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  4184. }
  4185. }
  4186. ],
  4187. "responses": {
  4188. "200": {
  4189. "description": "具体数据",
  4190. "schema": {
  4191. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  4192. }
  4193. },
  4194. "400": {
  4195. "description": "具体错误",
  4196. "schema": {
  4197. "$ref": "#/definitions/md.Response"
  4198. }
  4199. }
  4200. }
  4201. }
  4202. },
  4203. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  4204. "get": {
  4205. "description": "价格趋势(获取)",
  4206. "consumes": [
  4207. "application/json"
  4208. ],
  4209. "produces": [
  4210. "application/json"
  4211. ],
  4212. "tags": [
  4213. "蛋蛋能量"
  4214. ],
  4215. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4216. "parameters": [
  4217. {
  4218. "type": "string",
  4219. "description": "验证参数Bearer和token空格拼接",
  4220. "name": "Authorization",
  4221. "in": "header",
  4222. "required": true
  4223. },
  4224. {
  4225. "type": "string",
  4226. "description": "1:按天 2:按小时 3:按周",
  4227. "name": "kind",
  4228. "in": "query"
  4229. }
  4230. ],
  4231. "responses": {
  4232. "200": {
  4233. "description": "具体数据",
  4234. "schema": {
  4235. "$ref": "#/definitions/md.GetPriceCurveResp"
  4236. }
  4237. },
  4238. "400": {
  4239. "description": "具体错误",
  4240. "schema": {
  4241. "$ref": "#/definitions/md.Response"
  4242. }
  4243. }
  4244. }
  4245. }
  4246. },
  4247. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4248. "post": {
  4249. "description": "激励视频(获取)",
  4250. "consumes": [
  4251. "application/json"
  4252. ],
  4253. "produces": [
  4254. "application/json"
  4255. ],
  4256. "tags": [
  4257. "蛋蛋能量"
  4258. ],
  4259. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4260. "parameters": [
  4261. {
  4262. "type": "string",
  4263. "description": "验证参数Bearer和token空格拼接",
  4264. "name": "Authorization",
  4265. "in": "header",
  4266. "required": true
  4267. },
  4268. {
  4269. "description": "落地页不填页大小默认20条数据",
  4270. "name": "req",
  4271. "in": "body",
  4272. "required": true,
  4273. "schema": {
  4274. "$ref": "#/definitions/md.SetVideoRewardReq"
  4275. }
  4276. }
  4277. ],
  4278. "responses": {
  4279. "200": {
  4280. "description": "OK",
  4281. "schema": {
  4282. "$ref": "#/definitions/md.GetVideoRewardResp"
  4283. }
  4284. },
  4285. "400": {
  4286. "description": "具体错误",
  4287. "schema": {
  4288. "$ref": "#/definitions/md.Response"
  4289. }
  4290. }
  4291. }
  4292. }
  4293. },
  4294. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4295. "post": {
  4296. "description": "其他广告设置数据(新增)",
  4297. "consumes": [
  4298. "application/json"
  4299. ],
  4300. "produces": [
  4301. "application/json"
  4302. ],
  4303. "tags": [
  4304. "蛋蛋能量"
  4305. ],
  4306. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4307. "parameters": [
  4308. {
  4309. "type": "string",
  4310. "description": "验证参数Bearer和token空格拼接",
  4311. "name": "Authorization",
  4312. "in": "header",
  4313. "required": true
  4314. },
  4315. {
  4316. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4317. "name": "req",
  4318. "in": "body",
  4319. "required": true,
  4320. "schema": {
  4321. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4322. }
  4323. }
  4324. ],
  4325. "responses": {
  4326. "200": {
  4327. "description": "插入数据 id",
  4328. "schema": {
  4329. "type": "int"
  4330. }
  4331. },
  4332. "400": {
  4333. "description": "具体错误",
  4334. "schema": {
  4335. "$ref": "#/definitions/md.Response"
  4336. }
  4337. }
  4338. }
  4339. }
  4340. },
  4341. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4342. "post": {
  4343. "description": "其他广告设置数据(获取)",
  4344. "consumes": [
  4345. "application/json"
  4346. ],
  4347. "produces": [
  4348. "application/json"
  4349. ],
  4350. "tags": [
  4351. "蛋蛋能量"
  4352. ],
  4353. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4354. "parameters": [
  4355. {
  4356. "type": "string",
  4357. "description": "验证参数Bearer和token空格拼接",
  4358. "name": "Authorization",
  4359. "in": "header",
  4360. "required": true
  4361. },
  4362. {
  4363. "description": "分页信息必填",
  4364. "name": "req",
  4365. "in": "body",
  4366. "required": true,
  4367. "schema": {
  4368. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4369. }
  4370. }
  4371. ],
  4372. "responses": {
  4373. "200": {
  4374. "description": "具体数据",
  4375. "schema": {
  4376. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4377. }
  4378. },
  4379. "400": {
  4380. "description": "具体错误",
  4381. "schema": {
  4382. "$ref": "#/definitions/md.Response"
  4383. }
  4384. }
  4385. }
  4386. }
  4387. },
  4388. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4389. "post": {
  4390. "description": "激励视频(设置)",
  4391. "consumes": [
  4392. "application/json"
  4393. ],
  4394. "produces": [
  4395. "application/json"
  4396. ],
  4397. "tags": [
  4398. "蛋蛋能量"
  4399. ],
  4400. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4401. "parameters": [
  4402. {
  4403. "type": "string",
  4404. "description": "验证参数Bearer和token空格拼接",
  4405. "name": "Authorization",
  4406. "in": "header",
  4407. "required": true
  4408. },
  4409. {
  4410. "description": "落地页不填页大小默认20条数据",
  4411. "name": "req",
  4412. "in": "body",
  4413. "required": true,
  4414. "schema": {
  4415. "$ref": "#/definitions/md.SetVideoRewardReq"
  4416. }
  4417. }
  4418. ],
  4419. "responses": {
  4420. "200": {
  4421. "description": "success",
  4422. "schema": {
  4423. "type": "string"
  4424. }
  4425. },
  4426. "400": {
  4427. "description": "具体错误",
  4428. "schema": {
  4429. "$ref": "#/definitions/md.Response"
  4430. }
  4431. }
  4432. }
  4433. }
  4434. },
  4435. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4436. "post": {
  4437. "description": "基础设置(更新)",
  4438. "consumes": [
  4439. "application/json"
  4440. ],
  4441. "produces": [
  4442. "application/json"
  4443. ],
  4444. "tags": [
  4445. "蛋蛋能量"
  4446. ],
  4447. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4448. "parameters": [
  4449. {
  4450. "type": "string",
  4451. "description": "验证参数Bearer和token空格拼接",
  4452. "name": "Authorization",
  4453. "in": "header",
  4454. "required": true
  4455. },
  4456. {
  4457. "description": "system_id 必填",
  4458. "name": "req",
  4459. "in": "body",
  4460. "required": true,
  4461. "schema": {
  4462. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4463. }
  4464. }
  4465. ],
  4466. "responses": {
  4467. "200": {
  4468. "description": "修改数据条数",
  4469. "schema": {
  4470. "type": "int"
  4471. }
  4472. },
  4473. "400": {
  4474. "description": "具体错误",
  4475. "schema": {
  4476. "$ref": "#/definitions/md.Response"
  4477. }
  4478. }
  4479. }
  4480. }
  4481. },
  4482. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4483. "post": {
  4484. "description": "会员设置(更新)",
  4485. "consumes": [
  4486. "application/json"
  4487. ],
  4488. "produces": [
  4489. "application/json"
  4490. ],
  4491. "tags": [
  4492. "蛋蛋能量"
  4493. ],
  4494. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4495. "parameters": [
  4496. {
  4497. "type": "string",
  4498. "description": "验证参数Bearer和token空格拼接",
  4499. "name": "Authorization",
  4500. "in": "header",
  4501. "required": true
  4502. },
  4503. {
  4504. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4505. "name": "req",
  4506. "in": "body",
  4507. "required": true,
  4508. "schema": {
  4509. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4510. }
  4511. }
  4512. ],
  4513. "responses": {
  4514. "200": {
  4515. "description": "修改数据条数",
  4516. "schema": {
  4517. "type": "int"
  4518. }
  4519. },
  4520. "400": {
  4521. "description": "具体错误",
  4522. "schema": {
  4523. "$ref": "#/definitions/md.Response"
  4524. }
  4525. }
  4526. }
  4527. }
  4528. },
  4529. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4530. "post": {
  4531. "description": "更新币种信息",
  4532. "consumes": [
  4533. "application/json"
  4534. ],
  4535. "produces": [
  4536. "application/json"
  4537. ],
  4538. "tags": [
  4539. "蛋蛋能量"
  4540. ],
  4541. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4542. "parameters": [
  4543. {
  4544. "type": "string",
  4545. "description": "验证参数Bearer和token空格拼接",
  4546. "name": "Authorization",
  4547. "in": "header",
  4548. "required": true
  4549. },
  4550. {
  4551. "description": "更新数据信息",
  4552. "name": "req",
  4553. "in": "body",
  4554. "required": true,
  4555. "schema": {
  4556. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4557. }
  4558. }
  4559. ],
  4560. "responses": {
  4561. "200": {
  4562. "description": "更新数据数量",
  4563. "schema": {
  4564. "type": "int"
  4565. }
  4566. },
  4567. "400": {
  4568. "description": "具体错误",
  4569. "schema": {
  4570. "$ref": "#/definitions/md.Response"
  4571. }
  4572. }
  4573. }
  4574. }
  4575. },
  4576. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4577. "post": {
  4578. "description": "蛋蛋能量流水(查询)",
  4579. "consumes": [
  4580. "application/json"
  4581. ],
  4582. "produces": [
  4583. "application/json"
  4584. ],
  4585. "tags": [
  4586. "公排管理"
  4587. ],
  4588. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4589. "parameters": [
  4590. {
  4591. "type": "string",
  4592. "description": "验证参数Bearer和token空格拼接",
  4593. "name": "Authorization",
  4594. "in": "header",
  4595. "required": true
  4596. },
  4597. {
  4598. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4599. "name": "req",
  4600. "in": "body",
  4601. "required": true,
  4602. "schema": {
  4603. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4604. }
  4605. }
  4606. ],
  4607. "responses": {
  4608. "200": {
  4609. "description": "成功返回",
  4610. "schema": {
  4611. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4612. }
  4613. },
  4614. "400": {
  4615. "description": "具体错误",
  4616. "schema": {
  4617. "$ref": "#/definitions/md.Response"
  4618. }
  4619. }
  4620. }
  4621. }
  4622. },
  4623. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4624. "post": {
  4625. "description": "蛋蛋能量明细(获取)",
  4626. "consumes": [
  4627. "application/json"
  4628. ],
  4629. "produces": [
  4630. "application/json"
  4631. ],
  4632. "tags": [
  4633. "公排管理"
  4634. ],
  4635. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4636. "parameters": [
  4637. {
  4638. "type": "string",
  4639. "description": "验证参数Bearer和token空格拼接",
  4640. "name": "Authorization",
  4641. "in": "header",
  4642. "required": true
  4643. },
  4644. {
  4645. "description": "落地页不填页大小默认20条数据",
  4646. "name": "req",
  4647. "in": "body",
  4648. "schema": {
  4649. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4650. }
  4651. }
  4652. ],
  4653. "responses": {
  4654. "200": {
  4655. "description": "成功返回",
  4656. "schema": {
  4657. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4658. }
  4659. },
  4660. "400": {
  4661. "description": "具体错误",
  4662. "schema": {
  4663. "$ref": "#/definitions/md.Response"
  4664. }
  4665. }
  4666. }
  4667. }
  4668. },
  4669. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4670. "post": {
  4671. "description": "蛋蛋积分持有者明细(获取)",
  4672. "consumes": [
  4673. "application/json"
  4674. ],
  4675. "produces": [
  4676. "application/json"
  4677. ],
  4678. "tags": [
  4679. "公排管理"
  4680. ],
  4681. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4682. "parameters": [
  4683. {
  4684. "type": "string",
  4685. "description": "验证参数Bearer和token空格拼接",
  4686. "name": "Authorization",
  4687. "in": "header",
  4688. "required": true
  4689. },
  4690. {
  4691. "description": "落地页不填页大小默认20条数据",
  4692. "name": "req",
  4693. "in": "body",
  4694. "schema": {
  4695. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4696. }
  4697. }
  4698. ],
  4699. "responses": {
  4700. "200": {
  4701. "description": "成功返回",
  4702. "schema": {
  4703. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4704. }
  4705. },
  4706. "400": {
  4707. "description": "具体错误",
  4708. "schema": {
  4709. "$ref": "#/definitions/md.Response"
  4710. }
  4711. }
  4712. }
  4713. }
  4714. },
  4715. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4716. "post": {
  4717. "description": "蛋蛋积分流水明细(查询)",
  4718. "consumes": [
  4719. "application/json"
  4720. ],
  4721. "produces": [
  4722. "application/json"
  4723. ],
  4724. "tags": [
  4725. "公排管理"
  4726. ],
  4727. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4728. "parameters": [
  4729. {
  4730. "type": "string",
  4731. "description": "验证参数Bearer和token空格拼接",
  4732. "name": "Authorization",
  4733. "in": "header",
  4734. "required": true
  4735. },
  4736. {
  4737. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4738. "name": "req",
  4739. "in": "body",
  4740. "required": true,
  4741. "schema": {
  4742. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4743. }
  4744. }
  4745. ],
  4746. "responses": {
  4747. "200": {
  4748. "description": "成功返回",
  4749. "schema": {
  4750. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4751. }
  4752. },
  4753. "400": {
  4754. "description": "具体错误",
  4755. "schema": {
  4756. "$ref": "#/definitions/md.Response"
  4757. }
  4758. }
  4759. }
  4760. }
  4761. },
  4762. "/api/institutionalManagement/eggPointCoefficient/add": {
  4763. "post": {
  4764. "description": "区间系数(新增 支持批量新增)",
  4765. "consumes": [
  4766. "application/json"
  4767. ],
  4768. "produces": [
  4769. "application/json"
  4770. ],
  4771. "tags": [
  4772. "蛋蛋分区间系数管理"
  4773. ],
  4774. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4775. "parameters": [
  4776. {
  4777. "type": "string",
  4778. "description": "验证参数Bearer和token空格拼接",
  4779. "name": "Authorization",
  4780. "in": "header",
  4781. "required": true
  4782. },
  4783. {
  4784. "description": "需要新增的内容",
  4785. "name": "req",
  4786. "in": "body",
  4787. "required": true,
  4788. "schema": {
  4789. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4790. }
  4791. }
  4792. ],
  4793. "responses": {
  4794. "200": {
  4795. "description": "新增数据条数",
  4796. "schema": {
  4797. "type": "int"
  4798. }
  4799. },
  4800. "400": {
  4801. "description": "具体错误",
  4802. "schema": {
  4803. "$ref": "#/definitions/md.Response"
  4804. }
  4805. }
  4806. }
  4807. }
  4808. },
  4809. "/api/institutionalManagement/eggPointCoefficient/del": {
  4810. "delete": {
  4811. "description": "区间系数(删除)",
  4812. "consumes": [
  4813. "application/json"
  4814. ],
  4815. "produces": [
  4816. "application/json"
  4817. ],
  4818. "tags": [
  4819. "蛋蛋分区间系数管理"
  4820. ],
  4821. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4822. "parameters": [
  4823. {
  4824. "type": "string",
  4825. "description": "验证参数Bearer和token空格拼接",
  4826. "name": "Authorization",
  4827. "in": "header",
  4828. "required": true
  4829. },
  4830. {
  4831. "description": "需要删除的数据id",
  4832. "name": "req",
  4833. "in": "body",
  4834. "required": true,
  4835. "schema": {
  4836. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4837. }
  4838. }
  4839. ],
  4840. "responses": {
  4841. "200": {
  4842. "description": "成功删除数据条数",
  4843. "schema": {
  4844. "type": "int"
  4845. }
  4846. },
  4847. "400": {
  4848. "description": "具体错误",
  4849. "schema": {
  4850. "$ref": "#/definitions/md.Response"
  4851. }
  4852. }
  4853. }
  4854. }
  4855. },
  4856. "/api/institutionalManagement/eggPointCoefficient/index": {
  4857. "get": {
  4858. "description": "区间系数(获取)",
  4859. "consumes": [
  4860. "application/json"
  4861. ],
  4862. "produces": [
  4863. "application/json"
  4864. ],
  4865. "tags": [
  4866. "蛋蛋分区间系数管理"
  4867. ],
  4868. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4869. "parameters": [
  4870. {
  4871. "type": "string",
  4872. "description": "验证参数Bearer和token空格拼接",
  4873. "name": "Authorization",
  4874. "in": "header",
  4875. "required": true
  4876. }
  4877. ],
  4878. "responses": {
  4879. "200": {
  4880. "description": "OK",
  4881. "schema": {
  4882. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4883. }
  4884. },
  4885. "400": {
  4886. "description": "具体错误",
  4887. "schema": {
  4888. "$ref": "#/definitions/md.Response"
  4889. }
  4890. }
  4891. }
  4892. }
  4893. },
  4894. "/api/institutionalManagement/eggPointCoefficient/update": {
  4895. "post": {
  4896. "description": "区间系数(更新)",
  4897. "consumes": [
  4898. "application/json"
  4899. ],
  4900. "produces": [
  4901. "application/json"
  4902. ],
  4903. "tags": [
  4904. "蛋蛋分区间系数管理"
  4905. ],
  4906. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4907. "parameters": [
  4908. {
  4909. "type": "string",
  4910. "description": "验证参数Bearer和token空格拼接",
  4911. "name": "Authorization",
  4912. "in": "header",
  4913. "required": true
  4914. },
  4915. {
  4916. "description": "需要更新的数据信息",
  4917. "name": "req",
  4918. "in": "body",
  4919. "required": true,
  4920. "schema": {
  4921. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4922. }
  4923. }
  4924. ],
  4925. "responses": {
  4926. "200": {
  4927. "description": "成功修改的数据数量",
  4928. "schema": {
  4929. "type": "int"
  4930. }
  4931. },
  4932. "400": {
  4933. "description": "具体错误",
  4934. "schema": {
  4935. "$ref": "#/definitions/md.Response"
  4936. }
  4937. }
  4938. }
  4939. }
  4940. },
  4941. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4942. "get": {
  4943. "description": "个性化设置(获取)",
  4944. "consumes": [
  4945. "application/json"
  4946. ],
  4947. "produces": [
  4948. "application/json"
  4949. ],
  4950. "tags": [
  4951. "模块设置"
  4952. ],
  4953. "summary": "制度中心-模块设置-个性化设置(获取)",
  4954. "parameters": [
  4955. {
  4956. "type": "string",
  4957. "description": "验证参数Bearer和token空格拼接",
  4958. "name": "Authorization",
  4959. "in": "header",
  4960. "required": true
  4961. },
  4962. {
  4963. "type": "string",
  4964. "description": "模块类型值",
  4965. "name": "mod_name_value",
  4966. "in": "query",
  4967. "required": true
  4968. }
  4969. ],
  4970. "responses": {
  4971. "200": {
  4972. "description": "具体数据",
  4973. "schema": {
  4974. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4975. }
  4976. },
  4977. "400": {
  4978. "description": "具体错误",
  4979. "schema": {
  4980. "$ref": "#/definitions/md.Response"
  4981. }
  4982. }
  4983. }
  4984. }
  4985. },
  4986. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4987. "post": {
  4988. "description": "个性化设置(更新)",
  4989. "consumes": [
  4990. "application/json"
  4991. ],
  4992. "produces": [
  4993. "application/json"
  4994. ],
  4995. "tags": [
  4996. "模块设置"
  4997. ],
  4998. "summary": "制度中心-模块设置-个性化设置(更新)",
  4999. "parameters": [
  5000. {
  5001. "type": "string",
  5002. "description": "验证参数Bearer和token空格拼接",
  5003. "name": "Authorization",
  5004. "in": "header",
  5005. "required": true
  5006. },
  5007. {
  5008. "description": "模块类型值必填 链接传入完整 URL",
  5009. "name": "req",
  5010. "in": "body",
  5011. "required": true,
  5012. "schema": {
  5013. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  5014. }
  5015. }
  5016. ],
  5017. "responses": {
  5018. "200": {
  5019. "description": "修改数据条数",
  5020. "schema": {
  5021. "type": "int"
  5022. }
  5023. },
  5024. "400": {
  5025. "description": "具体错误",
  5026. "schema": {
  5027. "$ref": "#/definitions/md.Response"
  5028. }
  5029. }
  5030. }
  5031. }
  5032. },
  5033. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  5034. "post": {
  5035. "description": "社区分红(新增)",
  5036. "consumes": [
  5037. "application/json"
  5038. ],
  5039. "produces": [
  5040. "application/json"
  5041. ],
  5042. "tags": [
  5043. "公排管理"
  5044. ],
  5045. "summary": "制度中心-公排管理-社区分红(新增)",
  5046. "parameters": [
  5047. {
  5048. "type": "string",
  5049. "description": "验证参数Bearer和token空格拼接",
  5050. "name": "Authorization",
  5051. "in": "header",
  5052. "required": true
  5053. },
  5054. {
  5055. "description": "分红名称、分红总量",
  5056. "name": "req",
  5057. "in": "body",
  5058. "required": true,
  5059. "schema": {
  5060. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  5061. }
  5062. }
  5063. ],
  5064. "responses": {
  5065. "200": {
  5066. "description": "成功",
  5067. "schema": {
  5068. "type": "success"
  5069. }
  5070. },
  5071. "400": {
  5072. "description": "具体错误",
  5073. "schema": {
  5074. "$ref": "#/definitions/md.Response"
  5075. }
  5076. }
  5077. }
  5078. }
  5079. },
  5080. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  5081. "post": {
  5082. "description": "社区分红(查询)",
  5083. "consumes": [
  5084. "application/json"
  5085. ],
  5086. "produces": [
  5087. "application/json"
  5088. ],
  5089. "tags": [
  5090. "公排管理"
  5091. ],
  5092. "summary": "制度中心-公排管理-社区分红(查询)",
  5093. "parameters": [
  5094. {
  5095. "type": "string",
  5096. "description": "验证参数Bearer和token空格拼接",
  5097. "name": "Authorization",
  5098. "in": "header",
  5099. "required": true
  5100. },
  5101. {
  5102. "description": "页数、每页大小必填 起止时间、起止数量选填",
  5103. "name": "req",
  5104. "in": "body",
  5105. "required": true,
  5106. "schema": {
  5107. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  5108. }
  5109. }
  5110. ],
  5111. "responses": {
  5112. "200": {
  5113. "description": "具体数据",
  5114. "schema": {
  5115. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  5116. }
  5117. },
  5118. "400": {
  5119. "description": "具体错误",
  5120. "schema": {
  5121. "$ref": "#/definitions/md.Response"
  5122. }
  5123. }
  5124. }
  5125. }
  5126. },
  5127. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  5128. "post": {
  5129. "description": "社区长列表(新增)",
  5130. "consumes": [
  5131. "application/json"
  5132. ],
  5133. "produces": [
  5134. "application/json"
  5135. ],
  5136. "tags": [
  5137. "公排管理"
  5138. ],
  5139. "summary": "制度中心-公排管理-社区长列表(新增)",
  5140. "parameters": [
  5141. {
  5142. "type": "string",
  5143. "description": "验证参数Bearer和token空格拼接",
  5144. "name": "Authorization",
  5145. "in": "header",
  5146. "required": true
  5147. },
  5148. {
  5149. "description": "新增社区长 ID、备注",
  5150. "name": "req",
  5151. "in": "body",
  5152. "required": true,
  5153. "schema": {
  5154. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  5155. }
  5156. }
  5157. ],
  5158. "responses": {
  5159. "200": {
  5160. "description": "插入数据 ID",
  5161. "schema": {
  5162. "type": "int"
  5163. }
  5164. },
  5165. "400": {
  5166. "description": "具体错误",
  5167. "schema": {
  5168. "$ref": "#/definitions/md.Response"
  5169. }
  5170. }
  5171. }
  5172. }
  5173. },
  5174. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  5175. "delete": {
  5176. "description": "社区长列表(删除)",
  5177. "consumes": [
  5178. "application/json"
  5179. ],
  5180. "produces": [
  5181. "application/json"
  5182. ],
  5183. "tags": [
  5184. "公排管理"
  5185. ],
  5186. "summary": "制度中心-公排管理-社区长列表(删除)",
  5187. "parameters": [
  5188. {
  5189. "type": "string",
  5190. "description": "验证参数Bearer和token空格拼接",
  5191. "name": "Authorization",
  5192. "in": "header",
  5193. "required": true
  5194. }
  5195. ],
  5196. "responses": {
  5197. "200": {
  5198. "description": "删除数据数量",
  5199. "schema": {
  5200. "type": "int"
  5201. }
  5202. },
  5203. "400": {
  5204. "description": "具体错误",
  5205. "schema": {
  5206. "$ref": "#/definitions/md.Response"
  5207. }
  5208. }
  5209. }
  5210. }
  5211. },
  5212. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  5213. "post": {
  5214. "description": "社区长列表(查询)",
  5215. "consumes": [
  5216. "application/json"
  5217. ],
  5218. "produces": [
  5219. "application/json"
  5220. ],
  5221. "tags": [
  5222. "公排管理"
  5223. ],
  5224. "summary": "制度中心-公排管理-社区长列表(查询)",
  5225. "parameters": [
  5226. {
  5227. "type": "string",
  5228. "description": "验证参数Bearer和token空格拼接",
  5229. "name": "Authorization",
  5230. "in": "header",
  5231. "required": true
  5232. },
  5233. {
  5234. "description": "页数、每页大小必填 手机号、用户ID选填",
  5235. "name": "req",
  5236. "in": "body",
  5237. "required": true,
  5238. "schema": {
  5239. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5240. }
  5241. }
  5242. ],
  5243. "responses": {
  5244. "200": {
  5245. "description": "社区长列表",
  5246. "schema": {
  5247. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5248. }
  5249. },
  5250. "400": {
  5251. "description": "具体错误",
  5252. "schema": {
  5253. "$ref": "#/definitions/md.Response"
  5254. }
  5255. }
  5256. }
  5257. }
  5258. },
  5259. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5260. "post": {
  5261. "description": "关系分布图(位置转换)",
  5262. "consumes": [
  5263. "application/json"
  5264. ],
  5265. "produces": [
  5266. "application/json"
  5267. ],
  5268. "tags": [
  5269. "公排管理"
  5270. ],
  5271. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5272. "parameters": [
  5273. {
  5274. "type": "string",
  5275. "description": "验证参数Bearer和token空格拼接",
  5276. "name": "Authorization",
  5277. "in": "header",
  5278. "required": true
  5279. },
  5280. {
  5281. "description": "需要交换的两个位置",
  5282. "name": "req",
  5283. "in": "body",
  5284. "required": true,
  5285. "schema": {
  5286. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5287. }
  5288. }
  5289. ],
  5290. "responses": {
  5291. "200": {
  5292. "description": "成功返回",
  5293. "schema": {
  5294. "type": ""
  5295. }
  5296. },
  5297. "400": {
  5298. "description": "具体错误",
  5299. "schema": {
  5300. "$ref": "#/definitions/md.Response"
  5301. }
  5302. }
  5303. }
  5304. }
  5305. },
  5306. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5307. "get": {
  5308. "description": "关系分布图(获取指定用户上级)",
  5309. "consumes": [
  5310. "application/json"
  5311. ],
  5312. "produces": [
  5313. "application/json"
  5314. ],
  5315. "tags": [
  5316. "公排管理"
  5317. ],
  5318. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5319. "parameters": [
  5320. {
  5321. "type": "string",
  5322. "description": "验证参数Bearer和token空格拼接",
  5323. "name": "Authorization",
  5324. "in": "header",
  5325. "required": true
  5326. },
  5327. {
  5328. "type": "string",
  5329. "description": "用户ID",
  5330. "name": "uid",
  5331. "in": "query",
  5332. "required": true
  5333. }
  5334. ],
  5335. "responses": {
  5336. "200": {
  5337. "description": "具体数据",
  5338. "schema": {
  5339. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5340. }
  5341. },
  5342. "400": {
  5343. "description": "具体错误",
  5344. "schema": {
  5345. "$ref": "#/definitions/md.Response"
  5346. }
  5347. }
  5348. }
  5349. }
  5350. },
  5351. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5352. "get": {
  5353. "description": "关系分布图(获取指定用户下级)",
  5354. "consumes": [
  5355. "application/json"
  5356. ],
  5357. "produces": [
  5358. "application/json"
  5359. ],
  5360. "tags": [
  5361. "公排管理"
  5362. ],
  5363. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5364. "parameters": [
  5365. {
  5366. "type": "string",
  5367. "description": "验证参数Bearer和token空格拼接",
  5368. "name": "Authorization",
  5369. "in": "header",
  5370. "required": true
  5371. },
  5372. {
  5373. "type": "string",
  5374. "description": "用户ID",
  5375. "name": "uid",
  5376. "in": "query",
  5377. "required": true
  5378. }
  5379. ],
  5380. "responses": {
  5381. "200": {
  5382. "description": "具体数据",
  5383. "schema": {
  5384. "$ref": "#/definitions/md.TreeNode"
  5385. }
  5386. },
  5387. "400": {
  5388. "description": "具体错误",
  5389. "schema": {
  5390. "$ref": "#/definitions/md.Response"
  5391. }
  5392. }
  5393. }
  5394. }
  5395. },
  5396. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5397. "get": {
  5398. "description": "公排基础设置(获取)",
  5399. "consumes": [
  5400. "application/json"
  5401. ],
  5402. "produces": [
  5403. "application/json"
  5404. ],
  5405. "tags": [
  5406. "公排管理"
  5407. ],
  5408. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5409. "parameters": [
  5410. {
  5411. "type": "string",
  5412. "description": "验证参数Bearer和token空格拼接",
  5413. "name": "Authorization",
  5414. "in": "header",
  5415. "required": true
  5416. }
  5417. ],
  5418. "responses": {
  5419. "200": {
  5420. "description": "具体数据",
  5421. "schema": {
  5422. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5423. }
  5424. },
  5425. "400": {
  5426. "description": "具体错误",
  5427. "schema": {
  5428. "$ref": "#/definitions/md.Response"
  5429. }
  5430. }
  5431. }
  5432. }
  5433. },
  5434. "/api/institutionalManagement/publicPlatoon/nineDimensionalSpace": {
  5435. "get": {
  5436. "description": "关系分布图(公排详情)",
  5437. "consumes": [
  5438. "application/json"
  5439. ],
  5440. "produces": [
  5441. "application/json"
  5442. ],
  5443. "tags": [
  5444. "公排管理"
  5445. ],
  5446. "summary": "制度中心-公排管理-关系分布图(公排详情)",
  5447. "parameters": [
  5448. {
  5449. "type": "string",
  5450. "description": "验证参数Bearer和token空格拼接",
  5451. "name": "Authorization",
  5452. "in": "header",
  5453. "required": true
  5454. },
  5455. {
  5456. "type": "string",
  5457. "description": "用户id",
  5458. "name": "uid",
  5459. "in": "query"
  5460. }
  5461. ],
  5462. "responses": {
  5463. "200": {
  5464. "description": "成功返回",
  5465. "schema": {
  5466. "type": ""
  5467. }
  5468. },
  5469. "400": {
  5470. "description": "具体错误",
  5471. "schema": {
  5472. "$ref": "#/definitions/md.Response"
  5473. }
  5474. }
  5475. }
  5476. }
  5477. },
  5478. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5479. "delete": {
  5480. "description": "免罚用户(删除)",
  5481. "consumes": [
  5482. "application/json"
  5483. ],
  5484. "produces": [
  5485. "application/json"
  5486. ],
  5487. "tags": [
  5488. "公排管理"
  5489. ],
  5490. "summary": "制度中心-公排管理-免罚用户(删除)",
  5491. "parameters": [
  5492. {
  5493. "type": "string",
  5494. "description": "验证参数Bearer和token空格拼接",
  5495. "name": "Authorization",
  5496. "in": "header",
  5497. "required": true
  5498. },
  5499. {
  5500. "description": "免罚用户ID",
  5501. "name": "req",
  5502. "in": "body",
  5503. "required": true,
  5504. "schema": {
  5505. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5506. }
  5507. }
  5508. ],
  5509. "responses": {
  5510. "200": {
  5511. "description": "删除数据数量",
  5512. "schema": {
  5513. "type": "int"
  5514. }
  5515. },
  5516. "400": {
  5517. "description": "具体错误",
  5518. "schema": {
  5519. "$ref": "#/definitions/md.Response"
  5520. }
  5521. }
  5522. }
  5523. }
  5524. },
  5525. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5526. "post": {
  5527. "description": "免罚用户(查询)",
  5528. "consumes": [
  5529. "application/json"
  5530. ],
  5531. "produces": [
  5532. "application/json"
  5533. ],
  5534. "tags": [
  5535. "公排管理"
  5536. ],
  5537. "summary": "制度中心-公排管理-免罚用户(查询)",
  5538. "parameters": [
  5539. {
  5540. "type": "string",
  5541. "description": "验证参数Bearer和token空格拼接",
  5542. "name": "Authorization",
  5543. "in": "header",
  5544. "required": true
  5545. },
  5546. {
  5547. "description": "页数和行数必填,uid选填",
  5548. "name": "req",
  5549. "in": "body",
  5550. "required": true,
  5551. "schema": {
  5552. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5553. }
  5554. }
  5555. ],
  5556. "responses": {
  5557. "200": {
  5558. "description": "成功返回",
  5559. "schema": {
  5560. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5561. }
  5562. },
  5563. "400": {
  5564. "description": "具体错误",
  5565. "schema": {
  5566. "$ref": "#/definitions/md.Response"
  5567. }
  5568. }
  5569. }
  5570. }
  5571. },
  5572. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5573. "post": {
  5574. "description": "免罚用户(新增)",
  5575. "consumes": [
  5576. "application/json"
  5577. ],
  5578. "produces": [
  5579. "application/json"
  5580. ],
  5581. "tags": [
  5582. "公排管理"
  5583. ],
  5584. "summary": "制度中心-公排管理-免罚用户(新增)",
  5585. "parameters": [
  5586. {
  5587. "type": "string",
  5588. "description": "验证参数Bearer和token空格拼接",
  5589. "name": "Authorization",
  5590. "in": "header",
  5591. "required": true
  5592. },
  5593. {
  5594. "description": "免罚用户ID",
  5595. "name": "req",
  5596. "in": "body",
  5597. "required": true,
  5598. "schema": {
  5599. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5600. }
  5601. }
  5602. ],
  5603. "responses": {
  5604. "200": {
  5605. "description": "插入数据 ID",
  5606. "schema": {
  5607. "type": "int"
  5608. }
  5609. },
  5610. "400": {
  5611. "description": "具体错误",
  5612. "schema": {
  5613. "$ref": "#/definitions/md.Response"
  5614. }
  5615. }
  5616. }
  5617. }
  5618. },
  5619. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5620. "get": {
  5621. "description": "关系分布图(获取)",
  5622. "consumes": [
  5623. "application/json"
  5624. ],
  5625. "produces": [
  5626. "application/json"
  5627. ],
  5628. "tags": [
  5629. "公排管理"
  5630. ],
  5631. "summary": "制度中心-公排管理-关系分布图(获取)",
  5632. "parameters": [
  5633. {
  5634. "type": "string",
  5635. "description": "验证参数Bearer和token空格拼接",
  5636. "name": "Authorization",
  5637. "in": "header",
  5638. "required": true
  5639. },
  5640. {
  5641. "type": "string",
  5642. "description": "phone",
  5643. "name": "phone",
  5644. "in": "query",
  5645. "required": true
  5646. },
  5647. {
  5648. "type": "string",
  5649. "description": "uid",
  5650. "name": "uid",
  5651. "in": "query",
  5652. "required": true
  5653. }
  5654. ],
  5655. "responses": {
  5656. "200": {
  5657. "description": "具体数据",
  5658. "schema": {
  5659. "$ref": "#/definitions/md.TreeNode"
  5660. }
  5661. },
  5662. "400": {
  5663. "description": "具体错误",
  5664. "schema": {
  5665. "$ref": "#/definitions/md.Response"
  5666. }
  5667. }
  5668. }
  5669. }
  5670. },
  5671. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5672. "post": {
  5673. "description": "公排基础设置选择会员(查询)",
  5674. "consumes": [
  5675. "application/json"
  5676. ],
  5677. "produces": [
  5678. "application/json"
  5679. ],
  5680. "tags": [
  5681. "公排管理"
  5682. ],
  5683. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5684. "parameters": [
  5685. {
  5686. "type": "string",
  5687. "description": "验证参数Bearer和token空格拼接",
  5688. "name": "Authorization",
  5689. "in": "header",
  5690. "required": true
  5691. },
  5692. {
  5693. "description": "分页信息必填",
  5694. "name": "req",
  5695. "in": "body",
  5696. "required": true,
  5697. "schema": {
  5698. "$ref": "#/definitions/md.SelectMemberReq"
  5699. }
  5700. }
  5701. ],
  5702. "responses": {
  5703. "200": {
  5704. "description": "具体数据",
  5705. "schema": {
  5706. "$ref": "#/definitions/md.SelectMemberResp"
  5707. }
  5708. },
  5709. "400": {
  5710. "description": "具体错误",
  5711. "schema": {
  5712. "$ref": "#/definitions/md.Response"
  5713. }
  5714. }
  5715. }
  5716. }
  5717. },
  5718. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5719. "put": {
  5720. "description": "公排基础设置(修改)",
  5721. "consumes": [
  5722. "application/json"
  5723. ],
  5724. "produces": [
  5725. "application/json"
  5726. ],
  5727. "tags": [
  5728. "公排管理"
  5729. ],
  5730. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5731. "parameters": [
  5732. {
  5733. "type": "string",
  5734. "description": "验证参数Bearer和token空格拼接",
  5735. "name": "Authorization",
  5736. "in": "header",
  5737. "required": true
  5738. },
  5739. {
  5740. "description": "公排设置表单内容",
  5741. "name": "req",
  5742. "in": "body",
  5743. "required": true,
  5744. "schema": {
  5745. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5746. }
  5747. }
  5748. ],
  5749. "responses": {
  5750. "200": {
  5751. "description": "success",
  5752. "schema": {
  5753. "type": "string"
  5754. }
  5755. },
  5756. "400": {
  5757. "description": "具体错误",
  5758. "schema": {
  5759. "$ref": "#/definitions/md.Response"
  5760. }
  5761. }
  5762. }
  5763. }
  5764. },
  5765. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5766. "post": {
  5767. "description": "日活分析",
  5768. "consumes": [
  5769. "application/json"
  5770. ],
  5771. "produces": [
  5772. "application/json"
  5773. ],
  5774. "tags": [
  5775. "公排管理"
  5776. ],
  5777. "summary": "制度中心-公排管理-日活分析",
  5778. "parameters": [
  5779. {
  5780. "type": "string",
  5781. "description": "验证参数Bearer和token空格拼接",
  5782. "name": "Authorization",
  5783. "in": "header",
  5784. "required": true
  5785. },
  5786. {
  5787. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5788. "name": "req",
  5789. "in": "body",
  5790. "required": true,
  5791. "schema": {
  5792. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5793. }
  5794. }
  5795. ],
  5796. "responses": {
  5797. "200": {
  5798. "description": "具体数据",
  5799. "schema": {
  5800. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5801. }
  5802. },
  5803. "400": {
  5804. "description": "具体错误",
  5805. "schema": {
  5806. "$ref": "#/definitions/md.Response"
  5807. }
  5808. }
  5809. }
  5810. }
  5811. },
  5812. "/api/login": {
  5813. "post": {
  5814. "description": "登入",
  5815. "consumes": [
  5816. "application/json"
  5817. ],
  5818. "produces": [
  5819. "application/json"
  5820. ],
  5821. "tags": [
  5822. "登录"
  5823. ],
  5824. "summary": "登陆",
  5825. "parameters": [
  5826. {
  5827. "description": "用户名密码",
  5828. "name": "req",
  5829. "in": "body",
  5830. "required": true,
  5831. "schema": {
  5832. "$ref": "#/definitions/md.LoginReq"
  5833. }
  5834. }
  5835. ],
  5836. "responses": {
  5837. "200": {
  5838. "description": "token",
  5839. "schema": {
  5840. "$ref": "#/definitions/md.LoginResponse"
  5841. }
  5842. },
  5843. "400": {
  5844. "description": "具体错误",
  5845. "schema": {
  5846. "$ref": "#/definitions/md.Response"
  5847. }
  5848. }
  5849. }
  5850. }
  5851. },
  5852. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5853. "get": {
  5854. "description": "新人红包设置(获取)",
  5855. "consumes": [
  5856. "application/json"
  5857. ],
  5858. "produces": [
  5859. "application/json"
  5860. ],
  5861. "tags": [
  5862. "营销应用"
  5863. ],
  5864. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5865. "parameters": [
  5866. {
  5867. "type": "string",
  5868. "description": "验证参数Bearer和token空格拼接",
  5869. "name": "Authorization",
  5870. "in": "header",
  5871. "required": true
  5872. }
  5873. ],
  5874. "responses": {
  5875. "200": {
  5876. "description": "具体数据",
  5877. "schema": {
  5878. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5879. }
  5880. },
  5881. "400": {
  5882. "description": "具体错误",
  5883. "schema": {
  5884. "$ref": "#/definitions/md.Response"
  5885. }
  5886. }
  5887. }
  5888. }
  5889. },
  5890. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5891. "post": {
  5892. "description": "新人红包列表明细(查询)",
  5893. "consumes": [
  5894. "application/json"
  5895. ],
  5896. "produces": [
  5897. "application/json"
  5898. ],
  5899. "tags": [
  5900. "营销应用"
  5901. ],
  5902. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5903. "parameters": [
  5904. {
  5905. "type": "string",
  5906. "description": "验证参数Bearer和token空格拼接",
  5907. "name": "Authorization",
  5908. "in": "header",
  5909. "required": true
  5910. },
  5911. {
  5912. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5913. "name": "req",
  5914. "in": "body",
  5915. "required": true,
  5916. "schema": {
  5917. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5918. }
  5919. }
  5920. ],
  5921. "responses": {
  5922. "200": {
  5923. "description": "具体数据",
  5924. "schema": {
  5925. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5926. }
  5927. },
  5928. "400": {
  5929. "description": "具体错误",
  5930. "schema": {
  5931. "$ref": "#/definitions/md.Response"
  5932. }
  5933. }
  5934. }
  5935. }
  5936. },
  5937. "/api/marketingApplications/newUserRedPackage/recordList": {
  5938. "post": {
  5939. "description": "新人红包列表(查询)",
  5940. "consumes": [
  5941. "application/json"
  5942. ],
  5943. "produces": [
  5944. "application/json"
  5945. ],
  5946. "tags": [
  5947. "营销应用"
  5948. ],
  5949. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5950. "parameters": [
  5951. {
  5952. "type": "string",
  5953. "description": "验证参数Bearer和token空格拼接",
  5954. "name": "Authorization",
  5955. "in": "header",
  5956. "required": true
  5957. },
  5958. {
  5959. "description": "新人红包列表查询条件(分页信息必填)",
  5960. "name": "req",
  5961. "in": "body",
  5962. "required": true,
  5963. "schema": {
  5964. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5965. }
  5966. }
  5967. ],
  5968. "responses": {
  5969. "200": {
  5970. "description": "具体数据",
  5971. "schema": {
  5972. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5973. }
  5974. },
  5975. "400": {
  5976. "description": "具体错误",
  5977. "schema": {
  5978. "$ref": "#/definitions/md.Response"
  5979. }
  5980. }
  5981. }
  5982. }
  5983. },
  5984. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5985. "put": {
  5986. "description": "新人红包设置(修改)",
  5987. "consumes": [
  5988. "application/json"
  5989. ],
  5990. "produces": [
  5991. "application/json"
  5992. ],
  5993. "tags": [
  5994. "营销应用"
  5995. ],
  5996. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5997. "parameters": [
  5998. {
  5999. "type": "string",
  6000. "description": "验证参数Bearer和token空格拼接",
  6001. "name": "Authorization",
  6002. "in": "header",
  6003. "required": true
  6004. },
  6005. {
  6006. "description": "新人红包设置表单",
  6007. "name": "req",
  6008. "in": "body",
  6009. "required": true,
  6010. "schema": {
  6011. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  6012. }
  6013. }
  6014. ],
  6015. "responses": {
  6016. "200": {
  6017. "description": "success",
  6018. "schema": {
  6019. "type": "string"
  6020. }
  6021. },
  6022. "400": {
  6023. "description": "具体错误",
  6024. "schema": {
  6025. "$ref": "#/definitions/md.Response"
  6026. }
  6027. }
  6028. }
  6029. }
  6030. },
  6031. "/api/memberCenter/certificate/del": {
  6032. "post": {
  6033. "description": "会员中心-证书管理-删除",
  6034. "consumes": [
  6035. "application/json"
  6036. ],
  6037. "produces": [
  6038. "application/json"
  6039. ],
  6040. "tags": [
  6041. "会员中心"
  6042. ],
  6043. "summary": "会员中心-证书管理-删除",
  6044. "parameters": [
  6045. {
  6046. "type": "string",
  6047. "description": "验证参数Bearer和token空格拼接",
  6048. "name": "Authorization",
  6049. "in": "header",
  6050. "required": true
  6051. },
  6052. {
  6053. "description": "(分页信息必填)",
  6054. "name": "req",
  6055. "in": "body",
  6056. "required": true,
  6057. "schema": {
  6058. "$ref": "#/definitions/md.CertificateDelReq"
  6059. }
  6060. }
  6061. ],
  6062. "responses": {
  6063. "200": {
  6064. "description": "具体数据",
  6065. "schema": {
  6066. "type": "string"
  6067. }
  6068. },
  6069. "400": {
  6070. "description": "具体错误",
  6071. "schema": {
  6072. "$ref": "#/definitions/md.Response"
  6073. }
  6074. }
  6075. }
  6076. }
  6077. },
  6078. "/api/memberCenter/certificate/list": {
  6079. "post": {
  6080. "description": "会员中心-证书管理",
  6081. "consumes": [
  6082. "application/json"
  6083. ],
  6084. "produces": [
  6085. "application/json"
  6086. ],
  6087. "tags": [
  6088. "会员中心"
  6089. ],
  6090. "summary": "会员中心-证书管理",
  6091. "parameters": [
  6092. {
  6093. "type": "string",
  6094. "description": "验证参数Bearer和token空格拼接",
  6095. "name": "Authorization",
  6096. "in": "header",
  6097. "required": true
  6098. },
  6099. {
  6100. "description": "(分页信息必填)",
  6101. "name": "req",
  6102. "in": "body",
  6103. "required": true,
  6104. "schema": {
  6105. "$ref": "#/definitions/md.CertificateListReq"
  6106. }
  6107. }
  6108. ],
  6109. "responses": {
  6110. "200": {
  6111. "description": "具体数据",
  6112. "schema": {
  6113. "$ref": "#/definitions/md.CertificateListResp"
  6114. }
  6115. },
  6116. "400": {
  6117. "description": "具体错误",
  6118. "schema": {
  6119. "$ref": "#/definitions/md.Response"
  6120. }
  6121. }
  6122. }
  6123. }
  6124. },
  6125. "/api/memberCenter/certificate/save": {
  6126. "post": {
  6127. "description": "会员中心-证书管理-保存",
  6128. "consumes": [
  6129. "application/json"
  6130. ],
  6131. "produces": [
  6132. "application/json"
  6133. ],
  6134. "tags": [
  6135. "会员中心"
  6136. ],
  6137. "summary": "会员中心-证书管理-保存",
  6138. "parameters": [
  6139. {
  6140. "type": "string",
  6141. "description": "验证参数Bearer和token空格拼接",
  6142. "name": "Authorization",
  6143. "in": "header",
  6144. "required": true
  6145. },
  6146. {
  6147. "description": "(分页信息必填)",
  6148. "name": "req",
  6149. "in": "body",
  6150. "required": true,
  6151. "schema": {
  6152. "$ref": "#/definitions/md.CertificateSave"
  6153. }
  6154. }
  6155. ],
  6156. "responses": {
  6157. "200": {
  6158. "description": "具体数据",
  6159. "schema": {
  6160. "type": "string"
  6161. }
  6162. },
  6163. "400": {
  6164. "description": "具体错误",
  6165. "schema": {
  6166. "$ref": "#/definitions/md.Response"
  6167. }
  6168. }
  6169. }
  6170. }
  6171. },
  6172. "/api/memberCenter/levelManagement/addLevel": {
  6173. "post": {
  6174. "description": "等级管理(新增)",
  6175. "consumes": [
  6176. "application/json"
  6177. ],
  6178. "produces": [
  6179. "application/json"
  6180. ],
  6181. "tags": [
  6182. "会员中心"
  6183. ],
  6184. "summary": "制度中心-会员中心-等级管理(新增)",
  6185. "parameters": [
  6186. {
  6187. "type": "string",
  6188. "description": "验证参数Bearer和token空格拼接",
  6189. "name": "Authorization",
  6190. "in": "header",
  6191. "required": true
  6192. },
  6193. {
  6194. "description": "需要新增的等级信息",
  6195. "name": "req",
  6196. "in": "body",
  6197. "required": true,
  6198. "schema": {
  6199. "$ref": "#/definitions/md.AddLevelReq"
  6200. }
  6201. }
  6202. ],
  6203. "responses": {
  6204. "200": {
  6205. "description": "新增等级ID",
  6206. "schema": {
  6207. "type": "int"
  6208. }
  6209. },
  6210. "400": {
  6211. "description": "具体错误",
  6212. "schema": {
  6213. "$ref": "#/definitions/md.Response"
  6214. }
  6215. }
  6216. }
  6217. }
  6218. },
  6219. "/api/memberCenter/levelManagement/deleteLevel": {
  6220. "delete": {
  6221. "description": "等级管理(删除)",
  6222. "consumes": [
  6223. "application/json"
  6224. ],
  6225. "produces": [
  6226. "application/json"
  6227. ],
  6228. "tags": [
  6229. "会员中心"
  6230. ],
  6231. "summary": "制度中心-会员中心-等级管理(删除)",
  6232. "parameters": [
  6233. {
  6234. "type": "string",
  6235. "description": "验证参数Bearer和token空格拼接",
  6236. "name": "Authorization",
  6237. "in": "header",
  6238. "required": true
  6239. },
  6240. {
  6241. "description": "需要删除的等级 ID",
  6242. "name": "req",
  6243. "in": "body",
  6244. "required": true,
  6245. "schema": {
  6246. "$ref": "#/definitions/md.DeleteLevelReq"
  6247. }
  6248. }
  6249. ],
  6250. "responses": {
  6251. "200": {
  6252. "description": "成功删除数据数量",
  6253. "schema": {
  6254. "type": "int"
  6255. }
  6256. },
  6257. "400": {
  6258. "description": "具体错误",
  6259. "schema": {
  6260. "$ref": "#/definitions/md.Response"
  6261. }
  6262. }
  6263. }
  6264. }
  6265. },
  6266. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6267. "delete": {
  6268. "description": "等级任务(删除)",
  6269. "consumes": [
  6270. "application/json"
  6271. ],
  6272. "produces": [
  6273. "application/json"
  6274. ],
  6275. "tags": [
  6276. "会员中心"
  6277. ],
  6278. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6279. "parameters": [
  6280. {
  6281. "type": "string",
  6282. "description": "验证参数Bearer和token空格拼接",
  6283. "name": "Authorization",
  6284. "in": "header",
  6285. "required": true
  6286. },
  6287. {
  6288. "description": "需要删除的等级任务ID",
  6289. "name": "req",
  6290. "in": "body",
  6291. "required": true,
  6292. "schema": {
  6293. "$ref": "#/definitions/md.DeleteTaskReq"
  6294. }
  6295. }
  6296. ],
  6297. "responses": {
  6298. "200": {
  6299. "description": "成功删除数据数量",
  6300. "schema": {
  6301. "type": "int"
  6302. }
  6303. },
  6304. "400": {
  6305. "description": "具体错误",
  6306. "schema": {
  6307. "$ref": "#/definitions/md.Response"
  6308. }
  6309. }
  6310. }
  6311. }
  6312. },
  6313. "/api/memberCenter/levelManagement/getLevelList": {
  6314. "get": {
  6315. "description": "标签管理(获取)",
  6316. "consumes": [
  6317. "application/json"
  6318. ],
  6319. "produces": [
  6320. "application/json"
  6321. ],
  6322. "tags": [
  6323. "会员中心"
  6324. ],
  6325. "summary": "制度中心-会员中心-等级管理(获取)",
  6326. "parameters": [
  6327. {
  6328. "type": "string",
  6329. "description": "验证参数Bearer和token空格拼接",
  6330. "name": "Authorization",
  6331. "in": "header",
  6332. "required": true
  6333. },
  6334. {
  6335. "type": "integer",
  6336. "description": "每页大小",
  6337. "name": "limit",
  6338. "in": "query",
  6339. "required": true
  6340. },
  6341. {
  6342. "type": "integer",
  6343. "description": "页数",
  6344. "name": "page",
  6345. "in": "query",
  6346. "required": true
  6347. }
  6348. ],
  6349. "responses": {
  6350. "200": {
  6351. "description": "具体数据",
  6352. "schema": {
  6353. "$ref": "#/definitions/md.GetLevelListResp"
  6354. }
  6355. },
  6356. "400": {
  6357. "description": "具体错误",
  6358. "schema": {
  6359. "$ref": "#/definitions/md.Response"
  6360. }
  6361. }
  6362. }
  6363. }
  6364. },
  6365. "/api/memberCenter/levelManagement/getOneLevel": {
  6366. "get": {
  6367. "description": "等级明细(获取)",
  6368. "consumes": [
  6369. "application/json"
  6370. ],
  6371. "produces": [
  6372. "application/json"
  6373. ],
  6374. "tags": [
  6375. "会员中心"
  6376. ],
  6377. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6378. "parameters": [
  6379. {
  6380. "type": "string",
  6381. "description": "验证参数Bearer和token空格拼接",
  6382. "name": "Authorization",
  6383. "in": "header",
  6384. "required": true
  6385. },
  6386. {
  6387. "type": "integer",
  6388. "description": "等级 ID",
  6389. "name": "level_id",
  6390. "in": "query",
  6391. "required": true
  6392. }
  6393. ],
  6394. "responses": {
  6395. "200": {
  6396. "description": "具体数据",
  6397. "schema": {
  6398. "$ref": "#/definitions/md.GetOneLevelResp"
  6399. }
  6400. },
  6401. "400": {
  6402. "description": "具体错误",
  6403. "schema": {
  6404. "$ref": "#/definitions/md.Response"
  6405. }
  6406. }
  6407. }
  6408. }
  6409. },
  6410. "/api/memberCenter/levelManagement/updateLevel": {
  6411. "post": {
  6412. "description": "等级管理(更新)",
  6413. "consumes": [
  6414. "application/json"
  6415. ],
  6416. "produces": [
  6417. "application/json"
  6418. ],
  6419. "tags": [
  6420. "会员中心"
  6421. ],
  6422. "summary": "制度中心-会员中心-等级管理(更新)",
  6423. "parameters": [
  6424. {
  6425. "type": "string",
  6426. "description": "验证参数Bearer和token空格拼接",
  6427. "name": "Authorization",
  6428. "in": "header",
  6429. "required": true
  6430. },
  6431. {
  6432. "description": "需要修改的等级信息",
  6433. "name": "req",
  6434. "in": "body",
  6435. "required": true,
  6436. "schema": {
  6437. "$ref": "#/definitions/md.UpdateLevelReq"
  6438. }
  6439. }
  6440. ],
  6441. "responses": {
  6442. "200": {
  6443. "description": "success",
  6444. "schema": {
  6445. "type": "string"
  6446. }
  6447. },
  6448. "400": {
  6449. "description": "具体错误",
  6450. "schema": {
  6451. "$ref": "#/definitions/md.Response"
  6452. }
  6453. }
  6454. }
  6455. }
  6456. },
  6457. "/api/memberCenter/tagManagement/addTag": {
  6458. "post": {
  6459. "description": "标签管理(新增)",
  6460. "consumes": [
  6461. "application/json"
  6462. ],
  6463. "produces": [
  6464. "application/json"
  6465. ],
  6466. "tags": [
  6467. "会员中心"
  6468. ],
  6469. "summary": "制度中心-会员中心-标签管理(新增)",
  6470. "parameters": [
  6471. {
  6472. "type": "string",
  6473. "description": "验证参数Bearer和token空格拼接",
  6474. "name": "Authorization",
  6475. "in": "header",
  6476. "required": true
  6477. },
  6478. {
  6479. "description": "新增的标签信息",
  6480. "name": "req",
  6481. "in": "body",
  6482. "required": true,
  6483. "schema": {
  6484. "$ref": "#/definitions/md.AddTagReq"
  6485. }
  6486. }
  6487. ],
  6488. "responses": {
  6489. "200": {
  6490. "description": "新增的标签 ID",
  6491. "schema": {
  6492. "type": "int"
  6493. }
  6494. },
  6495. "400": {
  6496. "description": "具体错误",
  6497. "schema": {
  6498. "$ref": "#/definitions/md.Response"
  6499. }
  6500. }
  6501. }
  6502. }
  6503. },
  6504. "/api/memberCenter/tagManagement/deleteTag": {
  6505. "delete": {
  6506. "description": "标签管理(删除)",
  6507. "consumes": [
  6508. "application/json"
  6509. ],
  6510. "produces": [
  6511. "application/json"
  6512. ],
  6513. "tags": [
  6514. "会员中心"
  6515. ],
  6516. "summary": "制度中心-会员中心-标签管理(删除)",
  6517. "parameters": [
  6518. {
  6519. "type": "string",
  6520. "description": "验证参数Bearer和token空格拼接",
  6521. "name": "Authorization",
  6522. "in": "header",
  6523. "required": true
  6524. },
  6525. {
  6526. "description": "需要删除的标签 ID",
  6527. "name": "req",
  6528. "in": "body",
  6529. "required": true,
  6530. "schema": {
  6531. "$ref": "#/definitions/md.DeleteTagReq"
  6532. }
  6533. }
  6534. ],
  6535. "responses": {
  6536. "200": {
  6537. "description": "成功删除标签用户数",
  6538. "schema": {
  6539. "type": "int"
  6540. }
  6541. },
  6542. "400": {
  6543. "description": "具体错误",
  6544. "schema": {
  6545. "$ref": "#/definitions/md.Response"
  6546. }
  6547. }
  6548. }
  6549. }
  6550. },
  6551. "/api/memberCenter/tagManagement/getTagList": {
  6552. "get": {
  6553. "description": "标签管理(获取)",
  6554. "consumes": [
  6555. "application/json"
  6556. ],
  6557. "produces": [
  6558. "application/json"
  6559. ],
  6560. "tags": [
  6561. "会员中心"
  6562. ],
  6563. "summary": "制度中心-会员中心-标签管理(获取)",
  6564. "parameters": [
  6565. {
  6566. "type": "string",
  6567. "description": "验证参数Bearer和token空格拼接",
  6568. "name": "Authorization",
  6569. "in": "header",
  6570. "required": true
  6571. },
  6572. {
  6573. "type": "integer",
  6574. "description": "每页大小",
  6575. "name": "limit",
  6576. "in": "query",
  6577. "required": true
  6578. },
  6579. {
  6580. "type": "integer",
  6581. "description": "页数",
  6582. "name": "page",
  6583. "in": "query",
  6584. "required": true
  6585. }
  6586. ],
  6587. "responses": {
  6588. "200": {
  6589. "description": "具体数据",
  6590. "schema": {
  6591. "$ref": "#/definitions/md.GetTagListResp"
  6592. }
  6593. },
  6594. "400": {
  6595. "description": "具体错误",
  6596. "schema": {
  6597. "$ref": "#/definitions/md.Response"
  6598. }
  6599. }
  6600. }
  6601. }
  6602. },
  6603. "/api/memberCenter/tagManagement/updateTag": {
  6604. "post": {
  6605. "description": "标签管理(更新)",
  6606. "consumes": [
  6607. "application/json"
  6608. ],
  6609. "produces": [
  6610. "application/json"
  6611. ],
  6612. "tags": [
  6613. "会员中心"
  6614. ],
  6615. "summary": "制度中心-会员中心-标签管理(更新)",
  6616. "parameters": [
  6617. {
  6618. "type": "string",
  6619. "description": "验证参数Bearer和token空格拼接",
  6620. "name": "Authorization",
  6621. "in": "header",
  6622. "required": true
  6623. },
  6624. {
  6625. "description": "需要修改的标签信息",
  6626. "name": "req",
  6627. "in": "body",
  6628. "required": true,
  6629. "schema": {
  6630. "$ref": "#/definitions/md.UpdateTagReq"
  6631. }
  6632. }
  6633. ],
  6634. "responses": {
  6635. "200": {
  6636. "description": "成功修改数据条数",
  6637. "schema": {
  6638. "type": "int"
  6639. }
  6640. },
  6641. "400": {
  6642. "description": "具体错误",
  6643. "schema": {
  6644. "$ref": "#/definitions/md.Response"
  6645. }
  6646. }
  6647. }
  6648. }
  6649. },
  6650. "/api/memberCenter/userManagement/balanceDetail": {
  6651. "get": {
  6652. "description": "会员明细(余额获取)",
  6653. "consumes": [
  6654. "application/json"
  6655. ],
  6656. "produces": [
  6657. "application/json"
  6658. ],
  6659. "tags": [
  6660. "会员中心"
  6661. ],
  6662. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6663. "parameters": [
  6664. {
  6665. "type": "string",
  6666. "description": "验证参数Bearer和token空格拼接",
  6667. "name": "Authorization",
  6668. "in": "header",
  6669. "required": true
  6670. },
  6671. {
  6672. "type": "string",
  6673. "description": "用户 ID",
  6674. "name": "uid",
  6675. "in": "query",
  6676. "required": true
  6677. },
  6678. {
  6679. "type": "string",
  6680. "description": "每页大小",
  6681. "name": "limit",
  6682. "in": "query",
  6683. "required": true
  6684. },
  6685. {
  6686. "type": "string",
  6687. "description": "页数",
  6688. "name": "page",
  6689. "in": "query",
  6690. "required": true
  6691. }
  6692. ],
  6693. "responses": {
  6694. "200": {
  6695. "description": "具体数据",
  6696. "schema": {
  6697. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6698. }
  6699. },
  6700. "400": {
  6701. "description": "具体错误",
  6702. "schema": {
  6703. "$ref": "#/definitions/md.Response"
  6704. }
  6705. }
  6706. }
  6707. }
  6708. },
  6709. "/api/memberCenter/userManagement/getFans": {
  6710. "get": {
  6711. "description": "会员明细粉丝情况(获取)",
  6712. "consumes": [
  6713. "application/json"
  6714. ],
  6715. "produces": [
  6716. "application/json"
  6717. ],
  6718. "tags": [
  6719. "会员中心"
  6720. ],
  6721. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6722. "parameters": [
  6723. {
  6724. "type": "string",
  6725. "description": "验证参数Bearer和token空格拼接",
  6726. "name": "Authorization",
  6727. "in": "header",
  6728. "required": true
  6729. },
  6730. {
  6731. "type": "string",
  6732. "description": "用户 ID",
  6733. "name": "uid",
  6734. "in": "query",
  6735. "required": true
  6736. },
  6737. {
  6738. "type": "string",
  6739. "description": "粉丝类型(0.全部 1.直推 2.二代 3.二代以后)",
  6740. "name": "type",
  6741. "in": "query",
  6742. "required": true
  6743. },
  6744. {
  6745. "type": "string",
  6746. "description": "每页大小",
  6747. "name": "limit",
  6748. "in": "query",
  6749. "required": true
  6750. },
  6751. {
  6752. "type": "string",
  6753. "description": "页数",
  6754. "name": "page",
  6755. "in": "query",
  6756. "required": true
  6757. }
  6758. ],
  6759. "responses": {
  6760. "200": {
  6761. "description": "具体数据",
  6762. "schema": {
  6763. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6764. }
  6765. },
  6766. "400": {
  6767. "description": "具体错误",
  6768. "schema": {
  6769. "$ref": "#/definitions/md.Response"
  6770. }
  6771. }
  6772. }
  6773. }
  6774. },
  6775. "/api/memberCenter/userManagement/getUserList": {
  6776. "post": {
  6777. "description": "用户信息管理(获取)",
  6778. "consumes": [
  6779. "application/json"
  6780. ],
  6781. "produces": [
  6782. "application/json"
  6783. ],
  6784. "tags": [
  6785. "会员中心"
  6786. ],
  6787. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6788. "parameters": [
  6789. {
  6790. "type": "string",
  6791. "description": "验证参数Bearer和token空格拼接",
  6792. "name": "Authorization",
  6793. "in": "header",
  6794. "required": true
  6795. },
  6796. {
  6797. "description": "分页信息必填",
  6798. "name": "req",
  6799. "in": "body",
  6800. "required": true,
  6801. "schema": {
  6802. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6803. }
  6804. }
  6805. ],
  6806. "responses": {
  6807. "200": {
  6808. "description": "具体数据",
  6809. "schema": {
  6810. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6811. }
  6812. },
  6813. "400": {
  6814. "description": "具体错误",
  6815. "schema": {
  6816. "$ref": "#/definitions/md.Response"
  6817. }
  6818. }
  6819. }
  6820. }
  6821. },
  6822. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6823. "get": {
  6824. "description": "会员明细(积分明细获取)",
  6825. "consumes": [
  6826. "application/json"
  6827. ],
  6828. "produces": [
  6829. "application/json"
  6830. ],
  6831. "tags": [
  6832. "会员中心"
  6833. ],
  6834. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6835. "parameters": [
  6836. {
  6837. "type": "string",
  6838. "description": "验证参数Bearer和token空格拼接",
  6839. "name": "Authorization",
  6840. "in": "header",
  6841. "required": true
  6842. },
  6843. {
  6844. "type": "string",
  6845. "description": "用户 ID",
  6846. "name": "uid",
  6847. "in": "query",
  6848. "required": true
  6849. },
  6850. {
  6851. "type": "string",
  6852. "description": "货币 ID",
  6853. "name": "coinId",
  6854. "in": "query",
  6855. "required": true
  6856. },
  6857. {
  6858. "type": "string",
  6859. "description": "每页大小",
  6860. "name": "limit",
  6861. "in": "query",
  6862. "required": true
  6863. },
  6864. {
  6865. "type": "string",
  6866. "description": "页数",
  6867. "name": "page",
  6868. "in": "query",
  6869. "required": true
  6870. }
  6871. ],
  6872. "responses": {
  6873. "200": {
  6874. "description": "具体数据",
  6875. "schema": {
  6876. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6877. }
  6878. },
  6879. "400": {
  6880. "description": "具体错误",
  6881. "schema": {
  6882. "$ref": "#/definitions/md.Response"
  6883. }
  6884. }
  6885. }
  6886. }
  6887. },
  6888. "/api/memberCenter/userManagement/updateUserInfo": {
  6889. "post": {
  6890. "description": "用户信息管理(更新)",
  6891. "consumes": [
  6892. "application/json"
  6893. ],
  6894. "produces": [
  6895. "application/json"
  6896. ],
  6897. "tags": [
  6898. "会员中心"
  6899. ],
  6900. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6901. "parameters": [
  6902. {
  6903. "type": "string",
  6904. "description": "验证参数Bearer和token空格拼接",
  6905. "name": "Authorization",
  6906. "in": "header",
  6907. "required": true
  6908. },
  6909. {
  6910. "description": "用户ID 必传",
  6911. "name": "req",
  6912. "in": "body",
  6913. "required": true,
  6914. "schema": {
  6915. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6916. }
  6917. }
  6918. ],
  6919. "responses": {
  6920. "200": {
  6921. "description": "修改数据行数",
  6922. "schema": {
  6923. "type": "int"
  6924. }
  6925. },
  6926. "400": {
  6927. "description": "具体错误",
  6928. "schema": {
  6929. "$ref": "#/definitions/md.Response"
  6930. }
  6931. }
  6932. }
  6933. }
  6934. },
  6935. "/api/memberCenter/userManagement/userData": {
  6936. "get": {
  6937. "description": "会员明细概况(获取)",
  6938. "consumes": [
  6939. "application/json"
  6940. ],
  6941. "produces": [
  6942. "application/json"
  6943. ],
  6944. "tags": [
  6945. "会员中心"
  6946. ],
  6947. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6948. "parameters": [
  6949. {
  6950. "type": "string",
  6951. "description": "验证参数Bearer和token空格拼接",
  6952. "name": "Authorization",
  6953. "in": "header",
  6954. "required": true
  6955. },
  6956. {
  6957. "type": "string",
  6958. "description": "用户 ID",
  6959. "name": "uid",
  6960. "in": "query",
  6961. "required": true
  6962. }
  6963. ],
  6964. "responses": {
  6965. "200": {
  6966. "description": "会员明细概况具体数据",
  6967. "schema": {
  6968. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6969. }
  6970. },
  6971. "400": {
  6972. "description": "具体错误",
  6973. "schema": {
  6974. "$ref": "#/definitions/md.Response"
  6975. }
  6976. }
  6977. }
  6978. }
  6979. },
  6980. "/api/memberCenter/userManagement/userDelete": {
  6981. "post": {
  6982. "description": "删除到回收站",
  6983. "consumes": [
  6984. "application/json"
  6985. ],
  6986. "produces": [
  6987. "application/json"
  6988. ],
  6989. "tags": [
  6990. "会员中心"
  6991. ],
  6992. "summary": "会员中心-用户管理-永久删除",
  6993. "parameters": [
  6994. {
  6995. "type": "string",
  6996. "description": "验证参数Bearer和token空格拼接",
  6997. "name": "Authorization",
  6998. "in": "header",
  6999. "required": true
  7000. },
  7001. {
  7002. "description": "用户ID 必传",
  7003. "name": "req",
  7004. "in": "body",
  7005. "required": true,
  7006. "schema": {
  7007. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7008. }
  7009. }
  7010. ],
  7011. "responses": {
  7012. "200": {
  7013. "description": "修改数据行数",
  7014. "schema": {
  7015. "type": "int"
  7016. }
  7017. },
  7018. "400": {
  7019. "description": "具体错误",
  7020. "schema": {
  7021. "$ref": "#/definitions/md.Response"
  7022. }
  7023. }
  7024. }
  7025. }
  7026. },
  7027. "/api/memberCenter/userManagement/userRecycle": {
  7028. "post": {
  7029. "description": "删除到回收站",
  7030. "consumes": [
  7031. "application/json"
  7032. ],
  7033. "produces": [
  7034. "application/json"
  7035. ],
  7036. "tags": [
  7037. "会员中心"
  7038. ],
  7039. "summary": "会员中心-用户管理-删除到回收站",
  7040. "parameters": [
  7041. {
  7042. "type": "string",
  7043. "description": "验证参数Bearer和token空格拼接",
  7044. "name": "Authorization",
  7045. "in": "header",
  7046. "required": true
  7047. },
  7048. {
  7049. "description": "用户ID 必传",
  7050. "name": "req",
  7051. "in": "body",
  7052. "required": true,
  7053. "schema": {
  7054. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7055. }
  7056. }
  7057. ],
  7058. "responses": {
  7059. "200": {
  7060. "description": "修改数据行数",
  7061. "schema": {
  7062. "type": "int"
  7063. }
  7064. },
  7065. "400": {
  7066. "description": "具体错误",
  7067. "schema": {
  7068. "$ref": "#/definitions/md.Response"
  7069. }
  7070. }
  7071. }
  7072. }
  7073. },
  7074. "/api/memberCenter/userManagement/userRecycleCancel": {
  7075. "post": {
  7076. "description": "恢复到会员列表",
  7077. "consumes": [
  7078. "application/json"
  7079. ],
  7080. "produces": [
  7081. "application/json"
  7082. ],
  7083. "tags": [
  7084. "会员中心"
  7085. ],
  7086. "summary": "会员中心-用户管理-恢复到会员列表",
  7087. "parameters": [
  7088. {
  7089. "type": "string",
  7090. "description": "验证参数Bearer和token空格拼接",
  7091. "name": "Authorization",
  7092. "in": "header",
  7093. "required": true
  7094. },
  7095. {
  7096. "description": "用户ID 必传",
  7097. "name": "req",
  7098. "in": "body",
  7099. "required": true,
  7100. "schema": {
  7101. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  7102. }
  7103. }
  7104. ],
  7105. "responses": {
  7106. "200": {
  7107. "description": "修改数据行数",
  7108. "schema": {
  7109. "type": "int"
  7110. }
  7111. },
  7112. "400": {
  7113. "description": "具体错误",
  7114. "schema": {
  7115. "$ref": "#/definitions/md.Response"
  7116. }
  7117. }
  7118. }
  7119. }
  7120. },
  7121. "/api/memberCenter/userManagement/userRecycleList": {
  7122. "post": {
  7123. "description": "回收站列表",
  7124. "consumes": [
  7125. "application/json"
  7126. ],
  7127. "produces": [
  7128. "application/json"
  7129. ],
  7130. "tags": [
  7131. "会员中心"
  7132. ],
  7133. "summary": "会员中心-用户管理-回收站列表",
  7134. "parameters": [
  7135. {
  7136. "type": "string",
  7137. "description": "验证参数Bearer和token空格拼接",
  7138. "name": "Authorization",
  7139. "in": "header",
  7140. "required": true
  7141. },
  7142. {
  7143. "description": "分页信息必填",
  7144. "name": "req",
  7145. "in": "body",
  7146. "required": true,
  7147. "schema": {
  7148. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  7149. }
  7150. }
  7151. ],
  7152. "responses": {
  7153. "200": {
  7154. "description": "具体数据",
  7155. "schema": {
  7156. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  7157. }
  7158. },
  7159. "400": {
  7160. "description": "具体错误",
  7161. "schema": {
  7162. "$ref": "#/definitions/md.Response"
  7163. }
  7164. }
  7165. }
  7166. }
  7167. },
  7168. "/api/notice/aliyunSms/file/phone": {
  7169. "post": {
  7170. "description": "短信推送记录-通知模板",
  7171. "consumes": [
  7172. "application/json"
  7173. ],
  7174. "produces": [
  7175. "application/json"
  7176. ],
  7177. "tags": [
  7178. "消息中心"
  7179. ],
  7180. "summary": "消息中心-短信推送记录-通知模板",
  7181. "parameters": [
  7182. {
  7183. "type": "string",
  7184. "description": "验证参数Bearer和token空格拼接",
  7185. "name": "Authorization",
  7186. "in": "header",
  7187. "required": true
  7188. },
  7189. {
  7190. "type": "string",
  7191. "description": "参数 file-----文件上传格式",
  7192. "name": "file",
  7193. "in": "formData",
  7194. "required": true
  7195. }
  7196. ],
  7197. "responses": {
  7198. "200": {
  7199. "description": "phone 一个数组",
  7200. "schema": {
  7201. "type": "string"
  7202. }
  7203. },
  7204. "400": {
  7205. "description": "具体错误",
  7206. "schema": {
  7207. "$ref": "#/definitions/md.Response"
  7208. }
  7209. }
  7210. }
  7211. }
  7212. },
  7213. "/api/notice/aliyunSms/getLevelList": {
  7214. "get": {
  7215. "description": "等级管理(获取)",
  7216. "consumes": [
  7217. "application/json"
  7218. ],
  7219. "produces": [
  7220. "application/json"
  7221. ],
  7222. "tags": [
  7223. "消息中心"
  7224. ],
  7225. "summary": "消息中心-短信推送记录-等级管理(获取)",
  7226. "parameters": [
  7227. {
  7228. "type": "string",
  7229. "description": "验证参数Bearer和token空格拼接",
  7230. "name": "Authorization",
  7231. "in": "header",
  7232. "required": true
  7233. },
  7234. {
  7235. "type": "integer",
  7236. "description": "每页大小",
  7237. "name": "limit",
  7238. "in": "query",
  7239. "required": true
  7240. },
  7241. {
  7242. "type": "integer",
  7243. "description": "页数",
  7244. "name": "page",
  7245. "in": "query",
  7246. "required": true
  7247. }
  7248. ],
  7249. "responses": {
  7250. "200": {
  7251. "description": "具体数据",
  7252. "schema": {
  7253. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  7254. }
  7255. },
  7256. "400": {
  7257. "description": "具体错误",
  7258. "schema": {
  7259. "$ref": "#/definitions/md.Response"
  7260. }
  7261. }
  7262. }
  7263. }
  7264. },
  7265. "/api/notice/aliyunSms/getTagList": {
  7266. "get": {
  7267. "description": "标签管理(获取)",
  7268. "consumes": [
  7269. "application/json"
  7270. ],
  7271. "produces": [
  7272. "application/json"
  7273. ],
  7274. "tags": [
  7275. "消息中心"
  7276. ],
  7277. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7278. "parameters": [
  7279. {
  7280. "type": "string",
  7281. "description": "验证参数Bearer和token空格拼接",
  7282. "name": "Authorization",
  7283. "in": "header",
  7284. "required": true
  7285. },
  7286. {
  7287. "type": "integer",
  7288. "description": "每页大小",
  7289. "name": "limit",
  7290. "in": "query",
  7291. "required": true
  7292. },
  7293. {
  7294. "type": "integer",
  7295. "description": "页数",
  7296. "name": "page",
  7297. "in": "query",
  7298. "required": true
  7299. }
  7300. ],
  7301. "responses": {
  7302. "200": {
  7303. "description": "具体数据",
  7304. "schema": {
  7305. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7306. }
  7307. },
  7308. "400": {
  7309. "description": "具体错误",
  7310. "schema": {
  7311. "$ref": "#/definitions/md.Response"
  7312. }
  7313. }
  7314. }
  7315. }
  7316. },
  7317. "/api/notice/aliyunSms/getUserList": {
  7318. "post": {
  7319. "description": "获取用户信息",
  7320. "consumes": [
  7321. "application/json"
  7322. ],
  7323. "produces": [
  7324. "application/json"
  7325. ],
  7326. "tags": [
  7327. "消息中心"
  7328. ],
  7329. "summary": "消息中心-短信推送记录-获取用户信息",
  7330. "parameters": [
  7331. {
  7332. "type": "string",
  7333. "description": "验证参数Bearer和token空格拼接",
  7334. "name": "Authorization",
  7335. "in": "header",
  7336. "required": true
  7337. },
  7338. {
  7339. "description": "(分页信息必填)",
  7340. "name": "req",
  7341. "in": "body",
  7342. "required": true,
  7343. "schema": {
  7344. "$ref": "#/definitions/md.JPushGetUserListReq"
  7345. }
  7346. }
  7347. ],
  7348. "responses": {
  7349. "200": {
  7350. "description": "具体数据",
  7351. "schema": {
  7352. "type": "Object"
  7353. }
  7354. },
  7355. "400": {
  7356. "description": "具体错误",
  7357. "schema": {
  7358. "$ref": "#/definitions/md.Response"
  7359. }
  7360. }
  7361. }
  7362. }
  7363. },
  7364. "/api/notice/aliyunSms/push/list": {
  7365. "post": {
  7366. "description": "短信推送记录-推送记录列表",
  7367. "consumes": [
  7368. "application/json"
  7369. ],
  7370. "produces": [
  7371. "application/json"
  7372. ],
  7373. "tags": [
  7374. "消息中心"
  7375. ],
  7376. "summary": "消息中心-短信推送记录-推送记录列表",
  7377. "parameters": [
  7378. {
  7379. "type": "string",
  7380. "description": "验证参数Bearer和token空格拼接",
  7381. "name": "Authorization",
  7382. "in": "header",
  7383. "required": true
  7384. },
  7385. {
  7386. "description": "(分页信息必填)",
  7387. "name": "req",
  7388. "in": "body",
  7389. "required": true,
  7390. "schema": {
  7391. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7392. }
  7393. }
  7394. ],
  7395. "responses": {
  7396. "200": {
  7397. "description": "具体数据",
  7398. "schema": {
  7399. "$ref": "#/definitions/md.NoticePushListResp"
  7400. }
  7401. },
  7402. "400": {
  7403. "description": "具体错误",
  7404. "schema": {
  7405. "$ref": "#/definitions/md.Response"
  7406. }
  7407. }
  7408. }
  7409. }
  7410. },
  7411. "/api/notice/aliyunSms/push/save": {
  7412. "post": {
  7413. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7414. "consumes": [
  7415. "application/json"
  7416. ],
  7417. "produces": [
  7418. "application/json"
  7419. ],
  7420. "tags": [
  7421. "消息中心"
  7422. ],
  7423. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7424. "parameters": [
  7425. {
  7426. "type": "string",
  7427. "description": "验证参数Bearer和token空格拼接",
  7428. "name": "Authorization",
  7429. "in": "header",
  7430. "required": true
  7431. },
  7432. {
  7433. "description": "(分页信息必填)",
  7434. "name": "req",
  7435. "in": "body",
  7436. "required": true,
  7437. "schema": {
  7438. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7439. }
  7440. }
  7441. ],
  7442. "responses": {
  7443. "200": {
  7444. "description": "具体数据",
  7445. "schema": {
  7446. "type": "string"
  7447. }
  7448. },
  7449. "400": {
  7450. "description": "具体错误",
  7451. "schema": {
  7452. "$ref": "#/definitions/md.Response"
  7453. }
  7454. }
  7455. }
  7456. }
  7457. },
  7458. "/api/notice/aliyunSms/sale/base": {
  7459. "get": {
  7460. "description": "短信推送记录-营销短信-通知模板",
  7461. "consumes": [
  7462. "application/json"
  7463. ],
  7464. "produces": [
  7465. "application/json"
  7466. ],
  7467. "tags": [
  7468. "消息中心"
  7469. ],
  7470. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7471. "parameters": [
  7472. {
  7473. "type": "string",
  7474. "description": "验证参数Bearer和token空格拼接",
  7475. "name": "Authorization",
  7476. "in": "header",
  7477. "required": true
  7478. }
  7479. ],
  7480. "responses": {
  7481. "200": {
  7482. "description": "具体数据",
  7483. "schema": {
  7484. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7485. }
  7486. },
  7487. "400": {
  7488. "description": "具体错误",
  7489. "schema": {
  7490. "$ref": "#/definitions/md.Response"
  7491. }
  7492. }
  7493. }
  7494. }
  7495. },
  7496. "/api/notice/aliyunSms/sale/save": {
  7497. "post": {
  7498. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7499. "consumes": [
  7500. "application/json"
  7501. ],
  7502. "produces": [
  7503. "application/json"
  7504. ],
  7505. "tags": [
  7506. "消息中心"
  7507. ],
  7508. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7509. "parameters": [
  7510. {
  7511. "type": "string",
  7512. "description": "验证参数Bearer和token空格拼接",
  7513. "name": "Authorization",
  7514. "in": "header",
  7515. "required": true
  7516. },
  7517. {
  7518. "description": "数组 把列表的数组传过来",
  7519. "name": "req",
  7520. "in": "body",
  7521. "required": true,
  7522. "schema": {
  7523. "type": "string"
  7524. }
  7525. }
  7526. ],
  7527. "responses": {
  7528. "200": {
  7529. "description": "具体数据",
  7530. "schema": {
  7531. "type": "string"
  7532. }
  7533. },
  7534. "400": {
  7535. "description": "具体错误",
  7536. "schema": {
  7537. "$ref": "#/definitions/md.Response"
  7538. }
  7539. }
  7540. }
  7541. }
  7542. },
  7543. "/api/notice/base/del": {
  7544. "post": {
  7545. "description": "基本配置-通知模板删除",
  7546. "consumes": [
  7547. "application/json"
  7548. ],
  7549. "produces": [
  7550. "application/json"
  7551. ],
  7552. "tags": [
  7553. "消息中心"
  7554. ],
  7555. "summary": "消息中心-基本配置-通知模板删除",
  7556. "parameters": [
  7557. {
  7558. "type": "string",
  7559. "description": "验证参数Bearer和token空格拼接",
  7560. "name": "Authorization",
  7561. "in": "header",
  7562. "required": true
  7563. },
  7564. {
  7565. "description": "(分页信息必填)",
  7566. "name": "req",
  7567. "in": "body",
  7568. "required": true,
  7569. "schema": {
  7570. "$ref": "#/definitions/md.NoticeDelReq"
  7571. }
  7572. }
  7573. ],
  7574. "responses": {
  7575. "200": {
  7576. "description": "具体数据",
  7577. "schema": {
  7578. "type": "string"
  7579. }
  7580. },
  7581. "400": {
  7582. "description": "具体错误",
  7583. "schema": {
  7584. "$ref": "#/definitions/md.Response"
  7585. }
  7586. }
  7587. }
  7588. }
  7589. },
  7590. "/api/notice/base/list": {
  7591. "post": {
  7592. "description": "基本配置-通知模板",
  7593. "consumes": [
  7594. "application/json"
  7595. ],
  7596. "produces": [
  7597. "application/json"
  7598. ],
  7599. "tags": [
  7600. "消息中心"
  7601. ],
  7602. "summary": "消息中心-基本配置-通知模板",
  7603. "parameters": [
  7604. {
  7605. "type": "string",
  7606. "description": "验证参数Bearer和token空格拼接",
  7607. "name": "Authorization",
  7608. "in": "header",
  7609. "required": true
  7610. },
  7611. {
  7612. "description": "(分页信息必填)",
  7613. "name": "req",
  7614. "in": "body",
  7615. "required": true,
  7616. "schema": {
  7617. "$ref": "#/definitions/md.NoticeListReq"
  7618. }
  7619. }
  7620. ],
  7621. "responses": {
  7622. "200": {
  7623. "description": "具体数据",
  7624. "schema": {
  7625. "$ref": "#/definitions/md.NoticeListResp"
  7626. }
  7627. },
  7628. "400": {
  7629. "description": "具体错误",
  7630. "schema": {
  7631. "$ref": "#/definitions/md.Response"
  7632. }
  7633. }
  7634. }
  7635. }
  7636. },
  7637. "/api/notice/base/save": {
  7638. "post": {
  7639. "description": "基本配置-通知模板添加编辑",
  7640. "consumes": [
  7641. "application/json"
  7642. ],
  7643. "produces": [
  7644. "application/json"
  7645. ],
  7646. "tags": [
  7647. "消息中心"
  7648. ],
  7649. "summary": "消息中心-基本配置-通知模板添加编辑",
  7650. "parameters": [
  7651. {
  7652. "type": "string",
  7653. "description": "验证参数Bearer和token空格拼接",
  7654. "name": "Authorization",
  7655. "in": "header",
  7656. "required": true
  7657. },
  7658. {
  7659. "description": "(分页信息必填)",
  7660. "name": "req",
  7661. "in": "body",
  7662. "required": true,
  7663. "schema": {
  7664. "$ref": "#/definitions/md.NoticeSaveReq"
  7665. }
  7666. }
  7667. ],
  7668. "responses": {
  7669. "200": {
  7670. "description": "具体数据",
  7671. "schema": {
  7672. "type": "string"
  7673. }
  7674. },
  7675. "400": {
  7676. "description": "具体错误",
  7677. "schema": {
  7678. "$ref": "#/definitions/md.Response"
  7679. }
  7680. }
  7681. }
  7682. }
  7683. },
  7684. "/api/notice/jPush/getLevelList": {
  7685. "get": {
  7686. "description": "等级管理(获取)",
  7687. "consumes": [
  7688. "application/json"
  7689. ],
  7690. "produces": [
  7691. "application/json"
  7692. ],
  7693. "tags": [
  7694. "消息中心"
  7695. ],
  7696. "summary": "消息中心-基本配置-等级管理(获取)",
  7697. "parameters": [
  7698. {
  7699. "type": "string",
  7700. "description": "验证参数Bearer和token空格拼接",
  7701. "name": "Authorization",
  7702. "in": "header",
  7703. "required": true
  7704. },
  7705. {
  7706. "type": "integer",
  7707. "description": "每页大小",
  7708. "name": "limit",
  7709. "in": "query",
  7710. "required": true
  7711. },
  7712. {
  7713. "type": "integer",
  7714. "description": "页数",
  7715. "name": "page",
  7716. "in": "query",
  7717. "required": true
  7718. }
  7719. ],
  7720. "responses": {
  7721. "200": {
  7722. "description": "具体数据",
  7723. "schema": {
  7724. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7725. }
  7726. },
  7727. "400": {
  7728. "description": "具体错误",
  7729. "schema": {
  7730. "$ref": "#/definitions/md.Response"
  7731. }
  7732. }
  7733. }
  7734. }
  7735. },
  7736. "/api/notice/jPush/getTagList": {
  7737. "get": {
  7738. "description": "标签管理(获取)",
  7739. "consumes": [
  7740. "application/json"
  7741. ],
  7742. "produces": [
  7743. "application/json"
  7744. ],
  7745. "tags": [
  7746. "消息中心"
  7747. ],
  7748. "summary": "消息中心-基本配置-标签管理(获取)",
  7749. "parameters": [
  7750. {
  7751. "type": "string",
  7752. "description": "验证参数Bearer和token空格拼接",
  7753. "name": "Authorization",
  7754. "in": "header",
  7755. "required": true
  7756. },
  7757. {
  7758. "type": "integer",
  7759. "description": "每页大小",
  7760. "name": "limit",
  7761. "in": "query",
  7762. "required": true
  7763. },
  7764. {
  7765. "type": "integer",
  7766. "description": "页数",
  7767. "name": "page",
  7768. "in": "query",
  7769. "required": true
  7770. }
  7771. ],
  7772. "responses": {
  7773. "200": {
  7774. "description": "具体数据",
  7775. "schema": {
  7776. "$ref": "#/definitions/md.JPushGetTagListResp"
  7777. }
  7778. },
  7779. "400": {
  7780. "description": "具体错误",
  7781. "schema": {
  7782. "$ref": "#/definitions/md.Response"
  7783. }
  7784. }
  7785. }
  7786. }
  7787. },
  7788. "/api/notice/jPush/getUserList": {
  7789. "post": {
  7790. "description": "获取用户信息",
  7791. "consumes": [
  7792. "application/json"
  7793. ],
  7794. "produces": [
  7795. "application/json"
  7796. ],
  7797. "tags": [
  7798. "消息中心"
  7799. ],
  7800. "summary": "消息中心-基本配置-获取用户信息",
  7801. "parameters": [
  7802. {
  7803. "type": "string",
  7804. "description": "验证参数Bearer和token空格拼接",
  7805. "name": "Authorization",
  7806. "in": "header",
  7807. "required": true
  7808. },
  7809. {
  7810. "description": "(分页信息必填)",
  7811. "name": "req",
  7812. "in": "body",
  7813. "required": true,
  7814. "schema": {
  7815. "$ref": "#/definitions/md.JPushGetUserListReq"
  7816. }
  7817. }
  7818. ],
  7819. "responses": {
  7820. "200": {
  7821. "description": "具体数据",
  7822. "schema": {
  7823. "type": "Object"
  7824. }
  7825. },
  7826. "400": {
  7827. "description": "具体错误",
  7828. "schema": {
  7829. "$ref": "#/definitions/md.Response"
  7830. }
  7831. }
  7832. }
  7833. }
  7834. },
  7835. "/api/notice/jPush/push/list": {
  7836. "post": {
  7837. "description": "基本配置-推送记录列表",
  7838. "consumes": [
  7839. "application/json"
  7840. ],
  7841. "produces": [
  7842. "application/json"
  7843. ],
  7844. "tags": [
  7845. "消息中心"
  7846. ],
  7847. "summary": "消息中心-基本配置-推送记录列表",
  7848. "parameters": [
  7849. {
  7850. "type": "string",
  7851. "description": "验证参数Bearer和token空格拼接",
  7852. "name": "Authorization",
  7853. "in": "header",
  7854. "required": true
  7855. },
  7856. {
  7857. "description": "(分页信息必填)",
  7858. "name": "req",
  7859. "in": "body",
  7860. "required": true,
  7861. "schema": {
  7862. "$ref": "#/definitions/md.NoticeListReq"
  7863. }
  7864. }
  7865. ],
  7866. "responses": {
  7867. "200": {
  7868. "description": "具体数据",
  7869. "schema": {
  7870. "$ref": "#/definitions/md.NoticePushListResp"
  7871. }
  7872. },
  7873. "400": {
  7874. "description": "具体错误",
  7875. "schema": {
  7876. "$ref": "#/definitions/md.Response"
  7877. }
  7878. }
  7879. }
  7880. }
  7881. },
  7882. "/api/notice/jPush/push/save": {
  7883. "post": {
  7884. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7885. "consumes": [
  7886. "application/json"
  7887. ],
  7888. "produces": [
  7889. "application/json"
  7890. ],
  7891. "tags": [
  7892. "消息中心"
  7893. ],
  7894. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7895. "parameters": [
  7896. {
  7897. "type": "string",
  7898. "description": "验证参数Bearer和token空格拼接",
  7899. "name": "Authorization",
  7900. "in": "header",
  7901. "required": true
  7902. },
  7903. {
  7904. "description": "(分页信息必填)",
  7905. "name": "req",
  7906. "in": "body",
  7907. "required": true,
  7908. "schema": {
  7909. "$ref": "#/definitions/md.NoticePushSaveReq"
  7910. }
  7911. }
  7912. ],
  7913. "responses": {
  7914. "200": {
  7915. "description": "具体数据",
  7916. "schema": {
  7917. "type": "string"
  7918. }
  7919. },
  7920. "400": {
  7921. "description": "具体错误",
  7922. "schema": {
  7923. "$ref": "#/definitions/md.Response"
  7924. }
  7925. }
  7926. }
  7927. }
  7928. },
  7929. "/api/role/addAdmin": {
  7930. "post": {
  7931. "description": "权限管理-新增管理员",
  7932. "consumes": [
  7933. "application/json"
  7934. ],
  7935. "produces": [
  7936. "application/json"
  7937. ],
  7938. "tags": [
  7939. "权限管理"
  7940. ],
  7941. "summary": "新增管理员",
  7942. "parameters": [
  7943. {
  7944. "type": "string",
  7945. "description": "验证参数Bearer和token空格拼接",
  7946. "name": "Authorization",
  7947. "in": "header",
  7948. "required": true
  7949. },
  7950. {
  7951. "description": "请求参数",
  7952. "name": "args",
  7953. "in": "body",
  7954. "required": true,
  7955. "schema": {
  7956. "$ref": "#/definitions/md.AddAdminReq"
  7957. }
  7958. }
  7959. ],
  7960. "responses": {
  7961. "200": {
  7962. "description": "success",
  7963. "schema": {
  7964. "type": "string"
  7965. }
  7966. },
  7967. "400": {
  7968. "description": "具体错误",
  7969. "schema": {
  7970. "$ref": "#/definitions/md.Response"
  7971. }
  7972. }
  7973. }
  7974. }
  7975. },
  7976. "/api/role/addRole": {
  7977. "post": {
  7978. "description": "权限管理-添加角色",
  7979. "consumes": [
  7980. "application/json"
  7981. ],
  7982. "produces": [
  7983. "application/json"
  7984. ],
  7985. "tags": [
  7986. "权限管理"
  7987. ],
  7988. "summary": "添加角色",
  7989. "parameters": [
  7990. {
  7991. "type": "string",
  7992. "description": "验证参数Bearer和token空格拼接",
  7993. "name": "Authorization",
  7994. "in": "header",
  7995. "required": true
  7996. },
  7997. {
  7998. "description": "请求参数",
  7999. "name": "args",
  8000. "in": "body",
  8001. "required": true,
  8002. "schema": {
  8003. "$ref": "#/definitions/md.AddRoleReq"
  8004. }
  8005. }
  8006. ],
  8007. "responses": {
  8008. "200": {
  8009. "description": "success",
  8010. "schema": {
  8011. "type": "string"
  8012. }
  8013. },
  8014. "400": {
  8015. "description": "具体错误",
  8016. "schema": {
  8017. "$ref": "#/definitions/md.Response"
  8018. }
  8019. }
  8020. }
  8021. }
  8022. },
  8023. "/api/role/adminInfo": {
  8024. "get": {
  8025. "description": "权限管理-管理员信息",
  8026. "consumes": [
  8027. "application/json"
  8028. ],
  8029. "produces": [
  8030. "application/json"
  8031. ],
  8032. "tags": [
  8033. "权限管理"
  8034. ],
  8035. "summary": "管理员信息",
  8036. "parameters": [
  8037. {
  8038. "type": "string",
  8039. "description": "验证参数Bearer和token空格拼接",
  8040. "name": "Authorization",
  8041. "in": "header",
  8042. "required": true
  8043. },
  8044. {
  8045. "type": "string",
  8046. "description": "管理员id",
  8047. "name": "adm_id",
  8048. "in": "query",
  8049. "required": true
  8050. }
  8051. ],
  8052. "responses": {
  8053. "200": {
  8054. "description": "具体看返回内容",
  8055. "schema": {
  8056. "type": "string"
  8057. }
  8058. },
  8059. "400": {
  8060. "description": "具体错误",
  8061. "schema": {
  8062. "$ref": "#/definitions/md.Response"
  8063. }
  8064. }
  8065. }
  8066. }
  8067. },
  8068. "/api/role/adminList": {
  8069. "post": {
  8070. "description": "权限管理-管理员列表",
  8071. "consumes": [
  8072. "application/json"
  8073. ],
  8074. "produces": [
  8075. "application/json"
  8076. ],
  8077. "tags": [
  8078. "权限管理"
  8079. ],
  8080. "summary": "管理员列表",
  8081. "parameters": [
  8082. {
  8083. "type": "string",
  8084. "description": "验证参数Bearer和token空格拼接",
  8085. "name": "Authorization",
  8086. "in": "header",
  8087. "required": true
  8088. },
  8089. {
  8090. "description": "请求参数",
  8091. "name": "args",
  8092. "in": "body",
  8093. "required": true,
  8094. "schema": {
  8095. "$ref": "#/definitions/md.AdminListReq"
  8096. }
  8097. }
  8098. ],
  8099. "responses": {
  8100. "200": {
  8101. "description": "具体看返回内容",
  8102. "schema": {
  8103. "type": "string"
  8104. }
  8105. },
  8106. "400": {
  8107. "description": "具体错误",
  8108. "schema": {
  8109. "$ref": "#/definitions/md.Response"
  8110. }
  8111. }
  8112. }
  8113. }
  8114. },
  8115. "/api/role/bindAdminRole": {
  8116. "post": {
  8117. "description": "权限管理-管理员绑定角色",
  8118. "consumes": [
  8119. "application/json"
  8120. ],
  8121. "produces": [
  8122. "application/json"
  8123. ],
  8124. "tags": [
  8125. "权限管理"
  8126. ],
  8127. "summary": "管理员绑定角色",
  8128. "parameters": [
  8129. {
  8130. "type": "string",
  8131. "description": "验证参数Bearer和token空格拼接",
  8132. "name": "Authorization",
  8133. "in": "header",
  8134. "required": true
  8135. },
  8136. {
  8137. "description": "请求参数",
  8138. "name": "args",
  8139. "in": "body",
  8140. "required": true,
  8141. "schema": {
  8142. "$ref": "#/definitions/md.BindAdminRoleReq"
  8143. }
  8144. }
  8145. ],
  8146. "responses": {
  8147. "200": {
  8148. "description": "success",
  8149. "schema": {
  8150. "type": "string"
  8151. }
  8152. },
  8153. "400": {
  8154. "description": "具体错误",
  8155. "schema": {
  8156. "$ref": "#/definitions/md.Response"
  8157. }
  8158. }
  8159. }
  8160. }
  8161. },
  8162. "/api/role/deleteAdmin/{$adm_id}": {
  8163. "delete": {
  8164. "description": "权限管理-删除管理员",
  8165. "consumes": [
  8166. "application/json"
  8167. ],
  8168. "produces": [
  8169. "application/json"
  8170. ],
  8171. "tags": [
  8172. "权限管理"
  8173. ],
  8174. "summary": "删除管理员",
  8175. "parameters": [
  8176. {
  8177. "type": "string",
  8178. "description": "验证参数Bearer和token空格拼接",
  8179. "name": "Authorization",
  8180. "in": "header",
  8181. "required": true
  8182. }
  8183. ],
  8184. "responses": {
  8185. "200": {
  8186. "description": "success",
  8187. "schema": {
  8188. "type": "string"
  8189. }
  8190. },
  8191. "400": {
  8192. "description": "具体错误",
  8193. "schema": {
  8194. "$ref": "#/definitions/md.Response"
  8195. }
  8196. }
  8197. }
  8198. }
  8199. },
  8200. "/api/role/deleteRole/{$id}": {
  8201. "delete": {
  8202. "description": "权限管理-删除角色",
  8203. "consumes": [
  8204. "application/json"
  8205. ],
  8206. "produces": [
  8207. "application/json"
  8208. ],
  8209. "tags": [
  8210. "权限管理"
  8211. ],
  8212. "summary": "删除角色",
  8213. "parameters": [
  8214. {
  8215. "type": "string",
  8216. "description": "验证参数Bearer和token空格拼接",
  8217. "name": "Authorization",
  8218. "in": "header",
  8219. "required": true
  8220. },
  8221. {
  8222. "description": "请求参数",
  8223. "name": "args",
  8224. "in": "body",
  8225. "required": true,
  8226. "schema": {
  8227. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8228. }
  8229. }
  8230. ],
  8231. "responses": {
  8232. "200": {
  8233. "description": "success",
  8234. "schema": {
  8235. "type": "string"
  8236. }
  8237. },
  8238. "400": {
  8239. "description": "具体错误",
  8240. "schema": {
  8241. "$ref": "#/definitions/md.Response"
  8242. }
  8243. }
  8244. }
  8245. }
  8246. },
  8247. "/api/role/permissionGroupList": {
  8248. "get": {
  8249. "description": "权限管理-权限组列表",
  8250. "consumes": [
  8251. "application/json"
  8252. ],
  8253. "produces": [
  8254. "application/json"
  8255. ],
  8256. "tags": [
  8257. "权限管理"
  8258. ],
  8259. "summary": "权限组列表",
  8260. "parameters": [
  8261. {
  8262. "type": "string",
  8263. "description": "验证参数Bearer和token空格拼接",
  8264. "name": "Authorization",
  8265. "in": "header",
  8266. "required": true
  8267. },
  8268. {
  8269. "type": "string",
  8270. "description": "管理员id",
  8271. "name": "adm_id",
  8272. "in": "query",
  8273. "required": true
  8274. }
  8275. ],
  8276. "responses": {
  8277. "200": {
  8278. "description": "具体看返回内容",
  8279. "schema": {
  8280. "type": "string"
  8281. }
  8282. },
  8283. "400": {
  8284. "description": "具体错误",
  8285. "schema": {
  8286. "$ref": "#/definitions/md.Response"
  8287. }
  8288. }
  8289. }
  8290. }
  8291. },
  8292. "/api/role/roleBindPermissionGroup": {
  8293. "post": {
  8294. "description": "权限管理-角色绑定权限组",
  8295. "consumes": [
  8296. "application/json"
  8297. ],
  8298. "produces": [
  8299. "application/json"
  8300. ],
  8301. "tags": [
  8302. "权限管理"
  8303. ],
  8304. "summary": "角色绑定权限组",
  8305. "parameters": [
  8306. {
  8307. "type": "string",
  8308. "description": "验证参数Bearer和token空格拼接",
  8309. "name": "Authorization",
  8310. "in": "header",
  8311. "required": true
  8312. },
  8313. {
  8314. "description": "请求参数",
  8315. "name": "args",
  8316. "in": "body",
  8317. "required": true,
  8318. "schema": {
  8319. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8320. }
  8321. }
  8322. ],
  8323. "responses": {
  8324. "200": {
  8325. "description": "success",
  8326. "schema": {
  8327. "type": "string"
  8328. }
  8329. },
  8330. "400": {
  8331. "description": "具体错误",
  8332. "schema": {
  8333. "$ref": "#/definitions/md.Response"
  8334. }
  8335. }
  8336. }
  8337. }
  8338. },
  8339. "/api/role/roleList": {
  8340. "get": {
  8341. "description": "权限管理-角色列表",
  8342. "consumes": [
  8343. "application/json"
  8344. ],
  8345. "produces": [
  8346. "application/json"
  8347. ],
  8348. "tags": [
  8349. "权限管理"
  8350. ],
  8351. "summary": "角色列表",
  8352. "parameters": [
  8353. {
  8354. "type": "string",
  8355. "description": "验证参数Bearer和token空格拼接",
  8356. "name": "Authorization",
  8357. "in": "header",
  8358. "required": true
  8359. }
  8360. ],
  8361. "responses": {
  8362. "200": {
  8363. "description": "具体看返回内容",
  8364. "schema": {
  8365. "type": "string"
  8366. }
  8367. },
  8368. "400": {
  8369. "description": "具体错误",
  8370. "schema": {
  8371. "$ref": "#/definitions/md.Response"
  8372. }
  8373. }
  8374. }
  8375. }
  8376. },
  8377. "/api/role/updateAdmin": {
  8378. "post": {
  8379. "description": "权限管理-修改管理员信息",
  8380. "consumes": [
  8381. "application/json"
  8382. ],
  8383. "produces": [
  8384. "application/json"
  8385. ],
  8386. "tags": [
  8387. "权限管理"
  8388. ],
  8389. "summary": "修改管理员信息",
  8390. "parameters": [
  8391. {
  8392. "type": "string",
  8393. "description": "验证参数Bearer和token空格拼接",
  8394. "name": "Authorization",
  8395. "in": "header",
  8396. "required": true
  8397. },
  8398. {
  8399. "description": "请求参数",
  8400. "name": "args",
  8401. "in": "body",
  8402. "required": true,
  8403. "schema": {
  8404. "$ref": "#/definitions/md.UpdateAdminReq"
  8405. }
  8406. }
  8407. ],
  8408. "responses": {
  8409. "200": {
  8410. "description": "success",
  8411. "schema": {
  8412. "type": "string"
  8413. }
  8414. },
  8415. "400": {
  8416. "description": "具体错误",
  8417. "schema": {
  8418. "$ref": "#/definitions/md.Response"
  8419. }
  8420. }
  8421. }
  8422. }
  8423. },
  8424. "/api/role/updateAdminState": {
  8425. "post": {
  8426. "description": "权限管理-修改管理员状态",
  8427. "consumes": [
  8428. "application/json"
  8429. ],
  8430. "produces": [
  8431. "application/json"
  8432. ],
  8433. "tags": [
  8434. "权限管理"
  8435. ],
  8436. "summary": "修改管理员状态",
  8437. "parameters": [
  8438. {
  8439. "type": "string",
  8440. "description": "验证参数Bearer和token空格拼接",
  8441. "name": "Authorization",
  8442. "in": "header",
  8443. "required": true
  8444. },
  8445. {
  8446. "description": "请求参数",
  8447. "name": "args",
  8448. "in": "body",
  8449. "required": true,
  8450. "schema": {
  8451. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8452. }
  8453. }
  8454. ],
  8455. "responses": {
  8456. "200": {
  8457. "description": "success",
  8458. "schema": {
  8459. "type": "string"
  8460. }
  8461. },
  8462. "400": {
  8463. "description": "具体错误",
  8464. "schema": {
  8465. "$ref": "#/definitions/md.Response"
  8466. }
  8467. }
  8468. }
  8469. }
  8470. },
  8471. "/api/role/updateRole": {
  8472. "post": {
  8473. "description": "权限管理-修改角色",
  8474. "consumes": [
  8475. "application/json"
  8476. ],
  8477. "produces": [
  8478. "application/json"
  8479. ],
  8480. "tags": [
  8481. "权限管理"
  8482. ],
  8483. "summary": "修改角色",
  8484. "parameters": [
  8485. {
  8486. "type": "string",
  8487. "description": "验证参数Bearer和token空格拼接",
  8488. "name": "Authorization",
  8489. "in": "header",
  8490. "required": true
  8491. },
  8492. {
  8493. "description": "请求参数",
  8494. "name": "args",
  8495. "in": "body",
  8496. "required": true,
  8497. "schema": {
  8498. "$ref": "#/definitions/md.UpdateRoleReq"
  8499. }
  8500. }
  8501. ],
  8502. "responses": {
  8503. "200": {
  8504. "description": "success",
  8505. "schema": {
  8506. "type": "string"
  8507. }
  8508. },
  8509. "400": {
  8510. "description": "具体错误",
  8511. "schema": {
  8512. "$ref": "#/definitions/md.Response"
  8513. }
  8514. }
  8515. }
  8516. }
  8517. },
  8518. "/api/role/updateRoleState": {
  8519. "post": {
  8520. "description": "权限管理-修改角色状态",
  8521. "consumes": [
  8522. "application/json"
  8523. ],
  8524. "produces": [
  8525. "application/json"
  8526. ],
  8527. "tags": [
  8528. "权限管理"
  8529. ],
  8530. "summary": "修改角色状态",
  8531. "parameters": [
  8532. {
  8533. "type": "string",
  8534. "description": "验证参数Bearer和token空格拼接",
  8535. "name": "Authorization",
  8536. "in": "header",
  8537. "required": true
  8538. },
  8539. {
  8540. "description": "请求参数",
  8541. "name": "args",
  8542. "in": "body",
  8543. "required": true,
  8544. "schema": {
  8545. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8546. }
  8547. }
  8548. ],
  8549. "responses": {
  8550. "200": {
  8551. "description": "success",
  8552. "schema": {
  8553. "type": "string"
  8554. }
  8555. },
  8556. "400": {
  8557. "description": "具体错误",
  8558. "schema": {
  8559. "$ref": "#/definitions/md.Response"
  8560. }
  8561. }
  8562. }
  8563. }
  8564. },
  8565. "/api/settCenter/kuaizhan/getBasic": {
  8566. "get": {
  8567. "description": "网站信息-基本设置(获取)",
  8568. "consumes": [
  8569. "application/json"
  8570. ],
  8571. "produces": [
  8572. "application/json"
  8573. ],
  8574. "tags": [
  8575. "基础设置"
  8576. ],
  8577. "summary": "基础设置-网站信息-基本设置(获取)",
  8578. "parameters": [
  8579. {
  8580. "type": "string",
  8581. "description": "验证参数Bearer和token空格拼接",
  8582. "name": "Authorization",
  8583. "in": "header",
  8584. "required": true
  8585. }
  8586. ],
  8587. "responses": {
  8588. "200": {
  8589. "description": "设置列表",
  8590. "schema": {
  8591. "$ref": "#/definitions/setCenter.KuaizhanBasicResp"
  8592. }
  8593. },
  8594. "400": {
  8595. "description": "具体错误",
  8596. "schema": {
  8597. "$ref": "#/definitions/md.Response"
  8598. }
  8599. }
  8600. }
  8601. }
  8602. },
  8603. "/api/settCenter/kuaizhan/setBasic": {
  8604. "post": {
  8605. "description": "基本设置(更新)",
  8606. "consumes": [
  8607. "application/json"
  8608. ],
  8609. "produces": [
  8610. "application/json"
  8611. ],
  8612. "tags": [
  8613. "基础设置"
  8614. ],
  8615. "summary": "基础设置-网站信息-基本设置(更新)",
  8616. "parameters": [
  8617. {
  8618. "type": "string",
  8619. "description": "验证参数Bearer和token空格拼接",
  8620. "name": "Authorization",
  8621. "in": "header",
  8622. "required": true
  8623. },
  8624. {
  8625. "description": "上传需要修改的信息",
  8626. "name": "req",
  8627. "in": "body",
  8628. "required": true,
  8629. "schema": {
  8630. "$ref": "#/definitions/setCenter.KuaizhanBasicReq"
  8631. }
  8632. }
  8633. ],
  8634. "responses": {
  8635. "200": {
  8636. "description": "success",
  8637. "schema": {
  8638. "type": "string"
  8639. }
  8640. },
  8641. "400": {
  8642. "description": "具体错误",
  8643. "schema": {
  8644. "$ref": "#/definitions/md.Response"
  8645. }
  8646. }
  8647. }
  8648. }
  8649. },
  8650. "/api/settCenter/oss/aliYun/getBasic": {
  8651. "get": {
  8652. "description": "对象存储设置(获取)",
  8653. "consumes": [
  8654. "application/json"
  8655. ],
  8656. "produces": [
  8657. "application/json"
  8658. ],
  8659. "tags": [
  8660. "对象存储"
  8661. ],
  8662. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8663. "parameters": [
  8664. {
  8665. "type": "string",
  8666. "description": "验证参数Bearer和token空格拼接",
  8667. "name": "Authorization",
  8668. "in": "header",
  8669. "required": true
  8670. }
  8671. ],
  8672. "responses": {
  8673. "200": {
  8674. "description": "设置列表",
  8675. "schema": {
  8676. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8677. }
  8678. },
  8679. "400": {
  8680. "description": "具体错误",
  8681. "schema": {
  8682. "$ref": "#/definitions/md.Response"
  8683. }
  8684. }
  8685. }
  8686. }
  8687. },
  8688. "/api/settCenter/oss/aliYun/setBasic": {
  8689. "post": {
  8690. "description": "对象存储设置(更新)",
  8691. "consumes": [
  8692. "application/json"
  8693. ],
  8694. "produces": [
  8695. "application/json"
  8696. ],
  8697. "tags": [
  8698. "对象存储"
  8699. ],
  8700. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8701. "parameters": [
  8702. {
  8703. "type": "string",
  8704. "description": "验证参数Bearer和token空格拼接",
  8705. "name": "Authorization",
  8706. "in": "header",
  8707. "required": true
  8708. },
  8709. {
  8710. "description": "上传需要修改的信息",
  8711. "name": "req",
  8712. "in": "body",
  8713. "required": true,
  8714. "schema": {
  8715. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8716. }
  8717. }
  8718. ],
  8719. "responses": {
  8720. "200": {
  8721. "description": "success",
  8722. "schema": {
  8723. "type": "string"
  8724. }
  8725. },
  8726. "400": {
  8727. "description": "具体错误",
  8728. "schema": {
  8729. "$ref": "#/definitions/md.Response"
  8730. }
  8731. }
  8732. }
  8733. }
  8734. },
  8735. "/api/settCenter/web/getBasic": {
  8736. "get": {
  8737. "description": "网站信息-基本设置(获取)",
  8738. "consumes": [
  8739. "application/json"
  8740. ],
  8741. "produces": [
  8742. "application/json"
  8743. ],
  8744. "tags": [
  8745. "基础设置"
  8746. ],
  8747. "summary": "基础设置-网站信息-基本设置(获取)",
  8748. "parameters": [
  8749. {
  8750. "type": "string",
  8751. "description": "验证参数Bearer和token空格拼接",
  8752. "name": "Authorization",
  8753. "in": "header",
  8754. "required": true
  8755. }
  8756. ],
  8757. "responses": {
  8758. "200": {
  8759. "description": "设置列表",
  8760. "schema": {
  8761. "$ref": "#/definitions/setCenter.WebBasicResp"
  8762. }
  8763. },
  8764. "400": {
  8765. "description": "具体错误",
  8766. "schema": {
  8767. "$ref": "#/definitions/md.Response"
  8768. }
  8769. }
  8770. }
  8771. }
  8772. },
  8773. "/api/settCenter/web/getDomainBasic": {
  8774. "get": {
  8775. "description": "网站信息-下载页多域名设置(获取)",
  8776. "consumes": [
  8777. "application/json"
  8778. ],
  8779. "produces": [
  8780. "application/json"
  8781. ],
  8782. "tags": [
  8783. "基础设置"
  8784. ],
  8785. "summary": "基础设置-网站信息-下载页多域名设置(获取)",
  8786. "parameters": [
  8787. {
  8788. "type": "string",
  8789. "description": "验证参数Bearer和token空格拼接",
  8790. "name": "Authorization",
  8791. "in": "header",
  8792. "required": true
  8793. }
  8794. ],
  8795. "responses": {
  8796. "200": {
  8797. "description": "设置列表",
  8798. "schema": {
  8799. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  8800. }
  8801. },
  8802. "400": {
  8803. "description": "具体错误",
  8804. "schema": {
  8805. "$ref": "#/definitions/md.Response"
  8806. }
  8807. }
  8808. }
  8809. }
  8810. },
  8811. "/api/settCenter/web/setBasic": {
  8812. "post": {
  8813. "description": "基本设置(更新)",
  8814. "consumes": [
  8815. "application/json"
  8816. ],
  8817. "produces": [
  8818. "application/json"
  8819. ],
  8820. "tags": [
  8821. "基础设置"
  8822. ],
  8823. "summary": "基础设置-网站信息-基本设置(更新)",
  8824. "parameters": [
  8825. {
  8826. "type": "string",
  8827. "description": "验证参数Bearer和token空格拼接",
  8828. "name": "Authorization",
  8829. "in": "header",
  8830. "required": true
  8831. },
  8832. {
  8833. "description": "上传需要修改的信息",
  8834. "name": "req",
  8835. "in": "body",
  8836. "required": true,
  8837. "schema": {
  8838. "$ref": "#/definitions/setCenter.WebBasicReq"
  8839. }
  8840. }
  8841. ],
  8842. "responses": {
  8843. "200": {
  8844. "description": "success",
  8845. "schema": {
  8846. "type": "string"
  8847. }
  8848. },
  8849. "400": {
  8850. "description": "具体错误",
  8851. "schema": {
  8852. "$ref": "#/definitions/md.Response"
  8853. }
  8854. }
  8855. }
  8856. }
  8857. },
  8858. "/api/settCenter/web/setDomainBasic": {
  8859. "post": {
  8860. "description": "下载页多域名设置(更新)",
  8861. "consumes": [
  8862. "application/json"
  8863. ],
  8864. "produces": [
  8865. "application/json"
  8866. ],
  8867. "tags": [
  8868. "基础设置"
  8869. ],
  8870. "summary": "基础设置-网站信息-下载页多域名设置(更新)",
  8871. "parameters": [
  8872. {
  8873. "type": "string",
  8874. "description": "验证参数Bearer和token空格拼接",
  8875. "name": "Authorization",
  8876. "in": "header",
  8877. "required": true
  8878. },
  8879. {
  8880. "description": "上传需要修改的信息",
  8881. "name": "req",
  8882. "in": "body",
  8883. "required": true,
  8884. "schema": {
  8885. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  8886. }
  8887. }
  8888. ],
  8889. "responses": {
  8890. "200": {
  8891. "description": "success",
  8892. "schema": {
  8893. "type": "string"
  8894. }
  8895. },
  8896. "400": {
  8897. "description": "具体错误",
  8898. "schema": {
  8899. "$ref": "#/definitions/md.Response"
  8900. }
  8901. }
  8902. }
  8903. }
  8904. },
  8905. "/api/userFeedback/cate/list": {
  8906. "post": {
  8907. "description": "分类列表",
  8908. "consumes": [
  8909. "application/json"
  8910. ],
  8911. "produces": [
  8912. "application/json"
  8913. ],
  8914. "tags": [
  8915. "消息中心"
  8916. ],
  8917. "summary": "反馈列表-分类列表",
  8918. "parameters": [
  8919. {
  8920. "type": "string",
  8921. "description": "验证参数Bearer和token空格拼接",
  8922. "name": "Authorization",
  8923. "in": "header",
  8924. "required": true
  8925. },
  8926. {
  8927. "description": "(分页信息必填)",
  8928. "name": "req",
  8929. "in": "body",
  8930. "required": true,
  8931. "schema": {
  8932. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8933. }
  8934. }
  8935. ],
  8936. "responses": {
  8937. "200": {
  8938. "description": "具体数据",
  8939. "schema": {
  8940. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8941. }
  8942. },
  8943. "400": {
  8944. "description": "具体错误",
  8945. "schema": {
  8946. "$ref": "#/definitions/md.Response"
  8947. }
  8948. }
  8949. }
  8950. }
  8951. },
  8952. "/api/userFeedback/content/change/state": {
  8953. "post": {
  8954. "description": "反馈列表-修改状态",
  8955. "consumes": [
  8956. "application/json"
  8957. ],
  8958. "produces": [
  8959. "application/json"
  8960. ],
  8961. "tags": [
  8962. "消息中心"
  8963. ],
  8964. "summary": "用户反馈-反馈列表-修改状态",
  8965. "parameters": [
  8966. {
  8967. "type": "string",
  8968. "description": "验证参数Bearer和token空格拼接",
  8969. "name": "Authorization",
  8970. "in": "header",
  8971. "required": true
  8972. },
  8973. {
  8974. "description": "(分页信息必填)",
  8975. "name": "req",
  8976. "in": "body",
  8977. "required": true,
  8978. "schema": {
  8979. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8980. }
  8981. }
  8982. ],
  8983. "responses": {
  8984. "200": {
  8985. "description": "具体数据",
  8986. "schema": {
  8987. "type": "string"
  8988. }
  8989. },
  8990. "400": {
  8991. "description": "具体错误",
  8992. "schema": {
  8993. "$ref": "#/definitions/md.Response"
  8994. }
  8995. }
  8996. }
  8997. }
  8998. },
  8999. "/api/userFeedback/content/del": {
  9000. "post": {
  9001. "description": "反馈列表-反馈删除",
  9002. "consumes": [
  9003. "application/json"
  9004. ],
  9005. "produces": [
  9006. "application/json"
  9007. ],
  9008. "tags": [
  9009. "消息中心"
  9010. ],
  9011. "summary": "用户反馈-反馈列表-反馈删除",
  9012. "parameters": [
  9013. {
  9014. "type": "string",
  9015. "description": "验证参数Bearer和token空格拼接",
  9016. "name": "Authorization",
  9017. "in": "header",
  9018. "required": true
  9019. },
  9020. {
  9021. "description": "(分页信息必填)",
  9022. "name": "req",
  9023. "in": "body",
  9024. "required": true,
  9025. "schema": {
  9026. "$ref": "#/definitions/md.UserFeedbackDelReq"
  9027. }
  9028. }
  9029. ],
  9030. "responses": {
  9031. "200": {
  9032. "description": "具体数据",
  9033. "schema": {
  9034. "type": "string"
  9035. }
  9036. },
  9037. "400": {
  9038. "description": "具体错误",
  9039. "schema": {
  9040. "$ref": "#/definitions/md.Response"
  9041. }
  9042. }
  9043. }
  9044. }
  9045. },
  9046. "/api/userFeedback/content/list": {
  9047. "post": {
  9048. "description": "反馈列表",
  9049. "consumes": [
  9050. "application/json"
  9051. ],
  9052. "produces": [
  9053. "application/json"
  9054. ],
  9055. "tags": [
  9056. "消息中心"
  9057. ],
  9058. "summary": "用户反馈-反馈列表",
  9059. "parameters": [
  9060. {
  9061. "type": "string",
  9062. "description": "验证参数Bearer和token空格拼接",
  9063. "name": "Authorization",
  9064. "in": "header",
  9065. "required": true
  9066. },
  9067. {
  9068. "description": "(分页信息必填)",
  9069. "name": "req",
  9070. "in": "body",
  9071. "required": true,
  9072. "schema": {
  9073. "$ref": "#/definitions/md.UserFeedbackListReq"
  9074. }
  9075. }
  9076. ],
  9077. "responses": {
  9078. "200": {
  9079. "description": "具体数据",
  9080. "schema": {
  9081. "$ref": "#/definitions/md.UserFeedbackListResp"
  9082. }
  9083. },
  9084. "400": {
  9085. "description": "具体错误",
  9086. "schema": {
  9087. "$ref": "#/definitions/md.Response"
  9088. }
  9089. }
  9090. }
  9091. }
  9092. },
  9093. "/api/userFeedback/content/record/list": {
  9094. "post": {
  9095. "description": "反馈列表-沟通记录",
  9096. "consumes": [
  9097. "application/json"
  9098. ],
  9099. "produces": [
  9100. "application/json"
  9101. ],
  9102. "tags": [
  9103. "消息中心"
  9104. ],
  9105. "summary": "用户反馈-反馈列表-沟通记录",
  9106. "parameters": [
  9107. {
  9108. "type": "string",
  9109. "description": "验证参数Bearer和token空格拼接",
  9110. "name": "Authorization",
  9111. "in": "header",
  9112. "required": true
  9113. },
  9114. {
  9115. "description": "(分页信息必填)",
  9116. "name": "req",
  9117. "in": "body",
  9118. "required": true,
  9119. "schema": {
  9120. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  9121. }
  9122. }
  9123. ],
  9124. "responses": {
  9125. "200": {
  9126. "description": "具体数据",
  9127. "schema": {
  9128. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  9129. }
  9130. },
  9131. "400": {
  9132. "description": "具体错误",
  9133. "schema": {
  9134. "$ref": "#/definitions/md.Response"
  9135. }
  9136. }
  9137. }
  9138. }
  9139. },
  9140. "/api/userFeedback/content/say": {
  9141. "post": {
  9142. "description": "反馈列表-沟通发送",
  9143. "consumes": [
  9144. "application/json"
  9145. ],
  9146. "produces": [
  9147. "application/json"
  9148. ],
  9149. "tags": [
  9150. "消息中心"
  9151. ],
  9152. "summary": "用户反馈-反馈列表-沟通发送",
  9153. "parameters": [
  9154. {
  9155. "type": "string",
  9156. "description": "验证参数Bearer和token空格拼接",
  9157. "name": "Authorization",
  9158. "in": "header",
  9159. "required": true
  9160. },
  9161. {
  9162. "description": "(分页信息必填)",
  9163. "name": "req",
  9164. "in": "body",
  9165. "required": true,
  9166. "schema": {
  9167. "$ref": "#/definitions/md.UserFeedbackSayReq"
  9168. }
  9169. }
  9170. ],
  9171. "responses": {
  9172. "200": {
  9173. "description": "具体数据",
  9174. "schema": {
  9175. "type": "string"
  9176. }
  9177. },
  9178. "400": {
  9179. "description": "具体错误",
  9180. "schema": {
  9181. "$ref": "#/definitions/md.Response"
  9182. }
  9183. }
  9184. }
  9185. }
  9186. },
  9187. "/api/userRealName/base": {
  9188. "get": {
  9189. "description": "基本设置-实名认证",
  9190. "consumes": [
  9191. "application/json"
  9192. ],
  9193. "produces": [
  9194. "application/json"
  9195. ],
  9196. "tags": [
  9197. "基本设置"
  9198. ],
  9199. "summary": "基本设置-实名认证-基本配置",
  9200. "parameters": [
  9201. {
  9202. "type": "string",
  9203. "description": "验证参数Bearer和token空格拼接",
  9204. "name": "Authorization",
  9205. "in": "header",
  9206. "required": true
  9207. }
  9208. ],
  9209. "responses": {
  9210. "200": {
  9211. "description": "具体数据",
  9212. "schema": {
  9213. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9214. }
  9215. },
  9216. "400": {
  9217. "description": "具体错误",
  9218. "schema": {
  9219. "$ref": "#/definitions/md.Response"
  9220. }
  9221. }
  9222. }
  9223. }
  9224. },
  9225. "/api/userRealName/base/save": {
  9226. "post": {
  9227. "description": "基本设置-实名认证-基本配置保存",
  9228. "consumes": [
  9229. "application/json"
  9230. ],
  9231. "produces": [
  9232. "application/json"
  9233. ],
  9234. "tags": [
  9235. "基本设置"
  9236. ],
  9237. "summary": "基本设置-实名认证-基本配置保存",
  9238. "parameters": [
  9239. {
  9240. "type": "string",
  9241. "description": "验证参数Bearer和token空格拼接",
  9242. "name": "Authorization",
  9243. "in": "header",
  9244. "required": true
  9245. },
  9246. {
  9247. "description": "(分页信息必填)",
  9248. "name": "req",
  9249. "in": "body",
  9250. "required": true,
  9251. "schema": {
  9252. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9253. }
  9254. }
  9255. ],
  9256. "responses": {
  9257. "200": {
  9258. "description": "具体数据",
  9259. "schema": {
  9260. "type": "string"
  9261. }
  9262. },
  9263. "400": {
  9264. "description": "具体错误",
  9265. "schema": {
  9266. "$ref": "#/definitions/md.Response"
  9267. }
  9268. }
  9269. }
  9270. }
  9271. },
  9272. "/api/userRealName/list": {
  9273. "post": {
  9274. "description": "基本设置-实名认证列表",
  9275. "consumes": [
  9276. "application/json"
  9277. ],
  9278. "produces": [
  9279. "application/json"
  9280. ],
  9281. "tags": [
  9282. "基本设置"
  9283. ],
  9284. "summary": "基本设置-实名认证列表",
  9285. "parameters": [
  9286. {
  9287. "type": "string",
  9288. "description": "验证参数Bearer和token空格拼接",
  9289. "name": "Authorization",
  9290. "in": "header",
  9291. "required": true
  9292. },
  9293. {
  9294. "description": "(分页信息必填)",
  9295. "name": "req",
  9296. "in": "body",
  9297. "required": true,
  9298. "schema": {
  9299. "$ref": "#/definitions/md.UserRealNameReq"
  9300. }
  9301. }
  9302. ],
  9303. "responses": {
  9304. "200": {
  9305. "description": "具体数据",
  9306. "schema": {
  9307. "$ref": "#/definitions/md.UserRealNameResp"
  9308. }
  9309. },
  9310. "400": {
  9311. "description": "具体错误",
  9312. "schema": {
  9313. "$ref": "#/definitions/md.Response"
  9314. }
  9315. }
  9316. }
  9317. }
  9318. },
  9319. "/api/userRealName/save": {
  9320. "post": {
  9321. "description": "基本设置-修改认证状态",
  9322. "consumes": [
  9323. "application/json"
  9324. ],
  9325. "produces": [
  9326. "application/json"
  9327. ],
  9328. "tags": [
  9329. "基本设置"
  9330. ],
  9331. "summary": "基本设置-实名认证-修改认证状态",
  9332. "parameters": [
  9333. {
  9334. "type": "string",
  9335. "description": "验证参数Bearer和token空格拼接",
  9336. "name": "Authorization",
  9337. "in": "header",
  9338. "required": true
  9339. },
  9340. {
  9341. "description": "(分页信息必填)",
  9342. "name": "req",
  9343. "in": "body",
  9344. "required": true,
  9345. "schema": {
  9346. "$ref": "#/definitions/md.UserRealNameSaveReq"
  9347. }
  9348. }
  9349. ],
  9350. "responses": {
  9351. "200": {
  9352. "description": "具体数据",
  9353. "schema": {
  9354. "type": "string"
  9355. }
  9356. },
  9357. "400": {
  9358. "description": "具体错误",
  9359. "schema": {
  9360. "$ref": "#/definitions/md.Response"
  9361. }
  9362. }
  9363. }
  9364. }
  9365. },
  9366. "/api/user_feedback/cate/del": {
  9367. "post": {
  9368. "description": "分类列表-分类删除",
  9369. "consumes": [
  9370. "application/json"
  9371. ],
  9372. "produces": [
  9373. "application/json"
  9374. ],
  9375. "tags": [
  9376. "消息中心"
  9377. ],
  9378. "summary": "反馈列表-分类列表-分类删除",
  9379. "parameters": [
  9380. {
  9381. "type": "string",
  9382. "description": "验证参数Bearer和token空格拼接",
  9383. "name": "Authorization",
  9384. "in": "header",
  9385. "required": true
  9386. },
  9387. {
  9388. "description": "(分页信息必填)",
  9389. "name": "req",
  9390. "in": "body",
  9391. "required": true,
  9392. "schema": {
  9393. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  9394. }
  9395. }
  9396. ],
  9397. "responses": {
  9398. "200": {
  9399. "description": "具体数据",
  9400. "schema": {
  9401. "type": "string"
  9402. }
  9403. },
  9404. "400": {
  9405. "description": "具体错误",
  9406. "schema": {
  9407. "$ref": "#/definitions/md.Response"
  9408. }
  9409. }
  9410. }
  9411. }
  9412. },
  9413. "/api/user_feedback/cate/save": {
  9414. "post": {
  9415. "description": "分类列表-分类保存",
  9416. "consumes": [
  9417. "application/json"
  9418. ],
  9419. "produces": [
  9420. "application/json"
  9421. ],
  9422. "tags": [
  9423. "消息中心"
  9424. ],
  9425. "summary": "反馈列表-分类列表-分类保存",
  9426. "parameters": [
  9427. {
  9428. "type": "string",
  9429. "description": "验证参数Bearer和token空格拼接",
  9430. "name": "Authorization",
  9431. "in": "header",
  9432. "required": true
  9433. },
  9434. {
  9435. "description": "(分页信息必填)",
  9436. "name": "req",
  9437. "in": "body",
  9438. "required": true,
  9439. "schema": {
  9440. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9441. }
  9442. }
  9443. ],
  9444. "responses": {
  9445. "200": {
  9446. "description": "具体数据",
  9447. "schema": {
  9448. "type": "string"
  9449. }
  9450. },
  9451. "400": {
  9452. "description": "具体错误",
  9453. "schema": {
  9454. "$ref": "#/definitions/md.Response"
  9455. }
  9456. }
  9457. }
  9458. }
  9459. },
  9460. "/api/website/certificate": {
  9461. "post": {
  9462. "description": "证书查询",
  9463. "consumes": [
  9464. "application/json"
  9465. ],
  9466. "produces": [
  9467. "application/json"
  9468. ],
  9469. "tags": [
  9470. "官网"
  9471. ],
  9472. "summary": "证书查询",
  9473. "parameters": [
  9474. {
  9475. "type": "string",
  9476. "description": "验证参数Bearer和token空格拼接",
  9477. "name": "Authorization",
  9478. "in": "header",
  9479. "required": true
  9480. },
  9481. {
  9482. "description": "(分页信息必填)",
  9483. "name": "req",
  9484. "in": "body",
  9485. "required": true,
  9486. "schema": {
  9487. "$ref": "#/definitions/md.CertificateReq"
  9488. }
  9489. }
  9490. ],
  9491. "responses": {
  9492. "200": {
  9493. "description": "具体数据",
  9494. "schema": {
  9495. "$ref": "#/definitions/md.CertificateResp"
  9496. }
  9497. },
  9498. "400": {
  9499. "description": "具体错误",
  9500. "schema": {
  9501. "$ref": "#/definitions/md.Response"
  9502. }
  9503. }
  9504. }
  9505. }
  9506. },
  9507. "/api/website/getModuleSetting": {
  9508. "get": {
  9509. "description": "页面样式",
  9510. "consumes": [
  9511. "application/json"
  9512. ],
  9513. "produces": [
  9514. "application/json"
  9515. ],
  9516. "tags": [
  9517. "官网"
  9518. ],
  9519. "summary": "页面样式",
  9520. "parameters": [
  9521. {
  9522. "type": "string",
  9523. "description": "验证参数Bearer和token空格拼接",
  9524. "name": "Authorization",
  9525. "in": "header",
  9526. "required": true
  9527. },
  9528. {
  9529. "type": "string",
  9530. "description": "页面名称类型值(15:官网 联系我们)",
  9531. "name": "mod_name_value",
  9532. "in": "query",
  9533. "required": true
  9534. }
  9535. ],
  9536. "responses": {
  9537. "200": {
  9538. "description": "具体数据",
  9539. "schema": {
  9540. "$ref": "#/definitions/md.GetModuleSettingResp"
  9541. }
  9542. },
  9543. "400": {
  9544. "description": "具体错误",
  9545. "schema": {
  9546. "$ref": "#/definitions/md.Response"
  9547. }
  9548. }
  9549. }
  9550. }
  9551. },
  9552. "/api/website/info": {
  9553. "get": {
  9554. "description": "官网-基本信息",
  9555. "consumes": [
  9556. "application/json"
  9557. ],
  9558. "produces": [
  9559. "application/json"
  9560. ],
  9561. "tags": [
  9562. "官网"
  9563. ],
  9564. "summary": "官网-基本信息",
  9565. "parameters": [
  9566. {
  9567. "type": "string",
  9568. "description": "验证参数Bearer和token空格拼接",
  9569. "name": "Authorization",
  9570. "in": "header",
  9571. "required": true
  9572. }
  9573. ],
  9574. "responses": {
  9575. "200": {
  9576. "description": "具体数据",
  9577. "schema": {
  9578. "$ref": "#/definitions/md.WebsiteInfoResp"
  9579. }
  9580. },
  9581. "400": {
  9582. "description": "具体错误",
  9583. "schema": {
  9584. "$ref": "#/definitions/md.Response"
  9585. }
  9586. }
  9587. }
  9588. }
  9589. }
  9590. },
  9591. "definitions": {
  9592. "applet_app_md.Paginate": {
  9593. "type": "object",
  9594. "properties": {
  9595. "limit": {
  9596. "description": "每页大小",
  9597. "type": "integer"
  9598. },
  9599. "page": {
  9600. "description": "页数",
  9601. "type": "integer"
  9602. },
  9603. "total": {
  9604. "description": "总数据量",
  9605. "type": "integer"
  9606. }
  9607. }
  9608. },
  9609. "applet_app_md_financial_center.Paginate": {
  9610. "type": "object",
  9611. "properties": {
  9612. "limit": {
  9613. "description": "每页大小",
  9614. "type": "integer"
  9615. },
  9616. "page": {
  9617. "description": "页数",
  9618. "type": "integer"
  9619. },
  9620. "total": {
  9621. "description": "总数据量",
  9622. "type": "integer"
  9623. }
  9624. }
  9625. },
  9626. "applet_app_md_financial_center.TagNode": {
  9627. "type": "object",
  9628. "properties": {
  9629. "tag_id": {
  9630. "type": "integer"
  9631. },
  9632. "tag_name": {
  9633. "type": "string"
  9634. }
  9635. }
  9636. },
  9637. "applet_app_md_friend_circle.Paginate": {
  9638. "type": "object",
  9639. "properties": {
  9640. "limit": {
  9641. "description": "每页大小",
  9642. "type": "integer"
  9643. },
  9644. "page": {
  9645. "description": "页数",
  9646. "type": "integer"
  9647. },
  9648. "total": {
  9649. "description": "总数据量",
  9650. "type": "integer"
  9651. }
  9652. }
  9653. },
  9654. "applet_app_md_im.GetBasicResp": {
  9655. "type": "object",
  9656. "properties": {
  9657. "chat_sensitive_words": {
  9658. "type": "string",
  9659. "example": "聊天敏感词"
  9660. },
  9661. "is_allow_add_friends": {
  9662. "type": "string",
  9663. "example": "是否允许加好友"
  9664. },
  9665. "is_auto_add_friends": {
  9666. "type": "string",
  9667. "example": "是否自动加好友"
  9668. },
  9669. "prohibit_add_group_members": {
  9670. "type": "string",
  9671. "example": "是否禁止添加群成员"
  9672. },
  9673. "prohibit_remove_group_members": {
  9674. "type": "string",
  9675. "example": "是否禁止移出群成员"
  9676. },
  9677. "prohibit_update_group_name": {
  9678. "type": "string",
  9679. "example": "是否禁止修改群名称"
  9680. }
  9681. }
  9682. },
  9683. "applet_app_md_im.SetBasicReq": {
  9684. "type": "object",
  9685. "properties": {
  9686. "chat_sensitive_words": {
  9687. "type": "string",
  9688. "example": "聊天敏感词"
  9689. },
  9690. "is_allow_add_friends": {
  9691. "type": "string",
  9692. "example": "是否允许加好友"
  9693. },
  9694. "is_auto_add_friends": {
  9695. "type": "string",
  9696. "example": "是否自动加好友"
  9697. },
  9698. "prohibit_add_group_members": {
  9699. "type": "string",
  9700. "example": "是否禁止添加群成员"
  9701. },
  9702. "prohibit_remove_group_members": {
  9703. "type": "string",
  9704. "example": "是否禁止移出群成员"
  9705. },
  9706. "prohibit_update_group_name": {
  9707. "type": "string",
  9708. "example": "是否禁止修改群名称"
  9709. }
  9710. }
  9711. },
  9712. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9713. "type": "object",
  9714. "properties": {
  9715. "direct_push_reward": {
  9716. "description": "直推奖励",
  9717. "allOf": [
  9718. {
  9719. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9720. }
  9721. ]
  9722. },
  9723. "initial_price": {
  9724. "description": "初始价格",
  9725. "type": "string"
  9726. },
  9727. "is_open": {
  9728. "description": "是否开启(1:开启 0:关闭)",
  9729. "type": "integer"
  9730. },
  9731. "person_egg_energy_coin_id": {
  9732. "description": "个人蛋蛋能量对应虚拟币 id",
  9733. "type": "integer"
  9734. },
  9735. "person_egg_points_coin_id": {
  9736. "description": "个人蛋蛋积分对应虚拟币 id",
  9737. "type": "integer"
  9738. },
  9739. "team_egg_energy_coin_id": {
  9740. "description": "团队蛋蛋能量对应虚拟币 id",
  9741. "type": "integer"
  9742. },
  9743. "team_egg_points_coin_id": {
  9744. "description": "团队蛋蛋积分对应虚拟币 id",
  9745. "type": "integer"
  9746. }
  9747. }
  9748. },
  9749. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9750. "type": "object",
  9751. "properties": {
  9752. "limit": {
  9753. "description": "每页大小",
  9754. "type": "integer"
  9755. },
  9756. "page": {
  9757. "description": "页数",
  9758. "type": "integer"
  9759. },
  9760. "total": {
  9761. "description": "总数据量",
  9762. "type": "integer"
  9763. }
  9764. }
  9765. },
  9766. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9767. "type": "object",
  9768. "properties": {
  9769. "id": {
  9770. "type": "integer"
  9771. },
  9772. "is_open": {
  9773. "description": "是否开启(1:开启 0:关闭)",
  9774. "type": "integer"
  9775. },
  9776. "is_self_active_get_team_revenue": {
  9777. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9778. "type": "integer"
  9779. },
  9780. "originator_uid": {
  9781. "description": "创始人uid",
  9782. "type": "integer"
  9783. },
  9784. "several_rows": {
  9785. "description": "几排",
  9786. "type": "integer"
  9787. },
  9788. "several_times": {
  9789. "description": "几乘",
  9790. "type": "integer"
  9791. },
  9792. "system_punish_replace": {
  9793. "description": "是否位置滑落 被新用户替换 0否 1是",
  9794. "type": "integer"
  9795. },
  9796. "system_punish_replace_value": {
  9797. "description": "xx天未活跃,处罚滑落",
  9798. "type": "integer"
  9799. }
  9800. }
  9801. },
  9802. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9803. "type": "object",
  9804. "properties": {
  9805. "limit": {
  9806. "description": "每页大小",
  9807. "type": "integer"
  9808. },
  9809. "page": {
  9810. "description": "页数",
  9811. "type": "integer"
  9812. },
  9813. "total": {
  9814. "description": "总数据量",
  9815. "type": "integer"
  9816. }
  9817. }
  9818. },
  9819. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9820. "type": "object",
  9821. "properties": {
  9822. "limit": {
  9823. "type": "integer"
  9824. },
  9825. "page": {
  9826. "type": "integer"
  9827. },
  9828. "total": {
  9829. "type": "integer"
  9830. }
  9831. }
  9832. },
  9833. "applet_app_md_member_center.Paginate": {
  9834. "type": "object",
  9835. "properties": {
  9836. "limit": {
  9837. "description": "每页大小",
  9838. "type": "integer"
  9839. },
  9840. "page": {
  9841. "description": "页数",
  9842. "type": "integer"
  9843. },
  9844. "total": {
  9845. "description": "总数据量",
  9846. "type": "integer"
  9847. }
  9848. }
  9849. },
  9850. "applet_app_md_member_center.TagNode": {
  9851. "type": "object",
  9852. "properties": {
  9853. "tag_id": {
  9854. "description": "标签 ID",
  9855. "type": "integer"
  9856. },
  9857. "tag_name": {
  9858. "description": "标签名称",
  9859. "type": "string"
  9860. }
  9861. }
  9862. },
  9863. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9864. "type": "object",
  9865. "properties": {
  9866. "oss_access_key_id": {
  9867. "type": "string",
  9868. "example": "oss访问秘钥id"
  9869. },
  9870. "oss_access_key_secret": {
  9871. "type": "string",
  9872. "example": "oss访问秘钥"
  9873. },
  9874. "oss_assume_arn": {
  9875. "type": "string",
  9876. "example": "oss RAM角色ARN"
  9877. },
  9878. "oss_assume_role_access_key_id": {
  9879. "type": "string",
  9880. "example": "oss RAM角色访问秘钥id"
  9881. },
  9882. "oss_assume_role_access_key_secret": {
  9883. "type": "string",
  9884. "example": "oss RAM角色访问秘钥"
  9885. },
  9886. "oss_bucket_name": {
  9887. "type": "string",
  9888. "example": "oss存储桶名称"
  9889. },
  9890. "oss_bucket_scheme": {
  9891. "type": "string",
  9892. "example": "oss上传方式"
  9893. },
  9894. "oss_endpoint": {
  9895. "type": "string",
  9896. "example": "oss地域节点"
  9897. },
  9898. "oss_object_domain": {
  9899. "type": "string",
  9900. "example": "oss域名"
  9901. },
  9902. "oss_option": {
  9903. "type": "string",
  9904. "example": "oss上传文件类型选项,以逗号分割"
  9905. }
  9906. }
  9907. },
  9908. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9909. "type": "object",
  9910. "properties": {
  9911. "oss_access_key_id": {
  9912. "type": "string",
  9913. "example": "oss访问秘钥id"
  9914. },
  9915. "oss_access_key_secret": {
  9916. "type": "string",
  9917. "example": "oss访问秘钥"
  9918. },
  9919. "oss_assume_arn": {
  9920. "type": "string",
  9921. "example": "oss RAM角色ARN"
  9922. },
  9923. "oss_assume_role_access_key_id": {
  9924. "type": "string",
  9925. "example": "oss RAM角色访问秘钥id"
  9926. },
  9927. "oss_assume_role_access_key_secret": {
  9928. "type": "string",
  9929. "example": "oss RAM角色访问秘钥"
  9930. },
  9931. "oss_bucket_name": {
  9932. "type": "string",
  9933. "example": "oss存储桶名称"
  9934. },
  9935. "oss_bucket_scheme": {
  9936. "type": "string",
  9937. "example": "oss上传方式"
  9938. },
  9939. "oss_endpoint": {
  9940. "type": "string",
  9941. "example": "oss地域节点"
  9942. },
  9943. "oss_object_domain": {
  9944. "type": "string",
  9945. "example": "oss域名"
  9946. },
  9947. "oss_option": {
  9948. "type": "string",
  9949. "example": "oss上传文件类型选项,以逗号分割"
  9950. }
  9951. }
  9952. },
  9953. "client.AssumeRoleResponseBodyCredentials": {
  9954. "type": "object",
  9955. "properties": {
  9956. "AccessKeyId": {
  9957. "description": "The AccessKey ID.",
  9958. "type": "string"
  9959. },
  9960. "AccessKeySecret": {
  9961. "description": "The AccessKey secret.",
  9962. "type": "string"
  9963. },
  9964. "Expiration": {
  9965. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9966. "type": "string"
  9967. },
  9968. "SecurityToken": {
  9969. "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.",
  9970. "type": "string"
  9971. }
  9972. }
  9973. },
  9974. "comm.GetAdminInfoResp": {
  9975. "type": "object",
  9976. "properties": {
  9977. "adm_id": {
  9978. "description": "管理员id",
  9979. "type": "integer"
  9980. },
  9981. "is_super_administrator": {
  9982. "description": "是否为超级管理员(0:否 1:是)",
  9983. "type": "integer"
  9984. },
  9985. "memo": {
  9986. "description": "备注信息",
  9987. "type": "string"
  9988. },
  9989. "state": {
  9990. "description": "状态(1:正常 2:冻结)",
  9991. "type": "integer"
  9992. },
  9993. "username": {
  9994. "description": "用户名",
  9995. "type": "string"
  9996. }
  9997. }
  9998. },
  9999. "comm.GetSTSVoucherResp": {
  10000. "type": "object",
  10001. "properties": {
  10002. "bucket": {
  10003. "description": "oss 桶名称",
  10004. "type": "string"
  10005. },
  10006. "region": {
  10007. "description": "所在地域",
  10008. "type": "string"
  10009. },
  10010. "sts_token": {
  10011. "description": "STS 凭证",
  10012. "allOf": [
  10013. {
  10014. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  10015. }
  10016. ]
  10017. }
  10018. }
  10019. },
  10020. "comm.ImgReqUploadReq": {
  10021. "type": "object",
  10022. "required": [
  10023. "content_type",
  10024. "file_name"
  10025. ],
  10026. "properties": {
  10027. "content_type": {
  10028. "type": "string",
  10029. "example": "image/jpeg"
  10030. },
  10031. "file_name": {
  10032. "type": "string",
  10033. "example": "文件名"
  10034. }
  10035. }
  10036. },
  10037. "hdl.GetActiveDataResp": {
  10038. "type": "object",
  10039. "properties": {
  10040. "today": {
  10041. "description": "今日数据",
  10042. "allOf": [
  10043. {
  10044. "$ref": "#/definitions/model.PlatformActiveData"
  10045. }
  10046. ]
  10047. },
  10048. "yesterday": {
  10049. "description": "昨日数据",
  10050. "allOf": [
  10051. {
  10052. "$ref": "#/definitions/model.PlatformActiveData"
  10053. }
  10054. ]
  10055. }
  10056. }
  10057. },
  10058. "hdl.TotalDataResp": {
  10059. "type": "object",
  10060. "properties": {
  10061. "month": {
  10062. "description": "月份",
  10063. "type": "string"
  10064. },
  10065. "no_sign_in_user_count": {
  10066. "description": "未签到用户数",
  10067. "type": "integer"
  10068. },
  10069. "total_user_count": {
  10070. "description": "平台总用户数",
  10071. "type": "integer"
  10072. },
  10073. "total_withdraw_amount": {
  10074. "description": "已提现累计金额",
  10075. "type": "string"
  10076. },
  10077. "verified_user_count": {
  10078. "description": "已认证用户数",
  10079. "type": "integer"
  10080. },
  10081. "year": {
  10082. "description": "年份",
  10083. "type": "string"
  10084. }
  10085. }
  10086. },
  10087. "md.ActivePointsWalletNode": {
  10088. "type": "object",
  10089. "properties": {
  10090. "amount": {
  10091. "type": "string",
  10092. "example": "账户余额"
  10093. },
  10094. "uid": {
  10095. "description": "用户 ID",
  10096. "type": "integer"
  10097. },
  10098. "user_name": {
  10099. "type": "string",
  10100. "example": "用户名"
  10101. },
  10102. "user_phone": {
  10103. "type": "string",
  10104. "example": "手机号"
  10105. }
  10106. }
  10107. },
  10108. "md.AddAdminReq": {
  10109. "type": "object",
  10110. "required": [
  10111. "password",
  10112. "username"
  10113. ],
  10114. "properties": {
  10115. "memo": {
  10116. "type": "string"
  10117. },
  10118. "password": {
  10119. "type": "string"
  10120. },
  10121. "username": {
  10122. "type": "string"
  10123. }
  10124. }
  10125. },
  10126. "md.AddBlackListReq": {
  10127. "type": "object",
  10128. "properties": {
  10129. "memo": {
  10130. "description": "备注",
  10131. "type": "string"
  10132. },
  10133. "uid": {
  10134. "description": "用户 id",
  10135. "type": "integer"
  10136. }
  10137. }
  10138. },
  10139. "md.AddCommunityDividendsReq": {
  10140. "type": "object",
  10141. "properties": {
  10142. "amount": {
  10143. "description": "社区分红数量",
  10144. "type": "string"
  10145. },
  10146. "name": {
  10147. "type": "string",
  10148. "example": "社区分红名称"
  10149. }
  10150. }
  10151. },
  10152. "md.AddCommunityDividendsWithUserReq": {
  10153. "type": "object",
  10154. "properties": {
  10155. "memo": {
  10156. "type": "string",
  10157. "example": "备注"
  10158. },
  10159. "uid": {
  10160. "description": "新增社区长用户 ID",
  10161. "type": "integer"
  10162. }
  10163. }
  10164. },
  10165. "md.AddCustomerServiceReq": {
  10166. "type": "object",
  10167. "properties": {
  10168. "memo": {
  10169. "description": "备注",
  10170. "type": "string",
  10171. "example": "备注"
  10172. },
  10173. "phone": {
  10174. "type": "string",
  10175. "example": "手机号"
  10176. },
  10177. "weight": {
  10178. "description": "权重",
  10179. "type": "integer"
  10180. }
  10181. }
  10182. },
  10183. "md.AddEmoticonReq": {
  10184. "type": "object",
  10185. "properties": {
  10186. "img_url": {
  10187. "type": "string",
  10188. "example": "图片地址"
  10189. },
  10190. "memo": {
  10191. "description": "备注",
  10192. "type": "string",
  10193. "example": "备注"
  10194. },
  10195. "name": {
  10196. "type": "string",
  10197. "example": "名称"
  10198. },
  10199. "sort": {
  10200. "description": "排序",
  10201. "type": "integer"
  10202. }
  10203. }
  10204. },
  10205. "md.AddFreePublishUserReq": {
  10206. "type": "object",
  10207. "properties": {
  10208. "uid": {
  10209. "type": "integer"
  10210. }
  10211. }
  10212. },
  10213. "md.AddFundDataReq": {
  10214. "type": "object",
  10215. "properties": {
  10216. "frequency": {
  10217. "description": "频率(分钟)",
  10218. "type": "integer"
  10219. },
  10220. "hours": {
  10221. "description": "时长(小时)",
  10222. "type": "integer"
  10223. },
  10224. "kind": {
  10225. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  10226. "type": "integer"
  10227. },
  10228. "memo": {
  10229. "type": "string",
  10230. "example": "备注"
  10231. },
  10232. "total_amount": {
  10233. "description": "金额",
  10234. "type": "string"
  10235. }
  10236. }
  10237. },
  10238. "md.AddLevelReq": {
  10239. "type": "object",
  10240. "properties": {
  10241. "auto_update": {
  10242. "description": "自动升级 0关闭 1开启",
  10243. "type": "string"
  10244. },
  10245. "choosable_num": {
  10246. "description": "可选任务数量",
  10247. "type": "string"
  10248. },
  10249. "is_use": {
  10250. "description": "是否开启(0.否, 1.是)",
  10251. "type": "string"
  10252. },
  10253. "level_name": {
  10254. "description": "等级名称",
  10255. "type": "string"
  10256. },
  10257. "level_weight": {
  10258. "description": "等级权重",
  10259. "type": "string"
  10260. },
  10261. "memo": {
  10262. "description": "备注",
  10263. "type": "string"
  10264. },
  10265. "user_level_tasks": {
  10266. "description": "需要新增的任务",
  10267. "type": "array",
  10268. "items": {
  10269. "$ref": "#/definitions/md.LevelTaskNode"
  10270. }
  10271. }
  10272. }
  10273. },
  10274. "md.AddPlatformRevenueReq": {
  10275. "type": "object",
  10276. "properties": {
  10277. "frequency": {
  10278. "description": "频率(分钟)",
  10279. "type": "integer"
  10280. },
  10281. "hours": {
  10282. "description": "时长(小时)",
  10283. "type": "integer"
  10284. },
  10285. "kind": {
  10286. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10287. "type": "integer"
  10288. },
  10289. "memo": {
  10290. "type": "string",
  10291. "example": "备注"
  10292. },
  10293. "total_amount": {
  10294. "description": "金额",
  10295. "type": "string"
  10296. }
  10297. }
  10298. },
  10299. "md.AddRoleReq": {
  10300. "type": "object",
  10301. "required": [
  10302. "memo",
  10303. "name"
  10304. ],
  10305. "properties": {
  10306. "memo": {
  10307. "type": "string"
  10308. },
  10309. "name": {
  10310. "type": "string"
  10311. }
  10312. }
  10313. },
  10314. "md.AddTagReq": {
  10315. "type": "object",
  10316. "properties": {
  10317. "is_punish": {
  10318. "description": "是否为处罚标签(0:否 1:是)",
  10319. "type": "integer"
  10320. },
  10321. "memo": {
  10322. "description": "备注",
  10323. "type": "string"
  10324. },
  10325. "name": {
  10326. "description": "标签名称",
  10327. "type": "string"
  10328. }
  10329. }
  10330. },
  10331. "md.AddVirtualCoinNode": {
  10332. "type": "object",
  10333. "properties": {
  10334. "exchange_ratio": {
  10335. "description": "兑换比例(与金额)",
  10336. "type": "string"
  10337. },
  10338. "is_use": {
  10339. "description": "是否开启:0否 1是",
  10340. "type": "integer"
  10341. },
  10342. "name": {
  10343. "description": "名称",
  10344. "type": "string"
  10345. }
  10346. }
  10347. },
  10348. "md.AdminListReq": {
  10349. "type": "object",
  10350. "properties": {
  10351. "limit": {
  10352. "type": "integer"
  10353. },
  10354. "page": {
  10355. "type": "integer"
  10356. },
  10357. "state": {
  10358. "type": "integer"
  10359. },
  10360. "username": {
  10361. "type": "string"
  10362. }
  10363. }
  10364. },
  10365. "md.AdminLogList": {
  10366. "type": "object",
  10367. "properties": {
  10368. "admin_id": {
  10369. "type": "string"
  10370. },
  10371. "id": {
  10372. "type": "string"
  10373. },
  10374. "ip": {
  10375. "type": "string"
  10376. },
  10377. "memo": {
  10378. "type": "string"
  10379. },
  10380. "phone": {
  10381. "type": "string"
  10382. },
  10383. "time": {
  10384. "type": "string"
  10385. },
  10386. "type": {
  10387. "type": "string"
  10388. }
  10389. }
  10390. },
  10391. "md.AdminLogListReq": {
  10392. "type": "object",
  10393. "properties": {
  10394. "end_time": {
  10395. "type": "string"
  10396. },
  10397. "limit": {
  10398. "description": "每页大小",
  10399. "type": "string"
  10400. },
  10401. "memo": {
  10402. "type": "string"
  10403. },
  10404. "page": {
  10405. "description": "页数",
  10406. "type": "string"
  10407. },
  10408. "start_time": {
  10409. "type": "string"
  10410. },
  10411. "type": {
  10412. "type": "string"
  10413. }
  10414. }
  10415. },
  10416. "md.AdminLogListResp": {
  10417. "type": "object",
  10418. "properties": {
  10419. "list": {
  10420. "type": "array",
  10421. "items": {
  10422. "$ref": "#/definitions/md.AdminLogList"
  10423. }
  10424. },
  10425. "total": {
  10426. "type": "integer"
  10427. },
  10428. "type_list": {
  10429. "type": "array",
  10430. "items": {
  10431. "type": "object",
  10432. "additionalProperties": true
  10433. }
  10434. }
  10435. }
  10436. },
  10437. "md.AdvertisingBase": {
  10438. "type": "object",
  10439. "properties": {
  10440. "android_ad_is_open": {
  10441. "type": "string",
  10442. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10443. },
  10444. "android_open_ad_is_open": {
  10445. "type": "string",
  10446. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10447. },
  10448. "info": {
  10449. "type": "string",
  10450. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10451. },
  10452. "ios_ad_is_open": {
  10453. "type": "string",
  10454. "example": "ios广告是否开启(1:开启 0:不开启)"
  10455. },
  10456. "ios_open_ad_is_open": {
  10457. "type": "string",
  10458. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10459. },
  10460. "voice": {
  10461. "type": "string",
  10462. "example": "领取奖励声音"
  10463. },
  10464. "voice_url": {
  10465. "type": "string"
  10466. }
  10467. }
  10468. },
  10469. "md.AdvertisingBaseResp": {
  10470. "type": "object",
  10471. "properties": {
  10472. "advertising_base": {
  10473. "$ref": "#/definitions/md.AdvertisingBase"
  10474. },
  10475. "select_data": {
  10476. "type": "array",
  10477. "items": {
  10478. "type": "object",
  10479. "additionalProperties": {
  10480. "type": "string"
  10481. }
  10482. }
  10483. }
  10484. }
  10485. },
  10486. "md.AdvertisingDelReq": {
  10487. "type": "object",
  10488. "properties": {
  10489. "id": {
  10490. "type": "array",
  10491. "items": {
  10492. "type": "string"
  10493. }
  10494. }
  10495. }
  10496. },
  10497. "md.AdvertisingFunctionList": {
  10498. "type": "object",
  10499. "properties": {
  10500. "ad_id": {
  10501. "type": "string",
  10502. "example": "广告id"
  10503. },
  10504. "id": {
  10505. "type": "string"
  10506. },
  10507. "type": {
  10508. "type": "string",
  10509. "example": "类型"
  10510. }
  10511. }
  10512. },
  10513. "md.AdvertisingFunctionListReq": {
  10514. "type": "object",
  10515. "properties": {
  10516. "limit": {
  10517. "type": "string"
  10518. },
  10519. "page": {
  10520. "type": "string"
  10521. }
  10522. }
  10523. },
  10524. "md.AdvertisingFunctionListResp": {
  10525. "type": "object",
  10526. "properties": {
  10527. "adv_data": {
  10528. "type": "array",
  10529. "items": {
  10530. "type": "object",
  10531. "additionalProperties": {
  10532. "type": "string"
  10533. }
  10534. }
  10535. },
  10536. "list": {
  10537. "type": "array",
  10538. "items": {
  10539. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10540. }
  10541. },
  10542. "select_data": {
  10543. "type": "array",
  10544. "items": {
  10545. "type": "object",
  10546. "additionalProperties": {
  10547. "type": "string"
  10548. }
  10549. }
  10550. },
  10551. "total": {
  10552. "type": "integer"
  10553. }
  10554. }
  10555. },
  10556. "md.AdvertisingLimit": {
  10557. "type": "object",
  10558. "properties": {
  10559. "imei_num": {
  10560. "type": "string",
  10561. "example": "设备数量"
  10562. },
  10563. "minute": {
  10564. "type": "string",
  10565. "example": "分钟"
  10566. },
  10567. "public_img": {
  10568. "type": "string",
  10569. "example": "公共弹窗图"
  10570. },
  10571. "public_img_url": {
  10572. "type": "string",
  10573. "example": "公共弹窗图"
  10574. },
  10575. "public_str": {
  10576. "type": "string",
  10577. "example": "公共弹窗文字"
  10578. },
  10579. "tip": {
  10580. "type": "string",
  10581. "example": "限制提示"
  10582. },
  10583. "withdraw_img": {
  10584. "type": "string",
  10585. "example": "提现弹窗图"
  10586. },
  10587. "withdraw_img_url": {
  10588. "type": "string",
  10589. "example": "提现弹窗图"
  10590. },
  10591. "withdraw_str": {
  10592. "type": "string",
  10593. "example": "提现弹窗文字"
  10594. }
  10595. }
  10596. },
  10597. "md.AdvertisingList": {
  10598. "type": "object",
  10599. "properties": {
  10600. "counting_down": {
  10601. "type": "string",
  10602. "example": "倒计时 单位秒"
  10603. },
  10604. "id": {
  10605. "type": "string"
  10606. },
  10607. "info": {
  10608. "type": "string",
  10609. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10610. },
  10611. "kind": {
  10612. "type": "string",
  10613. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10614. },
  10615. "name": {
  10616. "type": "string",
  10617. "example": "名称"
  10618. }
  10619. }
  10620. },
  10621. "md.AdvertisingListReq": {
  10622. "type": "object",
  10623. "properties": {
  10624. "kind": {
  10625. "type": "string"
  10626. },
  10627. "limit": {
  10628. "type": "string"
  10629. },
  10630. "name": {
  10631. "type": "string"
  10632. },
  10633. "page": {
  10634. "type": "string"
  10635. }
  10636. }
  10637. },
  10638. "md.AdvertisingListResp": {
  10639. "type": "object",
  10640. "properties": {
  10641. "adv_data": {
  10642. "type": "array",
  10643. "items": {
  10644. "type": "object",
  10645. "additionalProperties": {
  10646. "type": "string"
  10647. }
  10648. }
  10649. },
  10650. "list": {
  10651. "type": "array",
  10652. "items": {
  10653. "$ref": "#/definitions/md.AdvertisingList"
  10654. }
  10655. },
  10656. "select_data": {
  10657. "type": "array",
  10658. "items": {
  10659. "type": "object",
  10660. "additionalProperties": {
  10661. "type": "string"
  10662. }
  10663. }
  10664. },
  10665. "total": {
  10666. "type": "integer"
  10667. }
  10668. }
  10669. },
  10670. "md.AdvertisingSaveReq": {
  10671. "type": "object",
  10672. "properties": {
  10673. "counting_down": {
  10674. "type": "string",
  10675. "example": "倒计时 单位秒"
  10676. },
  10677. "id": {
  10678. "type": "string"
  10679. },
  10680. "info": {
  10681. "type": "string",
  10682. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10683. },
  10684. "kind": {
  10685. "type": "string",
  10686. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10687. },
  10688. "name": {
  10689. "type": "string",
  10690. "example": "名称"
  10691. }
  10692. }
  10693. },
  10694. "md.AdvertisingVisitList": {
  10695. "type": "object",
  10696. "properties": {
  10697. "custom_ecpm": {
  10698. "type": "string",
  10699. "example": "ecpm"
  10700. },
  10701. "ecpm": {
  10702. "type": "string",
  10703. "example": "ecpm"
  10704. },
  10705. "id": {
  10706. "type": "string"
  10707. },
  10708. "integral": {
  10709. "type": "string",
  10710. "example": "活跃值"
  10711. },
  10712. "phone": {
  10713. "type": "string",
  10714. "example": "手机号"
  10715. },
  10716. "phone_platform": {
  10717. "type": "string",
  10718. "example": "手机平台"
  10719. },
  10720. "platform": {
  10721. "type": "string",
  10722. "example": "广告平台"
  10723. },
  10724. "time": {
  10725. "type": "string",
  10726. "example": "时间"
  10727. },
  10728. "type": {
  10729. "type": "string",
  10730. "example": "广告位置"
  10731. },
  10732. "uid": {
  10733. "type": "string",
  10734. "example": "用户id"
  10735. }
  10736. }
  10737. },
  10738. "md.AdvertisingVisitListReq": {
  10739. "type": "object",
  10740. "properties": {
  10741. "amount": {
  10742. "type": "string",
  10743. "example": "ecpm "
  10744. },
  10745. "end_time": {
  10746. "type": "string"
  10747. },
  10748. "limit": {
  10749. "type": "string"
  10750. },
  10751. "page": {
  10752. "type": "string"
  10753. },
  10754. "phone": {
  10755. "type": "string"
  10756. },
  10757. "platform": {
  10758. "type": "string",
  10759. "example": "广告平台 "
  10760. },
  10761. "start_time": {
  10762. "type": "string"
  10763. },
  10764. "type": {
  10765. "type": "string",
  10766. "example": "广告类型 "
  10767. },
  10768. "uid": {
  10769. "type": "string"
  10770. }
  10771. }
  10772. },
  10773. "md.AdvertisingVisitListResp": {
  10774. "type": "object",
  10775. "properties": {
  10776. "list": {
  10777. "type": "array",
  10778. "items": {
  10779. "$ref": "#/definitions/md.AdvertisingVisitList"
  10780. }
  10781. },
  10782. "platform_data": {
  10783. "type": "array",
  10784. "items": {
  10785. "type": "object",
  10786. "additionalProperties": {
  10787. "type": "string"
  10788. }
  10789. }
  10790. },
  10791. "total": {
  10792. "type": "integer"
  10793. },
  10794. "type_data": {
  10795. "type": "array",
  10796. "items": {
  10797. "type": "object",
  10798. "additionalProperties": {
  10799. "type": "string"
  10800. }
  10801. }
  10802. }
  10803. }
  10804. },
  10805. "md.AliyunSmsGetLevelListResp": {
  10806. "type": "object",
  10807. "properties": {
  10808. "list": {
  10809. "type": "array",
  10810. "items": {
  10811. "$ref": "#/definitions/md.LevelListNode"
  10812. }
  10813. },
  10814. "paginate": {
  10815. "$ref": "#/definitions/applet_app_md.Paginate"
  10816. }
  10817. }
  10818. },
  10819. "md.AliyunSmsGetTagListResp": {
  10820. "type": "object",
  10821. "properties": {
  10822. "list": {
  10823. "type": "array",
  10824. "items": {
  10825. "$ref": "#/definitions/md.TagListNode"
  10826. }
  10827. },
  10828. "paginate": {
  10829. "$ref": "#/definitions/applet_app_md.Paginate"
  10830. }
  10831. }
  10832. },
  10833. "md.ArticleCateDelReq": {
  10834. "type": "object",
  10835. "properties": {
  10836. "id": {
  10837. "type": "array",
  10838. "items": {
  10839. "type": "string"
  10840. }
  10841. }
  10842. }
  10843. },
  10844. "md.ArticleCateList": {
  10845. "type": "object",
  10846. "properties": {
  10847. "id": {
  10848. "type": "string"
  10849. },
  10850. "is_show": {
  10851. "type": "string"
  10852. },
  10853. "name": {
  10854. "type": "string"
  10855. },
  10856. "pid": {
  10857. "type": "string"
  10858. },
  10859. "sort": {
  10860. "type": "string"
  10861. }
  10862. }
  10863. },
  10864. "md.ArticleCateListReq": {
  10865. "type": "object",
  10866. "properties": {
  10867. "limit": {
  10868. "description": "每页大小",
  10869. "type": "string"
  10870. },
  10871. "page": {
  10872. "description": "页数",
  10873. "type": "string"
  10874. }
  10875. }
  10876. },
  10877. "md.ArticleCateListResp": {
  10878. "type": "object",
  10879. "properties": {
  10880. "list": {
  10881. "type": "array",
  10882. "items": {
  10883. "$ref": "#/definitions/md.ArticleCateList"
  10884. }
  10885. },
  10886. "select_data": {
  10887. "type": "array",
  10888. "items": {
  10889. "type": "object",
  10890. "additionalProperties": {
  10891. "type": "string"
  10892. }
  10893. }
  10894. },
  10895. "total": {
  10896. "type": "integer"
  10897. }
  10898. }
  10899. },
  10900. "md.ArticleCateSaveReq": {
  10901. "type": "object",
  10902. "properties": {
  10903. "id": {
  10904. "type": "string"
  10905. },
  10906. "is_show": {
  10907. "type": "string"
  10908. },
  10909. "name": {
  10910. "type": "string"
  10911. },
  10912. "pid": {
  10913. "type": "string"
  10914. },
  10915. "sort": {
  10916. "type": "string"
  10917. }
  10918. }
  10919. },
  10920. "md.ArticleDelReq": {
  10921. "type": "object",
  10922. "properties": {
  10923. "ids": {
  10924. "type": "array",
  10925. "items": {
  10926. "type": "string"
  10927. }
  10928. }
  10929. }
  10930. },
  10931. "md.ArticleList": {
  10932. "type": "object",
  10933. "properties": {
  10934. "cate_id": {
  10935. "type": "string",
  10936. "example": "二级分类id"
  10937. },
  10938. "content": {
  10939. "type": "string"
  10940. },
  10941. "cover": {
  10942. "type": "string",
  10943. "example": "一级分类id=4 显示 封面图"
  10944. },
  10945. "cover_url": {
  10946. "type": "string"
  10947. },
  10948. "id": {
  10949. "type": "string"
  10950. },
  10951. "is_show": {
  10952. "type": "string"
  10953. },
  10954. "pid": {
  10955. "type": "string",
  10956. "example": "一级分类id"
  10957. },
  10958. "sort": {
  10959. "type": "string"
  10960. },
  10961. "title": {
  10962. "type": "string"
  10963. },
  10964. "url": {
  10965. "type": "string"
  10966. }
  10967. }
  10968. },
  10969. "md.ArticleListReq": {
  10970. "type": "object",
  10971. "properties": {
  10972. "limit": {
  10973. "description": "每页大小",
  10974. "type": "string"
  10975. },
  10976. "page": {
  10977. "description": "页数",
  10978. "type": "string"
  10979. }
  10980. }
  10981. },
  10982. "md.ArticleListResp": {
  10983. "type": "object",
  10984. "properties": {
  10985. "cate_data": {
  10986. "type": "array",
  10987. "items": {
  10988. "type": "object",
  10989. "additionalProperties": true
  10990. }
  10991. },
  10992. "list": {
  10993. "type": "array",
  10994. "items": {
  10995. "$ref": "#/definitions/md.ArticleList"
  10996. }
  10997. },
  10998. "select_data": {
  10999. "type": "array",
  11000. "items": {
  11001. "type": "object",
  11002. "additionalProperties": true
  11003. }
  11004. },
  11005. "total": {
  11006. "type": "integer"
  11007. }
  11008. }
  11009. },
  11010. "md.ArticleSaveReq": {
  11011. "type": "object",
  11012. "properties": {
  11013. "cate_id": {
  11014. "type": "string",
  11015. "example": "二级分类id"
  11016. },
  11017. "content": {
  11018. "type": "string"
  11019. },
  11020. "cover": {
  11021. "type": "string",
  11022. "example": "一级分类id=4 显示 封面图"
  11023. },
  11024. "id": {
  11025. "type": "string"
  11026. },
  11027. "is_show": {
  11028. "type": "string"
  11029. },
  11030. "pid": {
  11031. "type": "string",
  11032. "example": "一级分类id"
  11033. },
  11034. "sort": {
  11035. "type": "string"
  11036. },
  11037. "title": {
  11038. "type": "string"
  11039. }
  11040. }
  11041. },
  11042. "md.AuditClearReq": {
  11043. "type": "object",
  11044. "properties": {
  11045. "os": {
  11046. "type": "string",
  11047. "example": "1-安卓 2-ios"
  11048. }
  11049. }
  11050. },
  11051. "md.BalanceDetailNode": {
  11052. "type": "object",
  11053. "properties": {
  11054. "after_amount": {
  11055. "description": "变更后余额",
  11056. "type": "string"
  11057. },
  11058. "amount": {
  11059. "description": "变更数量",
  11060. "type": "string"
  11061. },
  11062. "before_amount": {
  11063. "description": "变更前余额",
  11064. "type": "string"
  11065. },
  11066. "create_at": {
  11067. "description": "创建时间",
  11068. "type": "string"
  11069. },
  11070. "id": {
  11071. "description": "记录ID",
  11072. "type": "integer"
  11073. },
  11074. "kind": {
  11075. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  11076. "type": "string"
  11077. }
  11078. }
  11079. },
  11080. "md.BasicInfoNode": {
  11081. "type": "object",
  11082. "properties": {
  11083. "avatar": {
  11084. "description": "头像",
  11085. "type": "string"
  11086. },
  11087. "levelId": {
  11088. "description": "会员等级 ID",
  11089. "type": "integer"
  11090. },
  11091. "level_name": {
  11092. "description": "会员等级名称",
  11093. "type": "string"
  11094. },
  11095. "memo": {
  11096. "description": "备注",
  11097. "type": "string"
  11098. },
  11099. "nickname": {
  11100. "description": "用户名称",
  11101. "type": "string"
  11102. },
  11103. "parent_name": {
  11104. "description": "推荐人名称",
  11105. "type": "string"
  11106. },
  11107. "parent_phone": {
  11108. "description": "推荐人手机号",
  11109. "type": "string"
  11110. },
  11111. "parent_uid": {
  11112. "description": "推荐人",
  11113. "type": "integer"
  11114. },
  11115. "password": {
  11116. "description": "登录密码",
  11117. "type": "string"
  11118. },
  11119. "phone": {
  11120. "description": "手机号",
  11121. "type": "string"
  11122. },
  11123. "sex": {
  11124. "description": "性别",
  11125. "type": "integer"
  11126. },
  11127. "state": {
  11128. "description": "账号状态 1正常,2冻结",
  11129. "type": "integer"
  11130. },
  11131. "tag": {
  11132. "description": "标签名称",
  11133. "type": "array",
  11134. "items": {
  11135. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  11136. }
  11137. },
  11138. "union_id": {
  11139. "description": "微信号",
  11140. "type": "string"
  11141. }
  11142. }
  11143. },
  11144. "md.BatchAddVirtualCoinsReq": {
  11145. "type": "object",
  11146. "properties": {
  11147. "list": {
  11148. "description": "新增的货币列表",
  11149. "type": "array",
  11150. "items": {
  11151. "$ref": "#/definitions/md.AddVirtualCoinNode"
  11152. }
  11153. }
  11154. }
  11155. },
  11156. "md.BatchSendGroupMessageReq": {
  11157. "type": "object",
  11158. "properties": {
  11159. "content": {
  11160. "description": "消息内容",
  11161. "type": "string"
  11162. },
  11163. "kind": {
  11164. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  11165. "type": "integer"
  11166. },
  11167. "not_condition": {
  11168. "description": "不发送条件 群 ID 以\";\"分割",
  11169. "type": "string"
  11170. },
  11171. "send_condition": {
  11172. "description": "发送条件 群 ID 以\";\"分割",
  11173. "type": "string"
  11174. },
  11175. "send_kind": {
  11176. "description": "发送模式(1:指定群组 2:所有群组)",
  11177. "type": "integer"
  11178. }
  11179. }
  11180. },
  11181. "md.BatchSendUserMessageReq": {
  11182. "type": "object",
  11183. "properties": {
  11184. "content": {
  11185. "description": "消息内容",
  11186. "type": "string"
  11187. },
  11188. "kind": {
  11189. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  11190. "type": "integer"
  11191. },
  11192. "not_condition": {
  11193. "description": "不发送条件 用户手机号 以\";\"分割",
  11194. "type": "string"
  11195. },
  11196. "send_condition": {
  11197. "description": "发送条件 用户手机号 以\";\"分割",
  11198. "type": "string"
  11199. },
  11200. "send_kind": {
  11201. "description": "发送模式(1:所有用户 2:指定用户)",
  11202. "type": "integer"
  11203. }
  11204. }
  11205. },
  11206. "md.BindAdminRoleReq": {
  11207. "type": "object",
  11208. "required": [
  11209. "adm_id"
  11210. ],
  11211. "properties": {
  11212. "adm_id": {
  11213. "type": "integer"
  11214. },
  11215. "role_ids": {
  11216. "type": "array",
  11217. "items": {
  11218. "type": "integer"
  11219. }
  11220. }
  11221. }
  11222. },
  11223. "md.CertificateDelReq": {
  11224. "type": "object",
  11225. "properties": {
  11226. "id": {
  11227. "type": "array",
  11228. "items": {
  11229. "type": "string"
  11230. }
  11231. }
  11232. }
  11233. },
  11234. "md.CertificateList": {
  11235. "type": "object",
  11236. "properties": {
  11237. "bg_img": {
  11238. "type": "string",
  11239. "example": "背景图"
  11240. },
  11241. "end_time": {
  11242. "type": "string",
  11243. "example": "结束时间"
  11244. },
  11245. "id": {
  11246. "type": "string"
  11247. },
  11248. "logo": {
  11249. "type": "string",
  11250. "example": "logo"
  11251. },
  11252. "medal": {
  11253. "type": "string",
  11254. "example": "勋章"
  11255. },
  11256. "name": {
  11257. "type": "string",
  11258. "example": "姓名"
  11259. },
  11260. "name_icon": {
  11261. "type": "string",
  11262. "example": "蛋蛋星球文字图"
  11263. },
  11264. "no": {
  11265. "type": "string",
  11266. "example": "编号"
  11267. },
  11268. "phone": {
  11269. "type": "string"
  11270. },
  11271. "seal": {
  11272. "type": "string",
  11273. "example": "印章"
  11274. },
  11275. "start_time": {
  11276. "type": "string",
  11277. "example": "开始时间"
  11278. },
  11279. "uid": {
  11280. "type": "string"
  11281. }
  11282. }
  11283. },
  11284. "md.CertificateListReq": {
  11285. "type": "object",
  11286. "properties": {
  11287. "limit": {
  11288. "type": "string"
  11289. },
  11290. "page": {
  11291. "type": "string"
  11292. },
  11293. "phone": {
  11294. "type": "string"
  11295. },
  11296. "uid": {
  11297. "type": "string"
  11298. }
  11299. }
  11300. },
  11301. "md.CertificateListResp": {
  11302. "type": "object",
  11303. "properties": {
  11304. "list": {
  11305. "type": "array",
  11306. "items": {
  11307. "$ref": "#/definitions/md.CertificateList"
  11308. }
  11309. },
  11310. "total": {
  11311. "type": "integer"
  11312. }
  11313. }
  11314. },
  11315. "md.CertificateReq": {
  11316. "type": "object",
  11317. "properties": {
  11318. "no": {
  11319. "type": "string",
  11320. "example": "DD123"
  11321. }
  11322. }
  11323. },
  11324. "md.CertificateResp": {
  11325. "type": "object",
  11326. "properties": {
  11327. "bg_img": {
  11328. "type": "string",
  11329. "example": "背景图"
  11330. },
  11331. "end_time": {
  11332. "type": "string",
  11333. "example": "结束时间"
  11334. },
  11335. "logo": {
  11336. "type": "string",
  11337. "example": "logo"
  11338. },
  11339. "medal": {
  11340. "type": "string",
  11341. "example": "勋章"
  11342. },
  11343. "name": {
  11344. "type": "string",
  11345. "example": "姓名"
  11346. },
  11347. "name_icon": {
  11348. "type": "string",
  11349. "example": "蛋蛋星球文字图"
  11350. },
  11351. "no": {
  11352. "type": "string",
  11353. "example": "编号"
  11354. },
  11355. "seal": {
  11356. "type": "string",
  11357. "example": "印章"
  11358. },
  11359. "start_time": {
  11360. "type": "string",
  11361. "example": "开始时间"
  11362. }
  11363. }
  11364. },
  11365. "md.CertificateSave": {
  11366. "type": "object",
  11367. "properties": {
  11368. "end_time": {
  11369. "type": "string",
  11370. "example": "结束时间"
  11371. },
  11372. "id": {
  11373. "type": "string"
  11374. },
  11375. "name": {
  11376. "type": "string",
  11377. "example": "姓名"
  11378. },
  11379. "no": {
  11380. "type": "string",
  11381. "example": "编号"
  11382. },
  11383. "start_time": {
  11384. "type": "string",
  11385. "example": "开始时间"
  11386. },
  11387. "uid": {
  11388. "type": "string"
  11389. }
  11390. }
  11391. },
  11392. "md.CloudBundleBaseResp": {
  11393. "type": "object",
  11394. "properties": {
  11395. "android_logo": {
  11396. "type": "string"
  11397. },
  11398. "ios_logo": {
  11399. "type": "string"
  11400. },
  11401. "launch_screen": {
  11402. "type": "object",
  11403. "additionalProperties": {
  11404. "type": "string"
  11405. }
  11406. }
  11407. }
  11408. },
  11409. "md.CloudBundleBuildReq": {
  11410. "type": "object",
  11411. "properties": {
  11412. "bit": {
  11413. "type": "array",
  11414. "items": {
  11415. "type": "string"
  11416. }
  11417. },
  11418. "isCombine": {
  11419. "type": "string"
  11420. },
  11421. "memo": {
  11422. "type": "string"
  11423. },
  11424. "os": {
  11425. "type": "string"
  11426. },
  11427. "platform": {
  11428. "type": "array",
  11429. "items": {
  11430. "type": "string"
  11431. }
  11432. },
  11433. "version": {
  11434. "type": "string"
  11435. }
  11436. }
  11437. },
  11438. "md.CloudBundleDelReq": {
  11439. "type": "object",
  11440. "properties": {
  11441. "ids": {
  11442. "type": "array",
  11443. "items": {
  11444. "type": "string"
  11445. }
  11446. }
  11447. }
  11448. },
  11449. "md.CloudBundleImgResp": {
  11450. "type": "object",
  11451. "properties": {
  11452. "android_logo": {
  11453. "type": "string"
  11454. },
  11455. "android_logo_url": {
  11456. "type": "string"
  11457. },
  11458. "build_1080_2280": {
  11459. "type": "string"
  11460. },
  11461. "build_1080_2280_url": {
  11462. "type": "string"
  11463. },
  11464. "build_1125_2436": {
  11465. "type": "string"
  11466. },
  11467. "build_1125_2436_url": {
  11468. "type": "string"
  11469. },
  11470. "build_1242_2208": {
  11471. "type": "string"
  11472. },
  11473. "build_1242_2208_url": {
  11474. "type": "string"
  11475. },
  11476. "build_640_1136": {
  11477. "type": "string"
  11478. },
  11479. "build_640_1136_url": {
  11480. "type": "string"
  11481. },
  11482. "build_640_960": {
  11483. "type": "string"
  11484. },
  11485. "build_640_960_url": {
  11486. "type": "string"
  11487. },
  11488. "build_720_1280": {
  11489. "type": "string"
  11490. },
  11491. "build_720_1280_url": {
  11492. "type": "string"
  11493. },
  11494. "build_750_1334": {
  11495. "type": "string"
  11496. },
  11497. "build_750_1334_url": {
  11498. "type": "string"
  11499. },
  11500. "guide": {
  11501. "type": "array",
  11502. "items": {
  11503. "$ref": "#/definitions/md.Guide"
  11504. }
  11505. },
  11506. "ios_logo": {
  11507. "type": "string"
  11508. },
  11509. "ios_logo_url": {
  11510. "type": "string"
  11511. }
  11512. }
  11513. },
  11514. "md.CloudBundleList": {
  11515. "type": "object",
  11516. "properties": {
  11517. "apply_at": {
  11518. "type": "string"
  11519. },
  11520. "bit": {
  11521. "type": "string"
  11522. },
  11523. "build_id": {
  11524. "type": "string"
  11525. },
  11526. "finish_at": {
  11527. "type": "string"
  11528. },
  11529. "id": {
  11530. "type": "string"
  11531. },
  11532. "is_auditing": {
  11533. "type": "string"
  11534. },
  11535. "is_combine": {
  11536. "type": "string"
  11537. },
  11538. "memo": {
  11539. "type": "string"
  11540. },
  11541. "os": {
  11542. "type": "string"
  11543. },
  11544. "platform": {
  11545. "type": "string"
  11546. },
  11547. "src": {
  11548. "type": "string"
  11549. },
  11550. "state": {
  11551. "type": "string"
  11552. },
  11553. "version": {
  11554. "type": "string"
  11555. }
  11556. }
  11557. },
  11558. "md.CloudBundleReq": {
  11559. "type": "object",
  11560. "properties": {
  11561. "limit": {
  11562. "description": "每页大小",
  11563. "type": "string"
  11564. },
  11565. "page": {
  11566. "description": "页数",
  11567. "type": "string"
  11568. }
  11569. }
  11570. },
  11571. "md.CloudBundleResp": {
  11572. "type": "object",
  11573. "properties": {
  11574. "last_android": {
  11575. "type": "string"
  11576. },
  11577. "last_bit": {
  11578. "type": "string"
  11579. },
  11580. "last_is_combine": {
  11581. "type": "string"
  11582. },
  11583. "last_platform": {
  11584. "type": "array",
  11585. "items": {
  11586. "type": "string"
  11587. }
  11588. },
  11589. "list": {
  11590. "type": "array",
  11591. "items": {
  11592. "$ref": "#/definitions/md.CloudBundleList"
  11593. }
  11594. },
  11595. "list_ios": {
  11596. "type": "string"
  11597. },
  11598. "select_data": {
  11599. "type": "array",
  11600. "items": {
  11601. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11602. }
  11603. },
  11604. "total": {
  11605. "type": "integer"
  11606. }
  11607. }
  11608. },
  11609. "md.CloudBundleUpdateStateReq": {
  11610. "type": "object",
  11611. "properties": {
  11612. "build_id": {
  11613. "type": "string"
  11614. },
  11615. "build_number": {
  11616. "type": "string"
  11617. },
  11618. "error_msg": {
  11619. "type": "string"
  11620. },
  11621. "id": {
  11622. "type": "string"
  11623. },
  11624. "src": {
  11625. "type": "string"
  11626. },
  11627. "state": {
  11628. "type": "string"
  11629. }
  11630. }
  11631. },
  11632. "md.CloudBundleVersion": {
  11633. "type": "object",
  11634. "properties": {
  11635. "content": {
  11636. "type": "string"
  11637. },
  11638. "img": {
  11639. "type": "string"
  11640. },
  11641. "img_url": {
  11642. "type": "string"
  11643. },
  11644. "is_must": {
  11645. "type": "string"
  11646. },
  11647. "name": {
  11648. "type": "string"
  11649. },
  11650. "type": {
  11651. "type": "string"
  11652. },
  11653. "url": {
  11654. "type": "string"
  11655. },
  11656. "version": {
  11657. "type": "string"
  11658. }
  11659. }
  11660. },
  11661. "md.CloudBundleVersionMap": {
  11662. "type": "object",
  11663. "properties": {
  11664. "img": {
  11665. "type": "string"
  11666. },
  11667. "name": {
  11668. "type": "string"
  11669. },
  11670. "type": {
  11671. "type": "string"
  11672. }
  11673. }
  11674. },
  11675. "md.CloudBundleVersionResp": {
  11676. "type": "object",
  11677. "properties": {
  11678. "version": {
  11679. "type": "array",
  11680. "items": {
  11681. "$ref": "#/definitions/md.CloudBundleVersion"
  11682. }
  11683. }
  11684. }
  11685. },
  11686. "md.CommReq": {
  11687. "type": "object",
  11688. "properties": {
  11689. "id": {
  11690. "type": "string"
  11691. }
  11692. }
  11693. },
  11694. "md.ConfigResp": {
  11695. "type": "object",
  11696. "properties": {
  11697. "oss_url": {
  11698. "type": "string",
  11699. "example": "阿里云图片链接"
  11700. }
  11701. }
  11702. },
  11703. "md.DailyActivityAnalysisTopData": {
  11704. "type": "object",
  11705. "properties": {
  11706. "activity_count": {
  11707. "description": "子节点活跃天数",
  11708. "type": "integer"
  11709. },
  11710. "team_activity_user_count": {
  11711. "description": "子节点活跃人数",
  11712. "type": "integer"
  11713. },
  11714. "team_user_count": {
  11715. "description": "团队人数",
  11716. "type": "integer"
  11717. }
  11718. }
  11719. },
  11720. "md.DataSetting": {
  11721. "type": "object",
  11722. "properties": {
  11723. "total_angel_investor": {
  11724. "description": "天使投资人",
  11725. "type": "string",
  11726. "example": "天使投资人"
  11727. },
  11728. "total_ecological_development": {
  11729. "description": "生态建设",
  11730. "type": "string",
  11731. "example": "当前价格"
  11732. },
  11733. "total_issuance_amount": {
  11734. "description": "总发行量",
  11735. "type": "string",
  11736. "example": "总发行量"
  11737. },
  11738. "total_operate_fund": {
  11739. "description": "运营资金",
  11740. "type": "string",
  11741. "example": "运营资金"
  11742. },
  11743. "total_team_dividends": {
  11744. "description": "团队分红",
  11745. "type": "string",
  11746. "example": "团队分红"
  11747. },
  11748. "total_technology_team": {
  11749. "description": "技术团队",
  11750. "type": "string",
  11751. "example": "技术团队"
  11752. },
  11753. "total_user_for_person": {
  11754. "description": "个人区域",
  11755. "type": "string",
  11756. "example": "个人区域"
  11757. },
  11758. "total_user_for_team": {
  11759. "description": "团队区域",
  11760. "type": "string",
  11761. "example": "团队区域"
  11762. }
  11763. }
  11764. },
  11765. "md.DeleteBlackListReq": {
  11766. "type": "object",
  11767. "properties": {
  11768. "id": {
  11769. "description": "黑名单 id",
  11770. "type": "integer"
  11771. }
  11772. }
  11773. },
  11774. "md.DeleteDynamicReq": {
  11775. "type": "object",
  11776. "properties": {
  11777. "index_id": {
  11778. "description": "动态id",
  11779. "type": "string"
  11780. }
  11781. }
  11782. },
  11783. "md.DeleteEmoticonReq": {
  11784. "type": "object",
  11785. "properties": {
  11786. "id": {
  11787. "description": "拥有用户数量",
  11788. "type": "integer"
  11789. }
  11790. }
  11791. },
  11792. "md.DeleteFreePublishUserReq": {
  11793. "type": "object",
  11794. "properties": {
  11795. "uid": {
  11796. "type": "string"
  11797. }
  11798. }
  11799. },
  11800. "md.DeleteLevelReq": {
  11801. "type": "object",
  11802. "properties": {
  11803. "level_id": {
  11804. "type": "string"
  11805. }
  11806. }
  11807. },
  11808. "md.DeleteTagReq": {
  11809. "type": "object",
  11810. "properties": {
  11811. "tag_id": {
  11812. "description": "标签 ID",
  11813. "type": "string"
  11814. }
  11815. }
  11816. },
  11817. "md.DeleteTaskReq": {
  11818. "type": "object",
  11819. "properties": {
  11820. "task_id": {
  11821. "type": "string"
  11822. }
  11823. }
  11824. },
  11825. "md.DestructionSettingStruct": {
  11826. "type": "object",
  11827. "properties": {
  11828. "community_dividends": {
  11829. "description": "社区分红百分比",
  11830. "type": "string"
  11831. },
  11832. "destruction_quantity": {
  11833. "description": "销毁百分比",
  11834. "type": "string"
  11835. },
  11836. "development_committee": {
  11837. "description": "发展委员会百分比",
  11838. "type": "string"
  11839. },
  11840. "marketplace_merchant": {
  11841. "description": "市商数量百分比",
  11842. "type": "string"
  11843. },
  11844. "public_welfare_and_charity": {
  11845. "description": "公益慈善百分比",
  11846. "type": "string"
  11847. },
  11848. "star_level_dividends": {
  11849. "description": "星级分红百分比",
  11850. "type": "string"
  11851. }
  11852. }
  11853. },
  11854. "md.DirectPushRewardSettingStruct": {
  11855. "type": "object",
  11856. "properties": {
  11857. "member_self_is_open_get_team_reward": {
  11858. "description": "会员是否活跃得到团队奖励",
  11859. "type": "string"
  11860. },
  11861. "reward_rate_value": {
  11862. "description": "奖励百分比",
  11863. "type": "string"
  11864. }
  11865. }
  11866. },
  11867. "md.DynamicDataFlowListReq": {
  11868. "type": "object",
  11869. "properties": {
  11870. "end_at": {
  11871. "description": "结束时间",
  11872. "type": "string",
  11873. "example": "结束时间"
  11874. },
  11875. "kind": {
  11876. "description": "持有类型",
  11877. "type": "integer"
  11878. },
  11879. "page": {
  11880. "description": "页数",
  11881. "type": "integer"
  11882. },
  11883. "page_size": {
  11884. "description": "每页大小",
  11885. "type": "integer"
  11886. },
  11887. "start_at": {
  11888. "description": "开始时间",
  11889. "type": "string",
  11890. "example": "开始时间"
  11891. }
  11892. }
  11893. },
  11894. "md.DynamicDataFlowListResp": {
  11895. "type": "object",
  11896. "properties": {
  11897. "kind_list": {
  11898. "description": "类型列表",
  11899. "type": "array",
  11900. "items": {
  11901. "type": "object",
  11902. "additionalProperties": true
  11903. }
  11904. },
  11905. "list": {
  11906. "description": "动态数据流水列表",
  11907. "type": "array",
  11908. "items": {
  11909. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  11910. }
  11911. },
  11912. "paginate": {
  11913. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11914. }
  11915. }
  11916. },
  11917. "md.DynamicRespNode": {
  11918. "type": "object",
  11919. "properties": {
  11920. "content": {
  11921. "description": "文本内容",
  11922. "type": "string"
  11923. },
  11924. "created_at": {
  11925. "type": "string"
  11926. },
  11927. "image": {
  11928. "description": "图片",
  11929. "type": "array",
  11930. "items": {
  11931. "type": "string"
  11932. }
  11933. },
  11934. "index_id": {
  11935. "description": "动态id",
  11936. "type": "string"
  11937. },
  11938. "is_praise": {
  11939. "description": "是否被表扬(1:是 2:否)",
  11940. "type": "integer"
  11941. },
  11942. "is_top_up": {
  11943. "description": "是否置顶(1:是 2:否)",
  11944. "type": "integer"
  11945. },
  11946. "kind": {
  11947. "description": "类型(1:普通 2:官方)",
  11948. "type": "integer"
  11949. },
  11950. "state": {
  11951. "description": "状态(1:正常 2:隐藏)",
  11952. "type": "integer"
  11953. },
  11954. "uid": {
  11955. "description": "用户id",
  11956. "type": "integer"
  11957. },
  11958. "updated_at": {
  11959. "type": "string"
  11960. },
  11961. "username": {
  11962. "description": "用户名称",
  11963. "type": "string"
  11964. },
  11965. "video": {
  11966. "description": "视频",
  11967. "type": "array",
  11968. "items": {
  11969. "type": "string"
  11970. }
  11971. }
  11972. }
  11973. },
  11974. "md.EggEnergyAvailableEnergyFlow": {
  11975. "type": "object",
  11976. "properties": {
  11977. "after_community_dividends": {
  11978. "description": "变更后-社区分红区块币数量",
  11979. "type": "string"
  11980. },
  11981. "after_destruction_quantity_values": {
  11982. "description": "变更后-销毁区块币数量",
  11983. "type": "string"
  11984. },
  11985. "after_development_committee_values": {
  11986. "description": "变更后-发展委员会区块币数量",
  11987. "type": "string"
  11988. },
  11989. "after_marketplace_merchant_fund_values": {
  11990. "description": "变更后-市商资金值",
  11991. "type": "string"
  11992. },
  11993. "after_marketplace_merchant_values": {
  11994. "description": "变更后-市商区块币数量",
  11995. "type": "string"
  11996. },
  11997. "after_now_energy_total_nums": {
  11998. "description": "变更后-现行总量",
  11999. "type": "string"
  12000. },
  12001. "after_planet_total_value": {
  12002. "description": "变更后-星球总价值",
  12003. "type": "string"
  12004. },
  12005. "after_price": {
  12006. "description": "变更后-价格",
  12007. "type": "string"
  12008. },
  12009. "after_public_welfare_and_charity_values": {
  12010. "description": "变更后-公益慈善区块币数量",
  12011. "type": "string"
  12012. },
  12013. "after_star_level_dividends_values": {
  12014. "description": "变更后-星级分红区块币数量",
  12015. "type": "string"
  12016. },
  12017. "amount": {
  12018. "description": "变更数量",
  12019. "type": "string"
  12020. },
  12021. "before_community_dividends": {
  12022. "description": "变更前-社区分红区块币数量",
  12023. "type": "string"
  12024. },
  12025. "before_destruction_quantity_values": {
  12026. "description": "变更前-销毁区块币数量",
  12027. "type": "string"
  12028. },
  12029. "before_development_committee_values": {
  12030. "description": "变更前-发展委员会区块币数量",
  12031. "type": "string"
  12032. },
  12033. "before_marketplace_merchant_fund_values": {
  12034. "description": "变更前-市商资金值",
  12035. "type": "string"
  12036. },
  12037. "before_marketplace_merchant_values": {
  12038. "description": "变更前-市商区块币数量",
  12039. "type": "string"
  12040. },
  12041. "before_now_energy_total_nums": {
  12042. "description": "变更前-现行总量",
  12043. "type": "string"
  12044. },
  12045. "before_planet_total_value": {
  12046. "description": "变更前-星球总价值",
  12047. "type": "string"
  12048. },
  12049. "before_price": {
  12050. "description": "变更前-价格",
  12051. "type": "string"
  12052. },
  12053. "before_public_welfare_and_charity_values": {
  12054. "description": "变更前-公益慈善区块币数量",
  12055. "type": "string"
  12056. },
  12057. "before_star_level_dividends_values": {
  12058. "description": "变更前-星级分红区块币数量",
  12059. "type": "string"
  12060. },
  12061. "create_time": {
  12062. "description": "创建时间",
  12063. "type": "string"
  12064. },
  12065. "id": {
  12066. "type": "integer"
  12067. },
  12068. "kind": {
  12069. "description": "种类",
  12070. "type": "integer"
  12071. },
  12072. "title": {
  12073. "description": "标题",
  12074. "type": "string"
  12075. }
  12076. }
  12077. },
  12078. "md.EggEnergyCommunityDividends": {
  12079. "type": "object",
  12080. "properties": {
  12081. "amount": {
  12082. "description": "分红数量",
  12083. "type": "string"
  12084. },
  12085. "coin_id": {
  12086. "description": "虚拟币 id",
  12087. "type": "integer"
  12088. },
  12089. "create_at": {
  12090. "description": "分红时间",
  12091. "type": "string"
  12092. },
  12093. "id": {
  12094. "type": "integer"
  12095. },
  12096. "is_over": {
  12097. "description": "是否分红完毕",
  12098. "type": "integer"
  12099. },
  12100. "name": {
  12101. "type": "string",
  12102. "example": "名称"
  12103. },
  12104. "persons_num": {
  12105. "description": "分红人数",
  12106. "type": "integer"
  12107. },
  12108. "update_at": {
  12109. "type": "string"
  12110. }
  12111. }
  12112. },
  12113. "md.EggEnergyCommunityDividendsWithUser": {
  12114. "type": "object",
  12115. "properties": {
  12116. "id": {
  12117. "type": "integer"
  12118. },
  12119. "memo": {
  12120. "type": "string",
  12121. "example": "备注"
  12122. },
  12123. "nickname": {
  12124. "type": "string"
  12125. },
  12126. "phone": {
  12127. "type": "string"
  12128. },
  12129. "uid": {
  12130. "type": "integer"
  12131. }
  12132. }
  12133. },
  12134. "md.EggPointCoefficientBatchAddReq": {
  12135. "type": "object",
  12136. "properties": {
  12137. "list": {
  12138. "description": "系数管理列表",
  12139. "type": "array",
  12140. "items": {
  12141. "$ref": "#/definitions/md.EggPointCoefficientNode"
  12142. }
  12143. }
  12144. }
  12145. },
  12146. "md.EggPointCoefficientDelReq": {
  12147. "type": "object",
  12148. "required": [
  12149. "id"
  12150. ],
  12151. "properties": {
  12152. "id": {
  12153. "description": "需要删除范围的id",
  12154. "type": "string"
  12155. }
  12156. }
  12157. },
  12158. "md.EggPointCoefficientGetResp": {
  12159. "type": "object",
  12160. "properties": {
  12161. "list": {
  12162. "type": "array",
  12163. "items": {
  12164. "$ref": "#/definitions/md.EggPointCoefficientNode"
  12165. }
  12166. }
  12167. }
  12168. },
  12169. "md.EggPointCoefficientNode": {
  12170. "type": "object",
  12171. "properties": {
  12172. "coefficient": {
  12173. "description": "系数",
  12174. "type": "string"
  12175. },
  12176. "end_score": {
  12177. "description": "截止分值",
  12178. "type": "string"
  12179. },
  12180. "id": {
  12181. "type": "integer"
  12182. },
  12183. "start_score": {
  12184. "description": "起始分值",
  12185. "type": "string"
  12186. }
  12187. }
  12188. },
  12189. "md.EggPointCoefficientUpdateReq": {
  12190. "type": "object",
  12191. "required": [
  12192. "id"
  12193. ],
  12194. "properties": {
  12195. "coefficient": {
  12196. "description": "系数",
  12197. "type": "string"
  12198. },
  12199. "end_score": {
  12200. "description": "截止分值",
  12201. "type": "string"
  12202. },
  12203. "id": {
  12204. "description": "需要修改范围的id",
  12205. "type": "string"
  12206. },
  12207. "start_score": {
  12208. "description": "起始分值",
  12209. "type": "string"
  12210. }
  12211. }
  12212. },
  12213. "md.ExchangeRulesStruct": {
  12214. "type": "object",
  12215. "properties": {
  12216. "auto_exchange_nums_by_person": {
  12217. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  12218. "type": "string"
  12219. },
  12220. "auto_exchange_nums_by_team": {
  12221. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  12222. "type": "string"
  12223. },
  12224. "auto_exchange_rate_by_person": {
  12225. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  12226. "type": "string"
  12227. },
  12228. "auto_exchange_rate_by_team": {
  12229. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  12230. "type": "string"
  12231. }
  12232. }
  12233. },
  12234. "md.ExchangeUserPositionReq": {
  12235. "type": "object",
  12236. "properties": {
  12237. "position_1": {
  12238. "description": "位置1,具体值取返回数据中的 system_id",
  12239. "type": "integer"
  12240. },
  12241. "position_2": {
  12242. "description": "位置2,具体值取返回数据中的 system_id",
  12243. "type": "integer"
  12244. }
  12245. }
  12246. },
  12247. "md.FansNode": {
  12248. "type": "object",
  12249. "properties": {
  12250. "amount": {
  12251. "description": "可提现余额",
  12252. "type": "string"
  12253. },
  12254. "id": {
  12255. "description": "用户ID",
  12256. "type": "integer"
  12257. },
  12258. "level_total": {
  12259. "description": "所属代数",
  12260. "type": "integer"
  12261. },
  12262. "nickname": {
  12263. "type": "string",
  12264. "example": "用户昵称"
  12265. },
  12266. "phone": {
  12267. "type": "string",
  12268. "example": "手机号"
  12269. },
  12270. "register_at": {
  12271. "description": "注册时间",
  12272. "type": "string"
  12273. },
  12274. "total_income": {
  12275. "description": "累计收益",
  12276. "type": "string"
  12277. }
  12278. }
  12279. },
  12280. "md.FindSubUserRelationshipMapResp": {
  12281. "type": "object",
  12282. "properties": {
  12283. "basic_setting": {
  12284. "description": "公排设置",
  12285. "allOf": [
  12286. {
  12287. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  12288. }
  12289. ]
  12290. },
  12291. "search_uid": {
  12292. "description": "查找的用户 ID",
  12293. "type": "string"
  12294. },
  12295. "sub_user": {
  12296. "description": "上级用户信息",
  12297. "allOf": [
  12298. {
  12299. "$ref": "#/definitions/md.SubUser"
  12300. }
  12301. ]
  12302. }
  12303. }
  12304. },
  12305. "md.FirstWithdrawSet": {
  12306. "type": "object",
  12307. "properties": {
  12308. "first_withdraw_amount_limit": {
  12309. "description": "不需要实名时 最大提现金额",
  12310. "type": "string"
  12311. },
  12312. "is_need_real_name": {
  12313. "description": "是否需要实名(0:不需要,1:需要)",
  12314. "type": "integer"
  12315. }
  12316. }
  12317. },
  12318. "md.FreePublishUserNode": {
  12319. "type": "object",
  12320. "properties": {
  12321. "nickname": {
  12322. "type": "string",
  12323. "example": "昵称"
  12324. },
  12325. "phone": {
  12326. "type": "string",
  12327. "example": "手机号"
  12328. },
  12329. "uid": {
  12330. "type": "integer"
  12331. }
  12332. }
  12333. },
  12334. "md.FundDataNode": {
  12335. "type": "object",
  12336. "properties": {
  12337. "balance_amount": {
  12338. "description": "余额",
  12339. "type": "string"
  12340. },
  12341. "balance_times": {
  12342. "description": "剩余执行次数",
  12343. "type": "integer"
  12344. },
  12345. "create_at": {
  12346. "description": "创建时间",
  12347. "type": "string"
  12348. },
  12349. "hours": {
  12350. "description": "时长",
  12351. "type": "integer"
  12352. },
  12353. "kind": {
  12354. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  12355. "type": "integer"
  12356. },
  12357. "memo": {
  12358. "description": "备注",
  12359. "type": "string"
  12360. },
  12361. "system_id": {
  12362. "type": "integer"
  12363. },
  12364. "total_amount": {
  12365. "description": "金额",
  12366. "type": "string"
  12367. }
  12368. }
  12369. },
  12370. "md.FundDataRecordNode": {
  12371. "type": "object",
  12372. "properties": {
  12373. "after_planet_total_value": {
  12374. "description": "执行后-星球价值",
  12375. "type": "string"
  12376. },
  12377. "after_price": {
  12378. "description": "执行后-价格",
  12379. "type": "string"
  12380. },
  12381. "balance_amount": {
  12382. "description": "余额",
  12383. "type": "string"
  12384. },
  12385. "balance_times": {
  12386. "description": "剩余执行次数",
  12387. "type": "integer"
  12388. },
  12389. "before_planet_total_value": {
  12390. "description": "执行前-星球价值",
  12391. "type": "string"
  12392. },
  12393. "before_price": {
  12394. "description": "执行前-价格",
  12395. "type": "string"
  12396. },
  12397. "create_at": {
  12398. "type": "string"
  12399. },
  12400. "total_amount": {
  12401. "description": "金额",
  12402. "type": "string"
  12403. }
  12404. }
  12405. },
  12406. "md.GetActivePointsUserCoinFlowListReq": {
  12407. "type": "object",
  12408. "properties": {
  12409. "coin_id": {
  12410. "description": "货币类型 ID",
  12411. "type": "integer"
  12412. },
  12413. "direction": {
  12414. "description": "流水方向:1收入 2支出",
  12415. "type": "integer"
  12416. },
  12417. "end_at": {
  12418. "description": "结束时间",
  12419. "type": "string"
  12420. },
  12421. "page": {
  12422. "description": "页数",
  12423. "type": "integer"
  12424. },
  12425. "page_size": {
  12426. "description": "每页大小",
  12427. "type": "integer"
  12428. },
  12429. "start_at": {
  12430. "description": "开始时间",
  12431. "type": "string"
  12432. },
  12433. "uid": {
  12434. "description": "用户 ID",
  12435. "type": "integer"
  12436. }
  12437. }
  12438. },
  12439. "md.GetActivePointsUserCoinFlowListResp": {
  12440. "type": "object",
  12441. "properties": {
  12442. "list": {
  12443. "description": "流水信息",
  12444. "type": "array",
  12445. "items": {
  12446. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12447. }
  12448. },
  12449. "paginate": {
  12450. "description": "分页信息",
  12451. "allOf": [
  12452. {
  12453. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12454. }
  12455. ]
  12456. },
  12457. "select_data": {
  12458. "description": "流水类型",
  12459. "allOf": [
  12460. {
  12461. "$ref": "#/definitions/md.SelectData"
  12462. }
  12463. ]
  12464. }
  12465. }
  12466. },
  12467. "md.GetActivePointsUserCoinListReq": {
  12468. "type": "object",
  12469. "properties": {
  12470. "end_coin": {
  12471. "type": "string",
  12472. "example": "最大金额"
  12473. },
  12474. "kind": {
  12475. "description": "虚拟币种类编号",
  12476. "type": "integer"
  12477. },
  12478. "page": {
  12479. "description": "页数",
  12480. "type": "integer"
  12481. },
  12482. "page_size": {
  12483. "description": "单页大小",
  12484. "type": "integer"
  12485. },
  12486. "start_coin": {
  12487. "type": "string",
  12488. "example": "最小金额"
  12489. },
  12490. "uid": {
  12491. "description": "指定查询用户 ID",
  12492. "type": "integer"
  12493. },
  12494. "user_name": {
  12495. "type": "string",
  12496. "example": "用户名称"
  12497. },
  12498. "user_phone": {
  12499. "type": "string",
  12500. "example": "手机号"
  12501. }
  12502. }
  12503. },
  12504. "md.GetActivePointsUserCoinListResp": {
  12505. "type": "object",
  12506. "properties": {
  12507. "kind_list": {
  12508. "description": "货币类型集合",
  12509. "type": "array",
  12510. "items": {
  12511. "$ref": "#/definitions/md.VirtualCoinListNode"
  12512. }
  12513. },
  12514. "list": {
  12515. "description": "余额集合",
  12516. "type": "array",
  12517. "items": {
  12518. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12519. }
  12520. },
  12521. "sum_user_amount": {
  12522. "description": "用户持有总数",
  12523. "type": "number"
  12524. },
  12525. "total": {
  12526. "description": "持有该类型用户数",
  12527. "type": "integer"
  12528. }
  12529. }
  12530. },
  12531. "md.GetBlackListNode": {
  12532. "type": "object",
  12533. "properties": {
  12534. "admin_id": {
  12535. "description": "管理员 id",
  12536. "type": "integer"
  12537. },
  12538. "admin_nickname": {
  12539. "description": "管理员名称",
  12540. "type": "string"
  12541. },
  12542. "black_list_id": {
  12543. "description": "黑名单 id",
  12544. "type": "integer"
  12545. },
  12546. "created_at": {
  12547. "description": "添加时间",
  12548. "type": "string"
  12549. },
  12550. "memo": {
  12551. "description": "备注",
  12552. "type": "string"
  12553. },
  12554. "uid": {
  12555. "description": "用户 id",
  12556. "type": "integer"
  12557. },
  12558. "user_nickname": {
  12559. "description": "用户名称",
  12560. "type": "string"
  12561. }
  12562. }
  12563. },
  12564. "md.GetBlackListResp": {
  12565. "type": "object",
  12566. "properties": {
  12567. "list": {
  12568. "description": "具体信息",
  12569. "type": "array",
  12570. "items": {
  12571. "$ref": "#/definitions/md.GetBlackListNode"
  12572. }
  12573. },
  12574. "paginate": {
  12575. "description": "分页信息",
  12576. "allOf": [
  12577. {
  12578. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12579. }
  12580. ]
  12581. }
  12582. }
  12583. },
  12584. "md.GetContributionValueBasicSettingResp": {
  12585. "type": "object",
  12586. "properties": {
  12587. "hand_out_red_package": {
  12588. "description": "发红包获得x点",
  12589. "type": "integer"
  12590. },
  12591. "id": {
  12592. "type": "integer"
  12593. },
  12594. "posting_comment_liked": {
  12595. "description": "发布评论被官方点赞获得x点",
  12596. "type": "integer"
  12597. },
  12598. "posting_dynamic_liked": {
  12599. "description": "发布动态被官方点赞获得x点",
  12600. "type": "integer"
  12601. },
  12602. "publish_creation": {
  12603. "description": "发布创作获得x点",
  12604. "type": "integer"
  12605. }
  12606. }
  12607. },
  12608. "md.GetDynamicReq": {
  12609. "type": "object",
  12610. "properties": {
  12611. "begin_at": {
  12612. "description": "开始时间",
  12613. "type": "string"
  12614. },
  12615. "end_at": {
  12616. "description": "结束时间",
  12617. "type": "string"
  12618. },
  12619. "limit": {
  12620. "description": "页面大小",
  12621. "type": "integer"
  12622. },
  12623. "nickname": {
  12624. "description": "创建人名称",
  12625. "type": "string"
  12626. },
  12627. "page": {
  12628. "description": "页数",
  12629. "type": "integer"
  12630. },
  12631. "uid": {
  12632. "description": "创建人id",
  12633. "type": "string"
  12634. }
  12635. }
  12636. },
  12637. "md.GetDynamicResp": {
  12638. "type": "object",
  12639. "properties": {
  12640. "list": {
  12641. "type": "array",
  12642. "items": {
  12643. "$ref": "#/definitions/md.DynamicRespNode"
  12644. }
  12645. },
  12646. "paginate": {
  12647. "description": "分页信息",
  12648. "allOf": [
  12649. {
  12650. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12651. }
  12652. ]
  12653. }
  12654. }
  12655. },
  12656. "md.GetEggCoreDataListResp": {
  12657. "type": "object",
  12658. "properties": {
  12659. "now_energy_total_nums": {
  12660. "description": "现行总量",
  12661. "type": "string",
  12662. "example": "现行总量"
  12663. },
  12664. "now_price": {
  12665. "description": "当前价格",
  12666. "type": "string",
  12667. "example": "当前价格"
  12668. },
  12669. "planet_total_value": {
  12670. "description": "星球价值",
  12671. "type": "string",
  12672. "example": "星球价值"
  12673. },
  12674. "user_hold_total_nums": {
  12675. "description": "用户持有总量",
  12676. "type": "string"
  12677. }
  12678. }
  12679. },
  12680. "md.GetEggEnergyBasicResp": {
  12681. "type": "object",
  12682. "properties": {
  12683. "basic_setting": {
  12684. "description": "基础设置",
  12685. "allOf": [
  12686. {
  12687. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12688. }
  12689. ]
  12690. },
  12691. "data_setting": {
  12692. "description": "数据设置",
  12693. "allOf": [
  12694. {
  12695. "$ref": "#/definitions/md.DataSetting"
  12696. }
  12697. ]
  12698. },
  12699. "destruction_setting": {
  12700. "description": "销毁设置",
  12701. "allOf": [
  12702. {
  12703. "$ref": "#/definitions/md.DestructionSettingStruct"
  12704. }
  12705. ]
  12706. },
  12707. "exchange_rules": {
  12708. "description": "兑换规则",
  12709. "allOf": [
  12710. {
  12711. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12712. }
  12713. ]
  12714. },
  12715. "new_user_incentive_rules": {
  12716. "description": "新用户奖励规则",
  12717. "allOf": [
  12718. {
  12719. "$ref": "#/definitions/md.NewUserRewardRules"
  12720. }
  12721. ]
  12722. },
  12723. "price_setting": {
  12724. "description": "价格设置",
  12725. "allOf": [
  12726. {
  12727. "$ref": "#/definitions/md.PriceSettingStruct"
  12728. }
  12729. ]
  12730. },
  12731. "reward_system": {
  12732. "description": "圈层奖励",
  12733. "type": "array",
  12734. "items": {
  12735. "$ref": "#/definitions/md.RewardSystemStruct"
  12736. }
  12737. },
  12738. "settlement_quantity": {
  12739. "description": "结算数量(百分比)",
  12740. "type": "integer"
  12741. },
  12742. "system_id": {
  12743. "description": "该设置系统 ID",
  12744. "type": "integer"
  12745. },
  12746. "video_reward_setting": {
  12747. "description": "视频奖励",
  12748. "allOf": [
  12749. {
  12750. "$ref": "#/definitions/md.VideoRewardSetting"
  12751. }
  12752. ]
  12753. }
  12754. }
  12755. },
  12756. "md.GetEggEnergyCoreDataResp": {
  12757. "type": "object",
  12758. "properties": {
  12759. "community_dividends": {
  12760. "description": "社区分红",
  12761. "type": "string"
  12762. },
  12763. "destruction_quantity_nums": {
  12764. "description": "销毁数量",
  12765. "type": "string"
  12766. },
  12767. "development_committee": {
  12768. "description": "发展委员会",
  12769. "type": "string"
  12770. },
  12771. "id": {
  12772. "type": "integer"
  12773. },
  12774. "marketplace_merchant_funds": {
  12775. "description": "市商资金",
  12776. "type": "string"
  12777. },
  12778. "marketplace_merchant_nums": {
  12779. "description": "市商数量",
  12780. "type": "string"
  12781. },
  12782. "now_energy_total_nums": {
  12783. "description": "现行总量",
  12784. "type": "string"
  12785. },
  12786. "now_price": {
  12787. "description": "当前价格",
  12788. "type": "string"
  12789. },
  12790. "planet_total_value": {
  12791. "description": "星球总价值",
  12792. "type": "string"
  12793. },
  12794. "public_welfare_and_charity": {
  12795. "description": "公益慈善",
  12796. "type": "string"
  12797. },
  12798. "star_level_dividends": {
  12799. "description": "星级分红",
  12800. "type": "string"
  12801. }
  12802. }
  12803. },
  12804. "md.GetEggEnergyVipSettingResp": {
  12805. "type": "object",
  12806. "properties": {
  12807. "level_list": {
  12808. "description": "会员等级列表",
  12809. "type": "array",
  12810. "items": {
  12811. "type": "object",
  12812. "additionalProperties": true
  12813. }
  12814. },
  12815. "list": {
  12816. "description": "会员权益设置",
  12817. "type": "array",
  12818. "items": {
  12819. "$ref": "#/definitions/md.VipEquitySettingNode"
  12820. }
  12821. }
  12822. }
  12823. },
  12824. "md.GetFreePublishUserReq": {
  12825. "type": "object",
  12826. "properties": {
  12827. "limit": {
  12828. "description": "每页大小",
  12829. "type": "integer"
  12830. },
  12831. "page": {
  12832. "description": "当前页数",
  12833. "type": "integer"
  12834. },
  12835. "uid": {
  12836. "description": "筛选的用户 ID",
  12837. "type": "integer"
  12838. }
  12839. }
  12840. },
  12841. "md.GetFreePublishUserResp": {
  12842. "type": "object",
  12843. "properties": {
  12844. "list": {
  12845. "description": "免罚用户列表",
  12846. "type": "array",
  12847. "items": {
  12848. "$ref": "#/definitions/md.FreePublishUserNode"
  12849. }
  12850. },
  12851. "paginate": {
  12852. "description": "分页信息",
  12853. "allOf": [
  12854. {
  12855. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12856. }
  12857. ]
  12858. }
  12859. }
  12860. },
  12861. "md.GetFriendCircleBasicSettingsResp": {
  12862. "type": "object",
  12863. "properties": {
  12864. "comment_is_real_name": {
  12865. "description": "评论是否需要实名认证(1:是 2:否)",
  12866. "type": "integer"
  12867. },
  12868. "comment_nums_every_day": {
  12869. "description": "评论每天次数",
  12870. "type": "integer"
  12871. },
  12872. "id": {
  12873. "type": "integer"
  12874. },
  12875. "publish_is_real_name": {
  12876. "description": "发布是否需要实名认证(1:是 2:否)",
  12877. "type": "integer"
  12878. },
  12879. "publish_nums_every_day": {
  12880. "description": "发布每天次数",
  12881. "type": "integer"
  12882. }
  12883. }
  12884. },
  12885. "md.GetFundDataListReq": {
  12886. "type": "object",
  12887. "properties": {
  12888. "end_at": {
  12889. "type": "string",
  12890. "example": "结束时间"
  12891. },
  12892. "kind": {
  12893. "description": "数据类型",
  12894. "type": "integer"
  12895. },
  12896. "limit": {
  12897. "description": "每页大小",
  12898. "type": "integer"
  12899. },
  12900. "page": {
  12901. "description": "页数",
  12902. "type": "integer"
  12903. },
  12904. "start_at": {
  12905. "type": "string",
  12906. "example": "开始时间"
  12907. }
  12908. }
  12909. },
  12910. "md.GetFundDataListResp": {
  12911. "type": "object",
  12912. "properties": {
  12913. "kind_list": {
  12914. "description": "类型列表",
  12915. "type": "array",
  12916. "items": {
  12917. "type": "object",
  12918. "additionalProperties": true
  12919. }
  12920. },
  12921. "list": {
  12922. "description": "数据列表",
  12923. "type": "array",
  12924. "items": {
  12925. "$ref": "#/definitions/md.FundDataNode"
  12926. }
  12927. },
  12928. "paginate": {
  12929. "description": "分页数据",
  12930. "allOf": [
  12931. {
  12932. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12933. }
  12934. ]
  12935. }
  12936. }
  12937. },
  12938. "md.GetFundDataRecordListReq": {
  12939. "type": "object",
  12940. "properties": {
  12941. "limit": {
  12942. "description": "页面大小",
  12943. "type": "integer"
  12944. },
  12945. "page": {
  12946. "description": "页数",
  12947. "type": "integer"
  12948. },
  12949. "system_id": {
  12950. "description": "数据在系统中的 ID",
  12951. "type": "integer"
  12952. }
  12953. }
  12954. },
  12955. "md.GetFundDataRecordListResp": {
  12956. "type": "object",
  12957. "properties": {
  12958. "list": {
  12959. "type": "array",
  12960. "items": {
  12961. "$ref": "#/definitions/md.FundDataRecordNode"
  12962. }
  12963. },
  12964. "paginate": {
  12965. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12966. }
  12967. }
  12968. },
  12969. "md.GetGreenEnergyUserCoinFlowListReq": {
  12970. "type": "object",
  12971. "properties": {
  12972. "coin_id": {
  12973. "description": "货币类型 ID",
  12974. "type": "integer"
  12975. },
  12976. "direction": {
  12977. "description": "流水方向:1收入 2支出",
  12978. "type": "integer"
  12979. },
  12980. "end_at": {
  12981. "description": "结束时间",
  12982. "type": "string"
  12983. },
  12984. "page": {
  12985. "description": "页数",
  12986. "type": "integer"
  12987. },
  12988. "page_size": {
  12989. "description": "每页大小",
  12990. "type": "integer"
  12991. },
  12992. "start_at": {
  12993. "description": "开始时间",
  12994. "type": "string"
  12995. },
  12996. "uid": {
  12997. "description": "用户 ID",
  12998. "type": "integer"
  12999. }
  13000. }
  13001. },
  13002. "md.GetGreenEnergyUserCoinFlowListResp": {
  13003. "type": "object",
  13004. "properties": {
  13005. "list": {
  13006. "description": "流水信息",
  13007. "type": "array",
  13008. "items": {
  13009. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  13010. }
  13011. },
  13012. "paginate": {
  13013. "description": "分页信息",
  13014. "allOf": [
  13015. {
  13016. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13017. }
  13018. ]
  13019. },
  13020. "select_data": {
  13021. "description": "流水类型",
  13022. "allOf": [
  13023. {
  13024. "$ref": "#/definitions/md.SelectData"
  13025. }
  13026. ]
  13027. }
  13028. }
  13029. },
  13030. "md.GetGreenEnergyUserCoinListReq": {
  13031. "type": "object",
  13032. "properties": {
  13033. "end_coin": {
  13034. "type": "string",
  13035. "example": "最大金额"
  13036. },
  13037. "kind": {
  13038. "description": "虚拟币种类编号",
  13039. "type": "integer"
  13040. },
  13041. "page": {
  13042. "description": "页数",
  13043. "type": "integer"
  13044. },
  13045. "page_size": {
  13046. "description": "单页大小",
  13047. "type": "integer"
  13048. },
  13049. "start_coin": {
  13050. "type": "string",
  13051. "example": "最小金额"
  13052. },
  13053. "uid": {
  13054. "description": "指定查询用户 ID",
  13055. "type": "integer"
  13056. },
  13057. "user_name": {
  13058. "type": "string",
  13059. "example": "用户名称"
  13060. },
  13061. "user_phone": {
  13062. "type": "string",
  13063. "example": "手机号"
  13064. }
  13065. }
  13066. },
  13067. "md.GetGreenEnergyUserCoinListResp": {
  13068. "type": "object",
  13069. "properties": {
  13070. "kind_list": {
  13071. "description": "货币类型集合",
  13072. "type": "array",
  13073. "items": {
  13074. "$ref": "#/definitions/md.VirtualCoinListNode"
  13075. }
  13076. },
  13077. "list": {
  13078. "description": "余额集合",
  13079. "type": "array",
  13080. "items": {
  13081. "$ref": "#/definitions/md.ActivePointsWalletNode"
  13082. }
  13083. },
  13084. "sum_user_amount": {
  13085. "description": "用户持有总数",
  13086. "type": "number"
  13087. },
  13088. "total": {
  13089. "description": "持有该类型用户数",
  13090. "type": "integer"
  13091. }
  13092. }
  13093. },
  13094. "md.GetLevelListResp": {
  13095. "type": "object",
  13096. "properties": {
  13097. "list": {
  13098. "type": "array",
  13099. "items": {
  13100. "$ref": "#/definitions/md.LevelListNode"
  13101. }
  13102. },
  13103. "paginate": {
  13104. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13105. }
  13106. }
  13107. },
  13108. "md.GetModuleSettingResp": {
  13109. "type": "object",
  13110. "properties": {
  13111. "data": {
  13112. "description": "内容"
  13113. },
  13114. "mod_name": {
  13115. "description": "模块名称",
  13116. "type": "string"
  13117. },
  13118. "position": {
  13119. "description": "位置",
  13120. "type": "string"
  13121. },
  13122. "skip_identifier": {
  13123. "description": "跳转标识",
  13124. "type": "string"
  13125. },
  13126. "subtitle": {
  13127. "description": "副标题",
  13128. "type": "string"
  13129. },
  13130. "title": {
  13131. "description": "标题",
  13132. "type": "string"
  13133. }
  13134. }
  13135. },
  13136. "md.GetOneLevelResp": {
  13137. "type": "object",
  13138. "properties": {
  13139. "auto_update": {
  13140. "description": "自动升级 0关闭,1开启",
  13141. "type": "integer"
  13142. },
  13143. "choosable_num": {
  13144. "description": "可选任务数量",
  13145. "type": "integer"
  13146. },
  13147. "is_use": {
  13148. "description": "是否开启(0.否, 1.是)",
  13149. "type": "integer"
  13150. },
  13151. "level_id": {
  13152. "description": "等级 ID",
  13153. "type": "integer"
  13154. },
  13155. "level_name": {
  13156. "description": "等级名称",
  13157. "type": "string"
  13158. },
  13159. "level_weight": {
  13160. "description": "等级权重",
  13161. "type": "integer"
  13162. },
  13163. "memo": {
  13164. "description": "备注",
  13165. "type": "string"
  13166. },
  13167. "task_type": {
  13168. "description": "任务类型关系",
  13169. "type": "array",
  13170. "items": {
  13171. "type": "object",
  13172. "additionalProperties": true
  13173. }
  13174. },
  13175. "user_level_tasks": {
  13176. "type": "array",
  13177. "items": {
  13178. "$ref": "#/definitions/model.UserLevelTask"
  13179. }
  13180. }
  13181. }
  13182. },
  13183. "md.GetPriceCurveResp": {
  13184. "type": "object",
  13185. "properties": {
  13186. "x_data": {
  13187. "type": "array",
  13188. "items": {}
  13189. },
  13190. "y_data": {
  13191. "type": "array",
  13192. "items": {}
  13193. }
  13194. }
  13195. },
  13196. "md.GetPublicPlatoonBasicResp": {
  13197. "type": "object",
  13198. "properties": {
  13199. "is_open": {
  13200. "description": "是否开启(1:开启 0:关闭)",
  13201. "type": "integer"
  13202. },
  13203. "is_self_active_get_team_revenue": {
  13204. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  13205. "type": "integer"
  13206. },
  13207. "originator_name": {
  13208. "description": "创始人名称",
  13209. "type": "string"
  13210. },
  13211. "originator_uid": {
  13212. "description": "创始人uid",
  13213. "type": "integer"
  13214. },
  13215. "several_rows": {
  13216. "description": "几排",
  13217. "type": "integer"
  13218. },
  13219. "several_times": {
  13220. "description": "几乘",
  13221. "type": "integer"
  13222. },
  13223. "system_punish_replace": {
  13224. "description": "是否位置滑落 被新用户替换 0否 1是",
  13225. "type": "integer"
  13226. },
  13227. "system_punish_replace_value": {
  13228. "description": "xx天未活跃,处罚滑落",
  13229. "type": "integer"
  13230. }
  13231. }
  13232. },
  13233. "md.GetTagListResp": {
  13234. "type": "object",
  13235. "properties": {
  13236. "list": {
  13237. "type": "array",
  13238. "items": {
  13239. "$ref": "#/definitions/md.TagListNode"
  13240. }
  13241. },
  13242. "paginate": {
  13243. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13244. }
  13245. }
  13246. },
  13247. "md.GetVideoRewardResp": {
  13248. "type": "object",
  13249. "properties": {
  13250. "ecpm": {
  13251. "description": "当前 Ecpm 值",
  13252. "type": "string"
  13253. },
  13254. "unit_price": {
  13255. "description": "单价",
  13256. "type": "string"
  13257. }
  13258. }
  13259. },
  13260. "md.GetWithdrawApplyListNode": {
  13261. "type": "object",
  13262. "properties": {
  13263. "actual_receipt": {
  13264. "description": "实际到账",
  13265. "type": "string"
  13266. },
  13267. "ali_pay_account": {
  13268. "description": "支付宝账号",
  13269. "type": "string"
  13270. },
  13271. "ali_pay_name": {
  13272. "description": "支付宝昵称",
  13273. "type": "string"
  13274. },
  13275. "amount": {
  13276. "description": "提现金额",
  13277. "type": "string"
  13278. },
  13279. "apply_at": {
  13280. "description": "申请时间",
  13281. "type": "string"
  13282. },
  13283. "invite_code": {
  13284. "description": "邀请码",
  13285. "type": "string"
  13286. },
  13287. "memo": {
  13288. "description": "备注",
  13289. "type": "string"
  13290. },
  13291. "nickname": {
  13292. "description": "用户名称",
  13293. "type": "string"
  13294. },
  13295. "parentID": {
  13296. "description": "推荐人ID",
  13297. "type": "integer"
  13298. },
  13299. "parentPhone": {
  13300. "description": "推荐人手机号",
  13301. "type": "string"
  13302. },
  13303. "pay_at": {
  13304. "description": "到账时间",
  13305. "type": "string"
  13306. },
  13307. "state": {
  13308. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13309. "type": "integer"
  13310. },
  13311. "sys_fee": {
  13312. "description": "手续费",
  13313. "type": "string"
  13314. },
  13315. "tag": {
  13316. "description": "标签",
  13317. "type": "array",
  13318. "items": {
  13319. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  13320. }
  13321. },
  13322. "user_id": {
  13323. "description": "会员 ID",
  13324. "type": "integer"
  13325. },
  13326. "wechat_pay_account": {
  13327. "description": "微信账号",
  13328. "type": "string"
  13329. },
  13330. "wechat_pay_name": {
  13331. "description": "微信昵称",
  13332. "type": "string"
  13333. },
  13334. "withdraw_apply_id": {
  13335. "description": "提现申请id",
  13336. "type": "integer"
  13337. },
  13338. "withdraw_type": {
  13339. "description": "转账平台(1:支付宝 2:微信)",
  13340. "type": "integer"
  13341. }
  13342. }
  13343. },
  13344. "md.GetWithdrawApplyListReq": {
  13345. "type": "object",
  13346. "properties": {
  13347. "amount_begin": {
  13348. "description": "最小金额",
  13349. "type": "string"
  13350. },
  13351. "amount_end": {
  13352. "description": "最大金额",
  13353. "type": "string"
  13354. },
  13355. "apply_end_at": {
  13356. "description": "申请结束时间",
  13357. "type": "string"
  13358. },
  13359. "apply_start_at": {
  13360. "description": "申请开始时间",
  13361. "type": "string"
  13362. },
  13363. "examine_end_at": {
  13364. "description": "审核结束时间",
  13365. "type": "string"
  13366. },
  13367. "examine_start_at": {
  13368. "description": "审核开始时间",
  13369. "type": "string"
  13370. },
  13371. "is_first": {
  13372. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  13373. "type": "string"
  13374. },
  13375. "level": {
  13376. "description": "会员等级",
  13377. "type": "string"
  13378. },
  13379. "limit": {
  13380. "description": "页面大小",
  13381. "type": "integer"
  13382. },
  13383. "nickname": {
  13384. "description": "用户昵称",
  13385. "type": "string"
  13386. },
  13387. "page": {
  13388. "description": "页数",
  13389. "type": "integer"
  13390. },
  13391. "parent_id": {
  13392. "description": "推荐人 ID",
  13393. "type": "string"
  13394. },
  13395. "payment_type": {
  13396. "description": "打款类型 1:手动;2:自动",
  13397. "type": "string"
  13398. },
  13399. "phone": {
  13400. "description": "用户手机号",
  13401. "type": "string"
  13402. },
  13403. "state": {
  13404. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13405. "type": "string"
  13406. },
  13407. "uid": {
  13408. "description": "用户 ID",
  13409. "type": "string"
  13410. },
  13411. "withdraw_account": {
  13412. "description": "支付宝/微信昵称",
  13413. "type": "string"
  13414. },
  13415. "withdraw_name": {
  13416. "description": "支付宝姓名",
  13417. "type": "string"
  13418. },
  13419. "withdraw_type": {
  13420. "description": "提现方式(1:支付宝 2:微信)",
  13421. "type": "string"
  13422. }
  13423. }
  13424. },
  13425. "md.GetWithdrawApplyListResp": {
  13426. "type": "object",
  13427. "properties": {
  13428. "levels_list": {
  13429. "description": "等级列表",
  13430. "type": "array",
  13431. "items": {
  13432. "type": "object",
  13433. "additionalProperties": true
  13434. }
  13435. },
  13436. "list": {
  13437. "type": "array",
  13438. "items": {
  13439. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  13440. }
  13441. },
  13442. "paginate": {
  13443. "description": "分页信息",
  13444. "allOf": [
  13445. {
  13446. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  13447. }
  13448. ]
  13449. },
  13450. "pay_failed_amount": {
  13451. "description": "打款失败金额",
  13452. "type": "string"
  13453. },
  13454. "pay_succeed_amount": {
  13455. "description": "打款成功金额",
  13456. "type": "string"
  13457. },
  13458. "pending_amount": {
  13459. "description": "处理中金额",
  13460. "type": "string"
  13461. },
  13462. "reason_list": {
  13463. "description": "审核失败(驳回理由)",
  13464. "type": "array",
  13465. "items": {
  13466. "type": "object",
  13467. "additionalProperties": true
  13468. }
  13469. },
  13470. "tags_list": {
  13471. "description": "标签列表",
  13472. "type": "array",
  13473. "items": {
  13474. "type": "object",
  13475. "additionalProperties": true
  13476. }
  13477. },
  13478. "under_review": {
  13479. "description": "审核中金额",
  13480. "type": "string"
  13481. }
  13482. }
  13483. },
  13484. "md.GetWithdrawSettingResp": {
  13485. "type": "object",
  13486. "properties": {
  13487. "condition_is_open": {
  13488. "description": "提现条件是否开启(0:关闭, 1:开启)",
  13489. "type": "integer"
  13490. },
  13491. "first_withdraw_set": {
  13492. "description": "首次提现设置",
  13493. "allOf": [
  13494. {
  13495. "$ref": "#/definitions/md.FirstWithdrawSet"
  13496. }
  13497. ]
  13498. },
  13499. "frequency_set": {
  13500. "description": "频率设置(0:日 1:周 2:月 3:年)",
  13501. "allOf": [
  13502. {
  13503. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13504. }
  13505. ]
  13506. },
  13507. "id": {
  13508. "type": "integer"
  13509. },
  13510. "is_auto": {
  13511. "description": "是否开启自动提现(0:否 1:是)",
  13512. "type": "integer"
  13513. },
  13514. "is_auto_amount_limit": {
  13515. "description": "自动提现金额限制",
  13516. "type": "string"
  13517. },
  13518. "is_real_name": {
  13519. "description": "是否实名(0:否 1:是)",
  13520. "type": "integer"
  13521. },
  13522. "is_support_decimal_point": {
  13523. "description": "是否支持小数点(0:否 1:是)",
  13524. "type": "integer"
  13525. },
  13526. "level_list": {
  13527. "description": "会员等级列表",
  13528. "type": "array",
  13529. "items": {
  13530. "type": "object",
  13531. "additionalProperties": true
  13532. }
  13533. },
  13534. "pending_orders_is_can_apply": {
  13535. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13536. "type": "integer"
  13537. },
  13538. "tips": {
  13539. "description": "提示",
  13540. "type": "string"
  13541. },
  13542. "vip_level_limit": {
  13543. "description": "提现等级限制",
  13544. "type": "integer"
  13545. },
  13546. "withdraw_amount_limit": {
  13547. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13548. "type": "string"
  13549. },
  13550. "withdraw_fee_set": {
  13551. "description": "提现手续费设置",
  13552. "allOf": [
  13553. {
  13554. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13555. }
  13556. ]
  13557. },
  13558. "withdraw_multiple_limit": {
  13559. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13560. "type": "string"
  13561. },
  13562. "withdraw_nums_limit": {
  13563. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13564. "type": "integer"
  13565. },
  13566. "withdraw_time_interval": {
  13567. "description": "提现时段",
  13568. "allOf": [
  13569. {
  13570. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13571. }
  13572. ]
  13573. },
  13574. "withdraw_type": {
  13575. "description": "提现方式(1:支付宝 2:微信)",
  13576. "type": "integer"
  13577. }
  13578. }
  13579. },
  13580. "md.GroupListReq": {
  13581. "type": "object",
  13582. "properties": {
  13583. "group_admin": {
  13584. "description": "群主",
  13585. "type": "string"
  13586. },
  13587. "name": {
  13588. "description": "群名称",
  13589. "type": "string"
  13590. },
  13591. "page": {
  13592. "type": "integer"
  13593. },
  13594. "page_size": {
  13595. "type": "integer"
  13596. },
  13597. "start_time_end": {
  13598. "type": "string",
  13599. "example": "创建时间-截止"
  13600. },
  13601. "start_time_start": {
  13602. "type": "string",
  13603. "example": "创建时间-起始"
  13604. }
  13605. }
  13606. },
  13607. "md.GroupListResp": {
  13608. "type": "object",
  13609. "properties": {
  13610. "list": {
  13611. "type": "array",
  13612. "items": {
  13613. "type": "object",
  13614. "properties": {
  13615. "avatarUrl": {
  13616. "description": "头像",
  13617. "type": "string"
  13618. },
  13619. "createTime": {
  13620. "description": "创建时间",
  13621. "type": "string"
  13622. },
  13623. "extra": {
  13624. "description": "附加字段",
  13625. "type": "string"
  13626. },
  13627. "id": {
  13628. "description": "群组id",
  13629. "type": "integer"
  13630. },
  13631. "introduction": {
  13632. "description": "群简介",
  13633. "type": "string"
  13634. },
  13635. "isAllAddFriend": {
  13636. "description": "是否允许加好友(1:是 2:否)",
  13637. "type": "integer"
  13638. },
  13639. "isAllMemberBanned": {
  13640. "description": "是否全员禁言(1:是 2:否)",
  13641. "type": "integer"
  13642. },
  13643. "name": {
  13644. "description": "组名",
  13645. "type": "string"
  13646. },
  13647. "nickname": {
  13648. "description": "群主昵称",
  13649. "type": "string"
  13650. },
  13651. "phoneNumber": {
  13652. "description": "群主账号",
  13653. "type": "string"
  13654. },
  13655. "updateTime": {
  13656. "description": "更新时间",
  13657. "type": "string"
  13658. },
  13659. "userNum": {
  13660. "description": "群组人数",
  13661. "type": "integer"
  13662. }
  13663. }
  13664. }
  13665. },
  13666. "page": {
  13667. "type": "integer"
  13668. },
  13669. "page_size": {
  13670. "type": "integer"
  13671. },
  13672. "total": {
  13673. "type": "integer"
  13674. }
  13675. }
  13676. },
  13677. "md.Guide": {
  13678. "type": "object",
  13679. "properties": {
  13680. "bg_image": {
  13681. "type": "string"
  13682. },
  13683. "bg_image_url": {
  13684. "type": "string"
  13685. },
  13686. "content_image": {
  13687. "type": "string"
  13688. },
  13689. "content_image_url": {
  13690. "type": "string"
  13691. }
  13692. }
  13693. },
  13694. "md.JPushGetLevelListResp": {
  13695. "type": "object",
  13696. "properties": {
  13697. "list": {
  13698. "type": "array",
  13699. "items": {
  13700. "$ref": "#/definitions/md.LevelListNode"
  13701. }
  13702. },
  13703. "paginate": {
  13704. "$ref": "#/definitions/applet_app_md.Paginate"
  13705. }
  13706. }
  13707. },
  13708. "md.JPushGetTagListResp": {
  13709. "type": "object",
  13710. "properties": {
  13711. "list": {
  13712. "type": "array",
  13713. "items": {
  13714. "$ref": "#/definitions/md.TagListNode"
  13715. }
  13716. },
  13717. "paginate": {
  13718. "$ref": "#/definitions/applet_app_md.Paginate"
  13719. }
  13720. }
  13721. },
  13722. "md.JPushGetUserListReq": {
  13723. "type": "object",
  13724. "properties": {
  13725. "effective": {
  13726. "description": "有效会员",
  13727. "type": "integer"
  13728. },
  13729. "id": {
  13730. "description": "会员 ID",
  13731. "type": "integer"
  13732. },
  13733. "invite_code": {
  13734. "type": "string",
  13735. "example": "会员邀请码"
  13736. },
  13737. "is_real_name": {
  13738. "description": "是否实名 0.未实名,1.已实名",
  13739. "type": "integer"
  13740. },
  13741. "level": {
  13742. "description": "会员等级",
  13743. "type": "integer"
  13744. },
  13745. "limit": {
  13746. "type": "integer"
  13747. },
  13748. "login_after": {
  13749. "description": "最近登录结束时间",
  13750. "type": "string"
  13751. },
  13752. "login_before": {
  13753. "description": "最近登录开始时间",
  13754. "type": "string"
  13755. },
  13756. "memo": {
  13757. "description": "备注",
  13758. "type": "string"
  13759. },
  13760. "nickname": {
  13761. "type": "string",
  13762. "example": "会员昵称"
  13763. },
  13764. "page": {
  13765. "type": "integer"
  13766. },
  13767. "parent_invite_code": {
  13768. "type": "string",
  13769. "example": "上级邀请码"
  13770. },
  13771. "parent_phone": {
  13772. "type": "string",
  13773. "example": "上级手机号"
  13774. },
  13775. "phone": {
  13776. "type": "string",
  13777. "example": "会员手机号"
  13778. },
  13779. "recommend_id": {
  13780. "description": "推荐人 ID",
  13781. "type": "integer"
  13782. },
  13783. "register_after": {
  13784. "description": "注册时间终点",
  13785. "type": "string"
  13786. },
  13787. "register_before": {
  13788. "description": "注册时间起点",
  13789. "type": "string"
  13790. },
  13791. "register_type": {
  13792. "description": "注册类型(1:APP注册、2:H5注册)",
  13793. "type": "integer"
  13794. },
  13795. "sex": {
  13796. "description": "性别(0:未知 1:男 2:女)",
  13797. "type": "integer"
  13798. },
  13799. "state": {
  13800. "description": "状态",
  13801. "type": "integer"
  13802. },
  13803. "tag": {
  13804. "description": "标签 id",
  13805. "type": "integer"
  13806. },
  13807. "union_id": {
  13808. "type": "string",
  13809. "example": "微信号"
  13810. }
  13811. }
  13812. },
  13813. "md.LevelListNode": {
  13814. "type": "object",
  13815. "properties": {
  13816. "count": {
  13817. "description": "等级人数",
  13818. "type": "string"
  13819. },
  13820. "create_at": {
  13821. "description": "创建时间",
  13822. "type": "string"
  13823. },
  13824. "is_use": {
  13825. "description": "是否开启(0.否, 1.是)",
  13826. "type": "integer"
  13827. },
  13828. "level_id": {
  13829. "description": "等级 ID",
  13830. "type": "integer"
  13831. },
  13832. "level_name": {
  13833. "description": "等级名称",
  13834. "type": "string"
  13835. },
  13836. "level_weight": {
  13837. "description": "等级权重",
  13838. "type": "integer"
  13839. },
  13840. "memo": {
  13841. "description": "备注",
  13842. "type": "string"
  13843. }
  13844. }
  13845. },
  13846. "md.LevelTaskNode": {
  13847. "type": "object",
  13848. "properties": {
  13849. "active_days": {
  13850. "description": "活跃多少天",
  13851. "type": "string"
  13852. },
  13853. "finish_count": {
  13854. "description": "多少天内完成的指标",
  13855. "type": "string"
  13856. },
  13857. "is_must_task": {
  13858. "description": "是否必做(0,1)",
  13859. "type": "string"
  13860. },
  13861. "task_type": {
  13862. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  13863. "type": "string"
  13864. },
  13865. "task_type_level_id": {
  13866. "description": "会员等级 ID (task_type=3时生效)",
  13867. "type": "string"
  13868. },
  13869. "within_days": {
  13870. "description": "多少天内完成",
  13871. "type": "string"
  13872. }
  13873. }
  13874. },
  13875. "md.ListCommunityDividendsReq": {
  13876. "type": "object",
  13877. "properties": {
  13878. "end_at": {
  13879. "description": "结束时间",
  13880. "type": "string"
  13881. },
  13882. "end_nums": {
  13883. "description": "分红总量上限",
  13884. "type": "integer"
  13885. },
  13886. "limit": {
  13887. "description": "每页大小",
  13888. "type": "integer"
  13889. },
  13890. "page": {
  13891. "description": "页数",
  13892. "type": "integer"
  13893. },
  13894. "start_at": {
  13895. "description": "开始时间",
  13896. "type": "string"
  13897. },
  13898. "start_nums": {
  13899. "description": "分红总量下限",
  13900. "type": "integer"
  13901. }
  13902. }
  13903. },
  13904. "md.ListCommunityDividendsResp": {
  13905. "type": "object",
  13906. "properties": {
  13907. "list": {
  13908. "type": "array",
  13909. "items": {
  13910. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  13911. }
  13912. },
  13913. "paginate": {
  13914. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13915. }
  13916. }
  13917. },
  13918. "md.ListCommunityDividendsWithUserReq": {
  13919. "type": "object",
  13920. "properties": {
  13921. "limit": {
  13922. "type": "integer"
  13923. },
  13924. "page": {
  13925. "type": "integer"
  13926. },
  13927. "phone": {
  13928. "type": "string"
  13929. },
  13930. "uid": {
  13931. "type": "integer"
  13932. }
  13933. }
  13934. },
  13935. "md.ListCommunityDividendsWithUserResp": {
  13936. "type": "object",
  13937. "properties": {
  13938. "list": {
  13939. "type": "array",
  13940. "items": {
  13941. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  13942. }
  13943. },
  13944. "paginate": {
  13945. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13946. }
  13947. }
  13948. },
  13949. "md.ListPlatformRevenueReq": {
  13950. "type": "object",
  13951. "properties": {
  13952. "end_at": {
  13953. "type": "string",
  13954. "example": "结束时间"
  13955. },
  13956. "kind": {
  13957. "description": "数据类型",
  13958. "type": "integer"
  13959. },
  13960. "limit": {
  13961. "description": "每页大小",
  13962. "type": "integer"
  13963. },
  13964. "page": {
  13965. "description": "页数",
  13966. "type": "integer"
  13967. },
  13968. "start_at": {
  13969. "type": "string",
  13970. "example": "开始时间"
  13971. }
  13972. }
  13973. },
  13974. "md.ListPlatformRevenueResp": {
  13975. "type": "object",
  13976. "properties": {
  13977. "kind_list": {
  13978. "description": "类型列表",
  13979. "type": "array",
  13980. "items": {
  13981. "type": "object",
  13982. "additionalProperties": true
  13983. }
  13984. },
  13985. "list": {
  13986. "description": "数据列表",
  13987. "type": "array",
  13988. "items": {
  13989. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  13990. }
  13991. },
  13992. "paginate": {
  13993. "description": "分页数据",
  13994. "allOf": [
  13995. {
  13996. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13997. }
  13998. ]
  13999. }
  14000. }
  14001. },
  14002. "md.LoginReq": {
  14003. "type": "object",
  14004. "required": [
  14005. "password",
  14006. "username"
  14007. ],
  14008. "properties": {
  14009. "code": {
  14010. "type": "string",
  14011. "example": "验证码"
  14012. },
  14013. "password": {
  14014. "type": "string",
  14015. "example": "登录密码"
  14016. },
  14017. "username": {
  14018. "type": "string",
  14019. "example": "登录账号"
  14020. }
  14021. }
  14022. },
  14023. "md.LoginResponse": {
  14024. "type": "object",
  14025. "properties": {
  14026. "token": {
  14027. "type": "string"
  14028. }
  14029. }
  14030. },
  14031. "md.ManualScoreReq": {
  14032. "type": "object",
  14033. "properties": {
  14034. "index_id": {
  14035. "description": "文档id",
  14036. "type": "string"
  14037. },
  14038. "score": {
  14039. "type": "string",
  14040. "example": "分数"
  14041. }
  14042. }
  14043. },
  14044. "md.ModuleSettingGetResp": {
  14045. "type": "object",
  14046. "properties": {
  14047. "data": {
  14048. "description": "内容"
  14049. },
  14050. "mod_name": {
  14051. "description": "模块名称",
  14052. "type": "string"
  14053. },
  14054. "mod_name_list": {
  14055. "description": "模块名称对照",
  14056. "type": "array",
  14057. "items": {
  14058. "type": "object",
  14059. "additionalProperties": true
  14060. }
  14061. },
  14062. "position": {
  14063. "description": "位置",
  14064. "type": "string"
  14065. },
  14066. "skip_identifier": {
  14067. "description": "跳转标识",
  14068. "type": "string"
  14069. },
  14070. "subtitle": {
  14071. "description": "副标题",
  14072. "type": "string"
  14073. },
  14074. "title": {
  14075. "description": "标题",
  14076. "type": "string"
  14077. }
  14078. }
  14079. },
  14080. "md.ModuleSettingUpdateReq": {
  14081. "type": "object",
  14082. "properties": {
  14083. "data": {
  14084. "description": "内容",
  14085. "type": "object",
  14086. "additionalProperties": true
  14087. },
  14088. "mod_name_value": {
  14089. "description": "模块类型值",
  14090. "type": "string"
  14091. },
  14092. "position": {
  14093. "description": "位置",
  14094. "type": "string"
  14095. },
  14096. "skip_identifier": {
  14097. "description": "跳转标识",
  14098. "type": "string"
  14099. },
  14100. "subtitle": {
  14101. "description": "副标题",
  14102. "type": "string"
  14103. },
  14104. "title": {
  14105. "description": "标题",
  14106. "type": "string"
  14107. }
  14108. }
  14109. },
  14110. "md.NewUserRedPackageGetBasicResp": {
  14111. "type": "object",
  14112. "properties": {
  14113. "create_at": {
  14114. "type": "string"
  14115. },
  14116. "days": {
  14117. "description": "天数",
  14118. "type": "integer"
  14119. },
  14120. "is_double": {
  14121. "description": "是否翻倍",
  14122. "type": "integer"
  14123. },
  14124. "is_open": {
  14125. "description": "是否开启(1:开启 0:关闭)",
  14126. "type": "integer"
  14127. },
  14128. "total_amount": {
  14129. "type": "string",
  14130. "example": "总金额"
  14131. },
  14132. "update_at": {
  14133. "type": "string"
  14134. }
  14135. }
  14136. },
  14137. "md.NewUserRedPackageRecordFlowListReq": {
  14138. "type": "object",
  14139. "properties": {
  14140. "end_at": {
  14141. "description": "结束时间",
  14142. "type": "string"
  14143. },
  14144. "limit": {
  14145. "description": "每页大小",
  14146. "type": "integer"
  14147. },
  14148. "page": {
  14149. "description": "页数",
  14150. "type": "integer"
  14151. },
  14152. "start_at": {
  14153. "description": "开始时间",
  14154. "type": "string"
  14155. },
  14156. "uid": {
  14157. "description": "用户 ID",
  14158. "type": "integer"
  14159. }
  14160. }
  14161. },
  14162. "md.NewUserRedPackageRecordFlowListResp": {
  14163. "type": "object",
  14164. "properties": {
  14165. "list": {
  14166. "type": "array",
  14167. "items": {
  14168. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  14169. }
  14170. },
  14171. "paginate": {
  14172. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14173. }
  14174. }
  14175. },
  14176. "md.NewUserRedPackageRecordFlowNode": {
  14177. "type": "object",
  14178. "properties": {
  14179. "balance_amount": {
  14180. "description": "剩余金额",
  14181. "type": "string"
  14182. },
  14183. "balance_days": {
  14184. "description": "剩余天数",
  14185. "type": "integer"
  14186. },
  14187. "basic_amount": {
  14188. "description": "基础金额",
  14189. "type": "string"
  14190. },
  14191. "create_at": {
  14192. "description": "创建时间",
  14193. "type": "string"
  14194. },
  14195. "day_num": {
  14196. "description": "第x天",
  14197. "type": "integer"
  14198. },
  14199. "double_rate": {
  14200. "description": "倍率",
  14201. "type": "string"
  14202. },
  14203. "id": {
  14204. "description": "流水 ID",
  14205. "type": "integer"
  14206. },
  14207. "is_double": {
  14208. "description": "是否翻倍",
  14209. "type": "integer"
  14210. },
  14211. "receive_days": {
  14212. "description": "领取天数",
  14213. "type": "integer"
  14214. },
  14215. "total_amount": {
  14216. "description": "实际金额",
  14217. "type": "string"
  14218. },
  14219. "uid": {
  14220. "description": "用户 ID",
  14221. "type": "integer"
  14222. }
  14223. }
  14224. },
  14225. "md.NewUserRedPackageRecordListReq": {
  14226. "type": "object",
  14227. "properties": {
  14228. "end_at": {
  14229. "description": "结束时间",
  14230. "type": "string"
  14231. },
  14232. "limit": {
  14233. "description": "每页大小",
  14234. "type": "integer"
  14235. },
  14236. "page": {
  14237. "description": "页数",
  14238. "type": "integer"
  14239. },
  14240. "start_at": {
  14241. "description": "开始时间",
  14242. "type": "string"
  14243. },
  14244. "uid": {
  14245. "description": "用户 ID",
  14246. "type": "integer"
  14247. }
  14248. }
  14249. },
  14250. "md.NewUserRedPackageRecordListResp": {
  14251. "type": "object",
  14252. "properties": {
  14253. "list": {
  14254. "type": "array",
  14255. "items": {
  14256. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  14257. }
  14258. },
  14259. "paginate": {
  14260. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14261. }
  14262. }
  14263. },
  14264. "md.NewUserRedPackageRecordNode": {
  14265. "type": "object",
  14266. "properties": {
  14267. "balance_amount": {
  14268. "description": "剩余金额",
  14269. "type": "string"
  14270. },
  14271. "balance_days": {
  14272. "description": "剩余天数",
  14273. "type": "integer"
  14274. },
  14275. "create_at": {
  14276. "description": "创建时间",
  14277. "type": "string"
  14278. },
  14279. "days": {
  14280. "description": "天数",
  14281. "type": "integer"
  14282. },
  14283. "receive_days": {
  14284. "description": "领取天数",
  14285. "type": "integer"
  14286. },
  14287. "state": {
  14288. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  14289. "type": "integer"
  14290. },
  14291. "system_id": {
  14292. "description": "系统中记录的 ID",
  14293. "type": "integer"
  14294. },
  14295. "total_amount": {
  14296. "description": "金额",
  14297. "type": "string"
  14298. },
  14299. "uid": {
  14300. "description": "用户 ID",
  14301. "type": "integer"
  14302. },
  14303. "update_at": {
  14304. "description": "修改时间",
  14305. "type": "string"
  14306. }
  14307. }
  14308. },
  14309. "md.NewUserRedPackageUpdateBasicReq": {
  14310. "type": "object",
  14311. "properties": {
  14312. "days": {
  14313. "description": "天数",
  14314. "type": "integer"
  14315. },
  14316. "is_double": {
  14317. "description": "是否翻倍",
  14318. "type": "integer"
  14319. },
  14320. "is_open": {
  14321. "description": "是否开启(1:开启 0:关闭)",
  14322. "type": "integer"
  14323. },
  14324. "total_amount": {
  14325. "type": "string",
  14326. "example": "总金额"
  14327. }
  14328. }
  14329. },
  14330. "md.NewUserRewardRules": {
  14331. "type": "object",
  14332. "properties": {
  14333. "continue_days": {
  14334. "description": "连续x天",
  14335. "type": "integer"
  14336. },
  14337. "invite_user_reward_value": {
  14338. "description": "拉新用户奖励x个活跃积分",
  14339. "type": "integer"
  14340. },
  14341. "reward_coefficient": {
  14342. "description": "奖励系数",
  14343. "type": "number"
  14344. }
  14345. }
  14346. },
  14347. "md.NoticeAliyunSmsList": {
  14348. "type": "object",
  14349. "properties": {
  14350. "content": {
  14351. "type": "string",
  14352. "example": "这是 填短信模板id"
  14353. },
  14354. "day": {
  14355. "type": "string",
  14356. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14357. },
  14358. "id": {
  14359. "type": "string"
  14360. },
  14361. "is_show": {
  14362. "type": "string"
  14363. },
  14364. "notice_day": {
  14365. "type": "string",
  14366. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14367. },
  14368. "title": {
  14369. "type": "string"
  14370. },
  14371. "type": {
  14372. "type": "string"
  14373. }
  14374. }
  14375. },
  14376. "md.NoticeAliyunSmsListReq": {
  14377. "type": "object",
  14378. "properties": {
  14379. "limit": {
  14380. "description": "每页大小",
  14381. "type": "string"
  14382. },
  14383. "page": {
  14384. "description": "页数",
  14385. "type": "string"
  14386. }
  14387. }
  14388. },
  14389. "md.NoticeAliyunSmsListResp": {
  14390. "type": "object",
  14391. "properties": {
  14392. "list": {
  14393. "type": "array",
  14394. "items": {
  14395. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  14396. }
  14397. },
  14398. "select_data": {
  14399. "type": "array",
  14400. "items": {
  14401. "type": "object",
  14402. "additionalProperties": {
  14403. "type": "string"
  14404. }
  14405. }
  14406. },
  14407. "total": {
  14408. "type": "integer"
  14409. }
  14410. }
  14411. },
  14412. "md.NoticeAliyunSmsSaveReq": {
  14413. "type": "object",
  14414. "properties": {
  14415. "content": {
  14416. "type": "string"
  14417. },
  14418. "day": {
  14419. "type": "string",
  14420. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14421. },
  14422. "id": {
  14423. "type": "string"
  14424. },
  14425. "is_show": {
  14426. "type": "string"
  14427. },
  14428. "notice_day": {
  14429. "type": "string",
  14430. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14431. },
  14432. "title": {
  14433. "type": "string"
  14434. },
  14435. "type": {
  14436. "type": "string"
  14437. }
  14438. }
  14439. },
  14440. "md.NoticeDelReq": {
  14441. "type": "object",
  14442. "properties": {
  14443. "id": {
  14444. "type": "array",
  14445. "items": {
  14446. "type": "string"
  14447. }
  14448. }
  14449. }
  14450. },
  14451. "md.NoticeList": {
  14452. "type": "object",
  14453. "properties": {
  14454. "content": {
  14455. "type": "string"
  14456. },
  14457. "day": {
  14458. "type": "string",
  14459. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14460. },
  14461. "id": {
  14462. "type": "string"
  14463. },
  14464. "jpush_open": {
  14465. "type": "string",
  14466. "example": "app推送开启 0关 1开"
  14467. },
  14468. "notice_day": {
  14469. "type": "string",
  14470. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14471. },
  14472. "sms_code": {
  14473. "type": "string",
  14474. "example": "短信模板id"
  14475. },
  14476. "sms_open": {
  14477. "type": "string",
  14478. "example": "短信推送开启 0关 1开"
  14479. },
  14480. "title": {
  14481. "type": "string"
  14482. },
  14483. "type": {
  14484. "type": "string"
  14485. }
  14486. }
  14487. },
  14488. "md.NoticeListReq": {
  14489. "type": "object",
  14490. "properties": {
  14491. "limit": {
  14492. "description": "每页大小",
  14493. "type": "string"
  14494. },
  14495. "page": {
  14496. "description": "页数",
  14497. "type": "string"
  14498. }
  14499. }
  14500. },
  14501. "md.NoticeListResp": {
  14502. "type": "object",
  14503. "properties": {
  14504. "change_data": {
  14505. "type": "array",
  14506. "items": {
  14507. "type": "object",
  14508. "additionalProperties": {
  14509. "type": "string"
  14510. }
  14511. }
  14512. },
  14513. "list": {
  14514. "type": "array",
  14515. "items": {
  14516. "$ref": "#/definitions/md.NoticeList"
  14517. }
  14518. },
  14519. "select_data": {
  14520. "type": "array",
  14521. "items": {
  14522. "type": "object",
  14523. "additionalProperties": {
  14524. "type": "string"
  14525. }
  14526. }
  14527. },
  14528. "total": {
  14529. "type": "integer"
  14530. }
  14531. }
  14532. },
  14533. "md.NoticePushList": {
  14534. "type": "object",
  14535. "properties": {
  14536. "content": {
  14537. "type": "string"
  14538. },
  14539. "id": {
  14540. "type": "string"
  14541. },
  14542. "platform": {
  14543. "type": "string"
  14544. },
  14545. "send_end_time": {
  14546. "type": "string",
  14547. "example": "如 2024-11-25 11:56:00"
  14548. },
  14549. "send_start_time": {
  14550. "type": "string",
  14551. "example": "如 2024-11-25 11:56:00"
  14552. },
  14553. "send_type": {
  14554. "type": "string",
  14555. "example": "0立即推送 1定时推送"
  14556. },
  14557. "state": {
  14558. "type": "string",
  14559. "example": "0待发送 1发送成功"
  14560. },
  14561. "target": {
  14562. "type": "string"
  14563. },
  14564. "title": {
  14565. "type": "string"
  14566. }
  14567. }
  14568. },
  14569. "md.NoticePushListResp": {
  14570. "type": "object",
  14571. "properties": {
  14572. "list": {
  14573. "type": "array",
  14574. "items": {
  14575. "$ref": "#/definitions/md.NoticePushList"
  14576. }
  14577. },
  14578. "platform_data": {
  14579. "type": "array",
  14580. "items": {
  14581. "type": "object",
  14582. "additionalProperties": {
  14583. "type": "string"
  14584. }
  14585. }
  14586. },
  14587. "target_data": {
  14588. "type": "array",
  14589. "items": {
  14590. "type": "object",
  14591. "additionalProperties": {
  14592. "type": "string"
  14593. }
  14594. }
  14595. },
  14596. "total": {
  14597. "type": "integer"
  14598. }
  14599. }
  14600. },
  14601. "md.NoticePushSaveReq": {
  14602. "type": "object",
  14603. "properties": {
  14604. "content": {
  14605. "type": "string"
  14606. },
  14607. "id": {
  14608. "type": "string"
  14609. },
  14610. "level": {
  14611. "type": "array",
  14612. "items": {
  14613. "type": "string"
  14614. }
  14615. },
  14616. "platform": {
  14617. "type": "string"
  14618. },
  14619. "send_end_time": {
  14620. "type": "string"
  14621. },
  14622. "send_start_time": {
  14623. "type": "string"
  14624. },
  14625. "send_type": {
  14626. "type": "string"
  14627. },
  14628. "tag_list": {
  14629. "type": "array",
  14630. "items": {
  14631. "type": "string"
  14632. }
  14633. },
  14634. "target": {
  14635. "type": "string"
  14636. },
  14637. "title": {
  14638. "type": "string"
  14639. },
  14640. "user_list": {
  14641. "type": "array",
  14642. "items": {
  14643. "type": "string"
  14644. }
  14645. }
  14646. }
  14647. },
  14648. "md.NoticeSaveReq": {
  14649. "type": "object",
  14650. "properties": {
  14651. "content": {
  14652. "type": "string"
  14653. },
  14654. "day": {
  14655. "type": "string",
  14656. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14657. },
  14658. "id": {
  14659. "type": "string"
  14660. },
  14661. "jpush_open": {
  14662. "type": "string",
  14663. "example": "app推送开启 0关 1开"
  14664. },
  14665. "notice_day": {
  14666. "type": "string",
  14667. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14668. },
  14669. "sms_code": {
  14670. "type": "string",
  14671. "example": "短信模板id"
  14672. },
  14673. "sms_open": {
  14674. "type": "string",
  14675. "example": "短信推送开启 0关 1开"
  14676. },
  14677. "title": {
  14678. "type": "string"
  14679. },
  14680. "type": {
  14681. "type": "string"
  14682. }
  14683. }
  14684. },
  14685. "md.OtherNode": {
  14686. "type": "object",
  14687. "properties": {
  14688. "create_at": {
  14689. "description": "注册时间",
  14690. "type": "string"
  14691. },
  14692. "last_login_at": {
  14693. "description": "最近登录时间",
  14694. "type": "string"
  14695. },
  14696. "last_login_ip": {
  14697. "description": "最后登录 IP",
  14698. "type": "string"
  14699. }
  14700. }
  14701. },
  14702. "md.PageCustomerServiceReq": {
  14703. "type": "object",
  14704. "properties": {
  14705. "memo": {
  14706. "type": "string",
  14707. "example": "备注"
  14708. },
  14709. "page": {
  14710. "type": "integer"
  14711. },
  14712. "page_size": {
  14713. "type": "integer"
  14714. },
  14715. "phone": {
  14716. "description": "手机号",
  14717. "type": "string"
  14718. },
  14719. "state": {
  14720. "description": "状态",
  14721. "type": "integer"
  14722. }
  14723. }
  14724. },
  14725. "md.PageEmoticonReq": {
  14726. "type": "object",
  14727. "properties": {
  14728. "memo": {
  14729. "type": "string",
  14730. "example": "备注"
  14731. },
  14732. "name": {
  14733. "description": "表情名称",
  14734. "type": "string"
  14735. },
  14736. "page": {
  14737. "type": "integer"
  14738. },
  14739. "page_size": {
  14740. "type": "integer"
  14741. },
  14742. "state": {
  14743. "description": "状态",
  14744. "type": "integer"
  14745. }
  14746. }
  14747. },
  14748. "md.PageSendRedPackageOrdReq": {
  14749. "type": "object",
  14750. "properties": {
  14751. "invite_code": {
  14752. "description": "邀请码",
  14753. "type": "string",
  14754. "example": "邀请码"
  14755. },
  14756. "nickname": {
  14757. "description": "昵称",
  14758. "type": "string",
  14759. "example": "昵称"
  14760. },
  14761. "ord_no": {
  14762. "description": "订单号",
  14763. "type": "string",
  14764. "example": "订单号"
  14765. },
  14766. "page": {
  14767. "type": "integer"
  14768. },
  14769. "page_size": {
  14770. "type": "integer"
  14771. },
  14772. "phone": {
  14773. "description": "手机号",
  14774. "type": "string",
  14775. "example": "手机号"
  14776. },
  14777. "red_packet_type": {
  14778. "description": "红包类型",
  14779. "type": "integer"
  14780. },
  14781. "start_time_end": {
  14782. "type": "string",
  14783. "example": "发送时间-截止"
  14784. },
  14785. "start_time_start": {
  14786. "type": "string",
  14787. "example": "发送时间-起始"
  14788. },
  14789. "state": {
  14790. "description": "状态",
  14791. "type": "integer"
  14792. },
  14793. "uid": {
  14794. "type": "integer"
  14795. }
  14796. }
  14797. },
  14798. "md.PlatformRevenueDataNode": {
  14799. "type": "object",
  14800. "properties": {
  14801. "balance_amount": {
  14802. "description": "余额",
  14803. "type": "string"
  14804. },
  14805. "balance_times": {
  14806. "description": "剩余执行次数",
  14807. "type": "integer"
  14808. },
  14809. "create_at": {
  14810. "description": "创建时间",
  14811. "type": "string"
  14812. },
  14813. "hours": {
  14814. "description": "时长",
  14815. "type": "integer"
  14816. },
  14817. "kind": {
  14818. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  14819. "type": "integer"
  14820. },
  14821. "memo": {
  14822. "description": "备注",
  14823. "type": "string"
  14824. },
  14825. "system_id": {
  14826. "type": "integer"
  14827. },
  14828. "total_amount": {
  14829. "description": "金额",
  14830. "type": "string"
  14831. }
  14832. }
  14833. },
  14834. "md.PlayletBaseData": {
  14835. "type": "object",
  14836. "properties": {
  14837. "day_one_count": {
  14838. "type": "string",
  14839. "example": "每天每个短剧解锁次数"
  14840. },
  14841. "first_count": {
  14842. "type": "string",
  14843. "example": "首次可观看集数"
  14844. },
  14845. "reward": {
  14846. "type": "string",
  14847. "example": "单次奖励"
  14848. },
  14849. "second_count": {
  14850. "type": "string",
  14851. "example": "看一次广告解锁集数"
  14852. },
  14853. "total": {
  14854. "type": "string",
  14855. "example": "可领取总次数"
  14856. }
  14857. }
  14858. },
  14859. "md.PlayletIncentiveBaseData": {
  14860. "type": "object",
  14861. "properties": {
  14862. "android_adv_id": {
  14863. "type": "string",
  14864. "example": "安卓激励视频广告位"
  14865. },
  14866. "android_adv_secret": {
  14867. "type": "string",
  14868. "example": "安卓激励视频秘钥"
  14869. },
  14870. "ios_adv_id": {
  14871. "type": "string",
  14872. "example": "iOS激励视频广告位"
  14873. },
  14874. "ios_adv_secret": {
  14875. "type": "string",
  14876. "example": "iOS激励视频秘钥"
  14877. }
  14878. }
  14879. },
  14880. "md.PriceSettingStruct": {
  14881. "type": "object",
  14882. "properties": {
  14883. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  14884. "description": "市商资金单笔x元自动兑换",
  14885. "type": "string"
  14886. },
  14887. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  14888. "description": "市商数量单笔x数量自动兑换",
  14889. "type": "string"
  14890. },
  14891. "price_below_value": {
  14892. "description": "低于x元",
  14893. "type": "string"
  14894. },
  14895. "price_higher_than_value": {
  14896. "description": "高于x元",
  14897. "type": "string"
  14898. }
  14899. }
  14900. },
  14901. "md.ReleaseDynamicReq": {
  14902. "type": "object",
  14903. "properties": {
  14904. "content": {
  14905. "description": "文本内容",
  14906. "type": "string"
  14907. },
  14908. "image": {
  14909. "description": "图片",
  14910. "type": "array",
  14911. "items": {
  14912. "type": "string"
  14913. }
  14914. },
  14915. "is_praise": {
  14916. "description": "是否被表扬(1:是 2:否)",
  14917. "type": "integer"
  14918. },
  14919. "is_top_up": {
  14920. "description": "是否置顶(1:是 2:否)",
  14921. "type": "integer"
  14922. },
  14923. "kind": {
  14924. "description": "类型(1:普通 2:官方)",
  14925. "type": "integer"
  14926. },
  14927. "state": {
  14928. "description": "状态(1:正常 2:隐藏)",
  14929. "type": "integer"
  14930. },
  14931. "video": {
  14932. "description": "视频",
  14933. "type": "array",
  14934. "items": {
  14935. "type": "string"
  14936. }
  14937. }
  14938. }
  14939. },
  14940. "md.Response": {
  14941. "type": "object",
  14942. "properties": {
  14943. "code": {
  14944. "type": "string",
  14945. "example": "响应码"
  14946. },
  14947. "data": {
  14948. "description": "内容"
  14949. },
  14950. "msg": {
  14951. "type": "string",
  14952. "example": "具体错误原因"
  14953. }
  14954. }
  14955. },
  14956. "md.RewardSystemStruct": {
  14957. "type": "object",
  14958. "properties": {
  14959. "level": {
  14960. "description": "圈层",
  14961. "type": "integer"
  14962. },
  14963. "reward_condition": {
  14964. "description": "奖励条件",
  14965. "type": "string"
  14966. },
  14967. "reward_value": {
  14968. "description": "奖励值",
  14969. "type": "string"
  14970. }
  14971. }
  14972. },
  14973. "md.RoleBindPermissionGroupReq": {
  14974. "type": "object",
  14975. "required": [
  14976. "role_id"
  14977. ],
  14978. "properties": {
  14979. "permission_ids": {
  14980. "type": "array",
  14981. "items": {
  14982. "type": "integer"
  14983. }
  14984. },
  14985. "role_id": {
  14986. "type": "integer"
  14987. }
  14988. }
  14989. },
  14990. "md.SelectData": {
  14991. "type": "object",
  14992. "properties": {
  14993. "direction": {
  14994. "type": "array",
  14995. "items": {
  14996. "type": "object",
  14997. "additionalProperties": {
  14998. "type": "string"
  14999. }
  15000. }
  15001. }
  15002. }
  15003. },
  15004. "md.SelectMemberNode": {
  15005. "type": "object",
  15006. "properties": {
  15007. "avatar": {
  15008. "description": "会员头像",
  15009. "type": "string"
  15010. },
  15011. "level": {
  15012. "description": "会员等级",
  15013. "type": "string"
  15014. },
  15015. "nickname": {
  15016. "description": "会员昵称",
  15017. "type": "string"
  15018. },
  15019. "phone": {
  15020. "description": "会员手机号",
  15021. "type": "string"
  15022. },
  15023. "uid": {
  15024. "description": "会员 ID",
  15025. "type": "integer"
  15026. }
  15027. }
  15028. },
  15029. "md.SelectMemberReq": {
  15030. "type": "object",
  15031. "properties": {
  15032. "level": {
  15033. "description": "会员等级",
  15034. "type": "integer"
  15035. },
  15036. "limit": {
  15037. "description": "每页大小",
  15038. "type": "integer"
  15039. },
  15040. "nickname": {
  15041. "description": "会员昵称",
  15042. "type": "string"
  15043. },
  15044. "page": {
  15045. "description": "页数",
  15046. "type": "integer"
  15047. },
  15048. "phone": {
  15049. "description": "会员手机号",
  15050. "type": "string"
  15051. },
  15052. "uid": {
  15053. "description": "会员 ID",
  15054. "type": "integer"
  15055. }
  15056. }
  15057. },
  15058. "md.SelectMemberResp": {
  15059. "type": "object",
  15060. "properties": {
  15061. "level_list": {
  15062. "description": "会员等级列表",
  15063. "type": "array",
  15064. "items": {
  15065. "type": "object",
  15066. "additionalProperties": true
  15067. }
  15068. },
  15069. "list": {
  15070. "description": "会员数据",
  15071. "type": "array",
  15072. "items": {
  15073. "$ref": "#/definitions/md.SelectMemberNode"
  15074. }
  15075. },
  15076. "paginate": {
  15077. "description": "分页信息",
  15078. "allOf": [
  15079. {
  15080. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  15081. }
  15082. ]
  15083. }
  15084. }
  15085. },
  15086. "md.SetCustomerServiceStateReq": {
  15087. "type": "object",
  15088. "properties": {
  15089. "id": {
  15090. "description": "拥有用户数量",
  15091. "type": "integer"
  15092. },
  15093. "state": {
  15094. "description": "状态",
  15095. "type": "integer"
  15096. }
  15097. }
  15098. },
  15099. "md.SetEmoticonStateReq": {
  15100. "type": "object",
  15101. "properties": {
  15102. "id": {
  15103. "description": "拥有用户数量",
  15104. "type": "integer"
  15105. },
  15106. "state": {
  15107. "description": "状态",
  15108. "type": "integer"
  15109. }
  15110. }
  15111. },
  15112. "md.SetVideoRewardReq": {
  15113. "type": "object",
  15114. "properties": {
  15115. "ecpm": {
  15116. "description": "当前 Ecpm 值",
  15117. "type": "string"
  15118. },
  15119. "unit_price": {
  15120. "description": "单价",
  15121. "type": "string"
  15122. }
  15123. }
  15124. },
  15125. "md.SonUserDailyActivityAnalysisNode": {
  15126. "type": "object",
  15127. "properties": {
  15128. "activity_day_nums": {
  15129. "description": "活跃子节点活跃天数",
  15130. "type": "integer"
  15131. },
  15132. "nickname": {
  15133. "type": "string",
  15134. "example": "昵称"
  15135. },
  15136. "phone": {
  15137. "type": "string",
  15138. "example": "手机号"
  15139. },
  15140. "uid": {
  15141. "description": "查询用户活跃子节点 ID",
  15142. "type": "integer"
  15143. }
  15144. }
  15145. },
  15146. "md.StatisticsEggPointReq": {
  15147. "type": "object",
  15148. "properties": {
  15149. "kind": {
  15150. "type": "string"
  15151. },
  15152. "week": {
  15153. "type": "string",
  15154. "example": "周份"
  15155. },
  15156. "year": {
  15157. "type": "string",
  15158. "example": "年份"
  15159. }
  15160. }
  15161. },
  15162. "md.StatisticsEggPointResp": {
  15163. "type": "object",
  15164. "properties": {
  15165. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  15166. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  15167. "type": "array",
  15168. "items": {
  15169. "type": "object",
  15170. "additionalProperties": {
  15171. "type": "string"
  15172. }
  15173. }
  15174. },
  15175. "statistics_user_egg_browse_interface_nums_range": {
  15176. "description": "统计用户\"浏览界面次数\"范围",
  15177. "type": "array",
  15178. "items": {
  15179. "type": "object",
  15180. "additionalProperties": {
  15181. "type": "string"
  15182. }
  15183. }
  15184. },
  15185. "statistics_user_egg_college_learning_nums_range": {
  15186. "description": "统计用户\"学院学习次数\"范围",
  15187. "type": "array",
  15188. "items": {
  15189. "type": "object",
  15190. "additionalProperties": {
  15191. "type": "string"
  15192. }
  15193. }
  15194. },
  15195. "statistics_user_egg_ecpm_range": {
  15196. "description": "统计用户\"ecpm\"范围",
  15197. "type": "array",
  15198. "items": {
  15199. "type": "object",
  15200. "additionalProperties": {
  15201. "type": "string"
  15202. }
  15203. }
  15204. },
  15205. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  15206. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  15207. "type": "array",
  15208. "items": {
  15209. "type": "object",
  15210. "additionalProperties": {
  15211. "type": "string"
  15212. }
  15213. }
  15214. },
  15215. "statistics_user_egg_forum_comments_nums_range": {
  15216. "description": "统计用户\"论坛评论次数\"范围",
  15217. "type": "array",
  15218. "items": {
  15219. "type": "object",
  15220. "additionalProperties": {
  15221. "type": "string"
  15222. }
  15223. }
  15224. },
  15225. "statistics_user_egg_invite_user_nums_range": {
  15226. "description": "统计用户\"拉新人数\"范围",
  15227. "type": "array",
  15228. "items": {
  15229. "type": "object",
  15230. "additionalProperties": {
  15231. "type": "string"
  15232. }
  15233. }
  15234. },
  15235. "statistics_user_egg_person_add_activity_value_range": {
  15236. "description": "统计用户\"个人活跃积分增量值\"范围",
  15237. "type": "array",
  15238. "items": {
  15239. "type": "object",
  15240. "additionalProperties": {
  15241. "type": "string"
  15242. }
  15243. }
  15244. },
  15245. "statistics_user_egg_send_circle_of_friend_nums_range": {
  15246. "description": "统计用户\"发朋友圈次数\"范围",
  15247. "type": "array",
  15248. "items": {
  15249. "type": "object",
  15250. "additionalProperties": {
  15251. "type": "string"
  15252. }
  15253. }
  15254. },
  15255. "statistics_user_egg_send_red_package_nums_range": {
  15256. "description": "统计用户\"发红包次数\"范围",
  15257. "type": "array",
  15258. "items": {
  15259. "type": "object",
  15260. "additionalProperties": {
  15261. "type": "string"
  15262. }
  15263. }
  15264. },
  15265. "statistics_user_egg_sign_in_nums_range": {
  15266. "description": "统计用户\"签到次数\"范围",
  15267. "type": "array",
  15268. "items": {
  15269. "type": "object",
  15270. "additionalProperties": {
  15271. "type": "string"
  15272. }
  15273. }
  15274. },
  15275. "statistics_user_egg_team_activity_nums_range": {
  15276. "description": "统计用户\"团队活跃次数\"范围",
  15277. "type": "array",
  15278. "items": {
  15279. "type": "object",
  15280. "additionalProperties": {
  15281. "type": "string"
  15282. }
  15283. }
  15284. },
  15285. "statistics_user_egg_violate_nums_range": {
  15286. "description": "统计用户\"违规次数\"范围",
  15287. "type": "array",
  15288. "items": {
  15289. "type": "object",
  15290. "additionalProperties": {
  15291. "type": "string"
  15292. }
  15293. }
  15294. },
  15295. "week": {
  15296. "type": "string",
  15297. "example": "周份"
  15298. },
  15299. "year": {
  15300. "type": "string",
  15301. "example": "年份"
  15302. },
  15303. "year_list": {
  15304. "description": "年份\u0026\u0026周份列表",
  15305. "type": "object",
  15306. "additionalProperties": {
  15307. "type": "array",
  15308. "items": {
  15309. "type": "string"
  15310. }
  15311. }
  15312. }
  15313. }
  15314. },
  15315. "md.SubUser": {
  15316. "type": "object",
  15317. "properties": {
  15318. "avatar_url": {
  15319. "type": "string",
  15320. "example": "头像"
  15321. },
  15322. "level": {
  15323. "description": "整个系统中的等级",
  15324. "type": "integer"
  15325. },
  15326. "nickname": {
  15327. "type": "string",
  15328. "example": "昵称"
  15329. },
  15330. "phone": {
  15331. "type": "string",
  15332. "example": "手机号"
  15333. },
  15334. "pid": {
  15335. "type": "integer"
  15336. },
  15337. "position": {
  15338. "description": "以pid1为创始人中网的位置",
  15339. "type": "integer"
  15340. },
  15341. "uid": {
  15342. "type": "integer"
  15343. }
  15344. }
  15345. },
  15346. "md.TagListNode": {
  15347. "type": "object",
  15348. "properties": {
  15349. "count": {
  15350. "description": "标签人数",
  15351. "type": "string"
  15352. },
  15353. "create_at": {
  15354. "description": "创建时间",
  15355. "type": "string"
  15356. },
  15357. "is_punish": {
  15358. "description": "是否处罚",
  15359. "type": "integer"
  15360. },
  15361. "memo": {
  15362. "description": "备注",
  15363. "type": "string"
  15364. },
  15365. "name": {
  15366. "description": "名称",
  15367. "type": "string"
  15368. },
  15369. "tag_id": {
  15370. "description": "标签 ID",
  15371. "type": "string"
  15372. }
  15373. }
  15374. },
  15375. "md.TreeNode": {
  15376. "type": "object",
  15377. "properties": {
  15378. "avatar_url": {
  15379. "type": "string",
  15380. "example": "头像"
  15381. },
  15382. "level": {
  15383. "type": "integer"
  15384. },
  15385. "nickname": {
  15386. "type": "string",
  15387. "example": "昵称"
  15388. },
  15389. "phone": {
  15390. "type": "string",
  15391. "example": "手机号"
  15392. },
  15393. "pid": {
  15394. "type": "integer"
  15395. },
  15396. "position": {
  15397. "type": "integer"
  15398. },
  15399. "son": {
  15400. "type": "array",
  15401. "items": {
  15402. "$ref": "#/definitions/md.TreeNode"
  15403. }
  15404. },
  15405. "system_id": {
  15406. "description": "公排网中id",
  15407. "type": "integer"
  15408. },
  15409. "uid": {
  15410. "type": "integer"
  15411. }
  15412. }
  15413. },
  15414. "md.UpdateAdminReq": {
  15415. "type": "object",
  15416. "required": [
  15417. "adm_id",
  15418. "password",
  15419. "username"
  15420. ],
  15421. "properties": {
  15422. "adm_id": {
  15423. "type": "integer"
  15424. },
  15425. "memo": {
  15426. "type": "string"
  15427. },
  15428. "password": {
  15429. "type": "string"
  15430. },
  15431. "username": {
  15432. "type": "string"
  15433. }
  15434. }
  15435. },
  15436. "md.UpdateAdminStateReq": {
  15437. "type": "object",
  15438. "required": [
  15439. "adm_id",
  15440. "state"
  15441. ],
  15442. "properties": {
  15443. "adm_id": {
  15444. "type": "integer"
  15445. },
  15446. "state": {
  15447. "type": "integer"
  15448. }
  15449. }
  15450. },
  15451. "md.UpdateContributionValueBasicSettingReq": {
  15452. "type": "object",
  15453. "properties": {
  15454. "hand_out_red_package": {
  15455. "description": "发红包获得x点",
  15456. "type": "string"
  15457. },
  15458. "id": {
  15459. "type": "string"
  15460. },
  15461. "posting_comment_liked": {
  15462. "description": "发布评论被官方点赞获得x点",
  15463. "type": "string"
  15464. },
  15465. "posting_dynamic_liked": {
  15466. "description": "发布动态被官方点赞获得x点",
  15467. "type": "string"
  15468. },
  15469. "publish_creation": {
  15470. "description": "发布创作获得x点",
  15471. "type": "string"
  15472. }
  15473. }
  15474. },
  15475. "md.UpdateCustomerServiceMemoReq": {
  15476. "type": "object",
  15477. "properties": {
  15478. "id": {
  15479. "description": "拥有用户数量",
  15480. "type": "integer"
  15481. },
  15482. "memo": {
  15483. "description": "备注",
  15484. "type": "string",
  15485. "example": "备注"
  15486. }
  15487. }
  15488. },
  15489. "md.UpdateDynamicReq": {
  15490. "type": "object",
  15491. "required": [
  15492. "index_id"
  15493. ],
  15494. "properties": {
  15495. "index_id": {
  15496. "description": "动态id",
  15497. "type": "string"
  15498. },
  15499. "is_praise": {
  15500. "description": "是否被表扬(1:是 2:否)",
  15501. "type": "integer"
  15502. },
  15503. "is_top_up": {
  15504. "description": "是否置顶(1:是 2:否)",
  15505. "type": "integer"
  15506. },
  15507. "state": {
  15508. "description": "状态(1:正常 2:隐藏)",
  15509. "type": "integer"
  15510. }
  15511. }
  15512. },
  15513. "md.UpdateEggEnergyBasicReq": {
  15514. "type": "object",
  15515. "properties": {
  15516. "basic_setting": {
  15517. "description": "基础设置",
  15518. "allOf": [
  15519. {
  15520. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  15521. }
  15522. ]
  15523. },
  15524. "data_setting": {
  15525. "description": "数据设置",
  15526. "allOf": [
  15527. {
  15528. "$ref": "#/definitions/md.DataSetting"
  15529. }
  15530. ]
  15531. },
  15532. "destruction_setting": {
  15533. "description": "销毁设置",
  15534. "allOf": [
  15535. {
  15536. "$ref": "#/definitions/md.DestructionSettingStruct"
  15537. }
  15538. ]
  15539. },
  15540. "exchange_rules": {
  15541. "description": "兑换规则",
  15542. "allOf": [
  15543. {
  15544. "$ref": "#/definitions/md.ExchangeRulesStruct"
  15545. }
  15546. ]
  15547. },
  15548. "new_user_incentive_rules": {
  15549. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  15550. "allOf": [
  15551. {
  15552. "$ref": "#/definitions/md.NewUserRewardRules"
  15553. }
  15554. ]
  15555. },
  15556. "price_setting": {
  15557. "description": "价格设置",
  15558. "allOf": [
  15559. {
  15560. "$ref": "#/definitions/md.PriceSettingStruct"
  15561. }
  15562. ]
  15563. },
  15564. "reward_system": {
  15565. "description": "圈层奖励",
  15566. "type": "array",
  15567. "items": {
  15568. "$ref": "#/definitions/md.RewardSystemStruct"
  15569. }
  15570. },
  15571. "settlement_quantity": {
  15572. "description": "结算数量(百分比)",
  15573. "type": "string"
  15574. },
  15575. "system_id": {
  15576. "description": "该设置系统 ID",
  15577. "type": "integer"
  15578. },
  15579. "video_reward_setting": {
  15580. "description": "视频奖励",
  15581. "allOf": [
  15582. {
  15583. "$ref": "#/definitions/md.VideoRewardSetting"
  15584. }
  15585. ]
  15586. }
  15587. }
  15588. },
  15589. "md.UpdateEggEnergyCoreDataReq": {
  15590. "type": "object",
  15591. "properties": {
  15592. "community_dividends": {
  15593. "description": "社区分红",
  15594. "type": "string"
  15595. },
  15596. "development_committee": {
  15597. "description": "发展委员会",
  15598. "type": "string"
  15599. },
  15600. "id": {
  15601. "type": "integer"
  15602. },
  15603. "marketplace_merchant_funds": {
  15604. "description": "市商资金",
  15605. "type": "string"
  15606. },
  15607. "marketplace_merchant_nums": {
  15608. "description": "市商数量",
  15609. "type": "string"
  15610. },
  15611. "now_energy_total_nums": {
  15612. "description": "现行总量",
  15613. "type": "string"
  15614. },
  15615. "now_price": {
  15616. "description": "当前价格",
  15617. "type": "string"
  15618. },
  15619. "planet_total_value": {
  15620. "description": "星球总价值",
  15621. "type": "string"
  15622. },
  15623. "public_welfare_and_charity": {
  15624. "description": "公益慈善",
  15625. "type": "string"
  15626. },
  15627. "star_level_dividends": {
  15628. "description": "星级分红",
  15629. "type": "string"
  15630. }
  15631. }
  15632. },
  15633. "md.UpdateEggEnergyVipSettingReq": {
  15634. "type": "object",
  15635. "properties": {
  15636. "list": {
  15637. "description": "更新后数据",
  15638. "type": "array",
  15639. "items": {
  15640. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  15641. }
  15642. }
  15643. }
  15644. },
  15645. "md.UpdateEmoticonReq": {
  15646. "type": "object",
  15647. "properties": {
  15648. "id": {
  15649. "description": "拥有用户数量",
  15650. "type": "integer"
  15651. },
  15652. "img_url": {
  15653. "type": "string",
  15654. "example": "图片地址"
  15655. },
  15656. "memo": {
  15657. "description": "备注",
  15658. "type": "string",
  15659. "example": "备注"
  15660. },
  15661. "name": {
  15662. "type": "string",
  15663. "example": "名称"
  15664. },
  15665. "sort": {
  15666. "description": "排序",
  15667. "type": "integer"
  15668. }
  15669. }
  15670. },
  15671. "md.UpdateFriendCircleBasicSettingsReq": {
  15672. "type": "object",
  15673. "properties": {
  15674. "comment_is_real_name": {
  15675. "description": "评论是否需要实名认证(1:是 2:否)",
  15676. "type": "integer"
  15677. },
  15678. "comment_nums_every_day": {
  15679. "description": "评论每天次数",
  15680. "type": "integer"
  15681. },
  15682. "id": {
  15683. "type": "integer"
  15684. },
  15685. "publish_is_real_name": {
  15686. "description": "发布是否需要实名认证(1:是 2:否)",
  15687. "type": "integer"
  15688. },
  15689. "publish_nums_every_day": {
  15690. "description": "发布每天次数",
  15691. "type": "integer"
  15692. }
  15693. }
  15694. },
  15695. "md.UpdateLevelReq": {
  15696. "type": "object",
  15697. "properties": {
  15698. "auto_update": {
  15699. "description": "自动升级 0关闭 1开启",
  15700. "type": "string"
  15701. },
  15702. "choosable_num": {
  15703. "description": "可选任务数量",
  15704. "type": "string"
  15705. },
  15706. "is_use": {
  15707. "description": "是否开启(0.否, 1.是)",
  15708. "type": "string"
  15709. },
  15710. "level_id": {
  15711. "type": "string"
  15712. },
  15713. "level_name": {
  15714. "description": "等级名称",
  15715. "type": "string"
  15716. },
  15717. "level_weight": {
  15718. "description": "等级权重",
  15719. "type": "string"
  15720. },
  15721. "memo": {
  15722. "description": "备注",
  15723. "type": "string"
  15724. },
  15725. "user_level_tasks": {
  15726. "description": "完整的任务列表",
  15727. "type": "array",
  15728. "items": {
  15729. "$ref": "#/definitions/md.LevelTaskNode"
  15730. }
  15731. }
  15732. }
  15733. },
  15734. "md.UpdatePublicPlatoonBasicReq": {
  15735. "type": "object",
  15736. "properties": {
  15737. "is_open": {
  15738. "description": "是否开启(1:开启 0:关闭)",
  15739. "type": "integer"
  15740. },
  15741. "is_self_active_get_team_revenue": {
  15742. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15743. "type": "integer"
  15744. },
  15745. "originator_uid": {
  15746. "description": "创始人uid",
  15747. "type": "integer"
  15748. },
  15749. "several_rows": {
  15750. "description": "几排",
  15751. "type": "integer"
  15752. },
  15753. "several_times": {
  15754. "description": "几乘",
  15755. "type": "integer"
  15756. },
  15757. "system_punish_replace": {
  15758. "description": "是否位置滑落 被新用户替换 0否 1是",
  15759. "type": "integer"
  15760. },
  15761. "system_punish_replace_value": {
  15762. "description": "xx天未活跃,处罚滑落",
  15763. "type": "integer"
  15764. }
  15765. }
  15766. },
  15767. "md.UpdateRoleReq": {
  15768. "type": "object",
  15769. "required": [
  15770. "memo",
  15771. "name",
  15772. "role_id"
  15773. ],
  15774. "properties": {
  15775. "memo": {
  15776. "type": "string"
  15777. },
  15778. "name": {
  15779. "type": "string"
  15780. },
  15781. "role_id": {
  15782. "type": "integer"
  15783. }
  15784. }
  15785. },
  15786. "md.UpdateRoleStateReq": {
  15787. "type": "object",
  15788. "required": [
  15789. "role_id",
  15790. "state"
  15791. ],
  15792. "properties": {
  15793. "role_id": {
  15794. "type": "integer"
  15795. },
  15796. "state": {
  15797. "type": "integer"
  15798. }
  15799. }
  15800. },
  15801. "md.UpdateTagReq": {
  15802. "type": "object",
  15803. "properties": {
  15804. "is_punish": {
  15805. "description": "是否是惩罚标签",
  15806. "type": "integer"
  15807. },
  15808. "memo": {
  15809. "description": "备注",
  15810. "type": "string"
  15811. },
  15812. "name": {
  15813. "description": "标签名称",
  15814. "type": "string"
  15815. },
  15816. "tag_id": {
  15817. "description": "标签 ID",
  15818. "type": "string"
  15819. }
  15820. }
  15821. },
  15822. "md.UpdateVipEquitySettingNode": {
  15823. "type": "object",
  15824. "properties": {
  15825. "dividend_ratio": {
  15826. "description": "分红比例",
  15827. "type": "string"
  15828. },
  15829. "exchange_account_balance_fee": {
  15830. "description": "兑换余额手续费",
  15831. "type": "string"
  15832. },
  15833. "vip_level_id": {
  15834. "description": "会员等级ID",
  15835. "type": "string"
  15836. }
  15837. }
  15838. },
  15839. "md.UpdateVirtualCoinReq": {
  15840. "type": "object",
  15841. "properties": {
  15842. "exchange_ratio": {
  15843. "description": "兑换比例(与金额)",
  15844. "type": "string"
  15845. },
  15846. "id": {
  15847. "type": "integer"
  15848. },
  15849. "is_use": {
  15850. "description": "是否开启:0否 1是",
  15851. "type": "integer"
  15852. },
  15853. "name": {
  15854. "description": "名称",
  15855. "type": "string"
  15856. }
  15857. }
  15858. },
  15859. "md.UpdateWithdrawSettingReq": {
  15860. "type": "object",
  15861. "properties": {
  15862. "condition_is_open": {
  15863. "description": "提现条件是否开启(0:关闭, 1:开启)",
  15864. "type": "integer"
  15865. },
  15866. "first_withdraw_set": {
  15867. "description": "首次提现设置",
  15868. "allOf": [
  15869. {
  15870. "$ref": "#/definitions/md.FirstWithdrawSet"
  15871. }
  15872. ]
  15873. },
  15874. "frequency_set": {
  15875. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  15876. "allOf": [
  15877. {
  15878. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  15879. }
  15880. ]
  15881. },
  15882. "id": {
  15883. "type": "integer"
  15884. },
  15885. "is_auto": {
  15886. "description": "是否开启自动提现(0:否 1:是)",
  15887. "type": "integer"
  15888. },
  15889. "is_auto_amount_limit": {
  15890. "description": "自动提现金额限制",
  15891. "type": "string"
  15892. },
  15893. "is_real_name": {
  15894. "description": "是否实名(0:否 1:是)",
  15895. "type": "integer"
  15896. },
  15897. "is_support_decimal_point": {
  15898. "description": "是否支持小数点(0:否 1:是)",
  15899. "type": "integer"
  15900. },
  15901. "pending_orders_is_can_apply": {
  15902. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  15903. "type": "integer"
  15904. },
  15905. "tips": {
  15906. "description": "提示",
  15907. "type": "string"
  15908. },
  15909. "vip_level_limit": {
  15910. "description": "提现等级限制",
  15911. "type": "integer"
  15912. },
  15913. "withdraw_amount_limit": {
  15914. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  15915. "type": "string"
  15916. },
  15917. "withdraw_fee_set": {
  15918. "description": "提现手续费设置",
  15919. "allOf": [
  15920. {
  15921. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  15922. }
  15923. ]
  15924. },
  15925. "withdraw_multiple_limit": {
  15926. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  15927. "type": "string"
  15928. },
  15929. "withdraw_nums_limit": {
  15930. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  15931. "type": "integer"
  15932. },
  15933. "withdraw_time_interval": {
  15934. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  15935. "allOf": [
  15936. {
  15937. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  15938. }
  15939. ]
  15940. },
  15941. "withdraw_type": {
  15942. "description": "提现方式(1:支付宝 2:微信)",
  15943. "type": "integer"
  15944. }
  15945. }
  15946. },
  15947. "md.UserDailyActivityAnalysisReq": {
  15948. "type": "object",
  15949. "properties": {
  15950. "end_date": {
  15951. "type": "string",
  15952. "example": "结束日期"
  15953. },
  15954. "page": {
  15955. "description": "页数",
  15956. "type": "integer"
  15957. },
  15958. "page_size": {
  15959. "description": "每页大小",
  15960. "type": "integer"
  15961. },
  15962. "start_date": {
  15963. "type": "string",
  15964. "example": "开始日期"
  15965. },
  15966. "uid": {
  15967. "description": "查询用户 ID",
  15968. "type": "integer"
  15969. }
  15970. }
  15971. },
  15972. "md.UserDailyActivityAnalysisResp": {
  15973. "type": "object",
  15974. "properties": {
  15975. "son_user_data": {
  15976. "description": "被查询用户子节点信息",
  15977. "type": "array",
  15978. "items": {
  15979. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  15980. }
  15981. },
  15982. "top_data": {
  15983. "description": "统计信息",
  15984. "allOf": [
  15985. {
  15986. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  15987. }
  15988. ]
  15989. }
  15990. }
  15991. },
  15992. "md.UserEggFlowReq": {
  15993. "type": "object",
  15994. "properties": {
  15995. "account_balance_exchange_egg_energy_nums_end": {
  15996. "type": "string",
  15997. "example": "余额兑换蛋蛋能量数量-结束值"
  15998. },
  15999. "account_balance_exchange_egg_energy_nums_start": {
  16000. "type": "string",
  16001. "example": "余额兑换蛋蛋能量数量-起始值"
  16002. },
  16003. "browse_interface_nums_end": {
  16004. "type": "string",
  16005. "example": "浏览界面次数-结束值"
  16006. },
  16007. "browse_interface_nums_start": {
  16008. "type": "string",
  16009. "example": "浏览界面次数-起始值"
  16010. },
  16011. "college_learning_nums_end": {
  16012. "type": "string",
  16013. "example": "学院学习次数-结束值"
  16014. },
  16015. "college_learning_nums_start": {
  16016. "type": "string",
  16017. "example": "学院学习次数-起始值"
  16018. },
  16019. "ecpm_end": {
  16020. "type": "string",
  16021. "example": "ecpm-结束值"
  16022. },
  16023. "ecpm_start": {
  16024. "type": "string",
  16025. "example": "ecpm-起始值"
  16026. },
  16027. "egg_energy_exchange_account_balance_end": {
  16028. "type": "string",
  16029. "example": "蛋蛋能量兑换余额数量-结束值"
  16030. },
  16031. "egg_energy_exchange_account_balance_start": {
  16032. "type": "string",
  16033. "example": "蛋蛋能量兑换余额数量-起始值"
  16034. },
  16035. "forum_comments_nums_end": {
  16036. "type": "string",
  16037. "example": "论坛评论次数-结束值"
  16038. },
  16039. "forum_comments_nums_start": {
  16040. "type": "string",
  16041. "example": "论坛评论次数-起始值"
  16042. },
  16043. "im_activity_nums_end": {
  16044. "type": "string",
  16045. "example": "im活跃次数-结束值"
  16046. },
  16047. "im_activity_nums_start": {
  16048. "type": "string",
  16049. "example": "im活跃次数-起始值"
  16050. },
  16051. "invite_user_nums_end": {
  16052. "type": "string",
  16053. "example": "拉新人数-结束值"
  16054. },
  16055. "invite_user_nums_start": {
  16056. "type": "string",
  16057. "example": "拉新人数-起始值"
  16058. },
  16059. "page": {
  16060. "description": "页数",
  16061. "type": "integer"
  16062. },
  16063. "page_size": {
  16064. "description": "每页大小",
  16065. "type": "integer"
  16066. },
  16067. "person_add_activity_value_end": {
  16068. "type": "string",
  16069. "example": "个人活跃积分-结束值"
  16070. },
  16071. "person_add_activity_value_start": {
  16072. "type": "string",
  16073. "example": "个人活跃积分-起始值"
  16074. },
  16075. "score_value_end": {
  16076. "type": "string",
  16077. "example": "蛋蛋分-结束值"
  16078. },
  16079. "score_value_kind": {
  16080. "description": "评分类型(0:未知 1:人工 2:系统)",
  16081. "type": "integer"
  16082. },
  16083. "score_value_start": {
  16084. "type": "string",
  16085. "example": "蛋蛋分-起始值"
  16086. },
  16087. "send_circle_of_friend_nums_end": {
  16088. "type": "string",
  16089. "example": "发朋友圈次数-结束值"
  16090. },
  16091. "send_circle_of_friend_nums_start": {
  16092. "type": "string",
  16093. "example": "发朋友圈次数-起始值"
  16094. },
  16095. "send_red_package_nums_end": {
  16096. "type": "string",
  16097. "example": "发红包次数-结束值"
  16098. },
  16099. "send_red_package_nums_start": {
  16100. "type": "string",
  16101. "example": "发红包次数-起始值"
  16102. },
  16103. "sign_in_nums_end": {
  16104. "type": "string",
  16105. "example": "签到次数-结束值"
  16106. },
  16107. "sign_in_nums_start": {
  16108. "type": "string",
  16109. "example": "签到次数-起始值"
  16110. },
  16111. "team-activity-nums-end": {
  16112. "type": "string",
  16113. "example": "团队活跃次数-结束值"
  16114. },
  16115. "team_activity_nums_start": {
  16116. "type": "string",
  16117. "example": "团队活跃次数-起始值"
  16118. },
  16119. "violate_nums_end": {
  16120. "type": "string",
  16121. "example": "违规次数-结束值"
  16122. },
  16123. "violate_nums_start": {
  16124. "type": "string",
  16125. "example": "违规次数-起始值"
  16126. },
  16127. "week": {
  16128. "type": "string",
  16129. "example": "周份"
  16130. },
  16131. "year": {
  16132. "type": "string",
  16133. "example": "年份"
  16134. }
  16135. }
  16136. },
  16137. "md.UserEggFlowReqResp": {
  16138. "type": "object",
  16139. "properties": {
  16140. "list": {
  16141. "type": "array",
  16142. "items": {
  16143. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  16144. }
  16145. },
  16146. "page": {
  16147. "description": "页数",
  16148. "type": "integer"
  16149. },
  16150. "page_size": {
  16151. "description": "每页大小",
  16152. "type": "integer"
  16153. },
  16154. "score_value_kind_map": {
  16155. "description": "评分类型(0:未知 1:人工 2:系统)",
  16156. "type": "array",
  16157. "items": {
  16158. "type": "object",
  16159. "additionalProperties": true
  16160. }
  16161. },
  16162. "total": {
  16163. "description": "总数量",
  16164. "type": "integer"
  16165. },
  16166. "week": {
  16167. "type": "string",
  16168. "example": "周份"
  16169. },
  16170. "year": {
  16171. "type": "string",
  16172. "example": "年份"
  16173. }
  16174. }
  16175. },
  16176. "md.UserEggFlowReqRespList": {
  16177. "type": "object",
  16178. "properties": {
  16179. "account_balance_exchange_egg_energy_nums": {
  16180. "description": "余额兑换蛋蛋能量数量",
  16181. "type": "integer"
  16182. },
  16183. "browse_interface_nums": {
  16184. "description": "浏览界面次数",
  16185. "type": "integer"
  16186. },
  16187. "college_learning_nums": {
  16188. "description": "学院学习次数",
  16189. "type": "integer"
  16190. },
  16191. "ecpm": {
  16192. "description": "ecpm",
  16193. "type": "number"
  16194. },
  16195. "egg_energy_exchange_account_balance": {
  16196. "description": "蛋蛋能量兑换余额数量",
  16197. "type": "integer"
  16198. },
  16199. "forum_comments_nums": {
  16200. "description": "论坛评论次数",
  16201. "type": "integer"
  16202. },
  16203. "im_activity_nums": {
  16204. "description": "im活跃次数",
  16205. "type": "integer"
  16206. },
  16207. "index_id": {
  16208. "description": "文档id",
  16209. "type": "string"
  16210. },
  16211. "invite_user_nums": {
  16212. "description": "拉新人数",
  16213. "type": "integer"
  16214. },
  16215. "person_add_activity_value": {
  16216. "description": "个人活跃积分",
  16217. "type": "integer"
  16218. },
  16219. "score_value": {
  16220. "description": "蛋蛋分-起始值",
  16221. "type": "number"
  16222. },
  16223. "score_value_kind": {
  16224. "description": "评分类型(0:未知 1:人工 2:系统)",
  16225. "type": "integer"
  16226. },
  16227. "send_circle_of_friend_nums": {
  16228. "description": "发朋友圈次数",
  16229. "type": "integer"
  16230. },
  16231. "send_red_package_nums": {
  16232. "description": "发红包次数",
  16233. "type": "integer"
  16234. },
  16235. "sign_in_nums": {
  16236. "description": "签到次数",
  16237. "type": "integer"
  16238. },
  16239. "team_activity_nums": {
  16240. "description": "团队活跃次数",
  16241. "type": "integer"
  16242. },
  16243. "violate_nums": {
  16244. "description": "违规次数",
  16245. "type": "integer"
  16246. }
  16247. }
  16248. },
  16249. "md.UserEggIndexReq": {
  16250. "type": "object",
  16251. "properties": {
  16252. "week": {
  16253. "type": "string",
  16254. "example": "周份"
  16255. },
  16256. "year": {
  16257. "type": "string",
  16258. "example": "年份"
  16259. }
  16260. }
  16261. },
  16262. "md.UserEggIndexResp": {
  16263. "type": "object",
  16264. "properties": {
  16265. "egg_energy_user_egg_index_weight": {
  16266. "description": "蛋蛋分系数权重",
  16267. "allOf": [
  16268. {
  16269. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  16270. }
  16271. ]
  16272. },
  16273. "statistics_user_egg_kind_proportion": {
  16274. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  16275. "type": "array",
  16276. "items": {
  16277. "type": "object",
  16278. "additionalProperties": true
  16279. }
  16280. },
  16281. "statistics_user_egg_score_value_range": {
  16282. "description": "统计用户蛋蛋分范围",
  16283. "type": "array",
  16284. "items": {
  16285. "type": "object",
  16286. "additionalProperties": {
  16287. "type": "string"
  16288. }
  16289. }
  16290. },
  16291. "week": {
  16292. "type": "string",
  16293. "example": "周份"
  16294. },
  16295. "year": {
  16296. "type": "string",
  16297. "example": "年份"
  16298. },
  16299. "year_list": {
  16300. "description": "年份\u0026\u0026周份列表",
  16301. "type": "object",
  16302. "additionalProperties": {
  16303. "type": "array",
  16304. "items": {
  16305. "type": "string"
  16306. }
  16307. }
  16308. }
  16309. }
  16310. },
  16311. "md.UserFeedbackCateDelReq": {
  16312. "type": "object",
  16313. "properties": {
  16314. "id": {
  16315. "type": "array",
  16316. "items": {
  16317. "type": "string"
  16318. }
  16319. }
  16320. }
  16321. },
  16322. "md.UserFeedbackCateList": {
  16323. "type": "object",
  16324. "properties": {
  16325. "id": {
  16326. "type": "string"
  16327. },
  16328. "name": {
  16329. "type": "string"
  16330. },
  16331. "sort": {
  16332. "type": "string"
  16333. }
  16334. }
  16335. },
  16336. "md.UserFeedbackCateListReq": {
  16337. "type": "object",
  16338. "properties": {
  16339. "limit": {
  16340. "description": "每页大小",
  16341. "type": "string"
  16342. },
  16343. "page": {
  16344. "description": "页数",
  16345. "type": "string"
  16346. }
  16347. }
  16348. },
  16349. "md.UserFeedbackCateListResp": {
  16350. "type": "object",
  16351. "properties": {
  16352. "list": {
  16353. "type": "array",
  16354. "items": {
  16355. "$ref": "#/definitions/md.UserFeedbackCateList"
  16356. }
  16357. },
  16358. "total": {
  16359. "type": "integer"
  16360. }
  16361. }
  16362. },
  16363. "md.UserFeedbackCateSaveReq": {
  16364. "type": "object",
  16365. "properties": {
  16366. "id": {
  16367. "type": "string"
  16368. },
  16369. "name": {
  16370. "type": "string"
  16371. },
  16372. "sort": {
  16373. "type": "string"
  16374. }
  16375. }
  16376. },
  16377. "md.UserFeedbackChangeStateReq": {
  16378. "type": "object",
  16379. "properties": {
  16380. "id": {
  16381. "type": "string"
  16382. },
  16383. "state": {
  16384. "type": "string",
  16385. "example": "0待解决 1处理中 2已解决"
  16386. }
  16387. }
  16388. },
  16389. "md.UserFeedbackDelReq": {
  16390. "type": "object",
  16391. "properties": {
  16392. "id": {
  16393. "type": "array",
  16394. "items": {
  16395. "type": "string"
  16396. }
  16397. }
  16398. }
  16399. },
  16400. "md.UserFeedbackList": {
  16401. "type": "object",
  16402. "properties": {
  16403. "content": {
  16404. "type": "string"
  16405. },
  16406. "create_at": {
  16407. "type": "string"
  16408. },
  16409. "id": {
  16410. "type": "string"
  16411. },
  16412. "img": {
  16413. "type": "array",
  16414. "items": {
  16415. "type": "string"
  16416. }
  16417. },
  16418. "phone": {
  16419. "type": "string"
  16420. },
  16421. "platform": {
  16422. "type": "string"
  16423. },
  16424. "state": {
  16425. "type": "string",
  16426. "example": "0待解决 1处理中 2已解决"
  16427. },
  16428. "title": {
  16429. "type": "string"
  16430. },
  16431. "type": {
  16432. "type": "string"
  16433. },
  16434. "version": {
  16435. "type": "string"
  16436. }
  16437. }
  16438. },
  16439. "md.UserFeedbackListReq": {
  16440. "type": "object",
  16441. "properties": {
  16442. "cid": {
  16443. "type": "string"
  16444. },
  16445. "limit": {
  16446. "description": "每页大小",
  16447. "type": "string"
  16448. },
  16449. "page": {
  16450. "description": "页数",
  16451. "type": "string"
  16452. },
  16453. "phone": {
  16454. "type": "string"
  16455. },
  16456. "uid": {
  16457. "type": "string"
  16458. }
  16459. }
  16460. },
  16461. "md.UserFeedbackListResp": {
  16462. "type": "object",
  16463. "properties": {
  16464. "list": {
  16465. "type": "array",
  16466. "items": {
  16467. "$ref": "#/definitions/md.UserFeedbackList"
  16468. }
  16469. },
  16470. "select_data": {
  16471. "type": "array",
  16472. "items": {
  16473. "type": "object",
  16474. "additionalProperties": true
  16475. }
  16476. },
  16477. "total": {
  16478. "type": "integer"
  16479. }
  16480. }
  16481. },
  16482. "md.UserFeedbackRecordListReq": {
  16483. "type": "object",
  16484. "properties": {
  16485. "id": {
  16486. "type": "string"
  16487. },
  16488. "limit": {
  16489. "description": "每页大小",
  16490. "type": "string"
  16491. },
  16492. "page": {
  16493. "description": "页数",
  16494. "type": "string"
  16495. }
  16496. }
  16497. },
  16498. "md.UserFeedbackRecordListResp": {
  16499. "type": "object",
  16500. "properties": {
  16501. "content": {
  16502. "type": "string"
  16503. },
  16504. "create_at": {
  16505. "type": "string"
  16506. },
  16507. "head_img": {
  16508. "type": "string"
  16509. },
  16510. "nickname": {
  16511. "type": "string"
  16512. },
  16513. "type": {
  16514. "type": "string"
  16515. }
  16516. }
  16517. },
  16518. "md.UserFeedbackSayReq": {
  16519. "type": "object",
  16520. "properties": {
  16521. "content": {
  16522. "type": "string"
  16523. },
  16524. "id": {
  16525. "type": "string"
  16526. }
  16527. }
  16528. },
  16529. "md.UserManagementGetBalanceDetailResp": {
  16530. "type": "object",
  16531. "properties": {
  16532. "list": {
  16533. "type": "array",
  16534. "items": {
  16535. "$ref": "#/definitions/md.BalanceDetailNode"
  16536. }
  16537. },
  16538. "paginate": {
  16539. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16540. }
  16541. }
  16542. },
  16543. "md.UserManagementGetFansResp": {
  16544. "type": "object",
  16545. "properties": {
  16546. "list": {
  16547. "description": "用户数据",
  16548. "type": "array",
  16549. "items": {
  16550. "$ref": "#/definitions/md.FansNode"
  16551. }
  16552. },
  16553. "paginate": {
  16554. "description": "分页信息",
  16555. "allOf": [
  16556. {
  16557. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16558. }
  16559. ]
  16560. }
  16561. }
  16562. },
  16563. "md.UserManagementGetOneBasicResp": {
  16564. "type": "object",
  16565. "properties": {
  16566. "basic_info": {
  16567. "description": "基本信息",
  16568. "allOf": [
  16569. {
  16570. "$ref": "#/definitions/md.BasicInfoNode"
  16571. }
  16572. ]
  16573. },
  16574. "levels_list": {
  16575. "description": "等级列表",
  16576. "type": "array",
  16577. "items": {
  16578. "type": "object",
  16579. "additionalProperties": true
  16580. }
  16581. },
  16582. "other_info": {
  16583. "description": "其他信息",
  16584. "allOf": [
  16585. {
  16586. "$ref": "#/definitions/md.OtherNode"
  16587. }
  16588. ]
  16589. },
  16590. "tags_list": {
  16591. "description": "标签列表",
  16592. "type": "array",
  16593. "items": {
  16594. "type": "object",
  16595. "additionalProperties": true
  16596. }
  16597. }
  16598. }
  16599. },
  16600. "md.UserManagementGetUserListNode": {
  16601. "type": "object",
  16602. "properties": {
  16603. "avatar": {
  16604. "description": "头像",
  16605. "type": "string"
  16606. },
  16607. "id": {
  16608. "description": "会员 ID",
  16609. "type": "integer"
  16610. },
  16611. "invite_code": {
  16612. "type": "string",
  16613. "example": "会员邀请码"
  16614. },
  16615. "is_real_name": {
  16616. "description": "是否实名 0.未实名,1.已实名",
  16617. "type": "integer"
  16618. },
  16619. "last_login_at": {
  16620. "description": "最后登录时间",
  16621. "type": "string"
  16622. },
  16623. "level_name": {
  16624. "description": "会员等级",
  16625. "type": "string"
  16626. },
  16627. "memo": {
  16628. "description": "备注",
  16629. "type": "string"
  16630. },
  16631. "nickname": {
  16632. "description": "昵称",
  16633. "type": "string"
  16634. },
  16635. "parent_id": {
  16636. "description": "推荐人 ID",
  16637. "type": "integer"
  16638. },
  16639. "parent_invite_code": {
  16640. "type": "string",
  16641. "example": "推荐人邀请码"
  16642. },
  16643. "parent_phone": {
  16644. "type": "string",
  16645. "example": "推荐人手机号"
  16646. },
  16647. "phone": {
  16648. "description": "手机号",
  16649. "type": "string"
  16650. },
  16651. "register_time": {
  16652. "description": "注册时间",
  16653. "type": "string"
  16654. },
  16655. "register_type": {
  16656. "description": "注册类型",
  16657. "type": "integer"
  16658. },
  16659. "sex": {
  16660. "description": "性别(0:未知 1:男 2:女)",
  16661. "type": "integer"
  16662. },
  16663. "state": {
  16664. "description": "状态",
  16665. "type": "integer"
  16666. },
  16667. "tag": {
  16668. "description": "会员标签",
  16669. "type": "array",
  16670. "items": {
  16671. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16672. }
  16673. },
  16674. "wechat": {
  16675. "description": "微信号",
  16676. "type": "string"
  16677. }
  16678. }
  16679. },
  16680. "md.UserManagementGetUserListReq": {
  16681. "type": "object",
  16682. "properties": {
  16683. "effective": {
  16684. "description": "有效会员",
  16685. "type": "integer"
  16686. },
  16687. "id": {
  16688. "description": "会员 ID",
  16689. "type": "integer"
  16690. },
  16691. "invite_code": {
  16692. "type": "string",
  16693. "example": "会员邀请码"
  16694. },
  16695. "is_real_name": {
  16696. "description": "是否实名 0.未实名,1.已实名",
  16697. "type": "integer"
  16698. },
  16699. "is_recycle": {
  16700. "type": "string"
  16701. },
  16702. "level": {
  16703. "description": "会员等级",
  16704. "type": "integer"
  16705. },
  16706. "limit": {
  16707. "type": "integer"
  16708. },
  16709. "login_after": {
  16710. "description": "最近登录结束时间",
  16711. "type": "string"
  16712. },
  16713. "login_before": {
  16714. "description": "最近登录开始时间",
  16715. "type": "string"
  16716. },
  16717. "memo": {
  16718. "description": "备注",
  16719. "type": "string"
  16720. },
  16721. "nickname": {
  16722. "type": "string",
  16723. "example": "会员昵称"
  16724. },
  16725. "page": {
  16726. "type": "integer"
  16727. },
  16728. "parent_invite_code": {
  16729. "type": "string",
  16730. "example": "上级邀请码"
  16731. },
  16732. "parent_phone": {
  16733. "type": "string",
  16734. "example": "上级手机号"
  16735. },
  16736. "phone": {
  16737. "type": "string",
  16738. "example": "会员手机号"
  16739. },
  16740. "recommend_id": {
  16741. "description": "推荐人 ID",
  16742. "type": "integer"
  16743. },
  16744. "register_after": {
  16745. "description": "注册时间终点",
  16746. "type": "string"
  16747. },
  16748. "register_before": {
  16749. "description": "注册时间起点",
  16750. "type": "string"
  16751. },
  16752. "register_type": {
  16753. "description": "注册类型(1:APP注册、2:H5注册)",
  16754. "type": "integer"
  16755. },
  16756. "sex": {
  16757. "description": "性别(0:未知 1:男 2:女)",
  16758. "type": "integer"
  16759. },
  16760. "state": {
  16761. "description": "状态",
  16762. "type": "integer"
  16763. },
  16764. "tag": {
  16765. "description": "标签 id",
  16766. "type": "integer"
  16767. },
  16768. "union_id": {
  16769. "type": "string",
  16770. "example": "微信号"
  16771. }
  16772. }
  16773. },
  16774. "md.UserManagementGetUserListResp": {
  16775. "type": "object",
  16776. "properties": {
  16777. "levels_list": {
  16778. "description": "等级列表",
  16779. "type": "array",
  16780. "items": {
  16781. "type": "object",
  16782. "additionalProperties": true
  16783. }
  16784. },
  16785. "list": {
  16786. "type": "array",
  16787. "items": {
  16788. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  16789. }
  16790. },
  16791. "paginate": {
  16792. "description": "分页信息",
  16793. "allOf": [
  16794. {
  16795. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16796. }
  16797. ]
  16798. },
  16799. "state_list": {
  16800. "description": "状态列表",
  16801. "type": "array",
  16802. "items": {
  16803. "type": "object",
  16804. "additionalProperties": true
  16805. }
  16806. },
  16807. "tags_list": {
  16808. "description": "标签列表",
  16809. "type": "array",
  16810. "items": {
  16811. "type": "object",
  16812. "additionalProperties": true
  16813. }
  16814. }
  16815. }
  16816. },
  16817. "md.UserManagementGetVirtualCoinDetailResp": {
  16818. "type": "object",
  16819. "properties": {
  16820. "coin_list": {
  16821. "type": "array",
  16822. "items": {
  16823. "type": "object",
  16824. "additionalProperties": true
  16825. }
  16826. },
  16827. "list": {
  16828. "type": "array",
  16829. "items": {
  16830. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  16831. }
  16832. },
  16833. "paginate": {
  16834. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16835. }
  16836. }
  16837. },
  16838. "md.UserManagementUpdateUserInfoReq": {
  16839. "type": "object",
  16840. "properties": {
  16841. "avatar": {
  16842. "description": "头像",
  16843. "type": "string"
  16844. },
  16845. "last_login_ip": {
  16846. "description": "用户最后登录 IP",
  16847. "type": "string"
  16848. },
  16849. "level": {
  16850. "description": "会员等级 ID",
  16851. "type": "string"
  16852. },
  16853. "memo": {
  16854. "type": "string",
  16855. "example": "备注"
  16856. },
  16857. "nickname": {
  16858. "description": "用户名",
  16859. "type": "string"
  16860. },
  16861. "parent_uid": {
  16862. "description": "邀请人 ID",
  16863. "type": "string"
  16864. },
  16865. "password": {
  16866. "description": "登录密码",
  16867. "type": "string"
  16868. },
  16869. "phone": {
  16870. "description": "手机号",
  16871. "type": "string"
  16872. },
  16873. "sex": {
  16874. "description": "性别(0:未知 1:男 2:女)",
  16875. "type": "string"
  16876. },
  16877. "state": {
  16878. "description": "账号状态 1正常,2冻结",
  16879. "type": "string"
  16880. },
  16881. "tag": {
  16882. "description": "用户标签 ID列表",
  16883. "type": "string"
  16884. },
  16885. "uid": {
  16886. "type": "integer"
  16887. },
  16888. "union_id": {
  16889. "description": "微信号",
  16890. "type": "string"
  16891. }
  16892. }
  16893. },
  16894. "md.UserManagementUserInfoCancelReq": {
  16895. "type": "object",
  16896. "properties": {
  16897. "uid": {
  16898. "type": "string",
  16899. "example": "多个逗号隔开"
  16900. }
  16901. }
  16902. },
  16903. "md.UserManagementUserInfoReq": {
  16904. "type": "object",
  16905. "properties": {
  16906. "parent_uid": {
  16907. "type": "string",
  16908. "example": "参考下智莺 保留关系时候的选择用户"
  16909. },
  16910. "uid": {
  16911. "type": "string",
  16912. "example": "多个逗号隔开"
  16913. }
  16914. }
  16915. },
  16916. "md.UserRealName": {
  16917. "type": "object",
  16918. "properties": {
  16919. "create_time": {
  16920. "type": "string"
  16921. },
  16922. "id": {
  16923. "type": "string"
  16924. },
  16925. "id_no": {
  16926. "type": "string"
  16927. },
  16928. "name": {
  16929. "type": "string"
  16930. },
  16931. "pay_state": {
  16932. "type": "string",
  16933. "example": "0未支付 1已支付"
  16934. },
  16935. "phone": {
  16936. "type": "string"
  16937. },
  16938. "state": {
  16939. "type": "string",
  16940. "example": "0未申请 1申请通过 3申请失败"
  16941. },
  16942. "uid": {
  16943. "type": "string"
  16944. }
  16945. }
  16946. },
  16947. "md.UserRealNameBaseResp": {
  16948. "type": "object",
  16949. "properties": {
  16950. "user_real_name_money": {
  16951. "type": "string",
  16952. "example": "实名认证费用"
  16953. },
  16954. "user_real_name_rule": {
  16955. "type": "string",
  16956. "example": "实名认证说明"
  16957. }
  16958. }
  16959. },
  16960. "md.UserRealNameReq": {
  16961. "type": "object",
  16962. "properties": {
  16963. "id_no": {
  16964. "type": "string"
  16965. },
  16966. "limit": {
  16967. "type": "string"
  16968. },
  16969. "name": {
  16970. "type": "string"
  16971. },
  16972. "page": {
  16973. "type": "string"
  16974. },
  16975. "phone": {
  16976. "type": "string"
  16977. },
  16978. "state": {
  16979. "type": "string"
  16980. },
  16981. "uid": {
  16982. "type": "string"
  16983. }
  16984. }
  16985. },
  16986. "md.UserRealNameResp": {
  16987. "type": "object",
  16988. "properties": {
  16989. "list": {
  16990. "type": "array",
  16991. "items": {
  16992. "$ref": "#/definitions/md.UserRealName"
  16993. }
  16994. },
  16995. "select_data": {
  16996. "type": "array",
  16997. "items": {
  16998. "type": "object",
  16999. "additionalProperties": {
  17000. "type": "string"
  17001. }
  17002. }
  17003. },
  17004. "total": {
  17005. "type": "integer"
  17006. }
  17007. }
  17008. },
  17009. "md.UserRealNameSaveReq": {
  17010. "type": "object",
  17011. "properties": {
  17012. "id": {
  17013. "type": "string"
  17014. },
  17015. "state": {
  17016. "type": "string"
  17017. }
  17018. }
  17019. },
  17020. "md.UserVirtualCoinFlow": {
  17021. "type": "object",
  17022. "properties": {
  17023. "after_amount": {
  17024. "type": "string",
  17025. "example": "变更后数量"
  17026. },
  17027. "amount": {
  17028. "type": "string",
  17029. "example": "变更数量"
  17030. },
  17031. "before_amount": {
  17032. "type": "string",
  17033. "example": "变更前数量"
  17034. },
  17035. "coin_id": {
  17036. "description": "虚拟币 ID",
  17037. "type": "integer"
  17038. },
  17039. "create_at": {
  17040. "type": "string",
  17041. "example": "创建时间"
  17042. },
  17043. "direction": {
  17044. "description": "方向:1收入 2支出",
  17045. "type": "integer"
  17046. },
  17047. "id": {
  17048. "type": "integer"
  17049. },
  17050. "sys_fee": {
  17051. "type": "string",
  17052. "example": "手续费"
  17053. },
  17054. "title": {
  17055. "type": "string",
  17056. "example": "标题"
  17057. },
  17058. "transfer_type": {
  17059. "description": "转账类型",
  17060. "type": "integer"
  17061. },
  17062. "uid": {
  17063. "description": "用户 ID",
  17064. "type": "integer"
  17065. },
  17066. "update_at": {
  17067. "type": "string",
  17068. "example": "更新时间"
  17069. }
  17070. }
  17071. },
  17072. "md.VideoBaseData": {
  17073. "type": "object",
  17074. "properties": {
  17075. "interval": {
  17076. "type": "string",
  17077. "example": "领取间隔 秒"
  17078. },
  17079. "reward": {
  17080. "type": "string",
  17081. "example": "单次奖励"
  17082. },
  17083. "timer": {
  17084. "type": "string",
  17085. "example": "观看X秒奖励"
  17086. },
  17087. "total": {
  17088. "type": "string",
  17089. "example": "可领取总次数"
  17090. }
  17091. }
  17092. },
  17093. "md.VideoRewardSetting": {
  17094. "type": "object",
  17095. "properties": {
  17096. "video_reward_is_open": {
  17097. "description": "视频奖励是否开启(1:开启 0:关闭)",
  17098. "type": "integer"
  17099. },
  17100. "video_reward_system": {
  17101. "description": "视频奖励机制",
  17102. "allOf": [
  17103. {
  17104. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  17105. }
  17106. ]
  17107. }
  17108. }
  17109. },
  17110. "md.VideoRewardSystemStruct": {
  17111. "type": "object",
  17112. "properties": {
  17113. "each_round_hour": {
  17114. "description": "每一轮X个小时",
  17115. "type": "string"
  17116. },
  17117. "interval_minutes": {
  17118. "description": "间隔X秒",
  17119. "type": "string"
  17120. },
  17121. "reward_total_num": {
  17122. "description": "一共X个奖励视屏",
  17123. "type": "string"
  17124. },
  17125. "reward_value": {
  17126. "description": "奖励X个活跃积分",
  17127. "type": "string"
  17128. }
  17129. }
  17130. },
  17131. "md.VipEquitySettingNode": {
  17132. "type": "object",
  17133. "properties": {
  17134. "dividend_ratio": {
  17135. "description": "分红比例",
  17136. "type": "string"
  17137. },
  17138. "exchange_account_balance_fee": {
  17139. "description": "兑换余额手续费",
  17140. "type": "string"
  17141. },
  17142. "vip_level_id": {
  17143. "description": "会员等级ID",
  17144. "type": "string"
  17145. },
  17146. "vip_level_name": {
  17147. "description": "会员等级名称",
  17148. "type": "string"
  17149. }
  17150. }
  17151. },
  17152. "md.VirtualCoin": {
  17153. "type": "object",
  17154. "properties": {
  17155. "create_at": {
  17156. "type": "string"
  17157. },
  17158. "exchange_ratio": {
  17159. "description": "兑换比例(与金额)",
  17160. "type": "string",
  17161. "example": "兑换比例(与金额)"
  17162. },
  17163. "id": {
  17164. "type": "integer"
  17165. },
  17166. "is_use": {
  17167. "description": "是否开启: 0否 1是",
  17168. "type": "integer"
  17169. },
  17170. "name": {
  17171. "description": "名称",
  17172. "type": "string"
  17173. },
  17174. "update_at": {
  17175. "type": "string"
  17176. }
  17177. }
  17178. },
  17179. "md.VirtualCoinDetailNode": {
  17180. "type": "object",
  17181. "properties": {
  17182. "after_amount": {
  17183. "description": "变更后积分余额",
  17184. "type": "string"
  17185. },
  17186. "amount": {
  17187. "description": "变更数量",
  17188. "type": "string"
  17189. },
  17190. "create_at": {
  17191. "description": "创建时间",
  17192. "type": "string"
  17193. },
  17194. "direction": {
  17195. "description": "类型 1.收入 2.支出",
  17196. "type": "integer"
  17197. },
  17198. "uid": {
  17199. "description": "用户 ID",
  17200. "type": "integer"
  17201. }
  17202. }
  17203. },
  17204. "md.VirtualCoinListNode": {
  17205. "type": "object",
  17206. "properties": {
  17207. "coin_id": {
  17208. "description": "货币类型 ID",
  17209. "type": "integer"
  17210. },
  17211. "kind": {
  17212. "description": "货币序号",
  17213. "type": "integer"
  17214. },
  17215. "name": {
  17216. "type": "string",
  17217. "example": "货币类型名称"
  17218. }
  17219. }
  17220. },
  17221. "md.WebsiteInfoResp": {
  17222. "type": "object",
  17223. "properties": {
  17224. "android_down_url": {
  17225. "type": "string"
  17226. },
  17227. "ios_down_url": {
  17228. "type": "string"
  17229. },
  17230. "seo_logo": {
  17231. "type": "string"
  17232. },
  17233. "seo_title": {
  17234. "type": "string",
  17235. "example": "seo"
  17236. },
  17237. "web_logo": {
  17238. "type": "string"
  17239. }
  17240. }
  17241. },
  17242. "md.WithdrawApplyAuditReq": {
  17243. "type": "object",
  17244. "required": [
  17245. "audit_state",
  17246. "withdraw_apply_id"
  17247. ],
  17248. "properties": {
  17249. "audit_state": {
  17250. "description": "审核状态(1:同意 2:拒绝)",
  17251. "type": "integer"
  17252. },
  17253. "reason": {
  17254. "description": "审核失败(驳回理由)",
  17255. "type": "integer"
  17256. },
  17257. "withdraw_apply_id": {
  17258. "description": "提现申请id",
  17259. "type": "integer"
  17260. }
  17261. }
  17262. },
  17263. "md.WithdrawFeeSetStruct": {
  17264. "type": "object",
  17265. "properties": {
  17266. "duration": {
  17267. "description": "类型 (1.固定金额 2.固定比例)",
  17268. "type": "integer"
  17269. },
  17270. "value": {
  17271. "description": "具体值",
  17272. "type": "integer"
  17273. }
  17274. }
  17275. },
  17276. "md.WithdrawFrequencySettingStruct": {
  17277. "type": "object",
  17278. "properties": {
  17279. "duration": {
  17280. "description": "周期 (1.天 2.周 3.月)",
  17281. "type": "integer"
  17282. },
  17283. "num": {
  17284. "description": "周期数",
  17285. "type": "array",
  17286. "items": {
  17287. "type": "string"
  17288. }
  17289. }
  17290. }
  17291. },
  17292. "md.WithdrawTimeIntervalStruct": {
  17293. "type": "object",
  17294. "properties": {
  17295. "end_at": {
  17296. "type": "string"
  17297. },
  17298. "start_at": {
  17299. "type": "string"
  17300. }
  17301. }
  17302. },
  17303. "model.EggEnergyUserEggIndexWeight": {
  17304. "type": "object",
  17305. "properties": {
  17306. "account_balance_exchange_egg_energy_nums": {
  17307. "type": "string"
  17308. },
  17309. "browse_interface_nums": {
  17310. "type": "string"
  17311. },
  17312. "college_learning_nums": {
  17313. "type": "string"
  17314. },
  17315. "create_at": {
  17316. "type": "string"
  17317. },
  17318. "ecpm": {
  17319. "type": "string"
  17320. },
  17321. "egg_energy_exchange_account_balance": {
  17322. "type": "string"
  17323. },
  17324. "forum_comments_nums": {
  17325. "type": "string"
  17326. },
  17327. "id": {
  17328. "type": "integer"
  17329. },
  17330. "im_activity_nums": {
  17331. "type": "string"
  17332. },
  17333. "invite_user_nums": {
  17334. "type": "string"
  17335. },
  17336. "person_add_activity_value": {
  17337. "type": "string"
  17338. },
  17339. "send_circle_of_friend_nums": {
  17340. "type": "string"
  17341. },
  17342. "send_red_package_nums": {
  17343. "type": "string"
  17344. },
  17345. "sign_in_nums": {
  17346. "type": "string"
  17347. },
  17348. "team_activity_nums": {
  17349. "type": "string"
  17350. },
  17351. "update_at": {
  17352. "type": "string"
  17353. },
  17354. "violate_nums": {
  17355. "type": "string"
  17356. }
  17357. }
  17358. },
  17359. "model.PlatformActiveData": {
  17360. "type": "object",
  17361. "properties": {
  17362. "date": {
  17363. "type": "string"
  17364. },
  17365. "id": {
  17366. "type": "integer"
  17367. },
  17368. "new_user_count": {
  17369. "type": "integer"
  17370. },
  17371. "user_sign_in_count": {
  17372. "type": "integer"
  17373. },
  17374. "withdraw_amount_count": {
  17375. "type": "string"
  17376. },
  17377. "withdraw_user_count": {
  17378. "type": "integer"
  17379. }
  17380. }
  17381. },
  17382. "model.UserLevelTask": {
  17383. "type": "object",
  17384. "properties": {
  17385. "active_days": {
  17386. "type": "integer"
  17387. },
  17388. "create_at": {
  17389. "type": "string"
  17390. },
  17391. "finish_count": {
  17392. "type": "integer"
  17393. },
  17394. "id": {
  17395. "type": "integer"
  17396. },
  17397. "is_must_task": {
  17398. "type": "integer"
  17399. },
  17400. "level_id": {
  17401. "type": "integer"
  17402. },
  17403. "task_type": {
  17404. "type": "integer"
  17405. },
  17406. "task_type_level_id": {
  17407. "type": "integer"
  17408. },
  17409. "update_at": {
  17410. "type": "string"
  17411. },
  17412. "within_days": {
  17413. "type": "integer"
  17414. }
  17415. }
  17416. },
  17417. "setCenter.KuaizhanBasicReq": {
  17418. "type": "object",
  17419. "properties": {
  17420. "kuaizhan_url": {
  17421. "type": "string"
  17422. }
  17423. }
  17424. },
  17425. "setCenter.KuaizhanBasicResp": {
  17426. "type": "object",
  17427. "properties": {
  17428. "kuaizhan_url": {
  17429. "type": "string"
  17430. }
  17431. }
  17432. },
  17433. "setCenter.WebBasicReq": {
  17434. "type": "object",
  17435. "properties": {
  17436. "android_down_url": {
  17437. "type": "string"
  17438. },
  17439. "ios_down_url": {
  17440. "type": "string"
  17441. },
  17442. "seo_logo": {
  17443. "type": "string"
  17444. },
  17445. "seo_title": {
  17446. "type": "string"
  17447. },
  17448. "wap_host": {
  17449. "type": "string",
  17450. "example": "h5域名"
  17451. },
  17452. "web_logo": {
  17453. "type": "string"
  17454. }
  17455. }
  17456. },
  17457. "setCenter.WebBasicResp": {
  17458. "type": "object",
  17459. "properties": {
  17460. "android_down_url": {
  17461. "type": "string"
  17462. },
  17463. "ios_down_url": {
  17464. "type": "string"
  17465. },
  17466. "seo_logo": {
  17467. "type": "string"
  17468. },
  17469. "seo_logo_url": {
  17470. "type": "string"
  17471. },
  17472. "seo_title": {
  17473. "type": "string"
  17474. },
  17475. "wap_host": {
  17476. "type": "string",
  17477. "example": "h5域名"
  17478. },
  17479. "web_logo": {
  17480. "type": "string"
  17481. },
  17482. "web_logo_url": {
  17483. "type": "string"
  17484. }
  17485. }
  17486. },
  17487. "setCenter.WebDomainBasicReq": {
  17488. "type": "object",
  17489. "properties": {
  17490. "down_web_domain": {
  17491. "type": "array",
  17492. "items": {
  17493. "type": "string"
  17494. }
  17495. }
  17496. }
  17497. }
  17498. },
  17499. "securityDefinitions": {
  17500. "MasterID": {
  17501. "type": "apiKey",
  17502. "name": "MasterID",
  17503. "in": "header"
  17504. }
  17505. }
  17506. }