蛋蛋星球 后台端
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.
 
 
 
 

17303 line
589 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "管理后台接口文档",
  5. "title": "蛋蛋星球-管理后台",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "dengbiao",
  9. "url": "http://www.swagger.io/support",
  10. "email": "1239118001@qq.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "localhost:4001",
  19. "paths": {
  20. "/api/adminLog/list": {
  21. "post": {
  22. "description": "操作日志",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "操作日志"
  31. ],
  32. "summary": "操作日志",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "description": "验证参数Bearer和token空格拼接",
  37. "name": "Authorization",
  38. "in": "header",
  39. "required": true
  40. },
  41. {
  42. "description": "(分页信息必填)",
  43. "name": "req",
  44. "in": "body",
  45. "required": true,
  46. "schema": {
  47. "$ref": "#/definitions/md.AdminLogListReq"
  48. }
  49. }
  50. ],
  51. "responses": {
  52. "200": {
  53. "description": "具体数据",
  54. "schema": {
  55. "$ref": "#/definitions/md.AdminLogListResp"
  56. }
  57. },
  58. "400": {
  59. "description": "具体错误",
  60. "schema": {
  61. "$ref": "#/definitions/md.Response"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. "/api/advertising/del": {
  68. "post": {
  69. "description": "广告管理-广告列表-删除",
  70. "consumes": [
  71. "application/json"
  72. ],
  73. "produces": [
  74. "application/json"
  75. ],
  76. "tags": [
  77. "广告管理"
  78. ],
  79. "summary": "广告管理-广告列表-删除",
  80. "parameters": [
  81. {
  82. "type": "string",
  83. "description": "验证参数Bearer和token空格拼接",
  84. "name": "Authorization",
  85. "in": "header",
  86. "required": true
  87. },
  88. {
  89. "description": "(分页信息必填)",
  90. "name": "req",
  91. "in": "body",
  92. "required": true,
  93. "schema": {
  94. "$ref": "#/definitions/md.AdvertisingDelReq"
  95. }
  96. }
  97. ],
  98. "responses": {
  99. "200": {
  100. "description": "具体数据",
  101. "schema": {
  102. "type": "string"
  103. }
  104. },
  105. "400": {
  106. "description": "具体错误",
  107. "schema": {
  108. "$ref": "#/definitions/md.Response"
  109. }
  110. }
  111. }
  112. }
  113. },
  114. "/api/advertising/function/del": {
  115. "post": {
  116. "description": "广告管理-广告位置列表-删除",
  117. "consumes": [
  118. "application/json"
  119. ],
  120. "produces": [
  121. "application/json"
  122. ],
  123. "tags": [
  124. "广告管理"
  125. ],
  126. "summary": "广告管理-广告位置列表-删除",
  127. "parameters": [
  128. {
  129. "type": "string",
  130. "description": "验证参数Bearer和token空格拼接",
  131. "name": "Authorization",
  132. "in": "header",
  133. "required": true
  134. },
  135. {
  136. "description": "(分页信息必填)",
  137. "name": "req",
  138. "in": "body",
  139. "required": true,
  140. "schema": {
  141. "$ref": "#/definitions/md.AdvertisingDelReq"
  142. }
  143. }
  144. ],
  145. "responses": {
  146. "200": {
  147. "description": "具体数据",
  148. "schema": {
  149. "type": "string"
  150. }
  151. },
  152. "400": {
  153. "description": "具体错误",
  154. "schema": {
  155. "$ref": "#/definitions/md.Response"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "/api/advertising/function/list": {
  162. "post": {
  163. "description": "广告管理-广告位置列表",
  164. "consumes": [
  165. "application/json"
  166. ],
  167. "produces": [
  168. "application/json"
  169. ],
  170. "tags": [
  171. "广告管理"
  172. ],
  173. "summary": "广告管理-广告位置列表",
  174. "parameters": [
  175. {
  176. "type": "string",
  177. "description": "验证参数Bearer和token空格拼接",
  178. "name": "Authorization",
  179. "in": "header",
  180. "required": true
  181. },
  182. {
  183. "description": "(分页信息必填)",
  184. "name": "req",
  185. "in": "body",
  186. "required": true,
  187. "schema": {
  188. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  189. }
  190. }
  191. ],
  192. "responses": {
  193. "200": {
  194. "description": "具体数据",
  195. "schema": {
  196. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  197. }
  198. },
  199. "400": {
  200. "description": "具体错误",
  201. "schema": {
  202. "$ref": "#/definitions/md.Response"
  203. }
  204. }
  205. }
  206. }
  207. },
  208. "/api/advertising/function/save": {
  209. "post": {
  210. "description": "广告管理-广告位置列表-保存",
  211. "consumes": [
  212. "application/json"
  213. ],
  214. "produces": [
  215. "application/json"
  216. ],
  217. "tags": [
  218. "广告管理"
  219. ],
  220. "summary": "广告管理-广告位置列表-保存",
  221. "parameters": [
  222. {
  223. "type": "string",
  224. "description": "验证参数Bearer和token空格拼接",
  225. "name": "Authorization",
  226. "in": "header",
  227. "required": true
  228. },
  229. {
  230. "description": "(分页信息必填)",
  231. "name": "req",
  232. "in": "body",
  233. "required": true,
  234. "schema": {
  235. "$ref": "#/definitions/md.AdvertisingFunctionList"
  236. }
  237. }
  238. ],
  239. "responses": {
  240. "200": {
  241. "description": "具体数据",
  242. "schema": {
  243. "type": "string"
  244. }
  245. },
  246. "400": {
  247. "description": "具体错误",
  248. "schema": {
  249. "$ref": "#/definitions/md.Response"
  250. }
  251. }
  252. }
  253. }
  254. },
  255. "/api/advertising/getBasic": {
  256. "get": {
  257. "description": "广告管理-基础设置-信息",
  258. "consumes": [
  259. "application/json"
  260. ],
  261. "produces": [
  262. "application/json"
  263. ],
  264. "tags": [
  265. "广告管理"
  266. ],
  267. "summary": "广告管理-基础设置-信息",
  268. "parameters": [
  269. {
  270. "type": "string",
  271. "description": "验证参数Bearer和token空格拼接",
  272. "name": "Authorization",
  273. "in": "header",
  274. "required": true
  275. }
  276. ],
  277. "responses": {
  278. "200": {
  279. "description": "具体数据",
  280. "schema": {
  281. "$ref": "#/definitions/md.AdvertisingBaseResp"
  282. }
  283. },
  284. "400": {
  285. "description": "具体错误",
  286. "schema": {
  287. "$ref": "#/definitions/md.Response"
  288. }
  289. }
  290. }
  291. }
  292. },
  293. "/api/advertising/getLimit": {
  294. "get": {
  295. "description": "广告管理-广告设置-信息",
  296. "consumes": [
  297. "application/json"
  298. ],
  299. "produces": [
  300. "application/json"
  301. ],
  302. "tags": [
  303. "广告管理"
  304. ],
  305. "summary": "广告管理-广告设置-信息",
  306. "parameters": [
  307. {
  308. "type": "string",
  309. "description": "验证参数Bearer和token空格拼接",
  310. "name": "Authorization",
  311. "in": "header",
  312. "required": true
  313. }
  314. ],
  315. "responses": {
  316. "200": {
  317. "description": "具体数据",
  318. "schema": {
  319. "$ref": "#/definitions/md.AdvertisingLimit"
  320. }
  321. },
  322. "400": {
  323. "description": "具体错误",
  324. "schema": {
  325. "$ref": "#/definitions/md.Response"
  326. }
  327. }
  328. }
  329. }
  330. },
  331. "/api/advertising/getPlayletBasic": {
  332. "get": {
  333. "description": "广告管理-短剧设置-信息",
  334. "consumes": [
  335. "application/json"
  336. ],
  337. "produces": [
  338. "application/json"
  339. ],
  340. "tags": [
  341. "广告管理"
  342. ],
  343. "summary": "广告管理-短剧设置-信息",
  344. "parameters": [
  345. {
  346. "type": "string",
  347. "description": "验证参数Bearer和token空格拼接",
  348. "name": "Authorization",
  349. "in": "header",
  350. "required": true
  351. }
  352. ],
  353. "responses": {
  354. "200": {
  355. "description": "具体数据",
  356. "schema": {
  357. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  358. }
  359. },
  360. "400": {
  361. "description": "具体错误",
  362. "schema": {
  363. "$ref": "#/definitions/md.Response"
  364. }
  365. }
  366. }
  367. }
  368. },
  369. "/api/advertising/list": {
  370. "post": {
  371. "description": "广告管理-广告列表",
  372. "consumes": [
  373. "application/json"
  374. ],
  375. "produces": [
  376. "application/json"
  377. ],
  378. "tags": [
  379. "广告管理"
  380. ],
  381. "summary": "广告管理-广告列表",
  382. "parameters": [
  383. {
  384. "type": "string",
  385. "description": "验证参数Bearer和token空格拼接",
  386. "name": "Authorization",
  387. "in": "header",
  388. "required": true
  389. },
  390. {
  391. "description": "(分页信息必填)",
  392. "name": "req",
  393. "in": "body",
  394. "required": true,
  395. "schema": {
  396. "$ref": "#/definitions/md.AdvertisingListReq"
  397. }
  398. }
  399. ],
  400. "responses": {
  401. "200": {
  402. "description": "具体数据",
  403. "schema": {
  404. "$ref": "#/definitions/md.AdvertisingListResp"
  405. }
  406. },
  407. "400": {
  408. "description": "具体错误",
  409. "schema": {
  410. "$ref": "#/definitions/md.Response"
  411. }
  412. }
  413. }
  414. }
  415. },
  416. "/api/advertising/save": {
  417. "post": {
  418. "description": "广告管理-广告列表-保存",
  419. "consumes": [
  420. "application/json"
  421. ],
  422. "produces": [
  423. "application/json"
  424. ],
  425. "tags": [
  426. "广告管理"
  427. ],
  428. "summary": "广告管理-广告列表-保存",
  429. "parameters": [
  430. {
  431. "type": "string",
  432. "description": "验证参数Bearer和token空格拼接",
  433. "name": "Authorization",
  434. "in": "header",
  435. "required": true
  436. },
  437. {
  438. "description": "(分页信息必填)",
  439. "name": "req",
  440. "in": "body",
  441. "required": true,
  442. "schema": {
  443. "$ref": "#/definitions/md.AdvertisingSaveReq"
  444. }
  445. }
  446. ],
  447. "responses": {
  448. "200": {
  449. "description": "具体数据",
  450. "schema": {
  451. "type": "string"
  452. }
  453. },
  454. "400": {
  455. "description": "具体错误",
  456. "schema": {
  457. "$ref": "#/definitions/md.Response"
  458. }
  459. }
  460. }
  461. }
  462. },
  463. "/api/advertising/setBasic": {
  464. "post": {
  465. "description": "广告管理-基础设置-信息保存",
  466. "consumes": [
  467. "application/json"
  468. ],
  469. "produces": [
  470. "application/json"
  471. ],
  472. "tags": [
  473. "广告管理"
  474. ],
  475. "summary": "广告管理-基础设置-信息保存",
  476. "parameters": [
  477. {
  478. "type": "string",
  479. "description": "验证参数Bearer和token空格拼接",
  480. "name": "Authorization",
  481. "in": "header",
  482. "required": true
  483. },
  484. {
  485. "description": "(分页信息必填)",
  486. "name": "req",
  487. "in": "body",
  488. "required": true,
  489. "schema": {
  490. "$ref": "#/definitions/md.AdvertisingBase"
  491. }
  492. }
  493. ],
  494. "responses": {
  495. "200": {
  496. "description": "具体数据",
  497. "schema": {
  498. "type": "string"
  499. }
  500. },
  501. "400": {
  502. "description": "具体错误",
  503. "schema": {
  504. "$ref": "#/definitions/md.Response"
  505. }
  506. }
  507. }
  508. }
  509. },
  510. "/api/advertising/setLimit": {
  511. "post": {
  512. "description": "广告管理-广告设置-信息保存",
  513. "consumes": [
  514. "application/json"
  515. ],
  516. "produces": [
  517. "application/json"
  518. ],
  519. "tags": [
  520. "广告管理"
  521. ],
  522. "summary": "广告管理-广告设置-信息保存",
  523. "parameters": [
  524. {
  525. "type": "string",
  526. "description": "验证参数Bearer和token空格拼接",
  527. "name": "Authorization",
  528. "in": "header",
  529. "required": true
  530. },
  531. {
  532. "description": "(分页信息必填)",
  533. "name": "req",
  534. "in": "body",
  535. "required": true,
  536. "schema": {
  537. "$ref": "#/definitions/md.AdvertisingLimit"
  538. }
  539. }
  540. ],
  541. "responses": {
  542. "200": {
  543. "description": "具体数据",
  544. "schema": {
  545. "type": "string"
  546. }
  547. },
  548. "400": {
  549. "description": "具体错误",
  550. "schema": {
  551. "$ref": "#/definitions/md.Response"
  552. }
  553. }
  554. }
  555. }
  556. },
  557. "/api/advertising/setPlayletBasic": {
  558. "post": {
  559. "description": "广告管理-短剧设置-信息保存",
  560. "consumes": [
  561. "application/json"
  562. ],
  563. "produces": [
  564. "application/json"
  565. ],
  566. "tags": [
  567. "广告管理"
  568. ],
  569. "summary": "广告管理-短剧设置-信息保存",
  570. "parameters": [
  571. {
  572. "type": "string",
  573. "description": "验证参数Bearer和token空格拼接",
  574. "name": "Authorization",
  575. "in": "header",
  576. "required": true
  577. },
  578. {
  579. "description": "(分页信息必填)",
  580. "name": "req",
  581. "in": "body",
  582. "required": true,
  583. "schema": {
  584. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  585. }
  586. }
  587. ],
  588. "responses": {
  589. "200": {
  590. "description": "具体数据",
  591. "schema": {
  592. "type": "string"
  593. }
  594. },
  595. "400": {
  596. "description": "具体错误",
  597. "schema": {
  598. "$ref": "#/definitions/md.Response"
  599. }
  600. }
  601. }
  602. }
  603. },
  604. "/api/advertising/visit/list": {
  605. "post": {
  606. "description": "广告管理-回调列表",
  607. "consumes": [
  608. "application/json"
  609. ],
  610. "produces": [
  611. "application/json"
  612. ],
  613. "tags": [
  614. "广告管理"
  615. ],
  616. "summary": "广告管理-回调列表",
  617. "parameters": [
  618. {
  619. "type": "string",
  620. "description": "验证参数Bearer和token空格拼接",
  621. "name": "Authorization",
  622. "in": "header",
  623. "required": true
  624. },
  625. {
  626. "description": "(分页信息必填)",
  627. "name": "req",
  628. "in": "body",
  629. "required": true,
  630. "schema": {
  631. "$ref": "#/definitions/md.AdvertisingVisitListReq"
  632. }
  633. }
  634. ],
  635. "responses": {
  636. "200": {
  637. "description": "具体数据",
  638. "schema": {
  639. "$ref": "#/definitions/md.AdvertisingVisitListResp"
  640. }
  641. },
  642. "400": {
  643. "description": "具体错误",
  644. "schema": {
  645. "$ref": "#/definitions/md.Response"
  646. }
  647. }
  648. }
  649. }
  650. },
  651. "/api/article/cate/del": {
  652. "post": {
  653. "description": "分类列表-分类删除",
  654. "consumes": [
  655. "application/json"
  656. ],
  657. "produces": [
  658. "application/json"
  659. ],
  660. "tags": [
  661. "文章资讯"
  662. ],
  663. "summary": "文章资讯-分类列表-分类删除",
  664. "parameters": [
  665. {
  666. "type": "string",
  667. "description": "验证参数Bearer和token空格拼接",
  668. "name": "Authorization",
  669. "in": "header",
  670. "required": true
  671. },
  672. {
  673. "description": "(分页信息必填)",
  674. "name": "req",
  675. "in": "body",
  676. "required": true,
  677. "schema": {
  678. "$ref": "#/definitions/md.ArticleCateDelReq"
  679. }
  680. }
  681. ],
  682. "responses": {
  683. "200": {
  684. "description": "具体数据",
  685. "schema": {
  686. "type": "string"
  687. }
  688. },
  689. "400": {
  690. "description": "具体错误",
  691. "schema": {
  692. "$ref": "#/definitions/md.Response"
  693. }
  694. }
  695. }
  696. }
  697. },
  698. "/api/article/cate/list": {
  699. "post": {
  700. "description": "分类列表",
  701. "consumes": [
  702. "application/json"
  703. ],
  704. "produces": [
  705. "application/json"
  706. ],
  707. "tags": [
  708. "文章资讯"
  709. ],
  710. "summary": "文章资讯-分类列表",
  711. "parameters": [
  712. {
  713. "type": "string",
  714. "description": "验证参数Bearer和token空格拼接",
  715. "name": "Authorization",
  716. "in": "header",
  717. "required": true
  718. },
  719. {
  720. "description": "(分页信息必填)",
  721. "name": "req",
  722. "in": "body",
  723. "required": true,
  724. "schema": {
  725. "$ref": "#/definitions/md.ArticleCateListReq"
  726. }
  727. }
  728. ],
  729. "responses": {
  730. "200": {
  731. "description": "具体数据",
  732. "schema": {
  733. "$ref": "#/definitions/md.ArticleCateListResp"
  734. }
  735. },
  736. "400": {
  737. "description": "具体错误",
  738. "schema": {
  739. "$ref": "#/definitions/md.Response"
  740. }
  741. }
  742. }
  743. }
  744. },
  745. "/api/article/cate/save": {
  746. "post": {
  747. "description": "分类列表-分类保存",
  748. "consumes": [
  749. "application/json"
  750. ],
  751. "produces": [
  752. "application/json"
  753. ],
  754. "tags": [
  755. "文章资讯"
  756. ],
  757. "summary": "文章资讯-分类列表-分类保存",
  758. "parameters": [
  759. {
  760. "type": "string",
  761. "description": "验证参数Bearer和token空格拼接",
  762. "name": "Authorization",
  763. "in": "header",
  764. "required": true
  765. },
  766. {
  767. "description": "(分页信息必填)",
  768. "name": "req",
  769. "in": "body",
  770. "required": true,
  771. "schema": {
  772. "$ref": "#/definitions/md.ArticleCateSaveReq"
  773. }
  774. }
  775. ],
  776. "responses": {
  777. "200": {
  778. "description": "具体数据",
  779. "schema": {
  780. "type": "string"
  781. }
  782. },
  783. "400": {
  784. "description": "具体错误",
  785. "schema": {
  786. "$ref": "#/definitions/md.Response"
  787. }
  788. }
  789. }
  790. }
  791. },
  792. "/api/article/content/del": {
  793. "post": {
  794. "description": "文章列表-文章删除",
  795. "consumes": [
  796. "application/json"
  797. ],
  798. "produces": [
  799. "application/json"
  800. ],
  801. "tags": [
  802. "文章资讯"
  803. ],
  804. "summary": "文章资讯-文章列表-文章删除",
  805. "parameters": [
  806. {
  807. "type": "string",
  808. "description": "验证参数Bearer和token空格拼接",
  809. "name": "Authorization",
  810. "in": "header",
  811. "required": true
  812. },
  813. {
  814. "description": "(分页信息必填)",
  815. "name": "req",
  816. "in": "body",
  817. "required": true,
  818. "schema": {
  819. "$ref": "#/definitions/md.ArticleDelReq"
  820. }
  821. }
  822. ],
  823. "responses": {
  824. "200": {
  825. "description": "具体数据",
  826. "schema": {
  827. "type": "string"
  828. }
  829. },
  830. "400": {
  831. "description": "具体错误",
  832. "schema": {
  833. "$ref": "#/definitions/md.Response"
  834. }
  835. }
  836. }
  837. }
  838. },
  839. "/api/article/content/list": {
  840. "post": {
  841. "description": "文章列表",
  842. "consumes": [
  843. "application/json"
  844. ],
  845. "produces": [
  846. "application/json"
  847. ],
  848. "tags": [
  849. "文章资讯"
  850. ],
  851. "summary": "文章资讯-文章列表",
  852. "parameters": [
  853. {
  854. "type": "string",
  855. "description": "验证参数Bearer和token空格拼接",
  856. "name": "Authorization",
  857. "in": "header",
  858. "required": true
  859. },
  860. {
  861. "description": "(分页信息必填)",
  862. "name": "req",
  863. "in": "body",
  864. "required": true,
  865. "schema": {
  866. "$ref": "#/definitions/md.ArticleListReq"
  867. }
  868. }
  869. ],
  870. "responses": {
  871. "200": {
  872. "description": "具体数据",
  873. "schema": {
  874. "$ref": "#/definitions/md.ArticleListResp"
  875. }
  876. },
  877. "400": {
  878. "description": "具体错误",
  879. "schema": {
  880. "$ref": "#/definitions/md.Response"
  881. }
  882. }
  883. }
  884. }
  885. },
  886. "/api/article/content/save": {
  887. "post": {
  888. "description": "文章列表-文章保存",
  889. "consumes": [
  890. "application/json"
  891. ],
  892. "produces": [
  893. "application/json"
  894. ],
  895. "tags": [
  896. "文章资讯"
  897. ],
  898. "summary": "文章资讯-文章列表-文章保存",
  899. "parameters": [
  900. {
  901. "type": "string",
  902. "description": "验证参数Bearer和token空格拼接",
  903. "name": "Authorization",
  904. "in": "header",
  905. "required": true
  906. },
  907. {
  908. "description": "(分页信息必填)",
  909. "name": "req",
  910. "in": "body",
  911. "required": true,
  912. "schema": {
  913. "$ref": "#/definitions/md.ArticleSaveReq"
  914. }
  915. }
  916. ],
  917. "responses": {
  918. "200": {
  919. "description": "具体数据",
  920. "schema": {
  921. "type": "string"
  922. }
  923. },
  924. "400": {
  925. "description": "具体错误",
  926. "schema": {
  927. "$ref": "#/definitions/md.Response"
  928. }
  929. }
  930. }
  931. }
  932. },
  933. "/api/cloudBundle/audit/clear": {
  934. "post": {
  935. "description": "云打包-云打包-清除审核模板",
  936. "consumes": [
  937. "application/json"
  938. ],
  939. "produces": [
  940. "application/json"
  941. ],
  942. "tags": [
  943. "云打包"
  944. ],
  945. "summary": "云打包-云打包-清除审核模板",
  946. "parameters": [
  947. {
  948. "type": "string",
  949. "description": "验证参数Bearer和token空格拼接",
  950. "name": "Authorization",
  951. "in": "header",
  952. "required": true
  953. },
  954. {
  955. "description": "(分页信息必填)",
  956. "name": "req",
  957. "in": "body",
  958. "required": true,
  959. "schema": {
  960. "$ref": "#/definitions/md.AuditClearReq"
  961. }
  962. }
  963. ],
  964. "responses": {
  965. "200": {
  966. "description": "具体数据",
  967. "schema": {
  968. "type": "string"
  969. }
  970. },
  971. "400": {
  972. "description": "具体错误",
  973. "schema": {
  974. "$ref": "#/definitions/md.Response"
  975. }
  976. }
  977. }
  978. }
  979. },
  980. "/api/cloudBundle/audit/set": {
  981. "post": {
  982. "description": "云打包-云打包-设置为审核模板",
  983. "consumes": [
  984. "application/json"
  985. ],
  986. "produces": [
  987. "application/json"
  988. ],
  989. "tags": [
  990. "云打包"
  991. ],
  992. "summary": "云打包-云打包-设置为审核模板",
  993. "parameters": [
  994. {
  995. "type": "string",
  996. "description": "验证参数Bearer和token空格拼接",
  997. "name": "Authorization",
  998. "in": "header",
  999. "required": true
  1000. },
  1001. {
  1002. "description": "(分页信息必填)",
  1003. "name": "req",
  1004. "in": "body",
  1005. "required": true,
  1006. "schema": {
  1007. "$ref": "#/definitions/md.CommReq"
  1008. }
  1009. }
  1010. ],
  1011. "responses": {
  1012. "200": {
  1013. "description": "具体数据",
  1014. "schema": {
  1015. "type": "string"
  1016. }
  1017. },
  1018. "400": {
  1019. "description": "具体错误",
  1020. "schema": {
  1021. "$ref": "#/definitions/md.Response"
  1022. }
  1023. }
  1024. }
  1025. }
  1026. },
  1027. "/api/cloudBundle/base": {
  1028. "get": {
  1029. "description": "打包机使用-云打包基本信息",
  1030. "consumes": [
  1031. "application/json"
  1032. ],
  1033. "produces": [
  1034. "application/json"
  1035. ],
  1036. "tags": [
  1037. "打包机使用"
  1038. ],
  1039. "summary": "打包机使用-云打包基本信息",
  1040. "parameters": [
  1041. {
  1042. "type": "string",
  1043. "description": "验证参数Bearer和token空格拼接",
  1044. "name": "Authorization",
  1045. "in": "header",
  1046. "required": true
  1047. }
  1048. ],
  1049. "responses": {
  1050. "200": {
  1051. "description": "具体数据",
  1052. "schema": {
  1053. "$ref": "#/definitions/md.CloudBundleBaseResp"
  1054. }
  1055. },
  1056. "400": {
  1057. "description": "具体错误",
  1058. "schema": {
  1059. "$ref": "#/definitions/md.Response"
  1060. }
  1061. }
  1062. }
  1063. }
  1064. },
  1065. "/api/cloudBundle/build": {
  1066. "post": {
  1067. "description": "云打包-云打包操作",
  1068. "consumes": [
  1069. "application/json"
  1070. ],
  1071. "produces": [
  1072. "application/json"
  1073. ],
  1074. "tags": [
  1075. "云打包"
  1076. ],
  1077. "summary": "云打包-云打包操作",
  1078. "parameters": [
  1079. {
  1080. "type": "string",
  1081. "description": "验证参数Bearer和token空格拼接",
  1082. "name": "Authorization",
  1083. "in": "header",
  1084. "required": true
  1085. },
  1086. {
  1087. "description": "(分页信息必填)",
  1088. "name": "req",
  1089. "in": "body",
  1090. "required": true,
  1091. "schema": {
  1092. "$ref": "#/definitions/md.CloudBundleBuildReq"
  1093. }
  1094. }
  1095. ],
  1096. "responses": {
  1097. "200": {
  1098. "description": "具体数据",
  1099. "schema": {
  1100. "type": "string"
  1101. }
  1102. },
  1103. "400": {
  1104. "description": "具体错误",
  1105. "schema": {
  1106. "$ref": "#/definitions/md.Response"
  1107. }
  1108. }
  1109. }
  1110. }
  1111. },
  1112. "/api/cloudBundle/del": {
  1113. "post": {
  1114. "description": "云打包-云打包删除",
  1115. "consumes": [
  1116. "application/json"
  1117. ],
  1118. "produces": [
  1119. "application/json"
  1120. ],
  1121. "tags": [
  1122. "云打包"
  1123. ],
  1124. "summary": "云打包-云打包删除",
  1125. "parameters": [
  1126. {
  1127. "type": "string",
  1128. "description": "验证参数Bearer和token空格拼接",
  1129. "name": "Authorization",
  1130. "in": "header",
  1131. "required": true
  1132. },
  1133. {
  1134. "description": "(分页信息必填)",
  1135. "name": "req",
  1136. "in": "body",
  1137. "required": true,
  1138. "schema": {
  1139. "$ref": "#/definitions/md.CloudBundleDelReq"
  1140. }
  1141. }
  1142. ],
  1143. "responses": {
  1144. "200": {
  1145. "description": "具体数据",
  1146. "schema": {
  1147. "type": "string"
  1148. }
  1149. },
  1150. "400": {
  1151. "description": "具体错误",
  1152. "schema": {
  1153. "$ref": "#/definitions/md.Response"
  1154. }
  1155. }
  1156. }
  1157. }
  1158. },
  1159. "/api/cloudBundle/img/base": {
  1160. "get": {
  1161. "description": "云打包-图片配置",
  1162. "consumes": [
  1163. "application/json"
  1164. ],
  1165. "produces": [
  1166. "application/json"
  1167. ],
  1168. "tags": [
  1169. "云打包"
  1170. ],
  1171. "summary": "云打包-云打包-图片配置",
  1172. "parameters": [
  1173. {
  1174. "type": "string",
  1175. "description": "验证参数Bearer和token空格拼接",
  1176. "name": "Authorization",
  1177. "in": "header",
  1178. "required": true
  1179. }
  1180. ],
  1181. "responses": {
  1182. "200": {
  1183. "description": "具体数据",
  1184. "schema": {
  1185. "$ref": "#/definitions/md.CloudBundleImgResp"
  1186. }
  1187. },
  1188. "400": {
  1189. "description": "具体错误",
  1190. "schema": {
  1191. "$ref": "#/definitions/md.Response"
  1192. }
  1193. }
  1194. }
  1195. }
  1196. },
  1197. "/api/cloudBundle/img/base/save": {
  1198. "post": {
  1199. "description": "云打包-图片配置",
  1200. "consumes": [
  1201. "application/json"
  1202. ],
  1203. "produces": [
  1204. "application/json"
  1205. ],
  1206. "tags": [
  1207. "云打包"
  1208. ],
  1209. "summary": "云打包-图片配置",
  1210. "parameters": [
  1211. {
  1212. "type": "string",
  1213. "description": "验证参数Bearer和token空格拼接",
  1214. "name": "Authorization",
  1215. "in": "header",
  1216. "required": true
  1217. },
  1218. {
  1219. "description": "(分页信息必填)",
  1220. "name": "req",
  1221. "in": "body",
  1222. "required": true,
  1223. "schema": {
  1224. "$ref": "#/definitions/md.CloudBundleImgResp"
  1225. }
  1226. }
  1227. ],
  1228. "responses": {
  1229. "200": {
  1230. "description": "具体数据",
  1231. "schema": {
  1232. "type": "string"
  1233. }
  1234. },
  1235. "400": {
  1236. "description": "具体错误",
  1237. "schema": {
  1238. "$ref": "#/definitions/md.Response"
  1239. }
  1240. }
  1241. }
  1242. }
  1243. },
  1244. "/api/cloudBundle/list": {
  1245. "post": {
  1246. "description": "云打包-云打包版本列表",
  1247. "consumes": [
  1248. "application/json"
  1249. ],
  1250. "produces": [
  1251. "application/json"
  1252. ],
  1253. "tags": [
  1254. "云打包"
  1255. ],
  1256. "summary": "云打包-云打包版本列表",
  1257. "parameters": [
  1258. {
  1259. "type": "string",
  1260. "description": "验证参数Bearer和token空格拼接",
  1261. "name": "Authorization",
  1262. "in": "header",
  1263. "required": true
  1264. },
  1265. {
  1266. "description": "(分页信息必填)",
  1267. "name": "req",
  1268. "in": "body",
  1269. "required": true,
  1270. "schema": {
  1271. "$ref": "#/definitions/md.CloudBundleReq"
  1272. }
  1273. }
  1274. ],
  1275. "responses": {
  1276. "200": {
  1277. "description": "具体数据",
  1278. "schema": {
  1279. "$ref": "#/definitions/md.CloudBundleResp"
  1280. }
  1281. },
  1282. "400": {
  1283. "description": "具体错误",
  1284. "schema": {
  1285. "$ref": "#/definitions/md.Response"
  1286. }
  1287. }
  1288. }
  1289. }
  1290. },
  1291. "/api/cloudBundle/update/state": {
  1292. "post": {
  1293. "description": "打包机使用-云打包更新状态",
  1294. "consumes": [
  1295. "application/json"
  1296. ],
  1297. "produces": [
  1298. "application/json"
  1299. ],
  1300. "tags": [
  1301. "打包机使用"
  1302. ],
  1303. "summary": "打包机使用-云打包更新状态等",
  1304. "parameters": [
  1305. {
  1306. "type": "string",
  1307. "description": "验证参数Bearer和token空格拼接",
  1308. "name": "Authorization",
  1309. "in": "header",
  1310. "required": true
  1311. },
  1312. {
  1313. "description": "(分页信息必填)",
  1314. "name": "req",
  1315. "in": "body",
  1316. "required": true,
  1317. "schema": {
  1318. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1319. }
  1320. }
  1321. ],
  1322. "responses": {
  1323. "200": {
  1324. "description": "具体数据",
  1325. "schema": {
  1326. "type": "string"
  1327. }
  1328. },
  1329. "400": {
  1330. "description": "具体错误",
  1331. "schema": {
  1332. "$ref": "#/definitions/md.Response"
  1333. }
  1334. }
  1335. }
  1336. }
  1337. },
  1338. "/api/cloudBundle/upload": {
  1339. "post": {
  1340. "description": "打包机使用-云打包-上传许可链接(获取)",
  1341. "consumes": [
  1342. "application/json"
  1343. ],
  1344. "produces": [
  1345. "application/json"
  1346. ],
  1347. "tags": [
  1348. "打包机使用"
  1349. ],
  1350. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1351. "parameters": [
  1352. {
  1353. "type": "string",
  1354. "description": "验证参数Bearer和token空格拼接",
  1355. "name": "Authorization",
  1356. "in": "header",
  1357. "required": true
  1358. },
  1359. {
  1360. "description": "签名上传url",
  1361. "name": "req",
  1362. "in": "body",
  1363. "required": true,
  1364. "schema": {
  1365. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1366. }
  1367. }
  1368. ],
  1369. "responses": {
  1370. "200": {
  1371. "description": "许可链接",
  1372. "schema": {
  1373. "type": "string"
  1374. }
  1375. },
  1376. "400": {
  1377. "description": "具体错误",
  1378. "schema": {
  1379. "$ref": "#/definitions/md.Response"
  1380. }
  1381. }
  1382. }
  1383. }
  1384. },
  1385. "/api/cloudBundle/version/base": {
  1386. "get": {
  1387. "description": "云打包-图片配置",
  1388. "consumes": [
  1389. "application/json"
  1390. ],
  1391. "produces": [
  1392. "application/json"
  1393. ],
  1394. "tags": [
  1395. "云打包"
  1396. ],
  1397. "summary": "云打包-云打包-图片配置",
  1398. "parameters": [
  1399. {
  1400. "type": "string",
  1401. "description": "验证参数Bearer和token空格拼接",
  1402. "name": "Authorization",
  1403. "in": "header",
  1404. "required": true
  1405. }
  1406. ],
  1407. "responses": {
  1408. "200": {
  1409. "description": "具体数据",
  1410. "schema": {
  1411. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1412. }
  1413. },
  1414. "400": {
  1415. "description": "具体错误",
  1416. "schema": {
  1417. "$ref": "#/definitions/md.Response"
  1418. }
  1419. }
  1420. }
  1421. }
  1422. },
  1423. "/api/cloudBundle/version/base/save": {
  1424. "post": {
  1425. "description": "云打包-图片配置",
  1426. "consumes": [
  1427. "application/json"
  1428. ],
  1429. "produces": [
  1430. "application/json"
  1431. ],
  1432. "tags": [
  1433. "云打包"
  1434. ],
  1435. "summary": "云打包-图片配置",
  1436. "parameters": [
  1437. {
  1438. "type": "string",
  1439. "description": "验证参数Bearer和token空格拼接",
  1440. "name": "Authorization",
  1441. "in": "header",
  1442. "required": true
  1443. },
  1444. {
  1445. "description": "(分页信息必填)",
  1446. "name": "req",
  1447. "in": "body",
  1448. "required": true,
  1449. "schema": {
  1450. "$ref": "#/definitions/md.CloudBundleVersion"
  1451. }
  1452. }
  1453. ],
  1454. "responses": {
  1455. "200": {
  1456. "description": "具体数据",
  1457. "schema": {
  1458. "type": "string"
  1459. }
  1460. },
  1461. "400": {
  1462. "description": "具体错误",
  1463. "schema": {
  1464. "$ref": "#/definitions/md.Response"
  1465. }
  1466. }
  1467. }
  1468. }
  1469. },
  1470. "/api/comm/adminInfo": {
  1471. "post": {
  1472. "description": "获取管理员信息",
  1473. "consumes": [
  1474. "application/json"
  1475. ],
  1476. "produces": [
  1477. "application/json"
  1478. ],
  1479. "tags": [
  1480. "通用请求"
  1481. ],
  1482. "summary": "通用请求-获取管理员信息",
  1483. "parameters": [
  1484. {
  1485. "type": "string",
  1486. "description": "验证参数Bearer和token空格拼接",
  1487. "name": "Authorization",
  1488. "in": "header",
  1489. "required": true
  1490. }
  1491. ],
  1492. "responses": {
  1493. "200": {
  1494. "description": "管理员信息",
  1495. "schema": {
  1496. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1497. }
  1498. },
  1499. "400": {
  1500. "description": "具体错误",
  1501. "schema": {
  1502. "$ref": "#/definitions/md.Response"
  1503. }
  1504. }
  1505. }
  1506. }
  1507. },
  1508. "/api/comm/getMenuList": {
  1509. "post": {
  1510. "description": "菜单栏列表(获取)",
  1511. "consumes": [
  1512. "application/json"
  1513. ],
  1514. "produces": [
  1515. "application/json"
  1516. ],
  1517. "tags": [
  1518. "权限列表"
  1519. ],
  1520. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1521. "parameters": [
  1522. {
  1523. "type": "string",
  1524. "description": "验证参数Bearer和token空格拼接",
  1525. "name": "Authorization",
  1526. "in": "header",
  1527. "required": true
  1528. }
  1529. ],
  1530. "responses": {
  1531. "200": {
  1532. "description": "具体路由",
  1533. "schema": {
  1534. "type": "object",
  1535. "additionalProperties": true
  1536. }
  1537. },
  1538. "400": {
  1539. "description": "具体错误",
  1540. "schema": {
  1541. "$ref": "#/definitions/md.Response"
  1542. }
  1543. }
  1544. }
  1545. }
  1546. },
  1547. "/api/comm/getOssUrl": {
  1548. "post": {
  1549. "description": "上传许可链接(获取)",
  1550. "consumes": [
  1551. "application/json"
  1552. ],
  1553. "produces": [
  1554. "application/json"
  1555. ],
  1556. "tags": [
  1557. "对象存储"
  1558. ],
  1559. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1560. "parameters": [
  1561. {
  1562. "type": "string",
  1563. "description": "验证参数Bearer和token空格拼接",
  1564. "name": "Authorization",
  1565. "in": "header",
  1566. "required": true
  1567. },
  1568. {
  1569. "description": "签名上传url",
  1570. "name": "req",
  1571. "in": "body",
  1572. "required": true,
  1573. "schema": {
  1574. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1575. }
  1576. }
  1577. ],
  1578. "responses": {
  1579. "200": {
  1580. "description": "许可链接",
  1581. "schema": {
  1582. "type": "string"
  1583. }
  1584. },
  1585. "400": {
  1586. "description": "具体错误",
  1587. "schema": {
  1588. "$ref": "#/definitions/md.Response"
  1589. }
  1590. }
  1591. }
  1592. }
  1593. },
  1594. "/api/config": {
  1595. "get": {
  1596. "description": "基本配置",
  1597. "consumes": [
  1598. "application/json"
  1599. ],
  1600. "produces": [
  1601. "application/json"
  1602. ],
  1603. "tags": [
  1604. "基本配置"
  1605. ],
  1606. "summary": "基本配置",
  1607. "parameters": [
  1608. {
  1609. "type": "string",
  1610. "description": "验证参数Bearer和token空格拼接",
  1611. "name": "Authorization",
  1612. "in": "header",
  1613. "required": true
  1614. }
  1615. ],
  1616. "responses": {
  1617. "200": {
  1618. "description": "具体数据",
  1619. "schema": {
  1620. "$ref": "#/definitions/md.ConfigResp"
  1621. }
  1622. },
  1623. "400": {
  1624. "description": "具体错误",
  1625. "schema": {
  1626. "$ref": "#/definitions/md.Response"
  1627. }
  1628. }
  1629. }
  1630. }
  1631. },
  1632. "/api/demo": {
  1633. "post": {
  1634. "description": "Demo样例测试",
  1635. "consumes": [
  1636. "application/json"
  1637. ],
  1638. "produces": [
  1639. "application/json"
  1640. ],
  1641. "tags": [
  1642. "Demo"
  1643. ],
  1644. "summary": "Demo测试",
  1645. "parameters": [
  1646. {
  1647. "description": "用户名密码",
  1648. "name": "req",
  1649. "in": "body",
  1650. "required": true,
  1651. "schema": {}
  1652. }
  1653. ],
  1654. "responses": {
  1655. "200": {
  1656. "description": "token",
  1657. "schema": {
  1658. "type": "object",
  1659. "additionalProperties": true
  1660. }
  1661. },
  1662. "400": {
  1663. "description": "具体错误",
  1664. "schema": {
  1665. "$ref": "#/definitions/md.Response"
  1666. }
  1667. }
  1668. }
  1669. }
  1670. },
  1671. "/api/financialCenter/withdraw/applyList": {
  1672. "post": {
  1673. "description": "提现申请列表(获取)",
  1674. "consumes": [
  1675. "application/json"
  1676. ],
  1677. "produces": [
  1678. "application/json"
  1679. ],
  1680. "tags": [
  1681. "提现"
  1682. ],
  1683. "summary": "财务中心-提现-提现申请列表(获取)",
  1684. "parameters": [
  1685. {
  1686. "type": "string",
  1687. "description": "验证参数Bearer和token空格拼接",
  1688. "name": "Authorization",
  1689. "in": "header",
  1690. "required": true
  1691. },
  1692. {
  1693. "description": "筛选条件",
  1694. "name": "req",
  1695. "in": "body",
  1696. "schema": {
  1697. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1698. }
  1699. }
  1700. ],
  1701. "responses": {
  1702. "200": {
  1703. "description": "具体数据",
  1704. "schema": {
  1705. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1706. }
  1707. },
  1708. "400": {
  1709. "description": "具体错误",
  1710. "schema": {
  1711. "$ref": "#/definitions/md.Response"
  1712. }
  1713. }
  1714. }
  1715. }
  1716. },
  1717. "/api/financialCenter/withdraw/audit": {
  1718. "post": {
  1719. "description": "提现审核",
  1720. "consumes": [
  1721. "application/json"
  1722. ],
  1723. "produces": [
  1724. "application/json"
  1725. ],
  1726. "tags": [
  1727. "提现"
  1728. ],
  1729. "summary": "财务中心-提现-审核",
  1730. "parameters": [
  1731. {
  1732. "type": "string",
  1733. "description": "验证参数Bearer和token空格拼接",
  1734. "name": "Authorization",
  1735. "in": "header",
  1736. "required": true
  1737. },
  1738. {
  1739. "description": "筛选条件",
  1740. "name": "req",
  1741. "in": "body",
  1742. "schema": {
  1743. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1744. }
  1745. }
  1746. ],
  1747. "responses": {
  1748. "200": {
  1749. "description": "success",
  1750. "schema": {
  1751. "type": "string"
  1752. }
  1753. },
  1754. "400": {
  1755. "description": "具体错误",
  1756. "schema": {
  1757. "$ref": "#/definitions/md.Response"
  1758. }
  1759. }
  1760. }
  1761. }
  1762. },
  1763. "/api/financialCenter/withdraw/setting": {
  1764. "get": {
  1765. "description": "基础设置(获取)",
  1766. "consumes": [
  1767. "application/json"
  1768. ],
  1769. "produces": [
  1770. "application/json"
  1771. ],
  1772. "tags": [
  1773. "提现"
  1774. ],
  1775. "summary": "财务中心-提现-基础设置(获取)",
  1776. "parameters": [
  1777. {
  1778. "type": "string",
  1779. "description": "验证参数Bearer和token空格拼接",
  1780. "name": "Authorization",
  1781. "in": "header",
  1782. "required": true
  1783. }
  1784. ],
  1785. "responses": {
  1786. "200": {
  1787. "description": "具体数据",
  1788. "schema": {
  1789. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1790. }
  1791. },
  1792. "400": {
  1793. "description": "具体错误",
  1794. "schema": {
  1795. "$ref": "#/definitions/md.Response"
  1796. }
  1797. }
  1798. }
  1799. }
  1800. },
  1801. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1802. "post": {
  1803. "description": "基础设置(更新)",
  1804. "consumes": [
  1805. "application/json"
  1806. ],
  1807. "produces": [
  1808. "application/json"
  1809. ],
  1810. "tags": [
  1811. "提现"
  1812. ],
  1813. "summary": "财务中心-提现-基础设置(更新)",
  1814. "parameters": [
  1815. {
  1816. "type": "string",
  1817. "description": "验证参数Bearer和token空格拼接",
  1818. "name": "Authorization",
  1819. "in": "header",
  1820. "required": true
  1821. },
  1822. {
  1823. "description": "id 必填",
  1824. "name": "req",
  1825. "in": "body",
  1826. "required": true,
  1827. "schema": {
  1828. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1829. }
  1830. }
  1831. ],
  1832. "responses": {
  1833. "200": {
  1834. "description": "修改数据条数",
  1835. "schema": {
  1836. "type": "int"
  1837. }
  1838. },
  1839. "400": {
  1840. "description": "具体错误",
  1841. "schema": {
  1842. "$ref": "#/definitions/md.Response"
  1843. }
  1844. }
  1845. }
  1846. }
  1847. },
  1848. "/api/friendCircleSettings/basic/index": {
  1849. "get": {
  1850. "description": "基础设置(获取)",
  1851. "consumes": [
  1852. "application/json"
  1853. ],
  1854. "produces": [
  1855. "application/json"
  1856. ],
  1857. "tags": [
  1858. "动态设置"
  1859. ],
  1860. "summary": "社交管理-动态设置-基础设置(获取)",
  1861. "parameters": [
  1862. {
  1863. "type": "string",
  1864. "description": "验证参数Bearer和token空格拼接",
  1865. "name": "Authorization",
  1866. "in": "header",
  1867. "required": true
  1868. }
  1869. ],
  1870. "responses": {
  1871. "200": {
  1872. "description": "具体数据",
  1873. "schema": {
  1874. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1875. }
  1876. },
  1877. "400": {
  1878. "description": "具体错误",
  1879. "schema": {
  1880. "$ref": "#/definitions/md.Response"
  1881. }
  1882. }
  1883. }
  1884. }
  1885. },
  1886. "/api/friendCircleSettings/basic/save": {
  1887. "post": {
  1888. "description": "基础设置(更新)",
  1889. "consumes": [
  1890. "application/json"
  1891. ],
  1892. "produces": [
  1893. "application/json"
  1894. ],
  1895. "tags": [
  1896. "动态设置"
  1897. ],
  1898. "summary": "社交管理-动态设置-基础设置(更新)",
  1899. "parameters": [
  1900. {
  1901. "type": "string",
  1902. "description": "验证参数Bearer和token空格拼接",
  1903. "name": "Authorization",
  1904. "in": "header",
  1905. "required": true
  1906. },
  1907. {
  1908. "description": "id 必填",
  1909. "name": "req",
  1910. "in": "body",
  1911. "required": true,
  1912. "schema": {
  1913. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1914. }
  1915. }
  1916. ],
  1917. "responses": {
  1918. "200": {
  1919. "description": "修改数据条数",
  1920. "schema": {
  1921. "type": "int"
  1922. }
  1923. },
  1924. "400": {
  1925. "description": "具体错误",
  1926. "schema": {
  1927. "$ref": "#/definitions/md.Response"
  1928. }
  1929. }
  1930. }
  1931. }
  1932. },
  1933. "/api/friendCircleSettings/blackList/add": {
  1934. "post": {
  1935. "description": "黑名单(新增)",
  1936. "consumes": [
  1937. "application/json"
  1938. ],
  1939. "produces": [
  1940. "application/json"
  1941. ],
  1942. "tags": [
  1943. "动态设置"
  1944. ],
  1945. "summary": "社交管理-动态设置-黑名单(新增)",
  1946. "parameters": [
  1947. {
  1948. "type": "string",
  1949. "description": "验证参数Bearer和token空格拼接",
  1950. "name": "Authorization",
  1951. "in": "header",
  1952. "required": true
  1953. },
  1954. {
  1955. "description": "用户id 必填",
  1956. "name": "req",
  1957. "in": "body",
  1958. "required": true,
  1959. "schema": {
  1960. "$ref": "#/definitions/md.AddBlackListReq"
  1961. }
  1962. }
  1963. ],
  1964. "responses": {
  1965. "200": {
  1966. "description": "生成的黑名单id",
  1967. "schema": {
  1968. "type": "string"
  1969. }
  1970. },
  1971. "400": {
  1972. "description": "具体错误",
  1973. "schema": {
  1974. "$ref": "#/definitions/md.Response"
  1975. }
  1976. }
  1977. }
  1978. }
  1979. },
  1980. "/api/friendCircleSettings/blackList/del": {
  1981. "delete": {
  1982. "description": "黑名单(删除)",
  1983. "consumes": [
  1984. "application/json"
  1985. ],
  1986. "produces": [
  1987. "application/json"
  1988. ],
  1989. "tags": [
  1990. "动态设置"
  1991. ],
  1992. "summary": "社交管理-动态设置-黑名单(删除)",
  1993. "parameters": [
  1994. {
  1995. "type": "string",
  1996. "description": "验证参数Bearer和token空格拼接",
  1997. "name": "Authorization",
  1998. "in": "header",
  1999. "required": true
  2000. },
  2001. {
  2002. "description": "黑名单id 必填",
  2003. "name": "req",
  2004. "in": "body",
  2005. "required": true,
  2006. "schema": {
  2007. "$ref": "#/definitions/md.DeleteBlackListReq"
  2008. }
  2009. }
  2010. ],
  2011. "responses": {
  2012. "200": {
  2013. "description": "删除数据数量",
  2014. "schema": {
  2015. "type": "string"
  2016. }
  2017. },
  2018. "400": {
  2019. "description": "具体错误",
  2020. "schema": {
  2021. "$ref": "#/definitions/md.Response"
  2022. }
  2023. }
  2024. }
  2025. }
  2026. },
  2027. "/api/friendCircleSettings/blackList/index": {
  2028. "get": {
  2029. "description": "黑名单(获取)",
  2030. "consumes": [
  2031. "application/json"
  2032. ],
  2033. "produces": [
  2034. "application/json"
  2035. ],
  2036. "tags": [
  2037. "动态设置"
  2038. ],
  2039. "summary": "社交管理-动态设置-黑名单(获取)",
  2040. "parameters": [
  2041. {
  2042. "type": "string",
  2043. "description": "验证参数Bearer和token空格拼接",
  2044. "name": "Authorization",
  2045. "in": "header",
  2046. "required": true
  2047. },
  2048. {
  2049. "type": "integer",
  2050. "description": "每页大小",
  2051. "name": "limit",
  2052. "in": "query",
  2053. "required": true
  2054. },
  2055. {
  2056. "type": "integer",
  2057. "description": "页数",
  2058. "name": "page",
  2059. "in": "query",
  2060. "required": true
  2061. },
  2062. {
  2063. "type": "integer",
  2064. "description": "手机号",
  2065. "name": "phone",
  2066. "in": "query",
  2067. "required": true
  2068. },
  2069. {
  2070. "type": "integer",
  2071. "description": "用户名",
  2072. "name": "nickname",
  2073. "in": "query",
  2074. "required": true
  2075. },
  2076. {
  2077. "type": "integer",
  2078. "description": "用户id",
  2079. "name": "uid",
  2080. "in": "query",
  2081. "required": true
  2082. }
  2083. ],
  2084. "responses": {
  2085. "200": {
  2086. "description": "具体数据",
  2087. "schema": {
  2088. "$ref": "#/definitions/md.GetBlackListResp"
  2089. }
  2090. },
  2091. "400": {
  2092. "description": "具体错误",
  2093. "schema": {
  2094. "$ref": "#/definitions/md.Response"
  2095. }
  2096. }
  2097. }
  2098. }
  2099. },
  2100. "/api/friendCircleSettings/dynamic/del": {
  2101. "delete": {
  2102. "description": "动态(删除)",
  2103. "consumes": [
  2104. "application/json"
  2105. ],
  2106. "produces": [
  2107. "application/json"
  2108. ],
  2109. "tags": [
  2110. "动态设置"
  2111. ],
  2112. "summary": "社交管理-动态设置-动态(删除)",
  2113. "parameters": [
  2114. {
  2115. "type": "string",
  2116. "description": "验证参数Bearer和token空格拼接",
  2117. "name": "Authorization",
  2118. "in": "header",
  2119. "required": true
  2120. },
  2121. {
  2122. "description": "删除动态id必填",
  2123. "name": "req",
  2124. "in": "body",
  2125. "required": true,
  2126. "schema": {
  2127. "$ref": "#/definitions/md.DeleteDynamicReq"
  2128. }
  2129. }
  2130. ],
  2131. "responses": {
  2132. "200": {
  2133. "description": "success",
  2134. "schema": {
  2135. "type": "string"
  2136. }
  2137. },
  2138. "400": {
  2139. "description": "具体错误",
  2140. "schema": {
  2141. "$ref": "#/definitions/md.Response"
  2142. }
  2143. }
  2144. }
  2145. }
  2146. },
  2147. "/api/friendCircleSettings/dynamic/index": {
  2148. "post": {
  2149. "description": "动态(获取)",
  2150. "consumes": [
  2151. "application/json"
  2152. ],
  2153. "produces": [
  2154. "application/json"
  2155. ],
  2156. "tags": [
  2157. "动态设置"
  2158. ],
  2159. "summary": "社交管理-动态设置-动态(获取)",
  2160. "parameters": [
  2161. {
  2162. "type": "string",
  2163. "description": "验证参数Bearer和token空格拼接",
  2164. "name": "Authorization",
  2165. "in": "header",
  2166. "required": true
  2167. },
  2168. {
  2169. "description": "筛选条件",
  2170. "name": "req",
  2171. "in": "body",
  2172. "schema": {
  2173. "$ref": "#/definitions/md.GetDynamicReq"
  2174. }
  2175. }
  2176. ],
  2177. "responses": {
  2178. "200": {
  2179. "description": "生成的黑名单id",
  2180. "schema": {
  2181. "$ref": "#/definitions/md.GetDynamicResp"
  2182. }
  2183. },
  2184. "400": {
  2185. "description": "具体错误",
  2186. "schema": {
  2187. "$ref": "#/definitions/md.Response"
  2188. }
  2189. }
  2190. }
  2191. }
  2192. },
  2193. "/api/friendCircleSettings/dynamic/release": {
  2194. "post": {
  2195. "description": "动态(发布)",
  2196. "consumes": [
  2197. "application/json"
  2198. ],
  2199. "produces": [
  2200. "application/json"
  2201. ],
  2202. "tags": [
  2203. "动态设置"
  2204. ],
  2205. "summary": "社交管理-动态设置-动态(发布)",
  2206. "parameters": [
  2207. {
  2208. "type": "string",
  2209. "description": "验证参数Bearer和token空格拼接",
  2210. "name": "Authorization",
  2211. "in": "header",
  2212. "required": true
  2213. },
  2214. {
  2215. "description": "发布动态信息",
  2216. "name": "req",
  2217. "in": "body",
  2218. "required": true,
  2219. "schema": {
  2220. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2221. }
  2222. }
  2223. ],
  2224. "responses": {
  2225. "200": {
  2226. "description": "success",
  2227. "schema": {
  2228. "type": "string"
  2229. }
  2230. },
  2231. "400": {
  2232. "description": "具体错误",
  2233. "schema": {
  2234. "$ref": "#/definitions/md.Response"
  2235. }
  2236. }
  2237. }
  2238. }
  2239. },
  2240. "/api/friendCircleSettings/dynamic/update": {
  2241. "post": {
  2242. "description": "动态(更新)",
  2243. "consumes": [
  2244. "application/json"
  2245. ],
  2246. "produces": [
  2247. "application/json"
  2248. ],
  2249. "tags": [
  2250. "动态设置"
  2251. ],
  2252. "summary": "社交管理-动态设置-动态(更新)",
  2253. "parameters": [
  2254. {
  2255. "type": "string",
  2256. "description": "验证参数Bearer和token空格拼接",
  2257. "name": "Authorization",
  2258. "in": "header",
  2259. "required": true
  2260. },
  2261. {
  2262. "description": "更新动态id必填",
  2263. "name": "req",
  2264. "in": "body",
  2265. "required": true,
  2266. "schema": {
  2267. "$ref": "#/definitions/md.UpdateDynamicReq"
  2268. }
  2269. }
  2270. ],
  2271. "responses": {
  2272. "200": {
  2273. "description": "success",
  2274. "schema": {
  2275. "type": "string"
  2276. }
  2277. },
  2278. "400": {
  2279. "description": "具体错误",
  2280. "schema": {
  2281. "$ref": "#/definitions/md.Response"
  2282. }
  2283. }
  2284. }
  2285. }
  2286. },
  2287. "/api/getSTSVoucher": {
  2288. "get": {
  2289. "description": "STS临时访问凭证(获取)",
  2290. "consumes": [
  2291. "application/json"
  2292. ],
  2293. "produces": [
  2294. "application/json"
  2295. ],
  2296. "tags": [
  2297. "打包机使用"
  2298. ],
  2299. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2300. "parameters": [
  2301. {
  2302. "type": "string",
  2303. "description": "验证参数Bearer和token空格拼接",
  2304. "name": "Authorization",
  2305. "in": "header",
  2306. "required": true
  2307. }
  2308. ],
  2309. "responses": {
  2310. "200": {
  2311. "description": "凭证及其他信息",
  2312. "schema": {
  2313. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2314. }
  2315. },
  2316. "400": {
  2317. "description": "具体错误",
  2318. "schema": {
  2319. "$ref": "#/definitions/md.Response"
  2320. }
  2321. }
  2322. }
  2323. }
  2324. },
  2325. "/api/homePage/activeData": {
  2326. "get": {
  2327. "description": "活跃数据",
  2328. "consumes": [
  2329. "application/json"
  2330. ],
  2331. "produces": [
  2332. "application/json"
  2333. ],
  2334. "tags": [
  2335. "首页"
  2336. ],
  2337. "summary": "首页-首页-活跃数据",
  2338. "parameters": [
  2339. {
  2340. "type": "string",
  2341. "description": "验证参数Bearer和token空格拼接",
  2342. "name": "Authorization",
  2343. "in": "header",
  2344. "required": true
  2345. }
  2346. ],
  2347. "responses": {
  2348. "200": {
  2349. "description": "具体数据",
  2350. "schema": {
  2351. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2352. }
  2353. },
  2354. "400": {
  2355. "description": "具体错误",
  2356. "schema": {
  2357. "$ref": "#/definitions/md.Response"
  2358. }
  2359. }
  2360. }
  2361. }
  2362. },
  2363. "/api/homePage/growData": {
  2364. "get": {
  2365. "description": "用户增长曲线",
  2366. "consumes": [
  2367. "application/json"
  2368. ],
  2369. "produces": [
  2370. "application/json"
  2371. ],
  2372. "tags": [
  2373. "首页"
  2374. ],
  2375. "summary": "首页-首页-用户增长曲线",
  2376. "parameters": [
  2377. {
  2378. "type": "string",
  2379. "description": "验证参数Bearer和token空格拼接",
  2380. "name": "Authorization",
  2381. "in": "header",
  2382. "required": true
  2383. },
  2384. {
  2385. "type": "string",
  2386. "description": "1:按天 2:按周 3:按小时",
  2387. "name": "kind",
  2388. "in": "query"
  2389. }
  2390. ],
  2391. "responses": {
  2392. "200": {
  2393. "description": "具体数据",
  2394. "schema": {
  2395. "$ref": "#/definitions/md.GetPriceCurveResp"
  2396. }
  2397. },
  2398. "400": {
  2399. "description": "具体错误",
  2400. "schema": {
  2401. "$ref": "#/definitions/md.Response"
  2402. }
  2403. }
  2404. }
  2405. }
  2406. },
  2407. "/api/homePage/totalData": {
  2408. "get": {
  2409. "description": "数据总览",
  2410. "consumes": [
  2411. "application/json"
  2412. ],
  2413. "produces": [
  2414. "application/json"
  2415. ],
  2416. "tags": [
  2417. "首页"
  2418. ],
  2419. "summary": "首页-首页-数据总览",
  2420. "parameters": [
  2421. {
  2422. "type": "string",
  2423. "description": "验证参数Bearer和token空格拼接",
  2424. "name": "Authorization",
  2425. "in": "header",
  2426. "required": true
  2427. },
  2428. {
  2429. "type": "string",
  2430. "description": "年",
  2431. "name": "year",
  2432. "in": "query",
  2433. "required": true
  2434. },
  2435. {
  2436. "type": "string",
  2437. "description": "月",
  2438. "name": "month",
  2439. "in": "query",
  2440. "required": true
  2441. }
  2442. ],
  2443. "responses": {
  2444. "200": {
  2445. "description": "具体数据",
  2446. "schema": {
  2447. "$ref": "#/definitions/hdl.TotalDataResp"
  2448. }
  2449. },
  2450. "400": {
  2451. "description": "具体错误",
  2452. "schema": {
  2453. "$ref": "#/definitions/md.Response"
  2454. }
  2455. }
  2456. }
  2457. }
  2458. },
  2459. "/api/im/addCustomerService": {
  2460. "post": {
  2461. "description": "客服(新增)",
  2462. "consumes": [
  2463. "application/json"
  2464. ],
  2465. "produces": [
  2466. "application/json"
  2467. ],
  2468. "tags": [
  2469. "客服"
  2470. ],
  2471. "summary": "Im-客服(新增)",
  2472. "parameters": [
  2473. {
  2474. "type": "string",
  2475. "description": "验证参数Bearer和token空格拼接",
  2476. "name": "Authorization",
  2477. "in": "header",
  2478. "required": true
  2479. },
  2480. {
  2481. "description": "相关参数",
  2482. "name": "req",
  2483. "in": "body",
  2484. "required": true,
  2485. "schema": {
  2486. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2487. }
  2488. }
  2489. ],
  2490. "responses": {
  2491. "200": {
  2492. "description": "success",
  2493. "schema": {
  2494. "type": "string"
  2495. }
  2496. },
  2497. "400": {
  2498. "description": "具体错误",
  2499. "schema": {
  2500. "$ref": "#/definitions/md.Response"
  2501. }
  2502. }
  2503. }
  2504. }
  2505. },
  2506. "/api/im/addEmoticon": {
  2507. "post": {
  2508. "description": "表情包(新增)",
  2509. "consumes": [
  2510. "application/json"
  2511. ],
  2512. "produces": [
  2513. "application/json"
  2514. ],
  2515. "tags": [
  2516. "表情包"
  2517. ],
  2518. "summary": "Im-表情包(新增)",
  2519. "parameters": [
  2520. {
  2521. "type": "string",
  2522. "description": "验证参数Bearer和token空格拼接",
  2523. "name": "Authorization",
  2524. "in": "header",
  2525. "required": true
  2526. },
  2527. {
  2528. "description": "相关参数",
  2529. "name": "req",
  2530. "in": "body",
  2531. "required": true,
  2532. "schema": {
  2533. "$ref": "#/definitions/md.AddEmoticonReq"
  2534. }
  2535. }
  2536. ],
  2537. "responses": {
  2538. "200": {
  2539. "description": "success",
  2540. "schema": {
  2541. "type": "string"
  2542. }
  2543. },
  2544. "400": {
  2545. "description": "具体错误",
  2546. "schema": {
  2547. "$ref": "#/definitions/md.Response"
  2548. }
  2549. }
  2550. }
  2551. }
  2552. },
  2553. "/api/im/batchSendGroupMessage": {
  2554. "post": {
  2555. "description": "群发发送群组消息",
  2556. "consumes": [
  2557. "application/json"
  2558. ],
  2559. "produces": [
  2560. "application/json"
  2561. ],
  2562. "tags": [
  2563. "群发发送群组消息"
  2564. ],
  2565. "summary": "Im-群发发送群组消息",
  2566. "parameters": [
  2567. {
  2568. "type": "string",
  2569. "description": "验证参数Bearer和token空格拼接",
  2570. "name": "Authorization",
  2571. "in": "header",
  2572. "required": true
  2573. },
  2574. {
  2575. "description": "相关参数",
  2576. "name": "req",
  2577. "in": "body",
  2578. "required": true,
  2579. "schema": {
  2580. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2581. }
  2582. }
  2583. ],
  2584. "responses": {
  2585. "200": {
  2586. "description": "success",
  2587. "schema": {
  2588. "type": "string"
  2589. }
  2590. },
  2591. "400": {
  2592. "description": "具体错误",
  2593. "schema": {
  2594. "$ref": "#/definitions/md.Response"
  2595. }
  2596. }
  2597. }
  2598. }
  2599. },
  2600. "/api/im/batchSendUserMessage": {
  2601. "post": {
  2602. "description": "群发发送用户消息",
  2603. "consumes": [
  2604. "application/json"
  2605. ],
  2606. "produces": [
  2607. "application/json"
  2608. ],
  2609. "tags": [
  2610. "群发发送用户消息"
  2611. ],
  2612. "summary": "Im-群发发送用户消息",
  2613. "parameters": [
  2614. {
  2615. "type": "string",
  2616. "description": "验证参数Bearer和token空格拼接",
  2617. "name": "Authorization",
  2618. "in": "header",
  2619. "required": true
  2620. },
  2621. {
  2622. "description": "相关参数",
  2623. "name": "req",
  2624. "in": "body",
  2625. "required": true,
  2626. "schema": {
  2627. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2628. }
  2629. }
  2630. ],
  2631. "responses": {
  2632. "200": {
  2633. "description": "success",
  2634. "schema": {
  2635. "type": "string"
  2636. }
  2637. },
  2638. "400": {
  2639. "description": "具体错误",
  2640. "schema": {
  2641. "$ref": "#/definitions/md.Response"
  2642. }
  2643. }
  2644. }
  2645. }
  2646. },
  2647. "/api/im/deleteEmoticon": {
  2648. "post": {
  2649. "description": "表情包(删除)",
  2650. "consumes": [
  2651. "application/json"
  2652. ],
  2653. "produces": [
  2654. "application/json"
  2655. ],
  2656. "tags": [
  2657. "表情包"
  2658. ],
  2659. "summary": "Im-表情包(删除)",
  2660. "parameters": [
  2661. {
  2662. "type": "string",
  2663. "description": "验证参数Bearer和token空格拼接",
  2664. "name": "Authorization",
  2665. "in": "header",
  2666. "required": true
  2667. },
  2668. {
  2669. "description": "相关参数",
  2670. "name": "req",
  2671. "in": "body",
  2672. "required": true,
  2673. "schema": {
  2674. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2675. }
  2676. }
  2677. ],
  2678. "responses": {
  2679. "200": {
  2680. "description": "success",
  2681. "schema": {
  2682. "type": "string"
  2683. }
  2684. },
  2685. "400": {
  2686. "description": "具体错误",
  2687. "schema": {
  2688. "$ref": "#/definitions/md.Response"
  2689. }
  2690. }
  2691. }
  2692. }
  2693. },
  2694. "/api/im/getBasic": {
  2695. "get": {
  2696. "description": "基础设置(获取)",
  2697. "consumes": [
  2698. "application/json"
  2699. ],
  2700. "produces": [
  2701. "application/json"
  2702. ],
  2703. "tags": [
  2704. "基础设置"
  2705. ],
  2706. "summary": "Im-基础设置(获取)",
  2707. "parameters": [
  2708. {
  2709. "type": "string",
  2710. "description": "验证参数Bearer和token空格拼接",
  2711. "name": "Authorization",
  2712. "in": "header",
  2713. "required": true
  2714. }
  2715. ],
  2716. "responses": {
  2717. "200": {
  2718. "description": "设置列表",
  2719. "schema": {
  2720. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2721. }
  2722. },
  2723. "400": {
  2724. "description": "具体错误",
  2725. "schema": {
  2726. "$ref": "#/definitions/md.Response"
  2727. }
  2728. }
  2729. }
  2730. }
  2731. },
  2732. "/api/im/groupList": {
  2733. "post": {
  2734. "description": "群组用户(列表)",
  2735. "consumes": [
  2736. "application/json"
  2737. ],
  2738. "produces": [
  2739. "application/json"
  2740. ],
  2741. "tags": [
  2742. "群组用户"
  2743. ],
  2744. "summary": "Im-群组用户(列表)",
  2745. "parameters": [
  2746. {
  2747. "type": "string",
  2748. "description": "验证参数Bearer和token空格拼接",
  2749. "name": "Authorization",
  2750. "in": "header",
  2751. "required": true
  2752. },
  2753. {
  2754. "description": "相关参数",
  2755. "name": "req",
  2756. "in": "body",
  2757. "required": true,
  2758. "schema": {
  2759. "$ref": "#/definitions/md.GroupListReq"
  2760. }
  2761. }
  2762. ],
  2763. "responses": {
  2764. "200": {
  2765. "description": "OK",
  2766. "schema": {
  2767. "$ref": "#/definitions/md.GroupListResp"
  2768. }
  2769. },
  2770. "400": {
  2771. "description": "具体错误",
  2772. "schema": {
  2773. "$ref": "#/definitions/md.Response"
  2774. }
  2775. }
  2776. }
  2777. }
  2778. },
  2779. "/api/im/pageCustomerService": {
  2780. "post": {
  2781. "description": "客服(列表)",
  2782. "consumes": [
  2783. "application/json"
  2784. ],
  2785. "produces": [
  2786. "application/json"
  2787. ],
  2788. "tags": [
  2789. "客服"
  2790. ],
  2791. "summary": "Im-客服(列表)",
  2792. "parameters": [
  2793. {
  2794. "type": "string",
  2795. "description": "验证参数Bearer和token空格拼接",
  2796. "name": "Authorization",
  2797. "in": "header",
  2798. "required": true
  2799. },
  2800. {
  2801. "description": "相关参数",
  2802. "name": "req",
  2803. "in": "body",
  2804. "required": true,
  2805. "schema": {
  2806. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2807. }
  2808. }
  2809. ],
  2810. "responses": {
  2811. "200": {
  2812. "description": "设置列表",
  2813. "schema": {
  2814. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2815. }
  2816. },
  2817. "400": {
  2818. "description": "具体错误",
  2819. "schema": {
  2820. "$ref": "#/definitions/md.Response"
  2821. }
  2822. }
  2823. }
  2824. }
  2825. },
  2826. "/api/im/pageEmoticon": {
  2827. "post": {
  2828. "description": "表情包(列表)",
  2829. "consumes": [
  2830. "application/json"
  2831. ],
  2832. "produces": [
  2833. "application/json"
  2834. ],
  2835. "tags": [
  2836. "表情包"
  2837. ],
  2838. "summary": "Im-表情包(列表)",
  2839. "parameters": [
  2840. {
  2841. "type": "string",
  2842. "description": "验证参数Bearer和token空格拼接",
  2843. "name": "Authorization",
  2844. "in": "header",
  2845. "required": true
  2846. },
  2847. {
  2848. "description": "相关参数",
  2849. "name": "req",
  2850. "in": "body",
  2851. "required": true,
  2852. "schema": {
  2853. "$ref": "#/definitions/md.PageEmoticonReq"
  2854. }
  2855. }
  2856. ],
  2857. "responses": {
  2858. "200": {
  2859. "description": "设置列表",
  2860. "schema": {
  2861. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2862. }
  2863. },
  2864. "400": {
  2865. "description": "具体错误",
  2866. "schema": {
  2867. "$ref": "#/definitions/md.Response"
  2868. }
  2869. }
  2870. }
  2871. }
  2872. },
  2873. "/api/im/pageSendRedPackageOrd": {
  2874. "post": {
  2875. "description": "红包记录(列表)",
  2876. "consumes": [
  2877. "application/json"
  2878. ],
  2879. "produces": [
  2880. "application/json"
  2881. ],
  2882. "tags": [
  2883. "红包记录"
  2884. ],
  2885. "summary": "Im-红包记录(列表)",
  2886. "parameters": [
  2887. {
  2888. "type": "string",
  2889. "description": "验证参数Bearer和token空格拼接",
  2890. "name": "Authorization",
  2891. "in": "header",
  2892. "required": true
  2893. },
  2894. {
  2895. "description": "相关参数",
  2896. "name": "req",
  2897. "in": "body",
  2898. "required": true,
  2899. "schema": {
  2900. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2901. }
  2902. }
  2903. ],
  2904. "responses": {
  2905. "200": {
  2906. "description": "success",
  2907. "schema": {
  2908. "type": "string"
  2909. }
  2910. },
  2911. "400": {
  2912. "description": "具体错误",
  2913. "schema": {
  2914. "$ref": "#/definitions/md.Response"
  2915. }
  2916. }
  2917. }
  2918. }
  2919. },
  2920. "/api/im/redPackageRecordsDetail": {
  2921. "get": {
  2922. "description": "红包记录(详情)",
  2923. "consumes": [
  2924. "application/json"
  2925. ],
  2926. "produces": [
  2927. "application/json"
  2928. ],
  2929. "tags": [
  2930. "红包记录"
  2931. ],
  2932. "summary": "Im-红包记录(详情)",
  2933. "parameters": [
  2934. {
  2935. "type": "string",
  2936. "description": "验证参数Bearer和token空格拼接",
  2937. "name": "Authorization",
  2938. "in": "header",
  2939. "required": true
  2940. },
  2941. {
  2942. "type": "string",
  2943. "description": "红包id",
  2944. "name": "red_package_id",
  2945. "in": "query",
  2946. "required": true
  2947. }
  2948. ],
  2949. "responses": {
  2950. "200": {
  2951. "description": "success",
  2952. "schema": {
  2953. "type": "string"
  2954. }
  2955. },
  2956. "400": {
  2957. "description": "具体错误",
  2958. "schema": {
  2959. "$ref": "#/definitions/md.Response"
  2960. }
  2961. }
  2962. }
  2963. }
  2964. },
  2965. "/api/im/setBasic": {
  2966. "post": {
  2967. "description": "基础设置(更新)",
  2968. "consumes": [
  2969. "application/json"
  2970. ],
  2971. "produces": [
  2972. "application/json"
  2973. ],
  2974. "tags": [
  2975. "基础设置"
  2976. ],
  2977. "summary": "Im-基础设置(更新)",
  2978. "parameters": [
  2979. {
  2980. "type": "string",
  2981. "description": "验证参数Bearer和token空格拼接",
  2982. "name": "Authorization",
  2983. "in": "header",
  2984. "required": true
  2985. },
  2986. {
  2987. "description": "上传需要修改的信息",
  2988. "name": "req",
  2989. "in": "body",
  2990. "required": true,
  2991. "schema": {
  2992. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2993. }
  2994. }
  2995. ],
  2996. "responses": {
  2997. "200": {
  2998. "description": "success",
  2999. "schema": {
  3000. "type": "string"
  3001. }
  3002. },
  3003. "400": {
  3004. "description": "具体错误",
  3005. "schema": {
  3006. "$ref": "#/definitions/md.Response"
  3007. }
  3008. }
  3009. }
  3010. }
  3011. },
  3012. "/api/im/setCustomerServiceState": {
  3013. "post": {
  3014. "description": "客服(更新状态)",
  3015. "consumes": [
  3016. "application/json"
  3017. ],
  3018. "produces": [
  3019. "application/json"
  3020. ],
  3021. "tags": [
  3022. "客服"
  3023. ],
  3024. "summary": "Im-客服(更新状态)",
  3025. "parameters": [
  3026. {
  3027. "type": "string",
  3028. "description": "验证参数Bearer和token空格拼接",
  3029. "name": "Authorization",
  3030. "in": "header",
  3031. "required": true
  3032. },
  3033. {
  3034. "description": "相关参数",
  3035. "name": "req",
  3036. "in": "body",
  3037. "required": true,
  3038. "schema": {
  3039. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  3040. }
  3041. }
  3042. ],
  3043. "responses": {
  3044. "200": {
  3045. "description": "success",
  3046. "schema": {
  3047. "type": "string"
  3048. }
  3049. },
  3050. "400": {
  3051. "description": "具体错误",
  3052. "schema": {
  3053. "$ref": "#/definitions/md.Response"
  3054. }
  3055. }
  3056. }
  3057. }
  3058. },
  3059. "/api/im/setEmoticonState": {
  3060. "post": {
  3061. "description": "表情包(新增)",
  3062. "consumes": [
  3063. "application/json"
  3064. ],
  3065. "produces": [
  3066. "application/json"
  3067. ],
  3068. "tags": [
  3069. "表情包"
  3070. ],
  3071. "summary": "Im-表情包(更新状态)",
  3072. "parameters": [
  3073. {
  3074. "type": "string",
  3075. "description": "验证参数Bearer和token空格拼接",
  3076. "name": "Authorization",
  3077. "in": "header",
  3078. "required": true
  3079. },
  3080. {
  3081. "description": "相关参数",
  3082. "name": "req",
  3083. "in": "body",
  3084. "required": true,
  3085. "schema": {
  3086. "$ref": "#/definitions/md.SetEmoticonStateReq"
  3087. }
  3088. }
  3089. ],
  3090. "responses": {
  3091. "200": {
  3092. "description": "success",
  3093. "schema": {
  3094. "type": "string"
  3095. }
  3096. },
  3097. "400": {
  3098. "description": "具体错误",
  3099. "schema": {
  3100. "$ref": "#/definitions/md.Response"
  3101. }
  3102. }
  3103. }
  3104. }
  3105. },
  3106. "/api/im/updateCustomerServiceMemo": {
  3107. "post": {
  3108. "description": "客服(编辑备注)",
  3109. "consumes": [
  3110. "application/json"
  3111. ],
  3112. "produces": [
  3113. "application/json"
  3114. ],
  3115. "tags": [
  3116. "客服"
  3117. ],
  3118. "summary": "Im-客服(编辑备注)",
  3119. "parameters": [
  3120. {
  3121. "type": "string",
  3122. "description": "验证参数Bearer和token空格拼接",
  3123. "name": "Authorization",
  3124. "in": "header",
  3125. "required": true
  3126. },
  3127. {
  3128. "description": "相关参数",
  3129. "name": "req",
  3130. "in": "body",
  3131. "required": true,
  3132. "schema": {
  3133. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3134. }
  3135. }
  3136. ],
  3137. "responses": {
  3138. "200": {
  3139. "description": "success",
  3140. "schema": {
  3141. "type": "string"
  3142. }
  3143. },
  3144. "400": {
  3145. "description": "具体错误",
  3146. "schema": {
  3147. "$ref": "#/definitions/md.Response"
  3148. }
  3149. }
  3150. }
  3151. }
  3152. },
  3153. "/api/im/updateEmoticon": {
  3154. "post": {
  3155. "description": "表情包(编辑)",
  3156. "consumes": [
  3157. "application/json"
  3158. ],
  3159. "produces": [
  3160. "application/json"
  3161. ],
  3162. "tags": [
  3163. "表情包"
  3164. ],
  3165. "summary": "Im-表情包(编辑)",
  3166. "parameters": [
  3167. {
  3168. "type": "string",
  3169. "description": "验证参数Bearer和token空格拼接",
  3170. "name": "Authorization",
  3171. "in": "header",
  3172. "required": true
  3173. },
  3174. {
  3175. "description": "相关参数",
  3176. "name": "req",
  3177. "in": "body",
  3178. "required": true,
  3179. "schema": {
  3180. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3181. }
  3182. }
  3183. ],
  3184. "responses": {
  3185. "200": {
  3186. "description": "success",
  3187. "schema": {
  3188. "type": "string"
  3189. }
  3190. },
  3191. "400": {
  3192. "description": "具体错误",
  3193. "schema": {
  3194. "$ref": "#/definitions/md.Response"
  3195. }
  3196. }
  3197. }
  3198. }
  3199. },
  3200. "/api/institutionalManagement/contentReward/playlet/base": {
  3201. "get": {
  3202. "description": "制度中心-内容奖励-短剧基本信息",
  3203. "consumes": [
  3204. "application/json"
  3205. ],
  3206. "produces": [
  3207. "application/json"
  3208. ],
  3209. "tags": [
  3210. "蛋蛋能量"
  3211. ],
  3212. "summary": "制度中心-内容奖励-短剧基本信息",
  3213. "parameters": [
  3214. {
  3215. "type": "string",
  3216. "description": "验证参数Bearer和token空格拼接",
  3217. "name": "Authorization",
  3218. "in": "header",
  3219. "required": true
  3220. }
  3221. ],
  3222. "responses": {
  3223. "200": {
  3224. "description": "具体数据",
  3225. "schema": {
  3226. "$ref": "#/definitions/md.PlayletBaseData"
  3227. }
  3228. },
  3229. "400": {
  3230. "description": "具体错误",
  3231. "schema": {
  3232. "$ref": "#/definitions/md.Response"
  3233. }
  3234. }
  3235. }
  3236. }
  3237. },
  3238. "/api/institutionalManagement/contentReward/playlet/save": {
  3239. "post": {
  3240. "description": "制度中心-内容奖励-短剧基本配置保存",
  3241. "consumes": [
  3242. "application/json"
  3243. ],
  3244. "produces": [
  3245. "application/json"
  3246. ],
  3247. "tags": [
  3248. "蛋蛋能量"
  3249. ],
  3250. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3251. "parameters": [
  3252. {
  3253. "type": "string",
  3254. "description": "验证参数Bearer和token空格拼接",
  3255. "name": "Authorization",
  3256. "in": "header",
  3257. "required": true
  3258. },
  3259. {
  3260. "description": "(分页信息必填)",
  3261. "name": "req",
  3262. "in": "body",
  3263. "required": true,
  3264. "schema": {
  3265. "$ref": "#/definitions/md.PlayletBaseData"
  3266. }
  3267. }
  3268. ],
  3269. "responses": {
  3270. "200": {
  3271. "description": "具体数据",
  3272. "schema": {
  3273. "type": "string"
  3274. }
  3275. },
  3276. "400": {
  3277. "description": "具体错误",
  3278. "schema": {
  3279. "$ref": "#/definitions/md.Response"
  3280. }
  3281. }
  3282. }
  3283. }
  3284. },
  3285. "/api/institutionalManagement/contentReward/video/base": {
  3286. "get": {
  3287. "description": "制度中心-内容奖励-短视频基本信息",
  3288. "consumes": [
  3289. "application/json"
  3290. ],
  3291. "produces": [
  3292. "application/json"
  3293. ],
  3294. "tags": [
  3295. "蛋蛋能量"
  3296. ],
  3297. "summary": "制度中心-内容奖励-短视频基本信息",
  3298. "parameters": [
  3299. {
  3300. "type": "string",
  3301. "description": "验证参数Bearer和token空格拼接",
  3302. "name": "Authorization",
  3303. "in": "header",
  3304. "required": true
  3305. }
  3306. ],
  3307. "responses": {
  3308. "200": {
  3309. "description": "具体数据",
  3310. "schema": {
  3311. "$ref": "#/definitions/md.VideoBaseData"
  3312. }
  3313. },
  3314. "400": {
  3315. "description": "具体错误",
  3316. "schema": {
  3317. "$ref": "#/definitions/md.Response"
  3318. }
  3319. }
  3320. }
  3321. }
  3322. },
  3323. "/api/institutionalManagement/contentReward/video/save": {
  3324. "post": {
  3325. "description": "制度中心-内容奖励-短视频基本配置保存",
  3326. "consumes": [
  3327. "application/json"
  3328. ],
  3329. "produces": [
  3330. "application/json"
  3331. ],
  3332. "tags": [
  3333. "蛋蛋能量"
  3334. ],
  3335. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3336. "parameters": [
  3337. {
  3338. "type": "string",
  3339. "description": "验证参数Bearer和token空格拼接",
  3340. "name": "Authorization",
  3341. "in": "header",
  3342. "required": true
  3343. },
  3344. {
  3345. "description": "(分页信息必填)",
  3346. "name": "req",
  3347. "in": "body",
  3348. "required": true,
  3349. "schema": {
  3350. "$ref": "#/definitions/md.VideoBaseData"
  3351. }
  3352. }
  3353. ],
  3354. "responses": {
  3355. "200": {
  3356. "description": "具体数据",
  3357. "schema": {
  3358. "type": "string"
  3359. }
  3360. },
  3361. "400": {
  3362. "description": "具体错误",
  3363. "schema": {
  3364. "$ref": "#/definitions/md.Response"
  3365. }
  3366. }
  3367. }
  3368. }
  3369. },
  3370. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3371. "post": {
  3372. "description": "会员设置(新增)",
  3373. "consumes": [
  3374. "application/json"
  3375. ],
  3376. "produces": [
  3377. "application/json"
  3378. ],
  3379. "tags": [
  3380. "蛋蛋能量"
  3381. ],
  3382. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3383. "parameters": [
  3384. {
  3385. "type": "string",
  3386. "description": "验证参数Bearer和token空格拼接",
  3387. "name": "Authorization",
  3388. "in": "header",
  3389. "required": true
  3390. },
  3391. {
  3392. "description": "system_id 必填",
  3393. "name": "req",
  3394. "in": "body",
  3395. "required": true,
  3396. "schema": {
  3397. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3398. }
  3399. }
  3400. ],
  3401. "responses": {
  3402. "200": {
  3403. "description": "修改数据条数",
  3404. "schema": {
  3405. "type": "int"
  3406. }
  3407. },
  3408. "400": {
  3409. "description": "具体错误",
  3410. "schema": {
  3411. "$ref": "#/definitions/md.Response"
  3412. }
  3413. }
  3414. }
  3415. }
  3416. },
  3417. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3418. "post": {
  3419. "description": "动态数据流水(获取)",
  3420. "consumes": [
  3421. "application/json"
  3422. ],
  3423. "produces": [
  3424. "application/json"
  3425. ],
  3426. "tags": [
  3427. "公排管理"
  3428. ],
  3429. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3430. "parameters": [
  3431. {
  3432. "type": "string",
  3433. "description": "验证参数Bearer和token空格拼接",
  3434. "name": "Authorization",
  3435. "in": "header",
  3436. "required": true
  3437. },
  3438. {
  3439. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3440. "name": "req",
  3441. "in": "body",
  3442. "required": true,
  3443. "schema": {
  3444. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3445. }
  3446. }
  3447. ],
  3448. "responses": {
  3449. "200": {
  3450. "description": "成功返回",
  3451. "schema": {
  3452. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3453. }
  3454. },
  3455. "400": {
  3456. "description": "具体错误",
  3457. "schema": {
  3458. "$ref": "#/definitions/md.Response"
  3459. }
  3460. }
  3461. }
  3462. }
  3463. },
  3464. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3465. "post": {
  3466. "description": "批量新增币种",
  3467. "consumes": [
  3468. "application/json"
  3469. ],
  3470. "produces": [
  3471. "application/json"
  3472. ],
  3473. "tags": [
  3474. "蛋蛋能量"
  3475. ],
  3476. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3477. "parameters": [
  3478. {
  3479. "type": "string",
  3480. "description": "验证参数Bearer和token空格拼接",
  3481. "name": "Authorization",
  3482. "in": "header",
  3483. "required": true
  3484. },
  3485. {
  3486. "description": "新增数据信息",
  3487. "name": "req",
  3488. "in": "body",
  3489. "required": true,
  3490. "schema": {
  3491. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3492. }
  3493. }
  3494. ],
  3495. "responses": {
  3496. "200": {
  3497. "description": "新增数据数量",
  3498. "schema": {
  3499. "type": "int"
  3500. }
  3501. },
  3502. "400": {
  3503. "description": "具体错误",
  3504. "schema": {
  3505. "$ref": "#/definitions/md.Response"
  3506. }
  3507. }
  3508. }
  3509. }
  3510. },
  3511. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3512. "get": {
  3513. "description": "贡献值-基础设置(获取)",
  3514. "consumes": [
  3515. "application/json"
  3516. ],
  3517. "produces": [
  3518. "application/json"
  3519. ],
  3520. "tags": [
  3521. "贡献值"
  3522. ],
  3523. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3524. "parameters": [
  3525. {
  3526. "type": "string",
  3527. "description": "验证参数Bearer和token空格拼接",
  3528. "name": "Authorization",
  3529. "in": "header",
  3530. "required": true
  3531. }
  3532. ],
  3533. "responses": {
  3534. "200": {
  3535. "description": "具体数据",
  3536. "schema": {
  3537. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3538. }
  3539. },
  3540. "400": {
  3541. "description": "具体错误",
  3542. "schema": {
  3543. "$ref": "#/definitions/md.Response"
  3544. }
  3545. }
  3546. }
  3547. }
  3548. },
  3549. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3550. "post": {
  3551. "description": "贡献值-基础设置(更新)",
  3552. "consumes": [
  3553. "application/json"
  3554. ],
  3555. "produces": [
  3556. "application/json"
  3557. ],
  3558. "tags": [
  3559. "贡献值"
  3560. ],
  3561. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3562. "parameters": [
  3563. {
  3564. "type": "string",
  3565. "description": "验证参数Bearer和token空格拼接",
  3566. "name": "Authorization",
  3567. "in": "header",
  3568. "required": true
  3569. },
  3570. {
  3571. "description": "id 必填",
  3572. "name": "req",
  3573. "in": "body",
  3574. "required": true,
  3575. "schema": {
  3576. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3577. }
  3578. }
  3579. ],
  3580. "responses": {
  3581. "200": {
  3582. "description": "修改数据条数",
  3583. "schema": {
  3584. "type": "int"
  3585. }
  3586. },
  3587. "400": {
  3588. "description": "具体错误",
  3589. "schema": {
  3590. "$ref": "#/definitions/md.Response"
  3591. }
  3592. }
  3593. }
  3594. }
  3595. },
  3596. "/api/institutionalManagement/eggEnergy/coreData": {
  3597. "get": {
  3598. "description": "核心数据(获取)",
  3599. "consumes": [
  3600. "application/json"
  3601. ],
  3602. "produces": [
  3603. "application/json"
  3604. ],
  3605. "tags": [
  3606. "蛋蛋能量"
  3607. ],
  3608. "summary": "制度中心-蛋蛋能量-核心数据(获取)",
  3609. "parameters": [
  3610. {
  3611. "type": "string",
  3612. "description": "验证参数Bearer和token空格拼接",
  3613. "name": "Authorization",
  3614. "in": "header",
  3615. "required": true
  3616. }
  3617. ],
  3618. "responses": {
  3619. "200": {
  3620. "description": "具体数据",
  3621. "schema": {
  3622. "$ref": "#/definitions/md.GetEggEnergyCoreDataResp"
  3623. }
  3624. },
  3625. "400": {
  3626. "description": "具体错误",
  3627. "schema": {
  3628. "$ref": "#/definitions/md.Response"
  3629. }
  3630. }
  3631. }
  3632. },
  3633. "post": {
  3634. "description": "核心数据(更新)",
  3635. "consumes": [
  3636. "application/json"
  3637. ],
  3638. "produces": [
  3639. "application/json"
  3640. ],
  3641. "tags": [
  3642. "蛋蛋能量"
  3643. ],
  3644. "summary": "制度中心-蛋蛋能量-核心数据(更新)",
  3645. "parameters": [
  3646. {
  3647. "type": "string",
  3648. "description": "验证参数Bearer和token空格拼接",
  3649. "name": "Authorization",
  3650. "in": "header",
  3651. "required": true
  3652. },
  3653. {
  3654. "description": "需要修改的内容和 id",
  3655. "name": "req",
  3656. "in": "body",
  3657. "required": true,
  3658. "schema": {
  3659. "$ref": "#/definitions/md.UpdateEggEnergyCoreDataReq"
  3660. }
  3661. }
  3662. ],
  3663. "responses": {
  3664. "200": {
  3665. "description": "修改数据条数",
  3666. "schema": {
  3667. "type": "int"
  3668. }
  3669. },
  3670. "400": {
  3671. "description": "具体错误",
  3672. "schema": {
  3673. "$ref": "#/definitions/md.Response"
  3674. }
  3675. }
  3676. }
  3677. }
  3678. },
  3679. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3680. "delete": {
  3681. "description": "删除币种",
  3682. "consumes": [
  3683. "application/json"
  3684. ],
  3685. "produces": [
  3686. "application/json"
  3687. ],
  3688. "tags": [
  3689. "蛋蛋能量"
  3690. ],
  3691. "summary": "制度中心-蛋蛋能量-删除币种",
  3692. "parameters": [
  3693. {
  3694. "type": "string",
  3695. "description": "验证参数Bearer和token空格拼接",
  3696. "name": "Authorization",
  3697. "in": "header",
  3698. "required": true
  3699. }
  3700. ],
  3701. "responses": {
  3702. "200": {
  3703. "description": "删除数据数量",
  3704. "schema": {
  3705. "type": "int"
  3706. }
  3707. },
  3708. "400": {
  3709. "description": "具体错误",
  3710. "schema": {
  3711. "$ref": "#/definitions/md.Response"
  3712. }
  3713. }
  3714. }
  3715. }
  3716. },
  3717. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3718. "post": {
  3719. "description": "蛋蛋分管理(人工打分)",
  3720. "consumes": [
  3721. "application/json"
  3722. ],
  3723. "produces": [
  3724. "application/json"
  3725. ],
  3726. "tags": [
  3727. "蛋蛋能量"
  3728. ],
  3729. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3730. "parameters": [
  3731. {
  3732. "type": "string",
  3733. "description": "验证参数Bearer和token空格拼接",
  3734. "name": "Authorization",
  3735. "in": "header",
  3736. "required": true
  3737. },
  3738. {
  3739. "description": "请求参数",
  3740. "name": "req",
  3741. "in": "body",
  3742. "required": true,
  3743. "schema": {
  3744. "$ref": "#/definitions/md.ManualScoreReq"
  3745. }
  3746. }
  3747. ],
  3748. "responses": {
  3749. "200": {
  3750. "description": "成功返回",
  3751. "schema": {
  3752. "type": "string"
  3753. }
  3754. },
  3755. "400": {
  3756. "description": "具体错误",
  3757. "schema": {
  3758. "$ref": "#/definitions/md.Response"
  3759. }
  3760. }
  3761. }
  3762. }
  3763. },
  3764. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3765. "post": {
  3766. "description": "蛋蛋分管理(着陆页数据分析)",
  3767. "consumes": [
  3768. "application/json"
  3769. ],
  3770. "produces": [
  3771. "application/json"
  3772. ],
  3773. "tags": [
  3774. "蛋蛋能量"
  3775. ],
  3776. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3777. "parameters": [
  3778. {
  3779. "type": "string",
  3780. "description": "验证参数Bearer和token空格拼接",
  3781. "name": "Authorization",
  3782. "in": "header",
  3783. "required": true
  3784. },
  3785. {
  3786. "description": "请求参数",
  3787. "name": "req",
  3788. "in": "body",
  3789. "required": true,
  3790. "schema": {
  3791. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3792. }
  3793. }
  3794. ],
  3795. "responses": {
  3796. "200": {
  3797. "description": "成功返回",
  3798. "schema": {
  3799. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3800. }
  3801. },
  3802. "400": {
  3803. "description": "具体错误",
  3804. "schema": {
  3805. "$ref": "#/definitions/md.Response"
  3806. }
  3807. }
  3808. }
  3809. }
  3810. },
  3811. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3812. "post": {
  3813. "description": "蛋蛋分管理(用户数据列表)",
  3814. "consumes": [
  3815. "application/json"
  3816. ],
  3817. "produces": [
  3818. "application/json"
  3819. ],
  3820. "tags": [
  3821. "蛋蛋能量"
  3822. ],
  3823. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3824. "parameters": [
  3825. {
  3826. "type": "string",
  3827. "description": "验证参数Bearer和token空格拼接",
  3828. "name": "Authorization",
  3829. "in": "header",
  3830. "required": true
  3831. },
  3832. {
  3833. "description": "请求参数",
  3834. "name": "req",
  3835. "in": "body",
  3836. "required": true,
  3837. "schema": {
  3838. "$ref": "#/definitions/md.UserEggFlowReq"
  3839. }
  3840. }
  3841. ],
  3842. "responses": {
  3843. "200": {
  3844. "description": "成功返回",
  3845. "schema": {
  3846. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3847. }
  3848. },
  3849. "400": {
  3850. "description": "具体错误",
  3851. "schema": {
  3852. "$ref": "#/definitions/md.Response"
  3853. }
  3854. }
  3855. }
  3856. }
  3857. },
  3858. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3859. "post": {
  3860. "description": "蛋蛋分管理(着陆页数据)",
  3861. "consumes": [
  3862. "application/json"
  3863. ],
  3864. "produces": [
  3865. "application/json"
  3866. ],
  3867. "tags": [
  3868. "蛋蛋能量"
  3869. ],
  3870. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3871. "parameters": [
  3872. {
  3873. "type": "string",
  3874. "description": "验证参数Bearer和token空格拼接",
  3875. "name": "Authorization",
  3876. "in": "header",
  3877. "required": true
  3878. },
  3879. {
  3880. "description": "请求参数",
  3881. "name": "req",
  3882. "in": "body",
  3883. "required": true,
  3884. "schema": {
  3885. "$ref": "#/definitions/md.UserEggIndexReq"
  3886. }
  3887. }
  3888. ],
  3889. "responses": {
  3890. "200": {
  3891. "description": "成功返回",
  3892. "schema": {
  3893. "$ref": "#/definitions/md.UserEggIndexResp"
  3894. }
  3895. },
  3896. "400": {
  3897. "description": "具体错误",
  3898. "schema": {
  3899. "$ref": "#/definitions/md.Response"
  3900. }
  3901. }
  3902. }
  3903. }
  3904. },
  3905. "/api/institutionalManagement/eggEnergy/getBasic": {
  3906. "get": {
  3907. "description": "基础设置(获取)",
  3908. "consumes": [
  3909. "application/json"
  3910. ],
  3911. "produces": [
  3912. "application/json"
  3913. ],
  3914. "tags": [
  3915. "蛋蛋能量"
  3916. ],
  3917. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3918. "parameters": [
  3919. {
  3920. "type": "string",
  3921. "description": "验证参数Bearer和token空格拼接",
  3922. "name": "Authorization",
  3923. "in": "header",
  3924. "required": true
  3925. }
  3926. ],
  3927. "responses": {
  3928. "200": {
  3929. "description": "具体数据",
  3930. "schema": {
  3931. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3932. }
  3933. },
  3934. "400": {
  3935. "description": "具体错误",
  3936. "schema": {
  3937. "$ref": "#/definitions/md.Response"
  3938. }
  3939. }
  3940. }
  3941. }
  3942. },
  3943. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3944. "get": {
  3945. "description": "基础会员设置(获取)",
  3946. "consumes": [
  3947. "application/json"
  3948. ],
  3949. "produces": [
  3950. "application/json"
  3951. ],
  3952. "tags": [
  3953. "蛋蛋能量"
  3954. ],
  3955. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3956. "parameters": [
  3957. {
  3958. "type": "string",
  3959. "description": "验证参数Bearer和token空格拼接",
  3960. "name": "Authorization",
  3961. "in": "header",
  3962. "required": true
  3963. }
  3964. ],
  3965. "responses": {
  3966. "200": {
  3967. "description": "具体数据",
  3968. "schema": {
  3969. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3970. }
  3971. },
  3972. "400": {
  3973. "description": "具体错误",
  3974. "schema": {
  3975. "$ref": "#/definitions/md.Response"
  3976. }
  3977. }
  3978. }
  3979. }
  3980. },
  3981. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3982. "get": {
  3983. "description": "查询所有币种(获取)",
  3984. "consumes": [
  3985. "application/json"
  3986. ],
  3987. "produces": [
  3988. "application/json"
  3989. ],
  3990. "tags": [
  3991. "蛋蛋能量"
  3992. ],
  3993. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3994. "parameters": [
  3995. {
  3996. "type": "string",
  3997. "description": "验证参数Bearer和token空格拼接",
  3998. "name": "Authorization",
  3999. "in": "header",
  4000. "required": true
  4001. }
  4002. ],
  4003. "responses": {
  4004. "200": {
  4005. "description": "成功返回",
  4006. "schema": {
  4007. "type": "array",
  4008. "items": {
  4009. "$ref": "#/definitions/md.VirtualCoin"
  4010. }
  4011. }
  4012. },
  4013. "400": {
  4014. "description": "具体错误",
  4015. "schema": {
  4016. "$ref": "#/definitions/md.Response"
  4017. }
  4018. }
  4019. }
  4020. }
  4021. },
  4022. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  4023. "get": {
  4024. "description": "数据概览(获取)",
  4025. "consumes": [
  4026. "application/json"
  4027. ],
  4028. "produces": [
  4029. "application/json"
  4030. ],
  4031. "tags": [
  4032. "蛋蛋能量"
  4033. ],
  4034. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  4035. "parameters": [
  4036. {
  4037. "type": "string",
  4038. "description": "验证参数Bearer和token空格拼接",
  4039. "name": "Authorization",
  4040. "in": "header",
  4041. "required": true
  4042. }
  4043. ],
  4044. "responses": {
  4045. "200": {
  4046. "description": "具体数据",
  4047. "schema": {
  4048. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  4049. }
  4050. },
  4051. "400": {
  4052. "description": "具体错误",
  4053. "schema": {
  4054. "$ref": "#/definitions/md.Response"
  4055. }
  4056. }
  4057. }
  4058. }
  4059. },
  4060. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  4061. "post": {
  4062. "description": "价值明细数据(新增)",
  4063. "consumes": [
  4064. "application/json"
  4065. ],
  4066. "produces": [
  4067. "application/json"
  4068. ],
  4069. "tags": [
  4070. "蛋蛋能量"
  4071. ],
  4072. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  4073. "parameters": [
  4074. {
  4075. "type": "string",
  4076. "description": "验证参数Bearer和token空格拼接",
  4077. "name": "Authorization",
  4078. "in": "header",
  4079. "required": true
  4080. },
  4081. {
  4082. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4083. "name": "req",
  4084. "in": "body",
  4085. "required": true,
  4086. "schema": {
  4087. "$ref": "#/definitions/md.AddFundDataReq"
  4088. }
  4089. }
  4090. ],
  4091. "responses": {
  4092. "200": {
  4093. "description": "插入数据 id",
  4094. "schema": {
  4095. "type": "int"
  4096. }
  4097. },
  4098. "400": {
  4099. "description": "具体错误",
  4100. "schema": {
  4101. "$ref": "#/definitions/md.Response"
  4102. }
  4103. }
  4104. }
  4105. }
  4106. },
  4107. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  4108. "post": {
  4109. "description": "新增数据列表(获取)",
  4110. "consumes": [
  4111. "application/json"
  4112. ],
  4113. "produces": [
  4114. "application/json"
  4115. ],
  4116. "tags": [
  4117. "蛋蛋能量"
  4118. ],
  4119. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  4120. "parameters": [
  4121. {
  4122. "type": "string",
  4123. "description": "验证参数Bearer和token空格拼接",
  4124. "name": "Authorization",
  4125. "in": "header",
  4126. "required": true
  4127. },
  4128. {
  4129. "description": "分页信息必填",
  4130. "name": "req",
  4131. "in": "body",
  4132. "required": true,
  4133. "schema": {
  4134. "$ref": "#/definitions/md.GetFundDataListReq"
  4135. }
  4136. }
  4137. ],
  4138. "responses": {
  4139. "200": {
  4140. "description": "具体数据",
  4141. "schema": {
  4142. "$ref": "#/definitions/md.GetFundDataListResp"
  4143. }
  4144. },
  4145. "400": {
  4146. "description": "具体错误",
  4147. "schema": {
  4148. "$ref": "#/definitions/md.Response"
  4149. }
  4150. }
  4151. }
  4152. }
  4153. },
  4154. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  4155. "post": {
  4156. "description": "新增数据列表详情(查询)",
  4157. "consumes": [
  4158. "application/json"
  4159. ],
  4160. "produces": [
  4161. "application/json"
  4162. ],
  4163. "tags": [
  4164. "蛋蛋能量"
  4165. ],
  4166. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  4167. "parameters": [
  4168. {
  4169. "type": "string",
  4170. "description": "验证参数Bearer和token空格拼接",
  4171. "name": "Authorization",
  4172. "in": "header",
  4173. "required": true
  4174. },
  4175. {
  4176. "description": "获取到的 system_id 以及分页信息",
  4177. "name": "req",
  4178. "in": "body",
  4179. "required": true,
  4180. "schema": {
  4181. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  4182. }
  4183. }
  4184. ],
  4185. "responses": {
  4186. "200": {
  4187. "description": "具体数据",
  4188. "schema": {
  4189. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  4190. }
  4191. },
  4192. "400": {
  4193. "description": "具体错误",
  4194. "schema": {
  4195. "$ref": "#/definitions/md.Response"
  4196. }
  4197. }
  4198. }
  4199. }
  4200. },
  4201. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  4202. "get": {
  4203. "description": "价格趋势(获取)",
  4204. "consumes": [
  4205. "application/json"
  4206. ],
  4207. "produces": [
  4208. "application/json"
  4209. ],
  4210. "tags": [
  4211. "蛋蛋能量"
  4212. ],
  4213. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4214. "parameters": [
  4215. {
  4216. "type": "string",
  4217. "description": "验证参数Bearer和token空格拼接",
  4218. "name": "Authorization",
  4219. "in": "header",
  4220. "required": true
  4221. },
  4222. {
  4223. "type": "string",
  4224. "description": "1:按天 2:按小时 3:按周",
  4225. "name": "kind",
  4226. "in": "query"
  4227. }
  4228. ],
  4229. "responses": {
  4230. "200": {
  4231. "description": "具体数据",
  4232. "schema": {
  4233. "$ref": "#/definitions/md.GetPriceCurveResp"
  4234. }
  4235. },
  4236. "400": {
  4237. "description": "具体错误",
  4238. "schema": {
  4239. "$ref": "#/definitions/md.Response"
  4240. }
  4241. }
  4242. }
  4243. }
  4244. },
  4245. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4246. "post": {
  4247. "description": "激励视频(获取)",
  4248. "consumes": [
  4249. "application/json"
  4250. ],
  4251. "produces": [
  4252. "application/json"
  4253. ],
  4254. "tags": [
  4255. "蛋蛋能量"
  4256. ],
  4257. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4258. "parameters": [
  4259. {
  4260. "type": "string",
  4261. "description": "验证参数Bearer和token空格拼接",
  4262. "name": "Authorization",
  4263. "in": "header",
  4264. "required": true
  4265. },
  4266. {
  4267. "description": "落地页不填页大小默认20条数据",
  4268. "name": "req",
  4269. "in": "body",
  4270. "required": true,
  4271. "schema": {
  4272. "$ref": "#/definitions/md.SetVideoRewardReq"
  4273. }
  4274. }
  4275. ],
  4276. "responses": {
  4277. "200": {
  4278. "description": "OK",
  4279. "schema": {
  4280. "$ref": "#/definitions/md.GetVideoRewardResp"
  4281. }
  4282. },
  4283. "400": {
  4284. "description": "具体错误",
  4285. "schema": {
  4286. "$ref": "#/definitions/md.Response"
  4287. }
  4288. }
  4289. }
  4290. }
  4291. },
  4292. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4293. "post": {
  4294. "description": "其他广告设置数据(新增)",
  4295. "consumes": [
  4296. "application/json"
  4297. ],
  4298. "produces": [
  4299. "application/json"
  4300. ],
  4301. "tags": [
  4302. "蛋蛋能量"
  4303. ],
  4304. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4305. "parameters": [
  4306. {
  4307. "type": "string",
  4308. "description": "验证参数Bearer和token空格拼接",
  4309. "name": "Authorization",
  4310. "in": "header",
  4311. "required": true
  4312. },
  4313. {
  4314. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4315. "name": "req",
  4316. "in": "body",
  4317. "required": true,
  4318. "schema": {
  4319. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4320. }
  4321. }
  4322. ],
  4323. "responses": {
  4324. "200": {
  4325. "description": "插入数据 id",
  4326. "schema": {
  4327. "type": "int"
  4328. }
  4329. },
  4330. "400": {
  4331. "description": "具体错误",
  4332. "schema": {
  4333. "$ref": "#/definitions/md.Response"
  4334. }
  4335. }
  4336. }
  4337. }
  4338. },
  4339. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4340. "post": {
  4341. "description": "其他广告设置数据(获取)",
  4342. "consumes": [
  4343. "application/json"
  4344. ],
  4345. "produces": [
  4346. "application/json"
  4347. ],
  4348. "tags": [
  4349. "蛋蛋能量"
  4350. ],
  4351. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4352. "parameters": [
  4353. {
  4354. "type": "string",
  4355. "description": "验证参数Bearer和token空格拼接",
  4356. "name": "Authorization",
  4357. "in": "header",
  4358. "required": true
  4359. },
  4360. {
  4361. "description": "分页信息必填",
  4362. "name": "req",
  4363. "in": "body",
  4364. "required": true,
  4365. "schema": {
  4366. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4367. }
  4368. }
  4369. ],
  4370. "responses": {
  4371. "200": {
  4372. "description": "具体数据",
  4373. "schema": {
  4374. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4375. }
  4376. },
  4377. "400": {
  4378. "description": "具体错误",
  4379. "schema": {
  4380. "$ref": "#/definitions/md.Response"
  4381. }
  4382. }
  4383. }
  4384. }
  4385. },
  4386. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4387. "post": {
  4388. "description": "激励视频(设置)",
  4389. "consumes": [
  4390. "application/json"
  4391. ],
  4392. "produces": [
  4393. "application/json"
  4394. ],
  4395. "tags": [
  4396. "蛋蛋能量"
  4397. ],
  4398. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4399. "parameters": [
  4400. {
  4401. "type": "string",
  4402. "description": "验证参数Bearer和token空格拼接",
  4403. "name": "Authorization",
  4404. "in": "header",
  4405. "required": true
  4406. },
  4407. {
  4408. "description": "落地页不填页大小默认20条数据",
  4409. "name": "req",
  4410. "in": "body",
  4411. "required": true,
  4412. "schema": {
  4413. "$ref": "#/definitions/md.SetVideoRewardReq"
  4414. }
  4415. }
  4416. ],
  4417. "responses": {
  4418. "200": {
  4419. "description": "success",
  4420. "schema": {
  4421. "type": "string"
  4422. }
  4423. },
  4424. "400": {
  4425. "description": "具体错误",
  4426. "schema": {
  4427. "$ref": "#/definitions/md.Response"
  4428. }
  4429. }
  4430. }
  4431. }
  4432. },
  4433. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4434. "post": {
  4435. "description": "基础设置(更新)",
  4436. "consumes": [
  4437. "application/json"
  4438. ],
  4439. "produces": [
  4440. "application/json"
  4441. ],
  4442. "tags": [
  4443. "蛋蛋能量"
  4444. ],
  4445. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4446. "parameters": [
  4447. {
  4448. "type": "string",
  4449. "description": "验证参数Bearer和token空格拼接",
  4450. "name": "Authorization",
  4451. "in": "header",
  4452. "required": true
  4453. },
  4454. {
  4455. "description": "system_id 必填",
  4456. "name": "req",
  4457. "in": "body",
  4458. "required": true,
  4459. "schema": {
  4460. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4461. }
  4462. }
  4463. ],
  4464. "responses": {
  4465. "200": {
  4466. "description": "修改数据条数",
  4467. "schema": {
  4468. "type": "int"
  4469. }
  4470. },
  4471. "400": {
  4472. "description": "具体错误",
  4473. "schema": {
  4474. "$ref": "#/definitions/md.Response"
  4475. }
  4476. }
  4477. }
  4478. }
  4479. },
  4480. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4481. "post": {
  4482. "description": "会员设置(更新)",
  4483. "consumes": [
  4484. "application/json"
  4485. ],
  4486. "produces": [
  4487. "application/json"
  4488. ],
  4489. "tags": [
  4490. "蛋蛋能量"
  4491. ],
  4492. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4493. "parameters": [
  4494. {
  4495. "type": "string",
  4496. "description": "验证参数Bearer和token空格拼接",
  4497. "name": "Authorization",
  4498. "in": "header",
  4499. "required": true
  4500. },
  4501. {
  4502. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4503. "name": "req",
  4504. "in": "body",
  4505. "required": true,
  4506. "schema": {
  4507. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4508. }
  4509. }
  4510. ],
  4511. "responses": {
  4512. "200": {
  4513. "description": "修改数据条数",
  4514. "schema": {
  4515. "type": "int"
  4516. }
  4517. },
  4518. "400": {
  4519. "description": "具体错误",
  4520. "schema": {
  4521. "$ref": "#/definitions/md.Response"
  4522. }
  4523. }
  4524. }
  4525. }
  4526. },
  4527. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4528. "post": {
  4529. "description": "更新币种信息",
  4530. "consumes": [
  4531. "application/json"
  4532. ],
  4533. "produces": [
  4534. "application/json"
  4535. ],
  4536. "tags": [
  4537. "蛋蛋能量"
  4538. ],
  4539. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4540. "parameters": [
  4541. {
  4542. "type": "string",
  4543. "description": "验证参数Bearer和token空格拼接",
  4544. "name": "Authorization",
  4545. "in": "header",
  4546. "required": true
  4547. },
  4548. {
  4549. "description": "更新数据信息",
  4550. "name": "req",
  4551. "in": "body",
  4552. "required": true,
  4553. "schema": {
  4554. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4555. }
  4556. }
  4557. ],
  4558. "responses": {
  4559. "200": {
  4560. "description": "更新数据数量",
  4561. "schema": {
  4562. "type": "int"
  4563. }
  4564. },
  4565. "400": {
  4566. "description": "具体错误",
  4567. "schema": {
  4568. "$ref": "#/definitions/md.Response"
  4569. }
  4570. }
  4571. }
  4572. }
  4573. },
  4574. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4575. "post": {
  4576. "description": "蛋蛋能量流水(查询)",
  4577. "consumes": [
  4578. "application/json"
  4579. ],
  4580. "produces": [
  4581. "application/json"
  4582. ],
  4583. "tags": [
  4584. "公排管理"
  4585. ],
  4586. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4587. "parameters": [
  4588. {
  4589. "type": "string",
  4590. "description": "验证参数Bearer和token空格拼接",
  4591. "name": "Authorization",
  4592. "in": "header",
  4593. "required": true
  4594. },
  4595. {
  4596. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4597. "name": "req",
  4598. "in": "body",
  4599. "required": true,
  4600. "schema": {
  4601. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4602. }
  4603. }
  4604. ],
  4605. "responses": {
  4606. "200": {
  4607. "description": "成功返回",
  4608. "schema": {
  4609. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4610. }
  4611. },
  4612. "400": {
  4613. "description": "具体错误",
  4614. "schema": {
  4615. "$ref": "#/definitions/md.Response"
  4616. }
  4617. }
  4618. }
  4619. }
  4620. },
  4621. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4622. "post": {
  4623. "description": "蛋蛋能量明细(获取)",
  4624. "consumes": [
  4625. "application/json"
  4626. ],
  4627. "produces": [
  4628. "application/json"
  4629. ],
  4630. "tags": [
  4631. "公排管理"
  4632. ],
  4633. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4634. "parameters": [
  4635. {
  4636. "type": "string",
  4637. "description": "验证参数Bearer和token空格拼接",
  4638. "name": "Authorization",
  4639. "in": "header",
  4640. "required": true
  4641. },
  4642. {
  4643. "description": "落地页不填页大小默认20条数据",
  4644. "name": "req",
  4645. "in": "body",
  4646. "schema": {
  4647. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4648. }
  4649. }
  4650. ],
  4651. "responses": {
  4652. "200": {
  4653. "description": "成功返回",
  4654. "schema": {
  4655. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4656. }
  4657. },
  4658. "400": {
  4659. "description": "具体错误",
  4660. "schema": {
  4661. "$ref": "#/definitions/md.Response"
  4662. }
  4663. }
  4664. }
  4665. }
  4666. },
  4667. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4668. "post": {
  4669. "description": "蛋蛋积分持有者明细(获取)",
  4670. "consumes": [
  4671. "application/json"
  4672. ],
  4673. "produces": [
  4674. "application/json"
  4675. ],
  4676. "tags": [
  4677. "公排管理"
  4678. ],
  4679. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4680. "parameters": [
  4681. {
  4682. "type": "string",
  4683. "description": "验证参数Bearer和token空格拼接",
  4684. "name": "Authorization",
  4685. "in": "header",
  4686. "required": true
  4687. },
  4688. {
  4689. "description": "落地页不填页大小默认20条数据",
  4690. "name": "req",
  4691. "in": "body",
  4692. "schema": {
  4693. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4694. }
  4695. }
  4696. ],
  4697. "responses": {
  4698. "200": {
  4699. "description": "成功返回",
  4700. "schema": {
  4701. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4702. }
  4703. },
  4704. "400": {
  4705. "description": "具体错误",
  4706. "schema": {
  4707. "$ref": "#/definitions/md.Response"
  4708. }
  4709. }
  4710. }
  4711. }
  4712. },
  4713. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4714. "post": {
  4715. "description": "蛋蛋积分流水明细(查询)",
  4716. "consumes": [
  4717. "application/json"
  4718. ],
  4719. "produces": [
  4720. "application/json"
  4721. ],
  4722. "tags": [
  4723. "公排管理"
  4724. ],
  4725. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4726. "parameters": [
  4727. {
  4728. "type": "string",
  4729. "description": "验证参数Bearer和token空格拼接",
  4730. "name": "Authorization",
  4731. "in": "header",
  4732. "required": true
  4733. },
  4734. {
  4735. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4736. "name": "req",
  4737. "in": "body",
  4738. "required": true,
  4739. "schema": {
  4740. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4741. }
  4742. }
  4743. ],
  4744. "responses": {
  4745. "200": {
  4746. "description": "成功返回",
  4747. "schema": {
  4748. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4749. }
  4750. },
  4751. "400": {
  4752. "description": "具体错误",
  4753. "schema": {
  4754. "$ref": "#/definitions/md.Response"
  4755. }
  4756. }
  4757. }
  4758. }
  4759. },
  4760. "/api/institutionalManagement/eggPointCoefficient/add": {
  4761. "post": {
  4762. "description": "区间系数(新增 支持批量新增)",
  4763. "consumes": [
  4764. "application/json"
  4765. ],
  4766. "produces": [
  4767. "application/json"
  4768. ],
  4769. "tags": [
  4770. "蛋蛋分区间系数管理"
  4771. ],
  4772. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4773. "parameters": [
  4774. {
  4775. "type": "string",
  4776. "description": "验证参数Bearer和token空格拼接",
  4777. "name": "Authorization",
  4778. "in": "header",
  4779. "required": true
  4780. },
  4781. {
  4782. "description": "需要新增的内容",
  4783. "name": "req",
  4784. "in": "body",
  4785. "required": true,
  4786. "schema": {
  4787. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4788. }
  4789. }
  4790. ],
  4791. "responses": {
  4792. "200": {
  4793. "description": "新增数据条数",
  4794. "schema": {
  4795. "type": "int"
  4796. }
  4797. },
  4798. "400": {
  4799. "description": "具体错误",
  4800. "schema": {
  4801. "$ref": "#/definitions/md.Response"
  4802. }
  4803. }
  4804. }
  4805. }
  4806. },
  4807. "/api/institutionalManagement/eggPointCoefficient/del": {
  4808. "delete": {
  4809. "description": "区间系数(删除)",
  4810. "consumes": [
  4811. "application/json"
  4812. ],
  4813. "produces": [
  4814. "application/json"
  4815. ],
  4816. "tags": [
  4817. "蛋蛋分区间系数管理"
  4818. ],
  4819. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4820. "parameters": [
  4821. {
  4822. "type": "string",
  4823. "description": "验证参数Bearer和token空格拼接",
  4824. "name": "Authorization",
  4825. "in": "header",
  4826. "required": true
  4827. },
  4828. {
  4829. "description": "需要删除的数据id",
  4830. "name": "req",
  4831. "in": "body",
  4832. "required": true,
  4833. "schema": {
  4834. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4835. }
  4836. }
  4837. ],
  4838. "responses": {
  4839. "200": {
  4840. "description": "成功删除数据条数",
  4841. "schema": {
  4842. "type": "int"
  4843. }
  4844. },
  4845. "400": {
  4846. "description": "具体错误",
  4847. "schema": {
  4848. "$ref": "#/definitions/md.Response"
  4849. }
  4850. }
  4851. }
  4852. }
  4853. },
  4854. "/api/institutionalManagement/eggPointCoefficient/index": {
  4855. "get": {
  4856. "description": "区间系数(获取)",
  4857. "consumes": [
  4858. "application/json"
  4859. ],
  4860. "produces": [
  4861. "application/json"
  4862. ],
  4863. "tags": [
  4864. "蛋蛋分区间系数管理"
  4865. ],
  4866. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4867. "parameters": [
  4868. {
  4869. "type": "string",
  4870. "description": "验证参数Bearer和token空格拼接",
  4871. "name": "Authorization",
  4872. "in": "header",
  4873. "required": true
  4874. }
  4875. ],
  4876. "responses": {
  4877. "200": {
  4878. "description": "OK",
  4879. "schema": {
  4880. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4881. }
  4882. },
  4883. "400": {
  4884. "description": "具体错误",
  4885. "schema": {
  4886. "$ref": "#/definitions/md.Response"
  4887. }
  4888. }
  4889. }
  4890. }
  4891. },
  4892. "/api/institutionalManagement/eggPointCoefficient/update": {
  4893. "post": {
  4894. "description": "区间系数(更新)",
  4895. "consumes": [
  4896. "application/json"
  4897. ],
  4898. "produces": [
  4899. "application/json"
  4900. ],
  4901. "tags": [
  4902. "蛋蛋分区间系数管理"
  4903. ],
  4904. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4905. "parameters": [
  4906. {
  4907. "type": "string",
  4908. "description": "验证参数Bearer和token空格拼接",
  4909. "name": "Authorization",
  4910. "in": "header",
  4911. "required": true
  4912. },
  4913. {
  4914. "description": "需要更新的数据信息",
  4915. "name": "req",
  4916. "in": "body",
  4917. "required": true,
  4918. "schema": {
  4919. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4920. }
  4921. }
  4922. ],
  4923. "responses": {
  4924. "200": {
  4925. "description": "成功修改的数据数量",
  4926. "schema": {
  4927. "type": "int"
  4928. }
  4929. },
  4930. "400": {
  4931. "description": "具体错误",
  4932. "schema": {
  4933. "$ref": "#/definitions/md.Response"
  4934. }
  4935. }
  4936. }
  4937. }
  4938. },
  4939. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4940. "get": {
  4941. "description": "个性化设置(获取)",
  4942. "consumes": [
  4943. "application/json"
  4944. ],
  4945. "produces": [
  4946. "application/json"
  4947. ],
  4948. "tags": [
  4949. "模块设置"
  4950. ],
  4951. "summary": "制度中心-模块设置-个性化设置(获取)",
  4952. "parameters": [
  4953. {
  4954. "type": "string",
  4955. "description": "验证参数Bearer和token空格拼接",
  4956. "name": "Authorization",
  4957. "in": "header",
  4958. "required": true
  4959. },
  4960. {
  4961. "type": "string",
  4962. "description": "模块类型值",
  4963. "name": "mod_name_value",
  4964. "in": "query",
  4965. "required": true
  4966. }
  4967. ],
  4968. "responses": {
  4969. "200": {
  4970. "description": "具体数据",
  4971. "schema": {
  4972. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4973. }
  4974. },
  4975. "400": {
  4976. "description": "具体错误",
  4977. "schema": {
  4978. "$ref": "#/definitions/md.Response"
  4979. }
  4980. }
  4981. }
  4982. }
  4983. },
  4984. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4985. "post": {
  4986. "description": "个性化设置(更新)",
  4987. "consumes": [
  4988. "application/json"
  4989. ],
  4990. "produces": [
  4991. "application/json"
  4992. ],
  4993. "tags": [
  4994. "模块设置"
  4995. ],
  4996. "summary": "制度中心-模块设置-个性化设置(更新)",
  4997. "parameters": [
  4998. {
  4999. "type": "string",
  5000. "description": "验证参数Bearer和token空格拼接",
  5001. "name": "Authorization",
  5002. "in": "header",
  5003. "required": true
  5004. },
  5005. {
  5006. "description": "模块类型值必填 链接传入完整 URL",
  5007. "name": "req",
  5008. "in": "body",
  5009. "required": true,
  5010. "schema": {
  5011. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  5012. }
  5013. }
  5014. ],
  5015. "responses": {
  5016. "200": {
  5017. "description": "修改数据条数",
  5018. "schema": {
  5019. "type": "int"
  5020. }
  5021. },
  5022. "400": {
  5023. "description": "具体错误",
  5024. "schema": {
  5025. "$ref": "#/definitions/md.Response"
  5026. }
  5027. }
  5028. }
  5029. }
  5030. },
  5031. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  5032. "post": {
  5033. "description": "社区分红(新增)",
  5034. "consumes": [
  5035. "application/json"
  5036. ],
  5037. "produces": [
  5038. "application/json"
  5039. ],
  5040. "tags": [
  5041. "公排管理"
  5042. ],
  5043. "summary": "制度中心-公排管理-社区分红(新增)",
  5044. "parameters": [
  5045. {
  5046. "type": "string",
  5047. "description": "验证参数Bearer和token空格拼接",
  5048. "name": "Authorization",
  5049. "in": "header",
  5050. "required": true
  5051. },
  5052. {
  5053. "description": "分红名称、分红总量",
  5054. "name": "req",
  5055. "in": "body",
  5056. "required": true,
  5057. "schema": {
  5058. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  5059. }
  5060. }
  5061. ],
  5062. "responses": {
  5063. "200": {
  5064. "description": "成功",
  5065. "schema": {
  5066. "type": "success"
  5067. }
  5068. },
  5069. "400": {
  5070. "description": "具体错误",
  5071. "schema": {
  5072. "$ref": "#/definitions/md.Response"
  5073. }
  5074. }
  5075. }
  5076. }
  5077. },
  5078. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  5079. "post": {
  5080. "description": "社区分红(查询)",
  5081. "consumes": [
  5082. "application/json"
  5083. ],
  5084. "produces": [
  5085. "application/json"
  5086. ],
  5087. "tags": [
  5088. "公排管理"
  5089. ],
  5090. "summary": "制度中心-公排管理-社区分红(查询)",
  5091. "parameters": [
  5092. {
  5093. "type": "string",
  5094. "description": "验证参数Bearer和token空格拼接",
  5095. "name": "Authorization",
  5096. "in": "header",
  5097. "required": true
  5098. },
  5099. {
  5100. "description": "页数、每页大小必填 起止时间、起止数量选填",
  5101. "name": "req",
  5102. "in": "body",
  5103. "required": true,
  5104. "schema": {
  5105. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  5106. }
  5107. }
  5108. ],
  5109. "responses": {
  5110. "200": {
  5111. "description": "具体数据",
  5112. "schema": {
  5113. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  5114. }
  5115. },
  5116. "400": {
  5117. "description": "具体错误",
  5118. "schema": {
  5119. "$ref": "#/definitions/md.Response"
  5120. }
  5121. }
  5122. }
  5123. }
  5124. },
  5125. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  5126. "post": {
  5127. "description": "社区长列表(新增)",
  5128. "consumes": [
  5129. "application/json"
  5130. ],
  5131. "produces": [
  5132. "application/json"
  5133. ],
  5134. "tags": [
  5135. "公排管理"
  5136. ],
  5137. "summary": "制度中心-公排管理-社区长列表(新增)",
  5138. "parameters": [
  5139. {
  5140. "type": "string",
  5141. "description": "验证参数Bearer和token空格拼接",
  5142. "name": "Authorization",
  5143. "in": "header",
  5144. "required": true
  5145. },
  5146. {
  5147. "description": "新增社区长 ID、备注",
  5148. "name": "req",
  5149. "in": "body",
  5150. "required": true,
  5151. "schema": {
  5152. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  5153. }
  5154. }
  5155. ],
  5156. "responses": {
  5157. "200": {
  5158. "description": "插入数据 ID",
  5159. "schema": {
  5160. "type": "int"
  5161. }
  5162. },
  5163. "400": {
  5164. "description": "具体错误",
  5165. "schema": {
  5166. "$ref": "#/definitions/md.Response"
  5167. }
  5168. }
  5169. }
  5170. }
  5171. },
  5172. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  5173. "delete": {
  5174. "description": "社区长列表(删除)",
  5175. "consumes": [
  5176. "application/json"
  5177. ],
  5178. "produces": [
  5179. "application/json"
  5180. ],
  5181. "tags": [
  5182. "公排管理"
  5183. ],
  5184. "summary": "制度中心-公排管理-社区长列表(删除)",
  5185. "parameters": [
  5186. {
  5187. "type": "string",
  5188. "description": "验证参数Bearer和token空格拼接",
  5189. "name": "Authorization",
  5190. "in": "header",
  5191. "required": true
  5192. }
  5193. ],
  5194. "responses": {
  5195. "200": {
  5196. "description": "删除数据数量",
  5197. "schema": {
  5198. "type": "int"
  5199. }
  5200. },
  5201. "400": {
  5202. "description": "具体错误",
  5203. "schema": {
  5204. "$ref": "#/definitions/md.Response"
  5205. }
  5206. }
  5207. }
  5208. }
  5209. },
  5210. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  5211. "post": {
  5212. "description": "社区长列表(查询)",
  5213. "consumes": [
  5214. "application/json"
  5215. ],
  5216. "produces": [
  5217. "application/json"
  5218. ],
  5219. "tags": [
  5220. "公排管理"
  5221. ],
  5222. "summary": "制度中心-公排管理-社区长列表(查询)",
  5223. "parameters": [
  5224. {
  5225. "type": "string",
  5226. "description": "验证参数Bearer和token空格拼接",
  5227. "name": "Authorization",
  5228. "in": "header",
  5229. "required": true
  5230. },
  5231. {
  5232. "description": "页数、每页大小必填 手机号、用户ID选填",
  5233. "name": "req",
  5234. "in": "body",
  5235. "required": true,
  5236. "schema": {
  5237. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5238. }
  5239. }
  5240. ],
  5241. "responses": {
  5242. "200": {
  5243. "description": "社区长列表",
  5244. "schema": {
  5245. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5246. }
  5247. },
  5248. "400": {
  5249. "description": "具体错误",
  5250. "schema": {
  5251. "$ref": "#/definitions/md.Response"
  5252. }
  5253. }
  5254. }
  5255. }
  5256. },
  5257. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5258. "post": {
  5259. "description": "关系分布图(位置转换)",
  5260. "consumes": [
  5261. "application/json"
  5262. ],
  5263. "produces": [
  5264. "application/json"
  5265. ],
  5266. "tags": [
  5267. "公排管理"
  5268. ],
  5269. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5270. "parameters": [
  5271. {
  5272. "type": "string",
  5273. "description": "验证参数Bearer和token空格拼接",
  5274. "name": "Authorization",
  5275. "in": "header",
  5276. "required": true
  5277. },
  5278. {
  5279. "description": "需要交换的两个位置",
  5280. "name": "req",
  5281. "in": "body",
  5282. "required": true,
  5283. "schema": {
  5284. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5285. }
  5286. }
  5287. ],
  5288. "responses": {
  5289. "200": {
  5290. "description": "成功返回",
  5291. "schema": {
  5292. "type": ""
  5293. }
  5294. },
  5295. "400": {
  5296. "description": "具体错误",
  5297. "schema": {
  5298. "$ref": "#/definitions/md.Response"
  5299. }
  5300. }
  5301. }
  5302. }
  5303. },
  5304. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5305. "get": {
  5306. "description": "关系分布图(获取指定用户上级)",
  5307. "consumes": [
  5308. "application/json"
  5309. ],
  5310. "produces": [
  5311. "application/json"
  5312. ],
  5313. "tags": [
  5314. "公排管理"
  5315. ],
  5316. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5317. "parameters": [
  5318. {
  5319. "type": "string",
  5320. "description": "验证参数Bearer和token空格拼接",
  5321. "name": "Authorization",
  5322. "in": "header",
  5323. "required": true
  5324. },
  5325. {
  5326. "type": "string",
  5327. "description": "用户ID",
  5328. "name": "uid",
  5329. "in": "query",
  5330. "required": true
  5331. }
  5332. ],
  5333. "responses": {
  5334. "200": {
  5335. "description": "具体数据",
  5336. "schema": {
  5337. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5338. }
  5339. },
  5340. "400": {
  5341. "description": "具体错误",
  5342. "schema": {
  5343. "$ref": "#/definitions/md.Response"
  5344. }
  5345. }
  5346. }
  5347. }
  5348. },
  5349. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5350. "get": {
  5351. "description": "关系分布图(获取指定用户下级)",
  5352. "consumes": [
  5353. "application/json"
  5354. ],
  5355. "produces": [
  5356. "application/json"
  5357. ],
  5358. "tags": [
  5359. "公排管理"
  5360. ],
  5361. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5362. "parameters": [
  5363. {
  5364. "type": "string",
  5365. "description": "验证参数Bearer和token空格拼接",
  5366. "name": "Authorization",
  5367. "in": "header",
  5368. "required": true
  5369. },
  5370. {
  5371. "type": "string",
  5372. "description": "用户ID",
  5373. "name": "uid",
  5374. "in": "query",
  5375. "required": true
  5376. }
  5377. ],
  5378. "responses": {
  5379. "200": {
  5380. "description": "具体数据",
  5381. "schema": {
  5382. "$ref": "#/definitions/md.TreeNode"
  5383. }
  5384. },
  5385. "400": {
  5386. "description": "具体错误",
  5387. "schema": {
  5388. "$ref": "#/definitions/md.Response"
  5389. }
  5390. }
  5391. }
  5392. }
  5393. },
  5394. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5395. "get": {
  5396. "description": "公排基础设置(获取)",
  5397. "consumes": [
  5398. "application/json"
  5399. ],
  5400. "produces": [
  5401. "application/json"
  5402. ],
  5403. "tags": [
  5404. "公排管理"
  5405. ],
  5406. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5407. "parameters": [
  5408. {
  5409. "type": "string",
  5410. "description": "验证参数Bearer和token空格拼接",
  5411. "name": "Authorization",
  5412. "in": "header",
  5413. "required": true
  5414. }
  5415. ],
  5416. "responses": {
  5417. "200": {
  5418. "description": "具体数据",
  5419. "schema": {
  5420. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5421. }
  5422. },
  5423. "400": {
  5424. "description": "具体错误",
  5425. "schema": {
  5426. "$ref": "#/definitions/md.Response"
  5427. }
  5428. }
  5429. }
  5430. }
  5431. },
  5432. "/api/institutionalManagement/publicPlatoon/nineDimensionalSpace": {
  5433. "get": {
  5434. "description": "关系分布图(公排详情)",
  5435. "consumes": [
  5436. "application/json"
  5437. ],
  5438. "produces": [
  5439. "application/json"
  5440. ],
  5441. "tags": [
  5442. "公排管理"
  5443. ],
  5444. "summary": "制度中心-公排管理-关系分布图(公排详情)",
  5445. "parameters": [
  5446. {
  5447. "type": "string",
  5448. "description": "验证参数Bearer和token空格拼接",
  5449. "name": "Authorization",
  5450. "in": "header",
  5451. "required": true
  5452. },
  5453. {
  5454. "type": "string",
  5455. "description": "用户id",
  5456. "name": "uid",
  5457. "in": "query"
  5458. }
  5459. ],
  5460. "responses": {
  5461. "200": {
  5462. "description": "成功返回",
  5463. "schema": {
  5464. "type": ""
  5465. }
  5466. },
  5467. "400": {
  5468. "description": "具体错误",
  5469. "schema": {
  5470. "$ref": "#/definitions/md.Response"
  5471. }
  5472. }
  5473. }
  5474. }
  5475. },
  5476. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5477. "delete": {
  5478. "description": "免罚用户(删除)",
  5479. "consumes": [
  5480. "application/json"
  5481. ],
  5482. "produces": [
  5483. "application/json"
  5484. ],
  5485. "tags": [
  5486. "公排管理"
  5487. ],
  5488. "summary": "制度中心-公排管理-免罚用户(删除)",
  5489. "parameters": [
  5490. {
  5491. "type": "string",
  5492. "description": "验证参数Bearer和token空格拼接",
  5493. "name": "Authorization",
  5494. "in": "header",
  5495. "required": true
  5496. },
  5497. {
  5498. "description": "免罚用户ID",
  5499. "name": "req",
  5500. "in": "body",
  5501. "required": true,
  5502. "schema": {
  5503. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5504. }
  5505. }
  5506. ],
  5507. "responses": {
  5508. "200": {
  5509. "description": "删除数据数量",
  5510. "schema": {
  5511. "type": "int"
  5512. }
  5513. },
  5514. "400": {
  5515. "description": "具体错误",
  5516. "schema": {
  5517. "$ref": "#/definitions/md.Response"
  5518. }
  5519. }
  5520. }
  5521. }
  5522. },
  5523. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5524. "post": {
  5525. "description": "免罚用户(查询)",
  5526. "consumes": [
  5527. "application/json"
  5528. ],
  5529. "produces": [
  5530. "application/json"
  5531. ],
  5532. "tags": [
  5533. "公排管理"
  5534. ],
  5535. "summary": "制度中心-公排管理-免罚用户(查询)",
  5536. "parameters": [
  5537. {
  5538. "type": "string",
  5539. "description": "验证参数Bearer和token空格拼接",
  5540. "name": "Authorization",
  5541. "in": "header",
  5542. "required": true
  5543. },
  5544. {
  5545. "description": "页数和行数必填,uid选填",
  5546. "name": "req",
  5547. "in": "body",
  5548. "required": true,
  5549. "schema": {
  5550. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5551. }
  5552. }
  5553. ],
  5554. "responses": {
  5555. "200": {
  5556. "description": "成功返回",
  5557. "schema": {
  5558. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5559. }
  5560. },
  5561. "400": {
  5562. "description": "具体错误",
  5563. "schema": {
  5564. "$ref": "#/definitions/md.Response"
  5565. }
  5566. }
  5567. }
  5568. }
  5569. },
  5570. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5571. "post": {
  5572. "description": "免罚用户(新增)",
  5573. "consumes": [
  5574. "application/json"
  5575. ],
  5576. "produces": [
  5577. "application/json"
  5578. ],
  5579. "tags": [
  5580. "公排管理"
  5581. ],
  5582. "summary": "制度中心-公排管理-免罚用户(新增)",
  5583. "parameters": [
  5584. {
  5585. "type": "string",
  5586. "description": "验证参数Bearer和token空格拼接",
  5587. "name": "Authorization",
  5588. "in": "header",
  5589. "required": true
  5590. },
  5591. {
  5592. "description": "免罚用户ID",
  5593. "name": "req",
  5594. "in": "body",
  5595. "required": true,
  5596. "schema": {
  5597. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5598. }
  5599. }
  5600. ],
  5601. "responses": {
  5602. "200": {
  5603. "description": "插入数据 ID",
  5604. "schema": {
  5605. "type": "int"
  5606. }
  5607. },
  5608. "400": {
  5609. "description": "具体错误",
  5610. "schema": {
  5611. "$ref": "#/definitions/md.Response"
  5612. }
  5613. }
  5614. }
  5615. }
  5616. },
  5617. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5618. "get": {
  5619. "description": "关系分布图(获取)",
  5620. "consumes": [
  5621. "application/json"
  5622. ],
  5623. "produces": [
  5624. "application/json"
  5625. ],
  5626. "tags": [
  5627. "公排管理"
  5628. ],
  5629. "summary": "制度中心-公排管理-关系分布图(获取)",
  5630. "parameters": [
  5631. {
  5632. "type": "string",
  5633. "description": "验证参数Bearer和token空格拼接",
  5634. "name": "Authorization",
  5635. "in": "header",
  5636. "required": true
  5637. },
  5638. {
  5639. "type": "string",
  5640. "description": "phone",
  5641. "name": "phone",
  5642. "in": "query",
  5643. "required": true
  5644. },
  5645. {
  5646. "type": "string",
  5647. "description": "uid",
  5648. "name": "uid",
  5649. "in": "query",
  5650. "required": true
  5651. }
  5652. ],
  5653. "responses": {
  5654. "200": {
  5655. "description": "具体数据",
  5656. "schema": {
  5657. "$ref": "#/definitions/md.TreeNode"
  5658. }
  5659. },
  5660. "400": {
  5661. "description": "具体错误",
  5662. "schema": {
  5663. "$ref": "#/definitions/md.Response"
  5664. }
  5665. }
  5666. }
  5667. }
  5668. },
  5669. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5670. "post": {
  5671. "description": "公排基础设置选择会员(查询)",
  5672. "consumes": [
  5673. "application/json"
  5674. ],
  5675. "produces": [
  5676. "application/json"
  5677. ],
  5678. "tags": [
  5679. "公排管理"
  5680. ],
  5681. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5682. "parameters": [
  5683. {
  5684. "type": "string",
  5685. "description": "验证参数Bearer和token空格拼接",
  5686. "name": "Authorization",
  5687. "in": "header",
  5688. "required": true
  5689. },
  5690. {
  5691. "description": "分页信息必填",
  5692. "name": "req",
  5693. "in": "body",
  5694. "required": true,
  5695. "schema": {
  5696. "$ref": "#/definitions/md.SelectMemberReq"
  5697. }
  5698. }
  5699. ],
  5700. "responses": {
  5701. "200": {
  5702. "description": "具体数据",
  5703. "schema": {
  5704. "$ref": "#/definitions/md.SelectMemberResp"
  5705. }
  5706. },
  5707. "400": {
  5708. "description": "具体错误",
  5709. "schema": {
  5710. "$ref": "#/definitions/md.Response"
  5711. }
  5712. }
  5713. }
  5714. }
  5715. },
  5716. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5717. "put": {
  5718. "description": "公排基础设置(修改)",
  5719. "consumes": [
  5720. "application/json"
  5721. ],
  5722. "produces": [
  5723. "application/json"
  5724. ],
  5725. "tags": [
  5726. "公排管理"
  5727. ],
  5728. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5729. "parameters": [
  5730. {
  5731. "type": "string",
  5732. "description": "验证参数Bearer和token空格拼接",
  5733. "name": "Authorization",
  5734. "in": "header",
  5735. "required": true
  5736. },
  5737. {
  5738. "description": "公排设置表单内容",
  5739. "name": "req",
  5740. "in": "body",
  5741. "required": true,
  5742. "schema": {
  5743. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5744. }
  5745. }
  5746. ],
  5747. "responses": {
  5748. "200": {
  5749. "description": "success",
  5750. "schema": {
  5751. "type": "string"
  5752. }
  5753. },
  5754. "400": {
  5755. "description": "具体错误",
  5756. "schema": {
  5757. "$ref": "#/definitions/md.Response"
  5758. }
  5759. }
  5760. }
  5761. }
  5762. },
  5763. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5764. "post": {
  5765. "description": "日活分析",
  5766. "consumes": [
  5767. "application/json"
  5768. ],
  5769. "produces": [
  5770. "application/json"
  5771. ],
  5772. "tags": [
  5773. "公排管理"
  5774. ],
  5775. "summary": "制度中心-公排管理-日活分析",
  5776. "parameters": [
  5777. {
  5778. "type": "string",
  5779. "description": "验证参数Bearer和token空格拼接",
  5780. "name": "Authorization",
  5781. "in": "header",
  5782. "required": true
  5783. },
  5784. {
  5785. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5786. "name": "req",
  5787. "in": "body",
  5788. "required": true,
  5789. "schema": {
  5790. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5791. }
  5792. }
  5793. ],
  5794. "responses": {
  5795. "200": {
  5796. "description": "具体数据",
  5797. "schema": {
  5798. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5799. }
  5800. },
  5801. "400": {
  5802. "description": "具体错误",
  5803. "schema": {
  5804. "$ref": "#/definitions/md.Response"
  5805. }
  5806. }
  5807. }
  5808. }
  5809. },
  5810. "/api/login": {
  5811. "post": {
  5812. "description": "登入",
  5813. "consumes": [
  5814. "application/json"
  5815. ],
  5816. "produces": [
  5817. "application/json"
  5818. ],
  5819. "tags": [
  5820. "登录"
  5821. ],
  5822. "summary": "登陆",
  5823. "parameters": [
  5824. {
  5825. "description": "用户名密码",
  5826. "name": "req",
  5827. "in": "body",
  5828. "required": true,
  5829. "schema": {
  5830. "$ref": "#/definitions/md.LoginReq"
  5831. }
  5832. }
  5833. ],
  5834. "responses": {
  5835. "200": {
  5836. "description": "token",
  5837. "schema": {
  5838. "$ref": "#/definitions/md.LoginResponse"
  5839. }
  5840. },
  5841. "400": {
  5842. "description": "具体错误",
  5843. "schema": {
  5844. "$ref": "#/definitions/md.Response"
  5845. }
  5846. }
  5847. }
  5848. }
  5849. },
  5850. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5851. "get": {
  5852. "description": "新人红包设置(获取)",
  5853. "consumes": [
  5854. "application/json"
  5855. ],
  5856. "produces": [
  5857. "application/json"
  5858. ],
  5859. "tags": [
  5860. "营销应用"
  5861. ],
  5862. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5863. "parameters": [
  5864. {
  5865. "type": "string",
  5866. "description": "验证参数Bearer和token空格拼接",
  5867. "name": "Authorization",
  5868. "in": "header",
  5869. "required": true
  5870. }
  5871. ],
  5872. "responses": {
  5873. "200": {
  5874. "description": "具体数据",
  5875. "schema": {
  5876. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5877. }
  5878. },
  5879. "400": {
  5880. "description": "具体错误",
  5881. "schema": {
  5882. "$ref": "#/definitions/md.Response"
  5883. }
  5884. }
  5885. }
  5886. }
  5887. },
  5888. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5889. "post": {
  5890. "description": "新人红包列表明细(查询)",
  5891. "consumes": [
  5892. "application/json"
  5893. ],
  5894. "produces": [
  5895. "application/json"
  5896. ],
  5897. "tags": [
  5898. "营销应用"
  5899. ],
  5900. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5901. "parameters": [
  5902. {
  5903. "type": "string",
  5904. "description": "验证参数Bearer和token空格拼接",
  5905. "name": "Authorization",
  5906. "in": "header",
  5907. "required": true
  5908. },
  5909. {
  5910. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5911. "name": "req",
  5912. "in": "body",
  5913. "required": true,
  5914. "schema": {
  5915. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5916. }
  5917. }
  5918. ],
  5919. "responses": {
  5920. "200": {
  5921. "description": "具体数据",
  5922. "schema": {
  5923. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5924. }
  5925. },
  5926. "400": {
  5927. "description": "具体错误",
  5928. "schema": {
  5929. "$ref": "#/definitions/md.Response"
  5930. }
  5931. }
  5932. }
  5933. }
  5934. },
  5935. "/api/marketingApplications/newUserRedPackage/recordList": {
  5936. "post": {
  5937. "description": "新人红包列表(查询)",
  5938. "consumes": [
  5939. "application/json"
  5940. ],
  5941. "produces": [
  5942. "application/json"
  5943. ],
  5944. "tags": [
  5945. "营销应用"
  5946. ],
  5947. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5948. "parameters": [
  5949. {
  5950. "type": "string",
  5951. "description": "验证参数Bearer和token空格拼接",
  5952. "name": "Authorization",
  5953. "in": "header",
  5954. "required": true
  5955. },
  5956. {
  5957. "description": "新人红包列表查询条件(分页信息必填)",
  5958. "name": "req",
  5959. "in": "body",
  5960. "required": true,
  5961. "schema": {
  5962. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5963. }
  5964. }
  5965. ],
  5966. "responses": {
  5967. "200": {
  5968. "description": "具体数据",
  5969. "schema": {
  5970. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5971. }
  5972. },
  5973. "400": {
  5974. "description": "具体错误",
  5975. "schema": {
  5976. "$ref": "#/definitions/md.Response"
  5977. }
  5978. }
  5979. }
  5980. }
  5981. },
  5982. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5983. "put": {
  5984. "description": "新人红包设置(修改)",
  5985. "consumes": [
  5986. "application/json"
  5987. ],
  5988. "produces": [
  5989. "application/json"
  5990. ],
  5991. "tags": [
  5992. "营销应用"
  5993. ],
  5994. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5995. "parameters": [
  5996. {
  5997. "type": "string",
  5998. "description": "验证参数Bearer和token空格拼接",
  5999. "name": "Authorization",
  6000. "in": "header",
  6001. "required": true
  6002. },
  6003. {
  6004. "description": "新人红包设置表单",
  6005. "name": "req",
  6006. "in": "body",
  6007. "required": true,
  6008. "schema": {
  6009. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  6010. }
  6011. }
  6012. ],
  6013. "responses": {
  6014. "200": {
  6015. "description": "success",
  6016. "schema": {
  6017. "type": "string"
  6018. }
  6019. },
  6020. "400": {
  6021. "description": "具体错误",
  6022. "schema": {
  6023. "$ref": "#/definitions/md.Response"
  6024. }
  6025. }
  6026. }
  6027. }
  6028. },
  6029. "/api/memberCenter/certificate/del": {
  6030. "post": {
  6031. "description": "会员中心-证书管理-删除",
  6032. "consumes": [
  6033. "application/json"
  6034. ],
  6035. "produces": [
  6036. "application/json"
  6037. ],
  6038. "tags": [
  6039. "会员中心"
  6040. ],
  6041. "summary": "会员中心-证书管理-删除",
  6042. "parameters": [
  6043. {
  6044. "type": "string",
  6045. "description": "验证参数Bearer和token空格拼接",
  6046. "name": "Authorization",
  6047. "in": "header",
  6048. "required": true
  6049. },
  6050. {
  6051. "description": "(分页信息必填)",
  6052. "name": "req",
  6053. "in": "body",
  6054. "required": true,
  6055. "schema": {
  6056. "$ref": "#/definitions/md.CertificateDelReq"
  6057. }
  6058. }
  6059. ],
  6060. "responses": {
  6061. "200": {
  6062. "description": "具体数据",
  6063. "schema": {
  6064. "type": "string"
  6065. }
  6066. },
  6067. "400": {
  6068. "description": "具体错误",
  6069. "schema": {
  6070. "$ref": "#/definitions/md.Response"
  6071. }
  6072. }
  6073. }
  6074. }
  6075. },
  6076. "/api/memberCenter/certificate/list": {
  6077. "post": {
  6078. "description": "会员中心-证书管理",
  6079. "consumes": [
  6080. "application/json"
  6081. ],
  6082. "produces": [
  6083. "application/json"
  6084. ],
  6085. "tags": [
  6086. "会员中心"
  6087. ],
  6088. "summary": "会员中心-证书管理",
  6089. "parameters": [
  6090. {
  6091. "type": "string",
  6092. "description": "验证参数Bearer和token空格拼接",
  6093. "name": "Authorization",
  6094. "in": "header",
  6095. "required": true
  6096. },
  6097. {
  6098. "description": "(分页信息必填)",
  6099. "name": "req",
  6100. "in": "body",
  6101. "required": true,
  6102. "schema": {
  6103. "$ref": "#/definitions/md.CertificateListReq"
  6104. }
  6105. }
  6106. ],
  6107. "responses": {
  6108. "200": {
  6109. "description": "具体数据",
  6110. "schema": {
  6111. "$ref": "#/definitions/md.CertificateListResp"
  6112. }
  6113. },
  6114. "400": {
  6115. "description": "具体错误",
  6116. "schema": {
  6117. "$ref": "#/definitions/md.Response"
  6118. }
  6119. }
  6120. }
  6121. }
  6122. },
  6123. "/api/memberCenter/certificate/save": {
  6124. "post": {
  6125. "description": "会员中心-证书管理-保存",
  6126. "consumes": [
  6127. "application/json"
  6128. ],
  6129. "produces": [
  6130. "application/json"
  6131. ],
  6132. "tags": [
  6133. "会员中心"
  6134. ],
  6135. "summary": "会员中心-证书管理-保存",
  6136. "parameters": [
  6137. {
  6138. "type": "string",
  6139. "description": "验证参数Bearer和token空格拼接",
  6140. "name": "Authorization",
  6141. "in": "header",
  6142. "required": true
  6143. },
  6144. {
  6145. "description": "(分页信息必填)",
  6146. "name": "req",
  6147. "in": "body",
  6148. "required": true,
  6149. "schema": {
  6150. "$ref": "#/definitions/md.CertificateSave"
  6151. }
  6152. }
  6153. ],
  6154. "responses": {
  6155. "200": {
  6156. "description": "具体数据",
  6157. "schema": {
  6158. "type": "string"
  6159. }
  6160. },
  6161. "400": {
  6162. "description": "具体错误",
  6163. "schema": {
  6164. "$ref": "#/definitions/md.Response"
  6165. }
  6166. }
  6167. }
  6168. }
  6169. },
  6170. "/api/memberCenter/levelManagement/addLevel": {
  6171. "post": {
  6172. "description": "等级管理(新增)",
  6173. "consumes": [
  6174. "application/json"
  6175. ],
  6176. "produces": [
  6177. "application/json"
  6178. ],
  6179. "tags": [
  6180. "会员中心"
  6181. ],
  6182. "summary": "制度中心-会员中心-等级管理(新增)",
  6183. "parameters": [
  6184. {
  6185. "type": "string",
  6186. "description": "验证参数Bearer和token空格拼接",
  6187. "name": "Authorization",
  6188. "in": "header",
  6189. "required": true
  6190. },
  6191. {
  6192. "description": "需要新增的等级信息",
  6193. "name": "req",
  6194. "in": "body",
  6195. "required": true,
  6196. "schema": {
  6197. "$ref": "#/definitions/md.AddLevelReq"
  6198. }
  6199. }
  6200. ],
  6201. "responses": {
  6202. "200": {
  6203. "description": "新增等级ID",
  6204. "schema": {
  6205. "type": "int"
  6206. }
  6207. },
  6208. "400": {
  6209. "description": "具体错误",
  6210. "schema": {
  6211. "$ref": "#/definitions/md.Response"
  6212. }
  6213. }
  6214. }
  6215. }
  6216. },
  6217. "/api/memberCenter/levelManagement/deleteLevel": {
  6218. "delete": {
  6219. "description": "等级管理(删除)",
  6220. "consumes": [
  6221. "application/json"
  6222. ],
  6223. "produces": [
  6224. "application/json"
  6225. ],
  6226. "tags": [
  6227. "会员中心"
  6228. ],
  6229. "summary": "制度中心-会员中心-等级管理(删除)",
  6230. "parameters": [
  6231. {
  6232. "type": "string",
  6233. "description": "验证参数Bearer和token空格拼接",
  6234. "name": "Authorization",
  6235. "in": "header",
  6236. "required": true
  6237. },
  6238. {
  6239. "description": "需要删除的等级 ID",
  6240. "name": "req",
  6241. "in": "body",
  6242. "required": true,
  6243. "schema": {
  6244. "$ref": "#/definitions/md.DeleteLevelReq"
  6245. }
  6246. }
  6247. ],
  6248. "responses": {
  6249. "200": {
  6250. "description": "成功删除数据数量",
  6251. "schema": {
  6252. "type": "int"
  6253. }
  6254. },
  6255. "400": {
  6256. "description": "具体错误",
  6257. "schema": {
  6258. "$ref": "#/definitions/md.Response"
  6259. }
  6260. }
  6261. }
  6262. }
  6263. },
  6264. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6265. "delete": {
  6266. "description": "等级任务(删除)",
  6267. "consumes": [
  6268. "application/json"
  6269. ],
  6270. "produces": [
  6271. "application/json"
  6272. ],
  6273. "tags": [
  6274. "会员中心"
  6275. ],
  6276. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6277. "parameters": [
  6278. {
  6279. "type": "string",
  6280. "description": "验证参数Bearer和token空格拼接",
  6281. "name": "Authorization",
  6282. "in": "header",
  6283. "required": true
  6284. },
  6285. {
  6286. "description": "需要删除的等级任务ID",
  6287. "name": "req",
  6288. "in": "body",
  6289. "required": true,
  6290. "schema": {
  6291. "$ref": "#/definitions/md.DeleteTaskReq"
  6292. }
  6293. }
  6294. ],
  6295. "responses": {
  6296. "200": {
  6297. "description": "成功删除数据数量",
  6298. "schema": {
  6299. "type": "int"
  6300. }
  6301. },
  6302. "400": {
  6303. "description": "具体错误",
  6304. "schema": {
  6305. "$ref": "#/definitions/md.Response"
  6306. }
  6307. }
  6308. }
  6309. }
  6310. },
  6311. "/api/memberCenter/levelManagement/getLevelList": {
  6312. "get": {
  6313. "description": "标签管理(获取)",
  6314. "consumes": [
  6315. "application/json"
  6316. ],
  6317. "produces": [
  6318. "application/json"
  6319. ],
  6320. "tags": [
  6321. "会员中心"
  6322. ],
  6323. "summary": "制度中心-会员中心-等级管理(获取)",
  6324. "parameters": [
  6325. {
  6326. "type": "string",
  6327. "description": "验证参数Bearer和token空格拼接",
  6328. "name": "Authorization",
  6329. "in": "header",
  6330. "required": true
  6331. },
  6332. {
  6333. "type": "integer",
  6334. "description": "每页大小",
  6335. "name": "limit",
  6336. "in": "query",
  6337. "required": true
  6338. },
  6339. {
  6340. "type": "integer",
  6341. "description": "页数",
  6342. "name": "page",
  6343. "in": "query",
  6344. "required": true
  6345. }
  6346. ],
  6347. "responses": {
  6348. "200": {
  6349. "description": "具体数据",
  6350. "schema": {
  6351. "$ref": "#/definitions/md.GetLevelListResp"
  6352. }
  6353. },
  6354. "400": {
  6355. "description": "具体错误",
  6356. "schema": {
  6357. "$ref": "#/definitions/md.Response"
  6358. }
  6359. }
  6360. }
  6361. }
  6362. },
  6363. "/api/memberCenter/levelManagement/getOneLevel": {
  6364. "get": {
  6365. "description": "等级明细(获取)",
  6366. "consumes": [
  6367. "application/json"
  6368. ],
  6369. "produces": [
  6370. "application/json"
  6371. ],
  6372. "tags": [
  6373. "会员中心"
  6374. ],
  6375. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6376. "parameters": [
  6377. {
  6378. "type": "string",
  6379. "description": "验证参数Bearer和token空格拼接",
  6380. "name": "Authorization",
  6381. "in": "header",
  6382. "required": true
  6383. },
  6384. {
  6385. "type": "integer",
  6386. "description": "等级 ID",
  6387. "name": "level_id",
  6388. "in": "query",
  6389. "required": true
  6390. }
  6391. ],
  6392. "responses": {
  6393. "200": {
  6394. "description": "具体数据",
  6395. "schema": {
  6396. "$ref": "#/definitions/md.GetOneLevelResp"
  6397. }
  6398. },
  6399. "400": {
  6400. "description": "具体错误",
  6401. "schema": {
  6402. "$ref": "#/definitions/md.Response"
  6403. }
  6404. }
  6405. }
  6406. }
  6407. },
  6408. "/api/memberCenter/levelManagement/updateLevel": {
  6409. "post": {
  6410. "description": "等级管理(更新)",
  6411. "consumes": [
  6412. "application/json"
  6413. ],
  6414. "produces": [
  6415. "application/json"
  6416. ],
  6417. "tags": [
  6418. "会员中心"
  6419. ],
  6420. "summary": "制度中心-会员中心-等级管理(更新)",
  6421. "parameters": [
  6422. {
  6423. "type": "string",
  6424. "description": "验证参数Bearer和token空格拼接",
  6425. "name": "Authorization",
  6426. "in": "header",
  6427. "required": true
  6428. },
  6429. {
  6430. "description": "需要修改的等级信息",
  6431. "name": "req",
  6432. "in": "body",
  6433. "required": true,
  6434. "schema": {
  6435. "$ref": "#/definitions/md.UpdateLevelReq"
  6436. }
  6437. }
  6438. ],
  6439. "responses": {
  6440. "200": {
  6441. "description": "success",
  6442. "schema": {
  6443. "type": "string"
  6444. }
  6445. },
  6446. "400": {
  6447. "description": "具体错误",
  6448. "schema": {
  6449. "$ref": "#/definitions/md.Response"
  6450. }
  6451. }
  6452. }
  6453. }
  6454. },
  6455. "/api/memberCenter/tagManagement/addTag": {
  6456. "post": {
  6457. "description": "标签管理(新增)",
  6458. "consumes": [
  6459. "application/json"
  6460. ],
  6461. "produces": [
  6462. "application/json"
  6463. ],
  6464. "tags": [
  6465. "会员中心"
  6466. ],
  6467. "summary": "制度中心-会员中心-标签管理(新增)",
  6468. "parameters": [
  6469. {
  6470. "type": "string",
  6471. "description": "验证参数Bearer和token空格拼接",
  6472. "name": "Authorization",
  6473. "in": "header",
  6474. "required": true
  6475. },
  6476. {
  6477. "description": "新增的标签信息",
  6478. "name": "req",
  6479. "in": "body",
  6480. "required": true,
  6481. "schema": {
  6482. "$ref": "#/definitions/md.AddTagReq"
  6483. }
  6484. }
  6485. ],
  6486. "responses": {
  6487. "200": {
  6488. "description": "新增的标签 ID",
  6489. "schema": {
  6490. "type": "int"
  6491. }
  6492. },
  6493. "400": {
  6494. "description": "具体错误",
  6495. "schema": {
  6496. "$ref": "#/definitions/md.Response"
  6497. }
  6498. }
  6499. }
  6500. }
  6501. },
  6502. "/api/memberCenter/tagManagement/deleteTag": {
  6503. "delete": {
  6504. "description": "标签管理(删除)",
  6505. "consumes": [
  6506. "application/json"
  6507. ],
  6508. "produces": [
  6509. "application/json"
  6510. ],
  6511. "tags": [
  6512. "会员中心"
  6513. ],
  6514. "summary": "制度中心-会员中心-标签管理(删除)",
  6515. "parameters": [
  6516. {
  6517. "type": "string",
  6518. "description": "验证参数Bearer和token空格拼接",
  6519. "name": "Authorization",
  6520. "in": "header",
  6521. "required": true
  6522. },
  6523. {
  6524. "description": "需要删除的标签 ID",
  6525. "name": "req",
  6526. "in": "body",
  6527. "required": true,
  6528. "schema": {
  6529. "$ref": "#/definitions/md.DeleteTagReq"
  6530. }
  6531. }
  6532. ],
  6533. "responses": {
  6534. "200": {
  6535. "description": "成功删除标签用户数",
  6536. "schema": {
  6537. "type": "int"
  6538. }
  6539. },
  6540. "400": {
  6541. "description": "具体错误",
  6542. "schema": {
  6543. "$ref": "#/definitions/md.Response"
  6544. }
  6545. }
  6546. }
  6547. }
  6548. },
  6549. "/api/memberCenter/tagManagement/getTagList": {
  6550. "get": {
  6551. "description": "标签管理(获取)",
  6552. "consumes": [
  6553. "application/json"
  6554. ],
  6555. "produces": [
  6556. "application/json"
  6557. ],
  6558. "tags": [
  6559. "会员中心"
  6560. ],
  6561. "summary": "制度中心-会员中心-标签管理(获取)",
  6562. "parameters": [
  6563. {
  6564. "type": "string",
  6565. "description": "验证参数Bearer和token空格拼接",
  6566. "name": "Authorization",
  6567. "in": "header",
  6568. "required": true
  6569. },
  6570. {
  6571. "type": "integer",
  6572. "description": "每页大小",
  6573. "name": "limit",
  6574. "in": "query",
  6575. "required": true
  6576. },
  6577. {
  6578. "type": "integer",
  6579. "description": "页数",
  6580. "name": "page",
  6581. "in": "query",
  6582. "required": true
  6583. }
  6584. ],
  6585. "responses": {
  6586. "200": {
  6587. "description": "具体数据",
  6588. "schema": {
  6589. "$ref": "#/definitions/md.GetTagListResp"
  6590. }
  6591. },
  6592. "400": {
  6593. "description": "具体错误",
  6594. "schema": {
  6595. "$ref": "#/definitions/md.Response"
  6596. }
  6597. }
  6598. }
  6599. }
  6600. },
  6601. "/api/memberCenter/tagManagement/updateTag": {
  6602. "post": {
  6603. "description": "标签管理(更新)",
  6604. "consumes": [
  6605. "application/json"
  6606. ],
  6607. "produces": [
  6608. "application/json"
  6609. ],
  6610. "tags": [
  6611. "会员中心"
  6612. ],
  6613. "summary": "制度中心-会员中心-标签管理(更新)",
  6614. "parameters": [
  6615. {
  6616. "type": "string",
  6617. "description": "验证参数Bearer和token空格拼接",
  6618. "name": "Authorization",
  6619. "in": "header",
  6620. "required": true
  6621. },
  6622. {
  6623. "description": "需要修改的标签信息",
  6624. "name": "req",
  6625. "in": "body",
  6626. "required": true,
  6627. "schema": {
  6628. "$ref": "#/definitions/md.UpdateTagReq"
  6629. }
  6630. }
  6631. ],
  6632. "responses": {
  6633. "200": {
  6634. "description": "成功修改数据条数",
  6635. "schema": {
  6636. "type": "int"
  6637. }
  6638. },
  6639. "400": {
  6640. "description": "具体错误",
  6641. "schema": {
  6642. "$ref": "#/definitions/md.Response"
  6643. }
  6644. }
  6645. }
  6646. }
  6647. },
  6648. "/api/memberCenter/userManagement/balanceDetail": {
  6649. "get": {
  6650. "description": "会员明细(余额获取)",
  6651. "consumes": [
  6652. "application/json"
  6653. ],
  6654. "produces": [
  6655. "application/json"
  6656. ],
  6657. "tags": [
  6658. "会员中心"
  6659. ],
  6660. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6661. "parameters": [
  6662. {
  6663. "type": "string",
  6664. "description": "验证参数Bearer和token空格拼接",
  6665. "name": "Authorization",
  6666. "in": "header",
  6667. "required": true
  6668. },
  6669. {
  6670. "type": "string",
  6671. "description": "用户 ID",
  6672. "name": "uid",
  6673. "in": "query",
  6674. "required": true
  6675. },
  6676. {
  6677. "type": "string",
  6678. "description": "每页大小",
  6679. "name": "limit",
  6680. "in": "query",
  6681. "required": true
  6682. },
  6683. {
  6684. "type": "string",
  6685. "description": "页数",
  6686. "name": "page",
  6687. "in": "query",
  6688. "required": true
  6689. }
  6690. ],
  6691. "responses": {
  6692. "200": {
  6693. "description": "具体数据",
  6694. "schema": {
  6695. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6696. }
  6697. },
  6698. "400": {
  6699. "description": "具体错误",
  6700. "schema": {
  6701. "$ref": "#/definitions/md.Response"
  6702. }
  6703. }
  6704. }
  6705. }
  6706. },
  6707. "/api/memberCenter/userManagement/getFans": {
  6708. "get": {
  6709. "description": "会员明细粉丝情况(获取)",
  6710. "consumes": [
  6711. "application/json"
  6712. ],
  6713. "produces": [
  6714. "application/json"
  6715. ],
  6716. "tags": [
  6717. "会员中心"
  6718. ],
  6719. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6720. "parameters": [
  6721. {
  6722. "type": "string",
  6723. "description": "验证参数Bearer和token空格拼接",
  6724. "name": "Authorization",
  6725. "in": "header",
  6726. "required": true
  6727. },
  6728. {
  6729. "type": "string",
  6730. "description": "用户 ID",
  6731. "name": "uid",
  6732. "in": "query",
  6733. "required": true
  6734. },
  6735. {
  6736. "type": "string",
  6737. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6738. "name": "type",
  6739. "in": "query",
  6740. "required": true
  6741. },
  6742. {
  6743. "type": "string",
  6744. "description": "每页大小",
  6745. "name": "limit",
  6746. "in": "query",
  6747. "required": true
  6748. },
  6749. {
  6750. "type": "string",
  6751. "description": "页数",
  6752. "name": "page",
  6753. "in": "query",
  6754. "required": true
  6755. }
  6756. ],
  6757. "responses": {
  6758. "200": {
  6759. "description": "具体数据",
  6760. "schema": {
  6761. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6762. }
  6763. },
  6764. "400": {
  6765. "description": "具体错误",
  6766. "schema": {
  6767. "$ref": "#/definitions/md.Response"
  6768. }
  6769. }
  6770. }
  6771. }
  6772. },
  6773. "/api/memberCenter/userManagement/getUserList": {
  6774. "post": {
  6775. "description": "用户信息管理(获取)",
  6776. "consumes": [
  6777. "application/json"
  6778. ],
  6779. "produces": [
  6780. "application/json"
  6781. ],
  6782. "tags": [
  6783. "会员中心"
  6784. ],
  6785. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6786. "parameters": [
  6787. {
  6788. "type": "string",
  6789. "description": "验证参数Bearer和token空格拼接",
  6790. "name": "Authorization",
  6791. "in": "header",
  6792. "required": true
  6793. },
  6794. {
  6795. "description": "分页信息必填",
  6796. "name": "req",
  6797. "in": "body",
  6798. "required": true,
  6799. "schema": {
  6800. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6801. }
  6802. }
  6803. ],
  6804. "responses": {
  6805. "200": {
  6806. "description": "具体数据",
  6807. "schema": {
  6808. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6809. }
  6810. },
  6811. "400": {
  6812. "description": "具体错误",
  6813. "schema": {
  6814. "$ref": "#/definitions/md.Response"
  6815. }
  6816. }
  6817. }
  6818. }
  6819. },
  6820. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6821. "get": {
  6822. "description": "会员明细(积分明细获取)",
  6823. "consumes": [
  6824. "application/json"
  6825. ],
  6826. "produces": [
  6827. "application/json"
  6828. ],
  6829. "tags": [
  6830. "会员中心"
  6831. ],
  6832. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6833. "parameters": [
  6834. {
  6835. "type": "string",
  6836. "description": "验证参数Bearer和token空格拼接",
  6837. "name": "Authorization",
  6838. "in": "header",
  6839. "required": true
  6840. },
  6841. {
  6842. "type": "string",
  6843. "description": "用户 ID",
  6844. "name": "uid",
  6845. "in": "query",
  6846. "required": true
  6847. },
  6848. {
  6849. "type": "string",
  6850. "description": "货币 ID",
  6851. "name": "coinId",
  6852. "in": "query",
  6853. "required": true
  6854. },
  6855. {
  6856. "type": "string",
  6857. "description": "每页大小",
  6858. "name": "limit",
  6859. "in": "query",
  6860. "required": true
  6861. },
  6862. {
  6863. "type": "string",
  6864. "description": "页数",
  6865. "name": "page",
  6866. "in": "query",
  6867. "required": true
  6868. }
  6869. ],
  6870. "responses": {
  6871. "200": {
  6872. "description": "具体数据",
  6873. "schema": {
  6874. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6875. }
  6876. },
  6877. "400": {
  6878. "description": "具体错误",
  6879. "schema": {
  6880. "$ref": "#/definitions/md.Response"
  6881. }
  6882. }
  6883. }
  6884. }
  6885. },
  6886. "/api/memberCenter/userManagement/updateUserInfo": {
  6887. "post": {
  6888. "description": "用户信息管理(更新)",
  6889. "consumes": [
  6890. "application/json"
  6891. ],
  6892. "produces": [
  6893. "application/json"
  6894. ],
  6895. "tags": [
  6896. "会员中心"
  6897. ],
  6898. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6899. "parameters": [
  6900. {
  6901. "type": "string",
  6902. "description": "验证参数Bearer和token空格拼接",
  6903. "name": "Authorization",
  6904. "in": "header",
  6905. "required": true
  6906. },
  6907. {
  6908. "description": "用户ID 必传",
  6909. "name": "req",
  6910. "in": "body",
  6911. "required": true,
  6912. "schema": {
  6913. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6914. }
  6915. }
  6916. ],
  6917. "responses": {
  6918. "200": {
  6919. "description": "修改数据行数",
  6920. "schema": {
  6921. "type": "int"
  6922. }
  6923. },
  6924. "400": {
  6925. "description": "具体错误",
  6926. "schema": {
  6927. "$ref": "#/definitions/md.Response"
  6928. }
  6929. }
  6930. }
  6931. }
  6932. },
  6933. "/api/memberCenter/userManagement/userData": {
  6934. "get": {
  6935. "description": "会员明细概况(获取)",
  6936. "consumes": [
  6937. "application/json"
  6938. ],
  6939. "produces": [
  6940. "application/json"
  6941. ],
  6942. "tags": [
  6943. "会员中心"
  6944. ],
  6945. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6946. "parameters": [
  6947. {
  6948. "type": "string",
  6949. "description": "验证参数Bearer和token空格拼接",
  6950. "name": "Authorization",
  6951. "in": "header",
  6952. "required": true
  6953. },
  6954. {
  6955. "type": "string",
  6956. "description": "用户 ID",
  6957. "name": "uid",
  6958. "in": "query",
  6959. "required": true
  6960. }
  6961. ],
  6962. "responses": {
  6963. "200": {
  6964. "description": "会员明细概况具体数据",
  6965. "schema": {
  6966. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6967. }
  6968. },
  6969. "400": {
  6970. "description": "具体错误",
  6971. "schema": {
  6972. "$ref": "#/definitions/md.Response"
  6973. }
  6974. }
  6975. }
  6976. }
  6977. },
  6978. "/api/memberCenter/userManagement/userDelete": {
  6979. "post": {
  6980. "description": "删除到回收站",
  6981. "consumes": [
  6982. "application/json"
  6983. ],
  6984. "produces": [
  6985. "application/json"
  6986. ],
  6987. "tags": [
  6988. "会员中心"
  6989. ],
  6990. "summary": "会员中心-用户管理-永久删除",
  6991. "parameters": [
  6992. {
  6993. "type": "string",
  6994. "description": "验证参数Bearer和token空格拼接",
  6995. "name": "Authorization",
  6996. "in": "header",
  6997. "required": true
  6998. },
  6999. {
  7000. "description": "用户ID 必传",
  7001. "name": "req",
  7002. "in": "body",
  7003. "required": true,
  7004. "schema": {
  7005. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7006. }
  7007. }
  7008. ],
  7009. "responses": {
  7010. "200": {
  7011. "description": "修改数据行数",
  7012. "schema": {
  7013. "type": "int"
  7014. }
  7015. },
  7016. "400": {
  7017. "description": "具体错误",
  7018. "schema": {
  7019. "$ref": "#/definitions/md.Response"
  7020. }
  7021. }
  7022. }
  7023. }
  7024. },
  7025. "/api/memberCenter/userManagement/userRecycle": {
  7026. "post": {
  7027. "description": "删除到回收站",
  7028. "consumes": [
  7029. "application/json"
  7030. ],
  7031. "produces": [
  7032. "application/json"
  7033. ],
  7034. "tags": [
  7035. "会员中心"
  7036. ],
  7037. "summary": "会员中心-用户管理-删除到回收站",
  7038. "parameters": [
  7039. {
  7040. "type": "string",
  7041. "description": "验证参数Bearer和token空格拼接",
  7042. "name": "Authorization",
  7043. "in": "header",
  7044. "required": true
  7045. },
  7046. {
  7047. "description": "用户ID 必传",
  7048. "name": "req",
  7049. "in": "body",
  7050. "required": true,
  7051. "schema": {
  7052. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7053. }
  7054. }
  7055. ],
  7056. "responses": {
  7057. "200": {
  7058. "description": "修改数据行数",
  7059. "schema": {
  7060. "type": "int"
  7061. }
  7062. },
  7063. "400": {
  7064. "description": "具体错误",
  7065. "schema": {
  7066. "$ref": "#/definitions/md.Response"
  7067. }
  7068. }
  7069. }
  7070. }
  7071. },
  7072. "/api/memberCenter/userManagement/userRecycleCancel": {
  7073. "post": {
  7074. "description": "恢复到会员列表",
  7075. "consumes": [
  7076. "application/json"
  7077. ],
  7078. "produces": [
  7079. "application/json"
  7080. ],
  7081. "tags": [
  7082. "会员中心"
  7083. ],
  7084. "summary": "会员中心-用户管理-恢复到会员列表",
  7085. "parameters": [
  7086. {
  7087. "type": "string",
  7088. "description": "验证参数Bearer和token空格拼接",
  7089. "name": "Authorization",
  7090. "in": "header",
  7091. "required": true
  7092. },
  7093. {
  7094. "description": "用户ID 必传",
  7095. "name": "req",
  7096. "in": "body",
  7097. "required": true,
  7098. "schema": {
  7099. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  7100. }
  7101. }
  7102. ],
  7103. "responses": {
  7104. "200": {
  7105. "description": "修改数据行数",
  7106. "schema": {
  7107. "type": "int"
  7108. }
  7109. },
  7110. "400": {
  7111. "description": "具体错误",
  7112. "schema": {
  7113. "$ref": "#/definitions/md.Response"
  7114. }
  7115. }
  7116. }
  7117. }
  7118. },
  7119. "/api/memberCenter/userManagement/userRecycleList": {
  7120. "post": {
  7121. "description": "回收站列表",
  7122. "consumes": [
  7123. "application/json"
  7124. ],
  7125. "produces": [
  7126. "application/json"
  7127. ],
  7128. "tags": [
  7129. "会员中心"
  7130. ],
  7131. "summary": "会员中心-用户管理-回收站列表",
  7132. "parameters": [
  7133. {
  7134. "type": "string",
  7135. "description": "验证参数Bearer和token空格拼接",
  7136. "name": "Authorization",
  7137. "in": "header",
  7138. "required": true
  7139. },
  7140. {
  7141. "description": "分页信息必填",
  7142. "name": "req",
  7143. "in": "body",
  7144. "required": true,
  7145. "schema": {
  7146. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  7147. }
  7148. }
  7149. ],
  7150. "responses": {
  7151. "200": {
  7152. "description": "具体数据",
  7153. "schema": {
  7154. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  7155. }
  7156. },
  7157. "400": {
  7158. "description": "具体错误",
  7159. "schema": {
  7160. "$ref": "#/definitions/md.Response"
  7161. }
  7162. }
  7163. }
  7164. }
  7165. },
  7166. "/api/notice/aliyunSms/file/phone": {
  7167. "post": {
  7168. "description": "短信推送记录-通知模板",
  7169. "consumes": [
  7170. "application/json"
  7171. ],
  7172. "produces": [
  7173. "application/json"
  7174. ],
  7175. "tags": [
  7176. "消息中心"
  7177. ],
  7178. "summary": "消息中心-短信推送记录-通知模板",
  7179. "parameters": [
  7180. {
  7181. "type": "string",
  7182. "description": "验证参数Bearer和token空格拼接",
  7183. "name": "Authorization",
  7184. "in": "header",
  7185. "required": true
  7186. },
  7187. {
  7188. "type": "string",
  7189. "description": "参数 file-----文件上传格式",
  7190. "name": "file",
  7191. "in": "formData",
  7192. "required": true
  7193. }
  7194. ],
  7195. "responses": {
  7196. "200": {
  7197. "description": "phone 一个数组",
  7198. "schema": {
  7199. "type": "string"
  7200. }
  7201. },
  7202. "400": {
  7203. "description": "具体错误",
  7204. "schema": {
  7205. "$ref": "#/definitions/md.Response"
  7206. }
  7207. }
  7208. }
  7209. }
  7210. },
  7211. "/api/notice/aliyunSms/getLevelList": {
  7212. "get": {
  7213. "description": "等级管理(获取)",
  7214. "consumes": [
  7215. "application/json"
  7216. ],
  7217. "produces": [
  7218. "application/json"
  7219. ],
  7220. "tags": [
  7221. "消息中心"
  7222. ],
  7223. "summary": "消息中心-短信推送记录-等级管理(获取)",
  7224. "parameters": [
  7225. {
  7226. "type": "string",
  7227. "description": "验证参数Bearer和token空格拼接",
  7228. "name": "Authorization",
  7229. "in": "header",
  7230. "required": true
  7231. },
  7232. {
  7233. "type": "integer",
  7234. "description": "每页大小",
  7235. "name": "limit",
  7236. "in": "query",
  7237. "required": true
  7238. },
  7239. {
  7240. "type": "integer",
  7241. "description": "页数",
  7242. "name": "page",
  7243. "in": "query",
  7244. "required": true
  7245. }
  7246. ],
  7247. "responses": {
  7248. "200": {
  7249. "description": "具体数据",
  7250. "schema": {
  7251. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  7252. }
  7253. },
  7254. "400": {
  7255. "description": "具体错误",
  7256. "schema": {
  7257. "$ref": "#/definitions/md.Response"
  7258. }
  7259. }
  7260. }
  7261. }
  7262. },
  7263. "/api/notice/aliyunSms/getTagList": {
  7264. "get": {
  7265. "description": "标签管理(获取)",
  7266. "consumes": [
  7267. "application/json"
  7268. ],
  7269. "produces": [
  7270. "application/json"
  7271. ],
  7272. "tags": [
  7273. "消息中心"
  7274. ],
  7275. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7276. "parameters": [
  7277. {
  7278. "type": "string",
  7279. "description": "验证参数Bearer和token空格拼接",
  7280. "name": "Authorization",
  7281. "in": "header",
  7282. "required": true
  7283. },
  7284. {
  7285. "type": "integer",
  7286. "description": "每页大小",
  7287. "name": "limit",
  7288. "in": "query",
  7289. "required": true
  7290. },
  7291. {
  7292. "type": "integer",
  7293. "description": "页数",
  7294. "name": "page",
  7295. "in": "query",
  7296. "required": true
  7297. }
  7298. ],
  7299. "responses": {
  7300. "200": {
  7301. "description": "具体数据",
  7302. "schema": {
  7303. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7304. }
  7305. },
  7306. "400": {
  7307. "description": "具体错误",
  7308. "schema": {
  7309. "$ref": "#/definitions/md.Response"
  7310. }
  7311. }
  7312. }
  7313. }
  7314. },
  7315. "/api/notice/aliyunSms/getUserList": {
  7316. "post": {
  7317. "description": "获取用户信息",
  7318. "consumes": [
  7319. "application/json"
  7320. ],
  7321. "produces": [
  7322. "application/json"
  7323. ],
  7324. "tags": [
  7325. "消息中心"
  7326. ],
  7327. "summary": "消息中心-短信推送记录-获取用户信息",
  7328. "parameters": [
  7329. {
  7330. "type": "string",
  7331. "description": "验证参数Bearer和token空格拼接",
  7332. "name": "Authorization",
  7333. "in": "header",
  7334. "required": true
  7335. },
  7336. {
  7337. "description": "(分页信息必填)",
  7338. "name": "req",
  7339. "in": "body",
  7340. "required": true,
  7341. "schema": {
  7342. "$ref": "#/definitions/md.JPushGetUserListReq"
  7343. }
  7344. }
  7345. ],
  7346. "responses": {
  7347. "200": {
  7348. "description": "具体数据",
  7349. "schema": {
  7350. "type": "Object"
  7351. }
  7352. },
  7353. "400": {
  7354. "description": "具体错误",
  7355. "schema": {
  7356. "$ref": "#/definitions/md.Response"
  7357. }
  7358. }
  7359. }
  7360. }
  7361. },
  7362. "/api/notice/aliyunSms/push/list": {
  7363. "post": {
  7364. "description": "短信推送记录-推送记录列表",
  7365. "consumes": [
  7366. "application/json"
  7367. ],
  7368. "produces": [
  7369. "application/json"
  7370. ],
  7371. "tags": [
  7372. "消息中心"
  7373. ],
  7374. "summary": "消息中心-短信推送记录-推送记录列表",
  7375. "parameters": [
  7376. {
  7377. "type": "string",
  7378. "description": "验证参数Bearer和token空格拼接",
  7379. "name": "Authorization",
  7380. "in": "header",
  7381. "required": true
  7382. },
  7383. {
  7384. "description": "(分页信息必填)",
  7385. "name": "req",
  7386. "in": "body",
  7387. "required": true,
  7388. "schema": {
  7389. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7390. }
  7391. }
  7392. ],
  7393. "responses": {
  7394. "200": {
  7395. "description": "具体数据",
  7396. "schema": {
  7397. "$ref": "#/definitions/md.NoticePushListResp"
  7398. }
  7399. },
  7400. "400": {
  7401. "description": "具体错误",
  7402. "schema": {
  7403. "$ref": "#/definitions/md.Response"
  7404. }
  7405. }
  7406. }
  7407. }
  7408. },
  7409. "/api/notice/aliyunSms/push/save": {
  7410. "post": {
  7411. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7412. "consumes": [
  7413. "application/json"
  7414. ],
  7415. "produces": [
  7416. "application/json"
  7417. ],
  7418. "tags": [
  7419. "消息中心"
  7420. ],
  7421. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7422. "parameters": [
  7423. {
  7424. "type": "string",
  7425. "description": "验证参数Bearer和token空格拼接",
  7426. "name": "Authorization",
  7427. "in": "header",
  7428. "required": true
  7429. },
  7430. {
  7431. "description": "(分页信息必填)",
  7432. "name": "req",
  7433. "in": "body",
  7434. "required": true,
  7435. "schema": {
  7436. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7437. }
  7438. }
  7439. ],
  7440. "responses": {
  7441. "200": {
  7442. "description": "具体数据",
  7443. "schema": {
  7444. "type": "string"
  7445. }
  7446. },
  7447. "400": {
  7448. "description": "具体错误",
  7449. "schema": {
  7450. "$ref": "#/definitions/md.Response"
  7451. }
  7452. }
  7453. }
  7454. }
  7455. },
  7456. "/api/notice/aliyunSms/sale/base": {
  7457. "get": {
  7458. "description": "短信推送记录-营销短信-通知模板",
  7459. "consumes": [
  7460. "application/json"
  7461. ],
  7462. "produces": [
  7463. "application/json"
  7464. ],
  7465. "tags": [
  7466. "消息中心"
  7467. ],
  7468. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7469. "parameters": [
  7470. {
  7471. "type": "string",
  7472. "description": "验证参数Bearer和token空格拼接",
  7473. "name": "Authorization",
  7474. "in": "header",
  7475. "required": true
  7476. }
  7477. ],
  7478. "responses": {
  7479. "200": {
  7480. "description": "具体数据",
  7481. "schema": {
  7482. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7483. }
  7484. },
  7485. "400": {
  7486. "description": "具体错误",
  7487. "schema": {
  7488. "$ref": "#/definitions/md.Response"
  7489. }
  7490. }
  7491. }
  7492. }
  7493. },
  7494. "/api/notice/aliyunSms/sale/save": {
  7495. "post": {
  7496. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7497. "consumes": [
  7498. "application/json"
  7499. ],
  7500. "produces": [
  7501. "application/json"
  7502. ],
  7503. "tags": [
  7504. "消息中心"
  7505. ],
  7506. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7507. "parameters": [
  7508. {
  7509. "type": "string",
  7510. "description": "验证参数Bearer和token空格拼接",
  7511. "name": "Authorization",
  7512. "in": "header",
  7513. "required": true
  7514. },
  7515. {
  7516. "description": "数组 把列表的数组传过来",
  7517. "name": "req",
  7518. "in": "body",
  7519. "required": true,
  7520. "schema": {
  7521. "type": "string"
  7522. }
  7523. }
  7524. ],
  7525. "responses": {
  7526. "200": {
  7527. "description": "具体数据",
  7528. "schema": {
  7529. "type": "string"
  7530. }
  7531. },
  7532. "400": {
  7533. "description": "具体错误",
  7534. "schema": {
  7535. "$ref": "#/definitions/md.Response"
  7536. }
  7537. }
  7538. }
  7539. }
  7540. },
  7541. "/api/notice/base/del": {
  7542. "post": {
  7543. "description": "基本配置-通知模板删除",
  7544. "consumes": [
  7545. "application/json"
  7546. ],
  7547. "produces": [
  7548. "application/json"
  7549. ],
  7550. "tags": [
  7551. "消息中心"
  7552. ],
  7553. "summary": "消息中心-基本配置-通知模板删除",
  7554. "parameters": [
  7555. {
  7556. "type": "string",
  7557. "description": "验证参数Bearer和token空格拼接",
  7558. "name": "Authorization",
  7559. "in": "header",
  7560. "required": true
  7561. },
  7562. {
  7563. "description": "(分页信息必填)",
  7564. "name": "req",
  7565. "in": "body",
  7566. "required": true,
  7567. "schema": {
  7568. "$ref": "#/definitions/md.NoticeDelReq"
  7569. }
  7570. }
  7571. ],
  7572. "responses": {
  7573. "200": {
  7574. "description": "具体数据",
  7575. "schema": {
  7576. "type": "string"
  7577. }
  7578. },
  7579. "400": {
  7580. "description": "具体错误",
  7581. "schema": {
  7582. "$ref": "#/definitions/md.Response"
  7583. }
  7584. }
  7585. }
  7586. }
  7587. },
  7588. "/api/notice/base/list": {
  7589. "post": {
  7590. "description": "基本配置-通知模板",
  7591. "consumes": [
  7592. "application/json"
  7593. ],
  7594. "produces": [
  7595. "application/json"
  7596. ],
  7597. "tags": [
  7598. "消息中心"
  7599. ],
  7600. "summary": "消息中心-基本配置-通知模板",
  7601. "parameters": [
  7602. {
  7603. "type": "string",
  7604. "description": "验证参数Bearer和token空格拼接",
  7605. "name": "Authorization",
  7606. "in": "header",
  7607. "required": true
  7608. },
  7609. {
  7610. "description": "(分页信息必填)",
  7611. "name": "req",
  7612. "in": "body",
  7613. "required": true,
  7614. "schema": {
  7615. "$ref": "#/definitions/md.NoticeListReq"
  7616. }
  7617. }
  7618. ],
  7619. "responses": {
  7620. "200": {
  7621. "description": "具体数据",
  7622. "schema": {
  7623. "$ref": "#/definitions/md.NoticeListResp"
  7624. }
  7625. },
  7626. "400": {
  7627. "description": "具体错误",
  7628. "schema": {
  7629. "$ref": "#/definitions/md.Response"
  7630. }
  7631. }
  7632. }
  7633. }
  7634. },
  7635. "/api/notice/base/save": {
  7636. "post": {
  7637. "description": "基本配置-通知模板添加编辑",
  7638. "consumes": [
  7639. "application/json"
  7640. ],
  7641. "produces": [
  7642. "application/json"
  7643. ],
  7644. "tags": [
  7645. "消息中心"
  7646. ],
  7647. "summary": "消息中心-基本配置-通知模板添加编辑",
  7648. "parameters": [
  7649. {
  7650. "type": "string",
  7651. "description": "验证参数Bearer和token空格拼接",
  7652. "name": "Authorization",
  7653. "in": "header",
  7654. "required": true
  7655. },
  7656. {
  7657. "description": "(分页信息必填)",
  7658. "name": "req",
  7659. "in": "body",
  7660. "required": true,
  7661. "schema": {
  7662. "$ref": "#/definitions/md.NoticeSaveReq"
  7663. }
  7664. }
  7665. ],
  7666. "responses": {
  7667. "200": {
  7668. "description": "具体数据",
  7669. "schema": {
  7670. "type": "string"
  7671. }
  7672. },
  7673. "400": {
  7674. "description": "具体错误",
  7675. "schema": {
  7676. "$ref": "#/definitions/md.Response"
  7677. }
  7678. }
  7679. }
  7680. }
  7681. },
  7682. "/api/notice/jPush/getLevelList": {
  7683. "get": {
  7684. "description": "等级管理(获取)",
  7685. "consumes": [
  7686. "application/json"
  7687. ],
  7688. "produces": [
  7689. "application/json"
  7690. ],
  7691. "tags": [
  7692. "消息中心"
  7693. ],
  7694. "summary": "消息中心-基本配置-等级管理(获取)",
  7695. "parameters": [
  7696. {
  7697. "type": "string",
  7698. "description": "验证参数Bearer和token空格拼接",
  7699. "name": "Authorization",
  7700. "in": "header",
  7701. "required": true
  7702. },
  7703. {
  7704. "type": "integer",
  7705. "description": "每页大小",
  7706. "name": "limit",
  7707. "in": "query",
  7708. "required": true
  7709. },
  7710. {
  7711. "type": "integer",
  7712. "description": "页数",
  7713. "name": "page",
  7714. "in": "query",
  7715. "required": true
  7716. }
  7717. ],
  7718. "responses": {
  7719. "200": {
  7720. "description": "具体数据",
  7721. "schema": {
  7722. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7723. }
  7724. },
  7725. "400": {
  7726. "description": "具体错误",
  7727. "schema": {
  7728. "$ref": "#/definitions/md.Response"
  7729. }
  7730. }
  7731. }
  7732. }
  7733. },
  7734. "/api/notice/jPush/getTagList": {
  7735. "get": {
  7736. "description": "标签管理(获取)",
  7737. "consumes": [
  7738. "application/json"
  7739. ],
  7740. "produces": [
  7741. "application/json"
  7742. ],
  7743. "tags": [
  7744. "消息中心"
  7745. ],
  7746. "summary": "消息中心-基本配置-标签管理(获取)",
  7747. "parameters": [
  7748. {
  7749. "type": "string",
  7750. "description": "验证参数Bearer和token空格拼接",
  7751. "name": "Authorization",
  7752. "in": "header",
  7753. "required": true
  7754. },
  7755. {
  7756. "type": "integer",
  7757. "description": "每页大小",
  7758. "name": "limit",
  7759. "in": "query",
  7760. "required": true
  7761. },
  7762. {
  7763. "type": "integer",
  7764. "description": "页数",
  7765. "name": "page",
  7766. "in": "query",
  7767. "required": true
  7768. }
  7769. ],
  7770. "responses": {
  7771. "200": {
  7772. "description": "具体数据",
  7773. "schema": {
  7774. "$ref": "#/definitions/md.JPushGetTagListResp"
  7775. }
  7776. },
  7777. "400": {
  7778. "description": "具体错误",
  7779. "schema": {
  7780. "$ref": "#/definitions/md.Response"
  7781. }
  7782. }
  7783. }
  7784. }
  7785. },
  7786. "/api/notice/jPush/getUserList": {
  7787. "post": {
  7788. "description": "获取用户信息",
  7789. "consumes": [
  7790. "application/json"
  7791. ],
  7792. "produces": [
  7793. "application/json"
  7794. ],
  7795. "tags": [
  7796. "消息中心"
  7797. ],
  7798. "summary": "消息中心-基本配置-获取用户信息",
  7799. "parameters": [
  7800. {
  7801. "type": "string",
  7802. "description": "验证参数Bearer和token空格拼接",
  7803. "name": "Authorization",
  7804. "in": "header",
  7805. "required": true
  7806. },
  7807. {
  7808. "description": "(分页信息必填)",
  7809. "name": "req",
  7810. "in": "body",
  7811. "required": true,
  7812. "schema": {
  7813. "$ref": "#/definitions/md.JPushGetUserListReq"
  7814. }
  7815. }
  7816. ],
  7817. "responses": {
  7818. "200": {
  7819. "description": "具体数据",
  7820. "schema": {
  7821. "type": "Object"
  7822. }
  7823. },
  7824. "400": {
  7825. "description": "具体错误",
  7826. "schema": {
  7827. "$ref": "#/definitions/md.Response"
  7828. }
  7829. }
  7830. }
  7831. }
  7832. },
  7833. "/api/notice/jPush/push/list": {
  7834. "post": {
  7835. "description": "基本配置-推送记录列表",
  7836. "consumes": [
  7837. "application/json"
  7838. ],
  7839. "produces": [
  7840. "application/json"
  7841. ],
  7842. "tags": [
  7843. "消息中心"
  7844. ],
  7845. "summary": "消息中心-基本配置-推送记录列表",
  7846. "parameters": [
  7847. {
  7848. "type": "string",
  7849. "description": "验证参数Bearer和token空格拼接",
  7850. "name": "Authorization",
  7851. "in": "header",
  7852. "required": true
  7853. },
  7854. {
  7855. "description": "(分页信息必填)",
  7856. "name": "req",
  7857. "in": "body",
  7858. "required": true,
  7859. "schema": {
  7860. "$ref": "#/definitions/md.NoticeListReq"
  7861. }
  7862. }
  7863. ],
  7864. "responses": {
  7865. "200": {
  7866. "description": "具体数据",
  7867. "schema": {
  7868. "$ref": "#/definitions/md.NoticePushListResp"
  7869. }
  7870. },
  7871. "400": {
  7872. "description": "具体错误",
  7873. "schema": {
  7874. "$ref": "#/definitions/md.Response"
  7875. }
  7876. }
  7877. }
  7878. }
  7879. },
  7880. "/api/notice/jPush/push/save": {
  7881. "post": {
  7882. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7883. "consumes": [
  7884. "application/json"
  7885. ],
  7886. "produces": [
  7887. "application/json"
  7888. ],
  7889. "tags": [
  7890. "消息中心"
  7891. ],
  7892. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7893. "parameters": [
  7894. {
  7895. "type": "string",
  7896. "description": "验证参数Bearer和token空格拼接",
  7897. "name": "Authorization",
  7898. "in": "header",
  7899. "required": true
  7900. },
  7901. {
  7902. "description": "(分页信息必填)",
  7903. "name": "req",
  7904. "in": "body",
  7905. "required": true,
  7906. "schema": {
  7907. "$ref": "#/definitions/md.NoticePushSaveReq"
  7908. }
  7909. }
  7910. ],
  7911. "responses": {
  7912. "200": {
  7913. "description": "具体数据",
  7914. "schema": {
  7915. "type": "string"
  7916. }
  7917. },
  7918. "400": {
  7919. "description": "具体错误",
  7920. "schema": {
  7921. "$ref": "#/definitions/md.Response"
  7922. }
  7923. }
  7924. }
  7925. }
  7926. },
  7927. "/api/role/addAdmin": {
  7928. "post": {
  7929. "description": "权限管理-新增管理员",
  7930. "consumes": [
  7931. "application/json"
  7932. ],
  7933. "produces": [
  7934. "application/json"
  7935. ],
  7936. "tags": [
  7937. "权限管理"
  7938. ],
  7939. "summary": "新增管理员",
  7940. "parameters": [
  7941. {
  7942. "type": "string",
  7943. "description": "验证参数Bearer和token空格拼接",
  7944. "name": "Authorization",
  7945. "in": "header",
  7946. "required": true
  7947. },
  7948. {
  7949. "description": "请求参数",
  7950. "name": "args",
  7951. "in": "body",
  7952. "required": true,
  7953. "schema": {
  7954. "$ref": "#/definitions/md.AddAdminReq"
  7955. }
  7956. }
  7957. ],
  7958. "responses": {
  7959. "200": {
  7960. "description": "success",
  7961. "schema": {
  7962. "type": "string"
  7963. }
  7964. },
  7965. "400": {
  7966. "description": "具体错误",
  7967. "schema": {
  7968. "$ref": "#/definitions/md.Response"
  7969. }
  7970. }
  7971. }
  7972. }
  7973. },
  7974. "/api/role/addRole": {
  7975. "post": {
  7976. "description": "权限管理-添加角色",
  7977. "consumes": [
  7978. "application/json"
  7979. ],
  7980. "produces": [
  7981. "application/json"
  7982. ],
  7983. "tags": [
  7984. "权限管理"
  7985. ],
  7986. "summary": "添加角色",
  7987. "parameters": [
  7988. {
  7989. "type": "string",
  7990. "description": "验证参数Bearer和token空格拼接",
  7991. "name": "Authorization",
  7992. "in": "header",
  7993. "required": true
  7994. },
  7995. {
  7996. "description": "请求参数",
  7997. "name": "args",
  7998. "in": "body",
  7999. "required": true,
  8000. "schema": {
  8001. "$ref": "#/definitions/md.AddRoleReq"
  8002. }
  8003. }
  8004. ],
  8005. "responses": {
  8006. "200": {
  8007. "description": "success",
  8008. "schema": {
  8009. "type": "string"
  8010. }
  8011. },
  8012. "400": {
  8013. "description": "具体错误",
  8014. "schema": {
  8015. "$ref": "#/definitions/md.Response"
  8016. }
  8017. }
  8018. }
  8019. }
  8020. },
  8021. "/api/role/adminInfo": {
  8022. "get": {
  8023. "description": "权限管理-管理员信息",
  8024. "consumes": [
  8025. "application/json"
  8026. ],
  8027. "produces": [
  8028. "application/json"
  8029. ],
  8030. "tags": [
  8031. "权限管理"
  8032. ],
  8033. "summary": "管理员信息",
  8034. "parameters": [
  8035. {
  8036. "type": "string",
  8037. "description": "验证参数Bearer和token空格拼接",
  8038. "name": "Authorization",
  8039. "in": "header",
  8040. "required": true
  8041. },
  8042. {
  8043. "type": "string",
  8044. "description": "管理员id",
  8045. "name": "adm_id",
  8046. "in": "query",
  8047. "required": true
  8048. }
  8049. ],
  8050. "responses": {
  8051. "200": {
  8052. "description": "具体看返回内容",
  8053. "schema": {
  8054. "type": "string"
  8055. }
  8056. },
  8057. "400": {
  8058. "description": "具体错误",
  8059. "schema": {
  8060. "$ref": "#/definitions/md.Response"
  8061. }
  8062. }
  8063. }
  8064. }
  8065. },
  8066. "/api/role/adminList": {
  8067. "post": {
  8068. "description": "权限管理-管理员列表",
  8069. "consumes": [
  8070. "application/json"
  8071. ],
  8072. "produces": [
  8073. "application/json"
  8074. ],
  8075. "tags": [
  8076. "权限管理"
  8077. ],
  8078. "summary": "管理员列表",
  8079. "parameters": [
  8080. {
  8081. "type": "string",
  8082. "description": "验证参数Bearer和token空格拼接",
  8083. "name": "Authorization",
  8084. "in": "header",
  8085. "required": true
  8086. },
  8087. {
  8088. "description": "请求参数",
  8089. "name": "args",
  8090. "in": "body",
  8091. "required": true,
  8092. "schema": {
  8093. "$ref": "#/definitions/md.AdminListReq"
  8094. }
  8095. }
  8096. ],
  8097. "responses": {
  8098. "200": {
  8099. "description": "具体看返回内容",
  8100. "schema": {
  8101. "type": "string"
  8102. }
  8103. },
  8104. "400": {
  8105. "description": "具体错误",
  8106. "schema": {
  8107. "$ref": "#/definitions/md.Response"
  8108. }
  8109. }
  8110. }
  8111. }
  8112. },
  8113. "/api/role/bindAdminRole": {
  8114. "post": {
  8115. "description": "权限管理-管理员绑定角色",
  8116. "consumes": [
  8117. "application/json"
  8118. ],
  8119. "produces": [
  8120. "application/json"
  8121. ],
  8122. "tags": [
  8123. "权限管理"
  8124. ],
  8125. "summary": "管理员绑定角色",
  8126. "parameters": [
  8127. {
  8128. "type": "string",
  8129. "description": "验证参数Bearer和token空格拼接",
  8130. "name": "Authorization",
  8131. "in": "header",
  8132. "required": true
  8133. },
  8134. {
  8135. "description": "请求参数",
  8136. "name": "args",
  8137. "in": "body",
  8138. "required": true,
  8139. "schema": {
  8140. "$ref": "#/definitions/md.BindAdminRoleReq"
  8141. }
  8142. }
  8143. ],
  8144. "responses": {
  8145. "200": {
  8146. "description": "success",
  8147. "schema": {
  8148. "type": "string"
  8149. }
  8150. },
  8151. "400": {
  8152. "description": "具体错误",
  8153. "schema": {
  8154. "$ref": "#/definitions/md.Response"
  8155. }
  8156. }
  8157. }
  8158. }
  8159. },
  8160. "/api/role/deleteAdmin/{$adm_id}": {
  8161. "delete": {
  8162. "description": "权限管理-删除管理员",
  8163. "consumes": [
  8164. "application/json"
  8165. ],
  8166. "produces": [
  8167. "application/json"
  8168. ],
  8169. "tags": [
  8170. "权限管理"
  8171. ],
  8172. "summary": "删除管理员",
  8173. "parameters": [
  8174. {
  8175. "type": "string",
  8176. "description": "验证参数Bearer和token空格拼接",
  8177. "name": "Authorization",
  8178. "in": "header",
  8179. "required": true
  8180. }
  8181. ],
  8182. "responses": {
  8183. "200": {
  8184. "description": "success",
  8185. "schema": {
  8186. "type": "string"
  8187. }
  8188. },
  8189. "400": {
  8190. "description": "具体错误",
  8191. "schema": {
  8192. "$ref": "#/definitions/md.Response"
  8193. }
  8194. }
  8195. }
  8196. }
  8197. },
  8198. "/api/role/deleteRole/{$id}": {
  8199. "delete": {
  8200. "description": "权限管理-删除角色",
  8201. "consumes": [
  8202. "application/json"
  8203. ],
  8204. "produces": [
  8205. "application/json"
  8206. ],
  8207. "tags": [
  8208. "权限管理"
  8209. ],
  8210. "summary": "删除角色",
  8211. "parameters": [
  8212. {
  8213. "type": "string",
  8214. "description": "验证参数Bearer和token空格拼接",
  8215. "name": "Authorization",
  8216. "in": "header",
  8217. "required": true
  8218. },
  8219. {
  8220. "description": "请求参数",
  8221. "name": "args",
  8222. "in": "body",
  8223. "required": true,
  8224. "schema": {
  8225. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8226. }
  8227. }
  8228. ],
  8229. "responses": {
  8230. "200": {
  8231. "description": "success",
  8232. "schema": {
  8233. "type": "string"
  8234. }
  8235. },
  8236. "400": {
  8237. "description": "具体错误",
  8238. "schema": {
  8239. "$ref": "#/definitions/md.Response"
  8240. }
  8241. }
  8242. }
  8243. }
  8244. },
  8245. "/api/role/permissionGroupList": {
  8246. "get": {
  8247. "description": "权限管理-权限组列表",
  8248. "consumes": [
  8249. "application/json"
  8250. ],
  8251. "produces": [
  8252. "application/json"
  8253. ],
  8254. "tags": [
  8255. "权限管理"
  8256. ],
  8257. "summary": "权限组列表",
  8258. "parameters": [
  8259. {
  8260. "type": "string",
  8261. "description": "验证参数Bearer和token空格拼接",
  8262. "name": "Authorization",
  8263. "in": "header",
  8264. "required": true
  8265. },
  8266. {
  8267. "type": "string",
  8268. "description": "管理员id",
  8269. "name": "adm_id",
  8270. "in": "query",
  8271. "required": true
  8272. }
  8273. ],
  8274. "responses": {
  8275. "200": {
  8276. "description": "具体看返回内容",
  8277. "schema": {
  8278. "type": "string"
  8279. }
  8280. },
  8281. "400": {
  8282. "description": "具体错误",
  8283. "schema": {
  8284. "$ref": "#/definitions/md.Response"
  8285. }
  8286. }
  8287. }
  8288. }
  8289. },
  8290. "/api/role/roleBindPermissionGroup": {
  8291. "post": {
  8292. "description": "权限管理-角色绑定权限组",
  8293. "consumes": [
  8294. "application/json"
  8295. ],
  8296. "produces": [
  8297. "application/json"
  8298. ],
  8299. "tags": [
  8300. "权限管理"
  8301. ],
  8302. "summary": "角色绑定权限组",
  8303. "parameters": [
  8304. {
  8305. "type": "string",
  8306. "description": "验证参数Bearer和token空格拼接",
  8307. "name": "Authorization",
  8308. "in": "header",
  8309. "required": true
  8310. },
  8311. {
  8312. "description": "请求参数",
  8313. "name": "args",
  8314. "in": "body",
  8315. "required": true,
  8316. "schema": {
  8317. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8318. }
  8319. }
  8320. ],
  8321. "responses": {
  8322. "200": {
  8323. "description": "success",
  8324. "schema": {
  8325. "type": "string"
  8326. }
  8327. },
  8328. "400": {
  8329. "description": "具体错误",
  8330. "schema": {
  8331. "$ref": "#/definitions/md.Response"
  8332. }
  8333. }
  8334. }
  8335. }
  8336. },
  8337. "/api/role/roleList": {
  8338. "get": {
  8339. "description": "权限管理-角色列表",
  8340. "consumes": [
  8341. "application/json"
  8342. ],
  8343. "produces": [
  8344. "application/json"
  8345. ],
  8346. "tags": [
  8347. "权限管理"
  8348. ],
  8349. "summary": "角色列表",
  8350. "parameters": [
  8351. {
  8352. "type": "string",
  8353. "description": "验证参数Bearer和token空格拼接",
  8354. "name": "Authorization",
  8355. "in": "header",
  8356. "required": true
  8357. }
  8358. ],
  8359. "responses": {
  8360. "200": {
  8361. "description": "具体看返回内容",
  8362. "schema": {
  8363. "type": "string"
  8364. }
  8365. },
  8366. "400": {
  8367. "description": "具体错误",
  8368. "schema": {
  8369. "$ref": "#/definitions/md.Response"
  8370. }
  8371. }
  8372. }
  8373. }
  8374. },
  8375. "/api/role/updateAdmin": {
  8376. "post": {
  8377. "description": "权限管理-修改管理员信息",
  8378. "consumes": [
  8379. "application/json"
  8380. ],
  8381. "produces": [
  8382. "application/json"
  8383. ],
  8384. "tags": [
  8385. "权限管理"
  8386. ],
  8387. "summary": "修改管理员信息",
  8388. "parameters": [
  8389. {
  8390. "type": "string",
  8391. "description": "验证参数Bearer和token空格拼接",
  8392. "name": "Authorization",
  8393. "in": "header",
  8394. "required": true
  8395. },
  8396. {
  8397. "description": "请求参数",
  8398. "name": "args",
  8399. "in": "body",
  8400. "required": true,
  8401. "schema": {
  8402. "$ref": "#/definitions/md.UpdateAdminReq"
  8403. }
  8404. }
  8405. ],
  8406. "responses": {
  8407. "200": {
  8408. "description": "success",
  8409. "schema": {
  8410. "type": "string"
  8411. }
  8412. },
  8413. "400": {
  8414. "description": "具体错误",
  8415. "schema": {
  8416. "$ref": "#/definitions/md.Response"
  8417. }
  8418. }
  8419. }
  8420. }
  8421. },
  8422. "/api/role/updateAdminState": {
  8423. "post": {
  8424. "description": "权限管理-修改管理员状态",
  8425. "consumes": [
  8426. "application/json"
  8427. ],
  8428. "produces": [
  8429. "application/json"
  8430. ],
  8431. "tags": [
  8432. "权限管理"
  8433. ],
  8434. "summary": "修改管理员状态",
  8435. "parameters": [
  8436. {
  8437. "type": "string",
  8438. "description": "验证参数Bearer和token空格拼接",
  8439. "name": "Authorization",
  8440. "in": "header",
  8441. "required": true
  8442. },
  8443. {
  8444. "description": "请求参数",
  8445. "name": "args",
  8446. "in": "body",
  8447. "required": true,
  8448. "schema": {
  8449. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8450. }
  8451. }
  8452. ],
  8453. "responses": {
  8454. "200": {
  8455. "description": "success",
  8456. "schema": {
  8457. "type": "string"
  8458. }
  8459. },
  8460. "400": {
  8461. "description": "具体错误",
  8462. "schema": {
  8463. "$ref": "#/definitions/md.Response"
  8464. }
  8465. }
  8466. }
  8467. }
  8468. },
  8469. "/api/role/updateRole": {
  8470. "post": {
  8471. "description": "权限管理-修改角色",
  8472. "consumes": [
  8473. "application/json"
  8474. ],
  8475. "produces": [
  8476. "application/json"
  8477. ],
  8478. "tags": [
  8479. "权限管理"
  8480. ],
  8481. "summary": "修改角色",
  8482. "parameters": [
  8483. {
  8484. "type": "string",
  8485. "description": "验证参数Bearer和token空格拼接",
  8486. "name": "Authorization",
  8487. "in": "header",
  8488. "required": true
  8489. },
  8490. {
  8491. "description": "请求参数",
  8492. "name": "args",
  8493. "in": "body",
  8494. "required": true,
  8495. "schema": {
  8496. "$ref": "#/definitions/md.UpdateRoleReq"
  8497. }
  8498. }
  8499. ],
  8500. "responses": {
  8501. "200": {
  8502. "description": "success",
  8503. "schema": {
  8504. "type": "string"
  8505. }
  8506. },
  8507. "400": {
  8508. "description": "具体错误",
  8509. "schema": {
  8510. "$ref": "#/definitions/md.Response"
  8511. }
  8512. }
  8513. }
  8514. }
  8515. },
  8516. "/api/role/updateRoleState": {
  8517. "post": {
  8518. "description": "权限管理-修改角色状态",
  8519. "consumes": [
  8520. "application/json"
  8521. ],
  8522. "produces": [
  8523. "application/json"
  8524. ],
  8525. "tags": [
  8526. "权限管理"
  8527. ],
  8528. "summary": "修改角色状态",
  8529. "parameters": [
  8530. {
  8531. "type": "string",
  8532. "description": "验证参数Bearer和token空格拼接",
  8533. "name": "Authorization",
  8534. "in": "header",
  8535. "required": true
  8536. },
  8537. {
  8538. "description": "请求参数",
  8539. "name": "args",
  8540. "in": "body",
  8541. "required": true,
  8542. "schema": {
  8543. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8544. }
  8545. }
  8546. ],
  8547. "responses": {
  8548. "200": {
  8549. "description": "success",
  8550. "schema": {
  8551. "type": "string"
  8552. }
  8553. },
  8554. "400": {
  8555. "description": "具体错误",
  8556. "schema": {
  8557. "$ref": "#/definitions/md.Response"
  8558. }
  8559. }
  8560. }
  8561. }
  8562. },
  8563. "/api/settCenter/oss/aliYun/getBasic": {
  8564. "get": {
  8565. "description": "对象存储设置(获取)",
  8566. "consumes": [
  8567. "application/json"
  8568. ],
  8569. "produces": [
  8570. "application/json"
  8571. ],
  8572. "tags": [
  8573. "对象存储"
  8574. ],
  8575. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8576. "parameters": [
  8577. {
  8578. "type": "string",
  8579. "description": "验证参数Bearer和token空格拼接",
  8580. "name": "Authorization",
  8581. "in": "header",
  8582. "required": true
  8583. }
  8584. ],
  8585. "responses": {
  8586. "200": {
  8587. "description": "设置列表",
  8588. "schema": {
  8589. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8590. }
  8591. },
  8592. "400": {
  8593. "description": "具体错误",
  8594. "schema": {
  8595. "$ref": "#/definitions/md.Response"
  8596. }
  8597. }
  8598. }
  8599. }
  8600. },
  8601. "/api/settCenter/oss/aliYun/setBasic": {
  8602. "post": {
  8603. "description": "对象存储设置(更新)",
  8604. "consumes": [
  8605. "application/json"
  8606. ],
  8607. "produces": [
  8608. "application/json"
  8609. ],
  8610. "tags": [
  8611. "对象存储"
  8612. ],
  8613. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8614. "parameters": [
  8615. {
  8616. "type": "string",
  8617. "description": "验证参数Bearer和token空格拼接",
  8618. "name": "Authorization",
  8619. "in": "header",
  8620. "required": true
  8621. },
  8622. {
  8623. "description": "上传需要修改的信息",
  8624. "name": "req",
  8625. "in": "body",
  8626. "required": true,
  8627. "schema": {
  8628. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8629. }
  8630. }
  8631. ],
  8632. "responses": {
  8633. "200": {
  8634. "description": "success",
  8635. "schema": {
  8636. "type": "string"
  8637. }
  8638. },
  8639. "400": {
  8640. "description": "具体错误",
  8641. "schema": {
  8642. "$ref": "#/definitions/md.Response"
  8643. }
  8644. }
  8645. }
  8646. }
  8647. },
  8648. "/api/settCenter/web/getBasic": {
  8649. "get": {
  8650. "description": "网站信息-基本设置(获取)",
  8651. "consumes": [
  8652. "application/json"
  8653. ],
  8654. "produces": [
  8655. "application/json"
  8656. ],
  8657. "tags": [
  8658. "基础设置"
  8659. ],
  8660. "summary": "基础设置-网站信息-基本设置(获取)",
  8661. "parameters": [
  8662. {
  8663. "type": "string",
  8664. "description": "验证参数Bearer和token空格拼接",
  8665. "name": "Authorization",
  8666. "in": "header",
  8667. "required": true
  8668. }
  8669. ],
  8670. "responses": {
  8671. "200": {
  8672. "description": "设置列表",
  8673. "schema": {
  8674. "$ref": "#/definitions/setCenter.WebBasicResp"
  8675. }
  8676. },
  8677. "400": {
  8678. "description": "具体错误",
  8679. "schema": {
  8680. "$ref": "#/definitions/md.Response"
  8681. }
  8682. }
  8683. }
  8684. }
  8685. },
  8686. "/api/settCenter/web/setBasic": {
  8687. "post": {
  8688. "description": "基本设置(更新)",
  8689. "consumes": [
  8690. "application/json"
  8691. ],
  8692. "produces": [
  8693. "application/json"
  8694. ],
  8695. "tags": [
  8696. "基础设置"
  8697. ],
  8698. "summary": "基础设置-网站信息-基本设置(更新)",
  8699. "parameters": [
  8700. {
  8701. "type": "string",
  8702. "description": "验证参数Bearer和token空格拼接",
  8703. "name": "Authorization",
  8704. "in": "header",
  8705. "required": true
  8706. },
  8707. {
  8708. "description": "上传需要修改的信息",
  8709. "name": "req",
  8710. "in": "body",
  8711. "required": true,
  8712. "schema": {
  8713. "$ref": "#/definitions/setCenter.WebBasicReq"
  8714. }
  8715. }
  8716. ],
  8717. "responses": {
  8718. "200": {
  8719. "description": "success",
  8720. "schema": {
  8721. "type": "string"
  8722. }
  8723. },
  8724. "400": {
  8725. "description": "具体错误",
  8726. "schema": {
  8727. "$ref": "#/definitions/md.Response"
  8728. }
  8729. }
  8730. }
  8731. }
  8732. },
  8733. "/api/userFeedback/cate/list": {
  8734. "post": {
  8735. "description": "分类列表",
  8736. "consumes": [
  8737. "application/json"
  8738. ],
  8739. "produces": [
  8740. "application/json"
  8741. ],
  8742. "tags": [
  8743. "消息中心"
  8744. ],
  8745. "summary": "反馈列表-分类列表",
  8746. "parameters": [
  8747. {
  8748. "type": "string",
  8749. "description": "验证参数Bearer和token空格拼接",
  8750. "name": "Authorization",
  8751. "in": "header",
  8752. "required": true
  8753. },
  8754. {
  8755. "description": "(分页信息必填)",
  8756. "name": "req",
  8757. "in": "body",
  8758. "required": true,
  8759. "schema": {
  8760. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8761. }
  8762. }
  8763. ],
  8764. "responses": {
  8765. "200": {
  8766. "description": "具体数据",
  8767. "schema": {
  8768. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8769. }
  8770. },
  8771. "400": {
  8772. "description": "具体错误",
  8773. "schema": {
  8774. "$ref": "#/definitions/md.Response"
  8775. }
  8776. }
  8777. }
  8778. }
  8779. },
  8780. "/api/userFeedback/content/change/state": {
  8781. "post": {
  8782. "description": "反馈列表-修改状态",
  8783. "consumes": [
  8784. "application/json"
  8785. ],
  8786. "produces": [
  8787. "application/json"
  8788. ],
  8789. "tags": [
  8790. "消息中心"
  8791. ],
  8792. "summary": "用户反馈-反馈列表-修改状态",
  8793. "parameters": [
  8794. {
  8795. "type": "string",
  8796. "description": "验证参数Bearer和token空格拼接",
  8797. "name": "Authorization",
  8798. "in": "header",
  8799. "required": true
  8800. },
  8801. {
  8802. "description": "(分页信息必填)",
  8803. "name": "req",
  8804. "in": "body",
  8805. "required": true,
  8806. "schema": {
  8807. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8808. }
  8809. }
  8810. ],
  8811. "responses": {
  8812. "200": {
  8813. "description": "具体数据",
  8814. "schema": {
  8815. "type": "string"
  8816. }
  8817. },
  8818. "400": {
  8819. "description": "具体错误",
  8820. "schema": {
  8821. "$ref": "#/definitions/md.Response"
  8822. }
  8823. }
  8824. }
  8825. }
  8826. },
  8827. "/api/userFeedback/content/del": {
  8828. "post": {
  8829. "description": "反馈列表-反馈删除",
  8830. "consumes": [
  8831. "application/json"
  8832. ],
  8833. "produces": [
  8834. "application/json"
  8835. ],
  8836. "tags": [
  8837. "消息中心"
  8838. ],
  8839. "summary": "用户反馈-反馈列表-反馈删除",
  8840. "parameters": [
  8841. {
  8842. "type": "string",
  8843. "description": "验证参数Bearer和token空格拼接",
  8844. "name": "Authorization",
  8845. "in": "header",
  8846. "required": true
  8847. },
  8848. {
  8849. "description": "(分页信息必填)",
  8850. "name": "req",
  8851. "in": "body",
  8852. "required": true,
  8853. "schema": {
  8854. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8855. }
  8856. }
  8857. ],
  8858. "responses": {
  8859. "200": {
  8860. "description": "具体数据",
  8861. "schema": {
  8862. "type": "string"
  8863. }
  8864. },
  8865. "400": {
  8866. "description": "具体错误",
  8867. "schema": {
  8868. "$ref": "#/definitions/md.Response"
  8869. }
  8870. }
  8871. }
  8872. }
  8873. },
  8874. "/api/userFeedback/content/list": {
  8875. "post": {
  8876. "description": "反馈列表",
  8877. "consumes": [
  8878. "application/json"
  8879. ],
  8880. "produces": [
  8881. "application/json"
  8882. ],
  8883. "tags": [
  8884. "消息中心"
  8885. ],
  8886. "summary": "用户反馈-反馈列表",
  8887. "parameters": [
  8888. {
  8889. "type": "string",
  8890. "description": "验证参数Bearer和token空格拼接",
  8891. "name": "Authorization",
  8892. "in": "header",
  8893. "required": true
  8894. },
  8895. {
  8896. "description": "(分页信息必填)",
  8897. "name": "req",
  8898. "in": "body",
  8899. "required": true,
  8900. "schema": {
  8901. "$ref": "#/definitions/md.UserFeedbackListReq"
  8902. }
  8903. }
  8904. ],
  8905. "responses": {
  8906. "200": {
  8907. "description": "具体数据",
  8908. "schema": {
  8909. "$ref": "#/definitions/md.UserFeedbackListResp"
  8910. }
  8911. },
  8912. "400": {
  8913. "description": "具体错误",
  8914. "schema": {
  8915. "$ref": "#/definitions/md.Response"
  8916. }
  8917. }
  8918. }
  8919. }
  8920. },
  8921. "/api/userFeedback/content/record/list": {
  8922. "post": {
  8923. "description": "反馈列表-沟通记录",
  8924. "consumes": [
  8925. "application/json"
  8926. ],
  8927. "produces": [
  8928. "application/json"
  8929. ],
  8930. "tags": [
  8931. "消息中心"
  8932. ],
  8933. "summary": "用户反馈-反馈列表-沟通记录",
  8934. "parameters": [
  8935. {
  8936. "type": "string",
  8937. "description": "验证参数Bearer和token空格拼接",
  8938. "name": "Authorization",
  8939. "in": "header",
  8940. "required": true
  8941. },
  8942. {
  8943. "description": "(分页信息必填)",
  8944. "name": "req",
  8945. "in": "body",
  8946. "required": true,
  8947. "schema": {
  8948. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8949. }
  8950. }
  8951. ],
  8952. "responses": {
  8953. "200": {
  8954. "description": "具体数据",
  8955. "schema": {
  8956. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8957. }
  8958. },
  8959. "400": {
  8960. "description": "具体错误",
  8961. "schema": {
  8962. "$ref": "#/definitions/md.Response"
  8963. }
  8964. }
  8965. }
  8966. }
  8967. },
  8968. "/api/userFeedback/content/say": {
  8969. "post": {
  8970. "description": "反馈列表-沟通发送",
  8971. "consumes": [
  8972. "application/json"
  8973. ],
  8974. "produces": [
  8975. "application/json"
  8976. ],
  8977. "tags": [
  8978. "消息中心"
  8979. ],
  8980. "summary": "用户反馈-反馈列表-沟通发送",
  8981. "parameters": [
  8982. {
  8983. "type": "string",
  8984. "description": "验证参数Bearer和token空格拼接",
  8985. "name": "Authorization",
  8986. "in": "header",
  8987. "required": true
  8988. },
  8989. {
  8990. "description": "(分页信息必填)",
  8991. "name": "req",
  8992. "in": "body",
  8993. "required": true,
  8994. "schema": {
  8995. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8996. }
  8997. }
  8998. ],
  8999. "responses": {
  9000. "200": {
  9001. "description": "具体数据",
  9002. "schema": {
  9003. "type": "string"
  9004. }
  9005. },
  9006. "400": {
  9007. "description": "具体错误",
  9008. "schema": {
  9009. "$ref": "#/definitions/md.Response"
  9010. }
  9011. }
  9012. }
  9013. }
  9014. },
  9015. "/api/userRealName/base": {
  9016. "get": {
  9017. "description": "基本设置-实名认证",
  9018. "consumes": [
  9019. "application/json"
  9020. ],
  9021. "produces": [
  9022. "application/json"
  9023. ],
  9024. "tags": [
  9025. "基本设置"
  9026. ],
  9027. "summary": "基本设置-实名认证-基本配置",
  9028. "parameters": [
  9029. {
  9030. "type": "string",
  9031. "description": "验证参数Bearer和token空格拼接",
  9032. "name": "Authorization",
  9033. "in": "header",
  9034. "required": true
  9035. }
  9036. ],
  9037. "responses": {
  9038. "200": {
  9039. "description": "具体数据",
  9040. "schema": {
  9041. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9042. }
  9043. },
  9044. "400": {
  9045. "description": "具体错误",
  9046. "schema": {
  9047. "$ref": "#/definitions/md.Response"
  9048. }
  9049. }
  9050. }
  9051. }
  9052. },
  9053. "/api/userRealName/base/save": {
  9054. "post": {
  9055. "description": "基本设置-实名认证-基本配置保存",
  9056. "consumes": [
  9057. "application/json"
  9058. ],
  9059. "produces": [
  9060. "application/json"
  9061. ],
  9062. "tags": [
  9063. "基本设置"
  9064. ],
  9065. "summary": "基本设置-实名认证-基本配置保存",
  9066. "parameters": [
  9067. {
  9068. "type": "string",
  9069. "description": "验证参数Bearer和token空格拼接",
  9070. "name": "Authorization",
  9071. "in": "header",
  9072. "required": true
  9073. },
  9074. {
  9075. "description": "(分页信息必填)",
  9076. "name": "req",
  9077. "in": "body",
  9078. "required": true,
  9079. "schema": {
  9080. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9081. }
  9082. }
  9083. ],
  9084. "responses": {
  9085. "200": {
  9086. "description": "具体数据",
  9087. "schema": {
  9088. "type": "string"
  9089. }
  9090. },
  9091. "400": {
  9092. "description": "具体错误",
  9093. "schema": {
  9094. "$ref": "#/definitions/md.Response"
  9095. }
  9096. }
  9097. }
  9098. }
  9099. },
  9100. "/api/userRealName/list": {
  9101. "post": {
  9102. "description": "基本设置-实名认证列表",
  9103. "consumes": [
  9104. "application/json"
  9105. ],
  9106. "produces": [
  9107. "application/json"
  9108. ],
  9109. "tags": [
  9110. "基本设置"
  9111. ],
  9112. "summary": "基本设置-实名认证列表",
  9113. "parameters": [
  9114. {
  9115. "type": "string",
  9116. "description": "验证参数Bearer和token空格拼接",
  9117. "name": "Authorization",
  9118. "in": "header",
  9119. "required": true
  9120. },
  9121. {
  9122. "description": "(分页信息必填)",
  9123. "name": "req",
  9124. "in": "body",
  9125. "required": true,
  9126. "schema": {
  9127. "$ref": "#/definitions/md.UserRealNameReq"
  9128. }
  9129. }
  9130. ],
  9131. "responses": {
  9132. "200": {
  9133. "description": "具体数据",
  9134. "schema": {
  9135. "$ref": "#/definitions/md.UserRealNameResp"
  9136. }
  9137. },
  9138. "400": {
  9139. "description": "具体错误",
  9140. "schema": {
  9141. "$ref": "#/definitions/md.Response"
  9142. }
  9143. }
  9144. }
  9145. }
  9146. },
  9147. "/api/userRealName/save": {
  9148. "post": {
  9149. "description": "基本设置-修改认证状态",
  9150. "consumes": [
  9151. "application/json"
  9152. ],
  9153. "produces": [
  9154. "application/json"
  9155. ],
  9156. "tags": [
  9157. "基本设置"
  9158. ],
  9159. "summary": "基本设置-实名认证-修改认证状态",
  9160. "parameters": [
  9161. {
  9162. "type": "string",
  9163. "description": "验证参数Bearer和token空格拼接",
  9164. "name": "Authorization",
  9165. "in": "header",
  9166. "required": true
  9167. },
  9168. {
  9169. "description": "(分页信息必填)",
  9170. "name": "req",
  9171. "in": "body",
  9172. "required": true,
  9173. "schema": {
  9174. "$ref": "#/definitions/md.UserRealNameSaveReq"
  9175. }
  9176. }
  9177. ],
  9178. "responses": {
  9179. "200": {
  9180. "description": "具体数据",
  9181. "schema": {
  9182. "type": "string"
  9183. }
  9184. },
  9185. "400": {
  9186. "description": "具体错误",
  9187. "schema": {
  9188. "$ref": "#/definitions/md.Response"
  9189. }
  9190. }
  9191. }
  9192. }
  9193. },
  9194. "/api/user_feedback/cate/del": {
  9195. "post": {
  9196. "description": "分类列表-分类删除",
  9197. "consumes": [
  9198. "application/json"
  9199. ],
  9200. "produces": [
  9201. "application/json"
  9202. ],
  9203. "tags": [
  9204. "消息中心"
  9205. ],
  9206. "summary": "反馈列表-分类列表-分类删除",
  9207. "parameters": [
  9208. {
  9209. "type": "string",
  9210. "description": "验证参数Bearer和token空格拼接",
  9211. "name": "Authorization",
  9212. "in": "header",
  9213. "required": true
  9214. },
  9215. {
  9216. "description": "(分页信息必填)",
  9217. "name": "req",
  9218. "in": "body",
  9219. "required": true,
  9220. "schema": {
  9221. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  9222. }
  9223. }
  9224. ],
  9225. "responses": {
  9226. "200": {
  9227. "description": "具体数据",
  9228. "schema": {
  9229. "type": "string"
  9230. }
  9231. },
  9232. "400": {
  9233. "description": "具体错误",
  9234. "schema": {
  9235. "$ref": "#/definitions/md.Response"
  9236. }
  9237. }
  9238. }
  9239. }
  9240. },
  9241. "/api/user_feedback/cate/save": {
  9242. "post": {
  9243. "description": "分类列表-分类保存",
  9244. "consumes": [
  9245. "application/json"
  9246. ],
  9247. "produces": [
  9248. "application/json"
  9249. ],
  9250. "tags": [
  9251. "消息中心"
  9252. ],
  9253. "summary": "反馈列表-分类列表-分类保存",
  9254. "parameters": [
  9255. {
  9256. "type": "string",
  9257. "description": "验证参数Bearer和token空格拼接",
  9258. "name": "Authorization",
  9259. "in": "header",
  9260. "required": true
  9261. },
  9262. {
  9263. "description": "(分页信息必填)",
  9264. "name": "req",
  9265. "in": "body",
  9266. "required": true,
  9267. "schema": {
  9268. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9269. }
  9270. }
  9271. ],
  9272. "responses": {
  9273. "200": {
  9274. "description": "具体数据",
  9275. "schema": {
  9276. "type": "string"
  9277. }
  9278. },
  9279. "400": {
  9280. "description": "具体错误",
  9281. "schema": {
  9282. "$ref": "#/definitions/md.Response"
  9283. }
  9284. }
  9285. }
  9286. }
  9287. },
  9288. "/api/website/certificate": {
  9289. "post": {
  9290. "description": "证书查询",
  9291. "consumes": [
  9292. "application/json"
  9293. ],
  9294. "produces": [
  9295. "application/json"
  9296. ],
  9297. "tags": [
  9298. "官网"
  9299. ],
  9300. "summary": "证书查询",
  9301. "parameters": [
  9302. {
  9303. "type": "string",
  9304. "description": "验证参数Bearer和token空格拼接",
  9305. "name": "Authorization",
  9306. "in": "header",
  9307. "required": true
  9308. },
  9309. {
  9310. "description": "(分页信息必填)",
  9311. "name": "req",
  9312. "in": "body",
  9313. "required": true,
  9314. "schema": {
  9315. "$ref": "#/definitions/md.CertificateReq"
  9316. }
  9317. }
  9318. ],
  9319. "responses": {
  9320. "200": {
  9321. "description": "具体数据",
  9322. "schema": {
  9323. "$ref": "#/definitions/md.CertificateResp"
  9324. }
  9325. },
  9326. "400": {
  9327. "description": "具体错误",
  9328. "schema": {
  9329. "$ref": "#/definitions/md.Response"
  9330. }
  9331. }
  9332. }
  9333. }
  9334. },
  9335. "/api/website/getModuleSetting": {
  9336. "get": {
  9337. "description": "页面样式",
  9338. "consumes": [
  9339. "application/json"
  9340. ],
  9341. "produces": [
  9342. "application/json"
  9343. ],
  9344. "tags": [
  9345. "官网"
  9346. ],
  9347. "summary": "页面样式",
  9348. "parameters": [
  9349. {
  9350. "type": "string",
  9351. "description": "验证参数Bearer和token空格拼接",
  9352. "name": "Authorization",
  9353. "in": "header",
  9354. "required": true
  9355. },
  9356. {
  9357. "type": "string",
  9358. "description": "页面名称类型值(15:官网 联系我们)",
  9359. "name": "mod_name_value",
  9360. "in": "query",
  9361. "required": true
  9362. }
  9363. ],
  9364. "responses": {
  9365. "200": {
  9366. "description": "具体数据",
  9367. "schema": {
  9368. "$ref": "#/definitions/md.GetModuleSettingResp"
  9369. }
  9370. },
  9371. "400": {
  9372. "description": "具体错误",
  9373. "schema": {
  9374. "$ref": "#/definitions/md.Response"
  9375. }
  9376. }
  9377. }
  9378. }
  9379. },
  9380. "/api/website/info": {
  9381. "get": {
  9382. "description": "官网-基本信息",
  9383. "consumes": [
  9384. "application/json"
  9385. ],
  9386. "produces": [
  9387. "application/json"
  9388. ],
  9389. "tags": [
  9390. "官网"
  9391. ],
  9392. "summary": "官网-基本信息",
  9393. "parameters": [
  9394. {
  9395. "type": "string",
  9396. "description": "验证参数Bearer和token空格拼接",
  9397. "name": "Authorization",
  9398. "in": "header",
  9399. "required": true
  9400. }
  9401. ],
  9402. "responses": {
  9403. "200": {
  9404. "description": "具体数据",
  9405. "schema": {
  9406. "$ref": "#/definitions/md.WebsiteInfoResp"
  9407. }
  9408. },
  9409. "400": {
  9410. "description": "具体错误",
  9411. "schema": {
  9412. "$ref": "#/definitions/md.Response"
  9413. }
  9414. }
  9415. }
  9416. }
  9417. }
  9418. },
  9419. "definitions": {
  9420. "applet_app_md.Paginate": {
  9421. "type": "object",
  9422. "properties": {
  9423. "limit": {
  9424. "description": "每页大小",
  9425. "type": "integer"
  9426. },
  9427. "page": {
  9428. "description": "页数",
  9429. "type": "integer"
  9430. },
  9431. "total": {
  9432. "description": "总数据量",
  9433. "type": "integer"
  9434. }
  9435. }
  9436. },
  9437. "applet_app_md_financial_center.Paginate": {
  9438. "type": "object",
  9439. "properties": {
  9440. "limit": {
  9441. "description": "每页大小",
  9442. "type": "integer"
  9443. },
  9444. "page": {
  9445. "description": "页数",
  9446. "type": "integer"
  9447. },
  9448. "total": {
  9449. "description": "总数据量",
  9450. "type": "integer"
  9451. }
  9452. }
  9453. },
  9454. "applet_app_md_financial_center.TagNode": {
  9455. "type": "object",
  9456. "properties": {
  9457. "tag_id": {
  9458. "type": "integer"
  9459. },
  9460. "tag_name": {
  9461. "type": "string"
  9462. }
  9463. }
  9464. },
  9465. "applet_app_md_friend_circle.Paginate": {
  9466. "type": "object",
  9467. "properties": {
  9468. "limit": {
  9469. "description": "每页大小",
  9470. "type": "integer"
  9471. },
  9472. "page": {
  9473. "description": "页数",
  9474. "type": "integer"
  9475. },
  9476. "total": {
  9477. "description": "总数据量",
  9478. "type": "integer"
  9479. }
  9480. }
  9481. },
  9482. "applet_app_md_im.GetBasicResp": {
  9483. "type": "object",
  9484. "properties": {
  9485. "chat_sensitive_words": {
  9486. "type": "string",
  9487. "example": "聊天敏感词"
  9488. },
  9489. "is_allow_add_friends": {
  9490. "type": "string",
  9491. "example": "是否允许加好友"
  9492. },
  9493. "is_auto_add_friends": {
  9494. "type": "string",
  9495. "example": "是否自动加好友"
  9496. },
  9497. "prohibit_add_group_members": {
  9498. "type": "string",
  9499. "example": "是否禁止添加群成员"
  9500. },
  9501. "prohibit_remove_group_members": {
  9502. "type": "string",
  9503. "example": "是否禁止移出群成员"
  9504. },
  9505. "prohibit_update_group_name": {
  9506. "type": "string",
  9507. "example": "是否禁止修改群名称"
  9508. }
  9509. }
  9510. },
  9511. "applet_app_md_im.SetBasicReq": {
  9512. "type": "object",
  9513. "properties": {
  9514. "chat_sensitive_words": {
  9515. "type": "string",
  9516. "example": "聊天敏感词"
  9517. },
  9518. "is_allow_add_friends": {
  9519. "type": "string",
  9520. "example": "是否允许加好友"
  9521. },
  9522. "is_auto_add_friends": {
  9523. "type": "string",
  9524. "example": "是否自动加好友"
  9525. },
  9526. "prohibit_add_group_members": {
  9527. "type": "string",
  9528. "example": "是否禁止添加群成员"
  9529. },
  9530. "prohibit_remove_group_members": {
  9531. "type": "string",
  9532. "example": "是否禁止移出群成员"
  9533. },
  9534. "prohibit_update_group_name": {
  9535. "type": "string",
  9536. "example": "是否禁止修改群名称"
  9537. }
  9538. }
  9539. },
  9540. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9541. "type": "object",
  9542. "properties": {
  9543. "direct_push_reward": {
  9544. "description": "直推奖励",
  9545. "allOf": [
  9546. {
  9547. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9548. }
  9549. ]
  9550. },
  9551. "initial_price": {
  9552. "description": "初始价格",
  9553. "type": "string"
  9554. },
  9555. "is_open": {
  9556. "description": "是否开启(1:开启 0:关闭)",
  9557. "type": "integer"
  9558. },
  9559. "person_egg_energy_coin_id": {
  9560. "description": "个人蛋蛋能量对应虚拟币 id",
  9561. "type": "integer"
  9562. },
  9563. "person_egg_points_coin_id": {
  9564. "description": "个人蛋蛋积分对应虚拟币 id",
  9565. "type": "integer"
  9566. },
  9567. "team_egg_energy_coin_id": {
  9568. "description": "团队蛋蛋能量对应虚拟币 id",
  9569. "type": "integer"
  9570. },
  9571. "team_egg_points_coin_id": {
  9572. "description": "团队蛋蛋积分对应虚拟币 id",
  9573. "type": "integer"
  9574. }
  9575. }
  9576. },
  9577. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9578. "type": "object",
  9579. "properties": {
  9580. "limit": {
  9581. "description": "每页大小",
  9582. "type": "integer"
  9583. },
  9584. "page": {
  9585. "description": "页数",
  9586. "type": "integer"
  9587. },
  9588. "total": {
  9589. "description": "总数据量",
  9590. "type": "integer"
  9591. }
  9592. }
  9593. },
  9594. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9595. "type": "object",
  9596. "properties": {
  9597. "id": {
  9598. "type": "integer"
  9599. },
  9600. "is_open": {
  9601. "description": "是否开启(1:开启 0:关闭)",
  9602. "type": "integer"
  9603. },
  9604. "is_self_active_get_team_revenue": {
  9605. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9606. "type": "integer"
  9607. },
  9608. "originator_uid": {
  9609. "description": "创始人uid",
  9610. "type": "integer"
  9611. },
  9612. "several_rows": {
  9613. "description": "几排",
  9614. "type": "integer"
  9615. },
  9616. "several_times": {
  9617. "description": "几乘",
  9618. "type": "integer"
  9619. },
  9620. "system_punish_replace": {
  9621. "description": "是否位置滑落 被新用户替换 0否 1是",
  9622. "type": "integer"
  9623. },
  9624. "system_punish_replace_value": {
  9625. "description": "xx天未活跃,处罚滑落",
  9626. "type": "integer"
  9627. }
  9628. }
  9629. },
  9630. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9631. "type": "object",
  9632. "properties": {
  9633. "limit": {
  9634. "description": "每页大小",
  9635. "type": "integer"
  9636. },
  9637. "page": {
  9638. "description": "页数",
  9639. "type": "integer"
  9640. },
  9641. "total": {
  9642. "description": "总数据量",
  9643. "type": "integer"
  9644. }
  9645. }
  9646. },
  9647. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9648. "type": "object",
  9649. "properties": {
  9650. "limit": {
  9651. "type": "integer"
  9652. },
  9653. "page": {
  9654. "type": "integer"
  9655. },
  9656. "total": {
  9657. "type": "integer"
  9658. }
  9659. }
  9660. },
  9661. "applet_app_md_member_center.Paginate": {
  9662. "type": "object",
  9663. "properties": {
  9664. "limit": {
  9665. "description": "每页大小",
  9666. "type": "integer"
  9667. },
  9668. "page": {
  9669. "description": "页数",
  9670. "type": "integer"
  9671. },
  9672. "total": {
  9673. "description": "总数据量",
  9674. "type": "integer"
  9675. }
  9676. }
  9677. },
  9678. "applet_app_md_member_center.TagNode": {
  9679. "type": "object",
  9680. "properties": {
  9681. "tag_id": {
  9682. "description": "标签 ID",
  9683. "type": "integer"
  9684. },
  9685. "tag_name": {
  9686. "description": "标签名称",
  9687. "type": "string"
  9688. }
  9689. }
  9690. },
  9691. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9692. "type": "object",
  9693. "properties": {
  9694. "oss_access_key_id": {
  9695. "type": "string",
  9696. "example": "oss访问秘钥id"
  9697. },
  9698. "oss_access_key_secret": {
  9699. "type": "string",
  9700. "example": "oss访问秘钥"
  9701. },
  9702. "oss_assume_arn": {
  9703. "type": "string",
  9704. "example": "oss RAM角色ARN"
  9705. },
  9706. "oss_assume_role_access_key_id": {
  9707. "type": "string",
  9708. "example": "oss RAM角色访问秘钥id"
  9709. },
  9710. "oss_assume_role_access_key_secret": {
  9711. "type": "string",
  9712. "example": "oss RAM角色访问秘钥"
  9713. },
  9714. "oss_bucket_name": {
  9715. "type": "string",
  9716. "example": "oss存储桶名称"
  9717. },
  9718. "oss_bucket_scheme": {
  9719. "type": "string",
  9720. "example": "oss上传方式"
  9721. },
  9722. "oss_endpoint": {
  9723. "type": "string",
  9724. "example": "oss地域节点"
  9725. },
  9726. "oss_object_domain": {
  9727. "type": "string",
  9728. "example": "oss域名"
  9729. },
  9730. "oss_option": {
  9731. "type": "string",
  9732. "example": "oss上传文件类型选项,以逗号分割"
  9733. }
  9734. }
  9735. },
  9736. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9737. "type": "object",
  9738. "properties": {
  9739. "oss_access_key_id": {
  9740. "type": "string",
  9741. "example": "oss访问秘钥id"
  9742. },
  9743. "oss_access_key_secret": {
  9744. "type": "string",
  9745. "example": "oss访问秘钥"
  9746. },
  9747. "oss_assume_arn": {
  9748. "type": "string",
  9749. "example": "oss RAM角色ARN"
  9750. },
  9751. "oss_assume_role_access_key_id": {
  9752. "type": "string",
  9753. "example": "oss RAM角色访问秘钥id"
  9754. },
  9755. "oss_assume_role_access_key_secret": {
  9756. "type": "string",
  9757. "example": "oss RAM角色访问秘钥"
  9758. },
  9759. "oss_bucket_name": {
  9760. "type": "string",
  9761. "example": "oss存储桶名称"
  9762. },
  9763. "oss_bucket_scheme": {
  9764. "type": "string",
  9765. "example": "oss上传方式"
  9766. },
  9767. "oss_endpoint": {
  9768. "type": "string",
  9769. "example": "oss地域节点"
  9770. },
  9771. "oss_object_domain": {
  9772. "type": "string",
  9773. "example": "oss域名"
  9774. },
  9775. "oss_option": {
  9776. "type": "string",
  9777. "example": "oss上传文件类型选项,以逗号分割"
  9778. }
  9779. }
  9780. },
  9781. "client.AssumeRoleResponseBodyCredentials": {
  9782. "type": "object",
  9783. "properties": {
  9784. "AccessKeyId": {
  9785. "description": "The AccessKey ID.",
  9786. "type": "string"
  9787. },
  9788. "AccessKeySecret": {
  9789. "description": "The AccessKey secret.",
  9790. "type": "string"
  9791. },
  9792. "Expiration": {
  9793. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9794. "type": "string"
  9795. },
  9796. "SecurityToken": {
  9797. "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.",
  9798. "type": "string"
  9799. }
  9800. }
  9801. },
  9802. "comm.GetAdminInfoResp": {
  9803. "type": "object",
  9804. "properties": {
  9805. "adm_id": {
  9806. "description": "管理员id",
  9807. "type": "integer"
  9808. },
  9809. "is_super_administrator": {
  9810. "description": "是否为超级管理员(0:否 1:是)",
  9811. "type": "integer"
  9812. },
  9813. "memo": {
  9814. "description": "备注信息",
  9815. "type": "string"
  9816. },
  9817. "state": {
  9818. "description": "状态(1:正常 2:冻结)",
  9819. "type": "integer"
  9820. },
  9821. "username": {
  9822. "description": "用户名",
  9823. "type": "string"
  9824. }
  9825. }
  9826. },
  9827. "comm.GetSTSVoucherResp": {
  9828. "type": "object",
  9829. "properties": {
  9830. "bucket": {
  9831. "description": "oss 桶名称",
  9832. "type": "string"
  9833. },
  9834. "region": {
  9835. "description": "所在地域",
  9836. "type": "string"
  9837. },
  9838. "sts_token": {
  9839. "description": "STS 凭证",
  9840. "allOf": [
  9841. {
  9842. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  9843. }
  9844. ]
  9845. }
  9846. }
  9847. },
  9848. "comm.ImgReqUploadReq": {
  9849. "type": "object",
  9850. "required": [
  9851. "content_type",
  9852. "file_name"
  9853. ],
  9854. "properties": {
  9855. "content_type": {
  9856. "type": "string",
  9857. "example": "image/jpeg"
  9858. },
  9859. "file_name": {
  9860. "type": "string",
  9861. "example": "文件名"
  9862. }
  9863. }
  9864. },
  9865. "hdl.GetActiveDataResp": {
  9866. "type": "object",
  9867. "properties": {
  9868. "today": {
  9869. "description": "今日数据",
  9870. "allOf": [
  9871. {
  9872. "$ref": "#/definitions/model.PlatformActiveData"
  9873. }
  9874. ]
  9875. },
  9876. "yesterday": {
  9877. "description": "昨日数据",
  9878. "allOf": [
  9879. {
  9880. "$ref": "#/definitions/model.PlatformActiveData"
  9881. }
  9882. ]
  9883. }
  9884. }
  9885. },
  9886. "hdl.TotalDataResp": {
  9887. "type": "object",
  9888. "properties": {
  9889. "month": {
  9890. "description": "月份",
  9891. "type": "string"
  9892. },
  9893. "no_sign_in_user_count": {
  9894. "description": "未签到用户数",
  9895. "type": "integer"
  9896. },
  9897. "total_user_count": {
  9898. "description": "平台总用户数",
  9899. "type": "integer"
  9900. },
  9901. "total_withdraw_amount": {
  9902. "description": "已提现累计金额",
  9903. "type": "string"
  9904. },
  9905. "verified_user_count": {
  9906. "description": "已认证用户数",
  9907. "type": "integer"
  9908. },
  9909. "year": {
  9910. "description": "年份",
  9911. "type": "string"
  9912. }
  9913. }
  9914. },
  9915. "md.ActivePointsWalletNode": {
  9916. "type": "object",
  9917. "properties": {
  9918. "amount": {
  9919. "type": "string",
  9920. "example": "账户余额"
  9921. },
  9922. "uid": {
  9923. "description": "用户 ID",
  9924. "type": "integer"
  9925. },
  9926. "user_name": {
  9927. "type": "string",
  9928. "example": "用户名"
  9929. },
  9930. "user_phone": {
  9931. "type": "string",
  9932. "example": "手机号"
  9933. }
  9934. }
  9935. },
  9936. "md.AddAdminReq": {
  9937. "type": "object",
  9938. "required": [
  9939. "password",
  9940. "username"
  9941. ],
  9942. "properties": {
  9943. "memo": {
  9944. "type": "string"
  9945. },
  9946. "password": {
  9947. "type": "string"
  9948. },
  9949. "username": {
  9950. "type": "string"
  9951. }
  9952. }
  9953. },
  9954. "md.AddBlackListReq": {
  9955. "type": "object",
  9956. "properties": {
  9957. "memo": {
  9958. "description": "备注",
  9959. "type": "string"
  9960. },
  9961. "uid": {
  9962. "description": "用户 id",
  9963. "type": "integer"
  9964. }
  9965. }
  9966. },
  9967. "md.AddCommunityDividendsReq": {
  9968. "type": "object",
  9969. "properties": {
  9970. "amount": {
  9971. "description": "社区分红数量",
  9972. "type": "string"
  9973. },
  9974. "name": {
  9975. "type": "string",
  9976. "example": "社区分红名称"
  9977. }
  9978. }
  9979. },
  9980. "md.AddCommunityDividendsWithUserReq": {
  9981. "type": "object",
  9982. "properties": {
  9983. "memo": {
  9984. "type": "string",
  9985. "example": "备注"
  9986. },
  9987. "uid": {
  9988. "description": "新增社区长用户 ID",
  9989. "type": "integer"
  9990. }
  9991. }
  9992. },
  9993. "md.AddCustomerServiceReq": {
  9994. "type": "object",
  9995. "properties": {
  9996. "memo": {
  9997. "description": "备注",
  9998. "type": "string",
  9999. "example": "备注"
  10000. },
  10001. "phone": {
  10002. "type": "string",
  10003. "example": "手机号"
  10004. },
  10005. "weight": {
  10006. "description": "权重",
  10007. "type": "integer"
  10008. }
  10009. }
  10010. },
  10011. "md.AddEmoticonReq": {
  10012. "type": "object",
  10013. "properties": {
  10014. "img_url": {
  10015. "type": "string",
  10016. "example": "图片地址"
  10017. },
  10018. "memo": {
  10019. "description": "备注",
  10020. "type": "string",
  10021. "example": "备注"
  10022. },
  10023. "name": {
  10024. "type": "string",
  10025. "example": "名称"
  10026. },
  10027. "sort": {
  10028. "description": "排序",
  10029. "type": "integer"
  10030. }
  10031. }
  10032. },
  10033. "md.AddFreePublishUserReq": {
  10034. "type": "object",
  10035. "properties": {
  10036. "uid": {
  10037. "type": "integer"
  10038. }
  10039. }
  10040. },
  10041. "md.AddFundDataReq": {
  10042. "type": "object",
  10043. "properties": {
  10044. "frequency": {
  10045. "description": "频率(分钟)",
  10046. "type": "integer"
  10047. },
  10048. "hours": {
  10049. "description": "时长(小时)",
  10050. "type": "integer"
  10051. },
  10052. "kind": {
  10053. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  10054. "type": "integer"
  10055. },
  10056. "memo": {
  10057. "type": "string",
  10058. "example": "备注"
  10059. },
  10060. "total_amount": {
  10061. "description": "金额",
  10062. "type": "string"
  10063. }
  10064. }
  10065. },
  10066. "md.AddLevelReq": {
  10067. "type": "object",
  10068. "properties": {
  10069. "auto_update": {
  10070. "description": "自动升级 0关闭 1开启",
  10071. "type": "string"
  10072. },
  10073. "choosable_num": {
  10074. "description": "可选任务数量",
  10075. "type": "string"
  10076. },
  10077. "is_use": {
  10078. "description": "是否开启(0.否, 1.是)",
  10079. "type": "string"
  10080. },
  10081. "level_name": {
  10082. "description": "等级名称",
  10083. "type": "string"
  10084. },
  10085. "level_weight": {
  10086. "description": "等级权重",
  10087. "type": "string"
  10088. },
  10089. "memo": {
  10090. "description": "备注",
  10091. "type": "string"
  10092. },
  10093. "user_level_tasks": {
  10094. "description": "需要新增的任务",
  10095. "type": "array",
  10096. "items": {
  10097. "$ref": "#/definitions/md.LevelTaskNode"
  10098. }
  10099. }
  10100. }
  10101. },
  10102. "md.AddPlatformRevenueReq": {
  10103. "type": "object",
  10104. "properties": {
  10105. "frequency": {
  10106. "description": "频率(分钟)",
  10107. "type": "integer"
  10108. },
  10109. "hours": {
  10110. "description": "时长(小时)",
  10111. "type": "integer"
  10112. },
  10113. "kind": {
  10114. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10115. "type": "integer"
  10116. },
  10117. "memo": {
  10118. "type": "string",
  10119. "example": "备注"
  10120. },
  10121. "total_amount": {
  10122. "description": "金额",
  10123. "type": "string"
  10124. }
  10125. }
  10126. },
  10127. "md.AddRoleReq": {
  10128. "type": "object",
  10129. "required": [
  10130. "memo",
  10131. "name"
  10132. ],
  10133. "properties": {
  10134. "memo": {
  10135. "type": "string"
  10136. },
  10137. "name": {
  10138. "type": "string"
  10139. }
  10140. }
  10141. },
  10142. "md.AddTagReq": {
  10143. "type": "object",
  10144. "properties": {
  10145. "is_punish": {
  10146. "description": "是否为处罚标签(0:否 1:是)",
  10147. "type": "integer"
  10148. },
  10149. "memo": {
  10150. "description": "备注",
  10151. "type": "string"
  10152. },
  10153. "name": {
  10154. "description": "标签名称",
  10155. "type": "string"
  10156. }
  10157. }
  10158. },
  10159. "md.AddVirtualCoinNode": {
  10160. "type": "object",
  10161. "properties": {
  10162. "exchange_ratio": {
  10163. "description": "兑换比例(与金额)",
  10164. "type": "string"
  10165. },
  10166. "is_use": {
  10167. "description": "是否开启:0否 1是",
  10168. "type": "integer"
  10169. },
  10170. "name": {
  10171. "description": "名称",
  10172. "type": "string"
  10173. }
  10174. }
  10175. },
  10176. "md.AdminListReq": {
  10177. "type": "object",
  10178. "properties": {
  10179. "limit": {
  10180. "type": "integer"
  10181. },
  10182. "page": {
  10183. "type": "integer"
  10184. },
  10185. "state": {
  10186. "type": "integer"
  10187. },
  10188. "username": {
  10189. "type": "string"
  10190. }
  10191. }
  10192. },
  10193. "md.AdminLogList": {
  10194. "type": "object",
  10195. "properties": {
  10196. "admin_id": {
  10197. "type": "string"
  10198. },
  10199. "id": {
  10200. "type": "string"
  10201. },
  10202. "ip": {
  10203. "type": "string"
  10204. },
  10205. "memo": {
  10206. "type": "string"
  10207. },
  10208. "phone": {
  10209. "type": "string"
  10210. },
  10211. "time": {
  10212. "type": "string"
  10213. },
  10214. "type": {
  10215. "type": "string"
  10216. }
  10217. }
  10218. },
  10219. "md.AdminLogListReq": {
  10220. "type": "object",
  10221. "properties": {
  10222. "end_time": {
  10223. "type": "string"
  10224. },
  10225. "limit": {
  10226. "description": "每页大小",
  10227. "type": "string"
  10228. },
  10229. "memo": {
  10230. "type": "string"
  10231. },
  10232. "page": {
  10233. "description": "页数",
  10234. "type": "string"
  10235. },
  10236. "start_time": {
  10237. "type": "string"
  10238. },
  10239. "type": {
  10240. "type": "string"
  10241. }
  10242. }
  10243. },
  10244. "md.AdminLogListResp": {
  10245. "type": "object",
  10246. "properties": {
  10247. "list": {
  10248. "type": "array",
  10249. "items": {
  10250. "$ref": "#/definitions/md.AdminLogList"
  10251. }
  10252. },
  10253. "total": {
  10254. "type": "integer"
  10255. },
  10256. "type_list": {
  10257. "type": "array",
  10258. "items": {
  10259. "type": "object",
  10260. "additionalProperties": true
  10261. }
  10262. }
  10263. }
  10264. },
  10265. "md.AdvertisingBase": {
  10266. "type": "object",
  10267. "properties": {
  10268. "android_ad_is_open": {
  10269. "type": "string",
  10270. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10271. },
  10272. "android_open_ad_is_open": {
  10273. "type": "string",
  10274. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10275. },
  10276. "info": {
  10277. "type": "string",
  10278. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10279. },
  10280. "ios_ad_is_open": {
  10281. "type": "string",
  10282. "example": "ios广告是否开启(1:开启 0:不开启)"
  10283. },
  10284. "ios_open_ad_is_open": {
  10285. "type": "string",
  10286. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10287. },
  10288. "voice": {
  10289. "type": "string",
  10290. "example": "领取奖励声音"
  10291. },
  10292. "voice_url": {
  10293. "type": "string"
  10294. }
  10295. }
  10296. },
  10297. "md.AdvertisingBaseResp": {
  10298. "type": "object",
  10299. "properties": {
  10300. "advertising_base": {
  10301. "$ref": "#/definitions/md.AdvertisingBase"
  10302. },
  10303. "select_data": {
  10304. "type": "array",
  10305. "items": {
  10306. "type": "object",
  10307. "additionalProperties": {
  10308. "type": "string"
  10309. }
  10310. }
  10311. }
  10312. }
  10313. },
  10314. "md.AdvertisingDelReq": {
  10315. "type": "object",
  10316. "properties": {
  10317. "id": {
  10318. "type": "array",
  10319. "items": {
  10320. "type": "string"
  10321. }
  10322. }
  10323. }
  10324. },
  10325. "md.AdvertisingFunctionList": {
  10326. "type": "object",
  10327. "properties": {
  10328. "ad_id": {
  10329. "type": "string",
  10330. "example": "广告id"
  10331. },
  10332. "id": {
  10333. "type": "string"
  10334. },
  10335. "type": {
  10336. "type": "string",
  10337. "example": "类型"
  10338. }
  10339. }
  10340. },
  10341. "md.AdvertisingFunctionListReq": {
  10342. "type": "object",
  10343. "properties": {
  10344. "limit": {
  10345. "type": "string"
  10346. },
  10347. "page": {
  10348. "type": "string"
  10349. }
  10350. }
  10351. },
  10352. "md.AdvertisingFunctionListResp": {
  10353. "type": "object",
  10354. "properties": {
  10355. "adv_data": {
  10356. "type": "array",
  10357. "items": {
  10358. "type": "object",
  10359. "additionalProperties": {
  10360. "type": "string"
  10361. }
  10362. }
  10363. },
  10364. "list": {
  10365. "type": "array",
  10366. "items": {
  10367. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10368. }
  10369. },
  10370. "select_data": {
  10371. "type": "array",
  10372. "items": {
  10373. "type": "object",
  10374. "additionalProperties": {
  10375. "type": "string"
  10376. }
  10377. }
  10378. },
  10379. "total": {
  10380. "type": "integer"
  10381. }
  10382. }
  10383. },
  10384. "md.AdvertisingLimit": {
  10385. "type": "object",
  10386. "properties": {
  10387. "imei_num": {
  10388. "type": "string",
  10389. "example": "设备数量"
  10390. },
  10391. "minute": {
  10392. "type": "string",
  10393. "example": "分钟"
  10394. },
  10395. "public_img": {
  10396. "type": "string",
  10397. "example": "公共弹窗图"
  10398. },
  10399. "public_img_url": {
  10400. "type": "string",
  10401. "example": "公共弹窗图"
  10402. },
  10403. "public_str": {
  10404. "type": "string",
  10405. "example": "公共弹窗文字"
  10406. },
  10407. "tip": {
  10408. "type": "string",
  10409. "example": "限制提示"
  10410. },
  10411. "withdraw_img": {
  10412. "type": "string",
  10413. "example": "提现弹窗图"
  10414. },
  10415. "withdraw_img_url": {
  10416. "type": "string",
  10417. "example": "提现弹窗图"
  10418. },
  10419. "withdraw_str": {
  10420. "type": "string",
  10421. "example": "提现弹窗文字"
  10422. }
  10423. }
  10424. },
  10425. "md.AdvertisingList": {
  10426. "type": "object",
  10427. "properties": {
  10428. "counting_down": {
  10429. "type": "string",
  10430. "example": "倒计时 单位秒"
  10431. },
  10432. "id": {
  10433. "type": "string"
  10434. },
  10435. "info": {
  10436. "type": "string",
  10437. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10438. },
  10439. "kind": {
  10440. "type": "string",
  10441. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10442. },
  10443. "name": {
  10444. "type": "string",
  10445. "example": "名称"
  10446. }
  10447. }
  10448. },
  10449. "md.AdvertisingListReq": {
  10450. "type": "object",
  10451. "properties": {
  10452. "kind": {
  10453. "type": "string"
  10454. },
  10455. "limit": {
  10456. "type": "string"
  10457. },
  10458. "name": {
  10459. "type": "string"
  10460. },
  10461. "page": {
  10462. "type": "string"
  10463. }
  10464. }
  10465. },
  10466. "md.AdvertisingListResp": {
  10467. "type": "object",
  10468. "properties": {
  10469. "adv_data": {
  10470. "type": "array",
  10471. "items": {
  10472. "type": "object",
  10473. "additionalProperties": {
  10474. "type": "string"
  10475. }
  10476. }
  10477. },
  10478. "list": {
  10479. "type": "array",
  10480. "items": {
  10481. "$ref": "#/definitions/md.AdvertisingList"
  10482. }
  10483. },
  10484. "select_data": {
  10485. "type": "array",
  10486. "items": {
  10487. "type": "object",
  10488. "additionalProperties": {
  10489. "type": "string"
  10490. }
  10491. }
  10492. },
  10493. "total": {
  10494. "type": "integer"
  10495. }
  10496. }
  10497. },
  10498. "md.AdvertisingSaveReq": {
  10499. "type": "object",
  10500. "properties": {
  10501. "counting_down": {
  10502. "type": "string",
  10503. "example": "倒计时 单位秒"
  10504. },
  10505. "id": {
  10506. "type": "string"
  10507. },
  10508. "info": {
  10509. "type": "string",
  10510. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10511. },
  10512. "kind": {
  10513. "type": "string",
  10514. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10515. },
  10516. "name": {
  10517. "type": "string",
  10518. "example": "名称"
  10519. }
  10520. }
  10521. },
  10522. "md.AdvertisingVisitList": {
  10523. "type": "object",
  10524. "properties": {
  10525. "ecpm": {
  10526. "type": "string",
  10527. "example": "ecpm"
  10528. },
  10529. "id": {
  10530. "type": "string"
  10531. },
  10532. "integral": {
  10533. "type": "string",
  10534. "example": "活跃值"
  10535. },
  10536. "phone": {
  10537. "type": "string",
  10538. "example": "手机号"
  10539. },
  10540. "phone_platform": {
  10541. "type": "string",
  10542. "example": "手机平台"
  10543. },
  10544. "platform": {
  10545. "type": "string",
  10546. "example": "广告平台"
  10547. },
  10548. "time": {
  10549. "type": "string",
  10550. "example": "时间"
  10551. },
  10552. "type": {
  10553. "type": "string",
  10554. "example": "广告位置"
  10555. },
  10556. "uid": {
  10557. "type": "string",
  10558. "example": "用户id"
  10559. }
  10560. }
  10561. },
  10562. "md.AdvertisingVisitListReq": {
  10563. "type": "object",
  10564. "properties": {
  10565. "amount": {
  10566. "type": "string",
  10567. "example": "ecpm "
  10568. },
  10569. "end_time": {
  10570. "type": "string"
  10571. },
  10572. "limit": {
  10573. "type": "string"
  10574. },
  10575. "page": {
  10576. "type": "string"
  10577. },
  10578. "phone": {
  10579. "type": "string"
  10580. },
  10581. "platform": {
  10582. "type": "string",
  10583. "example": "广告平台 "
  10584. },
  10585. "start_time": {
  10586. "type": "string"
  10587. },
  10588. "type": {
  10589. "type": "string",
  10590. "example": "广告类型 "
  10591. },
  10592. "uid": {
  10593. "type": "string"
  10594. }
  10595. }
  10596. },
  10597. "md.AdvertisingVisitListResp": {
  10598. "type": "object",
  10599. "properties": {
  10600. "list": {
  10601. "type": "array",
  10602. "items": {
  10603. "$ref": "#/definitions/md.AdvertisingVisitList"
  10604. }
  10605. },
  10606. "platform_data": {
  10607. "type": "array",
  10608. "items": {
  10609. "type": "object",
  10610. "additionalProperties": {
  10611. "type": "string"
  10612. }
  10613. }
  10614. },
  10615. "total": {
  10616. "type": "integer"
  10617. },
  10618. "type_data": {
  10619. "type": "array",
  10620. "items": {
  10621. "type": "object",
  10622. "additionalProperties": {
  10623. "type": "string"
  10624. }
  10625. }
  10626. }
  10627. }
  10628. },
  10629. "md.AliyunSmsGetLevelListResp": {
  10630. "type": "object",
  10631. "properties": {
  10632. "list": {
  10633. "type": "array",
  10634. "items": {
  10635. "$ref": "#/definitions/md.LevelListNode"
  10636. }
  10637. },
  10638. "paginate": {
  10639. "$ref": "#/definitions/applet_app_md.Paginate"
  10640. }
  10641. }
  10642. },
  10643. "md.AliyunSmsGetTagListResp": {
  10644. "type": "object",
  10645. "properties": {
  10646. "list": {
  10647. "type": "array",
  10648. "items": {
  10649. "$ref": "#/definitions/md.TagListNode"
  10650. }
  10651. },
  10652. "paginate": {
  10653. "$ref": "#/definitions/applet_app_md.Paginate"
  10654. }
  10655. }
  10656. },
  10657. "md.ArticleCateDelReq": {
  10658. "type": "object",
  10659. "properties": {
  10660. "id": {
  10661. "type": "array",
  10662. "items": {
  10663. "type": "string"
  10664. }
  10665. }
  10666. }
  10667. },
  10668. "md.ArticleCateList": {
  10669. "type": "object",
  10670. "properties": {
  10671. "id": {
  10672. "type": "string"
  10673. },
  10674. "is_show": {
  10675. "type": "string"
  10676. },
  10677. "name": {
  10678. "type": "string"
  10679. },
  10680. "pid": {
  10681. "type": "string"
  10682. },
  10683. "sort": {
  10684. "type": "string"
  10685. }
  10686. }
  10687. },
  10688. "md.ArticleCateListReq": {
  10689. "type": "object",
  10690. "properties": {
  10691. "limit": {
  10692. "description": "每页大小",
  10693. "type": "string"
  10694. },
  10695. "page": {
  10696. "description": "页数",
  10697. "type": "string"
  10698. }
  10699. }
  10700. },
  10701. "md.ArticleCateListResp": {
  10702. "type": "object",
  10703. "properties": {
  10704. "list": {
  10705. "type": "array",
  10706. "items": {
  10707. "$ref": "#/definitions/md.ArticleCateList"
  10708. }
  10709. },
  10710. "select_data": {
  10711. "type": "array",
  10712. "items": {
  10713. "type": "object",
  10714. "additionalProperties": {
  10715. "type": "string"
  10716. }
  10717. }
  10718. },
  10719. "total": {
  10720. "type": "integer"
  10721. }
  10722. }
  10723. },
  10724. "md.ArticleCateSaveReq": {
  10725. "type": "object",
  10726. "properties": {
  10727. "id": {
  10728. "type": "string"
  10729. },
  10730. "is_show": {
  10731. "type": "string"
  10732. },
  10733. "name": {
  10734. "type": "string"
  10735. },
  10736. "pid": {
  10737. "type": "string"
  10738. },
  10739. "sort": {
  10740. "type": "string"
  10741. }
  10742. }
  10743. },
  10744. "md.ArticleDelReq": {
  10745. "type": "object",
  10746. "properties": {
  10747. "id": {
  10748. "type": "array",
  10749. "items": {
  10750. "type": "string"
  10751. }
  10752. }
  10753. }
  10754. },
  10755. "md.ArticleList": {
  10756. "type": "object",
  10757. "properties": {
  10758. "cate_id": {
  10759. "type": "string",
  10760. "example": "二级分类id"
  10761. },
  10762. "content": {
  10763. "type": "string"
  10764. },
  10765. "cover": {
  10766. "type": "string",
  10767. "example": "一级分类id=4 显示 封面图"
  10768. },
  10769. "cover_url": {
  10770. "type": "string"
  10771. },
  10772. "id": {
  10773. "type": "string"
  10774. },
  10775. "is_show": {
  10776. "type": "string"
  10777. },
  10778. "pid": {
  10779. "type": "string",
  10780. "example": "一级分类id"
  10781. },
  10782. "sort": {
  10783. "type": "string"
  10784. },
  10785. "title": {
  10786. "type": "string"
  10787. },
  10788. "url": {
  10789. "type": "string"
  10790. }
  10791. }
  10792. },
  10793. "md.ArticleListReq": {
  10794. "type": "object",
  10795. "properties": {
  10796. "limit": {
  10797. "description": "每页大小",
  10798. "type": "string"
  10799. },
  10800. "page": {
  10801. "description": "页数",
  10802. "type": "string"
  10803. }
  10804. }
  10805. },
  10806. "md.ArticleListResp": {
  10807. "type": "object",
  10808. "properties": {
  10809. "cate_data": {
  10810. "type": "array",
  10811. "items": {
  10812. "type": "object",
  10813. "additionalProperties": true
  10814. }
  10815. },
  10816. "list": {
  10817. "type": "array",
  10818. "items": {
  10819. "$ref": "#/definitions/md.ArticleList"
  10820. }
  10821. },
  10822. "select_data": {
  10823. "type": "array",
  10824. "items": {
  10825. "type": "object",
  10826. "additionalProperties": true
  10827. }
  10828. },
  10829. "total": {
  10830. "type": "integer"
  10831. }
  10832. }
  10833. },
  10834. "md.ArticleSaveReq": {
  10835. "type": "object",
  10836. "properties": {
  10837. "cate_id": {
  10838. "type": "string",
  10839. "example": "二级分类id"
  10840. },
  10841. "content": {
  10842. "type": "string"
  10843. },
  10844. "cover": {
  10845. "type": "string",
  10846. "example": "一级分类id=4 显示 封面图"
  10847. },
  10848. "id": {
  10849. "type": "string"
  10850. },
  10851. "is_show": {
  10852. "type": "string"
  10853. },
  10854. "pid": {
  10855. "type": "string",
  10856. "example": "一级分类id"
  10857. },
  10858. "sort": {
  10859. "type": "string"
  10860. },
  10861. "title": {
  10862. "type": "string"
  10863. }
  10864. }
  10865. },
  10866. "md.AuditClearReq": {
  10867. "type": "object",
  10868. "properties": {
  10869. "os": {
  10870. "type": "string",
  10871. "example": "1-安卓 2-ios"
  10872. }
  10873. }
  10874. },
  10875. "md.BalanceDetailNode": {
  10876. "type": "object",
  10877. "properties": {
  10878. "after_amount": {
  10879. "description": "变更后余额",
  10880. "type": "string"
  10881. },
  10882. "amount": {
  10883. "description": "变更数量",
  10884. "type": "string"
  10885. },
  10886. "before_amount": {
  10887. "description": "变更前余额",
  10888. "type": "string"
  10889. },
  10890. "create_at": {
  10891. "description": "创建时间",
  10892. "type": "string"
  10893. },
  10894. "id": {
  10895. "description": "记录ID",
  10896. "type": "integer"
  10897. },
  10898. "kind": {
  10899. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  10900. "type": "string"
  10901. }
  10902. }
  10903. },
  10904. "md.BasicInfoNode": {
  10905. "type": "object",
  10906. "properties": {
  10907. "avatar": {
  10908. "description": "头像",
  10909. "type": "string"
  10910. },
  10911. "levelId": {
  10912. "description": "会员等级 ID",
  10913. "type": "integer"
  10914. },
  10915. "level_name": {
  10916. "description": "会员等级名称",
  10917. "type": "string"
  10918. },
  10919. "memo": {
  10920. "description": "备注",
  10921. "type": "string"
  10922. },
  10923. "nickname": {
  10924. "description": "用户名称",
  10925. "type": "string"
  10926. },
  10927. "parent_name": {
  10928. "description": "推荐人名称",
  10929. "type": "string"
  10930. },
  10931. "parent_phone": {
  10932. "description": "推荐人手机号",
  10933. "type": "string"
  10934. },
  10935. "parent_uid": {
  10936. "description": "推荐人",
  10937. "type": "integer"
  10938. },
  10939. "password": {
  10940. "description": "登录密码",
  10941. "type": "string"
  10942. },
  10943. "phone": {
  10944. "description": "手机号",
  10945. "type": "string"
  10946. },
  10947. "sex": {
  10948. "description": "性别",
  10949. "type": "integer"
  10950. },
  10951. "state": {
  10952. "description": "账号状态 1正常,2冻结",
  10953. "type": "integer"
  10954. },
  10955. "tag": {
  10956. "description": "标签名称",
  10957. "type": "array",
  10958. "items": {
  10959. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  10960. }
  10961. },
  10962. "union_id": {
  10963. "description": "微信号",
  10964. "type": "string"
  10965. }
  10966. }
  10967. },
  10968. "md.BatchAddVirtualCoinsReq": {
  10969. "type": "object",
  10970. "properties": {
  10971. "list": {
  10972. "description": "新增的货币列表",
  10973. "type": "array",
  10974. "items": {
  10975. "$ref": "#/definitions/md.AddVirtualCoinNode"
  10976. }
  10977. }
  10978. }
  10979. },
  10980. "md.BatchSendGroupMessageReq": {
  10981. "type": "object",
  10982. "properties": {
  10983. "content": {
  10984. "description": "消息内容",
  10985. "type": "string"
  10986. },
  10987. "kind": {
  10988. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10989. "type": "integer"
  10990. },
  10991. "not_condition": {
  10992. "description": "不发送条件 群 ID 以\";\"分割",
  10993. "type": "string"
  10994. },
  10995. "send_condition": {
  10996. "description": "发送条件 群 ID 以\";\"分割",
  10997. "type": "string"
  10998. },
  10999. "send_kind": {
  11000. "description": "发送模式(1:指定群组 2:所有群组)",
  11001. "type": "integer"
  11002. }
  11003. }
  11004. },
  11005. "md.BatchSendUserMessageReq": {
  11006. "type": "object",
  11007. "properties": {
  11008. "content": {
  11009. "description": "消息内容",
  11010. "type": "string"
  11011. },
  11012. "kind": {
  11013. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  11014. "type": "integer"
  11015. },
  11016. "not_condition": {
  11017. "description": "不发送条件 用户手机号 以\";\"分割",
  11018. "type": "string"
  11019. },
  11020. "send_condition": {
  11021. "description": "发送条件 用户手机号 以\";\"分割",
  11022. "type": "string"
  11023. },
  11024. "send_kind": {
  11025. "description": "发送模式(1:所有用户 2:指定用户)",
  11026. "type": "integer"
  11027. }
  11028. }
  11029. },
  11030. "md.BindAdminRoleReq": {
  11031. "type": "object",
  11032. "required": [
  11033. "adm_id"
  11034. ],
  11035. "properties": {
  11036. "adm_id": {
  11037. "type": "integer"
  11038. },
  11039. "role_ids": {
  11040. "type": "array",
  11041. "items": {
  11042. "type": "integer"
  11043. }
  11044. }
  11045. }
  11046. },
  11047. "md.CertificateDelReq": {
  11048. "type": "object",
  11049. "properties": {
  11050. "id": {
  11051. "type": "array",
  11052. "items": {
  11053. "type": "string"
  11054. }
  11055. }
  11056. }
  11057. },
  11058. "md.CertificateList": {
  11059. "type": "object",
  11060. "properties": {
  11061. "bg_img": {
  11062. "type": "string",
  11063. "example": "背景图"
  11064. },
  11065. "end_time": {
  11066. "type": "string",
  11067. "example": "结束时间"
  11068. },
  11069. "id": {
  11070. "type": "string"
  11071. },
  11072. "logo": {
  11073. "type": "string",
  11074. "example": "logo"
  11075. },
  11076. "medal": {
  11077. "type": "string",
  11078. "example": "勋章"
  11079. },
  11080. "name": {
  11081. "type": "string",
  11082. "example": "姓名"
  11083. },
  11084. "name_icon": {
  11085. "type": "string",
  11086. "example": "蛋蛋星球文字图"
  11087. },
  11088. "no": {
  11089. "type": "string",
  11090. "example": "编号"
  11091. },
  11092. "phone": {
  11093. "type": "string"
  11094. },
  11095. "seal": {
  11096. "type": "string",
  11097. "example": "印章"
  11098. },
  11099. "start_time": {
  11100. "type": "string",
  11101. "example": "开始时间"
  11102. },
  11103. "uid": {
  11104. "type": "string"
  11105. }
  11106. }
  11107. },
  11108. "md.CertificateListReq": {
  11109. "type": "object",
  11110. "properties": {
  11111. "limit": {
  11112. "type": "string"
  11113. },
  11114. "page": {
  11115. "type": "string"
  11116. },
  11117. "phone": {
  11118. "type": "string"
  11119. },
  11120. "uid": {
  11121. "type": "string"
  11122. }
  11123. }
  11124. },
  11125. "md.CertificateListResp": {
  11126. "type": "object",
  11127. "properties": {
  11128. "list": {
  11129. "type": "array",
  11130. "items": {
  11131. "$ref": "#/definitions/md.CertificateList"
  11132. }
  11133. },
  11134. "total": {
  11135. "type": "integer"
  11136. }
  11137. }
  11138. },
  11139. "md.CertificateReq": {
  11140. "type": "object",
  11141. "properties": {
  11142. "no": {
  11143. "type": "string",
  11144. "example": "DD123"
  11145. }
  11146. }
  11147. },
  11148. "md.CertificateResp": {
  11149. "type": "object",
  11150. "properties": {
  11151. "bg_img": {
  11152. "type": "string",
  11153. "example": "背景图"
  11154. },
  11155. "end_time": {
  11156. "type": "string",
  11157. "example": "结束时间"
  11158. },
  11159. "logo": {
  11160. "type": "string",
  11161. "example": "logo"
  11162. },
  11163. "medal": {
  11164. "type": "string",
  11165. "example": "勋章"
  11166. },
  11167. "name": {
  11168. "type": "string",
  11169. "example": "姓名"
  11170. },
  11171. "name_icon": {
  11172. "type": "string",
  11173. "example": "蛋蛋星球文字图"
  11174. },
  11175. "no": {
  11176. "type": "string",
  11177. "example": "编号"
  11178. },
  11179. "seal": {
  11180. "type": "string",
  11181. "example": "印章"
  11182. },
  11183. "start_time": {
  11184. "type": "string",
  11185. "example": "开始时间"
  11186. }
  11187. }
  11188. },
  11189. "md.CertificateSave": {
  11190. "type": "object",
  11191. "properties": {
  11192. "end_time": {
  11193. "type": "string",
  11194. "example": "结束时间"
  11195. },
  11196. "id": {
  11197. "type": "string"
  11198. },
  11199. "name": {
  11200. "type": "string",
  11201. "example": "姓名"
  11202. },
  11203. "no": {
  11204. "type": "string",
  11205. "example": "编号"
  11206. },
  11207. "start_time": {
  11208. "type": "string",
  11209. "example": "开始时间"
  11210. },
  11211. "uid": {
  11212. "type": "string"
  11213. }
  11214. }
  11215. },
  11216. "md.CloudBundleBaseResp": {
  11217. "type": "object",
  11218. "properties": {
  11219. "android_logo": {
  11220. "type": "string"
  11221. },
  11222. "ios_logo": {
  11223. "type": "string"
  11224. },
  11225. "launch_screen": {
  11226. "type": "object",
  11227. "additionalProperties": {
  11228. "type": "string"
  11229. }
  11230. }
  11231. }
  11232. },
  11233. "md.CloudBundleBuildReq": {
  11234. "type": "object",
  11235. "properties": {
  11236. "bit": {
  11237. "type": "array",
  11238. "items": {
  11239. "type": "string"
  11240. }
  11241. },
  11242. "isCombine": {
  11243. "type": "string"
  11244. },
  11245. "memo": {
  11246. "type": "string"
  11247. },
  11248. "os": {
  11249. "type": "string"
  11250. },
  11251. "platform": {
  11252. "type": "array",
  11253. "items": {
  11254. "type": "string"
  11255. }
  11256. },
  11257. "version": {
  11258. "type": "string"
  11259. }
  11260. }
  11261. },
  11262. "md.CloudBundleDelReq": {
  11263. "type": "object",
  11264. "properties": {
  11265. "ids": {
  11266. "type": "array",
  11267. "items": {
  11268. "type": "string"
  11269. }
  11270. }
  11271. }
  11272. },
  11273. "md.CloudBundleImgResp": {
  11274. "type": "object",
  11275. "properties": {
  11276. "android_logo": {
  11277. "type": "string"
  11278. },
  11279. "android_logo_url": {
  11280. "type": "string"
  11281. },
  11282. "build_1080_2280": {
  11283. "type": "string"
  11284. },
  11285. "build_1080_2280_url": {
  11286. "type": "string"
  11287. },
  11288. "build_1125_2436": {
  11289. "type": "string"
  11290. },
  11291. "build_1125_2436_url": {
  11292. "type": "string"
  11293. },
  11294. "build_1242_2208": {
  11295. "type": "string"
  11296. },
  11297. "build_1242_2208_url": {
  11298. "type": "string"
  11299. },
  11300. "build_640_1136": {
  11301. "type": "string"
  11302. },
  11303. "build_640_1136_url": {
  11304. "type": "string"
  11305. },
  11306. "build_640_960": {
  11307. "type": "string"
  11308. },
  11309. "build_640_960_url": {
  11310. "type": "string"
  11311. },
  11312. "build_720_1280": {
  11313. "type": "string"
  11314. },
  11315. "build_720_1280_url": {
  11316. "type": "string"
  11317. },
  11318. "build_750_1334": {
  11319. "type": "string"
  11320. },
  11321. "build_750_1334_url": {
  11322. "type": "string"
  11323. },
  11324. "guide": {
  11325. "type": "array",
  11326. "items": {
  11327. "$ref": "#/definitions/md.Guide"
  11328. }
  11329. },
  11330. "ios_logo": {
  11331. "type": "string"
  11332. },
  11333. "ios_logo_url": {
  11334. "type": "string"
  11335. }
  11336. }
  11337. },
  11338. "md.CloudBundleList": {
  11339. "type": "object",
  11340. "properties": {
  11341. "apply_at": {
  11342. "type": "string"
  11343. },
  11344. "bit": {
  11345. "type": "string"
  11346. },
  11347. "build_id": {
  11348. "type": "string"
  11349. },
  11350. "finish_at": {
  11351. "type": "string"
  11352. },
  11353. "id": {
  11354. "type": "string"
  11355. },
  11356. "is_auditing": {
  11357. "type": "string"
  11358. },
  11359. "is_combine": {
  11360. "type": "string"
  11361. },
  11362. "memo": {
  11363. "type": "string"
  11364. },
  11365. "os": {
  11366. "type": "string"
  11367. },
  11368. "platform": {
  11369. "type": "string"
  11370. },
  11371. "src": {
  11372. "type": "string"
  11373. },
  11374. "state": {
  11375. "type": "string"
  11376. },
  11377. "version": {
  11378. "type": "string"
  11379. }
  11380. }
  11381. },
  11382. "md.CloudBundleReq": {
  11383. "type": "object",
  11384. "properties": {
  11385. "limit": {
  11386. "description": "每页大小",
  11387. "type": "string"
  11388. },
  11389. "page": {
  11390. "description": "页数",
  11391. "type": "string"
  11392. }
  11393. }
  11394. },
  11395. "md.CloudBundleResp": {
  11396. "type": "object",
  11397. "properties": {
  11398. "last_android": {
  11399. "type": "string"
  11400. },
  11401. "last_bit": {
  11402. "type": "string"
  11403. },
  11404. "last_is_combine": {
  11405. "type": "string"
  11406. },
  11407. "last_platform": {
  11408. "type": "array",
  11409. "items": {
  11410. "type": "string"
  11411. }
  11412. },
  11413. "list": {
  11414. "type": "array",
  11415. "items": {
  11416. "$ref": "#/definitions/md.CloudBundleList"
  11417. }
  11418. },
  11419. "list_ios": {
  11420. "type": "string"
  11421. },
  11422. "select_data": {
  11423. "type": "array",
  11424. "items": {
  11425. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11426. }
  11427. },
  11428. "total": {
  11429. "type": "integer"
  11430. }
  11431. }
  11432. },
  11433. "md.CloudBundleUpdateStateReq": {
  11434. "type": "object",
  11435. "properties": {
  11436. "build_id": {
  11437. "type": "string"
  11438. },
  11439. "build_number": {
  11440. "type": "string"
  11441. },
  11442. "error_msg": {
  11443. "type": "string"
  11444. },
  11445. "id": {
  11446. "type": "string"
  11447. },
  11448. "src": {
  11449. "type": "string"
  11450. },
  11451. "state": {
  11452. "type": "string"
  11453. }
  11454. }
  11455. },
  11456. "md.CloudBundleVersion": {
  11457. "type": "object",
  11458. "properties": {
  11459. "content": {
  11460. "type": "string"
  11461. },
  11462. "img": {
  11463. "type": "string"
  11464. },
  11465. "img_url": {
  11466. "type": "string"
  11467. },
  11468. "is_must": {
  11469. "type": "string"
  11470. },
  11471. "name": {
  11472. "type": "string"
  11473. },
  11474. "type": {
  11475. "type": "string"
  11476. },
  11477. "url": {
  11478. "type": "string"
  11479. },
  11480. "version": {
  11481. "type": "string"
  11482. }
  11483. }
  11484. },
  11485. "md.CloudBundleVersionMap": {
  11486. "type": "object",
  11487. "properties": {
  11488. "img": {
  11489. "type": "string"
  11490. },
  11491. "name": {
  11492. "type": "string"
  11493. },
  11494. "type": {
  11495. "type": "string"
  11496. }
  11497. }
  11498. },
  11499. "md.CloudBundleVersionResp": {
  11500. "type": "object",
  11501. "properties": {
  11502. "version": {
  11503. "type": "array",
  11504. "items": {
  11505. "$ref": "#/definitions/md.CloudBundleVersion"
  11506. }
  11507. }
  11508. }
  11509. },
  11510. "md.CommReq": {
  11511. "type": "object",
  11512. "properties": {
  11513. "id": {
  11514. "type": "string"
  11515. }
  11516. }
  11517. },
  11518. "md.ConfigResp": {
  11519. "type": "object",
  11520. "properties": {
  11521. "oss_url": {
  11522. "type": "string",
  11523. "example": "阿里云图片链接"
  11524. }
  11525. }
  11526. },
  11527. "md.DailyActivityAnalysisTopData": {
  11528. "type": "object",
  11529. "properties": {
  11530. "activity_count": {
  11531. "description": "子节点活跃天数",
  11532. "type": "integer"
  11533. },
  11534. "team_activity_user_count": {
  11535. "description": "子节点活跃人数",
  11536. "type": "integer"
  11537. },
  11538. "team_user_count": {
  11539. "description": "团队人数",
  11540. "type": "integer"
  11541. }
  11542. }
  11543. },
  11544. "md.DataSetting": {
  11545. "type": "object",
  11546. "properties": {
  11547. "total_angel_investor": {
  11548. "description": "天使投资人",
  11549. "type": "string",
  11550. "example": "天使投资人"
  11551. },
  11552. "total_ecological_development": {
  11553. "description": "生态建设",
  11554. "type": "string",
  11555. "example": "当前价格"
  11556. },
  11557. "total_issuance_amount": {
  11558. "description": "总发行量",
  11559. "type": "string",
  11560. "example": "总发行量"
  11561. },
  11562. "total_operate_fund": {
  11563. "description": "运营资金",
  11564. "type": "string",
  11565. "example": "运营资金"
  11566. },
  11567. "total_team_dividends": {
  11568. "description": "团队分红",
  11569. "type": "string",
  11570. "example": "团队分红"
  11571. },
  11572. "total_technology_team": {
  11573. "description": "技术团队",
  11574. "type": "string",
  11575. "example": "技术团队"
  11576. },
  11577. "total_user_for_person": {
  11578. "description": "个人区域",
  11579. "type": "string",
  11580. "example": "个人区域"
  11581. },
  11582. "total_user_for_team": {
  11583. "description": "团队区域",
  11584. "type": "string",
  11585. "example": "团队区域"
  11586. }
  11587. }
  11588. },
  11589. "md.DeleteBlackListReq": {
  11590. "type": "object",
  11591. "properties": {
  11592. "id": {
  11593. "description": "黑名单 id",
  11594. "type": "integer"
  11595. }
  11596. }
  11597. },
  11598. "md.DeleteDynamicReq": {
  11599. "type": "object",
  11600. "properties": {
  11601. "index_id": {
  11602. "description": "动态id",
  11603. "type": "string"
  11604. }
  11605. }
  11606. },
  11607. "md.DeleteEmoticonReq": {
  11608. "type": "object",
  11609. "properties": {
  11610. "id": {
  11611. "description": "拥有用户数量",
  11612. "type": "integer"
  11613. }
  11614. }
  11615. },
  11616. "md.DeleteFreePublishUserReq": {
  11617. "type": "object",
  11618. "properties": {
  11619. "uid": {
  11620. "type": "string"
  11621. }
  11622. }
  11623. },
  11624. "md.DeleteLevelReq": {
  11625. "type": "object",
  11626. "properties": {
  11627. "level_id": {
  11628. "type": "string"
  11629. }
  11630. }
  11631. },
  11632. "md.DeleteTagReq": {
  11633. "type": "object",
  11634. "properties": {
  11635. "tag_id": {
  11636. "description": "标签 ID",
  11637. "type": "string"
  11638. }
  11639. }
  11640. },
  11641. "md.DeleteTaskReq": {
  11642. "type": "object",
  11643. "properties": {
  11644. "task_id": {
  11645. "type": "string"
  11646. }
  11647. }
  11648. },
  11649. "md.DestructionSettingStruct": {
  11650. "type": "object",
  11651. "properties": {
  11652. "community_dividends": {
  11653. "description": "社区分红百分比",
  11654. "type": "string"
  11655. },
  11656. "destruction_quantity": {
  11657. "description": "销毁百分比",
  11658. "type": "string"
  11659. },
  11660. "development_committee": {
  11661. "description": "发展委员会百分比",
  11662. "type": "string"
  11663. },
  11664. "marketplace_merchant": {
  11665. "description": "市商数量百分比",
  11666. "type": "string"
  11667. },
  11668. "public_welfare_and_charity": {
  11669. "description": "公益慈善百分比",
  11670. "type": "string"
  11671. },
  11672. "star_level_dividends": {
  11673. "description": "星级分红百分比",
  11674. "type": "string"
  11675. }
  11676. }
  11677. },
  11678. "md.DirectPushRewardSettingStruct": {
  11679. "type": "object",
  11680. "properties": {
  11681. "member_self_is_open_get_team_reward": {
  11682. "description": "会员是否活跃得到团队奖励",
  11683. "type": "string"
  11684. },
  11685. "reward_rate_value": {
  11686. "description": "奖励百分比",
  11687. "type": "string"
  11688. }
  11689. }
  11690. },
  11691. "md.DynamicDataFlowListReq": {
  11692. "type": "object",
  11693. "properties": {
  11694. "end_at": {
  11695. "description": "结束时间",
  11696. "type": "string",
  11697. "example": "结束时间"
  11698. },
  11699. "kind": {
  11700. "description": "持有类型",
  11701. "type": "integer"
  11702. },
  11703. "page": {
  11704. "description": "页数",
  11705. "type": "integer"
  11706. },
  11707. "page_size": {
  11708. "description": "每页大小",
  11709. "type": "integer"
  11710. },
  11711. "start_at": {
  11712. "description": "开始时间",
  11713. "type": "string",
  11714. "example": "开始时间"
  11715. }
  11716. }
  11717. },
  11718. "md.DynamicDataFlowListResp": {
  11719. "type": "object",
  11720. "properties": {
  11721. "kind_list": {
  11722. "description": "类型列表",
  11723. "type": "array",
  11724. "items": {
  11725. "type": "object",
  11726. "additionalProperties": true
  11727. }
  11728. },
  11729. "list": {
  11730. "description": "动态数据流水列表",
  11731. "type": "array",
  11732. "items": {
  11733. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  11734. }
  11735. },
  11736. "paginate": {
  11737. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11738. }
  11739. }
  11740. },
  11741. "md.DynamicRespNode": {
  11742. "type": "object",
  11743. "properties": {
  11744. "content": {
  11745. "description": "文本内容",
  11746. "type": "string"
  11747. },
  11748. "created_at": {
  11749. "type": "string"
  11750. },
  11751. "image": {
  11752. "description": "图片",
  11753. "type": "array",
  11754. "items": {
  11755. "type": "string"
  11756. }
  11757. },
  11758. "index_id": {
  11759. "description": "动态id",
  11760. "type": "string"
  11761. },
  11762. "is_praise": {
  11763. "description": "是否被表扬(1:是 2:否)",
  11764. "type": "integer"
  11765. },
  11766. "is_top_up": {
  11767. "description": "是否置顶(1:是 2:否)",
  11768. "type": "integer"
  11769. },
  11770. "kind": {
  11771. "description": "类型(1:普通 2:官方)",
  11772. "type": "integer"
  11773. },
  11774. "state": {
  11775. "description": "状态(1:正常 2:隐藏)",
  11776. "type": "integer"
  11777. },
  11778. "uid": {
  11779. "description": "用户id",
  11780. "type": "integer"
  11781. },
  11782. "updated_at": {
  11783. "type": "string"
  11784. },
  11785. "username": {
  11786. "description": "用户名称",
  11787. "type": "string"
  11788. },
  11789. "video": {
  11790. "description": "视频",
  11791. "type": "array",
  11792. "items": {
  11793. "type": "string"
  11794. }
  11795. }
  11796. }
  11797. },
  11798. "md.EggEnergyAvailableEnergyFlow": {
  11799. "type": "object",
  11800. "properties": {
  11801. "after_community_dividends": {
  11802. "description": "变更后-社区分红区块币数量",
  11803. "type": "string"
  11804. },
  11805. "after_destruction_quantity_values": {
  11806. "description": "变更后-销毁区块币数量",
  11807. "type": "string"
  11808. },
  11809. "after_development_committee_values": {
  11810. "description": "变更后-发展委员会区块币数量",
  11811. "type": "string"
  11812. },
  11813. "after_marketplace_merchant_fund_values": {
  11814. "description": "变更后-市商资金值",
  11815. "type": "string"
  11816. },
  11817. "after_marketplace_merchant_values": {
  11818. "description": "变更后-市商区块币数量",
  11819. "type": "string"
  11820. },
  11821. "after_now_energy_total_nums": {
  11822. "description": "变更后-现行总量",
  11823. "type": "string"
  11824. },
  11825. "after_planet_total_value": {
  11826. "description": "变更后-星球总价值",
  11827. "type": "string"
  11828. },
  11829. "after_price": {
  11830. "description": "变更后-价格",
  11831. "type": "string"
  11832. },
  11833. "after_public_welfare_and_charity_values": {
  11834. "description": "变更后-公益慈善区块币数量",
  11835. "type": "string"
  11836. },
  11837. "after_star_level_dividends_values": {
  11838. "description": "变更后-星级分红区块币数量",
  11839. "type": "string"
  11840. },
  11841. "amount": {
  11842. "description": "变更数量",
  11843. "type": "string"
  11844. },
  11845. "before_community_dividends": {
  11846. "description": "变更前-社区分红区块币数量",
  11847. "type": "string"
  11848. },
  11849. "before_destruction_quantity_values": {
  11850. "description": "变更前-销毁区块币数量",
  11851. "type": "string"
  11852. },
  11853. "before_development_committee_values": {
  11854. "description": "变更前-发展委员会区块币数量",
  11855. "type": "string"
  11856. },
  11857. "before_marketplace_merchant_fund_values": {
  11858. "description": "变更前-市商资金值",
  11859. "type": "string"
  11860. },
  11861. "before_marketplace_merchant_values": {
  11862. "description": "变更前-市商区块币数量",
  11863. "type": "string"
  11864. },
  11865. "before_now_energy_total_nums": {
  11866. "description": "变更前-现行总量",
  11867. "type": "string"
  11868. },
  11869. "before_planet_total_value": {
  11870. "description": "变更前-星球总价值",
  11871. "type": "string"
  11872. },
  11873. "before_price": {
  11874. "description": "变更前-价格",
  11875. "type": "string"
  11876. },
  11877. "before_public_welfare_and_charity_values": {
  11878. "description": "变更前-公益慈善区块币数量",
  11879. "type": "string"
  11880. },
  11881. "before_star_level_dividends_values": {
  11882. "description": "变更前-星级分红区块币数量",
  11883. "type": "string"
  11884. },
  11885. "create_time": {
  11886. "description": "创建时间",
  11887. "type": "string"
  11888. },
  11889. "id": {
  11890. "type": "integer"
  11891. },
  11892. "kind": {
  11893. "description": "种类",
  11894. "type": "integer"
  11895. },
  11896. "title": {
  11897. "description": "标题",
  11898. "type": "string"
  11899. }
  11900. }
  11901. },
  11902. "md.EggEnergyCommunityDividends": {
  11903. "type": "object",
  11904. "properties": {
  11905. "amount": {
  11906. "description": "分红数量",
  11907. "type": "string"
  11908. },
  11909. "coin_id": {
  11910. "description": "虚拟币 id",
  11911. "type": "integer"
  11912. },
  11913. "create_at": {
  11914. "description": "分红时间",
  11915. "type": "string"
  11916. },
  11917. "id": {
  11918. "type": "integer"
  11919. },
  11920. "is_over": {
  11921. "description": "是否分红完毕",
  11922. "type": "integer"
  11923. },
  11924. "name": {
  11925. "type": "string",
  11926. "example": "名称"
  11927. },
  11928. "persons_num": {
  11929. "description": "分红人数",
  11930. "type": "integer"
  11931. },
  11932. "update_at": {
  11933. "type": "string"
  11934. }
  11935. }
  11936. },
  11937. "md.EggEnergyCommunityDividendsWithUser": {
  11938. "type": "object",
  11939. "properties": {
  11940. "id": {
  11941. "type": "integer"
  11942. },
  11943. "memo": {
  11944. "type": "string",
  11945. "example": "备注"
  11946. },
  11947. "nickname": {
  11948. "type": "string"
  11949. },
  11950. "phone": {
  11951. "type": "string"
  11952. },
  11953. "uid": {
  11954. "type": "integer"
  11955. }
  11956. }
  11957. },
  11958. "md.EggPointCoefficientBatchAddReq": {
  11959. "type": "object",
  11960. "properties": {
  11961. "list": {
  11962. "description": "系数管理列表",
  11963. "type": "array",
  11964. "items": {
  11965. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11966. }
  11967. }
  11968. }
  11969. },
  11970. "md.EggPointCoefficientDelReq": {
  11971. "type": "object",
  11972. "required": [
  11973. "id"
  11974. ],
  11975. "properties": {
  11976. "id": {
  11977. "description": "需要删除范围的id",
  11978. "type": "string"
  11979. }
  11980. }
  11981. },
  11982. "md.EggPointCoefficientGetResp": {
  11983. "type": "object",
  11984. "properties": {
  11985. "list": {
  11986. "type": "array",
  11987. "items": {
  11988. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11989. }
  11990. }
  11991. }
  11992. },
  11993. "md.EggPointCoefficientNode": {
  11994. "type": "object",
  11995. "properties": {
  11996. "coefficient": {
  11997. "description": "系数",
  11998. "type": "string"
  11999. },
  12000. "end_score": {
  12001. "description": "截止分值",
  12002. "type": "string"
  12003. },
  12004. "id": {
  12005. "type": "integer"
  12006. },
  12007. "start_score": {
  12008. "description": "起始分值",
  12009. "type": "string"
  12010. }
  12011. }
  12012. },
  12013. "md.EggPointCoefficientUpdateReq": {
  12014. "type": "object",
  12015. "required": [
  12016. "id"
  12017. ],
  12018. "properties": {
  12019. "coefficient": {
  12020. "description": "系数",
  12021. "type": "string"
  12022. },
  12023. "end_score": {
  12024. "description": "截止分值",
  12025. "type": "string"
  12026. },
  12027. "id": {
  12028. "description": "需要修改范围的id",
  12029. "type": "string"
  12030. },
  12031. "start_score": {
  12032. "description": "起始分值",
  12033. "type": "string"
  12034. }
  12035. }
  12036. },
  12037. "md.ExchangeRulesStruct": {
  12038. "type": "object",
  12039. "properties": {
  12040. "auto_exchange_nums_by_person": {
  12041. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  12042. "type": "string"
  12043. },
  12044. "auto_exchange_nums_by_team": {
  12045. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  12046. "type": "string"
  12047. },
  12048. "auto_exchange_rate_by_person": {
  12049. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  12050. "type": "string"
  12051. },
  12052. "auto_exchange_rate_by_team": {
  12053. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  12054. "type": "string"
  12055. }
  12056. }
  12057. },
  12058. "md.ExchangeUserPositionReq": {
  12059. "type": "object",
  12060. "properties": {
  12061. "position_1": {
  12062. "description": "位置1,具体值取返回数据中的 system_id",
  12063. "type": "integer"
  12064. },
  12065. "position_2": {
  12066. "description": "位置2,具体值取返回数据中的 system_id",
  12067. "type": "integer"
  12068. }
  12069. }
  12070. },
  12071. "md.FansNode": {
  12072. "type": "object",
  12073. "properties": {
  12074. "amount": {
  12075. "description": "可提现余额",
  12076. "type": "string"
  12077. },
  12078. "id": {
  12079. "description": "用户ID",
  12080. "type": "integer"
  12081. },
  12082. "level_total": {
  12083. "description": "所属代数",
  12084. "type": "integer"
  12085. },
  12086. "nickname": {
  12087. "type": "string",
  12088. "example": "用户昵称"
  12089. },
  12090. "phone": {
  12091. "type": "string",
  12092. "example": "手机号"
  12093. },
  12094. "register_at": {
  12095. "description": "注册时间",
  12096. "type": "string"
  12097. },
  12098. "total_income": {
  12099. "description": "累计收益",
  12100. "type": "string"
  12101. }
  12102. }
  12103. },
  12104. "md.FindSubUserRelationshipMapResp": {
  12105. "type": "object",
  12106. "properties": {
  12107. "basic_setting": {
  12108. "description": "公排设置",
  12109. "allOf": [
  12110. {
  12111. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  12112. }
  12113. ]
  12114. },
  12115. "search_uid": {
  12116. "description": "查找的用户 ID",
  12117. "type": "string"
  12118. },
  12119. "sub_user": {
  12120. "description": "上级用户信息",
  12121. "allOf": [
  12122. {
  12123. "$ref": "#/definitions/md.SubUser"
  12124. }
  12125. ]
  12126. }
  12127. }
  12128. },
  12129. "md.FirstWithdrawSet": {
  12130. "type": "object",
  12131. "properties": {
  12132. "first_withdraw_amount_limit": {
  12133. "description": "不需要实名时 最大提现金额",
  12134. "type": "string"
  12135. },
  12136. "is_need_real_name": {
  12137. "description": "是否需要实名(0:不需要,1:需要)",
  12138. "type": "integer"
  12139. }
  12140. }
  12141. },
  12142. "md.FreePublishUserNode": {
  12143. "type": "object",
  12144. "properties": {
  12145. "nickname": {
  12146. "type": "string",
  12147. "example": "昵称"
  12148. },
  12149. "phone": {
  12150. "type": "string",
  12151. "example": "手机号"
  12152. },
  12153. "uid": {
  12154. "type": "integer"
  12155. }
  12156. }
  12157. },
  12158. "md.FundDataNode": {
  12159. "type": "object",
  12160. "properties": {
  12161. "balance_amount": {
  12162. "description": "余额",
  12163. "type": "string"
  12164. },
  12165. "balance_times": {
  12166. "description": "剩余执行次数",
  12167. "type": "integer"
  12168. },
  12169. "create_at": {
  12170. "description": "创建时间",
  12171. "type": "string"
  12172. },
  12173. "hours": {
  12174. "description": "时长",
  12175. "type": "integer"
  12176. },
  12177. "kind": {
  12178. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  12179. "type": "integer"
  12180. },
  12181. "memo": {
  12182. "description": "备注",
  12183. "type": "string"
  12184. },
  12185. "system_id": {
  12186. "type": "integer"
  12187. },
  12188. "total_amount": {
  12189. "description": "金额",
  12190. "type": "string"
  12191. }
  12192. }
  12193. },
  12194. "md.FundDataRecordNode": {
  12195. "type": "object",
  12196. "properties": {
  12197. "after_planet_total_value": {
  12198. "description": "执行后-星球价值",
  12199. "type": "string"
  12200. },
  12201. "after_price": {
  12202. "description": "执行后-价格",
  12203. "type": "string"
  12204. },
  12205. "balance_amount": {
  12206. "description": "余额",
  12207. "type": "string"
  12208. },
  12209. "balance_times": {
  12210. "description": "剩余执行次数",
  12211. "type": "integer"
  12212. },
  12213. "before_planet_total_value": {
  12214. "description": "执行前-星球价值",
  12215. "type": "string"
  12216. },
  12217. "before_price": {
  12218. "description": "执行前-价格",
  12219. "type": "string"
  12220. },
  12221. "create_at": {
  12222. "type": "string"
  12223. },
  12224. "total_amount": {
  12225. "description": "金额",
  12226. "type": "string"
  12227. }
  12228. }
  12229. },
  12230. "md.GetActivePointsUserCoinFlowListReq": {
  12231. "type": "object",
  12232. "properties": {
  12233. "coin_id": {
  12234. "description": "货币类型 ID",
  12235. "type": "integer"
  12236. },
  12237. "direction": {
  12238. "description": "流水方向:1收入 2支出",
  12239. "type": "integer"
  12240. },
  12241. "end_at": {
  12242. "description": "结束时间",
  12243. "type": "string"
  12244. },
  12245. "page": {
  12246. "description": "页数",
  12247. "type": "integer"
  12248. },
  12249. "page_size": {
  12250. "description": "每页大小",
  12251. "type": "integer"
  12252. },
  12253. "start_at": {
  12254. "description": "开始时间",
  12255. "type": "string"
  12256. },
  12257. "uid": {
  12258. "description": "用户 ID",
  12259. "type": "integer"
  12260. }
  12261. }
  12262. },
  12263. "md.GetActivePointsUserCoinFlowListResp": {
  12264. "type": "object",
  12265. "properties": {
  12266. "list": {
  12267. "description": "流水信息",
  12268. "type": "array",
  12269. "items": {
  12270. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12271. }
  12272. },
  12273. "paginate": {
  12274. "description": "分页信息",
  12275. "allOf": [
  12276. {
  12277. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12278. }
  12279. ]
  12280. },
  12281. "select_data": {
  12282. "description": "流水类型",
  12283. "allOf": [
  12284. {
  12285. "$ref": "#/definitions/md.SelectData"
  12286. }
  12287. ]
  12288. }
  12289. }
  12290. },
  12291. "md.GetActivePointsUserCoinListReq": {
  12292. "type": "object",
  12293. "properties": {
  12294. "end_coin": {
  12295. "type": "string",
  12296. "example": "最大金额"
  12297. },
  12298. "kind": {
  12299. "description": "虚拟币种类编号",
  12300. "type": "integer"
  12301. },
  12302. "page": {
  12303. "description": "页数",
  12304. "type": "integer"
  12305. },
  12306. "page_size": {
  12307. "description": "单页大小",
  12308. "type": "integer"
  12309. },
  12310. "start_coin": {
  12311. "type": "string",
  12312. "example": "最小金额"
  12313. },
  12314. "uid": {
  12315. "description": "指定查询用户 ID",
  12316. "type": "integer"
  12317. },
  12318. "user_name": {
  12319. "type": "string",
  12320. "example": "用户名称"
  12321. },
  12322. "user_phone": {
  12323. "type": "string",
  12324. "example": "手机号"
  12325. }
  12326. }
  12327. },
  12328. "md.GetActivePointsUserCoinListResp": {
  12329. "type": "object",
  12330. "properties": {
  12331. "kind_list": {
  12332. "description": "货币类型集合",
  12333. "type": "array",
  12334. "items": {
  12335. "$ref": "#/definitions/md.VirtualCoinListNode"
  12336. }
  12337. },
  12338. "list": {
  12339. "description": "余额集合",
  12340. "type": "array",
  12341. "items": {
  12342. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12343. }
  12344. },
  12345. "sum_user_amount": {
  12346. "description": "用户持有总数",
  12347. "type": "number"
  12348. },
  12349. "total": {
  12350. "description": "持有该类型用户数",
  12351. "type": "integer"
  12352. }
  12353. }
  12354. },
  12355. "md.GetBlackListNode": {
  12356. "type": "object",
  12357. "properties": {
  12358. "admin_id": {
  12359. "description": "管理员 id",
  12360. "type": "integer"
  12361. },
  12362. "admin_nickname": {
  12363. "description": "管理员名称",
  12364. "type": "string"
  12365. },
  12366. "black_list_id": {
  12367. "description": "黑名单 id",
  12368. "type": "integer"
  12369. },
  12370. "created_at": {
  12371. "description": "添加时间",
  12372. "type": "string"
  12373. },
  12374. "memo": {
  12375. "description": "备注",
  12376. "type": "string"
  12377. },
  12378. "uid": {
  12379. "description": "用户 id",
  12380. "type": "integer"
  12381. },
  12382. "user_nickname": {
  12383. "description": "用户名称",
  12384. "type": "string"
  12385. }
  12386. }
  12387. },
  12388. "md.GetBlackListResp": {
  12389. "type": "object",
  12390. "properties": {
  12391. "list": {
  12392. "description": "具体信息",
  12393. "type": "array",
  12394. "items": {
  12395. "$ref": "#/definitions/md.GetBlackListNode"
  12396. }
  12397. },
  12398. "paginate": {
  12399. "description": "分页信息",
  12400. "allOf": [
  12401. {
  12402. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12403. }
  12404. ]
  12405. }
  12406. }
  12407. },
  12408. "md.GetContributionValueBasicSettingResp": {
  12409. "type": "object",
  12410. "properties": {
  12411. "hand_out_red_package": {
  12412. "description": "发红包获得x点",
  12413. "type": "integer"
  12414. },
  12415. "id": {
  12416. "type": "integer"
  12417. },
  12418. "posting_comment_liked": {
  12419. "description": "发布评论被官方点赞获得x点",
  12420. "type": "integer"
  12421. },
  12422. "posting_dynamic_liked": {
  12423. "description": "发布动态被官方点赞获得x点",
  12424. "type": "integer"
  12425. },
  12426. "publish_creation": {
  12427. "description": "发布创作获得x点",
  12428. "type": "integer"
  12429. }
  12430. }
  12431. },
  12432. "md.GetDynamicReq": {
  12433. "type": "object",
  12434. "properties": {
  12435. "begin_at": {
  12436. "description": "开始时间",
  12437. "type": "string"
  12438. },
  12439. "end_at": {
  12440. "description": "结束时间",
  12441. "type": "string"
  12442. },
  12443. "limit": {
  12444. "description": "页面大小",
  12445. "type": "integer"
  12446. },
  12447. "nickname": {
  12448. "description": "创建人名称",
  12449. "type": "string"
  12450. },
  12451. "page": {
  12452. "description": "页数",
  12453. "type": "integer"
  12454. },
  12455. "uid": {
  12456. "description": "创建人id",
  12457. "type": "string"
  12458. }
  12459. }
  12460. },
  12461. "md.GetDynamicResp": {
  12462. "type": "object",
  12463. "properties": {
  12464. "list": {
  12465. "type": "array",
  12466. "items": {
  12467. "$ref": "#/definitions/md.DynamicRespNode"
  12468. }
  12469. },
  12470. "paginate": {
  12471. "description": "分页信息",
  12472. "allOf": [
  12473. {
  12474. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12475. }
  12476. ]
  12477. }
  12478. }
  12479. },
  12480. "md.GetEggCoreDataListResp": {
  12481. "type": "object",
  12482. "properties": {
  12483. "now_energy_total_nums": {
  12484. "description": "现行总量",
  12485. "type": "string",
  12486. "example": "现行总量"
  12487. },
  12488. "now_price": {
  12489. "description": "当前价格",
  12490. "type": "string",
  12491. "example": "当前价格"
  12492. },
  12493. "planet_total_value": {
  12494. "description": "星球价值",
  12495. "type": "string",
  12496. "example": "星球价值"
  12497. },
  12498. "user_hold_total_nums": {
  12499. "description": "用户持有总量",
  12500. "type": "string"
  12501. }
  12502. }
  12503. },
  12504. "md.GetEggEnergyBasicResp": {
  12505. "type": "object",
  12506. "properties": {
  12507. "basic_setting": {
  12508. "description": "基础设置",
  12509. "allOf": [
  12510. {
  12511. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12512. }
  12513. ]
  12514. },
  12515. "data_setting": {
  12516. "description": "数据设置",
  12517. "allOf": [
  12518. {
  12519. "$ref": "#/definitions/md.DataSetting"
  12520. }
  12521. ]
  12522. },
  12523. "destruction_setting": {
  12524. "description": "销毁设置",
  12525. "allOf": [
  12526. {
  12527. "$ref": "#/definitions/md.DestructionSettingStruct"
  12528. }
  12529. ]
  12530. },
  12531. "exchange_rules": {
  12532. "description": "兑换规则",
  12533. "allOf": [
  12534. {
  12535. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12536. }
  12537. ]
  12538. },
  12539. "new_user_incentive_rules": {
  12540. "description": "新用户奖励规则",
  12541. "allOf": [
  12542. {
  12543. "$ref": "#/definitions/md.NewUserRewardRules"
  12544. }
  12545. ]
  12546. },
  12547. "price_setting": {
  12548. "description": "价格设置",
  12549. "allOf": [
  12550. {
  12551. "$ref": "#/definitions/md.PriceSettingStruct"
  12552. }
  12553. ]
  12554. },
  12555. "reward_system": {
  12556. "description": "圈层奖励",
  12557. "type": "array",
  12558. "items": {
  12559. "$ref": "#/definitions/md.RewardSystemStruct"
  12560. }
  12561. },
  12562. "settlement_quantity": {
  12563. "description": "结算数量(百分比)",
  12564. "type": "integer"
  12565. },
  12566. "system_id": {
  12567. "description": "该设置系统 ID",
  12568. "type": "integer"
  12569. },
  12570. "video_reward_setting": {
  12571. "description": "视频奖励",
  12572. "allOf": [
  12573. {
  12574. "$ref": "#/definitions/md.VideoRewardSetting"
  12575. }
  12576. ]
  12577. }
  12578. }
  12579. },
  12580. "md.GetEggEnergyCoreDataResp": {
  12581. "type": "object",
  12582. "properties": {
  12583. "community_dividends": {
  12584. "description": "社区分红",
  12585. "type": "string"
  12586. },
  12587. "destruction_quantity_nums": {
  12588. "description": "销毁数量",
  12589. "type": "string"
  12590. },
  12591. "development_committee": {
  12592. "description": "发展委员会",
  12593. "type": "string"
  12594. },
  12595. "id": {
  12596. "type": "integer"
  12597. },
  12598. "marketplace_merchant_funds": {
  12599. "description": "市商资金",
  12600. "type": "string"
  12601. },
  12602. "marketplace_merchant_nums": {
  12603. "description": "市商数量",
  12604. "type": "string"
  12605. },
  12606. "now_energy_total_nums": {
  12607. "description": "现行总量",
  12608. "type": "string"
  12609. },
  12610. "now_price": {
  12611. "description": "当前价格",
  12612. "type": "string"
  12613. },
  12614. "planet_total_value": {
  12615. "description": "星球总价值",
  12616. "type": "string"
  12617. },
  12618. "public_welfare_and_charity": {
  12619. "description": "公益慈善",
  12620. "type": "string"
  12621. },
  12622. "star_level_dividends": {
  12623. "description": "星级分红",
  12624. "type": "string"
  12625. }
  12626. }
  12627. },
  12628. "md.GetEggEnergyVipSettingResp": {
  12629. "type": "object",
  12630. "properties": {
  12631. "level_list": {
  12632. "description": "会员等级列表",
  12633. "type": "array",
  12634. "items": {
  12635. "type": "object",
  12636. "additionalProperties": true
  12637. }
  12638. },
  12639. "list": {
  12640. "description": "会员权益设置",
  12641. "type": "array",
  12642. "items": {
  12643. "$ref": "#/definitions/md.VipEquitySettingNode"
  12644. }
  12645. }
  12646. }
  12647. },
  12648. "md.GetFreePublishUserReq": {
  12649. "type": "object",
  12650. "properties": {
  12651. "limit": {
  12652. "description": "每页大小",
  12653. "type": "integer"
  12654. },
  12655. "page": {
  12656. "description": "当前页数",
  12657. "type": "integer"
  12658. },
  12659. "uid": {
  12660. "description": "筛选的用户 ID",
  12661. "type": "integer"
  12662. }
  12663. }
  12664. },
  12665. "md.GetFreePublishUserResp": {
  12666. "type": "object",
  12667. "properties": {
  12668. "list": {
  12669. "description": "免罚用户列表",
  12670. "type": "array",
  12671. "items": {
  12672. "$ref": "#/definitions/md.FreePublishUserNode"
  12673. }
  12674. },
  12675. "paginate": {
  12676. "description": "分页信息",
  12677. "allOf": [
  12678. {
  12679. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12680. }
  12681. ]
  12682. }
  12683. }
  12684. },
  12685. "md.GetFriendCircleBasicSettingsResp": {
  12686. "type": "object",
  12687. "properties": {
  12688. "comment_is_real_name": {
  12689. "description": "评论是否需要实名认证(1:是 2:否)",
  12690. "type": "integer"
  12691. },
  12692. "comment_nums_every_day": {
  12693. "description": "评论每天次数",
  12694. "type": "integer"
  12695. },
  12696. "id": {
  12697. "type": "integer"
  12698. },
  12699. "publish_is_real_name": {
  12700. "description": "发布是否需要实名认证(1:是 2:否)",
  12701. "type": "integer"
  12702. },
  12703. "publish_nums_every_day": {
  12704. "description": "发布每天次数",
  12705. "type": "integer"
  12706. }
  12707. }
  12708. },
  12709. "md.GetFundDataListReq": {
  12710. "type": "object",
  12711. "properties": {
  12712. "end_at": {
  12713. "type": "string",
  12714. "example": "结束时间"
  12715. },
  12716. "kind": {
  12717. "description": "数据类型",
  12718. "type": "integer"
  12719. },
  12720. "limit": {
  12721. "description": "每页大小",
  12722. "type": "integer"
  12723. },
  12724. "page": {
  12725. "description": "页数",
  12726. "type": "integer"
  12727. },
  12728. "start_at": {
  12729. "type": "string",
  12730. "example": "开始时间"
  12731. }
  12732. }
  12733. },
  12734. "md.GetFundDataListResp": {
  12735. "type": "object",
  12736. "properties": {
  12737. "kind_list": {
  12738. "description": "类型列表",
  12739. "type": "array",
  12740. "items": {
  12741. "type": "object",
  12742. "additionalProperties": true
  12743. }
  12744. },
  12745. "list": {
  12746. "description": "数据列表",
  12747. "type": "array",
  12748. "items": {
  12749. "$ref": "#/definitions/md.FundDataNode"
  12750. }
  12751. },
  12752. "paginate": {
  12753. "description": "分页数据",
  12754. "allOf": [
  12755. {
  12756. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12757. }
  12758. ]
  12759. }
  12760. }
  12761. },
  12762. "md.GetFundDataRecordListReq": {
  12763. "type": "object",
  12764. "properties": {
  12765. "limit": {
  12766. "description": "页面大小",
  12767. "type": "integer"
  12768. },
  12769. "page": {
  12770. "description": "页数",
  12771. "type": "integer"
  12772. },
  12773. "system_id": {
  12774. "description": "数据在系统中的 ID",
  12775. "type": "integer"
  12776. }
  12777. }
  12778. },
  12779. "md.GetFundDataRecordListResp": {
  12780. "type": "object",
  12781. "properties": {
  12782. "list": {
  12783. "type": "array",
  12784. "items": {
  12785. "$ref": "#/definitions/md.FundDataRecordNode"
  12786. }
  12787. },
  12788. "paginate": {
  12789. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12790. }
  12791. }
  12792. },
  12793. "md.GetGreenEnergyUserCoinFlowListReq": {
  12794. "type": "object",
  12795. "properties": {
  12796. "coin_id": {
  12797. "description": "货币类型 ID",
  12798. "type": "integer"
  12799. },
  12800. "direction": {
  12801. "description": "流水方向:1收入 2支出",
  12802. "type": "integer"
  12803. },
  12804. "end_at": {
  12805. "description": "结束时间",
  12806. "type": "string"
  12807. },
  12808. "page": {
  12809. "description": "页数",
  12810. "type": "integer"
  12811. },
  12812. "page_size": {
  12813. "description": "每页大小",
  12814. "type": "integer"
  12815. },
  12816. "start_at": {
  12817. "description": "开始时间",
  12818. "type": "string"
  12819. },
  12820. "uid": {
  12821. "description": "用户 ID",
  12822. "type": "integer"
  12823. }
  12824. }
  12825. },
  12826. "md.GetGreenEnergyUserCoinFlowListResp": {
  12827. "type": "object",
  12828. "properties": {
  12829. "list": {
  12830. "description": "流水信息",
  12831. "type": "array",
  12832. "items": {
  12833. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12834. }
  12835. },
  12836. "paginate": {
  12837. "description": "分页信息",
  12838. "allOf": [
  12839. {
  12840. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12841. }
  12842. ]
  12843. },
  12844. "select_data": {
  12845. "description": "流水类型",
  12846. "allOf": [
  12847. {
  12848. "$ref": "#/definitions/md.SelectData"
  12849. }
  12850. ]
  12851. }
  12852. }
  12853. },
  12854. "md.GetGreenEnergyUserCoinListReq": {
  12855. "type": "object",
  12856. "properties": {
  12857. "end_coin": {
  12858. "type": "string",
  12859. "example": "最大金额"
  12860. },
  12861. "kind": {
  12862. "description": "虚拟币种类编号",
  12863. "type": "integer"
  12864. },
  12865. "page": {
  12866. "description": "页数",
  12867. "type": "integer"
  12868. },
  12869. "page_size": {
  12870. "description": "单页大小",
  12871. "type": "integer"
  12872. },
  12873. "start_coin": {
  12874. "type": "string",
  12875. "example": "最小金额"
  12876. },
  12877. "uid": {
  12878. "description": "指定查询用户 ID",
  12879. "type": "integer"
  12880. },
  12881. "user_name": {
  12882. "type": "string",
  12883. "example": "用户名称"
  12884. },
  12885. "user_phone": {
  12886. "type": "string",
  12887. "example": "手机号"
  12888. }
  12889. }
  12890. },
  12891. "md.GetGreenEnergyUserCoinListResp": {
  12892. "type": "object",
  12893. "properties": {
  12894. "kind_list": {
  12895. "description": "货币类型集合",
  12896. "type": "array",
  12897. "items": {
  12898. "$ref": "#/definitions/md.VirtualCoinListNode"
  12899. }
  12900. },
  12901. "list": {
  12902. "description": "余额集合",
  12903. "type": "array",
  12904. "items": {
  12905. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12906. }
  12907. },
  12908. "sum_user_amount": {
  12909. "description": "用户持有总数",
  12910. "type": "number"
  12911. },
  12912. "total": {
  12913. "description": "持有该类型用户数",
  12914. "type": "integer"
  12915. }
  12916. }
  12917. },
  12918. "md.GetLevelListResp": {
  12919. "type": "object",
  12920. "properties": {
  12921. "list": {
  12922. "type": "array",
  12923. "items": {
  12924. "$ref": "#/definitions/md.LevelListNode"
  12925. }
  12926. },
  12927. "paginate": {
  12928. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12929. }
  12930. }
  12931. },
  12932. "md.GetModuleSettingResp": {
  12933. "type": "object",
  12934. "properties": {
  12935. "data": {
  12936. "description": "内容"
  12937. },
  12938. "mod_name": {
  12939. "description": "模块名称",
  12940. "type": "string"
  12941. },
  12942. "position": {
  12943. "description": "位置",
  12944. "type": "string"
  12945. },
  12946. "skip_identifier": {
  12947. "description": "跳转标识",
  12948. "type": "string"
  12949. },
  12950. "subtitle": {
  12951. "description": "副标题",
  12952. "type": "string"
  12953. },
  12954. "title": {
  12955. "description": "标题",
  12956. "type": "string"
  12957. }
  12958. }
  12959. },
  12960. "md.GetOneLevelResp": {
  12961. "type": "object",
  12962. "properties": {
  12963. "auto_update": {
  12964. "description": "自动升级 0关闭,1开启",
  12965. "type": "integer"
  12966. },
  12967. "choosable_num": {
  12968. "description": "可选任务数量",
  12969. "type": "integer"
  12970. },
  12971. "is_use": {
  12972. "description": "是否开启(0.否, 1.是)",
  12973. "type": "integer"
  12974. },
  12975. "level_id": {
  12976. "description": "等级 ID",
  12977. "type": "integer"
  12978. },
  12979. "level_name": {
  12980. "description": "等级名称",
  12981. "type": "string"
  12982. },
  12983. "level_weight": {
  12984. "description": "等级权重",
  12985. "type": "integer"
  12986. },
  12987. "memo": {
  12988. "description": "备注",
  12989. "type": "string"
  12990. },
  12991. "task_type": {
  12992. "description": "任务类型关系",
  12993. "type": "array",
  12994. "items": {
  12995. "type": "object",
  12996. "additionalProperties": true
  12997. }
  12998. },
  12999. "user_level_tasks": {
  13000. "type": "array",
  13001. "items": {
  13002. "$ref": "#/definitions/model.UserLevelTask"
  13003. }
  13004. }
  13005. }
  13006. },
  13007. "md.GetPriceCurveResp": {
  13008. "type": "object",
  13009. "properties": {
  13010. "x_data": {
  13011. "type": "array",
  13012. "items": {}
  13013. },
  13014. "y_data": {
  13015. "type": "array",
  13016. "items": {}
  13017. }
  13018. }
  13019. },
  13020. "md.GetPublicPlatoonBasicResp": {
  13021. "type": "object",
  13022. "properties": {
  13023. "is_open": {
  13024. "description": "是否开启(1:开启 0:关闭)",
  13025. "type": "integer"
  13026. },
  13027. "is_self_active_get_team_revenue": {
  13028. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  13029. "type": "integer"
  13030. },
  13031. "originator_name": {
  13032. "description": "创始人名称",
  13033. "type": "string"
  13034. },
  13035. "originator_uid": {
  13036. "description": "创始人uid",
  13037. "type": "integer"
  13038. },
  13039. "several_rows": {
  13040. "description": "几排",
  13041. "type": "integer"
  13042. },
  13043. "several_times": {
  13044. "description": "几乘",
  13045. "type": "integer"
  13046. },
  13047. "system_punish_replace": {
  13048. "description": "是否位置滑落 被新用户替换 0否 1是",
  13049. "type": "integer"
  13050. },
  13051. "system_punish_replace_value": {
  13052. "description": "xx天未活跃,处罚滑落",
  13053. "type": "integer"
  13054. }
  13055. }
  13056. },
  13057. "md.GetTagListResp": {
  13058. "type": "object",
  13059. "properties": {
  13060. "list": {
  13061. "type": "array",
  13062. "items": {
  13063. "$ref": "#/definitions/md.TagListNode"
  13064. }
  13065. },
  13066. "paginate": {
  13067. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13068. }
  13069. }
  13070. },
  13071. "md.GetVideoRewardResp": {
  13072. "type": "object",
  13073. "properties": {
  13074. "ecpm": {
  13075. "description": "当前 Ecpm 值",
  13076. "type": "string"
  13077. },
  13078. "unit_price": {
  13079. "description": "单价",
  13080. "type": "string"
  13081. }
  13082. }
  13083. },
  13084. "md.GetWithdrawApplyListNode": {
  13085. "type": "object",
  13086. "properties": {
  13087. "actual_receipt": {
  13088. "description": "实际到账",
  13089. "type": "string"
  13090. },
  13091. "ali_pay_account": {
  13092. "description": "支付宝账号",
  13093. "type": "string"
  13094. },
  13095. "ali_pay_name": {
  13096. "description": "支付宝昵称",
  13097. "type": "string"
  13098. },
  13099. "amount": {
  13100. "description": "提现金额",
  13101. "type": "string"
  13102. },
  13103. "apply_at": {
  13104. "description": "申请时间",
  13105. "type": "string"
  13106. },
  13107. "invite_code": {
  13108. "description": "邀请码",
  13109. "type": "string"
  13110. },
  13111. "memo": {
  13112. "description": "备注",
  13113. "type": "string"
  13114. },
  13115. "nickname": {
  13116. "description": "用户名称",
  13117. "type": "string"
  13118. },
  13119. "parentID": {
  13120. "description": "推荐人ID",
  13121. "type": "integer"
  13122. },
  13123. "parentPhone": {
  13124. "description": "推荐人手机号",
  13125. "type": "string"
  13126. },
  13127. "pay_at": {
  13128. "description": "到账时间",
  13129. "type": "string"
  13130. },
  13131. "state": {
  13132. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13133. "type": "integer"
  13134. },
  13135. "sys_fee": {
  13136. "description": "手续费",
  13137. "type": "string"
  13138. },
  13139. "tag": {
  13140. "description": "标签",
  13141. "type": "array",
  13142. "items": {
  13143. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  13144. }
  13145. },
  13146. "user_id": {
  13147. "description": "会员 ID",
  13148. "type": "integer"
  13149. },
  13150. "wechat_pay_account": {
  13151. "description": "微信账号",
  13152. "type": "string"
  13153. },
  13154. "wechat_pay_name": {
  13155. "description": "微信昵称",
  13156. "type": "string"
  13157. },
  13158. "withdraw_apply_id": {
  13159. "description": "提现申请id",
  13160. "type": "integer"
  13161. },
  13162. "withdraw_type": {
  13163. "description": "转账平台(1:支付宝 2:微信)",
  13164. "type": "integer"
  13165. }
  13166. }
  13167. },
  13168. "md.GetWithdrawApplyListReq": {
  13169. "type": "object",
  13170. "properties": {
  13171. "amount_begin": {
  13172. "description": "最小金额",
  13173. "type": "string"
  13174. },
  13175. "amount_end": {
  13176. "description": "最大金额",
  13177. "type": "string"
  13178. },
  13179. "apply_end_at": {
  13180. "description": "申请结束时间",
  13181. "type": "string"
  13182. },
  13183. "apply_start_at": {
  13184. "description": "申请开始时间",
  13185. "type": "string"
  13186. },
  13187. "examine_end_at": {
  13188. "description": "审核结束时间",
  13189. "type": "string"
  13190. },
  13191. "examine_start_at": {
  13192. "description": "审核开始时间",
  13193. "type": "string"
  13194. },
  13195. "is_first": {
  13196. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  13197. "type": "string"
  13198. },
  13199. "level": {
  13200. "description": "会员等级",
  13201. "type": "string"
  13202. },
  13203. "limit": {
  13204. "description": "页面大小",
  13205. "type": "integer"
  13206. },
  13207. "nickname": {
  13208. "description": "用户昵称",
  13209. "type": "string"
  13210. },
  13211. "page": {
  13212. "description": "页数",
  13213. "type": "integer"
  13214. },
  13215. "parent_id": {
  13216. "description": "推荐人 ID",
  13217. "type": "string"
  13218. },
  13219. "payment_type": {
  13220. "description": "打款类型 1:手动;2:自动",
  13221. "type": "string"
  13222. },
  13223. "phone": {
  13224. "description": "用户手机号",
  13225. "type": "string"
  13226. },
  13227. "state": {
  13228. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13229. "type": "string"
  13230. },
  13231. "uid": {
  13232. "description": "用户 ID",
  13233. "type": "string"
  13234. },
  13235. "withdraw_account": {
  13236. "description": "支付宝/微信昵称",
  13237. "type": "string"
  13238. },
  13239. "withdraw_name": {
  13240. "description": "支付宝姓名",
  13241. "type": "string"
  13242. },
  13243. "withdraw_type": {
  13244. "description": "提现方式(1:支付宝 2:微信)",
  13245. "type": "string"
  13246. }
  13247. }
  13248. },
  13249. "md.GetWithdrawApplyListResp": {
  13250. "type": "object",
  13251. "properties": {
  13252. "levels_list": {
  13253. "description": "等级列表",
  13254. "type": "array",
  13255. "items": {
  13256. "type": "object",
  13257. "additionalProperties": true
  13258. }
  13259. },
  13260. "list": {
  13261. "type": "array",
  13262. "items": {
  13263. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  13264. }
  13265. },
  13266. "paginate": {
  13267. "description": "分页信息",
  13268. "allOf": [
  13269. {
  13270. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  13271. }
  13272. ]
  13273. },
  13274. "pay_failed_amount": {
  13275. "description": "打款失败金额",
  13276. "type": "string"
  13277. },
  13278. "pay_succeed_amount": {
  13279. "description": "打款成功金额",
  13280. "type": "string"
  13281. },
  13282. "pending_amount": {
  13283. "description": "处理中金额",
  13284. "type": "string"
  13285. },
  13286. "reason_list": {
  13287. "description": "审核失败(驳回理由)",
  13288. "type": "array",
  13289. "items": {
  13290. "type": "object",
  13291. "additionalProperties": true
  13292. }
  13293. },
  13294. "tags_list": {
  13295. "description": "标签列表",
  13296. "type": "array",
  13297. "items": {
  13298. "type": "object",
  13299. "additionalProperties": true
  13300. }
  13301. },
  13302. "under_review": {
  13303. "description": "审核中金额",
  13304. "type": "string"
  13305. }
  13306. }
  13307. },
  13308. "md.GetWithdrawSettingResp": {
  13309. "type": "object",
  13310. "properties": {
  13311. "condition_is_open": {
  13312. "description": "提现条件是否开启(0:关闭, 1:开启)",
  13313. "type": "integer"
  13314. },
  13315. "first_withdraw_set": {
  13316. "description": "首次提现设置",
  13317. "allOf": [
  13318. {
  13319. "$ref": "#/definitions/md.FirstWithdrawSet"
  13320. }
  13321. ]
  13322. },
  13323. "frequency_set": {
  13324. "description": "频率设置(0:日 1:周 2:月 3:年)",
  13325. "allOf": [
  13326. {
  13327. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13328. }
  13329. ]
  13330. },
  13331. "id": {
  13332. "type": "integer"
  13333. },
  13334. "is_auto": {
  13335. "description": "是否开启自动提现(0:否 1:是)",
  13336. "type": "integer"
  13337. },
  13338. "is_auto_amount_limit": {
  13339. "description": "自动提现金额限制",
  13340. "type": "string"
  13341. },
  13342. "is_real_name": {
  13343. "description": "是否实名(0:否 1:是)",
  13344. "type": "integer"
  13345. },
  13346. "is_support_decimal_point": {
  13347. "description": "是否支持小数点(0:否 1:是)",
  13348. "type": "integer"
  13349. },
  13350. "level_list": {
  13351. "description": "会员等级列表",
  13352. "type": "array",
  13353. "items": {
  13354. "type": "object",
  13355. "additionalProperties": true
  13356. }
  13357. },
  13358. "pending_orders_is_can_apply": {
  13359. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13360. "type": "integer"
  13361. },
  13362. "tips": {
  13363. "description": "提示",
  13364. "type": "string"
  13365. },
  13366. "vip_level_limit": {
  13367. "description": "提现等级限制",
  13368. "type": "integer"
  13369. },
  13370. "withdraw_amount_limit": {
  13371. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13372. "type": "string"
  13373. },
  13374. "withdraw_fee_set": {
  13375. "description": "提现手续费设置",
  13376. "allOf": [
  13377. {
  13378. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13379. }
  13380. ]
  13381. },
  13382. "withdraw_multiple_limit": {
  13383. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13384. "type": "string"
  13385. },
  13386. "withdraw_nums_limit": {
  13387. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13388. "type": "integer"
  13389. },
  13390. "withdraw_time_interval": {
  13391. "description": "提现时段",
  13392. "allOf": [
  13393. {
  13394. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13395. }
  13396. ]
  13397. },
  13398. "withdraw_type": {
  13399. "description": "提现方式(1:支付宝 2:微信)",
  13400. "type": "integer"
  13401. }
  13402. }
  13403. },
  13404. "md.GroupListReq": {
  13405. "type": "object",
  13406. "properties": {
  13407. "group_admin": {
  13408. "description": "群主",
  13409. "type": "string"
  13410. },
  13411. "name": {
  13412. "description": "群名称",
  13413. "type": "string"
  13414. },
  13415. "page": {
  13416. "type": "integer"
  13417. },
  13418. "page_size": {
  13419. "type": "integer"
  13420. },
  13421. "start_time_end": {
  13422. "type": "string",
  13423. "example": "创建时间-截止"
  13424. },
  13425. "start_time_start": {
  13426. "type": "string",
  13427. "example": "创建时间-起始"
  13428. }
  13429. }
  13430. },
  13431. "md.GroupListResp": {
  13432. "type": "object",
  13433. "properties": {
  13434. "list": {
  13435. "type": "array",
  13436. "items": {
  13437. "type": "object",
  13438. "properties": {
  13439. "avatarUrl": {
  13440. "description": "头像",
  13441. "type": "string"
  13442. },
  13443. "createTime": {
  13444. "description": "创建时间",
  13445. "type": "string"
  13446. },
  13447. "extra": {
  13448. "description": "附加字段",
  13449. "type": "string"
  13450. },
  13451. "id": {
  13452. "description": "群组id",
  13453. "type": "integer"
  13454. },
  13455. "introduction": {
  13456. "description": "群简介",
  13457. "type": "string"
  13458. },
  13459. "isAllAddFriend": {
  13460. "description": "是否允许加好友(1:是 2:否)",
  13461. "type": "integer"
  13462. },
  13463. "isAllMemberBanned": {
  13464. "description": "是否全员禁言(1:是 2:否)",
  13465. "type": "integer"
  13466. },
  13467. "name": {
  13468. "description": "组名",
  13469. "type": "string"
  13470. },
  13471. "nickname": {
  13472. "description": "群主昵称",
  13473. "type": "string"
  13474. },
  13475. "phoneNumber": {
  13476. "description": "群主账号",
  13477. "type": "string"
  13478. },
  13479. "updateTime": {
  13480. "description": "更新时间",
  13481. "type": "string"
  13482. },
  13483. "userNum": {
  13484. "description": "群组人数",
  13485. "type": "integer"
  13486. }
  13487. }
  13488. }
  13489. },
  13490. "page": {
  13491. "type": "integer"
  13492. },
  13493. "page_size": {
  13494. "type": "integer"
  13495. },
  13496. "total": {
  13497. "type": "integer"
  13498. }
  13499. }
  13500. },
  13501. "md.Guide": {
  13502. "type": "object",
  13503. "properties": {
  13504. "bg_image": {
  13505. "type": "string"
  13506. },
  13507. "bg_image_url": {
  13508. "type": "string"
  13509. },
  13510. "content_image": {
  13511. "type": "string"
  13512. },
  13513. "content_image_url": {
  13514. "type": "string"
  13515. }
  13516. }
  13517. },
  13518. "md.JPushGetLevelListResp": {
  13519. "type": "object",
  13520. "properties": {
  13521. "list": {
  13522. "type": "array",
  13523. "items": {
  13524. "$ref": "#/definitions/md.LevelListNode"
  13525. }
  13526. },
  13527. "paginate": {
  13528. "$ref": "#/definitions/applet_app_md.Paginate"
  13529. }
  13530. }
  13531. },
  13532. "md.JPushGetTagListResp": {
  13533. "type": "object",
  13534. "properties": {
  13535. "list": {
  13536. "type": "array",
  13537. "items": {
  13538. "$ref": "#/definitions/md.TagListNode"
  13539. }
  13540. },
  13541. "paginate": {
  13542. "$ref": "#/definitions/applet_app_md.Paginate"
  13543. }
  13544. }
  13545. },
  13546. "md.JPushGetUserListReq": {
  13547. "type": "object",
  13548. "properties": {
  13549. "effective": {
  13550. "description": "有效会员",
  13551. "type": "integer"
  13552. },
  13553. "id": {
  13554. "description": "会员 ID",
  13555. "type": "integer"
  13556. },
  13557. "invite_code": {
  13558. "type": "string",
  13559. "example": "会员邀请码"
  13560. },
  13561. "is_real_name": {
  13562. "description": "是否实名 0.未实名,1.已实名",
  13563. "type": "integer"
  13564. },
  13565. "level": {
  13566. "description": "会员等级",
  13567. "type": "integer"
  13568. },
  13569. "limit": {
  13570. "type": "integer"
  13571. },
  13572. "login_after": {
  13573. "description": "最近登录结束时间",
  13574. "type": "string"
  13575. },
  13576. "login_before": {
  13577. "description": "最近登录开始时间",
  13578. "type": "string"
  13579. },
  13580. "memo": {
  13581. "description": "备注",
  13582. "type": "string"
  13583. },
  13584. "nickname": {
  13585. "type": "string",
  13586. "example": "会员昵称"
  13587. },
  13588. "page": {
  13589. "type": "integer"
  13590. },
  13591. "parent_invite_code": {
  13592. "type": "string",
  13593. "example": "上级邀请码"
  13594. },
  13595. "parent_phone": {
  13596. "type": "string",
  13597. "example": "上级手机号"
  13598. },
  13599. "phone": {
  13600. "type": "string",
  13601. "example": "会员手机号"
  13602. },
  13603. "recommend_id": {
  13604. "description": "推荐人 ID",
  13605. "type": "integer"
  13606. },
  13607. "register_after": {
  13608. "description": "注册时间终点",
  13609. "type": "string"
  13610. },
  13611. "register_before": {
  13612. "description": "注册时间起点",
  13613. "type": "string"
  13614. },
  13615. "register_type": {
  13616. "description": "注册类型(1:APP注册、2:H5注册)",
  13617. "type": "integer"
  13618. },
  13619. "sex": {
  13620. "description": "性别(0:未知 1:男 2:女)",
  13621. "type": "integer"
  13622. },
  13623. "state": {
  13624. "description": "状态",
  13625. "type": "integer"
  13626. },
  13627. "tag": {
  13628. "description": "标签 id",
  13629. "type": "integer"
  13630. },
  13631. "union_id": {
  13632. "type": "string",
  13633. "example": "微信号"
  13634. }
  13635. }
  13636. },
  13637. "md.LevelListNode": {
  13638. "type": "object",
  13639. "properties": {
  13640. "count": {
  13641. "description": "等级人数",
  13642. "type": "string"
  13643. },
  13644. "create_at": {
  13645. "description": "创建时间",
  13646. "type": "string"
  13647. },
  13648. "is_use": {
  13649. "description": "是否开启(0.否, 1.是)",
  13650. "type": "integer"
  13651. },
  13652. "level_id": {
  13653. "description": "等级 ID",
  13654. "type": "integer"
  13655. },
  13656. "level_name": {
  13657. "description": "等级名称",
  13658. "type": "string"
  13659. },
  13660. "level_weight": {
  13661. "description": "等级权重",
  13662. "type": "integer"
  13663. },
  13664. "memo": {
  13665. "description": "备注",
  13666. "type": "string"
  13667. }
  13668. }
  13669. },
  13670. "md.LevelTaskNode": {
  13671. "type": "object",
  13672. "properties": {
  13673. "active_days": {
  13674. "description": "活跃多少天",
  13675. "type": "string"
  13676. },
  13677. "finish_count": {
  13678. "description": "多少天内完成的指标",
  13679. "type": "string"
  13680. },
  13681. "is_must_task": {
  13682. "description": "是否必做(0,1)",
  13683. "type": "string"
  13684. },
  13685. "task_type": {
  13686. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  13687. "type": "string"
  13688. },
  13689. "task_type_level_id": {
  13690. "description": "会员等级 ID (task_type=3时生效)",
  13691. "type": "string"
  13692. },
  13693. "within_days": {
  13694. "description": "多少天内完成",
  13695. "type": "string"
  13696. }
  13697. }
  13698. },
  13699. "md.ListCommunityDividendsReq": {
  13700. "type": "object",
  13701. "properties": {
  13702. "end_at": {
  13703. "description": "结束时间",
  13704. "type": "string"
  13705. },
  13706. "end_nums": {
  13707. "description": "分红总量上限",
  13708. "type": "integer"
  13709. },
  13710. "limit": {
  13711. "description": "每页大小",
  13712. "type": "integer"
  13713. },
  13714. "page": {
  13715. "description": "页数",
  13716. "type": "integer"
  13717. },
  13718. "start_at": {
  13719. "description": "开始时间",
  13720. "type": "string"
  13721. },
  13722. "start_nums": {
  13723. "description": "分红总量下限",
  13724. "type": "integer"
  13725. }
  13726. }
  13727. },
  13728. "md.ListCommunityDividendsResp": {
  13729. "type": "object",
  13730. "properties": {
  13731. "list": {
  13732. "type": "array",
  13733. "items": {
  13734. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  13735. }
  13736. },
  13737. "paginate": {
  13738. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13739. }
  13740. }
  13741. },
  13742. "md.ListCommunityDividendsWithUserReq": {
  13743. "type": "object",
  13744. "properties": {
  13745. "limit": {
  13746. "type": "integer"
  13747. },
  13748. "page": {
  13749. "type": "integer"
  13750. },
  13751. "phone": {
  13752. "type": "string"
  13753. },
  13754. "uid": {
  13755. "type": "integer"
  13756. }
  13757. }
  13758. },
  13759. "md.ListCommunityDividendsWithUserResp": {
  13760. "type": "object",
  13761. "properties": {
  13762. "list": {
  13763. "type": "array",
  13764. "items": {
  13765. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  13766. }
  13767. },
  13768. "paginate": {
  13769. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13770. }
  13771. }
  13772. },
  13773. "md.ListPlatformRevenueReq": {
  13774. "type": "object",
  13775. "properties": {
  13776. "end_at": {
  13777. "type": "string",
  13778. "example": "结束时间"
  13779. },
  13780. "kind": {
  13781. "description": "数据类型",
  13782. "type": "integer"
  13783. },
  13784. "limit": {
  13785. "description": "每页大小",
  13786. "type": "integer"
  13787. },
  13788. "page": {
  13789. "description": "页数",
  13790. "type": "integer"
  13791. },
  13792. "start_at": {
  13793. "type": "string",
  13794. "example": "开始时间"
  13795. }
  13796. }
  13797. },
  13798. "md.ListPlatformRevenueResp": {
  13799. "type": "object",
  13800. "properties": {
  13801. "kind_list": {
  13802. "description": "类型列表",
  13803. "type": "array",
  13804. "items": {
  13805. "type": "object",
  13806. "additionalProperties": true
  13807. }
  13808. },
  13809. "list": {
  13810. "description": "数据列表",
  13811. "type": "array",
  13812. "items": {
  13813. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  13814. }
  13815. },
  13816. "paginate": {
  13817. "description": "分页数据",
  13818. "allOf": [
  13819. {
  13820. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13821. }
  13822. ]
  13823. }
  13824. }
  13825. },
  13826. "md.LoginReq": {
  13827. "type": "object",
  13828. "required": [
  13829. "password",
  13830. "username"
  13831. ],
  13832. "properties": {
  13833. "code": {
  13834. "type": "string",
  13835. "example": "验证码"
  13836. },
  13837. "password": {
  13838. "type": "string",
  13839. "example": "登录密码"
  13840. },
  13841. "username": {
  13842. "type": "string",
  13843. "example": "登录账号"
  13844. }
  13845. }
  13846. },
  13847. "md.LoginResponse": {
  13848. "type": "object",
  13849. "properties": {
  13850. "token": {
  13851. "type": "string"
  13852. }
  13853. }
  13854. },
  13855. "md.ManualScoreReq": {
  13856. "type": "object",
  13857. "properties": {
  13858. "index_id": {
  13859. "description": "文档id",
  13860. "type": "string"
  13861. },
  13862. "score": {
  13863. "type": "string",
  13864. "example": "分数"
  13865. }
  13866. }
  13867. },
  13868. "md.ModuleSettingGetResp": {
  13869. "type": "object",
  13870. "properties": {
  13871. "data": {
  13872. "description": "内容"
  13873. },
  13874. "mod_name": {
  13875. "description": "模块名称",
  13876. "type": "string"
  13877. },
  13878. "mod_name_list": {
  13879. "description": "模块名称对照",
  13880. "type": "array",
  13881. "items": {
  13882. "type": "object",
  13883. "additionalProperties": true
  13884. }
  13885. },
  13886. "position": {
  13887. "description": "位置",
  13888. "type": "string"
  13889. },
  13890. "skip_identifier": {
  13891. "description": "跳转标识",
  13892. "type": "string"
  13893. },
  13894. "subtitle": {
  13895. "description": "副标题",
  13896. "type": "string"
  13897. },
  13898. "title": {
  13899. "description": "标题",
  13900. "type": "string"
  13901. }
  13902. }
  13903. },
  13904. "md.ModuleSettingUpdateReq": {
  13905. "type": "object",
  13906. "properties": {
  13907. "data": {
  13908. "description": "内容",
  13909. "type": "object",
  13910. "additionalProperties": true
  13911. },
  13912. "mod_name_value": {
  13913. "description": "模块类型值",
  13914. "type": "string"
  13915. },
  13916. "position": {
  13917. "description": "位置",
  13918. "type": "string"
  13919. },
  13920. "skip_identifier": {
  13921. "description": "跳转标识",
  13922. "type": "string"
  13923. },
  13924. "subtitle": {
  13925. "description": "副标题",
  13926. "type": "string"
  13927. },
  13928. "title": {
  13929. "description": "标题",
  13930. "type": "string"
  13931. }
  13932. }
  13933. },
  13934. "md.NewUserRedPackageGetBasicResp": {
  13935. "type": "object",
  13936. "properties": {
  13937. "create_at": {
  13938. "type": "string"
  13939. },
  13940. "days": {
  13941. "description": "天数",
  13942. "type": "integer"
  13943. },
  13944. "is_double": {
  13945. "description": "是否翻倍",
  13946. "type": "integer"
  13947. },
  13948. "is_open": {
  13949. "description": "是否开启(1:开启 0:关闭)",
  13950. "type": "integer"
  13951. },
  13952. "total_amount": {
  13953. "type": "string",
  13954. "example": "总金额"
  13955. },
  13956. "update_at": {
  13957. "type": "string"
  13958. }
  13959. }
  13960. },
  13961. "md.NewUserRedPackageRecordFlowListReq": {
  13962. "type": "object",
  13963. "properties": {
  13964. "end_at": {
  13965. "description": "结束时间",
  13966. "type": "string"
  13967. },
  13968. "limit": {
  13969. "description": "每页大小",
  13970. "type": "integer"
  13971. },
  13972. "page": {
  13973. "description": "页数",
  13974. "type": "integer"
  13975. },
  13976. "start_at": {
  13977. "description": "开始时间",
  13978. "type": "string"
  13979. },
  13980. "uid": {
  13981. "description": "用户 ID",
  13982. "type": "integer"
  13983. }
  13984. }
  13985. },
  13986. "md.NewUserRedPackageRecordFlowListResp": {
  13987. "type": "object",
  13988. "properties": {
  13989. "list": {
  13990. "type": "array",
  13991. "items": {
  13992. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  13993. }
  13994. },
  13995. "paginate": {
  13996. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13997. }
  13998. }
  13999. },
  14000. "md.NewUserRedPackageRecordFlowNode": {
  14001. "type": "object",
  14002. "properties": {
  14003. "balance_amount": {
  14004. "description": "剩余金额",
  14005. "type": "string"
  14006. },
  14007. "balance_days": {
  14008. "description": "剩余天数",
  14009. "type": "integer"
  14010. },
  14011. "basic_amount": {
  14012. "description": "基础金额",
  14013. "type": "string"
  14014. },
  14015. "create_at": {
  14016. "description": "创建时间",
  14017. "type": "string"
  14018. },
  14019. "day_num": {
  14020. "description": "第x天",
  14021. "type": "integer"
  14022. },
  14023. "double_rate": {
  14024. "description": "倍率",
  14025. "type": "string"
  14026. },
  14027. "id": {
  14028. "description": "流水 ID",
  14029. "type": "integer"
  14030. },
  14031. "is_double": {
  14032. "description": "是否翻倍",
  14033. "type": "integer"
  14034. },
  14035. "receive_days": {
  14036. "description": "领取天数",
  14037. "type": "integer"
  14038. },
  14039. "total_amount": {
  14040. "description": "实际金额",
  14041. "type": "string"
  14042. },
  14043. "uid": {
  14044. "description": "用户 ID",
  14045. "type": "integer"
  14046. }
  14047. }
  14048. },
  14049. "md.NewUserRedPackageRecordListReq": {
  14050. "type": "object",
  14051. "properties": {
  14052. "end_at": {
  14053. "description": "结束时间",
  14054. "type": "string"
  14055. },
  14056. "limit": {
  14057. "description": "每页大小",
  14058. "type": "integer"
  14059. },
  14060. "page": {
  14061. "description": "页数",
  14062. "type": "integer"
  14063. },
  14064. "start_at": {
  14065. "description": "开始时间",
  14066. "type": "string"
  14067. },
  14068. "uid": {
  14069. "description": "用户 ID",
  14070. "type": "integer"
  14071. }
  14072. }
  14073. },
  14074. "md.NewUserRedPackageRecordListResp": {
  14075. "type": "object",
  14076. "properties": {
  14077. "list": {
  14078. "type": "array",
  14079. "items": {
  14080. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  14081. }
  14082. },
  14083. "paginate": {
  14084. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14085. }
  14086. }
  14087. },
  14088. "md.NewUserRedPackageRecordNode": {
  14089. "type": "object",
  14090. "properties": {
  14091. "balance_amount": {
  14092. "description": "剩余金额",
  14093. "type": "string"
  14094. },
  14095. "balance_days": {
  14096. "description": "剩余天数",
  14097. "type": "integer"
  14098. },
  14099. "create_at": {
  14100. "description": "创建时间",
  14101. "type": "string"
  14102. },
  14103. "days": {
  14104. "description": "天数",
  14105. "type": "integer"
  14106. },
  14107. "receive_days": {
  14108. "description": "领取天数",
  14109. "type": "integer"
  14110. },
  14111. "state": {
  14112. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  14113. "type": "integer"
  14114. },
  14115. "system_id": {
  14116. "description": "系统中记录的 ID",
  14117. "type": "integer"
  14118. },
  14119. "total_amount": {
  14120. "description": "金额",
  14121. "type": "string"
  14122. },
  14123. "uid": {
  14124. "description": "用户 ID",
  14125. "type": "integer"
  14126. },
  14127. "update_at": {
  14128. "description": "修改时间",
  14129. "type": "string"
  14130. }
  14131. }
  14132. },
  14133. "md.NewUserRedPackageUpdateBasicReq": {
  14134. "type": "object",
  14135. "properties": {
  14136. "days": {
  14137. "description": "天数",
  14138. "type": "integer"
  14139. },
  14140. "is_double": {
  14141. "description": "是否翻倍",
  14142. "type": "integer"
  14143. },
  14144. "is_open": {
  14145. "description": "是否开启(1:开启 0:关闭)",
  14146. "type": "integer"
  14147. },
  14148. "total_amount": {
  14149. "type": "string",
  14150. "example": "总金额"
  14151. }
  14152. }
  14153. },
  14154. "md.NewUserRewardRules": {
  14155. "type": "object",
  14156. "properties": {
  14157. "continue_days": {
  14158. "description": "连续x天",
  14159. "type": "integer"
  14160. },
  14161. "invite_user_reward_value": {
  14162. "description": "拉新用户奖励x个活跃积分",
  14163. "type": "integer"
  14164. },
  14165. "reward_coefficient": {
  14166. "description": "奖励系数",
  14167. "type": "number"
  14168. }
  14169. }
  14170. },
  14171. "md.NoticeAliyunSmsList": {
  14172. "type": "object",
  14173. "properties": {
  14174. "content": {
  14175. "type": "string",
  14176. "example": "这是 填短信模板id"
  14177. },
  14178. "day": {
  14179. "type": "string",
  14180. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14181. },
  14182. "id": {
  14183. "type": "string"
  14184. },
  14185. "is_show": {
  14186. "type": "string"
  14187. },
  14188. "notice_day": {
  14189. "type": "string",
  14190. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14191. },
  14192. "title": {
  14193. "type": "string"
  14194. },
  14195. "type": {
  14196. "type": "string"
  14197. }
  14198. }
  14199. },
  14200. "md.NoticeAliyunSmsListReq": {
  14201. "type": "object",
  14202. "properties": {
  14203. "limit": {
  14204. "description": "每页大小",
  14205. "type": "string"
  14206. },
  14207. "page": {
  14208. "description": "页数",
  14209. "type": "string"
  14210. }
  14211. }
  14212. },
  14213. "md.NoticeAliyunSmsListResp": {
  14214. "type": "object",
  14215. "properties": {
  14216. "list": {
  14217. "type": "array",
  14218. "items": {
  14219. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  14220. }
  14221. },
  14222. "select_data": {
  14223. "type": "array",
  14224. "items": {
  14225. "type": "object",
  14226. "additionalProperties": {
  14227. "type": "string"
  14228. }
  14229. }
  14230. },
  14231. "total": {
  14232. "type": "integer"
  14233. }
  14234. }
  14235. },
  14236. "md.NoticeAliyunSmsSaveReq": {
  14237. "type": "object",
  14238. "properties": {
  14239. "content": {
  14240. "type": "string"
  14241. },
  14242. "day": {
  14243. "type": "string",
  14244. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14245. },
  14246. "id": {
  14247. "type": "string"
  14248. },
  14249. "is_show": {
  14250. "type": "string"
  14251. },
  14252. "notice_day": {
  14253. "type": "string",
  14254. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14255. },
  14256. "title": {
  14257. "type": "string"
  14258. },
  14259. "type": {
  14260. "type": "string"
  14261. }
  14262. }
  14263. },
  14264. "md.NoticeDelReq": {
  14265. "type": "object",
  14266. "properties": {
  14267. "id": {
  14268. "type": "array",
  14269. "items": {
  14270. "type": "string"
  14271. }
  14272. }
  14273. }
  14274. },
  14275. "md.NoticeList": {
  14276. "type": "object",
  14277. "properties": {
  14278. "content": {
  14279. "type": "string"
  14280. },
  14281. "day": {
  14282. "type": "string",
  14283. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14284. },
  14285. "id": {
  14286. "type": "string"
  14287. },
  14288. "jpush_open": {
  14289. "type": "string",
  14290. "example": "app推送开启 0关 1开"
  14291. },
  14292. "notice_day": {
  14293. "type": "string",
  14294. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14295. },
  14296. "sms_code": {
  14297. "type": "string",
  14298. "example": "短信模板id"
  14299. },
  14300. "sms_open": {
  14301. "type": "string",
  14302. "example": "短信推送开启 0关 1开"
  14303. },
  14304. "title": {
  14305. "type": "string"
  14306. },
  14307. "type": {
  14308. "type": "string"
  14309. }
  14310. }
  14311. },
  14312. "md.NoticeListReq": {
  14313. "type": "object",
  14314. "properties": {
  14315. "limit": {
  14316. "description": "每页大小",
  14317. "type": "string"
  14318. },
  14319. "page": {
  14320. "description": "页数",
  14321. "type": "string"
  14322. }
  14323. }
  14324. },
  14325. "md.NoticeListResp": {
  14326. "type": "object",
  14327. "properties": {
  14328. "change_data": {
  14329. "type": "array",
  14330. "items": {
  14331. "type": "object",
  14332. "additionalProperties": {
  14333. "type": "string"
  14334. }
  14335. }
  14336. },
  14337. "list": {
  14338. "type": "array",
  14339. "items": {
  14340. "$ref": "#/definitions/md.NoticeList"
  14341. }
  14342. },
  14343. "select_data": {
  14344. "type": "array",
  14345. "items": {
  14346. "type": "object",
  14347. "additionalProperties": {
  14348. "type": "string"
  14349. }
  14350. }
  14351. },
  14352. "total": {
  14353. "type": "integer"
  14354. }
  14355. }
  14356. },
  14357. "md.NoticePushList": {
  14358. "type": "object",
  14359. "properties": {
  14360. "content": {
  14361. "type": "string"
  14362. },
  14363. "id": {
  14364. "type": "string"
  14365. },
  14366. "platform": {
  14367. "type": "string"
  14368. },
  14369. "send_end_time": {
  14370. "type": "string",
  14371. "example": "如 2024-11-25 11:56:00"
  14372. },
  14373. "send_start_time": {
  14374. "type": "string",
  14375. "example": "如 2024-11-25 11:56:00"
  14376. },
  14377. "send_type": {
  14378. "type": "string",
  14379. "example": "0立即推送 1定时推送"
  14380. },
  14381. "state": {
  14382. "type": "string",
  14383. "example": "0待发送 1发送成功"
  14384. },
  14385. "target": {
  14386. "type": "string"
  14387. },
  14388. "title": {
  14389. "type": "string"
  14390. }
  14391. }
  14392. },
  14393. "md.NoticePushListResp": {
  14394. "type": "object",
  14395. "properties": {
  14396. "list": {
  14397. "type": "array",
  14398. "items": {
  14399. "$ref": "#/definitions/md.NoticePushList"
  14400. }
  14401. },
  14402. "platform_data": {
  14403. "type": "array",
  14404. "items": {
  14405. "type": "object",
  14406. "additionalProperties": {
  14407. "type": "string"
  14408. }
  14409. }
  14410. },
  14411. "target_data": {
  14412. "type": "array",
  14413. "items": {
  14414. "type": "object",
  14415. "additionalProperties": {
  14416. "type": "string"
  14417. }
  14418. }
  14419. },
  14420. "total": {
  14421. "type": "integer"
  14422. }
  14423. }
  14424. },
  14425. "md.NoticePushSaveReq": {
  14426. "type": "object",
  14427. "properties": {
  14428. "content": {
  14429. "type": "string"
  14430. },
  14431. "id": {
  14432. "type": "string"
  14433. },
  14434. "level": {
  14435. "type": "array",
  14436. "items": {
  14437. "type": "string"
  14438. }
  14439. },
  14440. "platform": {
  14441. "type": "string"
  14442. },
  14443. "send_end_time": {
  14444. "type": "string"
  14445. },
  14446. "send_start_time": {
  14447. "type": "string"
  14448. },
  14449. "send_type": {
  14450. "type": "string"
  14451. },
  14452. "tag_list": {
  14453. "type": "array",
  14454. "items": {
  14455. "type": "string"
  14456. }
  14457. },
  14458. "target": {
  14459. "type": "string"
  14460. },
  14461. "title": {
  14462. "type": "string"
  14463. },
  14464. "user_list": {
  14465. "type": "array",
  14466. "items": {
  14467. "type": "string"
  14468. }
  14469. }
  14470. }
  14471. },
  14472. "md.NoticeSaveReq": {
  14473. "type": "object",
  14474. "properties": {
  14475. "content": {
  14476. "type": "string"
  14477. },
  14478. "day": {
  14479. "type": "string",
  14480. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14481. },
  14482. "id": {
  14483. "type": "string"
  14484. },
  14485. "jpush_open": {
  14486. "type": "string",
  14487. "example": "app推送开启 0关 1开"
  14488. },
  14489. "notice_day": {
  14490. "type": "string",
  14491. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14492. },
  14493. "sms_code": {
  14494. "type": "string",
  14495. "example": "短信模板id"
  14496. },
  14497. "sms_open": {
  14498. "type": "string",
  14499. "example": "短信推送开启 0关 1开"
  14500. },
  14501. "title": {
  14502. "type": "string"
  14503. },
  14504. "type": {
  14505. "type": "string"
  14506. }
  14507. }
  14508. },
  14509. "md.OtherNode": {
  14510. "type": "object",
  14511. "properties": {
  14512. "create_at": {
  14513. "description": "注册时间",
  14514. "type": "string"
  14515. },
  14516. "last_login_at": {
  14517. "description": "最近登录时间",
  14518. "type": "string"
  14519. },
  14520. "last_login_ip": {
  14521. "description": "最后登录 IP",
  14522. "type": "string"
  14523. }
  14524. }
  14525. },
  14526. "md.PageCustomerServiceReq": {
  14527. "type": "object",
  14528. "properties": {
  14529. "memo": {
  14530. "type": "string",
  14531. "example": "备注"
  14532. },
  14533. "page": {
  14534. "type": "integer"
  14535. },
  14536. "page_size": {
  14537. "type": "integer"
  14538. },
  14539. "phone": {
  14540. "description": "手机号",
  14541. "type": "string"
  14542. },
  14543. "state": {
  14544. "description": "状态",
  14545. "type": "integer"
  14546. }
  14547. }
  14548. },
  14549. "md.PageEmoticonReq": {
  14550. "type": "object",
  14551. "properties": {
  14552. "memo": {
  14553. "type": "string",
  14554. "example": "备注"
  14555. },
  14556. "name": {
  14557. "description": "表情名称",
  14558. "type": "string"
  14559. },
  14560. "page": {
  14561. "type": "integer"
  14562. },
  14563. "page_size": {
  14564. "type": "integer"
  14565. },
  14566. "state": {
  14567. "description": "状态",
  14568. "type": "integer"
  14569. }
  14570. }
  14571. },
  14572. "md.PageSendRedPackageOrdReq": {
  14573. "type": "object",
  14574. "properties": {
  14575. "invite_code": {
  14576. "description": "邀请码",
  14577. "type": "string",
  14578. "example": "邀请码"
  14579. },
  14580. "nickname": {
  14581. "description": "昵称",
  14582. "type": "string",
  14583. "example": "昵称"
  14584. },
  14585. "ord_no": {
  14586. "description": "订单号",
  14587. "type": "string",
  14588. "example": "订单号"
  14589. },
  14590. "page": {
  14591. "type": "integer"
  14592. },
  14593. "page_size": {
  14594. "type": "integer"
  14595. },
  14596. "phone": {
  14597. "description": "手机号",
  14598. "type": "string",
  14599. "example": "手机号"
  14600. },
  14601. "red_packet_type": {
  14602. "description": "红包类型",
  14603. "type": "integer"
  14604. },
  14605. "start_time_end": {
  14606. "type": "string",
  14607. "example": "发送时间-截止"
  14608. },
  14609. "start_time_start": {
  14610. "type": "string",
  14611. "example": "发送时间-起始"
  14612. },
  14613. "state": {
  14614. "description": "状态",
  14615. "type": "integer"
  14616. },
  14617. "uid": {
  14618. "type": "integer"
  14619. }
  14620. }
  14621. },
  14622. "md.PlatformRevenueDataNode": {
  14623. "type": "object",
  14624. "properties": {
  14625. "balance_amount": {
  14626. "description": "余额",
  14627. "type": "string"
  14628. },
  14629. "balance_times": {
  14630. "description": "剩余执行次数",
  14631. "type": "integer"
  14632. },
  14633. "create_at": {
  14634. "description": "创建时间",
  14635. "type": "string"
  14636. },
  14637. "hours": {
  14638. "description": "时长",
  14639. "type": "integer"
  14640. },
  14641. "kind": {
  14642. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  14643. "type": "integer"
  14644. },
  14645. "memo": {
  14646. "description": "备注",
  14647. "type": "string"
  14648. },
  14649. "system_id": {
  14650. "type": "integer"
  14651. },
  14652. "total_amount": {
  14653. "description": "金额",
  14654. "type": "string"
  14655. }
  14656. }
  14657. },
  14658. "md.PlayletBaseData": {
  14659. "type": "object",
  14660. "properties": {
  14661. "day_one_count": {
  14662. "type": "string",
  14663. "example": "每天每个短剧解锁次数"
  14664. },
  14665. "first_count": {
  14666. "type": "string",
  14667. "example": "首次可观看集数"
  14668. },
  14669. "reward": {
  14670. "type": "string",
  14671. "example": "单次奖励"
  14672. },
  14673. "second_count": {
  14674. "type": "string",
  14675. "example": "看一次广告解锁集数"
  14676. },
  14677. "total": {
  14678. "type": "string",
  14679. "example": "可领取总次数"
  14680. }
  14681. }
  14682. },
  14683. "md.PlayletIncentiveBaseData": {
  14684. "type": "object",
  14685. "properties": {
  14686. "android_adv_id": {
  14687. "type": "string",
  14688. "example": "安卓激励视频广告位"
  14689. },
  14690. "android_adv_secret": {
  14691. "type": "string",
  14692. "example": "安卓激励视频秘钥"
  14693. },
  14694. "ios_adv_id": {
  14695. "type": "string",
  14696. "example": "iOS激励视频广告位"
  14697. },
  14698. "ios_adv_secret": {
  14699. "type": "string",
  14700. "example": "iOS激励视频秘钥"
  14701. }
  14702. }
  14703. },
  14704. "md.PriceSettingStruct": {
  14705. "type": "object",
  14706. "properties": {
  14707. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  14708. "description": "市商资金单笔x元自动兑换",
  14709. "type": "string"
  14710. },
  14711. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  14712. "description": "市商数量单笔x数量自动兑换",
  14713. "type": "string"
  14714. },
  14715. "price_below_value": {
  14716. "description": "低于x元",
  14717. "type": "string"
  14718. },
  14719. "price_higher_than_value": {
  14720. "description": "高于x元",
  14721. "type": "string"
  14722. }
  14723. }
  14724. },
  14725. "md.ReleaseDynamicReq": {
  14726. "type": "object",
  14727. "properties": {
  14728. "content": {
  14729. "description": "文本内容",
  14730. "type": "string"
  14731. },
  14732. "image": {
  14733. "description": "图片",
  14734. "type": "array",
  14735. "items": {
  14736. "type": "string"
  14737. }
  14738. },
  14739. "is_praise": {
  14740. "description": "是否被表扬(1:是 2:否)",
  14741. "type": "integer"
  14742. },
  14743. "is_top_up": {
  14744. "description": "是否置顶(1:是 2:否)",
  14745. "type": "integer"
  14746. },
  14747. "kind": {
  14748. "description": "类型(1:普通 2:官方)",
  14749. "type": "integer"
  14750. },
  14751. "state": {
  14752. "description": "状态(1:正常 2:隐藏)",
  14753. "type": "integer"
  14754. },
  14755. "video": {
  14756. "description": "视频",
  14757. "type": "array",
  14758. "items": {
  14759. "type": "string"
  14760. }
  14761. }
  14762. }
  14763. },
  14764. "md.Response": {
  14765. "type": "object",
  14766. "properties": {
  14767. "code": {
  14768. "type": "string",
  14769. "example": "响应码"
  14770. },
  14771. "data": {
  14772. "description": "内容"
  14773. },
  14774. "msg": {
  14775. "type": "string",
  14776. "example": "具体错误原因"
  14777. }
  14778. }
  14779. },
  14780. "md.RewardSystemStruct": {
  14781. "type": "object",
  14782. "properties": {
  14783. "level": {
  14784. "description": "圈层",
  14785. "type": "integer"
  14786. },
  14787. "reward_condition": {
  14788. "description": "奖励条件",
  14789. "type": "string"
  14790. },
  14791. "reward_value": {
  14792. "description": "奖励值",
  14793. "type": "string"
  14794. }
  14795. }
  14796. },
  14797. "md.RoleBindPermissionGroupReq": {
  14798. "type": "object",
  14799. "required": [
  14800. "role_id"
  14801. ],
  14802. "properties": {
  14803. "permission_ids": {
  14804. "type": "array",
  14805. "items": {
  14806. "type": "integer"
  14807. }
  14808. },
  14809. "role_id": {
  14810. "type": "integer"
  14811. }
  14812. }
  14813. },
  14814. "md.SelectData": {
  14815. "type": "object",
  14816. "properties": {
  14817. "direction": {
  14818. "type": "array",
  14819. "items": {
  14820. "type": "object",
  14821. "additionalProperties": {
  14822. "type": "string"
  14823. }
  14824. }
  14825. }
  14826. }
  14827. },
  14828. "md.SelectMemberNode": {
  14829. "type": "object",
  14830. "properties": {
  14831. "avatar": {
  14832. "description": "会员头像",
  14833. "type": "string"
  14834. },
  14835. "level": {
  14836. "description": "会员等级",
  14837. "type": "string"
  14838. },
  14839. "nickname": {
  14840. "description": "会员昵称",
  14841. "type": "string"
  14842. },
  14843. "phone": {
  14844. "description": "会员手机号",
  14845. "type": "string"
  14846. },
  14847. "uid": {
  14848. "description": "会员 ID",
  14849. "type": "integer"
  14850. }
  14851. }
  14852. },
  14853. "md.SelectMemberReq": {
  14854. "type": "object",
  14855. "properties": {
  14856. "level": {
  14857. "description": "会员等级",
  14858. "type": "integer"
  14859. },
  14860. "limit": {
  14861. "description": "每页大小",
  14862. "type": "integer"
  14863. },
  14864. "nickname": {
  14865. "description": "会员昵称",
  14866. "type": "string"
  14867. },
  14868. "page": {
  14869. "description": "页数",
  14870. "type": "integer"
  14871. },
  14872. "phone": {
  14873. "description": "会员手机号",
  14874. "type": "string"
  14875. },
  14876. "uid": {
  14877. "description": "会员 ID",
  14878. "type": "integer"
  14879. }
  14880. }
  14881. },
  14882. "md.SelectMemberResp": {
  14883. "type": "object",
  14884. "properties": {
  14885. "level_list": {
  14886. "description": "会员等级列表",
  14887. "type": "array",
  14888. "items": {
  14889. "type": "object",
  14890. "additionalProperties": true
  14891. }
  14892. },
  14893. "list": {
  14894. "description": "会员数据",
  14895. "type": "array",
  14896. "items": {
  14897. "$ref": "#/definitions/md.SelectMemberNode"
  14898. }
  14899. },
  14900. "paginate": {
  14901. "description": "分页信息",
  14902. "allOf": [
  14903. {
  14904. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14905. }
  14906. ]
  14907. }
  14908. }
  14909. },
  14910. "md.SetCustomerServiceStateReq": {
  14911. "type": "object",
  14912. "properties": {
  14913. "id": {
  14914. "description": "拥有用户数量",
  14915. "type": "integer"
  14916. },
  14917. "state": {
  14918. "description": "状态",
  14919. "type": "integer"
  14920. }
  14921. }
  14922. },
  14923. "md.SetEmoticonStateReq": {
  14924. "type": "object",
  14925. "properties": {
  14926. "id": {
  14927. "description": "拥有用户数量",
  14928. "type": "integer"
  14929. },
  14930. "state": {
  14931. "description": "状态",
  14932. "type": "integer"
  14933. }
  14934. }
  14935. },
  14936. "md.SetVideoRewardReq": {
  14937. "type": "object",
  14938. "properties": {
  14939. "ecpm": {
  14940. "description": "当前 Ecpm 值",
  14941. "type": "string"
  14942. },
  14943. "unit_price": {
  14944. "description": "单价",
  14945. "type": "string"
  14946. }
  14947. }
  14948. },
  14949. "md.SonUserDailyActivityAnalysisNode": {
  14950. "type": "object",
  14951. "properties": {
  14952. "activity_day_nums": {
  14953. "description": "活跃子节点活跃天数",
  14954. "type": "integer"
  14955. },
  14956. "nickname": {
  14957. "type": "string",
  14958. "example": "昵称"
  14959. },
  14960. "phone": {
  14961. "type": "string",
  14962. "example": "手机号"
  14963. },
  14964. "uid": {
  14965. "description": "查询用户活跃子节点 ID",
  14966. "type": "integer"
  14967. }
  14968. }
  14969. },
  14970. "md.StatisticsEggPointReq": {
  14971. "type": "object",
  14972. "properties": {
  14973. "kind": {
  14974. "type": "string"
  14975. },
  14976. "week": {
  14977. "type": "string",
  14978. "example": "周份"
  14979. },
  14980. "year": {
  14981. "type": "string",
  14982. "example": "年份"
  14983. }
  14984. }
  14985. },
  14986. "md.StatisticsEggPointResp": {
  14987. "type": "object",
  14988. "properties": {
  14989. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  14990. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  14991. "type": "array",
  14992. "items": {
  14993. "type": "object",
  14994. "additionalProperties": {
  14995. "type": "string"
  14996. }
  14997. }
  14998. },
  14999. "statistics_user_egg_browse_interface_nums_range": {
  15000. "description": "统计用户\"浏览界面次数\"范围",
  15001. "type": "array",
  15002. "items": {
  15003. "type": "object",
  15004. "additionalProperties": {
  15005. "type": "string"
  15006. }
  15007. }
  15008. },
  15009. "statistics_user_egg_college_learning_nums_range": {
  15010. "description": "统计用户\"学院学习次数\"范围",
  15011. "type": "array",
  15012. "items": {
  15013. "type": "object",
  15014. "additionalProperties": {
  15015. "type": "string"
  15016. }
  15017. }
  15018. },
  15019. "statistics_user_egg_ecpm_range": {
  15020. "description": "统计用户\"ecpm\"范围",
  15021. "type": "array",
  15022. "items": {
  15023. "type": "object",
  15024. "additionalProperties": {
  15025. "type": "string"
  15026. }
  15027. }
  15028. },
  15029. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  15030. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  15031. "type": "array",
  15032. "items": {
  15033. "type": "object",
  15034. "additionalProperties": {
  15035. "type": "string"
  15036. }
  15037. }
  15038. },
  15039. "statistics_user_egg_forum_comments_nums_range": {
  15040. "description": "统计用户\"论坛评论次数\"范围",
  15041. "type": "array",
  15042. "items": {
  15043. "type": "object",
  15044. "additionalProperties": {
  15045. "type": "string"
  15046. }
  15047. }
  15048. },
  15049. "statistics_user_egg_invite_user_nums_range": {
  15050. "description": "统计用户\"拉新人数\"范围",
  15051. "type": "array",
  15052. "items": {
  15053. "type": "object",
  15054. "additionalProperties": {
  15055. "type": "string"
  15056. }
  15057. }
  15058. },
  15059. "statistics_user_egg_person_add_activity_value_range": {
  15060. "description": "统计用户\"个人活跃积分增量值\"范围",
  15061. "type": "array",
  15062. "items": {
  15063. "type": "object",
  15064. "additionalProperties": {
  15065. "type": "string"
  15066. }
  15067. }
  15068. },
  15069. "statistics_user_egg_send_circle_of_friend_nums_range": {
  15070. "description": "统计用户\"发朋友圈次数\"范围",
  15071. "type": "array",
  15072. "items": {
  15073. "type": "object",
  15074. "additionalProperties": {
  15075. "type": "string"
  15076. }
  15077. }
  15078. },
  15079. "statistics_user_egg_send_red_package_nums_range": {
  15080. "description": "统计用户\"发红包次数\"范围",
  15081. "type": "array",
  15082. "items": {
  15083. "type": "object",
  15084. "additionalProperties": {
  15085. "type": "string"
  15086. }
  15087. }
  15088. },
  15089. "statistics_user_egg_sign_in_nums_range": {
  15090. "description": "统计用户\"签到次数\"范围",
  15091. "type": "array",
  15092. "items": {
  15093. "type": "object",
  15094. "additionalProperties": {
  15095. "type": "string"
  15096. }
  15097. }
  15098. },
  15099. "statistics_user_egg_team_activity_nums_range": {
  15100. "description": "统计用户\"团队活跃次数\"范围",
  15101. "type": "array",
  15102. "items": {
  15103. "type": "object",
  15104. "additionalProperties": {
  15105. "type": "string"
  15106. }
  15107. }
  15108. },
  15109. "statistics_user_egg_violate_nums_range": {
  15110. "description": "统计用户\"违规次数\"范围",
  15111. "type": "array",
  15112. "items": {
  15113. "type": "object",
  15114. "additionalProperties": {
  15115. "type": "string"
  15116. }
  15117. }
  15118. },
  15119. "week": {
  15120. "type": "string",
  15121. "example": "周份"
  15122. },
  15123. "year": {
  15124. "type": "string",
  15125. "example": "年份"
  15126. },
  15127. "year_list": {
  15128. "description": "年份\u0026\u0026周份列表",
  15129. "type": "object",
  15130. "additionalProperties": {
  15131. "type": "array",
  15132. "items": {
  15133. "type": "string"
  15134. }
  15135. }
  15136. }
  15137. }
  15138. },
  15139. "md.SubUser": {
  15140. "type": "object",
  15141. "properties": {
  15142. "avatar_url": {
  15143. "type": "string",
  15144. "example": "头像"
  15145. },
  15146. "level": {
  15147. "description": "整个系统中的等级",
  15148. "type": "integer"
  15149. },
  15150. "nickname": {
  15151. "type": "string",
  15152. "example": "昵称"
  15153. },
  15154. "phone": {
  15155. "type": "string",
  15156. "example": "手机号"
  15157. },
  15158. "pid": {
  15159. "type": "integer"
  15160. },
  15161. "position": {
  15162. "description": "以pid1为创始人中网的位置",
  15163. "type": "integer"
  15164. },
  15165. "uid": {
  15166. "type": "integer"
  15167. }
  15168. }
  15169. },
  15170. "md.TagListNode": {
  15171. "type": "object",
  15172. "properties": {
  15173. "count": {
  15174. "description": "标签人数",
  15175. "type": "string"
  15176. },
  15177. "create_at": {
  15178. "description": "创建时间",
  15179. "type": "string"
  15180. },
  15181. "is_punish": {
  15182. "description": "是否处罚",
  15183. "type": "integer"
  15184. },
  15185. "memo": {
  15186. "description": "备注",
  15187. "type": "string"
  15188. },
  15189. "name": {
  15190. "description": "名称",
  15191. "type": "string"
  15192. },
  15193. "tag_id": {
  15194. "description": "标签 ID",
  15195. "type": "string"
  15196. }
  15197. }
  15198. },
  15199. "md.TreeNode": {
  15200. "type": "object",
  15201. "properties": {
  15202. "avatar_url": {
  15203. "type": "string",
  15204. "example": "头像"
  15205. },
  15206. "level": {
  15207. "type": "integer"
  15208. },
  15209. "nickname": {
  15210. "type": "string",
  15211. "example": "昵称"
  15212. },
  15213. "phone": {
  15214. "type": "string",
  15215. "example": "手机号"
  15216. },
  15217. "pid": {
  15218. "type": "integer"
  15219. },
  15220. "position": {
  15221. "type": "integer"
  15222. },
  15223. "son": {
  15224. "type": "array",
  15225. "items": {
  15226. "$ref": "#/definitions/md.TreeNode"
  15227. }
  15228. },
  15229. "system_id": {
  15230. "description": "公排网中id",
  15231. "type": "integer"
  15232. },
  15233. "uid": {
  15234. "type": "integer"
  15235. }
  15236. }
  15237. },
  15238. "md.UpdateAdminReq": {
  15239. "type": "object",
  15240. "required": [
  15241. "adm_id",
  15242. "password",
  15243. "username"
  15244. ],
  15245. "properties": {
  15246. "adm_id": {
  15247. "type": "integer"
  15248. },
  15249. "memo": {
  15250. "type": "string"
  15251. },
  15252. "password": {
  15253. "type": "string"
  15254. },
  15255. "username": {
  15256. "type": "string"
  15257. }
  15258. }
  15259. },
  15260. "md.UpdateAdminStateReq": {
  15261. "type": "object",
  15262. "required": [
  15263. "adm_id",
  15264. "state"
  15265. ],
  15266. "properties": {
  15267. "adm_id": {
  15268. "type": "integer"
  15269. },
  15270. "state": {
  15271. "type": "integer"
  15272. }
  15273. }
  15274. },
  15275. "md.UpdateContributionValueBasicSettingReq": {
  15276. "type": "object",
  15277. "properties": {
  15278. "hand_out_red_package": {
  15279. "description": "发红包获得x点",
  15280. "type": "string"
  15281. },
  15282. "id": {
  15283. "type": "string"
  15284. },
  15285. "posting_comment_liked": {
  15286. "description": "发布评论被官方点赞获得x点",
  15287. "type": "string"
  15288. },
  15289. "posting_dynamic_liked": {
  15290. "description": "发布动态被官方点赞获得x点",
  15291. "type": "string"
  15292. },
  15293. "publish_creation": {
  15294. "description": "发布创作获得x点",
  15295. "type": "string"
  15296. }
  15297. }
  15298. },
  15299. "md.UpdateCustomerServiceMemoReq": {
  15300. "type": "object",
  15301. "properties": {
  15302. "id": {
  15303. "description": "拥有用户数量",
  15304. "type": "integer"
  15305. },
  15306. "memo": {
  15307. "description": "备注",
  15308. "type": "string",
  15309. "example": "备注"
  15310. }
  15311. }
  15312. },
  15313. "md.UpdateDynamicReq": {
  15314. "type": "object",
  15315. "required": [
  15316. "index_id"
  15317. ],
  15318. "properties": {
  15319. "index_id": {
  15320. "description": "动态id",
  15321. "type": "string"
  15322. },
  15323. "is_praise": {
  15324. "description": "是否被表扬(1:是 2:否)",
  15325. "type": "integer"
  15326. },
  15327. "is_top_up": {
  15328. "description": "是否置顶(1:是 2:否)",
  15329. "type": "integer"
  15330. },
  15331. "state": {
  15332. "description": "状态(1:正常 2:隐藏)",
  15333. "type": "integer"
  15334. }
  15335. }
  15336. },
  15337. "md.UpdateEggEnergyBasicReq": {
  15338. "type": "object",
  15339. "properties": {
  15340. "basic_setting": {
  15341. "description": "基础设置",
  15342. "allOf": [
  15343. {
  15344. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  15345. }
  15346. ]
  15347. },
  15348. "data_setting": {
  15349. "description": "数据设置",
  15350. "allOf": [
  15351. {
  15352. "$ref": "#/definitions/md.DataSetting"
  15353. }
  15354. ]
  15355. },
  15356. "destruction_setting": {
  15357. "description": "销毁设置",
  15358. "allOf": [
  15359. {
  15360. "$ref": "#/definitions/md.DestructionSettingStruct"
  15361. }
  15362. ]
  15363. },
  15364. "exchange_rules": {
  15365. "description": "兑换规则",
  15366. "allOf": [
  15367. {
  15368. "$ref": "#/definitions/md.ExchangeRulesStruct"
  15369. }
  15370. ]
  15371. },
  15372. "new_user_incentive_rules": {
  15373. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  15374. "allOf": [
  15375. {
  15376. "$ref": "#/definitions/md.NewUserRewardRules"
  15377. }
  15378. ]
  15379. },
  15380. "price_setting": {
  15381. "description": "价格设置",
  15382. "allOf": [
  15383. {
  15384. "$ref": "#/definitions/md.PriceSettingStruct"
  15385. }
  15386. ]
  15387. },
  15388. "reward_system": {
  15389. "description": "圈层奖励",
  15390. "type": "array",
  15391. "items": {
  15392. "$ref": "#/definitions/md.RewardSystemStruct"
  15393. }
  15394. },
  15395. "settlement_quantity": {
  15396. "description": "结算数量(百分比)",
  15397. "type": "string"
  15398. },
  15399. "system_id": {
  15400. "description": "该设置系统 ID",
  15401. "type": "integer"
  15402. },
  15403. "video_reward_setting": {
  15404. "description": "视频奖励",
  15405. "allOf": [
  15406. {
  15407. "$ref": "#/definitions/md.VideoRewardSetting"
  15408. }
  15409. ]
  15410. }
  15411. }
  15412. },
  15413. "md.UpdateEggEnergyCoreDataReq": {
  15414. "type": "object",
  15415. "properties": {
  15416. "community_dividends": {
  15417. "description": "社区分红",
  15418. "type": "string"
  15419. },
  15420. "development_committee": {
  15421. "description": "发展委员会",
  15422. "type": "string"
  15423. },
  15424. "id": {
  15425. "type": "integer"
  15426. },
  15427. "marketplace_merchant_funds": {
  15428. "description": "市商资金",
  15429. "type": "string"
  15430. },
  15431. "marketplace_merchant_nums": {
  15432. "description": "市商数量",
  15433. "type": "string"
  15434. },
  15435. "now_energy_total_nums": {
  15436. "description": "现行总量",
  15437. "type": "string"
  15438. },
  15439. "now_price": {
  15440. "description": "当前价格",
  15441. "type": "string"
  15442. },
  15443. "planet_total_value": {
  15444. "description": "星球总价值",
  15445. "type": "string"
  15446. },
  15447. "public_welfare_and_charity": {
  15448. "description": "公益慈善",
  15449. "type": "string"
  15450. },
  15451. "star_level_dividends": {
  15452. "description": "星级分红",
  15453. "type": "string"
  15454. }
  15455. }
  15456. },
  15457. "md.UpdateEggEnergyVipSettingReq": {
  15458. "type": "object",
  15459. "properties": {
  15460. "list": {
  15461. "description": "更新后数据",
  15462. "type": "array",
  15463. "items": {
  15464. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  15465. }
  15466. }
  15467. }
  15468. },
  15469. "md.UpdateEmoticonReq": {
  15470. "type": "object",
  15471. "properties": {
  15472. "id": {
  15473. "description": "拥有用户数量",
  15474. "type": "integer"
  15475. },
  15476. "img_url": {
  15477. "type": "string",
  15478. "example": "图片地址"
  15479. },
  15480. "memo": {
  15481. "description": "备注",
  15482. "type": "string",
  15483. "example": "备注"
  15484. },
  15485. "name": {
  15486. "type": "string",
  15487. "example": "名称"
  15488. },
  15489. "sort": {
  15490. "description": "排序",
  15491. "type": "integer"
  15492. }
  15493. }
  15494. },
  15495. "md.UpdateFriendCircleBasicSettingsReq": {
  15496. "type": "object",
  15497. "properties": {
  15498. "comment_is_real_name": {
  15499. "description": "评论是否需要实名认证(1:是 2:否)",
  15500. "type": "integer"
  15501. },
  15502. "comment_nums_every_day": {
  15503. "description": "评论每天次数",
  15504. "type": "integer"
  15505. },
  15506. "id": {
  15507. "type": "integer"
  15508. },
  15509. "publish_is_real_name": {
  15510. "description": "发布是否需要实名认证(1:是 2:否)",
  15511. "type": "integer"
  15512. },
  15513. "publish_nums_every_day": {
  15514. "description": "发布每天次数",
  15515. "type": "integer"
  15516. }
  15517. }
  15518. },
  15519. "md.UpdateLevelReq": {
  15520. "type": "object",
  15521. "properties": {
  15522. "auto_update": {
  15523. "description": "自动升级 0关闭 1开启",
  15524. "type": "string"
  15525. },
  15526. "choosable_num": {
  15527. "description": "可选任务数量",
  15528. "type": "string"
  15529. },
  15530. "is_use": {
  15531. "description": "是否开启(0.否, 1.是)",
  15532. "type": "string"
  15533. },
  15534. "level_id": {
  15535. "type": "string"
  15536. },
  15537. "level_name": {
  15538. "description": "等级名称",
  15539. "type": "string"
  15540. },
  15541. "level_weight": {
  15542. "description": "等级权重",
  15543. "type": "string"
  15544. },
  15545. "memo": {
  15546. "description": "备注",
  15547. "type": "string"
  15548. },
  15549. "user_level_tasks": {
  15550. "description": "完整的任务列表",
  15551. "type": "array",
  15552. "items": {
  15553. "$ref": "#/definitions/md.LevelTaskNode"
  15554. }
  15555. }
  15556. }
  15557. },
  15558. "md.UpdatePublicPlatoonBasicReq": {
  15559. "type": "object",
  15560. "properties": {
  15561. "is_open": {
  15562. "description": "是否开启(1:开启 0:关闭)",
  15563. "type": "integer"
  15564. },
  15565. "is_self_active_get_team_revenue": {
  15566. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15567. "type": "integer"
  15568. },
  15569. "originator_uid": {
  15570. "description": "创始人uid",
  15571. "type": "integer"
  15572. },
  15573. "several_rows": {
  15574. "description": "几排",
  15575. "type": "integer"
  15576. },
  15577. "several_times": {
  15578. "description": "几乘",
  15579. "type": "integer"
  15580. },
  15581. "system_punish_replace": {
  15582. "description": "是否位置滑落 被新用户替换 0否 1是",
  15583. "type": "integer"
  15584. },
  15585. "system_punish_replace_value": {
  15586. "description": "xx天未活跃,处罚滑落",
  15587. "type": "integer"
  15588. }
  15589. }
  15590. },
  15591. "md.UpdateRoleReq": {
  15592. "type": "object",
  15593. "required": [
  15594. "memo",
  15595. "name",
  15596. "role_id"
  15597. ],
  15598. "properties": {
  15599. "memo": {
  15600. "type": "string"
  15601. },
  15602. "name": {
  15603. "type": "string"
  15604. },
  15605. "role_id": {
  15606. "type": "integer"
  15607. }
  15608. }
  15609. },
  15610. "md.UpdateRoleStateReq": {
  15611. "type": "object",
  15612. "required": [
  15613. "role_id",
  15614. "state"
  15615. ],
  15616. "properties": {
  15617. "role_id": {
  15618. "type": "integer"
  15619. },
  15620. "state": {
  15621. "type": "integer"
  15622. }
  15623. }
  15624. },
  15625. "md.UpdateTagReq": {
  15626. "type": "object",
  15627. "properties": {
  15628. "is_punish": {
  15629. "description": "是否是惩罚标签",
  15630. "type": "integer"
  15631. },
  15632. "memo": {
  15633. "description": "备注",
  15634. "type": "string"
  15635. },
  15636. "name": {
  15637. "description": "标签名称",
  15638. "type": "string"
  15639. },
  15640. "tag_id": {
  15641. "description": "标签 ID",
  15642. "type": "string"
  15643. }
  15644. }
  15645. },
  15646. "md.UpdateVipEquitySettingNode": {
  15647. "type": "object",
  15648. "properties": {
  15649. "dividend_ratio": {
  15650. "description": "分红比例",
  15651. "type": "string"
  15652. },
  15653. "exchange_account_balance_fee": {
  15654. "description": "兑换余额手续费",
  15655. "type": "string"
  15656. },
  15657. "vip_level_id": {
  15658. "description": "会员等级ID",
  15659. "type": "string"
  15660. }
  15661. }
  15662. },
  15663. "md.UpdateVirtualCoinReq": {
  15664. "type": "object",
  15665. "properties": {
  15666. "exchange_ratio": {
  15667. "description": "兑换比例(与金额)",
  15668. "type": "string"
  15669. },
  15670. "id": {
  15671. "type": "integer"
  15672. },
  15673. "is_use": {
  15674. "description": "是否开启:0否 1是",
  15675. "type": "integer"
  15676. },
  15677. "name": {
  15678. "description": "名称",
  15679. "type": "string"
  15680. }
  15681. }
  15682. },
  15683. "md.UpdateWithdrawSettingReq": {
  15684. "type": "object",
  15685. "properties": {
  15686. "condition_is_open": {
  15687. "description": "提现条件是否开启(0:关闭, 1:开启)",
  15688. "type": "integer"
  15689. },
  15690. "first_withdraw_set": {
  15691. "description": "首次提现设置",
  15692. "allOf": [
  15693. {
  15694. "$ref": "#/definitions/md.FirstWithdrawSet"
  15695. }
  15696. ]
  15697. },
  15698. "frequency_set": {
  15699. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  15700. "allOf": [
  15701. {
  15702. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  15703. }
  15704. ]
  15705. },
  15706. "id": {
  15707. "type": "integer"
  15708. },
  15709. "is_auto": {
  15710. "description": "是否开启自动提现(0:否 1:是)",
  15711. "type": "integer"
  15712. },
  15713. "is_auto_amount_limit": {
  15714. "description": "自动提现金额限制",
  15715. "type": "string"
  15716. },
  15717. "is_real_name": {
  15718. "description": "是否实名(0:否 1:是)",
  15719. "type": "integer"
  15720. },
  15721. "is_support_decimal_point": {
  15722. "description": "是否支持小数点(0:否 1:是)",
  15723. "type": "integer"
  15724. },
  15725. "pending_orders_is_can_apply": {
  15726. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  15727. "type": "integer"
  15728. },
  15729. "tips": {
  15730. "description": "提示",
  15731. "type": "string"
  15732. },
  15733. "vip_level_limit": {
  15734. "description": "提现等级限制",
  15735. "type": "integer"
  15736. },
  15737. "withdraw_amount_limit": {
  15738. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  15739. "type": "string"
  15740. },
  15741. "withdraw_fee_set": {
  15742. "description": "提现手续费设置",
  15743. "allOf": [
  15744. {
  15745. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  15746. }
  15747. ]
  15748. },
  15749. "withdraw_multiple_limit": {
  15750. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  15751. "type": "string"
  15752. },
  15753. "withdraw_nums_limit": {
  15754. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  15755. "type": "integer"
  15756. },
  15757. "withdraw_time_interval": {
  15758. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  15759. "allOf": [
  15760. {
  15761. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  15762. }
  15763. ]
  15764. },
  15765. "withdraw_type": {
  15766. "description": "提现方式(1:支付宝 2:微信)",
  15767. "type": "integer"
  15768. }
  15769. }
  15770. },
  15771. "md.UserDailyActivityAnalysisReq": {
  15772. "type": "object",
  15773. "properties": {
  15774. "end_date": {
  15775. "type": "string",
  15776. "example": "结束日期"
  15777. },
  15778. "page": {
  15779. "description": "页数",
  15780. "type": "integer"
  15781. },
  15782. "page_size": {
  15783. "description": "每页大小",
  15784. "type": "integer"
  15785. },
  15786. "start_date": {
  15787. "type": "string",
  15788. "example": "开始日期"
  15789. },
  15790. "uid": {
  15791. "description": "查询用户 ID",
  15792. "type": "integer"
  15793. }
  15794. }
  15795. },
  15796. "md.UserDailyActivityAnalysisResp": {
  15797. "type": "object",
  15798. "properties": {
  15799. "son_user_data": {
  15800. "description": "被查询用户子节点信息",
  15801. "type": "array",
  15802. "items": {
  15803. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  15804. }
  15805. },
  15806. "top_data": {
  15807. "description": "统计信息",
  15808. "allOf": [
  15809. {
  15810. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  15811. }
  15812. ]
  15813. }
  15814. }
  15815. },
  15816. "md.UserEggFlowReq": {
  15817. "type": "object",
  15818. "properties": {
  15819. "account_balance_exchange_egg_energy_nums_end": {
  15820. "type": "string",
  15821. "example": "余额兑换蛋蛋能量数量-结束值"
  15822. },
  15823. "account_balance_exchange_egg_energy_nums_start": {
  15824. "type": "string",
  15825. "example": "余额兑换蛋蛋能量数量-起始值"
  15826. },
  15827. "browse_interface_nums_end": {
  15828. "type": "string",
  15829. "example": "浏览界面次数-结束值"
  15830. },
  15831. "browse_interface_nums_start": {
  15832. "type": "string",
  15833. "example": "浏览界面次数-起始值"
  15834. },
  15835. "college_learning_nums_end": {
  15836. "type": "string",
  15837. "example": "学院学习次数-结束值"
  15838. },
  15839. "college_learning_nums_start": {
  15840. "type": "string",
  15841. "example": "学院学习次数-起始值"
  15842. },
  15843. "ecpm_end": {
  15844. "type": "string",
  15845. "example": "ecpm-结束值"
  15846. },
  15847. "ecpm_start": {
  15848. "type": "string",
  15849. "example": "ecpm-起始值"
  15850. },
  15851. "egg_energy_exchange_account_balance_end": {
  15852. "type": "string",
  15853. "example": "蛋蛋能量兑换余额数量-结束值"
  15854. },
  15855. "egg_energy_exchange_account_balance_start": {
  15856. "type": "string",
  15857. "example": "蛋蛋能量兑换余额数量-起始值"
  15858. },
  15859. "forum_comments_nums_end": {
  15860. "type": "string",
  15861. "example": "论坛评论次数-结束值"
  15862. },
  15863. "forum_comments_nums_start": {
  15864. "type": "string",
  15865. "example": "论坛评论次数-起始值"
  15866. },
  15867. "im_activity_nums_end": {
  15868. "type": "string",
  15869. "example": "im活跃次数-结束值"
  15870. },
  15871. "im_activity_nums_start": {
  15872. "type": "string",
  15873. "example": "im活跃次数-起始值"
  15874. },
  15875. "invite_user_nums_end": {
  15876. "type": "string",
  15877. "example": "拉新人数-结束值"
  15878. },
  15879. "invite_user_nums_start": {
  15880. "type": "string",
  15881. "example": "拉新人数-起始值"
  15882. },
  15883. "page": {
  15884. "description": "页数",
  15885. "type": "integer"
  15886. },
  15887. "page_size": {
  15888. "description": "每页大小",
  15889. "type": "integer"
  15890. },
  15891. "person_add_activity_value_end": {
  15892. "type": "string",
  15893. "example": "个人活跃积分-结束值"
  15894. },
  15895. "person_add_activity_value_start": {
  15896. "type": "string",
  15897. "example": "个人活跃积分-起始值"
  15898. },
  15899. "score_value_end": {
  15900. "type": "string",
  15901. "example": "蛋蛋分-结束值"
  15902. },
  15903. "score_value_kind": {
  15904. "description": "评分类型(0:未知 1:人工 2:系统)",
  15905. "type": "integer"
  15906. },
  15907. "score_value_start": {
  15908. "type": "string",
  15909. "example": "蛋蛋分-起始值"
  15910. },
  15911. "send_circle_of_friend_nums_end": {
  15912. "type": "string",
  15913. "example": "发朋友圈次数-结束值"
  15914. },
  15915. "send_circle_of_friend_nums_start": {
  15916. "type": "string",
  15917. "example": "发朋友圈次数-起始值"
  15918. },
  15919. "send_red_package_nums_end": {
  15920. "type": "string",
  15921. "example": "发红包次数-结束值"
  15922. },
  15923. "send_red_package_nums_start": {
  15924. "type": "string",
  15925. "example": "发红包次数-起始值"
  15926. },
  15927. "sign_in_nums_end": {
  15928. "type": "string",
  15929. "example": "签到次数-结束值"
  15930. },
  15931. "sign_in_nums_start": {
  15932. "type": "string",
  15933. "example": "签到次数-起始值"
  15934. },
  15935. "team-activity-nums-end": {
  15936. "type": "string",
  15937. "example": "团队活跃次数-结束值"
  15938. },
  15939. "team_activity_nums_start": {
  15940. "type": "string",
  15941. "example": "团队活跃次数-起始值"
  15942. },
  15943. "violate_nums_end": {
  15944. "type": "string",
  15945. "example": "违规次数-结束值"
  15946. },
  15947. "violate_nums_start": {
  15948. "type": "string",
  15949. "example": "违规次数-起始值"
  15950. },
  15951. "week": {
  15952. "type": "string",
  15953. "example": "周份"
  15954. },
  15955. "year": {
  15956. "type": "string",
  15957. "example": "年份"
  15958. }
  15959. }
  15960. },
  15961. "md.UserEggFlowReqResp": {
  15962. "type": "object",
  15963. "properties": {
  15964. "list": {
  15965. "type": "array",
  15966. "items": {
  15967. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  15968. }
  15969. },
  15970. "page": {
  15971. "description": "页数",
  15972. "type": "integer"
  15973. },
  15974. "page_size": {
  15975. "description": "每页大小",
  15976. "type": "integer"
  15977. },
  15978. "score_value_kind_map": {
  15979. "description": "评分类型(0:未知 1:人工 2:系统)",
  15980. "type": "array",
  15981. "items": {
  15982. "type": "object",
  15983. "additionalProperties": true
  15984. }
  15985. },
  15986. "total": {
  15987. "description": "总数量",
  15988. "type": "integer"
  15989. },
  15990. "week": {
  15991. "type": "string",
  15992. "example": "周份"
  15993. },
  15994. "year": {
  15995. "type": "string",
  15996. "example": "年份"
  15997. }
  15998. }
  15999. },
  16000. "md.UserEggFlowReqRespList": {
  16001. "type": "object",
  16002. "properties": {
  16003. "account_balance_exchange_egg_energy_nums": {
  16004. "description": "余额兑换蛋蛋能量数量",
  16005. "type": "integer"
  16006. },
  16007. "browse_interface_nums": {
  16008. "description": "浏览界面次数",
  16009. "type": "integer"
  16010. },
  16011. "college_learning_nums": {
  16012. "description": "学院学习次数",
  16013. "type": "integer"
  16014. },
  16015. "ecpm": {
  16016. "description": "ecpm",
  16017. "type": "number"
  16018. },
  16019. "egg_energy_exchange_account_balance": {
  16020. "description": "蛋蛋能量兑换余额数量",
  16021. "type": "integer"
  16022. },
  16023. "forum_comments_nums": {
  16024. "description": "论坛评论次数",
  16025. "type": "integer"
  16026. },
  16027. "im_activity_nums": {
  16028. "description": "im活跃次数",
  16029. "type": "integer"
  16030. },
  16031. "index_id": {
  16032. "description": "文档id",
  16033. "type": "string"
  16034. },
  16035. "invite_user_nums": {
  16036. "description": "拉新人数",
  16037. "type": "integer"
  16038. },
  16039. "person_add_activity_value": {
  16040. "description": "个人活跃积分",
  16041. "type": "integer"
  16042. },
  16043. "score_value": {
  16044. "description": "蛋蛋分-起始值",
  16045. "type": "number"
  16046. },
  16047. "score_value_kind": {
  16048. "description": "评分类型(0:未知 1:人工 2:系统)",
  16049. "type": "integer"
  16050. },
  16051. "send_circle_of_friend_nums": {
  16052. "description": "发朋友圈次数",
  16053. "type": "integer"
  16054. },
  16055. "send_red_package_nums": {
  16056. "description": "发红包次数",
  16057. "type": "integer"
  16058. },
  16059. "sign_in_nums": {
  16060. "description": "签到次数",
  16061. "type": "integer"
  16062. },
  16063. "team_activity_nums": {
  16064. "description": "团队活跃次数",
  16065. "type": "integer"
  16066. },
  16067. "violate_nums": {
  16068. "description": "违规次数",
  16069. "type": "integer"
  16070. }
  16071. }
  16072. },
  16073. "md.UserEggIndexReq": {
  16074. "type": "object",
  16075. "properties": {
  16076. "week": {
  16077. "type": "string",
  16078. "example": "周份"
  16079. },
  16080. "year": {
  16081. "type": "string",
  16082. "example": "年份"
  16083. }
  16084. }
  16085. },
  16086. "md.UserEggIndexResp": {
  16087. "type": "object",
  16088. "properties": {
  16089. "egg_energy_user_egg_index_weight": {
  16090. "description": "蛋蛋分系数权重",
  16091. "allOf": [
  16092. {
  16093. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  16094. }
  16095. ]
  16096. },
  16097. "statistics_user_egg_kind_proportion": {
  16098. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  16099. "type": "array",
  16100. "items": {
  16101. "type": "object",
  16102. "additionalProperties": true
  16103. }
  16104. },
  16105. "statistics_user_egg_score_value_range": {
  16106. "description": "统计用户蛋蛋分范围",
  16107. "type": "array",
  16108. "items": {
  16109. "type": "object",
  16110. "additionalProperties": {
  16111. "type": "string"
  16112. }
  16113. }
  16114. },
  16115. "week": {
  16116. "type": "string",
  16117. "example": "周份"
  16118. },
  16119. "year": {
  16120. "type": "string",
  16121. "example": "年份"
  16122. },
  16123. "year_list": {
  16124. "description": "年份\u0026\u0026周份列表",
  16125. "type": "object",
  16126. "additionalProperties": {
  16127. "type": "array",
  16128. "items": {
  16129. "type": "string"
  16130. }
  16131. }
  16132. }
  16133. }
  16134. },
  16135. "md.UserFeedbackCateDelReq": {
  16136. "type": "object",
  16137. "properties": {
  16138. "id": {
  16139. "type": "array",
  16140. "items": {
  16141. "type": "string"
  16142. }
  16143. }
  16144. }
  16145. },
  16146. "md.UserFeedbackCateList": {
  16147. "type": "object",
  16148. "properties": {
  16149. "id": {
  16150. "type": "string"
  16151. },
  16152. "name": {
  16153. "type": "string"
  16154. },
  16155. "sort": {
  16156. "type": "string"
  16157. }
  16158. }
  16159. },
  16160. "md.UserFeedbackCateListReq": {
  16161. "type": "object",
  16162. "properties": {
  16163. "limit": {
  16164. "description": "每页大小",
  16165. "type": "string"
  16166. },
  16167. "page": {
  16168. "description": "页数",
  16169. "type": "string"
  16170. }
  16171. }
  16172. },
  16173. "md.UserFeedbackCateListResp": {
  16174. "type": "object",
  16175. "properties": {
  16176. "list": {
  16177. "type": "array",
  16178. "items": {
  16179. "$ref": "#/definitions/md.UserFeedbackCateList"
  16180. }
  16181. },
  16182. "total": {
  16183. "type": "integer"
  16184. }
  16185. }
  16186. },
  16187. "md.UserFeedbackCateSaveReq": {
  16188. "type": "object",
  16189. "properties": {
  16190. "id": {
  16191. "type": "string"
  16192. },
  16193. "name": {
  16194. "type": "string"
  16195. },
  16196. "sort": {
  16197. "type": "string"
  16198. }
  16199. }
  16200. },
  16201. "md.UserFeedbackChangeStateReq": {
  16202. "type": "object",
  16203. "properties": {
  16204. "id": {
  16205. "type": "string"
  16206. },
  16207. "state": {
  16208. "type": "string",
  16209. "example": "0待解决 1处理中 2已解决"
  16210. }
  16211. }
  16212. },
  16213. "md.UserFeedbackDelReq": {
  16214. "type": "object",
  16215. "properties": {
  16216. "id": {
  16217. "type": "array",
  16218. "items": {
  16219. "type": "string"
  16220. }
  16221. }
  16222. }
  16223. },
  16224. "md.UserFeedbackList": {
  16225. "type": "object",
  16226. "properties": {
  16227. "content": {
  16228. "type": "string"
  16229. },
  16230. "create_at": {
  16231. "type": "string"
  16232. },
  16233. "id": {
  16234. "type": "string"
  16235. },
  16236. "img": {
  16237. "type": "array",
  16238. "items": {
  16239. "type": "string"
  16240. }
  16241. },
  16242. "phone": {
  16243. "type": "string"
  16244. },
  16245. "platform": {
  16246. "type": "string"
  16247. },
  16248. "state": {
  16249. "type": "string",
  16250. "example": "0待解决 1处理中 2已解决"
  16251. },
  16252. "title": {
  16253. "type": "string"
  16254. },
  16255. "type": {
  16256. "type": "string"
  16257. },
  16258. "version": {
  16259. "type": "string"
  16260. }
  16261. }
  16262. },
  16263. "md.UserFeedbackListReq": {
  16264. "type": "object",
  16265. "properties": {
  16266. "cid": {
  16267. "type": "string"
  16268. },
  16269. "limit": {
  16270. "description": "每页大小",
  16271. "type": "string"
  16272. },
  16273. "page": {
  16274. "description": "页数",
  16275. "type": "string"
  16276. },
  16277. "phone": {
  16278. "type": "string"
  16279. },
  16280. "uid": {
  16281. "type": "string"
  16282. }
  16283. }
  16284. },
  16285. "md.UserFeedbackListResp": {
  16286. "type": "object",
  16287. "properties": {
  16288. "list": {
  16289. "type": "array",
  16290. "items": {
  16291. "$ref": "#/definitions/md.UserFeedbackList"
  16292. }
  16293. },
  16294. "select_data": {
  16295. "type": "array",
  16296. "items": {
  16297. "type": "object",
  16298. "additionalProperties": true
  16299. }
  16300. },
  16301. "total": {
  16302. "type": "integer"
  16303. }
  16304. }
  16305. },
  16306. "md.UserFeedbackRecordListReq": {
  16307. "type": "object",
  16308. "properties": {
  16309. "id": {
  16310. "type": "string"
  16311. },
  16312. "limit": {
  16313. "description": "每页大小",
  16314. "type": "string"
  16315. },
  16316. "page": {
  16317. "description": "页数",
  16318. "type": "string"
  16319. }
  16320. }
  16321. },
  16322. "md.UserFeedbackRecordListResp": {
  16323. "type": "object",
  16324. "properties": {
  16325. "content": {
  16326. "type": "string"
  16327. },
  16328. "create_at": {
  16329. "type": "string"
  16330. },
  16331. "head_img": {
  16332. "type": "string"
  16333. },
  16334. "nickname": {
  16335. "type": "string"
  16336. },
  16337. "type": {
  16338. "type": "string"
  16339. }
  16340. }
  16341. },
  16342. "md.UserFeedbackSayReq": {
  16343. "type": "object",
  16344. "properties": {
  16345. "content": {
  16346. "type": "string"
  16347. },
  16348. "id": {
  16349. "type": "string"
  16350. }
  16351. }
  16352. },
  16353. "md.UserManagementGetBalanceDetailResp": {
  16354. "type": "object",
  16355. "properties": {
  16356. "list": {
  16357. "type": "array",
  16358. "items": {
  16359. "$ref": "#/definitions/md.BalanceDetailNode"
  16360. }
  16361. },
  16362. "paginate": {
  16363. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16364. }
  16365. }
  16366. },
  16367. "md.UserManagementGetFansResp": {
  16368. "type": "object",
  16369. "properties": {
  16370. "list": {
  16371. "description": "用户数据",
  16372. "type": "array",
  16373. "items": {
  16374. "$ref": "#/definitions/md.FansNode"
  16375. }
  16376. },
  16377. "paginate": {
  16378. "description": "分页信息",
  16379. "allOf": [
  16380. {
  16381. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16382. }
  16383. ]
  16384. }
  16385. }
  16386. },
  16387. "md.UserManagementGetOneBasicResp": {
  16388. "type": "object",
  16389. "properties": {
  16390. "basic_info": {
  16391. "description": "基本信息",
  16392. "allOf": [
  16393. {
  16394. "$ref": "#/definitions/md.BasicInfoNode"
  16395. }
  16396. ]
  16397. },
  16398. "levels_list": {
  16399. "description": "等级列表",
  16400. "type": "array",
  16401. "items": {
  16402. "type": "object",
  16403. "additionalProperties": true
  16404. }
  16405. },
  16406. "other_info": {
  16407. "description": "其他信息",
  16408. "allOf": [
  16409. {
  16410. "$ref": "#/definitions/md.OtherNode"
  16411. }
  16412. ]
  16413. },
  16414. "tags_list": {
  16415. "description": "标签列表",
  16416. "type": "array",
  16417. "items": {
  16418. "type": "object",
  16419. "additionalProperties": true
  16420. }
  16421. }
  16422. }
  16423. },
  16424. "md.UserManagementGetUserListNode": {
  16425. "type": "object",
  16426. "properties": {
  16427. "avatar": {
  16428. "description": "头像",
  16429. "type": "string"
  16430. },
  16431. "id": {
  16432. "description": "会员 ID",
  16433. "type": "integer"
  16434. },
  16435. "invite_code": {
  16436. "type": "string",
  16437. "example": "会员邀请码"
  16438. },
  16439. "is_real_name": {
  16440. "description": "是否实名 0.未实名,1.已实名",
  16441. "type": "integer"
  16442. },
  16443. "last_login_at": {
  16444. "description": "最后登录时间",
  16445. "type": "string"
  16446. },
  16447. "level_name": {
  16448. "description": "会员等级",
  16449. "type": "string"
  16450. },
  16451. "memo": {
  16452. "description": "备注",
  16453. "type": "string"
  16454. },
  16455. "nickname": {
  16456. "description": "昵称",
  16457. "type": "string"
  16458. },
  16459. "parent_id": {
  16460. "description": "推荐人 ID",
  16461. "type": "integer"
  16462. },
  16463. "parent_invite_code": {
  16464. "type": "string",
  16465. "example": "推荐人邀请码"
  16466. },
  16467. "parent_phone": {
  16468. "type": "string",
  16469. "example": "推荐人手机号"
  16470. },
  16471. "phone": {
  16472. "description": "手机号",
  16473. "type": "string"
  16474. },
  16475. "register_time": {
  16476. "description": "注册时间",
  16477. "type": "string"
  16478. },
  16479. "register_type": {
  16480. "description": "注册类型",
  16481. "type": "integer"
  16482. },
  16483. "sex": {
  16484. "description": "性别(0:未知 1:男 2:女)",
  16485. "type": "integer"
  16486. },
  16487. "state": {
  16488. "description": "状态",
  16489. "type": "integer"
  16490. },
  16491. "tag": {
  16492. "description": "会员标签",
  16493. "type": "array",
  16494. "items": {
  16495. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16496. }
  16497. },
  16498. "wechat": {
  16499. "description": "微信号",
  16500. "type": "string"
  16501. }
  16502. }
  16503. },
  16504. "md.UserManagementGetUserListReq": {
  16505. "type": "object",
  16506. "properties": {
  16507. "effective": {
  16508. "description": "有效会员",
  16509. "type": "integer"
  16510. },
  16511. "id": {
  16512. "description": "会员 ID",
  16513. "type": "integer"
  16514. },
  16515. "invite_code": {
  16516. "type": "string",
  16517. "example": "会员邀请码"
  16518. },
  16519. "is_real_name": {
  16520. "description": "是否实名 0.未实名,1.已实名",
  16521. "type": "integer"
  16522. },
  16523. "is_recycle": {
  16524. "type": "string"
  16525. },
  16526. "level": {
  16527. "description": "会员等级",
  16528. "type": "integer"
  16529. },
  16530. "limit": {
  16531. "type": "integer"
  16532. },
  16533. "login_after": {
  16534. "description": "最近登录结束时间",
  16535. "type": "string"
  16536. },
  16537. "login_before": {
  16538. "description": "最近登录开始时间",
  16539. "type": "string"
  16540. },
  16541. "memo": {
  16542. "description": "备注",
  16543. "type": "string"
  16544. },
  16545. "nickname": {
  16546. "type": "string",
  16547. "example": "会员昵称"
  16548. },
  16549. "page": {
  16550. "type": "integer"
  16551. },
  16552. "parent_invite_code": {
  16553. "type": "string",
  16554. "example": "上级邀请码"
  16555. },
  16556. "parent_phone": {
  16557. "type": "string",
  16558. "example": "上级手机号"
  16559. },
  16560. "phone": {
  16561. "type": "string",
  16562. "example": "会员手机号"
  16563. },
  16564. "recommend_id": {
  16565. "description": "推荐人 ID",
  16566. "type": "integer"
  16567. },
  16568. "register_after": {
  16569. "description": "注册时间终点",
  16570. "type": "string"
  16571. },
  16572. "register_before": {
  16573. "description": "注册时间起点",
  16574. "type": "string"
  16575. },
  16576. "register_type": {
  16577. "description": "注册类型(1:APP注册、2:H5注册)",
  16578. "type": "integer"
  16579. },
  16580. "sex": {
  16581. "description": "性别(0:未知 1:男 2:女)",
  16582. "type": "integer"
  16583. },
  16584. "state": {
  16585. "description": "状态",
  16586. "type": "integer"
  16587. },
  16588. "tag": {
  16589. "description": "标签 id",
  16590. "type": "integer"
  16591. },
  16592. "union_id": {
  16593. "type": "string",
  16594. "example": "微信号"
  16595. }
  16596. }
  16597. },
  16598. "md.UserManagementGetUserListResp": {
  16599. "type": "object",
  16600. "properties": {
  16601. "levels_list": {
  16602. "description": "等级列表",
  16603. "type": "array",
  16604. "items": {
  16605. "type": "object",
  16606. "additionalProperties": true
  16607. }
  16608. },
  16609. "list": {
  16610. "type": "array",
  16611. "items": {
  16612. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  16613. }
  16614. },
  16615. "paginate": {
  16616. "description": "分页信息",
  16617. "allOf": [
  16618. {
  16619. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16620. }
  16621. ]
  16622. },
  16623. "state_list": {
  16624. "description": "状态列表",
  16625. "type": "array",
  16626. "items": {
  16627. "type": "object",
  16628. "additionalProperties": true
  16629. }
  16630. },
  16631. "tags_list": {
  16632. "description": "标签列表",
  16633. "type": "array",
  16634. "items": {
  16635. "type": "object",
  16636. "additionalProperties": true
  16637. }
  16638. }
  16639. }
  16640. },
  16641. "md.UserManagementGetVirtualCoinDetailResp": {
  16642. "type": "object",
  16643. "properties": {
  16644. "coin_list": {
  16645. "type": "array",
  16646. "items": {
  16647. "type": "object",
  16648. "additionalProperties": true
  16649. }
  16650. },
  16651. "list": {
  16652. "type": "array",
  16653. "items": {
  16654. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  16655. }
  16656. },
  16657. "paginate": {
  16658. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16659. }
  16660. }
  16661. },
  16662. "md.UserManagementUpdateUserInfoReq": {
  16663. "type": "object",
  16664. "properties": {
  16665. "avatar": {
  16666. "description": "头像",
  16667. "type": "string"
  16668. },
  16669. "last_login_ip": {
  16670. "description": "用户最后登录 IP",
  16671. "type": "string"
  16672. },
  16673. "level": {
  16674. "description": "会员等级 ID",
  16675. "type": "string"
  16676. },
  16677. "memo": {
  16678. "type": "string",
  16679. "example": "备注"
  16680. },
  16681. "nickname": {
  16682. "description": "用户名",
  16683. "type": "string"
  16684. },
  16685. "parent_uid": {
  16686. "description": "邀请人 ID",
  16687. "type": "string"
  16688. },
  16689. "password": {
  16690. "description": "登录密码",
  16691. "type": "string"
  16692. },
  16693. "phone": {
  16694. "description": "手机号",
  16695. "type": "string"
  16696. },
  16697. "sex": {
  16698. "description": "性别(0:未知 1:男 2:女)",
  16699. "type": "string"
  16700. },
  16701. "state": {
  16702. "description": "账号状态 1正常,2冻结",
  16703. "type": "string"
  16704. },
  16705. "tag": {
  16706. "description": "用户标签 ID列表",
  16707. "type": "string"
  16708. },
  16709. "uid": {
  16710. "type": "integer"
  16711. },
  16712. "union_id": {
  16713. "description": "微信号",
  16714. "type": "string"
  16715. }
  16716. }
  16717. },
  16718. "md.UserManagementUserInfoCancelReq": {
  16719. "type": "object",
  16720. "properties": {
  16721. "uid": {
  16722. "type": "string",
  16723. "example": "多个逗号隔开"
  16724. }
  16725. }
  16726. },
  16727. "md.UserManagementUserInfoReq": {
  16728. "type": "object",
  16729. "properties": {
  16730. "parent_uid": {
  16731. "type": "string",
  16732. "example": "参考下智莺 保留关系时候的选择用户"
  16733. },
  16734. "uid": {
  16735. "type": "string",
  16736. "example": "多个逗号隔开"
  16737. }
  16738. }
  16739. },
  16740. "md.UserRealName": {
  16741. "type": "object",
  16742. "properties": {
  16743. "create_time": {
  16744. "type": "string"
  16745. },
  16746. "id": {
  16747. "type": "string"
  16748. },
  16749. "id_no": {
  16750. "type": "string"
  16751. },
  16752. "name": {
  16753. "type": "string"
  16754. },
  16755. "pay_state": {
  16756. "type": "string",
  16757. "example": "0未支付 1已支付"
  16758. },
  16759. "phone": {
  16760. "type": "string"
  16761. },
  16762. "state": {
  16763. "type": "string",
  16764. "example": "0未申请 1申请通过 3申请失败"
  16765. },
  16766. "uid": {
  16767. "type": "string"
  16768. }
  16769. }
  16770. },
  16771. "md.UserRealNameBaseResp": {
  16772. "type": "object",
  16773. "properties": {
  16774. "user_real_name_money": {
  16775. "type": "string",
  16776. "example": "实名认证费用"
  16777. },
  16778. "user_real_name_rule": {
  16779. "type": "string",
  16780. "example": "实名认证说明"
  16781. }
  16782. }
  16783. },
  16784. "md.UserRealNameReq": {
  16785. "type": "object",
  16786. "properties": {
  16787. "id_no": {
  16788. "type": "string"
  16789. },
  16790. "limit": {
  16791. "type": "string"
  16792. },
  16793. "name": {
  16794. "type": "string"
  16795. },
  16796. "page": {
  16797. "type": "string"
  16798. },
  16799. "phone": {
  16800. "type": "string"
  16801. },
  16802. "state": {
  16803. "type": "string"
  16804. },
  16805. "uid": {
  16806. "type": "string"
  16807. }
  16808. }
  16809. },
  16810. "md.UserRealNameResp": {
  16811. "type": "object",
  16812. "properties": {
  16813. "list": {
  16814. "type": "array",
  16815. "items": {
  16816. "$ref": "#/definitions/md.UserRealName"
  16817. }
  16818. },
  16819. "select_data": {
  16820. "type": "array",
  16821. "items": {
  16822. "type": "object",
  16823. "additionalProperties": {
  16824. "type": "string"
  16825. }
  16826. }
  16827. },
  16828. "total": {
  16829. "type": "integer"
  16830. }
  16831. }
  16832. },
  16833. "md.UserRealNameSaveReq": {
  16834. "type": "object",
  16835. "properties": {
  16836. "id": {
  16837. "type": "string"
  16838. },
  16839. "state": {
  16840. "type": "string"
  16841. }
  16842. }
  16843. },
  16844. "md.UserVirtualCoinFlow": {
  16845. "type": "object",
  16846. "properties": {
  16847. "after_amount": {
  16848. "type": "string",
  16849. "example": "变更后数量"
  16850. },
  16851. "amount": {
  16852. "type": "string",
  16853. "example": "变更数量"
  16854. },
  16855. "before_amount": {
  16856. "type": "string",
  16857. "example": "变更前数量"
  16858. },
  16859. "coin_id": {
  16860. "description": "虚拟币 ID",
  16861. "type": "integer"
  16862. },
  16863. "create_at": {
  16864. "type": "string",
  16865. "example": "创建时间"
  16866. },
  16867. "direction": {
  16868. "description": "方向:1收入 2支出",
  16869. "type": "integer"
  16870. },
  16871. "id": {
  16872. "type": "integer"
  16873. },
  16874. "sys_fee": {
  16875. "type": "string",
  16876. "example": "手续费"
  16877. },
  16878. "title": {
  16879. "type": "string",
  16880. "example": "标题"
  16881. },
  16882. "transfer_type": {
  16883. "description": "转账类型",
  16884. "type": "integer"
  16885. },
  16886. "uid": {
  16887. "description": "用户 ID",
  16888. "type": "integer"
  16889. },
  16890. "update_at": {
  16891. "type": "string",
  16892. "example": "更新时间"
  16893. }
  16894. }
  16895. },
  16896. "md.VideoBaseData": {
  16897. "type": "object",
  16898. "properties": {
  16899. "interval": {
  16900. "type": "string",
  16901. "example": "领取间隔 秒"
  16902. },
  16903. "reward": {
  16904. "type": "string",
  16905. "example": "单次奖励"
  16906. },
  16907. "timer": {
  16908. "type": "string",
  16909. "example": "观看X秒奖励"
  16910. },
  16911. "total": {
  16912. "type": "string",
  16913. "example": "可领取总次数"
  16914. }
  16915. }
  16916. },
  16917. "md.VideoRewardSetting": {
  16918. "type": "object",
  16919. "properties": {
  16920. "video_reward_is_open": {
  16921. "description": "视频奖励是否开启(1:开启 0:关闭)",
  16922. "type": "integer"
  16923. },
  16924. "video_reward_system": {
  16925. "description": "视频奖励机制",
  16926. "allOf": [
  16927. {
  16928. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  16929. }
  16930. ]
  16931. }
  16932. }
  16933. },
  16934. "md.VideoRewardSystemStruct": {
  16935. "type": "object",
  16936. "properties": {
  16937. "each_round_hour": {
  16938. "description": "每一轮X个小时",
  16939. "type": "string"
  16940. },
  16941. "interval_minutes": {
  16942. "description": "间隔X秒",
  16943. "type": "string"
  16944. },
  16945. "reward_total_num": {
  16946. "description": "一共X个奖励视屏",
  16947. "type": "string"
  16948. },
  16949. "reward_value": {
  16950. "description": "奖励X个活跃积分",
  16951. "type": "string"
  16952. }
  16953. }
  16954. },
  16955. "md.VipEquitySettingNode": {
  16956. "type": "object",
  16957. "properties": {
  16958. "dividend_ratio": {
  16959. "description": "分红比例",
  16960. "type": "string"
  16961. },
  16962. "exchange_account_balance_fee": {
  16963. "description": "兑换余额手续费",
  16964. "type": "string"
  16965. },
  16966. "vip_level_id": {
  16967. "description": "会员等级ID",
  16968. "type": "string"
  16969. },
  16970. "vip_level_name": {
  16971. "description": "会员等级名称",
  16972. "type": "string"
  16973. }
  16974. }
  16975. },
  16976. "md.VirtualCoin": {
  16977. "type": "object",
  16978. "properties": {
  16979. "create_at": {
  16980. "type": "string"
  16981. },
  16982. "exchange_ratio": {
  16983. "description": "兑换比例(与金额)",
  16984. "type": "string",
  16985. "example": "兑换比例(与金额)"
  16986. },
  16987. "id": {
  16988. "type": "integer"
  16989. },
  16990. "is_use": {
  16991. "description": "是否开启: 0否 1是",
  16992. "type": "integer"
  16993. },
  16994. "name": {
  16995. "description": "名称",
  16996. "type": "string"
  16997. },
  16998. "update_at": {
  16999. "type": "string"
  17000. }
  17001. }
  17002. },
  17003. "md.VirtualCoinDetailNode": {
  17004. "type": "object",
  17005. "properties": {
  17006. "after_amount": {
  17007. "description": "变更后积分余额",
  17008. "type": "string"
  17009. },
  17010. "amount": {
  17011. "description": "变更数量",
  17012. "type": "string"
  17013. },
  17014. "create_at": {
  17015. "description": "创建时间",
  17016. "type": "string"
  17017. },
  17018. "direction": {
  17019. "description": "类型 1.收入 2.支出",
  17020. "type": "integer"
  17021. },
  17022. "uid": {
  17023. "description": "用户 ID",
  17024. "type": "integer"
  17025. }
  17026. }
  17027. },
  17028. "md.VirtualCoinListNode": {
  17029. "type": "object",
  17030. "properties": {
  17031. "coin_id": {
  17032. "description": "货币类型 ID",
  17033. "type": "integer"
  17034. },
  17035. "kind": {
  17036. "description": "货币序号",
  17037. "type": "integer"
  17038. },
  17039. "name": {
  17040. "type": "string",
  17041. "example": "货币类型名称"
  17042. }
  17043. }
  17044. },
  17045. "md.WebsiteInfoResp": {
  17046. "type": "object",
  17047. "properties": {
  17048. "android_down_url": {
  17049. "type": "string"
  17050. },
  17051. "ios_down_url": {
  17052. "type": "string"
  17053. },
  17054. "seo_logo": {
  17055. "type": "string"
  17056. },
  17057. "seo_title": {
  17058. "type": "string",
  17059. "example": "seo"
  17060. },
  17061. "web_logo": {
  17062. "type": "string"
  17063. }
  17064. }
  17065. },
  17066. "md.WithdrawApplyAuditReq": {
  17067. "type": "object",
  17068. "required": [
  17069. "audit_state",
  17070. "withdraw_apply_id"
  17071. ],
  17072. "properties": {
  17073. "audit_state": {
  17074. "description": "审核状态(1:同意 2:拒绝)",
  17075. "type": "integer"
  17076. },
  17077. "reason": {
  17078. "description": "审核失败(驳回理由)",
  17079. "type": "integer"
  17080. },
  17081. "withdraw_apply_id": {
  17082. "description": "提现申请id",
  17083. "type": "integer"
  17084. }
  17085. }
  17086. },
  17087. "md.WithdrawFeeSetStruct": {
  17088. "type": "object",
  17089. "properties": {
  17090. "duration": {
  17091. "description": "类型 (1.固定金额 2.固定比例)",
  17092. "type": "integer"
  17093. },
  17094. "value": {
  17095. "description": "具体值",
  17096. "type": "integer"
  17097. }
  17098. }
  17099. },
  17100. "md.WithdrawFrequencySettingStruct": {
  17101. "type": "object",
  17102. "properties": {
  17103. "duration": {
  17104. "description": "周期 (1.天 2.周 3.月)",
  17105. "type": "integer"
  17106. },
  17107. "num": {
  17108. "description": "周期数",
  17109. "type": "array",
  17110. "items": {
  17111. "type": "string"
  17112. }
  17113. }
  17114. }
  17115. },
  17116. "md.WithdrawTimeIntervalStruct": {
  17117. "type": "object",
  17118. "properties": {
  17119. "end_at": {
  17120. "type": "string"
  17121. },
  17122. "start_at": {
  17123. "type": "string"
  17124. }
  17125. }
  17126. },
  17127. "model.EggEnergyUserEggIndexWeight": {
  17128. "type": "object",
  17129. "properties": {
  17130. "account_balance_exchange_egg_energy_nums": {
  17131. "type": "string"
  17132. },
  17133. "browse_interface_nums": {
  17134. "type": "string"
  17135. },
  17136. "college_learning_nums": {
  17137. "type": "string"
  17138. },
  17139. "create_at": {
  17140. "type": "string"
  17141. },
  17142. "ecpm": {
  17143. "type": "string"
  17144. },
  17145. "egg_energy_exchange_account_balance": {
  17146. "type": "string"
  17147. },
  17148. "forum_comments_nums": {
  17149. "type": "string"
  17150. },
  17151. "id": {
  17152. "type": "integer"
  17153. },
  17154. "im_activity_nums": {
  17155. "type": "string"
  17156. },
  17157. "invite_user_nums": {
  17158. "type": "string"
  17159. },
  17160. "person_add_activity_value": {
  17161. "type": "string"
  17162. },
  17163. "send_circle_of_friend_nums": {
  17164. "type": "string"
  17165. },
  17166. "send_red_package_nums": {
  17167. "type": "string"
  17168. },
  17169. "sign_in_nums": {
  17170. "type": "string"
  17171. },
  17172. "team_activity_nums": {
  17173. "type": "string"
  17174. },
  17175. "update_at": {
  17176. "type": "string"
  17177. },
  17178. "violate_nums": {
  17179. "type": "string"
  17180. }
  17181. }
  17182. },
  17183. "model.PlatformActiveData": {
  17184. "type": "object",
  17185. "properties": {
  17186. "date": {
  17187. "type": "string"
  17188. },
  17189. "id": {
  17190. "type": "integer"
  17191. },
  17192. "new_user_count": {
  17193. "type": "integer"
  17194. },
  17195. "user_sign_in_count": {
  17196. "type": "integer"
  17197. },
  17198. "withdraw_amount_count": {
  17199. "type": "string"
  17200. },
  17201. "withdraw_user_count": {
  17202. "type": "integer"
  17203. }
  17204. }
  17205. },
  17206. "model.UserLevelTask": {
  17207. "type": "object",
  17208. "properties": {
  17209. "active_days": {
  17210. "type": "integer"
  17211. },
  17212. "create_at": {
  17213. "type": "string"
  17214. },
  17215. "finish_count": {
  17216. "type": "integer"
  17217. },
  17218. "id": {
  17219. "type": "integer"
  17220. },
  17221. "is_must_task": {
  17222. "type": "integer"
  17223. },
  17224. "level_id": {
  17225. "type": "integer"
  17226. },
  17227. "task_type": {
  17228. "type": "integer"
  17229. },
  17230. "task_type_level_id": {
  17231. "type": "integer"
  17232. },
  17233. "update_at": {
  17234. "type": "string"
  17235. },
  17236. "within_days": {
  17237. "type": "integer"
  17238. }
  17239. }
  17240. },
  17241. "setCenter.WebBasicReq": {
  17242. "type": "object",
  17243. "properties": {
  17244. "android_down_url": {
  17245. "type": "string"
  17246. },
  17247. "ios_down_url": {
  17248. "type": "string"
  17249. },
  17250. "seo_logo": {
  17251. "type": "string"
  17252. },
  17253. "seo_title": {
  17254. "type": "string"
  17255. },
  17256. "wap_host": {
  17257. "type": "string",
  17258. "example": "h5域名"
  17259. },
  17260. "web_logo": {
  17261. "type": "string"
  17262. }
  17263. }
  17264. },
  17265. "setCenter.WebBasicResp": {
  17266. "type": "object",
  17267. "properties": {
  17268. "android_down_url": {
  17269. "type": "string"
  17270. },
  17271. "ios_down_url": {
  17272. "type": "string"
  17273. },
  17274. "seo_logo": {
  17275. "type": "string"
  17276. },
  17277. "seo_logo_url": {
  17278. "type": "string"
  17279. },
  17280. "seo_title": {
  17281. "type": "string"
  17282. },
  17283. "wap_host": {
  17284. "type": "string",
  17285. "example": "h5域名"
  17286. },
  17287. "web_logo": {
  17288. "type": "string"
  17289. },
  17290. "web_logo_url": {
  17291. "type": "string"
  17292. }
  17293. }
  17294. }
  17295. },
  17296. "securityDefinitions": {
  17297. "MasterID": {
  17298. "type": "apiKey",
  17299. "name": "MasterID",
  17300. "in": "header"
  17301. }
  17302. }
  17303. }