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

16943 lines
577 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/article/cate/del": {
  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.ArticleCateDelReq"
  637. }
  638. }
  639. ],
  640. "responses": {
  641. "200": {
  642. "description": "具体数据",
  643. "schema": {
  644. "type": "string"
  645. }
  646. },
  647. "400": {
  648. "description": "具体错误",
  649. "schema": {
  650. "$ref": "#/definitions/md.Response"
  651. }
  652. }
  653. }
  654. }
  655. },
  656. "/api/article/cate/list": {
  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.ArticleCateListReq"
  684. }
  685. }
  686. ],
  687. "responses": {
  688. "200": {
  689. "description": "具体数据",
  690. "schema": {
  691. "$ref": "#/definitions/md.ArticleCateListResp"
  692. }
  693. },
  694. "400": {
  695. "description": "具体错误",
  696. "schema": {
  697. "$ref": "#/definitions/md.Response"
  698. }
  699. }
  700. }
  701. }
  702. },
  703. "/api/article/cate/save": {
  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.ArticleCateSaveReq"
  731. }
  732. }
  733. ],
  734. "responses": {
  735. "200": {
  736. "description": "具体数据",
  737. "schema": {
  738. "type": "string"
  739. }
  740. },
  741. "400": {
  742. "description": "具体错误",
  743. "schema": {
  744. "$ref": "#/definitions/md.Response"
  745. }
  746. }
  747. }
  748. }
  749. },
  750. "/api/article/content/del": {
  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.ArticleDelReq"
  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/list": {
  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.ArticleListReq"
  825. }
  826. }
  827. ],
  828. "responses": {
  829. "200": {
  830. "description": "具体数据",
  831. "schema": {
  832. "$ref": "#/definitions/md.ArticleListResp"
  833. }
  834. },
  835. "400": {
  836. "description": "具体错误",
  837. "schema": {
  838. "$ref": "#/definitions/md.Response"
  839. }
  840. }
  841. }
  842. }
  843. },
  844. "/api/article/content/save": {
  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.ArticleSaveReq"
  872. }
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "type": "string"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/cloudBundle/audit/clear": {
  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.AuditClearReq"
  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/set": {
  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.CommReq"
  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/base": {
  986. "get": {
  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. "responses": {
  1008. "200": {
  1009. "description": "具体数据",
  1010. "schema": {
  1011. "$ref": "#/definitions/md.CloudBundleBaseResp"
  1012. }
  1013. },
  1014. "400": {
  1015. "description": "具体错误",
  1016. "schema": {
  1017. "$ref": "#/definitions/md.Response"
  1018. }
  1019. }
  1020. }
  1021. }
  1022. },
  1023. "/api/cloudBundle/build": {
  1024. "post": {
  1025. "description": "云打包-云打包操作",
  1026. "consumes": [
  1027. "application/json"
  1028. ],
  1029. "produces": [
  1030. "application/json"
  1031. ],
  1032. "tags": [
  1033. "云打包"
  1034. ],
  1035. "summary": "云打包-云打包操作",
  1036. "parameters": [
  1037. {
  1038. "type": "string",
  1039. "description": "验证参数Bearer和token空格拼接",
  1040. "name": "Authorization",
  1041. "in": "header",
  1042. "required": true
  1043. },
  1044. {
  1045. "description": "(分页信息必填)",
  1046. "name": "req",
  1047. "in": "body",
  1048. "required": true,
  1049. "schema": {
  1050. "$ref": "#/definitions/md.CloudBundleBuildReq"
  1051. }
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "type": "string"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/del": {
  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.CloudBundleDelReq"
  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/img/base": {
  1118. "get": {
  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. "responses": {
  1140. "200": {
  1141. "description": "具体数据",
  1142. "schema": {
  1143. "$ref": "#/definitions/md.CloudBundleImgResp"
  1144. }
  1145. },
  1146. "400": {
  1147. "description": "具体错误",
  1148. "schema": {
  1149. "$ref": "#/definitions/md.Response"
  1150. }
  1151. }
  1152. }
  1153. }
  1154. },
  1155. "/api/cloudBundle/img/base/save": {
  1156. "post": {
  1157. "description": "云打包-图片配置",
  1158. "consumes": [
  1159. "application/json"
  1160. ],
  1161. "produces": [
  1162. "application/json"
  1163. ],
  1164. "tags": [
  1165. "云打包"
  1166. ],
  1167. "summary": "云打包-图片配置",
  1168. "parameters": [
  1169. {
  1170. "type": "string",
  1171. "description": "验证参数Bearer和token空格拼接",
  1172. "name": "Authorization",
  1173. "in": "header",
  1174. "required": true
  1175. },
  1176. {
  1177. "description": "(分页信息必填)",
  1178. "name": "req",
  1179. "in": "body",
  1180. "required": true,
  1181. "schema": {
  1182. "$ref": "#/definitions/md.CloudBundleImgResp"
  1183. }
  1184. }
  1185. ],
  1186. "responses": {
  1187. "200": {
  1188. "description": "具体数据",
  1189. "schema": {
  1190. "type": "string"
  1191. }
  1192. },
  1193. "400": {
  1194. "description": "具体错误",
  1195. "schema": {
  1196. "$ref": "#/definitions/md.Response"
  1197. }
  1198. }
  1199. }
  1200. }
  1201. },
  1202. "/api/cloudBundle/list": {
  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.CloudBundleReq"
  1230. }
  1231. }
  1232. ],
  1233. "responses": {
  1234. "200": {
  1235. "description": "具体数据",
  1236. "schema": {
  1237. "$ref": "#/definitions/md.CloudBundleResp"
  1238. }
  1239. },
  1240. "400": {
  1241. "description": "具体错误",
  1242. "schema": {
  1243. "$ref": "#/definitions/md.Response"
  1244. }
  1245. }
  1246. }
  1247. }
  1248. },
  1249. "/api/cloudBundle/update/state": {
  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.CloudBundleUpdateStateReq"
  1277. }
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "具体数据",
  1283. "schema": {
  1284. "type": "string"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/cloudBundle/upload": {
  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": "签名上传url",
  1319. "name": "req",
  1320. "in": "body",
  1321. "required": true,
  1322. "schema": {
  1323. "$ref": "#/definitions/comm.ImgReqUploadReq"
  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/version/base": {
  1344. "get": {
  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. "responses": {
  1366. "200": {
  1367. "description": "具体数据",
  1368. "schema": {
  1369. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1370. }
  1371. },
  1372. "400": {
  1373. "description": "具体错误",
  1374. "schema": {
  1375. "$ref": "#/definitions/md.Response"
  1376. }
  1377. }
  1378. }
  1379. }
  1380. },
  1381. "/api/cloudBundle/version/base/save": {
  1382. "post": {
  1383. "description": "云打包-图片配置",
  1384. "consumes": [
  1385. "application/json"
  1386. ],
  1387. "produces": [
  1388. "application/json"
  1389. ],
  1390. "tags": [
  1391. "云打包"
  1392. ],
  1393. "summary": "云打包-图片配置",
  1394. "parameters": [
  1395. {
  1396. "type": "string",
  1397. "description": "验证参数Bearer和token空格拼接",
  1398. "name": "Authorization",
  1399. "in": "header",
  1400. "required": true
  1401. },
  1402. {
  1403. "description": "(分页信息必填)",
  1404. "name": "req",
  1405. "in": "body",
  1406. "required": true,
  1407. "schema": {
  1408. "$ref": "#/definitions/md.CloudBundleVersion"
  1409. }
  1410. }
  1411. ],
  1412. "responses": {
  1413. "200": {
  1414. "description": "具体数据",
  1415. "schema": {
  1416. "type": "string"
  1417. }
  1418. },
  1419. "400": {
  1420. "description": "具体错误",
  1421. "schema": {
  1422. "$ref": "#/definitions/md.Response"
  1423. }
  1424. }
  1425. }
  1426. }
  1427. },
  1428. "/api/comm/adminInfo": {
  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. "responses": {
  1451. "200": {
  1452. "description": "管理员信息",
  1453. "schema": {
  1454. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1455. }
  1456. },
  1457. "400": {
  1458. "description": "具体错误",
  1459. "schema": {
  1460. "$ref": "#/definitions/md.Response"
  1461. }
  1462. }
  1463. }
  1464. }
  1465. },
  1466. "/api/comm/getMenuList": {
  1467. "post": {
  1468. "description": "菜单栏列表(获取)",
  1469. "consumes": [
  1470. "application/json"
  1471. ],
  1472. "produces": [
  1473. "application/json"
  1474. ],
  1475. "tags": [
  1476. "权限列表"
  1477. ],
  1478. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1479. "parameters": [
  1480. {
  1481. "type": "string",
  1482. "description": "验证参数Bearer和token空格拼接",
  1483. "name": "Authorization",
  1484. "in": "header",
  1485. "required": true
  1486. }
  1487. ],
  1488. "responses": {
  1489. "200": {
  1490. "description": "具体路由",
  1491. "schema": {
  1492. "type": "object",
  1493. "additionalProperties": true
  1494. }
  1495. },
  1496. "400": {
  1497. "description": "具体错误",
  1498. "schema": {
  1499. "$ref": "#/definitions/md.Response"
  1500. }
  1501. }
  1502. }
  1503. }
  1504. },
  1505. "/api/comm/getOssUrl": {
  1506. "post": {
  1507. "description": "上传许可链接(获取)",
  1508. "consumes": [
  1509. "application/json"
  1510. ],
  1511. "produces": [
  1512. "application/json"
  1513. ],
  1514. "tags": [
  1515. "对象存储"
  1516. ],
  1517. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1518. "parameters": [
  1519. {
  1520. "type": "string",
  1521. "description": "验证参数Bearer和token空格拼接",
  1522. "name": "Authorization",
  1523. "in": "header",
  1524. "required": true
  1525. },
  1526. {
  1527. "description": "签名上传url",
  1528. "name": "req",
  1529. "in": "body",
  1530. "required": true,
  1531. "schema": {
  1532. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1533. }
  1534. }
  1535. ],
  1536. "responses": {
  1537. "200": {
  1538. "description": "许可链接",
  1539. "schema": {
  1540. "type": "string"
  1541. }
  1542. },
  1543. "400": {
  1544. "description": "具体错误",
  1545. "schema": {
  1546. "$ref": "#/definitions/md.Response"
  1547. }
  1548. }
  1549. }
  1550. }
  1551. },
  1552. "/api/config": {
  1553. "get": {
  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. "responses": {
  1575. "200": {
  1576. "description": "具体数据",
  1577. "schema": {
  1578. "$ref": "#/definitions/md.ConfigResp"
  1579. }
  1580. },
  1581. "400": {
  1582. "description": "具体错误",
  1583. "schema": {
  1584. "$ref": "#/definitions/md.Response"
  1585. }
  1586. }
  1587. }
  1588. }
  1589. },
  1590. "/api/demo": {
  1591. "post": {
  1592. "description": "Demo样例测试",
  1593. "consumes": [
  1594. "application/json"
  1595. ],
  1596. "produces": [
  1597. "application/json"
  1598. ],
  1599. "tags": [
  1600. "Demo"
  1601. ],
  1602. "summary": "Demo测试",
  1603. "parameters": [
  1604. {
  1605. "description": "用户名密码",
  1606. "name": "req",
  1607. "in": "body",
  1608. "required": true,
  1609. "schema": {
  1610. "type": "object"
  1611. }
  1612. }
  1613. ],
  1614. "responses": {
  1615. "200": {
  1616. "description": "token",
  1617. "schema": {
  1618. "type": "object",
  1619. "additionalProperties": true
  1620. }
  1621. },
  1622. "400": {
  1623. "description": "具体错误",
  1624. "schema": {
  1625. "$ref": "#/definitions/md.Response"
  1626. }
  1627. }
  1628. }
  1629. }
  1630. },
  1631. "/api/financialCenter/withdraw/applyList": {
  1632. "post": {
  1633. "description": "提现申请列表(获取)",
  1634. "consumes": [
  1635. "application/json"
  1636. ],
  1637. "produces": [
  1638. "application/json"
  1639. ],
  1640. "tags": [
  1641. "提现"
  1642. ],
  1643. "summary": "财务中心-提现-提现申请列表(获取)",
  1644. "parameters": [
  1645. {
  1646. "type": "string",
  1647. "description": "验证参数Bearer和token空格拼接",
  1648. "name": "Authorization",
  1649. "in": "header",
  1650. "required": true
  1651. },
  1652. {
  1653. "description": "筛选条件",
  1654. "name": "req",
  1655. "in": "body",
  1656. "schema": {
  1657. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1658. }
  1659. }
  1660. ],
  1661. "responses": {
  1662. "200": {
  1663. "description": "具体数据",
  1664. "schema": {
  1665. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1666. }
  1667. },
  1668. "400": {
  1669. "description": "具体错误",
  1670. "schema": {
  1671. "$ref": "#/definitions/md.Response"
  1672. }
  1673. }
  1674. }
  1675. }
  1676. },
  1677. "/api/financialCenter/withdraw/audit": {
  1678. "post": {
  1679. "description": "提现审核",
  1680. "consumes": [
  1681. "application/json"
  1682. ],
  1683. "produces": [
  1684. "application/json"
  1685. ],
  1686. "tags": [
  1687. "提现"
  1688. ],
  1689. "summary": "财务中心-提现-审核",
  1690. "parameters": [
  1691. {
  1692. "type": "string",
  1693. "description": "验证参数Bearer和token空格拼接",
  1694. "name": "Authorization",
  1695. "in": "header",
  1696. "required": true
  1697. },
  1698. {
  1699. "description": "筛选条件",
  1700. "name": "req",
  1701. "in": "body",
  1702. "schema": {
  1703. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1704. }
  1705. }
  1706. ],
  1707. "responses": {
  1708. "200": {
  1709. "description": "success",
  1710. "schema": {
  1711. "type": "string"
  1712. }
  1713. },
  1714. "400": {
  1715. "description": "具体错误",
  1716. "schema": {
  1717. "$ref": "#/definitions/md.Response"
  1718. }
  1719. }
  1720. }
  1721. }
  1722. },
  1723. "/api/financialCenter/withdraw/setting": {
  1724. "get": {
  1725. "description": "基础设置(获取)",
  1726. "consumes": [
  1727. "application/json"
  1728. ],
  1729. "produces": [
  1730. "application/json"
  1731. ],
  1732. "tags": [
  1733. "提现"
  1734. ],
  1735. "summary": "财务中心-提现-基础设置(获取)",
  1736. "parameters": [
  1737. {
  1738. "type": "string",
  1739. "description": "验证参数Bearer和token空格拼接",
  1740. "name": "Authorization",
  1741. "in": "header",
  1742. "required": true
  1743. }
  1744. ],
  1745. "responses": {
  1746. "200": {
  1747. "description": "具体数据",
  1748. "schema": {
  1749. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1750. }
  1751. },
  1752. "400": {
  1753. "description": "具体错误",
  1754. "schema": {
  1755. "$ref": "#/definitions/md.Response"
  1756. }
  1757. }
  1758. }
  1759. }
  1760. },
  1761. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1762. "post": {
  1763. "description": "基础设置(更新)",
  1764. "consumes": [
  1765. "application/json"
  1766. ],
  1767. "produces": [
  1768. "application/json"
  1769. ],
  1770. "tags": [
  1771. "提现"
  1772. ],
  1773. "summary": "财务中心-提现-基础设置(更新)",
  1774. "parameters": [
  1775. {
  1776. "type": "string",
  1777. "description": "验证参数Bearer和token空格拼接",
  1778. "name": "Authorization",
  1779. "in": "header",
  1780. "required": true
  1781. },
  1782. {
  1783. "description": "id 必填",
  1784. "name": "req",
  1785. "in": "body",
  1786. "required": true,
  1787. "schema": {
  1788. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1789. }
  1790. }
  1791. ],
  1792. "responses": {
  1793. "200": {
  1794. "description": "修改数据条数",
  1795. "schema": {
  1796. "type": "int"
  1797. }
  1798. },
  1799. "400": {
  1800. "description": "具体错误",
  1801. "schema": {
  1802. "$ref": "#/definitions/md.Response"
  1803. }
  1804. }
  1805. }
  1806. }
  1807. },
  1808. "/api/friendCircleSettings/basic/index": {
  1809. "get": {
  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. "responses": {
  1831. "200": {
  1832. "description": "具体数据",
  1833. "schema": {
  1834. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1835. }
  1836. },
  1837. "400": {
  1838. "description": "具体错误",
  1839. "schema": {
  1840. "$ref": "#/definitions/md.Response"
  1841. }
  1842. }
  1843. }
  1844. }
  1845. },
  1846. "/api/friendCircleSettings/basic/save": {
  1847. "post": {
  1848. "description": "基础设置(更新)",
  1849. "consumes": [
  1850. "application/json"
  1851. ],
  1852. "produces": [
  1853. "application/json"
  1854. ],
  1855. "tags": [
  1856. "动态设置"
  1857. ],
  1858. "summary": "社交管理-动态设置-基础设置(更新)",
  1859. "parameters": [
  1860. {
  1861. "type": "string",
  1862. "description": "验证参数Bearer和token空格拼接",
  1863. "name": "Authorization",
  1864. "in": "header",
  1865. "required": true
  1866. },
  1867. {
  1868. "description": "id 必填",
  1869. "name": "req",
  1870. "in": "body",
  1871. "required": true,
  1872. "schema": {
  1873. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1874. }
  1875. }
  1876. ],
  1877. "responses": {
  1878. "200": {
  1879. "description": "修改数据条数",
  1880. "schema": {
  1881. "type": "int"
  1882. }
  1883. },
  1884. "400": {
  1885. "description": "具体错误",
  1886. "schema": {
  1887. "$ref": "#/definitions/md.Response"
  1888. }
  1889. }
  1890. }
  1891. }
  1892. },
  1893. "/api/friendCircleSettings/blackList/add": {
  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.AddBlackListReq"
  1921. }
  1922. }
  1923. ],
  1924. "responses": {
  1925. "200": {
  1926. "description": "生成的黑名单id",
  1927. "schema": {
  1928. "type": "string"
  1929. }
  1930. },
  1931. "400": {
  1932. "description": "具体错误",
  1933. "schema": {
  1934. "$ref": "#/definitions/md.Response"
  1935. }
  1936. }
  1937. }
  1938. }
  1939. },
  1940. "/api/friendCircleSettings/blackList/del": {
  1941. "delete": {
  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.DeleteBlackListReq"
  1968. }
  1969. }
  1970. ],
  1971. "responses": {
  1972. "200": {
  1973. "description": "删除数据数量",
  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/index": {
  1988. "get": {
  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. "type": "integer",
  2010. "description": "每页大小",
  2011. "name": "limit",
  2012. "in": "query",
  2013. "required": true
  2014. },
  2015. {
  2016. "type": "integer",
  2017. "description": "页数",
  2018. "name": "page",
  2019. "in": "query",
  2020. "required": true
  2021. },
  2022. {
  2023. "type": "integer",
  2024. "description": "手机号",
  2025. "name": "phone",
  2026. "in": "query",
  2027. "required": true
  2028. },
  2029. {
  2030. "type": "integer",
  2031. "description": "用户名",
  2032. "name": "nickname",
  2033. "in": "query",
  2034. "required": true
  2035. },
  2036. {
  2037. "type": "integer",
  2038. "description": "用户id",
  2039. "name": "uid",
  2040. "in": "query",
  2041. "required": true
  2042. }
  2043. ],
  2044. "responses": {
  2045. "200": {
  2046. "description": "具体数据",
  2047. "schema": {
  2048. "$ref": "#/definitions/md.GetBlackListResp"
  2049. }
  2050. },
  2051. "400": {
  2052. "description": "具体错误",
  2053. "schema": {
  2054. "$ref": "#/definitions/md.Response"
  2055. }
  2056. }
  2057. }
  2058. }
  2059. },
  2060. "/api/friendCircleSettings/dynamic/del": {
  2061. "delete": {
  2062. "description": "动态(删除)",
  2063. "consumes": [
  2064. "application/json"
  2065. ],
  2066. "produces": [
  2067. "application/json"
  2068. ],
  2069. "tags": [
  2070. "动态设置"
  2071. ],
  2072. "summary": "社交管理-动态设置-动态(删除)",
  2073. "parameters": [
  2074. {
  2075. "type": "string",
  2076. "description": "验证参数Bearer和token空格拼接",
  2077. "name": "Authorization",
  2078. "in": "header",
  2079. "required": true
  2080. },
  2081. {
  2082. "description": "删除动态id必填",
  2083. "name": "req",
  2084. "in": "body",
  2085. "required": true,
  2086. "schema": {
  2087. "$ref": "#/definitions/md.DeleteDynamicReq"
  2088. }
  2089. }
  2090. ],
  2091. "responses": {
  2092. "200": {
  2093. "description": "success",
  2094. "schema": {
  2095. "type": "string"
  2096. }
  2097. },
  2098. "400": {
  2099. "description": "具体错误",
  2100. "schema": {
  2101. "$ref": "#/definitions/md.Response"
  2102. }
  2103. }
  2104. }
  2105. }
  2106. },
  2107. "/api/friendCircleSettings/dynamic/index": {
  2108. "post": {
  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": "筛选条件",
  2130. "name": "req",
  2131. "in": "body",
  2132. "schema": {
  2133. "$ref": "#/definitions/md.GetDynamicReq"
  2134. }
  2135. }
  2136. ],
  2137. "responses": {
  2138. "200": {
  2139. "description": "生成的黑名单id",
  2140. "schema": {
  2141. "$ref": "#/definitions/md.GetDynamicResp"
  2142. }
  2143. },
  2144. "400": {
  2145. "description": "具体错误",
  2146. "schema": {
  2147. "$ref": "#/definitions/md.Response"
  2148. }
  2149. }
  2150. }
  2151. }
  2152. },
  2153. "/api/friendCircleSettings/dynamic/release": {
  2154. "post": {
  2155. "description": "动态(发布)",
  2156. "consumes": [
  2157. "application/json"
  2158. ],
  2159. "produces": [
  2160. "application/json"
  2161. ],
  2162. "tags": [
  2163. "动态设置"
  2164. ],
  2165. "summary": "社交管理-动态设置-动态(发布)",
  2166. "parameters": [
  2167. {
  2168. "type": "string",
  2169. "description": "验证参数Bearer和token空格拼接",
  2170. "name": "Authorization",
  2171. "in": "header",
  2172. "required": true
  2173. },
  2174. {
  2175. "description": "发布动态信息",
  2176. "name": "req",
  2177. "in": "body",
  2178. "required": true,
  2179. "schema": {
  2180. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2181. }
  2182. }
  2183. ],
  2184. "responses": {
  2185. "200": {
  2186. "description": "success",
  2187. "schema": {
  2188. "type": "string"
  2189. }
  2190. },
  2191. "400": {
  2192. "description": "具体错误",
  2193. "schema": {
  2194. "$ref": "#/definitions/md.Response"
  2195. }
  2196. }
  2197. }
  2198. }
  2199. },
  2200. "/api/friendCircleSettings/dynamic/update": {
  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": "更新动态id必填",
  2223. "name": "req",
  2224. "in": "body",
  2225. "required": true,
  2226. "schema": {
  2227. "$ref": "#/definitions/md.UpdateDynamicReq"
  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/getSTSVoucher": {
  2248. "get": {
  2249. "description": "STS临时访问凭证(获取)",
  2250. "consumes": [
  2251. "application/json"
  2252. ],
  2253. "produces": [
  2254. "application/json"
  2255. ],
  2256. "tags": [
  2257. "打包机使用"
  2258. ],
  2259. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2260. "parameters": [
  2261. {
  2262. "type": "string",
  2263. "description": "验证参数Bearer和token空格拼接",
  2264. "name": "Authorization",
  2265. "in": "header",
  2266. "required": true
  2267. }
  2268. ],
  2269. "responses": {
  2270. "200": {
  2271. "description": "凭证及其他信息",
  2272. "schema": {
  2273. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2274. }
  2275. },
  2276. "400": {
  2277. "description": "具体错误",
  2278. "schema": {
  2279. "$ref": "#/definitions/md.Response"
  2280. }
  2281. }
  2282. }
  2283. }
  2284. },
  2285. "/api/homePage/activeData": {
  2286. "get": {
  2287. "description": "活跃数据",
  2288. "consumes": [
  2289. "application/json"
  2290. ],
  2291. "produces": [
  2292. "application/json"
  2293. ],
  2294. "tags": [
  2295. "首页"
  2296. ],
  2297. "summary": "首页-首页-活跃数据",
  2298. "parameters": [
  2299. {
  2300. "type": "string",
  2301. "description": "验证参数Bearer和token空格拼接",
  2302. "name": "Authorization",
  2303. "in": "header",
  2304. "required": true
  2305. }
  2306. ],
  2307. "responses": {
  2308. "200": {
  2309. "description": "具体数据",
  2310. "schema": {
  2311. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2312. }
  2313. },
  2314. "400": {
  2315. "description": "具体错误",
  2316. "schema": {
  2317. "$ref": "#/definitions/md.Response"
  2318. }
  2319. }
  2320. }
  2321. }
  2322. },
  2323. "/api/homePage/growData": {
  2324. "get": {
  2325. "description": "用户增长曲线",
  2326. "consumes": [
  2327. "application/json"
  2328. ],
  2329. "produces": [
  2330. "application/json"
  2331. ],
  2332. "tags": [
  2333. "首页"
  2334. ],
  2335. "summary": "首页-首页-用户增长曲线",
  2336. "parameters": [
  2337. {
  2338. "type": "string",
  2339. "description": "验证参数Bearer和token空格拼接",
  2340. "name": "Authorization",
  2341. "in": "header",
  2342. "required": true
  2343. },
  2344. {
  2345. "type": "string",
  2346. "description": "1:按天 2:按周 3:按小时",
  2347. "name": "kind",
  2348. "in": "query"
  2349. }
  2350. ],
  2351. "responses": {
  2352. "200": {
  2353. "description": "具体数据",
  2354. "schema": {
  2355. "$ref": "#/definitions/md.GetPriceCurveResp"
  2356. }
  2357. },
  2358. "400": {
  2359. "description": "具体错误",
  2360. "schema": {
  2361. "$ref": "#/definitions/md.Response"
  2362. }
  2363. }
  2364. }
  2365. }
  2366. },
  2367. "/api/homePage/totalData": {
  2368. "get": {
  2369. "description": "数据总览",
  2370. "consumes": [
  2371. "application/json"
  2372. ],
  2373. "produces": [
  2374. "application/json"
  2375. ],
  2376. "tags": [
  2377. "首页"
  2378. ],
  2379. "summary": "首页-首页-数据总览",
  2380. "parameters": [
  2381. {
  2382. "type": "string",
  2383. "description": "验证参数Bearer和token空格拼接",
  2384. "name": "Authorization",
  2385. "in": "header",
  2386. "required": true
  2387. },
  2388. {
  2389. "type": "string",
  2390. "description": "年",
  2391. "name": "year",
  2392. "in": "query",
  2393. "required": true
  2394. },
  2395. {
  2396. "type": "string",
  2397. "description": "月",
  2398. "name": "month",
  2399. "in": "query",
  2400. "required": true
  2401. }
  2402. ],
  2403. "responses": {
  2404. "200": {
  2405. "description": "具体数据",
  2406. "schema": {
  2407. "$ref": "#/definitions/hdl.TotalDataResp"
  2408. }
  2409. },
  2410. "400": {
  2411. "description": "具体错误",
  2412. "schema": {
  2413. "$ref": "#/definitions/md.Response"
  2414. }
  2415. }
  2416. }
  2417. }
  2418. },
  2419. "/api/im/addCustomerService": {
  2420. "post": {
  2421. "description": "客服(新增)",
  2422. "consumes": [
  2423. "application/json"
  2424. ],
  2425. "produces": [
  2426. "application/json"
  2427. ],
  2428. "tags": [
  2429. "客服"
  2430. ],
  2431. "summary": "Im-客服(新增)",
  2432. "parameters": [
  2433. {
  2434. "type": "string",
  2435. "description": "验证参数Bearer和token空格拼接",
  2436. "name": "Authorization",
  2437. "in": "header",
  2438. "required": true
  2439. },
  2440. {
  2441. "description": "相关参数",
  2442. "name": "req",
  2443. "in": "body",
  2444. "required": true,
  2445. "schema": {
  2446. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2447. }
  2448. }
  2449. ],
  2450. "responses": {
  2451. "200": {
  2452. "description": "success",
  2453. "schema": {
  2454. "type": "string"
  2455. }
  2456. },
  2457. "400": {
  2458. "description": "具体错误",
  2459. "schema": {
  2460. "$ref": "#/definitions/md.Response"
  2461. }
  2462. }
  2463. }
  2464. }
  2465. },
  2466. "/api/im/addEmoticon": {
  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.AddEmoticonReq"
  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/batchSendGroupMessage": {
  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.BatchSendGroupMessageReq"
  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/batchSendUserMessage": {
  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.BatchSendUserMessageReq"
  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/deleteEmoticon": {
  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.DeleteEmoticonReq"
  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/getBasic": {
  2655. "get": {
  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. "responses": {
  2677. "200": {
  2678. "description": "设置列表",
  2679. "schema": {
  2680. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2681. }
  2682. },
  2683. "400": {
  2684. "description": "具体错误",
  2685. "schema": {
  2686. "$ref": "#/definitions/md.Response"
  2687. }
  2688. }
  2689. }
  2690. }
  2691. },
  2692. "/api/im/groupList": {
  2693. "post": {
  2694. "description": "群组用户(列表)",
  2695. "consumes": [
  2696. "application/json"
  2697. ],
  2698. "produces": [
  2699. "application/json"
  2700. ],
  2701. "tags": [
  2702. "群组用户"
  2703. ],
  2704. "summary": "Im-群组用户(列表)",
  2705. "parameters": [
  2706. {
  2707. "type": "string",
  2708. "description": "验证参数Bearer和token空格拼接",
  2709. "name": "Authorization",
  2710. "in": "header",
  2711. "required": true
  2712. },
  2713. {
  2714. "description": "相关参数",
  2715. "name": "req",
  2716. "in": "body",
  2717. "required": true,
  2718. "schema": {
  2719. "$ref": "#/definitions/md.GroupListReq"
  2720. }
  2721. }
  2722. ],
  2723. "responses": {
  2724. "200": {
  2725. "description": "OK",
  2726. "schema": {
  2727. "$ref": "#/definitions/md.GroupListResp"
  2728. }
  2729. },
  2730. "400": {
  2731. "description": "具体错误",
  2732. "schema": {
  2733. "$ref": "#/definitions/md.Response"
  2734. }
  2735. }
  2736. }
  2737. }
  2738. },
  2739. "/api/im/pageCustomerService": {
  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.PageCustomerServiceReq"
  2767. }
  2768. }
  2769. ],
  2770. "responses": {
  2771. "200": {
  2772. "description": "设置列表",
  2773. "schema": {
  2774. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2775. }
  2776. },
  2777. "400": {
  2778. "description": "具体错误",
  2779. "schema": {
  2780. "$ref": "#/definitions/md.Response"
  2781. }
  2782. }
  2783. }
  2784. }
  2785. },
  2786. "/api/im/pageEmoticon": {
  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.PageEmoticonReq"
  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/pageSendRedPackageOrd": {
  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.PageSendRedPackageOrdReq"
  2861. }
  2862. }
  2863. ],
  2864. "responses": {
  2865. "200": {
  2866. "description": "success",
  2867. "schema": {
  2868. "type": "string"
  2869. }
  2870. },
  2871. "400": {
  2872. "description": "具体错误",
  2873. "schema": {
  2874. "$ref": "#/definitions/md.Response"
  2875. }
  2876. }
  2877. }
  2878. }
  2879. },
  2880. "/api/im/redPackageRecordsDetail": {
  2881. "get": {
  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. "type": "string",
  2903. "description": "红包id",
  2904. "name": "red_package_id",
  2905. "in": "query",
  2906. "required": true
  2907. }
  2908. ],
  2909. "responses": {
  2910. "200": {
  2911. "description": "success",
  2912. "schema": {
  2913. "type": "string"
  2914. }
  2915. },
  2916. "400": {
  2917. "description": "具体错误",
  2918. "schema": {
  2919. "$ref": "#/definitions/md.Response"
  2920. }
  2921. }
  2922. }
  2923. }
  2924. },
  2925. "/api/im/setBasic": {
  2926. "post": {
  2927. "description": "基础设置(更新)",
  2928. "consumes": [
  2929. "application/json"
  2930. ],
  2931. "produces": [
  2932. "application/json"
  2933. ],
  2934. "tags": [
  2935. "基础设置"
  2936. ],
  2937. "summary": "Im-基础设置(更新)",
  2938. "parameters": [
  2939. {
  2940. "type": "string",
  2941. "description": "验证参数Bearer和token空格拼接",
  2942. "name": "Authorization",
  2943. "in": "header",
  2944. "required": true
  2945. },
  2946. {
  2947. "description": "上传需要修改的信息",
  2948. "name": "req",
  2949. "in": "body",
  2950. "required": true,
  2951. "schema": {
  2952. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2953. }
  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/setCustomerServiceState": {
  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/md.SetCustomerServiceStateReq"
  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/setEmoticonState": {
  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.SetEmoticonStateReq"
  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/updateCustomerServiceMemo": {
  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.UpdateCustomerServiceMemoReq"
  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/updateEmoticon": {
  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.UpdateEmoticonReq"
  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/institutionalManagement/contentReward/playlet/base": {
  3161. "get": {
  3162. "description": "制度中心-内容奖励-短剧基本信息",
  3163. "consumes": [
  3164. "application/json"
  3165. ],
  3166. "produces": [
  3167. "application/json"
  3168. ],
  3169. "tags": [
  3170. "蛋蛋能量"
  3171. ],
  3172. "summary": "制度中心-内容奖励-短剧基本信息",
  3173. "parameters": [
  3174. {
  3175. "type": "string",
  3176. "description": "验证参数Bearer和token空格拼接",
  3177. "name": "Authorization",
  3178. "in": "header",
  3179. "required": true
  3180. }
  3181. ],
  3182. "responses": {
  3183. "200": {
  3184. "description": "具体数据",
  3185. "schema": {
  3186. "$ref": "#/definitions/md.PlayletBaseData"
  3187. }
  3188. },
  3189. "400": {
  3190. "description": "具体错误",
  3191. "schema": {
  3192. "$ref": "#/definitions/md.Response"
  3193. }
  3194. }
  3195. }
  3196. }
  3197. },
  3198. "/api/institutionalManagement/contentReward/playlet/save": {
  3199. "post": {
  3200. "description": "制度中心-内容奖励-短剧基本配置保存",
  3201. "consumes": [
  3202. "application/json"
  3203. ],
  3204. "produces": [
  3205. "application/json"
  3206. ],
  3207. "tags": [
  3208. "蛋蛋能量"
  3209. ],
  3210. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3211. "parameters": [
  3212. {
  3213. "type": "string",
  3214. "description": "验证参数Bearer和token空格拼接",
  3215. "name": "Authorization",
  3216. "in": "header",
  3217. "required": true
  3218. },
  3219. {
  3220. "description": "(分页信息必填)",
  3221. "name": "req",
  3222. "in": "body",
  3223. "required": true,
  3224. "schema": {
  3225. "$ref": "#/definitions/md.PlayletBaseData"
  3226. }
  3227. }
  3228. ],
  3229. "responses": {
  3230. "200": {
  3231. "description": "具体数据",
  3232. "schema": {
  3233. "type": "string"
  3234. }
  3235. },
  3236. "400": {
  3237. "description": "具体错误",
  3238. "schema": {
  3239. "$ref": "#/definitions/md.Response"
  3240. }
  3241. }
  3242. }
  3243. }
  3244. },
  3245. "/api/institutionalManagement/contentReward/video/base": {
  3246. "get": {
  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. "responses": {
  3268. "200": {
  3269. "description": "具体数据",
  3270. "schema": {
  3271. "$ref": "#/definitions/md.VideoBaseData"
  3272. }
  3273. },
  3274. "400": {
  3275. "description": "具体错误",
  3276. "schema": {
  3277. "$ref": "#/definitions/md.Response"
  3278. }
  3279. }
  3280. }
  3281. }
  3282. },
  3283. "/api/institutionalManagement/contentReward/video/save": {
  3284. "post": {
  3285. "description": "制度中心-内容奖励-短视频基本配置保存",
  3286. "consumes": [
  3287. "application/json"
  3288. ],
  3289. "produces": [
  3290. "application/json"
  3291. ],
  3292. "tags": [
  3293. "蛋蛋能量"
  3294. ],
  3295. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3296. "parameters": [
  3297. {
  3298. "type": "string",
  3299. "description": "验证参数Bearer和token空格拼接",
  3300. "name": "Authorization",
  3301. "in": "header",
  3302. "required": true
  3303. },
  3304. {
  3305. "description": "(分页信息必填)",
  3306. "name": "req",
  3307. "in": "body",
  3308. "required": true,
  3309. "schema": {
  3310. "$ref": "#/definitions/md.VideoBaseData"
  3311. }
  3312. }
  3313. ],
  3314. "responses": {
  3315. "200": {
  3316. "description": "具体数据",
  3317. "schema": {
  3318. "type": "string"
  3319. }
  3320. },
  3321. "400": {
  3322. "description": "具体错误",
  3323. "schema": {
  3324. "$ref": "#/definitions/md.Response"
  3325. }
  3326. }
  3327. }
  3328. }
  3329. },
  3330. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  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": "system_id 必填",
  3353. "name": "req",
  3354. "in": "body",
  3355. "required": true,
  3356. "schema": {
  3357. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3358. }
  3359. }
  3360. ],
  3361. "responses": {
  3362. "200": {
  3363. "description": "修改数据条数",
  3364. "schema": {
  3365. "type": "int"
  3366. }
  3367. },
  3368. "400": {
  3369. "description": "具体错误",
  3370. "schema": {
  3371. "$ref": "#/definitions/md.Response"
  3372. }
  3373. }
  3374. }
  3375. }
  3376. },
  3377. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  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": "页数、每页大小必传 起止时间、持有类型选传",
  3400. "name": "req",
  3401. "in": "body",
  3402. "required": true,
  3403. "schema": {
  3404. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3405. }
  3406. }
  3407. ],
  3408. "responses": {
  3409. "200": {
  3410. "description": "成功返回",
  3411. "schema": {
  3412. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3413. }
  3414. },
  3415. "400": {
  3416. "description": "具体错误",
  3417. "schema": {
  3418. "$ref": "#/definitions/md.Response"
  3419. }
  3420. }
  3421. }
  3422. }
  3423. },
  3424. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  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.BatchAddVirtualCoinsReq"
  3452. }
  3453. }
  3454. ],
  3455. "responses": {
  3456. "200": {
  3457. "description": "新增数据数量",
  3458. "schema": {
  3459. "type": "int"
  3460. }
  3461. },
  3462. "400": {
  3463. "description": "具体错误",
  3464. "schema": {
  3465. "$ref": "#/definitions/md.Response"
  3466. }
  3467. }
  3468. }
  3469. }
  3470. },
  3471. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3472. "get": {
  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. "responses": {
  3494. "200": {
  3495. "description": "具体数据",
  3496. "schema": {
  3497. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3498. }
  3499. },
  3500. "400": {
  3501. "description": "具体错误",
  3502. "schema": {
  3503. "$ref": "#/definitions/md.Response"
  3504. }
  3505. }
  3506. }
  3507. }
  3508. },
  3509. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3510. "post": {
  3511. "description": "贡献值-基础设置(更新)",
  3512. "consumes": [
  3513. "application/json"
  3514. ],
  3515. "produces": [
  3516. "application/json"
  3517. ],
  3518. "tags": [
  3519. "贡献值"
  3520. ],
  3521. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3522. "parameters": [
  3523. {
  3524. "type": "string",
  3525. "description": "验证参数Bearer和token空格拼接",
  3526. "name": "Authorization",
  3527. "in": "header",
  3528. "required": true
  3529. },
  3530. {
  3531. "description": "id 必填",
  3532. "name": "req",
  3533. "in": "body",
  3534. "required": true,
  3535. "schema": {
  3536. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3537. }
  3538. }
  3539. ],
  3540. "responses": {
  3541. "200": {
  3542. "description": "修改数据条数",
  3543. "schema": {
  3544. "type": "int"
  3545. }
  3546. },
  3547. "400": {
  3548. "description": "具体错误",
  3549. "schema": {
  3550. "$ref": "#/definitions/md.Response"
  3551. }
  3552. }
  3553. }
  3554. }
  3555. },
  3556. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3557. "delete": {
  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. "responses": {
  3579. "200": {
  3580. "description": "删除数据数量",
  3581. "schema": {
  3582. "type": "int"
  3583. }
  3584. },
  3585. "400": {
  3586. "description": "具体错误",
  3587. "schema": {
  3588. "$ref": "#/definitions/md.Response"
  3589. }
  3590. }
  3591. }
  3592. }
  3593. },
  3594. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3595. "post": {
  3596. "description": "蛋蛋分管理(人工打分)",
  3597. "consumes": [
  3598. "application/json"
  3599. ],
  3600. "produces": [
  3601. "application/json"
  3602. ],
  3603. "tags": [
  3604. "蛋蛋能量"
  3605. ],
  3606. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3607. "parameters": [
  3608. {
  3609. "type": "string",
  3610. "description": "验证参数Bearer和token空格拼接",
  3611. "name": "Authorization",
  3612. "in": "header",
  3613. "required": true
  3614. },
  3615. {
  3616. "description": "请求参数",
  3617. "name": "req",
  3618. "in": "body",
  3619. "required": true,
  3620. "schema": {
  3621. "$ref": "#/definitions/md.ManualScoreReq"
  3622. }
  3623. }
  3624. ],
  3625. "responses": {
  3626. "200": {
  3627. "description": "成功返回",
  3628. "schema": {
  3629. "type": "string"
  3630. }
  3631. },
  3632. "400": {
  3633. "description": "具体错误",
  3634. "schema": {
  3635. "$ref": "#/definitions/md.Response"
  3636. }
  3637. }
  3638. }
  3639. }
  3640. },
  3641. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3642. "post": {
  3643. "description": "蛋蛋分管理(着陆页数据分析)",
  3644. "consumes": [
  3645. "application/json"
  3646. ],
  3647. "produces": [
  3648. "application/json"
  3649. ],
  3650. "tags": [
  3651. "蛋蛋能量"
  3652. ],
  3653. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3654. "parameters": [
  3655. {
  3656. "type": "string",
  3657. "description": "验证参数Bearer和token空格拼接",
  3658. "name": "Authorization",
  3659. "in": "header",
  3660. "required": true
  3661. },
  3662. {
  3663. "description": "请求参数",
  3664. "name": "req",
  3665. "in": "body",
  3666. "required": true,
  3667. "schema": {
  3668. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3669. }
  3670. }
  3671. ],
  3672. "responses": {
  3673. "200": {
  3674. "description": "成功返回",
  3675. "schema": {
  3676. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3677. }
  3678. },
  3679. "400": {
  3680. "description": "具体错误",
  3681. "schema": {
  3682. "$ref": "#/definitions/md.Response"
  3683. }
  3684. }
  3685. }
  3686. }
  3687. },
  3688. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3689. "post": {
  3690. "description": "蛋蛋分管理(用户数据列表)",
  3691. "consumes": [
  3692. "application/json"
  3693. ],
  3694. "produces": [
  3695. "application/json"
  3696. ],
  3697. "tags": [
  3698. "蛋蛋能量"
  3699. ],
  3700. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3701. "parameters": [
  3702. {
  3703. "type": "string",
  3704. "description": "验证参数Bearer和token空格拼接",
  3705. "name": "Authorization",
  3706. "in": "header",
  3707. "required": true
  3708. },
  3709. {
  3710. "description": "请求参数",
  3711. "name": "req",
  3712. "in": "body",
  3713. "required": true,
  3714. "schema": {
  3715. "$ref": "#/definitions/md.UserEggFlowReq"
  3716. }
  3717. }
  3718. ],
  3719. "responses": {
  3720. "200": {
  3721. "description": "成功返回",
  3722. "schema": {
  3723. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3724. }
  3725. },
  3726. "400": {
  3727. "description": "具体错误",
  3728. "schema": {
  3729. "$ref": "#/definitions/md.Response"
  3730. }
  3731. }
  3732. }
  3733. }
  3734. },
  3735. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3736. "post": {
  3737. "description": "蛋蛋分管理(着陆页数据)",
  3738. "consumes": [
  3739. "application/json"
  3740. ],
  3741. "produces": [
  3742. "application/json"
  3743. ],
  3744. "tags": [
  3745. "蛋蛋能量"
  3746. ],
  3747. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3748. "parameters": [
  3749. {
  3750. "type": "string",
  3751. "description": "验证参数Bearer和token空格拼接",
  3752. "name": "Authorization",
  3753. "in": "header",
  3754. "required": true
  3755. },
  3756. {
  3757. "description": "请求参数",
  3758. "name": "req",
  3759. "in": "body",
  3760. "required": true,
  3761. "schema": {
  3762. "$ref": "#/definitions/md.UserEggIndexReq"
  3763. }
  3764. }
  3765. ],
  3766. "responses": {
  3767. "200": {
  3768. "description": "成功返回",
  3769. "schema": {
  3770. "$ref": "#/definitions/md.UserEggIndexResp"
  3771. }
  3772. },
  3773. "400": {
  3774. "description": "具体错误",
  3775. "schema": {
  3776. "$ref": "#/definitions/md.Response"
  3777. }
  3778. }
  3779. }
  3780. }
  3781. },
  3782. "/api/institutionalManagement/eggEnergy/getBasic": {
  3783. "get": {
  3784. "description": "基础设置(获取)",
  3785. "consumes": [
  3786. "application/json"
  3787. ],
  3788. "produces": [
  3789. "application/json"
  3790. ],
  3791. "tags": [
  3792. "蛋蛋能量"
  3793. ],
  3794. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3795. "parameters": [
  3796. {
  3797. "type": "string",
  3798. "description": "验证参数Bearer和token空格拼接",
  3799. "name": "Authorization",
  3800. "in": "header",
  3801. "required": true
  3802. }
  3803. ],
  3804. "responses": {
  3805. "200": {
  3806. "description": "具体数据",
  3807. "schema": {
  3808. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3809. }
  3810. },
  3811. "400": {
  3812. "description": "具体错误",
  3813. "schema": {
  3814. "$ref": "#/definitions/md.Response"
  3815. }
  3816. }
  3817. }
  3818. }
  3819. },
  3820. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3821. "get": {
  3822. "description": "基础会员设置(获取)",
  3823. "consumes": [
  3824. "application/json"
  3825. ],
  3826. "produces": [
  3827. "application/json"
  3828. ],
  3829. "tags": [
  3830. "蛋蛋能量"
  3831. ],
  3832. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3833. "parameters": [
  3834. {
  3835. "type": "string",
  3836. "description": "验证参数Bearer和token空格拼接",
  3837. "name": "Authorization",
  3838. "in": "header",
  3839. "required": true
  3840. }
  3841. ],
  3842. "responses": {
  3843. "200": {
  3844. "description": "具体数据",
  3845. "schema": {
  3846. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3847. }
  3848. },
  3849. "400": {
  3850. "description": "具体错误",
  3851. "schema": {
  3852. "$ref": "#/definitions/md.Response"
  3853. }
  3854. }
  3855. }
  3856. }
  3857. },
  3858. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3859. "get": {
  3860. "description": "查询所有币种(获取)",
  3861. "consumes": [
  3862. "application/json"
  3863. ],
  3864. "produces": [
  3865. "application/json"
  3866. ],
  3867. "tags": [
  3868. "蛋蛋能量"
  3869. ],
  3870. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3871. "parameters": [
  3872. {
  3873. "type": "string",
  3874. "description": "验证参数Bearer和token空格拼接",
  3875. "name": "Authorization",
  3876. "in": "header",
  3877. "required": true
  3878. }
  3879. ],
  3880. "responses": {
  3881. "200": {
  3882. "description": "成功返回",
  3883. "schema": {
  3884. "type": "array",
  3885. "items": {
  3886. "$ref": "#/definitions/md.VirtualCoin"
  3887. }
  3888. }
  3889. },
  3890. "400": {
  3891. "description": "具体错误",
  3892. "schema": {
  3893. "$ref": "#/definitions/md.Response"
  3894. }
  3895. }
  3896. }
  3897. }
  3898. },
  3899. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3900. "get": {
  3901. "description": "数据概览(获取)",
  3902. "consumes": [
  3903. "application/json"
  3904. ],
  3905. "produces": [
  3906. "application/json"
  3907. ],
  3908. "tags": [
  3909. "蛋蛋能量"
  3910. ],
  3911. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3912. "parameters": [
  3913. {
  3914. "type": "string",
  3915. "description": "验证参数Bearer和token空格拼接",
  3916. "name": "Authorization",
  3917. "in": "header",
  3918. "required": true
  3919. }
  3920. ],
  3921. "responses": {
  3922. "200": {
  3923. "description": "具体数据",
  3924. "schema": {
  3925. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3926. }
  3927. },
  3928. "400": {
  3929. "description": "具体错误",
  3930. "schema": {
  3931. "$ref": "#/definitions/md.Response"
  3932. }
  3933. }
  3934. }
  3935. }
  3936. },
  3937. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3938. "post": {
  3939. "description": "价值明细数据(新增)",
  3940. "consumes": [
  3941. "application/json"
  3942. ],
  3943. "produces": [
  3944. "application/json"
  3945. ],
  3946. "tags": [
  3947. "蛋蛋能量"
  3948. ],
  3949. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3950. "parameters": [
  3951. {
  3952. "type": "string",
  3953. "description": "验证参数Bearer和token空格拼接",
  3954. "name": "Authorization",
  3955. "in": "header",
  3956. "required": true
  3957. },
  3958. {
  3959. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3960. "name": "req",
  3961. "in": "body",
  3962. "required": true,
  3963. "schema": {
  3964. "$ref": "#/definitions/md.AddFundDataReq"
  3965. }
  3966. }
  3967. ],
  3968. "responses": {
  3969. "200": {
  3970. "description": "插入数据 id",
  3971. "schema": {
  3972. "type": "int"
  3973. }
  3974. },
  3975. "400": {
  3976. "description": "具体错误",
  3977. "schema": {
  3978. "$ref": "#/definitions/md.Response"
  3979. }
  3980. }
  3981. }
  3982. }
  3983. },
  3984. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3985. "post": {
  3986. "description": "新增数据列表(获取)",
  3987. "consumes": [
  3988. "application/json"
  3989. ],
  3990. "produces": [
  3991. "application/json"
  3992. ],
  3993. "tags": [
  3994. "蛋蛋能量"
  3995. ],
  3996. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3997. "parameters": [
  3998. {
  3999. "type": "string",
  4000. "description": "验证参数Bearer和token空格拼接",
  4001. "name": "Authorization",
  4002. "in": "header",
  4003. "required": true
  4004. },
  4005. {
  4006. "description": "分页信息必填",
  4007. "name": "req",
  4008. "in": "body",
  4009. "required": true,
  4010. "schema": {
  4011. "$ref": "#/definitions/md.GetFundDataListReq"
  4012. }
  4013. }
  4014. ],
  4015. "responses": {
  4016. "200": {
  4017. "description": "具体数据",
  4018. "schema": {
  4019. "$ref": "#/definitions/md.GetFundDataListResp"
  4020. }
  4021. },
  4022. "400": {
  4023. "description": "具体错误",
  4024. "schema": {
  4025. "$ref": "#/definitions/md.Response"
  4026. }
  4027. }
  4028. }
  4029. }
  4030. },
  4031. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  4032. "post": {
  4033. "description": "新增数据列表详情(查询)",
  4034. "consumes": [
  4035. "application/json"
  4036. ],
  4037. "produces": [
  4038. "application/json"
  4039. ],
  4040. "tags": [
  4041. "蛋蛋能量"
  4042. ],
  4043. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  4044. "parameters": [
  4045. {
  4046. "type": "string",
  4047. "description": "验证参数Bearer和token空格拼接",
  4048. "name": "Authorization",
  4049. "in": "header",
  4050. "required": true
  4051. },
  4052. {
  4053. "description": "获取到的 system_id 以及分页信息",
  4054. "name": "req",
  4055. "in": "body",
  4056. "required": true,
  4057. "schema": {
  4058. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  4059. }
  4060. }
  4061. ],
  4062. "responses": {
  4063. "200": {
  4064. "description": "具体数据",
  4065. "schema": {
  4066. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  4067. }
  4068. },
  4069. "400": {
  4070. "description": "具体错误",
  4071. "schema": {
  4072. "$ref": "#/definitions/md.Response"
  4073. }
  4074. }
  4075. }
  4076. }
  4077. },
  4078. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  4079. "get": {
  4080. "description": "价格趋势(获取)",
  4081. "consumes": [
  4082. "application/json"
  4083. ],
  4084. "produces": [
  4085. "application/json"
  4086. ],
  4087. "tags": [
  4088. "蛋蛋能量"
  4089. ],
  4090. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4091. "parameters": [
  4092. {
  4093. "type": "string",
  4094. "description": "验证参数Bearer和token空格拼接",
  4095. "name": "Authorization",
  4096. "in": "header",
  4097. "required": true
  4098. },
  4099. {
  4100. "type": "string",
  4101. "description": "1:按天 2:按小时 3:按周",
  4102. "name": "kind",
  4103. "in": "query"
  4104. }
  4105. ],
  4106. "responses": {
  4107. "200": {
  4108. "description": "具体数据",
  4109. "schema": {
  4110. "$ref": "#/definitions/md.GetPriceCurveResp"
  4111. }
  4112. },
  4113. "400": {
  4114. "description": "具体错误",
  4115. "schema": {
  4116. "$ref": "#/definitions/md.Response"
  4117. }
  4118. }
  4119. }
  4120. }
  4121. },
  4122. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4123. "post": {
  4124. "description": "激励视频(获取)",
  4125. "consumes": [
  4126. "application/json"
  4127. ],
  4128. "produces": [
  4129. "application/json"
  4130. ],
  4131. "tags": [
  4132. "蛋蛋能量"
  4133. ],
  4134. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4135. "parameters": [
  4136. {
  4137. "type": "string",
  4138. "description": "验证参数Bearer和token空格拼接",
  4139. "name": "Authorization",
  4140. "in": "header",
  4141. "required": true
  4142. },
  4143. {
  4144. "description": "落地页不填页大小默认20条数据",
  4145. "name": "req",
  4146. "in": "body",
  4147. "required": true,
  4148. "schema": {
  4149. "$ref": "#/definitions/md.SetVideoRewardReq"
  4150. }
  4151. }
  4152. ],
  4153. "responses": {
  4154. "200": {
  4155. "description": "OK",
  4156. "schema": {
  4157. "$ref": "#/definitions/md.GetVideoRewardResp"
  4158. }
  4159. },
  4160. "400": {
  4161. "description": "具体错误",
  4162. "schema": {
  4163. "$ref": "#/definitions/md.Response"
  4164. }
  4165. }
  4166. }
  4167. }
  4168. },
  4169. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4170. "post": {
  4171. "description": "其他广告设置数据(新增)",
  4172. "consumes": [
  4173. "application/json"
  4174. ],
  4175. "produces": [
  4176. "application/json"
  4177. ],
  4178. "tags": [
  4179. "蛋蛋能量"
  4180. ],
  4181. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4182. "parameters": [
  4183. {
  4184. "type": "string",
  4185. "description": "验证参数Bearer和token空格拼接",
  4186. "name": "Authorization",
  4187. "in": "header",
  4188. "required": true
  4189. },
  4190. {
  4191. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4192. "name": "req",
  4193. "in": "body",
  4194. "required": true,
  4195. "schema": {
  4196. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4197. }
  4198. }
  4199. ],
  4200. "responses": {
  4201. "200": {
  4202. "description": "插入数据 id",
  4203. "schema": {
  4204. "type": "int"
  4205. }
  4206. },
  4207. "400": {
  4208. "description": "具体错误",
  4209. "schema": {
  4210. "$ref": "#/definitions/md.Response"
  4211. }
  4212. }
  4213. }
  4214. }
  4215. },
  4216. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4217. "post": {
  4218. "description": "其他广告设置数据(获取)",
  4219. "consumes": [
  4220. "application/json"
  4221. ],
  4222. "produces": [
  4223. "application/json"
  4224. ],
  4225. "tags": [
  4226. "蛋蛋能量"
  4227. ],
  4228. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4229. "parameters": [
  4230. {
  4231. "type": "string",
  4232. "description": "验证参数Bearer和token空格拼接",
  4233. "name": "Authorization",
  4234. "in": "header",
  4235. "required": true
  4236. },
  4237. {
  4238. "description": "分页信息必填",
  4239. "name": "req",
  4240. "in": "body",
  4241. "required": true,
  4242. "schema": {
  4243. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4244. }
  4245. }
  4246. ],
  4247. "responses": {
  4248. "200": {
  4249. "description": "具体数据",
  4250. "schema": {
  4251. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4252. }
  4253. },
  4254. "400": {
  4255. "description": "具体错误",
  4256. "schema": {
  4257. "$ref": "#/definitions/md.Response"
  4258. }
  4259. }
  4260. }
  4261. }
  4262. },
  4263. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4264. "post": {
  4265. "description": "激励视频(设置)",
  4266. "consumes": [
  4267. "application/json"
  4268. ],
  4269. "produces": [
  4270. "application/json"
  4271. ],
  4272. "tags": [
  4273. "蛋蛋能量"
  4274. ],
  4275. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4276. "parameters": [
  4277. {
  4278. "type": "string",
  4279. "description": "验证参数Bearer和token空格拼接",
  4280. "name": "Authorization",
  4281. "in": "header",
  4282. "required": true
  4283. },
  4284. {
  4285. "description": "落地页不填页大小默认20条数据",
  4286. "name": "req",
  4287. "in": "body",
  4288. "required": true,
  4289. "schema": {
  4290. "$ref": "#/definitions/md.SetVideoRewardReq"
  4291. }
  4292. }
  4293. ],
  4294. "responses": {
  4295. "200": {
  4296. "description": "success",
  4297. "schema": {
  4298. "type": "string"
  4299. }
  4300. },
  4301. "400": {
  4302. "description": "具体错误",
  4303. "schema": {
  4304. "$ref": "#/definitions/md.Response"
  4305. }
  4306. }
  4307. }
  4308. }
  4309. },
  4310. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4311. "post": {
  4312. "description": "基础设置(更新)",
  4313. "consumes": [
  4314. "application/json"
  4315. ],
  4316. "produces": [
  4317. "application/json"
  4318. ],
  4319. "tags": [
  4320. "蛋蛋能量"
  4321. ],
  4322. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4323. "parameters": [
  4324. {
  4325. "type": "string",
  4326. "description": "验证参数Bearer和token空格拼接",
  4327. "name": "Authorization",
  4328. "in": "header",
  4329. "required": true
  4330. },
  4331. {
  4332. "description": "system_id 必填",
  4333. "name": "req",
  4334. "in": "body",
  4335. "required": true,
  4336. "schema": {
  4337. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4338. }
  4339. }
  4340. ],
  4341. "responses": {
  4342. "200": {
  4343. "description": "修改数据条数",
  4344. "schema": {
  4345. "type": "int"
  4346. }
  4347. },
  4348. "400": {
  4349. "description": "具体错误",
  4350. "schema": {
  4351. "$ref": "#/definitions/md.Response"
  4352. }
  4353. }
  4354. }
  4355. }
  4356. },
  4357. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4358. "post": {
  4359. "description": "会员设置(更新)",
  4360. "consumes": [
  4361. "application/json"
  4362. ],
  4363. "produces": [
  4364. "application/json"
  4365. ],
  4366. "tags": [
  4367. "蛋蛋能量"
  4368. ],
  4369. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4370. "parameters": [
  4371. {
  4372. "type": "string",
  4373. "description": "验证参数Bearer和token空格拼接",
  4374. "name": "Authorization",
  4375. "in": "header",
  4376. "required": true
  4377. },
  4378. {
  4379. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4380. "name": "req",
  4381. "in": "body",
  4382. "required": true,
  4383. "schema": {
  4384. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4385. }
  4386. }
  4387. ],
  4388. "responses": {
  4389. "200": {
  4390. "description": "修改数据条数",
  4391. "schema": {
  4392. "type": "int"
  4393. }
  4394. },
  4395. "400": {
  4396. "description": "具体错误",
  4397. "schema": {
  4398. "$ref": "#/definitions/md.Response"
  4399. }
  4400. }
  4401. }
  4402. }
  4403. },
  4404. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4405. "post": {
  4406. "description": "更新币种信息",
  4407. "consumes": [
  4408. "application/json"
  4409. ],
  4410. "produces": [
  4411. "application/json"
  4412. ],
  4413. "tags": [
  4414. "蛋蛋能量"
  4415. ],
  4416. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4417. "parameters": [
  4418. {
  4419. "type": "string",
  4420. "description": "验证参数Bearer和token空格拼接",
  4421. "name": "Authorization",
  4422. "in": "header",
  4423. "required": true
  4424. },
  4425. {
  4426. "description": "更新数据信息",
  4427. "name": "req",
  4428. "in": "body",
  4429. "required": true,
  4430. "schema": {
  4431. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4432. }
  4433. }
  4434. ],
  4435. "responses": {
  4436. "200": {
  4437. "description": "更新数据数量",
  4438. "schema": {
  4439. "type": "int"
  4440. }
  4441. },
  4442. "400": {
  4443. "description": "具体错误",
  4444. "schema": {
  4445. "$ref": "#/definitions/md.Response"
  4446. }
  4447. }
  4448. }
  4449. }
  4450. },
  4451. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4452. "post": {
  4453. "description": "蛋蛋能量流水(查询)",
  4454. "consumes": [
  4455. "application/json"
  4456. ],
  4457. "produces": [
  4458. "application/json"
  4459. ],
  4460. "tags": [
  4461. "公排管理"
  4462. ],
  4463. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4464. "parameters": [
  4465. {
  4466. "type": "string",
  4467. "description": "验证参数Bearer和token空格拼接",
  4468. "name": "Authorization",
  4469. "in": "header",
  4470. "required": true
  4471. },
  4472. {
  4473. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4474. "name": "req",
  4475. "in": "body",
  4476. "required": true,
  4477. "schema": {
  4478. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4479. }
  4480. }
  4481. ],
  4482. "responses": {
  4483. "200": {
  4484. "description": "成功返回",
  4485. "schema": {
  4486. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4487. }
  4488. },
  4489. "400": {
  4490. "description": "具体错误",
  4491. "schema": {
  4492. "$ref": "#/definitions/md.Response"
  4493. }
  4494. }
  4495. }
  4496. }
  4497. },
  4498. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4499. "post": {
  4500. "description": "蛋蛋能量明细(获取)",
  4501. "consumes": [
  4502. "application/json"
  4503. ],
  4504. "produces": [
  4505. "application/json"
  4506. ],
  4507. "tags": [
  4508. "公排管理"
  4509. ],
  4510. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4511. "parameters": [
  4512. {
  4513. "type": "string",
  4514. "description": "验证参数Bearer和token空格拼接",
  4515. "name": "Authorization",
  4516. "in": "header",
  4517. "required": true
  4518. },
  4519. {
  4520. "description": "落地页不填页大小默认20条数据",
  4521. "name": "req",
  4522. "in": "body",
  4523. "schema": {
  4524. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4525. }
  4526. }
  4527. ],
  4528. "responses": {
  4529. "200": {
  4530. "description": "成功返回",
  4531. "schema": {
  4532. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4533. }
  4534. },
  4535. "400": {
  4536. "description": "具体错误",
  4537. "schema": {
  4538. "$ref": "#/definitions/md.Response"
  4539. }
  4540. }
  4541. }
  4542. }
  4543. },
  4544. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4545. "post": {
  4546. "description": "蛋蛋积分持有者明细(获取)",
  4547. "consumes": [
  4548. "application/json"
  4549. ],
  4550. "produces": [
  4551. "application/json"
  4552. ],
  4553. "tags": [
  4554. "公排管理"
  4555. ],
  4556. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4557. "parameters": [
  4558. {
  4559. "type": "string",
  4560. "description": "验证参数Bearer和token空格拼接",
  4561. "name": "Authorization",
  4562. "in": "header",
  4563. "required": true
  4564. },
  4565. {
  4566. "description": "落地页不填页大小默认20条数据",
  4567. "name": "req",
  4568. "in": "body",
  4569. "schema": {
  4570. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4571. }
  4572. }
  4573. ],
  4574. "responses": {
  4575. "200": {
  4576. "description": "成功返回",
  4577. "schema": {
  4578. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4579. }
  4580. },
  4581. "400": {
  4582. "description": "具体错误",
  4583. "schema": {
  4584. "$ref": "#/definitions/md.Response"
  4585. }
  4586. }
  4587. }
  4588. }
  4589. },
  4590. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4591. "post": {
  4592. "description": "蛋蛋积分流水明细(查询)",
  4593. "consumes": [
  4594. "application/json"
  4595. ],
  4596. "produces": [
  4597. "application/json"
  4598. ],
  4599. "tags": [
  4600. "公排管理"
  4601. ],
  4602. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4603. "parameters": [
  4604. {
  4605. "type": "string",
  4606. "description": "验证参数Bearer和token空格拼接",
  4607. "name": "Authorization",
  4608. "in": "header",
  4609. "required": true
  4610. },
  4611. {
  4612. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4613. "name": "req",
  4614. "in": "body",
  4615. "required": true,
  4616. "schema": {
  4617. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4618. }
  4619. }
  4620. ],
  4621. "responses": {
  4622. "200": {
  4623. "description": "成功返回",
  4624. "schema": {
  4625. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4626. }
  4627. },
  4628. "400": {
  4629. "description": "具体错误",
  4630. "schema": {
  4631. "$ref": "#/definitions/md.Response"
  4632. }
  4633. }
  4634. }
  4635. }
  4636. },
  4637. "/api/institutionalManagement/eggPointCoefficient/add": {
  4638. "post": {
  4639. "description": "区间系数(新增 支持批量新增)",
  4640. "consumes": [
  4641. "application/json"
  4642. ],
  4643. "produces": [
  4644. "application/json"
  4645. ],
  4646. "tags": [
  4647. "蛋蛋分区间系数管理"
  4648. ],
  4649. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4650. "parameters": [
  4651. {
  4652. "type": "string",
  4653. "description": "验证参数Bearer和token空格拼接",
  4654. "name": "Authorization",
  4655. "in": "header",
  4656. "required": true
  4657. },
  4658. {
  4659. "description": "需要新增的内容",
  4660. "name": "req",
  4661. "in": "body",
  4662. "required": true,
  4663. "schema": {
  4664. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4665. }
  4666. }
  4667. ],
  4668. "responses": {
  4669. "200": {
  4670. "description": "新增数据条数",
  4671. "schema": {
  4672. "type": "int"
  4673. }
  4674. },
  4675. "400": {
  4676. "description": "具体错误",
  4677. "schema": {
  4678. "$ref": "#/definitions/md.Response"
  4679. }
  4680. }
  4681. }
  4682. }
  4683. },
  4684. "/api/institutionalManagement/eggPointCoefficient/del": {
  4685. "delete": {
  4686. "description": "区间系数(删除)",
  4687. "consumes": [
  4688. "application/json"
  4689. ],
  4690. "produces": [
  4691. "application/json"
  4692. ],
  4693. "tags": [
  4694. "蛋蛋分区间系数管理"
  4695. ],
  4696. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4697. "parameters": [
  4698. {
  4699. "type": "string",
  4700. "description": "验证参数Bearer和token空格拼接",
  4701. "name": "Authorization",
  4702. "in": "header",
  4703. "required": true
  4704. },
  4705. {
  4706. "description": "需要删除的数据id",
  4707. "name": "req",
  4708. "in": "body",
  4709. "required": true,
  4710. "schema": {
  4711. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4712. }
  4713. }
  4714. ],
  4715. "responses": {
  4716. "200": {
  4717. "description": "成功删除数据条数",
  4718. "schema": {
  4719. "type": "int"
  4720. }
  4721. },
  4722. "400": {
  4723. "description": "具体错误",
  4724. "schema": {
  4725. "$ref": "#/definitions/md.Response"
  4726. }
  4727. }
  4728. }
  4729. }
  4730. },
  4731. "/api/institutionalManagement/eggPointCoefficient/index": {
  4732. "get": {
  4733. "description": "区间系数(获取)",
  4734. "consumes": [
  4735. "application/json"
  4736. ],
  4737. "produces": [
  4738. "application/json"
  4739. ],
  4740. "tags": [
  4741. "蛋蛋分区间系数管理"
  4742. ],
  4743. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4744. "parameters": [
  4745. {
  4746. "type": "string",
  4747. "description": "验证参数Bearer和token空格拼接",
  4748. "name": "Authorization",
  4749. "in": "header",
  4750. "required": true
  4751. }
  4752. ],
  4753. "responses": {
  4754. "200": {
  4755. "description": "OK",
  4756. "schema": {
  4757. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4758. }
  4759. },
  4760. "400": {
  4761. "description": "具体错误",
  4762. "schema": {
  4763. "$ref": "#/definitions/md.Response"
  4764. }
  4765. }
  4766. }
  4767. }
  4768. },
  4769. "/api/institutionalManagement/eggPointCoefficient/update": {
  4770. "post": {
  4771. "description": "区间系数(更新)",
  4772. "consumes": [
  4773. "application/json"
  4774. ],
  4775. "produces": [
  4776. "application/json"
  4777. ],
  4778. "tags": [
  4779. "蛋蛋分区间系数管理"
  4780. ],
  4781. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4782. "parameters": [
  4783. {
  4784. "type": "string",
  4785. "description": "验证参数Bearer和token空格拼接",
  4786. "name": "Authorization",
  4787. "in": "header",
  4788. "required": true
  4789. },
  4790. {
  4791. "description": "需要更新的数据信息",
  4792. "name": "req",
  4793. "in": "body",
  4794. "required": true,
  4795. "schema": {
  4796. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4797. }
  4798. }
  4799. ],
  4800. "responses": {
  4801. "200": {
  4802. "description": "成功修改的数据数量",
  4803. "schema": {
  4804. "type": "int"
  4805. }
  4806. },
  4807. "400": {
  4808. "description": "具体错误",
  4809. "schema": {
  4810. "$ref": "#/definitions/md.Response"
  4811. }
  4812. }
  4813. }
  4814. }
  4815. },
  4816. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4817. "get": {
  4818. "description": "个性化设置(获取)",
  4819. "consumes": [
  4820. "application/json"
  4821. ],
  4822. "produces": [
  4823. "application/json"
  4824. ],
  4825. "tags": [
  4826. "模块设置"
  4827. ],
  4828. "summary": "制度中心-模块设置-个性化设置(获取)",
  4829. "parameters": [
  4830. {
  4831. "type": "string",
  4832. "description": "验证参数Bearer和token空格拼接",
  4833. "name": "Authorization",
  4834. "in": "header",
  4835. "required": true
  4836. },
  4837. {
  4838. "type": "string",
  4839. "description": "模块类型值",
  4840. "name": "mod_name_value",
  4841. "in": "query",
  4842. "required": true
  4843. }
  4844. ],
  4845. "responses": {
  4846. "200": {
  4847. "description": "具体数据",
  4848. "schema": {
  4849. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4850. }
  4851. },
  4852. "400": {
  4853. "description": "具体错误",
  4854. "schema": {
  4855. "$ref": "#/definitions/md.Response"
  4856. }
  4857. }
  4858. }
  4859. }
  4860. },
  4861. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4862. "post": {
  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. "description": "模块类型值必填 链接传入完整 URL",
  4884. "name": "req",
  4885. "in": "body",
  4886. "required": true,
  4887. "schema": {
  4888. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4889. }
  4890. }
  4891. ],
  4892. "responses": {
  4893. "200": {
  4894. "description": "修改数据条数",
  4895. "schema": {
  4896. "type": "int"
  4897. }
  4898. },
  4899. "400": {
  4900. "description": "具体错误",
  4901. "schema": {
  4902. "$ref": "#/definitions/md.Response"
  4903. }
  4904. }
  4905. }
  4906. }
  4907. },
  4908. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4909. "post": {
  4910. "description": "社区分红(新增)",
  4911. "consumes": [
  4912. "application/json"
  4913. ],
  4914. "produces": [
  4915. "application/json"
  4916. ],
  4917. "tags": [
  4918. "公排管理"
  4919. ],
  4920. "summary": "制度中心-公排管理-社区分红(新增)",
  4921. "parameters": [
  4922. {
  4923. "type": "string",
  4924. "description": "验证参数Bearer和token空格拼接",
  4925. "name": "Authorization",
  4926. "in": "header",
  4927. "required": true
  4928. },
  4929. {
  4930. "description": "分红名称、分红总量",
  4931. "name": "req",
  4932. "in": "body",
  4933. "required": true,
  4934. "schema": {
  4935. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4936. }
  4937. }
  4938. ],
  4939. "responses": {
  4940. "200": {
  4941. "description": "成功",
  4942. "schema": {
  4943. "type": "success"
  4944. }
  4945. },
  4946. "400": {
  4947. "description": "具体错误",
  4948. "schema": {
  4949. "$ref": "#/definitions/md.Response"
  4950. }
  4951. }
  4952. }
  4953. }
  4954. },
  4955. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4956. "post": {
  4957. "description": "社区分红(查询)",
  4958. "consumes": [
  4959. "application/json"
  4960. ],
  4961. "produces": [
  4962. "application/json"
  4963. ],
  4964. "tags": [
  4965. "公排管理"
  4966. ],
  4967. "summary": "制度中心-公排管理-社区分红(查询)",
  4968. "parameters": [
  4969. {
  4970. "type": "string",
  4971. "description": "验证参数Bearer和token空格拼接",
  4972. "name": "Authorization",
  4973. "in": "header",
  4974. "required": true
  4975. },
  4976. {
  4977. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4978. "name": "req",
  4979. "in": "body",
  4980. "required": true,
  4981. "schema": {
  4982. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4983. }
  4984. }
  4985. ],
  4986. "responses": {
  4987. "200": {
  4988. "description": "具体数据",
  4989. "schema": {
  4990. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4991. }
  4992. },
  4993. "400": {
  4994. "description": "具体错误",
  4995. "schema": {
  4996. "$ref": "#/definitions/md.Response"
  4997. }
  4998. }
  4999. }
  5000. }
  5001. },
  5002. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  5003. "post": {
  5004. "description": "社区长列表(新增)",
  5005. "consumes": [
  5006. "application/json"
  5007. ],
  5008. "produces": [
  5009. "application/json"
  5010. ],
  5011. "tags": [
  5012. "公排管理"
  5013. ],
  5014. "summary": "制度中心-公排管理-社区长列表(新增)",
  5015. "parameters": [
  5016. {
  5017. "type": "string",
  5018. "description": "验证参数Bearer和token空格拼接",
  5019. "name": "Authorization",
  5020. "in": "header",
  5021. "required": true
  5022. },
  5023. {
  5024. "description": "新增社区长 ID、备注",
  5025. "name": "req",
  5026. "in": "body",
  5027. "required": true,
  5028. "schema": {
  5029. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  5030. }
  5031. }
  5032. ],
  5033. "responses": {
  5034. "200": {
  5035. "description": "插入数据 ID",
  5036. "schema": {
  5037. "type": "int"
  5038. }
  5039. },
  5040. "400": {
  5041. "description": "具体错误",
  5042. "schema": {
  5043. "$ref": "#/definitions/md.Response"
  5044. }
  5045. }
  5046. }
  5047. }
  5048. },
  5049. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  5050. "delete": {
  5051. "description": "社区长列表(删除)",
  5052. "consumes": [
  5053. "application/json"
  5054. ],
  5055. "produces": [
  5056. "application/json"
  5057. ],
  5058. "tags": [
  5059. "公排管理"
  5060. ],
  5061. "summary": "制度中心-公排管理-社区长列表(删除)",
  5062. "parameters": [
  5063. {
  5064. "type": "string",
  5065. "description": "验证参数Bearer和token空格拼接",
  5066. "name": "Authorization",
  5067. "in": "header",
  5068. "required": true
  5069. }
  5070. ],
  5071. "responses": {
  5072. "200": {
  5073. "description": "删除数据数量",
  5074. "schema": {
  5075. "type": "int"
  5076. }
  5077. },
  5078. "400": {
  5079. "description": "具体错误",
  5080. "schema": {
  5081. "$ref": "#/definitions/md.Response"
  5082. }
  5083. }
  5084. }
  5085. }
  5086. },
  5087. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  5088. "post": {
  5089. "description": "社区长列表(查询)",
  5090. "consumes": [
  5091. "application/json"
  5092. ],
  5093. "produces": [
  5094. "application/json"
  5095. ],
  5096. "tags": [
  5097. "公排管理"
  5098. ],
  5099. "summary": "制度中心-公排管理-社区长列表(查询)",
  5100. "parameters": [
  5101. {
  5102. "type": "string",
  5103. "description": "验证参数Bearer和token空格拼接",
  5104. "name": "Authorization",
  5105. "in": "header",
  5106. "required": true
  5107. },
  5108. {
  5109. "description": "页数、每页大小必填 手机号、用户ID选填",
  5110. "name": "req",
  5111. "in": "body",
  5112. "required": true,
  5113. "schema": {
  5114. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5115. }
  5116. }
  5117. ],
  5118. "responses": {
  5119. "200": {
  5120. "description": "社区长列表",
  5121. "schema": {
  5122. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5123. }
  5124. },
  5125. "400": {
  5126. "description": "具体错误",
  5127. "schema": {
  5128. "$ref": "#/definitions/md.Response"
  5129. }
  5130. }
  5131. }
  5132. }
  5133. },
  5134. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5135. "post": {
  5136. "description": "关系分布图(位置转换)",
  5137. "consumes": [
  5138. "application/json"
  5139. ],
  5140. "produces": [
  5141. "application/json"
  5142. ],
  5143. "tags": [
  5144. "公排管理"
  5145. ],
  5146. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5147. "parameters": [
  5148. {
  5149. "type": "string",
  5150. "description": "验证参数Bearer和token空格拼接",
  5151. "name": "Authorization",
  5152. "in": "header",
  5153. "required": true
  5154. },
  5155. {
  5156. "description": "需要交换的两个位置",
  5157. "name": "req",
  5158. "in": "body",
  5159. "required": true,
  5160. "schema": {
  5161. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5162. }
  5163. }
  5164. ],
  5165. "responses": {
  5166. "200": {
  5167. "description": "成功返回",
  5168. "schema": {
  5169. "type": ""
  5170. }
  5171. },
  5172. "400": {
  5173. "description": "具体错误",
  5174. "schema": {
  5175. "$ref": "#/definitions/md.Response"
  5176. }
  5177. }
  5178. }
  5179. }
  5180. },
  5181. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5182. "get": {
  5183. "description": "关系分布图(获取指定用户上级)",
  5184. "consumes": [
  5185. "application/json"
  5186. ],
  5187. "produces": [
  5188. "application/json"
  5189. ],
  5190. "tags": [
  5191. "公排管理"
  5192. ],
  5193. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5194. "parameters": [
  5195. {
  5196. "type": "string",
  5197. "description": "验证参数Bearer和token空格拼接",
  5198. "name": "Authorization",
  5199. "in": "header",
  5200. "required": true
  5201. },
  5202. {
  5203. "type": "string",
  5204. "description": "用户ID",
  5205. "name": "uid",
  5206. "in": "query",
  5207. "required": true
  5208. }
  5209. ],
  5210. "responses": {
  5211. "200": {
  5212. "description": "具体数据",
  5213. "schema": {
  5214. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5215. }
  5216. },
  5217. "400": {
  5218. "description": "具体错误",
  5219. "schema": {
  5220. "$ref": "#/definitions/md.Response"
  5221. }
  5222. }
  5223. }
  5224. }
  5225. },
  5226. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5227. "get": {
  5228. "description": "关系分布图(获取指定用户下级)",
  5229. "consumes": [
  5230. "application/json"
  5231. ],
  5232. "produces": [
  5233. "application/json"
  5234. ],
  5235. "tags": [
  5236. "公排管理"
  5237. ],
  5238. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5239. "parameters": [
  5240. {
  5241. "type": "string",
  5242. "description": "验证参数Bearer和token空格拼接",
  5243. "name": "Authorization",
  5244. "in": "header",
  5245. "required": true
  5246. },
  5247. {
  5248. "type": "string",
  5249. "description": "用户ID",
  5250. "name": "uid",
  5251. "in": "query",
  5252. "required": true
  5253. }
  5254. ],
  5255. "responses": {
  5256. "200": {
  5257. "description": "具体数据",
  5258. "schema": {
  5259. "$ref": "#/definitions/md.TreeNode"
  5260. }
  5261. },
  5262. "400": {
  5263. "description": "具体错误",
  5264. "schema": {
  5265. "$ref": "#/definitions/md.Response"
  5266. }
  5267. }
  5268. }
  5269. }
  5270. },
  5271. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5272. "get": {
  5273. "description": "公排基础设置(获取)",
  5274. "consumes": [
  5275. "application/json"
  5276. ],
  5277. "produces": [
  5278. "application/json"
  5279. ],
  5280. "tags": [
  5281. "公排管理"
  5282. ],
  5283. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5284. "parameters": [
  5285. {
  5286. "type": "string",
  5287. "description": "验证参数Bearer和token空格拼接",
  5288. "name": "Authorization",
  5289. "in": "header",
  5290. "required": true
  5291. }
  5292. ],
  5293. "responses": {
  5294. "200": {
  5295. "description": "具体数据",
  5296. "schema": {
  5297. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5298. }
  5299. },
  5300. "400": {
  5301. "description": "具体错误",
  5302. "schema": {
  5303. "$ref": "#/definitions/md.Response"
  5304. }
  5305. }
  5306. }
  5307. }
  5308. },
  5309. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5310. "delete": {
  5311. "description": "免罚用户(删除)",
  5312. "consumes": [
  5313. "application/json"
  5314. ],
  5315. "produces": [
  5316. "application/json"
  5317. ],
  5318. "tags": [
  5319. "公排管理"
  5320. ],
  5321. "summary": "制度中心-公排管理-免罚用户(删除)",
  5322. "parameters": [
  5323. {
  5324. "type": "string",
  5325. "description": "验证参数Bearer和token空格拼接",
  5326. "name": "Authorization",
  5327. "in": "header",
  5328. "required": true
  5329. },
  5330. {
  5331. "description": "免罚用户ID",
  5332. "name": "req",
  5333. "in": "body",
  5334. "required": true,
  5335. "schema": {
  5336. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5337. }
  5338. }
  5339. ],
  5340. "responses": {
  5341. "200": {
  5342. "description": "删除数据数量",
  5343. "schema": {
  5344. "type": "int"
  5345. }
  5346. },
  5347. "400": {
  5348. "description": "具体错误",
  5349. "schema": {
  5350. "$ref": "#/definitions/md.Response"
  5351. }
  5352. }
  5353. }
  5354. }
  5355. },
  5356. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5357. "post": {
  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. "description": "页数和行数必填,uid选填",
  5379. "name": "req",
  5380. "in": "body",
  5381. "required": true,
  5382. "schema": {
  5383. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5384. }
  5385. }
  5386. ],
  5387. "responses": {
  5388. "200": {
  5389. "description": "成功返回",
  5390. "schema": {
  5391. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5392. }
  5393. },
  5394. "400": {
  5395. "description": "具体错误",
  5396. "schema": {
  5397. "$ref": "#/definitions/md.Response"
  5398. }
  5399. }
  5400. }
  5401. }
  5402. },
  5403. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5404. "post": {
  5405. "description": "免罚用户(新增)",
  5406. "consumes": [
  5407. "application/json"
  5408. ],
  5409. "produces": [
  5410. "application/json"
  5411. ],
  5412. "tags": [
  5413. "公排管理"
  5414. ],
  5415. "summary": "制度中心-公排管理-免罚用户(新增)",
  5416. "parameters": [
  5417. {
  5418. "type": "string",
  5419. "description": "验证参数Bearer和token空格拼接",
  5420. "name": "Authorization",
  5421. "in": "header",
  5422. "required": true
  5423. },
  5424. {
  5425. "description": "免罚用户ID",
  5426. "name": "req",
  5427. "in": "body",
  5428. "required": true,
  5429. "schema": {
  5430. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5431. }
  5432. }
  5433. ],
  5434. "responses": {
  5435. "200": {
  5436. "description": "插入数据 ID",
  5437. "schema": {
  5438. "type": "int"
  5439. }
  5440. },
  5441. "400": {
  5442. "description": "具体错误",
  5443. "schema": {
  5444. "$ref": "#/definitions/md.Response"
  5445. }
  5446. }
  5447. }
  5448. }
  5449. },
  5450. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5451. "get": {
  5452. "description": "关系分布图(获取)",
  5453. "consumes": [
  5454. "application/json"
  5455. ],
  5456. "produces": [
  5457. "application/json"
  5458. ],
  5459. "tags": [
  5460. "公排管理"
  5461. ],
  5462. "summary": "制度中心-公排管理-关系分布图(获取)",
  5463. "parameters": [
  5464. {
  5465. "type": "string",
  5466. "description": "验证参数Bearer和token空格拼接",
  5467. "name": "Authorization",
  5468. "in": "header",
  5469. "required": true
  5470. },
  5471. {
  5472. "type": "string",
  5473. "description": "phone",
  5474. "name": "phone",
  5475. "in": "query",
  5476. "required": true
  5477. },
  5478. {
  5479. "type": "string",
  5480. "description": "uid",
  5481. "name": "uid",
  5482. "in": "query",
  5483. "required": true
  5484. }
  5485. ],
  5486. "responses": {
  5487. "200": {
  5488. "description": "具体数据",
  5489. "schema": {
  5490. "$ref": "#/definitions/md.TreeNode"
  5491. }
  5492. },
  5493. "400": {
  5494. "description": "具体错误",
  5495. "schema": {
  5496. "$ref": "#/definitions/md.Response"
  5497. }
  5498. }
  5499. }
  5500. }
  5501. },
  5502. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5503. "post": {
  5504. "description": "公排基础设置选择会员(查询)",
  5505. "consumes": [
  5506. "application/json"
  5507. ],
  5508. "produces": [
  5509. "application/json"
  5510. ],
  5511. "tags": [
  5512. "公排管理"
  5513. ],
  5514. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5515. "parameters": [
  5516. {
  5517. "type": "string",
  5518. "description": "验证参数Bearer和token空格拼接",
  5519. "name": "Authorization",
  5520. "in": "header",
  5521. "required": true
  5522. },
  5523. {
  5524. "description": "分页信息必填",
  5525. "name": "req",
  5526. "in": "body",
  5527. "required": true,
  5528. "schema": {
  5529. "$ref": "#/definitions/md.SelectMemberReq"
  5530. }
  5531. }
  5532. ],
  5533. "responses": {
  5534. "200": {
  5535. "description": "具体数据",
  5536. "schema": {
  5537. "$ref": "#/definitions/md.SelectMemberResp"
  5538. }
  5539. },
  5540. "400": {
  5541. "description": "具体错误",
  5542. "schema": {
  5543. "$ref": "#/definitions/md.Response"
  5544. }
  5545. }
  5546. }
  5547. }
  5548. },
  5549. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5550. "put": {
  5551. "description": "公排基础设置(修改)",
  5552. "consumes": [
  5553. "application/json"
  5554. ],
  5555. "produces": [
  5556. "application/json"
  5557. ],
  5558. "tags": [
  5559. "公排管理"
  5560. ],
  5561. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5562. "parameters": [
  5563. {
  5564. "type": "string",
  5565. "description": "验证参数Bearer和token空格拼接",
  5566. "name": "Authorization",
  5567. "in": "header",
  5568. "required": true
  5569. },
  5570. {
  5571. "description": "公排设置表单内容",
  5572. "name": "req",
  5573. "in": "body",
  5574. "required": true,
  5575. "schema": {
  5576. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5577. }
  5578. }
  5579. ],
  5580. "responses": {
  5581. "200": {
  5582. "description": "success",
  5583. "schema": {
  5584. "type": "string"
  5585. }
  5586. },
  5587. "400": {
  5588. "description": "具体错误",
  5589. "schema": {
  5590. "$ref": "#/definitions/md.Response"
  5591. }
  5592. }
  5593. }
  5594. }
  5595. },
  5596. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5597. "post": {
  5598. "description": "日活分析",
  5599. "consumes": [
  5600. "application/json"
  5601. ],
  5602. "produces": [
  5603. "application/json"
  5604. ],
  5605. "tags": [
  5606. "公排管理"
  5607. ],
  5608. "summary": "制度中心-公排管理-日活分析",
  5609. "parameters": [
  5610. {
  5611. "type": "string",
  5612. "description": "验证参数Bearer和token空格拼接",
  5613. "name": "Authorization",
  5614. "in": "header",
  5615. "required": true
  5616. },
  5617. {
  5618. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5619. "name": "req",
  5620. "in": "body",
  5621. "required": true,
  5622. "schema": {
  5623. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5624. }
  5625. }
  5626. ],
  5627. "responses": {
  5628. "200": {
  5629. "description": "具体数据",
  5630. "schema": {
  5631. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5632. }
  5633. },
  5634. "400": {
  5635. "description": "具体错误",
  5636. "schema": {
  5637. "$ref": "#/definitions/md.Response"
  5638. }
  5639. }
  5640. }
  5641. }
  5642. },
  5643. "/api/login": {
  5644. "post": {
  5645. "description": "登入",
  5646. "consumes": [
  5647. "application/json"
  5648. ],
  5649. "produces": [
  5650. "application/json"
  5651. ],
  5652. "tags": [
  5653. "登录"
  5654. ],
  5655. "summary": "登陆",
  5656. "parameters": [
  5657. {
  5658. "description": "用户名密码",
  5659. "name": "req",
  5660. "in": "body",
  5661. "required": true,
  5662. "schema": {
  5663. "$ref": "#/definitions/md.LoginReq"
  5664. }
  5665. }
  5666. ],
  5667. "responses": {
  5668. "200": {
  5669. "description": "token",
  5670. "schema": {
  5671. "$ref": "#/definitions/md.LoginResponse"
  5672. }
  5673. },
  5674. "400": {
  5675. "description": "具体错误",
  5676. "schema": {
  5677. "$ref": "#/definitions/md.Response"
  5678. }
  5679. }
  5680. }
  5681. }
  5682. },
  5683. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5684. "get": {
  5685. "description": "新人红包设置(获取)",
  5686. "consumes": [
  5687. "application/json"
  5688. ],
  5689. "produces": [
  5690. "application/json"
  5691. ],
  5692. "tags": [
  5693. "营销应用"
  5694. ],
  5695. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5696. "parameters": [
  5697. {
  5698. "type": "string",
  5699. "description": "验证参数Bearer和token空格拼接",
  5700. "name": "Authorization",
  5701. "in": "header",
  5702. "required": true
  5703. }
  5704. ],
  5705. "responses": {
  5706. "200": {
  5707. "description": "具体数据",
  5708. "schema": {
  5709. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5710. }
  5711. },
  5712. "400": {
  5713. "description": "具体错误",
  5714. "schema": {
  5715. "$ref": "#/definitions/md.Response"
  5716. }
  5717. }
  5718. }
  5719. }
  5720. },
  5721. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5722. "post": {
  5723. "description": "新人红包列表明细(查询)",
  5724. "consumes": [
  5725. "application/json"
  5726. ],
  5727. "produces": [
  5728. "application/json"
  5729. ],
  5730. "tags": [
  5731. "营销应用"
  5732. ],
  5733. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5734. "parameters": [
  5735. {
  5736. "type": "string",
  5737. "description": "验证参数Bearer和token空格拼接",
  5738. "name": "Authorization",
  5739. "in": "header",
  5740. "required": true
  5741. },
  5742. {
  5743. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5744. "name": "req",
  5745. "in": "body",
  5746. "required": true,
  5747. "schema": {
  5748. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5749. }
  5750. }
  5751. ],
  5752. "responses": {
  5753. "200": {
  5754. "description": "具体数据",
  5755. "schema": {
  5756. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5757. }
  5758. },
  5759. "400": {
  5760. "description": "具体错误",
  5761. "schema": {
  5762. "$ref": "#/definitions/md.Response"
  5763. }
  5764. }
  5765. }
  5766. }
  5767. },
  5768. "/api/marketingApplications/newUserRedPackage/recordList": {
  5769. "post": {
  5770. "description": "新人红包列表(查询)",
  5771. "consumes": [
  5772. "application/json"
  5773. ],
  5774. "produces": [
  5775. "application/json"
  5776. ],
  5777. "tags": [
  5778. "营销应用"
  5779. ],
  5780. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5781. "parameters": [
  5782. {
  5783. "type": "string",
  5784. "description": "验证参数Bearer和token空格拼接",
  5785. "name": "Authorization",
  5786. "in": "header",
  5787. "required": true
  5788. },
  5789. {
  5790. "description": "新人红包列表查询条件(分页信息必填)",
  5791. "name": "req",
  5792. "in": "body",
  5793. "required": true,
  5794. "schema": {
  5795. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5796. }
  5797. }
  5798. ],
  5799. "responses": {
  5800. "200": {
  5801. "description": "具体数据",
  5802. "schema": {
  5803. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5804. }
  5805. },
  5806. "400": {
  5807. "description": "具体错误",
  5808. "schema": {
  5809. "$ref": "#/definitions/md.Response"
  5810. }
  5811. }
  5812. }
  5813. }
  5814. },
  5815. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5816. "put": {
  5817. "description": "新人红包设置(修改)",
  5818. "consumes": [
  5819. "application/json"
  5820. ],
  5821. "produces": [
  5822. "application/json"
  5823. ],
  5824. "tags": [
  5825. "营销应用"
  5826. ],
  5827. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5828. "parameters": [
  5829. {
  5830. "type": "string",
  5831. "description": "验证参数Bearer和token空格拼接",
  5832. "name": "Authorization",
  5833. "in": "header",
  5834. "required": true
  5835. },
  5836. {
  5837. "description": "新人红包设置表单",
  5838. "name": "req",
  5839. "in": "body",
  5840. "required": true,
  5841. "schema": {
  5842. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5843. }
  5844. }
  5845. ],
  5846. "responses": {
  5847. "200": {
  5848. "description": "success",
  5849. "schema": {
  5850. "type": "string"
  5851. }
  5852. },
  5853. "400": {
  5854. "description": "具体错误",
  5855. "schema": {
  5856. "$ref": "#/definitions/md.Response"
  5857. }
  5858. }
  5859. }
  5860. }
  5861. },
  5862. "/api/memberCenter/certificate/del": {
  5863. "post": {
  5864. "description": "会员中心-证书管理-删除",
  5865. "consumes": [
  5866. "application/json"
  5867. ],
  5868. "produces": [
  5869. "application/json"
  5870. ],
  5871. "tags": [
  5872. "会员中心"
  5873. ],
  5874. "summary": "会员中心-证书管理-删除",
  5875. "parameters": [
  5876. {
  5877. "type": "string",
  5878. "description": "验证参数Bearer和token空格拼接",
  5879. "name": "Authorization",
  5880. "in": "header",
  5881. "required": true
  5882. },
  5883. {
  5884. "description": "(分页信息必填)",
  5885. "name": "req",
  5886. "in": "body",
  5887. "required": true,
  5888. "schema": {
  5889. "$ref": "#/definitions/md.CertificateDelReq"
  5890. }
  5891. }
  5892. ],
  5893. "responses": {
  5894. "200": {
  5895. "description": "具体数据",
  5896. "schema": {
  5897. "type": "string"
  5898. }
  5899. },
  5900. "400": {
  5901. "description": "具体错误",
  5902. "schema": {
  5903. "$ref": "#/definitions/md.Response"
  5904. }
  5905. }
  5906. }
  5907. }
  5908. },
  5909. "/api/memberCenter/certificate/list": {
  5910. "post": {
  5911. "description": "会员中心-证书管理",
  5912. "consumes": [
  5913. "application/json"
  5914. ],
  5915. "produces": [
  5916. "application/json"
  5917. ],
  5918. "tags": [
  5919. "会员中心"
  5920. ],
  5921. "summary": "会员中心-证书管理",
  5922. "parameters": [
  5923. {
  5924. "type": "string",
  5925. "description": "验证参数Bearer和token空格拼接",
  5926. "name": "Authorization",
  5927. "in": "header",
  5928. "required": true
  5929. },
  5930. {
  5931. "description": "(分页信息必填)",
  5932. "name": "req",
  5933. "in": "body",
  5934. "required": true,
  5935. "schema": {
  5936. "$ref": "#/definitions/md.CertificateListReq"
  5937. }
  5938. }
  5939. ],
  5940. "responses": {
  5941. "200": {
  5942. "description": "具体数据",
  5943. "schema": {
  5944. "$ref": "#/definitions/md.CertificateListResp"
  5945. }
  5946. },
  5947. "400": {
  5948. "description": "具体错误",
  5949. "schema": {
  5950. "$ref": "#/definitions/md.Response"
  5951. }
  5952. }
  5953. }
  5954. }
  5955. },
  5956. "/api/memberCenter/certificate/save": {
  5957. "post": {
  5958. "description": "会员中心-证书管理-保存",
  5959. "consumes": [
  5960. "application/json"
  5961. ],
  5962. "produces": [
  5963. "application/json"
  5964. ],
  5965. "tags": [
  5966. "会员中心"
  5967. ],
  5968. "summary": "会员中心-证书管理-保存",
  5969. "parameters": [
  5970. {
  5971. "type": "string",
  5972. "description": "验证参数Bearer和token空格拼接",
  5973. "name": "Authorization",
  5974. "in": "header",
  5975. "required": true
  5976. },
  5977. {
  5978. "description": "(分页信息必填)",
  5979. "name": "req",
  5980. "in": "body",
  5981. "required": true,
  5982. "schema": {
  5983. "$ref": "#/definitions/md.CertificateSave"
  5984. }
  5985. }
  5986. ],
  5987. "responses": {
  5988. "200": {
  5989. "description": "具体数据",
  5990. "schema": {
  5991. "type": "string"
  5992. }
  5993. },
  5994. "400": {
  5995. "description": "具体错误",
  5996. "schema": {
  5997. "$ref": "#/definitions/md.Response"
  5998. }
  5999. }
  6000. }
  6001. }
  6002. },
  6003. "/api/memberCenter/levelManagement/addLevel": {
  6004. "post": {
  6005. "description": "等级管理(新增)",
  6006. "consumes": [
  6007. "application/json"
  6008. ],
  6009. "produces": [
  6010. "application/json"
  6011. ],
  6012. "tags": [
  6013. "会员中心"
  6014. ],
  6015. "summary": "制度中心-会员中心-等级管理(新增)",
  6016. "parameters": [
  6017. {
  6018. "type": "string",
  6019. "description": "验证参数Bearer和token空格拼接",
  6020. "name": "Authorization",
  6021. "in": "header",
  6022. "required": true
  6023. },
  6024. {
  6025. "description": "需要新增的等级信息",
  6026. "name": "req",
  6027. "in": "body",
  6028. "required": true,
  6029. "schema": {
  6030. "$ref": "#/definitions/md.AddLevelReq"
  6031. }
  6032. }
  6033. ],
  6034. "responses": {
  6035. "200": {
  6036. "description": "新增等级ID",
  6037. "schema": {
  6038. "type": "int"
  6039. }
  6040. },
  6041. "400": {
  6042. "description": "具体错误",
  6043. "schema": {
  6044. "$ref": "#/definitions/md.Response"
  6045. }
  6046. }
  6047. }
  6048. }
  6049. },
  6050. "/api/memberCenter/levelManagement/deleteLevel": {
  6051. "delete": {
  6052. "description": "等级管理(删除)",
  6053. "consumes": [
  6054. "application/json"
  6055. ],
  6056. "produces": [
  6057. "application/json"
  6058. ],
  6059. "tags": [
  6060. "会员中心"
  6061. ],
  6062. "summary": "制度中心-会员中心-等级管理(删除)",
  6063. "parameters": [
  6064. {
  6065. "type": "string",
  6066. "description": "验证参数Bearer和token空格拼接",
  6067. "name": "Authorization",
  6068. "in": "header",
  6069. "required": true
  6070. },
  6071. {
  6072. "description": "需要删除的等级 ID",
  6073. "name": "req",
  6074. "in": "body",
  6075. "required": true,
  6076. "schema": {
  6077. "$ref": "#/definitions/md.DeleteLevelReq"
  6078. }
  6079. }
  6080. ],
  6081. "responses": {
  6082. "200": {
  6083. "description": "成功删除数据数量",
  6084. "schema": {
  6085. "type": "int"
  6086. }
  6087. },
  6088. "400": {
  6089. "description": "具体错误",
  6090. "schema": {
  6091. "$ref": "#/definitions/md.Response"
  6092. }
  6093. }
  6094. }
  6095. }
  6096. },
  6097. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6098. "delete": {
  6099. "description": "等级任务(删除)",
  6100. "consumes": [
  6101. "application/json"
  6102. ],
  6103. "produces": [
  6104. "application/json"
  6105. ],
  6106. "tags": [
  6107. "会员中心"
  6108. ],
  6109. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6110. "parameters": [
  6111. {
  6112. "type": "string",
  6113. "description": "验证参数Bearer和token空格拼接",
  6114. "name": "Authorization",
  6115. "in": "header",
  6116. "required": true
  6117. },
  6118. {
  6119. "description": "需要删除的等级任务ID",
  6120. "name": "req",
  6121. "in": "body",
  6122. "required": true,
  6123. "schema": {
  6124. "$ref": "#/definitions/md.DeleteTaskReq"
  6125. }
  6126. }
  6127. ],
  6128. "responses": {
  6129. "200": {
  6130. "description": "成功删除数据数量",
  6131. "schema": {
  6132. "type": "int"
  6133. }
  6134. },
  6135. "400": {
  6136. "description": "具体错误",
  6137. "schema": {
  6138. "$ref": "#/definitions/md.Response"
  6139. }
  6140. }
  6141. }
  6142. }
  6143. },
  6144. "/api/memberCenter/levelManagement/getLevelList": {
  6145. "get": {
  6146. "description": "标签管理(获取)",
  6147. "consumes": [
  6148. "application/json"
  6149. ],
  6150. "produces": [
  6151. "application/json"
  6152. ],
  6153. "tags": [
  6154. "会员中心"
  6155. ],
  6156. "summary": "制度中心-会员中心-等级管理(获取)",
  6157. "parameters": [
  6158. {
  6159. "type": "string",
  6160. "description": "验证参数Bearer和token空格拼接",
  6161. "name": "Authorization",
  6162. "in": "header",
  6163. "required": true
  6164. },
  6165. {
  6166. "type": "integer",
  6167. "description": "每页大小",
  6168. "name": "limit",
  6169. "in": "query",
  6170. "required": true
  6171. },
  6172. {
  6173. "type": "integer",
  6174. "description": "页数",
  6175. "name": "page",
  6176. "in": "query",
  6177. "required": true
  6178. }
  6179. ],
  6180. "responses": {
  6181. "200": {
  6182. "description": "具体数据",
  6183. "schema": {
  6184. "$ref": "#/definitions/md.GetLevelListResp"
  6185. }
  6186. },
  6187. "400": {
  6188. "description": "具体错误",
  6189. "schema": {
  6190. "$ref": "#/definitions/md.Response"
  6191. }
  6192. }
  6193. }
  6194. }
  6195. },
  6196. "/api/memberCenter/levelManagement/getOneLevel": {
  6197. "get": {
  6198. "description": "等级明细(获取)",
  6199. "consumes": [
  6200. "application/json"
  6201. ],
  6202. "produces": [
  6203. "application/json"
  6204. ],
  6205. "tags": [
  6206. "会员中心"
  6207. ],
  6208. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6209. "parameters": [
  6210. {
  6211. "type": "string",
  6212. "description": "验证参数Bearer和token空格拼接",
  6213. "name": "Authorization",
  6214. "in": "header",
  6215. "required": true
  6216. },
  6217. {
  6218. "type": "integer",
  6219. "description": "等级 ID",
  6220. "name": "level_id",
  6221. "in": "query",
  6222. "required": true
  6223. }
  6224. ],
  6225. "responses": {
  6226. "200": {
  6227. "description": "具体数据",
  6228. "schema": {
  6229. "$ref": "#/definitions/md.GetOneLevelResp"
  6230. }
  6231. },
  6232. "400": {
  6233. "description": "具体错误",
  6234. "schema": {
  6235. "$ref": "#/definitions/md.Response"
  6236. }
  6237. }
  6238. }
  6239. }
  6240. },
  6241. "/api/memberCenter/levelManagement/updateLevel": {
  6242. "post": {
  6243. "description": "等级管理(更新)",
  6244. "consumes": [
  6245. "application/json"
  6246. ],
  6247. "produces": [
  6248. "application/json"
  6249. ],
  6250. "tags": [
  6251. "会员中心"
  6252. ],
  6253. "summary": "制度中心-会员中心-等级管理(更新)",
  6254. "parameters": [
  6255. {
  6256. "type": "string",
  6257. "description": "验证参数Bearer和token空格拼接",
  6258. "name": "Authorization",
  6259. "in": "header",
  6260. "required": true
  6261. },
  6262. {
  6263. "description": "需要修改的等级信息",
  6264. "name": "req",
  6265. "in": "body",
  6266. "required": true,
  6267. "schema": {
  6268. "$ref": "#/definitions/md.UpdateLevelReq"
  6269. }
  6270. }
  6271. ],
  6272. "responses": {
  6273. "200": {
  6274. "description": "success",
  6275. "schema": {
  6276. "type": "string"
  6277. }
  6278. },
  6279. "400": {
  6280. "description": "具体错误",
  6281. "schema": {
  6282. "$ref": "#/definitions/md.Response"
  6283. }
  6284. }
  6285. }
  6286. }
  6287. },
  6288. "/api/memberCenter/tagManagement/addTag": {
  6289. "post": {
  6290. "description": "标签管理(新增)",
  6291. "consumes": [
  6292. "application/json"
  6293. ],
  6294. "produces": [
  6295. "application/json"
  6296. ],
  6297. "tags": [
  6298. "会员中心"
  6299. ],
  6300. "summary": "制度中心-会员中心-标签管理(新增)",
  6301. "parameters": [
  6302. {
  6303. "type": "string",
  6304. "description": "验证参数Bearer和token空格拼接",
  6305. "name": "Authorization",
  6306. "in": "header",
  6307. "required": true
  6308. },
  6309. {
  6310. "description": "新增的标签信息",
  6311. "name": "req",
  6312. "in": "body",
  6313. "required": true,
  6314. "schema": {
  6315. "$ref": "#/definitions/md.AddTagReq"
  6316. }
  6317. }
  6318. ],
  6319. "responses": {
  6320. "200": {
  6321. "description": "新增的标签 ID",
  6322. "schema": {
  6323. "type": "int"
  6324. }
  6325. },
  6326. "400": {
  6327. "description": "具体错误",
  6328. "schema": {
  6329. "$ref": "#/definitions/md.Response"
  6330. }
  6331. }
  6332. }
  6333. }
  6334. },
  6335. "/api/memberCenter/tagManagement/deleteTag": {
  6336. "delete": {
  6337. "description": "标签管理(删除)",
  6338. "consumes": [
  6339. "application/json"
  6340. ],
  6341. "produces": [
  6342. "application/json"
  6343. ],
  6344. "tags": [
  6345. "会员中心"
  6346. ],
  6347. "summary": "制度中心-会员中心-标签管理(删除)",
  6348. "parameters": [
  6349. {
  6350. "type": "string",
  6351. "description": "验证参数Bearer和token空格拼接",
  6352. "name": "Authorization",
  6353. "in": "header",
  6354. "required": true
  6355. },
  6356. {
  6357. "description": "需要删除的标签 ID",
  6358. "name": "req",
  6359. "in": "body",
  6360. "required": true,
  6361. "schema": {
  6362. "$ref": "#/definitions/md.DeleteTagReq"
  6363. }
  6364. }
  6365. ],
  6366. "responses": {
  6367. "200": {
  6368. "description": "成功删除标签用户数",
  6369. "schema": {
  6370. "type": "int"
  6371. }
  6372. },
  6373. "400": {
  6374. "description": "具体错误",
  6375. "schema": {
  6376. "$ref": "#/definitions/md.Response"
  6377. }
  6378. }
  6379. }
  6380. }
  6381. },
  6382. "/api/memberCenter/tagManagement/getTagList": {
  6383. "get": {
  6384. "description": "标签管理(获取)",
  6385. "consumes": [
  6386. "application/json"
  6387. ],
  6388. "produces": [
  6389. "application/json"
  6390. ],
  6391. "tags": [
  6392. "会员中心"
  6393. ],
  6394. "summary": "制度中心-会员中心-标签管理(获取)",
  6395. "parameters": [
  6396. {
  6397. "type": "string",
  6398. "description": "验证参数Bearer和token空格拼接",
  6399. "name": "Authorization",
  6400. "in": "header",
  6401. "required": true
  6402. },
  6403. {
  6404. "type": "integer",
  6405. "description": "每页大小",
  6406. "name": "limit",
  6407. "in": "query",
  6408. "required": true
  6409. },
  6410. {
  6411. "type": "integer",
  6412. "description": "页数",
  6413. "name": "page",
  6414. "in": "query",
  6415. "required": true
  6416. }
  6417. ],
  6418. "responses": {
  6419. "200": {
  6420. "description": "具体数据",
  6421. "schema": {
  6422. "$ref": "#/definitions/md.GetTagListResp"
  6423. }
  6424. },
  6425. "400": {
  6426. "description": "具体错误",
  6427. "schema": {
  6428. "$ref": "#/definitions/md.Response"
  6429. }
  6430. }
  6431. }
  6432. }
  6433. },
  6434. "/api/memberCenter/tagManagement/updateTag": {
  6435. "post": {
  6436. "description": "标签管理(更新)",
  6437. "consumes": [
  6438. "application/json"
  6439. ],
  6440. "produces": [
  6441. "application/json"
  6442. ],
  6443. "tags": [
  6444. "会员中心"
  6445. ],
  6446. "summary": "制度中心-会员中心-标签管理(更新)",
  6447. "parameters": [
  6448. {
  6449. "type": "string",
  6450. "description": "验证参数Bearer和token空格拼接",
  6451. "name": "Authorization",
  6452. "in": "header",
  6453. "required": true
  6454. },
  6455. {
  6456. "description": "需要修改的标签信息",
  6457. "name": "req",
  6458. "in": "body",
  6459. "required": true,
  6460. "schema": {
  6461. "$ref": "#/definitions/md.UpdateTagReq"
  6462. }
  6463. }
  6464. ],
  6465. "responses": {
  6466. "200": {
  6467. "description": "成功修改数据条数",
  6468. "schema": {
  6469. "type": "int"
  6470. }
  6471. },
  6472. "400": {
  6473. "description": "具体错误",
  6474. "schema": {
  6475. "$ref": "#/definitions/md.Response"
  6476. }
  6477. }
  6478. }
  6479. }
  6480. },
  6481. "/api/memberCenter/userManagement/balanceDetail": {
  6482. "get": {
  6483. "description": "会员明细(余额获取)",
  6484. "consumes": [
  6485. "application/json"
  6486. ],
  6487. "produces": [
  6488. "application/json"
  6489. ],
  6490. "tags": [
  6491. "会员中心"
  6492. ],
  6493. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6494. "parameters": [
  6495. {
  6496. "type": "string",
  6497. "description": "验证参数Bearer和token空格拼接",
  6498. "name": "Authorization",
  6499. "in": "header",
  6500. "required": true
  6501. },
  6502. {
  6503. "type": "string",
  6504. "description": "用户 ID",
  6505. "name": "uid",
  6506. "in": "query",
  6507. "required": true
  6508. },
  6509. {
  6510. "type": "string",
  6511. "description": "每页大小",
  6512. "name": "limit",
  6513. "in": "query",
  6514. "required": true
  6515. },
  6516. {
  6517. "type": "string",
  6518. "description": "页数",
  6519. "name": "page",
  6520. "in": "query",
  6521. "required": true
  6522. }
  6523. ],
  6524. "responses": {
  6525. "200": {
  6526. "description": "具体数据",
  6527. "schema": {
  6528. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6529. }
  6530. },
  6531. "400": {
  6532. "description": "具体错误",
  6533. "schema": {
  6534. "$ref": "#/definitions/md.Response"
  6535. }
  6536. }
  6537. }
  6538. }
  6539. },
  6540. "/api/memberCenter/userManagement/getFans": {
  6541. "get": {
  6542. "description": "会员明细粉丝情况(获取)",
  6543. "consumes": [
  6544. "application/json"
  6545. ],
  6546. "produces": [
  6547. "application/json"
  6548. ],
  6549. "tags": [
  6550. "会员中心"
  6551. ],
  6552. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6553. "parameters": [
  6554. {
  6555. "type": "string",
  6556. "description": "验证参数Bearer和token空格拼接",
  6557. "name": "Authorization",
  6558. "in": "header",
  6559. "required": true
  6560. },
  6561. {
  6562. "type": "string",
  6563. "description": "用户 ID",
  6564. "name": "uid",
  6565. "in": "query",
  6566. "required": true
  6567. },
  6568. {
  6569. "type": "string",
  6570. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6571. "name": "type",
  6572. "in": "query",
  6573. "required": true
  6574. },
  6575. {
  6576. "type": "string",
  6577. "description": "每页大小",
  6578. "name": "limit",
  6579. "in": "query",
  6580. "required": true
  6581. },
  6582. {
  6583. "type": "string",
  6584. "description": "页数",
  6585. "name": "page",
  6586. "in": "query",
  6587. "required": true
  6588. }
  6589. ],
  6590. "responses": {
  6591. "200": {
  6592. "description": "具体数据",
  6593. "schema": {
  6594. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6595. }
  6596. },
  6597. "400": {
  6598. "description": "具体错误",
  6599. "schema": {
  6600. "$ref": "#/definitions/md.Response"
  6601. }
  6602. }
  6603. }
  6604. }
  6605. },
  6606. "/api/memberCenter/userManagement/getUserList": {
  6607. "post": {
  6608. "description": "用户信息管理(获取)",
  6609. "consumes": [
  6610. "application/json"
  6611. ],
  6612. "produces": [
  6613. "application/json"
  6614. ],
  6615. "tags": [
  6616. "会员中心"
  6617. ],
  6618. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6619. "parameters": [
  6620. {
  6621. "type": "string",
  6622. "description": "验证参数Bearer和token空格拼接",
  6623. "name": "Authorization",
  6624. "in": "header",
  6625. "required": true
  6626. },
  6627. {
  6628. "description": "分页信息必填",
  6629. "name": "req",
  6630. "in": "body",
  6631. "required": true,
  6632. "schema": {
  6633. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6634. }
  6635. }
  6636. ],
  6637. "responses": {
  6638. "200": {
  6639. "description": "具体数据",
  6640. "schema": {
  6641. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6642. }
  6643. },
  6644. "400": {
  6645. "description": "具体错误",
  6646. "schema": {
  6647. "$ref": "#/definitions/md.Response"
  6648. }
  6649. }
  6650. }
  6651. }
  6652. },
  6653. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6654. "get": {
  6655. "description": "会员明细(积分明细获取)",
  6656. "consumes": [
  6657. "application/json"
  6658. ],
  6659. "produces": [
  6660. "application/json"
  6661. ],
  6662. "tags": [
  6663. "会员中心"
  6664. ],
  6665. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6666. "parameters": [
  6667. {
  6668. "type": "string",
  6669. "description": "验证参数Bearer和token空格拼接",
  6670. "name": "Authorization",
  6671. "in": "header",
  6672. "required": true
  6673. },
  6674. {
  6675. "type": "string",
  6676. "description": "用户 ID",
  6677. "name": "uid",
  6678. "in": "query",
  6679. "required": true
  6680. },
  6681. {
  6682. "type": "string",
  6683. "description": "货币 ID",
  6684. "name": "coinId",
  6685. "in": "query",
  6686. "required": true
  6687. },
  6688. {
  6689. "type": "string",
  6690. "description": "每页大小",
  6691. "name": "limit",
  6692. "in": "query",
  6693. "required": true
  6694. },
  6695. {
  6696. "type": "string",
  6697. "description": "页数",
  6698. "name": "page",
  6699. "in": "query",
  6700. "required": true
  6701. }
  6702. ],
  6703. "responses": {
  6704. "200": {
  6705. "description": "具体数据",
  6706. "schema": {
  6707. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6708. }
  6709. },
  6710. "400": {
  6711. "description": "具体错误",
  6712. "schema": {
  6713. "$ref": "#/definitions/md.Response"
  6714. }
  6715. }
  6716. }
  6717. }
  6718. },
  6719. "/api/memberCenter/userManagement/updateUserInfo": {
  6720. "post": {
  6721. "description": "用户信息管理(更新)",
  6722. "consumes": [
  6723. "application/json"
  6724. ],
  6725. "produces": [
  6726. "application/json"
  6727. ],
  6728. "tags": [
  6729. "会员中心"
  6730. ],
  6731. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6732. "parameters": [
  6733. {
  6734. "type": "string",
  6735. "description": "验证参数Bearer和token空格拼接",
  6736. "name": "Authorization",
  6737. "in": "header",
  6738. "required": true
  6739. },
  6740. {
  6741. "description": "用户ID 必传",
  6742. "name": "req",
  6743. "in": "body",
  6744. "required": true,
  6745. "schema": {
  6746. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6747. }
  6748. }
  6749. ],
  6750. "responses": {
  6751. "200": {
  6752. "description": "修改数据行数",
  6753. "schema": {
  6754. "type": "int"
  6755. }
  6756. },
  6757. "400": {
  6758. "description": "具体错误",
  6759. "schema": {
  6760. "$ref": "#/definitions/md.Response"
  6761. }
  6762. }
  6763. }
  6764. }
  6765. },
  6766. "/api/memberCenter/userManagement/userData": {
  6767. "get": {
  6768. "description": "会员明细概况(获取)",
  6769. "consumes": [
  6770. "application/json"
  6771. ],
  6772. "produces": [
  6773. "application/json"
  6774. ],
  6775. "tags": [
  6776. "会员中心"
  6777. ],
  6778. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6779. "parameters": [
  6780. {
  6781. "type": "string",
  6782. "description": "验证参数Bearer和token空格拼接",
  6783. "name": "Authorization",
  6784. "in": "header",
  6785. "required": true
  6786. },
  6787. {
  6788. "type": "string",
  6789. "description": "用户 ID",
  6790. "name": "uid",
  6791. "in": "query",
  6792. "required": true
  6793. }
  6794. ],
  6795. "responses": {
  6796. "200": {
  6797. "description": "会员明细概况具体数据",
  6798. "schema": {
  6799. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6800. }
  6801. },
  6802. "400": {
  6803. "description": "具体错误",
  6804. "schema": {
  6805. "$ref": "#/definitions/md.Response"
  6806. }
  6807. }
  6808. }
  6809. }
  6810. },
  6811. "/api/memberCenter/userManagement/userDelete": {
  6812. "post": {
  6813. "description": "删除到回收站",
  6814. "consumes": [
  6815. "application/json"
  6816. ],
  6817. "produces": [
  6818. "application/json"
  6819. ],
  6820. "tags": [
  6821. "会员中心"
  6822. ],
  6823. "summary": "会员中心-用户管理-永久删除",
  6824. "parameters": [
  6825. {
  6826. "type": "string",
  6827. "description": "验证参数Bearer和token空格拼接",
  6828. "name": "Authorization",
  6829. "in": "header",
  6830. "required": true
  6831. },
  6832. {
  6833. "description": "用户ID 必传",
  6834. "name": "req",
  6835. "in": "body",
  6836. "required": true,
  6837. "schema": {
  6838. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  6839. }
  6840. }
  6841. ],
  6842. "responses": {
  6843. "200": {
  6844. "description": "修改数据行数",
  6845. "schema": {
  6846. "type": "int"
  6847. }
  6848. },
  6849. "400": {
  6850. "description": "具体错误",
  6851. "schema": {
  6852. "$ref": "#/definitions/md.Response"
  6853. }
  6854. }
  6855. }
  6856. }
  6857. },
  6858. "/api/memberCenter/userManagement/userRecycle": {
  6859. "post": {
  6860. "description": "删除到回收站",
  6861. "consumes": [
  6862. "application/json"
  6863. ],
  6864. "produces": [
  6865. "application/json"
  6866. ],
  6867. "tags": [
  6868. "会员中心"
  6869. ],
  6870. "summary": "会员中心-用户管理-删除到回收站",
  6871. "parameters": [
  6872. {
  6873. "type": "string",
  6874. "description": "验证参数Bearer和token空格拼接",
  6875. "name": "Authorization",
  6876. "in": "header",
  6877. "required": true
  6878. },
  6879. {
  6880. "description": "用户ID 必传",
  6881. "name": "req",
  6882. "in": "body",
  6883. "required": true,
  6884. "schema": {
  6885. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  6886. }
  6887. }
  6888. ],
  6889. "responses": {
  6890. "200": {
  6891. "description": "修改数据行数",
  6892. "schema": {
  6893. "type": "int"
  6894. }
  6895. },
  6896. "400": {
  6897. "description": "具体错误",
  6898. "schema": {
  6899. "$ref": "#/definitions/md.Response"
  6900. }
  6901. }
  6902. }
  6903. }
  6904. },
  6905. "/api/memberCenter/userManagement/userRecycleCancel": {
  6906. "post": {
  6907. "description": "恢复到会员列表",
  6908. "consumes": [
  6909. "application/json"
  6910. ],
  6911. "produces": [
  6912. "application/json"
  6913. ],
  6914. "tags": [
  6915. "会员中心"
  6916. ],
  6917. "summary": "会员中心-用户管理-恢复到会员列表",
  6918. "parameters": [
  6919. {
  6920. "type": "string",
  6921. "description": "验证参数Bearer和token空格拼接",
  6922. "name": "Authorization",
  6923. "in": "header",
  6924. "required": true
  6925. },
  6926. {
  6927. "description": "用户ID 必传",
  6928. "name": "req",
  6929. "in": "body",
  6930. "required": true,
  6931. "schema": {
  6932. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  6933. }
  6934. }
  6935. ],
  6936. "responses": {
  6937. "200": {
  6938. "description": "修改数据行数",
  6939. "schema": {
  6940. "type": "int"
  6941. }
  6942. },
  6943. "400": {
  6944. "description": "具体错误",
  6945. "schema": {
  6946. "$ref": "#/definitions/md.Response"
  6947. }
  6948. }
  6949. }
  6950. }
  6951. },
  6952. "/api/memberCenter/userManagement/userRecycleList": {
  6953. "post": {
  6954. "description": "回收站列表",
  6955. "consumes": [
  6956. "application/json"
  6957. ],
  6958. "produces": [
  6959. "application/json"
  6960. ],
  6961. "tags": [
  6962. "会员中心"
  6963. ],
  6964. "summary": "会员中心-用户管理-回收站列表",
  6965. "parameters": [
  6966. {
  6967. "type": "string",
  6968. "description": "验证参数Bearer和token空格拼接",
  6969. "name": "Authorization",
  6970. "in": "header",
  6971. "required": true
  6972. },
  6973. {
  6974. "description": "分页信息必填",
  6975. "name": "req",
  6976. "in": "body",
  6977. "required": true,
  6978. "schema": {
  6979. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6980. }
  6981. }
  6982. ],
  6983. "responses": {
  6984. "200": {
  6985. "description": "具体数据",
  6986. "schema": {
  6987. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6988. }
  6989. },
  6990. "400": {
  6991. "description": "具体错误",
  6992. "schema": {
  6993. "$ref": "#/definitions/md.Response"
  6994. }
  6995. }
  6996. }
  6997. }
  6998. },
  6999. "/api/notice/aliyunSms/file/phone": {
  7000. "post": {
  7001. "description": "短信推送记录-通知模板",
  7002. "consumes": [
  7003. "application/json"
  7004. ],
  7005. "produces": [
  7006. "application/json"
  7007. ],
  7008. "tags": [
  7009. "消息中心"
  7010. ],
  7011. "summary": "消息中心-短信推送记录-通知模板",
  7012. "parameters": [
  7013. {
  7014. "type": "string",
  7015. "description": "验证参数Bearer和token空格拼接",
  7016. "name": "Authorization",
  7017. "in": "header",
  7018. "required": true
  7019. },
  7020. {
  7021. "type": "string",
  7022. "description": "参数 file-----文件上传格式",
  7023. "name": "file",
  7024. "in": "formData",
  7025. "required": true
  7026. }
  7027. ],
  7028. "responses": {
  7029. "200": {
  7030. "description": "phone 一个数组",
  7031. "schema": {
  7032. "type": "string"
  7033. }
  7034. },
  7035. "400": {
  7036. "description": "具体错误",
  7037. "schema": {
  7038. "$ref": "#/definitions/md.Response"
  7039. }
  7040. }
  7041. }
  7042. }
  7043. },
  7044. "/api/notice/aliyunSms/getLevelList": {
  7045. "get": {
  7046. "description": "等级管理(获取)",
  7047. "consumes": [
  7048. "application/json"
  7049. ],
  7050. "produces": [
  7051. "application/json"
  7052. ],
  7053. "tags": [
  7054. "消息中心"
  7055. ],
  7056. "summary": "消息中心-短信推送记录-等级管理(获取)",
  7057. "parameters": [
  7058. {
  7059. "type": "string",
  7060. "description": "验证参数Bearer和token空格拼接",
  7061. "name": "Authorization",
  7062. "in": "header",
  7063. "required": true
  7064. },
  7065. {
  7066. "type": "integer",
  7067. "description": "每页大小",
  7068. "name": "limit",
  7069. "in": "query",
  7070. "required": true
  7071. },
  7072. {
  7073. "type": "integer",
  7074. "description": "页数",
  7075. "name": "page",
  7076. "in": "query",
  7077. "required": true
  7078. }
  7079. ],
  7080. "responses": {
  7081. "200": {
  7082. "description": "具体数据",
  7083. "schema": {
  7084. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  7085. }
  7086. },
  7087. "400": {
  7088. "description": "具体错误",
  7089. "schema": {
  7090. "$ref": "#/definitions/md.Response"
  7091. }
  7092. }
  7093. }
  7094. }
  7095. },
  7096. "/api/notice/aliyunSms/getTagList": {
  7097. "get": {
  7098. "description": "标签管理(获取)",
  7099. "consumes": [
  7100. "application/json"
  7101. ],
  7102. "produces": [
  7103. "application/json"
  7104. ],
  7105. "tags": [
  7106. "消息中心"
  7107. ],
  7108. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7109. "parameters": [
  7110. {
  7111. "type": "string",
  7112. "description": "验证参数Bearer和token空格拼接",
  7113. "name": "Authorization",
  7114. "in": "header",
  7115. "required": true
  7116. },
  7117. {
  7118. "type": "integer",
  7119. "description": "每页大小",
  7120. "name": "limit",
  7121. "in": "query",
  7122. "required": true
  7123. },
  7124. {
  7125. "type": "integer",
  7126. "description": "页数",
  7127. "name": "page",
  7128. "in": "query",
  7129. "required": true
  7130. }
  7131. ],
  7132. "responses": {
  7133. "200": {
  7134. "description": "具体数据",
  7135. "schema": {
  7136. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7137. }
  7138. },
  7139. "400": {
  7140. "description": "具体错误",
  7141. "schema": {
  7142. "$ref": "#/definitions/md.Response"
  7143. }
  7144. }
  7145. }
  7146. }
  7147. },
  7148. "/api/notice/aliyunSms/getUserList": {
  7149. "post": {
  7150. "description": "获取用户信息",
  7151. "consumes": [
  7152. "application/json"
  7153. ],
  7154. "produces": [
  7155. "application/json"
  7156. ],
  7157. "tags": [
  7158. "消息中心"
  7159. ],
  7160. "summary": "消息中心-短信推送记录-获取用户信息",
  7161. "parameters": [
  7162. {
  7163. "type": "string",
  7164. "description": "验证参数Bearer和token空格拼接",
  7165. "name": "Authorization",
  7166. "in": "header",
  7167. "required": true
  7168. },
  7169. {
  7170. "description": "(分页信息必填)",
  7171. "name": "req",
  7172. "in": "body",
  7173. "required": true,
  7174. "schema": {
  7175. "$ref": "#/definitions/md.JPushGetUserListReq"
  7176. }
  7177. }
  7178. ],
  7179. "responses": {
  7180. "200": {
  7181. "description": "具体数据",
  7182. "schema": {
  7183. "type": "Object"
  7184. }
  7185. },
  7186. "400": {
  7187. "description": "具体错误",
  7188. "schema": {
  7189. "$ref": "#/definitions/md.Response"
  7190. }
  7191. }
  7192. }
  7193. }
  7194. },
  7195. "/api/notice/aliyunSms/push/list": {
  7196. "post": {
  7197. "description": "短信推送记录-推送记录列表",
  7198. "consumes": [
  7199. "application/json"
  7200. ],
  7201. "produces": [
  7202. "application/json"
  7203. ],
  7204. "tags": [
  7205. "消息中心"
  7206. ],
  7207. "summary": "消息中心-短信推送记录-推送记录列表",
  7208. "parameters": [
  7209. {
  7210. "type": "string",
  7211. "description": "验证参数Bearer和token空格拼接",
  7212. "name": "Authorization",
  7213. "in": "header",
  7214. "required": true
  7215. },
  7216. {
  7217. "description": "(分页信息必填)",
  7218. "name": "req",
  7219. "in": "body",
  7220. "required": true,
  7221. "schema": {
  7222. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7223. }
  7224. }
  7225. ],
  7226. "responses": {
  7227. "200": {
  7228. "description": "具体数据",
  7229. "schema": {
  7230. "$ref": "#/definitions/md.NoticePushListResp"
  7231. }
  7232. },
  7233. "400": {
  7234. "description": "具体错误",
  7235. "schema": {
  7236. "$ref": "#/definitions/md.Response"
  7237. }
  7238. }
  7239. }
  7240. }
  7241. },
  7242. "/api/notice/aliyunSms/push/save": {
  7243. "post": {
  7244. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7245. "consumes": [
  7246. "application/json"
  7247. ],
  7248. "produces": [
  7249. "application/json"
  7250. ],
  7251. "tags": [
  7252. "消息中心"
  7253. ],
  7254. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7255. "parameters": [
  7256. {
  7257. "type": "string",
  7258. "description": "验证参数Bearer和token空格拼接",
  7259. "name": "Authorization",
  7260. "in": "header",
  7261. "required": true
  7262. },
  7263. {
  7264. "description": "(分页信息必填)",
  7265. "name": "req",
  7266. "in": "body",
  7267. "required": true,
  7268. "schema": {
  7269. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7270. }
  7271. }
  7272. ],
  7273. "responses": {
  7274. "200": {
  7275. "description": "具体数据",
  7276. "schema": {
  7277. "type": "string"
  7278. }
  7279. },
  7280. "400": {
  7281. "description": "具体错误",
  7282. "schema": {
  7283. "$ref": "#/definitions/md.Response"
  7284. }
  7285. }
  7286. }
  7287. }
  7288. },
  7289. "/api/notice/aliyunSms/sale/base": {
  7290. "get": {
  7291. "description": "短信推送记录-营销短信-通知模板",
  7292. "consumes": [
  7293. "application/json"
  7294. ],
  7295. "produces": [
  7296. "application/json"
  7297. ],
  7298. "tags": [
  7299. "消息中心"
  7300. ],
  7301. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7302. "parameters": [
  7303. {
  7304. "type": "string",
  7305. "description": "验证参数Bearer和token空格拼接",
  7306. "name": "Authorization",
  7307. "in": "header",
  7308. "required": true
  7309. }
  7310. ],
  7311. "responses": {
  7312. "200": {
  7313. "description": "具体数据",
  7314. "schema": {
  7315. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7316. }
  7317. },
  7318. "400": {
  7319. "description": "具体错误",
  7320. "schema": {
  7321. "$ref": "#/definitions/md.Response"
  7322. }
  7323. }
  7324. }
  7325. }
  7326. },
  7327. "/api/notice/aliyunSms/sale/save": {
  7328. "post": {
  7329. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7330. "consumes": [
  7331. "application/json"
  7332. ],
  7333. "produces": [
  7334. "application/json"
  7335. ],
  7336. "tags": [
  7337. "消息中心"
  7338. ],
  7339. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7340. "parameters": [
  7341. {
  7342. "type": "string",
  7343. "description": "验证参数Bearer和token空格拼接",
  7344. "name": "Authorization",
  7345. "in": "header",
  7346. "required": true
  7347. },
  7348. {
  7349. "description": "数组 把列表的数组传过来",
  7350. "name": "req",
  7351. "in": "body",
  7352. "required": true,
  7353. "schema": {
  7354. "type": "string"
  7355. }
  7356. }
  7357. ],
  7358. "responses": {
  7359. "200": {
  7360. "description": "具体数据",
  7361. "schema": {
  7362. "type": "string"
  7363. }
  7364. },
  7365. "400": {
  7366. "description": "具体错误",
  7367. "schema": {
  7368. "$ref": "#/definitions/md.Response"
  7369. }
  7370. }
  7371. }
  7372. }
  7373. },
  7374. "/api/notice/base/del": {
  7375. "post": {
  7376. "description": "基本配置-通知模板删除",
  7377. "consumes": [
  7378. "application/json"
  7379. ],
  7380. "produces": [
  7381. "application/json"
  7382. ],
  7383. "tags": [
  7384. "消息中心"
  7385. ],
  7386. "summary": "消息中心-基本配置-通知模板删除",
  7387. "parameters": [
  7388. {
  7389. "type": "string",
  7390. "description": "验证参数Bearer和token空格拼接",
  7391. "name": "Authorization",
  7392. "in": "header",
  7393. "required": true
  7394. },
  7395. {
  7396. "description": "(分页信息必填)",
  7397. "name": "req",
  7398. "in": "body",
  7399. "required": true,
  7400. "schema": {
  7401. "$ref": "#/definitions/md.NoticeDelReq"
  7402. }
  7403. }
  7404. ],
  7405. "responses": {
  7406. "200": {
  7407. "description": "具体数据",
  7408. "schema": {
  7409. "type": "string"
  7410. }
  7411. },
  7412. "400": {
  7413. "description": "具体错误",
  7414. "schema": {
  7415. "$ref": "#/definitions/md.Response"
  7416. }
  7417. }
  7418. }
  7419. }
  7420. },
  7421. "/api/notice/base/list": {
  7422. "post": {
  7423. "description": "基本配置-通知模板",
  7424. "consumes": [
  7425. "application/json"
  7426. ],
  7427. "produces": [
  7428. "application/json"
  7429. ],
  7430. "tags": [
  7431. "消息中心"
  7432. ],
  7433. "summary": "消息中心-基本配置-通知模板",
  7434. "parameters": [
  7435. {
  7436. "type": "string",
  7437. "description": "验证参数Bearer和token空格拼接",
  7438. "name": "Authorization",
  7439. "in": "header",
  7440. "required": true
  7441. },
  7442. {
  7443. "description": "(分页信息必填)",
  7444. "name": "req",
  7445. "in": "body",
  7446. "required": true,
  7447. "schema": {
  7448. "$ref": "#/definitions/md.NoticeListReq"
  7449. }
  7450. }
  7451. ],
  7452. "responses": {
  7453. "200": {
  7454. "description": "具体数据",
  7455. "schema": {
  7456. "$ref": "#/definitions/md.NoticeListResp"
  7457. }
  7458. },
  7459. "400": {
  7460. "description": "具体错误",
  7461. "schema": {
  7462. "$ref": "#/definitions/md.Response"
  7463. }
  7464. }
  7465. }
  7466. }
  7467. },
  7468. "/api/notice/base/save": {
  7469. "post": {
  7470. "description": "基本配置-通知模板添加编辑",
  7471. "consumes": [
  7472. "application/json"
  7473. ],
  7474. "produces": [
  7475. "application/json"
  7476. ],
  7477. "tags": [
  7478. "消息中心"
  7479. ],
  7480. "summary": "消息中心-基本配置-通知模板添加编辑",
  7481. "parameters": [
  7482. {
  7483. "type": "string",
  7484. "description": "验证参数Bearer和token空格拼接",
  7485. "name": "Authorization",
  7486. "in": "header",
  7487. "required": true
  7488. },
  7489. {
  7490. "description": "(分页信息必填)",
  7491. "name": "req",
  7492. "in": "body",
  7493. "required": true,
  7494. "schema": {
  7495. "$ref": "#/definitions/md.NoticeSaveReq"
  7496. }
  7497. }
  7498. ],
  7499. "responses": {
  7500. "200": {
  7501. "description": "具体数据",
  7502. "schema": {
  7503. "type": "string"
  7504. }
  7505. },
  7506. "400": {
  7507. "description": "具体错误",
  7508. "schema": {
  7509. "$ref": "#/definitions/md.Response"
  7510. }
  7511. }
  7512. }
  7513. }
  7514. },
  7515. "/api/notice/jPush/getLevelList": {
  7516. "get": {
  7517. "description": "等级管理(获取)",
  7518. "consumes": [
  7519. "application/json"
  7520. ],
  7521. "produces": [
  7522. "application/json"
  7523. ],
  7524. "tags": [
  7525. "消息中心"
  7526. ],
  7527. "summary": "消息中心-基本配置-等级管理(获取)",
  7528. "parameters": [
  7529. {
  7530. "type": "string",
  7531. "description": "验证参数Bearer和token空格拼接",
  7532. "name": "Authorization",
  7533. "in": "header",
  7534. "required": true
  7535. },
  7536. {
  7537. "type": "integer",
  7538. "description": "每页大小",
  7539. "name": "limit",
  7540. "in": "query",
  7541. "required": true
  7542. },
  7543. {
  7544. "type": "integer",
  7545. "description": "页数",
  7546. "name": "page",
  7547. "in": "query",
  7548. "required": true
  7549. }
  7550. ],
  7551. "responses": {
  7552. "200": {
  7553. "description": "具体数据",
  7554. "schema": {
  7555. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7556. }
  7557. },
  7558. "400": {
  7559. "description": "具体错误",
  7560. "schema": {
  7561. "$ref": "#/definitions/md.Response"
  7562. }
  7563. }
  7564. }
  7565. }
  7566. },
  7567. "/api/notice/jPush/getTagList": {
  7568. "get": {
  7569. "description": "标签管理(获取)",
  7570. "consumes": [
  7571. "application/json"
  7572. ],
  7573. "produces": [
  7574. "application/json"
  7575. ],
  7576. "tags": [
  7577. "消息中心"
  7578. ],
  7579. "summary": "消息中心-基本配置-标签管理(获取)",
  7580. "parameters": [
  7581. {
  7582. "type": "string",
  7583. "description": "验证参数Bearer和token空格拼接",
  7584. "name": "Authorization",
  7585. "in": "header",
  7586. "required": true
  7587. },
  7588. {
  7589. "type": "integer",
  7590. "description": "每页大小",
  7591. "name": "limit",
  7592. "in": "query",
  7593. "required": true
  7594. },
  7595. {
  7596. "type": "integer",
  7597. "description": "页数",
  7598. "name": "page",
  7599. "in": "query",
  7600. "required": true
  7601. }
  7602. ],
  7603. "responses": {
  7604. "200": {
  7605. "description": "具体数据",
  7606. "schema": {
  7607. "$ref": "#/definitions/md.JPushGetTagListResp"
  7608. }
  7609. },
  7610. "400": {
  7611. "description": "具体错误",
  7612. "schema": {
  7613. "$ref": "#/definitions/md.Response"
  7614. }
  7615. }
  7616. }
  7617. }
  7618. },
  7619. "/api/notice/jPush/getUserList": {
  7620. "post": {
  7621. "description": "获取用户信息",
  7622. "consumes": [
  7623. "application/json"
  7624. ],
  7625. "produces": [
  7626. "application/json"
  7627. ],
  7628. "tags": [
  7629. "消息中心"
  7630. ],
  7631. "summary": "消息中心-基本配置-获取用户信息",
  7632. "parameters": [
  7633. {
  7634. "type": "string",
  7635. "description": "验证参数Bearer和token空格拼接",
  7636. "name": "Authorization",
  7637. "in": "header",
  7638. "required": true
  7639. },
  7640. {
  7641. "description": "(分页信息必填)",
  7642. "name": "req",
  7643. "in": "body",
  7644. "required": true,
  7645. "schema": {
  7646. "$ref": "#/definitions/md.JPushGetUserListReq"
  7647. }
  7648. }
  7649. ],
  7650. "responses": {
  7651. "200": {
  7652. "description": "具体数据",
  7653. "schema": {
  7654. "type": "Object"
  7655. }
  7656. },
  7657. "400": {
  7658. "description": "具体错误",
  7659. "schema": {
  7660. "$ref": "#/definitions/md.Response"
  7661. }
  7662. }
  7663. }
  7664. }
  7665. },
  7666. "/api/notice/jPush/push/list": {
  7667. "post": {
  7668. "description": "基本配置-推送记录列表",
  7669. "consumes": [
  7670. "application/json"
  7671. ],
  7672. "produces": [
  7673. "application/json"
  7674. ],
  7675. "tags": [
  7676. "消息中心"
  7677. ],
  7678. "summary": "消息中心-基本配置-推送记录列表",
  7679. "parameters": [
  7680. {
  7681. "type": "string",
  7682. "description": "验证参数Bearer和token空格拼接",
  7683. "name": "Authorization",
  7684. "in": "header",
  7685. "required": true
  7686. },
  7687. {
  7688. "description": "(分页信息必填)",
  7689. "name": "req",
  7690. "in": "body",
  7691. "required": true,
  7692. "schema": {
  7693. "$ref": "#/definitions/md.NoticeListReq"
  7694. }
  7695. }
  7696. ],
  7697. "responses": {
  7698. "200": {
  7699. "description": "具体数据",
  7700. "schema": {
  7701. "$ref": "#/definitions/md.NoticePushListResp"
  7702. }
  7703. },
  7704. "400": {
  7705. "description": "具体错误",
  7706. "schema": {
  7707. "$ref": "#/definitions/md.Response"
  7708. }
  7709. }
  7710. }
  7711. }
  7712. },
  7713. "/api/notice/jPush/push/save": {
  7714. "post": {
  7715. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7716. "consumes": [
  7717. "application/json"
  7718. ],
  7719. "produces": [
  7720. "application/json"
  7721. ],
  7722. "tags": [
  7723. "消息中心"
  7724. ],
  7725. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7726. "parameters": [
  7727. {
  7728. "type": "string",
  7729. "description": "验证参数Bearer和token空格拼接",
  7730. "name": "Authorization",
  7731. "in": "header",
  7732. "required": true
  7733. },
  7734. {
  7735. "description": "(分页信息必填)",
  7736. "name": "req",
  7737. "in": "body",
  7738. "required": true,
  7739. "schema": {
  7740. "$ref": "#/definitions/md.NoticePushSaveReq"
  7741. }
  7742. }
  7743. ],
  7744. "responses": {
  7745. "200": {
  7746. "description": "具体数据",
  7747. "schema": {
  7748. "type": "string"
  7749. }
  7750. },
  7751. "400": {
  7752. "description": "具体错误",
  7753. "schema": {
  7754. "$ref": "#/definitions/md.Response"
  7755. }
  7756. }
  7757. }
  7758. }
  7759. },
  7760. "/api/role/addAdmin": {
  7761. "post": {
  7762. "description": "权限管理-新增管理员",
  7763. "consumes": [
  7764. "application/json"
  7765. ],
  7766. "produces": [
  7767. "application/json"
  7768. ],
  7769. "tags": [
  7770. "权限管理"
  7771. ],
  7772. "summary": "新增管理员",
  7773. "parameters": [
  7774. {
  7775. "type": "string",
  7776. "description": "验证参数Bearer和token空格拼接",
  7777. "name": "Authorization",
  7778. "in": "header",
  7779. "required": true
  7780. },
  7781. {
  7782. "description": "请求参数",
  7783. "name": "args",
  7784. "in": "body",
  7785. "required": true,
  7786. "schema": {
  7787. "$ref": "#/definitions/md.AddAdminReq"
  7788. }
  7789. }
  7790. ],
  7791. "responses": {
  7792. "200": {
  7793. "description": "success",
  7794. "schema": {
  7795. "type": "string"
  7796. }
  7797. },
  7798. "400": {
  7799. "description": "具体错误",
  7800. "schema": {
  7801. "$ref": "#/definitions/md.Response"
  7802. }
  7803. }
  7804. }
  7805. }
  7806. },
  7807. "/api/role/addRole": {
  7808. "post": {
  7809. "description": "权限管理-添加角色",
  7810. "consumes": [
  7811. "application/json"
  7812. ],
  7813. "produces": [
  7814. "application/json"
  7815. ],
  7816. "tags": [
  7817. "权限管理"
  7818. ],
  7819. "summary": "添加角色",
  7820. "parameters": [
  7821. {
  7822. "type": "string",
  7823. "description": "验证参数Bearer和token空格拼接",
  7824. "name": "Authorization",
  7825. "in": "header",
  7826. "required": true
  7827. },
  7828. {
  7829. "description": "请求参数",
  7830. "name": "args",
  7831. "in": "body",
  7832. "required": true,
  7833. "schema": {
  7834. "$ref": "#/definitions/md.AddRoleReq"
  7835. }
  7836. }
  7837. ],
  7838. "responses": {
  7839. "200": {
  7840. "description": "success",
  7841. "schema": {
  7842. "type": "string"
  7843. }
  7844. },
  7845. "400": {
  7846. "description": "具体错误",
  7847. "schema": {
  7848. "$ref": "#/definitions/md.Response"
  7849. }
  7850. }
  7851. }
  7852. }
  7853. },
  7854. "/api/role/adminInfo": {
  7855. "get": {
  7856. "description": "权限管理-管理员信息",
  7857. "consumes": [
  7858. "application/json"
  7859. ],
  7860. "produces": [
  7861. "application/json"
  7862. ],
  7863. "tags": [
  7864. "权限管理"
  7865. ],
  7866. "summary": "管理员信息",
  7867. "parameters": [
  7868. {
  7869. "type": "string",
  7870. "description": "验证参数Bearer和token空格拼接",
  7871. "name": "Authorization",
  7872. "in": "header",
  7873. "required": true
  7874. },
  7875. {
  7876. "type": "string",
  7877. "description": "管理员id",
  7878. "name": "adm_id",
  7879. "in": "query",
  7880. "required": true
  7881. }
  7882. ],
  7883. "responses": {
  7884. "200": {
  7885. "description": "具体看返回内容",
  7886. "schema": {
  7887. "type": "string"
  7888. }
  7889. },
  7890. "400": {
  7891. "description": "具体错误",
  7892. "schema": {
  7893. "$ref": "#/definitions/md.Response"
  7894. }
  7895. }
  7896. }
  7897. }
  7898. },
  7899. "/api/role/adminList": {
  7900. "post": {
  7901. "description": "权限管理-管理员列表",
  7902. "consumes": [
  7903. "application/json"
  7904. ],
  7905. "produces": [
  7906. "application/json"
  7907. ],
  7908. "tags": [
  7909. "权限管理"
  7910. ],
  7911. "summary": "管理员列表",
  7912. "parameters": [
  7913. {
  7914. "type": "string",
  7915. "description": "验证参数Bearer和token空格拼接",
  7916. "name": "Authorization",
  7917. "in": "header",
  7918. "required": true
  7919. },
  7920. {
  7921. "description": "请求参数",
  7922. "name": "args",
  7923. "in": "body",
  7924. "required": true,
  7925. "schema": {
  7926. "$ref": "#/definitions/md.AdminListReq"
  7927. }
  7928. }
  7929. ],
  7930. "responses": {
  7931. "200": {
  7932. "description": "具体看返回内容",
  7933. "schema": {
  7934. "type": "string"
  7935. }
  7936. },
  7937. "400": {
  7938. "description": "具体错误",
  7939. "schema": {
  7940. "$ref": "#/definitions/md.Response"
  7941. }
  7942. }
  7943. }
  7944. }
  7945. },
  7946. "/api/role/bindAdminRole": {
  7947. "post": {
  7948. "description": "权限管理-管理员绑定角色",
  7949. "consumes": [
  7950. "application/json"
  7951. ],
  7952. "produces": [
  7953. "application/json"
  7954. ],
  7955. "tags": [
  7956. "权限管理"
  7957. ],
  7958. "summary": "管理员绑定角色",
  7959. "parameters": [
  7960. {
  7961. "type": "string",
  7962. "description": "验证参数Bearer和token空格拼接",
  7963. "name": "Authorization",
  7964. "in": "header",
  7965. "required": true
  7966. },
  7967. {
  7968. "description": "请求参数",
  7969. "name": "args",
  7970. "in": "body",
  7971. "required": true,
  7972. "schema": {
  7973. "$ref": "#/definitions/md.BindAdminRoleReq"
  7974. }
  7975. }
  7976. ],
  7977. "responses": {
  7978. "200": {
  7979. "description": "success",
  7980. "schema": {
  7981. "type": "string"
  7982. }
  7983. },
  7984. "400": {
  7985. "description": "具体错误",
  7986. "schema": {
  7987. "$ref": "#/definitions/md.Response"
  7988. }
  7989. }
  7990. }
  7991. }
  7992. },
  7993. "/api/role/deleteAdmin/{$adm_id}": {
  7994. "delete": {
  7995. "description": "权限管理-删除管理员",
  7996. "consumes": [
  7997. "application/json"
  7998. ],
  7999. "produces": [
  8000. "application/json"
  8001. ],
  8002. "tags": [
  8003. "权限管理"
  8004. ],
  8005. "summary": "删除管理员",
  8006. "parameters": [
  8007. {
  8008. "type": "string",
  8009. "description": "验证参数Bearer和token空格拼接",
  8010. "name": "Authorization",
  8011. "in": "header",
  8012. "required": true
  8013. }
  8014. ],
  8015. "responses": {
  8016. "200": {
  8017. "description": "success",
  8018. "schema": {
  8019. "type": "string"
  8020. }
  8021. },
  8022. "400": {
  8023. "description": "具体错误",
  8024. "schema": {
  8025. "$ref": "#/definitions/md.Response"
  8026. }
  8027. }
  8028. }
  8029. }
  8030. },
  8031. "/api/role/deleteRole/{$id}": {
  8032. "delete": {
  8033. "description": "权限管理-删除角色",
  8034. "consumes": [
  8035. "application/json"
  8036. ],
  8037. "produces": [
  8038. "application/json"
  8039. ],
  8040. "tags": [
  8041. "权限管理"
  8042. ],
  8043. "summary": "删除角色",
  8044. "parameters": [
  8045. {
  8046. "type": "string",
  8047. "description": "验证参数Bearer和token空格拼接",
  8048. "name": "Authorization",
  8049. "in": "header",
  8050. "required": true
  8051. },
  8052. {
  8053. "description": "请求参数",
  8054. "name": "args",
  8055. "in": "body",
  8056. "required": true,
  8057. "schema": {
  8058. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8059. }
  8060. }
  8061. ],
  8062. "responses": {
  8063. "200": {
  8064. "description": "success",
  8065. "schema": {
  8066. "type": "string"
  8067. }
  8068. },
  8069. "400": {
  8070. "description": "具体错误",
  8071. "schema": {
  8072. "$ref": "#/definitions/md.Response"
  8073. }
  8074. }
  8075. }
  8076. }
  8077. },
  8078. "/api/role/permissionGroupList": {
  8079. "get": {
  8080. "description": "权限管理-权限组列表",
  8081. "consumes": [
  8082. "application/json"
  8083. ],
  8084. "produces": [
  8085. "application/json"
  8086. ],
  8087. "tags": [
  8088. "权限管理"
  8089. ],
  8090. "summary": "权限组列表",
  8091. "parameters": [
  8092. {
  8093. "type": "string",
  8094. "description": "验证参数Bearer和token空格拼接",
  8095. "name": "Authorization",
  8096. "in": "header",
  8097. "required": true
  8098. },
  8099. {
  8100. "type": "string",
  8101. "description": "管理员id",
  8102. "name": "adm_id",
  8103. "in": "query",
  8104. "required": true
  8105. }
  8106. ],
  8107. "responses": {
  8108. "200": {
  8109. "description": "具体看返回内容",
  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/roleBindPermissionGroup": {
  8124. "post": {
  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. "description": "请求参数",
  8146. "name": "args",
  8147. "in": "body",
  8148. "required": true,
  8149. "schema": {
  8150. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8151. }
  8152. }
  8153. ],
  8154. "responses": {
  8155. "200": {
  8156. "description": "success",
  8157. "schema": {
  8158. "type": "string"
  8159. }
  8160. },
  8161. "400": {
  8162. "description": "具体错误",
  8163. "schema": {
  8164. "$ref": "#/definitions/md.Response"
  8165. }
  8166. }
  8167. }
  8168. }
  8169. },
  8170. "/api/role/roleList": {
  8171. "get": {
  8172. "description": "权限管理-角色列表",
  8173. "consumes": [
  8174. "application/json"
  8175. ],
  8176. "produces": [
  8177. "application/json"
  8178. ],
  8179. "tags": [
  8180. "权限管理"
  8181. ],
  8182. "summary": "角色列表",
  8183. "parameters": [
  8184. {
  8185. "type": "string",
  8186. "description": "验证参数Bearer和token空格拼接",
  8187. "name": "Authorization",
  8188. "in": "header",
  8189. "required": true
  8190. }
  8191. ],
  8192. "responses": {
  8193. "200": {
  8194. "description": "具体看返回内容",
  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/updateAdmin": {
  8209. "post": {
  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. "description": "请求参数",
  8231. "name": "args",
  8232. "in": "body",
  8233. "required": true,
  8234. "schema": {
  8235. "$ref": "#/definitions/md.UpdateAdminReq"
  8236. }
  8237. }
  8238. ],
  8239. "responses": {
  8240. "200": {
  8241. "description": "success",
  8242. "schema": {
  8243. "type": "string"
  8244. }
  8245. },
  8246. "400": {
  8247. "description": "具体错误",
  8248. "schema": {
  8249. "$ref": "#/definitions/md.Response"
  8250. }
  8251. }
  8252. }
  8253. }
  8254. },
  8255. "/api/role/updateAdminState": {
  8256. "post": {
  8257. "description": "权限管理-修改管理员状态",
  8258. "consumes": [
  8259. "application/json"
  8260. ],
  8261. "produces": [
  8262. "application/json"
  8263. ],
  8264. "tags": [
  8265. "权限管理"
  8266. ],
  8267. "summary": "修改管理员状态",
  8268. "parameters": [
  8269. {
  8270. "type": "string",
  8271. "description": "验证参数Bearer和token空格拼接",
  8272. "name": "Authorization",
  8273. "in": "header",
  8274. "required": true
  8275. },
  8276. {
  8277. "description": "请求参数",
  8278. "name": "args",
  8279. "in": "body",
  8280. "required": true,
  8281. "schema": {
  8282. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8283. }
  8284. }
  8285. ],
  8286. "responses": {
  8287. "200": {
  8288. "description": "success",
  8289. "schema": {
  8290. "type": "string"
  8291. }
  8292. },
  8293. "400": {
  8294. "description": "具体错误",
  8295. "schema": {
  8296. "$ref": "#/definitions/md.Response"
  8297. }
  8298. }
  8299. }
  8300. }
  8301. },
  8302. "/api/role/updateRole": {
  8303. "post": {
  8304. "description": "权限管理-修改角色",
  8305. "consumes": [
  8306. "application/json"
  8307. ],
  8308. "produces": [
  8309. "application/json"
  8310. ],
  8311. "tags": [
  8312. "权限管理"
  8313. ],
  8314. "summary": "修改角色",
  8315. "parameters": [
  8316. {
  8317. "type": "string",
  8318. "description": "验证参数Bearer和token空格拼接",
  8319. "name": "Authorization",
  8320. "in": "header",
  8321. "required": true
  8322. },
  8323. {
  8324. "description": "请求参数",
  8325. "name": "args",
  8326. "in": "body",
  8327. "required": true,
  8328. "schema": {
  8329. "$ref": "#/definitions/md.UpdateRoleReq"
  8330. }
  8331. }
  8332. ],
  8333. "responses": {
  8334. "200": {
  8335. "description": "success",
  8336. "schema": {
  8337. "type": "string"
  8338. }
  8339. },
  8340. "400": {
  8341. "description": "具体错误",
  8342. "schema": {
  8343. "$ref": "#/definitions/md.Response"
  8344. }
  8345. }
  8346. }
  8347. }
  8348. },
  8349. "/api/role/updateRoleState": {
  8350. "post": {
  8351. "description": "权限管理-修改角色状态",
  8352. "consumes": [
  8353. "application/json"
  8354. ],
  8355. "produces": [
  8356. "application/json"
  8357. ],
  8358. "tags": [
  8359. "权限管理"
  8360. ],
  8361. "summary": "修改角色状态",
  8362. "parameters": [
  8363. {
  8364. "type": "string",
  8365. "description": "验证参数Bearer和token空格拼接",
  8366. "name": "Authorization",
  8367. "in": "header",
  8368. "required": true
  8369. },
  8370. {
  8371. "description": "请求参数",
  8372. "name": "args",
  8373. "in": "body",
  8374. "required": true,
  8375. "schema": {
  8376. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8377. }
  8378. }
  8379. ],
  8380. "responses": {
  8381. "200": {
  8382. "description": "success",
  8383. "schema": {
  8384. "type": "string"
  8385. }
  8386. },
  8387. "400": {
  8388. "description": "具体错误",
  8389. "schema": {
  8390. "$ref": "#/definitions/md.Response"
  8391. }
  8392. }
  8393. }
  8394. }
  8395. },
  8396. "/api/settCenter/oss/aliYun/getBasic": {
  8397. "get": {
  8398. "description": "对象存储设置(获取)",
  8399. "consumes": [
  8400. "application/json"
  8401. ],
  8402. "produces": [
  8403. "application/json"
  8404. ],
  8405. "tags": [
  8406. "对象存储"
  8407. ],
  8408. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8409. "parameters": [
  8410. {
  8411. "type": "string",
  8412. "description": "验证参数Bearer和token空格拼接",
  8413. "name": "Authorization",
  8414. "in": "header",
  8415. "required": true
  8416. }
  8417. ],
  8418. "responses": {
  8419. "200": {
  8420. "description": "设置列表",
  8421. "schema": {
  8422. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8423. }
  8424. },
  8425. "400": {
  8426. "description": "具体错误",
  8427. "schema": {
  8428. "$ref": "#/definitions/md.Response"
  8429. }
  8430. }
  8431. }
  8432. }
  8433. },
  8434. "/api/settCenter/oss/aliYun/setBasic": {
  8435. "post": {
  8436. "description": "对象存储设置(更新)",
  8437. "consumes": [
  8438. "application/json"
  8439. ],
  8440. "produces": [
  8441. "application/json"
  8442. ],
  8443. "tags": [
  8444. "对象存储"
  8445. ],
  8446. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8447. "parameters": [
  8448. {
  8449. "type": "string",
  8450. "description": "验证参数Bearer和token空格拼接",
  8451. "name": "Authorization",
  8452. "in": "header",
  8453. "required": true
  8454. },
  8455. {
  8456. "description": "上传需要修改的信息",
  8457. "name": "req",
  8458. "in": "body",
  8459. "required": true,
  8460. "schema": {
  8461. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8462. }
  8463. }
  8464. ],
  8465. "responses": {
  8466. "200": {
  8467. "description": "success",
  8468. "schema": {
  8469. "type": "string"
  8470. }
  8471. },
  8472. "400": {
  8473. "description": "具体错误",
  8474. "schema": {
  8475. "$ref": "#/definitions/md.Response"
  8476. }
  8477. }
  8478. }
  8479. }
  8480. },
  8481. "/api/settCenter/web/getBasic": {
  8482. "get": {
  8483. "description": "网站信息-基本设置(获取)",
  8484. "consumes": [
  8485. "application/json"
  8486. ],
  8487. "produces": [
  8488. "application/json"
  8489. ],
  8490. "tags": [
  8491. "基础设置"
  8492. ],
  8493. "summary": "基础设置-网站信息-基本设置(获取)",
  8494. "parameters": [
  8495. {
  8496. "type": "string",
  8497. "description": "验证参数Bearer和token空格拼接",
  8498. "name": "Authorization",
  8499. "in": "header",
  8500. "required": true
  8501. }
  8502. ],
  8503. "responses": {
  8504. "200": {
  8505. "description": "设置列表",
  8506. "schema": {
  8507. "$ref": "#/definitions/setCenter.WebBasicResp"
  8508. }
  8509. },
  8510. "400": {
  8511. "description": "具体错误",
  8512. "schema": {
  8513. "$ref": "#/definitions/md.Response"
  8514. }
  8515. }
  8516. }
  8517. }
  8518. },
  8519. "/api/settCenter/web/setBasic": {
  8520. "post": {
  8521. "description": "基本设置(更新)",
  8522. "consumes": [
  8523. "application/json"
  8524. ],
  8525. "produces": [
  8526. "application/json"
  8527. ],
  8528. "tags": [
  8529. "基础设置"
  8530. ],
  8531. "summary": "基础设置-网站信息-基本设置(更新)",
  8532. "parameters": [
  8533. {
  8534. "type": "string",
  8535. "description": "验证参数Bearer和token空格拼接",
  8536. "name": "Authorization",
  8537. "in": "header",
  8538. "required": true
  8539. },
  8540. {
  8541. "description": "上传需要修改的信息",
  8542. "name": "req",
  8543. "in": "body",
  8544. "required": true,
  8545. "schema": {
  8546. "$ref": "#/definitions/setCenter.WebBasicReq"
  8547. }
  8548. }
  8549. ],
  8550. "responses": {
  8551. "200": {
  8552. "description": "success",
  8553. "schema": {
  8554. "type": "string"
  8555. }
  8556. },
  8557. "400": {
  8558. "description": "具体错误",
  8559. "schema": {
  8560. "$ref": "#/definitions/md.Response"
  8561. }
  8562. }
  8563. }
  8564. }
  8565. },
  8566. "/api/userFeedback/cate/list": {
  8567. "post": {
  8568. "description": "分类列表",
  8569. "consumes": [
  8570. "application/json"
  8571. ],
  8572. "produces": [
  8573. "application/json"
  8574. ],
  8575. "tags": [
  8576. "消息中心"
  8577. ],
  8578. "summary": "反馈列表-分类列表",
  8579. "parameters": [
  8580. {
  8581. "type": "string",
  8582. "description": "验证参数Bearer和token空格拼接",
  8583. "name": "Authorization",
  8584. "in": "header",
  8585. "required": true
  8586. },
  8587. {
  8588. "description": "(分页信息必填)",
  8589. "name": "req",
  8590. "in": "body",
  8591. "required": true,
  8592. "schema": {
  8593. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8594. }
  8595. }
  8596. ],
  8597. "responses": {
  8598. "200": {
  8599. "description": "具体数据",
  8600. "schema": {
  8601. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8602. }
  8603. },
  8604. "400": {
  8605. "description": "具体错误",
  8606. "schema": {
  8607. "$ref": "#/definitions/md.Response"
  8608. }
  8609. }
  8610. }
  8611. }
  8612. },
  8613. "/api/userFeedback/content/change/state": {
  8614. "post": {
  8615. "description": "反馈列表-修改状态",
  8616. "consumes": [
  8617. "application/json"
  8618. ],
  8619. "produces": [
  8620. "application/json"
  8621. ],
  8622. "tags": [
  8623. "消息中心"
  8624. ],
  8625. "summary": "用户反馈-反馈列表-修改状态",
  8626. "parameters": [
  8627. {
  8628. "type": "string",
  8629. "description": "验证参数Bearer和token空格拼接",
  8630. "name": "Authorization",
  8631. "in": "header",
  8632. "required": true
  8633. },
  8634. {
  8635. "description": "(分页信息必填)",
  8636. "name": "req",
  8637. "in": "body",
  8638. "required": true,
  8639. "schema": {
  8640. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8641. }
  8642. }
  8643. ],
  8644. "responses": {
  8645. "200": {
  8646. "description": "具体数据",
  8647. "schema": {
  8648. "type": "string"
  8649. }
  8650. },
  8651. "400": {
  8652. "description": "具体错误",
  8653. "schema": {
  8654. "$ref": "#/definitions/md.Response"
  8655. }
  8656. }
  8657. }
  8658. }
  8659. },
  8660. "/api/userFeedback/content/del": {
  8661. "post": {
  8662. "description": "反馈列表-反馈删除",
  8663. "consumes": [
  8664. "application/json"
  8665. ],
  8666. "produces": [
  8667. "application/json"
  8668. ],
  8669. "tags": [
  8670. "消息中心"
  8671. ],
  8672. "summary": "用户反馈-反馈列表-反馈删除",
  8673. "parameters": [
  8674. {
  8675. "type": "string",
  8676. "description": "验证参数Bearer和token空格拼接",
  8677. "name": "Authorization",
  8678. "in": "header",
  8679. "required": true
  8680. },
  8681. {
  8682. "description": "(分页信息必填)",
  8683. "name": "req",
  8684. "in": "body",
  8685. "required": true,
  8686. "schema": {
  8687. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8688. }
  8689. }
  8690. ],
  8691. "responses": {
  8692. "200": {
  8693. "description": "具体数据",
  8694. "schema": {
  8695. "type": "string"
  8696. }
  8697. },
  8698. "400": {
  8699. "description": "具体错误",
  8700. "schema": {
  8701. "$ref": "#/definitions/md.Response"
  8702. }
  8703. }
  8704. }
  8705. }
  8706. },
  8707. "/api/userFeedback/content/list": {
  8708. "post": {
  8709. "description": "反馈列表",
  8710. "consumes": [
  8711. "application/json"
  8712. ],
  8713. "produces": [
  8714. "application/json"
  8715. ],
  8716. "tags": [
  8717. "消息中心"
  8718. ],
  8719. "summary": "用户反馈-反馈列表",
  8720. "parameters": [
  8721. {
  8722. "type": "string",
  8723. "description": "验证参数Bearer和token空格拼接",
  8724. "name": "Authorization",
  8725. "in": "header",
  8726. "required": true
  8727. },
  8728. {
  8729. "description": "(分页信息必填)",
  8730. "name": "req",
  8731. "in": "body",
  8732. "required": true,
  8733. "schema": {
  8734. "$ref": "#/definitions/md.UserFeedbackListReq"
  8735. }
  8736. }
  8737. ],
  8738. "responses": {
  8739. "200": {
  8740. "description": "具体数据",
  8741. "schema": {
  8742. "$ref": "#/definitions/md.UserFeedbackListResp"
  8743. }
  8744. },
  8745. "400": {
  8746. "description": "具体错误",
  8747. "schema": {
  8748. "$ref": "#/definitions/md.Response"
  8749. }
  8750. }
  8751. }
  8752. }
  8753. },
  8754. "/api/userFeedback/content/record/list": {
  8755. "post": {
  8756. "description": "反馈列表-沟通记录",
  8757. "consumes": [
  8758. "application/json"
  8759. ],
  8760. "produces": [
  8761. "application/json"
  8762. ],
  8763. "tags": [
  8764. "消息中心"
  8765. ],
  8766. "summary": "用户反馈-反馈列表-沟通记录",
  8767. "parameters": [
  8768. {
  8769. "type": "string",
  8770. "description": "验证参数Bearer和token空格拼接",
  8771. "name": "Authorization",
  8772. "in": "header",
  8773. "required": true
  8774. },
  8775. {
  8776. "description": "(分页信息必填)",
  8777. "name": "req",
  8778. "in": "body",
  8779. "required": true,
  8780. "schema": {
  8781. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8782. }
  8783. }
  8784. ],
  8785. "responses": {
  8786. "200": {
  8787. "description": "具体数据",
  8788. "schema": {
  8789. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8790. }
  8791. },
  8792. "400": {
  8793. "description": "具体错误",
  8794. "schema": {
  8795. "$ref": "#/definitions/md.Response"
  8796. }
  8797. }
  8798. }
  8799. }
  8800. },
  8801. "/api/userFeedback/content/say": {
  8802. "post": {
  8803. "description": "反馈列表-沟通发送",
  8804. "consumes": [
  8805. "application/json"
  8806. ],
  8807. "produces": [
  8808. "application/json"
  8809. ],
  8810. "tags": [
  8811. "消息中心"
  8812. ],
  8813. "summary": "用户反馈-反馈列表-沟通发送",
  8814. "parameters": [
  8815. {
  8816. "type": "string",
  8817. "description": "验证参数Bearer和token空格拼接",
  8818. "name": "Authorization",
  8819. "in": "header",
  8820. "required": true
  8821. },
  8822. {
  8823. "description": "(分页信息必填)",
  8824. "name": "req",
  8825. "in": "body",
  8826. "required": true,
  8827. "schema": {
  8828. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8829. }
  8830. }
  8831. ],
  8832. "responses": {
  8833. "200": {
  8834. "description": "具体数据",
  8835. "schema": {
  8836. "type": "string"
  8837. }
  8838. },
  8839. "400": {
  8840. "description": "具体错误",
  8841. "schema": {
  8842. "$ref": "#/definitions/md.Response"
  8843. }
  8844. }
  8845. }
  8846. }
  8847. },
  8848. "/api/userRealName/base": {
  8849. "get": {
  8850. "description": "基本设置-实名认证",
  8851. "consumes": [
  8852. "application/json"
  8853. ],
  8854. "produces": [
  8855. "application/json"
  8856. ],
  8857. "tags": [
  8858. "基本设置"
  8859. ],
  8860. "summary": "基本设置-实名认证-基本配置",
  8861. "parameters": [
  8862. {
  8863. "type": "string",
  8864. "description": "验证参数Bearer和token空格拼接",
  8865. "name": "Authorization",
  8866. "in": "header",
  8867. "required": true
  8868. }
  8869. ],
  8870. "responses": {
  8871. "200": {
  8872. "description": "具体数据",
  8873. "schema": {
  8874. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8875. }
  8876. },
  8877. "400": {
  8878. "description": "具体错误",
  8879. "schema": {
  8880. "$ref": "#/definitions/md.Response"
  8881. }
  8882. }
  8883. }
  8884. }
  8885. },
  8886. "/api/userRealName/base/save": {
  8887. "post": {
  8888. "description": "基本设置-实名认证-基本配置保存",
  8889. "consumes": [
  8890. "application/json"
  8891. ],
  8892. "produces": [
  8893. "application/json"
  8894. ],
  8895. "tags": [
  8896. "基本设置"
  8897. ],
  8898. "summary": "基本设置-实名认证-基本配置保存",
  8899. "parameters": [
  8900. {
  8901. "type": "string",
  8902. "description": "验证参数Bearer和token空格拼接",
  8903. "name": "Authorization",
  8904. "in": "header",
  8905. "required": true
  8906. },
  8907. {
  8908. "description": "(分页信息必填)",
  8909. "name": "req",
  8910. "in": "body",
  8911. "required": true,
  8912. "schema": {
  8913. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8914. }
  8915. }
  8916. ],
  8917. "responses": {
  8918. "200": {
  8919. "description": "具体数据",
  8920. "schema": {
  8921. "type": "string"
  8922. }
  8923. },
  8924. "400": {
  8925. "description": "具体错误",
  8926. "schema": {
  8927. "$ref": "#/definitions/md.Response"
  8928. }
  8929. }
  8930. }
  8931. }
  8932. },
  8933. "/api/userRealName/list": {
  8934. "post": {
  8935. "description": "基本设置-实名认证列表",
  8936. "consumes": [
  8937. "application/json"
  8938. ],
  8939. "produces": [
  8940. "application/json"
  8941. ],
  8942. "tags": [
  8943. "基本设置"
  8944. ],
  8945. "summary": "基本设置-实名认证列表",
  8946. "parameters": [
  8947. {
  8948. "type": "string",
  8949. "description": "验证参数Bearer和token空格拼接",
  8950. "name": "Authorization",
  8951. "in": "header",
  8952. "required": true
  8953. },
  8954. {
  8955. "description": "(分页信息必填)",
  8956. "name": "req",
  8957. "in": "body",
  8958. "required": true,
  8959. "schema": {
  8960. "$ref": "#/definitions/md.UserRealNameReq"
  8961. }
  8962. }
  8963. ],
  8964. "responses": {
  8965. "200": {
  8966. "description": "具体数据",
  8967. "schema": {
  8968. "$ref": "#/definitions/md.UserRealNameResp"
  8969. }
  8970. },
  8971. "400": {
  8972. "description": "具体错误",
  8973. "schema": {
  8974. "$ref": "#/definitions/md.Response"
  8975. }
  8976. }
  8977. }
  8978. }
  8979. },
  8980. "/api/userRealName/save": {
  8981. "post": {
  8982. "description": "基本设置-修改认证状态",
  8983. "consumes": [
  8984. "application/json"
  8985. ],
  8986. "produces": [
  8987. "application/json"
  8988. ],
  8989. "tags": [
  8990. "基本设置"
  8991. ],
  8992. "summary": "基本设置-实名认证-修改认证状态",
  8993. "parameters": [
  8994. {
  8995. "type": "string",
  8996. "description": "验证参数Bearer和token空格拼接",
  8997. "name": "Authorization",
  8998. "in": "header",
  8999. "required": true
  9000. },
  9001. {
  9002. "description": "(分页信息必填)",
  9003. "name": "req",
  9004. "in": "body",
  9005. "required": true,
  9006. "schema": {
  9007. "$ref": "#/definitions/md.UserRealNameSaveReq"
  9008. }
  9009. }
  9010. ],
  9011. "responses": {
  9012. "200": {
  9013. "description": "具体数据",
  9014. "schema": {
  9015. "type": "string"
  9016. }
  9017. },
  9018. "400": {
  9019. "description": "具体错误",
  9020. "schema": {
  9021. "$ref": "#/definitions/md.Response"
  9022. }
  9023. }
  9024. }
  9025. }
  9026. },
  9027. "/api/user_feedback/cate/del": {
  9028. "post": {
  9029. "description": "分类列表-分类删除",
  9030. "consumes": [
  9031. "application/json"
  9032. ],
  9033. "produces": [
  9034. "application/json"
  9035. ],
  9036. "tags": [
  9037. "消息中心"
  9038. ],
  9039. "summary": "反馈列表-分类列表-分类删除",
  9040. "parameters": [
  9041. {
  9042. "type": "string",
  9043. "description": "验证参数Bearer和token空格拼接",
  9044. "name": "Authorization",
  9045. "in": "header",
  9046. "required": true
  9047. },
  9048. {
  9049. "description": "(分页信息必填)",
  9050. "name": "req",
  9051. "in": "body",
  9052. "required": true,
  9053. "schema": {
  9054. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  9055. }
  9056. }
  9057. ],
  9058. "responses": {
  9059. "200": {
  9060. "description": "具体数据",
  9061. "schema": {
  9062. "type": "string"
  9063. }
  9064. },
  9065. "400": {
  9066. "description": "具体错误",
  9067. "schema": {
  9068. "$ref": "#/definitions/md.Response"
  9069. }
  9070. }
  9071. }
  9072. }
  9073. },
  9074. "/api/user_feedback/cate/save": {
  9075. "post": {
  9076. "description": "分类列表-分类保存",
  9077. "consumes": [
  9078. "application/json"
  9079. ],
  9080. "produces": [
  9081. "application/json"
  9082. ],
  9083. "tags": [
  9084. "消息中心"
  9085. ],
  9086. "summary": "反馈列表-分类列表-分类保存",
  9087. "parameters": [
  9088. {
  9089. "type": "string",
  9090. "description": "验证参数Bearer和token空格拼接",
  9091. "name": "Authorization",
  9092. "in": "header",
  9093. "required": true
  9094. },
  9095. {
  9096. "description": "(分页信息必填)",
  9097. "name": "req",
  9098. "in": "body",
  9099. "required": true,
  9100. "schema": {
  9101. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9102. }
  9103. }
  9104. ],
  9105. "responses": {
  9106. "200": {
  9107. "description": "具体数据",
  9108. "schema": {
  9109. "type": "string"
  9110. }
  9111. },
  9112. "400": {
  9113. "description": "具体错误",
  9114. "schema": {
  9115. "$ref": "#/definitions/md.Response"
  9116. }
  9117. }
  9118. }
  9119. }
  9120. },
  9121. "/api/website/certificate": {
  9122. "post": {
  9123. "description": "证书查询",
  9124. "consumes": [
  9125. "application/json"
  9126. ],
  9127. "produces": [
  9128. "application/json"
  9129. ],
  9130. "tags": [
  9131. "官网"
  9132. ],
  9133. "summary": "证书查询",
  9134. "parameters": [
  9135. {
  9136. "type": "string",
  9137. "description": "验证参数Bearer和token空格拼接",
  9138. "name": "Authorization",
  9139. "in": "header",
  9140. "required": true
  9141. },
  9142. {
  9143. "description": "(分页信息必填)",
  9144. "name": "req",
  9145. "in": "body",
  9146. "required": true,
  9147. "schema": {
  9148. "$ref": "#/definitions/md.CertificateReq"
  9149. }
  9150. }
  9151. ],
  9152. "responses": {
  9153. "200": {
  9154. "description": "具体数据",
  9155. "schema": {
  9156. "$ref": "#/definitions/md.CertificateResp"
  9157. }
  9158. },
  9159. "400": {
  9160. "description": "具体错误",
  9161. "schema": {
  9162. "$ref": "#/definitions/md.Response"
  9163. }
  9164. }
  9165. }
  9166. }
  9167. },
  9168. "/api/website/getModuleSetting": {
  9169. "get": {
  9170. "description": "页面样式",
  9171. "consumes": [
  9172. "application/json"
  9173. ],
  9174. "produces": [
  9175. "application/json"
  9176. ],
  9177. "tags": [
  9178. "官网"
  9179. ],
  9180. "summary": "页面样式",
  9181. "parameters": [
  9182. {
  9183. "type": "string",
  9184. "description": "验证参数Bearer和token空格拼接",
  9185. "name": "Authorization",
  9186. "in": "header",
  9187. "required": true
  9188. },
  9189. {
  9190. "type": "string",
  9191. "description": "页面名称类型值(15:官网 联系我们)",
  9192. "name": "mod_name_value",
  9193. "in": "query",
  9194. "required": true
  9195. }
  9196. ],
  9197. "responses": {
  9198. "200": {
  9199. "description": "具体数据",
  9200. "schema": {
  9201. "$ref": "#/definitions/md.GetModuleSettingResp"
  9202. }
  9203. },
  9204. "400": {
  9205. "description": "具体错误",
  9206. "schema": {
  9207. "$ref": "#/definitions/md.Response"
  9208. }
  9209. }
  9210. }
  9211. }
  9212. },
  9213. "/api/website/info": {
  9214. "get": {
  9215. "description": "官网-基本信息",
  9216. "consumes": [
  9217. "application/json"
  9218. ],
  9219. "produces": [
  9220. "application/json"
  9221. ],
  9222. "tags": [
  9223. "官网"
  9224. ],
  9225. "summary": "官网-基本信息",
  9226. "parameters": [
  9227. {
  9228. "type": "string",
  9229. "description": "验证参数Bearer和token空格拼接",
  9230. "name": "Authorization",
  9231. "in": "header",
  9232. "required": true
  9233. }
  9234. ],
  9235. "responses": {
  9236. "200": {
  9237. "description": "具体数据",
  9238. "schema": {
  9239. "$ref": "#/definitions/md.WebsiteInfoResp"
  9240. }
  9241. },
  9242. "400": {
  9243. "description": "具体错误",
  9244. "schema": {
  9245. "$ref": "#/definitions/md.Response"
  9246. }
  9247. }
  9248. }
  9249. }
  9250. }
  9251. },
  9252. "definitions": {
  9253. "applet_app_md.Paginate": {
  9254. "type": "object",
  9255. "properties": {
  9256. "limit": {
  9257. "description": "每页大小",
  9258. "type": "integer"
  9259. },
  9260. "page": {
  9261. "description": "页数",
  9262. "type": "integer"
  9263. },
  9264. "total": {
  9265. "description": "总数据量",
  9266. "type": "integer"
  9267. }
  9268. }
  9269. },
  9270. "applet_app_md_financial_center.Paginate": {
  9271. "type": "object",
  9272. "properties": {
  9273. "limit": {
  9274. "description": "每页大小",
  9275. "type": "integer"
  9276. },
  9277. "page": {
  9278. "description": "页数",
  9279. "type": "integer"
  9280. },
  9281. "total": {
  9282. "description": "总数据量",
  9283. "type": "integer"
  9284. }
  9285. }
  9286. },
  9287. "applet_app_md_financial_center.TagNode": {
  9288. "type": "object",
  9289. "properties": {
  9290. "tag_id": {
  9291. "type": "integer"
  9292. },
  9293. "tag_name": {
  9294. "type": "string"
  9295. }
  9296. }
  9297. },
  9298. "applet_app_md_friend_circle.Paginate": {
  9299. "type": "object",
  9300. "properties": {
  9301. "limit": {
  9302. "description": "每页大小",
  9303. "type": "integer"
  9304. },
  9305. "page": {
  9306. "description": "页数",
  9307. "type": "integer"
  9308. },
  9309. "total": {
  9310. "description": "总数据量",
  9311. "type": "integer"
  9312. }
  9313. }
  9314. },
  9315. "applet_app_md_im.GetBasicResp": {
  9316. "type": "object",
  9317. "properties": {
  9318. "chat_sensitive_words": {
  9319. "type": "string",
  9320. "example": "聊天敏感词"
  9321. },
  9322. "is_allow_add_friends": {
  9323. "type": "string",
  9324. "example": "是否允许加好友"
  9325. },
  9326. "is_auto_add_friends": {
  9327. "type": "string",
  9328. "example": "是否自动加好友"
  9329. },
  9330. "prohibit_add_group_members": {
  9331. "type": "string",
  9332. "example": "是否禁止添加群成员"
  9333. },
  9334. "prohibit_remove_group_members": {
  9335. "type": "string",
  9336. "example": "是否禁止移出群成员"
  9337. },
  9338. "prohibit_update_group_name": {
  9339. "type": "string",
  9340. "example": "是否禁止修改群名称"
  9341. }
  9342. }
  9343. },
  9344. "applet_app_md_im.SetBasicReq": {
  9345. "type": "object",
  9346. "properties": {
  9347. "chat_sensitive_words": {
  9348. "type": "string",
  9349. "example": "聊天敏感词"
  9350. },
  9351. "is_allow_add_friends": {
  9352. "type": "string",
  9353. "example": "是否允许加好友"
  9354. },
  9355. "is_auto_add_friends": {
  9356. "type": "string",
  9357. "example": "是否自动加好友"
  9358. },
  9359. "prohibit_add_group_members": {
  9360. "type": "string",
  9361. "example": "是否禁止添加群成员"
  9362. },
  9363. "prohibit_remove_group_members": {
  9364. "type": "string",
  9365. "example": "是否禁止移出群成员"
  9366. },
  9367. "prohibit_update_group_name": {
  9368. "type": "string",
  9369. "example": "是否禁止修改群名称"
  9370. }
  9371. }
  9372. },
  9373. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9374. "type": "object",
  9375. "properties": {
  9376. "direct_push_reward": {
  9377. "description": "直推奖励",
  9378. "allOf": [
  9379. {
  9380. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9381. }
  9382. ]
  9383. },
  9384. "is_open": {
  9385. "description": "是否开启(1:开启 0:关闭)",
  9386. "type": "integer"
  9387. },
  9388. "person_egg_energy_coin_id": {
  9389. "description": "个人蛋蛋能量对应虚拟币 id",
  9390. "type": "integer"
  9391. },
  9392. "person_egg_points_coin_id": {
  9393. "description": "个人蛋蛋积分对应虚拟币 id",
  9394. "type": "integer"
  9395. },
  9396. "team_egg_energy_coin_id": {
  9397. "description": "团队蛋蛋能量对应虚拟币 id",
  9398. "type": "integer"
  9399. },
  9400. "team_egg_points_coin_id": {
  9401. "description": "团队蛋蛋积分对应虚拟币 id",
  9402. "type": "integer"
  9403. }
  9404. }
  9405. },
  9406. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9407. "type": "object",
  9408. "properties": {
  9409. "limit": {
  9410. "description": "每页大小",
  9411. "type": "integer"
  9412. },
  9413. "page": {
  9414. "description": "页数",
  9415. "type": "integer"
  9416. },
  9417. "total": {
  9418. "description": "总数据量",
  9419. "type": "integer"
  9420. }
  9421. }
  9422. },
  9423. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9424. "type": "object",
  9425. "properties": {
  9426. "id": {
  9427. "type": "integer"
  9428. },
  9429. "is_open": {
  9430. "description": "是否开启(1:开启 0:关闭)",
  9431. "type": "integer"
  9432. },
  9433. "is_self_active_get_team_revenue": {
  9434. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9435. "type": "integer"
  9436. },
  9437. "originator_uid": {
  9438. "description": "创始人uid",
  9439. "type": "integer"
  9440. },
  9441. "several_rows": {
  9442. "description": "几排",
  9443. "type": "integer"
  9444. },
  9445. "several_times": {
  9446. "description": "几乘",
  9447. "type": "integer"
  9448. },
  9449. "system_punish_replace": {
  9450. "description": "是否位置滑落 被新用户替换 0否 1是",
  9451. "type": "integer"
  9452. },
  9453. "system_punish_replace_value": {
  9454. "description": "xx天未活跃,处罚滑落",
  9455. "type": "integer"
  9456. }
  9457. }
  9458. },
  9459. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9460. "type": "object",
  9461. "properties": {
  9462. "limit": {
  9463. "description": "每页大小",
  9464. "type": "integer"
  9465. },
  9466. "page": {
  9467. "description": "页数",
  9468. "type": "integer"
  9469. },
  9470. "total": {
  9471. "description": "总数据量",
  9472. "type": "integer"
  9473. }
  9474. }
  9475. },
  9476. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9477. "type": "object",
  9478. "properties": {
  9479. "limit": {
  9480. "type": "integer"
  9481. },
  9482. "page": {
  9483. "type": "integer"
  9484. },
  9485. "total": {
  9486. "type": "integer"
  9487. }
  9488. }
  9489. },
  9490. "applet_app_md_member_center.Paginate": {
  9491. "type": "object",
  9492. "properties": {
  9493. "limit": {
  9494. "description": "每页大小",
  9495. "type": "integer"
  9496. },
  9497. "page": {
  9498. "description": "页数",
  9499. "type": "integer"
  9500. },
  9501. "total": {
  9502. "description": "总数据量",
  9503. "type": "integer"
  9504. }
  9505. }
  9506. },
  9507. "applet_app_md_member_center.TagNode": {
  9508. "type": "object",
  9509. "properties": {
  9510. "tag_id": {
  9511. "description": "标签 ID",
  9512. "type": "integer"
  9513. },
  9514. "tag_name": {
  9515. "description": "标签名称",
  9516. "type": "string"
  9517. }
  9518. }
  9519. },
  9520. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9521. "type": "object",
  9522. "properties": {
  9523. "oss_access_key_id": {
  9524. "type": "string",
  9525. "example": "oss访问秘钥id"
  9526. },
  9527. "oss_access_key_secret": {
  9528. "type": "string",
  9529. "example": "oss访问秘钥"
  9530. },
  9531. "oss_assume_arn": {
  9532. "type": "string",
  9533. "example": "oss RAM角色ARN"
  9534. },
  9535. "oss_assume_role_access_key_id": {
  9536. "type": "string",
  9537. "example": "oss RAM角色访问秘钥id"
  9538. },
  9539. "oss_assume_role_access_key_secret": {
  9540. "type": "string",
  9541. "example": "oss RAM角色访问秘钥"
  9542. },
  9543. "oss_bucket_name": {
  9544. "type": "string",
  9545. "example": "oss存储桶名称"
  9546. },
  9547. "oss_bucket_scheme": {
  9548. "type": "string",
  9549. "example": "oss上传方式"
  9550. },
  9551. "oss_endpoint": {
  9552. "type": "string",
  9553. "example": "oss地域节点"
  9554. },
  9555. "oss_object_domain": {
  9556. "type": "string",
  9557. "example": "oss域名"
  9558. },
  9559. "oss_option": {
  9560. "type": "string",
  9561. "example": "oss上传文件类型选项,以逗号分割"
  9562. }
  9563. }
  9564. },
  9565. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9566. "type": "object",
  9567. "properties": {
  9568. "oss_access_key_id": {
  9569. "type": "string",
  9570. "example": "oss访问秘钥id"
  9571. },
  9572. "oss_access_key_secret": {
  9573. "type": "string",
  9574. "example": "oss访问秘钥"
  9575. },
  9576. "oss_assume_arn": {
  9577. "type": "string",
  9578. "example": "oss RAM角色ARN"
  9579. },
  9580. "oss_assume_role_access_key_id": {
  9581. "type": "string",
  9582. "example": "oss RAM角色访问秘钥id"
  9583. },
  9584. "oss_assume_role_access_key_secret": {
  9585. "type": "string",
  9586. "example": "oss RAM角色访问秘钥"
  9587. },
  9588. "oss_bucket_name": {
  9589. "type": "string",
  9590. "example": "oss存储桶名称"
  9591. },
  9592. "oss_bucket_scheme": {
  9593. "type": "string",
  9594. "example": "oss上传方式"
  9595. },
  9596. "oss_endpoint": {
  9597. "type": "string",
  9598. "example": "oss地域节点"
  9599. },
  9600. "oss_object_domain": {
  9601. "type": "string",
  9602. "example": "oss域名"
  9603. },
  9604. "oss_option": {
  9605. "type": "string",
  9606. "example": "oss上传文件类型选项,以逗号分割"
  9607. }
  9608. }
  9609. },
  9610. "client.AssumeRoleResponseBodyCredentials": {
  9611. "type": "object",
  9612. "properties": {
  9613. "AccessKeyId": {
  9614. "description": "The AccessKey ID.",
  9615. "type": "string"
  9616. },
  9617. "AccessKeySecret": {
  9618. "description": "The AccessKey secret.",
  9619. "type": "string"
  9620. },
  9621. "Expiration": {
  9622. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9623. "type": "string"
  9624. },
  9625. "SecurityToken": {
  9626. "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.",
  9627. "type": "string"
  9628. }
  9629. }
  9630. },
  9631. "comm.GetAdminInfoResp": {
  9632. "type": "object",
  9633. "properties": {
  9634. "adm_id": {
  9635. "description": "管理员id",
  9636. "type": "integer"
  9637. },
  9638. "is_super_administrator": {
  9639. "description": "是否为超级管理员(0:否 1:是)",
  9640. "type": "integer"
  9641. },
  9642. "memo": {
  9643. "description": "备注信息",
  9644. "type": "string"
  9645. },
  9646. "state": {
  9647. "description": "状态(1:正常 2:冻结)",
  9648. "type": "integer"
  9649. },
  9650. "username": {
  9651. "description": "用户名",
  9652. "type": "string"
  9653. }
  9654. }
  9655. },
  9656. "comm.GetSTSVoucherResp": {
  9657. "type": "object",
  9658. "properties": {
  9659. "bucket": {
  9660. "description": "oss 桶名称",
  9661. "type": "string"
  9662. },
  9663. "region": {
  9664. "description": "所在地域",
  9665. "type": "string"
  9666. },
  9667. "sts_token": {
  9668. "description": "STS 凭证",
  9669. "allOf": [
  9670. {
  9671. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  9672. }
  9673. ]
  9674. }
  9675. }
  9676. },
  9677. "comm.ImgReqUploadReq": {
  9678. "type": "object",
  9679. "required": [
  9680. "content_type",
  9681. "file_name"
  9682. ],
  9683. "properties": {
  9684. "content_type": {
  9685. "type": "string",
  9686. "example": "image/jpeg"
  9687. },
  9688. "file_name": {
  9689. "type": "string",
  9690. "example": "文件名"
  9691. }
  9692. }
  9693. },
  9694. "hdl.GetActiveDataResp": {
  9695. "type": "object",
  9696. "properties": {
  9697. "today": {
  9698. "description": "今日数据",
  9699. "allOf": [
  9700. {
  9701. "$ref": "#/definitions/model.PlatformActiveData"
  9702. }
  9703. ]
  9704. },
  9705. "yesterday": {
  9706. "description": "昨日数据",
  9707. "allOf": [
  9708. {
  9709. "$ref": "#/definitions/model.PlatformActiveData"
  9710. }
  9711. ]
  9712. }
  9713. }
  9714. },
  9715. "hdl.TotalDataResp": {
  9716. "type": "object",
  9717. "properties": {
  9718. "month": {
  9719. "description": "月份",
  9720. "type": "string"
  9721. },
  9722. "no_sign_in_user_count": {
  9723. "description": "未签到用户数",
  9724. "type": "integer"
  9725. },
  9726. "total_user_count": {
  9727. "description": "平台总用户数",
  9728. "type": "integer"
  9729. },
  9730. "total_withdraw_amount": {
  9731. "description": "已提现累计金额",
  9732. "type": "string"
  9733. },
  9734. "verified_user_count": {
  9735. "description": "已认证用户数",
  9736. "type": "integer"
  9737. },
  9738. "year": {
  9739. "description": "年份",
  9740. "type": "string"
  9741. }
  9742. }
  9743. },
  9744. "md.ActivePointsWalletNode": {
  9745. "type": "object",
  9746. "properties": {
  9747. "amount": {
  9748. "type": "string",
  9749. "example": "账户余额"
  9750. },
  9751. "uid": {
  9752. "description": "用户 ID",
  9753. "type": "integer"
  9754. },
  9755. "user_name": {
  9756. "type": "string",
  9757. "example": "用户名"
  9758. },
  9759. "user_phone": {
  9760. "type": "string",
  9761. "example": "手机号"
  9762. }
  9763. }
  9764. },
  9765. "md.AddAdminReq": {
  9766. "type": "object",
  9767. "required": [
  9768. "password",
  9769. "username"
  9770. ],
  9771. "properties": {
  9772. "memo": {
  9773. "type": "string"
  9774. },
  9775. "password": {
  9776. "type": "string"
  9777. },
  9778. "username": {
  9779. "type": "string"
  9780. }
  9781. }
  9782. },
  9783. "md.AddBlackListReq": {
  9784. "type": "object",
  9785. "properties": {
  9786. "memo": {
  9787. "description": "备注",
  9788. "type": "string"
  9789. },
  9790. "uid": {
  9791. "description": "用户 id",
  9792. "type": "integer"
  9793. }
  9794. }
  9795. },
  9796. "md.AddCommunityDividendsReq": {
  9797. "type": "object",
  9798. "properties": {
  9799. "amount": {
  9800. "description": "社区分红数量",
  9801. "type": "string"
  9802. },
  9803. "name": {
  9804. "type": "string",
  9805. "example": "社区分红名称"
  9806. }
  9807. }
  9808. },
  9809. "md.AddCommunityDividendsWithUserReq": {
  9810. "type": "object",
  9811. "properties": {
  9812. "memo": {
  9813. "type": "string",
  9814. "example": "备注"
  9815. },
  9816. "uid": {
  9817. "description": "新增社区长用户 ID",
  9818. "type": "integer"
  9819. }
  9820. }
  9821. },
  9822. "md.AddCustomerServiceReq": {
  9823. "type": "object",
  9824. "properties": {
  9825. "memo": {
  9826. "description": "备注",
  9827. "type": "string",
  9828. "example": "备注"
  9829. },
  9830. "phone": {
  9831. "type": "string",
  9832. "example": "手机号"
  9833. },
  9834. "weight": {
  9835. "description": "权重",
  9836. "type": "integer"
  9837. }
  9838. }
  9839. },
  9840. "md.AddEmoticonReq": {
  9841. "type": "object",
  9842. "properties": {
  9843. "img_url": {
  9844. "type": "string",
  9845. "example": "图片地址"
  9846. },
  9847. "memo": {
  9848. "description": "备注",
  9849. "type": "string",
  9850. "example": "备注"
  9851. },
  9852. "name": {
  9853. "type": "string",
  9854. "example": "名称"
  9855. },
  9856. "sort": {
  9857. "description": "排序",
  9858. "type": "integer"
  9859. }
  9860. }
  9861. },
  9862. "md.AddFreePublishUserReq": {
  9863. "type": "object",
  9864. "properties": {
  9865. "uid": {
  9866. "type": "integer"
  9867. }
  9868. }
  9869. },
  9870. "md.AddFundDataReq": {
  9871. "type": "object",
  9872. "properties": {
  9873. "frequency": {
  9874. "description": "频率(分钟)",
  9875. "type": "integer"
  9876. },
  9877. "hours": {
  9878. "description": "时长(小时)",
  9879. "type": "integer"
  9880. },
  9881. "kind": {
  9882. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9883. "type": "integer"
  9884. },
  9885. "memo": {
  9886. "type": "string",
  9887. "example": "备注"
  9888. },
  9889. "total_amount": {
  9890. "description": "金额",
  9891. "type": "string"
  9892. }
  9893. }
  9894. },
  9895. "md.AddLevelReq": {
  9896. "type": "object",
  9897. "properties": {
  9898. "auto_update": {
  9899. "description": "自动升级 0关闭 1开启",
  9900. "type": "string"
  9901. },
  9902. "choosable_num": {
  9903. "description": "可选任务数量",
  9904. "type": "string"
  9905. },
  9906. "is_use": {
  9907. "description": "是否开启(0.否, 1.是)",
  9908. "type": "string"
  9909. },
  9910. "level_name": {
  9911. "description": "等级名称",
  9912. "type": "string"
  9913. },
  9914. "level_weight": {
  9915. "description": "等级权重",
  9916. "type": "string"
  9917. },
  9918. "memo": {
  9919. "description": "备注",
  9920. "type": "string"
  9921. },
  9922. "user_level_tasks": {
  9923. "description": "需要新增的任务",
  9924. "type": "array",
  9925. "items": {
  9926. "$ref": "#/definitions/md.LevelTaskNode"
  9927. }
  9928. }
  9929. }
  9930. },
  9931. "md.AddPlatformRevenueReq": {
  9932. "type": "object",
  9933. "properties": {
  9934. "frequency": {
  9935. "description": "频率(分钟)",
  9936. "type": "integer"
  9937. },
  9938. "hours": {
  9939. "description": "时长(小时)",
  9940. "type": "integer"
  9941. },
  9942. "kind": {
  9943. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  9944. "type": "integer"
  9945. },
  9946. "memo": {
  9947. "type": "string",
  9948. "example": "备注"
  9949. },
  9950. "total_amount": {
  9951. "description": "金额",
  9952. "type": "string"
  9953. }
  9954. }
  9955. },
  9956. "md.AddRoleReq": {
  9957. "type": "object",
  9958. "required": [
  9959. "memo",
  9960. "name"
  9961. ],
  9962. "properties": {
  9963. "memo": {
  9964. "type": "string"
  9965. },
  9966. "name": {
  9967. "type": "string"
  9968. }
  9969. }
  9970. },
  9971. "md.AddTagReq": {
  9972. "type": "object",
  9973. "properties": {
  9974. "is_punish": {
  9975. "description": "是否为处罚标签(0:否 1:是)",
  9976. "type": "string"
  9977. },
  9978. "memo": {
  9979. "description": "备注",
  9980. "type": "string"
  9981. },
  9982. "name": {
  9983. "description": "标签名称",
  9984. "type": "string"
  9985. }
  9986. }
  9987. },
  9988. "md.AddVirtualCoinNode": {
  9989. "type": "object",
  9990. "properties": {
  9991. "exchange_ratio": {
  9992. "description": "兑换比例(与金额)",
  9993. "type": "string"
  9994. },
  9995. "is_use": {
  9996. "description": "是否开启:0否 1是",
  9997. "type": "integer"
  9998. },
  9999. "name": {
  10000. "description": "名称",
  10001. "type": "string"
  10002. }
  10003. }
  10004. },
  10005. "md.AdminListReq": {
  10006. "type": "object",
  10007. "properties": {
  10008. "limit": {
  10009. "type": "integer"
  10010. },
  10011. "page": {
  10012. "type": "integer"
  10013. },
  10014. "state": {
  10015. "type": "integer"
  10016. },
  10017. "username": {
  10018. "type": "string"
  10019. }
  10020. }
  10021. },
  10022. "md.AdminLogList": {
  10023. "type": "object",
  10024. "properties": {
  10025. "admin_id": {
  10026. "type": "string"
  10027. },
  10028. "id": {
  10029. "type": "string"
  10030. },
  10031. "ip": {
  10032. "type": "string"
  10033. },
  10034. "memo": {
  10035. "type": "string"
  10036. },
  10037. "phone": {
  10038. "type": "string"
  10039. },
  10040. "time": {
  10041. "type": "string"
  10042. },
  10043. "type": {
  10044. "type": "string"
  10045. }
  10046. }
  10047. },
  10048. "md.AdminLogListReq": {
  10049. "type": "object",
  10050. "properties": {
  10051. "end_time": {
  10052. "type": "string"
  10053. },
  10054. "limit": {
  10055. "description": "每页大小",
  10056. "type": "string"
  10057. },
  10058. "memo": {
  10059. "type": "string"
  10060. },
  10061. "page": {
  10062. "description": "页数",
  10063. "type": "string"
  10064. },
  10065. "start_time": {
  10066. "type": "string"
  10067. },
  10068. "type": {
  10069. "type": "string"
  10070. }
  10071. }
  10072. },
  10073. "md.AdminLogListResp": {
  10074. "type": "object",
  10075. "properties": {
  10076. "list": {
  10077. "type": "array",
  10078. "items": {
  10079. "$ref": "#/definitions/md.AdminLogList"
  10080. }
  10081. },
  10082. "total": {
  10083. "type": "integer"
  10084. },
  10085. "type_list": {
  10086. "type": "array",
  10087. "items": {
  10088. "type": "object",
  10089. "additionalProperties": true
  10090. }
  10091. }
  10092. }
  10093. },
  10094. "md.AdvertisingBase": {
  10095. "type": "object",
  10096. "properties": {
  10097. "android_ad_is_open": {
  10098. "type": "string",
  10099. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10100. },
  10101. "android_open_ad_is_open": {
  10102. "type": "string",
  10103. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10104. },
  10105. "info": {
  10106. "type": "string",
  10107. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10108. },
  10109. "ios_ad_is_open": {
  10110. "type": "string",
  10111. "example": "ios广告是否开启(1:开启 0:不开启)"
  10112. },
  10113. "ios_open_ad_is_open": {
  10114. "type": "string",
  10115. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10116. },
  10117. "voice": {
  10118. "type": "string",
  10119. "example": "领取奖励声音"
  10120. },
  10121. "voice_url": {
  10122. "type": "string"
  10123. }
  10124. }
  10125. },
  10126. "md.AdvertisingBaseResp": {
  10127. "type": "object",
  10128. "properties": {
  10129. "advertising_base": {
  10130. "$ref": "#/definitions/md.AdvertisingBase"
  10131. },
  10132. "select_data": {
  10133. "type": "array",
  10134. "items": {
  10135. "type": "object",
  10136. "additionalProperties": {
  10137. "type": "string"
  10138. }
  10139. }
  10140. }
  10141. }
  10142. },
  10143. "md.AdvertisingDelReq": {
  10144. "type": "object",
  10145. "properties": {
  10146. "id": {
  10147. "type": "array",
  10148. "items": {
  10149. "type": "string"
  10150. }
  10151. }
  10152. }
  10153. },
  10154. "md.AdvertisingFunctionList": {
  10155. "type": "object",
  10156. "properties": {
  10157. "ad_id": {
  10158. "type": "string",
  10159. "example": "广告id"
  10160. },
  10161. "id": {
  10162. "type": "string"
  10163. },
  10164. "type": {
  10165. "type": "string",
  10166. "example": "类型"
  10167. }
  10168. }
  10169. },
  10170. "md.AdvertisingFunctionListReq": {
  10171. "type": "object",
  10172. "properties": {
  10173. "limit": {
  10174. "type": "string"
  10175. },
  10176. "page": {
  10177. "type": "string"
  10178. }
  10179. }
  10180. },
  10181. "md.AdvertisingFunctionListResp": {
  10182. "type": "object",
  10183. "properties": {
  10184. "adv_data": {
  10185. "type": "array",
  10186. "items": {
  10187. "type": "object",
  10188. "additionalProperties": {
  10189. "type": "string"
  10190. }
  10191. }
  10192. },
  10193. "list": {
  10194. "type": "array",
  10195. "items": {
  10196. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10197. }
  10198. },
  10199. "select_data": {
  10200. "type": "array",
  10201. "items": {
  10202. "type": "object",
  10203. "additionalProperties": {
  10204. "type": "string"
  10205. }
  10206. }
  10207. },
  10208. "total": {
  10209. "type": "integer"
  10210. }
  10211. }
  10212. },
  10213. "md.AdvertisingLimit": {
  10214. "type": "object",
  10215. "properties": {
  10216. "imei_num": {
  10217. "type": "string",
  10218. "example": "设备数量"
  10219. },
  10220. "minute": {
  10221. "type": "string",
  10222. "example": "分钟"
  10223. },
  10224. "public_img": {
  10225. "type": "string",
  10226. "example": "公共弹窗图"
  10227. },
  10228. "public_img_url": {
  10229. "type": "string",
  10230. "example": "公共弹窗图"
  10231. },
  10232. "public_str": {
  10233. "type": "string",
  10234. "example": "公共弹窗文字"
  10235. },
  10236. "tip": {
  10237. "type": "string",
  10238. "example": "限制提示"
  10239. },
  10240. "withdraw_img": {
  10241. "type": "string",
  10242. "example": "提现弹窗图"
  10243. },
  10244. "withdraw_img_url": {
  10245. "type": "string",
  10246. "example": "提现弹窗图"
  10247. },
  10248. "withdraw_str": {
  10249. "type": "string",
  10250. "example": "提现弹窗文字"
  10251. }
  10252. }
  10253. },
  10254. "md.AdvertisingList": {
  10255. "type": "object",
  10256. "properties": {
  10257. "counting_down": {
  10258. "type": "string",
  10259. "example": "倒计时 单位秒"
  10260. },
  10261. "id": {
  10262. "type": "string"
  10263. },
  10264. "info": {
  10265. "type": "string",
  10266. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10267. },
  10268. "kind": {
  10269. "type": "string",
  10270. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10271. },
  10272. "name": {
  10273. "type": "string",
  10274. "example": "名称"
  10275. }
  10276. }
  10277. },
  10278. "md.AdvertisingListReq": {
  10279. "type": "object",
  10280. "properties": {
  10281. "kind": {
  10282. "type": "string"
  10283. },
  10284. "limit": {
  10285. "type": "string"
  10286. },
  10287. "name": {
  10288. "type": "string"
  10289. },
  10290. "page": {
  10291. "type": "string"
  10292. }
  10293. }
  10294. },
  10295. "md.AdvertisingListResp": {
  10296. "type": "object",
  10297. "properties": {
  10298. "adv_data": {
  10299. "type": "array",
  10300. "items": {
  10301. "type": "object",
  10302. "additionalProperties": {
  10303. "type": "string"
  10304. }
  10305. }
  10306. },
  10307. "list": {
  10308. "type": "array",
  10309. "items": {
  10310. "$ref": "#/definitions/md.AdvertisingList"
  10311. }
  10312. },
  10313. "select_data": {
  10314. "type": "array",
  10315. "items": {
  10316. "type": "object",
  10317. "additionalProperties": {
  10318. "type": "string"
  10319. }
  10320. }
  10321. },
  10322. "total": {
  10323. "type": "integer"
  10324. }
  10325. }
  10326. },
  10327. "md.AdvertisingSaveReq": {
  10328. "type": "object",
  10329. "properties": {
  10330. "counting_down": {
  10331. "type": "string",
  10332. "example": "倒计时 单位秒"
  10333. },
  10334. "id": {
  10335. "type": "string"
  10336. },
  10337. "info": {
  10338. "type": "string",
  10339. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10340. },
  10341. "kind": {
  10342. "type": "string",
  10343. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10344. },
  10345. "name": {
  10346. "type": "string",
  10347. "example": "名称"
  10348. }
  10349. }
  10350. },
  10351. "md.AliyunSmsGetLevelListResp": {
  10352. "type": "object",
  10353. "properties": {
  10354. "list": {
  10355. "type": "array",
  10356. "items": {
  10357. "$ref": "#/definitions/md.LevelListNode"
  10358. }
  10359. },
  10360. "paginate": {
  10361. "$ref": "#/definitions/applet_app_md.Paginate"
  10362. }
  10363. }
  10364. },
  10365. "md.AliyunSmsGetTagListResp": {
  10366. "type": "object",
  10367. "properties": {
  10368. "list": {
  10369. "type": "array",
  10370. "items": {
  10371. "$ref": "#/definitions/md.TagListNode"
  10372. }
  10373. },
  10374. "paginate": {
  10375. "$ref": "#/definitions/applet_app_md.Paginate"
  10376. }
  10377. }
  10378. },
  10379. "md.ArticleCateDelReq": {
  10380. "type": "object",
  10381. "properties": {
  10382. "id": {
  10383. "type": "array",
  10384. "items": {
  10385. "type": "string"
  10386. }
  10387. }
  10388. }
  10389. },
  10390. "md.ArticleCateList": {
  10391. "type": "object",
  10392. "properties": {
  10393. "id": {
  10394. "type": "string"
  10395. },
  10396. "is_show": {
  10397. "type": "string"
  10398. },
  10399. "name": {
  10400. "type": "string"
  10401. },
  10402. "pid": {
  10403. "type": "string"
  10404. },
  10405. "sort": {
  10406. "type": "string"
  10407. }
  10408. }
  10409. },
  10410. "md.ArticleCateListReq": {
  10411. "type": "object",
  10412. "properties": {
  10413. "limit": {
  10414. "description": "每页大小",
  10415. "type": "string"
  10416. },
  10417. "page": {
  10418. "description": "页数",
  10419. "type": "string"
  10420. }
  10421. }
  10422. },
  10423. "md.ArticleCateListResp": {
  10424. "type": "object",
  10425. "properties": {
  10426. "list": {
  10427. "type": "array",
  10428. "items": {
  10429. "$ref": "#/definitions/md.ArticleCateList"
  10430. }
  10431. },
  10432. "select_data": {
  10433. "type": "array",
  10434. "items": {
  10435. "type": "object",
  10436. "additionalProperties": {
  10437. "type": "string"
  10438. }
  10439. }
  10440. },
  10441. "total": {
  10442. "type": "integer"
  10443. }
  10444. }
  10445. },
  10446. "md.ArticleCateSaveReq": {
  10447. "type": "object",
  10448. "properties": {
  10449. "id": {
  10450. "type": "string"
  10451. },
  10452. "is_show": {
  10453. "type": "string"
  10454. },
  10455. "name": {
  10456. "type": "string"
  10457. },
  10458. "pid": {
  10459. "type": "string"
  10460. },
  10461. "sort": {
  10462. "type": "string"
  10463. }
  10464. }
  10465. },
  10466. "md.ArticleDelReq": {
  10467. "type": "object",
  10468. "properties": {
  10469. "id": {
  10470. "type": "array",
  10471. "items": {
  10472. "type": "string"
  10473. }
  10474. }
  10475. }
  10476. },
  10477. "md.ArticleList": {
  10478. "type": "object",
  10479. "properties": {
  10480. "cate_id": {
  10481. "type": "string",
  10482. "example": "二级分类id"
  10483. },
  10484. "content": {
  10485. "type": "string"
  10486. },
  10487. "cover": {
  10488. "type": "string",
  10489. "example": "一级分类id=4 显示 封面图"
  10490. },
  10491. "cover_url": {
  10492. "type": "string"
  10493. },
  10494. "id": {
  10495. "type": "string"
  10496. },
  10497. "is_show": {
  10498. "type": "string"
  10499. },
  10500. "pid": {
  10501. "type": "string",
  10502. "example": "一级分类id"
  10503. },
  10504. "sort": {
  10505. "type": "string"
  10506. },
  10507. "title": {
  10508. "type": "string"
  10509. },
  10510. "url": {
  10511. "type": "string"
  10512. }
  10513. }
  10514. },
  10515. "md.ArticleListReq": {
  10516. "type": "object",
  10517. "properties": {
  10518. "limit": {
  10519. "description": "每页大小",
  10520. "type": "string"
  10521. },
  10522. "page": {
  10523. "description": "页数",
  10524. "type": "string"
  10525. }
  10526. }
  10527. },
  10528. "md.ArticleListResp": {
  10529. "type": "object",
  10530. "properties": {
  10531. "cate_data": {
  10532. "type": "array",
  10533. "items": {
  10534. "type": "object",
  10535. "additionalProperties": true
  10536. }
  10537. },
  10538. "list": {
  10539. "type": "array",
  10540. "items": {
  10541. "$ref": "#/definitions/md.ArticleList"
  10542. }
  10543. },
  10544. "select_data": {
  10545. "type": "array",
  10546. "items": {
  10547. "type": "object",
  10548. "additionalProperties": true
  10549. }
  10550. },
  10551. "total": {
  10552. "type": "integer"
  10553. }
  10554. }
  10555. },
  10556. "md.ArticleSaveReq": {
  10557. "type": "object",
  10558. "properties": {
  10559. "cate_id": {
  10560. "type": "string",
  10561. "example": "二级分类id"
  10562. },
  10563. "content": {
  10564. "type": "string"
  10565. },
  10566. "cover": {
  10567. "type": "string",
  10568. "example": "一级分类id=4 显示 封面图"
  10569. },
  10570. "id": {
  10571. "type": "string"
  10572. },
  10573. "is_show": {
  10574. "type": "string"
  10575. },
  10576. "pid": {
  10577. "type": "string",
  10578. "example": "一级分类id"
  10579. },
  10580. "sort": {
  10581. "type": "string"
  10582. },
  10583. "title": {
  10584. "type": "string"
  10585. }
  10586. }
  10587. },
  10588. "md.AuditClearReq": {
  10589. "type": "object",
  10590. "properties": {
  10591. "os": {
  10592. "type": "string",
  10593. "example": "1-安卓 2-ios"
  10594. }
  10595. }
  10596. },
  10597. "md.BalanceDetailNode": {
  10598. "type": "object",
  10599. "properties": {
  10600. "after_amount": {
  10601. "description": "变更后余额",
  10602. "type": "string"
  10603. },
  10604. "amount": {
  10605. "description": "变更数量",
  10606. "type": "string"
  10607. },
  10608. "before_amount": {
  10609. "description": "变更前余额",
  10610. "type": "string"
  10611. },
  10612. "create_at": {
  10613. "description": "创建时间",
  10614. "type": "string"
  10615. },
  10616. "id": {
  10617. "description": "记录ID",
  10618. "type": "integer"
  10619. },
  10620. "kind": {
  10621. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  10622. "type": "string"
  10623. }
  10624. }
  10625. },
  10626. "md.BasicInfoNode": {
  10627. "type": "object",
  10628. "properties": {
  10629. "avatar": {
  10630. "description": "头像",
  10631. "type": "string"
  10632. },
  10633. "levelId": {
  10634. "description": "会员等级 ID",
  10635. "type": "integer"
  10636. },
  10637. "level_name": {
  10638. "description": "会员等级名称",
  10639. "type": "string"
  10640. },
  10641. "memo": {
  10642. "description": "备注",
  10643. "type": "string"
  10644. },
  10645. "nickname": {
  10646. "description": "用户名称",
  10647. "type": "string"
  10648. },
  10649. "parent_name": {
  10650. "description": "推荐人名称",
  10651. "type": "string"
  10652. },
  10653. "parent_phone": {
  10654. "description": "推荐人手机号",
  10655. "type": "string"
  10656. },
  10657. "parent_uid": {
  10658. "description": "推荐人",
  10659. "type": "integer"
  10660. },
  10661. "password": {
  10662. "description": "登录密码",
  10663. "type": "string"
  10664. },
  10665. "phone": {
  10666. "description": "手机号",
  10667. "type": "string"
  10668. },
  10669. "sex": {
  10670. "description": "性别",
  10671. "type": "integer"
  10672. },
  10673. "state": {
  10674. "description": "账号状态 1正常,2冻结",
  10675. "type": "integer"
  10676. },
  10677. "tag": {
  10678. "description": "标签名称",
  10679. "type": "array",
  10680. "items": {
  10681. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  10682. }
  10683. },
  10684. "union_id": {
  10685. "description": "微信号",
  10686. "type": "string"
  10687. }
  10688. }
  10689. },
  10690. "md.BatchAddVirtualCoinsReq": {
  10691. "type": "object",
  10692. "properties": {
  10693. "list": {
  10694. "description": "新增的货币列表",
  10695. "type": "array",
  10696. "items": {
  10697. "$ref": "#/definitions/md.AddVirtualCoinNode"
  10698. }
  10699. }
  10700. }
  10701. },
  10702. "md.BatchSendGroupMessageReq": {
  10703. "type": "object",
  10704. "properties": {
  10705. "content": {
  10706. "description": "消息内容",
  10707. "type": "string"
  10708. },
  10709. "kind": {
  10710. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10711. "type": "integer"
  10712. },
  10713. "not_condition": {
  10714. "description": "不发送条件 群 ID 以\";\"分割",
  10715. "type": "string"
  10716. },
  10717. "send_condition": {
  10718. "description": "发送条件 群 ID 以\";\"分割",
  10719. "type": "string"
  10720. },
  10721. "send_kind": {
  10722. "description": "发送模式(1:指定群组 2:所有群组)",
  10723. "type": "integer"
  10724. }
  10725. }
  10726. },
  10727. "md.BatchSendUserMessageReq": {
  10728. "type": "object",
  10729. "properties": {
  10730. "content": {
  10731. "description": "消息内容",
  10732. "type": "string"
  10733. },
  10734. "kind": {
  10735. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10736. "type": "integer"
  10737. },
  10738. "not_condition": {
  10739. "description": "不发送条件 用户手机号 以\";\"分割",
  10740. "type": "string"
  10741. },
  10742. "send_condition": {
  10743. "description": "发送条件 用户手机号 以\";\"分割",
  10744. "type": "string"
  10745. },
  10746. "send_kind": {
  10747. "description": "发送模式(1:所有用户 2:指定用户)",
  10748. "type": "integer"
  10749. }
  10750. }
  10751. },
  10752. "md.BindAdminRoleReq": {
  10753. "type": "object",
  10754. "required": [
  10755. "adm_id"
  10756. ],
  10757. "properties": {
  10758. "adm_id": {
  10759. "type": "integer"
  10760. },
  10761. "role_ids": {
  10762. "type": "array",
  10763. "items": {
  10764. "type": "integer"
  10765. }
  10766. }
  10767. }
  10768. },
  10769. "md.CertificateDelReq": {
  10770. "type": "object",
  10771. "properties": {
  10772. "id": {
  10773. "type": "array",
  10774. "items": {
  10775. "type": "string"
  10776. }
  10777. }
  10778. }
  10779. },
  10780. "md.CertificateList": {
  10781. "type": "object",
  10782. "properties": {
  10783. "bg_img": {
  10784. "type": "string",
  10785. "example": "背景图"
  10786. },
  10787. "end_time": {
  10788. "type": "string",
  10789. "example": "结束时间"
  10790. },
  10791. "id": {
  10792. "type": "string"
  10793. },
  10794. "logo": {
  10795. "type": "string",
  10796. "example": "logo"
  10797. },
  10798. "medal": {
  10799. "type": "string",
  10800. "example": "勋章"
  10801. },
  10802. "name": {
  10803. "type": "string",
  10804. "example": "姓名"
  10805. },
  10806. "name_icon": {
  10807. "type": "string",
  10808. "example": "蛋蛋星球文字图"
  10809. },
  10810. "no": {
  10811. "type": "string",
  10812. "example": "编号"
  10813. },
  10814. "phone": {
  10815. "type": "string"
  10816. },
  10817. "seal": {
  10818. "type": "string",
  10819. "example": "印章"
  10820. },
  10821. "start_time": {
  10822. "type": "string",
  10823. "example": "开始时间"
  10824. },
  10825. "uid": {
  10826. "type": "string"
  10827. }
  10828. }
  10829. },
  10830. "md.CertificateListReq": {
  10831. "type": "object",
  10832. "properties": {
  10833. "limit": {
  10834. "type": "string"
  10835. },
  10836. "page": {
  10837. "type": "string"
  10838. },
  10839. "phone": {
  10840. "type": "string"
  10841. },
  10842. "uid": {
  10843. "type": "string"
  10844. }
  10845. }
  10846. },
  10847. "md.CertificateListResp": {
  10848. "type": "object",
  10849. "properties": {
  10850. "list": {
  10851. "type": "array",
  10852. "items": {
  10853. "$ref": "#/definitions/md.CertificateList"
  10854. }
  10855. },
  10856. "total": {
  10857. "type": "integer"
  10858. }
  10859. }
  10860. },
  10861. "md.CertificateReq": {
  10862. "type": "object",
  10863. "properties": {
  10864. "no": {
  10865. "type": "string",
  10866. "example": "DD123"
  10867. }
  10868. }
  10869. },
  10870. "md.CertificateResp": {
  10871. "type": "object",
  10872. "properties": {
  10873. "bg_img": {
  10874. "type": "string",
  10875. "example": "背景图"
  10876. },
  10877. "end_time": {
  10878. "type": "string",
  10879. "example": "结束时间"
  10880. },
  10881. "logo": {
  10882. "type": "string",
  10883. "example": "logo"
  10884. },
  10885. "medal": {
  10886. "type": "string",
  10887. "example": "勋章"
  10888. },
  10889. "name": {
  10890. "type": "string",
  10891. "example": "姓名"
  10892. },
  10893. "name_icon": {
  10894. "type": "string",
  10895. "example": "蛋蛋星球文字图"
  10896. },
  10897. "no": {
  10898. "type": "string",
  10899. "example": "编号"
  10900. },
  10901. "seal": {
  10902. "type": "string",
  10903. "example": "印章"
  10904. },
  10905. "start_time": {
  10906. "type": "string",
  10907. "example": "开始时间"
  10908. }
  10909. }
  10910. },
  10911. "md.CertificateSave": {
  10912. "type": "object",
  10913. "properties": {
  10914. "end_time": {
  10915. "type": "string",
  10916. "example": "结束时间"
  10917. },
  10918. "id": {
  10919. "type": "string"
  10920. },
  10921. "name": {
  10922. "type": "string",
  10923. "example": "姓名"
  10924. },
  10925. "no": {
  10926. "type": "string",
  10927. "example": "编号"
  10928. },
  10929. "start_time": {
  10930. "type": "string",
  10931. "example": "开始时间"
  10932. },
  10933. "uid": {
  10934. "type": "string"
  10935. }
  10936. }
  10937. },
  10938. "md.CloudBundleBaseResp": {
  10939. "type": "object",
  10940. "properties": {
  10941. "android_logo": {
  10942. "type": "string"
  10943. },
  10944. "ios_logo": {
  10945. "type": "string"
  10946. },
  10947. "launch_screen": {
  10948. "type": "object",
  10949. "additionalProperties": {
  10950. "type": "string"
  10951. }
  10952. }
  10953. }
  10954. },
  10955. "md.CloudBundleBuildReq": {
  10956. "type": "object",
  10957. "properties": {
  10958. "bit": {
  10959. "type": "array",
  10960. "items": {
  10961. "type": "string"
  10962. }
  10963. },
  10964. "isCombine": {
  10965. "type": "string"
  10966. },
  10967. "memo": {
  10968. "type": "string"
  10969. },
  10970. "os": {
  10971. "type": "string"
  10972. },
  10973. "platform": {
  10974. "type": "array",
  10975. "items": {
  10976. "type": "string"
  10977. }
  10978. },
  10979. "version": {
  10980. "type": "string"
  10981. }
  10982. }
  10983. },
  10984. "md.CloudBundleDelReq": {
  10985. "type": "object",
  10986. "properties": {
  10987. "ids": {
  10988. "type": "array",
  10989. "items": {
  10990. "type": "string"
  10991. }
  10992. }
  10993. }
  10994. },
  10995. "md.CloudBundleImgResp": {
  10996. "type": "object",
  10997. "properties": {
  10998. "android_logo": {
  10999. "type": "string"
  11000. },
  11001. "android_logo_url": {
  11002. "type": "string"
  11003. },
  11004. "build_1080_2280": {
  11005. "type": "string"
  11006. },
  11007. "build_1080_2280_url": {
  11008. "type": "string"
  11009. },
  11010. "build_1125_2436": {
  11011. "type": "string"
  11012. },
  11013. "build_1125_2436_url": {
  11014. "type": "string"
  11015. },
  11016. "build_1242_2208": {
  11017. "type": "string"
  11018. },
  11019. "build_1242_2208_url": {
  11020. "type": "string"
  11021. },
  11022. "build_640_1136": {
  11023. "type": "string"
  11024. },
  11025. "build_640_1136_url": {
  11026. "type": "string"
  11027. },
  11028. "build_640_960": {
  11029. "type": "string"
  11030. },
  11031. "build_640_960_url": {
  11032. "type": "string"
  11033. },
  11034. "build_720_1280": {
  11035. "type": "string"
  11036. },
  11037. "build_720_1280_url": {
  11038. "type": "string"
  11039. },
  11040. "build_750_1334": {
  11041. "type": "string"
  11042. },
  11043. "build_750_1334_url": {
  11044. "type": "string"
  11045. },
  11046. "guide": {
  11047. "type": "array",
  11048. "items": {
  11049. "$ref": "#/definitions/md.Guide"
  11050. }
  11051. },
  11052. "ios_logo": {
  11053. "type": "string"
  11054. },
  11055. "ios_logo_url": {
  11056. "type": "string"
  11057. }
  11058. }
  11059. },
  11060. "md.CloudBundleList": {
  11061. "type": "object",
  11062. "properties": {
  11063. "apply_at": {
  11064. "type": "string"
  11065. },
  11066. "bit": {
  11067. "type": "string"
  11068. },
  11069. "build_id": {
  11070. "type": "string"
  11071. },
  11072. "finish_at": {
  11073. "type": "string"
  11074. },
  11075. "id": {
  11076. "type": "string"
  11077. },
  11078. "is_auditing": {
  11079. "type": "string"
  11080. },
  11081. "is_combine": {
  11082. "type": "string"
  11083. },
  11084. "memo": {
  11085. "type": "string"
  11086. },
  11087. "os": {
  11088. "type": "string"
  11089. },
  11090. "platform": {
  11091. "type": "string"
  11092. },
  11093. "src": {
  11094. "type": "string"
  11095. },
  11096. "state": {
  11097. "type": "string"
  11098. },
  11099. "version": {
  11100. "type": "string"
  11101. }
  11102. }
  11103. },
  11104. "md.CloudBundleReq": {
  11105. "type": "object",
  11106. "properties": {
  11107. "limit": {
  11108. "description": "每页大小",
  11109. "type": "string"
  11110. },
  11111. "page": {
  11112. "description": "页数",
  11113. "type": "string"
  11114. }
  11115. }
  11116. },
  11117. "md.CloudBundleResp": {
  11118. "type": "object",
  11119. "properties": {
  11120. "last_android": {
  11121. "type": "string"
  11122. },
  11123. "last_bit": {
  11124. "type": "string"
  11125. },
  11126. "last_is_combine": {
  11127. "type": "string"
  11128. },
  11129. "last_platform": {
  11130. "type": "array",
  11131. "items": {
  11132. "type": "string"
  11133. }
  11134. },
  11135. "list": {
  11136. "type": "array",
  11137. "items": {
  11138. "$ref": "#/definitions/md.CloudBundleList"
  11139. }
  11140. },
  11141. "list_ios": {
  11142. "type": "string"
  11143. },
  11144. "select_data": {
  11145. "type": "array",
  11146. "items": {
  11147. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11148. }
  11149. },
  11150. "total": {
  11151. "type": "integer"
  11152. }
  11153. }
  11154. },
  11155. "md.CloudBundleUpdateStateReq": {
  11156. "type": "object",
  11157. "properties": {
  11158. "build_id": {
  11159. "type": "string"
  11160. },
  11161. "build_number": {
  11162. "type": "string"
  11163. },
  11164. "error_msg": {
  11165. "type": "string"
  11166. },
  11167. "id": {
  11168. "type": "string"
  11169. },
  11170. "src": {
  11171. "type": "string"
  11172. },
  11173. "state": {
  11174. "type": "string"
  11175. }
  11176. }
  11177. },
  11178. "md.CloudBundleVersion": {
  11179. "type": "object",
  11180. "properties": {
  11181. "content": {
  11182. "type": "string"
  11183. },
  11184. "img": {
  11185. "type": "string"
  11186. },
  11187. "img_url": {
  11188. "type": "string"
  11189. },
  11190. "is_must": {
  11191. "type": "string"
  11192. },
  11193. "name": {
  11194. "type": "string"
  11195. },
  11196. "type": {
  11197. "type": "string"
  11198. },
  11199. "url": {
  11200. "type": "string"
  11201. },
  11202. "version": {
  11203. "type": "string"
  11204. }
  11205. }
  11206. },
  11207. "md.CloudBundleVersionMap": {
  11208. "type": "object",
  11209. "properties": {
  11210. "img": {
  11211. "type": "string"
  11212. },
  11213. "name": {
  11214. "type": "string"
  11215. },
  11216. "type": {
  11217. "type": "string"
  11218. }
  11219. }
  11220. },
  11221. "md.CloudBundleVersionResp": {
  11222. "type": "object",
  11223. "properties": {
  11224. "version": {
  11225. "type": "array",
  11226. "items": {
  11227. "$ref": "#/definitions/md.CloudBundleVersion"
  11228. }
  11229. }
  11230. }
  11231. },
  11232. "md.CommReq": {
  11233. "type": "object",
  11234. "properties": {
  11235. "id": {
  11236. "type": "string"
  11237. }
  11238. }
  11239. },
  11240. "md.ConfigResp": {
  11241. "type": "object",
  11242. "properties": {
  11243. "oss_url": {
  11244. "type": "string",
  11245. "example": "阿里云图片链接"
  11246. }
  11247. }
  11248. },
  11249. "md.DailyActivityAnalysisTopData": {
  11250. "type": "object",
  11251. "properties": {
  11252. "activity_count": {
  11253. "description": "子节点活跃天数",
  11254. "type": "integer"
  11255. },
  11256. "team_activity_user_count": {
  11257. "description": "子节点活跃人数",
  11258. "type": "integer"
  11259. },
  11260. "team_user_count": {
  11261. "description": "团队人数",
  11262. "type": "integer"
  11263. }
  11264. }
  11265. },
  11266. "md.DataSetting": {
  11267. "type": "object",
  11268. "properties": {
  11269. "total_angel_investor": {
  11270. "description": "天使投资人",
  11271. "type": "string",
  11272. "example": "天使投资人"
  11273. },
  11274. "total_ecological_development": {
  11275. "description": "生态建设",
  11276. "type": "string",
  11277. "example": "当前价格"
  11278. },
  11279. "total_issuance_amount": {
  11280. "description": "总发行量",
  11281. "type": "string",
  11282. "example": "总发行量"
  11283. },
  11284. "total_operate_fund": {
  11285. "description": "运营资金",
  11286. "type": "string",
  11287. "example": "运营资金"
  11288. },
  11289. "total_team_dividends": {
  11290. "description": "团队分红",
  11291. "type": "string",
  11292. "example": "团队分红"
  11293. },
  11294. "total_technology_team": {
  11295. "description": "技术团队",
  11296. "type": "string",
  11297. "example": "技术团队"
  11298. },
  11299. "total_user_for_person": {
  11300. "description": "个人区域",
  11301. "type": "string",
  11302. "example": "个人区域"
  11303. },
  11304. "total_user_for_team": {
  11305. "description": "团队区域",
  11306. "type": "string",
  11307. "example": "团队区域"
  11308. }
  11309. }
  11310. },
  11311. "md.DeleteBlackListReq": {
  11312. "type": "object",
  11313. "properties": {
  11314. "id": {
  11315. "description": "黑名单 id",
  11316. "type": "integer"
  11317. }
  11318. }
  11319. },
  11320. "md.DeleteDynamicReq": {
  11321. "type": "object",
  11322. "properties": {
  11323. "index_id": {
  11324. "description": "动态id",
  11325. "type": "string"
  11326. }
  11327. }
  11328. },
  11329. "md.DeleteEmoticonReq": {
  11330. "type": "object",
  11331. "properties": {
  11332. "id": {
  11333. "description": "拥有用户数量",
  11334. "type": "integer"
  11335. }
  11336. }
  11337. },
  11338. "md.DeleteFreePublishUserReq": {
  11339. "type": "object",
  11340. "properties": {
  11341. "uid": {
  11342. "type": "string"
  11343. }
  11344. }
  11345. },
  11346. "md.DeleteLevelReq": {
  11347. "type": "object",
  11348. "properties": {
  11349. "level_id": {
  11350. "type": "string"
  11351. }
  11352. }
  11353. },
  11354. "md.DeleteTagReq": {
  11355. "type": "object",
  11356. "properties": {
  11357. "tag_id": {
  11358. "description": "标签 ID",
  11359. "type": "string"
  11360. }
  11361. }
  11362. },
  11363. "md.DeleteTaskReq": {
  11364. "type": "object",
  11365. "properties": {
  11366. "task_id": {
  11367. "type": "string"
  11368. }
  11369. }
  11370. },
  11371. "md.DestructionSettingStruct": {
  11372. "type": "object",
  11373. "properties": {
  11374. "community_dividends": {
  11375. "description": "社区分红百分比",
  11376. "type": "string"
  11377. },
  11378. "destruction_quantity": {
  11379. "description": "销毁百分比",
  11380. "type": "string"
  11381. },
  11382. "development_committee": {
  11383. "description": "发展委员会百分比",
  11384. "type": "string"
  11385. },
  11386. "marketplace_merchant": {
  11387. "description": "市商数量百分比",
  11388. "type": "string"
  11389. },
  11390. "public_welfare_and_charity": {
  11391. "description": "公益慈善百分比",
  11392. "type": "string"
  11393. },
  11394. "star_level_dividends": {
  11395. "description": "星级分红百分比",
  11396. "type": "string"
  11397. }
  11398. }
  11399. },
  11400. "md.DirectPushRewardSettingStruct": {
  11401. "type": "object",
  11402. "properties": {
  11403. "member_self_is_open_get_team_reward": {
  11404. "description": "会员是否活跃得到团队奖励",
  11405. "type": "string"
  11406. },
  11407. "reward_rate_value": {
  11408. "description": "奖励百分比",
  11409. "type": "string"
  11410. }
  11411. }
  11412. },
  11413. "md.DynamicDataFlowListReq": {
  11414. "type": "object",
  11415. "properties": {
  11416. "end_at": {
  11417. "description": "结束时间",
  11418. "type": "string",
  11419. "example": "结束时间"
  11420. },
  11421. "kind": {
  11422. "description": "持有类型",
  11423. "type": "integer"
  11424. },
  11425. "page": {
  11426. "description": "页数",
  11427. "type": "integer"
  11428. },
  11429. "page_size": {
  11430. "description": "每页大小",
  11431. "type": "integer"
  11432. },
  11433. "start_at": {
  11434. "description": "开始时间",
  11435. "type": "string",
  11436. "example": "开始时间"
  11437. }
  11438. }
  11439. },
  11440. "md.DynamicDataFlowListResp": {
  11441. "type": "object",
  11442. "properties": {
  11443. "kind_list": {
  11444. "description": "类型列表",
  11445. "type": "array",
  11446. "items": {
  11447. "type": "object",
  11448. "additionalProperties": true
  11449. }
  11450. },
  11451. "list": {
  11452. "description": "动态数据流水列表",
  11453. "type": "array",
  11454. "items": {
  11455. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  11456. }
  11457. },
  11458. "paginate": {
  11459. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11460. }
  11461. }
  11462. },
  11463. "md.DynamicRespNode": {
  11464. "type": "object",
  11465. "properties": {
  11466. "content": {
  11467. "description": "文本内容",
  11468. "type": "string"
  11469. },
  11470. "created_at": {
  11471. "type": "string"
  11472. },
  11473. "image": {
  11474. "description": "图片",
  11475. "type": "array",
  11476. "items": {
  11477. "type": "string"
  11478. }
  11479. },
  11480. "index_id": {
  11481. "description": "动态id",
  11482. "type": "string"
  11483. },
  11484. "is_praise": {
  11485. "description": "是否被表扬(1:是 2:否)",
  11486. "type": "integer"
  11487. },
  11488. "is_top_up": {
  11489. "description": "是否置顶(1:是 2:否)",
  11490. "type": "integer"
  11491. },
  11492. "kind": {
  11493. "description": "类型(1:普通 2:官方)",
  11494. "type": "integer"
  11495. },
  11496. "state": {
  11497. "description": "状态(1:正常 2:隐藏)",
  11498. "type": "integer"
  11499. },
  11500. "uid": {
  11501. "description": "用户id",
  11502. "type": "integer"
  11503. },
  11504. "updated_at": {
  11505. "type": "string"
  11506. },
  11507. "username": {
  11508. "description": "用户名称",
  11509. "type": "string"
  11510. },
  11511. "video": {
  11512. "description": "视频",
  11513. "type": "array",
  11514. "items": {
  11515. "type": "string"
  11516. }
  11517. }
  11518. }
  11519. },
  11520. "md.EggEnergyAvailableEnergyFlow": {
  11521. "type": "object",
  11522. "properties": {
  11523. "after_community_dividends": {
  11524. "description": "变更后-社区分红区块币数量",
  11525. "type": "string"
  11526. },
  11527. "after_destruction_quantity_values": {
  11528. "description": "变更后-销毁区块币数量",
  11529. "type": "string"
  11530. },
  11531. "after_development_committee_values": {
  11532. "description": "变更后-发展委员会区块币数量",
  11533. "type": "string"
  11534. },
  11535. "after_marketplace_merchant_fund_values": {
  11536. "description": "变更后-市商资金值",
  11537. "type": "string"
  11538. },
  11539. "after_marketplace_merchant_values": {
  11540. "description": "变更后-市商区块币数量",
  11541. "type": "string"
  11542. },
  11543. "after_now_energy_total_nums": {
  11544. "description": "变更后-现行总量",
  11545. "type": "string"
  11546. },
  11547. "after_planet_total_value": {
  11548. "description": "变更后-星球总价值",
  11549. "type": "string"
  11550. },
  11551. "after_price": {
  11552. "description": "变更后-价格",
  11553. "type": "string"
  11554. },
  11555. "after_public_welfare_and_charity_values": {
  11556. "description": "变更后-公益慈善区块币数量",
  11557. "type": "string"
  11558. },
  11559. "after_star_level_dividends_values": {
  11560. "description": "变更后-星级分红区块币数量",
  11561. "type": "string"
  11562. },
  11563. "amount": {
  11564. "description": "变更数量",
  11565. "type": "string"
  11566. },
  11567. "before_community_dividends": {
  11568. "description": "变更前-社区分红区块币数量",
  11569. "type": "string"
  11570. },
  11571. "before_destruction_quantity_values": {
  11572. "description": "变更前-销毁区块币数量",
  11573. "type": "string"
  11574. },
  11575. "before_development_committee_values": {
  11576. "description": "变更前-发展委员会区块币数量",
  11577. "type": "string"
  11578. },
  11579. "before_marketplace_merchant_fund_values": {
  11580. "description": "变更前-市商资金值",
  11581. "type": "string"
  11582. },
  11583. "before_marketplace_merchant_values": {
  11584. "description": "变更前-市商区块币数量",
  11585. "type": "string"
  11586. },
  11587. "before_now_energy_total_nums": {
  11588. "description": "变更前-现行总量",
  11589. "type": "string"
  11590. },
  11591. "before_planet_total_value": {
  11592. "description": "变更前-星球总价值",
  11593. "type": "string"
  11594. },
  11595. "before_price": {
  11596. "description": "变更前-价格",
  11597. "type": "string"
  11598. },
  11599. "before_public_welfare_and_charity_values": {
  11600. "description": "变更前-公益慈善区块币数量",
  11601. "type": "string"
  11602. },
  11603. "before_star_level_dividends_values": {
  11604. "description": "变更前-星级分红区块币数量",
  11605. "type": "string"
  11606. },
  11607. "create_time": {
  11608. "description": "创建时间",
  11609. "type": "string"
  11610. },
  11611. "id": {
  11612. "type": "integer"
  11613. },
  11614. "kind": {
  11615. "description": "种类",
  11616. "type": "integer"
  11617. },
  11618. "title": {
  11619. "description": "标题",
  11620. "type": "string"
  11621. }
  11622. }
  11623. },
  11624. "md.EggEnergyCommunityDividends": {
  11625. "type": "object",
  11626. "properties": {
  11627. "amount": {
  11628. "description": "分红数量",
  11629. "type": "string"
  11630. },
  11631. "coin_id": {
  11632. "description": "虚拟币 id",
  11633. "type": "integer"
  11634. },
  11635. "create_at": {
  11636. "description": "分红时间",
  11637. "type": "string"
  11638. },
  11639. "id": {
  11640. "type": "integer"
  11641. },
  11642. "is_over": {
  11643. "description": "是否分红完毕",
  11644. "type": "integer"
  11645. },
  11646. "name": {
  11647. "type": "string",
  11648. "example": "名称"
  11649. },
  11650. "persons_num": {
  11651. "description": "分红人数",
  11652. "type": "integer"
  11653. },
  11654. "update_at": {
  11655. "type": "string"
  11656. }
  11657. }
  11658. },
  11659. "md.EggEnergyCommunityDividendsWithUser": {
  11660. "type": "object",
  11661. "properties": {
  11662. "id": {
  11663. "type": "integer"
  11664. },
  11665. "memo": {
  11666. "type": "string",
  11667. "example": "备注"
  11668. },
  11669. "nickname": {
  11670. "type": "string"
  11671. },
  11672. "phone": {
  11673. "type": "string"
  11674. },
  11675. "uid": {
  11676. "type": "integer"
  11677. }
  11678. }
  11679. },
  11680. "md.EggPointCoefficientBatchAddReq": {
  11681. "type": "object",
  11682. "properties": {
  11683. "list": {
  11684. "description": "系数管理列表",
  11685. "type": "array",
  11686. "items": {
  11687. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11688. }
  11689. }
  11690. }
  11691. },
  11692. "md.EggPointCoefficientDelReq": {
  11693. "type": "object",
  11694. "required": [
  11695. "id"
  11696. ],
  11697. "properties": {
  11698. "id": {
  11699. "description": "需要删除范围的id",
  11700. "type": "string"
  11701. }
  11702. }
  11703. },
  11704. "md.EggPointCoefficientGetResp": {
  11705. "type": "object",
  11706. "properties": {
  11707. "list": {
  11708. "type": "array",
  11709. "items": {
  11710. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11711. }
  11712. }
  11713. }
  11714. },
  11715. "md.EggPointCoefficientNode": {
  11716. "type": "object",
  11717. "properties": {
  11718. "coefficient": {
  11719. "description": "系数",
  11720. "type": "string"
  11721. },
  11722. "end_score": {
  11723. "description": "截止分值",
  11724. "type": "string"
  11725. },
  11726. "id": {
  11727. "type": "integer"
  11728. },
  11729. "start_score": {
  11730. "description": "起始分值",
  11731. "type": "string"
  11732. }
  11733. }
  11734. },
  11735. "md.EggPointCoefficientUpdateReq": {
  11736. "type": "object",
  11737. "required": [
  11738. "id"
  11739. ],
  11740. "properties": {
  11741. "coefficient": {
  11742. "description": "系数",
  11743. "type": "string"
  11744. },
  11745. "end_score": {
  11746. "description": "截止分值",
  11747. "type": "string"
  11748. },
  11749. "id": {
  11750. "description": "需要修改范围的id",
  11751. "type": "string"
  11752. },
  11753. "start_score": {
  11754. "description": "起始分值",
  11755. "type": "string"
  11756. }
  11757. }
  11758. },
  11759. "md.ExchangeRulesStruct": {
  11760. "type": "object",
  11761. "properties": {
  11762. "auto_exchange_nums_by_person": {
  11763. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  11764. "type": "string"
  11765. },
  11766. "auto_exchange_nums_by_team": {
  11767. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  11768. "type": "string"
  11769. },
  11770. "auto_exchange_rate_by_person": {
  11771. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  11772. "type": "string"
  11773. },
  11774. "auto_exchange_rate_by_team": {
  11775. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  11776. "type": "string"
  11777. }
  11778. }
  11779. },
  11780. "md.ExchangeUserPositionReq": {
  11781. "type": "object",
  11782. "properties": {
  11783. "position_1": {
  11784. "description": "位置1,具体值取返回数据中的 system_id",
  11785. "type": "integer"
  11786. },
  11787. "position_2": {
  11788. "description": "位置2,具体值取返回数据中的 system_id",
  11789. "type": "integer"
  11790. }
  11791. }
  11792. },
  11793. "md.FansNode": {
  11794. "type": "object",
  11795. "properties": {
  11796. "amount": {
  11797. "description": "可提现余额",
  11798. "type": "string"
  11799. },
  11800. "id": {
  11801. "description": "用户ID",
  11802. "type": "integer"
  11803. },
  11804. "level_total": {
  11805. "description": "所属代数",
  11806. "type": "integer"
  11807. },
  11808. "nickname": {
  11809. "type": "string",
  11810. "example": "用户昵称"
  11811. },
  11812. "phone": {
  11813. "type": "string",
  11814. "example": "手机号"
  11815. },
  11816. "register_at": {
  11817. "description": "注册时间",
  11818. "type": "string"
  11819. },
  11820. "total_income": {
  11821. "description": "累计收益",
  11822. "type": "string"
  11823. }
  11824. }
  11825. },
  11826. "md.FindSubUserRelationshipMapResp": {
  11827. "type": "object",
  11828. "properties": {
  11829. "basic_setting": {
  11830. "description": "公排设置",
  11831. "allOf": [
  11832. {
  11833. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  11834. }
  11835. ]
  11836. },
  11837. "search_uid": {
  11838. "description": "查找的用户 ID",
  11839. "type": "string"
  11840. },
  11841. "sub_user": {
  11842. "description": "上级用户信息",
  11843. "allOf": [
  11844. {
  11845. "$ref": "#/definitions/md.SubUser"
  11846. }
  11847. ]
  11848. }
  11849. }
  11850. },
  11851. "md.FirstWithdrawSet": {
  11852. "type": "object",
  11853. "properties": {
  11854. "first_withdraw_amount_limit": {
  11855. "description": "不需要实名时 最大提现金额",
  11856. "type": "string"
  11857. },
  11858. "is_need_real_name": {
  11859. "description": "是否需要实名(0:不需要,1:需要)",
  11860. "type": "integer"
  11861. }
  11862. }
  11863. },
  11864. "md.FreePublishUserNode": {
  11865. "type": "object",
  11866. "properties": {
  11867. "nickname": {
  11868. "type": "string",
  11869. "example": "昵称"
  11870. },
  11871. "phone": {
  11872. "type": "string",
  11873. "example": "手机号"
  11874. },
  11875. "uid": {
  11876. "type": "integer"
  11877. }
  11878. }
  11879. },
  11880. "md.FundDataNode": {
  11881. "type": "object",
  11882. "properties": {
  11883. "balance_amount": {
  11884. "description": "余额",
  11885. "type": "string"
  11886. },
  11887. "balance_times": {
  11888. "description": "剩余执行次数",
  11889. "type": "integer"
  11890. },
  11891. "create_at": {
  11892. "description": "创建时间",
  11893. "type": "string"
  11894. },
  11895. "hours": {
  11896. "description": "时长",
  11897. "type": "integer"
  11898. },
  11899. "kind": {
  11900. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  11901. "type": "integer"
  11902. },
  11903. "memo": {
  11904. "description": "备注",
  11905. "type": "string"
  11906. },
  11907. "system_id": {
  11908. "type": "integer"
  11909. },
  11910. "total_amount": {
  11911. "description": "金额",
  11912. "type": "string"
  11913. }
  11914. }
  11915. },
  11916. "md.FundDataRecordNode": {
  11917. "type": "object",
  11918. "properties": {
  11919. "after_planet_total_value": {
  11920. "description": "执行后-星球价值",
  11921. "type": "string"
  11922. },
  11923. "after_price": {
  11924. "description": "执行后-价格",
  11925. "type": "string"
  11926. },
  11927. "balance_amount": {
  11928. "description": "余额",
  11929. "type": "string"
  11930. },
  11931. "balance_times": {
  11932. "description": "剩余执行次数",
  11933. "type": "integer"
  11934. },
  11935. "before_planet_total_value": {
  11936. "description": "执行前-星球价值",
  11937. "type": "string"
  11938. },
  11939. "before_price": {
  11940. "description": "执行前-价格",
  11941. "type": "string"
  11942. },
  11943. "create_at": {
  11944. "type": "string"
  11945. },
  11946. "total_amount": {
  11947. "description": "金额",
  11948. "type": "string"
  11949. }
  11950. }
  11951. },
  11952. "md.GetActivePointsUserCoinFlowListReq": {
  11953. "type": "object",
  11954. "properties": {
  11955. "coin_id": {
  11956. "description": "货币类型 ID",
  11957. "type": "integer"
  11958. },
  11959. "direction": {
  11960. "description": "流水方向:1收入 2支出",
  11961. "type": "integer"
  11962. },
  11963. "end_at": {
  11964. "description": "结束时间",
  11965. "type": "string"
  11966. },
  11967. "page": {
  11968. "description": "页数",
  11969. "type": "integer"
  11970. },
  11971. "page_size": {
  11972. "description": "每页大小",
  11973. "type": "integer"
  11974. },
  11975. "start_at": {
  11976. "description": "开始时间",
  11977. "type": "string"
  11978. },
  11979. "uid": {
  11980. "description": "用户 ID",
  11981. "type": "integer"
  11982. }
  11983. }
  11984. },
  11985. "md.GetActivePointsUserCoinFlowListResp": {
  11986. "type": "object",
  11987. "properties": {
  11988. "list": {
  11989. "description": "流水信息",
  11990. "type": "array",
  11991. "items": {
  11992. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  11993. }
  11994. },
  11995. "paginate": {
  11996. "description": "分页信息",
  11997. "allOf": [
  11998. {
  11999. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12000. }
  12001. ]
  12002. },
  12003. "select_data": {
  12004. "description": "流水类型",
  12005. "allOf": [
  12006. {
  12007. "$ref": "#/definitions/md.SelectData"
  12008. }
  12009. ]
  12010. }
  12011. }
  12012. },
  12013. "md.GetActivePointsUserCoinListReq": {
  12014. "type": "object",
  12015. "properties": {
  12016. "end_coin": {
  12017. "type": "string",
  12018. "example": "最大金额"
  12019. },
  12020. "kind": {
  12021. "description": "虚拟币种类编号",
  12022. "type": "integer"
  12023. },
  12024. "page": {
  12025. "description": "页数",
  12026. "type": "integer"
  12027. },
  12028. "page_size": {
  12029. "description": "单页大小",
  12030. "type": "integer"
  12031. },
  12032. "start_coin": {
  12033. "type": "string",
  12034. "example": "最小金额"
  12035. },
  12036. "uid": {
  12037. "description": "指定查询用户 ID",
  12038. "type": "integer"
  12039. },
  12040. "user_name": {
  12041. "type": "string",
  12042. "example": "用户名称"
  12043. },
  12044. "user_phone": {
  12045. "type": "string",
  12046. "example": "手机号"
  12047. }
  12048. }
  12049. },
  12050. "md.GetActivePointsUserCoinListResp": {
  12051. "type": "object",
  12052. "properties": {
  12053. "kind_list": {
  12054. "description": "货币类型集合",
  12055. "type": "array",
  12056. "items": {
  12057. "$ref": "#/definitions/md.VirtualCoinListNode"
  12058. }
  12059. },
  12060. "list": {
  12061. "description": "余额集合",
  12062. "type": "array",
  12063. "items": {
  12064. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12065. }
  12066. },
  12067. "sum_user_amount": {
  12068. "description": "用户持有总数",
  12069. "type": "number"
  12070. },
  12071. "total": {
  12072. "description": "持有该类型用户数",
  12073. "type": "integer"
  12074. }
  12075. }
  12076. },
  12077. "md.GetBlackListNode": {
  12078. "type": "object",
  12079. "properties": {
  12080. "admin_id": {
  12081. "description": "管理员 id",
  12082. "type": "integer"
  12083. },
  12084. "admin_nickname": {
  12085. "description": "管理员名称",
  12086. "type": "string"
  12087. },
  12088. "black_list_id": {
  12089. "description": "黑名单 id",
  12090. "type": "integer"
  12091. },
  12092. "created_at": {
  12093. "description": "添加时间",
  12094. "type": "string"
  12095. },
  12096. "memo": {
  12097. "description": "备注",
  12098. "type": "string"
  12099. },
  12100. "uid": {
  12101. "description": "用户 id",
  12102. "type": "integer"
  12103. },
  12104. "user_nickname": {
  12105. "description": "用户名称",
  12106. "type": "string"
  12107. }
  12108. }
  12109. },
  12110. "md.GetBlackListResp": {
  12111. "type": "object",
  12112. "properties": {
  12113. "list": {
  12114. "description": "具体信息",
  12115. "type": "array",
  12116. "items": {
  12117. "$ref": "#/definitions/md.GetBlackListNode"
  12118. }
  12119. },
  12120. "paginate": {
  12121. "description": "分页信息",
  12122. "allOf": [
  12123. {
  12124. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12125. }
  12126. ]
  12127. }
  12128. }
  12129. },
  12130. "md.GetContributionValueBasicSettingResp": {
  12131. "type": "object",
  12132. "properties": {
  12133. "hand_out_red_package": {
  12134. "description": "发红包获得x点",
  12135. "type": "integer"
  12136. },
  12137. "id": {
  12138. "type": "integer"
  12139. },
  12140. "posting_comment_liked": {
  12141. "description": "发布评论被官方点赞获得x点",
  12142. "type": "integer"
  12143. },
  12144. "posting_dynamic_liked": {
  12145. "description": "发布动态被官方点赞获得x点",
  12146. "type": "integer"
  12147. },
  12148. "publish_creation": {
  12149. "description": "发布创作获得x点",
  12150. "type": "integer"
  12151. }
  12152. }
  12153. },
  12154. "md.GetDynamicReq": {
  12155. "type": "object",
  12156. "properties": {
  12157. "begin_at": {
  12158. "description": "开始时间",
  12159. "type": "string"
  12160. },
  12161. "end_at": {
  12162. "description": "结束时间",
  12163. "type": "string"
  12164. },
  12165. "limit": {
  12166. "description": "页面大小",
  12167. "type": "integer"
  12168. },
  12169. "nickname": {
  12170. "description": "创建人名称",
  12171. "type": "string"
  12172. },
  12173. "page": {
  12174. "description": "页数",
  12175. "type": "integer"
  12176. },
  12177. "uid": {
  12178. "description": "创建人id",
  12179. "type": "string"
  12180. }
  12181. }
  12182. },
  12183. "md.GetDynamicResp": {
  12184. "type": "object",
  12185. "properties": {
  12186. "list": {
  12187. "type": "array",
  12188. "items": {
  12189. "$ref": "#/definitions/md.DynamicRespNode"
  12190. }
  12191. },
  12192. "paginate": {
  12193. "description": "分页信息",
  12194. "allOf": [
  12195. {
  12196. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12197. }
  12198. ]
  12199. }
  12200. }
  12201. },
  12202. "md.GetEggCoreDataListResp": {
  12203. "type": "object",
  12204. "properties": {
  12205. "now_energy_total_nums": {
  12206. "description": "现行总量",
  12207. "type": "string",
  12208. "example": "现行总量"
  12209. },
  12210. "now_price": {
  12211. "description": "当前价格",
  12212. "type": "string",
  12213. "example": "当前价格"
  12214. },
  12215. "planet_total_value": {
  12216. "description": "星球价值",
  12217. "type": "string",
  12218. "example": "星球价值"
  12219. },
  12220. "user_hold_total_nums": {
  12221. "description": "用户持有总量",
  12222. "type": "string"
  12223. }
  12224. }
  12225. },
  12226. "md.GetEggEnergyBasicResp": {
  12227. "type": "object",
  12228. "properties": {
  12229. "basic_setting": {
  12230. "description": "基础设置",
  12231. "allOf": [
  12232. {
  12233. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12234. }
  12235. ]
  12236. },
  12237. "data_setting": {
  12238. "description": "数据设置",
  12239. "allOf": [
  12240. {
  12241. "$ref": "#/definitions/md.DataSetting"
  12242. }
  12243. ]
  12244. },
  12245. "destruction_setting": {
  12246. "description": "销毁设置",
  12247. "allOf": [
  12248. {
  12249. "$ref": "#/definitions/md.DestructionSettingStruct"
  12250. }
  12251. ]
  12252. },
  12253. "exchange_rules": {
  12254. "description": "兑换规则",
  12255. "allOf": [
  12256. {
  12257. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12258. }
  12259. ]
  12260. },
  12261. "new_user_incentive_rules": {
  12262. "description": "新用户奖励规则",
  12263. "allOf": [
  12264. {
  12265. "$ref": "#/definitions/md.NewUserRewardRules"
  12266. }
  12267. ]
  12268. },
  12269. "price_setting": {
  12270. "description": "价格设置",
  12271. "allOf": [
  12272. {
  12273. "$ref": "#/definitions/md.PriceSettingStruct"
  12274. }
  12275. ]
  12276. },
  12277. "reward_system": {
  12278. "description": "圈层奖励",
  12279. "type": "array",
  12280. "items": {
  12281. "$ref": "#/definitions/md.RewardSystemStruct"
  12282. }
  12283. },
  12284. "system_id": {
  12285. "description": "该设置系统 ID",
  12286. "type": "integer"
  12287. },
  12288. "video_reward_setting": {
  12289. "description": "视频奖励",
  12290. "allOf": [
  12291. {
  12292. "$ref": "#/definitions/md.VideoRewardSetting"
  12293. }
  12294. ]
  12295. }
  12296. }
  12297. },
  12298. "md.GetEggEnergyVipSettingResp": {
  12299. "type": "object",
  12300. "properties": {
  12301. "level_list": {
  12302. "description": "会员等级列表",
  12303. "type": "array",
  12304. "items": {
  12305. "type": "object",
  12306. "additionalProperties": true
  12307. }
  12308. },
  12309. "list": {
  12310. "description": "会员权益设置",
  12311. "type": "array",
  12312. "items": {
  12313. "$ref": "#/definitions/md.VipEquitySettingNode"
  12314. }
  12315. }
  12316. }
  12317. },
  12318. "md.GetFreePublishUserReq": {
  12319. "type": "object",
  12320. "properties": {
  12321. "limit": {
  12322. "description": "每页大小",
  12323. "type": "integer"
  12324. },
  12325. "page": {
  12326. "description": "当前页数",
  12327. "type": "integer"
  12328. },
  12329. "uid": {
  12330. "description": "筛选的用户 ID",
  12331. "type": "integer"
  12332. }
  12333. }
  12334. },
  12335. "md.GetFreePublishUserResp": {
  12336. "type": "object",
  12337. "properties": {
  12338. "list": {
  12339. "description": "免罚用户列表",
  12340. "type": "array",
  12341. "items": {
  12342. "$ref": "#/definitions/md.FreePublishUserNode"
  12343. }
  12344. },
  12345. "paginate": {
  12346. "description": "分页信息",
  12347. "allOf": [
  12348. {
  12349. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12350. }
  12351. ]
  12352. }
  12353. }
  12354. },
  12355. "md.GetFriendCircleBasicSettingsResp": {
  12356. "type": "object",
  12357. "properties": {
  12358. "comment_is_real_name": {
  12359. "description": "评论是否需要实名认证(1:是 2:否)",
  12360. "type": "integer"
  12361. },
  12362. "comment_nums_every_day": {
  12363. "description": "评论每天次数",
  12364. "type": "integer"
  12365. },
  12366. "id": {
  12367. "type": "integer"
  12368. },
  12369. "publish_is_real_name": {
  12370. "description": "发布是否需要实名认证(1:是 2:否)",
  12371. "type": "integer"
  12372. },
  12373. "publish_nums_every_day": {
  12374. "description": "发布每天次数",
  12375. "type": "integer"
  12376. }
  12377. }
  12378. },
  12379. "md.GetFundDataListReq": {
  12380. "type": "object",
  12381. "properties": {
  12382. "end_at": {
  12383. "type": "string",
  12384. "example": "结束时间"
  12385. },
  12386. "kind": {
  12387. "description": "数据类型",
  12388. "type": "integer"
  12389. },
  12390. "limit": {
  12391. "description": "每页大小",
  12392. "type": "integer"
  12393. },
  12394. "page": {
  12395. "description": "页数",
  12396. "type": "integer"
  12397. },
  12398. "start_at": {
  12399. "type": "string",
  12400. "example": "开始时间"
  12401. }
  12402. }
  12403. },
  12404. "md.GetFundDataListResp": {
  12405. "type": "object",
  12406. "properties": {
  12407. "kind_list": {
  12408. "description": "类型列表",
  12409. "type": "array",
  12410. "items": {
  12411. "type": "object",
  12412. "additionalProperties": true
  12413. }
  12414. },
  12415. "list": {
  12416. "description": "数据列表",
  12417. "type": "array",
  12418. "items": {
  12419. "$ref": "#/definitions/md.FundDataNode"
  12420. }
  12421. },
  12422. "paginate": {
  12423. "description": "分页数据",
  12424. "allOf": [
  12425. {
  12426. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12427. }
  12428. ]
  12429. }
  12430. }
  12431. },
  12432. "md.GetFundDataRecordListReq": {
  12433. "type": "object",
  12434. "properties": {
  12435. "limit": {
  12436. "description": "页面大小",
  12437. "type": "integer"
  12438. },
  12439. "page": {
  12440. "description": "页数",
  12441. "type": "integer"
  12442. },
  12443. "system_id": {
  12444. "description": "数据在系统中的 ID",
  12445. "type": "integer"
  12446. }
  12447. }
  12448. },
  12449. "md.GetFundDataRecordListResp": {
  12450. "type": "object",
  12451. "properties": {
  12452. "list": {
  12453. "type": "array",
  12454. "items": {
  12455. "$ref": "#/definitions/md.FundDataRecordNode"
  12456. }
  12457. },
  12458. "paginate": {
  12459. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12460. }
  12461. }
  12462. },
  12463. "md.GetGreenEnergyUserCoinFlowListReq": {
  12464. "type": "object",
  12465. "properties": {
  12466. "coin_id": {
  12467. "description": "货币类型 ID",
  12468. "type": "integer"
  12469. },
  12470. "direction": {
  12471. "description": "流水方向:1收入 2支出",
  12472. "type": "integer"
  12473. },
  12474. "end_at": {
  12475. "description": "结束时间",
  12476. "type": "string"
  12477. },
  12478. "page": {
  12479. "description": "页数",
  12480. "type": "integer"
  12481. },
  12482. "page_size": {
  12483. "description": "每页大小",
  12484. "type": "integer"
  12485. },
  12486. "start_at": {
  12487. "description": "开始时间",
  12488. "type": "string"
  12489. },
  12490. "uid": {
  12491. "description": "用户 ID",
  12492. "type": "integer"
  12493. }
  12494. }
  12495. },
  12496. "md.GetGreenEnergyUserCoinFlowListResp": {
  12497. "type": "object",
  12498. "properties": {
  12499. "list": {
  12500. "description": "流水信息",
  12501. "type": "array",
  12502. "items": {
  12503. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12504. }
  12505. },
  12506. "paginate": {
  12507. "description": "分页信息",
  12508. "allOf": [
  12509. {
  12510. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12511. }
  12512. ]
  12513. },
  12514. "select_data": {
  12515. "description": "流水类型",
  12516. "allOf": [
  12517. {
  12518. "$ref": "#/definitions/md.SelectData"
  12519. }
  12520. ]
  12521. }
  12522. }
  12523. },
  12524. "md.GetGreenEnergyUserCoinListReq": {
  12525. "type": "object",
  12526. "properties": {
  12527. "end_coin": {
  12528. "type": "string",
  12529. "example": "最大金额"
  12530. },
  12531. "kind": {
  12532. "description": "虚拟币种类编号",
  12533. "type": "integer"
  12534. },
  12535. "page": {
  12536. "description": "页数",
  12537. "type": "integer"
  12538. },
  12539. "page_size": {
  12540. "description": "单页大小",
  12541. "type": "integer"
  12542. },
  12543. "start_coin": {
  12544. "type": "string",
  12545. "example": "最小金额"
  12546. },
  12547. "uid": {
  12548. "description": "指定查询用户 ID",
  12549. "type": "integer"
  12550. },
  12551. "user_name": {
  12552. "type": "string",
  12553. "example": "用户名称"
  12554. },
  12555. "user_phone": {
  12556. "type": "string",
  12557. "example": "手机号"
  12558. }
  12559. }
  12560. },
  12561. "md.GetGreenEnergyUserCoinListResp": {
  12562. "type": "object",
  12563. "properties": {
  12564. "kind_list": {
  12565. "description": "货币类型集合",
  12566. "type": "array",
  12567. "items": {
  12568. "$ref": "#/definitions/md.VirtualCoinListNode"
  12569. }
  12570. },
  12571. "list": {
  12572. "description": "余额集合",
  12573. "type": "array",
  12574. "items": {
  12575. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12576. }
  12577. },
  12578. "sum_user_amount": {
  12579. "description": "用户持有总数",
  12580. "type": "number"
  12581. },
  12582. "total": {
  12583. "description": "持有该类型用户数",
  12584. "type": "integer"
  12585. }
  12586. }
  12587. },
  12588. "md.GetLevelListResp": {
  12589. "type": "object",
  12590. "properties": {
  12591. "list": {
  12592. "type": "array",
  12593. "items": {
  12594. "$ref": "#/definitions/md.LevelListNode"
  12595. }
  12596. },
  12597. "paginate": {
  12598. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12599. }
  12600. }
  12601. },
  12602. "md.GetModuleSettingResp": {
  12603. "type": "object",
  12604. "properties": {
  12605. "data": {
  12606. "description": "内容"
  12607. },
  12608. "mod_name": {
  12609. "description": "模块名称",
  12610. "type": "string"
  12611. },
  12612. "position": {
  12613. "description": "位置",
  12614. "type": "string"
  12615. },
  12616. "skip_identifier": {
  12617. "description": "跳转标识",
  12618. "type": "string"
  12619. },
  12620. "subtitle": {
  12621. "description": "副标题",
  12622. "type": "string"
  12623. },
  12624. "title": {
  12625. "description": "标题",
  12626. "type": "string"
  12627. }
  12628. }
  12629. },
  12630. "md.GetOneLevelResp": {
  12631. "type": "object",
  12632. "properties": {
  12633. "auto_update": {
  12634. "description": "自动升级 0关闭,1开启",
  12635. "type": "integer"
  12636. },
  12637. "choosable_num": {
  12638. "description": "可选任务数量",
  12639. "type": "integer"
  12640. },
  12641. "is_use": {
  12642. "description": "是否开启(0.否, 1.是)",
  12643. "type": "integer"
  12644. },
  12645. "level_id": {
  12646. "description": "等级 ID",
  12647. "type": "integer"
  12648. },
  12649. "level_name": {
  12650. "description": "等级名称",
  12651. "type": "string"
  12652. },
  12653. "level_weight": {
  12654. "description": "等级权重",
  12655. "type": "integer"
  12656. },
  12657. "memo": {
  12658. "description": "备注",
  12659. "type": "string"
  12660. },
  12661. "task_type": {
  12662. "description": "任务类型关系",
  12663. "type": "array",
  12664. "items": {
  12665. "type": "object",
  12666. "additionalProperties": true
  12667. }
  12668. },
  12669. "user_level_tasks": {
  12670. "type": "array",
  12671. "items": {
  12672. "$ref": "#/definitions/model.UserLevelTask"
  12673. }
  12674. }
  12675. }
  12676. },
  12677. "md.GetPriceCurveResp": {
  12678. "type": "object",
  12679. "properties": {
  12680. "x_data": {
  12681. "type": "array",
  12682. "items": {}
  12683. },
  12684. "y_data": {
  12685. "type": "array",
  12686. "items": {}
  12687. }
  12688. }
  12689. },
  12690. "md.GetPublicPlatoonBasicResp": {
  12691. "type": "object",
  12692. "properties": {
  12693. "is_open": {
  12694. "description": "是否开启(1:开启 0:关闭)",
  12695. "type": "integer"
  12696. },
  12697. "is_self_active_get_team_revenue": {
  12698. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12699. "type": "integer"
  12700. },
  12701. "originator_name": {
  12702. "description": "创始人名称",
  12703. "type": "string"
  12704. },
  12705. "originator_uid": {
  12706. "description": "创始人uid",
  12707. "type": "integer"
  12708. },
  12709. "several_rows": {
  12710. "description": "几排",
  12711. "type": "integer"
  12712. },
  12713. "several_times": {
  12714. "description": "几乘",
  12715. "type": "integer"
  12716. },
  12717. "system_punish_replace": {
  12718. "description": "是否位置滑落 被新用户替换 0否 1是",
  12719. "type": "integer"
  12720. },
  12721. "system_punish_replace_value": {
  12722. "description": "xx天未活跃,处罚滑落",
  12723. "type": "integer"
  12724. }
  12725. }
  12726. },
  12727. "md.GetTagListResp": {
  12728. "type": "object",
  12729. "properties": {
  12730. "list": {
  12731. "type": "array",
  12732. "items": {
  12733. "$ref": "#/definitions/md.TagListNode"
  12734. }
  12735. },
  12736. "paginate": {
  12737. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12738. }
  12739. }
  12740. },
  12741. "md.GetVideoRewardResp": {
  12742. "type": "object",
  12743. "properties": {
  12744. "ecpm": {
  12745. "description": "当前 Ecpm 值",
  12746. "type": "string"
  12747. },
  12748. "unit_price": {
  12749. "description": "单价",
  12750. "type": "string"
  12751. }
  12752. }
  12753. },
  12754. "md.GetWithdrawApplyListNode": {
  12755. "type": "object",
  12756. "properties": {
  12757. "actual_receipt": {
  12758. "description": "实际到账",
  12759. "type": "string"
  12760. },
  12761. "ali_pay_account": {
  12762. "description": "支付宝账号",
  12763. "type": "string"
  12764. },
  12765. "ali_pay_name": {
  12766. "description": "支付宝昵称",
  12767. "type": "string"
  12768. },
  12769. "amount": {
  12770. "description": "提现金额",
  12771. "type": "string"
  12772. },
  12773. "apply_at": {
  12774. "description": "申请时间",
  12775. "type": "string"
  12776. },
  12777. "invite_code": {
  12778. "description": "邀请码",
  12779. "type": "string"
  12780. },
  12781. "memo": {
  12782. "description": "备注",
  12783. "type": "string"
  12784. },
  12785. "nickname": {
  12786. "description": "用户名称",
  12787. "type": "string"
  12788. },
  12789. "parentID": {
  12790. "description": "推荐人ID",
  12791. "type": "integer"
  12792. },
  12793. "parentPhone": {
  12794. "description": "推荐人手机号",
  12795. "type": "string"
  12796. },
  12797. "pay_at": {
  12798. "description": "到账时间",
  12799. "type": "string"
  12800. },
  12801. "state": {
  12802. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12803. "type": "integer"
  12804. },
  12805. "sys_fee": {
  12806. "description": "手续费",
  12807. "type": "string"
  12808. },
  12809. "tag": {
  12810. "description": "标签",
  12811. "type": "array",
  12812. "items": {
  12813. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  12814. }
  12815. },
  12816. "user_id": {
  12817. "description": "会员 ID",
  12818. "type": "integer"
  12819. },
  12820. "wechat_pay_account": {
  12821. "description": "微信账号",
  12822. "type": "string"
  12823. },
  12824. "wechat_pay_name": {
  12825. "description": "微信昵称",
  12826. "type": "string"
  12827. },
  12828. "withdraw_apply_id": {
  12829. "description": "提现申请id",
  12830. "type": "integer"
  12831. },
  12832. "withdraw_type": {
  12833. "description": "转账平台(1:支付宝 2:微信)",
  12834. "type": "integer"
  12835. }
  12836. }
  12837. },
  12838. "md.GetWithdrawApplyListReq": {
  12839. "type": "object",
  12840. "properties": {
  12841. "amount_begin": {
  12842. "description": "最小金额",
  12843. "type": "string"
  12844. },
  12845. "amount_end": {
  12846. "description": "最大金额",
  12847. "type": "string"
  12848. },
  12849. "apply_end_at": {
  12850. "description": "申请结束时间",
  12851. "type": "string"
  12852. },
  12853. "apply_start_at": {
  12854. "description": "申请开始时间",
  12855. "type": "string"
  12856. },
  12857. "examine_end_at": {
  12858. "description": "审核结束时间",
  12859. "type": "string"
  12860. },
  12861. "examine_start_at": {
  12862. "description": "审核开始时间",
  12863. "type": "string"
  12864. },
  12865. "is_first": {
  12866. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  12867. "type": "string"
  12868. },
  12869. "level": {
  12870. "description": "会员等级",
  12871. "type": "string"
  12872. },
  12873. "limit": {
  12874. "description": "页面大小",
  12875. "type": "integer"
  12876. },
  12877. "nickname": {
  12878. "description": "用户昵称",
  12879. "type": "string"
  12880. },
  12881. "page": {
  12882. "description": "页数",
  12883. "type": "integer"
  12884. },
  12885. "parent_id": {
  12886. "description": "推荐人 ID",
  12887. "type": "string"
  12888. },
  12889. "payment_type": {
  12890. "description": "打款类型 1:手动;2:自动",
  12891. "type": "string"
  12892. },
  12893. "phone": {
  12894. "description": "用户手机号",
  12895. "type": "string"
  12896. },
  12897. "state": {
  12898. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12899. "type": "string"
  12900. },
  12901. "uid": {
  12902. "description": "用户 ID",
  12903. "type": "string"
  12904. },
  12905. "withdraw_account": {
  12906. "description": "支付宝/微信昵称",
  12907. "type": "string"
  12908. },
  12909. "withdraw_name": {
  12910. "description": "支付宝姓名",
  12911. "type": "string"
  12912. },
  12913. "withdraw_type": {
  12914. "description": "提现方式(1:支付宝 2:微信)",
  12915. "type": "string"
  12916. }
  12917. }
  12918. },
  12919. "md.GetWithdrawApplyListResp": {
  12920. "type": "object",
  12921. "properties": {
  12922. "levels_list": {
  12923. "description": "等级列表",
  12924. "type": "array",
  12925. "items": {
  12926. "type": "object",
  12927. "additionalProperties": true
  12928. }
  12929. },
  12930. "list": {
  12931. "type": "array",
  12932. "items": {
  12933. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  12934. }
  12935. },
  12936. "paginate": {
  12937. "description": "分页信息",
  12938. "allOf": [
  12939. {
  12940. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  12941. }
  12942. ]
  12943. },
  12944. "pay_failed_amount": {
  12945. "description": "打款失败金额",
  12946. "type": "string"
  12947. },
  12948. "pay_succeed_amount": {
  12949. "description": "打款成功金额",
  12950. "type": "string"
  12951. },
  12952. "pending_amount": {
  12953. "description": "处理中金额",
  12954. "type": "string"
  12955. },
  12956. "reason_list": {
  12957. "description": "审核失败(驳回理由)",
  12958. "type": "array",
  12959. "items": {
  12960. "type": "object",
  12961. "additionalProperties": true
  12962. }
  12963. },
  12964. "tags_list": {
  12965. "description": "标签列表",
  12966. "type": "array",
  12967. "items": {
  12968. "type": "object",
  12969. "additionalProperties": true
  12970. }
  12971. },
  12972. "under_review": {
  12973. "description": "审核中金额",
  12974. "type": "string"
  12975. }
  12976. }
  12977. },
  12978. "md.GetWithdrawSettingResp": {
  12979. "type": "object",
  12980. "properties": {
  12981. "condition_is_open": {
  12982. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12983. "type": "integer"
  12984. },
  12985. "first_withdraw_set": {
  12986. "description": "首次提现设置",
  12987. "allOf": [
  12988. {
  12989. "$ref": "#/definitions/md.FirstWithdrawSet"
  12990. }
  12991. ]
  12992. },
  12993. "frequency_set": {
  12994. "description": "频率设置(0:日 1:周 2:月 3:年)",
  12995. "allOf": [
  12996. {
  12997. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12998. }
  12999. ]
  13000. },
  13001. "id": {
  13002. "type": "integer"
  13003. },
  13004. "is_auto": {
  13005. "description": "是否开启自动提现(0:否 1:是)",
  13006. "type": "integer"
  13007. },
  13008. "is_auto_amount_limit": {
  13009. "description": "自动提现金额限制",
  13010. "type": "string"
  13011. },
  13012. "is_real_name": {
  13013. "description": "是否实名(0:否 1:是)",
  13014. "type": "integer"
  13015. },
  13016. "is_support_decimal_point": {
  13017. "description": "是否支持小数点(0:否 1:是)",
  13018. "type": "integer"
  13019. },
  13020. "level_list": {
  13021. "description": "会员等级列表",
  13022. "type": "array",
  13023. "items": {
  13024. "type": "object",
  13025. "additionalProperties": true
  13026. }
  13027. },
  13028. "pending_orders_is_can_apply": {
  13029. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13030. "type": "integer"
  13031. },
  13032. "tips": {
  13033. "description": "提示",
  13034. "type": "string"
  13035. },
  13036. "vip_level_limit": {
  13037. "description": "提现等级限制",
  13038. "type": "integer"
  13039. },
  13040. "withdraw_amount_limit": {
  13041. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13042. "type": "string"
  13043. },
  13044. "withdraw_fee_set": {
  13045. "description": "提现手续费设置",
  13046. "allOf": [
  13047. {
  13048. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13049. }
  13050. ]
  13051. },
  13052. "withdraw_multiple_limit": {
  13053. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13054. "type": "string"
  13055. },
  13056. "withdraw_nums_limit": {
  13057. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13058. "type": "integer"
  13059. },
  13060. "withdraw_time_interval": {
  13061. "description": "提现时段",
  13062. "allOf": [
  13063. {
  13064. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13065. }
  13066. ]
  13067. },
  13068. "withdraw_type": {
  13069. "description": "提现方式(1:支付宝 2:微信)",
  13070. "type": "integer"
  13071. }
  13072. }
  13073. },
  13074. "md.GroupListReq": {
  13075. "type": "object",
  13076. "properties": {
  13077. "group_admin": {
  13078. "description": "群主",
  13079. "type": "string"
  13080. },
  13081. "name": {
  13082. "description": "群名称",
  13083. "type": "string"
  13084. },
  13085. "page": {
  13086. "type": "integer"
  13087. },
  13088. "page_size": {
  13089. "type": "integer"
  13090. },
  13091. "start_time_end": {
  13092. "type": "string",
  13093. "example": "创建时间-截止"
  13094. },
  13095. "start_time_start": {
  13096. "type": "string",
  13097. "example": "创建时间-起始"
  13098. }
  13099. }
  13100. },
  13101. "md.GroupListResp": {
  13102. "type": "object",
  13103. "properties": {
  13104. "list": {
  13105. "type": "array",
  13106. "items": {
  13107. "type": "object",
  13108. "properties": {
  13109. "avatarUrl": {
  13110. "description": "头像",
  13111. "type": "string"
  13112. },
  13113. "createTime": {
  13114. "description": "创建时间",
  13115. "type": "string"
  13116. },
  13117. "extra": {
  13118. "description": "附加字段",
  13119. "type": "string"
  13120. },
  13121. "id": {
  13122. "description": "群组id",
  13123. "type": "integer"
  13124. },
  13125. "introduction": {
  13126. "description": "群简介",
  13127. "type": "string"
  13128. },
  13129. "isAllAddFriend": {
  13130. "description": "是否允许加好友(1:是 2:否)",
  13131. "type": "integer"
  13132. },
  13133. "isAllMemberBanned": {
  13134. "description": "是否全员禁言(1:是 2:否)",
  13135. "type": "integer"
  13136. },
  13137. "name": {
  13138. "description": "组名",
  13139. "type": "string"
  13140. },
  13141. "nickname": {
  13142. "description": "群主昵称",
  13143. "type": "string"
  13144. },
  13145. "phoneNumber": {
  13146. "description": "群主账号",
  13147. "type": "string"
  13148. },
  13149. "updateTime": {
  13150. "description": "更新时间",
  13151. "type": "string"
  13152. },
  13153. "userNum": {
  13154. "description": "群组人数",
  13155. "type": "integer"
  13156. }
  13157. }
  13158. }
  13159. },
  13160. "page": {
  13161. "type": "integer"
  13162. },
  13163. "page_size": {
  13164. "type": "integer"
  13165. },
  13166. "total": {
  13167. "type": "integer"
  13168. }
  13169. }
  13170. },
  13171. "md.Guide": {
  13172. "type": "object",
  13173. "properties": {
  13174. "bg_image": {
  13175. "type": "string"
  13176. },
  13177. "bg_image_url": {
  13178. "type": "string"
  13179. },
  13180. "content_image": {
  13181. "type": "string"
  13182. },
  13183. "content_image_url": {
  13184. "type": "string"
  13185. }
  13186. }
  13187. },
  13188. "md.JPushGetLevelListResp": {
  13189. "type": "object",
  13190. "properties": {
  13191. "list": {
  13192. "type": "array",
  13193. "items": {
  13194. "$ref": "#/definitions/md.LevelListNode"
  13195. }
  13196. },
  13197. "paginate": {
  13198. "$ref": "#/definitions/applet_app_md.Paginate"
  13199. }
  13200. }
  13201. },
  13202. "md.JPushGetTagListResp": {
  13203. "type": "object",
  13204. "properties": {
  13205. "list": {
  13206. "type": "array",
  13207. "items": {
  13208. "$ref": "#/definitions/md.TagListNode"
  13209. }
  13210. },
  13211. "paginate": {
  13212. "$ref": "#/definitions/applet_app_md.Paginate"
  13213. }
  13214. }
  13215. },
  13216. "md.JPushGetUserListReq": {
  13217. "type": "object",
  13218. "properties": {
  13219. "effective": {
  13220. "description": "有效会员",
  13221. "type": "integer"
  13222. },
  13223. "id": {
  13224. "description": "会员 ID",
  13225. "type": "integer"
  13226. },
  13227. "invite_code": {
  13228. "type": "string",
  13229. "example": "会员邀请码"
  13230. },
  13231. "is_real_name": {
  13232. "description": "是否实名 0.未实名,1.已实名",
  13233. "type": "integer"
  13234. },
  13235. "level": {
  13236. "description": "会员等级",
  13237. "type": "integer"
  13238. },
  13239. "limit": {
  13240. "type": "integer"
  13241. },
  13242. "login_after": {
  13243. "description": "最近登录结束时间",
  13244. "type": "string"
  13245. },
  13246. "login_before": {
  13247. "description": "最近登录开始时间",
  13248. "type": "string"
  13249. },
  13250. "memo": {
  13251. "description": "备注",
  13252. "type": "string"
  13253. },
  13254. "nickname": {
  13255. "type": "string",
  13256. "example": "会员昵称"
  13257. },
  13258. "page": {
  13259. "type": "integer"
  13260. },
  13261. "parent_invite_code": {
  13262. "type": "string",
  13263. "example": "上级邀请码"
  13264. },
  13265. "parent_phone": {
  13266. "type": "string",
  13267. "example": "上级手机号"
  13268. },
  13269. "phone": {
  13270. "type": "string",
  13271. "example": "会员手机号"
  13272. },
  13273. "recommend_id": {
  13274. "description": "推荐人 ID",
  13275. "type": "integer"
  13276. },
  13277. "register_after": {
  13278. "description": "注册时间终点",
  13279. "type": "string"
  13280. },
  13281. "register_before": {
  13282. "description": "注册时间起点",
  13283. "type": "string"
  13284. },
  13285. "register_type": {
  13286. "description": "注册类型(1:APP注册、2:H5注册)",
  13287. "type": "integer"
  13288. },
  13289. "sex": {
  13290. "description": "性别(0:未知 1:男 2:女)",
  13291. "type": "integer"
  13292. },
  13293. "state": {
  13294. "description": "状态",
  13295. "type": "integer"
  13296. },
  13297. "tag": {
  13298. "description": "标签 id",
  13299. "type": "integer"
  13300. },
  13301. "union_id": {
  13302. "type": "string",
  13303. "example": "微信号"
  13304. }
  13305. }
  13306. },
  13307. "md.LevelListNode": {
  13308. "type": "object",
  13309. "properties": {
  13310. "count": {
  13311. "description": "等级人数",
  13312. "type": "string"
  13313. },
  13314. "create_at": {
  13315. "description": "创建时间",
  13316. "type": "string"
  13317. },
  13318. "is_use": {
  13319. "description": "是否开启(0.否, 1.是)",
  13320. "type": "integer"
  13321. },
  13322. "level_id": {
  13323. "description": "等级 ID",
  13324. "type": "integer"
  13325. },
  13326. "level_name": {
  13327. "description": "等级名称",
  13328. "type": "string"
  13329. },
  13330. "level_weight": {
  13331. "description": "等级权重",
  13332. "type": "integer"
  13333. },
  13334. "memo": {
  13335. "description": "备注",
  13336. "type": "string"
  13337. }
  13338. }
  13339. },
  13340. "md.LevelTaskNode": {
  13341. "type": "object",
  13342. "properties": {
  13343. "active_days": {
  13344. "description": "活跃多少天",
  13345. "type": "string"
  13346. },
  13347. "finish_count": {
  13348. "description": "多少天内完成的指标",
  13349. "type": "string"
  13350. },
  13351. "is_must_task": {
  13352. "description": "是否必做(0,1)",
  13353. "type": "string"
  13354. },
  13355. "task_type": {
  13356. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  13357. "type": "string"
  13358. },
  13359. "task_type_level_id": {
  13360. "description": "会员等级 ID (task_type=3时生效)",
  13361. "type": "string"
  13362. },
  13363. "within_days": {
  13364. "description": "多少天内完成",
  13365. "type": "string"
  13366. }
  13367. }
  13368. },
  13369. "md.ListCommunityDividendsReq": {
  13370. "type": "object",
  13371. "properties": {
  13372. "end_at": {
  13373. "description": "结束时间",
  13374. "type": "string"
  13375. },
  13376. "end_nums": {
  13377. "description": "分红总量上限",
  13378. "type": "integer"
  13379. },
  13380. "limit": {
  13381. "description": "每页大小",
  13382. "type": "integer"
  13383. },
  13384. "page": {
  13385. "description": "页数",
  13386. "type": "integer"
  13387. },
  13388. "start_at": {
  13389. "description": "开始时间",
  13390. "type": "string"
  13391. },
  13392. "start_nums": {
  13393. "description": "分红总量下限",
  13394. "type": "integer"
  13395. }
  13396. }
  13397. },
  13398. "md.ListCommunityDividendsResp": {
  13399. "type": "object",
  13400. "properties": {
  13401. "list": {
  13402. "type": "array",
  13403. "items": {
  13404. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  13405. }
  13406. },
  13407. "paginate": {
  13408. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13409. }
  13410. }
  13411. },
  13412. "md.ListCommunityDividendsWithUserReq": {
  13413. "type": "object",
  13414. "properties": {
  13415. "limit": {
  13416. "type": "integer"
  13417. },
  13418. "page": {
  13419. "type": "integer"
  13420. },
  13421. "phone": {
  13422. "type": "string"
  13423. },
  13424. "uid": {
  13425. "type": "integer"
  13426. }
  13427. }
  13428. },
  13429. "md.ListCommunityDividendsWithUserResp": {
  13430. "type": "object",
  13431. "properties": {
  13432. "list": {
  13433. "type": "array",
  13434. "items": {
  13435. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  13436. }
  13437. },
  13438. "paginate": {
  13439. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13440. }
  13441. }
  13442. },
  13443. "md.ListPlatformRevenueReq": {
  13444. "type": "object",
  13445. "properties": {
  13446. "end_at": {
  13447. "type": "string",
  13448. "example": "结束时间"
  13449. },
  13450. "kind": {
  13451. "description": "数据类型",
  13452. "type": "integer"
  13453. },
  13454. "limit": {
  13455. "description": "每页大小",
  13456. "type": "integer"
  13457. },
  13458. "page": {
  13459. "description": "页数",
  13460. "type": "integer"
  13461. },
  13462. "start_at": {
  13463. "type": "string",
  13464. "example": "开始时间"
  13465. }
  13466. }
  13467. },
  13468. "md.ListPlatformRevenueResp": {
  13469. "type": "object",
  13470. "properties": {
  13471. "kind_list": {
  13472. "description": "类型列表",
  13473. "type": "array",
  13474. "items": {
  13475. "type": "object",
  13476. "additionalProperties": true
  13477. }
  13478. },
  13479. "list": {
  13480. "description": "数据列表",
  13481. "type": "array",
  13482. "items": {
  13483. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  13484. }
  13485. },
  13486. "paginate": {
  13487. "description": "分页数据",
  13488. "allOf": [
  13489. {
  13490. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13491. }
  13492. ]
  13493. }
  13494. }
  13495. },
  13496. "md.LoginReq": {
  13497. "type": "object",
  13498. "required": [
  13499. "password",
  13500. "username"
  13501. ],
  13502. "properties": {
  13503. "code": {
  13504. "type": "string",
  13505. "example": "验证码"
  13506. },
  13507. "password": {
  13508. "type": "string",
  13509. "example": "登录密码"
  13510. },
  13511. "username": {
  13512. "type": "string",
  13513. "example": "登录账号"
  13514. }
  13515. }
  13516. },
  13517. "md.LoginResponse": {
  13518. "type": "object",
  13519. "properties": {
  13520. "token": {
  13521. "type": "string"
  13522. }
  13523. }
  13524. },
  13525. "md.ManualScoreReq": {
  13526. "type": "object",
  13527. "properties": {
  13528. "index_id": {
  13529. "description": "文档id",
  13530. "type": "string"
  13531. },
  13532. "score": {
  13533. "type": "string",
  13534. "example": "分数"
  13535. }
  13536. }
  13537. },
  13538. "md.ModuleSettingGetResp": {
  13539. "type": "object",
  13540. "properties": {
  13541. "data": {
  13542. "description": "内容"
  13543. },
  13544. "mod_name": {
  13545. "description": "模块名称",
  13546. "type": "string"
  13547. },
  13548. "mod_name_list": {
  13549. "description": "模块名称对照",
  13550. "type": "array",
  13551. "items": {
  13552. "type": "object",
  13553. "additionalProperties": true
  13554. }
  13555. },
  13556. "position": {
  13557. "description": "位置",
  13558. "type": "string"
  13559. },
  13560. "skip_identifier": {
  13561. "description": "跳转标识",
  13562. "type": "string"
  13563. },
  13564. "subtitle": {
  13565. "description": "副标题",
  13566. "type": "string"
  13567. },
  13568. "title": {
  13569. "description": "标题",
  13570. "type": "string"
  13571. }
  13572. }
  13573. },
  13574. "md.ModuleSettingUpdateReq": {
  13575. "type": "object",
  13576. "properties": {
  13577. "data": {
  13578. "description": "内容",
  13579. "type": "object",
  13580. "additionalProperties": true
  13581. },
  13582. "mod_name_value": {
  13583. "description": "模块类型值",
  13584. "type": "string"
  13585. },
  13586. "position": {
  13587. "description": "位置",
  13588. "type": "string"
  13589. },
  13590. "skip_identifier": {
  13591. "description": "跳转标识",
  13592. "type": "string"
  13593. },
  13594. "subtitle": {
  13595. "description": "副标题",
  13596. "type": "string"
  13597. },
  13598. "title": {
  13599. "description": "标题",
  13600. "type": "string"
  13601. }
  13602. }
  13603. },
  13604. "md.NewUserRedPackageGetBasicResp": {
  13605. "type": "object",
  13606. "properties": {
  13607. "create_at": {
  13608. "type": "string"
  13609. },
  13610. "days": {
  13611. "description": "天数",
  13612. "type": "integer"
  13613. },
  13614. "is_double": {
  13615. "description": "是否翻倍",
  13616. "type": "integer"
  13617. },
  13618. "is_open": {
  13619. "description": "是否开启(1:开启 0:关闭)",
  13620. "type": "integer"
  13621. },
  13622. "total_amount": {
  13623. "type": "string",
  13624. "example": "总金额"
  13625. },
  13626. "update_at": {
  13627. "type": "string"
  13628. }
  13629. }
  13630. },
  13631. "md.NewUserRedPackageRecordFlowListReq": {
  13632. "type": "object",
  13633. "properties": {
  13634. "end_at": {
  13635. "description": "结束时间",
  13636. "type": "string"
  13637. },
  13638. "limit": {
  13639. "description": "每页大小",
  13640. "type": "integer"
  13641. },
  13642. "page": {
  13643. "description": "页数",
  13644. "type": "integer"
  13645. },
  13646. "start_at": {
  13647. "description": "开始时间",
  13648. "type": "string"
  13649. },
  13650. "uid": {
  13651. "description": "用户 ID",
  13652. "type": "integer"
  13653. }
  13654. }
  13655. },
  13656. "md.NewUserRedPackageRecordFlowListResp": {
  13657. "type": "object",
  13658. "properties": {
  13659. "list": {
  13660. "type": "array",
  13661. "items": {
  13662. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  13663. }
  13664. },
  13665. "paginate": {
  13666. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13667. }
  13668. }
  13669. },
  13670. "md.NewUserRedPackageRecordFlowNode": {
  13671. "type": "object",
  13672. "properties": {
  13673. "balance_amount": {
  13674. "description": "剩余金额",
  13675. "type": "string"
  13676. },
  13677. "balance_days": {
  13678. "description": "剩余天数",
  13679. "type": "integer"
  13680. },
  13681. "basic_amount": {
  13682. "description": "基础金额",
  13683. "type": "string"
  13684. },
  13685. "create_at": {
  13686. "description": "创建时间",
  13687. "type": "string"
  13688. },
  13689. "day_num": {
  13690. "description": "第x天",
  13691. "type": "integer"
  13692. },
  13693. "double_rate": {
  13694. "description": "倍率",
  13695. "type": "string"
  13696. },
  13697. "id": {
  13698. "description": "流水 ID",
  13699. "type": "integer"
  13700. },
  13701. "is_double": {
  13702. "description": "是否翻倍",
  13703. "type": "integer"
  13704. },
  13705. "receive_days": {
  13706. "description": "领取天数",
  13707. "type": "integer"
  13708. },
  13709. "total_amount": {
  13710. "description": "实际金额",
  13711. "type": "string"
  13712. },
  13713. "uid": {
  13714. "description": "用户 ID",
  13715. "type": "integer"
  13716. }
  13717. }
  13718. },
  13719. "md.NewUserRedPackageRecordListReq": {
  13720. "type": "object",
  13721. "properties": {
  13722. "end_at": {
  13723. "description": "结束时间",
  13724. "type": "string"
  13725. },
  13726. "limit": {
  13727. "description": "每页大小",
  13728. "type": "integer"
  13729. },
  13730. "page": {
  13731. "description": "页数",
  13732. "type": "integer"
  13733. },
  13734. "start_at": {
  13735. "description": "开始时间",
  13736. "type": "string"
  13737. },
  13738. "uid": {
  13739. "description": "用户 ID",
  13740. "type": "integer"
  13741. }
  13742. }
  13743. },
  13744. "md.NewUserRedPackageRecordListResp": {
  13745. "type": "object",
  13746. "properties": {
  13747. "list": {
  13748. "type": "array",
  13749. "items": {
  13750. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  13751. }
  13752. },
  13753. "paginate": {
  13754. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13755. }
  13756. }
  13757. },
  13758. "md.NewUserRedPackageRecordNode": {
  13759. "type": "object",
  13760. "properties": {
  13761. "balance_amount": {
  13762. "description": "剩余金额",
  13763. "type": "string"
  13764. },
  13765. "balance_days": {
  13766. "description": "剩余天数",
  13767. "type": "integer"
  13768. },
  13769. "create_at": {
  13770. "description": "创建时间",
  13771. "type": "string"
  13772. },
  13773. "days": {
  13774. "description": "天数",
  13775. "type": "integer"
  13776. },
  13777. "receive_days": {
  13778. "description": "领取天数",
  13779. "type": "integer"
  13780. },
  13781. "state": {
  13782. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  13783. "type": "integer"
  13784. },
  13785. "system_id": {
  13786. "description": "系统中记录的 ID",
  13787. "type": "integer"
  13788. },
  13789. "total_amount": {
  13790. "description": "金额",
  13791. "type": "string"
  13792. },
  13793. "uid": {
  13794. "description": "用户 ID",
  13795. "type": "integer"
  13796. },
  13797. "update_at": {
  13798. "description": "修改时间",
  13799. "type": "string"
  13800. }
  13801. }
  13802. },
  13803. "md.NewUserRedPackageUpdateBasicReq": {
  13804. "type": "object",
  13805. "properties": {
  13806. "days": {
  13807. "description": "天数",
  13808. "type": "integer"
  13809. },
  13810. "is_double": {
  13811. "description": "是否翻倍",
  13812. "type": "integer"
  13813. },
  13814. "is_open": {
  13815. "description": "是否开启(1:开启 0:关闭)",
  13816. "type": "integer"
  13817. },
  13818. "total_amount": {
  13819. "type": "string",
  13820. "example": "总金额"
  13821. }
  13822. }
  13823. },
  13824. "md.NewUserRewardRules": {
  13825. "type": "object",
  13826. "properties": {
  13827. "continue_days": {
  13828. "description": "连续x天",
  13829. "type": "integer"
  13830. },
  13831. "invite_user_reward_value": {
  13832. "description": "拉新用户奖励x个活跃积分",
  13833. "type": "integer"
  13834. },
  13835. "reward_coefficient": {
  13836. "description": "奖励系数",
  13837. "type": "number"
  13838. }
  13839. }
  13840. },
  13841. "md.NoticeAliyunSmsList": {
  13842. "type": "object",
  13843. "properties": {
  13844. "content": {
  13845. "type": "string",
  13846. "example": "这是 填短信模板id"
  13847. },
  13848. "day": {
  13849. "type": "string",
  13850. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13851. },
  13852. "id": {
  13853. "type": "string"
  13854. },
  13855. "is_show": {
  13856. "type": "string"
  13857. },
  13858. "notice_day": {
  13859. "type": "string",
  13860. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13861. },
  13862. "title": {
  13863. "type": "string"
  13864. },
  13865. "type": {
  13866. "type": "string"
  13867. }
  13868. }
  13869. },
  13870. "md.NoticeAliyunSmsListReq": {
  13871. "type": "object",
  13872. "properties": {
  13873. "limit": {
  13874. "description": "每页大小",
  13875. "type": "string"
  13876. },
  13877. "page": {
  13878. "description": "页数",
  13879. "type": "string"
  13880. }
  13881. }
  13882. },
  13883. "md.NoticeAliyunSmsListResp": {
  13884. "type": "object",
  13885. "properties": {
  13886. "list": {
  13887. "type": "array",
  13888. "items": {
  13889. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  13890. }
  13891. },
  13892. "select_data": {
  13893. "type": "array",
  13894. "items": {
  13895. "type": "object",
  13896. "additionalProperties": {
  13897. "type": "string"
  13898. }
  13899. }
  13900. },
  13901. "total": {
  13902. "type": "integer"
  13903. }
  13904. }
  13905. },
  13906. "md.NoticeAliyunSmsSaveReq": {
  13907. "type": "object",
  13908. "properties": {
  13909. "content": {
  13910. "type": "string"
  13911. },
  13912. "day": {
  13913. "type": "string",
  13914. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13915. },
  13916. "id": {
  13917. "type": "string"
  13918. },
  13919. "is_show": {
  13920. "type": "string"
  13921. },
  13922. "notice_day": {
  13923. "type": "string",
  13924. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13925. },
  13926. "title": {
  13927. "type": "string"
  13928. },
  13929. "type": {
  13930. "type": "string"
  13931. }
  13932. }
  13933. },
  13934. "md.NoticeDelReq": {
  13935. "type": "object",
  13936. "properties": {
  13937. "id": {
  13938. "type": "array",
  13939. "items": {
  13940. "type": "string"
  13941. }
  13942. }
  13943. }
  13944. },
  13945. "md.NoticeList": {
  13946. "type": "object",
  13947. "properties": {
  13948. "content": {
  13949. "type": "string"
  13950. },
  13951. "day": {
  13952. "type": "string",
  13953. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13954. },
  13955. "id": {
  13956. "type": "string"
  13957. },
  13958. "jpush_open": {
  13959. "type": "string",
  13960. "example": "app推送开启 0关 1开"
  13961. },
  13962. "notice_day": {
  13963. "type": "string",
  13964. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13965. },
  13966. "sms_code": {
  13967. "type": "string",
  13968. "example": "短信模板id"
  13969. },
  13970. "sms_open": {
  13971. "type": "string",
  13972. "example": "短信推送开启 0关 1开"
  13973. },
  13974. "title": {
  13975. "type": "string"
  13976. },
  13977. "type": {
  13978. "type": "string"
  13979. }
  13980. }
  13981. },
  13982. "md.NoticeListReq": {
  13983. "type": "object",
  13984. "properties": {
  13985. "limit": {
  13986. "description": "每页大小",
  13987. "type": "string"
  13988. },
  13989. "page": {
  13990. "description": "页数",
  13991. "type": "string"
  13992. }
  13993. }
  13994. },
  13995. "md.NoticeListResp": {
  13996. "type": "object",
  13997. "properties": {
  13998. "change_data": {
  13999. "type": "array",
  14000. "items": {
  14001. "type": "object",
  14002. "additionalProperties": {
  14003. "type": "string"
  14004. }
  14005. }
  14006. },
  14007. "list": {
  14008. "type": "array",
  14009. "items": {
  14010. "$ref": "#/definitions/md.NoticeList"
  14011. }
  14012. },
  14013. "select_data": {
  14014. "type": "array",
  14015. "items": {
  14016. "type": "object",
  14017. "additionalProperties": {
  14018. "type": "string"
  14019. }
  14020. }
  14021. },
  14022. "total": {
  14023. "type": "integer"
  14024. }
  14025. }
  14026. },
  14027. "md.NoticePushList": {
  14028. "type": "object",
  14029. "properties": {
  14030. "content": {
  14031. "type": "string"
  14032. },
  14033. "id": {
  14034. "type": "string"
  14035. },
  14036. "platform": {
  14037. "type": "string"
  14038. },
  14039. "send_end_time": {
  14040. "type": "string",
  14041. "example": "如 2024-11-25 11:56:00"
  14042. },
  14043. "send_start_time": {
  14044. "type": "string",
  14045. "example": "如 2024-11-25 11:56:00"
  14046. },
  14047. "send_type": {
  14048. "type": "string",
  14049. "example": "0立即推送 1定时推送"
  14050. },
  14051. "state": {
  14052. "type": "string",
  14053. "example": "0待发送 1发送成功"
  14054. },
  14055. "target": {
  14056. "type": "string"
  14057. },
  14058. "title": {
  14059. "type": "string"
  14060. }
  14061. }
  14062. },
  14063. "md.NoticePushListResp": {
  14064. "type": "object",
  14065. "properties": {
  14066. "list": {
  14067. "type": "array",
  14068. "items": {
  14069. "$ref": "#/definitions/md.NoticePushList"
  14070. }
  14071. },
  14072. "platform_data": {
  14073. "type": "array",
  14074. "items": {
  14075. "type": "object",
  14076. "additionalProperties": {
  14077. "type": "string"
  14078. }
  14079. }
  14080. },
  14081. "target_data": {
  14082. "type": "array",
  14083. "items": {
  14084. "type": "object",
  14085. "additionalProperties": {
  14086. "type": "string"
  14087. }
  14088. }
  14089. },
  14090. "total": {
  14091. "type": "integer"
  14092. }
  14093. }
  14094. },
  14095. "md.NoticePushSaveReq": {
  14096. "type": "object",
  14097. "properties": {
  14098. "content": {
  14099. "type": "string"
  14100. },
  14101. "id": {
  14102. "type": "string"
  14103. },
  14104. "level": {
  14105. "type": "array",
  14106. "items": {
  14107. "type": "string"
  14108. }
  14109. },
  14110. "platform": {
  14111. "type": "string"
  14112. },
  14113. "send_end_time": {
  14114. "type": "string"
  14115. },
  14116. "send_start_time": {
  14117. "type": "string"
  14118. },
  14119. "send_type": {
  14120. "type": "string"
  14121. },
  14122. "tag_list": {
  14123. "type": "array",
  14124. "items": {
  14125. "type": "string"
  14126. }
  14127. },
  14128. "target": {
  14129. "type": "string"
  14130. },
  14131. "title": {
  14132. "type": "string"
  14133. },
  14134. "user_list": {
  14135. "type": "array",
  14136. "items": {
  14137. "type": "string"
  14138. }
  14139. }
  14140. }
  14141. },
  14142. "md.NoticeSaveReq": {
  14143. "type": "object",
  14144. "properties": {
  14145. "content": {
  14146. "type": "string"
  14147. },
  14148. "day": {
  14149. "type": "string",
  14150. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14151. },
  14152. "id": {
  14153. "type": "string"
  14154. },
  14155. "jpush_open": {
  14156. "type": "string",
  14157. "example": "app推送开启 0关 1开"
  14158. },
  14159. "notice_day": {
  14160. "type": "string",
  14161. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14162. },
  14163. "sms_code": {
  14164. "type": "string",
  14165. "example": "短信模板id"
  14166. },
  14167. "sms_open": {
  14168. "type": "string",
  14169. "example": "短信推送开启 0关 1开"
  14170. },
  14171. "title": {
  14172. "type": "string"
  14173. },
  14174. "type": {
  14175. "type": "string"
  14176. }
  14177. }
  14178. },
  14179. "md.OtherNode": {
  14180. "type": "object",
  14181. "properties": {
  14182. "create_at": {
  14183. "description": "注册时间",
  14184. "type": "string"
  14185. },
  14186. "last_login_at": {
  14187. "description": "最近登录时间",
  14188. "type": "string"
  14189. },
  14190. "last_login_ip": {
  14191. "description": "最后登录 IP",
  14192. "type": "string"
  14193. }
  14194. }
  14195. },
  14196. "md.PageCustomerServiceReq": {
  14197. "type": "object",
  14198. "properties": {
  14199. "memo": {
  14200. "type": "string",
  14201. "example": "备注"
  14202. },
  14203. "page": {
  14204. "type": "integer"
  14205. },
  14206. "page_size": {
  14207. "type": "integer"
  14208. },
  14209. "phone": {
  14210. "description": "手机号",
  14211. "type": "string"
  14212. },
  14213. "state": {
  14214. "description": "状态",
  14215. "type": "integer"
  14216. }
  14217. }
  14218. },
  14219. "md.PageEmoticonReq": {
  14220. "type": "object",
  14221. "properties": {
  14222. "memo": {
  14223. "type": "string",
  14224. "example": "备注"
  14225. },
  14226. "name": {
  14227. "description": "表情名称",
  14228. "type": "string"
  14229. },
  14230. "page": {
  14231. "type": "integer"
  14232. },
  14233. "page_size": {
  14234. "type": "integer"
  14235. },
  14236. "state": {
  14237. "description": "状态",
  14238. "type": "integer"
  14239. }
  14240. }
  14241. },
  14242. "md.PageSendRedPackageOrdReq": {
  14243. "type": "object",
  14244. "properties": {
  14245. "invite_code": {
  14246. "description": "邀请码",
  14247. "type": "string",
  14248. "example": "邀请码"
  14249. },
  14250. "nickname": {
  14251. "description": "昵称",
  14252. "type": "string",
  14253. "example": "昵称"
  14254. },
  14255. "ord_no": {
  14256. "description": "订单号",
  14257. "type": "string",
  14258. "example": "订单号"
  14259. },
  14260. "page": {
  14261. "type": "integer"
  14262. },
  14263. "page_size": {
  14264. "type": "integer"
  14265. },
  14266. "phone": {
  14267. "description": "手机号",
  14268. "type": "string",
  14269. "example": "手机号"
  14270. },
  14271. "red_packet_type": {
  14272. "description": "红包类型",
  14273. "type": "integer"
  14274. },
  14275. "start_time_end": {
  14276. "type": "string",
  14277. "example": "发送时间-截止"
  14278. },
  14279. "start_time_start": {
  14280. "type": "string",
  14281. "example": "发送时间-起始"
  14282. },
  14283. "state": {
  14284. "description": "状态",
  14285. "type": "integer"
  14286. },
  14287. "uid": {
  14288. "type": "integer"
  14289. }
  14290. }
  14291. },
  14292. "md.PlatformRevenueDataNode": {
  14293. "type": "object",
  14294. "properties": {
  14295. "balance_amount": {
  14296. "description": "余额",
  14297. "type": "string"
  14298. },
  14299. "balance_times": {
  14300. "description": "剩余执行次数",
  14301. "type": "integer"
  14302. },
  14303. "create_at": {
  14304. "description": "创建时间",
  14305. "type": "string"
  14306. },
  14307. "hours": {
  14308. "description": "时长",
  14309. "type": "integer"
  14310. },
  14311. "kind": {
  14312. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  14313. "type": "integer"
  14314. },
  14315. "memo": {
  14316. "description": "备注",
  14317. "type": "string"
  14318. },
  14319. "system_id": {
  14320. "type": "integer"
  14321. },
  14322. "total_amount": {
  14323. "description": "金额",
  14324. "type": "string"
  14325. }
  14326. }
  14327. },
  14328. "md.PlayletBaseData": {
  14329. "type": "object",
  14330. "properties": {
  14331. "day_one_count": {
  14332. "type": "string",
  14333. "example": "每天每个短剧解锁次数"
  14334. },
  14335. "first_count": {
  14336. "type": "string",
  14337. "example": "首次可观看集数"
  14338. },
  14339. "reward": {
  14340. "type": "string",
  14341. "example": "单次奖励"
  14342. },
  14343. "second_count": {
  14344. "type": "string",
  14345. "example": "看一次广告解锁集数"
  14346. },
  14347. "total": {
  14348. "type": "string",
  14349. "example": "可领取总次数"
  14350. }
  14351. }
  14352. },
  14353. "md.PlayletIncentiveBaseData": {
  14354. "type": "object",
  14355. "properties": {
  14356. "android_adv_id": {
  14357. "type": "string",
  14358. "example": "安卓激励视频广告位"
  14359. },
  14360. "android_adv_secret": {
  14361. "type": "string",
  14362. "example": "安卓激励视频秘钥"
  14363. },
  14364. "ios_adv_id": {
  14365. "type": "string",
  14366. "example": "iOS激励视频广告位"
  14367. },
  14368. "ios_adv_secret": {
  14369. "type": "string",
  14370. "example": "iOS激励视频秘钥"
  14371. }
  14372. }
  14373. },
  14374. "md.PriceSettingStruct": {
  14375. "type": "object",
  14376. "properties": {
  14377. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  14378. "description": "市商资金单笔x元自动兑换",
  14379. "type": "string"
  14380. },
  14381. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  14382. "description": "市商数量单笔x数量自动兑换",
  14383. "type": "string"
  14384. },
  14385. "price_below_value": {
  14386. "description": "低于x元",
  14387. "type": "string"
  14388. },
  14389. "price_higher_than_value": {
  14390. "description": "高于x元",
  14391. "type": "string"
  14392. }
  14393. }
  14394. },
  14395. "md.ReleaseDynamicReq": {
  14396. "type": "object",
  14397. "properties": {
  14398. "content": {
  14399. "description": "文本内容",
  14400. "type": "string"
  14401. },
  14402. "image": {
  14403. "description": "图片",
  14404. "type": "array",
  14405. "items": {
  14406. "type": "string"
  14407. }
  14408. },
  14409. "is_praise": {
  14410. "description": "是否被表扬(1:是 2:否)",
  14411. "type": "integer"
  14412. },
  14413. "is_top_up": {
  14414. "description": "是否置顶(1:是 2:否)",
  14415. "type": "integer"
  14416. },
  14417. "kind": {
  14418. "description": "类型(1:普通 2:官方)",
  14419. "type": "integer"
  14420. },
  14421. "state": {
  14422. "description": "状态(1:正常 2:隐藏)",
  14423. "type": "integer"
  14424. },
  14425. "video": {
  14426. "description": "视频",
  14427. "type": "array",
  14428. "items": {
  14429. "type": "string"
  14430. }
  14431. }
  14432. }
  14433. },
  14434. "md.Response": {
  14435. "type": "object",
  14436. "properties": {
  14437. "code": {
  14438. "type": "string",
  14439. "example": "响应码"
  14440. },
  14441. "data": {
  14442. "description": "内容"
  14443. },
  14444. "msg": {
  14445. "type": "string",
  14446. "example": "具体错误原因"
  14447. }
  14448. }
  14449. },
  14450. "md.RewardSystemStruct": {
  14451. "type": "object",
  14452. "properties": {
  14453. "level": {
  14454. "description": "圈层",
  14455. "type": "integer"
  14456. },
  14457. "reward_condition": {
  14458. "description": "奖励条件",
  14459. "type": "string"
  14460. },
  14461. "reward_value": {
  14462. "description": "奖励值",
  14463. "type": "string"
  14464. }
  14465. }
  14466. },
  14467. "md.RoleBindPermissionGroupReq": {
  14468. "type": "object",
  14469. "required": [
  14470. "role_id"
  14471. ],
  14472. "properties": {
  14473. "permission_ids": {
  14474. "type": "array",
  14475. "items": {
  14476. "type": "integer"
  14477. }
  14478. },
  14479. "role_id": {
  14480. "type": "integer"
  14481. }
  14482. }
  14483. },
  14484. "md.SelectData": {
  14485. "type": "object",
  14486. "properties": {
  14487. "direction": {
  14488. "type": "array",
  14489. "items": {
  14490. "type": "object",
  14491. "additionalProperties": {
  14492. "type": "string"
  14493. }
  14494. }
  14495. }
  14496. }
  14497. },
  14498. "md.SelectMemberNode": {
  14499. "type": "object",
  14500. "properties": {
  14501. "avatar": {
  14502. "description": "会员头像",
  14503. "type": "string"
  14504. },
  14505. "level": {
  14506. "description": "会员等级",
  14507. "type": "string"
  14508. },
  14509. "nickname": {
  14510. "description": "会员昵称",
  14511. "type": "string"
  14512. },
  14513. "phone": {
  14514. "description": "会员手机号",
  14515. "type": "string"
  14516. },
  14517. "uid": {
  14518. "description": "会员 ID",
  14519. "type": "integer"
  14520. }
  14521. }
  14522. },
  14523. "md.SelectMemberReq": {
  14524. "type": "object",
  14525. "properties": {
  14526. "level": {
  14527. "description": "会员等级",
  14528. "type": "integer"
  14529. },
  14530. "limit": {
  14531. "description": "每页大小",
  14532. "type": "integer"
  14533. },
  14534. "nickname": {
  14535. "description": "会员昵称",
  14536. "type": "string"
  14537. },
  14538. "page": {
  14539. "description": "页数",
  14540. "type": "integer"
  14541. },
  14542. "phone": {
  14543. "description": "会员手机号",
  14544. "type": "string"
  14545. },
  14546. "uid": {
  14547. "description": "会员 ID",
  14548. "type": "integer"
  14549. }
  14550. }
  14551. },
  14552. "md.SelectMemberResp": {
  14553. "type": "object",
  14554. "properties": {
  14555. "level_list": {
  14556. "description": "会员等级列表",
  14557. "type": "array",
  14558. "items": {
  14559. "type": "object",
  14560. "additionalProperties": true
  14561. }
  14562. },
  14563. "list": {
  14564. "description": "会员数据",
  14565. "type": "array",
  14566. "items": {
  14567. "$ref": "#/definitions/md.SelectMemberNode"
  14568. }
  14569. },
  14570. "paginate": {
  14571. "description": "分页信息",
  14572. "allOf": [
  14573. {
  14574. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14575. }
  14576. ]
  14577. }
  14578. }
  14579. },
  14580. "md.SetCustomerServiceStateReq": {
  14581. "type": "object",
  14582. "properties": {
  14583. "id": {
  14584. "description": "拥有用户数量",
  14585. "type": "integer"
  14586. },
  14587. "state": {
  14588. "description": "状态",
  14589. "type": "integer"
  14590. }
  14591. }
  14592. },
  14593. "md.SetEmoticonStateReq": {
  14594. "type": "object",
  14595. "properties": {
  14596. "id": {
  14597. "description": "拥有用户数量",
  14598. "type": "integer"
  14599. },
  14600. "state": {
  14601. "description": "状态",
  14602. "type": "integer"
  14603. }
  14604. }
  14605. },
  14606. "md.SetVideoRewardReq": {
  14607. "type": "object",
  14608. "properties": {
  14609. "ecpm": {
  14610. "description": "当前 Ecpm 值",
  14611. "type": "string"
  14612. },
  14613. "unit_price": {
  14614. "description": "单价",
  14615. "type": "string"
  14616. }
  14617. }
  14618. },
  14619. "md.SonUserDailyActivityAnalysisNode": {
  14620. "type": "object",
  14621. "properties": {
  14622. "activity_day_nums": {
  14623. "description": "活跃子节点活跃天数",
  14624. "type": "integer"
  14625. },
  14626. "nickname": {
  14627. "type": "string",
  14628. "example": "昵称"
  14629. },
  14630. "phone": {
  14631. "type": "string",
  14632. "example": "手机号"
  14633. },
  14634. "uid": {
  14635. "description": "查询用户活跃子节点 ID",
  14636. "type": "integer"
  14637. }
  14638. }
  14639. },
  14640. "md.StatisticsEggPointReq": {
  14641. "type": "object",
  14642. "properties": {
  14643. "week": {
  14644. "type": "string",
  14645. "example": "周份"
  14646. },
  14647. "year": {
  14648. "type": "string",
  14649. "example": "年份"
  14650. }
  14651. }
  14652. },
  14653. "md.StatisticsEggPointResp": {
  14654. "type": "object",
  14655. "properties": {
  14656. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  14657. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  14658. "type": "array",
  14659. "items": {
  14660. "type": "object",
  14661. "additionalProperties": {
  14662. "type": "string"
  14663. }
  14664. }
  14665. },
  14666. "statistics_user_egg_browse_interface_nums_range": {
  14667. "description": "统计用户\"浏览界面次数\"范围",
  14668. "type": "array",
  14669. "items": {
  14670. "type": "object",
  14671. "additionalProperties": {
  14672. "type": "string"
  14673. }
  14674. }
  14675. },
  14676. "statistics_user_egg_college_learning_nums_range": {
  14677. "description": "统计用户\"学院学习次数\"范围",
  14678. "type": "array",
  14679. "items": {
  14680. "type": "object",
  14681. "additionalProperties": {
  14682. "type": "string"
  14683. }
  14684. }
  14685. },
  14686. "statistics_user_egg_ecpm_range": {
  14687. "description": "统计用户\"ecpm\"范围",
  14688. "type": "array",
  14689. "items": {
  14690. "type": "object",
  14691. "additionalProperties": {
  14692. "type": "string"
  14693. }
  14694. }
  14695. },
  14696. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  14697. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  14698. "type": "array",
  14699. "items": {
  14700. "type": "object",
  14701. "additionalProperties": {
  14702. "type": "string"
  14703. }
  14704. }
  14705. },
  14706. "statistics_user_egg_forum_comments_nums_range": {
  14707. "description": "统计用户\"论坛评论次数\"范围",
  14708. "type": "array",
  14709. "items": {
  14710. "type": "object",
  14711. "additionalProperties": {
  14712. "type": "string"
  14713. }
  14714. }
  14715. },
  14716. "statistics_user_egg_invite_user_nums_range": {
  14717. "description": "统计用户\"拉新人数\"范围",
  14718. "type": "array",
  14719. "items": {
  14720. "type": "object",
  14721. "additionalProperties": {
  14722. "type": "string"
  14723. }
  14724. }
  14725. },
  14726. "statistics_user_egg_person_add_activity_value_range": {
  14727. "description": "统计用户\"个人活跃积分增量值\"范围",
  14728. "type": "array",
  14729. "items": {
  14730. "type": "object",
  14731. "additionalProperties": {
  14732. "type": "string"
  14733. }
  14734. }
  14735. },
  14736. "statistics_user_egg_send_circle_of_friend_nums_range": {
  14737. "description": "统计用户\"发朋友圈次数\"范围",
  14738. "type": "array",
  14739. "items": {
  14740. "type": "object",
  14741. "additionalProperties": {
  14742. "type": "string"
  14743. }
  14744. }
  14745. },
  14746. "statistics_user_egg_send_red_package_nums_range": {
  14747. "description": "统计用户\"发红包次数\"范围",
  14748. "type": "array",
  14749. "items": {
  14750. "type": "object",
  14751. "additionalProperties": {
  14752. "type": "string"
  14753. }
  14754. }
  14755. },
  14756. "statistics_user_egg_sign_in_nums_range": {
  14757. "description": "统计用户\"签到次数\"范围",
  14758. "type": "array",
  14759. "items": {
  14760. "type": "object",
  14761. "additionalProperties": {
  14762. "type": "string"
  14763. }
  14764. }
  14765. },
  14766. "statistics_user_egg_team_activity_nums_range": {
  14767. "description": "统计用户\"团队活跃次数\"范围",
  14768. "type": "array",
  14769. "items": {
  14770. "type": "object",
  14771. "additionalProperties": {
  14772. "type": "string"
  14773. }
  14774. }
  14775. },
  14776. "statistics_user_egg_violate_nums_range": {
  14777. "description": "统计用户\"违规次数\"范围",
  14778. "type": "array",
  14779. "items": {
  14780. "type": "object",
  14781. "additionalProperties": {
  14782. "type": "string"
  14783. }
  14784. }
  14785. },
  14786. "week": {
  14787. "type": "string",
  14788. "example": "周份"
  14789. },
  14790. "year": {
  14791. "type": "string",
  14792. "example": "年份"
  14793. },
  14794. "year_list": {
  14795. "description": "年份\u0026\u0026周份列表",
  14796. "type": "object",
  14797. "additionalProperties": {
  14798. "type": "array",
  14799. "items": {
  14800. "type": "string"
  14801. }
  14802. }
  14803. }
  14804. }
  14805. },
  14806. "md.SubUser": {
  14807. "type": "object",
  14808. "properties": {
  14809. "avatar_url": {
  14810. "type": "string",
  14811. "example": "头像"
  14812. },
  14813. "level": {
  14814. "description": "整个系统中的等级",
  14815. "type": "integer"
  14816. },
  14817. "nickname": {
  14818. "type": "string",
  14819. "example": "昵称"
  14820. },
  14821. "phone": {
  14822. "type": "string",
  14823. "example": "手机号"
  14824. },
  14825. "pid": {
  14826. "type": "integer"
  14827. },
  14828. "position": {
  14829. "description": "以pid1为创始人中网的位置",
  14830. "type": "integer"
  14831. },
  14832. "uid": {
  14833. "type": "integer"
  14834. }
  14835. }
  14836. },
  14837. "md.TagListNode": {
  14838. "type": "object",
  14839. "properties": {
  14840. "count": {
  14841. "description": "标签人数",
  14842. "type": "string"
  14843. },
  14844. "create_at": {
  14845. "description": "创建时间",
  14846. "type": "string"
  14847. },
  14848. "is_punish": {
  14849. "description": "是否处罚",
  14850. "type": "integer"
  14851. },
  14852. "memo": {
  14853. "description": "备注",
  14854. "type": "string"
  14855. },
  14856. "name": {
  14857. "description": "名称",
  14858. "type": "string"
  14859. },
  14860. "tag_id": {
  14861. "description": "标签 ID",
  14862. "type": "string"
  14863. }
  14864. }
  14865. },
  14866. "md.TreeNode": {
  14867. "type": "object",
  14868. "properties": {
  14869. "avatar_url": {
  14870. "type": "string",
  14871. "example": "头像"
  14872. },
  14873. "level": {
  14874. "type": "integer"
  14875. },
  14876. "nickname": {
  14877. "type": "string",
  14878. "example": "昵称"
  14879. },
  14880. "phone": {
  14881. "type": "string",
  14882. "example": "手机号"
  14883. },
  14884. "pid": {
  14885. "type": "integer"
  14886. },
  14887. "position": {
  14888. "type": "integer"
  14889. },
  14890. "son": {
  14891. "type": "array",
  14892. "items": {
  14893. "$ref": "#/definitions/md.TreeNode"
  14894. }
  14895. },
  14896. "system_id": {
  14897. "description": "公排网中id",
  14898. "type": "integer"
  14899. },
  14900. "uid": {
  14901. "type": "integer"
  14902. }
  14903. }
  14904. },
  14905. "md.UpdateAdminReq": {
  14906. "type": "object",
  14907. "required": [
  14908. "adm_id",
  14909. "password",
  14910. "username"
  14911. ],
  14912. "properties": {
  14913. "adm_id": {
  14914. "type": "integer"
  14915. },
  14916. "memo": {
  14917. "type": "string"
  14918. },
  14919. "password": {
  14920. "type": "string"
  14921. },
  14922. "username": {
  14923. "type": "string"
  14924. }
  14925. }
  14926. },
  14927. "md.UpdateAdminStateReq": {
  14928. "type": "object",
  14929. "required": [
  14930. "adm_id",
  14931. "state"
  14932. ],
  14933. "properties": {
  14934. "adm_id": {
  14935. "type": "integer"
  14936. },
  14937. "state": {
  14938. "type": "integer"
  14939. }
  14940. }
  14941. },
  14942. "md.UpdateContributionValueBasicSettingReq": {
  14943. "type": "object",
  14944. "properties": {
  14945. "hand_out_red_package": {
  14946. "description": "发红包获得x点",
  14947. "type": "string"
  14948. },
  14949. "id": {
  14950. "type": "string"
  14951. },
  14952. "posting_comment_liked": {
  14953. "description": "发布评论被官方点赞获得x点",
  14954. "type": "string"
  14955. },
  14956. "posting_dynamic_liked": {
  14957. "description": "发布动态被官方点赞获得x点",
  14958. "type": "string"
  14959. },
  14960. "publish_creation": {
  14961. "description": "发布创作获得x点",
  14962. "type": "string"
  14963. }
  14964. }
  14965. },
  14966. "md.UpdateCustomerServiceMemoReq": {
  14967. "type": "object",
  14968. "properties": {
  14969. "id": {
  14970. "description": "拥有用户数量",
  14971. "type": "integer"
  14972. },
  14973. "memo": {
  14974. "description": "备注",
  14975. "type": "string",
  14976. "example": "备注"
  14977. }
  14978. }
  14979. },
  14980. "md.UpdateDynamicReq": {
  14981. "type": "object",
  14982. "required": [
  14983. "index_id"
  14984. ],
  14985. "properties": {
  14986. "index_id": {
  14987. "description": "动态id",
  14988. "type": "string"
  14989. },
  14990. "is_praise": {
  14991. "description": "是否被表扬(1:是 2:否)",
  14992. "type": "integer"
  14993. },
  14994. "is_top_up": {
  14995. "description": "是否置顶(1:是 2:否)",
  14996. "type": "integer"
  14997. },
  14998. "state": {
  14999. "description": "状态(1:正常 2:隐藏)",
  15000. "type": "integer"
  15001. }
  15002. }
  15003. },
  15004. "md.UpdateEggEnergyBasicReq": {
  15005. "type": "object",
  15006. "properties": {
  15007. "basic_setting": {
  15008. "description": "基础设置",
  15009. "allOf": [
  15010. {
  15011. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  15012. }
  15013. ]
  15014. },
  15015. "data_setting": {
  15016. "description": "数据设置",
  15017. "allOf": [
  15018. {
  15019. "$ref": "#/definitions/md.DataSetting"
  15020. }
  15021. ]
  15022. },
  15023. "destruction_setting": {
  15024. "description": "销毁设置",
  15025. "allOf": [
  15026. {
  15027. "$ref": "#/definitions/md.DestructionSettingStruct"
  15028. }
  15029. ]
  15030. },
  15031. "exchange_rules": {
  15032. "description": "兑换规则",
  15033. "allOf": [
  15034. {
  15035. "$ref": "#/definitions/md.ExchangeRulesStruct"
  15036. }
  15037. ]
  15038. },
  15039. "new_user_incentive_rules": {
  15040. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  15041. "allOf": [
  15042. {
  15043. "$ref": "#/definitions/md.NewUserRewardRules"
  15044. }
  15045. ]
  15046. },
  15047. "price_setting": {
  15048. "description": "价格设置",
  15049. "allOf": [
  15050. {
  15051. "$ref": "#/definitions/md.PriceSettingStruct"
  15052. }
  15053. ]
  15054. },
  15055. "reward_system": {
  15056. "description": "圈层奖励",
  15057. "type": "array",
  15058. "items": {
  15059. "$ref": "#/definitions/md.RewardSystemStruct"
  15060. }
  15061. },
  15062. "system_id": {
  15063. "description": "该设置系统 ID",
  15064. "type": "integer"
  15065. },
  15066. "video_reward_setting": {
  15067. "description": "视频奖励",
  15068. "allOf": [
  15069. {
  15070. "$ref": "#/definitions/md.VideoRewardSetting"
  15071. }
  15072. ]
  15073. }
  15074. }
  15075. },
  15076. "md.UpdateEggEnergyVipSettingReq": {
  15077. "type": "object",
  15078. "properties": {
  15079. "list": {
  15080. "description": "更新后数据",
  15081. "type": "array",
  15082. "items": {
  15083. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  15084. }
  15085. }
  15086. }
  15087. },
  15088. "md.UpdateEmoticonReq": {
  15089. "type": "object",
  15090. "properties": {
  15091. "id": {
  15092. "description": "拥有用户数量",
  15093. "type": "integer"
  15094. },
  15095. "img_url": {
  15096. "type": "string",
  15097. "example": "图片地址"
  15098. },
  15099. "memo": {
  15100. "description": "备注",
  15101. "type": "string",
  15102. "example": "备注"
  15103. },
  15104. "name": {
  15105. "type": "string",
  15106. "example": "名称"
  15107. },
  15108. "sort": {
  15109. "description": "排序",
  15110. "type": "integer"
  15111. }
  15112. }
  15113. },
  15114. "md.UpdateFriendCircleBasicSettingsReq": {
  15115. "type": "object",
  15116. "properties": {
  15117. "comment_is_real_name": {
  15118. "description": "评论是否需要实名认证(1:是 2:否)",
  15119. "type": "integer"
  15120. },
  15121. "comment_nums_every_day": {
  15122. "description": "评论每天次数",
  15123. "type": "integer"
  15124. },
  15125. "id": {
  15126. "type": "integer"
  15127. },
  15128. "publish_is_real_name": {
  15129. "description": "发布是否需要实名认证(1:是 2:否)",
  15130. "type": "integer"
  15131. },
  15132. "publish_nums_every_day": {
  15133. "description": "发布每天次数",
  15134. "type": "integer"
  15135. }
  15136. }
  15137. },
  15138. "md.UpdateLevelReq": {
  15139. "type": "object",
  15140. "properties": {
  15141. "auto_update": {
  15142. "description": "自动升级 0关闭 1开启",
  15143. "type": "string"
  15144. },
  15145. "choosable_num": {
  15146. "description": "可选任务数量",
  15147. "type": "string"
  15148. },
  15149. "is_use": {
  15150. "description": "是否开启(0.否, 1.是)",
  15151. "type": "string"
  15152. },
  15153. "level_id": {
  15154. "type": "string"
  15155. },
  15156. "level_name": {
  15157. "description": "等级名称",
  15158. "type": "string"
  15159. },
  15160. "level_weight": {
  15161. "description": "等级权重",
  15162. "type": "string"
  15163. },
  15164. "memo": {
  15165. "description": "备注",
  15166. "type": "string"
  15167. },
  15168. "user_level_tasks": {
  15169. "description": "完整的任务列表",
  15170. "type": "array",
  15171. "items": {
  15172. "$ref": "#/definitions/md.LevelTaskNode"
  15173. }
  15174. }
  15175. }
  15176. },
  15177. "md.UpdatePublicPlatoonBasicReq": {
  15178. "type": "object",
  15179. "properties": {
  15180. "is_open": {
  15181. "description": "是否开启(1:开启 0:关闭)",
  15182. "type": "integer"
  15183. },
  15184. "is_self_active_get_team_revenue": {
  15185. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15186. "type": "integer"
  15187. },
  15188. "originator_uid": {
  15189. "description": "创始人uid",
  15190. "type": "integer"
  15191. },
  15192. "several_rows": {
  15193. "description": "几排",
  15194. "type": "integer"
  15195. },
  15196. "several_times": {
  15197. "description": "几乘",
  15198. "type": "integer"
  15199. },
  15200. "system_punish_replace": {
  15201. "description": "是否位置滑落 被新用户替换 0否 1是",
  15202. "type": "integer"
  15203. },
  15204. "system_punish_replace_value": {
  15205. "description": "xx天未活跃,处罚滑落",
  15206. "type": "integer"
  15207. }
  15208. }
  15209. },
  15210. "md.UpdateRoleReq": {
  15211. "type": "object",
  15212. "required": [
  15213. "memo",
  15214. "name",
  15215. "role_id"
  15216. ],
  15217. "properties": {
  15218. "memo": {
  15219. "type": "string"
  15220. },
  15221. "name": {
  15222. "type": "string"
  15223. },
  15224. "role_id": {
  15225. "type": "integer"
  15226. }
  15227. }
  15228. },
  15229. "md.UpdateRoleStateReq": {
  15230. "type": "object",
  15231. "required": [
  15232. "role_id",
  15233. "state"
  15234. ],
  15235. "properties": {
  15236. "role_id": {
  15237. "type": "integer"
  15238. },
  15239. "state": {
  15240. "type": "integer"
  15241. }
  15242. }
  15243. },
  15244. "md.UpdateTagReq": {
  15245. "type": "object",
  15246. "properties": {
  15247. "is_punish": {
  15248. "description": "是否是惩罚标签",
  15249. "type": "integer"
  15250. },
  15251. "memo": {
  15252. "description": "备注",
  15253. "type": "string"
  15254. },
  15255. "name": {
  15256. "description": "标签名称",
  15257. "type": "string"
  15258. },
  15259. "tag_id": {
  15260. "description": "标签 ID",
  15261. "type": "string"
  15262. }
  15263. }
  15264. },
  15265. "md.UpdateVipEquitySettingNode": {
  15266. "type": "object",
  15267. "properties": {
  15268. "dividend_ratio": {
  15269. "description": "分红比例",
  15270. "type": "string"
  15271. },
  15272. "exchange_account_balance_fee": {
  15273. "description": "兑换余额手续费",
  15274. "type": "string"
  15275. },
  15276. "vip_level_id": {
  15277. "description": "会员等级ID",
  15278. "type": "string"
  15279. }
  15280. }
  15281. },
  15282. "md.UpdateVirtualCoinReq": {
  15283. "type": "object",
  15284. "properties": {
  15285. "exchange_ratio": {
  15286. "description": "兑换比例(与金额)",
  15287. "type": "string"
  15288. },
  15289. "id": {
  15290. "type": "integer"
  15291. },
  15292. "is_use": {
  15293. "description": "是否开启:0否 1是",
  15294. "type": "integer"
  15295. },
  15296. "name": {
  15297. "description": "名称",
  15298. "type": "string"
  15299. }
  15300. }
  15301. },
  15302. "md.UpdateWithdrawSettingReq": {
  15303. "type": "object",
  15304. "properties": {
  15305. "condition_is_open": {
  15306. "description": "提现条件是否开启(0:关闭, 1:开启)",
  15307. "type": "integer"
  15308. },
  15309. "first_withdraw_set": {
  15310. "description": "首次提现设置",
  15311. "allOf": [
  15312. {
  15313. "$ref": "#/definitions/md.FirstWithdrawSet"
  15314. }
  15315. ]
  15316. },
  15317. "frequency_set": {
  15318. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  15319. "allOf": [
  15320. {
  15321. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  15322. }
  15323. ]
  15324. },
  15325. "id": {
  15326. "type": "integer"
  15327. },
  15328. "is_auto": {
  15329. "description": "是否开启自动提现(0:否 1:是)",
  15330. "type": "integer"
  15331. },
  15332. "is_auto_amount_limit": {
  15333. "description": "自动提现金额限制",
  15334. "type": "string"
  15335. },
  15336. "is_real_name": {
  15337. "description": "是否实名(0:否 1:是)",
  15338. "type": "integer"
  15339. },
  15340. "is_support_decimal_point": {
  15341. "description": "是否支持小数点(0:否 1:是)",
  15342. "type": "integer"
  15343. },
  15344. "pending_orders_is_can_apply": {
  15345. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  15346. "type": "integer"
  15347. },
  15348. "tips": {
  15349. "description": "提示",
  15350. "type": "string"
  15351. },
  15352. "vip_level_limit": {
  15353. "description": "提现等级限制",
  15354. "type": "integer"
  15355. },
  15356. "withdraw_amount_limit": {
  15357. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  15358. "type": "string"
  15359. },
  15360. "withdraw_fee_set": {
  15361. "description": "提现手续费设置",
  15362. "allOf": [
  15363. {
  15364. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  15365. }
  15366. ]
  15367. },
  15368. "withdraw_multiple_limit": {
  15369. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  15370. "type": "string"
  15371. },
  15372. "withdraw_nums_limit": {
  15373. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  15374. "type": "integer"
  15375. },
  15376. "withdraw_time_interval": {
  15377. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  15378. "allOf": [
  15379. {
  15380. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  15381. }
  15382. ]
  15383. },
  15384. "withdraw_type": {
  15385. "description": "提现方式(1:支付宝 2:微信)",
  15386. "type": "integer"
  15387. }
  15388. }
  15389. },
  15390. "md.UserDailyActivityAnalysisReq": {
  15391. "type": "object",
  15392. "properties": {
  15393. "end_date": {
  15394. "type": "string",
  15395. "example": "结束日期"
  15396. },
  15397. "page": {
  15398. "description": "页数",
  15399. "type": "integer"
  15400. },
  15401. "page_size": {
  15402. "description": "每页大小",
  15403. "type": "integer"
  15404. },
  15405. "start_date": {
  15406. "type": "string",
  15407. "example": "开始日期"
  15408. },
  15409. "uid": {
  15410. "description": "查询用户 ID",
  15411. "type": "integer"
  15412. }
  15413. }
  15414. },
  15415. "md.UserDailyActivityAnalysisResp": {
  15416. "type": "object",
  15417. "properties": {
  15418. "son_user_data": {
  15419. "description": "被查询用户子节点信息",
  15420. "type": "array",
  15421. "items": {
  15422. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  15423. }
  15424. },
  15425. "top_data": {
  15426. "description": "统计信息",
  15427. "allOf": [
  15428. {
  15429. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  15430. }
  15431. ]
  15432. }
  15433. }
  15434. },
  15435. "md.UserEggFlowReq": {
  15436. "type": "object",
  15437. "properties": {
  15438. "account_balance_exchange_egg_energy_nums_end": {
  15439. "type": "string",
  15440. "example": "余额兑换蛋蛋能量数量-结束值"
  15441. },
  15442. "account_balance_exchange_egg_energy_nums_start": {
  15443. "type": "string",
  15444. "example": "余额兑换蛋蛋能量数量-起始值"
  15445. },
  15446. "browse_interface_nums_end": {
  15447. "type": "string",
  15448. "example": "浏览界面次数-结束值"
  15449. },
  15450. "browse_interface_nums_start": {
  15451. "type": "string",
  15452. "example": "浏览界面次数-起始值"
  15453. },
  15454. "college_learning_nums_end": {
  15455. "type": "string",
  15456. "example": "学院学习次数-结束值"
  15457. },
  15458. "college_learning_nums_start": {
  15459. "type": "string",
  15460. "example": "学院学习次数-起始值"
  15461. },
  15462. "ecpm_end": {
  15463. "type": "string",
  15464. "example": "ecpm-结束值"
  15465. },
  15466. "ecpm_start": {
  15467. "type": "string",
  15468. "example": "ecpm-起始值"
  15469. },
  15470. "egg_energy_exchange_account_balance_end": {
  15471. "type": "string",
  15472. "example": "蛋蛋能量兑换余额数量-结束值"
  15473. },
  15474. "egg_energy_exchange_account_balance_start": {
  15475. "type": "string",
  15476. "example": "蛋蛋能量兑换余额数量-起始值"
  15477. },
  15478. "forum_comments_nums_end": {
  15479. "type": "string",
  15480. "example": "论坛评论次数-结束值"
  15481. },
  15482. "forum_comments_nums_start": {
  15483. "type": "string",
  15484. "example": "论坛评论次数-起始值"
  15485. },
  15486. "im_activity_nums_end": {
  15487. "type": "string",
  15488. "example": "im活跃次数-结束值"
  15489. },
  15490. "im_activity_nums_start": {
  15491. "type": "string",
  15492. "example": "im活跃次数-起始值"
  15493. },
  15494. "invite_user_nums_end": {
  15495. "type": "string",
  15496. "example": "拉新人数-结束值"
  15497. },
  15498. "invite_user_nums_start": {
  15499. "type": "string",
  15500. "example": "拉新人数-起始值"
  15501. },
  15502. "page": {
  15503. "description": "页数",
  15504. "type": "integer"
  15505. },
  15506. "page_size": {
  15507. "description": "每页大小",
  15508. "type": "integer"
  15509. },
  15510. "person_add_activity_value_end": {
  15511. "type": "string",
  15512. "example": "个人活跃积分-结束值"
  15513. },
  15514. "person_add_activity_value_start": {
  15515. "type": "string",
  15516. "example": "个人活跃积分-起始值"
  15517. },
  15518. "score_value_end": {
  15519. "type": "string",
  15520. "example": "蛋蛋分-结束值"
  15521. },
  15522. "score_value_kind": {
  15523. "description": "评分类型(0:未知 1:人工 2:系统)",
  15524. "type": "integer"
  15525. },
  15526. "score_value_start": {
  15527. "type": "string",
  15528. "example": "蛋蛋分-起始值"
  15529. },
  15530. "send_circle_of_friend_nums_end": {
  15531. "type": "string",
  15532. "example": "发朋友圈次数-结束值"
  15533. },
  15534. "send_circle_of_friend_nums_start": {
  15535. "type": "string",
  15536. "example": "发朋友圈次数-起始值"
  15537. },
  15538. "send_red_package_nums_end": {
  15539. "type": "string",
  15540. "example": "发红包次数-结束值"
  15541. },
  15542. "send_red_package_nums_start": {
  15543. "type": "string",
  15544. "example": "发红包次数-起始值"
  15545. },
  15546. "sign_in_nums_end": {
  15547. "type": "string",
  15548. "example": "签到次数-结束值"
  15549. },
  15550. "sign_in_nums_start": {
  15551. "type": "string",
  15552. "example": "签到次数-起始值"
  15553. },
  15554. "team-activity-nums-end": {
  15555. "type": "string",
  15556. "example": "团队活跃次数-结束值"
  15557. },
  15558. "team_activity_nums_start": {
  15559. "type": "string",
  15560. "example": "团队活跃次数-起始值"
  15561. },
  15562. "violate_nums_end": {
  15563. "type": "string",
  15564. "example": "违规次数-结束值"
  15565. },
  15566. "violate_nums_start": {
  15567. "type": "string",
  15568. "example": "违规次数-起始值"
  15569. },
  15570. "week": {
  15571. "type": "string",
  15572. "example": "周份"
  15573. },
  15574. "year": {
  15575. "type": "string",
  15576. "example": "年份"
  15577. }
  15578. }
  15579. },
  15580. "md.UserEggFlowReqResp": {
  15581. "type": "object",
  15582. "properties": {
  15583. "list": {
  15584. "type": "array",
  15585. "items": {
  15586. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  15587. }
  15588. },
  15589. "page": {
  15590. "description": "页数",
  15591. "type": "integer"
  15592. },
  15593. "page_size": {
  15594. "description": "每页大小",
  15595. "type": "integer"
  15596. },
  15597. "score_value_kind_map": {
  15598. "description": "评分类型(0:未知 1:人工 2:系统)",
  15599. "type": "array",
  15600. "items": {
  15601. "type": "object",
  15602. "additionalProperties": true
  15603. }
  15604. },
  15605. "total": {
  15606. "description": "总数量",
  15607. "type": "integer"
  15608. },
  15609. "week": {
  15610. "type": "string",
  15611. "example": "周份"
  15612. },
  15613. "year": {
  15614. "type": "string",
  15615. "example": "年份"
  15616. }
  15617. }
  15618. },
  15619. "md.UserEggFlowReqRespList": {
  15620. "type": "object",
  15621. "properties": {
  15622. "account_balance_exchange_egg_energy_nums": {
  15623. "description": "余额兑换蛋蛋能量数量",
  15624. "type": "integer"
  15625. },
  15626. "browse_interface_nums": {
  15627. "description": "浏览界面次数",
  15628. "type": "integer"
  15629. },
  15630. "college_learning_nums": {
  15631. "description": "学院学习次数",
  15632. "type": "integer"
  15633. },
  15634. "ecpm": {
  15635. "description": "ecpm",
  15636. "type": "number"
  15637. },
  15638. "egg_energy_exchange_account_balance": {
  15639. "description": "蛋蛋能量兑换余额数量",
  15640. "type": "integer"
  15641. },
  15642. "forum_comments_nums": {
  15643. "description": "论坛评论次数",
  15644. "type": "integer"
  15645. },
  15646. "im_activity_nums": {
  15647. "description": "im活跃次数",
  15648. "type": "integer"
  15649. },
  15650. "index_id": {
  15651. "description": "文档id",
  15652. "type": "string"
  15653. },
  15654. "invite_user_nums": {
  15655. "description": "拉新人数",
  15656. "type": "integer"
  15657. },
  15658. "person_add_activity_value": {
  15659. "description": "个人活跃积分",
  15660. "type": "integer"
  15661. },
  15662. "score_value": {
  15663. "description": "蛋蛋分-起始值",
  15664. "type": "number"
  15665. },
  15666. "score_value_kind": {
  15667. "description": "评分类型(0:未知 1:人工 2:系统)",
  15668. "type": "integer"
  15669. },
  15670. "send_circle_of_friend_nums": {
  15671. "description": "发朋友圈次数",
  15672. "type": "integer"
  15673. },
  15674. "send_red_package_nums": {
  15675. "description": "发红包次数",
  15676. "type": "integer"
  15677. },
  15678. "sign_in_nums": {
  15679. "description": "签到次数",
  15680. "type": "integer"
  15681. },
  15682. "team_activity_nums": {
  15683. "description": "团队活跃次数",
  15684. "type": "integer"
  15685. },
  15686. "violate_nums": {
  15687. "description": "违规次数",
  15688. "type": "integer"
  15689. }
  15690. }
  15691. },
  15692. "md.UserEggIndexReq": {
  15693. "type": "object",
  15694. "properties": {
  15695. "week": {
  15696. "type": "string",
  15697. "example": "周份"
  15698. },
  15699. "year": {
  15700. "type": "string",
  15701. "example": "年份"
  15702. }
  15703. }
  15704. },
  15705. "md.UserEggIndexResp": {
  15706. "type": "object",
  15707. "properties": {
  15708. "egg_energy_user_egg_index_weight": {
  15709. "description": "蛋蛋分系数权重",
  15710. "allOf": [
  15711. {
  15712. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  15713. }
  15714. ]
  15715. },
  15716. "statistics_user_egg_kind_proportion": {
  15717. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  15718. "type": "array",
  15719. "items": {
  15720. "type": "object",
  15721. "additionalProperties": true
  15722. }
  15723. },
  15724. "statistics_user_egg_score_value_range": {
  15725. "description": "统计用户蛋蛋分范围",
  15726. "type": "array",
  15727. "items": {
  15728. "type": "object",
  15729. "additionalProperties": {
  15730. "type": "string"
  15731. }
  15732. }
  15733. },
  15734. "week": {
  15735. "type": "string",
  15736. "example": "周份"
  15737. },
  15738. "year": {
  15739. "type": "string",
  15740. "example": "年份"
  15741. },
  15742. "year_list": {
  15743. "description": "年份\u0026\u0026周份列表",
  15744. "type": "object",
  15745. "additionalProperties": {
  15746. "type": "array",
  15747. "items": {
  15748. "type": "string"
  15749. }
  15750. }
  15751. }
  15752. }
  15753. },
  15754. "md.UserFeedbackCateDelReq": {
  15755. "type": "object",
  15756. "properties": {
  15757. "id": {
  15758. "type": "array",
  15759. "items": {
  15760. "type": "string"
  15761. }
  15762. }
  15763. }
  15764. },
  15765. "md.UserFeedbackCateList": {
  15766. "type": "object",
  15767. "properties": {
  15768. "id": {
  15769. "type": "string"
  15770. },
  15771. "name": {
  15772. "type": "string"
  15773. },
  15774. "sort": {
  15775. "type": "string"
  15776. }
  15777. }
  15778. },
  15779. "md.UserFeedbackCateListReq": {
  15780. "type": "object",
  15781. "properties": {
  15782. "limit": {
  15783. "description": "每页大小",
  15784. "type": "string"
  15785. },
  15786. "page": {
  15787. "description": "页数",
  15788. "type": "string"
  15789. }
  15790. }
  15791. },
  15792. "md.UserFeedbackCateListResp": {
  15793. "type": "object",
  15794. "properties": {
  15795. "list": {
  15796. "type": "array",
  15797. "items": {
  15798. "$ref": "#/definitions/md.UserFeedbackCateList"
  15799. }
  15800. },
  15801. "total": {
  15802. "type": "integer"
  15803. }
  15804. }
  15805. },
  15806. "md.UserFeedbackCateSaveReq": {
  15807. "type": "object",
  15808. "properties": {
  15809. "id": {
  15810. "type": "string"
  15811. },
  15812. "name": {
  15813. "type": "string"
  15814. },
  15815. "sort": {
  15816. "type": "string"
  15817. }
  15818. }
  15819. },
  15820. "md.UserFeedbackChangeStateReq": {
  15821. "type": "object",
  15822. "properties": {
  15823. "id": {
  15824. "type": "string"
  15825. },
  15826. "state": {
  15827. "type": "string",
  15828. "example": "0待解决 1处理中 2已解决"
  15829. }
  15830. }
  15831. },
  15832. "md.UserFeedbackDelReq": {
  15833. "type": "object",
  15834. "properties": {
  15835. "id": {
  15836. "type": "array",
  15837. "items": {
  15838. "type": "string"
  15839. }
  15840. }
  15841. }
  15842. },
  15843. "md.UserFeedbackList": {
  15844. "type": "object",
  15845. "properties": {
  15846. "content": {
  15847. "type": "string"
  15848. },
  15849. "create_at": {
  15850. "type": "string"
  15851. },
  15852. "id": {
  15853. "type": "string"
  15854. },
  15855. "img": {
  15856. "type": "array",
  15857. "items": {
  15858. "type": "string"
  15859. }
  15860. },
  15861. "phone": {
  15862. "type": "string"
  15863. },
  15864. "platform": {
  15865. "type": "string"
  15866. },
  15867. "state": {
  15868. "type": "string",
  15869. "example": "0待解决 1处理中 2已解决"
  15870. },
  15871. "title": {
  15872. "type": "string"
  15873. },
  15874. "type": {
  15875. "type": "string"
  15876. },
  15877. "version": {
  15878. "type": "string"
  15879. }
  15880. }
  15881. },
  15882. "md.UserFeedbackListReq": {
  15883. "type": "object",
  15884. "properties": {
  15885. "cid": {
  15886. "type": "string"
  15887. },
  15888. "limit": {
  15889. "description": "每页大小",
  15890. "type": "string"
  15891. },
  15892. "page": {
  15893. "description": "页数",
  15894. "type": "string"
  15895. },
  15896. "phone": {
  15897. "type": "string"
  15898. },
  15899. "uid": {
  15900. "type": "string"
  15901. }
  15902. }
  15903. },
  15904. "md.UserFeedbackListResp": {
  15905. "type": "object",
  15906. "properties": {
  15907. "list": {
  15908. "type": "array",
  15909. "items": {
  15910. "$ref": "#/definitions/md.UserFeedbackList"
  15911. }
  15912. },
  15913. "select_data": {
  15914. "type": "array",
  15915. "items": {
  15916. "type": "object",
  15917. "additionalProperties": true
  15918. }
  15919. },
  15920. "total": {
  15921. "type": "integer"
  15922. }
  15923. }
  15924. },
  15925. "md.UserFeedbackRecordListReq": {
  15926. "type": "object",
  15927. "properties": {
  15928. "id": {
  15929. "type": "string"
  15930. },
  15931. "limit": {
  15932. "description": "每页大小",
  15933. "type": "string"
  15934. },
  15935. "page": {
  15936. "description": "页数",
  15937. "type": "string"
  15938. }
  15939. }
  15940. },
  15941. "md.UserFeedbackRecordListResp": {
  15942. "type": "object",
  15943. "properties": {
  15944. "content": {
  15945. "type": "string"
  15946. },
  15947. "create_at": {
  15948. "type": "string"
  15949. },
  15950. "head_img": {
  15951. "type": "string"
  15952. },
  15953. "nickname": {
  15954. "type": "string"
  15955. },
  15956. "type": {
  15957. "type": "string"
  15958. }
  15959. }
  15960. },
  15961. "md.UserFeedbackSayReq": {
  15962. "type": "object",
  15963. "properties": {
  15964. "content": {
  15965. "type": "string"
  15966. },
  15967. "id": {
  15968. "type": "string"
  15969. }
  15970. }
  15971. },
  15972. "md.UserManagementGetBalanceDetailResp": {
  15973. "type": "object",
  15974. "properties": {
  15975. "list": {
  15976. "type": "array",
  15977. "items": {
  15978. "$ref": "#/definitions/md.BalanceDetailNode"
  15979. }
  15980. },
  15981. "paginate": {
  15982. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15983. }
  15984. }
  15985. },
  15986. "md.UserManagementGetFansResp": {
  15987. "type": "object",
  15988. "properties": {
  15989. "list": {
  15990. "description": "用户数据",
  15991. "type": "array",
  15992. "items": {
  15993. "$ref": "#/definitions/md.FansNode"
  15994. }
  15995. },
  15996. "paginate": {
  15997. "description": "分页信息",
  15998. "allOf": [
  15999. {
  16000. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16001. }
  16002. ]
  16003. }
  16004. }
  16005. },
  16006. "md.UserManagementGetOneBasicResp": {
  16007. "type": "object",
  16008. "properties": {
  16009. "basic_info": {
  16010. "description": "基本信息",
  16011. "allOf": [
  16012. {
  16013. "$ref": "#/definitions/md.BasicInfoNode"
  16014. }
  16015. ]
  16016. },
  16017. "levels_list": {
  16018. "description": "等级列表",
  16019. "type": "array",
  16020. "items": {
  16021. "type": "object",
  16022. "additionalProperties": true
  16023. }
  16024. },
  16025. "other_info": {
  16026. "description": "其他信息",
  16027. "allOf": [
  16028. {
  16029. "$ref": "#/definitions/md.OtherNode"
  16030. }
  16031. ]
  16032. },
  16033. "tags_list": {
  16034. "description": "标签列表",
  16035. "type": "array",
  16036. "items": {
  16037. "type": "object",
  16038. "additionalProperties": true
  16039. }
  16040. }
  16041. }
  16042. },
  16043. "md.UserManagementGetUserListNode": {
  16044. "type": "object",
  16045. "properties": {
  16046. "avatar": {
  16047. "description": "头像",
  16048. "type": "string"
  16049. },
  16050. "id": {
  16051. "description": "会员 ID",
  16052. "type": "integer"
  16053. },
  16054. "invite_code": {
  16055. "type": "string",
  16056. "example": "会员邀请码"
  16057. },
  16058. "is_real_name": {
  16059. "description": "是否实名 0.未实名,1.已实名",
  16060. "type": "integer"
  16061. },
  16062. "last_login_at": {
  16063. "description": "最后登录时间",
  16064. "type": "string"
  16065. },
  16066. "level_name": {
  16067. "description": "会员等级",
  16068. "type": "string"
  16069. },
  16070. "memo": {
  16071. "description": "备注",
  16072. "type": "string"
  16073. },
  16074. "nickname": {
  16075. "description": "昵称",
  16076. "type": "string"
  16077. },
  16078. "parent_id": {
  16079. "description": "推荐人 ID",
  16080. "type": "integer"
  16081. },
  16082. "parent_invite_code": {
  16083. "type": "string",
  16084. "example": "推荐人邀请码"
  16085. },
  16086. "parent_phone": {
  16087. "type": "string",
  16088. "example": "推荐人手机号"
  16089. },
  16090. "phone": {
  16091. "description": "手机号",
  16092. "type": "string"
  16093. },
  16094. "register_time": {
  16095. "description": "注册时间",
  16096. "type": "string"
  16097. },
  16098. "register_type": {
  16099. "description": "注册类型",
  16100. "type": "integer"
  16101. },
  16102. "sex": {
  16103. "description": "性别(0:未知 1:男 2:女)",
  16104. "type": "integer"
  16105. },
  16106. "state": {
  16107. "description": "状态",
  16108. "type": "integer"
  16109. },
  16110. "tag": {
  16111. "description": "会员标签",
  16112. "type": "array",
  16113. "items": {
  16114. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16115. }
  16116. },
  16117. "wechat": {
  16118. "description": "微信号",
  16119. "type": "string"
  16120. }
  16121. }
  16122. },
  16123. "md.UserManagementGetUserListReq": {
  16124. "type": "object",
  16125. "properties": {
  16126. "effective": {
  16127. "description": "有效会员",
  16128. "type": "integer"
  16129. },
  16130. "id": {
  16131. "description": "会员 ID",
  16132. "type": "integer"
  16133. },
  16134. "invite_code": {
  16135. "type": "string",
  16136. "example": "会员邀请码"
  16137. },
  16138. "is_real_name": {
  16139. "description": "是否实名 0.未实名,1.已实名",
  16140. "type": "integer"
  16141. },
  16142. "is_recycle": {
  16143. "type": "string"
  16144. },
  16145. "level": {
  16146. "description": "会员等级",
  16147. "type": "integer"
  16148. },
  16149. "limit": {
  16150. "type": "integer"
  16151. },
  16152. "login_after": {
  16153. "description": "最近登录结束时间",
  16154. "type": "string"
  16155. },
  16156. "login_before": {
  16157. "description": "最近登录开始时间",
  16158. "type": "string"
  16159. },
  16160. "memo": {
  16161. "description": "备注",
  16162. "type": "string"
  16163. },
  16164. "nickname": {
  16165. "type": "string",
  16166. "example": "会员昵称"
  16167. },
  16168. "page": {
  16169. "type": "integer"
  16170. },
  16171. "parent_invite_code": {
  16172. "type": "string",
  16173. "example": "上级邀请码"
  16174. },
  16175. "parent_phone": {
  16176. "type": "string",
  16177. "example": "上级手机号"
  16178. },
  16179. "phone": {
  16180. "type": "string",
  16181. "example": "会员手机号"
  16182. },
  16183. "recommend_id": {
  16184. "description": "推荐人 ID",
  16185. "type": "integer"
  16186. },
  16187. "register_after": {
  16188. "description": "注册时间终点",
  16189. "type": "string"
  16190. },
  16191. "register_before": {
  16192. "description": "注册时间起点",
  16193. "type": "string"
  16194. },
  16195. "register_type": {
  16196. "description": "注册类型(1:APP注册、2:H5注册)",
  16197. "type": "integer"
  16198. },
  16199. "sex": {
  16200. "description": "性别(0:未知 1:男 2:女)",
  16201. "type": "integer"
  16202. },
  16203. "state": {
  16204. "description": "状态",
  16205. "type": "integer"
  16206. },
  16207. "tag": {
  16208. "description": "标签 id",
  16209. "type": "integer"
  16210. },
  16211. "union_id": {
  16212. "type": "string",
  16213. "example": "微信号"
  16214. }
  16215. }
  16216. },
  16217. "md.UserManagementGetUserListResp": {
  16218. "type": "object",
  16219. "properties": {
  16220. "levels_list": {
  16221. "description": "等级列表",
  16222. "type": "array",
  16223. "items": {
  16224. "type": "object",
  16225. "additionalProperties": true
  16226. }
  16227. },
  16228. "list": {
  16229. "type": "array",
  16230. "items": {
  16231. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  16232. }
  16233. },
  16234. "paginate": {
  16235. "description": "分页信息",
  16236. "allOf": [
  16237. {
  16238. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16239. }
  16240. ]
  16241. },
  16242. "state_list": {
  16243. "description": "状态列表",
  16244. "type": "array",
  16245. "items": {
  16246. "type": "object",
  16247. "additionalProperties": true
  16248. }
  16249. },
  16250. "tags_list": {
  16251. "description": "标签列表",
  16252. "type": "array",
  16253. "items": {
  16254. "type": "object",
  16255. "additionalProperties": true
  16256. }
  16257. }
  16258. }
  16259. },
  16260. "md.UserManagementGetVirtualCoinDetailResp": {
  16261. "type": "object",
  16262. "properties": {
  16263. "coin_list": {
  16264. "type": "array",
  16265. "items": {
  16266. "type": "object",
  16267. "additionalProperties": true
  16268. }
  16269. },
  16270. "list": {
  16271. "type": "array",
  16272. "items": {
  16273. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  16274. }
  16275. },
  16276. "paginate": {
  16277. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16278. }
  16279. }
  16280. },
  16281. "md.UserManagementUpdateUserInfoReq": {
  16282. "type": "object",
  16283. "properties": {
  16284. "avatar": {
  16285. "description": "头像",
  16286. "type": "string"
  16287. },
  16288. "last_login_ip": {
  16289. "description": "用户最后登录 IP",
  16290. "type": "string"
  16291. },
  16292. "level": {
  16293. "description": "会员等级 ID",
  16294. "type": "string"
  16295. },
  16296. "memo": {
  16297. "type": "string",
  16298. "example": "备注"
  16299. },
  16300. "nickname": {
  16301. "description": "用户名",
  16302. "type": "string"
  16303. },
  16304. "parent_uid": {
  16305. "description": "邀请人 ID",
  16306. "type": "string"
  16307. },
  16308. "password": {
  16309. "description": "登录密码",
  16310. "type": "string"
  16311. },
  16312. "phone": {
  16313. "description": "手机号",
  16314. "type": "string"
  16315. },
  16316. "sex": {
  16317. "description": "性别(0:未知 1:男 2:女)",
  16318. "type": "string"
  16319. },
  16320. "state": {
  16321. "description": "账号状态 1正常,2冻结",
  16322. "type": "string"
  16323. },
  16324. "tag": {
  16325. "description": "用户标签 ID列表",
  16326. "type": "string"
  16327. },
  16328. "uid": {
  16329. "type": "integer"
  16330. },
  16331. "union_id": {
  16332. "description": "微信号",
  16333. "type": "string"
  16334. }
  16335. }
  16336. },
  16337. "md.UserManagementUserInfoCancelReq": {
  16338. "type": "object",
  16339. "properties": {
  16340. "uid": {
  16341. "type": "string",
  16342. "example": "多个逗号隔开"
  16343. }
  16344. }
  16345. },
  16346. "md.UserManagementUserInfoReq": {
  16347. "type": "object",
  16348. "properties": {
  16349. "parent_uid": {
  16350. "type": "string",
  16351. "example": "参考下智莺 保留关系时候的选择用户"
  16352. },
  16353. "uid": {
  16354. "type": "string",
  16355. "example": "多个逗号隔开"
  16356. }
  16357. }
  16358. },
  16359. "md.UserRealName": {
  16360. "type": "object",
  16361. "properties": {
  16362. "create_time": {
  16363. "type": "string"
  16364. },
  16365. "id": {
  16366. "type": "string"
  16367. },
  16368. "id_no": {
  16369. "type": "string"
  16370. },
  16371. "name": {
  16372. "type": "string"
  16373. },
  16374. "pay_state": {
  16375. "type": "string",
  16376. "example": "0未支付 1已支付"
  16377. },
  16378. "phone": {
  16379. "type": "string"
  16380. },
  16381. "state": {
  16382. "type": "string",
  16383. "example": "0未申请 1申请通过 3申请失败"
  16384. },
  16385. "uid": {
  16386. "type": "string"
  16387. }
  16388. }
  16389. },
  16390. "md.UserRealNameBaseResp": {
  16391. "type": "object",
  16392. "properties": {
  16393. "user_real_name_money": {
  16394. "type": "string",
  16395. "example": "实名认证费用"
  16396. },
  16397. "user_real_name_rule": {
  16398. "type": "string",
  16399. "example": "实名认证说明"
  16400. }
  16401. }
  16402. },
  16403. "md.UserRealNameReq": {
  16404. "type": "object",
  16405. "properties": {
  16406. "id_no": {
  16407. "type": "string"
  16408. },
  16409. "limit": {
  16410. "type": "string"
  16411. },
  16412. "name": {
  16413. "type": "string"
  16414. },
  16415. "page": {
  16416. "type": "string"
  16417. },
  16418. "phone": {
  16419. "type": "string"
  16420. },
  16421. "state": {
  16422. "type": "string"
  16423. },
  16424. "uid": {
  16425. "type": "string"
  16426. }
  16427. }
  16428. },
  16429. "md.UserRealNameResp": {
  16430. "type": "object",
  16431. "properties": {
  16432. "list": {
  16433. "type": "array",
  16434. "items": {
  16435. "$ref": "#/definitions/md.UserRealName"
  16436. }
  16437. },
  16438. "select_data": {
  16439. "type": "array",
  16440. "items": {
  16441. "type": "object",
  16442. "additionalProperties": {
  16443. "type": "string"
  16444. }
  16445. }
  16446. },
  16447. "total": {
  16448. "type": "integer"
  16449. }
  16450. }
  16451. },
  16452. "md.UserRealNameSaveReq": {
  16453. "type": "object",
  16454. "properties": {
  16455. "id": {
  16456. "type": "string"
  16457. },
  16458. "state": {
  16459. "type": "string"
  16460. }
  16461. }
  16462. },
  16463. "md.UserVirtualCoinFlow": {
  16464. "type": "object",
  16465. "properties": {
  16466. "after_amount": {
  16467. "type": "string",
  16468. "example": "变更后数量"
  16469. },
  16470. "amount": {
  16471. "type": "string",
  16472. "example": "变更数量"
  16473. },
  16474. "before_amount": {
  16475. "type": "string",
  16476. "example": "变更前数量"
  16477. },
  16478. "coin_id": {
  16479. "description": "虚拟币 ID",
  16480. "type": "integer"
  16481. },
  16482. "create_at": {
  16483. "type": "string",
  16484. "example": "创建时间"
  16485. },
  16486. "direction": {
  16487. "description": "方向:1收入 2支出",
  16488. "type": "integer"
  16489. },
  16490. "id": {
  16491. "type": "integer"
  16492. },
  16493. "sys_fee": {
  16494. "type": "string",
  16495. "example": "手续费"
  16496. },
  16497. "title": {
  16498. "type": "string",
  16499. "example": "标题"
  16500. },
  16501. "transfer_type": {
  16502. "description": "转账类型",
  16503. "type": "integer"
  16504. },
  16505. "uid": {
  16506. "description": "用户 ID",
  16507. "type": "integer"
  16508. },
  16509. "update_at": {
  16510. "type": "string",
  16511. "example": "更新时间"
  16512. }
  16513. }
  16514. },
  16515. "md.VideoBaseData": {
  16516. "type": "object",
  16517. "properties": {
  16518. "interval": {
  16519. "type": "string",
  16520. "example": "领取间隔 秒"
  16521. },
  16522. "reward": {
  16523. "type": "string",
  16524. "example": "单次奖励"
  16525. },
  16526. "timer": {
  16527. "type": "string",
  16528. "example": "观看X秒奖励"
  16529. },
  16530. "total": {
  16531. "type": "string",
  16532. "example": "可领取总次数"
  16533. }
  16534. }
  16535. },
  16536. "md.VideoRewardSetting": {
  16537. "type": "object",
  16538. "properties": {
  16539. "video_reward_is_open": {
  16540. "description": "视频奖励是否开启(1:开启 0:关闭)",
  16541. "type": "integer"
  16542. },
  16543. "video_reward_system": {
  16544. "description": "视频奖励机制",
  16545. "allOf": [
  16546. {
  16547. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  16548. }
  16549. ]
  16550. }
  16551. }
  16552. },
  16553. "md.VideoRewardSystemStruct": {
  16554. "type": "object",
  16555. "properties": {
  16556. "each_round_hour": {
  16557. "description": "每一轮X个小时",
  16558. "type": "string"
  16559. },
  16560. "interval_minutes": {
  16561. "description": "间隔X秒",
  16562. "type": "string"
  16563. },
  16564. "reward_total_num": {
  16565. "description": "一共X个奖励视屏",
  16566. "type": "string"
  16567. },
  16568. "reward_value": {
  16569. "description": "奖励X个活跃积分",
  16570. "type": "string"
  16571. }
  16572. }
  16573. },
  16574. "md.VipEquitySettingNode": {
  16575. "type": "object",
  16576. "properties": {
  16577. "dividend_ratio": {
  16578. "description": "分红比例",
  16579. "type": "string"
  16580. },
  16581. "exchange_account_balance_fee": {
  16582. "description": "兑换余额手续费",
  16583. "type": "string"
  16584. },
  16585. "vip_level_id": {
  16586. "description": "会员等级ID",
  16587. "type": "string"
  16588. },
  16589. "vip_level_name": {
  16590. "description": "会员等级名称",
  16591. "type": "string"
  16592. }
  16593. }
  16594. },
  16595. "md.VirtualCoin": {
  16596. "type": "object",
  16597. "properties": {
  16598. "create_at": {
  16599. "type": "string"
  16600. },
  16601. "exchange_ratio": {
  16602. "description": "兑换比例(与金额)",
  16603. "type": "string",
  16604. "example": "兑换比例(与金额)"
  16605. },
  16606. "id": {
  16607. "type": "integer"
  16608. },
  16609. "is_use": {
  16610. "description": "是否开启: 0否 1是",
  16611. "type": "integer"
  16612. },
  16613. "name": {
  16614. "description": "名称",
  16615. "type": "string"
  16616. },
  16617. "update_at": {
  16618. "type": "string"
  16619. }
  16620. }
  16621. },
  16622. "md.VirtualCoinDetailNode": {
  16623. "type": "object",
  16624. "properties": {
  16625. "after_amount": {
  16626. "description": "变更后积分余额",
  16627. "type": "string"
  16628. },
  16629. "amount": {
  16630. "description": "变更数量",
  16631. "type": "string"
  16632. },
  16633. "create_at": {
  16634. "description": "创建时间",
  16635. "type": "string"
  16636. },
  16637. "direction": {
  16638. "description": "类型 1.收入 2.支出",
  16639. "type": "integer"
  16640. },
  16641. "uid": {
  16642. "description": "用户 ID",
  16643. "type": "integer"
  16644. }
  16645. }
  16646. },
  16647. "md.VirtualCoinListNode": {
  16648. "type": "object",
  16649. "properties": {
  16650. "coin_id": {
  16651. "description": "货币类型 ID",
  16652. "type": "integer"
  16653. },
  16654. "kind": {
  16655. "description": "货币序号",
  16656. "type": "integer"
  16657. },
  16658. "name": {
  16659. "type": "string",
  16660. "example": "货币类型名称"
  16661. }
  16662. }
  16663. },
  16664. "md.WebsiteInfoResp": {
  16665. "type": "object",
  16666. "properties": {
  16667. "android_down_url": {
  16668. "type": "string"
  16669. },
  16670. "ios_down_url": {
  16671. "type": "string"
  16672. },
  16673. "seo_logo": {
  16674. "type": "string"
  16675. },
  16676. "seo_title": {
  16677. "type": "string",
  16678. "example": "seo"
  16679. },
  16680. "web_logo": {
  16681. "type": "string"
  16682. }
  16683. }
  16684. },
  16685. "md.WithdrawApplyAuditReq": {
  16686. "type": "object",
  16687. "required": [
  16688. "audit_state",
  16689. "reason",
  16690. "withdraw_apply_id"
  16691. ],
  16692. "properties": {
  16693. "audit_state": {
  16694. "description": "审核状态(1:同意 2:拒绝)",
  16695. "type": "integer"
  16696. },
  16697. "reason": {
  16698. "description": "审核失败(驳回理由)",
  16699. "type": "integer"
  16700. },
  16701. "withdraw_apply_id": {
  16702. "description": "提现申请id",
  16703. "type": "integer"
  16704. }
  16705. }
  16706. },
  16707. "md.WithdrawFeeSetStruct": {
  16708. "type": "object",
  16709. "properties": {
  16710. "duration": {
  16711. "description": "类型 (1.固定金额 2.固定比例)",
  16712. "type": "integer"
  16713. },
  16714. "value": {
  16715. "description": "具体值",
  16716. "type": "integer"
  16717. }
  16718. }
  16719. },
  16720. "md.WithdrawFrequencySettingStruct": {
  16721. "type": "object",
  16722. "properties": {
  16723. "duration": {
  16724. "description": "周期 (1.天 2.周 3.月)",
  16725. "type": "integer"
  16726. },
  16727. "num": {
  16728. "description": "周期数",
  16729. "type": "array",
  16730. "items": {
  16731. "type": "string"
  16732. }
  16733. }
  16734. }
  16735. },
  16736. "md.WithdrawTimeIntervalStruct": {
  16737. "type": "object",
  16738. "properties": {
  16739. "end_at": {
  16740. "type": "string"
  16741. },
  16742. "start_at": {
  16743. "type": "string"
  16744. }
  16745. }
  16746. },
  16747. "model.EggEnergyUserEggIndexWeight": {
  16748. "type": "object",
  16749. "properties": {
  16750. "account_balance_exchange_egg_energy_nums": {
  16751. "type": "string"
  16752. },
  16753. "browse_interface_nums": {
  16754. "type": "string"
  16755. },
  16756. "college_learning_nums": {
  16757. "type": "string"
  16758. },
  16759. "create_at": {
  16760. "type": "string"
  16761. },
  16762. "ecpm": {
  16763. "type": "string"
  16764. },
  16765. "egg_energy_exchange_account_balance": {
  16766. "type": "string"
  16767. },
  16768. "forum_comments_nums": {
  16769. "type": "string"
  16770. },
  16771. "id": {
  16772. "type": "integer"
  16773. },
  16774. "im_activity_nums": {
  16775. "type": "string"
  16776. },
  16777. "invite_user_nums": {
  16778. "type": "string"
  16779. },
  16780. "person_add_activity_value": {
  16781. "type": "string"
  16782. },
  16783. "send_circle_of_friend_nums": {
  16784. "type": "string"
  16785. },
  16786. "send_red_package_nums": {
  16787. "type": "string"
  16788. },
  16789. "sign_in_nums": {
  16790. "type": "string"
  16791. },
  16792. "team_activity_nums": {
  16793. "type": "string"
  16794. },
  16795. "update_at": {
  16796. "type": "string"
  16797. },
  16798. "violate_nums": {
  16799. "type": "string"
  16800. }
  16801. }
  16802. },
  16803. "model.PlatformActiveData": {
  16804. "type": "object",
  16805. "properties": {
  16806. "date": {
  16807. "type": "string"
  16808. },
  16809. "id": {
  16810. "type": "integer"
  16811. },
  16812. "new_user_count": {
  16813. "type": "integer"
  16814. },
  16815. "user_sign_in_count": {
  16816. "type": "integer"
  16817. },
  16818. "withdraw_amount_count": {
  16819. "type": "string"
  16820. },
  16821. "withdraw_user_count": {
  16822. "type": "integer"
  16823. }
  16824. }
  16825. },
  16826. "model.UserLevelTask": {
  16827. "type": "object",
  16828. "properties": {
  16829. "active_days": {
  16830. "type": "integer"
  16831. },
  16832. "create_at": {
  16833. "type": "string"
  16834. },
  16835. "finish_count": {
  16836. "type": "integer"
  16837. },
  16838. "id": {
  16839. "type": "integer"
  16840. },
  16841. "is_must_task": {
  16842. "type": "integer"
  16843. },
  16844. "level_id": {
  16845. "type": "integer"
  16846. },
  16847. "task_type": {
  16848. "type": "integer"
  16849. },
  16850. "task_type_level_id": {
  16851. "type": "integer"
  16852. },
  16853. "update_at": {
  16854. "type": "string"
  16855. },
  16856. "within_days": {
  16857. "type": "integer"
  16858. }
  16859. }
  16860. },
  16861. "setCenter.WebBasicReq": {
  16862. "type": "object",
  16863. "properties": {
  16864. "android_down_url": {
  16865. "type": "string"
  16866. },
  16867. "ios_down_url": {
  16868. "type": "string"
  16869. },
  16870. "seo_logo": {
  16871. "type": "string"
  16872. },
  16873. "seo_title": {
  16874. "type": "string"
  16875. },
  16876. "wap_host": {
  16877. "type": "string",
  16878. "example": "h5域名"
  16879. },
  16880. "web_logo": {
  16881. "type": "string"
  16882. }
  16883. }
  16884. },
  16885. "setCenter.WebBasicResp": {
  16886. "type": "object",
  16887. "properties": {
  16888. "android_down_url": {
  16889. "type": "string"
  16890. },
  16891. "ios_down_url": {
  16892. "type": "string"
  16893. },
  16894. "seo_logo": {
  16895. "type": "string"
  16896. },
  16897. "seo_logo_url": {
  16898. "type": "string"
  16899. },
  16900. "seo_title": {
  16901. "type": "string"
  16902. },
  16903. "wap_host": {
  16904. "type": "string",
  16905. "example": "h5域名"
  16906. },
  16907. "web_logo": {
  16908. "type": "string"
  16909. },
  16910. "web_logo_url": {
  16911. "type": "string"
  16912. }
  16913. }
  16914. }
  16915. },
  16916. "securityDefinitions": {
  16917. "MasterID": {
  16918. "type": "apiKey",
  16919. "name": "MasterID",
  16920. "in": "header"
  16921. }
  16922. }
  16923. }`
  16924. // SwaggerInfo holds exported Swagger Info so clients can modify it
  16925. var SwaggerInfo = &swag.Spec{
  16926. Version: "1.0",
  16927. Host: "localhost:4001",
  16928. BasePath: "",
  16929. Schemes: []string{},
  16930. Title: "蛋蛋星球-管理后台",
  16931. Description: "管理后台接口文档",
  16932. InfoInstanceName: "swagger",
  16933. SwaggerTemplate: docTemplate,
  16934. }
  16935. func init() {
  16936. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  16937. }