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

17280 line
588 KiB

  1. // Code generated by swaggo/swag. DO NOT EDIT.
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/adminLog/list": {
  26. "post": {
  27. "description": "操作日志",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "操作日志"
  36. ],
  37. "summary": "操作日志",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdminLogListReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "$ref": "#/definitions/md.AdminLogListResp"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/del": {
  73. "post": {
  74. "description": "广告管理-广告列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/del": {
  120. "post": {
  121. "description": "广告管理-广告位置列表-删除",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表-删除",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingDelReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "type": "string"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/list": {
  167. "post": {
  168. "description": "广告管理-广告位置列表",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/function/save": {
  214. "post": {
  215. "description": "广告管理-广告位置列表-保存",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-广告位置列表-保存",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. },
  234. {
  235. "description": "(分页信息必填)",
  236. "name": "req",
  237. "in": "body",
  238. "required": true,
  239. "schema": {
  240. "$ref": "#/definitions/md.AdvertisingFunctionList"
  241. }
  242. }
  243. ],
  244. "responses": {
  245. "200": {
  246. "description": "具体数据",
  247. "schema": {
  248. "type": "string"
  249. }
  250. },
  251. "400": {
  252. "description": "具体错误",
  253. "schema": {
  254. "$ref": "#/definitions/md.Response"
  255. }
  256. }
  257. }
  258. }
  259. },
  260. "/api/advertising/getBasic": {
  261. "get": {
  262. "description": "广告管理-基础设置-信息",
  263. "consumes": [
  264. "application/json"
  265. ],
  266. "produces": [
  267. "application/json"
  268. ],
  269. "tags": [
  270. "广告管理"
  271. ],
  272. "summary": "广告管理-基础设置-信息",
  273. "parameters": [
  274. {
  275. "type": "string",
  276. "description": "验证参数Bearer和token空格拼接",
  277. "name": "Authorization",
  278. "in": "header",
  279. "required": true
  280. }
  281. ],
  282. "responses": {
  283. "200": {
  284. "description": "具体数据",
  285. "schema": {
  286. "$ref": "#/definitions/md.AdvertisingBaseResp"
  287. }
  288. },
  289. "400": {
  290. "description": "具体错误",
  291. "schema": {
  292. "$ref": "#/definitions/md.Response"
  293. }
  294. }
  295. }
  296. }
  297. },
  298. "/api/advertising/getLimit": {
  299. "get": {
  300. "description": "广告管理-广告设置-信息",
  301. "consumes": [
  302. "application/json"
  303. ],
  304. "produces": [
  305. "application/json"
  306. ],
  307. "tags": [
  308. "广告管理"
  309. ],
  310. "summary": "广告管理-广告设置-信息",
  311. "parameters": [
  312. {
  313. "type": "string",
  314. "description": "验证参数Bearer和token空格拼接",
  315. "name": "Authorization",
  316. "in": "header",
  317. "required": true
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingLimit"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/getPlayletBasic": {
  337. "get": {
  338. "description": "广告管理-短剧设置-信息",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-短剧设置-信息",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. }
  357. ],
  358. "responses": {
  359. "200": {
  360. "description": "具体数据",
  361. "schema": {
  362. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  363. }
  364. },
  365. "400": {
  366. "description": "具体错误",
  367. "schema": {
  368. "$ref": "#/definitions/md.Response"
  369. }
  370. }
  371. }
  372. }
  373. },
  374. "/api/advertising/list": {
  375. "post": {
  376. "description": "广告管理-广告列表",
  377. "consumes": [
  378. "application/json"
  379. ],
  380. "produces": [
  381. "application/json"
  382. ],
  383. "tags": [
  384. "广告管理"
  385. ],
  386. "summary": "广告管理-广告列表",
  387. "parameters": [
  388. {
  389. "type": "string",
  390. "description": "验证参数Bearer和token空格拼接",
  391. "name": "Authorization",
  392. "in": "header",
  393. "required": true
  394. },
  395. {
  396. "description": "(分页信息必填)",
  397. "name": "req",
  398. "in": "body",
  399. "required": true,
  400. "schema": {
  401. "$ref": "#/definitions/md.AdvertisingListReq"
  402. }
  403. }
  404. ],
  405. "responses": {
  406. "200": {
  407. "description": "具体数据",
  408. "schema": {
  409. "$ref": "#/definitions/md.AdvertisingListResp"
  410. }
  411. },
  412. "400": {
  413. "description": "具体错误",
  414. "schema": {
  415. "$ref": "#/definitions/md.Response"
  416. }
  417. }
  418. }
  419. }
  420. },
  421. "/api/advertising/save": {
  422. "post": {
  423. "description": "广告管理-广告列表-保存",
  424. "consumes": [
  425. "application/json"
  426. ],
  427. "produces": [
  428. "application/json"
  429. ],
  430. "tags": [
  431. "广告管理"
  432. ],
  433. "summary": "广告管理-广告列表-保存",
  434. "parameters": [
  435. {
  436. "type": "string",
  437. "description": "验证参数Bearer和token空格拼接",
  438. "name": "Authorization",
  439. "in": "header",
  440. "required": true
  441. },
  442. {
  443. "description": "(分页信息必填)",
  444. "name": "req",
  445. "in": "body",
  446. "required": true,
  447. "schema": {
  448. "$ref": "#/definitions/md.AdvertisingSaveReq"
  449. }
  450. }
  451. ],
  452. "responses": {
  453. "200": {
  454. "description": "具体数据",
  455. "schema": {
  456. "type": "string"
  457. }
  458. },
  459. "400": {
  460. "description": "具体错误",
  461. "schema": {
  462. "$ref": "#/definitions/md.Response"
  463. }
  464. }
  465. }
  466. }
  467. },
  468. "/api/advertising/setBasic": {
  469. "post": {
  470. "description": "广告管理-基础设置-信息保存",
  471. "consumes": [
  472. "application/json"
  473. ],
  474. "produces": [
  475. "application/json"
  476. ],
  477. "tags": [
  478. "广告管理"
  479. ],
  480. "summary": "广告管理-基础设置-信息保存",
  481. "parameters": [
  482. {
  483. "type": "string",
  484. "description": "验证参数Bearer和token空格拼接",
  485. "name": "Authorization",
  486. "in": "header",
  487. "required": true
  488. },
  489. {
  490. "description": "(分页信息必填)",
  491. "name": "req",
  492. "in": "body",
  493. "required": true,
  494. "schema": {
  495. "$ref": "#/definitions/md.AdvertisingBase"
  496. }
  497. }
  498. ],
  499. "responses": {
  500. "200": {
  501. "description": "具体数据",
  502. "schema": {
  503. "type": "string"
  504. }
  505. },
  506. "400": {
  507. "description": "具体错误",
  508. "schema": {
  509. "$ref": "#/definitions/md.Response"
  510. }
  511. }
  512. }
  513. }
  514. },
  515. "/api/advertising/setLimit": {
  516. "post": {
  517. "description": "广告管理-广告设置-信息保存",
  518. "consumes": [
  519. "application/json"
  520. ],
  521. "produces": [
  522. "application/json"
  523. ],
  524. "tags": [
  525. "广告管理"
  526. ],
  527. "summary": "广告管理-广告设置-信息保存",
  528. "parameters": [
  529. {
  530. "type": "string",
  531. "description": "验证参数Bearer和token空格拼接",
  532. "name": "Authorization",
  533. "in": "header",
  534. "required": true
  535. },
  536. {
  537. "description": "(分页信息必填)",
  538. "name": "req",
  539. "in": "body",
  540. "required": true,
  541. "schema": {
  542. "$ref": "#/definitions/md.AdvertisingLimit"
  543. }
  544. }
  545. ],
  546. "responses": {
  547. "200": {
  548. "description": "具体数据",
  549. "schema": {
  550. "type": "string"
  551. }
  552. },
  553. "400": {
  554. "description": "具体错误",
  555. "schema": {
  556. "$ref": "#/definitions/md.Response"
  557. }
  558. }
  559. }
  560. }
  561. },
  562. "/api/advertising/setPlayletBasic": {
  563. "post": {
  564. "description": "广告管理-短剧设置-信息保存",
  565. "consumes": [
  566. "application/json"
  567. ],
  568. "produces": [
  569. "application/json"
  570. ],
  571. "tags": [
  572. "广告管理"
  573. ],
  574. "summary": "广告管理-短剧设置-信息保存",
  575. "parameters": [
  576. {
  577. "type": "string",
  578. "description": "验证参数Bearer和token空格拼接",
  579. "name": "Authorization",
  580. "in": "header",
  581. "required": true
  582. },
  583. {
  584. "description": "(分页信息必填)",
  585. "name": "req",
  586. "in": "body",
  587. "required": true,
  588. "schema": {
  589. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  590. }
  591. }
  592. ],
  593. "responses": {
  594. "200": {
  595. "description": "具体数据",
  596. "schema": {
  597. "type": "string"
  598. }
  599. },
  600. "400": {
  601. "description": "具体错误",
  602. "schema": {
  603. "$ref": "#/definitions/md.Response"
  604. }
  605. }
  606. }
  607. }
  608. },
  609. "/api/advertising/visit/list": {
  610. "post": {
  611. "description": "广告管理-回调列表",
  612. "consumes": [
  613. "application/json"
  614. ],
  615. "produces": [
  616. "application/json"
  617. ],
  618. "tags": [
  619. "广告管理"
  620. ],
  621. "summary": "广告管理-回调列表",
  622. "parameters": [
  623. {
  624. "type": "string",
  625. "description": "验证参数Bearer和token空格拼接",
  626. "name": "Authorization",
  627. "in": "header",
  628. "required": true
  629. },
  630. {
  631. "description": "(分页信息必填)",
  632. "name": "req",
  633. "in": "body",
  634. "required": true,
  635. "schema": {
  636. "$ref": "#/definitions/md.AdvertisingVisitListReq"
  637. }
  638. }
  639. ],
  640. "responses": {
  641. "200": {
  642. "description": "具体数据",
  643. "schema": {
  644. "$ref": "#/definitions/md.AdvertisingVisitListResp"
  645. }
  646. },
  647. "400": {
  648. "description": "具体错误",
  649. "schema": {
  650. "$ref": "#/definitions/md.Response"
  651. }
  652. }
  653. }
  654. }
  655. },
  656. "/api/article/cate/del": {
  657. "post": {
  658. "description": "分类列表-分类删除",
  659. "consumes": [
  660. "application/json"
  661. ],
  662. "produces": [
  663. "application/json"
  664. ],
  665. "tags": [
  666. "文章资讯"
  667. ],
  668. "summary": "文章资讯-分类列表-分类删除",
  669. "parameters": [
  670. {
  671. "type": "string",
  672. "description": "验证参数Bearer和token空格拼接",
  673. "name": "Authorization",
  674. "in": "header",
  675. "required": true
  676. },
  677. {
  678. "description": "(分页信息必填)",
  679. "name": "req",
  680. "in": "body",
  681. "required": true,
  682. "schema": {
  683. "$ref": "#/definitions/md.ArticleCateDelReq"
  684. }
  685. }
  686. ],
  687. "responses": {
  688. "200": {
  689. "description": "具体数据",
  690. "schema": {
  691. "type": "string"
  692. }
  693. },
  694. "400": {
  695. "description": "具体错误",
  696. "schema": {
  697. "$ref": "#/definitions/md.Response"
  698. }
  699. }
  700. }
  701. }
  702. },
  703. "/api/article/cate/list": {
  704. "post": {
  705. "description": "分类列表",
  706. "consumes": [
  707. "application/json"
  708. ],
  709. "produces": [
  710. "application/json"
  711. ],
  712. "tags": [
  713. "文章资讯"
  714. ],
  715. "summary": "文章资讯-分类列表",
  716. "parameters": [
  717. {
  718. "type": "string",
  719. "description": "验证参数Bearer和token空格拼接",
  720. "name": "Authorization",
  721. "in": "header",
  722. "required": true
  723. },
  724. {
  725. "description": "(分页信息必填)",
  726. "name": "req",
  727. "in": "body",
  728. "required": true,
  729. "schema": {
  730. "$ref": "#/definitions/md.ArticleCateListReq"
  731. }
  732. }
  733. ],
  734. "responses": {
  735. "200": {
  736. "description": "具体数据",
  737. "schema": {
  738. "$ref": "#/definitions/md.ArticleCateListResp"
  739. }
  740. },
  741. "400": {
  742. "description": "具体错误",
  743. "schema": {
  744. "$ref": "#/definitions/md.Response"
  745. }
  746. }
  747. }
  748. }
  749. },
  750. "/api/article/cate/save": {
  751. "post": {
  752. "description": "分类列表-分类保存",
  753. "consumes": [
  754. "application/json"
  755. ],
  756. "produces": [
  757. "application/json"
  758. ],
  759. "tags": [
  760. "文章资讯"
  761. ],
  762. "summary": "文章资讯-分类列表-分类保存",
  763. "parameters": [
  764. {
  765. "type": "string",
  766. "description": "验证参数Bearer和token空格拼接",
  767. "name": "Authorization",
  768. "in": "header",
  769. "required": true
  770. },
  771. {
  772. "description": "(分页信息必填)",
  773. "name": "req",
  774. "in": "body",
  775. "required": true,
  776. "schema": {
  777. "$ref": "#/definitions/md.ArticleCateSaveReq"
  778. }
  779. }
  780. ],
  781. "responses": {
  782. "200": {
  783. "description": "具体数据",
  784. "schema": {
  785. "type": "string"
  786. }
  787. },
  788. "400": {
  789. "description": "具体错误",
  790. "schema": {
  791. "$ref": "#/definitions/md.Response"
  792. }
  793. }
  794. }
  795. }
  796. },
  797. "/api/article/content/del": {
  798. "post": {
  799. "description": "文章列表-文章删除",
  800. "consumes": [
  801. "application/json"
  802. ],
  803. "produces": [
  804. "application/json"
  805. ],
  806. "tags": [
  807. "文章资讯"
  808. ],
  809. "summary": "文章资讯-文章列表-文章删除",
  810. "parameters": [
  811. {
  812. "type": "string",
  813. "description": "验证参数Bearer和token空格拼接",
  814. "name": "Authorization",
  815. "in": "header",
  816. "required": true
  817. },
  818. {
  819. "description": "(分页信息必填)",
  820. "name": "req",
  821. "in": "body",
  822. "required": true,
  823. "schema": {
  824. "$ref": "#/definitions/md.ArticleDelReq"
  825. }
  826. }
  827. ],
  828. "responses": {
  829. "200": {
  830. "description": "具体数据",
  831. "schema": {
  832. "type": "string"
  833. }
  834. },
  835. "400": {
  836. "description": "具体错误",
  837. "schema": {
  838. "$ref": "#/definitions/md.Response"
  839. }
  840. }
  841. }
  842. }
  843. },
  844. "/api/article/content/list": {
  845. "post": {
  846. "description": "文章列表",
  847. "consumes": [
  848. "application/json"
  849. ],
  850. "produces": [
  851. "application/json"
  852. ],
  853. "tags": [
  854. "文章资讯"
  855. ],
  856. "summary": "文章资讯-文章列表",
  857. "parameters": [
  858. {
  859. "type": "string",
  860. "description": "验证参数Bearer和token空格拼接",
  861. "name": "Authorization",
  862. "in": "header",
  863. "required": true
  864. },
  865. {
  866. "description": "(分页信息必填)",
  867. "name": "req",
  868. "in": "body",
  869. "required": true,
  870. "schema": {
  871. "$ref": "#/definitions/md.ArticleListReq"
  872. }
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.ArticleListResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/article/content/save": {
  892. "post": {
  893. "description": "文章列表-文章保存",
  894. "consumes": [
  895. "application/json"
  896. ],
  897. "produces": [
  898. "application/json"
  899. ],
  900. "tags": [
  901. "文章资讯"
  902. ],
  903. "summary": "文章资讯-文章列表-文章保存",
  904. "parameters": [
  905. {
  906. "type": "string",
  907. "description": "验证参数Bearer和token空格拼接",
  908. "name": "Authorization",
  909. "in": "header",
  910. "required": true
  911. },
  912. {
  913. "description": "(分页信息必填)",
  914. "name": "req",
  915. "in": "body",
  916. "required": true,
  917. "schema": {
  918. "$ref": "#/definitions/md.ArticleSaveReq"
  919. }
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "type": "string"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/audit/clear": {
  939. "post": {
  940. "description": "云打包-云打包-清除审核模板",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包-清除审核模板",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.AuditClearReq"
  966. }
  967. }
  968. ],
  969. "responses": {
  970. "200": {
  971. "description": "具体数据",
  972. "schema": {
  973. "type": "string"
  974. }
  975. },
  976. "400": {
  977. "description": "具体错误",
  978. "schema": {
  979. "$ref": "#/definitions/md.Response"
  980. }
  981. }
  982. }
  983. }
  984. },
  985. "/api/cloudBundle/audit/set": {
  986. "post": {
  987. "description": "云打包-云打包-设置为审核模板",
  988. "consumes": [
  989. "application/json"
  990. ],
  991. "produces": [
  992. "application/json"
  993. ],
  994. "tags": [
  995. "云打包"
  996. ],
  997. "summary": "云打包-云打包-设置为审核模板",
  998. "parameters": [
  999. {
  1000. "type": "string",
  1001. "description": "验证参数Bearer和token空格拼接",
  1002. "name": "Authorization",
  1003. "in": "header",
  1004. "required": true
  1005. },
  1006. {
  1007. "description": "(分页信息必填)",
  1008. "name": "req",
  1009. "in": "body",
  1010. "required": true,
  1011. "schema": {
  1012. "$ref": "#/definitions/md.CommReq"
  1013. }
  1014. }
  1015. ],
  1016. "responses": {
  1017. "200": {
  1018. "description": "具体数据",
  1019. "schema": {
  1020. "type": "string"
  1021. }
  1022. },
  1023. "400": {
  1024. "description": "具体错误",
  1025. "schema": {
  1026. "$ref": "#/definitions/md.Response"
  1027. }
  1028. }
  1029. }
  1030. }
  1031. },
  1032. "/api/cloudBundle/base": {
  1033. "get": {
  1034. "description": "打包机使用-云打包基本信息",
  1035. "consumes": [
  1036. "application/json"
  1037. ],
  1038. "produces": [
  1039. "application/json"
  1040. ],
  1041. "tags": [
  1042. "打包机使用"
  1043. ],
  1044. "summary": "打包机使用-云打包基本信息",
  1045. "parameters": [
  1046. {
  1047. "type": "string",
  1048. "description": "验证参数Bearer和token空格拼接",
  1049. "name": "Authorization",
  1050. "in": "header",
  1051. "required": true
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "$ref": "#/definitions/md.CloudBundleBaseResp"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/build": {
  1071. "post": {
  1072. "description": "云打包-云打包操作",
  1073. "consumes": [
  1074. "application/json"
  1075. ],
  1076. "produces": [
  1077. "application/json"
  1078. ],
  1079. "tags": [
  1080. "云打包"
  1081. ],
  1082. "summary": "云打包-云打包操作",
  1083. "parameters": [
  1084. {
  1085. "type": "string",
  1086. "description": "验证参数Bearer和token空格拼接",
  1087. "name": "Authorization",
  1088. "in": "header",
  1089. "required": true
  1090. },
  1091. {
  1092. "description": "(分页信息必填)",
  1093. "name": "req",
  1094. "in": "body",
  1095. "required": true,
  1096. "schema": {
  1097. "$ref": "#/definitions/md.CloudBundleBuildReq"
  1098. }
  1099. }
  1100. ],
  1101. "responses": {
  1102. "200": {
  1103. "description": "具体数据",
  1104. "schema": {
  1105. "type": "string"
  1106. }
  1107. },
  1108. "400": {
  1109. "description": "具体错误",
  1110. "schema": {
  1111. "$ref": "#/definitions/md.Response"
  1112. }
  1113. }
  1114. }
  1115. }
  1116. },
  1117. "/api/cloudBundle/del": {
  1118. "post": {
  1119. "description": "云打包-云打包删除",
  1120. "consumes": [
  1121. "application/json"
  1122. ],
  1123. "produces": [
  1124. "application/json"
  1125. ],
  1126. "tags": [
  1127. "云打包"
  1128. ],
  1129. "summary": "云打包-云打包删除",
  1130. "parameters": [
  1131. {
  1132. "type": "string",
  1133. "description": "验证参数Bearer和token空格拼接",
  1134. "name": "Authorization",
  1135. "in": "header",
  1136. "required": true
  1137. },
  1138. {
  1139. "description": "(分页信息必填)",
  1140. "name": "req",
  1141. "in": "body",
  1142. "required": true,
  1143. "schema": {
  1144. "$ref": "#/definitions/md.CloudBundleDelReq"
  1145. }
  1146. }
  1147. ],
  1148. "responses": {
  1149. "200": {
  1150. "description": "具体数据",
  1151. "schema": {
  1152. "type": "string"
  1153. }
  1154. },
  1155. "400": {
  1156. "description": "具体错误",
  1157. "schema": {
  1158. "$ref": "#/definitions/md.Response"
  1159. }
  1160. }
  1161. }
  1162. }
  1163. },
  1164. "/api/cloudBundle/img/base": {
  1165. "get": {
  1166. "description": "云打包-图片配置",
  1167. "consumes": [
  1168. "application/json"
  1169. ],
  1170. "produces": [
  1171. "application/json"
  1172. ],
  1173. "tags": [
  1174. "云打包"
  1175. ],
  1176. "summary": "云打包-云打包-图片配置",
  1177. "parameters": [
  1178. {
  1179. "type": "string",
  1180. "description": "验证参数Bearer和token空格拼接",
  1181. "name": "Authorization",
  1182. "in": "header",
  1183. "required": true
  1184. }
  1185. ],
  1186. "responses": {
  1187. "200": {
  1188. "description": "具体数据",
  1189. "schema": {
  1190. "$ref": "#/definitions/md.CloudBundleImgResp"
  1191. }
  1192. },
  1193. "400": {
  1194. "description": "具体错误",
  1195. "schema": {
  1196. "$ref": "#/definitions/md.Response"
  1197. }
  1198. }
  1199. }
  1200. }
  1201. },
  1202. "/api/cloudBundle/img/base/save": {
  1203. "post": {
  1204. "description": "云打包-图片配置",
  1205. "consumes": [
  1206. "application/json"
  1207. ],
  1208. "produces": [
  1209. "application/json"
  1210. ],
  1211. "tags": [
  1212. "云打包"
  1213. ],
  1214. "summary": "云打包-图片配置",
  1215. "parameters": [
  1216. {
  1217. "type": "string",
  1218. "description": "验证参数Bearer和token空格拼接",
  1219. "name": "Authorization",
  1220. "in": "header",
  1221. "required": true
  1222. },
  1223. {
  1224. "description": "(分页信息必填)",
  1225. "name": "req",
  1226. "in": "body",
  1227. "required": true,
  1228. "schema": {
  1229. "$ref": "#/definitions/md.CloudBundleImgResp"
  1230. }
  1231. }
  1232. ],
  1233. "responses": {
  1234. "200": {
  1235. "description": "具体数据",
  1236. "schema": {
  1237. "type": "string"
  1238. }
  1239. },
  1240. "400": {
  1241. "description": "具体错误",
  1242. "schema": {
  1243. "$ref": "#/definitions/md.Response"
  1244. }
  1245. }
  1246. }
  1247. }
  1248. },
  1249. "/api/cloudBundle/list": {
  1250. "post": {
  1251. "description": "云打包-云打包版本列表",
  1252. "consumes": [
  1253. "application/json"
  1254. ],
  1255. "produces": [
  1256. "application/json"
  1257. ],
  1258. "tags": [
  1259. "云打包"
  1260. ],
  1261. "summary": "云打包-云打包版本列表",
  1262. "parameters": [
  1263. {
  1264. "type": "string",
  1265. "description": "验证参数Bearer和token空格拼接",
  1266. "name": "Authorization",
  1267. "in": "header",
  1268. "required": true
  1269. },
  1270. {
  1271. "description": "(分页信息必填)",
  1272. "name": "req",
  1273. "in": "body",
  1274. "required": true,
  1275. "schema": {
  1276. "$ref": "#/definitions/md.CloudBundleReq"
  1277. }
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "具体数据",
  1283. "schema": {
  1284. "$ref": "#/definitions/md.CloudBundleResp"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/cloudBundle/update/state": {
  1297. "post": {
  1298. "description": "打包机使用-云打包更新状态",
  1299. "consumes": [
  1300. "application/json"
  1301. ],
  1302. "produces": [
  1303. "application/json"
  1304. ],
  1305. "tags": [
  1306. "打包机使用"
  1307. ],
  1308. "summary": "打包机使用-云打包更新状态等",
  1309. "parameters": [
  1310. {
  1311. "type": "string",
  1312. "description": "验证参数Bearer和token空格拼接",
  1313. "name": "Authorization",
  1314. "in": "header",
  1315. "required": true
  1316. },
  1317. {
  1318. "description": "(分页信息必填)",
  1319. "name": "req",
  1320. "in": "body",
  1321. "required": true,
  1322. "schema": {
  1323. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1324. }
  1325. }
  1326. ],
  1327. "responses": {
  1328. "200": {
  1329. "description": "具体数据",
  1330. "schema": {
  1331. "type": "string"
  1332. }
  1333. },
  1334. "400": {
  1335. "description": "具体错误",
  1336. "schema": {
  1337. "$ref": "#/definitions/md.Response"
  1338. }
  1339. }
  1340. }
  1341. }
  1342. },
  1343. "/api/cloudBundle/upload": {
  1344. "post": {
  1345. "description": "打包机使用-云打包-上传许可链接(获取)",
  1346. "consumes": [
  1347. "application/json"
  1348. ],
  1349. "produces": [
  1350. "application/json"
  1351. ],
  1352. "tags": [
  1353. "打包机使用"
  1354. ],
  1355. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1356. "parameters": [
  1357. {
  1358. "type": "string",
  1359. "description": "验证参数Bearer和token空格拼接",
  1360. "name": "Authorization",
  1361. "in": "header",
  1362. "required": true
  1363. },
  1364. {
  1365. "description": "签名上传url",
  1366. "name": "req",
  1367. "in": "body",
  1368. "required": true,
  1369. "schema": {
  1370. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1371. }
  1372. }
  1373. ],
  1374. "responses": {
  1375. "200": {
  1376. "description": "许可链接",
  1377. "schema": {
  1378. "type": "string"
  1379. }
  1380. },
  1381. "400": {
  1382. "description": "具体错误",
  1383. "schema": {
  1384. "$ref": "#/definitions/md.Response"
  1385. }
  1386. }
  1387. }
  1388. }
  1389. },
  1390. "/api/cloudBundle/version/base": {
  1391. "get": {
  1392. "description": "云打包-图片配置",
  1393. "consumes": [
  1394. "application/json"
  1395. ],
  1396. "produces": [
  1397. "application/json"
  1398. ],
  1399. "tags": [
  1400. "云打包"
  1401. ],
  1402. "summary": "云打包-云打包-图片配置",
  1403. "parameters": [
  1404. {
  1405. "type": "string",
  1406. "description": "验证参数Bearer和token空格拼接",
  1407. "name": "Authorization",
  1408. "in": "header",
  1409. "required": true
  1410. }
  1411. ],
  1412. "responses": {
  1413. "200": {
  1414. "description": "具体数据",
  1415. "schema": {
  1416. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1417. }
  1418. },
  1419. "400": {
  1420. "description": "具体错误",
  1421. "schema": {
  1422. "$ref": "#/definitions/md.Response"
  1423. }
  1424. }
  1425. }
  1426. }
  1427. },
  1428. "/api/cloudBundle/version/base/save": {
  1429. "post": {
  1430. "description": "云打包-图片配置",
  1431. "consumes": [
  1432. "application/json"
  1433. ],
  1434. "produces": [
  1435. "application/json"
  1436. ],
  1437. "tags": [
  1438. "云打包"
  1439. ],
  1440. "summary": "云打包-图片配置",
  1441. "parameters": [
  1442. {
  1443. "type": "string",
  1444. "description": "验证参数Bearer和token空格拼接",
  1445. "name": "Authorization",
  1446. "in": "header",
  1447. "required": true
  1448. },
  1449. {
  1450. "description": "(分页信息必填)",
  1451. "name": "req",
  1452. "in": "body",
  1453. "required": true,
  1454. "schema": {
  1455. "$ref": "#/definitions/md.CloudBundleVersion"
  1456. }
  1457. }
  1458. ],
  1459. "responses": {
  1460. "200": {
  1461. "description": "具体数据",
  1462. "schema": {
  1463. "type": "string"
  1464. }
  1465. },
  1466. "400": {
  1467. "description": "具体错误",
  1468. "schema": {
  1469. "$ref": "#/definitions/md.Response"
  1470. }
  1471. }
  1472. }
  1473. }
  1474. },
  1475. "/api/comm/adminInfo": {
  1476. "post": {
  1477. "description": "获取管理员信息",
  1478. "consumes": [
  1479. "application/json"
  1480. ],
  1481. "produces": [
  1482. "application/json"
  1483. ],
  1484. "tags": [
  1485. "通用请求"
  1486. ],
  1487. "summary": "通用请求-获取管理员信息",
  1488. "parameters": [
  1489. {
  1490. "type": "string",
  1491. "description": "验证参数Bearer和token空格拼接",
  1492. "name": "Authorization",
  1493. "in": "header",
  1494. "required": true
  1495. }
  1496. ],
  1497. "responses": {
  1498. "200": {
  1499. "description": "管理员信息",
  1500. "schema": {
  1501. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1502. }
  1503. },
  1504. "400": {
  1505. "description": "具体错误",
  1506. "schema": {
  1507. "$ref": "#/definitions/md.Response"
  1508. }
  1509. }
  1510. }
  1511. }
  1512. },
  1513. "/api/comm/getMenuList": {
  1514. "post": {
  1515. "description": "菜单栏列表(获取)",
  1516. "consumes": [
  1517. "application/json"
  1518. ],
  1519. "produces": [
  1520. "application/json"
  1521. ],
  1522. "tags": [
  1523. "权限列表"
  1524. ],
  1525. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1526. "parameters": [
  1527. {
  1528. "type": "string",
  1529. "description": "验证参数Bearer和token空格拼接",
  1530. "name": "Authorization",
  1531. "in": "header",
  1532. "required": true
  1533. }
  1534. ],
  1535. "responses": {
  1536. "200": {
  1537. "description": "具体路由",
  1538. "schema": {
  1539. "type": "object",
  1540. "additionalProperties": true
  1541. }
  1542. },
  1543. "400": {
  1544. "description": "具体错误",
  1545. "schema": {
  1546. "$ref": "#/definitions/md.Response"
  1547. }
  1548. }
  1549. }
  1550. }
  1551. },
  1552. "/api/comm/getOssUrl": {
  1553. "post": {
  1554. "description": "上传许可链接(获取)",
  1555. "consumes": [
  1556. "application/json"
  1557. ],
  1558. "produces": [
  1559. "application/json"
  1560. ],
  1561. "tags": [
  1562. "对象存储"
  1563. ],
  1564. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1565. "parameters": [
  1566. {
  1567. "type": "string",
  1568. "description": "验证参数Bearer和token空格拼接",
  1569. "name": "Authorization",
  1570. "in": "header",
  1571. "required": true
  1572. },
  1573. {
  1574. "description": "签名上传url",
  1575. "name": "req",
  1576. "in": "body",
  1577. "required": true,
  1578. "schema": {
  1579. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1580. }
  1581. }
  1582. ],
  1583. "responses": {
  1584. "200": {
  1585. "description": "许可链接",
  1586. "schema": {
  1587. "type": "string"
  1588. }
  1589. },
  1590. "400": {
  1591. "description": "具体错误",
  1592. "schema": {
  1593. "$ref": "#/definitions/md.Response"
  1594. }
  1595. }
  1596. }
  1597. }
  1598. },
  1599. "/api/config": {
  1600. "get": {
  1601. "description": "基本配置",
  1602. "consumes": [
  1603. "application/json"
  1604. ],
  1605. "produces": [
  1606. "application/json"
  1607. ],
  1608. "tags": [
  1609. "基本配置"
  1610. ],
  1611. "summary": "基本配置",
  1612. "parameters": [
  1613. {
  1614. "type": "string",
  1615. "description": "验证参数Bearer和token空格拼接",
  1616. "name": "Authorization",
  1617. "in": "header",
  1618. "required": true
  1619. }
  1620. ],
  1621. "responses": {
  1622. "200": {
  1623. "description": "具体数据",
  1624. "schema": {
  1625. "$ref": "#/definitions/md.ConfigResp"
  1626. }
  1627. },
  1628. "400": {
  1629. "description": "具体错误",
  1630. "schema": {
  1631. "$ref": "#/definitions/md.Response"
  1632. }
  1633. }
  1634. }
  1635. }
  1636. },
  1637. "/api/demo": {
  1638. "post": {
  1639. "description": "Demo样例测试",
  1640. "consumes": [
  1641. "application/json"
  1642. ],
  1643. "produces": [
  1644. "application/json"
  1645. ],
  1646. "tags": [
  1647. "Demo"
  1648. ],
  1649. "summary": "Demo测试",
  1650. "parameters": [
  1651. {
  1652. "description": "用户名密码",
  1653. "name": "req",
  1654. "in": "body",
  1655. "required": true,
  1656. "schema": {
  1657. "type": "object"
  1658. }
  1659. }
  1660. ],
  1661. "responses": {
  1662. "200": {
  1663. "description": "token",
  1664. "schema": {
  1665. "type": "object",
  1666. "additionalProperties": true
  1667. }
  1668. },
  1669. "400": {
  1670. "description": "具体错误",
  1671. "schema": {
  1672. "$ref": "#/definitions/md.Response"
  1673. }
  1674. }
  1675. }
  1676. }
  1677. },
  1678. "/api/financialCenter/withdraw/applyList": {
  1679. "post": {
  1680. "description": "提现申请列表(获取)",
  1681. "consumes": [
  1682. "application/json"
  1683. ],
  1684. "produces": [
  1685. "application/json"
  1686. ],
  1687. "tags": [
  1688. "提现"
  1689. ],
  1690. "summary": "财务中心-提现-提现申请列表(获取)",
  1691. "parameters": [
  1692. {
  1693. "type": "string",
  1694. "description": "验证参数Bearer和token空格拼接",
  1695. "name": "Authorization",
  1696. "in": "header",
  1697. "required": true
  1698. },
  1699. {
  1700. "description": "筛选条件",
  1701. "name": "req",
  1702. "in": "body",
  1703. "schema": {
  1704. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1705. }
  1706. }
  1707. ],
  1708. "responses": {
  1709. "200": {
  1710. "description": "具体数据",
  1711. "schema": {
  1712. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1713. }
  1714. },
  1715. "400": {
  1716. "description": "具体错误",
  1717. "schema": {
  1718. "$ref": "#/definitions/md.Response"
  1719. }
  1720. }
  1721. }
  1722. }
  1723. },
  1724. "/api/financialCenter/withdraw/audit": {
  1725. "post": {
  1726. "description": "提现审核",
  1727. "consumes": [
  1728. "application/json"
  1729. ],
  1730. "produces": [
  1731. "application/json"
  1732. ],
  1733. "tags": [
  1734. "提现"
  1735. ],
  1736. "summary": "财务中心-提现-审核",
  1737. "parameters": [
  1738. {
  1739. "type": "string",
  1740. "description": "验证参数Bearer和token空格拼接",
  1741. "name": "Authorization",
  1742. "in": "header",
  1743. "required": true
  1744. },
  1745. {
  1746. "description": "筛选条件",
  1747. "name": "req",
  1748. "in": "body",
  1749. "schema": {
  1750. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1751. }
  1752. }
  1753. ],
  1754. "responses": {
  1755. "200": {
  1756. "description": "success",
  1757. "schema": {
  1758. "type": "string"
  1759. }
  1760. },
  1761. "400": {
  1762. "description": "具体错误",
  1763. "schema": {
  1764. "$ref": "#/definitions/md.Response"
  1765. }
  1766. }
  1767. }
  1768. }
  1769. },
  1770. "/api/financialCenter/withdraw/setting": {
  1771. "get": {
  1772. "description": "基础设置(获取)",
  1773. "consumes": [
  1774. "application/json"
  1775. ],
  1776. "produces": [
  1777. "application/json"
  1778. ],
  1779. "tags": [
  1780. "提现"
  1781. ],
  1782. "summary": "财务中心-提现-基础设置(获取)",
  1783. "parameters": [
  1784. {
  1785. "type": "string",
  1786. "description": "验证参数Bearer和token空格拼接",
  1787. "name": "Authorization",
  1788. "in": "header",
  1789. "required": true
  1790. }
  1791. ],
  1792. "responses": {
  1793. "200": {
  1794. "description": "具体数据",
  1795. "schema": {
  1796. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1797. }
  1798. },
  1799. "400": {
  1800. "description": "具体错误",
  1801. "schema": {
  1802. "$ref": "#/definitions/md.Response"
  1803. }
  1804. }
  1805. }
  1806. }
  1807. },
  1808. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1809. "post": {
  1810. "description": "基础设置(更新)",
  1811. "consumes": [
  1812. "application/json"
  1813. ],
  1814. "produces": [
  1815. "application/json"
  1816. ],
  1817. "tags": [
  1818. "提现"
  1819. ],
  1820. "summary": "财务中心-提现-基础设置(更新)",
  1821. "parameters": [
  1822. {
  1823. "type": "string",
  1824. "description": "验证参数Bearer和token空格拼接",
  1825. "name": "Authorization",
  1826. "in": "header",
  1827. "required": true
  1828. },
  1829. {
  1830. "description": "id 必填",
  1831. "name": "req",
  1832. "in": "body",
  1833. "required": true,
  1834. "schema": {
  1835. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1836. }
  1837. }
  1838. ],
  1839. "responses": {
  1840. "200": {
  1841. "description": "修改数据条数",
  1842. "schema": {
  1843. "type": "int"
  1844. }
  1845. },
  1846. "400": {
  1847. "description": "具体错误",
  1848. "schema": {
  1849. "$ref": "#/definitions/md.Response"
  1850. }
  1851. }
  1852. }
  1853. }
  1854. },
  1855. "/api/friendCircleSettings/basic/index": {
  1856. "get": {
  1857. "description": "基础设置(获取)",
  1858. "consumes": [
  1859. "application/json"
  1860. ],
  1861. "produces": [
  1862. "application/json"
  1863. ],
  1864. "tags": [
  1865. "动态设置"
  1866. ],
  1867. "summary": "社交管理-动态设置-基础设置(获取)",
  1868. "parameters": [
  1869. {
  1870. "type": "string",
  1871. "description": "验证参数Bearer和token空格拼接",
  1872. "name": "Authorization",
  1873. "in": "header",
  1874. "required": true
  1875. }
  1876. ],
  1877. "responses": {
  1878. "200": {
  1879. "description": "具体数据",
  1880. "schema": {
  1881. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1882. }
  1883. },
  1884. "400": {
  1885. "description": "具体错误",
  1886. "schema": {
  1887. "$ref": "#/definitions/md.Response"
  1888. }
  1889. }
  1890. }
  1891. }
  1892. },
  1893. "/api/friendCircleSettings/basic/save": {
  1894. "post": {
  1895. "description": "基础设置(更新)",
  1896. "consumes": [
  1897. "application/json"
  1898. ],
  1899. "produces": [
  1900. "application/json"
  1901. ],
  1902. "tags": [
  1903. "动态设置"
  1904. ],
  1905. "summary": "社交管理-动态设置-基础设置(更新)",
  1906. "parameters": [
  1907. {
  1908. "type": "string",
  1909. "description": "验证参数Bearer和token空格拼接",
  1910. "name": "Authorization",
  1911. "in": "header",
  1912. "required": true
  1913. },
  1914. {
  1915. "description": "id 必填",
  1916. "name": "req",
  1917. "in": "body",
  1918. "required": true,
  1919. "schema": {
  1920. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1921. }
  1922. }
  1923. ],
  1924. "responses": {
  1925. "200": {
  1926. "description": "修改数据条数",
  1927. "schema": {
  1928. "type": "int"
  1929. }
  1930. },
  1931. "400": {
  1932. "description": "具体错误",
  1933. "schema": {
  1934. "$ref": "#/definitions/md.Response"
  1935. }
  1936. }
  1937. }
  1938. }
  1939. },
  1940. "/api/friendCircleSettings/blackList/add": {
  1941. "post": {
  1942. "description": "黑名单(新增)",
  1943. "consumes": [
  1944. "application/json"
  1945. ],
  1946. "produces": [
  1947. "application/json"
  1948. ],
  1949. "tags": [
  1950. "动态设置"
  1951. ],
  1952. "summary": "社交管理-动态设置-黑名单(新增)",
  1953. "parameters": [
  1954. {
  1955. "type": "string",
  1956. "description": "验证参数Bearer和token空格拼接",
  1957. "name": "Authorization",
  1958. "in": "header",
  1959. "required": true
  1960. },
  1961. {
  1962. "description": "用户id 必填",
  1963. "name": "req",
  1964. "in": "body",
  1965. "required": true,
  1966. "schema": {
  1967. "$ref": "#/definitions/md.AddBlackListReq"
  1968. }
  1969. }
  1970. ],
  1971. "responses": {
  1972. "200": {
  1973. "description": "生成的黑名单id",
  1974. "schema": {
  1975. "type": "string"
  1976. }
  1977. },
  1978. "400": {
  1979. "description": "具体错误",
  1980. "schema": {
  1981. "$ref": "#/definitions/md.Response"
  1982. }
  1983. }
  1984. }
  1985. }
  1986. },
  1987. "/api/friendCircleSettings/blackList/del": {
  1988. "delete": {
  1989. "description": "黑名单(删除)",
  1990. "consumes": [
  1991. "application/json"
  1992. ],
  1993. "produces": [
  1994. "application/json"
  1995. ],
  1996. "tags": [
  1997. "动态设置"
  1998. ],
  1999. "summary": "社交管理-动态设置-黑名单(删除)",
  2000. "parameters": [
  2001. {
  2002. "type": "string",
  2003. "description": "验证参数Bearer和token空格拼接",
  2004. "name": "Authorization",
  2005. "in": "header",
  2006. "required": true
  2007. },
  2008. {
  2009. "description": "黑名单id 必填",
  2010. "name": "req",
  2011. "in": "body",
  2012. "required": true,
  2013. "schema": {
  2014. "$ref": "#/definitions/md.DeleteBlackListReq"
  2015. }
  2016. }
  2017. ],
  2018. "responses": {
  2019. "200": {
  2020. "description": "删除数据数量",
  2021. "schema": {
  2022. "type": "string"
  2023. }
  2024. },
  2025. "400": {
  2026. "description": "具体错误",
  2027. "schema": {
  2028. "$ref": "#/definitions/md.Response"
  2029. }
  2030. }
  2031. }
  2032. }
  2033. },
  2034. "/api/friendCircleSettings/blackList/index": {
  2035. "get": {
  2036. "description": "黑名单(获取)",
  2037. "consumes": [
  2038. "application/json"
  2039. ],
  2040. "produces": [
  2041. "application/json"
  2042. ],
  2043. "tags": [
  2044. "动态设置"
  2045. ],
  2046. "summary": "社交管理-动态设置-黑名单(获取)",
  2047. "parameters": [
  2048. {
  2049. "type": "string",
  2050. "description": "验证参数Bearer和token空格拼接",
  2051. "name": "Authorization",
  2052. "in": "header",
  2053. "required": true
  2054. },
  2055. {
  2056. "type": "integer",
  2057. "description": "每页大小",
  2058. "name": "limit",
  2059. "in": "query",
  2060. "required": true
  2061. },
  2062. {
  2063. "type": "integer",
  2064. "description": "页数",
  2065. "name": "page",
  2066. "in": "query",
  2067. "required": true
  2068. },
  2069. {
  2070. "type": "integer",
  2071. "description": "手机号",
  2072. "name": "phone",
  2073. "in": "query",
  2074. "required": true
  2075. },
  2076. {
  2077. "type": "integer",
  2078. "description": "用户名",
  2079. "name": "nickname",
  2080. "in": "query",
  2081. "required": true
  2082. },
  2083. {
  2084. "type": "integer",
  2085. "description": "用户id",
  2086. "name": "uid",
  2087. "in": "query",
  2088. "required": true
  2089. }
  2090. ],
  2091. "responses": {
  2092. "200": {
  2093. "description": "具体数据",
  2094. "schema": {
  2095. "$ref": "#/definitions/md.GetBlackListResp"
  2096. }
  2097. },
  2098. "400": {
  2099. "description": "具体错误",
  2100. "schema": {
  2101. "$ref": "#/definitions/md.Response"
  2102. }
  2103. }
  2104. }
  2105. }
  2106. },
  2107. "/api/friendCircleSettings/dynamic/del": {
  2108. "delete": {
  2109. "description": "动态(删除)",
  2110. "consumes": [
  2111. "application/json"
  2112. ],
  2113. "produces": [
  2114. "application/json"
  2115. ],
  2116. "tags": [
  2117. "动态设置"
  2118. ],
  2119. "summary": "社交管理-动态设置-动态(删除)",
  2120. "parameters": [
  2121. {
  2122. "type": "string",
  2123. "description": "验证参数Bearer和token空格拼接",
  2124. "name": "Authorization",
  2125. "in": "header",
  2126. "required": true
  2127. },
  2128. {
  2129. "description": "删除动态id必填",
  2130. "name": "req",
  2131. "in": "body",
  2132. "required": true,
  2133. "schema": {
  2134. "$ref": "#/definitions/md.DeleteDynamicReq"
  2135. }
  2136. }
  2137. ],
  2138. "responses": {
  2139. "200": {
  2140. "description": "success",
  2141. "schema": {
  2142. "type": "string"
  2143. }
  2144. },
  2145. "400": {
  2146. "description": "具体错误",
  2147. "schema": {
  2148. "$ref": "#/definitions/md.Response"
  2149. }
  2150. }
  2151. }
  2152. }
  2153. },
  2154. "/api/friendCircleSettings/dynamic/index": {
  2155. "post": {
  2156. "description": "动态(获取)",
  2157. "consumes": [
  2158. "application/json"
  2159. ],
  2160. "produces": [
  2161. "application/json"
  2162. ],
  2163. "tags": [
  2164. "动态设置"
  2165. ],
  2166. "summary": "社交管理-动态设置-动态(获取)",
  2167. "parameters": [
  2168. {
  2169. "type": "string",
  2170. "description": "验证参数Bearer和token空格拼接",
  2171. "name": "Authorization",
  2172. "in": "header",
  2173. "required": true
  2174. },
  2175. {
  2176. "description": "筛选条件",
  2177. "name": "req",
  2178. "in": "body",
  2179. "schema": {
  2180. "$ref": "#/definitions/md.GetDynamicReq"
  2181. }
  2182. }
  2183. ],
  2184. "responses": {
  2185. "200": {
  2186. "description": "生成的黑名单id",
  2187. "schema": {
  2188. "$ref": "#/definitions/md.GetDynamicResp"
  2189. }
  2190. },
  2191. "400": {
  2192. "description": "具体错误",
  2193. "schema": {
  2194. "$ref": "#/definitions/md.Response"
  2195. }
  2196. }
  2197. }
  2198. }
  2199. },
  2200. "/api/friendCircleSettings/dynamic/release": {
  2201. "post": {
  2202. "description": "动态(发布)",
  2203. "consumes": [
  2204. "application/json"
  2205. ],
  2206. "produces": [
  2207. "application/json"
  2208. ],
  2209. "tags": [
  2210. "动态设置"
  2211. ],
  2212. "summary": "社交管理-动态设置-动态(发布)",
  2213. "parameters": [
  2214. {
  2215. "type": "string",
  2216. "description": "验证参数Bearer和token空格拼接",
  2217. "name": "Authorization",
  2218. "in": "header",
  2219. "required": true
  2220. },
  2221. {
  2222. "description": "发布动态信息",
  2223. "name": "req",
  2224. "in": "body",
  2225. "required": true,
  2226. "schema": {
  2227. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2228. }
  2229. }
  2230. ],
  2231. "responses": {
  2232. "200": {
  2233. "description": "success",
  2234. "schema": {
  2235. "type": "string"
  2236. }
  2237. },
  2238. "400": {
  2239. "description": "具体错误",
  2240. "schema": {
  2241. "$ref": "#/definitions/md.Response"
  2242. }
  2243. }
  2244. }
  2245. }
  2246. },
  2247. "/api/friendCircleSettings/dynamic/update": {
  2248. "post": {
  2249. "description": "动态(更新)",
  2250. "consumes": [
  2251. "application/json"
  2252. ],
  2253. "produces": [
  2254. "application/json"
  2255. ],
  2256. "tags": [
  2257. "动态设置"
  2258. ],
  2259. "summary": "社交管理-动态设置-动态(更新)",
  2260. "parameters": [
  2261. {
  2262. "type": "string",
  2263. "description": "验证参数Bearer和token空格拼接",
  2264. "name": "Authorization",
  2265. "in": "header",
  2266. "required": true
  2267. },
  2268. {
  2269. "description": "更新动态id必填",
  2270. "name": "req",
  2271. "in": "body",
  2272. "required": true,
  2273. "schema": {
  2274. "$ref": "#/definitions/md.UpdateDynamicReq"
  2275. }
  2276. }
  2277. ],
  2278. "responses": {
  2279. "200": {
  2280. "description": "success",
  2281. "schema": {
  2282. "type": "string"
  2283. }
  2284. },
  2285. "400": {
  2286. "description": "具体错误",
  2287. "schema": {
  2288. "$ref": "#/definitions/md.Response"
  2289. }
  2290. }
  2291. }
  2292. }
  2293. },
  2294. "/api/getSTSVoucher": {
  2295. "get": {
  2296. "description": "STS临时访问凭证(获取)",
  2297. "consumes": [
  2298. "application/json"
  2299. ],
  2300. "produces": [
  2301. "application/json"
  2302. ],
  2303. "tags": [
  2304. "打包机使用"
  2305. ],
  2306. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2307. "parameters": [
  2308. {
  2309. "type": "string",
  2310. "description": "验证参数Bearer和token空格拼接",
  2311. "name": "Authorization",
  2312. "in": "header",
  2313. "required": true
  2314. }
  2315. ],
  2316. "responses": {
  2317. "200": {
  2318. "description": "凭证及其他信息",
  2319. "schema": {
  2320. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2321. }
  2322. },
  2323. "400": {
  2324. "description": "具体错误",
  2325. "schema": {
  2326. "$ref": "#/definitions/md.Response"
  2327. }
  2328. }
  2329. }
  2330. }
  2331. },
  2332. "/api/homePage/activeData": {
  2333. "get": {
  2334. "description": "活跃数据",
  2335. "consumes": [
  2336. "application/json"
  2337. ],
  2338. "produces": [
  2339. "application/json"
  2340. ],
  2341. "tags": [
  2342. "首页"
  2343. ],
  2344. "summary": "首页-首页-活跃数据",
  2345. "parameters": [
  2346. {
  2347. "type": "string",
  2348. "description": "验证参数Bearer和token空格拼接",
  2349. "name": "Authorization",
  2350. "in": "header",
  2351. "required": true
  2352. }
  2353. ],
  2354. "responses": {
  2355. "200": {
  2356. "description": "具体数据",
  2357. "schema": {
  2358. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2359. }
  2360. },
  2361. "400": {
  2362. "description": "具体错误",
  2363. "schema": {
  2364. "$ref": "#/definitions/md.Response"
  2365. }
  2366. }
  2367. }
  2368. }
  2369. },
  2370. "/api/homePage/growData": {
  2371. "get": {
  2372. "description": "用户增长曲线",
  2373. "consumes": [
  2374. "application/json"
  2375. ],
  2376. "produces": [
  2377. "application/json"
  2378. ],
  2379. "tags": [
  2380. "首页"
  2381. ],
  2382. "summary": "首页-首页-用户增长曲线",
  2383. "parameters": [
  2384. {
  2385. "type": "string",
  2386. "description": "验证参数Bearer和token空格拼接",
  2387. "name": "Authorization",
  2388. "in": "header",
  2389. "required": true
  2390. },
  2391. {
  2392. "type": "string",
  2393. "description": "1:按天 2:按周 3:按小时",
  2394. "name": "kind",
  2395. "in": "query"
  2396. }
  2397. ],
  2398. "responses": {
  2399. "200": {
  2400. "description": "具体数据",
  2401. "schema": {
  2402. "$ref": "#/definitions/md.GetPriceCurveResp"
  2403. }
  2404. },
  2405. "400": {
  2406. "description": "具体错误",
  2407. "schema": {
  2408. "$ref": "#/definitions/md.Response"
  2409. }
  2410. }
  2411. }
  2412. }
  2413. },
  2414. "/api/homePage/totalData": {
  2415. "get": {
  2416. "description": "数据总览",
  2417. "consumes": [
  2418. "application/json"
  2419. ],
  2420. "produces": [
  2421. "application/json"
  2422. ],
  2423. "tags": [
  2424. "首页"
  2425. ],
  2426. "summary": "首页-首页-数据总览",
  2427. "parameters": [
  2428. {
  2429. "type": "string",
  2430. "description": "验证参数Bearer和token空格拼接",
  2431. "name": "Authorization",
  2432. "in": "header",
  2433. "required": true
  2434. },
  2435. {
  2436. "type": "string",
  2437. "description": "年",
  2438. "name": "year",
  2439. "in": "query",
  2440. "required": true
  2441. },
  2442. {
  2443. "type": "string",
  2444. "description": "月",
  2445. "name": "month",
  2446. "in": "query",
  2447. "required": true
  2448. }
  2449. ],
  2450. "responses": {
  2451. "200": {
  2452. "description": "具体数据",
  2453. "schema": {
  2454. "$ref": "#/definitions/hdl.TotalDataResp"
  2455. }
  2456. },
  2457. "400": {
  2458. "description": "具体错误",
  2459. "schema": {
  2460. "$ref": "#/definitions/md.Response"
  2461. }
  2462. }
  2463. }
  2464. }
  2465. },
  2466. "/api/im/addCustomerService": {
  2467. "post": {
  2468. "description": "客服(新增)",
  2469. "consumes": [
  2470. "application/json"
  2471. ],
  2472. "produces": [
  2473. "application/json"
  2474. ],
  2475. "tags": [
  2476. "客服"
  2477. ],
  2478. "summary": "Im-客服(新增)",
  2479. "parameters": [
  2480. {
  2481. "type": "string",
  2482. "description": "验证参数Bearer和token空格拼接",
  2483. "name": "Authorization",
  2484. "in": "header",
  2485. "required": true
  2486. },
  2487. {
  2488. "description": "相关参数",
  2489. "name": "req",
  2490. "in": "body",
  2491. "required": true,
  2492. "schema": {
  2493. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2494. }
  2495. }
  2496. ],
  2497. "responses": {
  2498. "200": {
  2499. "description": "success",
  2500. "schema": {
  2501. "type": "string"
  2502. }
  2503. },
  2504. "400": {
  2505. "description": "具体错误",
  2506. "schema": {
  2507. "$ref": "#/definitions/md.Response"
  2508. }
  2509. }
  2510. }
  2511. }
  2512. },
  2513. "/api/im/addEmoticon": {
  2514. "post": {
  2515. "description": "表情包(新增)",
  2516. "consumes": [
  2517. "application/json"
  2518. ],
  2519. "produces": [
  2520. "application/json"
  2521. ],
  2522. "tags": [
  2523. "表情包"
  2524. ],
  2525. "summary": "Im-表情包(新增)",
  2526. "parameters": [
  2527. {
  2528. "type": "string",
  2529. "description": "验证参数Bearer和token空格拼接",
  2530. "name": "Authorization",
  2531. "in": "header",
  2532. "required": true
  2533. },
  2534. {
  2535. "description": "相关参数",
  2536. "name": "req",
  2537. "in": "body",
  2538. "required": true,
  2539. "schema": {
  2540. "$ref": "#/definitions/md.AddEmoticonReq"
  2541. }
  2542. }
  2543. ],
  2544. "responses": {
  2545. "200": {
  2546. "description": "success",
  2547. "schema": {
  2548. "type": "string"
  2549. }
  2550. },
  2551. "400": {
  2552. "description": "具体错误",
  2553. "schema": {
  2554. "$ref": "#/definitions/md.Response"
  2555. }
  2556. }
  2557. }
  2558. }
  2559. },
  2560. "/api/im/batchSendGroupMessage": {
  2561. "post": {
  2562. "description": "群发发送群组消息",
  2563. "consumes": [
  2564. "application/json"
  2565. ],
  2566. "produces": [
  2567. "application/json"
  2568. ],
  2569. "tags": [
  2570. "群发发送群组消息"
  2571. ],
  2572. "summary": "Im-群发发送群组消息",
  2573. "parameters": [
  2574. {
  2575. "type": "string",
  2576. "description": "验证参数Bearer和token空格拼接",
  2577. "name": "Authorization",
  2578. "in": "header",
  2579. "required": true
  2580. },
  2581. {
  2582. "description": "相关参数",
  2583. "name": "req",
  2584. "in": "body",
  2585. "required": true,
  2586. "schema": {
  2587. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2588. }
  2589. }
  2590. ],
  2591. "responses": {
  2592. "200": {
  2593. "description": "success",
  2594. "schema": {
  2595. "type": "string"
  2596. }
  2597. },
  2598. "400": {
  2599. "description": "具体错误",
  2600. "schema": {
  2601. "$ref": "#/definitions/md.Response"
  2602. }
  2603. }
  2604. }
  2605. }
  2606. },
  2607. "/api/im/batchSendUserMessage": {
  2608. "post": {
  2609. "description": "群发发送用户消息",
  2610. "consumes": [
  2611. "application/json"
  2612. ],
  2613. "produces": [
  2614. "application/json"
  2615. ],
  2616. "tags": [
  2617. "群发发送用户消息"
  2618. ],
  2619. "summary": "Im-群发发送用户消息",
  2620. "parameters": [
  2621. {
  2622. "type": "string",
  2623. "description": "验证参数Bearer和token空格拼接",
  2624. "name": "Authorization",
  2625. "in": "header",
  2626. "required": true
  2627. },
  2628. {
  2629. "description": "相关参数",
  2630. "name": "req",
  2631. "in": "body",
  2632. "required": true,
  2633. "schema": {
  2634. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2635. }
  2636. }
  2637. ],
  2638. "responses": {
  2639. "200": {
  2640. "description": "success",
  2641. "schema": {
  2642. "type": "string"
  2643. }
  2644. },
  2645. "400": {
  2646. "description": "具体错误",
  2647. "schema": {
  2648. "$ref": "#/definitions/md.Response"
  2649. }
  2650. }
  2651. }
  2652. }
  2653. },
  2654. "/api/im/deleteEmoticon": {
  2655. "post": {
  2656. "description": "表情包(删除)",
  2657. "consumes": [
  2658. "application/json"
  2659. ],
  2660. "produces": [
  2661. "application/json"
  2662. ],
  2663. "tags": [
  2664. "表情包"
  2665. ],
  2666. "summary": "Im-表情包(删除)",
  2667. "parameters": [
  2668. {
  2669. "type": "string",
  2670. "description": "验证参数Bearer和token空格拼接",
  2671. "name": "Authorization",
  2672. "in": "header",
  2673. "required": true
  2674. },
  2675. {
  2676. "description": "相关参数",
  2677. "name": "req",
  2678. "in": "body",
  2679. "required": true,
  2680. "schema": {
  2681. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2682. }
  2683. }
  2684. ],
  2685. "responses": {
  2686. "200": {
  2687. "description": "success",
  2688. "schema": {
  2689. "type": "string"
  2690. }
  2691. },
  2692. "400": {
  2693. "description": "具体错误",
  2694. "schema": {
  2695. "$ref": "#/definitions/md.Response"
  2696. }
  2697. }
  2698. }
  2699. }
  2700. },
  2701. "/api/im/getBasic": {
  2702. "get": {
  2703. "description": "基础设置(获取)",
  2704. "consumes": [
  2705. "application/json"
  2706. ],
  2707. "produces": [
  2708. "application/json"
  2709. ],
  2710. "tags": [
  2711. "基础设置"
  2712. ],
  2713. "summary": "Im-基础设置(获取)",
  2714. "parameters": [
  2715. {
  2716. "type": "string",
  2717. "description": "验证参数Bearer和token空格拼接",
  2718. "name": "Authorization",
  2719. "in": "header",
  2720. "required": true
  2721. }
  2722. ],
  2723. "responses": {
  2724. "200": {
  2725. "description": "设置列表",
  2726. "schema": {
  2727. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2728. }
  2729. },
  2730. "400": {
  2731. "description": "具体错误",
  2732. "schema": {
  2733. "$ref": "#/definitions/md.Response"
  2734. }
  2735. }
  2736. }
  2737. }
  2738. },
  2739. "/api/im/groupList": {
  2740. "post": {
  2741. "description": "群组用户(列表)",
  2742. "consumes": [
  2743. "application/json"
  2744. ],
  2745. "produces": [
  2746. "application/json"
  2747. ],
  2748. "tags": [
  2749. "群组用户"
  2750. ],
  2751. "summary": "Im-群组用户(列表)",
  2752. "parameters": [
  2753. {
  2754. "type": "string",
  2755. "description": "验证参数Bearer和token空格拼接",
  2756. "name": "Authorization",
  2757. "in": "header",
  2758. "required": true
  2759. },
  2760. {
  2761. "description": "相关参数",
  2762. "name": "req",
  2763. "in": "body",
  2764. "required": true,
  2765. "schema": {
  2766. "$ref": "#/definitions/md.GroupListReq"
  2767. }
  2768. }
  2769. ],
  2770. "responses": {
  2771. "200": {
  2772. "description": "OK",
  2773. "schema": {
  2774. "$ref": "#/definitions/md.GroupListResp"
  2775. }
  2776. },
  2777. "400": {
  2778. "description": "具体错误",
  2779. "schema": {
  2780. "$ref": "#/definitions/md.Response"
  2781. }
  2782. }
  2783. }
  2784. }
  2785. },
  2786. "/api/im/pageCustomerService": {
  2787. "post": {
  2788. "description": "客服(列表)",
  2789. "consumes": [
  2790. "application/json"
  2791. ],
  2792. "produces": [
  2793. "application/json"
  2794. ],
  2795. "tags": [
  2796. "客服"
  2797. ],
  2798. "summary": "Im-客服(列表)",
  2799. "parameters": [
  2800. {
  2801. "type": "string",
  2802. "description": "验证参数Bearer和token空格拼接",
  2803. "name": "Authorization",
  2804. "in": "header",
  2805. "required": true
  2806. },
  2807. {
  2808. "description": "相关参数",
  2809. "name": "req",
  2810. "in": "body",
  2811. "required": true,
  2812. "schema": {
  2813. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2814. }
  2815. }
  2816. ],
  2817. "responses": {
  2818. "200": {
  2819. "description": "设置列表",
  2820. "schema": {
  2821. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2822. }
  2823. },
  2824. "400": {
  2825. "description": "具体错误",
  2826. "schema": {
  2827. "$ref": "#/definitions/md.Response"
  2828. }
  2829. }
  2830. }
  2831. }
  2832. },
  2833. "/api/im/pageEmoticon": {
  2834. "post": {
  2835. "description": "表情包(列表)",
  2836. "consumes": [
  2837. "application/json"
  2838. ],
  2839. "produces": [
  2840. "application/json"
  2841. ],
  2842. "tags": [
  2843. "表情包"
  2844. ],
  2845. "summary": "Im-表情包(列表)",
  2846. "parameters": [
  2847. {
  2848. "type": "string",
  2849. "description": "验证参数Bearer和token空格拼接",
  2850. "name": "Authorization",
  2851. "in": "header",
  2852. "required": true
  2853. },
  2854. {
  2855. "description": "相关参数",
  2856. "name": "req",
  2857. "in": "body",
  2858. "required": true,
  2859. "schema": {
  2860. "$ref": "#/definitions/md.PageEmoticonReq"
  2861. }
  2862. }
  2863. ],
  2864. "responses": {
  2865. "200": {
  2866. "description": "设置列表",
  2867. "schema": {
  2868. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2869. }
  2870. },
  2871. "400": {
  2872. "description": "具体错误",
  2873. "schema": {
  2874. "$ref": "#/definitions/md.Response"
  2875. }
  2876. }
  2877. }
  2878. }
  2879. },
  2880. "/api/im/pageSendRedPackageOrd": {
  2881. "post": {
  2882. "description": "红包记录(列表)",
  2883. "consumes": [
  2884. "application/json"
  2885. ],
  2886. "produces": [
  2887. "application/json"
  2888. ],
  2889. "tags": [
  2890. "红包记录"
  2891. ],
  2892. "summary": "Im-红包记录(列表)",
  2893. "parameters": [
  2894. {
  2895. "type": "string",
  2896. "description": "验证参数Bearer和token空格拼接",
  2897. "name": "Authorization",
  2898. "in": "header",
  2899. "required": true
  2900. },
  2901. {
  2902. "description": "相关参数",
  2903. "name": "req",
  2904. "in": "body",
  2905. "required": true,
  2906. "schema": {
  2907. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2908. }
  2909. }
  2910. ],
  2911. "responses": {
  2912. "200": {
  2913. "description": "success",
  2914. "schema": {
  2915. "type": "string"
  2916. }
  2917. },
  2918. "400": {
  2919. "description": "具体错误",
  2920. "schema": {
  2921. "$ref": "#/definitions/md.Response"
  2922. }
  2923. }
  2924. }
  2925. }
  2926. },
  2927. "/api/im/redPackageRecordsDetail": {
  2928. "get": {
  2929. "description": "红包记录(详情)",
  2930. "consumes": [
  2931. "application/json"
  2932. ],
  2933. "produces": [
  2934. "application/json"
  2935. ],
  2936. "tags": [
  2937. "红包记录"
  2938. ],
  2939. "summary": "Im-红包记录(详情)",
  2940. "parameters": [
  2941. {
  2942. "type": "string",
  2943. "description": "验证参数Bearer和token空格拼接",
  2944. "name": "Authorization",
  2945. "in": "header",
  2946. "required": true
  2947. },
  2948. {
  2949. "type": "string",
  2950. "description": "红包id",
  2951. "name": "red_package_id",
  2952. "in": "query",
  2953. "required": true
  2954. }
  2955. ],
  2956. "responses": {
  2957. "200": {
  2958. "description": "success",
  2959. "schema": {
  2960. "type": "string"
  2961. }
  2962. },
  2963. "400": {
  2964. "description": "具体错误",
  2965. "schema": {
  2966. "$ref": "#/definitions/md.Response"
  2967. }
  2968. }
  2969. }
  2970. }
  2971. },
  2972. "/api/im/setBasic": {
  2973. "post": {
  2974. "description": "基础设置(更新)",
  2975. "consumes": [
  2976. "application/json"
  2977. ],
  2978. "produces": [
  2979. "application/json"
  2980. ],
  2981. "tags": [
  2982. "基础设置"
  2983. ],
  2984. "summary": "Im-基础设置(更新)",
  2985. "parameters": [
  2986. {
  2987. "type": "string",
  2988. "description": "验证参数Bearer和token空格拼接",
  2989. "name": "Authorization",
  2990. "in": "header",
  2991. "required": true
  2992. },
  2993. {
  2994. "description": "上传需要修改的信息",
  2995. "name": "req",
  2996. "in": "body",
  2997. "required": true,
  2998. "schema": {
  2999. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  3000. }
  3001. }
  3002. ],
  3003. "responses": {
  3004. "200": {
  3005. "description": "success",
  3006. "schema": {
  3007. "type": "string"
  3008. }
  3009. },
  3010. "400": {
  3011. "description": "具体错误",
  3012. "schema": {
  3013. "$ref": "#/definitions/md.Response"
  3014. }
  3015. }
  3016. }
  3017. }
  3018. },
  3019. "/api/im/setCustomerServiceState": {
  3020. "post": {
  3021. "description": "客服(更新状态)",
  3022. "consumes": [
  3023. "application/json"
  3024. ],
  3025. "produces": [
  3026. "application/json"
  3027. ],
  3028. "tags": [
  3029. "客服"
  3030. ],
  3031. "summary": "Im-客服(更新状态)",
  3032. "parameters": [
  3033. {
  3034. "type": "string",
  3035. "description": "验证参数Bearer和token空格拼接",
  3036. "name": "Authorization",
  3037. "in": "header",
  3038. "required": true
  3039. },
  3040. {
  3041. "description": "相关参数",
  3042. "name": "req",
  3043. "in": "body",
  3044. "required": true,
  3045. "schema": {
  3046. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  3047. }
  3048. }
  3049. ],
  3050. "responses": {
  3051. "200": {
  3052. "description": "success",
  3053. "schema": {
  3054. "type": "string"
  3055. }
  3056. },
  3057. "400": {
  3058. "description": "具体错误",
  3059. "schema": {
  3060. "$ref": "#/definitions/md.Response"
  3061. }
  3062. }
  3063. }
  3064. }
  3065. },
  3066. "/api/im/setEmoticonState": {
  3067. "post": {
  3068. "description": "表情包(新增)",
  3069. "consumes": [
  3070. "application/json"
  3071. ],
  3072. "produces": [
  3073. "application/json"
  3074. ],
  3075. "tags": [
  3076. "表情包"
  3077. ],
  3078. "summary": "Im-表情包(更新状态)",
  3079. "parameters": [
  3080. {
  3081. "type": "string",
  3082. "description": "验证参数Bearer和token空格拼接",
  3083. "name": "Authorization",
  3084. "in": "header",
  3085. "required": true
  3086. },
  3087. {
  3088. "description": "相关参数",
  3089. "name": "req",
  3090. "in": "body",
  3091. "required": true,
  3092. "schema": {
  3093. "$ref": "#/definitions/md.SetEmoticonStateReq"
  3094. }
  3095. }
  3096. ],
  3097. "responses": {
  3098. "200": {
  3099. "description": "success",
  3100. "schema": {
  3101. "type": "string"
  3102. }
  3103. },
  3104. "400": {
  3105. "description": "具体错误",
  3106. "schema": {
  3107. "$ref": "#/definitions/md.Response"
  3108. }
  3109. }
  3110. }
  3111. }
  3112. },
  3113. "/api/im/updateCustomerServiceMemo": {
  3114. "post": {
  3115. "description": "客服(编辑备注)",
  3116. "consumes": [
  3117. "application/json"
  3118. ],
  3119. "produces": [
  3120. "application/json"
  3121. ],
  3122. "tags": [
  3123. "客服"
  3124. ],
  3125. "summary": "Im-客服(编辑备注)",
  3126. "parameters": [
  3127. {
  3128. "type": "string",
  3129. "description": "验证参数Bearer和token空格拼接",
  3130. "name": "Authorization",
  3131. "in": "header",
  3132. "required": true
  3133. },
  3134. {
  3135. "description": "相关参数",
  3136. "name": "req",
  3137. "in": "body",
  3138. "required": true,
  3139. "schema": {
  3140. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3141. }
  3142. }
  3143. ],
  3144. "responses": {
  3145. "200": {
  3146. "description": "success",
  3147. "schema": {
  3148. "type": "string"
  3149. }
  3150. },
  3151. "400": {
  3152. "description": "具体错误",
  3153. "schema": {
  3154. "$ref": "#/definitions/md.Response"
  3155. }
  3156. }
  3157. }
  3158. }
  3159. },
  3160. "/api/im/updateEmoticon": {
  3161. "post": {
  3162. "description": "表情包(编辑)",
  3163. "consumes": [
  3164. "application/json"
  3165. ],
  3166. "produces": [
  3167. "application/json"
  3168. ],
  3169. "tags": [
  3170. "表情包"
  3171. ],
  3172. "summary": "Im-表情包(编辑)",
  3173. "parameters": [
  3174. {
  3175. "type": "string",
  3176. "description": "验证参数Bearer和token空格拼接",
  3177. "name": "Authorization",
  3178. "in": "header",
  3179. "required": true
  3180. },
  3181. {
  3182. "description": "相关参数",
  3183. "name": "req",
  3184. "in": "body",
  3185. "required": true,
  3186. "schema": {
  3187. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3188. }
  3189. }
  3190. ],
  3191. "responses": {
  3192. "200": {
  3193. "description": "success",
  3194. "schema": {
  3195. "type": "string"
  3196. }
  3197. },
  3198. "400": {
  3199. "description": "具体错误",
  3200. "schema": {
  3201. "$ref": "#/definitions/md.Response"
  3202. }
  3203. }
  3204. }
  3205. }
  3206. },
  3207. "/api/institutionalManagement/contentReward/playlet/base": {
  3208. "get": {
  3209. "description": "制度中心-内容奖励-短剧基本信息",
  3210. "consumes": [
  3211. "application/json"
  3212. ],
  3213. "produces": [
  3214. "application/json"
  3215. ],
  3216. "tags": [
  3217. "蛋蛋能量"
  3218. ],
  3219. "summary": "制度中心-内容奖励-短剧基本信息",
  3220. "parameters": [
  3221. {
  3222. "type": "string",
  3223. "description": "验证参数Bearer和token空格拼接",
  3224. "name": "Authorization",
  3225. "in": "header",
  3226. "required": true
  3227. }
  3228. ],
  3229. "responses": {
  3230. "200": {
  3231. "description": "具体数据",
  3232. "schema": {
  3233. "$ref": "#/definitions/md.PlayletBaseData"
  3234. }
  3235. },
  3236. "400": {
  3237. "description": "具体错误",
  3238. "schema": {
  3239. "$ref": "#/definitions/md.Response"
  3240. }
  3241. }
  3242. }
  3243. }
  3244. },
  3245. "/api/institutionalManagement/contentReward/playlet/save": {
  3246. "post": {
  3247. "description": "制度中心-内容奖励-短剧基本配置保存",
  3248. "consumes": [
  3249. "application/json"
  3250. ],
  3251. "produces": [
  3252. "application/json"
  3253. ],
  3254. "tags": [
  3255. "蛋蛋能量"
  3256. ],
  3257. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3258. "parameters": [
  3259. {
  3260. "type": "string",
  3261. "description": "验证参数Bearer和token空格拼接",
  3262. "name": "Authorization",
  3263. "in": "header",
  3264. "required": true
  3265. },
  3266. {
  3267. "description": "(分页信息必填)",
  3268. "name": "req",
  3269. "in": "body",
  3270. "required": true,
  3271. "schema": {
  3272. "$ref": "#/definitions/md.PlayletBaseData"
  3273. }
  3274. }
  3275. ],
  3276. "responses": {
  3277. "200": {
  3278. "description": "具体数据",
  3279. "schema": {
  3280. "type": "string"
  3281. }
  3282. },
  3283. "400": {
  3284. "description": "具体错误",
  3285. "schema": {
  3286. "$ref": "#/definitions/md.Response"
  3287. }
  3288. }
  3289. }
  3290. }
  3291. },
  3292. "/api/institutionalManagement/contentReward/video/base": {
  3293. "get": {
  3294. "description": "制度中心-内容奖励-短视频基本信息",
  3295. "consumes": [
  3296. "application/json"
  3297. ],
  3298. "produces": [
  3299. "application/json"
  3300. ],
  3301. "tags": [
  3302. "蛋蛋能量"
  3303. ],
  3304. "summary": "制度中心-内容奖励-短视频基本信息",
  3305. "parameters": [
  3306. {
  3307. "type": "string",
  3308. "description": "验证参数Bearer和token空格拼接",
  3309. "name": "Authorization",
  3310. "in": "header",
  3311. "required": true
  3312. }
  3313. ],
  3314. "responses": {
  3315. "200": {
  3316. "description": "具体数据",
  3317. "schema": {
  3318. "$ref": "#/definitions/md.VideoBaseData"
  3319. }
  3320. },
  3321. "400": {
  3322. "description": "具体错误",
  3323. "schema": {
  3324. "$ref": "#/definitions/md.Response"
  3325. }
  3326. }
  3327. }
  3328. }
  3329. },
  3330. "/api/institutionalManagement/contentReward/video/save": {
  3331. "post": {
  3332. "description": "制度中心-内容奖励-短视频基本配置保存",
  3333. "consumes": [
  3334. "application/json"
  3335. ],
  3336. "produces": [
  3337. "application/json"
  3338. ],
  3339. "tags": [
  3340. "蛋蛋能量"
  3341. ],
  3342. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3343. "parameters": [
  3344. {
  3345. "type": "string",
  3346. "description": "验证参数Bearer和token空格拼接",
  3347. "name": "Authorization",
  3348. "in": "header",
  3349. "required": true
  3350. },
  3351. {
  3352. "description": "(分页信息必填)",
  3353. "name": "req",
  3354. "in": "body",
  3355. "required": true,
  3356. "schema": {
  3357. "$ref": "#/definitions/md.VideoBaseData"
  3358. }
  3359. }
  3360. ],
  3361. "responses": {
  3362. "200": {
  3363. "description": "具体数据",
  3364. "schema": {
  3365. "type": "string"
  3366. }
  3367. },
  3368. "400": {
  3369. "description": "具体错误",
  3370. "schema": {
  3371. "$ref": "#/definitions/md.Response"
  3372. }
  3373. }
  3374. }
  3375. }
  3376. },
  3377. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3378. "post": {
  3379. "description": "会员设置(新增)",
  3380. "consumes": [
  3381. "application/json"
  3382. ],
  3383. "produces": [
  3384. "application/json"
  3385. ],
  3386. "tags": [
  3387. "蛋蛋能量"
  3388. ],
  3389. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3390. "parameters": [
  3391. {
  3392. "type": "string",
  3393. "description": "验证参数Bearer和token空格拼接",
  3394. "name": "Authorization",
  3395. "in": "header",
  3396. "required": true
  3397. },
  3398. {
  3399. "description": "system_id 必填",
  3400. "name": "req",
  3401. "in": "body",
  3402. "required": true,
  3403. "schema": {
  3404. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3405. }
  3406. }
  3407. ],
  3408. "responses": {
  3409. "200": {
  3410. "description": "修改数据条数",
  3411. "schema": {
  3412. "type": "int"
  3413. }
  3414. },
  3415. "400": {
  3416. "description": "具体错误",
  3417. "schema": {
  3418. "$ref": "#/definitions/md.Response"
  3419. }
  3420. }
  3421. }
  3422. }
  3423. },
  3424. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3425. "post": {
  3426. "description": "动态数据流水(获取)",
  3427. "consumes": [
  3428. "application/json"
  3429. ],
  3430. "produces": [
  3431. "application/json"
  3432. ],
  3433. "tags": [
  3434. "公排管理"
  3435. ],
  3436. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3437. "parameters": [
  3438. {
  3439. "type": "string",
  3440. "description": "验证参数Bearer和token空格拼接",
  3441. "name": "Authorization",
  3442. "in": "header",
  3443. "required": true
  3444. },
  3445. {
  3446. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3447. "name": "req",
  3448. "in": "body",
  3449. "required": true,
  3450. "schema": {
  3451. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3452. }
  3453. }
  3454. ],
  3455. "responses": {
  3456. "200": {
  3457. "description": "成功返回",
  3458. "schema": {
  3459. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3460. }
  3461. },
  3462. "400": {
  3463. "description": "具体错误",
  3464. "schema": {
  3465. "$ref": "#/definitions/md.Response"
  3466. }
  3467. }
  3468. }
  3469. }
  3470. },
  3471. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3472. "post": {
  3473. "description": "批量新增币种",
  3474. "consumes": [
  3475. "application/json"
  3476. ],
  3477. "produces": [
  3478. "application/json"
  3479. ],
  3480. "tags": [
  3481. "蛋蛋能量"
  3482. ],
  3483. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3484. "parameters": [
  3485. {
  3486. "type": "string",
  3487. "description": "验证参数Bearer和token空格拼接",
  3488. "name": "Authorization",
  3489. "in": "header",
  3490. "required": true
  3491. },
  3492. {
  3493. "description": "新增数据信息",
  3494. "name": "req",
  3495. "in": "body",
  3496. "required": true,
  3497. "schema": {
  3498. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3499. }
  3500. }
  3501. ],
  3502. "responses": {
  3503. "200": {
  3504. "description": "新增数据数量",
  3505. "schema": {
  3506. "type": "int"
  3507. }
  3508. },
  3509. "400": {
  3510. "description": "具体错误",
  3511. "schema": {
  3512. "$ref": "#/definitions/md.Response"
  3513. }
  3514. }
  3515. }
  3516. }
  3517. },
  3518. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3519. "get": {
  3520. "description": "贡献值-基础设置(获取)",
  3521. "consumes": [
  3522. "application/json"
  3523. ],
  3524. "produces": [
  3525. "application/json"
  3526. ],
  3527. "tags": [
  3528. "贡献值"
  3529. ],
  3530. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3531. "parameters": [
  3532. {
  3533. "type": "string",
  3534. "description": "验证参数Bearer和token空格拼接",
  3535. "name": "Authorization",
  3536. "in": "header",
  3537. "required": true
  3538. }
  3539. ],
  3540. "responses": {
  3541. "200": {
  3542. "description": "具体数据",
  3543. "schema": {
  3544. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3545. }
  3546. },
  3547. "400": {
  3548. "description": "具体错误",
  3549. "schema": {
  3550. "$ref": "#/definitions/md.Response"
  3551. }
  3552. }
  3553. }
  3554. }
  3555. },
  3556. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3557. "post": {
  3558. "description": "贡献值-基础设置(更新)",
  3559. "consumes": [
  3560. "application/json"
  3561. ],
  3562. "produces": [
  3563. "application/json"
  3564. ],
  3565. "tags": [
  3566. "贡献值"
  3567. ],
  3568. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3569. "parameters": [
  3570. {
  3571. "type": "string",
  3572. "description": "验证参数Bearer和token空格拼接",
  3573. "name": "Authorization",
  3574. "in": "header",
  3575. "required": true
  3576. },
  3577. {
  3578. "description": "id 必填",
  3579. "name": "req",
  3580. "in": "body",
  3581. "required": true,
  3582. "schema": {
  3583. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3584. }
  3585. }
  3586. ],
  3587. "responses": {
  3588. "200": {
  3589. "description": "修改数据条数",
  3590. "schema": {
  3591. "type": "int"
  3592. }
  3593. },
  3594. "400": {
  3595. "description": "具体错误",
  3596. "schema": {
  3597. "$ref": "#/definitions/md.Response"
  3598. }
  3599. }
  3600. }
  3601. }
  3602. },
  3603. "/api/institutionalManagement/eggEnergy/coreData": {
  3604. "get": {
  3605. "description": "核心数据(获取)",
  3606. "consumes": [
  3607. "application/json"
  3608. ],
  3609. "produces": [
  3610. "application/json"
  3611. ],
  3612. "tags": [
  3613. "蛋蛋能量"
  3614. ],
  3615. "summary": "制度中心-蛋蛋能量-核心数据(获取)",
  3616. "parameters": [
  3617. {
  3618. "type": "string",
  3619. "description": "验证参数Bearer和token空格拼接",
  3620. "name": "Authorization",
  3621. "in": "header",
  3622. "required": true
  3623. }
  3624. ],
  3625. "responses": {
  3626. "200": {
  3627. "description": "具体数据",
  3628. "schema": {
  3629. "$ref": "#/definitions/md.GetEggEnergyCoreDataResp"
  3630. }
  3631. },
  3632. "400": {
  3633. "description": "具体错误",
  3634. "schema": {
  3635. "$ref": "#/definitions/md.Response"
  3636. }
  3637. }
  3638. }
  3639. },
  3640. "post": {
  3641. "description": "核心数据(更新)",
  3642. "consumes": [
  3643. "application/json"
  3644. ],
  3645. "produces": [
  3646. "application/json"
  3647. ],
  3648. "tags": [
  3649. "蛋蛋能量"
  3650. ],
  3651. "summary": "制度中心-蛋蛋能量-核心数据(更新)",
  3652. "parameters": [
  3653. {
  3654. "type": "string",
  3655. "description": "验证参数Bearer和token空格拼接",
  3656. "name": "Authorization",
  3657. "in": "header",
  3658. "required": true
  3659. },
  3660. {
  3661. "description": "需要修改的内容和 id",
  3662. "name": "req",
  3663. "in": "body",
  3664. "required": true,
  3665. "schema": {
  3666. "$ref": "#/definitions/md.UpdateEggEnergyCoreDataReq"
  3667. }
  3668. }
  3669. ],
  3670. "responses": {
  3671. "200": {
  3672. "description": "修改数据条数",
  3673. "schema": {
  3674. "type": "int"
  3675. }
  3676. },
  3677. "400": {
  3678. "description": "具体错误",
  3679. "schema": {
  3680. "$ref": "#/definitions/md.Response"
  3681. }
  3682. }
  3683. }
  3684. }
  3685. },
  3686. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3687. "delete": {
  3688. "description": "删除币种",
  3689. "consumes": [
  3690. "application/json"
  3691. ],
  3692. "produces": [
  3693. "application/json"
  3694. ],
  3695. "tags": [
  3696. "蛋蛋能量"
  3697. ],
  3698. "summary": "制度中心-蛋蛋能量-删除币种",
  3699. "parameters": [
  3700. {
  3701. "type": "string",
  3702. "description": "验证参数Bearer和token空格拼接",
  3703. "name": "Authorization",
  3704. "in": "header",
  3705. "required": true
  3706. }
  3707. ],
  3708. "responses": {
  3709. "200": {
  3710. "description": "删除数据数量",
  3711. "schema": {
  3712. "type": "int"
  3713. }
  3714. },
  3715. "400": {
  3716. "description": "具体错误",
  3717. "schema": {
  3718. "$ref": "#/definitions/md.Response"
  3719. }
  3720. }
  3721. }
  3722. }
  3723. },
  3724. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3725. "post": {
  3726. "description": "蛋蛋分管理(人工打分)",
  3727. "consumes": [
  3728. "application/json"
  3729. ],
  3730. "produces": [
  3731. "application/json"
  3732. ],
  3733. "tags": [
  3734. "蛋蛋能量"
  3735. ],
  3736. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3737. "parameters": [
  3738. {
  3739. "type": "string",
  3740. "description": "验证参数Bearer和token空格拼接",
  3741. "name": "Authorization",
  3742. "in": "header",
  3743. "required": true
  3744. },
  3745. {
  3746. "description": "请求参数",
  3747. "name": "req",
  3748. "in": "body",
  3749. "required": true,
  3750. "schema": {
  3751. "$ref": "#/definitions/md.ManualScoreReq"
  3752. }
  3753. }
  3754. ],
  3755. "responses": {
  3756. "200": {
  3757. "description": "成功返回",
  3758. "schema": {
  3759. "type": "string"
  3760. }
  3761. },
  3762. "400": {
  3763. "description": "具体错误",
  3764. "schema": {
  3765. "$ref": "#/definitions/md.Response"
  3766. }
  3767. }
  3768. }
  3769. }
  3770. },
  3771. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3772. "post": {
  3773. "description": "蛋蛋分管理(着陆页数据分析)",
  3774. "consumes": [
  3775. "application/json"
  3776. ],
  3777. "produces": [
  3778. "application/json"
  3779. ],
  3780. "tags": [
  3781. "蛋蛋能量"
  3782. ],
  3783. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3784. "parameters": [
  3785. {
  3786. "type": "string",
  3787. "description": "验证参数Bearer和token空格拼接",
  3788. "name": "Authorization",
  3789. "in": "header",
  3790. "required": true
  3791. },
  3792. {
  3793. "description": "请求参数",
  3794. "name": "req",
  3795. "in": "body",
  3796. "required": true,
  3797. "schema": {
  3798. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3799. }
  3800. }
  3801. ],
  3802. "responses": {
  3803. "200": {
  3804. "description": "成功返回",
  3805. "schema": {
  3806. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3807. }
  3808. },
  3809. "400": {
  3810. "description": "具体错误",
  3811. "schema": {
  3812. "$ref": "#/definitions/md.Response"
  3813. }
  3814. }
  3815. }
  3816. }
  3817. },
  3818. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3819. "post": {
  3820. "description": "蛋蛋分管理(用户数据列表)",
  3821. "consumes": [
  3822. "application/json"
  3823. ],
  3824. "produces": [
  3825. "application/json"
  3826. ],
  3827. "tags": [
  3828. "蛋蛋能量"
  3829. ],
  3830. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3831. "parameters": [
  3832. {
  3833. "type": "string",
  3834. "description": "验证参数Bearer和token空格拼接",
  3835. "name": "Authorization",
  3836. "in": "header",
  3837. "required": true
  3838. },
  3839. {
  3840. "description": "请求参数",
  3841. "name": "req",
  3842. "in": "body",
  3843. "required": true,
  3844. "schema": {
  3845. "$ref": "#/definitions/md.UserEggFlowReq"
  3846. }
  3847. }
  3848. ],
  3849. "responses": {
  3850. "200": {
  3851. "description": "成功返回",
  3852. "schema": {
  3853. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3854. }
  3855. },
  3856. "400": {
  3857. "description": "具体错误",
  3858. "schema": {
  3859. "$ref": "#/definitions/md.Response"
  3860. }
  3861. }
  3862. }
  3863. }
  3864. },
  3865. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3866. "post": {
  3867. "description": "蛋蛋分管理(着陆页数据)",
  3868. "consumes": [
  3869. "application/json"
  3870. ],
  3871. "produces": [
  3872. "application/json"
  3873. ],
  3874. "tags": [
  3875. "蛋蛋能量"
  3876. ],
  3877. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3878. "parameters": [
  3879. {
  3880. "type": "string",
  3881. "description": "验证参数Bearer和token空格拼接",
  3882. "name": "Authorization",
  3883. "in": "header",
  3884. "required": true
  3885. },
  3886. {
  3887. "description": "请求参数",
  3888. "name": "req",
  3889. "in": "body",
  3890. "required": true,
  3891. "schema": {
  3892. "$ref": "#/definitions/md.UserEggIndexReq"
  3893. }
  3894. }
  3895. ],
  3896. "responses": {
  3897. "200": {
  3898. "description": "成功返回",
  3899. "schema": {
  3900. "$ref": "#/definitions/md.UserEggIndexResp"
  3901. }
  3902. },
  3903. "400": {
  3904. "description": "具体错误",
  3905. "schema": {
  3906. "$ref": "#/definitions/md.Response"
  3907. }
  3908. }
  3909. }
  3910. }
  3911. },
  3912. "/api/institutionalManagement/eggEnergy/getBasic": {
  3913. "get": {
  3914. "description": "基础设置(获取)",
  3915. "consumes": [
  3916. "application/json"
  3917. ],
  3918. "produces": [
  3919. "application/json"
  3920. ],
  3921. "tags": [
  3922. "蛋蛋能量"
  3923. ],
  3924. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3925. "parameters": [
  3926. {
  3927. "type": "string",
  3928. "description": "验证参数Bearer和token空格拼接",
  3929. "name": "Authorization",
  3930. "in": "header",
  3931. "required": true
  3932. }
  3933. ],
  3934. "responses": {
  3935. "200": {
  3936. "description": "具体数据",
  3937. "schema": {
  3938. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3939. }
  3940. },
  3941. "400": {
  3942. "description": "具体错误",
  3943. "schema": {
  3944. "$ref": "#/definitions/md.Response"
  3945. }
  3946. }
  3947. }
  3948. }
  3949. },
  3950. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3951. "get": {
  3952. "description": "基础会员设置(获取)",
  3953. "consumes": [
  3954. "application/json"
  3955. ],
  3956. "produces": [
  3957. "application/json"
  3958. ],
  3959. "tags": [
  3960. "蛋蛋能量"
  3961. ],
  3962. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3963. "parameters": [
  3964. {
  3965. "type": "string",
  3966. "description": "验证参数Bearer和token空格拼接",
  3967. "name": "Authorization",
  3968. "in": "header",
  3969. "required": true
  3970. }
  3971. ],
  3972. "responses": {
  3973. "200": {
  3974. "description": "具体数据",
  3975. "schema": {
  3976. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3977. }
  3978. },
  3979. "400": {
  3980. "description": "具体错误",
  3981. "schema": {
  3982. "$ref": "#/definitions/md.Response"
  3983. }
  3984. }
  3985. }
  3986. }
  3987. },
  3988. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3989. "get": {
  3990. "description": "查询所有币种(获取)",
  3991. "consumes": [
  3992. "application/json"
  3993. ],
  3994. "produces": [
  3995. "application/json"
  3996. ],
  3997. "tags": [
  3998. "蛋蛋能量"
  3999. ],
  4000. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  4001. "parameters": [
  4002. {
  4003. "type": "string",
  4004. "description": "验证参数Bearer和token空格拼接",
  4005. "name": "Authorization",
  4006. "in": "header",
  4007. "required": true
  4008. }
  4009. ],
  4010. "responses": {
  4011. "200": {
  4012. "description": "成功返回",
  4013. "schema": {
  4014. "type": "array",
  4015. "items": {
  4016. "$ref": "#/definitions/md.VirtualCoin"
  4017. }
  4018. }
  4019. },
  4020. "400": {
  4021. "description": "具体错误",
  4022. "schema": {
  4023. "$ref": "#/definitions/md.Response"
  4024. }
  4025. }
  4026. }
  4027. }
  4028. },
  4029. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  4030. "get": {
  4031. "description": "数据概览(获取)",
  4032. "consumes": [
  4033. "application/json"
  4034. ],
  4035. "produces": [
  4036. "application/json"
  4037. ],
  4038. "tags": [
  4039. "蛋蛋能量"
  4040. ],
  4041. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  4042. "parameters": [
  4043. {
  4044. "type": "string",
  4045. "description": "验证参数Bearer和token空格拼接",
  4046. "name": "Authorization",
  4047. "in": "header",
  4048. "required": true
  4049. }
  4050. ],
  4051. "responses": {
  4052. "200": {
  4053. "description": "具体数据",
  4054. "schema": {
  4055. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  4056. }
  4057. },
  4058. "400": {
  4059. "description": "具体错误",
  4060. "schema": {
  4061. "$ref": "#/definitions/md.Response"
  4062. }
  4063. }
  4064. }
  4065. }
  4066. },
  4067. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  4068. "post": {
  4069. "description": "价值明细数据(新增)",
  4070. "consumes": [
  4071. "application/json"
  4072. ],
  4073. "produces": [
  4074. "application/json"
  4075. ],
  4076. "tags": [
  4077. "蛋蛋能量"
  4078. ],
  4079. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  4080. "parameters": [
  4081. {
  4082. "type": "string",
  4083. "description": "验证参数Bearer和token空格拼接",
  4084. "name": "Authorization",
  4085. "in": "header",
  4086. "required": true
  4087. },
  4088. {
  4089. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4090. "name": "req",
  4091. "in": "body",
  4092. "required": true,
  4093. "schema": {
  4094. "$ref": "#/definitions/md.AddFundDataReq"
  4095. }
  4096. }
  4097. ],
  4098. "responses": {
  4099. "200": {
  4100. "description": "插入数据 id",
  4101. "schema": {
  4102. "type": "int"
  4103. }
  4104. },
  4105. "400": {
  4106. "description": "具体错误",
  4107. "schema": {
  4108. "$ref": "#/definitions/md.Response"
  4109. }
  4110. }
  4111. }
  4112. }
  4113. },
  4114. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  4115. "post": {
  4116. "description": "新增数据列表(获取)",
  4117. "consumes": [
  4118. "application/json"
  4119. ],
  4120. "produces": [
  4121. "application/json"
  4122. ],
  4123. "tags": [
  4124. "蛋蛋能量"
  4125. ],
  4126. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  4127. "parameters": [
  4128. {
  4129. "type": "string",
  4130. "description": "验证参数Bearer和token空格拼接",
  4131. "name": "Authorization",
  4132. "in": "header",
  4133. "required": true
  4134. },
  4135. {
  4136. "description": "分页信息必填",
  4137. "name": "req",
  4138. "in": "body",
  4139. "required": true,
  4140. "schema": {
  4141. "$ref": "#/definitions/md.GetFundDataListReq"
  4142. }
  4143. }
  4144. ],
  4145. "responses": {
  4146. "200": {
  4147. "description": "具体数据",
  4148. "schema": {
  4149. "$ref": "#/definitions/md.GetFundDataListResp"
  4150. }
  4151. },
  4152. "400": {
  4153. "description": "具体错误",
  4154. "schema": {
  4155. "$ref": "#/definitions/md.Response"
  4156. }
  4157. }
  4158. }
  4159. }
  4160. },
  4161. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  4162. "post": {
  4163. "description": "新增数据列表详情(查询)",
  4164. "consumes": [
  4165. "application/json"
  4166. ],
  4167. "produces": [
  4168. "application/json"
  4169. ],
  4170. "tags": [
  4171. "蛋蛋能量"
  4172. ],
  4173. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  4174. "parameters": [
  4175. {
  4176. "type": "string",
  4177. "description": "验证参数Bearer和token空格拼接",
  4178. "name": "Authorization",
  4179. "in": "header",
  4180. "required": true
  4181. },
  4182. {
  4183. "description": "获取到的 system_id 以及分页信息",
  4184. "name": "req",
  4185. "in": "body",
  4186. "required": true,
  4187. "schema": {
  4188. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  4189. }
  4190. }
  4191. ],
  4192. "responses": {
  4193. "200": {
  4194. "description": "具体数据",
  4195. "schema": {
  4196. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  4197. }
  4198. },
  4199. "400": {
  4200. "description": "具体错误",
  4201. "schema": {
  4202. "$ref": "#/definitions/md.Response"
  4203. }
  4204. }
  4205. }
  4206. }
  4207. },
  4208. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  4209. "get": {
  4210. "description": "价格趋势(获取)",
  4211. "consumes": [
  4212. "application/json"
  4213. ],
  4214. "produces": [
  4215. "application/json"
  4216. ],
  4217. "tags": [
  4218. "蛋蛋能量"
  4219. ],
  4220. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4221. "parameters": [
  4222. {
  4223. "type": "string",
  4224. "description": "验证参数Bearer和token空格拼接",
  4225. "name": "Authorization",
  4226. "in": "header",
  4227. "required": true
  4228. },
  4229. {
  4230. "type": "string",
  4231. "description": "1:按天 2:按小时 3:按周",
  4232. "name": "kind",
  4233. "in": "query"
  4234. }
  4235. ],
  4236. "responses": {
  4237. "200": {
  4238. "description": "具体数据",
  4239. "schema": {
  4240. "$ref": "#/definitions/md.GetPriceCurveResp"
  4241. }
  4242. },
  4243. "400": {
  4244. "description": "具体错误",
  4245. "schema": {
  4246. "$ref": "#/definitions/md.Response"
  4247. }
  4248. }
  4249. }
  4250. }
  4251. },
  4252. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4253. "post": {
  4254. "description": "激励视频(获取)",
  4255. "consumes": [
  4256. "application/json"
  4257. ],
  4258. "produces": [
  4259. "application/json"
  4260. ],
  4261. "tags": [
  4262. "蛋蛋能量"
  4263. ],
  4264. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4265. "parameters": [
  4266. {
  4267. "type": "string",
  4268. "description": "验证参数Bearer和token空格拼接",
  4269. "name": "Authorization",
  4270. "in": "header",
  4271. "required": true
  4272. },
  4273. {
  4274. "description": "落地页不填页大小默认20条数据",
  4275. "name": "req",
  4276. "in": "body",
  4277. "required": true,
  4278. "schema": {
  4279. "$ref": "#/definitions/md.SetVideoRewardReq"
  4280. }
  4281. }
  4282. ],
  4283. "responses": {
  4284. "200": {
  4285. "description": "OK",
  4286. "schema": {
  4287. "$ref": "#/definitions/md.GetVideoRewardResp"
  4288. }
  4289. },
  4290. "400": {
  4291. "description": "具体错误",
  4292. "schema": {
  4293. "$ref": "#/definitions/md.Response"
  4294. }
  4295. }
  4296. }
  4297. }
  4298. },
  4299. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4300. "post": {
  4301. "description": "其他广告设置数据(新增)",
  4302. "consumes": [
  4303. "application/json"
  4304. ],
  4305. "produces": [
  4306. "application/json"
  4307. ],
  4308. "tags": [
  4309. "蛋蛋能量"
  4310. ],
  4311. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4312. "parameters": [
  4313. {
  4314. "type": "string",
  4315. "description": "验证参数Bearer和token空格拼接",
  4316. "name": "Authorization",
  4317. "in": "header",
  4318. "required": true
  4319. },
  4320. {
  4321. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4322. "name": "req",
  4323. "in": "body",
  4324. "required": true,
  4325. "schema": {
  4326. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4327. }
  4328. }
  4329. ],
  4330. "responses": {
  4331. "200": {
  4332. "description": "插入数据 id",
  4333. "schema": {
  4334. "type": "int"
  4335. }
  4336. },
  4337. "400": {
  4338. "description": "具体错误",
  4339. "schema": {
  4340. "$ref": "#/definitions/md.Response"
  4341. }
  4342. }
  4343. }
  4344. }
  4345. },
  4346. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4347. "post": {
  4348. "description": "其他广告设置数据(获取)",
  4349. "consumes": [
  4350. "application/json"
  4351. ],
  4352. "produces": [
  4353. "application/json"
  4354. ],
  4355. "tags": [
  4356. "蛋蛋能量"
  4357. ],
  4358. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4359. "parameters": [
  4360. {
  4361. "type": "string",
  4362. "description": "验证参数Bearer和token空格拼接",
  4363. "name": "Authorization",
  4364. "in": "header",
  4365. "required": true
  4366. },
  4367. {
  4368. "description": "分页信息必填",
  4369. "name": "req",
  4370. "in": "body",
  4371. "required": true,
  4372. "schema": {
  4373. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4374. }
  4375. }
  4376. ],
  4377. "responses": {
  4378. "200": {
  4379. "description": "具体数据",
  4380. "schema": {
  4381. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4382. }
  4383. },
  4384. "400": {
  4385. "description": "具体错误",
  4386. "schema": {
  4387. "$ref": "#/definitions/md.Response"
  4388. }
  4389. }
  4390. }
  4391. }
  4392. },
  4393. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4394. "post": {
  4395. "description": "激励视频(设置)",
  4396. "consumes": [
  4397. "application/json"
  4398. ],
  4399. "produces": [
  4400. "application/json"
  4401. ],
  4402. "tags": [
  4403. "蛋蛋能量"
  4404. ],
  4405. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4406. "parameters": [
  4407. {
  4408. "type": "string",
  4409. "description": "验证参数Bearer和token空格拼接",
  4410. "name": "Authorization",
  4411. "in": "header",
  4412. "required": true
  4413. },
  4414. {
  4415. "description": "落地页不填页大小默认20条数据",
  4416. "name": "req",
  4417. "in": "body",
  4418. "required": true,
  4419. "schema": {
  4420. "$ref": "#/definitions/md.SetVideoRewardReq"
  4421. }
  4422. }
  4423. ],
  4424. "responses": {
  4425. "200": {
  4426. "description": "success",
  4427. "schema": {
  4428. "type": "string"
  4429. }
  4430. },
  4431. "400": {
  4432. "description": "具体错误",
  4433. "schema": {
  4434. "$ref": "#/definitions/md.Response"
  4435. }
  4436. }
  4437. }
  4438. }
  4439. },
  4440. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4441. "post": {
  4442. "description": "基础设置(更新)",
  4443. "consumes": [
  4444. "application/json"
  4445. ],
  4446. "produces": [
  4447. "application/json"
  4448. ],
  4449. "tags": [
  4450. "蛋蛋能量"
  4451. ],
  4452. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4453. "parameters": [
  4454. {
  4455. "type": "string",
  4456. "description": "验证参数Bearer和token空格拼接",
  4457. "name": "Authorization",
  4458. "in": "header",
  4459. "required": true
  4460. },
  4461. {
  4462. "description": "system_id 必填",
  4463. "name": "req",
  4464. "in": "body",
  4465. "required": true,
  4466. "schema": {
  4467. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4468. }
  4469. }
  4470. ],
  4471. "responses": {
  4472. "200": {
  4473. "description": "修改数据条数",
  4474. "schema": {
  4475. "type": "int"
  4476. }
  4477. },
  4478. "400": {
  4479. "description": "具体错误",
  4480. "schema": {
  4481. "$ref": "#/definitions/md.Response"
  4482. }
  4483. }
  4484. }
  4485. }
  4486. },
  4487. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4488. "post": {
  4489. "description": "会员设置(更新)",
  4490. "consumes": [
  4491. "application/json"
  4492. ],
  4493. "produces": [
  4494. "application/json"
  4495. ],
  4496. "tags": [
  4497. "蛋蛋能量"
  4498. ],
  4499. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4500. "parameters": [
  4501. {
  4502. "type": "string",
  4503. "description": "验证参数Bearer和token空格拼接",
  4504. "name": "Authorization",
  4505. "in": "header",
  4506. "required": true
  4507. },
  4508. {
  4509. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4510. "name": "req",
  4511. "in": "body",
  4512. "required": true,
  4513. "schema": {
  4514. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4515. }
  4516. }
  4517. ],
  4518. "responses": {
  4519. "200": {
  4520. "description": "修改数据条数",
  4521. "schema": {
  4522. "type": "int"
  4523. }
  4524. },
  4525. "400": {
  4526. "description": "具体错误",
  4527. "schema": {
  4528. "$ref": "#/definitions/md.Response"
  4529. }
  4530. }
  4531. }
  4532. }
  4533. },
  4534. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4535. "post": {
  4536. "description": "更新币种信息",
  4537. "consumes": [
  4538. "application/json"
  4539. ],
  4540. "produces": [
  4541. "application/json"
  4542. ],
  4543. "tags": [
  4544. "蛋蛋能量"
  4545. ],
  4546. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4547. "parameters": [
  4548. {
  4549. "type": "string",
  4550. "description": "验证参数Bearer和token空格拼接",
  4551. "name": "Authorization",
  4552. "in": "header",
  4553. "required": true
  4554. },
  4555. {
  4556. "description": "更新数据信息",
  4557. "name": "req",
  4558. "in": "body",
  4559. "required": true,
  4560. "schema": {
  4561. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4562. }
  4563. }
  4564. ],
  4565. "responses": {
  4566. "200": {
  4567. "description": "更新数据数量",
  4568. "schema": {
  4569. "type": "int"
  4570. }
  4571. },
  4572. "400": {
  4573. "description": "具体错误",
  4574. "schema": {
  4575. "$ref": "#/definitions/md.Response"
  4576. }
  4577. }
  4578. }
  4579. }
  4580. },
  4581. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4582. "post": {
  4583. "description": "蛋蛋能量流水(查询)",
  4584. "consumes": [
  4585. "application/json"
  4586. ],
  4587. "produces": [
  4588. "application/json"
  4589. ],
  4590. "tags": [
  4591. "公排管理"
  4592. ],
  4593. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4594. "parameters": [
  4595. {
  4596. "type": "string",
  4597. "description": "验证参数Bearer和token空格拼接",
  4598. "name": "Authorization",
  4599. "in": "header",
  4600. "required": true
  4601. },
  4602. {
  4603. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4604. "name": "req",
  4605. "in": "body",
  4606. "required": true,
  4607. "schema": {
  4608. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4609. }
  4610. }
  4611. ],
  4612. "responses": {
  4613. "200": {
  4614. "description": "成功返回",
  4615. "schema": {
  4616. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4617. }
  4618. },
  4619. "400": {
  4620. "description": "具体错误",
  4621. "schema": {
  4622. "$ref": "#/definitions/md.Response"
  4623. }
  4624. }
  4625. }
  4626. }
  4627. },
  4628. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4629. "post": {
  4630. "description": "蛋蛋能量明细(获取)",
  4631. "consumes": [
  4632. "application/json"
  4633. ],
  4634. "produces": [
  4635. "application/json"
  4636. ],
  4637. "tags": [
  4638. "公排管理"
  4639. ],
  4640. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4641. "parameters": [
  4642. {
  4643. "type": "string",
  4644. "description": "验证参数Bearer和token空格拼接",
  4645. "name": "Authorization",
  4646. "in": "header",
  4647. "required": true
  4648. },
  4649. {
  4650. "description": "落地页不填页大小默认20条数据",
  4651. "name": "req",
  4652. "in": "body",
  4653. "schema": {
  4654. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4655. }
  4656. }
  4657. ],
  4658. "responses": {
  4659. "200": {
  4660. "description": "成功返回",
  4661. "schema": {
  4662. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4663. }
  4664. },
  4665. "400": {
  4666. "description": "具体错误",
  4667. "schema": {
  4668. "$ref": "#/definitions/md.Response"
  4669. }
  4670. }
  4671. }
  4672. }
  4673. },
  4674. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4675. "post": {
  4676. "description": "蛋蛋积分持有者明细(获取)",
  4677. "consumes": [
  4678. "application/json"
  4679. ],
  4680. "produces": [
  4681. "application/json"
  4682. ],
  4683. "tags": [
  4684. "公排管理"
  4685. ],
  4686. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4687. "parameters": [
  4688. {
  4689. "type": "string",
  4690. "description": "验证参数Bearer和token空格拼接",
  4691. "name": "Authorization",
  4692. "in": "header",
  4693. "required": true
  4694. },
  4695. {
  4696. "description": "落地页不填页大小默认20条数据",
  4697. "name": "req",
  4698. "in": "body",
  4699. "schema": {
  4700. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4701. }
  4702. }
  4703. ],
  4704. "responses": {
  4705. "200": {
  4706. "description": "成功返回",
  4707. "schema": {
  4708. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4709. }
  4710. },
  4711. "400": {
  4712. "description": "具体错误",
  4713. "schema": {
  4714. "$ref": "#/definitions/md.Response"
  4715. }
  4716. }
  4717. }
  4718. }
  4719. },
  4720. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4721. "post": {
  4722. "description": "蛋蛋积分流水明细(查询)",
  4723. "consumes": [
  4724. "application/json"
  4725. ],
  4726. "produces": [
  4727. "application/json"
  4728. ],
  4729. "tags": [
  4730. "公排管理"
  4731. ],
  4732. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4733. "parameters": [
  4734. {
  4735. "type": "string",
  4736. "description": "验证参数Bearer和token空格拼接",
  4737. "name": "Authorization",
  4738. "in": "header",
  4739. "required": true
  4740. },
  4741. {
  4742. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4743. "name": "req",
  4744. "in": "body",
  4745. "required": true,
  4746. "schema": {
  4747. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4748. }
  4749. }
  4750. ],
  4751. "responses": {
  4752. "200": {
  4753. "description": "成功返回",
  4754. "schema": {
  4755. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4756. }
  4757. },
  4758. "400": {
  4759. "description": "具体错误",
  4760. "schema": {
  4761. "$ref": "#/definitions/md.Response"
  4762. }
  4763. }
  4764. }
  4765. }
  4766. },
  4767. "/api/institutionalManagement/eggPointCoefficient/add": {
  4768. "post": {
  4769. "description": "区间系数(新增 支持批量新增)",
  4770. "consumes": [
  4771. "application/json"
  4772. ],
  4773. "produces": [
  4774. "application/json"
  4775. ],
  4776. "tags": [
  4777. "蛋蛋分区间系数管理"
  4778. ],
  4779. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4780. "parameters": [
  4781. {
  4782. "type": "string",
  4783. "description": "验证参数Bearer和token空格拼接",
  4784. "name": "Authorization",
  4785. "in": "header",
  4786. "required": true
  4787. },
  4788. {
  4789. "description": "需要新增的内容",
  4790. "name": "req",
  4791. "in": "body",
  4792. "required": true,
  4793. "schema": {
  4794. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4795. }
  4796. }
  4797. ],
  4798. "responses": {
  4799. "200": {
  4800. "description": "新增数据条数",
  4801. "schema": {
  4802. "type": "int"
  4803. }
  4804. },
  4805. "400": {
  4806. "description": "具体错误",
  4807. "schema": {
  4808. "$ref": "#/definitions/md.Response"
  4809. }
  4810. }
  4811. }
  4812. }
  4813. },
  4814. "/api/institutionalManagement/eggPointCoefficient/del": {
  4815. "delete": {
  4816. "description": "区间系数(删除)",
  4817. "consumes": [
  4818. "application/json"
  4819. ],
  4820. "produces": [
  4821. "application/json"
  4822. ],
  4823. "tags": [
  4824. "蛋蛋分区间系数管理"
  4825. ],
  4826. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4827. "parameters": [
  4828. {
  4829. "type": "string",
  4830. "description": "验证参数Bearer和token空格拼接",
  4831. "name": "Authorization",
  4832. "in": "header",
  4833. "required": true
  4834. },
  4835. {
  4836. "description": "需要删除的数据id",
  4837. "name": "req",
  4838. "in": "body",
  4839. "required": true,
  4840. "schema": {
  4841. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4842. }
  4843. }
  4844. ],
  4845. "responses": {
  4846. "200": {
  4847. "description": "成功删除数据条数",
  4848. "schema": {
  4849. "type": "int"
  4850. }
  4851. },
  4852. "400": {
  4853. "description": "具体错误",
  4854. "schema": {
  4855. "$ref": "#/definitions/md.Response"
  4856. }
  4857. }
  4858. }
  4859. }
  4860. },
  4861. "/api/institutionalManagement/eggPointCoefficient/index": {
  4862. "get": {
  4863. "description": "区间系数(获取)",
  4864. "consumes": [
  4865. "application/json"
  4866. ],
  4867. "produces": [
  4868. "application/json"
  4869. ],
  4870. "tags": [
  4871. "蛋蛋分区间系数管理"
  4872. ],
  4873. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4874. "parameters": [
  4875. {
  4876. "type": "string",
  4877. "description": "验证参数Bearer和token空格拼接",
  4878. "name": "Authorization",
  4879. "in": "header",
  4880. "required": true
  4881. }
  4882. ],
  4883. "responses": {
  4884. "200": {
  4885. "description": "OK",
  4886. "schema": {
  4887. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4888. }
  4889. },
  4890. "400": {
  4891. "description": "具体错误",
  4892. "schema": {
  4893. "$ref": "#/definitions/md.Response"
  4894. }
  4895. }
  4896. }
  4897. }
  4898. },
  4899. "/api/institutionalManagement/eggPointCoefficient/update": {
  4900. "post": {
  4901. "description": "区间系数(更新)",
  4902. "consumes": [
  4903. "application/json"
  4904. ],
  4905. "produces": [
  4906. "application/json"
  4907. ],
  4908. "tags": [
  4909. "蛋蛋分区间系数管理"
  4910. ],
  4911. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4912. "parameters": [
  4913. {
  4914. "type": "string",
  4915. "description": "验证参数Bearer和token空格拼接",
  4916. "name": "Authorization",
  4917. "in": "header",
  4918. "required": true
  4919. },
  4920. {
  4921. "description": "需要更新的数据信息",
  4922. "name": "req",
  4923. "in": "body",
  4924. "required": true,
  4925. "schema": {
  4926. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4927. }
  4928. }
  4929. ],
  4930. "responses": {
  4931. "200": {
  4932. "description": "成功修改的数据数量",
  4933. "schema": {
  4934. "type": "int"
  4935. }
  4936. },
  4937. "400": {
  4938. "description": "具体错误",
  4939. "schema": {
  4940. "$ref": "#/definitions/md.Response"
  4941. }
  4942. }
  4943. }
  4944. }
  4945. },
  4946. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4947. "get": {
  4948. "description": "个性化设置(获取)",
  4949. "consumes": [
  4950. "application/json"
  4951. ],
  4952. "produces": [
  4953. "application/json"
  4954. ],
  4955. "tags": [
  4956. "模块设置"
  4957. ],
  4958. "summary": "制度中心-模块设置-个性化设置(获取)",
  4959. "parameters": [
  4960. {
  4961. "type": "string",
  4962. "description": "验证参数Bearer和token空格拼接",
  4963. "name": "Authorization",
  4964. "in": "header",
  4965. "required": true
  4966. },
  4967. {
  4968. "type": "string",
  4969. "description": "模块类型值",
  4970. "name": "mod_name_value",
  4971. "in": "query",
  4972. "required": true
  4973. }
  4974. ],
  4975. "responses": {
  4976. "200": {
  4977. "description": "具体数据",
  4978. "schema": {
  4979. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4980. }
  4981. },
  4982. "400": {
  4983. "description": "具体错误",
  4984. "schema": {
  4985. "$ref": "#/definitions/md.Response"
  4986. }
  4987. }
  4988. }
  4989. }
  4990. },
  4991. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4992. "post": {
  4993. "description": "个性化设置(更新)",
  4994. "consumes": [
  4995. "application/json"
  4996. ],
  4997. "produces": [
  4998. "application/json"
  4999. ],
  5000. "tags": [
  5001. "模块设置"
  5002. ],
  5003. "summary": "制度中心-模块设置-个性化设置(更新)",
  5004. "parameters": [
  5005. {
  5006. "type": "string",
  5007. "description": "验证参数Bearer和token空格拼接",
  5008. "name": "Authorization",
  5009. "in": "header",
  5010. "required": true
  5011. },
  5012. {
  5013. "description": "模块类型值必填 链接传入完整 URL",
  5014. "name": "req",
  5015. "in": "body",
  5016. "required": true,
  5017. "schema": {
  5018. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  5019. }
  5020. }
  5021. ],
  5022. "responses": {
  5023. "200": {
  5024. "description": "修改数据条数",
  5025. "schema": {
  5026. "type": "int"
  5027. }
  5028. },
  5029. "400": {
  5030. "description": "具体错误",
  5031. "schema": {
  5032. "$ref": "#/definitions/md.Response"
  5033. }
  5034. }
  5035. }
  5036. }
  5037. },
  5038. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  5039. "post": {
  5040. "description": "社区分红(新增)",
  5041. "consumes": [
  5042. "application/json"
  5043. ],
  5044. "produces": [
  5045. "application/json"
  5046. ],
  5047. "tags": [
  5048. "公排管理"
  5049. ],
  5050. "summary": "制度中心-公排管理-社区分红(新增)",
  5051. "parameters": [
  5052. {
  5053. "type": "string",
  5054. "description": "验证参数Bearer和token空格拼接",
  5055. "name": "Authorization",
  5056. "in": "header",
  5057. "required": true
  5058. },
  5059. {
  5060. "description": "分红名称、分红总量",
  5061. "name": "req",
  5062. "in": "body",
  5063. "required": true,
  5064. "schema": {
  5065. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  5066. }
  5067. }
  5068. ],
  5069. "responses": {
  5070. "200": {
  5071. "description": "成功",
  5072. "schema": {
  5073. "type": "success"
  5074. }
  5075. },
  5076. "400": {
  5077. "description": "具体错误",
  5078. "schema": {
  5079. "$ref": "#/definitions/md.Response"
  5080. }
  5081. }
  5082. }
  5083. }
  5084. },
  5085. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  5086. "post": {
  5087. "description": "社区分红(查询)",
  5088. "consumes": [
  5089. "application/json"
  5090. ],
  5091. "produces": [
  5092. "application/json"
  5093. ],
  5094. "tags": [
  5095. "公排管理"
  5096. ],
  5097. "summary": "制度中心-公排管理-社区分红(查询)",
  5098. "parameters": [
  5099. {
  5100. "type": "string",
  5101. "description": "验证参数Bearer和token空格拼接",
  5102. "name": "Authorization",
  5103. "in": "header",
  5104. "required": true
  5105. },
  5106. {
  5107. "description": "页数、每页大小必填 起止时间、起止数量选填",
  5108. "name": "req",
  5109. "in": "body",
  5110. "required": true,
  5111. "schema": {
  5112. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  5113. }
  5114. }
  5115. ],
  5116. "responses": {
  5117. "200": {
  5118. "description": "具体数据",
  5119. "schema": {
  5120. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  5121. }
  5122. },
  5123. "400": {
  5124. "description": "具体错误",
  5125. "schema": {
  5126. "$ref": "#/definitions/md.Response"
  5127. }
  5128. }
  5129. }
  5130. }
  5131. },
  5132. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  5133. "post": {
  5134. "description": "社区长列表(新增)",
  5135. "consumes": [
  5136. "application/json"
  5137. ],
  5138. "produces": [
  5139. "application/json"
  5140. ],
  5141. "tags": [
  5142. "公排管理"
  5143. ],
  5144. "summary": "制度中心-公排管理-社区长列表(新增)",
  5145. "parameters": [
  5146. {
  5147. "type": "string",
  5148. "description": "验证参数Bearer和token空格拼接",
  5149. "name": "Authorization",
  5150. "in": "header",
  5151. "required": true
  5152. },
  5153. {
  5154. "description": "新增社区长 ID、备注",
  5155. "name": "req",
  5156. "in": "body",
  5157. "required": true,
  5158. "schema": {
  5159. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  5160. }
  5161. }
  5162. ],
  5163. "responses": {
  5164. "200": {
  5165. "description": "插入数据 ID",
  5166. "schema": {
  5167. "type": "int"
  5168. }
  5169. },
  5170. "400": {
  5171. "description": "具体错误",
  5172. "schema": {
  5173. "$ref": "#/definitions/md.Response"
  5174. }
  5175. }
  5176. }
  5177. }
  5178. },
  5179. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  5180. "delete": {
  5181. "description": "社区长列表(删除)",
  5182. "consumes": [
  5183. "application/json"
  5184. ],
  5185. "produces": [
  5186. "application/json"
  5187. ],
  5188. "tags": [
  5189. "公排管理"
  5190. ],
  5191. "summary": "制度中心-公排管理-社区长列表(删除)",
  5192. "parameters": [
  5193. {
  5194. "type": "string",
  5195. "description": "验证参数Bearer和token空格拼接",
  5196. "name": "Authorization",
  5197. "in": "header",
  5198. "required": true
  5199. }
  5200. ],
  5201. "responses": {
  5202. "200": {
  5203. "description": "删除数据数量",
  5204. "schema": {
  5205. "type": "int"
  5206. }
  5207. },
  5208. "400": {
  5209. "description": "具体错误",
  5210. "schema": {
  5211. "$ref": "#/definitions/md.Response"
  5212. }
  5213. }
  5214. }
  5215. }
  5216. },
  5217. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  5218. "post": {
  5219. "description": "社区长列表(查询)",
  5220. "consumes": [
  5221. "application/json"
  5222. ],
  5223. "produces": [
  5224. "application/json"
  5225. ],
  5226. "tags": [
  5227. "公排管理"
  5228. ],
  5229. "summary": "制度中心-公排管理-社区长列表(查询)",
  5230. "parameters": [
  5231. {
  5232. "type": "string",
  5233. "description": "验证参数Bearer和token空格拼接",
  5234. "name": "Authorization",
  5235. "in": "header",
  5236. "required": true
  5237. },
  5238. {
  5239. "description": "页数、每页大小必填 手机号、用户ID选填",
  5240. "name": "req",
  5241. "in": "body",
  5242. "required": true,
  5243. "schema": {
  5244. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5245. }
  5246. }
  5247. ],
  5248. "responses": {
  5249. "200": {
  5250. "description": "社区长列表",
  5251. "schema": {
  5252. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5253. }
  5254. },
  5255. "400": {
  5256. "description": "具体错误",
  5257. "schema": {
  5258. "$ref": "#/definitions/md.Response"
  5259. }
  5260. }
  5261. }
  5262. }
  5263. },
  5264. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5265. "post": {
  5266. "description": "关系分布图(位置转换)",
  5267. "consumes": [
  5268. "application/json"
  5269. ],
  5270. "produces": [
  5271. "application/json"
  5272. ],
  5273. "tags": [
  5274. "公排管理"
  5275. ],
  5276. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5277. "parameters": [
  5278. {
  5279. "type": "string",
  5280. "description": "验证参数Bearer和token空格拼接",
  5281. "name": "Authorization",
  5282. "in": "header",
  5283. "required": true
  5284. },
  5285. {
  5286. "description": "需要交换的两个位置",
  5287. "name": "req",
  5288. "in": "body",
  5289. "required": true,
  5290. "schema": {
  5291. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5292. }
  5293. }
  5294. ],
  5295. "responses": {
  5296. "200": {
  5297. "description": "成功返回",
  5298. "schema": {
  5299. "type": ""
  5300. }
  5301. },
  5302. "400": {
  5303. "description": "具体错误",
  5304. "schema": {
  5305. "$ref": "#/definitions/md.Response"
  5306. }
  5307. }
  5308. }
  5309. }
  5310. },
  5311. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5312. "get": {
  5313. "description": "关系分布图(获取指定用户上级)",
  5314. "consumes": [
  5315. "application/json"
  5316. ],
  5317. "produces": [
  5318. "application/json"
  5319. ],
  5320. "tags": [
  5321. "公排管理"
  5322. ],
  5323. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5324. "parameters": [
  5325. {
  5326. "type": "string",
  5327. "description": "验证参数Bearer和token空格拼接",
  5328. "name": "Authorization",
  5329. "in": "header",
  5330. "required": true
  5331. },
  5332. {
  5333. "type": "string",
  5334. "description": "用户ID",
  5335. "name": "uid",
  5336. "in": "query",
  5337. "required": true
  5338. }
  5339. ],
  5340. "responses": {
  5341. "200": {
  5342. "description": "具体数据",
  5343. "schema": {
  5344. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5345. }
  5346. },
  5347. "400": {
  5348. "description": "具体错误",
  5349. "schema": {
  5350. "$ref": "#/definitions/md.Response"
  5351. }
  5352. }
  5353. }
  5354. }
  5355. },
  5356. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5357. "get": {
  5358. "description": "关系分布图(获取指定用户下级)",
  5359. "consumes": [
  5360. "application/json"
  5361. ],
  5362. "produces": [
  5363. "application/json"
  5364. ],
  5365. "tags": [
  5366. "公排管理"
  5367. ],
  5368. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5369. "parameters": [
  5370. {
  5371. "type": "string",
  5372. "description": "验证参数Bearer和token空格拼接",
  5373. "name": "Authorization",
  5374. "in": "header",
  5375. "required": true
  5376. },
  5377. {
  5378. "type": "string",
  5379. "description": "用户ID",
  5380. "name": "uid",
  5381. "in": "query",
  5382. "required": true
  5383. }
  5384. ],
  5385. "responses": {
  5386. "200": {
  5387. "description": "具体数据",
  5388. "schema": {
  5389. "$ref": "#/definitions/md.TreeNode"
  5390. }
  5391. },
  5392. "400": {
  5393. "description": "具体错误",
  5394. "schema": {
  5395. "$ref": "#/definitions/md.Response"
  5396. }
  5397. }
  5398. }
  5399. }
  5400. },
  5401. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5402. "get": {
  5403. "description": "公排基础设置(获取)",
  5404. "consumes": [
  5405. "application/json"
  5406. ],
  5407. "produces": [
  5408. "application/json"
  5409. ],
  5410. "tags": [
  5411. "公排管理"
  5412. ],
  5413. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5414. "parameters": [
  5415. {
  5416. "type": "string",
  5417. "description": "验证参数Bearer和token空格拼接",
  5418. "name": "Authorization",
  5419. "in": "header",
  5420. "required": true
  5421. }
  5422. ],
  5423. "responses": {
  5424. "200": {
  5425. "description": "具体数据",
  5426. "schema": {
  5427. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5428. }
  5429. },
  5430. "400": {
  5431. "description": "具体错误",
  5432. "schema": {
  5433. "$ref": "#/definitions/md.Response"
  5434. }
  5435. }
  5436. }
  5437. }
  5438. },
  5439. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5440. "delete": {
  5441. "description": "免罚用户(删除)",
  5442. "consumes": [
  5443. "application/json"
  5444. ],
  5445. "produces": [
  5446. "application/json"
  5447. ],
  5448. "tags": [
  5449. "公排管理"
  5450. ],
  5451. "summary": "制度中心-公排管理-免罚用户(删除)",
  5452. "parameters": [
  5453. {
  5454. "type": "string",
  5455. "description": "验证参数Bearer和token空格拼接",
  5456. "name": "Authorization",
  5457. "in": "header",
  5458. "required": true
  5459. },
  5460. {
  5461. "description": "免罚用户ID",
  5462. "name": "req",
  5463. "in": "body",
  5464. "required": true,
  5465. "schema": {
  5466. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5467. }
  5468. }
  5469. ],
  5470. "responses": {
  5471. "200": {
  5472. "description": "删除数据数量",
  5473. "schema": {
  5474. "type": "int"
  5475. }
  5476. },
  5477. "400": {
  5478. "description": "具体错误",
  5479. "schema": {
  5480. "$ref": "#/definitions/md.Response"
  5481. }
  5482. }
  5483. }
  5484. }
  5485. },
  5486. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5487. "post": {
  5488. "description": "免罚用户(查询)",
  5489. "consumes": [
  5490. "application/json"
  5491. ],
  5492. "produces": [
  5493. "application/json"
  5494. ],
  5495. "tags": [
  5496. "公排管理"
  5497. ],
  5498. "summary": "制度中心-公排管理-免罚用户(查询)",
  5499. "parameters": [
  5500. {
  5501. "type": "string",
  5502. "description": "验证参数Bearer和token空格拼接",
  5503. "name": "Authorization",
  5504. "in": "header",
  5505. "required": true
  5506. },
  5507. {
  5508. "description": "页数和行数必填,uid选填",
  5509. "name": "req",
  5510. "in": "body",
  5511. "required": true,
  5512. "schema": {
  5513. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5514. }
  5515. }
  5516. ],
  5517. "responses": {
  5518. "200": {
  5519. "description": "成功返回",
  5520. "schema": {
  5521. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5522. }
  5523. },
  5524. "400": {
  5525. "description": "具体错误",
  5526. "schema": {
  5527. "$ref": "#/definitions/md.Response"
  5528. }
  5529. }
  5530. }
  5531. }
  5532. },
  5533. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5534. "post": {
  5535. "description": "免罚用户(新增)",
  5536. "consumes": [
  5537. "application/json"
  5538. ],
  5539. "produces": [
  5540. "application/json"
  5541. ],
  5542. "tags": [
  5543. "公排管理"
  5544. ],
  5545. "summary": "制度中心-公排管理-免罚用户(新增)",
  5546. "parameters": [
  5547. {
  5548. "type": "string",
  5549. "description": "验证参数Bearer和token空格拼接",
  5550. "name": "Authorization",
  5551. "in": "header",
  5552. "required": true
  5553. },
  5554. {
  5555. "description": "免罚用户ID",
  5556. "name": "req",
  5557. "in": "body",
  5558. "required": true,
  5559. "schema": {
  5560. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5561. }
  5562. }
  5563. ],
  5564. "responses": {
  5565. "200": {
  5566. "description": "插入数据 ID",
  5567. "schema": {
  5568. "type": "int"
  5569. }
  5570. },
  5571. "400": {
  5572. "description": "具体错误",
  5573. "schema": {
  5574. "$ref": "#/definitions/md.Response"
  5575. }
  5576. }
  5577. }
  5578. }
  5579. },
  5580. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5581. "get": {
  5582. "description": "关系分布图(获取)",
  5583. "consumes": [
  5584. "application/json"
  5585. ],
  5586. "produces": [
  5587. "application/json"
  5588. ],
  5589. "tags": [
  5590. "公排管理"
  5591. ],
  5592. "summary": "制度中心-公排管理-关系分布图(获取)",
  5593. "parameters": [
  5594. {
  5595. "type": "string",
  5596. "description": "验证参数Bearer和token空格拼接",
  5597. "name": "Authorization",
  5598. "in": "header",
  5599. "required": true
  5600. },
  5601. {
  5602. "type": "string",
  5603. "description": "phone",
  5604. "name": "phone",
  5605. "in": "query",
  5606. "required": true
  5607. },
  5608. {
  5609. "type": "string",
  5610. "description": "uid",
  5611. "name": "uid",
  5612. "in": "query",
  5613. "required": true
  5614. }
  5615. ],
  5616. "responses": {
  5617. "200": {
  5618. "description": "具体数据",
  5619. "schema": {
  5620. "$ref": "#/definitions/md.TreeNode"
  5621. }
  5622. },
  5623. "400": {
  5624. "description": "具体错误",
  5625. "schema": {
  5626. "$ref": "#/definitions/md.Response"
  5627. }
  5628. }
  5629. }
  5630. }
  5631. },
  5632. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5633. "post": {
  5634. "description": "公排基础设置选择会员(查询)",
  5635. "consumes": [
  5636. "application/json"
  5637. ],
  5638. "produces": [
  5639. "application/json"
  5640. ],
  5641. "tags": [
  5642. "公排管理"
  5643. ],
  5644. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5645. "parameters": [
  5646. {
  5647. "type": "string",
  5648. "description": "验证参数Bearer和token空格拼接",
  5649. "name": "Authorization",
  5650. "in": "header",
  5651. "required": true
  5652. },
  5653. {
  5654. "description": "分页信息必填",
  5655. "name": "req",
  5656. "in": "body",
  5657. "required": true,
  5658. "schema": {
  5659. "$ref": "#/definitions/md.SelectMemberReq"
  5660. }
  5661. }
  5662. ],
  5663. "responses": {
  5664. "200": {
  5665. "description": "具体数据",
  5666. "schema": {
  5667. "$ref": "#/definitions/md.SelectMemberResp"
  5668. }
  5669. },
  5670. "400": {
  5671. "description": "具体错误",
  5672. "schema": {
  5673. "$ref": "#/definitions/md.Response"
  5674. }
  5675. }
  5676. }
  5677. }
  5678. },
  5679. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5680. "put": {
  5681. "description": "公排基础设置(修改)",
  5682. "consumes": [
  5683. "application/json"
  5684. ],
  5685. "produces": [
  5686. "application/json"
  5687. ],
  5688. "tags": [
  5689. "公排管理"
  5690. ],
  5691. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5692. "parameters": [
  5693. {
  5694. "type": "string",
  5695. "description": "验证参数Bearer和token空格拼接",
  5696. "name": "Authorization",
  5697. "in": "header",
  5698. "required": true
  5699. },
  5700. {
  5701. "description": "公排设置表单内容",
  5702. "name": "req",
  5703. "in": "body",
  5704. "required": true,
  5705. "schema": {
  5706. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5707. }
  5708. }
  5709. ],
  5710. "responses": {
  5711. "200": {
  5712. "description": "success",
  5713. "schema": {
  5714. "type": "string"
  5715. }
  5716. },
  5717. "400": {
  5718. "description": "具体错误",
  5719. "schema": {
  5720. "$ref": "#/definitions/md.Response"
  5721. }
  5722. }
  5723. }
  5724. }
  5725. },
  5726. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5727. "post": {
  5728. "description": "日活分析",
  5729. "consumes": [
  5730. "application/json"
  5731. ],
  5732. "produces": [
  5733. "application/json"
  5734. ],
  5735. "tags": [
  5736. "公排管理"
  5737. ],
  5738. "summary": "制度中心-公排管理-日活分析",
  5739. "parameters": [
  5740. {
  5741. "type": "string",
  5742. "description": "验证参数Bearer和token空格拼接",
  5743. "name": "Authorization",
  5744. "in": "header",
  5745. "required": true
  5746. },
  5747. {
  5748. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5749. "name": "req",
  5750. "in": "body",
  5751. "required": true,
  5752. "schema": {
  5753. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5754. }
  5755. }
  5756. ],
  5757. "responses": {
  5758. "200": {
  5759. "description": "具体数据",
  5760. "schema": {
  5761. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5762. }
  5763. },
  5764. "400": {
  5765. "description": "具体错误",
  5766. "schema": {
  5767. "$ref": "#/definitions/md.Response"
  5768. }
  5769. }
  5770. }
  5771. }
  5772. },
  5773. "/api/login": {
  5774. "post": {
  5775. "description": "登入",
  5776. "consumes": [
  5777. "application/json"
  5778. ],
  5779. "produces": [
  5780. "application/json"
  5781. ],
  5782. "tags": [
  5783. "登录"
  5784. ],
  5785. "summary": "登陆",
  5786. "parameters": [
  5787. {
  5788. "description": "用户名密码",
  5789. "name": "req",
  5790. "in": "body",
  5791. "required": true,
  5792. "schema": {
  5793. "$ref": "#/definitions/md.LoginReq"
  5794. }
  5795. }
  5796. ],
  5797. "responses": {
  5798. "200": {
  5799. "description": "token",
  5800. "schema": {
  5801. "$ref": "#/definitions/md.LoginResponse"
  5802. }
  5803. },
  5804. "400": {
  5805. "description": "具体错误",
  5806. "schema": {
  5807. "$ref": "#/definitions/md.Response"
  5808. }
  5809. }
  5810. }
  5811. }
  5812. },
  5813. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5814. "get": {
  5815. "description": "新人红包设置(获取)",
  5816. "consumes": [
  5817. "application/json"
  5818. ],
  5819. "produces": [
  5820. "application/json"
  5821. ],
  5822. "tags": [
  5823. "营销应用"
  5824. ],
  5825. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5826. "parameters": [
  5827. {
  5828. "type": "string",
  5829. "description": "验证参数Bearer和token空格拼接",
  5830. "name": "Authorization",
  5831. "in": "header",
  5832. "required": true
  5833. }
  5834. ],
  5835. "responses": {
  5836. "200": {
  5837. "description": "具体数据",
  5838. "schema": {
  5839. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5840. }
  5841. },
  5842. "400": {
  5843. "description": "具体错误",
  5844. "schema": {
  5845. "$ref": "#/definitions/md.Response"
  5846. }
  5847. }
  5848. }
  5849. }
  5850. },
  5851. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5852. "post": {
  5853. "description": "新人红包列表明细(查询)",
  5854. "consumes": [
  5855. "application/json"
  5856. ],
  5857. "produces": [
  5858. "application/json"
  5859. ],
  5860. "tags": [
  5861. "营销应用"
  5862. ],
  5863. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5864. "parameters": [
  5865. {
  5866. "type": "string",
  5867. "description": "验证参数Bearer和token空格拼接",
  5868. "name": "Authorization",
  5869. "in": "header",
  5870. "required": true
  5871. },
  5872. {
  5873. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5874. "name": "req",
  5875. "in": "body",
  5876. "required": true,
  5877. "schema": {
  5878. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5879. }
  5880. }
  5881. ],
  5882. "responses": {
  5883. "200": {
  5884. "description": "具体数据",
  5885. "schema": {
  5886. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5887. }
  5888. },
  5889. "400": {
  5890. "description": "具体错误",
  5891. "schema": {
  5892. "$ref": "#/definitions/md.Response"
  5893. }
  5894. }
  5895. }
  5896. }
  5897. },
  5898. "/api/marketingApplications/newUserRedPackage/recordList": {
  5899. "post": {
  5900. "description": "新人红包列表(查询)",
  5901. "consumes": [
  5902. "application/json"
  5903. ],
  5904. "produces": [
  5905. "application/json"
  5906. ],
  5907. "tags": [
  5908. "营销应用"
  5909. ],
  5910. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5911. "parameters": [
  5912. {
  5913. "type": "string",
  5914. "description": "验证参数Bearer和token空格拼接",
  5915. "name": "Authorization",
  5916. "in": "header",
  5917. "required": true
  5918. },
  5919. {
  5920. "description": "新人红包列表查询条件(分页信息必填)",
  5921. "name": "req",
  5922. "in": "body",
  5923. "required": true,
  5924. "schema": {
  5925. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5926. }
  5927. }
  5928. ],
  5929. "responses": {
  5930. "200": {
  5931. "description": "具体数据",
  5932. "schema": {
  5933. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5934. }
  5935. },
  5936. "400": {
  5937. "description": "具体错误",
  5938. "schema": {
  5939. "$ref": "#/definitions/md.Response"
  5940. }
  5941. }
  5942. }
  5943. }
  5944. },
  5945. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5946. "put": {
  5947. "description": "新人红包设置(修改)",
  5948. "consumes": [
  5949. "application/json"
  5950. ],
  5951. "produces": [
  5952. "application/json"
  5953. ],
  5954. "tags": [
  5955. "营销应用"
  5956. ],
  5957. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5958. "parameters": [
  5959. {
  5960. "type": "string",
  5961. "description": "验证参数Bearer和token空格拼接",
  5962. "name": "Authorization",
  5963. "in": "header",
  5964. "required": true
  5965. },
  5966. {
  5967. "description": "新人红包设置表单",
  5968. "name": "req",
  5969. "in": "body",
  5970. "required": true,
  5971. "schema": {
  5972. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5973. }
  5974. }
  5975. ],
  5976. "responses": {
  5977. "200": {
  5978. "description": "success",
  5979. "schema": {
  5980. "type": "string"
  5981. }
  5982. },
  5983. "400": {
  5984. "description": "具体错误",
  5985. "schema": {
  5986. "$ref": "#/definitions/md.Response"
  5987. }
  5988. }
  5989. }
  5990. }
  5991. },
  5992. "/api/memberCenter/certificate/del": {
  5993. "post": {
  5994. "description": "会员中心-证书管理-删除",
  5995. "consumes": [
  5996. "application/json"
  5997. ],
  5998. "produces": [
  5999. "application/json"
  6000. ],
  6001. "tags": [
  6002. "会员中心"
  6003. ],
  6004. "summary": "会员中心-证书管理-删除",
  6005. "parameters": [
  6006. {
  6007. "type": "string",
  6008. "description": "验证参数Bearer和token空格拼接",
  6009. "name": "Authorization",
  6010. "in": "header",
  6011. "required": true
  6012. },
  6013. {
  6014. "description": "(分页信息必填)",
  6015. "name": "req",
  6016. "in": "body",
  6017. "required": true,
  6018. "schema": {
  6019. "$ref": "#/definitions/md.CertificateDelReq"
  6020. }
  6021. }
  6022. ],
  6023. "responses": {
  6024. "200": {
  6025. "description": "具体数据",
  6026. "schema": {
  6027. "type": "string"
  6028. }
  6029. },
  6030. "400": {
  6031. "description": "具体错误",
  6032. "schema": {
  6033. "$ref": "#/definitions/md.Response"
  6034. }
  6035. }
  6036. }
  6037. }
  6038. },
  6039. "/api/memberCenter/certificate/list": {
  6040. "post": {
  6041. "description": "会员中心-证书管理",
  6042. "consumes": [
  6043. "application/json"
  6044. ],
  6045. "produces": [
  6046. "application/json"
  6047. ],
  6048. "tags": [
  6049. "会员中心"
  6050. ],
  6051. "summary": "会员中心-证书管理",
  6052. "parameters": [
  6053. {
  6054. "type": "string",
  6055. "description": "验证参数Bearer和token空格拼接",
  6056. "name": "Authorization",
  6057. "in": "header",
  6058. "required": true
  6059. },
  6060. {
  6061. "description": "(分页信息必填)",
  6062. "name": "req",
  6063. "in": "body",
  6064. "required": true,
  6065. "schema": {
  6066. "$ref": "#/definitions/md.CertificateListReq"
  6067. }
  6068. }
  6069. ],
  6070. "responses": {
  6071. "200": {
  6072. "description": "具体数据",
  6073. "schema": {
  6074. "$ref": "#/definitions/md.CertificateListResp"
  6075. }
  6076. },
  6077. "400": {
  6078. "description": "具体错误",
  6079. "schema": {
  6080. "$ref": "#/definitions/md.Response"
  6081. }
  6082. }
  6083. }
  6084. }
  6085. },
  6086. "/api/memberCenter/certificate/save": {
  6087. "post": {
  6088. "description": "会员中心-证书管理-保存",
  6089. "consumes": [
  6090. "application/json"
  6091. ],
  6092. "produces": [
  6093. "application/json"
  6094. ],
  6095. "tags": [
  6096. "会员中心"
  6097. ],
  6098. "summary": "会员中心-证书管理-保存",
  6099. "parameters": [
  6100. {
  6101. "type": "string",
  6102. "description": "验证参数Bearer和token空格拼接",
  6103. "name": "Authorization",
  6104. "in": "header",
  6105. "required": true
  6106. },
  6107. {
  6108. "description": "(分页信息必填)",
  6109. "name": "req",
  6110. "in": "body",
  6111. "required": true,
  6112. "schema": {
  6113. "$ref": "#/definitions/md.CertificateSave"
  6114. }
  6115. }
  6116. ],
  6117. "responses": {
  6118. "200": {
  6119. "description": "具体数据",
  6120. "schema": {
  6121. "type": "string"
  6122. }
  6123. },
  6124. "400": {
  6125. "description": "具体错误",
  6126. "schema": {
  6127. "$ref": "#/definitions/md.Response"
  6128. }
  6129. }
  6130. }
  6131. }
  6132. },
  6133. "/api/memberCenter/levelManagement/addLevel": {
  6134. "post": {
  6135. "description": "等级管理(新增)",
  6136. "consumes": [
  6137. "application/json"
  6138. ],
  6139. "produces": [
  6140. "application/json"
  6141. ],
  6142. "tags": [
  6143. "会员中心"
  6144. ],
  6145. "summary": "制度中心-会员中心-等级管理(新增)",
  6146. "parameters": [
  6147. {
  6148. "type": "string",
  6149. "description": "验证参数Bearer和token空格拼接",
  6150. "name": "Authorization",
  6151. "in": "header",
  6152. "required": true
  6153. },
  6154. {
  6155. "description": "需要新增的等级信息",
  6156. "name": "req",
  6157. "in": "body",
  6158. "required": true,
  6159. "schema": {
  6160. "$ref": "#/definitions/md.AddLevelReq"
  6161. }
  6162. }
  6163. ],
  6164. "responses": {
  6165. "200": {
  6166. "description": "新增等级ID",
  6167. "schema": {
  6168. "type": "int"
  6169. }
  6170. },
  6171. "400": {
  6172. "description": "具体错误",
  6173. "schema": {
  6174. "$ref": "#/definitions/md.Response"
  6175. }
  6176. }
  6177. }
  6178. }
  6179. },
  6180. "/api/memberCenter/levelManagement/deleteLevel": {
  6181. "delete": {
  6182. "description": "等级管理(删除)",
  6183. "consumes": [
  6184. "application/json"
  6185. ],
  6186. "produces": [
  6187. "application/json"
  6188. ],
  6189. "tags": [
  6190. "会员中心"
  6191. ],
  6192. "summary": "制度中心-会员中心-等级管理(删除)",
  6193. "parameters": [
  6194. {
  6195. "type": "string",
  6196. "description": "验证参数Bearer和token空格拼接",
  6197. "name": "Authorization",
  6198. "in": "header",
  6199. "required": true
  6200. },
  6201. {
  6202. "description": "需要删除的等级 ID",
  6203. "name": "req",
  6204. "in": "body",
  6205. "required": true,
  6206. "schema": {
  6207. "$ref": "#/definitions/md.DeleteLevelReq"
  6208. }
  6209. }
  6210. ],
  6211. "responses": {
  6212. "200": {
  6213. "description": "成功删除数据数量",
  6214. "schema": {
  6215. "type": "int"
  6216. }
  6217. },
  6218. "400": {
  6219. "description": "具体错误",
  6220. "schema": {
  6221. "$ref": "#/definitions/md.Response"
  6222. }
  6223. }
  6224. }
  6225. }
  6226. },
  6227. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6228. "delete": {
  6229. "description": "等级任务(删除)",
  6230. "consumes": [
  6231. "application/json"
  6232. ],
  6233. "produces": [
  6234. "application/json"
  6235. ],
  6236. "tags": [
  6237. "会员中心"
  6238. ],
  6239. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6240. "parameters": [
  6241. {
  6242. "type": "string",
  6243. "description": "验证参数Bearer和token空格拼接",
  6244. "name": "Authorization",
  6245. "in": "header",
  6246. "required": true
  6247. },
  6248. {
  6249. "description": "需要删除的等级任务ID",
  6250. "name": "req",
  6251. "in": "body",
  6252. "required": true,
  6253. "schema": {
  6254. "$ref": "#/definitions/md.DeleteTaskReq"
  6255. }
  6256. }
  6257. ],
  6258. "responses": {
  6259. "200": {
  6260. "description": "成功删除数据数量",
  6261. "schema": {
  6262. "type": "int"
  6263. }
  6264. },
  6265. "400": {
  6266. "description": "具体错误",
  6267. "schema": {
  6268. "$ref": "#/definitions/md.Response"
  6269. }
  6270. }
  6271. }
  6272. }
  6273. },
  6274. "/api/memberCenter/levelManagement/getLevelList": {
  6275. "get": {
  6276. "description": "标签管理(获取)",
  6277. "consumes": [
  6278. "application/json"
  6279. ],
  6280. "produces": [
  6281. "application/json"
  6282. ],
  6283. "tags": [
  6284. "会员中心"
  6285. ],
  6286. "summary": "制度中心-会员中心-等级管理(获取)",
  6287. "parameters": [
  6288. {
  6289. "type": "string",
  6290. "description": "验证参数Bearer和token空格拼接",
  6291. "name": "Authorization",
  6292. "in": "header",
  6293. "required": true
  6294. },
  6295. {
  6296. "type": "integer",
  6297. "description": "每页大小",
  6298. "name": "limit",
  6299. "in": "query",
  6300. "required": true
  6301. },
  6302. {
  6303. "type": "integer",
  6304. "description": "页数",
  6305. "name": "page",
  6306. "in": "query",
  6307. "required": true
  6308. }
  6309. ],
  6310. "responses": {
  6311. "200": {
  6312. "description": "具体数据",
  6313. "schema": {
  6314. "$ref": "#/definitions/md.GetLevelListResp"
  6315. }
  6316. },
  6317. "400": {
  6318. "description": "具体错误",
  6319. "schema": {
  6320. "$ref": "#/definitions/md.Response"
  6321. }
  6322. }
  6323. }
  6324. }
  6325. },
  6326. "/api/memberCenter/levelManagement/getOneLevel": {
  6327. "get": {
  6328. "description": "等级明细(获取)",
  6329. "consumes": [
  6330. "application/json"
  6331. ],
  6332. "produces": [
  6333. "application/json"
  6334. ],
  6335. "tags": [
  6336. "会员中心"
  6337. ],
  6338. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6339. "parameters": [
  6340. {
  6341. "type": "string",
  6342. "description": "验证参数Bearer和token空格拼接",
  6343. "name": "Authorization",
  6344. "in": "header",
  6345. "required": true
  6346. },
  6347. {
  6348. "type": "integer",
  6349. "description": "等级 ID",
  6350. "name": "level_id",
  6351. "in": "query",
  6352. "required": true
  6353. }
  6354. ],
  6355. "responses": {
  6356. "200": {
  6357. "description": "具体数据",
  6358. "schema": {
  6359. "$ref": "#/definitions/md.GetOneLevelResp"
  6360. }
  6361. },
  6362. "400": {
  6363. "description": "具体错误",
  6364. "schema": {
  6365. "$ref": "#/definitions/md.Response"
  6366. }
  6367. }
  6368. }
  6369. }
  6370. },
  6371. "/api/memberCenter/levelManagement/updateLevel": {
  6372. "post": {
  6373. "description": "等级管理(更新)",
  6374. "consumes": [
  6375. "application/json"
  6376. ],
  6377. "produces": [
  6378. "application/json"
  6379. ],
  6380. "tags": [
  6381. "会员中心"
  6382. ],
  6383. "summary": "制度中心-会员中心-等级管理(更新)",
  6384. "parameters": [
  6385. {
  6386. "type": "string",
  6387. "description": "验证参数Bearer和token空格拼接",
  6388. "name": "Authorization",
  6389. "in": "header",
  6390. "required": true
  6391. },
  6392. {
  6393. "description": "需要修改的等级信息",
  6394. "name": "req",
  6395. "in": "body",
  6396. "required": true,
  6397. "schema": {
  6398. "$ref": "#/definitions/md.UpdateLevelReq"
  6399. }
  6400. }
  6401. ],
  6402. "responses": {
  6403. "200": {
  6404. "description": "success",
  6405. "schema": {
  6406. "type": "string"
  6407. }
  6408. },
  6409. "400": {
  6410. "description": "具体错误",
  6411. "schema": {
  6412. "$ref": "#/definitions/md.Response"
  6413. }
  6414. }
  6415. }
  6416. }
  6417. },
  6418. "/api/memberCenter/tagManagement/addTag": {
  6419. "post": {
  6420. "description": "标签管理(新增)",
  6421. "consumes": [
  6422. "application/json"
  6423. ],
  6424. "produces": [
  6425. "application/json"
  6426. ],
  6427. "tags": [
  6428. "会员中心"
  6429. ],
  6430. "summary": "制度中心-会员中心-标签管理(新增)",
  6431. "parameters": [
  6432. {
  6433. "type": "string",
  6434. "description": "验证参数Bearer和token空格拼接",
  6435. "name": "Authorization",
  6436. "in": "header",
  6437. "required": true
  6438. },
  6439. {
  6440. "description": "新增的标签信息",
  6441. "name": "req",
  6442. "in": "body",
  6443. "required": true,
  6444. "schema": {
  6445. "$ref": "#/definitions/md.AddTagReq"
  6446. }
  6447. }
  6448. ],
  6449. "responses": {
  6450. "200": {
  6451. "description": "新增的标签 ID",
  6452. "schema": {
  6453. "type": "int"
  6454. }
  6455. },
  6456. "400": {
  6457. "description": "具体错误",
  6458. "schema": {
  6459. "$ref": "#/definitions/md.Response"
  6460. }
  6461. }
  6462. }
  6463. }
  6464. },
  6465. "/api/memberCenter/tagManagement/deleteTag": {
  6466. "delete": {
  6467. "description": "标签管理(删除)",
  6468. "consumes": [
  6469. "application/json"
  6470. ],
  6471. "produces": [
  6472. "application/json"
  6473. ],
  6474. "tags": [
  6475. "会员中心"
  6476. ],
  6477. "summary": "制度中心-会员中心-标签管理(删除)",
  6478. "parameters": [
  6479. {
  6480. "type": "string",
  6481. "description": "验证参数Bearer和token空格拼接",
  6482. "name": "Authorization",
  6483. "in": "header",
  6484. "required": true
  6485. },
  6486. {
  6487. "description": "需要删除的标签 ID",
  6488. "name": "req",
  6489. "in": "body",
  6490. "required": true,
  6491. "schema": {
  6492. "$ref": "#/definitions/md.DeleteTagReq"
  6493. }
  6494. }
  6495. ],
  6496. "responses": {
  6497. "200": {
  6498. "description": "成功删除标签用户数",
  6499. "schema": {
  6500. "type": "int"
  6501. }
  6502. },
  6503. "400": {
  6504. "description": "具体错误",
  6505. "schema": {
  6506. "$ref": "#/definitions/md.Response"
  6507. }
  6508. }
  6509. }
  6510. }
  6511. },
  6512. "/api/memberCenter/tagManagement/getTagList": {
  6513. "get": {
  6514. "description": "标签管理(获取)",
  6515. "consumes": [
  6516. "application/json"
  6517. ],
  6518. "produces": [
  6519. "application/json"
  6520. ],
  6521. "tags": [
  6522. "会员中心"
  6523. ],
  6524. "summary": "制度中心-会员中心-标签管理(获取)",
  6525. "parameters": [
  6526. {
  6527. "type": "string",
  6528. "description": "验证参数Bearer和token空格拼接",
  6529. "name": "Authorization",
  6530. "in": "header",
  6531. "required": true
  6532. },
  6533. {
  6534. "type": "integer",
  6535. "description": "每页大小",
  6536. "name": "limit",
  6537. "in": "query",
  6538. "required": true
  6539. },
  6540. {
  6541. "type": "integer",
  6542. "description": "页数",
  6543. "name": "page",
  6544. "in": "query",
  6545. "required": true
  6546. }
  6547. ],
  6548. "responses": {
  6549. "200": {
  6550. "description": "具体数据",
  6551. "schema": {
  6552. "$ref": "#/definitions/md.GetTagListResp"
  6553. }
  6554. },
  6555. "400": {
  6556. "description": "具体错误",
  6557. "schema": {
  6558. "$ref": "#/definitions/md.Response"
  6559. }
  6560. }
  6561. }
  6562. }
  6563. },
  6564. "/api/memberCenter/tagManagement/updateTag": {
  6565. "post": {
  6566. "description": "标签管理(更新)",
  6567. "consumes": [
  6568. "application/json"
  6569. ],
  6570. "produces": [
  6571. "application/json"
  6572. ],
  6573. "tags": [
  6574. "会员中心"
  6575. ],
  6576. "summary": "制度中心-会员中心-标签管理(更新)",
  6577. "parameters": [
  6578. {
  6579. "type": "string",
  6580. "description": "验证参数Bearer和token空格拼接",
  6581. "name": "Authorization",
  6582. "in": "header",
  6583. "required": true
  6584. },
  6585. {
  6586. "description": "需要修改的标签信息",
  6587. "name": "req",
  6588. "in": "body",
  6589. "required": true,
  6590. "schema": {
  6591. "$ref": "#/definitions/md.UpdateTagReq"
  6592. }
  6593. }
  6594. ],
  6595. "responses": {
  6596. "200": {
  6597. "description": "成功修改数据条数",
  6598. "schema": {
  6599. "type": "int"
  6600. }
  6601. },
  6602. "400": {
  6603. "description": "具体错误",
  6604. "schema": {
  6605. "$ref": "#/definitions/md.Response"
  6606. }
  6607. }
  6608. }
  6609. }
  6610. },
  6611. "/api/memberCenter/userManagement/balanceDetail": {
  6612. "get": {
  6613. "description": "会员明细(余额获取)",
  6614. "consumes": [
  6615. "application/json"
  6616. ],
  6617. "produces": [
  6618. "application/json"
  6619. ],
  6620. "tags": [
  6621. "会员中心"
  6622. ],
  6623. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6624. "parameters": [
  6625. {
  6626. "type": "string",
  6627. "description": "验证参数Bearer和token空格拼接",
  6628. "name": "Authorization",
  6629. "in": "header",
  6630. "required": true
  6631. },
  6632. {
  6633. "type": "string",
  6634. "description": "用户 ID",
  6635. "name": "uid",
  6636. "in": "query",
  6637. "required": true
  6638. },
  6639. {
  6640. "type": "string",
  6641. "description": "每页大小",
  6642. "name": "limit",
  6643. "in": "query",
  6644. "required": true
  6645. },
  6646. {
  6647. "type": "string",
  6648. "description": "页数",
  6649. "name": "page",
  6650. "in": "query",
  6651. "required": true
  6652. }
  6653. ],
  6654. "responses": {
  6655. "200": {
  6656. "description": "具体数据",
  6657. "schema": {
  6658. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6659. }
  6660. },
  6661. "400": {
  6662. "description": "具体错误",
  6663. "schema": {
  6664. "$ref": "#/definitions/md.Response"
  6665. }
  6666. }
  6667. }
  6668. }
  6669. },
  6670. "/api/memberCenter/userManagement/getFans": {
  6671. "get": {
  6672. "description": "会员明细粉丝情况(获取)",
  6673. "consumes": [
  6674. "application/json"
  6675. ],
  6676. "produces": [
  6677. "application/json"
  6678. ],
  6679. "tags": [
  6680. "会员中心"
  6681. ],
  6682. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6683. "parameters": [
  6684. {
  6685. "type": "string",
  6686. "description": "验证参数Bearer和token空格拼接",
  6687. "name": "Authorization",
  6688. "in": "header",
  6689. "required": true
  6690. },
  6691. {
  6692. "type": "string",
  6693. "description": "用户 ID",
  6694. "name": "uid",
  6695. "in": "query",
  6696. "required": true
  6697. },
  6698. {
  6699. "type": "string",
  6700. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6701. "name": "type",
  6702. "in": "query",
  6703. "required": true
  6704. },
  6705. {
  6706. "type": "string",
  6707. "description": "每页大小",
  6708. "name": "limit",
  6709. "in": "query",
  6710. "required": true
  6711. },
  6712. {
  6713. "type": "string",
  6714. "description": "页数",
  6715. "name": "page",
  6716. "in": "query",
  6717. "required": true
  6718. }
  6719. ],
  6720. "responses": {
  6721. "200": {
  6722. "description": "具体数据",
  6723. "schema": {
  6724. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6725. }
  6726. },
  6727. "400": {
  6728. "description": "具体错误",
  6729. "schema": {
  6730. "$ref": "#/definitions/md.Response"
  6731. }
  6732. }
  6733. }
  6734. }
  6735. },
  6736. "/api/memberCenter/userManagement/getUserList": {
  6737. "post": {
  6738. "description": "用户信息管理(获取)",
  6739. "consumes": [
  6740. "application/json"
  6741. ],
  6742. "produces": [
  6743. "application/json"
  6744. ],
  6745. "tags": [
  6746. "会员中心"
  6747. ],
  6748. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6749. "parameters": [
  6750. {
  6751. "type": "string",
  6752. "description": "验证参数Bearer和token空格拼接",
  6753. "name": "Authorization",
  6754. "in": "header",
  6755. "required": true
  6756. },
  6757. {
  6758. "description": "分页信息必填",
  6759. "name": "req",
  6760. "in": "body",
  6761. "required": true,
  6762. "schema": {
  6763. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6764. }
  6765. }
  6766. ],
  6767. "responses": {
  6768. "200": {
  6769. "description": "具体数据",
  6770. "schema": {
  6771. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6772. }
  6773. },
  6774. "400": {
  6775. "description": "具体错误",
  6776. "schema": {
  6777. "$ref": "#/definitions/md.Response"
  6778. }
  6779. }
  6780. }
  6781. }
  6782. },
  6783. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6784. "get": {
  6785. "description": "会员明细(积分明细获取)",
  6786. "consumes": [
  6787. "application/json"
  6788. ],
  6789. "produces": [
  6790. "application/json"
  6791. ],
  6792. "tags": [
  6793. "会员中心"
  6794. ],
  6795. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6796. "parameters": [
  6797. {
  6798. "type": "string",
  6799. "description": "验证参数Bearer和token空格拼接",
  6800. "name": "Authorization",
  6801. "in": "header",
  6802. "required": true
  6803. },
  6804. {
  6805. "type": "string",
  6806. "description": "用户 ID",
  6807. "name": "uid",
  6808. "in": "query",
  6809. "required": true
  6810. },
  6811. {
  6812. "type": "string",
  6813. "description": "货币 ID",
  6814. "name": "coinId",
  6815. "in": "query",
  6816. "required": true
  6817. },
  6818. {
  6819. "type": "string",
  6820. "description": "每页大小",
  6821. "name": "limit",
  6822. "in": "query",
  6823. "required": true
  6824. },
  6825. {
  6826. "type": "string",
  6827. "description": "页数",
  6828. "name": "page",
  6829. "in": "query",
  6830. "required": true
  6831. }
  6832. ],
  6833. "responses": {
  6834. "200": {
  6835. "description": "具体数据",
  6836. "schema": {
  6837. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6838. }
  6839. },
  6840. "400": {
  6841. "description": "具体错误",
  6842. "schema": {
  6843. "$ref": "#/definitions/md.Response"
  6844. }
  6845. }
  6846. }
  6847. }
  6848. },
  6849. "/api/memberCenter/userManagement/updateUserInfo": {
  6850. "post": {
  6851. "description": "用户信息管理(更新)",
  6852. "consumes": [
  6853. "application/json"
  6854. ],
  6855. "produces": [
  6856. "application/json"
  6857. ],
  6858. "tags": [
  6859. "会员中心"
  6860. ],
  6861. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6862. "parameters": [
  6863. {
  6864. "type": "string",
  6865. "description": "验证参数Bearer和token空格拼接",
  6866. "name": "Authorization",
  6867. "in": "header",
  6868. "required": true
  6869. },
  6870. {
  6871. "description": "用户ID 必传",
  6872. "name": "req",
  6873. "in": "body",
  6874. "required": true,
  6875. "schema": {
  6876. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6877. }
  6878. }
  6879. ],
  6880. "responses": {
  6881. "200": {
  6882. "description": "修改数据行数",
  6883. "schema": {
  6884. "type": "int"
  6885. }
  6886. },
  6887. "400": {
  6888. "description": "具体错误",
  6889. "schema": {
  6890. "$ref": "#/definitions/md.Response"
  6891. }
  6892. }
  6893. }
  6894. }
  6895. },
  6896. "/api/memberCenter/userManagement/userData": {
  6897. "get": {
  6898. "description": "会员明细概况(获取)",
  6899. "consumes": [
  6900. "application/json"
  6901. ],
  6902. "produces": [
  6903. "application/json"
  6904. ],
  6905. "tags": [
  6906. "会员中心"
  6907. ],
  6908. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6909. "parameters": [
  6910. {
  6911. "type": "string",
  6912. "description": "验证参数Bearer和token空格拼接",
  6913. "name": "Authorization",
  6914. "in": "header",
  6915. "required": true
  6916. },
  6917. {
  6918. "type": "string",
  6919. "description": "用户 ID",
  6920. "name": "uid",
  6921. "in": "query",
  6922. "required": true
  6923. }
  6924. ],
  6925. "responses": {
  6926. "200": {
  6927. "description": "会员明细概况具体数据",
  6928. "schema": {
  6929. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6930. }
  6931. },
  6932. "400": {
  6933. "description": "具体错误",
  6934. "schema": {
  6935. "$ref": "#/definitions/md.Response"
  6936. }
  6937. }
  6938. }
  6939. }
  6940. },
  6941. "/api/memberCenter/userManagement/userDelete": {
  6942. "post": {
  6943. "description": "删除到回收站",
  6944. "consumes": [
  6945. "application/json"
  6946. ],
  6947. "produces": [
  6948. "application/json"
  6949. ],
  6950. "tags": [
  6951. "会员中心"
  6952. ],
  6953. "summary": "会员中心-用户管理-永久删除",
  6954. "parameters": [
  6955. {
  6956. "type": "string",
  6957. "description": "验证参数Bearer和token空格拼接",
  6958. "name": "Authorization",
  6959. "in": "header",
  6960. "required": true
  6961. },
  6962. {
  6963. "description": "用户ID 必传",
  6964. "name": "req",
  6965. "in": "body",
  6966. "required": true,
  6967. "schema": {
  6968. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  6969. }
  6970. }
  6971. ],
  6972. "responses": {
  6973. "200": {
  6974. "description": "修改数据行数",
  6975. "schema": {
  6976. "type": "int"
  6977. }
  6978. },
  6979. "400": {
  6980. "description": "具体错误",
  6981. "schema": {
  6982. "$ref": "#/definitions/md.Response"
  6983. }
  6984. }
  6985. }
  6986. }
  6987. },
  6988. "/api/memberCenter/userManagement/userRecycle": {
  6989. "post": {
  6990. "description": "删除到回收站",
  6991. "consumes": [
  6992. "application/json"
  6993. ],
  6994. "produces": [
  6995. "application/json"
  6996. ],
  6997. "tags": [
  6998. "会员中心"
  6999. ],
  7000. "summary": "会员中心-用户管理-删除到回收站",
  7001. "parameters": [
  7002. {
  7003. "type": "string",
  7004. "description": "验证参数Bearer和token空格拼接",
  7005. "name": "Authorization",
  7006. "in": "header",
  7007. "required": true
  7008. },
  7009. {
  7010. "description": "用户ID 必传",
  7011. "name": "req",
  7012. "in": "body",
  7013. "required": true,
  7014. "schema": {
  7015. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7016. }
  7017. }
  7018. ],
  7019. "responses": {
  7020. "200": {
  7021. "description": "修改数据行数",
  7022. "schema": {
  7023. "type": "int"
  7024. }
  7025. },
  7026. "400": {
  7027. "description": "具体错误",
  7028. "schema": {
  7029. "$ref": "#/definitions/md.Response"
  7030. }
  7031. }
  7032. }
  7033. }
  7034. },
  7035. "/api/memberCenter/userManagement/userRecycleCancel": {
  7036. "post": {
  7037. "description": "恢复到会员列表",
  7038. "consumes": [
  7039. "application/json"
  7040. ],
  7041. "produces": [
  7042. "application/json"
  7043. ],
  7044. "tags": [
  7045. "会员中心"
  7046. ],
  7047. "summary": "会员中心-用户管理-恢复到会员列表",
  7048. "parameters": [
  7049. {
  7050. "type": "string",
  7051. "description": "验证参数Bearer和token空格拼接",
  7052. "name": "Authorization",
  7053. "in": "header",
  7054. "required": true
  7055. },
  7056. {
  7057. "description": "用户ID 必传",
  7058. "name": "req",
  7059. "in": "body",
  7060. "required": true,
  7061. "schema": {
  7062. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  7063. }
  7064. }
  7065. ],
  7066. "responses": {
  7067. "200": {
  7068. "description": "修改数据行数",
  7069. "schema": {
  7070. "type": "int"
  7071. }
  7072. },
  7073. "400": {
  7074. "description": "具体错误",
  7075. "schema": {
  7076. "$ref": "#/definitions/md.Response"
  7077. }
  7078. }
  7079. }
  7080. }
  7081. },
  7082. "/api/memberCenter/userManagement/userRecycleList": {
  7083. "post": {
  7084. "description": "回收站列表",
  7085. "consumes": [
  7086. "application/json"
  7087. ],
  7088. "produces": [
  7089. "application/json"
  7090. ],
  7091. "tags": [
  7092. "会员中心"
  7093. ],
  7094. "summary": "会员中心-用户管理-回收站列表",
  7095. "parameters": [
  7096. {
  7097. "type": "string",
  7098. "description": "验证参数Bearer和token空格拼接",
  7099. "name": "Authorization",
  7100. "in": "header",
  7101. "required": true
  7102. },
  7103. {
  7104. "description": "分页信息必填",
  7105. "name": "req",
  7106. "in": "body",
  7107. "required": true,
  7108. "schema": {
  7109. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  7110. }
  7111. }
  7112. ],
  7113. "responses": {
  7114. "200": {
  7115. "description": "具体数据",
  7116. "schema": {
  7117. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  7118. }
  7119. },
  7120. "400": {
  7121. "description": "具体错误",
  7122. "schema": {
  7123. "$ref": "#/definitions/md.Response"
  7124. }
  7125. }
  7126. }
  7127. }
  7128. },
  7129. "/api/notice/aliyunSms/file/phone": {
  7130. "post": {
  7131. "description": "短信推送记录-通知模板",
  7132. "consumes": [
  7133. "application/json"
  7134. ],
  7135. "produces": [
  7136. "application/json"
  7137. ],
  7138. "tags": [
  7139. "消息中心"
  7140. ],
  7141. "summary": "消息中心-短信推送记录-通知模板",
  7142. "parameters": [
  7143. {
  7144. "type": "string",
  7145. "description": "验证参数Bearer和token空格拼接",
  7146. "name": "Authorization",
  7147. "in": "header",
  7148. "required": true
  7149. },
  7150. {
  7151. "type": "string",
  7152. "description": "参数 file-----文件上传格式",
  7153. "name": "file",
  7154. "in": "formData",
  7155. "required": true
  7156. }
  7157. ],
  7158. "responses": {
  7159. "200": {
  7160. "description": "phone 一个数组",
  7161. "schema": {
  7162. "type": "string"
  7163. }
  7164. },
  7165. "400": {
  7166. "description": "具体错误",
  7167. "schema": {
  7168. "$ref": "#/definitions/md.Response"
  7169. }
  7170. }
  7171. }
  7172. }
  7173. },
  7174. "/api/notice/aliyunSms/getLevelList": {
  7175. "get": {
  7176. "description": "等级管理(获取)",
  7177. "consumes": [
  7178. "application/json"
  7179. ],
  7180. "produces": [
  7181. "application/json"
  7182. ],
  7183. "tags": [
  7184. "消息中心"
  7185. ],
  7186. "summary": "消息中心-短信推送记录-等级管理(获取)",
  7187. "parameters": [
  7188. {
  7189. "type": "string",
  7190. "description": "验证参数Bearer和token空格拼接",
  7191. "name": "Authorization",
  7192. "in": "header",
  7193. "required": true
  7194. },
  7195. {
  7196. "type": "integer",
  7197. "description": "每页大小",
  7198. "name": "limit",
  7199. "in": "query",
  7200. "required": true
  7201. },
  7202. {
  7203. "type": "integer",
  7204. "description": "页数",
  7205. "name": "page",
  7206. "in": "query",
  7207. "required": true
  7208. }
  7209. ],
  7210. "responses": {
  7211. "200": {
  7212. "description": "具体数据",
  7213. "schema": {
  7214. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  7215. }
  7216. },
  7217. "400": {
  7218. "description": "具体错误",
  7219. "schema": {
  7220. "$ref": "#/definitions/md.Response"
  7221. }
  7222. }
  7223. }
  7224. }
  7225. },
  7226. "/api/notice/aliyunSms/getTagList": {
  7227. "get": {
  7228. "description": "标签管理(获取)",
  7229. "consumes": [
  7230. "application/json"
  7231. ],
  7232. "produces": [
  7233. "application/json"
  7234. ],
  7235. "tags": [
  7236. "消息中心"
  7237. ],
  7238. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7239. "parameters": [
  7240. {
  7241. "type": "string",
  7242. "description": "验证参数Bearer和token空格拼接",
  7243. "name": "Authorization",
  7244. "in": "header",
  7245. "required": true
  7246. },
  7247. {
  7248. "type": "integer",
  7249. "description": "每页大小",
  7250. "name": "limit",
  7251. "in": "query",
  7252. "required": true
  7253. },
  7254. {
  7255. "type": "integer",
  7256. "description": "页数",
  7257. "name": "page",
  7258. "in": "query",
  7259. "required": true
  7260. }
  7261. ],
  7262. "responses": {
  7263. "200": {
  7264. "description": "具体数据",
  7265. "schema": {
  7266. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7267. }
  7268. },
  7269. "400": {
  7270. "description": "具体错误",
  7271. "schema": {
  7272. "$ref": "#/definitions/md.Response"
  7273. }
  7274. }
  7275. }
  7276. }
  7277. },
  7278. "/api/notice/aliyunSms/getUserList": {
  7279. "post": {
  7280. "description": "获取用户信息",
  7281. "consumes": [
  7282. "application/json"
  7283. ],
  7284. "produces": [
  7285. "application/json"
  7286. ],
  7287. "tags": [
  7288. "消息中心"
  7289. ],
  7290. "summary": "消息中心-短信推送记录-获取用户信息",
  7291. "parameters": [
  7292. {
  7293. "type": "string",
  7294. "description": "验证参数Bearer和token空格拼接",
  7295. "name": "Authorization",
  7296. "in": "header",
  7297. "required": true
  7298. },
  7299. {
  7300. "description": "(分页信息必填)",
  7301. "name": "req",
  7302. "in": "body",
  7303. "required": true,
  7304. "schema": {
  7305. "$ref": "#/definitions/md.JPushGetUserListReq"
  7306. }
  7307. }
  7308. ],
  7309. "responses": {
  7310. "200": {
  7311. "description": "具体数据",
  7312. "schema": {
  7313. "type": "Object"
  7314. }
  7315. },
  7316. "400": {
  7317. "description": "具体错误",
  7318. "schema": {
  7319. "$ref": "#/definitions/md.Response"
  7320. }
  7321. }
  7322. }
  7323. }
  7324. },
  7325. "/api/notice/aliyunSms/push/list": {
  7326. "post": {
  7327. "description": "短信推送记录-推送记录列表",
  7328. "consumes": [
  7329. "application/json"
  7330. ],
  7331. "produces": [
  7332. "application/json"
  7333. ],
  7334. "tags": [
  7335. "消息中心"
  7336. ],
  7337. "summary": "消息中心-短信推送记录-推送记录列表",
  7338. "parameters": [
  7339. {
  7340. "type": "string",
  7341. "description": "验证参数Bearer和token空格拼接",
  7342. "name": "Authorization",
  7343. "in": "header",
  7344. "required": true
  7345. },
  7346. {
  7347. "description": "(分页信息必填)",
  7348. "name": "req",
  7349. "in": "body",
  7350. "required": true,
  7351. "schema": {
  7352. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7353. }
  7354. }
  7355. ],
  7356. "responses": {
  7357. "200": {
  7358. "description": "具体数据",
  7359. "schema": {
  7360. "$ref": "#/definitions/md.NoticePushListResp"
  7361. }
  7362. },
  7363. "400": {
  7364. "description": "具体错误",
  7365. "schema": {
  7366. "$ref": "#/definitions/md.Response"
  7367. }
  7368. }
  7369. }
  7370. }
  7371. },
  7372. "/api/notice/aliyunSms/push/save": {
  7373. "post": {
  7374. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7375. "consumes": [
  7376. "application/json"
  7377. ],
  7378. "produces": [
  7379. "application/json"
  7380. ],
  7381. "tags": [
  7382. "消息中心"
  7383. ],
  7384. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7385. "parameters": [
  7386. {
  7387. "type": "string",
  7388. "description": "验证参数Bearer和token空格拼接",
  7389. "name": "Authorization",
  7390. "in": "header",
  7391. "required": true
  7392. },
  7393. {
  7394. "description": "(分页信息必填)",
  7395. "name": "req",
  7396. "in": "body",
  7397. "required": true,
  7398. "schema": {
  7399. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7400. }
  7401. }
  7402. ],
  7403. "responses": {
  7404. "200": {
  7405. "description": "具体数据",
  7406. "schema": {
  7407. "type": "string"
  7408. }
  7409. },
  7410. "400": {
  7411. "description": "具体错误",
  7412. "schema": {
  7413. "$ref": "#/definitions/md.Response"
  7414. }
  7415. }
  7416. }
  7417. }
  7418. },
  7419. "/api/notice/aliyunSms/sale/base": {
  7420. "get": {
  7421. "description": "短信推送记录-营销短信-通知模板",
  7422. "consumes": [
  7423. "application/json"
  7424. ],
  7425. "produces": [
  7426. "application/json"
  7427. ],
  7428. "tags": [
  7429. "消息中心"
  7430. ],
  7431. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7432. "parameters": [
  7433. {
  7434. "type": "string",
  7435. "description": "验证参数Bearer和token空格拼接",
  7436. "name": "Authorization",
  7437. "in": "header",
  7438. "required": true
  7439. }
  7440. ],
  7441. "responses": {
  7442. "200": {
  7443. "description": "具体数据",
  7444. "schema": {
  7445. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7446. }
  7447. },
  7448. "400": {
  7449. "description": "具体错误",
  7450. "schema": {
  7451. "$ref": "#/definitions/md.Response"
  7452. }
  7453. }
  7454. }
  7455. }
  7456. },
  7457. "/api/notice/aliyunSms/sale/save": {
  7458. "post": {
  7459. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7460. "consumes": [
  7461. "application/json"
  7462. ],
  7463. "produces": [
  7464. "application/json"
  7465. ],
  7466. "tags": [
  7467. "消息中心"
  7468. ],
  7469. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7470. "parameters": [
  7471. {
  7472. "type": "string",
  7473. "description": "验证参数Bearer和token空格拼接",
  7474. "name": "Authorization",
  7475. "in": "header",
  7476. "required": true
  7477. },
  7478. {
  7479. "description": "数组 把列表的数组传过来",
  7480. "name": "req",
  7481. "in": "body",
  7482. "required": true,
  7483. "schema": {
  7484. "type": "string"
  7485. }
  7486. }
  7487. ],
  7488. "responses": {
  7489. "200": {
  7490. "description": "具体数据",
  7491. "schema": {
  7492. "type": "string"
  7493. }
  7494. },
  7495. "400": {
  7496. "description": "具体错误",
  7497. "schema": {
  7498. "$ref": "#/definitions/md.Response"
  7499. }
  7500. }
  7501. }
  7502. }
  7503. },
  7504. "/api/notice/base/del": {
  7505. "post": {
  7506. "description": "基本配置-通知模板删除",
  7507. "consumes": [
  7508. "application/json"
  7509. ],
  7510. "produces": [
  7511. "application/json"
  7512. ],
  7513. "tags": [
  7514. "消息中心"
  7515. ],
  7516. "summary": "消息中心-基本配置-通知模板删除",
  7517. "parameters": [
  7518. {
  7519. "type": "string",
  7520. "description": "验证参数Bearer和token空格拼接",
  7521. "name": "Authorization",
  7522. "in": "header",
  7523. "required": true
  7524. },
  7525. {
  7526. "description": "(分页信息必填)",
  7527. "name": "req",
  7528. "in": "body",
  7529. "required": true,
  7530. "schema": {
  7531. "$ref": "#/definitions/md.NoticeDelReq"
  7532. }
  7533. }
  7534. ],
  7535. "responses": {
  7536. "200": {
  7537. "description": "具体数据",
  7538. "schema": {
  7539. "type": "string"
  7540. }
  7541. },
  7542. "400": {
  7543. "description": "具体错误",
  7544. "schema": {
  7545. "$ref": "#/definitions/md.Response"
  7546. }
  7547. }
  7548. }
  7549. }
  7550. },
  7551. "/api/notice/base/list": {
  7552. "post": {
  7553. "description": "基本配置-通知模板",
  7554. "consumes": [
  7555. "application/json"
  7556. ],
  7557. "produces": [
  7558. "application/json"
  7559. ],
  7560. "tags": [
  7561. "消息中心"
  7562. ],
  7563. "summary": "消息中心-基本配置-通知模板",
  7564. "parameters": [
  7565. {
  7566. "type": "string",
  7567. "description": "验证参数Bearer和token空格拼接",
  7568. "name": "Authorization",
  7569. "in": "header",
  7570. "required": true
  7571. },
  7572. {
  7573. "description": "(分页信息必填)",
  7574. "name": "req",
  7575. "in": "body",
  7576. "required": true,
  7577. "schema": {
  7578. "$ref": "#/definitions/md.NoticeListReq"
  7579. }
  7580. }
  7581. ],
  7582. "responses": {
  7583. "200": {
  7584. "description": "具体数据",
  7585. "schema": {
  7586. "$ref": "#/definitions/md.NoticeListResp"
  7587. }
  7588. },
  7589. "400": {
  7590. "description": "具体错误",
  7591. "schema": {
  7592. "$ref": "#/definitions/md.Response"
  7593. }
  7594. }
  7595. }
  7596. }
  7597. },
  7598. "/api/notice/base/save": {
  7599. "post": {
  7600. "description": "基本配置-通知模板添加编辑",
  7601. "consumes": [
  7602. "application/json"
  7603. ],
  7604. "produces": [
  7605. "application/json"
  7606. ],
  7607. "tags": [
  7608. "消息中心"
  7609. ],
  7610. "summary": "消息中心-基本配置-通知模板添加编辑",
  7611. "parameters": [
  7612. {
  7613. "type": "string",
  7614. "description": "验证参数Bearer和token空格拼接",
  7615. "name": "Authorization",
  7616. "in": "header",
  7617. "required": true
  7618. },
  7619. {
  7620. "description": "(分页信息必填)",
  7621. "name": "req",
  7622. "in": "body",
  7623. "required": true,
  7624. "schema": {
  7625. "$ref": "#/definitions/md.NoticeSaveReq"
  7626. }
  7627. }
  7628. ],
  7629. "responses": {
  7630. "200": {
  7631. "description": "具体数据",
  7632. "schema": {
  7633. "type": "string"
  7634. }
  7635. },
  7636. "400": {
  7637. "description": "具体错误",
  7638. "schema": {
  7639. "$ref": "#/definitions/md.Response"
  7640. }
  7641. }
  7642. }
  7643. }
  7644. },
  7645. "/api/notice/jPush/getLevelList": {
  7646. "get": {
  7647. "description": "等级管理(获取)",
  7648. "consumes": [
  7649. "application/json"
  7650. ],
  7651. "produces": [
  7652. "application/json"
  7653. ],
  7654. "tags": [
  7655. "消息中心"
  7656. ],
  7657. "summary": "消息中心-基本配置-等级管理(获取)",
  7658. "parameters": [
  7659. {
  7660. "type": "string",
  7661. "description": "验证参数Bearer和token空格拼接",
  7662. "name": "Authorization",
  7663. "in": "header",
  7664. "required": true
  7665. },
  7666. {
  7667. "type": "integer",
  7668. "description": "每页大小",
  7669. "name": "limit",
  7670. "in": "query",
  7671. "required": true
  7672. },
  7673. {
  7674. "type": "integer",
  7675. "description": "页数",
  7676. "name": "page",
  7677. "in": "query",
  7678. "required": true
  7679. }
  7680. ],
  7681. "responses": {
  7682. "200": {
  7683. "description": "具体数据",
  7684. "schema": {
  7685. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7686. }
  7687. },
  7688. "400": {
  7689. "description": "具体错误",
  7690. "schema": {
  7691. "$ref": "#/definitions/md.Response"
  7692. }
  7693. }
  7694. }
  7695. }
  7696. },
  7697. "/api/notice/jPush/getTagList": {
  7698. "get": {
  7699. "description": "标签管理(获取)",
  7700. "consumes": [
  7701. "application/json"
  7702. ],
  7703. "produces": [
  7704. "application/json"
  7705. ],
  7706. "tags": [
  7707. "消息中心"
  7708. ],
  7709. "summary": "消息中心-基本配置-标签管理(获取)",
  7710. "parameters": [
  7711. {
  7712. "type": "string",
  7713. "description": "验证参数Bearer和token空格拼接",
  7714. "name": "Authorization",
  7715. "in": "header",
  7716. "required": true
  7717. },
  7718. {
  7719. "type": "integer",
  7720. "description": "每页大小",
  7721. "name": "limit",
  7722. "in": "query",
  7723. "required": true
  7724. },
  7725. {
  7726. "type": "integer",
  7727. "description": "页数",
  7728. "name": "page",
  7729. "in": "query",
  7730. "required": true
  7731. }
  7732. ],
  7733. "responses": {
  7734. "200": {
  7735. "description": "具体数据",
  7736. "schema": {
  7737. "$ref": "#/definitions/md.JPushGetTagListResp"
  7738. }
  7739. },
  7740. "400": {
  7741. "description": "具体错误",
  7742. "schema": {
  7743. "$ref": "#/definitions/md.Response"
  7744. }
  7745. }
  7746. }
  7747. }
  7748. },
  7749. "/api/notice/jPush/getUserList": {
  7750. "post": {
  7751. "description": "获取用户信息",
  7752. "consumes": [
  7753. "application/json"
  7754. ],
  7755. "produces": [
  7756. "application/json"
  7757. ],
  7758. "tags": [
  7759. "消息中心"
  7760. ],
  7761. "summary": "消息中心-基本配置-获取用户信息",
  7762. "parameters": [
  7763. {
  7764. "type": "string",
  7765. "description": "验证参数Bearer和token空格拼接",
  7766. "name": "Authorization",
  7767. "in": "header",
  7768. "required": true
  7769. },
  7770. {
  7771. "description": "(分页信息必填)",
  7772. "name": "req",
  7773. "in": "body",
  7774. "required": true,
  7775. "schema": {
  7776. "$ref": "#/definitions/md.JPushGetUserListReq"
  7777. }
  7778. }
  7779. ],
  7780. "responses": {
  7781. "200": {
  7782. "description": "具体数据",
  7783. "schema": {
  7784. "type": "Object"
  7785. }
  7786. },
  7787. "400": {
  7788. "description": "具体错误",
  7789. "schema": {
  7790. "$ref": "#/definitions/md.Response"
  7791. }
  7792. }
  7793. }
  7794. }
  7795. },
  7796. "/api/notice/jPush/push/list": {
  7797. "post": {
  7798. "description": "基本配置-推送记录列表",
  7799. "consumes": [
  7800. "application/json"
  7801. ],
  7802. "produces": [
  7803. "application/json"
  7804. ],
  7805. "tags": [
  7806. "消息中心"
  7807. ],
  7808. "summary": "消息中心-基本配置-推送记录列表",
  7809. "parameters": [
  7810. {
  7811. "type": "string",
  7812. "description": "验证参数Bearer和token空格拼接",
  7813. "name": "Authorization",
  7814. "in": "header",
  7815. "required": true
  7816. },
  7817. {
  7818. "description": "(分页信息必填)",
  7819. "name": "req",
  7820. "in": "body",
  7821. "required": true,
  7822. "schema": {
  7823. "$ref": "#/definitions/md.NoticeListReq"
  7824. }
  7825. }
  7826. ],
  7827. "responses": {
  7828. "200": {
  7829. "description": "具体数据",
  7830. "schema": {
  7831. "$ref": "#/definitions/md.NoticePushListResp"
  7832. }
  7833. },
  7834. "400": {
  7835. "description": "具体错误",
  7836. "schema": {
  7837. "$ref": "#/definitions/md.Response"
  7838. }
  7839. }
  7840. }
  7841. }
  7842. },
  7843. "/api/notice/jPush/push/save": {
  7844. "post": {
  7845. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7846. "consumes": [
  7847. "application/json"
  7848. ],
  7849. "produces": [
  7850. "application/json"
  7851. ],
  7852. "tags": [
  7853. "消息中心"
  7854. ],
  7855. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7856. "parameters": [
  7857. {
  7858. "type": "string",
  7859. "description": "验证参数Bearer和token空格拼接",
  7860. "name": "Authorization",
  7861. "in": "header",
  7862. "required": true
  7863. },
  7864. {
  7865. "description": "(分页信息必填)",
  7866. "name": "req",
  7867. "in": "body",
  7868. "required": true,
  7869. "schema": {
  7870. "$ref": "#/definitions/md.NoticePushSaveReq"
  7871. }
  7872. }
  7873. ],
  7874. "responses": {
  7875. "200": {
  7876. "description": "具体数据",
  7877. "schema": {
  7878. "type": "string"
  7879. }
  7880. },
  7881. "400": {
  7882. "description": "具体错误",
  7883. "schema": {
  7884. "$ref": "#/definitions/md.Response"
  7885. }
  7886. }
  7887. }
  7888. }
  7889. },
  7890. "/api/role/addAdmin": {
  7891. "post": {
  7892. "description": "权限管理-新增管理员",
  7893. "consumes": [
  7894. "application/json"
  7895. ],
  7896. "produces": [
  7897. "application/json"
  7898. ],
  7899. "tags": [
  7900. "权限管理"
  7901. ],
  7902. "summary": "新增管理员",
  7903. "parameters": [
  7904. {
  7905. "type": "string",
  7906. "description": "验证参数Bearer和token空格拼接",
  7907. "name": "Authorization",
  7908. "in": "header",
  7909. "required": true
  7910. },
  7911. {
  7912. "description": "请求参数",
  7913. "name": "args",
  7914. "in": "body",
  7915. "required": true,
  7916. "schema": {
  7917. "$ref": "#/definitions/md.AddAdminReq"
  7918. }
  7919. }
  7920. ],
  7921. "responses": {
  7922. "200": {
  7923. "description": "success",
  7924. "schema": {
  7925. "type": "string"
  7926. }
  7927. },
  7928. "400": {
  7929. "description": "具体错误",
  7930. "schema": {
  7931. "$ref": "#/definitions/md.Response"
  7932. }
  7933. }
  7934. }
  7935. }
  7936. },
  7937. "/api/role/addRole": {
  7938. "post": {
  7939. "description": "权限管理-添加角色",
  7940. "consumes": [
  7941. "application/json"
  7942. ],
  7943. "produces": [
  7944. "application/json"
  7945. ],
  7946. "tags": [
  7947. "权限管理"
  7948. ],
  7949. "summary": "添加角色",
  7950. "parameters": [
  7951. {
  7952. "type": "string",
  7953. "description": "验证参数Bearer和token空格拼接",
  7954. "name": "Authorization",
  7955. "in": "header",
  7956. "required": true
  7957. },
  7958. {
  7959. "description": "请求参数",
  7960. "name": "args",
  7961. "in": "body",
  7962. "required": true,
  7963. "schema": {
  7964. "$ref": "#/definitions/md.AddRoleReq"
  7965. }
  7966. }
  7967. ],
  7968. "responses": {
  7969. "200": {
  7970. "description": "success",
  7971. "schema": {
  7972. "type": "string"
  7973. }
  7974. },
  7975. "400": {
  7976. "description": "具体错误",
  7977. "schema": {
  7978. "$ref": "#/definitions/md.Response"
  7979. }
  7980. }
  7981. }
  7982. }
  7983. },
  7984. "/api/role/adminInfo": {
  7985. "get": {
  7986. "description": "权限管理-管理员信息",
  7987. "consumes": [
  7988. "application/json"
  7989. ],
  7990. "produces": [
  7991. "application/json"
  7992. ],
  7993. "tags": [
  7994. "权限管理"
  7995. ],
  7996. "summary": "管理员信息",
  7997. "parameters": [
  7998. {
  7999. "type": "string",
  8000. "description": "验证参数Bearer和token空格拼接",
  8001. "name": "Authorization",
  8002. "in": "header",
  8003. "required": true
  8004. },
  8005. {
  8006. "type": "string",
  8007. "description": "管理员id",
  8008. "name": "adm_id",
  8009. "in": "query",
  8010. "required": true
  8011. }
  8012. ],
  8013. "responses": {
  8014. "200": {
  8015. "description": "具体看返回内容",
  8016. "schema": {
  8017. "type": "string"
  8018. }
  8019. },
  8020. "400": {
  8021. "description": "具体错误",
  8022. "schema": {
  8023. "$ref": "#/definitions/md.Response"
  8024. }
  8025. }
  8026. }
  8027. }
  8028. },
  8029. "/api/role/adminList": {
  8030. "post": {
  8031. "description": "权限管理-管理员列表",
  8032. "consumes": [
  8033. "application/json"
  8034. ],
  8035. "produces": [
  8036. "application/json"
  8037. ],
  8038. "tags": [
  8039. "权限管理"
  8040. ],
  8041. "summary": "管理员列表",
  8042. "parameters": [
  8043. {
  8044. "type": "string",
  8045. "description": "验证参数Bearer和token空格拼接",
  8046. "name": "Authorization",
  8047. "in": "header",
  8048. "required": true
  8049. },
  8050. {
  8051. "description": "请求参数",
  8052. "name": "args",
  8053. "in": "body",
  8054. "required": true,
  8055. "schema": {
  8056. "$ref": "#/definitions/md.AdminListReq"
  8057. }
  8058. }
  8059. ],
  8060. "responses": {
  8061. "200": {
  8062. "description": "具体看返回内容",
  8063. "schema": {
  8064. "type": "string"
  8065. }
  8066. },
  8067. "400": {
  8068. "description": "具体错误",
  8069. "schema": {
  8070. "$ref": "#/definitions/md.Response"
  8071. }
  8072. }
  8073. }
  8074. }
  8075. },
  8076. "/api/role/bindAdminRole": {
  8077. "post": {
  8078. "description": "权限管理-管理员绑定角色",
  8079. "consumes": [
  8080. "application/json"
  8081. ],
  8082. "produces": [
  8083. "application/json"
  8084. ],
  8085. "tags": [
  8086. "权限管理"
  8087. ],
  8088. "summary": "管理员绑定角色",
  8089. "parameters": [
  8090. {
  8091. "type": "string",
  8092. "description": "验证参数Bearer和token空格拼接",
  8093. "name": "Authorization",
  8094. "in": "header",
  8095. "required": true
  8096. },
  8097. {
  8098. "description": "请求参数",
  8099. "name": "args",
  8100. "in": "body",
  8101. "required": true,
  8102. "schema": {
  8103. "$ref": "#/definitions/md.BindAdminRoleReq"
  8104. }
  8105. }
  8106. ],
  8107. "responses": {
  8108. "200": {
  8109. "description": "success",
  8110. "schema": {
  8111. "type": "string"
  8112. }
  8113. },
  8114. "400": {
  8115. "description": "具体错误",
  8116. "schema": {
  8117. "$ref": "#/definitions/md.Response"
  8118. }
  8119. }
  8120. }
  8121. }
  8122. },
  8123. "/api/role/deleteAdmin/{$adm_id}": {
  8124. "delete": {
  8125. "description": "权限管理-删除管理员",
  8126. "consumes": [
  8127. "application/json"
  8128. ],
  8129. "produces": [
  8130. "application/json"
  8131. ],
  8132. "tags": [
  8133. "权限管理"
  8134. ],
  8135. "summary": "删除管理员",
  8136. "parameters": [
  8137. {
  8138. "type": "string",
  8139. "description": "验证参数Bearer和token空格拼接",
  8140. "name": "Authorization",
  8141. "in": "header",
  8142. "required": true
  8143. }
  8144. ],
  8145. "responses": {
  8146. "200": {
  8147. "description": "success",
  8148. "schema": {
  8149. "type": "string"
  8150. }
  8151. },
  8152. "400": {
  8153. "description": "具体错误",
  8154. "schema": {
  8155. "$ref": "#/definitions/md.Response"
  8156. }
  8157. }
  8158. }
  8159. }
  8160. },
  8161. "/api/role/deleteRole/{$id}": {
  8162. "delete": {
  8163. "description": "权限管理-删除角色",
  8164. "consumes": [
  8165. "application/json"
  8166. ],
  8167. "produces": [
  8168. "application/json"
  8169. ],
  8170. "tags": [
  8171. "权限管理"
  8172. ],
  8173. "summary": "删除角色",
  8174. "parameters": [
  8175. {
  8176. "type": "string",
  8177. "description": "验证参数Bearer和token空格拼接",
  8178. "name": "Authorization",
  8179. "in": "header",
  8180. "required": true
  8181. },
  8182. {
  8183. "description": "请求参数",
  8184. "name": "args",
  8185. "in": "body",
  8186. "required": true,
  8187. "schema": {
  8188. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8189. }
  8190. }
  8191. ],
  8192. "responses": {
  8193. "200": {
  8194. "description": "success",
  8195. "schema": {
  8196. "type": "string"
  8197. }
  8198. },
  8199. "400": {
  8200. "description": "具体错误",
  8201. "schema": {
  8202. "$ref": "#/definitions/md.Response"
  8203. }
  8204. }
  8205. }
  8206. }
  8207. },
  8208. "/api/role/permissionGroupList": {
  8209. "get": {
  8210. "description": "权限管理-权限组列表",
  8211. "consumes": [
  8212. "application/json"
  8213. ],
  8214. "produces": [
  8215. "application/json"
  8216. ],
  8217. "tags": [
  8218. "权限管理"
  8219. ],
  8220. "summary": "权限组列表",
  8221. "parameters": [
  8222. {
  8223. "type": "string",
  8224. "description": "验证参数Bearer和token空格拼接",
  8225. "name": "Authorization",
  8226. "in": "header",
  8227. "required": true
  8228. },
  8229. {
  8230. "type": "string",
  8231. "description": "管理员id",
  8232. "name": "adm_id",
  8233. "in": "query",
  8234. "required": true
  8235. }
  8236. ],
  8237. "responses": {
  8238. "200": {
  8239. "description": "具体看返回内容",
  8240. "schema": {
  8241. "type": "string"
  8242. }
  8243. },
  8244. "400": {
  8245. "description": "具体错误",
  8246. "schema": {
  8247. "$ref": "#/definitions/md.Response"
  8248. }
  8249. }
  8250. }
  8251. }
  8252. },
  8253. "/api/role/roleBindPermissionGroup": {
  8254. "post": {
  8255. "description": "权限管理-角色绑定权限组",
  8256. "consumes": [
  8257. "application/json"
  8258. ],
  8259. "produces": [
  8260. "application/json"
  8261. ],
  8262. "tags": [
  8263. "权限管理"
  8264. ],
  8265. "summary": "角色绑定权限组",
  8266. "parameters": [
  8267. {
  8268. "type": "string",
  8269. "description": "验证参数Bearer和token空格拼接",
  8270. "name": "Authorization",
  8271. "in": "header",
  8272. "required": true
  8273. },
  8274. {
  8275. "description": "请求参数",
  8276. "name": "args",
  8277. "in": "body",
  8278. "required": true,
  8279. "schema": {
  8280. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8281. }
  8282. }
  8283. ],
  8284. "responses": {
  8285. "200": {
  8286. "description": "success",
  8287. "schema": {
  8288. "type": "string"
  8289. }
  8290. },
  8291. "400": {
  8292. "description": "具体错误",
  8293. "schema": {
  8294. "$ref": "#/definitions/md.Response"
  8295. }
  8296. }
  8297. }
  8298. }
  8299. },
  8300. "/api/role/roleList": {
  8301. "get": {
  8302. "description": "权限管理-角色列表",
  8303. "consumes": [
  8304. "application/json"
  8305. ],
  8306. "produces": [
  8307. "application/json"
  8308. ],
  8309. "tags": [
  8310. "权限管理"
  8311. ],
  8312. "summary": "角色列表",
  8313. "parameters": [
  8314. {
  8315. "type": "string",
  8316. "description": "验证参数Bearer和token空格拼接",
  8317. "name": "Authorization",
  8318. "in": "header",
  8319. "required": true
  8320. }
  8321. ],
  8322. "responses": {
  8323. "200": {
  8324. "description": "具体看返回内容",
  8325. "schema": {
  8326. "type": "string"
  8327. }
  8328. },
  8329. "400": {
  8330. "description": "具体错误",
  8331. "schema": {
  8332. "$ref": "#/definitions/md.Response"
  8333. }
  8334. }
  8335. }
  8336. }
  8337. },
  8338. "/api/role/updateAdmin": {
  8339. "post": {
  8340. "description": "权限管理-修改管理员信息",
  8341. "consumes": [
  8342. "application/json"
  8343. ],
  8344. "produces": [
  8345. "application/json"
  8346. ],
  8347. "tags": [
  8348. "权限管理"
  8349. ],
  8350. "summary": "修改管理员信息",
  8351. "parameters": [
  8352. {
  8353. "type": "string",
  8354. "description": "验证参数Bearer和token空格拼接",
  8355. "name": "Authorization",
  8356. "in": "header",
  8357. "required": true
  8358. },
  8359. {
  8360. "description": "请求参数",
  8361. "name": "args",
  8362. "in": "body",
  8363. "required": true,
  8364. "schema": {
  8365. "$ref": "#/definitions/md.UpdateAdminReq"
  8366. }
  8367. }
  8368. ],
  8369. "responses": {
  8370. "200": {
  8371. "description": "success",
  8372. "schema": {
  8373. "type": "string"
  8374. }
  8375. },
  8376. "400": {
  8377. "description": "具体错误",
  8378. "schema": {
  8379. "$ref": "#/definitions/md.Response"
  8380. }
  8381. }
  8382. }
  8383. }
  8384. },
  8385. "/api/role/updateAdminState": {
  8386. "post": {
  8387. "description": "权限管理-修改管理员状态",
  8388. "consumes": [
  8389. "application/json"
  8390. ],
  8391. "produces": [
  8392. "application/json"
  8393. ],
  8394. "tags": [
  8395. "权限管理"
  8396. ],
  8397. "summary": "修改管理员状态",
  8398. "parameters": [
  8399. {
  8400. "type": "string",
  8401. "description": "验证参数Bearer和token空格拼接",
  8402. "name": "Authorization",
  8403. "in": "header",
  8404. "required": true
  8405. },
  8406. {
  8407. "description": "请求参数",
  8408. "name": "args",
  8409. "in": "body",
  8410. "required": true,
  8411. "schema": {
  8412. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8413. }
  8414. }
  8415. ],
  8416. "responses": {
  8417. "200": {
  8418. "description": "success",
  8419. "schema": {
  8420. "type": "string"
  8421. }
  8422. },
  8423. "400": {
  8424. "description": "具体错误",
  8425. "schema": {
  8426. "$ref": "#/definitions/md.Response"
  8427. }
  8428. }
  8429. }
  8430. }
  8431. },
  8432. "/api/role/updateRole": {
  8433. "post": {
  8434. "description": "权限管理-修改角色",
  8435. "consumes": [
  8436. "application/json"
  8437. ],
  8438. "produces": [
  8439. "application/json"
  8440. ],
  8441. "tags": [
  8442. "权限管理"
  8443. ],
  8444. "summary": "修改角色",
  8445. "parameters": [
  8446. {
  8447. "type": "string",
  8448. "description": "验证参数Bearer和token空格拼接",
  8449. "name": "Authorization",
  8450. "in": "header",
  8451. "required": true
  8452. },
  8453. {
  8454. "description": "请求参数",
  8455. "name": "args",
  8456. "in": "body",
  8457. "required": true,
  8458. "schema": {
  8459. "$ref": "#/definitions/md.UpdateRoleReq"
  8460. }
  8461. }
  8462. ],
  8463. "responses": {
  8464. "200": {
  8465. "description": "success",
  8466. "schema": {
  8467. "type": "string"
  8468. }
  8469. },
  8470. "400": {
  8471. "description": "具体错误",
  8472. "schema": {
  8473. "$ref": "#/definitions/md.Response"
  8474. }
  8475. }
  8476. }
  8477. }
  8478. },
  8479. "/api/role/updateRoleState": {
  8480. "post": {
  8481. "description": "权限管理-修改角色状态",
  8482. "consumes": [
  8483. "application/json"
  8484. ],
  8485. "produces": [
  8486. "application/json"
  8487. ],
  8488. "tags": [
  8489. "权限管理"
  8490. ],
  8491. "summary": "修改角色状态",
  8492. "parameters": [
  8493. {
  8494. "type": "string",
  8495. "description": "验证参数Bearer和token空格拼接",
  8496. "name": "Authorization",
  8497. "in": "header",
  8498. "required": true
  8499. },
  8500. {
  8501. "description": "请求参数",
  8502. "name": "args",
  8503. "in": "body",
  8504. "required": true,
  8505. "schema": {
  8506. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8507. }
  8508. }
  8509. ],
  8510. "responses": {
  8511. "200": {
  8512. "description": "success",
  8513. "schema": {
  8514. "type": "string"
  8515. }
  8516. },
  8517. "400": {
  8518. "description": "具体错误",
  8519. "schema": {
  8520. "$ref": "#/definitions/md.Response"
  8521. }
  8522. }
  8523. }
  8524. }
  8525. },
  8526. "/api/settCenter/oss/aliYun/getBasic": {
  8527. "get": {
  8528. "description": "对象存储设置(获取)",
  8529. "consumes": [
  8530. "application/json"
  8531. ],
  8532. "produces": [
  8533. "application/json"
  8534. ],
  8535. "tags": [
  8536. "对象存储"
  8537. ],
  8538. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8539. "parameters": [
  8540. {
  8541. "type": "string",
  8542. "description": "验证参数Bearer和token空格拼接",
  8543. "name": "Authorization",
  8544. "in": "header",
  8545. "required": true
  8546. }
  8547. ],
  8548. "responses": {
  8549. "200": {
  8550. "description": "设置列表",
  8551. "schema": {
  8552. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8553. }
  8554. },
  8555. "400": {
  8556. "description": "具体错误",
  8557. "schema": {
  8558. "$ref": "#/definitions/md.Response"
  8559. }
  8560. }
  8561. }
  8562. }
  8563. },
  8564. "/api/settCenter/oss/aliYun/setBasic": {
  8565. "post": {
  8566. "description": "对象存储设置(更新)",
  8567. "consumes": [
  8568. "application/json"
  8569. ],
  8570. "produces": [
  8571. "application/json"
  8572. ],
  8573. "tags": [
  8574. "对象存储"
  8575. ],
  8576. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8577. "parameters": [
  8578. {
  8579. "type": "string",
  8580. "description": "验证参数Bearer和token空格拼接",
  8581. "name": "Authorization",
  8582. "in": "header",
  8583. "required": true
  8584. },
  8585. {
  8586. "description": "上传需要修改的信息",
  8587. "name": "req",
  8588. "in": "body",
  8589. "required": true,
  8590. "schema": {
  8591. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8592. }
  8593. }
  8594. ],
  8595. "responses": {
  8596. "200": {
  8597. "description": "success",
  8598. "schema": {
  8599. "type": "string"
  8600. }
  8601. },
  8602. "400": {
  8603. "description": "具体错误",
  8604. "schema": {
  8605. "$ref": "#/definitions/md.Response"
  8606. }
  8607. }
  8608. }
  8609. }
  8610. },
  8611. "/api/settCenter/web/getBasic": {
  8612. "get": {
  8613. "description": "网站信息-基本设置(获取)",
  8614. "consumes": [
  8615. "application/json"
  8616. ],
  8617. "produces": [
  8618. "application/json"
  8619. ],
  8620. "tags": [
  8621. "基础设置"
  8622. ],
  8623. "summary": "基础设置-网站信息-基本设置(获取)",
  8624. "parameters": [
  8625. {
  8626. "type": "string",
  8627. "description": "验证参数Bearer和token空格拼接",
  8628. "name": "Authorization",
  8629. "in": "header",
  8630. "required": true
  8631. }
  8632. ],
  8633. "responses": {
  8634. "200": {
  8635. "description": "设置列表",
  8636. "schema": {
  8637. "$ref": "#/definitions/setCenter.WebBasicResp"
  8638. }
  8639. },
  8640. "400": {
  8641. "description": "具体错误",
  8642. "schema": {
  8643. "$ref": "#/definitions/md.Response"
  8644. }
  8645. }
  8646. }
  8647. }
  8648. },
  8649. "/api/settCenter/web/setBasic": {
  8650. "post": {
  8651. "description": "基本设置(更新)",
  8652. "consumes": [
  8653. "application/json"
  8654. ],
  8655. "produces": [
  8656. "application/json"
  8657. ],
  8658. "tags": [
  8659. "基础设置"
  8660. ],
  8661. "summary": "基础设置-网站信息-基本设置(更新)",
  8662. "parameters": [
  8663. {
  8664. "type": "string",
  8665. "description": "验证参数Bearer和token空格拼接",
  8666. "name": "Authorization",
  8667. "in": "header",
  8668. "required": true
  8669. },
  8670. {
  8671. "description": "上传需要修改的信息",
  8672. "name": "req",
  8673. "in": "body",
  8674. "required": true,
  8675. "schema": {
  8676. "$ref": "#/definitions/setCenter.WebBasicReq"
  8677. }
  8678. }
  8679. ],
  8680. "responses": {
  8681. "200": {
  8682. "description": "success",
  8683. "schema": {
  8684. "type": "string"
  8685. }
  8686. },
  8687. "400": {
  8688. "description": "具体错误",
  8689. "schema": {
  8690. "$ref": "#/definitions/md.Response"
  8691. }
  8692. }
  8693. }
  8694. }
  8695. },
  8696. "/api/userFeedback/cate/list": {
  8697. "post": {
  8698. "description": "分类列表",
  8699. "consumes": [
  8700. "application/json"
  8701. ],
  8702. "produces": [
  8703. "application/json"
  8704. ],
  8705. "tags": [
  8706. "消息中心"
  8707. ],
  8708. "summary": "反馈列表-分类列表",
  8709. "parameters": [
  8710. {
  8711. "type": "string",
  8712. "description": "验证参数Bearer和token空格拼接",
  8713. "name": "Authorization",
  8714. "in": "header",
  8715. "required": true
  8716. },
  8717. {
  8718. "description": "(分页信息必填)",
  8719. "name": "req",
  8720. "in": "body",
  8721. "required": true,
  8722. "schema": {
  8723. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8724. }
  8725. }
  8726. ],
  8727. "responses": {
  8728. "200": {
  8729. "description": "具体数据",
  8730. "schema": {
  8731. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8732. }
  8733. },
  8734. "400": {
  8735. "description": "具体错误",
  8736. "schema": {
  8737. "$ref": "#/definitions/md.Response"
  8738. }
  8739. }
  8740. }
  8741. }
  8742. },
  8743. "/api/userFeedback/content/change/state": {
  8744. "post": {
  8745. "description": "反馈列表-修改状态",
  8746. "consumes": [
  8747. "application/json"
  8748. ],
  8749. "produces": [
  8750. "application/json"
  8751. ],
  8752. "tags": [
  8753. "消息中心"
  8754. ],
  8755. "summary": "用户反馈-反馈列表-修改状态",
  8756. "parameters": [
  8757. {
  8758. "type": "string",
  8759. "description": "验证参数Bearer和token空格拼接",
  8760. "name": "Authorization",
  8761. "in": "header",
  8762. "required": true
  8763. },
  8764. {
  8765. "description": "(分页信息必填)",
  8766. "name": "req",
  8767. "in": "body",
  8768. "required": true,
  8769. "schema": {
  8770. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8771. }
  8772. }
  8773. ],
  8774. "responses": {
  8775. "200": {
  8776. "description": "具体数据",
  8777. "schema": {
  8778. "type": "string"
  8779. }
  8780. },
  8781. "400": {
  8782. "description": "具体错误",
  8783. "schema": {
  8784. "$ref": "#/definitions/md.Response"
  8785. }
  8786. }
  8787. }
  8788. }
  8789. },
  8790. "/api/userFeedback/content/del": {
  8791. "post": {
  8792. "description": "反馈列表-反馈删除",
  8793. "consumes": [
  8794. "application/json"
  8795. ],
  8796. "produces": [
  8797. "application/json"
  8798. ],
  8799. "tags": [
  8800. "消息中心"
  8801. ],
  8802. "summary": "用户反馈-反馈列表-反馈删除",
  8803. "parameters": [
  8804. {
  8805. "type": "string",
  8806. "description": "验证参数Bearer和token空格拼接",
  8807. "name": "Authorization",
  8808. "in": "header",
  8809. "required": true
  8810. },
  8811. {
  8812. "description": "(分页信息必填)",
  8813. "name": "req",
  8814. "in": "body",
  8815. "required": true,
  8816. "schema": {
  8817. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8818. }
  8819. }
  8820. ],
  8821. "responses": {
  8822. "200": {
  8823. "description": "具体数据",
  8824. "schema": {
  8825. "type": "string"
  8826. }
  8827. },
  8828. "400": {
  8829. "description": "具体错误",
  8830. "schema": {
  8831. "$ref": "#/definitions/md.Response"
  8832. }
  8833. }
  8834. }
  8835. }
  8836. },
  8837. "/api/userFeedback/content/list": {
  8838. "post": {
  8839. "description": "反馈列表",
  8840. "consumes": [
  8841. "application/json"
  8842. ],
  8843. "produces": [
  8844. "application/json"
  8845. ],
  8846. "tags": [
  8847. "消息中心"
  8848. ],
  8849. "summary": "用户反馈-反馈列表",
  8850. "parameters": [
  8851. {
  8852. "type": "string",
  8853. "description": "验证参数Bearer和token空格拼接",
  8854. "name": "Authorization",
  8855. "in": "header",
  8856. "required": true
  8857. },
  8858. {
  8859. "description": "(分页信息必填)",
  8860. "name": "req",
  8861. "in": "body",
  8862. "required": true,
  8863. "schema": {
  8864. "$ref": "#/definitions/md.UserFeedbackListReq"
  8865. }
  8866. }
  8867. ],
  8868. "responses": {
  8869. "200": {
  8870. "description": "具体数据",
  8871. "schema": {
  8872. "$ref": "#/definitions/md.UserFeedbackListResp"
  8873. }
  8874. },
  8875. "400": {
  8876. "description": "具体错误",
  8877. "schema": {
  8878. "$ref": "#/definitions/md.Response"
  8879. }
  8880. }
  8881. }
  8882. }
  8883. },
  8884. "/api/userFeedback/content/record/list": {
  8885. "post": {
  8886. "description": "反馈列表-沟通记录",
  8887. "consumes": [
  8888. "application/json"
  8889. ],
  8890. "produces": [
  8891. "application/json"
  8892. ],
  8893. "tags": [
  8894. "消息中心"
  8895. ],
  8896. "summary": "用户反馈-反馈列表-沟通记录",
  8897. "parameters": [
  8898. {
  8899. "type": "string",
  8900. "description": "验证参数Bearer和token空格拼接",
  8901. "name": "Authorization",
  8902. "in": "header",
  8903. "required": true
  8904. },
  8905. {
  8906. "description": "(分页信息必填)",
  8907. "name": "req",
  8908. "in": "body",
  8909. "required": true,
  8910. "schema": {
  8911. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8912. }
  8913. }
  8914. ],
  8915. "responses": {
  8916. "200": {
  8917. "description": "具体数据",
  8918. "schema": {
  8919. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8920. }
  8921. },
  8922. "400": {
  8923. "description": "具体错误",
  8924. "schema": {
  8925. "$ref": "#/definitions/md.Response"
  8926. }
  8927. }
  8928. }
  8929. }
  8930. },
  8931. "/api/userFeedback/content/say": {
  8932. "post": {
  8933. "description": "反馈列表-沟通发送",
  8934. "consumes": [
  8935. "application/json"
  8936. ],
  8937. "produces": [
  8938. "application/json"
  8939. ],
  8940. "tags": [
  8941. "消息中心"
  8942. ],
  8943. "summary": "用户反馈-反馈列表-沟通发送",
  8944. "parameters": [
  8945. {
  8946. "type": "string",
  8947. "description": "验证参数Bearer和token空格拼接",
  8948. "name": "Authorization",
  8949. "in": "header",
  8950. "required": true
  8951. },
  8952. {
  8953. "description": "(分页信息必填)",
  8954. "name": "req",
  8955. "in": "body",
  8956. "required": true,
  8957. "schema": {
  8958. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8959. }
  8960. }
  8961. ],
  8962. "responses": {
  8963. "200": {
  8964. "description": "具体数据",
  8965. "schema": {
  8966. "type": "string"
  8967. }
  8968. },
  8969. "400": {
  8970. "description": "具体错误",
  8971. "schema": {
  8972. "$ref": "#/definitions/md.Response"
  8973. }
  8974. }
  8975. }
  8976. }
  8977. },
  8978. "/api/userRealName/base": {
  8979. "get": {
  8980. "description": "基本设置-实名认证",
  8981. "consumes": [
  8982. "application/json"
  8983. ],
  8984. "produces": [
  8985. "application/json"
  8986. ],
  8987. "tags": [
  8988. "基本设置"
  8989. ],
  8990. "summary": "基本设置-实名认证-基本配置",
  8991. "parameters": [
  8992. {
  8993. "type": "string",
  8994. "description": "验证参数Bearer和token空格拼接",
  8995. "name": "Authorization",
  8996. "in": "header",
  8997. "required": true
  8998. }
  8999. ],
  9000. "responses": {
  9001. "200": {
  9002. "description": "具体数据",
  9003. "schema": {
  9004. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9005. }
  9006. },
  9007. "400": {
  9008. "description": "具体错误",
  9009. "schema": {
  9010. "$ref": "#/definitions/md.Response"
  9011. }
  9012. }
  9013. }
  9014. }
  9015. },
  9016. "/api/userRealName/base/save": {
  9017. "post": {
  9018. "description": "基本设置-实名认证-基本配置保存",
  9019. "consumes": [
  9020. "application/json"
  9021. ],
  9022. "produces": [
  9023. "application/json"
  9024. ],
  9025. "tags": [
  9026. "基本设置"
  9027. ],
  9028. "summary": "基本设置-实名认证-基本配置保存",
  9029. "parameters": [
  9030. {
  9031. "type": "string",
  9032. "description": "验证参数Bearer和token空格拼接",
  9033. "name": "Authorization",
  9034. "in": "header",
  9035. "required": true
  9036. },
  9037. {
  9038. "description": "(分页信息必填)",
  9039. "name": "req",
  9040. "in": "body",
  9041. "required": true,
  9042. "schema": {
  9043. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9044. }
  9045. }
  9046. ],
  9047. "responses": {
  9048. "200": {
  9049. "description": "具体数据",
  9050. "schema": {
  9051. "type": "string"
  9052. }
  9053. },
  9054. "400": {
  9055. "description": "具体错误",
  9056. "schema": {
  9057. "$ref": "#/definitions/md.Response"
  9058. }
  9059. }
  9060. }
  9061. }
  9062. },
  9063. "/api/userRealName/list": {
  9064. "post": {
  9065. "description": "基本设置-实名认证列表",
  9066. "consumes": [
  9067. "application/json"
  9068. ],
  9069. "produces": [
  9070. "application/json"
  9071. ],
  9072. "tags": [
  9073. "基本设置"
  9074. ],
  9075. "summary": "基本设置-实名认证列表",
  9076. "parameters": [
  9077. {
  9078. "type": "string",
  9079. "description": "验证参数Bearer和token空格拼接",
  9080. "name": "Authorization",
  9081. "in": "header",
  9082. "required": true
  9083. },
  9084. {
  9085. "description": "(分页信息必填)",
  9086. "name": "req",
  9087. "in": "body",
  9088. "required": true,
  9089. "schema": {
  9090. "$ref": "#/definitions/md.UserRealNameReq"
  9091. }
  9092. }
  9093. ],
  9094. "responses": {
  9095. "200": {
  9096. "description": "具体数据",
  9097. "schema": {
  9098. "$ref": "#/definitions/md.UserRealNameResp"
  9099. }
  9100. },
  9101. "400": {
  9102. "description": "具体错误",
  9103. "schema": {
  9104. "$ref": "#/definitions/md.Response"
  9105. }
  9106. }
  9107. }
  9108. }
  9109. },
  9110. "/api/userRealName/save": {
  9111. "post": {
  9112. "description": "基本设置-修改认证状态",
  9113. "consumes": [
  9114. "application/json"
  9115. ],
  9116. "produces": [
  9117. "application/json"
  9118. ],
  9119. "tags": [
  9120. "基本设置"
  9121. ],
  9122. "summary": "基本设置-实名认证-修改认证状态",
  9123. "parameters": [
  9124. {
  9125. "type": "string",
  9126. "description": "验证参数Bearer和token空格拼接",
  9127. "name": "Authorization",
  9128. "in": "header",
  9129. "required": true
  9130. },
  9131. {
  9132. "description": "(分页信息必填)",
  9133. "name": "req",
  9134. "in": "body",
  9135. "required": true,
  9136. "schema": {
  9137. "$ref": "#/definitions/md.UserRealNameSaveReq"
  9138. }
  9139. }
  9140. ],
  9141. "responses": {
  9142. "200": {
  9143. "description": "具体数据",
  9144. "schema": {
  9145. "type": "string"
  9146. }
  9147. },
  9148. "400": {
  9149. "description": "具体错误",
  9150. "schema": {
  9151. "$ref": "#/definitions/md.Response"
  9152. }
  9153. }
  9154. }
  9155. }
  9156. },
  9157. "/api/user_feedback/cate/del": {
  9158. "post": {
  9159. "description": "分类列表-分类删除",
  9160. "consumes": [
  9161. "application/json"
  9162. ],
  9163. "produces": [
  9164. "application/json"
  9165. ],
  9166. "tags": [
  9167. "消息中心"
  9168. ],
  9169. "summary": "反馈列表-分类列表-分类删除",
  9170. "parameters": [
  9171. {
  9172. "type": "string",
  9173. "description": "验证参数Bearer和token空格拼接",
  9174. "name": "Authorization",
  9175. "in": "header",
  9176. "required": true
  9177. },
  9178. {
  9179. "description": "(分页信息必填)",
  9180. "name": "req",
  9181. "in": "body",
  9182. "required": true,
  9183. "schema": {
  9184. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  9185. }
  9186. }
  9187. ],
  9188. "responses": {
  9189. "200": {
  9190. "description": "具体数据",
  9191. "schema": {
  9192. "type": "string"
  9193. }
  9194. },
  9195. "400": {
  9196. "description": "具体错误",
  9197. "schema": {
  9198. "$ref": "#/definitions/md.Response"
  9199. }
  9200. }
  9201. }
  9202. }
  9203. },
  9204. "/api/user_feedback/cate/save": {
  9205. "post": {
  9206. "description": "分类列表-分类保存",
  9207. "consumes": [
  9208. "application/json"
  9209. ],
  9210. "produces": [
  9211. "application/json"
  9212. ],
  9213. "tags": [
  9214. "消息中心"
  9215. ],
  9216. "summary": "反馈列表-分类列表-分类保存",
  9217. "parameters": [
  9218. {
  9219. "type": "string",
  9220. "description": "验证参数Bearer和token空格拼接",
  9221. "name": "Authorization",
  9222. "in": "header",
  9223. "required": true
  9224. },
  9225. {
  9226. "description": "(分页信息必填)",
  9227. "name": "req",
  9228. "in": "body",
  9229. "required": true,
  9230. "schema": {
  9231. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9232. }
  9233. }
  9234. ],
  9235. "responses": {
  9236. "200": {
  9237. "description": "具体数据",
  9238. "schema": {
  9239. "type": "string"
  9240. }
  9241. },
  9242. "400": {
  9243. "description": "具体错误",
  9244. "schema": {
  9245. "$ref": "#/definitions/md.Response"
  9246. }
  9247. }
  9248. }
  9249. }
  9250. },
  9251. "/api/website/certificate": {
  9252. "post": {
  9253. "description": "证书查询",
  9254. "consumes": [
  9255. "application/json"
  9256. ],
  9257. "produces": [
  9258. "application/json"
  9259. ],
  9260. "tags": [
  9261. "官网"
  9262. ],
  9263. "summary": "证书查询",
  9264. "parameters": [
  9265. {
  9266. "type": "string",
  9267. "description": "验证参数Bearer和token空格拼接",
  9268. "name": "Authorization",
  9269. "in": "header",
  9270. "required": true
  9271. },
  9272. {
  9273. "description": "(分页信息必填)",
  9274. "name": "req",
  9275. "in": "body",
  9276. "required": true,
  9277. "schema": {
  9278. "$ref": "#/definitions/md.CertificateReq"
  9279. }
  9280. }
  9281. ],
  9282. "responses": {
  9283. "200": {
  9284. "description": "具体数据",
  9285. "schema": {
  9286. "$ref": "#/definitions/md.CertificateResp"
  9287. }
  9288. },
  9289. "400": {
  9290. "description": "具体错误",
  9291. "schema": {
  9292. "$ref": "#/definitions/md.Response"
  9293. }
  9294. }
  9295. }
  9296. }
  9297. },
  9298. "/api/website/getModuleSetting": {
  9299. "get": {
  9300. "description": "页面样式",
  9301. "consumes": [
  9302. "application/json"
  9303. ],
  9304. "produces": [
  9305. "application/json"
  9306. ],
  9307. "tags": [
  9308. "官网"
  9309. ],
  9310. "summary": "页面样式",
  9311. "parameters": [
  9312. {
  9313. "type": "string",
  9314. "description": "验证参数Bearer和token空格拼接",
  9315. "name": "Authorization",
  9316. "in": "header",
  9317. "required": true
  9318. },
  9319. {
  9320. "type": "string",
  9321. "description": "页面名称类型值(15:官网 联系我们)",
  9322. "name": "mod_name_value",
  9323. "in": "query",
  9324. "required": true
  9325. }
  9326. ],
  9327. "responses": {
  9328. "200": {
  9329. "description": "具体数据",
  9330. "schema": {
  9331. "$ref": "#/definitions/md.GetModuleSettingResp"
  9332. }
  9333. },
  9334. "400": {
  9335. "description": "具体错误",
  9336. "schema": {
  9337. "$ref": "#/definitions/md.Response"
  9338. }
  9339. }
  9340. }
  9341. }
  9342. },
  9343. "/api/website/info": {
  9344. "get": {
  9345. "description": "官网-基本信息",
  9346. "consumes": [
  9347. "application/json"
  9348. ],
  9349. "produces": [
  9350. "application/json"
  9351. ],
  9352. "tags": [
  9353. "官网"
  9354. ],
  9355. "summary": "官网-基本信息",
  9356. "parameters": [
  9357. {
  9358. "type": "string",
  9359. "description": "验证参数Bearer和token空格拼接",
  9360. "name": "Authorization",
  9361. "in": "header",
  9362. "required": true
  9363. }
  9364. ],
  9365. "responses": {
  9366. "200": {
  9367. "description": "具体数据",
  9368. "schema": {
  9369. "$ref": "#/definitions/md.WebsiteInfoResp"
  9370. }
  9371. },
  9372. "400": {
  9373. "description": "具体错误",
  9374. "schema": {
  9375. "$ref": "#/definitions/md.Response"
  9376. }
  9377. }
  9378. }
  9379. }
  9380. }
  9381. },
  9382. "definitions": {
  9383. "applet_app_md.Paginate": {
  9384. "type": "object",
  9385. "properties": {
  9386. "limit": {
  9387. "description": "每页大小",
  9388. "type": "integer"
  9389. },
  9390. "page": {
  9391. "description": "页数",
  9392. "type": "integer"
  9393. },
  9394. "total": {
  9395. "description": "总数据量",
  9396. "type": "integer"
  9397. }
  9398. }
  9399. },
  9400. "applet_app_md_financial_center.Paginate": {
  9401. "type": "object",
  9402. "properties": {
  9403. "limit": {
  9404. "description": "每页大小",
  9405. "type": "integer"
  9406. },
  9407. "page": {
  9408. "description": "页数",
  9409. "type": "integer"
  9410. },
  9411. "total": {
  9412. "description": "总数据量",
  9413. "type": "integer"
  9414. }
  9415. }
  9416. },
  9417. "applet_app_md_financial_center.TagNode": {
  9418. "type": "object",
  9419. "properties": {
  9420. "tag_id": {
  9421. "type": "integer"
  9422. },
  9423. "tag_name": {
  9424. "type": "string"
  9425. }
  9426. }
  9427. },
  9428. "applet_app_md_friend_circle.Paginate": {
  9429. "type": "object",
  9430. "properties": {
  9431. "limit": {
  9432. "description": "每页大小",
  9433. "type": "integer"
  9434. },
  9435. "page": {
  9436. "description": "页数",
  9437. "type": "integer"
  9438. },
  9439. "total": {
  9440. "description": "总数据量",
  9441. "type": "integer"
  9442. }
  9443. }
  9444. },
  9445. "applet_app_md_im.GetBasicResp": {
  9446. "type": "object",
  9447. "properties": {
  9448. "chat_sensitive_words": {
  9449. "type": "string",
  9450. "example": "聊天敏感词"
  9451. },
  9452. "is_allow_add_friends": {
  9453. "type": "string",
  9454. "example": "是否允许加好友"
  9455. },
  9456. "is_auto_add_friends": {
  9457. "type": "string",
  9458. "example": "是否自动加好友"
  9459. },
  9460. "prohibit_add_group_members": {
  9461. "type": "string",
  9462. "example": "是否禁止添加群成员"
  9463. },
  9464. "prohibit_remove_group_members": {
  9465. "type": "string",
  9466. "example": "是否禁止移出群成员"
  9467. },
  9468. "prohibit_update_group_name": {
  9469. "type": "string",
  9470. "example": "是否禁止修改群名称"
  9471. }
  9472. }
  9473. },
  9474. "applet_app_md_im.SetBasicReq": {
  9475. "type": "object",
  9476. "properties": {
  9477. "chat_sensitive_words": {
  9478. "type": "string",
  9479. "example": "聊天敏感词"
  9480. },
  9481. "is_allow_add_friends": {
  9482. "type": "string",
  9483. "example": "是否允许加好友"
  9484. },
  9485. "is_auto_add_friends": {
  9486. "type": "string",
  9487. "example": "是否自动加好友"
  9488. },
  9489. "prohibit_add_group_members": {
  9490. "type": "string",
  9491. "example": "是否禁止添加群成员"
  9492. },
  9493. "prohibit_remove_group_members": {
  9494. "type": "string",
  9495. "example": "是否禁止移出群成员"
  9496. },
  9497. "prohibit_update_group_name": {
  9498. "type": "string",
  9499. "example": "是否禁止修改群名称"
  9500. }
  9501. }
  9502. },
  9503. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9504. "type": "object",
  9505. "properties": {
  9506. "direct_push_reward": {
  9507. "description": "直推奖励",
  9508. "allOf": [
  9509. {
  9510. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9511. }
  9512. ]
  9513. },
  9514. "is_open": {
  9515. "description": "是否开启(1:开启 0:关闭)",
  9516. "type": "integer"
  9517. },
  9518. "person_egg_energy_coin_id": {
  9519. "description": "个人蛋蛋能量对应虚拟币 id",
  9520. "type": "integer"
  9521. },
  9522. "person_egg_points_coin_id": {
  9523. "description": "个人蛋蛋积分对应虚拟币 id",
  9524. "type": "integer"
  9525. },
  9526. "team_egg_energy_coin_id": {
  9527. "description": "团队蛋蛋能量对应虚拟币 id",
  9528. "type": "integer"
  9529. },
  9530. "team_egg_points_coin_id": {
  9531. "description": "团队蛋蛋积分对应虚拟币 id",
  9532. "type": "integer"
  9533. }
  9534. }
  9535. },
  9536. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9537. "type": "object",
  9538. "properties": {
  9539. "limit": {
  9540. "description": "每页大小",
  9541. "type": "integer"
  9542. },
  9543. "page": {
  9544. "description": "页数",
  9545. "type": "integer"
  9546. },
  9547. "total": {
  9548. "description": "总数据量",
  9549. "type": "integer"
  9550. }
  9551. }
  9552. },
  9553. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9554. "type": "object",
  9555. "properties": {
  9556. "id": {
  9557. "type": "integer"
  9558. },
  9559. "is_open": {
  9560. "description": "是否开启(1:开启 0:关闭)",
  9561. "type": "integer"
  9562. },
  9563. "is_self_active_get_team_revenue": {
  9564. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9565. "type": "integer"
  9566. },
  9567. "originator_uid": {
  9568. "description": "创始人uid",
  9569. "type": "integer"
  9570. },
  9571. "several_rows": {
  9572. "description": "几排",
  9573. "type": "integer"
  9574. },
  9575. "several_times": {
  9576. "description": "几乘",
  9577. "type": "integer"
  9578. },
  9579. "system_punish_replace": {
  9580. "description": "是否位置滑落 被新用户替换 0否 1是",
  9581. "type": "integer"
  9582. },
  9583. "system_punish_replace_value": {
  9584. "description": "xx天未活跃,处罚滑落",
  9585. "type": "integer"
  9586. }
  9587. }
  9588. },
  9589. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9590. "type": "object",
  9591. "properties": {
  9592. "limit": {
  9593. "description": "每页大小",
  9594. "type": "integer"
  9595. },
  9596. "page": {
  9597. "description": "页数",
  9598. "type": "integer"
  9599. },
  9600. "total": {
  9601. "description": "总数据量",
  9602. "type": "integer"
  9603. }
  9604. }
  9605. },
  9606. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9607. "type": "object",
  9608. "properties": {
  9609. "limit": {
  9610. "type": "integer"
  9611. },
  9612. "page": {
  9613. "type": "integer"
  9614. },
  9615. "total": {
  9616. "type": "integer"
  9617. }
  9618. }
  9619. },
  9620. "applet_app_md_member_center.Paginate": {
  9621. "type": "object",
  9622. "properties": {
  9623. "limit": {
  9624. "description": "每页大小",
  9625. "type": "integer"
  9626. },
  9627. "page": {
  9628. "description": "页数",
  9629. "type": "integer"
  9630. },
  9631. "total": {
  9632. "description": "总数据量",
  9633. "type": "integer"
  9634. }
  9635. }
  9636. },
  9637. "applet_app_md_member_center.TagNode": {
  9638. "type": "object",
  9639. "properties": {
  9640. "tag_id": {
  9641. "description": "标签 ID",
  9642. "type": "integer"
  9643. },
  9644. "tag_name": {
  9645. "description": "标签名称",
  9646. "type": "string"
  9647. }
  9648. }
  9649. },
  9650. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9651. "type": "object",
  9652. "properties": {
  9653. "oss_access_key_id": {
  9654. "type": "string",
  9655. "example": "oss访问秘钥id"
  9656. },
  9657. "oss_access_key_secret": {
  9658. "type": "string",
  9659. "example": "oss访问秘钥"
  9660. },
  9661. "oss_assume_arn": {
  9662. "type": "string",
  9663. "example": "oss RAM角色ARN"
  9664. },
  9665. "oss_assume_role_access_key_id": {
  9666. "type": "string",
  9667. "example": "oss RAM角色访问秘钥id"
  9668. },
  9669. "oss_assume_role_access_key_secret": {
  9670. "type": "string",
  9671. "example": "oss RAM角色访问秘钥"
  9672. },
  9673. "oss_bucket_name": {
  9674. "type": "string",
  9675. "example": "oss存储桶名称"
  9676. },
  9677. "oss_bucket_scheme": {
  9678. "type": "string",
  9679. "example": "oss上传方式"
  9680. },
  9681. "oss_endpoint": {
  9682. "type": "string",
  9683. "example": "oss地域节点"
  9684. },
  9685. "oss_object_domain": {
  9686. "type": "string",
  9687. "example": "oss域名"
  9688. },
  9689. "oss_option": {
  9690. "type": "string",
  9691. "example": "oss上传文件类型选项,以逗号分割"
  9692. }
  9693. }
  9694. },
  9695. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9696. "type": "object",
  9697. "properties": {
  9698. "oss_access_key_id": {
  9699. "type": "string",
  9700. "example": "oss访问秘钥id"
  9701. },
  9702. "oss_access_key_secret": {
  9703. "type": "string",
  9704. "example": "oss访问秘钥"
  9705. },
  9706. "oss_assume_arn": {
  9707. "type": "string",
  9708. "example": "oss RAM角色ARN"
  9709. },
  9710. "oss_assume_role_access_key_id": {
  9711. "type": "string",
  9712. "example": "oss RAM角色访问秘钥id"
  9713. },
  9714. "oss_assume_role_access_key_secret": {
  9715. "type": "string",
  9716. "example": "oss RAM角色访问秘钥"
  9717. },
  9718. "oss_bucket_name": {
  9719. "type": "string",
  9720. "example": "oss存储桶名称"
  9721. },
  9722. "oss_bucket_scheme": {
  9723. "type": "string",
  9724. "example": "oss上传方式"
  9725. },
  9726. "oss_endpoint": {
  9727. "type": "string",
  9728. "example": "oss地域节点"
  9729. },
  9730. "oss_object_domain": {
  9731. "type": "string",
  9732. "example": "oss域名"
  9733. },
  9734. "oss_option": {
  9735. "type": "string",
  9736. "example": "oss上传文件类型选项,以逗号分割"
  9737. }
  9738. }
  9739. },
  9740. "client.AssumeRoleResponseBodyCredentials": {
  9741. "type": "object",
  9742. "properties": {
  9743. "AccessKeyId": {
  9744. "description": "The AccessKey ID.",
  9745. "type": "string"
  9746. },
  9747. "AccessKeySecret": {
  9748. "description": "The AccessKey secret.",
  9749. "type": "string"
  9750. },
  9751. "Expiration": {
  9752. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9753. "type": "string"
  9754. },
  9755. "SecurityToken": {
  9756. "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.",
  9757. "type": "string"
  9758. }
  9759. }
  9760. },
  9761. "comm.GetAdminInfoResp": {
  9762. "type": "object",
  9763. "properties": {
  9764. "adm_id": {
  9765. "description": "管理员id",
  9766. "type": "integer"
  9767. },
  9768. "is_super_administrator": {
  9769. "description": "是否为超级管理员(0:否 1:是)",
  9770. "type": "integer"
  9771. },
  9772. "memo": {
  9773. "description": "备注信息",
  9774. "type": "string"
  9775. },
  9776. "state": {
  9777. "description": "状态(1:正常 2:冻结)",
  9778. "type": "integer"
  9779. },
  9780. "username": {
  9781. "description": "用户名",
  9782. "type": "string"
  9783. }
  9784. }
  9785. },
  9786. "comm.GetSTSVoucherResp": {
  9787. "type": "object",
  9788. "properties": {
  9789. "bucket": {
  9790. "description": "oss 桶名称",
  9791. "type": "string"
  9792. },
  9793. "region": {
  9794. "description": "所在地域",
  9795. "type": "string"
  9796. },
  9797. "sts_token": {
  9798. "description": "STS 凭证",
  9799. "allOf": [
  9800. {
  9801. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  9802. }
  9803. ]
  9804. }
  9805. }
  9806. },
  9807. "comm.ImgReqUploadReq": {
  9808. "type": "object",
  9809. "required": [
  9810. "content_type",
  9811. "file_name"
  9812. ],
  9813. "properties": {
  9814. "content_type": {
  9815. "type": "string",
  9816. "example": "image/jpeg"
  9817. },
  9818. "file_name": {
  9819. "type": "string",
  9820. "example": "文件名"
  9821. }
  9822. }
  9823. },
  9824. "hdl.GetActiveDataResp": {
  9825. "type": "object",
  9826. "properties": {
  9827. "today": {
  9828. "description": "今日数据",
  9829. "allOf": [
  9830. {
  9831. "$ref": "#/definitions/model.PlatformActiveData"
  9832. }
  9833. ]
  9834. },
  9835. "yesterday": {
  9836. "description": "昨日数据",
  9837. "allOf": [
  9838. {
  9839. "$ref": "#/definitions/model.PlatformActiveData"
  9840. }
  9841. ]
  9842. }
  9843. }
  9844. },
  9845. "hdl.TotalDataResp": {
  9846. "type": "object",
  9847. "properties": {
  9848. "month": {
  9849. "description": "月份",
  9850. "type": "string"
  9851. },
  9852. "no_sign_in_user_count": {
  9853. "description": "未签到用户数",
  9854. "type": "integer"
  9855. },
  9856. "total_user_count": {
  9857. "description": "平台总用户数",
  9858. "type": "integer"
  9859. },
  9860. "total_withdraw_amount": {
  9861. "description": "已提现累计金额",
  9862. "type": "string"
  9863. },
  9864. "verified_user_count": {
  9865. "description": "已认证用户数",
  9866. "type": "integer"
  9867. },
  9868. "year": {
  9869. "description": "年份",
  9870. "type": "string"
  9871. }
  9872. }
  9873. },
  9874. "md.ActivePointsWalletNode": {
  9875. "type": "object",
  9876. "properties": {
  9877. "amount": {
  9878. "type": "string",
  9879. "example": "账户余额"
  9880. },
  9881. "uid": {
  9882. "description": "用户 ID",
  9883. "type": "integer"
  9884. },
  9885. "user_name": {
  9886. "type": "string",
  9887. "example": "用户名"
  9888. },
  9889. "user_phone": {
  9890. "type": "string",
  9891. "example": "手机号"
  9892. }
  9893. }
  9894. },
  9895. "md.AddAdminReq": {
  9896. "type": "object",
  9897. "required": [
  9898. "password",
  9899. "username"
  9900. ],
  9901. "properties": {
  9902. "memo": {
  9903. "type": "string"
  9904. },
  9905. "password": {
  9906. "type": "string"
  9907. },
  9908. "username": {
  9909. "type": "string"
  9910. }
  9911. }
  9912. },
  9913. "md.AddBlackListReq": {
  9914. "type": "object",
  9915. "properties": {
  9916. "memo": {
  9917. "description": "备注",
  9918. "type": "string"
  9919. },
  9920. "uid": {
  9921. "description": "用户 id",
  9922. "type": "integer"
  9923. }
  9924. }
  9925. },
  9926. "md.AddCommunityDividendsReq": {
  9927. "type": "object",
  9928. "properties": {
  9929. "amount": {
  9930. "description": "社区分红数量",
  9931. "type": "string"
  9932. },
  9933. "name": {
  9934. "type": "string",
  9935. "example": "社区分红名称"
  9936. }
  9937. }
  9938. },
  9939. "md.AddCommunityDividendsWithUserReq": {
  9940. "type": "object",
  9941. "properties": {
  9942. "memo": {
  9943. "type": "string",
  9944. "example": "备注"
  9945. },
  9946. "uid": {
  9947. "description": "新增社区长用户 ID",
  9948. "type": "integer"
  9949. }
  9950. }
  9951. },
  9952. "md.AddCustomerServiceReq": {
  9953. "type": "object",
  9954. "properties": {
  9955. "memo": {
  9956. "description": "备注",
  9957. "type": "string",
  9958. "example": "备注"
  9959. },
  9960. "phone": {
  9961. "type": "string",
  9962. "example": "手机号"
  9963. },
  9964. "weight": {
  9965. "description": "权重",
  9966. "type": "integer"
  9967. }
  9968. }
  9969. },
  9970. "md.AddEmoticonReq": {
  9971. "type": "object",
  9972. "properties": {
  9973. "img_url": {
  9974. "type": "string",
  9975. "example": "图片地址"
  9976. },
  9977. "memo": {
  9978. "description": "备注",
  9979. "type": "string",
  9980. "example": "备注"
  9981. },
  9982. "name": {
  9983. "type": "string",
  9984. "example": "名称"
  9985. },
  9986. "sort": {
  9987. "description": "排序",
  9988. "type": "integer"
  9989. }
  9990. }
  9991. },
  9992. "md.AddFreePublishUserReq": {
  9993. "type": "object",
  9994. "properties": {
  9995. "uid": {
  9996. "type": "integer"
  9997. }
  9998. }
  9999. },
  10000. "md.AddFundDataReq": {
  10001. "type": "object",
  10002. "properties": {
  10003. "frequency": {
  10004. "description": "频率(分钟)",
  10005. "type": "integer"
  10006. },
  10007. "hours": {
  10008. "description": "时长(小时)",
  10009. "type": "integer"
  10010. },
  10011. "kind": {
  10012. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  10013. "type": "integer"
  10014. },
  10015. "memo": {
  10016. "type": "string",
  10017. "example": "备注"
  10018. },
  10019. "total_amount": {
  10020. "description": "金额",
  10021. "type": "string"
  10022. }
  10023. }
  10024. },
  10025. "md.AddLevelReq": {
  10026. "type": "object",
  10027. "properties": {
  10028. "auto_update": {
  10029. "description": "自动升级 0关闭 1开启",
  10030. "type": "string"
  10031. },
  10032. "choosable_num": {
  10033. "description": "可选任务数量",
  10034. "type": "string"
  10035. },
  10036. "is_use": {
  10037. "description": "是否开启(0.否, 1.是)",
  10038. "type": "string"
  10039. },
  10040. "level_name": {
  10041. "description": "等级名称",
  10042. "type": "string"
  10043. },
  10044. "level_weight": {
  10045. "description": "等级权重",
  10046. "type": "string"
  10047. },
  10048. "memo": {
  10049. "description": "备注",
  10050. "type": "string"
  10051. },
  10052. "user_level_tasks": {
  10053. "description": "需要新增的任务",
  10054. "type": "array",
  10055. "items": {
  10056. "$ref": "#/definitions/md.LevelTaskNode"
  10057. }
  10058. }
  10059. }
  10060. },
  10061. "md.AddPlatformRevenueReq": {
  10062. "type": "object",
  10063. "properties": {
  10064. "frequency": {
  10065. "description": "频率(分钟)",
  10066. "type": "integer"
  10067. },
  10068. "hours": {
  10069. "description": "时长(小时)",
  10070. "type": "integer"
  10071. },
  10072. "kind": {
  10073. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10074. "type": "integer"
  10075. },
  10076. "memo": {
  10077. "type": "string",
  10078. "example": "备注"
  10079. },
  10080. "total_amount": {
  10081. "description": "金额",
  10082. "type": "string"
  10083. }
  10084. }
  10085. },
  10086. "md.AddRoleReq": {
  10087. "type": "object",
  10088. "required": [
  10089. "memo",
  10090. "name"
  10091. ],
  10092. "properties": {
  10093. "memo": {
  10094. "type": "string"
  10095. },
  10096. "name": {
  10097. "type": "string"
  10098. }
  10099. }
  10100. },
  10101. "md.AddTagReq": {
  10102. "type": "object",
  10103. "properties": {
  10104. "is_punish": {
  10105. "description": "是否为处罚标签(0:否 1:是)",
  10106. "type": "integer"
  10107. },
  10108. "memo": {
  10109. "description": "备注",
  10110. "type": "string"
  10111. },
  10112. "name": {
  10113. "description": "标签名称",
  10114. "type": "string"
  10115. }
  10116. }
  10117. },
  10118. "md.AddVirtualCoinNode": {
  10119. "type": "object",
  10120. "properties": {
  10121. "exchange_ratio": {
  10122. "description": "兑换比例(与金额)",
  10123. "type": "string"
  10124. },
  10125. "is_use": {
  10126. "description": "是否开启:0否 1是",
  10127. "type": "integer"
  10128. },
  10129. "name": {
  10130. "description": "名称",
  10131. "type": "string"
  10132. }
  10133. }
  10134. },
  10135. "md.AdminListReq": {
  10136. "type": "object",
  10137. "properties": {
  10138. "limit": {
  10139. "type": "integer"
  10140. },
  10141. "page": {
  10142. "type": "integer"
  10143. },
  10144. "state": {
  10145. "type": "integer"
  10146. },
  10147. "username": {
  10148. "type": "string"
  10149. }
  10150. }
  10151. },
  10152. "md.AdminLogList": {
  10153. "type": "object",
  10154. "properties": {
  10155. "admin_id": {
  10156. "type": "string"
  10157. },
  10158. "id": {
  10159. "type": "string"
  10160. },
  10161. "ip": {
  10162. "type": "string"
  10163. },
  10164. "memo": {
  10165. "type": "string"
  10166. },
  10167. "phone": {
  10168. "type": "string"
  10169. },
  10170. "time": {
  10171. "type": "string"
  10172. },
  10173. "type": {
  10174. "type": "string"
  10175. }
  10176. }
  10177. },
  10178. "md.AdminLogListReq": {
  10179. "type": "object",
  10180. "properties": {
  10181. "end_time": {
  10182. "type": "string"
  10183. },
  10184. "limit": {
  10185. "description": "每页大小",
  10186. "type": "string"
  10187. },
  10188. "memo": {
  10189. "type": "string"
  10190. },
  10191. "page": {
  10192. "description": "页数",
  10193. "type": "string"
  10194. },
  10195. "start_time": {
  10196. "type": "string"
  10197. },
  10198. "type": {
  10199. "type": "string"
  10200. }
  10201. }
  10202. },
  10203. "md.AdminLogListResp": {
  10204. "type": "object",
  10205. "properties": {
  10206. "list": {
  10207. "type": "array",
  10208. "items": {
  10209. "$ref": "#/definitions/md.AdminLogList"
  10210. }
  10211. },
  10212. "total": {
  10213. "type": "integer"
  10214. },
  10215. "type_list": {
  10216. "type": "array",
  10217. "items": {
  10218. "type": "object",
  10219. "additionalProperties": true
  10220. }
  10221. }
  10222. }
  10223. },
  10224. "md.AdvertisingBase": {
  10225. "type": "object",
  10226. "properties": {
  10227. "android_ad_is_open": {
  10228. "type": "string",
  10229. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10230. },
  10231. "android_open_ad_is_open": {
  10232. "type": "string",
  10233. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10234. },
  10235. "info": {
  10236. "type": "string",
  10237. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10238. },
  10239. "ios_ad_is_open": {
  10240. "type": "string",
  10241. "example": "ios广告是否开启(1:开启 0:不开启)"
  10242. },
  10243. "ios_open_ad_is_open": {
  10244. "type": "string",
  10245. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10246. },
  10247. "voice": {
  10248. "type": "string",
  10249. "example": "领取奖励声音"
  10250. },
  10251. "voice_url": {
  10252. "type": "string"
  10253. }
  10254. }
  10255. },
  10256. "md.AdvertisingBaseResp": {
  10257. "type": "object",
  10258. "properties": {
  10259. "advertising_base": {
  10260. "$ref": "#/definitions/md.AdvertisingBase"
  10261. },
  10262. "select_data": {
  10263. "type": "array",
  10264. "items": {
  10265. "type": "object",
  10266. "additionalProperties": {
  10267. "type": "string"
  10268. }
  10269. }
  10270. }
  10271. }
  10272. },
  10273. "md.AdvertisingDelReq": {
  10274. "type": "object",
  10275. "properties": {
  10276. "id": {
  10277. "type": "array",
  10278. "items": {
  10279. "type": "string"
  10280. }
  10281. }
  10282. }
  10283. },
  10284. "md.AdvertisingFunctionList": {
  10285. "type": "object",
  10286. "properties": {
  10287. "ad_id": {
  10288. "type": "string",
  10289. "example": "广告id"
  10290. },
  10291. "id": {
  10292. "type": "string"
  10293. },
  10294. "type": {
  10295. "type": "string",
  10296. "example": "类型"
  10297. }
  10298. }
  10299. },
  10300. "md.AdvertisingFunctionListReq": {
  10301. "type": "object",
  10302. "properties": {
  10303. "limit": {
  10304. "type": "string"
  10305. },
  10306. "page": {
  10307. "type": "string"
  10308. }
  10309. }
  10310. },
  10311. "md.AdvertisingFunctionListResp": {
  10312. "type": "object",
  10313. "properties": {
  10314. "adv_data": {
  10315. "type": "array",
  10316. "items": {
  10317. "type": "object",
  10318. "additionalProperties": {
  10319. "type": "string"
  10320. }
  10321. }
  10322. },
  10323. "list": {
  10324. "type": "array",
  10325. "items": {
  10326. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10327. }
  10328. },
  10329. "select_data": {
  10330. "type": "array",
  10331. "items": {
  10332. "type": "object",
  10333. "additionalProperties": {
  10334. "type": "string"
  10335. }
  10336. }
  10337. },
  10338. "total": {
  10339. "type": "integer"
  10340. }
  10341. }
  10342. },
  10343. "md.AdvertisingLimit": {
  10344. "type": "object",
  10345. "properties": {
  10346. "imei_num": {
  10347. "type": "string",
  10348. "example": "设备数量"
  10349. },
  10350. "minute": {
  10351. "type": "string",
  10352. "example": "分钟"
  10353. },
  10354. "public_img": {
  10355. "type": "string",
  10356. "example": "公共弹窗图"
  10357. },
  10358. "public_img_url": {
  10359. "type": "string",
  10360. "example": "公共弹窗图"
  10361. },
  10362. "public_str": {
  10363. "type": "string",
  10364. "example": "公共弹窗文字"
  10365. },
  10366. "tip": {
  10367. "type": "string",
  10368. "example": "限制提示"
  10369. },
  10370. "withdraw_img": {
  10371. "type": "string",
  10372. "example": "提现弹窗图"
  10373. },
  10374. "withdraw_img_url": {
  10375. "type": "string",
  10376. "example": "提现弹窗图"
  10377. },
  10378. "withdraw_str": {
  10379. "type": "string",
  10380. "example": "提现弹窗文字"
  10381. }
  10382. }
  10383. },
  10384. "md.AdvertisingList": {
  10385. "type": "object",
  10386. "properties": {
  10387. "counting_down": {
  10388. "type": "string",
  10389. "example": "倒计时 单位秒"
  10390. },
  10391. "id": {
  10392. "type": "string"
  10393. },
  10394. "info": {
  10395. "type": "string",
  10396. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10397. },
  10398. "kind": {
  10399. "type": "string",
  10400. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10401. },
  10402. "name": {
  10403. "type": "string",
  10404. "example": "名称"
  10405. }
  10406. }
  10407. },
  10408. "md.AdvertisingListReq": {
  10409. "type": "object",
  10410. "properties": {
  10411. "kind": {
  10412. "type": "string"
  10413. },
  10414. "limit": {
  10415. "type": "string"
  10416. },
  10417. "name": {
  10418. "type": "string"
  10419. },
  10420. "page": {
  10421. "type": "string"
  10422. }
  10423. }
  10424. },
  10425. "md.AdvertisingListResp": {
  10426. "type": "object",
  10427. "properties": {
  10428. "adv_data": {
  10429. "type": "array",
  10430. "items": {
  10431. "type": "object",
  10432. "additionalProperties": {
  10433. "type": "string"
  10434. }
  10435. }
  10436. },
  10437. "list": {
  10438. "type": "array",
  10439. "items": {
  10440. "$ref": "#/definitions/md.AdvertisingList"
  10441. }
  10442. },
  10443. "select_data": {
  10444. "type": "array",
  10445. "items": {
  10446. "type": "object",
  10447. "additionalProperties": {
  10448. "type": "string"
  10449. }
  10450. }
  10451. },
  10452. "total": {
  10453. "type": "integer"
  10454. }
  10455. }
  10456. },
  10457. "md.AdvertisingSaveReq": {
  10458. "type": "object",
  10459. "properties": {
  10460. "counting_down": {
  10461. "type": "string",
  10462. "example": "倒计时 单位秒"
  10463. },
  10464. "id": {
  10465. "type": "string"
  10466. },
  10467. "info": {
  10468. "type": "string",
  10469. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10470. },
  10471. "kind": {
  10472. "type": "string",
  10473. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10474. },
  10475. "name": {
  10476. "type": "string",
  10477. "example": "名称"
  10478. }
  10479. }
  10480. },
  10481. "md.AdvertisingVisitList": {
  10482. "type": "object",
  10483. "properties": {
  10484. "ecpm": {
  10485. "type": "string",
  10486. "example": "ecpm"
  10487. },
  10488. "id": {
  10489. "type": "string"
  10490. },
  10491. "integral": {
  10492. "type": "string",
  10493. "example": "活跃值"
  10494. },
  10495. "phone": {
  10496. "type": "string",
  10497. "example": "手机号"
  10498. },
  10499. "phone_platform": {
  10500. "type": "string",
  10501. "example": "手机平台"
  10502. },
  10503. "platform": {
  10504. "type": "string",
  10505. "example": "广告平台"
  10506. },
  10507. "time": {
  10508. "type": "string",
  10509. "example": "时间"
  10510. },
  10511. "type": {
  10512. "type": "string",
  10513. "example": "广告位置"
  10514. },
  10515. "uid": {
  10516. "type": "string",
  10517. "example": "用户id"
  10518. }
  10519. }
  10520. },
  10521. "md.AdvertisingVisitListReq": {
  10522. "type": "object",
  10523. "properties": {
  10524. "amount": {
  10525. "type": "string",
  10526. "example": "ecpm "
  10527. },
  10528. "end_time": {
  10529. "type": "string"
  10530. },
  10531. "limit": {
  10532. "type": "string"
  10533. },
  10534. "page": {
  10535. "type": "string"
  10536. },
  10537. "phone": {
  10538. "type": "string"
  10539. },
  10540. "platform": {
  10541. "type": "string",
  10542. "example": "广告平台 "
  10543. },
  10544. "start_time": {
  10545. "type": "string"
  10546. },
  10547. "type": {
  10548. "type": "string",
  10549. "example": "广告类型 "
  10550. },
  10551. "uid": {
  10552. "type": "string"
  10553. }
  10554. }
  10555. },
  10556. "md.AdvertisingVisitListResp": {
  10557. "type": "object",
  10558. "properties": {
  10559. "list": {
  10560. "type": "array",
  10561. "items": {
  10562. "$ref": "#/definitions/md.AdvertisingVisitList"
  10563. }
  10564. },
  10565. "platform_data": {
  10566. "type": "array",
  10567. "items": {
  10568. "type": "object",
  10569. "additionalProperties": {
  10570. "type": "string"
  10571. }
  10572. }
  10573. },
  10574. "total": {
  10575. "type": "integer"
  10576. },
  10577. "type_data": {
  10578. "type": "array",
  10579. "items": {
  10580. "type": "object",
  10581. "additionalProperties": {
  10582. "type": "string"
  10583. }
  10584. }
  10585. }
  10586. }
  10587. },
  10588. "md.AliyunSmsGetLevelListResp": {
  10589. "type": "object",
  10590. "properties": {
  10591. "list": {
  10592. "type": "array",
  10593. "items": {
  10594. "$ref": "#/definitions/md.LevelListNode"
  10595. }
  10596. },
  10597. "paginate": {
  10598. "$ref": "#/definitions/applet_app_md.Paginate"
  10599. }
  10600. }
  10601. },
  10602. "md.AliyunSmsGetTagListResp": {
  10603. "type": "object",
  10604. "properties": {
  10605. "list": {
  10606. "type": "array",
  10607. "items": {
  10608. "$ref": "#/definitions/md.TagListNode"
  10609. }
  10610. },
  10611. "paginate": {
  10612. "$ref": "#/definitions/applet_app_md.Paginate"
  10613. }
  10614. }
  10615. },
  10616. "md.ArticleCateDelReq": {
  10617. "type": "object",
  10618. "properties": {
  10619. "id": {
  10620. "type": "array",
  10621. "items": {
  10622. "type": "string"
  10623. }
  10624. }
  10625. }
  10626. },
  10627. "md.ArticleCateList": {
  10628. "type": "object",
  10629. "properties": {
  10630. "id": {
  10631. "type": "string"
  10632. },
  10633. "is_show": {
  10634. "type": "string"
  10635. },
  10636. "name": {
  10637. "type": "string"
  10638. },
  10639. "pid": {
  10640. "type": "string"
  10641. },
  10642. "sort": {
  10643. "type": "string"
  10644. }
  10645. }
  10646. },
  10647. "md.ArticleCateListReq": {
  10648. "type": "object",
  10649. "properties": {
  10650. "limit": {
  10651. "description": "每页大小",
  10652. "type": "string"
  10653. },
  10654. "page": {
  10655. "description": "页数",
  10656. "type": "string"
  10657. }
  10658. }
  10659. },
  10660. "md.ArticleCateListResp": {
  10661. "type": "object",
  10662. "properties": {
  10663. "list": {
  10664. "type": "array",
  10665. "items": {
  10666. "$ref": "#/definitions/md.ArticleCateList"
  10667. }
  10668. },
  10669. "select_data": {
  10670. "type": "array",
  10671. "items": {
  10672. "type": "object",
  10673. "additionalProperties": {
  10674. "type": "string"
  10675. }
  10676. }
  10677. },
  10678. "total": {
  10679. "type": "integer"
  10680. }
  10681. }
  10682. },
  10683. "md.ArticleCateSaveReq": {
  10684. "type": "object",
  10685. "properties": {
  10686. "id": {
  10687. "type": "string"
  10688. },
  10689. "is_show": {
  10690. "type": "string"
  10691. },
  10692. "name": {
  10693. "type": "string"
  10694. },
  10695. "pid": {
  10696. "type": "string"
  10697. },
  10698. "sort": {
  10699. "type": "string"
  10700. }
  10701. }
  10702. },
  10703. "md.ArticleDelReq": {
  10704. "type": "object",
  10705. "properties": {
  10706. "id": {
  10707. "type": "array",
  10708. "items": {
  10709. "type": "string"
  10710. }
  10711. }
  10712. }
  10713. },
  10714. "md.ArticleList": {
  10715. "type": "object",
  10716. "properties": {
  10717. "cate_id": {
  10718. "type": "string",
  10719. "example": "二级分类id"
  10720. },
  10721. "content": {
  10722. "type": "string"
  10723. },
  10724. "cover": {
  10725. "type": "string",
  10726. "example": "一级分类id=4 显示 封面图"
  10727. },
  10728. "cover_url": {
  10729. "type": "string"
  10730. },
  10731. "id": {
  10732. "type": "string"
  10733. },
  10734. "is_show": {
  10735. "type": "string"
  10736. },
  10737. "pid": {
  10738. "type": "string",
  10739. "example": "一级分类id"
  10740. },
  10741. "sort": {
  10742. "type": "string"
  10743. },
  10744. "title": {
  10745. "type": "string"
  10746. },
  10747. "url": {
  10748. "type": "string"
  10749. }
  10750. }
  10751. },
  10752. "md.ArticleListReq": {
  10753. "type": "object",
  10754. "properties": {
  10755. "limit": {
  10756. "description": "每页大小",
  10757. "type": "string"
  10758. },
  10759. "page": {
  10760. "description": "页数",
  10761. "type": "string"
  10762. }
  10763. }
  10764. },
  10765. "md.ArticleListResp": {
  10766. "type": "object",
  10767. "properties": {
  10768. "cate_data": {
  10769. "type": "array",
  10770. "items": {
  10771. "type": "object",
  10772. "additionalProperties": true
  10773. }
  10774. },
  10775. "list": {
  10776. "type": "array",
  10777. "items": {
  10778. "$ref": "#/definitions/md.ArticleList"
  10779. }
  10780. },
  10781. "select_data": {
  10782. "type": "array",
  10783. "items": {
  10784. "type": "object",
  10785. "additionalProperties": true
  10786. }
  10787. },
  10788. "total": {
  10789. "type": "integer"
  10790. }
  10791. }
  10792. },
  10793. "md.ArticleSaveReq": {
  10794. "type": "object",
  10795. "properties": {
  10796. "cate_id": {
  10797. "type": "string",
  10798. "example": "二级分类id"
  10799. },
  10800. "content": {
  10801. "type": "string"
  10802. },
  10803. "cover": {
  10804. "type": "string",
  10805. "example": "一级分类id=4 显示 封面图"
  10806. },
  10807. "id": {
  10808. "type": "string"
  10809. },
  10810. "is_show": {
  10811. "type": "string"
  10812. },
  10813. "pid": {
  10814. "type": "string",
  10815. "example": "一级分类id"
  10816. },
  10817. "sort": {
  10818. "type": "string"
  10819. },
  10820. "title": {
  10821. "type": "string"
  10822. }
  10823. }
  10824. },
  10825. "md.AuditClearReq": {
  10826. "type": "object",
  10827. "properties": {
  10828. "os": {
  10829. "type": "string",
  10830. "example": "1-安卓 2-ios"
  10831. }
  10832. }
  10833. },
  10834. "md.BalanceDetailNode": {
  10835. "type": "object",
  10836. "properties": {
  10837. "after_amount": {
  10838. "description": "变更后余额",
  10839. "type": "string"
  10840. },
  10841. "amount": {
  10842. "description": "变更数量",
  10843. "type": "string"
  10844. },
  10845. "before_amount": {
  10846. "description": "变更前余额",
  10847. "type": "string"
  10848. },
  10849. "create_at": {
  10850. "description": "创建时间",
  10851. "type": "string"
  10852. },
  10853. "id": {
  10854. "description": "记录ID",
  10855. "type": "integer"
  10856. },
  10857. "kind": {
  10858. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  10859. "type": "string"
  10860. }
  10861. }
  10862. },
  10863. "md.BasicInfoNode": {
  10864. "type": "object",
  10865. "properties": {
  10866. "avatar": {
  10867. "description": "头像",
  10868. "type": "string"
  10869. },
  10870. "levelId": {
  10871. "description": "会员等级 ID",
  10872. "type": "integer"
  10873. },
  10874. "level_name": {
  10875. "description": "会员等级名称",
  10876. "type": "string"
  10877. },
  10878. "memo": {
  10879. "description": "备注",
  10880. "type": "string"
  10881. },
  10882. "nickname": {
  10883. "description": "用户名称",
  10884. "type": "string"
  10885. },
  10886. "parent_name": {
  10887. "description": "推荐人名称",
  10888. "type": "string"
  10889. },
  10890. "parent_phone": {
  10891. "description": "推荐人手机号",
  10892. "type": "string"
  10893. },
  10894. "parent_uid": {
  10895. "description": "推荐人",
  10896. "type": "integer"
  10897. },
  10898. "password": {
  10899. "description": "登录密码",
  10900. "type": "string"
  10901. },
  10902. "phone": {
  10903. "description": "手机号",
  10904. "type": "string"
  10905. },
  10906. "sex": {
  10907. "description": "性别",
  10908. "type": "integer"
  10909. },
  10910. "state": {
  10911. "description": "账号状态 1正常,2冻结",
  10912. "type": "integer"
  10913. },
  10914. "tag": {
  10915. "description": "标签名称",
  10916. "type": "array",
  10917. "items": {
  10918. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  10919. }
  10920. },
  10921. "union_id": {
  10922. "description": "微信号",
  10923. "type": "string"
  10924. }
  10925. }
  10926. },
  10927. "md.BatchAddVirtualCoinsReq": {
  10928. "type": "object",
  10929. "properties": {
  10930. "list": {
  10931. "description": "新增的货币列表",
  10932. "type": "array",
  10933. "items": {
  10934. "$ref": "#/definitions/md.AddVirtualCoinNode"
  10935. }
  10936. }
  10937. }
  10938. },
  10939. "md.BatchSendGroupMessageReq": {
  10940. "type": "object",
  10941. "properties": {
  10942. "content": {
  10943. "description": "消息内容",
  10944. "type": "string"
  10945. },
  10946. "kind": {
  10947. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10948. "type": "integer"
  10949. },
  10950. "not_condition": {
  10951. "description": "不发送条件 群 ID 以\";\"分割",
  10952. "type": "string"
  10953. },
  10954. "send_condition": {
  10955. "description": "发送条件 群 ID 以\";\"分割",
  10956. "type": "string"
  10957. },
  10958. "send_kind": {
  10959. "description": "发送模式(1:指定群组 2:所有群组)",
  10960. "type": "integer"
  10961. }
  10962. }
  10963. },
  10964. "md.BatchSendUserMessageReq": {
  10965. "type": "object",
  10966. "properties": {
  10967. "content": {
  10968. "description": "消息内容",
  10969. "type": "string"
  10970. },
  10971. "kind": {
  10972. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10973. "type": "integer"
  10974. },
  10975. "not_condition": {
  10976. "description": "不发送条件 用户手机号 以\";\"分割",
  10977. "type": "string"
  10978. },
  10979. "send_condition": {
  10980. "description": "发送条件 用户手机号 以\";\"分割",
  10981. "type": "string"
  10982. },
  10983. "send_kind": {
  10984. "description": "发送模式(1:所有用户 2:指定用户)",
  10985. "type": "integer"
  10986. }
  10987. }
  10988. },
  10989. "md.BindAdminRoleReq": {
  10990. "type": "object",
  10991. "required": [
  10992. "adm_id"
  10993. ],
  10994. "properties": {
  10995. "adm_id": {
  10996. "type": "integer"
  10997. },
  10998. "role_ids": {
  10999. "type": "array",
  11000. "items": {
  11001. "type": "integer"
  11002. }
  11003. }
  11004. }
  11005. },
  11006. "md.CertificateDelReq": {
  11007. "type": "object",
  11008. "properties": {
  11009. "id": {
  11010. "type": "array",
  11011. "items": {
  11012. "type": "string"
  11013. }
  11014. }
  11015. }
  11016. },
  11017. "md.CertificateList": {
  11018. "type": "object",
  11019. "properties": {
  11020. "bg_img": {
  11021. "type": "string",
  11022. "example": "背景图"
  11023. },
  11024. "end_time": {
  11025. "type": "string",
  11026. "example": "结束时间"
  11027. },
  11028. "id": {
  11029. "type": "string"
  11030. },
  11031. "logo": {
  11032. "type": "string",
  11033. "example": "logo"
  11034. },
  11035. "medal": {
  11036. "type": "string",
  11037. "example": "勋章"
  11038. },
  11039. "name": {
  11040. "type": "string",
  11041. "example": "姓名"
  11042. },
  11043. "name_icon": {
  11044. "type": "string",
  11045. "example": "蛋蛋星球文字图"
  11046. },
  11047. "no": {
  11048. "type": "string",
  11049. "example": "编号"
  11050. },
  11051. "phone": {
  11052. "type": "string"
  11053. },
  11054. "seal": {
  11055. "type": "string",
  11056. "example": "印章"
  11057. },
  11058. "start_time": {
  11059. "type": "string",
  11060. "example": "开始时间"
  11061. },
  11062. "uid": {
  11063. "type": "string"
  11064. }
  11065. }
  11066. },
  11067. "md.CertificateListReq": {
  11068. "type": "object",
  11069. "properties": {
  11070. "limit": {
  11071. "type": "string"
  11072. },
  11073. "page": {
  11074. "type": "string"
  11075. },
  11076. "phone": {
  11077. "type": "string"
  11078. },
  11079. "uid": {
  11080. "type": "string"
  11081. }
  11082. }
  11083. },
  11084. "md.CertificateListResp": {
  11085. "type": "object",
  11086. "properties": {
  11087. "list": {
  11088. "type": "array",
  11089. "items": {
  11090. "$ref": "#/definitions/md.CertificateList"
  11091. }
  11092. },
  11093. "total": {
  11094. "type": "integer"
  11095. }
  11096. }
  11097. },
  11098. "md.CertificateReq": {
  11099. "type": "object",
  11100. "properties": {
  11101. "no": {
  11102. "type": "string",
  11103. "example": "DD123"
  11104. }
  11105. }
  11106. },
  11107. "md.CertificateResp": {
  11108. "type": "object",
  11109. "properties": {
  11110. "bg_img": {
  11111. "type": "string",
  11112. "example": "背景图"
  11113. },
  11114. "end_time": {
  11115. "type": "string",
  11116. "example": "结束时间"
  11117. },
  11118. "logo": {
  11119. "type": "string",
  11120. "example": "logo"
  11121. },
  11122. "medal": {
  11123. "type": "string",
  11124. "example": "勋章"
  11125. },
  11126. "name": {
  11127. "type": "string",
  11128. "example": "姓名"
  11129. },
  11130. "name_icon": {
  11131. "type": "string",
  11132. "example": "蛋蛋星球文字图"
  11133. },
  11134. "no": {
  11135. "type": "string",
  11136. "example": "编号"
  11137. },
  11138. "seal": {
  11139. "type": "string",
  11140. "example": "印章"
  11141. },
  11142. "start_time": {
  11143. "type": "string",
  11144. "example": "开始时间"
  11145. }
  11146. }
  11147. },
  11148. "md.CertificateSave": {
  11149. "type": "object",
  11150. "properties": {
  11151. "end_time": {
  11152. "type": "string",
  11153. "example": "结束时间"
  11154. },
  11155. "id": {
  11156. "type": "string"
  11157. },
  11158. "name": {
  11159. "type": "string",
  11160. "example": "姓名"
  11161. },
  11162. "no": {
  11163. "type": "string",
  11164. "example": "编号"
  11165. },
  11166. "start_time": {
  11167. "type": "string",
  11168. "example": "开始时间"
  11169. },
  11170. "uid": {
  11171. "type": "string"
  11172. }
  11173. }
  11174. },
  11175. "md.CloudBundleBaseResp": {
  11176. "type": "object",
  11177. "properties": {
  11178. "android_logo": {
  11179. "type": "string"
  11180. },
  11181. "ios_logo": {
  11182. "type": "string"
  11183. },
  11184. "launch_screen": {
  11185. "type": "object",
  11186. "additionalProperties": {
  11187. "type": "string"
  11188. }
  11189. }
  11190. }
  11191. },
  11192. "md.CloudBundleBuildReq": {
  11193. "type": "object",
  11194. "properties": {
  11195. "bit": {
  11196. "type": "array",
  11197. "items": {
  11198. "type": "string"
  11199. }
  11200. },
  11201. "isCombine": {
  11202. "type": "string"
  11203. },
  11204. "memo": {
  11205. "type": "string"
  11206. },
  11207. "os": {
  11208. "type": "string"
  11209. },
  11210. "platform": {
  11211. "type": "array",
  11212. "items": {
  11213. "type": "string"
  11214. }
  11215. },
  11216. "version": {
  11217. "type": "string"
  11218. }
  11219. }
  11220. },
  11221. "md.CloudBundleDelReq": {
  11222. "type": "object",
  11223. "properties": {
  11224. "ids": {
  11225. "type": "array",
  11226. "items": {
  11227. "type": "string"
  11228. }
  11229. }
  11230. }
  11231. },
  11232. "md.CloudBundleImgResp": {
  11233. "type": "object",
  11234. "properties": {
  11235. "android_logo": {
  11236. "type": "string"
  11237. },
  11238. "android_logo_url": {
  11239. "type": "string"
  11240. },
  11241. "build_1080_2280": {
  11242. "type": "string"
  11243. },
  11244. "build_1080_2280_url": {
  11245. "type": "string"
  11246. },
  11247. "build_1125_2436": {
  11248. "type": "string"
  11249. },
  11250. "build_1125_2436_url": {
  11251. "type": "string"
  11252. },
  11253. "build_1242_2208": {
  11254. "type": "string"
  11255. },
  11256. "build_1242_2208_url": {
  11257. "type": "string"
  11258. },
  11259. "build_640_1136": {
  11260. "type": "string"
  11261. },
  11262. "build_640_1136_url": {
  11263. "type": "string"
  11264. },
  11265. "build_640_960": {
  11266. "type": "string"
  11267. },
  11268. "build_640_960_url": {
  11269. "type": "string"
  11270. },
  11271. "build_720_1280": {
  11272. "type": "string"
  11273. },
  11274. "build_720_1280_url": {
  11275. "type": "string"
  11276. },
  11277. "build_750_1334": {
  11278. "type": "string"
  11279. },
  11280. "build_750_1334_url": {
  11281. "type": "string"
  11282. },
  11283. "guide": {
  11284. "type": "array",
  11285. "items": {
  11286. "$ref": "#/definitions/md.Guide"
  11287. }
  11288. },
  11289. "ios_logo": {
  11290. "type": "string"
  11291. },
  11292. "ios_logo_url": {
  11293. "type": "string"
  11294. }
  11295. }
  11296. },
  11297. "md.CloudBundleList": {
  11298. "type": "object",
  11299. "properties": {
  11300. "apply_at": {
  11301. "type": "string"
  11302. },
  11303. "bit": {
  11304. "type": "string"
  11305. },
  11306. "build_id": {
  11307. "type": "string"
  11308. },
  11309. "finish_at": {
  11310. "type": "string"
  11311. },
  11312. "id": {
  11313. "type": "string"
  11314. },
  11315. "is_auditing": {
  11316. "type": "string"
  11317. },
  11318. "is_combine": {
  11319. "type": "string"
  11320. },
  11321. "memo": {
  11322. "type": "string"
  11323. },
  11324. "os": {
  11325. "type": "string"
  11326. },
  11327. "platform": {
  11328. "type": "string"
  11329. },
  11330. "src": {
  11331. "type": "string"
  11332. },
  11333. "state": {
  11334. "type": "string"
  11335. },
  11336. "version": {
  11337. "type": "string"
  11338. }
  11339. }
  11340. },
  11341. "md.CloudBundleReq": {
  11342. "type": "object",
  11343. "properties": {
  11344. "limit": {
  11345. "description": "每页大小",
  11346. "type": "string"
  11347. },
  11348. "page": {
  11349. "description": "页数",
  11350. "type": "string"
  11351. }
  11352. }
  11353. },
  11354. "md.CloudBundleResp": {
  11355. "type": "object",
  11356. "properties": {
  11357. "last_android": {
  11358. "type": "string"
  11359. },
  11360. "last_bit": {
  11361. "type": "string"
  11362. },
  11363. "last_is_combine": {
  11364. "type": "string"
  11365. },
  11366. "last_platform": {
  11367. "type": "array",
  11368. "items": {
  11369. "type": "string"
  11370. }
  11371. },
  11372. "list": {
  11373. "type": "array",
  11374. "items": {
  11375. "$ref": "#/definitions/md.CloudBundleList"
  11376. }
  11377. },
  11378. "list_ios": {
  11379. "type": "string"
  11380. },
  11381. "select_data": {
  11382. "type": "array",
  11383. "items": {
  11384. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11385. }
  11386. },
  11387. "total": {
  11388. "type": "integer"
  11389. }
  11390. }
  11391. },
  11392. "md.CloudBundleUpdateStateReq": {
  11393. "type": "object",
  11394. "properties": {
  11395. "build_id": {
  11396. "type": "string"
  11397. },
  11398. "build_number": {
  11399. "type": "string"
  11400. },
  11401. "error_msg": {
  11402. "type": "string"
  11403. },
  11404. "id": {
  11405. "type": "string"
  11406. },
  11407. "src": {
  11408. "type": "string"
  11409. },
  11410. "state": {
  11411. "type": "string"
  11412. }
  11413. }
  11414. },
  11415. "md.CloudBundleVersion": {
  11416. "type": "object",
  11417. "properties": {
  11418. "content": {
  11419. "type": "string"
  11420. },
  11421. "img": {
  11422. "type": "string"
  11423. },
  11424. "img_url": {
  11425. "type": "string"
  11426. },
  11427. "is_must": {
  11428. "type": "string"
  11429. },
  11430. "name": {
  11431. "type": "string"
  11432. },
  11433. "type": {
  11434. "type": "string"
  11435. },
  11436. "url": {
  11437. "type": "string"
  11438. },
  11439. "version": {
  11440. "type": "string"
  11441. }
  11442. }
  11443. },
  11444. "md.CloudBundleVersionMap": {
  11445. "type": "object",
  11446. "properties": {
  11447. "img": {
  11448. "type": "string"
  11449. },
  11450. "name": {
  11451. "type": "string"
  11452. },
  11453. "type": {
  11454. "type": "string"
  11455. }
  11456. }
  11457. },
  11458. "md.CloudBundleVersionResp": {
  11459. "type": "object",
  11460. "properties": {
  11461. "version": {
  11462. "type": "array",
  11463. "items": {
  11464. "$ref": "#/definitions/md.CloudBundleVersion"
  11465. }
  11466. }
  11467. }
  11468. },
  11469. "md.CommReq": {
  11470. "type": "object",
  11471. "properties": {
  11472. "id": {
  11473. "type": "string"
  11474. }
  11475. }
  11476. },
  11477. "md.ConfigResp": {
  11478. "type": "object",
  11479. "properties": {
  11480. "oss_url": {
  11481. "type": "string",
  11482. "example": "阿里云图片链接"
  11483. }
  11484. }
  11485. },
  11486. "md.DailyActivityAnalysisTopData": {
  11487. "type": "object",
  11488. "properties": {
  11489. "activity_count": {
  11490. "description": "子节点活跃天数",
  11491. "type": "integer"
  11492. },
  11493. "team_activity_user_count": {
  11494. "description": "子节点活跃人数",
  11495. "type": "integer"
  11496. },
  11497. "team_user_count": {
  11498. "description": "团队人数",
  11499. "type": "integer"
  11500. }
  11501. }
  11502. },
  11503. "md.DataSetting": {
  11504. "type": "object",
  11505. "properties": {
  11506. "total_angel_investor": {
  11507. "description": "天使投资人",
  11508. "type": "string",
  11509. "example": "天使投资人"
  11510. },
  11511. "total_ecological_development": {
  11512. "description": "生态建设",
  11513. "type": "string",
  11514. "example": "当前价格"
  11515. },
  11516. "total_issuance_amount": {
  11517. "description": "总发行量",
  11518. "type": "string",
  11519. "example": "总发行量"
  11520. },
  11521. "total_operate_fund": {
  11522. "description": "运营资金",
  11523. "type": "string",
  11524. "example": "运营资金"
  11525. },
  11526. "total_team_dividends": {
  11527. "description": "团队分红",
  11528. "type": "string",
  11529. "example": "团队分红"
  11530. },
  11531. "total_technology_team": {
  11532. "description": "技术团队",
  11533. "type": "string",
  11534. "example": "技术团队"
  11535. },
  11536. "total_user_for_person": {
  11537. "description": "个人区域",
  11538. "type": "string",
  11539. "example": "个人区域"
  11540. },
  11541. "total_user_for_team": {
  11542. "description": "团队区域",
  11543. "type": "string",
  11544. "example": "团队区域"
  11545. }
  11546. }
  11547. },
  11548. "md.DeleteBlackListReq": {
  11549. "type": "object",
  11550. "properties": {
  11551. "id": {
  11552. "description": "黑名单 id",
  11553. "type": "integer"
  11554. }
  11555. }
  11556. },
  11557. "md.DeleteDynamicReq": {
  11558. "type": "object",
  11559. "properties": {
  11560. "index_id": {
  11561. "description": "动态id",
  11562. "type": "string"
  11563. }
  11564. }
  11565. },
  11566. "md.DeleteEmoticonReq": {
  11567. "type": "object",
  11568. "properties": {
  11569. "id": {
  11570. "description": "拥有用户数量",
  11571. "type": "integer"
  11572. }
  11573. }
  11574. },
  11575. "md.DeleteFreePublishUserReq": {
  11576. "type": "object",
  11577. "properties": {
  11578. "uid": {
  11579. "type": "string"
  11580. }
  11581. }
  11582. },
  11583. "md.DeleteLevelReq": {
  11584. "type": "object",
  11585. "properties": {
  11586. "level_id": {
  11587. "type": "string"
  11588. }
  11589. }
  11590. },
  11591. "md.DeleteTagReq": {
  11592. "type": "object",
  11593. "properties": {
  11594. "tag_id": {
  11595. "description": "标签 ID",
  11596. "type": "string"
  11597. }
  11598. }
  11599. },
  11600. "md.DeleteTaskReq": {
  11601. "type": "object",
  11602. "properties": {
  11603. "task_id": {
  11604. "type": "string"
  11605. }
  11606. }
  11607. },
  11608. "md.DestructionSettingStruct": {
  11609. "type": "object",
  11610. "properties": {
  11611. "community_dividends": {
  11612. "description": "社区分红百分比",
  11613. "type": "string"
  11614. },
  11615. "destruction_quantity": {
  11616. "description": "销毁百分比",
  11617. "type": "string"
  11618. },
  11619. "development_committee": {
  11620. "description": "发展委员会百分比",
  11621. "type": "string"
  11622. },
  11623. "marketplace_merchant": {
  11624. "description": "市商数量百分比",
  11625. "type": "string"
  11626. },
  11627. "public_welfare_and_charity": {
  11628. "description": "公益慈善百分比",
  11629. "type": "string"
  11630. },
  11631. "star_level_dividends": {
  11632. "description": "星级分红百分比",
  11633. "type": "string"
  11634. }
  11635. }
  11636. },
  11637. "md.DirectPushRewardSettingStruct": {
  11638. "type": "object",
  11639. "properties": {
  11640. "member_self_is_open_get_team_reward": {
  11641. "description": "会员是否活跃得到团队奖励",
  11642. "type": "string"
  11643. },
  11644. "reward_rate_value": {
  11645. "description": "奖励百分比",
  11646. "type": "string"
  11647. }
  11648. }
  11649. },
  11650. "md.DynamicDataFlowListReq": {
  11651. "type": "object",
  11652. "properties": {
  11653. "end_at": {
  11654. "description": "结束时间",
  11655. "type": "string",
  11656. "example": "结束时间"
  11657. },
  11658. "kind": {
  11659. "description": "持有类型",
  11660. "type": "integer"
  11661. },
  11662. "page": {
  11663. "description": "页数",
  11664. "type": "integer"
  11665. },
  11666. "page_size": {
  11667. "description": "每页大小",
  11668. "type": "integer"
  11669. },
  11670. "start_at": {
  11671. "description": "开始时间",
  11672. "type": "string",
  11673. "example": "开始时间"
  11674. }
  11675. }
  11676. },
  11677. "md.DynamicDataFlowListResp": {
  11678. "type": "object",
  11679. "properties": {
  11680. "kind_list": {
  11681. "description": "类型列表",
  11682. "type": "array",
  11683. "items": {
  11684. "type": "object",
  11685. "additionalProperties": true
  11686. }
  11687. },
  11688. "list": {
  11689. "description": "动态数据流水列表",
  11690. "type": "array",
  11691. "items": {
  11692. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  11693. }
  11694. },
  11695. "paginate": {
  11696. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11697. }
  11698. }
  11699. },
  11700. "md.DynamicRespNode": {
  11701. "type": "object",
  11702. "properties": {
  11703. "content": {
  11704. "description": "文本内容",
  11705. "type": "string"
  11706. },
  11707. "created_at": {
  11708. "type": "string"
  11709. },
  11710. "image": {
  11711. "description": "图片",
  11712. "type": "array",
  11713. "items": {
  11714. "type": "string"
  11715. }
  11716. },
  11717. "index_id": {
  11718. "description": "动态id",
  11719. "type": "string"
  11720. },
  11721. "is_praise": {
  11722. "description": "是否被表扬(1:是 2:否)",
  11723. "type": "integer"
  11724. },
  11725. "is_top_up": {
  11726. "description": "是否置顶(1:是 2:否)",
  11727. "type": "integer"
  11728. },
  11729. "kind": {
  11730. "description": "类型(1:普通 2:官方)",
  11731. "type": "integer"
  11732. },
  11733. "state": {
  11734. "description": "状态(1:正常 2:隐藏)",
  11735. "type": "integer"
  11736. },
  11737. "uid": {
  11738. "description": "用户id",
  11739. "type": "integer"
  11740. },
  11741. "updated_at": {
  11742. "type": "string"
  11743. },
  11744. "username": {
  11745. "description": "用户名称",
  11746. "type": "string"
  11747. },
  11748. "video": {
  11749. "description": "视频",
  11750. "type": "array",
  11751. "items": {
  11752. "type": "string"
  11753. }
  11754. }
  11755. }
  11756. },
  11757. "md.EggEnergyAvailableEnergyFlow": {
  11758. "type": "object",
  11759. "properties": {
  11760. "after_community_dividends": {
  11761. "description": "变更后-社区分红区块币数量",
  11762. "type": "string"
  11763. },
  11764. "after_destruction_quantity_values": {
  11765. "description": "变更后-销毁区块币数量",
  11766. "type": "string"
  11767. },
  11768. "after_development_committee_values": {
  11769. "description": "变更后-发展委员会区块币数量",
  11770. "type": "string"
  11771. },
  11772. "after_marketplace_merchant_fund_values": {
  11773. "description": "变更后-市商资金值",
  11774. "type": "string"
  11775. },
  11776. "after_marketplace_merchant_values": {
  11777. "description": "变更后-市商区块币数量",
  11778. "type": "string"
  11779. },
  11780. "after_now_energy_total_nums": {
  11781. "description": "变更后-现行总量",
  11782. "type": "string"
  11783. },
  11784. "after_planet_total_value": {
  11785. "description": "变更后-星球总价值",
  11786. "type": "string"
  11787. },
  11788. "after_price": {
  11789. "description": "变更后-价格",
  11790. "type": "string"
  11791. },
  11792. "after_public_welfare_and_charity_values": {
  11793. "description": "变更后-公益慈善区块币数量",
  11794. "type": "string"
  11795. },
  11796. "after_star_level_dividends_values": {
  11797. "description": "变更后-星级分红区块币数量",
  11798. "type": "string"
  11799. },
  11800. "amount": {
  11801. "description": "变更数量",
  11802. "type": "string"
  11803. },
  11804. "before_community_dividends": {
  11805. "description": "变更前-社区分红区块币数量",
  11806. "type": "string"
  11807. },
  11808. "before_destruction_quantity_values": {
  11809. "description": "变更前-销毁区块币数量",
  11810. "type": "string"
  11811. },
  11812. "before_development_committee_values": {
  11813. "description": "变更前-发展委员会区块币数量",
  11814. "type": "string"
  11815. },
  11816. "before_marketplace_merchant_fund_values": {
  11817. "description": "变更前-市商资金值",
  11818. "type": "string"
  11819. },
  11820. "before_marketplace_merchant_values": {
  11821. "description": "变更前-市商区块币数量",
  11822. "type": "string"
  11823. },
  11824. "before_now_energy_total_nums": {
  11825. "description": "变更前-现行总量",
  11826. "type": "string"
  11827. },
  11828. "before_planet_total_value": {
  11829. "description": "变更前-星球总价值",
  11830. "type": "string"
  11831. },
  11832. "before_price": {
  11833. "description": "变更前-价格",
  11834. "type": "string"
  11835. },
  11836. "before_public_welfare_and_charity_values": {
  11837. "description": "变更前-公益慈善区块币数量",
  11838. "type": "string"
  11839. },
  11840. "before_star_level_dividends_values": {
  11841. "description": "变更前-星级分红区块币数量",
  11842. "type": "string"
  11843. },
  11844. "create_time": {
  11845. "description": "创建时间",
  11846. "type": "string"
  11847. },
  11848. "id": {
  11849. "type": "integer"
  11850. },
  11851. "kind": {
  11852. "description": "种类",
  11853. "type": "integer"
  11854. },
  11855. "title": {
  11856. "description": "标题",
  11857. "type": "string"
  11858. }
  11859. }
  11860. },
  11861. "md.EggEnergyCommunityDividends": {
  11862. "type": "object",
  11863. "properties": {
  11864. "amount": {
  11865. "description": "分红数量",
  11866. "type": "string"
  11867. },
  11868. "coin_id": {
  11869. "description": "虚拟币 id",
  11870. "type": "integer"
  11871. },
  11872. "create_at": {
  11873. "description": "分红时间",
  11874. "type": "string"
  11875. },
  11876. "id": {
  11877. "type": "integer"
  11878. },
  11879. "is_over": {
  11880. "description": "是否分红完毕",
  11881. "type": "integer"
  11882. },
  11883. "name": {
  11884. "type": "string",
  11885. "example": "名称"
  11886. },
  11887. "persons_num": {
  11888. "description": "分红人数",
  11889. "type": "integer"
  11890. },
  11891. "update_at": {
  11892. "type": "string"
  11893. }
  11894. }
  11895. },
  11896. "md.EggEnergyCommunityDividendsWithUser": {
  11897. "type": "object",
  11898. "properties": {
  11899. "id": {
  11900. "type": "integer"
  11901. },
  11902. "memo": {
  11903. "type": "string",
  11904. "example": "备注"
  11905. },
  11906. "nickname": {
  11907. "type": "string"
  11908. },
  11909. "phone": {
  11910. "type": "string"
  11911. },
  11912. "uid": {
  11913. "type": "integer"
  11914. }
  11915. }
  11916. },
  11917. "md.EggPointCoefficientBatchAddReq": {
  11918. "type": "object",
  11919. "properties": {
  11920. "list": {
  11921. "description": "系数管理列表",
  11922. "type": "array",
  11923. "items": {
  11924. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11925. }
  11926. }
  11927. }
  11928. },
  11929. "md.EggPointCoefficientDelReq": {
  11930. "type": "object",
  11931. "required": [
  11932. "id"
  11933. ],
  11934. "properties": {
  11935. "id": {
  11936. "description": "需要删除范围的id",
  11937. "type": "string"
  11938. }
  11939. }
  11940. },
  11941. "md.EggPointCoefficientGetResp": {
  11942. "type": "object",
  11943. "properties": {
  11944. "list": {
  11945. "type": "array",
  11946. "items": {
  11947. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11948. }
  11949. }
  11950. }
  11951. },
  11952. "md.EggPointCoefficientNode": {
  11953. "type": "object",
  11954. "properties": {
  11955. "coefficient": {
  11956. "description": "系数",
  11957. "type": "string"
  11958. },
  11959. "end_score": {
  11960. "description": "截止分值",
  11961. "type": "string"
  11962. },
  11963. "id": {
  11964. "type": "integer"
  11965. },
  11966. "start_score": {
  11967. "description": "起始分值",
  11968. "type": "string"
  11969. }
  11970. }
  11971. },
  11972. "md.EggPointCoefficientUpdateReq": {
  11973. "type": "object",
  11974. "required": [
  11975. "id"
  11976. ],
  11977. "properties": {
  11978. "coefficient": {
  11979. "description": "系数",
  11980. "type": "string"
  11981. },
  11982. "end_score": {
  11983. "description": "截止分值",
  11984. "type": "string"
  11985. },
  11986. "id": {
  11987. "description": "需要修改范围的id",
  11988. "type": "string"
  11989. },
  11990. "start_score": {
  11991. "description": "起始分值",
  11992. "type": "string"
  11993. }
  11994. }
  11995. },
  11996. "md.ExchangeRulesStruct": {
  11997. "type": "object",
  11998. "properties": {
  11999. "auto_exchange_nums_by_person": {
  12000. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  12001. "type": "string"
  12002. },
  12003. "auto_exchange_nums_by_team": {
  12004. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  12005. "type": "string"
  12006. },
  12007. "auto_exchange_rate_by_person": {
  12008. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  12009. "type": "string"
  12010. },
  12011. "auto_exchange_rate_by_team": {
  12012. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  12013. "type": "string"
  12014. }
  12015. }
  12016. },
  12017. "md.ExchangeUserPositionReq": {
  12018. "type": "object",
  12019. "properties": {
  12020. "position_1": {
  12021. "description": "位置1,具体值取返回数据中的 system_id",
  12022. "type": "integer"
  12023. },
  12024. "position_2": {
  12025. "description": "位置2,具体值取返回数据中的 system_id",
  12026. "type": "integer"
  12027. }
  12028. }
  12029. },
  12030. "md.FansNode": {
  12031. "type": "object",
  12032. "properties": {
  12033. "amount": {
  12034. "description": "可提现余额",
  12035. "type": "string"
  12036. },
  12037. "id": {
  12038. "description": "用户ID",
  12039. "type": "integer"
  12040. },
  12041. "level_total": {
  12042. "description": "所属代数",
  12043. "type": "integer"
  12044. },
  12045. "nickname": {
  12046. "type": "string",
  12047. "example": "用户昵称"
  12048. },
  12049. "phone": {
  12050. "type": "string",
  12051. "example": "手机号"
  12052. },
  12053. "register_at": {
  12054. "description": "注册时间",
  12055. "type": "string"
  12056. },
  12057. "total_income": {
  12058. "description": "累计收益",
  12059. "type": "string"
  12060. }
  12061. }
  12062. },
  12063. "md.FindSubUserRelationshipMapResp": {
  12064. "type": "object",
  12065. "properties": {
  12066. "basic_setting": {
  12067. "description": "公排设置",
  12068. "allOf": [
  12069. {
  12070. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  12071. }
  12072. ]
  12073. },
  12074. "search_uid": {
  12075. "description": "查找的用户 ID",
  12076. "type": "string"
  12077. },
  12078. "sub_user": {
  12079. "description": "上级用户信息",
  12080. "allOf": [
  12081. {
  12082. "$ref": "#/definitions/md.SubUser"
  12083. }
  12084. ]
  12085. }
  12086. }
  12087. },
  12088. "md.FirstWithdrawSet": {
  12089. "type": "object",
  12090. "properties": {
  12091. "first_withdraw_amount_limit": {
  12092. "description": "不需要实名时 最大提现金额",
  12093. "type": "string"
  12094. },
  12095. "is_need_real_name": {
  12096. "description": "是否需要实名(0:不需要,1:需要)",
  12097. "type": "integer"
  12098. }
  12099. }
  12100. },
  12101. "md.FreePublishUserNode": {
  12102. "type": "object",
  12103. "properties": {
  12104. "nickname": {
  12105. "type": "string",
  12106. "example": "昵称"
  12107. },
  12108. "phone": {
  12109. "type": "string",
  12110. "example": "手机号"
  12111. },
  12112. "uid": {
  12113. "type": "integer"
  12114. }
  12115. }
  12116. },
  12117. "md.FundDataNode": {
  12118. "type": "object",
  12119. "properties": {
  12120. "balance_amount": {
  12121. "description": "余额",
  12122. "type": "string"
  12123. },
  12124. "balance_times": {
  12125. "description": "剩余执行次数",
  12126. "type": "integer"
  12127. },
  12128. "create_at": {
  12129. "description": "创建时间",
  12130. "type": "string"
  12131. },
  12132. "hours": {
  12133. "description": "时长",
  12134. "type": "integer"
  12135. },
  12136. "kind": {
  12137. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  12138. "type": "integer"
  12139. },
  12140. "memo": {
  12141. "description": "备注",
  12142. "type": "string"
  12143. },
  12144. "system_id": {
  12145. "type": "integer"
  12146. },
  12147. "total_amount": {
  12148. "description": "金额",
  12149. "type": "string"
  12150. }
  12151. }
  12152. },
  12153. "md.FundDataRecordNode": {
  12154. "type": "object",
  12155. "properties": {
  12156. "after_planet_total_value": {
  12157. "description": "执行后-星球价值",
  12158. "type": "string"
  12159. },
  12160. "after_price": {
  12161. "description": "执行后-价格",
  12162. "type": "string"
  12163. },
  12164. "balance_amount": {
  12165. "description": "余额",
  12166. "type": "string"
  12167. },
  12168. "balance_times": {
  12169. "description": "剩余执行次数",
  12170. "type": "integer"
  12171. },
  12172. "before_planet_total_value": {
  12173. "description": "执行前-星球价值",
  12174. "type": "string"
  12175. },
  12176. "before_price": {
  12177. "description": "执行前-价格",
  12178. "type": "string"
  12179. },
  12180. "create_at": {
  12181. "type": "string"
  12182. },
  12183. "total_amount": {
  12184. "description": "金额",
  12185. "type": "string"
  12186. }
  12187. }
  12188. },
  12189. "md.GetActivePointsUserCoinFlowListReq": {
  12190. "type": "object",
  12191. "properties": {
  12192. "coin_id": {
  12193. "description": "货币类型 ID",
  12194. "type": "integer"
  12195. },
  12196. "direction": {
  12197. "description": "流水方向:1收入 2支出",
  12198. "type": "integer"
  12199. },
  12200. "end_at": {
  12201. "description": "结束时间",
  12202. "type": "string"
  12203. },
  12204. "page": {
  12205. "description": "页数",
  12206. "type": "integer"
  12207. },
  12208. "page_size": {
  12209. "description": "每页大小",
  12210. "type": "integer"
  12211. },
  12212. "start_at": {
  12213. "description": "开始时间",
  12214. "type": "string"
  12215. },
  12216. "uid": {
  12217. "description": "用户 ID",
  12218. "type": "integer"
  12219. }
  12220. }
  12221. },
  12222. "md.GetActivePointsUserCoinFlowListResp": {
  12223. "type": "object",
  12224. "properties": {
  12225. "list": {
  12226. "description": "流水信息",
  12227. "type": "array",
  12228. "items": {
  12229. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12230. }
  12231. },
  12232. "paginate": {
  12233. "description": "分页信息",
  12234. "allOf": [
  12235. {
  12236. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12237. }
  12238. ]
  12239. },
  12240. "select_data": {
  12241. "description": "流水类型",
  12242. "allOf": [
  12243. {
  12244. "$ref": "#/definitions/md.SelectData"
  12245. }
  12246. ]
  12247. }
  12248. }
  12249. },
  12250. "md.GetActivePointsUserCoinListReq": {
  12251. "type": "object",
  12252. "properties": {
  12253. "end_coin": {
  12254. "type": "string",
  12255. "example": "最大金额"
  12256. },
  12257. "kind": {
  12258. "description": "虚拟币种类编号",
  12259. "type": "integer"
  12260. },
  12261. "page": {
  12262. "description": "页数",
  12263. "type": "integer"
  12264. },
  12265. "page_size": {
  12266. "description": "单页大小",
  12267. "type": "integer"
  12268. },
  12269. "start_coin": {
  12270. "type": "string",
  12271. "example": "最小金额"
  12272. },
  12273. "uid": {
  12274. "description": "指定查询用户 ID",
  12275. "type": "integer"
  12276. },
  12277. "user_name": {
  12278. "type": "string",
  12279. "example": "用户名称"
  12280. },
  12281. "user_phone": {
  12282. "type": "string",
  12283. "example": "手机号"
  12284. }
  12285. }
  12286. },
  12287. "md.GetActivePointsUserCoinListResp": {
  12288. "type": "object",
  12289. "properties": {
  12290. "kind_list": {
  12291. "description": "货币类型集合",
  12292. "type": "array",
  12293. "items": {
  12294. "$ref": "#/definitions/md.VirtualCoinListNode"
  12295. }
  12296. },
  12297. "list": {
  12298. "description": "余额集合",
  12299. "type": "array",
  12300. "items": {
  12301. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12302. }
  12303. },
  12304. "sum_user_amount": {
  12305. "description": "用户持有总数",
  12306. "type": "number"
  12307. },
  12308. "total": {
  12309. "description": "持有该类型用户数",
  12310. "type": "integer"
  12311. }
  12312. }
  12313. },
  12314. "md.GetBlackListNode": {
  12315. "type": "object",
  12316. "properties": {
  12317. "admin_id": {
  12318. "description": "管理员 id",
  12319. "type": "integer"
  12320. },
  12321. "admin_nickname": {
  12322. "description": "管理员名称",
  12323. "type": "string"
  12324. },
  12325. "black_list_id": {
  12326. "description": "黑名单 id",
  12327. "type": "integer"
  12328. },
  12329. "created_at": {
  12330. "description": "添加时间",
  12331. "type": "string"
  12332. },
  12333. "memo": {
  12334. "description": "备注",
  12335. "type": "string"
  12336. },
  12337. "uid": {
  12338. "description": "用户 id",
  12339. "type": "integer"
  12340. },
  12341. "user_nickname": {
  12342. "description": "用户名称",
  12343. "type": "string"
  12344. }
  12345. }
  12346. },
  12347. "md.GetBlackListResp": {
  12348. "type": "object",
  12349. "properties": {
  12350. "list": {
  12351. "description": "具体信息",
  12352. "type": "array",
  12353. "items": {
  12354. "$ref": "#/definitions/md.GetBlackListNode"
  12355. }
  12356. },
  12357. "paginate": {
  12358. "description": "分页信息",
  12359. "allOf": [
  12360. {
  12361. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12362. }
  12363. ]
  12364. }
  12365. }
  12366. },
  12367. "md.GetContributionValueBasicSettingResp": {
  12368. "type": "object",
  12369. "properties": {
  12370. "hand_out_red_package": {
  12371. "description": "发红包获得x点",
  12372. "type": "integer"
  12373. },
  12374. "id": {
  12375. "type": "integer"
  12376. },
  12377. "posting_comment_liked": {
  12378. "description": "发布评论被官方点赞获得x点",
  12379. "type": "integer"
  12380. },
  12381. "posting_dynamic_liked": {
  12382. "description": "发布动态被官方点赞获得x点",
  12383. "type": "integer"
  12384. },
  12385. "publish_creation": {
  12386. "description": "发布创作获得x点",
  12387. "type": "integer"
  12388. }
  12389. }
  12390. },
  12391. "md.GetDynamicReq": {
  12392. "type": "object",
  12393. "properties": {
  12394. "begin_at": {
  12395. "description": "开始时间",
  12396. "type": "string"
  12397. },
  12398. "end_at": {
  12399. "description": "结束时间",
  12400. "type": "string"
  12401. },
  12402. "limit": {
  12403. "description": "页面大小",
  12404. "type": "integer"
  12405. },
  12406. "nickname": {
  12407. "description": "创建人名称",
  12408. "type": "string"
  12409. },
  12410. "page": {
  12411. "description": "页数",
  12412. "type": "integer"
  12413. },
  12414. "uid": {
  12415. "description": "创建人id",
  12416. "type": "string"
  12417. }
  12418. }
  12419. },
  12420. "md.GetDynamicResp": {
  12421. "type": "object",
  12422. "properties": {
  12423. "list": {
  12424. "type": "array",
  12425. "items": {
  12426. "$ref": "#/definitions/md.DynamicRespNode"
  12427. }
  12428. },
  12429. "paginate": {
  12430. "description": "分页信息",
  12431. "allOf": [
  12432. {
  12433. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12434. }
  12435. ]
  12436. }
  12437. }
  12438. },
  12439. "md.GetEggCoreDataListResp": {
  12440. "type": "object",
  12441. "properties": {
  12442. "now_energy_total_nums": {
  12443. "description": "现行总量",
  12444. "type": "string",
  12445. "example": "现行总量"
  12446. },
  12447. "now_price": {
  12448. "description": "当前价格",
  12449. "type": "string",
  12450. "example": "当前价格"
  12451. },
  12452. "planet_total_value": {
  12453. "description": "星球价值",
  12454. "type": "string",
  12455. "example": "星球价值"
  12456. },
  12457. "user_hold_total_nums": {
  12458. "description": "用户持有总量",
  12459. "type": "string"
  12460. }
  12461. }
  12462. },
  12463. "md.GetEggEnergyBasicResp": {
  12464. "type": "object",
  12465. "properties": {
  12466. "basic_setting": {
  12467. "description": "基础设置",
  12468. "allOf": [
  12469. {
  12470. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12471. }
  12472. ]
  12473. },
  12474. "data_setting": {
  12475. "description": "数据设置",
  12476. "allOf": [
  12477. {
  12478. "$ref": "#/definitions/md.DataSetting"
  12479. }
  12480. ]
  12481. },
  12482. "destruction_setting": {
  12483. "description": "销毁设置",
  12484. "allOf": [
  12485. {
  12486. "$ref": "#/definitions/md.DestructionSettingStruct"
  12487. }
  12488. ]
  12489. },
  12490. "exchange_rules": {
  12491. "description": "兑换规则",
  12492. "allOf": [
  12493. {
  12494. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12495. }
  12496. ]
  12497. },
  12498. "new_user_incentive_rules": {
  12499. "description": "新用户奖励规则",
  12500. "allOf": [
  12501. {
  12502. "$ref": "#/definitions/md.NewUserRewardRules"
  12503. }
  12504. ]
  12505. },
  12506. "price_setting": {
  12507. "description": "价格设置",
  12508. "allOf": [
  12509. {
  12510. "$ref": "#/definitions/md.PriceSettingStruct"
  12511. }
  12512. ]
  12513. },
  12514. "reward_system": {
  12515. "description": "圈层奖励",
  12516. "type": "array",
  12517. "items": {
  12518. "$ref": "#/definitions/md.RewardSystemStruct"
  12519. }
  12520. },
  12521. "settlement_quantity": {
  12522. "description": "结算数量(百分比)",
  12523. "type": "integer"
  12524. },
  12525. "system_id": {
  12526. "description": "该设置系统 ID",
  12527. "type": "integer"
  12528. },
  12529. "video_reward_setting": {
  12530. "description": "视频奖励",
  12531. "allOf": [
  12532. {
  12533. "$ref": "#/definitions/md.VideoRewardSetting"
  12534. }
  12535. ]
  12536. }
  12537. }
  12538. },
  12539. "md.GetEggEnergyCoreDataResp": {
  12540. "type": "object",
  12541. "properties": {
  12542. "community_dividends": {
  12543. "description": "社区分红",
  12544. "type": "string"
  12545. },
  12546. "destruction_quantity_nums": {
  12547. "description": "销毁数量",
  12548. "type": "string"
  12549. },
  12550. "development_committee": {
  12551. "description": "发展委员会",
  12552. "type": "string"
  12553. },
  12554. "id": {
  12555. "type": "integer"
  12556. },
  12557. "marketplace_merchant_funds": {
  12558. "description": "市商资金",
  12559. "type": "string"
  12560. },
  12561. "marketplace_merchant_nums": {
  12562. "description": "市商数量",
  12563. "type": "string"
  12564. },
  12565. "now_energy_total_nums": {
  12566. "description": "现行总量",
  12567. "type": "string"
  12568. },
  12569. "now_price": {
  12570. "description": "当前价格",
  12571. "type": "string"
  12572. },
  12573. "planet_total_value": {
  12574. "description": "星球总价值",
  12575. "type": "string"
  12576. },
  12577. "public_welfare_and_charity": {
  12578. "description": "公益慈善",
  12579. "type": "string"
  12580. },
  12581. "star_level_dividends": {
  12582. "description": "星级分红",
  12583. "type": "string"
  12584. }
  12585. }
  12586. },
  12587. "md.GetEggEnergyVipSettingResp": {
  12588. "type": "object",
  12589. "properties": {
  12590. "level_list": {
  12591. "description": "会员等级列表",
  12592. "type": "array",
  12593. "items": {
  12594. "type": "object",
  12595. "additionalProperties": true
  12596. }
  12597. },
  12598. "list": {
  12599. "description": "会员权益设置",
  12600. "type": "array",
  12601. "items": {
  12602. "$ref": "#/definitions/md.VipEquitySettingNode"
  12603. }
  12604. }
  12605. }
  12606. },
  12607. "md.GetFreePublishUserReq": {
  12608. "type": "object",
  12609. "properties": {
  12610. "limit": {
  12611. "description": "每页大小",
  12612. "type": "integer"
  12613. },
  12614. "page": {
  12615. "description": "当前页数",
  12616. "type": "integer"
  12617. },
  12618. "uid": {
  12619. "description": "筛选的用户 ID",
  12620. "type": "integer"
  12621. }
  12622. }
  12623. },
  12624. "md.GetFreePublishUserResp": {
  12625. "type": "object",
  12626. "properties": {
  12627. "list": {
  12628. "description": "免罚用户列表",
  12629. "type": "array",
  12630. "items": {
  12631. "$ref": "#/definitions/md.FreePublishUserNode"
  12632. }
  12633. },
  12634. "paginate": {
  12635. "description": "分页信息",
  12636. "allOf": [
  12637. {
  12638. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12639. }
  12640. ]
  12641. }
  12642. }
  12643. },
  12644. "md.GetFriendCircleBasicSettingsResp": {
  12645. "type": "object",
  12646. "properties": {
  12647. "comment_is_real_name": {
  12648. "description": "评论是否需要实名认证(1:是 2:否)",
  12649. "type": "integer"
  12650. },
  12651. "comment_nums_every_day": {
  12652. "description": "评论每天次数",
  12653. "type": "integer"
  12654. },
  12655. "id": {
  12656. "type": "integer"
  12657. },
  12658. "publish_is_real_name": {
  12659. "description": "发布是否需要实名认证(1:是 2:否)",
  12660. "type": "integer"
  12661. },
  12662. "publish_nums_every_day": {
  12663. "description": "发布每天次数",
  12664. "type": "integer"
  12665. }
  12666. }
  12667. },
  12668. "md.GetFundDataListReq": {
  12669. "type": "object",
  12670. "properties": {
  12671. "end_at": {
  12672. "type": "string",
  12673. "example": "结束时间"
  12674. },
  12675. "kind": {
  12676. "description": "数据类型",
  12677. "type": "integer"
  12678. },
  12679. "limit": {
  12680. "description": "每页大小",
  12681. "type": "integer"
  12682. },
  12683. "page": {
  12684. "description": "页数",
  12685. "type": "integer"
  12686. },
  12687. "start_at": {
  12688. "type": "string",
  12689. "example": "开始时间"
  12690. }
  12691. }
  12692. },
  12693. "md.GetFundDataListResp": {
  12694. "type": "object",
  12695. "properties": {
  12696. "kind_list": {
  12697. "description": "类型列表",
  12698. "type": "array",
  12699. "items": {
  12700. "type": "object",
  12701. "additionalProperties": true
  12702. }
  12703. },
  12704. "list": {
  12705. "description": "数据列表",
  12706. "type": "array",
  12707. "items": {
  12708. "$ref": "#/definitions/md.FundDataNode"
  12709. }
  12710. },
  12711. "paginate": {
  12712. "description": "分页数据",
  12713. "allOf": [
  12714. {
  12715. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12716. }
  12717. ]
  12718. }
  12719. }
  12720. },
  12721. "md.GetFundDataRecordListReq": {
  12722. "type": "object",
  12723. "properties": {
  12724. "limit": {
  12725. "description": "页面大小",
  12726. "type": "integer"
  12727. },
  12728. "page": {
  12729. "description": "页数",
  12730. "type": "integer"
  12731. },
  12732. "system_id": {
  12733. "description": "数据在系统中的 ID",
  12734. "type": "integer"
  12735. }
  12736. }
  12737. },
  12738. "md.GetFundDataRecordListResp": {
  12739. "type": "object",
  12740. "properties": {
  12741. "list": {
  12742. "type": "array",
  12743. "items": {
  12744. "$ref": "#/definitions/md.FundDataRecordNode"
  12745. }
  12746. },
  12747. "paginate": {
  12748. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12749. }
  12750. }
  12751. },
  12752. "md.GetGreenEnergyUserCoinFlowListReq": {
  12753. "type": "object",
  12754. "properties": {
  12755. "coin_id": {
  12756. "description": "货币类型 ID",
  12757. "type": "integer"
  12758. },
  12759. "direction": {
  12760. "description": "流水方向:1收入 2支出",
  12761. "type": "integer"
  12762. },
  12763. "end_at": {
  12764. "description": "结束时间",
  12765. "type": "string"
  12766. },
  12767. "page": {
  12768. "description": "页数",
  12769. "type": "integer"
  12770. },
  12771. "page_size": {
  12772. "description": "每页大小",
  12773. "type": "integer"
  12774. },
  12775. "start_at": {
  12776. "description": "开始时间",
  12777. "type": "string"
  12778. },
  12779. "uid": {
  12780. "description": "用户 ID",
  12781. "type": "integer"
  12782. }
  12783. }
  12784. },
  12785. "md.GetGreenEnergyUserCoinFlowListResp": {
  12786. "type": "object",
  12787. "properties": {
  12788. "list": {
  12789. "description": "流水信息",
  12790. "type": "array",
  12791. "items": {
  12792. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12793. }
  12794. },
  12795. "paginate": {
  12796. "description": "分页信息",
  12797. "allOf": [
  12798. {
  12799. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12800. }
  12801. ]
  12802. },
  12803. "select_data": {
  12804. "description": "流水类型",
  12805. "allOf": [
  12806. {
  12807. "$ref": "#/definitions/md.SelectData"
  12808. }
  12809. ]
  12810. }
  12811. }
  12812. },
  12813. "md.GetGreenEnergyUserCoinListReq": {
  12814. "type": "object",
  12815. "properties": {
  12816. "end_coin": {
  12817. "type": "string",
  12818. "example": "最大金额"
  12819. },
  12820. "kind": {
  12821. "description": "虚拟币种类编号",
  12822. "type": "integer"
  12823. },
  12824. "page": {
  12825. "description": "页数",
  12826. "type": "integer"
  12827. },
  12828. "page_size": {
  12829. "description": "单页大小",
  12830. "type": "integer"
  12831. },
  12832. "start_coin": {
  12833. "type": "string",
  12834. "example": "最小金额"
  12835. },
  12836. "uid": {
  12837. "description": "指定查询用户 ID",
  12838. "type": "integer"
  12839. },
  12840. "user_name": {
  12841. "type": "string",
  12842. "example": "用户名称"
  12843. },
  12844. "user_phone": {
  12845. "type": "string",
  12846. "example": "手机号"
  12847. }
  12848. }
  12849. },
  12850. "md.GetGreenEnergyUserCoinListResp": {
  12851. "type": "object",
  12852. "properties": {
  12853. "kind_list": {
  12854. "description": "货币类型集合",
  12855. "type": "array",
  12856. "items": {
  12857. "$ref": "#/definitions/md.VirtualCoinListNode"
  12858. }
  12859. },
  12860. "list": {
  12861. "description": "余额集合",
  12862. "type": "array",
  12863. "items": {
  12864. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12865. }
  12866. },
  12867. "sum_user_amount": {
  12868. "description": "用户持有总数",
  12869. "type": "number"
  12870. },
  12871. "total": {
  12872. "description": "持有该类型用户数",
  12873. "type": "integer"
  12874. }
  12875. }
  12876. },
  12877. "md.GetLevelListResp": {
  12878. "type": "object",
  12879. "properties": {
  12880. "list": {
  12881. "type": "array",
  12882. "items": {
  12883. "$ref": "#/definitions/md.LevelListNode"
  12884. }
  12885. },
  12886. "paginate": {
  12887. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12888. }
  12889. }
  12890. },
  12891. "md.GetModuleSettingResp": {
  12892. "type": "object",
  12893. "properties": {
  12894. "data": {
  12895. "description": "内容"
  12896. },
  12897. "mod_name": {
  12898. "description": "模块名称",
  12899. "type": "string"
  12900. },
  12901. "position": {
  12902. "description": "位置",
  12903. "type": "string"
  12904. },
  12905. "skip_identifier": {
  12906. "description": "跳转标识",
  12907. "type": "string"
  12908. },
  12909. "subtitle": {
  12910. "description": "副标题",
  12911. "type": "string"
  12912. },
  12913. "title": {
  12914. "description": "标题",
  12915. "type": "string"
  12916. }
  12917. }
  12918. },
  12919. "md.GetOneLevelResp": {
  12920. "type": "object",
  12921. "properties": {
  12922. "auto_update": {
  12923. "description": "自动升级 0关闭,1开启",
  12924. "type": "integer"
  12925. },
  12926. "choosable_num": {
  12927. "description": "可选任务数量",
  12928. "type": "integer"
  12929. },
  12930. "is_use": {
  12931. "description": "是否开启(0.否, 1.是)",
  12932. "type": "integer"
  12933. },
  12934. "level_id": {
  12935. "description": "等级 ID",
  12936. "type": "integer"
  12937. },
  12938. "level_name": {
  12939. "description": "等级名称",
  12940. "type": "string"
  12941. },
  12942. "level_weight": {
  12943. "description": "等级权重",
  12944. "type": "integer"
  12945. },
  12946. "memo": {
  12947. "description": "备注",
  12948. "type": "string"
  12949. },
  12950. "task_type": {
  12951. "description": "任务类型关系",
  12952. "type": "array",
  12953. "items": {
  12954. "type": "object",
  12955. "additionalProperties": true
  12956. }
  12957. },
  12958. "user_level_tasks": {
  12959. "type": "array",
  12960. "items": {
  12961. "$ref": "#/definitions/model.UserLevelTask"
  12962. }
  12963. }
  12964. }
  12965. },
  12966. "md.GetPriceCurveResp": {
  12967. "type": "object",
  12968. "properties": {
  12969. "x_data": {
  12970. "type": "array",
  12971. "items": {}
  12972. },
  12973. "y_data": {
  12974. "type": "array",
  12975. "items": {}
  12976. }
  12977. }
  12978. },
  12979. "md.GetPublicPlatoonBasicResp": {
  12980. "type": "object",
  12981. "properties": {
  12982. "is_open": {
  12983. "description": "是否开启(1:开启 0:关闭)",
  12984. "type": "integer"
  12985. },
  12986. "is_self_active_get_team_revenue": {
  12987. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12988. "type": "integer"
  12989. },
  12990. "originator_name": {
  12991. "description": "创始人名称",
  12992. "type": "string"
  12993. },
  12994. "originator_uid": {
  12995. "description": "创始人uid",
  12996. "type": "integer"
  12997. },
  12998. "several_rows": {
  12999. "description": "几排",
  13000. "type": "integer"
  13001. },
  13002. "several_times": {
  13003. "description": "几乘",
  13004. "type": "integer"
  13005. },
  13006. "system_punish_replace": {
  13007. "description": "是否位置滑落 被新用户替换 0否 1是",
  13008. "type": "integer"
  13009. },
  13010. "system_punish_replace_value": {
  13011. "description": "xx天未活跃,处罚滑落",
  13012. "type": "integer"
  13013. }
  13014. }
  13015. },
  13016. "md.GetTagListResp": {
  13017. "type": "object",
  13018. "properties": {
  13019. "list": {
  13020. "type": "array",
  13021. "items": {
  13022. "$ref": "#/definitions/md.TagListNode"
  13023. }
  13024. },
  13025. "paginate": {
  13026. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13027. }
  13028. }
  13029. },
  13030. "md.GetVideoRewardResp": {
  13031. "type": "object",
  13032. "properties": {
  13033. "ecpm": {
  13034. "description": "当前 Ecpm 值",
  13035. "type": "string"
  13036. },
  13037. "unit_price": {
  13038. "description": "单价",
  13039. "type": "string"
  13040. }
  13041. }
  13042. },
  13043. "md.GetWithdrawApplyListNode": {
  13044. "type": "object",
  13045. "properties": {
  13046. "actual_receipt": {
  13047. "description": "实际到账",
  13048. "type": "string"
  13049. },
  13050. "ali_pay_account": {
  13051. "description": "支付宝账号",
  13052. "type": "string"
  13053. },
  13054. "ali_pay_name": {
  13055. "description": "支付宝昵称",
  13056. "type": "string"
  13057. },
  13058. "amount": {
  13059. "description": "提现金额",
  13060. "type": "string"
  13061. },
  13062. "apply_at": {
  13063. "description": "申请时间",
  13064. "type": "string"
  13065. },
  13066. "invite_code": {
  13067. "description": "邀请码",
  13068. "type": "string"
  13069. },
  13070. "memo": {
  13071. "description": "备注",
  13072. "type": "string"
  13073. },
  13074. "nickname": {
  13075. "description": "用户名称",
  13076. "type": "string"
  13077. },
  13078. "parentID": {
  13079. "description": "推荐人ID",
  13080. "type": "integer"
  13081. },
  13082. "parentPhone": {
  13083. "description": "推荐人手机号",
  13084. "type": "string"
  13085. },
  13086. "pay_at": {
  13087. "description": "到账时间",
  13088. "type": "string"
  13089. },
  13090. "state": {
  13091. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13092. "type": "integer"
  13093. },
  13094. "sys_fee": {
  13095. "description": "手续费",
  13096. "type": "string"
  13097. },
  13098. "tag": {
  13099. "description": "标签",
  13100. "type": "array",
  13101. "items": {
  13102. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  13103. }
  13104. },
  13105. "user_id": {
  13106. "description": "会员 ID",
  13107. "type": "integer"
  13108. },
  13109. "wechat_pay_account": {
  13110. "description": "微信账号",
  13111. "type": "string"
  13112. },
  13113. "wechat_pay_name": {
  13114. "description": "微信昵称",
  13115. "type": "string"
  13116. },
  13117. "withdraw_apply_id": {
  13118. "description": "提现申请id",
  13119. "type": "integer"
  13120. },
  13121. "withdraw_type": {
  13122. "description": "转账平台(1:支付宝 2:微信)",
  13123. "type": "integer"
  13124. }
  13125. }
  13126. },
  13127. "md.GetWithdrawApplyListReq": {
  13128. "type": "object",
  13129. "properties": {
  13130. "amount_begin": {
  13131. "description": "最小金额",
  13132. "type": "string"
  13133. },
  13134. "amount_end": {
  13135. "description": "最大金额",
  13136. "type": "string"
  13137. },
  13138. "apply_end_at": {
  13139. "description": "申请结束时间",
  13140. "type": "string"
  13141. },
  13142. "apply_start_at": {
  13143. "description": "申请开始时间",
  13144. "type": "string"
  13145. },
  13146. "examine_end_at": {
  13147. "description": "审核结束时间",
  13148. "type": "string"
  13149. },
  13150. "examine_start_at": {
  13151. "description": "审核开始时间",
  13152. "type": "string"
  13153. },
  13154. "is_first": {
  13155. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  13156. "type": "string"
  13157. },
  13158. "level": {
  13159. "description": "会员等级",
  13160. "type": "string"
  13161. },
  13162. "limit": {
  13163. "description": "页面大小",
  13164. "type": "integer"
  13165. },
  13166. "nickname": {
  13167. "description": "用户昵称",
  13168. "type": "string"
  13169. },
  13170. "page": {
  13171. "description": "页数",
  13172. "type": "integer"
  13173. },
  13174. "parent_id": {
  13175. "description": "推荐人 ID",
  13176. "type": "string"
  13177. },
  13178. "payment_type": {
  13179. "description": "打款类型 1:手动;2:自动",
  13180. "type": "string"
  13181. },
  13182. "phone": {
  13183. "description": "用户手机号",
  13184. "type": "string"
  13185. },
  13186. "state": {
  13187. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13188. "type": "string"
  13189. },
  13190. "uid": {
  13191. "description": "用户 ID",
  13192. "type": "string"
  13193. },
  13194. "withdraw_account": {
  13195. "description": "支付宝/微信昵称",
  13196. "type": "string"
  13197. },
  13198. "withdraw_name": {
  13199. "description": "支付宝姓名",
  13200. "type": "string"
  13201. },
  13202. "withdraw_type": {
  13203. "description": "提现方式(1:支付宝 2:微信)",
  13204. "type": "string"
  13205. }
  13206. }
  13207. },
  13208. "md.GetWithdrawApplyListResp": {
  13209. "type": "object",
  13210. "properties": {
  13211. "levels_list": {
  13212. "description": "等级列表",
  13213. "type": "array",
  13214. "items": {
  13215. "type": "object",
  13216. "additionalProperties": true
  13217. }
  13218. },
  13219. "list": {
  13220. "type": "array",
  13221. "items": {
  13222. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  13223. }
  13224. },
  13225. "paginate": {
  13226. "description": "分页信息",
  13227. "allOf": [
  13228. {
  13229. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  13230. }
  13231. ]
  13232. },
  13233. "pay_failed_amount": {
  13234. "description": "打款失败金额",
  13235. "type": "string"
  13236. },
  13237. "pay_succeed_amount": {
  13238. "description": "打款成功金额",
  13239. "type": "string"
  13240. },
  13241. "pending_amount": {
  13242. "description": "处理中金额",
  13243. "type": "string"
  13244. },
  13245. "reason_list": {
  13246. "description": "审核失败(驳回理由)",
  13247. "type": "array",
  13248. "items": {
  13249. "type": "object",
  13250. "additionalProperties": true
  13251. }
  13252. },
  13253. "tags_list": {
  13254. "description": "标签列表",
  13255. "type": "array",
  13256. "items": {
  13257. "type": "object",
  13258. "additionalProperties": true
  13259. }
  13260. },
  13261. "under_review": {
  13262. "description": "审核中金额",
  13263. "type": "string"
  13264. }
  13265. }
  13266. },
  13267. "md.GetWithdrawSettingResp": {
  13268. "type": "object",
  13269. "properties": {
  13270. "condition_is_open": {
  13271. "description": "提现条件是否开启(0:关闭, 1:开启)",
  13272. "type": "integer"
  13273. },
  13274. "first_withdraw_set": {
  13275. "description": "首次提现设置",
  13276. "allOf": [
  13277. {
  13278. "$ref": "#/definitions/md.FirstWithdrawSet"
  13279. }
  13280. ]
  13281. },
  13282. "frequency_set": {
  13283. "description": "频率设置(0:日 1:周 2:月 3:年)",
  13284. "allOf": [
  13285. {
  13286. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13287. }
  13288. ]
  13289. },
  13290. "id": {
  13291. "type": "integer"
  13292. },
  13293. "is_auto": {
  13294. "description": "是否开启自动提现(0:否 1:是)",
  13295. "type": "integer"
  13296. },
  13297. "is_auto_amount_limit": {
  13298. "description": "自动提现金额限制",
  13299. "type": "string"
  13300. },
  13301. "is_real_name": {
  13302. "description": "是否实名(0:否 1:是)",
  13303. "type": "integer"
  13304. },
  13305. "is_support_decimal_point": {
  13306. "description": "是否支持小数点(0:否 1:是)",
  13307. "type": "integer"
  13308. },
  13309. "level_list": {
  13310. "description": "会员等级列表",
  13311. "type": "array",
  13312. "items": {
  13313. "type": "object",
  13314. "additionalProperties": true
  13315. }
  13316. },
  13317. "pending_orders_is_can_apply": {
  13318. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13319. "type": "integer"
  13320. },
  13321. "tips": {
  13322. "description": "提示",
  13323. "type": "string"
  13324. },
  13325. "vip_level_limit": {
  13326. "description": "提现等级限制",
  13327. "type": "integer"
  13328. },
  13329. "withdraw_amount_limit": {
  13330. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13331. "type": "string"
  13332. },
  13333. "withdraw_fee_set": {
  13334. "description": "提现手续费设置",
  13335. "allOf": [
  13336. {
  13337. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13338. }
  13339. ]
  13340. },
  13341. "withdraw_multiple_limit": {
  13342. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13343. "type": "string"
  13344. },
  13345. "withdraw_nums_limit": {
  13346. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13347. "type": "integer"
  13348. },
  13349. "withdraw_time_interval": {
  13350. "description": "提现时段",
  13351. "allOf": [
  13352. {
  13353. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13354. }
  13355. ]
  13356. },
  13357. "withdraw_type": {
  13358. "description": "提现方式(1:支付宝 2:微信)",
  13359. "type": "integer"
  13360. }
  13361. }
  13362. },
  13363. "md.GroupListReq": {
  13364. "type": "object",
  13365. "properties": {
  13366. "group_admin": {
  13367. "description": "群主",
  13368. "type": "string"
  13369. },
  13370. "name": {
  13371. "description": "群名称",
  13372. "type": "string"
  13373. },
  13374. "page": {
  13375. "type": "integer"
  13376. },
  13377. "page_size": {
  13378. "type": "integer"
  13379. },
  13380. "start_time_end": {
  13381. "type": "string",
  13382. "example": "创建时间-截止"
  13383. },
  13384. "start_time_start": {
  13385. "type": "string",
  13386. "example": "创建时间-起始"
  13387. }
  13388. }
  13389. },
  13390. "md.GroupListResp": {
  13391. "type": "object",
  13392. "properties": {
  13393. "list": {
  13394. "type": "array",
  13395. "items": {
  13396. "type": "object",
  13397. "properties": {
  13398. "avatarUrl": {
  13399. "description": "头像",
  13400. "type": "string"
  13401. },
  13402. "createTime": {
  13403. "description": "创建时间",
  13404. "type": "string"
  13405. },
  13406. "extra": {
  13407. "description": "附加字段",
  13408. "type": "string"
  13409. },
  13410. "id": {
  13411. "description": "群组id",
  13412. "type": "integer"
  13413. },
  13414. "introduction": {
  13415. "description": "群简介",
  13416. "type": "string"
  13417. },
  13418. "isAllAddFriend": {
  13419. "description": "是否允许加好友(1:是 2:否)",
  13420. "type": "integer"
  13421. },
  13422. "isAllMemberBanned": {
  13423. "description": "是否全员禁言(1:是 2:否)",
  13424. "type": "integer"
  13425. },
  13426. "name": {
  13427. "description": "组名",
  13428. "type": "string"
  13429. },
  13430. "nickname": {
  13431. "description": "群主昵称",
  13432. "type": "string"
  13433. },
  13434. "phoneNumber": {
  13435. "description": "群主账号",
  13436. "type": "string"
  13437. },
  13438. "updateTime": {
  13439. "description": "更新时间",
  13440. "type": "string"
  13441. },
  13442. "userNum": {
  13443. "description": "群组人数",
  13444. "type": "integer"
  13445. }
  13446. }
  13447. }
  13448. },
  13449. "page": {
  13450. "type": "integer"
  13451. },
  13452. "page_size": {
  13453. "type": "integer"
  13454. },
  13455. "total": {
  13456. "type": "integer"
  13457. }
  13458. }
  13459. },
  13460. "md.Guide": {
  13461. "type": "object",
  13462. "properties": {
  13463. "bg_image": {
  13464. "type": "string"
  13465. },
  13466. "bg_image_url": {
  13467. "type": "string"
  13468. },
  13469. "content_image": {
  13470. "type": "string"
  13471. },
  13472. "content_image_url": {
  13473. "type": "string"
  13474. }
  13475. }
  13476. },
  13477. "md.JPushGetLevelListResp": {
  13478. "type": "object",
  13479. "properties": {
  13480. "list": {
  13481. "type": "array",
  13482. "items": {
  13483. "$ref": "#/definitions/md.LevelListNode"
  13484. }
  13485. },
  13486. "paginate": {
  13487. "$ref": "#/definitions/applet_app_md.Paginate"
  13488. }
  13489. }
  13490. },
  13491. "md.JPushGetTagListResp": {
  13492. "type": "object",
  13493. "properties": {
  13494. "list": {
  13495. "type": "array",
  13496. "items": {
  13497. "$ref": "#/definitions/md.TagListNode"
  13498. }
  13499. },
  13500. "paginate": {
  13501. "$ref": "#/definitions/applet_app_md.Paginate"
  13502. }
  13503. }
  13504. },
  13505. "md.JPushGetUserListReq": {
  13506. "type": "object",
  13507. "properties": {
  13508. "effective": {
  13509. "description": "有效会员",
  13510. "type": "integer"
  13511. },
  13512. "id": {
  13513. "description": "会员 ID",
  13514. "type": "integer"
  13515. },
  13516. "invite_code": {
  13517. "type": "string",
  13518. "example": "会员邀请码"
  13519. },
  13520. "is_real_name": {
  13521. "description": "是否实名 0.未实名,1.已实名",
  13522. "type": "integer"
  13523. },
  13524. "level": {
  13525. "description": "会员等级",
  13526. "type": "integer"
  13527. },
  13528. "limit": {
  13529. "type": "integer"
  13530. },
  13531. "login_after": {
  13532. "description": "最近登录结束时间",
  13533. "type": "string"
  13534. },
  13535. "login_before": {
  13536. "description": "最近登录开始时间",
  13537. "type": "string"
  13538. },
  13539. "memo": {
  13540. "description": "备注",
  13541. "type": "string"
  13542. },
  13543. "nickname": {
  13544. "type": "string",
  13545. "example": "会员昵称"
  13546. },
  13547. "page": {
  13548. "type": "integer"
  13549. },
  13550. "parent_invite_code": {
  13551. "type": "string",
  13552. "example": "上级邀请码"
  13553. },
  13554. "parent_phone": {
  13555. "type": "string",
  13556. "example": "上级手机号"
  13557. },
  13558. "phone": {
  13559. "type": "string",
  13560. "example": "会员手机号"
  13561. },
  13562. "recommend_id": {
  13563. "description": "推荐人 ID",
  13564. "type": "integer"
  13565. },
  13566. "register_after": {
  13567. "description": "注册时间终点",
  13568. "type": "string"
  13569. },
  13570. "register_before": {
  13571. "description": "注册时间起点",
  13572. "type": "string"
  13573. },
  13574. "register_type": {
  13575. "description": "注册类型(1:APP注册、2:H5注册)",
  13576. "type": "integer"
  13577. },
  13578. "sex": {
  13579. "description": "性别(0:未知 1:男 2:女)",
  13580. "type": "integer"
  13581. },
  13582. "state": {
  13583. "description": "状态",
  13584. "type": "integer"
  13585. },
  13586. "tag": {
  13587. "description": "标签 id",
  13588. "type": "integer"
  13589. },
  13590. "union_id": {
  13591. "type": "string",
  13592. "example": "微信号"
  13593. }
  13594. }
  13595. },
  13596. "md.LevelListNode": {
  13597. "type": "object",
  13598. "properties": {
  13599. "count": {
  13600. "description": "等级人数",
  13601. "type": "string"
  13602. },
  13603. "create_at": {
  13604. "description": "创建时间",
  13605. "type": "string"
  13606. },
  13607. "is_use": {
  13608. "description": "是否开启(0.否, 1.是)",
  13609. "type": "integer"
  13610. },
  13611. "level_id": {
  13612. "description": "等级 ID",
  13613. "type": "integer"
  13614. },
  13615. "level_name": {
  13616. "description": "等级名称",
  13617. "type": "string"
  13618. },
  13619. "level_weight": {
  13620. "description": "等级权重",
  13621. "type": "integer"
  13622. },
  13623. "memo": {
  13624. "description": "备注",
  13625. "type": "string"
  13626. }
  13627. }
  13628. },
  13629. "md.LevelTaskNode": {
  13630. "type": "object",
  13631. "properties": {
  13632. "active_days": {
  13633. "description": "活跃多少天",
  13634. "type": "string"
  13635. },
  13636. "finish_count": {
  13637. "description": "多少天内完成的指标",
  13638. "type": "string"
  13639. },
  13640. "is_must_task": {
  13641. "description": "是否必做(0,1)",
  13642. "type": "string"
  13643. },
  13644. "task_type": {
  13645. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  13646. "type": "string"
  13647. },
  13648. "task_type_level_id": {
  13649. "description": "会员等级 ID (task_type=3时生效)",
  13650. "type": "string"
  13651. },
  13652. "within_days": {
  13653. "description": "多少天内完成",
  13654. "type": "string"
  13655. }
  13656. }
  13657. },
  13658. "md.ListCommunityDividendsReq": {
  13659. "type": "object",
  13660. "properties": {
  13661. "end_at": {
  13662. "description": "结束时间",
  13663. "type": "string"
  13664. },
  13665. "end_nums": {
  13666. "description": "分红总量上限",
  13667. "type": "integer"
  13668. },
  13669. "limit": {
  13670. "description": "每页大小",
  13671. "type": "integer"
  13672. },
  13673. "page": {
  13674. "description": "页数",
  13675. "type": "integer"
  13676. },
  13677. "start_at": {
  13678. "description": "开始时间",
  13679. "type": "string"
  13680. },
  13681. "start_nums": {
  13682. "description": "分红总量下限",
  13683. "type": "integer"
  13684. }
  13685. }
  13686. },
  13687. "md.ListCommunityDividendsResp": {
  13688. "type": "object",
  13689. "properties": {
  13690. "list": {
  13691. "type": "array",
  13692. "items": {
  13693. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  13694. }
  13695. },
  13696. "paginate": {
  13697. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13698. }
  13699. }
  13700. },
  13701. "md.ListCommunityDividendsWithUserReq": {
  13702. "type": "object",
  13703. "properties": {
  13704. "limit": {
  13705. "type": "integer"
  13706. },
  13707. "page": {
  13708. "type": "integer"
  13709. },
  13710. "phone": {
  13711. "type": "string"
  13712. },
  13713. "uid": {
  13714. "type": "integer"
  13715. }
  13716. }
  13717. },
  13718. "md.ListCommunityDividendsWithUserResp": {
  13719. "type": "object",
  13720. "properties": {
  13721. "list": {
  13722. "type": "array",
  13723. "items": {
  13724. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  13725. }
  13726. },
  13727. "paginate": {
  13728. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13729. }
  13730. }
  13731. },
  13732. "md.ListPlatformRevenueReq": {
  13733. "type": "object",
  13734. "properties": {
  13735. "end_at": {
  13736. "type": "string",
  13737. "example": "结束时间"
  13738. },
  13739. "kind": {
  13740. "description": "数据类型",
  13741. "type": "integer"
  13742. },
  13743. "limit": {
  13744. "description": "每页大小",
  13745. "type": "integer"
  13746. },
  13747. "page": {
  13748. "description": "页数",
  13749. "type": "integer"
  13750. },
  13751. "start_at": {
  13752. "type": "string",
  13753. "example": "开始时间"
  13754. }
  13755. }
  13756. },
  13757. "md.ListPlatformRevenueResp": {
  13758. "type": "object",
  13759. "properties": {
  13760. "kind_list": {
  13761. "description": "类型列表",
  13762. "type": "array",
  13763. "items": {
  13764. "type": "object",
  13765. "additionalProperties": true
  13766. }
  13767. },
  13768. "list": {
  13769. "description": "数据列表",
  13770. "type": "array",
  13771. "items": {
  13772. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  13773. }
  13774. },
  13775. "paginate": {
  13776. "description": "分页数据",
  13777. "allOf": [
  13778. {
  13779. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13780. }
  13781. ]
  13782. }
  13783. }
  13784. },
  13785. "md.LoginReq": {
  13786. "type": "object",
  13787. "required": [
  13788. "password",
  13789. "username"
  13790. ],
  13791. "properties": {
  13792. "code": {
  13793. "type": "string",
  13794. "example": "验证码"
  13795. },
  13796. "password": {
  13797. "type": "string",
  13798. "example": "登录密码"
  13799. },
  13800. "username": {
  13801. "type": "string",
  13802. "example": "登录账号"
  13803. }
  13804. }
  13805. },
  13806. "md.LoginResponse": {
  13807. "type": "object",
  13808. "properties": {
  13809. "token": {
  13810. "type": "string"
  13811. }
  13812. }
  13813. },
  13814. "md.ManualScoreReq": {
  13815. "type": "object",
  13816. "properties": {
  13817. "index_id": {
  13818. "description": "文档id",
  13819. "type": "string"
  13820. },
  13821. "score": {
  13822. "type": "string",
  13823. "example": "分数"
  13824. }
  13825. }
  13826. },
  13827. "md.ModuleSettingGetResp": {
  13828. "type": "object",
  13829. "properties": {
  13830. "data": {
  13831. "description": "内容"
  13832. },
  13833. "mod_name": {
  13834. "description": "模块名称",
  13835. "type": "string"
  13836. },
  13837. "mod_name_list": {
  13838. "description": "模块名称对照",
  13839. "type": "array",
  13840. "items": {
  13841. "type": "object",
  13842. "additionalProperties": true
  13843. }
  13844. },
  13845. "position": {
  13846. "description": "位置",
  13847. "type": "string"
  13848. },
  13849. "skip_identifier": {
  13850. "description": "跳转标识",
  13851. "type": "string"
  13852. },
  13853. "subtitle": {
  13854. "description": "副标题",
  13855. "type": "string"
  13856. },
  13857. "title": {
  13858. "description": "标题",
  13859. "type": "string"
  13860. }
  13861. }
  13862. },
  13863. "md.ModuleSettingUpdateReq": {
  13864. "type": "object",
  13865. "properties": {
  13866. "data": {
  13867. "description": "内容",
  13868. "type": "object",
  13869. "additionalProperties": true
  13870. },
  13871. "mod_name_value": {
  13872. "description": "模块类型值",
  13873. "type": "string"
  13874. },
  13875. "position": {
  13876. "description": "位置",
  13877. "type": "string"
  13878. },
  13879. "skip_identifier": {
  13880. "description": "跳转标识",
  13881. "type": "string"
  13882. },
  13883. "subtitle": {
  13884. "description": "副标题",
  13885. "type": "string"
  13886. },
  13887. "title": {
  13888. "description": "标题",
  13889. "type": "string"
  13890. }
  13891. }
  13892. },
  13893. "md.NewUserRedPackageGetBasicResp": {
  13894. "type": "object",
  13895. "properties": {
  13896. "create_at": {
  13897. "type": "string"
  13898. },
  13899. "days": {
  13900. "description": "天数",
  13901. "type": "integer"
  13902. },
  13903. "is_double": {
  13904. "description": "是否翻倍",
  13905. "type": "integer"
  13906. },
  13907. "is_open": {
  13908. "description": "是否开启(1:开启 0:关闭)",
  13909. "type": "integer"
  13910. },
  13911. "total_amount": {
  13912. "type": "string",
  13913. "example": "总金额"
  13914. },
  13915. "update_at": {
  13916. "type": "string"
  13917. }
  13918. }
  13919. },
  13920. "md.NewUserRedPackageRecordFlowListReq": {
  13921. "type": "object",
  13922. "properties": {
  13923. "end_at": {
  13924. "description": "结束时间",
  13925. "type": "string"
  13926. },
  13927. "limit": {
  13928. "description": "每页大小",
  13929. "type": "integer"
  13930. },
  13931. "page": {
  13932. "description": "页数",
  13933. "type": "integer"
  13934. },
  13935. "start_at": {
  13936. "description": "开始时间",
  13937. "type": "string"
  13938. },
  13939. "uid": {
  13940. "description": "用户 ID",
  13941. "type": "integer"
  13942. }
  13943. }
  13944. },
  13945. "md.NewUserRedPackageRecordFlowListResp": {
  13946. "type": "object",
  13947. "properties": {
  13948. "list": {
  13949. "type": "array",
  13950. "items": {
  13951. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  13952. }
  13953. },
  13954. "paginate": {
  13955. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13956. }
  13957. }
  13958. },
  13959. "md.NewUserRedPackageRecordFlowNode": {
  13960. "type": "object",
  13961. "properties": {
  13962. "balance_amount": {
  13963. "description": "剩余金额",
  13964. "type": "string"
  13965. },
  13966. "balance_days": {
  13967. "description": "剩余天数",
  13968. "type": "integer"
  13969. },
  13970. "basic_amount": {
  13971. "description": "基础金额",
  13972. "type": "string"
  13973. },
  13974. "create_at": {
  13975. "description": "创建时间",
  13976. "type": "string"
  13977. },
  13978. "day_num": {
  13979. "description": "第x天",
  13980. "type": "integer"
  13981. },
  13982. "double_rate": {
  13983. "description": "倍率",
  13984. "type": "string"
  13985. },
  13986. "id": {
  13987. "description": "流水 ID",
  13988. "type": "integer"
  13989. },
  13990. "is_double": {
  13991. "description": "是否翻倍",
  13992. "type": "integer"
  13993. },
  13994. "receive_days": {
  13995. "description": "领取天数",
  13996. "type": "integer"
  13997. },
  13998. "total_amount": {
  13999. "description": "实际金额",
  14000. "type": "string"
  14001. },
  14002. "uid": {
  14003. "description": "用户 ID",
  14004. "type": "integer"
  14005. }
  14006. }
  14007. },
  14008. "md.NewUserRedPackageRecordListReq": {
  14009. "type": "object",
  14010. "properties": {
  14011. "end_at": {
  14012. "description": "结束时间",
  14013. "type": "string"
  14014. },
  14015. "limit": {
  14016. "description": "每页大小",
  14017. "type": "integer"
  14018. },
  14019. "page": {
  14020. "description": "页数",
  14021. "type": "integer"
  14022. },
  14023. "start_at": {
  14024. "description": "开始时间",
  14025. "type": "string"
  14026. },
  14027. "uid": {
  14028. "description": "用户 ID",
  14029. "type": "integer"
  14030. }
  14031. }
  14032. },
  14033. "md.NewUserRedPackageRecordListResp": {
  14034. "type": "object",
  14035. "properties": {
  14036. "list": {
  14037. "type": "array",
  14038. "items": {
  14039. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  14040. }
  14041. },
  14042. "paginate": {
  14043. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14044. }
  14045. }
  14046. },
  14047. "md.NewUserRedPackageRecordNode": {
  14048. "type": "object",
  14049. "properties": {
  14050. "balance_amount": {
  14051. "description": "剩余金额",
  14052. "type": "string"
  14053. },
  14054. "balance_days": {
  14055. "description": "剩余天数",
  14056. "type": "integer"
  14057. },
  14058. "create_at": {
  14059. "description": "创建时间",
  14060. "type": "string"
  14061. },
  14062. "days": {
  14063. "description": "天数",
  14064. "type": "integer"
  14065. },
  14066. "receive_days": {
  14067. "description": "领取天数",
  14068. "type": "integer"
  14069. },
  14070. "state": {
  14071. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  14072. "type": "integer"
  14073. },
  14074. "system_id": {
  14075. "description": "系统中记录的 ID",
  14076. "type": "integer"
  14077. },
  14078. "total_amount": {
  14079. "description": "金额",
  14080. "type": "string"
  14081. },
  14082. "uid": {
  14083. "description": "用户 ID",
  14084. "type": "integer"
  14085. },
  14086. "update_at": {
  14087. "description": "修改时间",
  14088. "type": "string"
  14089. }
  14090. }
  14091. },
  14092. "md.NewUserRedPackageUpdateBasicReq": {
  14093. "type": "object",
  14094. "properties": {
  14095. "days": {
  14096. "description": "天数",
  14097. "type": "integer"
  14098. },
  14099. "is_double": {
  14100. "description": "是否翻倍",
  14101. "type": "integer"
  14102. },
  14103. "is_open": {
  14104. "description": "是否开启(1:开启 0:关闭)",
  14105. "type": "integer"
  14106. },
  14107. "total_amount": {
  14108. "type": "string",
  14109. "example": "总金额"
  14110. }
  14111. }
  14112. },
  14113. "md.NewUserRewardRules": {
  14114. "type": "object",
  14115. "properties": {
  14116. "continue_days": {
  14117. "description": "连续x天",
  14118. "type": "integer"
  14119. },
  14120. "invite_user_reward_value": {
  14121. "description": "拉新用户奖励x个活跃积分",
  14122. "type": "integer"
  14123. },
  14124. "reward_coefficient": {
  14125. "description": "奖励系数",
  14126. "type": "number"
  14127. }
  14128. }
  14129. },
  14130. "md.NoticeAliyunSmsList": {
  14131. "type": "object",
  14132. "properties": {
  14133. "content": {
  14134. "type": "string",
  14135. "example": "这是 填短信模板id"
  14136. },
  14137. "day": {
  14138. "type": "string",
  14139. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14140. },
  14141. "id": {
  14142. "type": "string"
  14143. },
  14144. "is_show": {
  14145. "type": "string"
  14146. },
  14147. "notice_day": {
  14148. "type": "string",
  14149. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14150. },
  14151. "title": {
  14152. "type": "string"
  14153. },
  14154. "type": {
  14155. "type": "string"
  14156. }
  14157. }
  14158. },
  14159. "md.NoticeAliyunSmsListReq": {
  14160. "type": "object",
  14161. "properties": {
  14162. "limit": {
  14163. "description": "每页大小",
  14164. "type": "string"
  14165. },
  14166. "page": {
  14167. "description": "页数",
  14168. "type": "string"
  14169. }
  14170. }
  14171. },
  14172. "md.NoticeAliyunSmsListResp": {
  14173. "type": "object",
  14174. "properties": {
  14175. "list": {
  14176. "type": "array",
  14177. "items": {
  14178. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  14179. }
  14180. },
  14181. "select_data": {
  14182. "type": "array",
  14183. "items": {
  14184. "type": "object",
  14185. "additionalProperties": {
  14186. "type": "string"
  14187. }
  14188. }
  14189. },
  14190. "total": {
  14191. "type": "integer"
  14192. }
  14193. }
  14194. },
  14195. "md.NoticeAliyunSmsSaveReq": {
  14196. "type": "object",
  14197. "properties": {
  14198. "content": {
  14199. "type": "string"
  14200. },
  14201. "day": {
  14202. "type": "string",
  14203. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14204. },
  14205. "id": {
  14206. "type": "string"
  14207. },
  14208. "is_show": {
  14209. "type": "string"
  14210. },
  14211. "notice_day": {
  14212. "type": "string",
  14213. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14214. },
  14215. "title": {
  14216. "type": "string"
  14217. },
  14218. "type": {
  14219. "type": "string"
  14220. }
  14221. }
  14222. },
  14223. "md.NoticeDelReq": {
  14224. "type": "object",
  14225. "properties": {
  14226. "id": {
  14227. "type": "array",
  14228. "items": {
  14229. "type": "string"
  14230. }
  14231. }
  14232. }
  14233. },
  14234. "md.NoticeList": {
  14235. "type": "object",
  14236. "properties": {
  14237. "content": {
  14238. "type": "string"
  14239. },
  14240. "day": {
  14241. "type": "string",
  14242. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14243. },
  14244. "id": {
  14245. "type": "string"
  14246. },
  14247. "jpush_open": {
  14248. "type": "string",
  14249. "example": "app推送开启 0关 1开"
  14250. },
  14251. "notice_day": {
  14252. "type": "string",
  14253. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14254. },
  14255. "sms_code": {
  14256. "type": "string",
  14257. "example": "短信模板id"
  14258. },
  14259. "sms_open": {
  14260. "type": "string",
  14261. "example": "短信推送开启 0关 1开"
  14262. },
  14263. "title": {
  14264. "type": "string"
  14265. },
  14266. "type": {
  14267. "type": "string"
  14268. }
  14269. }
  14270. },
  14271. "md.NoticeListReq": {
  14272. "type": "object",
  14273. "properties": {
  14274. "limit": {
  14275. "description": "每页大小",
  14276. "type": "string"
  14277. },
  14278. "page": {
  14279. "description": "页数",
  14280. "type": "string"
  14281. }
  14282. }
  14283. },
  14284. "md.NoticeListResp": {
  14285. "type": "object",
  14286. "properties": {
  14287. "change_data": {
  14288. "type": "array",
  14289. "items": {
  14290. "type": "object",
  14291. "additionalProperties": {
  14292. "type": "string"
  14293. }
  14294. }
  14295. },
  14296. "list": {
  14297. "type": "array",
  14298. "items": {
  14299. "$ref": "#/definitions/md.NoticeList"
  14300. }
  14301. },
  14302. "select_data": {
  14303. "type": "array",
  14304. "items": {
  14305. "type": "object",
  14306. "additionalProperties": {
  14307. "type": "string"
  14308. }
  14309. }
  14310. },
  14311. "total": {
  14312. "type": "integer"
  14313. }
  14314. }
  14315. },
  14316. "md.NoticePushList": {
  14317. "type": "object",
  14318. "properties": {
  14319. "content": {
  14320. "type": "string"
  14321. },
  14322. "id": {
  14323. "type": "string"
  14324. },
  14325. "platform": {
  14326. "type": "string"
  14327. },
  14328. "send_end_time": {
  14329. "type": "string",
  14330. "example": "如 2024-11-25 11:56:00"
  14331. },
  14332. "send_start_time": {
  14333. "type": "string",
  14334. "example": "如 2024-11-25 11:56:00"
  14335. },
  14336. "send_type": {
  14337. "type": "string",
  14338. "example": "0立即推送 1定时推送"
  14339. },
  14340. "state": {
  14341. "type": "string",
  14342. "example": "0待发送 1发送成功"
  14343. },
  14344. "target": {
  14345. "type": "string"
  14346. },
  14347. "title": {
  14348. "type": "string"
  14349. }
  14350. }
  14351. },
  14352. "md.NoticePushListResp": {
  14353. "type": "object",
  14354. "properties": {
  14355. "list": {
  14356. "type": "array",
  14357. "items": {
  14358. "$ref": "#/definitions/md.NoticePushList"
  14359. }
  14360. },
  14361. "platform_data": {
  14362. "type": "array",
  14363. "items": {
  14364. "type": "object",
  14365. "additionalProperties": {
  14366. "type": "string"
  14367. }
  14368. }
  14369. },
  14370. "target_data": {
  14371. "type": "array",
  14372. "items": {
  14373. "type": "object",
  14374. "additionalProperties": {
  14375. "type": "string"
  14376. }
  14377. }
  14378. },
  14379. "total": {
  14380. "type": "integer"
  14381. }
  14382. }
  14383. },
  14384. "md.NoticePushSaveReq": {
  14385. "type": "object",
  14386. "properties": {
  14387. "content": {
  14388. "type": "string"
  14389. },
  14390. "id": {
  14391. "type": "string"
  14392. },
  14393. "level": {
  14394. "type": "array",
  14395. "items": {
  14396. "type": "string"
  14397. }
  14398. },
  14399. "platform": {
  14400. "type": "string"
  14401. },
  14402. "send_end_time": {
  14403. "type": "string"
  14404. },
  14405. "send_start_time": {
  14406. "type": "string"
  14407. },
  14408. "send_type": {
  14409. "type": "string"
  14410. },
  14411. "tag_list": {
  14412. "type": "array",
  14413. "items": {
  14414. "type": "string"
  14415. }
  14416. },
  14417. "target": {
  14418. "type": "string"
  14419. },
  14420. "title": {
  14421. "type": "string"
  14422. },
  14423. "user_list": {
  14424. "type": "array",
  14425. "items": {
  14426. "type": "string"
  14427. }
  14428. }
  14429. }
  14430. },
  14431. "md.NoticeSaveReq": {
  14432. "type": "object",
  14433. "properties": {
  14434. "content": {
  14435. "type": "string"
  14436. },
  14437. "day": {
  14438. "type": "string",
  14439. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14440. },
  14441. "id": {
  14442. "type": "string"
  14443. },
  14444. "jpush_open": {
  14445. "type": "string",
  14446. "example": "app推送开启 0关 1开"
  14447. },
  14448. "notice_day": {
  14449. "type": "string",
  14450. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14451. },
  14452. "sms_code": {
  14453. "type": "string",
  14454. "example": "短信模板id"
  14455. },
  14456. "sms_open": {
  14457. "type": "string",
  14458. "example": "短信推送开启 0关 1开"
  14459. },
  14460. "title": {
  14461. "type": "string"
  14462. },
  14463. "type": {
  14464. "type": "string"
  14465. }
  14466. }
  14467. },
  14468. "md.OtherNode": {
  14469. "type": "object",
  14470. "properties": {
  14471. "create_at": {
  14472. "description": "注册时间",
  14473. "type": "string"
  14474. },
  14475. "last_login_at": {
  14476. "description": "最近登录时间",
  14477. "type": "string"
  14478. },
  14479. "last_login_ip": {
  14480. "description": "最后登录 IP",
  14481. "type": "string"
  14482. }
  14483. }
  14484. },
  14485. "md.PageCustomerServiceReq": {
  14486. "type": "object",
  14487. "properties": {
  14488. "memo": {
  14489. "type": "string",
  14490. "example": "备注"
  14491. },
  14492. "page": {
  14493. "type": "integer"
  14494. },
  14495. "page_size": {
  14496. "type": "integer"
  14497. },
  14498. "phone": {
  14499. "description": "手机号",
  14500. "type": "string"
  14501. },
  14502. "state": {
  14503. "description": "状态",
  14504. "type": "integer"
  14505. }
  14506. }
  14507. },
  14508. "md.PageEmoticonReq": {
  14509. "type": "object",
  14510. "properties": {
  14511. "memo": {
  14512. "type": "string",
  14513. "example": "备注"
  14514. },
  14515. "name": {
  14516. "description": "表情名称",
  14517. "type": "string"
  14518. },
  14519. "page": {
  14520. "type": "integer"
  14521. },
  14522. "page_size": {
  14523. "type": "integer"
  14524. },
  14525. "state": {
  14526. "description": "状态",
  14527. "type": "integer"
  14528. }
  14529. }
  14530. },
  14531. "md.PageSendRedPackageOrdReq": {
  14532. "type": "object",
  14533. "properties": {
  14534. "invite_code": {
  14535. "description": "邀请码",
  14536. "type": "string",
  14537. "example": "邀请码"
  14538. },
  14539. "nickname": {
  14540. "description": "昵称",
  14541. "type": "string",
  14542. "example": "昵称"
  14543. },
  14544. "ord_no": {
  14545. "description": "订单号",
  14546. "type": "string",
  14547. "example": "订单号"
  14548. },
  14549. "page": {
  14550. "type": "integer"
  14551. },
  14552. "page_size": {
  14553. "type": "integer"
  14554. },
  14555. "phone": {
  14556. "description": "手机号",
  14557. "type": "string",
  14558. "example": "手机号"
  14559. },
  14560. "red_packet_type": {
  14561. "description": "红包类型",
  14562. "type": "integer"
  14563. },
  14564. "start_time_end": {
  14565. "type": "string",
  14566. "example": "发送时间-截止"
  14567. },
  14568. "start_time_start": {
  14569. "type": "string",
  14570. "example": "发送时间-起始"
  14571. },
  14572. "state": {
  14573. "description": "状态",
  14574. "type": "integer"
  14575. },
  14576. "uid": {
  14577. "type": "integer"
  14578. }
  14579. }
  14580. },
  14581. "md.PlatformRevenueDataNode": {
  14582. "type": "object",
  14583. "properties": {
  14584. "balance_amount": {
  14585. "description": "余额",
  14586. "type": "string"
  14587. },
  14588. "balance_times": {
  14589. "description": "剩余执行次数",
  14590. "type": "integer"
  14591. },
  14592. "create_at": {
  14593. "description": "创建时间",
  14594. "type": "string"
  14595. },
  14596. "hours": {
  14597. "description": "时长",
  14598. "type": "integer"
  14599. },
  14600. "kind": {
  14601. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  14602. "type": "integer"
  14603. },
  14604. "memo": {
  14605. "description": "备注",
  14606. "type": "string"
  14607. },
  14608. "system_id": {
  14609. "type": "integer"
  14610. },
  14611. "total_amount": {
  14612. "description": "金额",
  14613. "type": "string"
  14614. }
  14615. }
  14616. },
  14617. "md.PlayletBaseData": {
  14618. "type": "object",
  14619. "properties": {
  14620. "day_one_count": {
  14621. "type": "string",
  14622. "example": "每天每个短剧解锁次数"
  14623. },
  14624. "first_count": {
  14625. "type": "string",
  14626. "example": "首次可观看集数"
  14627. },
  14628. "reward": {
  14629. "type": "string",
  14630. "example": "单次奖励"
  14631. },
  14632. "second_count": {
  14633. "type": "string",
  14634. "example": "看一次广告解锁集数"
  14635. },
  14636. "total": {
  14637. "type": "string",
  14638. "example": "可领取总次数"
  14639. }
  14640. }
  14641. },
  14642. "md.PlayletIncentiveBaseData": {
  14643. "type": "object",
  14644. "properties": {
  14645. "android_adv_id": {
  14646. "type": "string",
  14647. "example": "安卓激励视频广告位"
  14648. },
  14649. "android_adv_secret": {
  14650. "type": "string",
  14651. "example": "安卓激励视频秘钥"
  14652. },
  14653. "ios_adv_id": {
  14654. "type": "string",
  14655. "example": "iOS激励视频广告位"
  14656. },
  14657. "ios_adv_secret": {
  14658. "type": "string",
  14659. "example": "iOS激励视频秘钥"
  14660. }
  14661. }
  14662. },
  14663. "md.PriceSettingStruct": {
  14664. "type": "object",
  14665. "properties": {
  14666. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  14667. "description": "市商资金单笔x元自动兑换",
  14668. "type": "string"
  14669. },
  14670. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  14671. "description": "市商数量单笔x数量自动兑换",
  14672. "type": "string"
  14673. },
  14674. "price_below_value": {
  14675. "description": "低于x元",
  14676. "type": "string"
  14677. },
  14678. "price_higher_than_value": {
  14679. "description": "高于x元",
  14680. "type": "string"
  14681. }
  14682. }
  14683. },
  14684. "md.ReleaseDynamicReq": {
  14685. "type": "object",
  14686. "properties": {
  14687. "content": {
  14688. "description": "文本内容",
  14689. "type": "string"
  14690. },
  14691. "image": {
  14692. "description": "图片",
  14693. "type": "array",
  14694. "items": {
  14695. "type": "string"
  14696. }
  14697. },
  14698. "is_praise": {
  14699. "description": "是否被表扬(1:是 2:否)",
  14700. "type": "integer"
  14701. },
  14702. "is_top_up": {
  14703. "description": "是否置顶(1:是 2:否)",
  14704. "type": "integer"
  14705. },
  14706. "kind": {
  14707. "description": "类型(1:普通 2:官方)",
  14708. "type": "integer"
  14709. },
  14710. "state": {
  14711. "description": "状态(1:正常 2:隐藏)",
  14712. "type": "integer"
  14713. },
  14714. "video": {
  14715. "description": "视频",
  14716. "type": "array",
  14717. "items": {
  14718. "type": "string"
  14719. }
  14720. }
  14721. }
  14722. },
  14723. "md.Response": {
  14724. "type": "object",
  14725. "properties": {
  14726. "code": {
  14727. "type": "string",
  14728. "example": "响应码"
  14729. },
  14730. "data": {
  14731. "description": "内容"
  14732. },
  14733. "msg": {
  14734. "type": "string",
  14735. "example": "具体错误原因"
  14736. }
  14737. }
  14738. },
  14739. "md.RewardSystemStruct": {
  14740. "type": "object",
  14741. "properties": {
  14742. "level": {
  14743. "description": "圈层",
  14744. "type": "integer"
  14745. },
  14746. "reward_condition": {
  14747. "description": "奖励条件",
  14748. "type": "string"
  14749. },
  14750. "reward_value": {
  14751. "description": "奖励值",
  14752. "type": "string"
  14753. }
  14754. }
  14755. },
  14756. "md.RoleBindPermissionGroupReq": {
  14757. "type": "object",
  14758. "required": [
  14759. "role_id"
  14760. ],
  14761. "properties": {
  14762. "permission_ids": {
  14763. "type": "array",
  14764. "items": {
  14765. "type": "integer"
  14766. }
  14767. },
  14768. "role_id": {
  14769. "type": "integer"
  14770. }
  14771. }
  14772. },
  14773. "md.SelectData": {
  14774. "type": "object",
  14775. "properties": {
  14776. "direction": {
  14777. "type": "array",
  14778. "items": {
  14779. "type": "object",
  14780. "additionalProperties": {
  14781. "type": "string"
  14782. }
  14783. }
  14784. }
  14785. }
  14786. },
  14787. "md.SelectMemberNode": {
  14788. "type": "object",
  14789. "properties": {
  14790. "avatar": {
  14791. "description": "会员头像",
  14792. "type": "string"
  14793. },
  14794. "level": {
  14795. "description": "会员等级",
  14796. "type": "string"
  14797. },
  14798. "nickname": {
  14799. "description": "会员昵称",
  14800. "type": "string"
  14801. },
  14802. "phone": {
  14803. "description": "会员手机号",
  14804. "type": "string"
  14805. },
  14806. "uid": {
  14807. "description": "会员 ID",
  14808. "type": "integer"
  14809. }
  14810. }
  14811. },
  14812. "md.SelectMemberReq": {
  14813. "type": "object",
  14814. "properties": {
  14815. "level": {
  14816. "description": "会员等级",
  14817. "type": "integer"
  14818. },
  14819. "limit": {
  14820. "description": "每页大小",
  14821. "type": "integer"
  14822. },
  14823. "nickname": {
  14824. "description": "会员昵称",
  14825. "type": "string"
  14826. },
  14827. "page": {
  14828. "description": "页数",
  14829. "type": "integer"
  14830. },
  14831. "phone": {
  14832. "description": "会员手机号",
  14833. "type": "string"
  14834. },
  14835. "uid": {
  14836. "description": "会员 ID",
  14837. "type": "integer"
  14838. }
  14839. }
  14840. },
  14841. "md.SelectMemberResp": {
  14842. "type": "object",
  14843. "properties": {
  14844. "level_list": {
  14845. "description": "会员等级列表",
  14846. "type": "array",
  14847. "items": {
  14848. "type": "object",
  14849. "additionalProperties": true
  14850. }
  14851. },
  14852. "list": {
  14853. "description": "会员数据",
  14854. "type": "array",
  14855. "items": {
  14856. "$ref": "#/definitions/md.SelectMemberNode"
  14857. }
  14858. },
  14859. "paginate": {
  14860. "description": "分页信息",
  14861. "allOf": [
  14862. {
  14863. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14864. }
  14865. ]
  14866. }
  14867. }
  14868. },
  14869. "md.SetCustomerServiceStateReq": {
  14870. "type": "object",
  14871. "properties": {
  14872. "id": {
  14873. "description": "拥有用户数量",
  14874. "type": "integer"
  14875. },
  14876. "state": {
  14877. "description": "状态",
  14878. "type": "integer"
  14879. }
  14880. }
  14881. },
  14882. "md.SetEmoticonStateReq": {
  14883. "type": "object",
  14884. "properties": {
  14885. "id": {
  14886. "description": "拥有用户数量",
  14887. "type": "integer"
  14888. },
  14889. "state": {
  14890. "description": "状态",
  14891. "type": "integer"
  14892. }
  14893. }
  14894. },
  14895. "md.SetVideoRewardReq": {
  14896. "type": "object",
  14897. "properties": {
  14898. "ecpm": {
  14899. "description": "当前 Ecpm 值",
  14900. "type": "string"
  14901. },
  14902. "unit_price": {
  14903. "description": "单价",
  14904. "type": "string"
  14905. }
  14906. }
  14907. },
  14908. "md.SonUserDailyActivityAnalysisNode": {
  14909. "type": "object",
  14910. "properties": {
  14911. "activity_day_nums": {
  14912. "description": "活跃子节点活跃天数",
  14913. "type": "integer"
  14914. },
  14915. "nickname": {
  14916. "type": "string",
  14917. "example": "昵称"
  14918. },
  14919. "phone": {
  14920. "type": "string",
  14921. "example": "手机号"
  14922. },
  14923. "uid": {
  14924. "description": "查询用户活跃子节点 ID",
  14925. "type": "integer"
  14926. }
  14927. }
  14928. },
  14929. "md.StatisticsEggPointReq": {
  14930. "type": "object",
  14931. "properties": {
  14932. "week": {
  14933. "type": "string",
  14934. "example": "周份"
  14935. },
  14936. "year": {
  14937. "type": "string",
  14938. "example": "年份"
  14939. }
  14940. }
  14941. },
  14942. "md.StatisticsEggPointResp": {
  14943. "type": "object",
  14944. "properties": {
  14945. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  14946. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  14947. "type": "array",
  14948. "items": {
  14949. "type": "object",
  14950. "additionalProperties": {
  14951. "type": "string"
  14952. }
  14953. }
  14954. },
  14955. "statistics_user_egg_browse_interface_nums_range": {
  14956. "description": "统计用户\"浏览界面次数\"范围",
  14957. "type": "array",
  14958. "items": {
  14959. "type": "object",
  14960. "additionalProperties": {
  14961. "type": "string"
  14962. }
  14963. }
  14964. },
  14965. "statistics_user_egg_college_learning_nums_range": {
  14966. "description": "统计用户\"学院学习次数\"范围",
  14967. "type": "array",
  14968. "items": {
  14969. "type": "object",
  14970. "additionalProperties": {
  14971. "type": "string"
  14972. }
  14973. }
  14974. },
  14975. "statistics_user_egg_ecpm_range": {
  14976. "description": "统计用户\"ecpm\"范围",
  14977. "type": "array",
  14978. "items": {
  14979. "type": "object",
  14980. "additionalProperties": {
  14981. "type": "string"
  14982. }
  14983. }
  14984. },
  14985. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  14986. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  14987. "type": "array",
  14988. "items": {
  14989. "type": "object",
  14990. "additionalProperties": {
  14991. "type": "string"
  14992. }
  14993. }
  14994. },
  14995. "statistics_user_egg_forum_comments_nums_range": {
  14996. "description": "统计用户\"论坛评论次数\"范围",
  14997. "type": "array",
  14998. "items": {
  14999. "type": "object",
  15000. "additionalProperties": {
  15001. "type": "string"
  15002. }
  15003. }
  15004. },
  15005. "statistics_user_egg_invite_user_nums_range": {
  15006. "description": "统计用户\"拉新人数\"范围",
  15007. "type": "array",
  15008. "items": {
  15009. "type": "object",
  15010. "additionalProperties": {
  15011. "type": "string"
  15012. }
  15013. }
  15014. },
  15015. "statistics_user_egg_person_add_activity_value_range": {
  15016. "description": "统计用户\"个人活跃积分增量值\"范围",
  15017. "type": "array",
  15018. "items": {
  15019. "type": "object",
  15020. "additionalProperties": {
  15021. "type": "string"
  15022. }
  15023. }
  15024. },
  15025. "statistics_user_egg_send_circle_of_friend_nums_range": {
  15026. "description": "统计用户\"发朋友圈次数\"范围",
  15027. "type": "array",
  15028. "items": {
  15029. "type": "object",
  15030. "additionalProperties": {
  15031. "type": "string"
  15032. }
  15033. }
  15034. },
  15035. "statistics_user_egg_send_red_package_nums_range": {
  15036. "description": "统计用户\"发红包次数\"范围",
  15037. "type": "array",
  15038. "items": {
  15039. "type": "object",
  15040. "additionalProperties": {
  15041. "type": "string"
  15042. }
  15043. }
  15044. },
  15045. "statistics_user_egg_sign_in_nums_range": {
  15046. "description": "统计用户\"签到次数\"范围",
  15047. "type": "array",
  15048. "items": {
  15049. "type": "object",
  15050. "additionalProperties": {
  15051. "type": "string"
  15052. }
  15053. }
  15054. },
  15055. "statistics_user_egg_team_activity_nums_range": {
  15056. "description": "统计用户\"团队活跃次数\"范围",
  15057. "type": "array",
  15058. "items": {
  15059. "type": "object",
  15060. "additionalProperties": {
  15061. "type": "string"
  15062. }
  15063. }
  15064. },
  15065. "statistics_user_egg_violate_nums_range": {
  15066. "description": "统计用户\"违规次数\"范围",
  15067. "type": "array",
  15068. "items": {
  15069. "type": "object",
  15070. "additionalProperties": {
  15071. "type": "string"
  15072. }
  15073. }
  15074. },
  15075. "week": {
  15076. "type": "string",
  15077. "example": "周份"
  15078. },
  15079. "year": {
  15080. "type": "string",
  15081. "example": "年份"
  15082. },
  15083. "year_list": {
  15084. "description": "年份\u0026\u0026周份列表",
  15085. "type": "object",
  15086. "additionalProperties": {
  15087. "type": "array",
  15088. "items": {
  15089. "type": "string"
  15090. }
  15091. }
  15092. }
  15093. }
  15094. },
  15095. "md.SubUser": {
  15096. "type": "object",
  15097. "properties": {
  15098. "avatar_url": {
  15099. "type": "string",
  15100. "example": "头像"
  15101. },
  15102. "level": {
  15103. "description": "整个系统中的等级",
  15104. "type": "integer"
  15105. },
  15106. "nickname": {
  15107. "type": "string",
  15108. "example": "昵称"
  15109. },
  15110. "phone": {
  15111. "type": "string",
  15112. "example": "手机号"
  15113. },
  15114. "pid": {
  15115. "type": "integer"
  15116. },
  15117. "position": {
  15118. "description": "以pid1为创始人中网的位置",
  15119. "type": "integer"
  15120. },
  15121. "uid": {
  15122. "type": "integer"
  15123. }
  15124. }
  15125. },
  15126. "md.TagListNode": {
  15127. "type": "object",
  15128. "properties": {
  15129. "count": {
  15130. "description": "标签人数",
  15131. "type": "string"
  15132. },
  15133. "create_at": {
  15134. "description": "创建时间",
  15135. "type": "string"
  15136. },
  15137. "is_punish": {
  15138. "description": "是否处罚",
  15139. "type": "integer"
  15140. },
  15141. "memo": {
  15142. "description": "备注",
  15143. "type": "string"
  15144. },
  15145. "name": {
  15146. "description": "名称",
  15147. "type": "string"
  15148. },
  15149. "tag_id": {
  15150. "description": "标签 ID",
  15151. "type": "string"
  15152. }
  15153. }
  15154. },
  15155. "md.TreeNode": {
  15156. "type": "object",
  15157. "properties": {
  15158. "avatar_url": {
  15159. "type": "string",
  15160. "example": "头像"
  15161. },
  15162. "level": {
  15163. "type": "integer"
  15164. },
  15165. "nickname": {
  15166. "type": "string",
  15167. "example": "昵称"
  15168. },
  15169. "phone": {
  15170. "type": "string",
  15171. "example": "手机号"
  15172. },
  15173. "pid": {
  15174. "type": "integer"
  15175. },
  15176. "position": {
  15177. "type": "integer"
  15178. },
  15179. "son": {
  15180. "type": "array",
  15181. "items": {
  15182. "$ref": "#/definitions/md.TreeNode"
  15183. }
  15184. },
  15185. "system_id": {
  15186. "description": "公排网中id",
  15187. "type": "integer"
  15188. },
  15189. "uid": {
  15190. "type": "integer"
  15191. }
  15192. }
  15193. },
  15194. "md.UpdateAdminReq": {
  15195. "type": "object",
  15196. "required": [
  15197. "adm_id",
  15198. "password",
  15199. "username"
  15200. ],
  15201. "properties": {
  15202. "adm_id": {
  15203. "type": "integer"
  15204. },
  15205. "memo": {
  15206. "type": "string"
  15207. },
  15208. "password": {
  15209. "type": "string"
  15210. },
  15211. "username": {
  15212. "type": "string"
  15213. }
  15214. }
  15215. },
  15216. "md.UpdateAdminStateReq": {
  15217. "type": "object",
  15218. "required": [
  15219. "adm_id",
  15220. "state"
  15221. ],
  15222. "properties": {
  15223. "adm_id": {
  15224. "type": "integer"
  15225. },
  15226. "state": {
  15227. "type": "integer"
  15228. }
  15229. }
  15230. },
  15231. "md.UpdateContributionValueBasicSettingReq": {
  15232. "type": "object",
  15233. "properties": {
  15234. "hand_out_red_package": {
  15235. "description": "发红包获得x点",
  15236. "type": "string"
  15237. },
  15238. "id": {
  15239. "type": "string"
  15240. },
  15241. "posting_comment_liked": {
  15242. "description": "发布评论被官方点赞获得x点",
  15243. "type": "string"
  15244. },
  15245. "posting_dynamic_liked": {
  15246. "description": "发布动态被官方点赞获得x点",
  15247. "type": "string"
  15248. },
  15249. "publish_creation": {
  15250. "description": "发布创作获得x点",
  15251. "type": "string"
  15252. }
  15253. }
  15254. },
  15255. "md.UpdateCustomerServiceMemoReq": {
  15256. "type": "object",
  15257. "properties": {
  15258. "id": {
  15259. "description": "拥有用户数量",
  15260. "type": "integer"
  15261. },
  15262. "memo": {
  15263. "description": "备注",
  15264. "type": "string",
  15265. "example": "备注"
  15266. }
  15267. }
  15268. },
  15269. "md.UpdateDynamicReq": {
  15270. "type": "object",
  15271. "required": [
  15272. "index_id"
  15273. ],
  15274. "properties": {
  15275. "index_id": {
  15276. "description": "动态id",
  15277. "type": "string"
  15278. },
  15279. "is_praise": {
  15280. "description": "是否被表扬(1:是 2:否)",
  15281. "type": "integer"
  15282. },
  15283. "is_top_up": {
  15284. "description": "是否置顶(1:是 2:否)",
  15285. "type": "integer"
  15286. },
  15287. "state": {
  15288. "description": "状态(1:正常 2:隐藏)",
  15289. "type": "integer"
  15290. }
  15291. }
  15292. },
  15293. "md.UpdateEggEnergyBasicReq": {
  15294. "type": "object",
  15295. "properties": {
  15296. "basic_setting": {
  15297. "description": "基础设置",
  15298. "allOf": [
  15299. {
  15300. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  15301. }
  15302. ]
  15303. },
  15304. "data_setting": {
  15305. "description": "数据设置",
  15306. "allOf": [
  15307. {
  15308. "$ref": "#/definitions/md.DataSetting"
  15309. }
  15310. ]
  15311. },
  15312. "destruction_setting": {
  15313. "description": "销毁设置",
  15314. "allOf": [
  15315. {
  15316. "$ref": "#/definitions/md.DestructionSettingStruct"
  15317. }
  15318. ]
  15319. },
  15320. "exchange_rules": {
  15321. "description": "兑换规则",
  15322. "allOf": [
  15323. {
  15324. "$ref": "#/definitions/md.ExchangeRulesStruct"
  15325. }
  15326. ]
  15327. },
  15328. "new_user_incentive_rules": {
  15329. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  15330. "allOf": [
  15331. {
  15332. "$ref": "#/definitions/md.NewUserRewardRules"
  15333. }
  15334. ]
  15335. },
  15336. "price_setting": {
  15337. "description": "价格设置",
  15338. "allOf": [
  15339. {
  15340. "$ref": "#/definitions/md.PriceSettingStruct"
  15341. }
  15342. ]
  15343. },
  15344. "reward_system": {
  15345. "description": "圈层奖励",
  15346. "type": "array",
  15347. "items": {
  15348. "$ref": "#/definitions/md.RewardSystemStruct"
  15349. }
  15350. },
  15351. "settlement_quantity": {
  15352. "description": "结算数量(百分比)",
  15353. "type": "string"
  15354. },
  15355. "system_id": {
  15356. "description": "该设置系统 ID",
  15357. "type": "integer"
  15358. },
  15359. "video_reward_setting": {
  15360. "description": "视频奖励",
  15361. "allOf": [
  15362. {
  15363. "$ref": "#/definitions/md.VideoRewardSetting"
  15364. }
  15365. ]
  15366. }
  15367. }
  15368. },
  15369. "md.UpdateEggEnergyCoreDataReq": {
  15370. "type": "object",
  15371. "properties": {
  15372. "community_dividends": {
  15373. "description": "社区分红",
  15374. "type": "string"
  15375. },
  15376. "development_committee": {
  15377. "description": "发展委员会",
  15378. "type": "string"
  15379. },
  15380. "id": {
  15381. "type": "integer"
  15382. },
  15383. "marketplace_merchant_funds": {
  15384. "description": "市商资金",
  15385. "type": "string"
  15386. },
  15387. "marketplace_merchant_nums": {
  15388. "description": "市商数量",
  15389. "type": "string"
  15390. },
  15391. "now_energy_total_nums": {
  15392. "description": "现行总量",
  15393. "type": "string"
  15394. },
  15395. "now_price": {
  15396. "description": "当前价格",
  15397. "type": "string"
  15398. },
  15399. "planet_total_value": {
  15400. "description": "星球总价值",
  15401. "type": "string"
  15402. },
  15403. "public_welfare_and_charity": {
  15404. "description": "公益慈善",
  15405. "type": "string"
  15406. },
  15407. "star_level_dividends": {
  15408. "description": "星级分红",
  15409. "type": "string"
  15410. }
  15411. }
  15412. },
  15413. "md.UpdateEggEnergyVipSettingReq": {
  15414. "type": "object",
  15415. "properties": {
  15416. "list": {
  15417. "description": "更新后数据",
  15418. "type": "array",
  15419. "items": {
  15420. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  15421. }
  15422. }
  15423. }
  15424. },
  15425. "md.UpdateEmoticonReq": {
  15426. "type": "object",
  15427. "properties": {
  15428. "id": {
  15429. "description": "拥有用户数量",
  15430. "type": "integer"
  15431. },
  15432. "img_url": {
  15433. "type": "string",
  15434. "example": "图片地址"
  15435. },
  15436. "memo": {
  15437. "description": "备注",
  15438. "type": "string",
  15439. "example": "备注"
  15440. },
  15441. "name": {
  15442. "type": "string",
  15443. "example": "名称"
  15444. },
  15445. "sort": {
  15446. "description": "排序",
  15447. "type": "integer"
  15448. }
  15449. }
  15450. },
  15451. "md.UpdateFriendCircleBasicSettingsReq": {
  15452. "type": "object",
  15453. "properties": {
  15454. "comment_is_real_name": {
  15455. "description": "评论是否需要实名认证(1:是 2:否)",
  15456. "type": "integer"
  15457. },
  15458. "comment_nums_every_day": {
  15459. "description": "评论每天次数",
  15460. "type": "integer"
  15461. },
  15462. "id": {
  15463. "type": "integer"
  15464. },
  15465. "publish_is_real_name": {
  15466. "description": "发布是否需要实名认证(1:是 2:否)",
  15467. "type": "integer"
  15468. },
  15469. "publish_nums_every_day": {
  15470. "description": "发布每天次数",
  15471. "type": "integer"
  15472. }
  15473. }
  15474. },
  15475. "md.UpdateLevelReq": {
  15476. "type": "object",
  15477. "properties": {
  15478. "auto_update": {
  15479. "description": "自动升级 0关闭 1开启",
  15480. "type": "string"
  15481. },
  15482. "choosable_num": {
  15483. "description": "可选任务数量",
  15484. "type": "string"
  15485. },
  15486. "is_use": {
  15487. "description": "是否开启(0.否, 1.是)",
  15488. "type": "string"
  15489. },
  15490. "level_id": {
  15491. "type": "string"
  15492. },
  15493. "level_name": {
  15494. "description": "等级名称",
  15495. "type": "string"
  15496. },
  15497. "level_weight": {
  15498. "description": "等级权重",
  15499. "type": "string"
  15500. },
  15501. "memo": {
  15502. "description": "备注",
  15503. "type": "string"
  15504. },
  15505. "user_level_tasks": {
  15506. "description": "完整的任务列表",
  15507. "type": "array",
  15508. "items": {
  15509. "$ref": "#/definitions/md.LevelTaskNode"
  15510. }
  15511. }
  15512. }
  15513. },
  15514. "md.UpdatePublicPlatoonBasicReq": {
  15515. "type": "object",
  15516. "properties": {
  15517. "is_open": {
  15518. "description": "是否开启(1:开启 0:关闭)",
  15519. "type": "integer"
  15520. },
  15521. "is_self_active_get_team_revenue": {
  15522. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15523. "type": "integer"
  15524. },
  15525. "originator_uid": {
  15526. "description": "创始人uid",
  15527. "type": "integer"
  15528. },
  15529. "several_rows": {
  15530. "description": "几排",
  15531. "type": "integer"
  15532. },
  15533. "several_times": {
  15534. "description": "几乘",
  15535. "type": "integer"
  15536. },
  15537. "system_punish_replace": {
  15538. "description": "是否位置滑落 被新用户替换 0否 1是",
  15539. "type": "integer"
  15540. },
  15541. "system_punish_replace_value": {
  15542. "description": "xx天未活跃,处罚滑落",
  15543. "type": "integer"
  15544. }
  15545. }
  15546. },
  15547. "md.UpdateRoleReq": {
  15548. "type": "object",
  15549. "required": [
  15550. "memo",
  15551. "name",
  15552. "role_id"
  15553. ],
  15554. "properties": {
  15555. "memo": {
  15556. "type": "string"
  15557. },
  15558. "name": {
  15559. "type": "string"
  15560. },
  15561. "role_id": {
  15562. "type": "integer"
  15563. }
  15564. }
  15565. },
  15566. "md.UpdateRoleStateReq": {
  15567. "type": "object",
  15568. "required": [
  15569. "role_id",
  15570. "state"
  15571. ],
  15572. "properties": {
  15573. "role_id": {
  15574. "type": "integer"
  15575. },
  15576. "state": {
  15577. "type": "integer"
  15578. }
  15579. }
  15580. },
  15581. "md.UpdateTagReq": {
  15582. "type": "object",
  15583. "properties": {
  15584. "is_punish": {
  15585. "description": "是否是惩罚标签",
  15586. "type": "integer"
  15587. },
  15588. "memo": {
  15589. "description": "备注",
  15590. "type": "string"
  15591. },
  15592. "name": {
  15593. "description": "标签名称",
  15594. "type": "string"
  15595. },
  15596. "tag_id": {
  15597. "description": "标签 ID",
  15598. "type": "string"
  15599. }
  15600. }
  15601. },
  15602. "md.UpdateVipEquitySettingNode": {
  15603. "type": "object",
  15604. "properties": {
  15605. "dividend_ratio": {
  15606. "description": "分红比例",
  15607. "type": "string"
  15608. },
  15609. "exchange_account_balance_fee": {
  15610. "description": "兑换余额手续费",
  15611. "type": "string"
  15612. },
  15613. "vip_level_id": {
  15614. "description": "会员等级ID",
  15615. "type": "string"
  15616. }
  15617. }
  15618. },
  15619. "md.UpdateVirtualCoinReq": {
  15620. "type": "object",
  15621. "properties": {
  15622. "exchange_ratio": {
  15623. "description": "兑换比例(与金额)",
  15624. "type": "string"
  15625. },
  15626. "id": {
  15627. "type": "integer"
  15628. },
  15629. "is_use": {
  15630. "description": "是否开启:0否 1是",
  15631. "type": "integer"
  15632. },
  15633. "name": {
  15634. "description": "名称",
  15635. "type": "string"
  15636. }
  15637. }
  15638. },
  15639. "md.UpdateWithdrawSettingReq": {
  15640. "type": "object",
  15641. "properties": {
  15642. "condition_is_open": {
  15643. "description": "提现条件是否开启(0:关闭, 1:开启)",
  15644. "type": "integer"
  15645. },
  15646. "first_withdraw_set": {
  15647. "description": "首次提现设置",
  15648. "allOf": [
  15649. {
  15650. "$ref": "#/definitions/md.FirstWithdrawSet"
  15651. }
  15652. ]
  15653. },
  15654. "frequency_set": {
  15655. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  15656. "allOf": [
  15657. {
  15658. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  15659. }
  15660. ]
  15661. },
  15662. "id": {
  15663. "type": "integer"
  15664. },
  15665. "is_auto": {
  15666. "description": "是否开启自动提现(0:否 1:是)",
  15667. "type": "integer"
  15668. },
  15669. "is_auto_amount_limit": {
  15670. "description": "自动提现金额限制",
  15671. "type": "string"
  15672. },
  15673. "is_real_name": {
  15674. "description": "是否实名(0:否 1:是)",
  15675. "type": "integer"
  15676. },
  15677. "is_support_decimal_point": {
  15678. "description": "是否支持小数点(0:否 1:是)",
  15679. "type": "integer"
  15680. },
  15681. "pending_orders_is_can_apply": {
  15682. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  15683. "type": "integer"
  15684. },
  15685. "tips": {
  15686. "description": "提示",
  15687. "type": "string"
  15688. },
  15689. "vip_level_limit": {
  15690. "description": "提现等级限制",
  15691. "type": "integer"
  15692. },
  15693. "withdraw_amount_limit": {
  15694. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  15695. "type": "string"
  15696. },
  15697. "withdraw_fee_set": {
  15698. "description": "提现手续费设置",
  15699. "allOf": [
  15700. {
  15701. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  15702. }
  15703. ]
  15704. },
  15705. "withdraw_multiple_limit": {
  15706. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  15707. "type": "string"
  15708. },
  15709. "withdraw_nums_limit": {
  15710. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  15711. "type": "integer"
  15712. },
  15713. "withdraw_time_interval": {
  15714. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  15715. "allOf": [
  15716. {
  15717. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  15718. }
  15719. ]
  15720. },
  15721. "withdraw_type": {
  15722. "description": "提现方式(1:支付宝 2:微信)",
  15723. "type": "integer"
  15724. }
  15725. }
  15726. },
  15727. "md.UserDailyActivityAnalysisReq": {
  15728. "type": "object",
  15729. "properties": {
  15730. "end_date": {
  15731. "type": "string",
  15732. "example": "结束日期"
  15733. },
  15734. "page": {
  15735. "description": "页数",
  15736. "type": "integer"
  15737. },
  15738. "page_size": {
  15739. "description": "每页大小",
  15740. "type": "integer"
  15741. },
  15742. "start_date": {
  15743. "type": "string",
  15744. "example": "开始日期"
  15745. },
  15746. "uid": {
  15747. "description": "查询用户 ID",
  15748. "type": "integer"
  15749. }
  15750. }
  15751. },
  15752. "md.UserDailyActivityAnalysisResp": {
  15753. "type": "object",
  15754. "properties": {
  15755. "son_user_data": {
  15756. "description": "被查询用户子节点信息",
  15757. "type": "array",
  15758. "items": {
  15759. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  15760. }
  15761. },
  15762. "top_data": {
  15763. "description": "统计信息",
  15764. "allOf": [
  15765. {
  15766. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  15767. }
  15768. ]
  15769. }
  15770. }
  15771. },
  15772. "md.UserEggFlowReq": {
  15773. "type": "object",
  15774. "properties": {
  15775. "account_balance_exchange_egg_energy_nums_end": {
  15776. "type": "string",
  15777. "example": "余额兑换蛋蛋能量数量-结束值"
  15778. },
  15779. "account_balance_exchange_egg_energy_nums_start": {
  15780. "type": "string",
  15781. "example": "余额兑换蛋蛋能量数量-起始值"
  15782. },
  15783. "browse_interface_nums_end": {
  15784. "type": "string",
  15785. "example": "浏览界面次数-结束值"
  15786. },
  15787. "browse_interface_nums_start": {
  15788. "type": "string",
  15789. "example": "浏览界面次数-起始值"
  15790. },
  15791. "college_learning_nums_end": {
  15792. "type": "string",
  15793. "example": "学院学习次数-结束值"
  15794. },
  15795. "college_learning_nums_start": {
  15796. "type": "string",
  15797. "example": "学院学习次数-起始值"
  15798. },
  15799. "ecpm_end": {
  15800. "type": "string",
  15801. "example": "ecpm-结束值"
  15802. },
  15803. "ecpm_start": {
  15804. "type": "string",
  15805. "example": "ecpm-起始值"
  15806. },
  15807. "egg_energy_exchange_account_balance_end": {
  15808. "type": "string",
  15809. "example": "蛋蛋能量兑换余额数量-结束值"
  15810. },
  15811. "egg_energy_exchange_account_balance_start": {
  15812. "type": "string",
  15813. "example": "蛋蛋能量兑换余额数量-起始值"
  15814. },
  15815. "forum_comments_nums_end": {
  15816. "type": "string",
  15817. "example": "论坛评论次数-结束值"
  15818. },
  15819. "forum_comments_nums_start": {
  15820. "type": "string",
  15821. "example": "论坛评论次数-起始值"
  15822. },
  15823. "im_activity_nums_end": {
  15824. "type": "string",
  15825. "example": "im活跃次数-结束值"
  15826. },
  15827. "im_activity_nums_start": {
  15828. "type": "string",
  15829. "example": "im活跃次数-起始值"
  15830. },
  15831. "invite_user_nums_end": {
  15832. "type": "string",
  15833. "example": "拉新人数-结束值"
  15834. },
  15835. "invite_user_nums_start": {
  15836. "type": "string",
  15837. "example": "拉新人数-起始值"
  15838. },
  15839. "page": {
  15840. "description": "页数",
  15841. "type": "integer"
  15842. },
  15843. "page_size": {
  15844. "description": "每页大小",
  15845. "type": "integer"
  15846. },
  15847. "person_add_activity_value_end": {
  15848. "type": "string",
  15849. "example": "个人活跃积分-结束值"
  15850. },
  15851. "person_add_activity_value_start": {
  15852. "type": "string",
  15853. "example": "个人活跃积分-起始值"
  15854. },
  15855. "score_value_end": {
  15856. "type": "string",
  15857. "example": "蛋蛋分-结束值"
  15858. },
  15859. "score_value_kind": {
  15860. "description": "评分类型(0:未知 1:人工 2:系统)",
  15861. "type": "integer"
  15862. },
  15863. "score_value_start": {
  15864. "type": "string",
  15865. "example": "蛋蛋分-起始值"
  15866. },
  15867. "send_circle_of_friend_nums_end": {
  15868. "type": "string",
  15869. "example": "发朋友圈次数-结束值"
  15870. },
  15871. "send_circle_of_friend_nums_start": {
  15872. "type": "string",
  15873. "example": "发朋友圈次数-起始值"
  15874. },
  15875. "send_red_package_nums_end": {
  15876. "type": "string",
  15877. "example": "发红包次数-结束值"
  15878. },
  15879. "send_red_package_nums_start": {
  15880. "type": "string",
  15881. "example": "发红包次数-起始值"
  15882. },
  15883. "sign_in_nums_end": {
  15884. "type": "string",
  15885. "example": "签到次数-结束值"
  15886. },
  15887. "sign_in_nums_start": {
  15888. "type": "string",
  15889. "example": "签到次数-起始值"
  15890. },
  15891. "team-activity-nums-end": {
  15892. "type": "string",
  15893. "example": "团队活跃次数-结束值"
  15894. },
  15895. "team_activity_nums_start": {
  15896. "type": "string",
  15897. "example": "团队活跃次数-起始值"
  15898. },
  15899. "violate_nums_end": {
  15900. "type": "string",
  15901. "example": "违规次数-结束值"
  15902. },
  15903. "violate_nums_start": {
  15904. "type": "string",
  15905. "example": "违规次数-起始值"
  15906. },
  15907. "week": {
  15908. "type": "string",
  15909. "example": "周份"
  15910. },
  15911. "year": {
  15912. "type": "string",
  15913. "example": "年份"
  15914. }
  15915. }
  15916. },
  15917. "md.UserEggFlowReqResp": {
  15918. "type": "object",
  15919. "properties": {
  15920. "list": {
  15921. "type": "array",
  15922. "items": {
  15923. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  15924. }
  15925. },
  15926. "page": {
  15927. "description": "页数",
  15928. "type": "integer"
  15929. },
  15930. "page_size": {
  15931. "description": "每页大小",
  15932. "type": "integer"
  15933. },
  15934. "score_value_kind_map": {
  15935. "description": "评分类型(0:未知 1:人工 2:系统)",
  15936. "type": "array",
  15937. "items": {
  15938. "type": "object",
  15939. "additionalProperties": true
  15940. }
  15941. },
  15942. "total": {
  15943. "description": "总数量",
  15944. "type": "integer"
  15945. },
  15946. "week": {
  15947. "type": "string",
  15948. "example": "周份"
  15949. },
  15950. "year": {
  15951. "type": "string",
  15952. "example": "年份"
  15953. }
  15954. }
  15955. },
  15956. "md.UserEggFlowReqRespList": {
  15957. "type": "object",
  15958. "properties": {
  15959. "account_balance_exchange_egg_energy_nums": {
  15960. "description": "余额兑换蛋蛋能量数量",
  15961. "type": "integer"
  15962. },
  15963. "browse_interface_nums": {
  15964. "description": "浏览界面次数",
  15965. "type": "integer"
  15966. },
  15967. "college_learning_nums": {
  15968. "description": "学院学习次数",
  15969. "type": "integer"
  15970. },
  15971. "ecpm": {
  15972. "description": "ecpm",
  15973. "type": "number"
  15974. },
  15975. "egg_energy_exchange_account_balance": {
  15976. "description": "蛋蛋能量兑换余额数量",
  15977. "type": "integer"
  15978. },
  15979. "forum_comments_nums": {
  15980. "description": "论坛评论次数",
  15981. "type": "integer"
  15982. },
  15983. "im_activity_nums": {
  15984. "description": "im活跃次数",
  15985. "type": "integer"
  15986. },
  15987. "index_id": {
  15988. "description": "文档id",
  15989. "type": "string"
  15990. },
  15991. "invite_user_nums": {
  15992. "description": "拉新人数",
  15993. "type": "integer"
  15994. },
  15995. "person_add_activity_value": {
  15996. "description": "个人活跃积分",
  15997. "type": "integer"
  15998. },
  15999. "score_value": {
  16000. "description": "蛋蛋分-起始值",
  16001. "type": "number"
  16002. },
  16003. "score_value_kind": {
  16004. "description": "评分类型(0:未知 1:人工 2:系统)",
  16005. "type": "integer"
  16006. },
  16007. "send_circle_of_friend_nums": {
  16008. "description": "发朋友圈次数",
  16009. "type": "integer"
  16010. },
  16011. "send_red_package_nums": {
  16012. "description": "发红包次数",
  16013. "type": "integer"
  16014. },
  16015. "sign_in_nums": {
  16016. "description": "签到次数",
  16017. "type": "integer"
  16018. },
  16019. "team_activity_nums": {
  16020. "description": "团队活跃次数",
  16021. "type": "integer"
  16022. },
  16023. "violate_nums": {
  16024. "description": "违规次数",
  16025. "type": "integer"
  16026. }
  16027. }
  16028. },
  16029. "md.UserEggIndexReq": {
  16030. "type": "object",
  16031. "properties": {
  16032. "week": {
  16033. "type": "string",
  16034. "example": "周份"
  16035. },
  16036. "year": {
  16037. "type": "string",
  16038. "example": "年份"
  16039. }
  16040. }
  16041. },
  16042. "md.UserEggIndexResp": {
  16043. "type": "object",
  16044. "properties": {
  16045. "egg_energy_user_egg_index_weight": {
  16046. "description": "蛋蛋分系数权重",
  16047. "allOf": [
  16048. {
  16049. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  16050. }
  16051. ]
  16052. },
  16053. "statistics_user_egg_kind_proportion": {
  16054. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  16055. "type": "array",
  16056. "items": {
  16057. "type": "object",
  16058. "additionalProperties": true
  16059. }
  16060. },
  16061. "statistics_user_egg_score_value_range": {
  16062. "description": "统计用户蛋蛋分范围",
  16063. "type": "array",
  16064. "items": {
  16065. "type": "object",
  16066. "additionalProperties": {
  16067. "type": "string"
  16068. }
  16069. }
  16070. },
  16071. "week": {
  16072. "type": "string",
  16073. "example": "周份"
  16074. },
  16075. "year": {
  16076. "type": "string",
  16077. "example": "年份"
  16078. },
  16079. "year_list": {
  16080. "description": "年份\u0026\u0026周份列表",
  16081. "type": "object",
  16082. "additionalProperties": {
  16083. "type": "array",
  16084. "items": {
  16085. "type": "string"
  16086. }
  16087. }
  16088. }
  16089. }
  16090. },
  16091. "md.UserFeedbackCateDelReq": {
  16092. "type": "object",
  16093. "properties": {
  16094. "id": {
  16095. "type": "array",
  16096. "items": {
  16097. "type": "string"
  16098. }
  16099. }
  16100. }
  16101. },
  16102. "md.UserFeedbackCateList": {
  16103. "type": "object",
  16104. "properties": {
  16105. "id": {
  16106. "type": "string"
  16107. },
  16108. "name": {
  16109. "type": "string"
  16110. },
  16111. "sort": {
  16112. "type": "string"
  16113. }
  16114. }
  16115. },
  16116. "md.UserFeedbackCateListReq": {
  16117. "type": "object",
  16118. "properties": {
  16119. "limit": {
  16120. "description": "每页大小",
  16121. "type": "string"
  16122. },
  16123. "page": {
  16124. "description": "页数",
  16125. "type": "string"
  16126. }
  16127. }
  16128. },
  16129. "md.UserFeedbackCateListResp": {
  16130. "type": "object",
  16131. "properties": {
  16132. "list": {
  16133. "type": "array",
  16134. "items": {
  16135. "$ref": "#/definitions/md.UserFeedbackCateList"
  16136. }
  16137. },
  16138. "total": {
  16139. "type": "integer"
  16140. }
  16141. }
  16142. },
  16143. "md.UserFeedbackCateSaveReq": {
  16144. "type": "object",
  16145. "properties": {
  16146. "id": {
  16147. "type": "string"
  16148. },
  16149. "name": {
  16150. "type": "string"
  16151. },
  16152. "sort": {
  16153. "type": "string"
  16154. }
  16155. }
  16156. },
  16157. "md.UserFeedbackChangeStateReq": {
  16158. "type": "object",
  16159. "properties": {
  16160. "id": {
  16161. "type": "string"
  16162. },
  16163. "state": {
  16164. "type": "string",
  16165. "example": "0待解决 1处理中 2已解决"
  16166. }
  16167. }
  16168. },
  16169. "md.UserFeedbackDelReq": {
  16170. "type": "object",
  16171. "properties": {
  16172. "id": {
  16173. "type": "array",
  16174. "items": {
  16175. "type": "string"
  16176. }
  16177. }
  16178. }
  16179. },
  16180. "md.UserFeedbackList": {
  16181. "type": "object",
  16182. "properties": {
  16183. "content": {
  16184. "type": "string"
  16185. },
  16186. "create_at": {
  16187. "type": "string"
  16188. },
  16189. "id": {
  16190. "type": "string"
  16191. },
  16192. "img": {
  16193. "type": "array",
  16194. "items": {
  16195. "type": "string"
  16196. }
  16197. },
  16198. "phone": {
  16199. "type": "string"
  16200. },
  16201. "platform": {
  16202. "type": "string"
  16203. },
  16204. "state": {
  16205. "type": "string",
  16206. "example": "0待解决 1处理中 2已解决"
  16207. },
  16208. "title": {
  16209. "type": "string"
  16210. },
  16211. "type": {
  16212. "type": "string"
  16213. },
  16214. "version": {
  16215. "type": "string"
  16216. }
  16217. }
  16218. },
  16219. "md.UserFeedbackListReq": {
  16220. "type": "object",
  16221. "properties": {
  16222. "cid": {
  16223. "type": "string"
  16224. },
  16225. "limit": {
  16226. "description": "每页大小",
  16227. "type": "string"
  16228. },
  16229. "page": {
  16230. "description": "页数",
  16231. "type": "string"
  16232. },
  16233. "phone": {
  16234. "type": "string"
  16235. },
  16236. "uid": {
  16237. "type": "string"
  16238. }
  16239. }
  16240. },
  16241. "md.UserFeedbackListResp": {
  16242. "type": "object",
  16243. "properties": {
  16244. "list": {
  16245. "type": "array",
  16246. "items": {
  16247. "$ref": "#/definitions/md.UserFeedbackList"
  16248. }
  16249. },
  16250. "select_data": {
  16251. "type": "array",
  16252. "items": {
  16253. "type": "object",
  16254. "additionalProperties": true
  16255. }
  16256. },
  16257. "total": {
  16258. "type": "integer"
  16259. }
  16260. }
  16261. },
  16262. "md.UserFeedbackRecordListReq": {
  16263. "type": "object",
  16264. "properties": {
  16265. "id": {
  16266. "type": "string"
  16267. },
  16268. "limit": {
  16269. "description": "每页大小",
  16270. "type": "string"
  16271. },
  16272. "page": {
  16273. "description": "页数",
  16274. "type": "string"
  16275. }
  16276. }
  16277. },
  16278. "md.UserFeedbackRecordListResp": {
  16279. "type": "object",
  16280. "properties": {
  16281. "content": {
  16282. "type": "string"
  16283. },
  16284. "create_at": {
  16285. "type": "string"
  16286. },
  16287. "head_img": {
  16288. "type": "string"
  16289. },
  16290. "nickname": {
  16291. "type": "string"
  16292. },
  16293. "type": {
  16294. "type": "string"
  16295. }
  16296. }
  16297. },
  16298. "md.UserFeedbackSayReq": {
  16299. "type": "object",
  16300. "properties": {
  16301. "content": {
  16302. "type": "string"
  16303. },
  16304. "id": {
  16305. "type": "string"
  16306. }
  16307. }
  16308. },
  16309. "md.UserManagementGetBalanceDetailResp": {
  16310. "type": "object",
  16311. "properties": {
  16312. "list": {
  16313. "type": "array",
  16314. "items": {
  16315. "$ref": "#/definitions/md.BalanceDetailNode"
  16316. }
  16317. },
  16318. "paginate": {
  16319. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16320. }
  16321. }
  16322. },
  16323. "md.UserManagementGetFansResp": {
  16324. "type": "object",
  16325. "properties": {
  16326. "list": {
  16327. "description": "用户数据",
  16328. "type": "array",
  16329. "items": {
  16330. "$ref": "#/definitions/md.FansNode"
  16331. }
  16332. },
  16333. "paginate": {
  16334. "description": "分页信息",
  16335. "allOf": [
  16336. {
  16337. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16338. }
  16339. ]
  16340. }
  16341. }
  16342. },
  16343. "md.UserManagementGetOneBasicResp": {
  16344. "type": "object",
  16345. "properties": {
  16346. "basic_info": {
  16347. "description": "基本信息",
  16348. "allOf": [
  16349. {
  16350. "$ref": "#/definitions/md.BasicInfoNode"
  16351. }
  16352. ]
  16353. },
  16354. "levels_list": {
  16355. "description": "等级列表",
  16356. "type": "array",
  16357. "items": {
  16358. "type": "object",
  16359. "additionalProperties": true
  16360. }
  16361. },
  16362. "other_info": {
  16363. "description": "其他信息",
  16364. "allOf": [
  16365. {
  16366. "$ref": "#/definitions/md.OtherNode"
  16367. }
  16368. ]
  16369. },
  16370. "tags_list": {
  16371. "description": "标签列表",
  16372. "type": "array",
  16373. "items": {
  16374. "type": "object",
  16375. "additionalProperties": true
  16376. }
  16377. }
  16378. }
  16379. },
  16380. "md.UserManagementGetUserListNode": {
  16381. "type": "object",
  16382. "properties": {
  16383. "avatar": {
  16384. "description": "头像",
  16385. "type": "string"
  16386. },
  16387. "id": {
  16388. "description": "会员 ID",
  16389. "type": "integer"
  16390. },
  16391. "invite_code": {
  16392. "type": "string",
  16393. "example": "会员邀请码"
  16394. },
  16395. "is_real_name": {
  16396. "description": "是否实名 0.未实名,1.已实名",
  16397. "type": "integer"
  16398. },
  16399. "last_login_at": {
  16400. "description": "最后登录时间",
  16401. "type": "string"
  16402. },
  16403. "level_name": {
  16404. "description": "会员等级",
  16405. "type": "string"
  16406. },
  16407. "memo": {
  16408. "description": "备注",
  16409. "type": "string"
  16410. },
  16411. "nickname": {
  16412. "description": "昵称",
  16413. "type": "string"
  16414. },
  16415. "parent_id": {
  16416. "description": "推荐人 ID",
  16417. "type": "integer"
  16418. },
  16419. "parent_invite_code": {
  16420. "type": "string",
  16421. "example": "推荐人邀请码"
  16422. },
  16423. "parent_phone": {
  16424. "type": "string",
  16425. "example": "推荐人手机号"
  16426. },
  16427. "phone": {
  16428. "description": "手机号",
  16429. "type": "string"
  16430. },
  16431. "register_time": {
  16432. "description": "注册时间",
  16433. "type": "string"
  16434. },
  16435. "register_type": {
  16436. "description": "注册类型",
  16437. "type": "integer"
  16438. },
  16439. "sex": {
  16440. "description": "性别(0:未知 1:男 2:女)",
  16441. "type": "integer"
  16442. },
  16443. "state": {
  16444. "description": "状态",
  16445. "type": "integer"
  16446. },
  16447. "tag": {
  16448. "description": "会员标签",
  16449. "type": "array",
  16450. "items": {
  16451. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16452. }
  16453. },
  16454. "wechat": {
  16455. "description": "微信号",
  16456. "type": "string"
  16457. }
  16458. }
  16459. },
  16460. "md.UserManagementGetUserListReq": {
  16461. "type": "object",
  16462. "properties": {
  16463. "effective": {
  16464. "description": "有效会员",
  16465. "type": "integer"
  16466. },
  16467. "id": {
  16468. "description": "会员 ID",
  16469. "type": "integer"
  16470. },
  16471. "invite_code": {
  16472. "type": "string",
  16473. "example": "会员邀请码"
  16474. },
  16475. "is_real_name": {
  16476. "description": "是否实名 0.未实名,1.已实名",
  16477. "type": "integer"
  16478. },
  16479. "is_recycle": {
  16480. "type": "string"
  16481. },
  16482. "level": {
  16483. "description": "会员等级",
  16484. "type": "integer"
  16485. },
  16486. "limit": {
  16487. "type": "integer"
  16488. },
  16489. "login_after": {
  16490. "description": "最近登录结束时间",
  16491. "type": "string"
  16492. },
  16493. "login_before": {
  16494. "description": "最近登录开始时间",
  16495. "type": "string"
  16496. },
  16497. "memo": {
  16498. "description": "备注",
  16499. "type": "string"
  16500. },
  16501. "nickname": {
  16502. "type": "string",
  16503. "example": "会员昵称"
  16504. },
  16505. "page": {
  16506. "type": "integer"
  16507. },
  16508. "parent_invite_code": {
  16509. "type": "string",
  16510. "example": "上级邀请码"
  16511. },
  16512. "parent_phone": {
  16513. "type": "string",
  16514. "example": "上级手机号"
  16515. },
  16516. "phone": {
  16517. "type": "string",
  16518. "example": "会员手机号"
  16519. },
  16520. "recommend_id": {
  16521. "description": "推荐人 ID",
  16522. "type": "integer"
  16523. },
  16524. "register_after": {
  16525. "description": "注册时间终点",
  16526. "type": "string"
  16527. },
  16528. "register_before": {
  16529. "description": "注册时间起点",
  16530. "type": "string"
  16531. },
  16532. "register_type": {
  16533. "description": "注册类型(1:APP注册、2:H5注册)",
  16534. "type": "integer"
  16535. },
  16536. "sex": {
  16537. "description": "性别(0:未知 1:男 2:女)",
  16538. "type": "integer"
  16539. },
  16540. "state": {
  16541. "description": "状态",
  16542. "type": "integer"
  16543. },
  16544. "tag": {
  16545. "description": "标签 id",
  16546. "type": "integer"
  16547. },
  16548. "union_id": {
  16549. "type": "string",
  16550. "example": "微信号"
  16551. }
  16552. }
  16553. },
  16554. "md.UserManagementGetUserListResp": {
  16555. "type": "object",
  16556. "properties": {
  16557. "levels_list": {
  16558. "description": "等级列表",
  16559. "type": "array",
  16560. "items": {
  16561. "type": "object",
  16562. "additionalProperties": true
  16563. }
  16564. },
  16565. "list": {
  16566. "type": "array",
  16567. "items": {
  16568. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  16569. }
  16570. },
  16571. "paginate": {
  16572. "description": "分页信息",
  16573. "allOf": [
  16574. {
  16575. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16576. }
  16577. ]
  16578. },
  16579. "state_list": {
  16580. "description": "状态列表",
  16581. "type": "array",
  16582. "items": {
  16583. "type": "object",
  16584. "additionalProperties": true
  16585. }
  16586. },
  16587. "tags_list": {
  16588. "description": "标签列表",
  16589. "type": "array",
  16590. "items": {
  16591. "type": "object",
  16592. "additionalProperties": true
  16593. }
  16594. }
  16595. }
  16596. },
  16597. "md.UserManagementGetVirtualCoinDetailResp": {
  16598. "type": "object",
  16599. "properties": {
  16600. "coin_list": {
  16601. "type": "array",
  16602. "items": {
  16603. "type": "object",
  16604. "additionalProperties": true
  16605. }
  16606. },
  16607. "list": {
  16608. "type": "array",
  16609. "items": {
  16610. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  16611. }
  16612. },
  16613. "paginate": {
  16614. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16615. }
  16616. }
  16617. },
  16618. "md.UserManagementUpdateUserInfoReq": {
  16619. "type": "object",
  16620. "properties": {
  16621. "avatar": {
  16622. "description": "头像",
  16623. "type": "string"
  16624. },
  16625. "last_login_ip": {
  16626. "description": "用户最后登录 IP",
  16627. "type": "string"
  16628. },
  16629. "level": {
  16630. "description": "会员等级 ID",
  16631. "type": "string"
  16632. },
  16633. "memo": {
  16634. "type": "string",
  16635. "example": "备注"
  16636. },
  16637. "nickname": {
  16638. "description": "用户名",
  16639. "type": "string"
  16640. },
  16641. "parent_uid": {
  16642. "description": "邀请人 ID",
  16643. "type": "string"
  16644. },
  16645. "password": {
  16646. "description": "登录密码",
  16647. "type": "string"
  16648. },
  16649. "phone": {
  16650. "description": "手机号",
  16651. "type": "string"
  16652. },
  16653. "sex": {
  16654. "description": "性别(0:未知 1:男 2:女)",
  16655. "type": "string"
  16656. },
  16657. "state": {
  16658. "description": "账号状态 1正常,2冻结",
  16659. "type": "string"
  16660. },
  16661. "tag": {
  16662. "description": "用户标签 ID列表",
  16663. "type": "string"
  16664. },
  16665. "uid": {
  16666. "type": "integer"
  16667. },
  16668. "union_id": {
  16669. "description": "微信号",
  16670. "type": "string"
  16671. }
  16672. }
  16673. },
  16674. "md.UserManagementUserInfoCancelReq": {
  16675. "type": "object",
  16676. "properties": {
  16677. "uid": {
  16678. "type": "string",
  16679. "example": "多个逗号隔开"
  16680. }
  16681. }
  16682. },
  16683. "md.UserManagementUserInfoReq": {
  16684. "type": "object",
  16685. "properties": {
  16686. "parent_uid": {
  16687. "type": "string",
  16688. "example": "参考下智莺 保留关系时候的选择用户"
  16689. },
  16690. "uid": {
  16691. "type": "string",
  16692. "example": "多个逗号隔开"
  16693. }
  16694. }
  16695. },
  16696. "md.UserRealName": {
  16697. "type": "object",
  16698. "properties": {
  16699. "create_time": {
  16700. "type": "string"
  16701. },
  16702. "id": {
  16703. "type": "string"
  16704. },
  16705. "id_no": {
  16706. "type": "string"
  16707. },
  16708. "name": {
  16709. "type": "string"
  16710. },
  16711. "pay_state": {
  16712. "type": "string",
  16713. "example": "0未支付 1已支付"
  16714. },
  16715. "phone": {
  16716. "type": "string"
  16717. },
  16718. "state": {
  16719. "type": "string",
  16720. "example": "0未申请 1申请通过 3申请失败"
  16721. },
  16722. "uid": {
  16723. "type": "string"
  16724. }
  16725. }
  16726. },
  16727. "md.UserRealNameBaseResp": {
  16728. "type": "object",
  16729. "properties": {
  16730. "user_real_name_money": {
  16731. "type": "string",
  16732. "example": "实名认证费用"
  16733. },
  16734. "user_real_name_rule": {
  16735. "type": "string",
  16736. "example": "实名认证说明"
  16737. }
  16738. }
  16739. },
  16740. "md.UserRealNameReq": {
  16741. "type": "object",
  16742. "properties": {
  16743. "id_no": {
  16744. "type": "string"
  16745. },
  16746. "limit": {
  16747. "type": "string"
  16748. },
  16749. "name": {
  16750. "type": "string"
  16751. },
  16752. "page": {
  16753. "type": "string"
  16754. },
  16755. "phone": {
  16756. "type": "string"
  16757. },
  16758. "state": {
  16759. "type": "string"
  16760. },
  16761. "uid": {
  16762. "type": "string"
  16763. }
  16764. }
  16765. },
  16766. "md.UserRealNameResp": {
  16767. "type": "object",
  16768. "properties": {
  16769. "list": {
  16770. "type": "array",
  16771. "items": {
  16772. "$ref": "#/definitions/md.UserRealName"
  16773. }
  16774. },
  16775. "select_data": {
  16776. "type": "array",
  16777. "items": {
  16778. "type": "object",
  16779. "additionalProperties": {
  16780. "type": "string"
  16781. }
  16782. }
  16783. },
  16784. "total": {
  16785. "type": "integer"
  16786. }
  16787. }
  16788. },
  16789. "md.UserRealNameSaveReq": {
  16790. "type": "object",
  16791. "properties": {
  16792. "id": {
  16793. "type": "string"
  16794. },
  16795. "state": {
  16796. "type": "string"
  16797. }
  16798. }
  16799. },
  16800. "md.UserVirtualCoinFlow": {
  16801. "type": "object",
  16802. "properties": {
  16803. "after_amount": {
  16804. "type": "string",
  16805. "example": "变更后数量"
  16806. },
  16807. "amount": {
  16808. "type": "string",
  16809. "example": "变更数量"
  16810. },
  16811. "before_amount": {
  16812. "type": "string",
  16813. "example": "变更前数量"
  16814. },
  16815. "coin_id": {
  16816. "description": "虚拟币 ID",
  16817. "type": "integer"
  16818. },
  16819. "create_at": {
  16820. "type": "string",
  16821. "example": "创建时间"
  16822. },
  16823. "direction": {
  16824. "description": "方向:1收入 2支出",
  16825. "type": "integer"
  16826. },
  16827. "id": {
  16828. "type": "integer"
  16829. },
  16830. "sys_fee": {
  16831. "type": "string",
  16832. "example": "手续费"
  16833. },
  16834. "title": {
  16835. "type": "string",
  16836. "example": "标题"
  16837. },
  16838. "transfer_type": {
  16839. "description": "转账类型",
  16840. "type": "integer"
  16841. },
  16842. "uid": {
  16843. "description": "用户 ID",
  16844. "type": "integer"
  16845. },
  16846. "update_at": {
  16847. "type": "string",
  16848. "example": "更新时间"
  16849. }
  16850. }
  16851. },
  16852. "md.VideoBaseData": {
  16853. "type": "object",
  16854. "properties": {
  16855. "interval": {
  16856. "type": "string",
  16857. "example": "领取间隔 秒"
  16858. },
  16859. "reward": {
  16860. "type": "string",
  16861. "example": "单次奖励"
  16862. },
  16863. "timer": {
  16864. "type": "string",
  16865. "example": "观看X秒奖励"
  16866. },
  16867. "total": {
  16868. "type": "string",
  16869. "example": "可领取总次数"
  16870. }
  16871. }
  16872. },
  16873. "md.VideoRewardSetting": {
  16874. "type": "object",
  16875. "properties": {
  16876. "video_reward_is_open": {
  16877. "description": "视频奖励是否开启(1:开启 0:关闭)",
  16878. "type": "integer"
  16879. },
  16880. "video_reward_system": {
  16881. "description": "视频奖励机制",
  16882. "allOf": [
  16883. {
  16884. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  16885. }
  16886. ]
  16887. }
  16888. }
  16889. },
  16890. "md.VideoRewardSystemStruct": {
  16891. "type": "object",
  16892. "properties": {
  16893. "each_round_hour": {
  16894. "description": "每一轮X个小时",
  16895. "type": "string"
  16896. },
  16897. "interval_minutes": {
  16898. "description": "间隔X秒",
  16899. "type": "string"
  16900. },
  16901. "reward_total_num": {
  16902. "description": "一共X个奖励视屏",
  16903. "type": "string"
  16904. },
  16905. "reward_value": {
  16906. "description": "奖励X个活跃积分",
  16907. "type": "string"
  16908. }
  16909. }
  16910. },
  16911. "md.VipEquitySettingNode": {
  16912. "type": "object",
  16913. "properties": {
  16914. "dividend_ratio": {
  16915. "description": "分红比例",
  16916. "type": "string"
  16917. },
  16918. "exchange_account_balance_fee": {
  16919. "description": "兑换余额手续费",
  16920. "type": "string"
  16921. },
  16922. "vip_level_id": {
  16923. "description": "会员等级ID",
  16924. "type": "string"
  16925. },
  16926. "vip_level_name": {
  16927. "description": "会员等级名称",
  16928. "type": "string"
  16929. }
  16930. }
  16931. },
  16932. "md.VirtualCoin": {
  16933. "type": "object",
  16934. "properties": {
  16935. "create_at": {
  16936. "type": "string"
  16937. },
  16938. "exchange_ratio": {
  16939. "description": "兑换比例(与金额)",
  16940. "type": "string",
  16941. "example": "兑换比例(与金额)"
  16942. },
  16943. "id": {
  16944. "type": "integer"
  16945. },
  16946. "is_use": {
  16947. "description": "是否开启: 0否 1是",
  16948. "type": "integer"
  16949. },
  16950. "name": {
  16951. "description": "名称",
  16952. "type": "string"
  16953. },
  16954. "update_at": {
  16955. "type": "string"
  16956. }
  16957. }
  16958. },
  16959. "md.VirtualCoinDetailNode": {
  16960. "type": "object",
  16961. "properties": {
  16962. "after_amount": {
  16963. "description": "变更后积分余额",
  16964. "type": "string"
  16965. },
  16966. "amount": {
  16967. "description": "变更数量",
  16968. "type": "string"
  16969. },
  16970. "create_at": {
  16971. "description": "创建时间",
  16972. "type": "string"
  16973. },
  16974. "direction": {
  16975. "description": "类型 1.收入 2.支出",
  16976. "type": "integer"
  16977. },
  16978. "uid": {
  16979. "description": "用户 ID",
  16980. "type": "integer"
  16981. }
  16982. }
  16983. },
  16984. "md.VirtualCoinListNode": {
  16985. "type": "object",
  16986. "properties": {
  16987. "coin_id": {
  16988. "description": "货币类型 ID",
  16989. "type": "integer"
  16990. },
  16991. "kind": {
  16992. "description": "货币序号",
  16993. "type": "integer"
  16994. },
  16995. "name": {
  16996. "type": "string",
  16997. "example": "货币类型名称"
  16998. }
  16999. }
  17000. },
  17001. "md.WebsiteInfoResp": {
  17002. "type": "object",
  17003. "properties": {
  17004. "android_down_url": {
  17005. "type": "string"
  17006. },
  17007. "ios_down_url": {
  17008. "type": "string"
  17009. },
  17010. "seo_logo": {
  17011. "type": "string"
  17012. },
  17013. "seo_title": {
  17014. "type": "string",
  17015. "example": "seo"
  17016. },
  17017. "web_logo": {
  17018. "type": "string"
  17019. }
  17020. }
  17021. },
  17022. "md.WithdrawApplyAuditReq": {
  17023. "type": "object",
  17024. "required": [
  17025. "audit_state",
  17026. "reason",
  17027. "withdraw_apply_id"
  17028. ],
  17029. "properties": {
  17030. "audit_state": {
  17031. "description": "审核状态(1:同意 2:拒绝)",
  17032. "type": "integer"
  17033. },
  17034. "reason": {
  17035. "description": "审核失败(驳回理由)",
  17036. "type": "integer"
  17037. },
  17038. "withdraw_apply_id": {
  17039. "description": "提现申请id",
  17040. "type": "integer"
  17041. }
  17042. }
  17043. },
  17044. "md.WithdrawFeeSetStruct": {
  17045. "type": "object",
  17046. "properties": {
  17047. "duration": {
  17048. "description": "类型 (1.固定金额 2.固定比例)",
  17049. "type": "integer"
  17050. },
  17051. "value": {
  17052. "description": "具体值",
  17053. "type": "integer"
  17054. }
  17055. }
  17056. },
  17057. "md.WithdrawFrequencySettingStruct": {
  17058. "type": "object",
  17059. "properties": {
  17060. "duration": {
  17061. "description": "周期 (1.天 2.周 3.月)",
  17062. "type": "integer"
  17063. },
  17064. "num": {
  17065. "description": "周期数",
  17066. "type": "array",
  17067. "items": {
  17068. "type": "string"
  17069. }
  17070. }
  17071. }
  17072. },
  17073. "md.WithdrawTimeIntervalStruct": {
  17074. "type": "object",
  17075. "properties": {
  17076. "end_at": {
  17077. "type": "string"
  17078. },
  17079. "start_at": {
  17080. "type": "string"
  17081. }
  17082. }
  17083. },
  17084. "model.EggEnergyUserEggIndexWeight": {
  17085. "type": "object",
  17086. "properties": {
  17087. "account_balance_exchange_egg_energy_nums": {
  17088. "type": "string"
  17089. },
  17090. "browse_interface_nums": {
  17091. "type": "string"
  17092. },
  17093. "college_learning_nums": {
  17094. "type": "string"
  17095. },
  17096. "create_at": {
  17097. "type": "string"
  17098. },
  17099. "ecpm": {
  17100. "type": "string"
  17101. },
  17102. "egg_energy_exchange_account_balance": {
  17103. "type": "string"
  17104. },
  17105. "forum_comments_nums": {
  17106. "type": "string"
  17107. },
  17108. "id": {
  17109. "type": "integer"
  17110. },
  17111. "im_activity_nums": {
  17112. "type": "string"
  17113. },
  17114. "invite_user_nums": {
  17115. "type": "string"
  17116. },
  17117. "person_add_activity_value": {
  17118. "type": "string"
  17119. },
  17120. "send_circle_of_friend_nums": {
  17121. "type": "string"
  17122. },
  17123. "send_red_package_nums": {
  17124. "type": "string"
  17125. },
  17126. "sign_in_nums": {
  17127. "type": "string"
  17128. },
  17129. "team_activity_nums": {
  17130. "type": "string"
  17131. },
  17132. "update_at": {
  17133. "type": "string"
  17134. },
  17135. "violate_nums": {
  17136. "type": "string"
  17137. }
  17138. }
  17139. },
  17140. "model.PlatformActiveData": {
  17141. "type": "object",
  17142. "properties": {
  17143. "date": {
  17144. "type": "string"
  17145. },
  17146. "id": {
  17147. "type": "integer"
  17148. },
  17149. "new_user_count": {
  17150. "type": "integer"
  17151. },
  17152. "user_sign_in_count": {
  17153. "type": "integer"
  17154. },
  17155. "withdraw_amount_count": {
  17156. "type": "string"
  17157. },
  17158. "withdraw_user_count": {
  17159. "type": "integer"
  17160. }
  17161. }
  17162. },
  17163. "model.UserLevelTask": {
  17164. "type": "object",
  17165. "properties": {
  17166. "active_days": {
  17167. "type": "integer"
  17168. },
  17169. "create_at": {
  17170. "type": "string"
  17171. },
  17172. "finish_count": {
  17173. "type": "integer"
  17174. },
  17175. "id": {
  17176. "type": "integer"
  17177. },
  17178. "is_must_task": {
  17179. "type": "integer"
  17180. },
  17181. "level_id": {
  17182. "type": "integer"
  17183. },
  17184. "task_type": {
  17185. "type": "integer"
  17186. },
  17187. "task_type_level_id": {
  17188. "type": "integer"
  17189. },
  17190. "update_at": {
  17191. "type": "string"
  17192. },
  17193. "within_days": {
  17194. "type": "integer"
  17195. }
  17196. }
  17197. },
  17198. "setCenter.WebBasicReq": {
  17199. "type": "object",
  17200. "properties": {
  17201. "android_down_url": {
  17202. "type": "string"
  17203. },
  17204. "ios_down_url": {
  17205. "type": "string"
  17206. },
  17207. "seo_logo": {
  17208. "type": "string"
  17209. },
  17210. "seo_title": {
  17211. "type": "string"
  17212. },
  17213. "wap_host": {
  17214. "type": "string",
  17215. "example": "h5域名"
  17216. },
  17217. "web_logo": {
  17218. "type": "string"
  17219. }
  17220. }
  17221. },
  17222. "setCenter.WebBasicResp": {
  17223. "type": "object",
  17224. "properties": {
  17225. "android_down_url": {
  17226. "type": "string"
  17227. },
  17228. "ios_down_url": {
  17229. "type": "string"
  17230. },
  17231. "seo_logo": {
  17232. "type": "string"
  17233. },
  17234. "seo_logo_url": {
  17235. "type": "string"
  17236. },
  17237. "seo_title": {
  17238. "type": "string"
  17239. },
  17240. "wap_host": {
  17241. "type": "string",
  17242. "example": "h5域名"
  17243. },
  17244. "web_logo": {
  17245. "type": "string"
  17246. },
  17247. "web_logo_url": {
  17248. "type": "string"
  17249. }
  17250. }
  17251. }
  17252. },
  17253. "securityDefinitions": {
  17254. "MasterID": {
  17255. "type": "apiKey",
  17256. "name": "MasterID",
  17257. "in": "header"
  17258. }
  17259. }
  17260. }`
  17261. // SwaggerInfo holds exported Swagger Info so clients can modify it
  17262. var SwaggerInfo = &swag.Spec{
  17263. Version: "1.0",
  17264. Host: "localhost:4001",
  17265. BasePath: "",
  17266. Schemes: []string{},
  17267. Title: "蛋蛋星球-管理后台",
  17268. Description: "管理后台接口文档",
  17269. InfoInstanceName: "swagger",
  17270. SwaggerTemplate: docTemplate,
  17271. }
  17272. func init() {
  17273. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  17274. }