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

17121 lines
583 KiB

  1. // Package docs 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. }
  1611. ],
  1612. "responses": {
  1613. "200": {
  1614. "description": "token",
  1615. "schema": {
  1616. "type": "object",
  1617. "additionalProperties": true
  1618. }
  1619. },
  1620. "400": {
  1621. "description": "具体错误",
  1622. "schema": {
  1623. "$ref": "#/definitions/md.Response"
  1624. }
  1625. }
  1626. }
  1627. }
  1628. },
  1629. "/api/financialCenter/withdraw/applyList": {
  1630. "post": {
  1631. "description": "提现申请列表(获取)",
  1632. "consumes": [
  1633. "application/json"
  1634. ],
  1635. "produces": [
  1636. "application/json"
  1637. ],
  1638. "tags": [
  1639. "提现"
  1640. ],
  1641. "summary": "财务中心-提现-提现申请列表(获取)",
  1642. "parameters": [
  1643. {
  1644. "type": "string",
  1645. "description": "验证参数Bearer和token空格拼接",
  1646. "name": "Authorization",
  1647. "in": "header",
  1648. "required": true
  1649. },
  1650. {
  1651. "description": "筛选条件",
  1652. "name": "req",
  1653. "in": "body",
  1654. "schema": {
  1655. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1656. }
  1657. }
  1658. ],
  1659. "responses": {
  1660. "200": {
  1661. "description": "具体数据",
  1662. "schema": {
  1663. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1664. }
  1665. },
  1666. "400": {
  1667. "description": "具体错误",
  1668. "schema": {
  1669. "$ref": "#/definitions/md.Response"
  1670. }
  1671. }
  1672. }
  1673. }
  1674. },
  1675. "/api/financialCenter/withdraw/audit": {
  1676. "post": {
  1677. "description": "提现审核",
  1678. "consumes": [
  1679. "application/json"
  1680. ],
  1681. "produces": [
  1682. "application/json"
  1683. ],
  1684. "tags": [
  1685. "提现"
  1686. ],
  1687. "summary": "财务中心-提现-审核",
  1688. "parameters": [
  1689. {
  1690. "type": "string",
  1691. "description": "验证参数Bearer和token空格拼接",
  1692. "name": "Authorization",
  1693. "in": "header",
  1694. "required": true
  1695. },
  1696. {
  1697. "description": "筛选条件",
  1698. "name": "req",
  1699. "in": "body",
  1700. "schema": {
  1701. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1702. }
  1703. }
  1704. ],
  1705. "responses": {
  1706. "200": {
  1707. "description": "success",
  1708. "schema": {
  1709. "type": "string"
  1710. }
  1711. },
  1712. "400": {
  1713. "description": "具体错误",
  1714. "schema": {
  1715. "$ref": "#/definitions/md.Response"
  1716. }
  1717. }
  1718. }
  1719. }
  1720. },
  1721. "/api/financialCenter/withdraw/setting": {
  1722. "get": {
  1723. "description": "基础设置(获取)",
  1724. "consumes": [
  1725. "application/json"
  1726. ],
  1727. "produces": [
  1728. "application/json"
  1729. ],
  1730. "tags": [
  1731. "提现"
  1732. ],
  1733. "summary": "财务中心-提现-基础设置(获取)",
  1734. "parameters": [
  1735. {
  1736. "type": "string",
  1737. "description": "验证参数Bearer和token空格拼接",
  1738. "name": "Authorization",
  1739. "in": "header",
  1740. "required": true
  1741. }
  1742. ],
  1743. "responses": {
  1744. "200": {
  1745. "description": "具体数据",
  1746. "schema": {
  1747. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1748. }
  1749. },
  1750. "400": {
  1751. "description": "具体错误",
  1752. "schema": {
  1753. "$ref": "#/definitions/md.Response"
  1754. }
  1755. }
  1756. }
  1757. }
  1758. },
  1759. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1760. "post": {
  1761. "description": "基础设置(更新)",
  1762. "consumes": [
  1763. "application/json"
  1764. ],
  1765. "produces": [
  1766. "application/json"
  1767. ],
  1768. "tags": [
  1769. "提现"
  1770. ],
  1771. "summary": "财务中心-提现-基础设置(更新)",
  1772. "parameters": [
  1773. {
  1774. "type": "string",
  1775. "description": "验证参数Bearer和token空格拼接",
  1776. "name": "Authorization",
  1777. "in": "header",
  1778. "required": true
  1779. },
  1780. {
  1781. "description": "id 必填",
  1782. "name": "req",
  1783. "in": "body",
  1784. "required": true,
  1785. "schema": {
  1786. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1787. }
  1788. }
  1789. ],
  1790. "responses": {
  1791. "200": {
  1792. "description": "修改数据条数",
  1793. "schema": {
  1794. "type": "int"
  1795. }
  1796. },
  1797. "400": {
  1798. "description": "具体错误",
  1799. "schema": {
  1800. "$ref": "#/definitions/md.Response"
  1801. }
  1802. }
  1803. }
  1804. }
  1805. },
  1806. "/api/friendCircleSettings/basic/index": {
  1807. "get": {
  1808. "description": "基础设置(获取)",
  1809. "consumes": [
  1810. "application/json"
  1811. ],
  1812. "produces": [
  1813. "application/json"
  1814. ],
  1815. "tags": [
  1816. "动态设置"
  1817. ],
  1818. "summary": "社交管理-动态设置-基础设置(获取)",
  1819. "parameters": [
  1820. {
  1821. "type": "string",
  1822. "description": "验证参数Bearer和token空格拼接",
  1823. "name": "Authorization",
  1824. "in": "header",
  1825. "required": true
  1826. }
  1827. ],
  1828. "responses": {
  1829. "200": {
  1830. "description": "具体数据",
  1831. "schema": {
  1832. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1833. }
  1834. },
  1835. "400": {
  1836. "description": "具体错误",
  1837. "schema": {
  1838. "$ref": "#/definitions/md.Response"
  1839. }
  1840. }
  1841. }
  1842. }
  1843. },
  1844. "/api/friendCircleSettings/basic/save": {
  1845. "post": {
  1846. "description": "基础设置(更新)",
  1847. "consumes": [
  1848. "application/json"
  1849. ],
  1850. "produces": [
  1851. "application/json"
  1852. ],
  1853. "tags": [
  1854. "动态设置"
  1855. ],
  1856. "summary": "社交管理-动态设置-基础设置(更新)",
  1857. "parameters": [
  1858. {
  1859. "type": "string",
  1860. "description": "验证参数Bearer和token空格拼接",
  1861. "name": "Authorization",
  1862. "in": "header",
  1863. "required": true
  1864. },
  1865. {
  1866. "description": "id 必填",
  1867. "name": "req",
  1868. "in": "body",
  1869. "required": true,
  1870. "schema": {
  1871. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1872. }
  1873. }
  1874. ],
  1875. "responses": {
  1876. "200": {
  1877. "description": "修改数据条数",
  1878. "schema": {
  1879. "type": "int"
  1880. }
  1881. },
  1882. "400": {
  1883. "description": "具体错误",
  1884. "schema": {
  1885. "$ref": "#/definitions/md.Response"
  1886. }
  1887. }
  1888. }
  1889. }
  1890. },
  1891. "/api/friendCircleSettings/blackList/add": {
  1892. "post": {
  1893. "description": "黑名单(新增)",
  1894. "consumes": [
  1895. "application/json"
  1896. ],
  1897. "produces": [
  1898. "application/json"
  1899. ],
  1900. "tags": [
  1901. "动态设置"
  1902. ],
  1903. "summary": "社交管理-动态设置-黑名单(新增)",
  1904. "parameters": [
  1905. {
  1906. "type": "string",
  1907. "description": "验证参数Bearer和token空格拼接",
  1908. "name": "Authorization",
  1909. "in": "header",
  1910. "required": true
  1911. },
  1912. {
  1913. "description": "用户id 必填",
  1914. "name": "req",
  1915. "in": "body",
  1916. "required": true,
  1917. "schema": {
  1918. "$ref": "#/definitions/md.AddBlackListReq"
  1919. }
  1920. }
  1921. ],
  1922. "responses": {
  1923. "200": {
  1924. "description": "生成的黑名单id",
  1925. "schema": {
  1926. "type": "string"
  1927. }
  1928. },
  1929. "400": {
  1930. "description": "具体错误",
  1931. "schema": {
  1932. "$ref": "#/definitions/md.Response"
  1933. }
  1934. }
  1935. }
  1936. }
  1937. },
  1938. "/api/friendCircleSettings/blackList/del": {
  1939. "delete": {
  1940. "description": "黑名单(删除)",
  1941. "consumes": [
  1942. "application/json"
  1943. ],
  1944. "produces": [
  1945. "application/json"
  1946. ],
  1947. "tags": [
  1948. "动态设置"
  1949. ],
  1950. "summary": "社交管理-动态设置-黑名单(删除)",
  1951. "parameters": [
  1952. {
  1953. "type": "string",
  1954. "description": "验证参数Bearer和token空格拼接",
  1955. "name": "Authorization",
  1956. "in": "header",
  1957. "required": true
  1958. },
  1959. {
  1960. "description": "黑名单id 必填",
  1961. "name": "req",
  1962. "in": "body",
  1963. "required": true,
  1964. "schema": {
  1965. "$ref": "#/definitions/md.DeleteBlackListReq"
  1966. }
  1967. }
  1968. ],
  1969. "responses": {
  1970. "200": {
  1971. "description": "删除数据数量",
  1972. "schema": {
  1973. "type": "string"
  1974. }
  1975. },
  1976. "400": {
  1977. "description": "具体错误",
  1978. "schema": {
  1979. "$ref": "#/definitions/md.Response"
  1980. }
  1981. }
  1982. }
  1983. }
  1984. },
  1985. "/api/friendCircleSettings/blackList/index": {
  1986. "get": {
  1987. "description": "黑名单(获取)",
  1988. "consumes": [
  1989. "application/json"
  1990. ],
  1991. "produces": [
  1992. "application/json"
  1993. ],
  1994. "tags": [
  1995. "动态设置"
  1996. ],
  1997. "summary": "社交管理-动态设置-黑名单(获取)",
  1998. "parameters": [
  1999. {
  2000. "type": "string",
  2001. "description": "验证参数Bearer和token空格拼接",
  2002. "name": "Authorization",
  2003. "in": "header",
  2004. "required": true
  2005. },
  2006. {
  2007. "type": "integer",
  2008. "description": "每页大小",
  2009. "name": "limit",
  2010. "in": "query",
  2011. "required": true
  2012. },
  2013. {
  2014. "type": "integer",
  2015. "description": "页数",
  2016. "name": "page",
  2017. "in": "query",
  2018. "required": true
  2019. },
  2020. {
  2021. "type": "integer",
  2022. "description": "手机号",
  2023. "name": "phone",
  2024. "in": "query",
  2025. "required": true
  2026. },
  2027. {
  2028. "type": "integer",
  2029. "description": "用户名",
  2030. "name": "nickname",
  2031. "in": "query",
  2032. "required": true
  2033. },
  2034. {
  2035. "type": "integer",
  2036. "description": "用户id",
  2037. "name": "uid",
  2038. "in": "query",
  2039. "required": true
  2040. }
  2041. ],
  2042. "responses": {
  2043. "200": {
  2044. "description": "具体数据",
  2045. "schema": {
  2046. "$ref": "#/definitions/md.GetBlackListResp"
  2047. }
  2048. },
  2049. "400": {
  2050. "description": "具体错误",
  2051. "schema": {
  2052. "$ref": "#/definitions/md.Response"
  2053. }
  2054. }
  2055. }
  2056. }
  2057. },
  2058. "/api/friendCircleSettings/dynamic/del": {
  2059. "delete": {
  2060. "description": "动态(删除)",
  2061. "consumes": [
  2062. "application/json"
  2063. ],
  2064. "produces": [
  2065. "application/json"
  2066. ],
  2067. "tags": [
  2068. "动态设置"
  2069. ],
  2070. "summary": "社交管理-动态设置-动态(删除)",
  2071. "parameters": [
  2072. {
  2073. "type": "string",
  2074. "description": "验证参数Bearer和token空格拼接",
  2075. "name": "Authorization",
  2076. "in": "header",
  2077. "required": true
  2078. },
  2079. {
  2080. "description": "删除动态id必填",
  2081. "name": "req",
  2082. "in": "body",
  2083. "required": true,
  2084. "schema": {
  2085. "$ref": "#/definitions/md.DeleteDynamicReq"
  2086. }
  2087. }
  2088. ],
  2089. "responses": {
  2090. "200": {
  2091. "description": "success",
  2092. "schema": {
  2093. "type": "string"
  2094. }
  2095. },
  2096. "400": {
  2097. "description": "具体错误",
  2098. "schema": {
  2099. "$ref": "#/definitions/md.Response"
  2100. }
  2101. }
  2102. }
  2103. }
  2104. },
  2105. "/api/friendCircleSettings/dynamic/index": {
  2106. "post": {
  2107. "description": "动态(获取)",
  2108. "consumes": [
  2109. "application/json"
  2110. ],
  2111. "produces": [
  2112. "application/json"
  2113. ],
  2114. "tags": [
  2115. "动态设置"
  2116. ],
  2117. "summary": "社交管理-动态设置-动态(获取)",
  2118. "parameters": [
  2119. {
  2120. "type": "string",
  2121. "description": "验证参数Bearer和token空格拼接",
  2122. "name": "Authorization",
  2123. "in": "header",
  2124. "required": true
  2125. },
  2126. {
  2127. "description": "筛选条件",
  2128. "name": "req",
  2129. "in": "body",
  2130. "schema": {
  2131. "$ref": "#/definitions/md.GetDynamicReq"
  2132. }
  2133. }
  2134. ],
  2135. "responses": {
  2136. "200": {
  2137. "description": "生成的黑名单id",
  2138. "schema": {
  2139. "$ref": "#/definitions/md.GetDynamicResp"
  2140. }
  2141. },
  2142. "400": {
  2143. "description": "具体错误",
  2144. "schema": {
  2145. "$ref": "#/definitions/md.Response"
  2146. }
  2147. }
  2148. }
  2149. }
  2150. },
  2151. "/api/friendCircleSettings/dynamic/release": {
  2152. "post": {
  2153. "description": "动态(发布)",
  2154. "consumes": [
  2155. "application/json"
  2156. ],
  2157. "produces": [
  2158. "application/json"
  2159. ],
  2160. "tags": [
  2161. "动态设置"
  2162. ],
  2163. "summary": "社交管理-动态设置-动态(发布)",
  2164. "parameters": [
  2165. {
  2166. "type": "string",
  2167. "description": "验证参数Bearer和token空格拼接",
  2168. "name": "Authorization",
  2169. "in": "header",
  2170. "required": true
  2171. },
  2172. {
  2173. "description": "发布动态信息",
  2174. "name": "req",
  2175. "in": "body",
  2176. "required": true,
  2177. "schema": {
  2178. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2179. }
  2180. }
  2181. ],
  2182. "responses": {
  2183. "200": {
  2184. "description": "success",
  2185. "schema": {
  2186. "type": "string"
  2187. }
  2188. },
  2189. "400": {
  2190. "description": "具体错误",
  2191. "schema": {
  2192. "$ref": "#/definitions/md.Response"
  2193. }
  2194. }
  2195. }
  2196. }
  2197. },
  2198. "/api/friendCircleSettings/dynamic/update": {
  2199. "post": {
  2200. "description": "动态(更新)",
  2201. "consumes": [
  2202. "application/json"
  2203. ],
  2204. "produces": [
  2205. "application/json"
  2206. ],
  2207. "tags": [
  2208. "动态设置"
  2209. ],
  2210. "summary": "社交管理-动态设置-动态(更新)",
  2211. "parameters": [
  2212. {
  2213. "type": "string",
  2214. "description": "验证参数Bearer和token空格拼接",
  2215. "name": "Authorization",
  2216. "in": "header",
  2217. "required": true
  2218. },
  2219. {
  2220. "description": "更新动态id必填",
  2221. "name": "req",
  2222. "in": "body",
  2223. "required": true,
  2224. "schema": {
  2225. "$ref": "#/definitions/md.UpdateDynamicReq"
  2226. }
  2227. }
  2228. ],
  2229. "responses": {
  2230. "200": {
  2231. "description": "success",
  2232. "schema": {
  2233. "type": "string"
  2234. }
  2235. },
  2236. "400": {
  2237. "description": "具体错误",
  2238. "schema": {
  2239. "$ref": "#/definitions/md.Response"
  2240. }
  2241. }
  2242. }
  2243. }
  2244. },
  2245. "/api/getSTSVoucher": {
  2246. "get": {
  2247. "description": "STS临时访问凭证(获取)",
  2248. "consumes": [
  2249. "application/json"
  2250. ],
  2251. "produces": [
  2252. "application/json"
  2253. ],
  2254. "tags": [
  2255. "打包机使用"
  2256. ],
  2257. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2258. "parameters": [
  2259. {
  2260. "type": "string",
  2261. "description": "验证参数Bearer和token空格拼接",
  2262. "name": "Authorization",
  2263. "in": "header",
  2264. "required": true
  2265. }
  2266. ],
  2267. "responses": {
  2268. "200": {
  2269. "description": "凭证及其他信息",
  2270. "schema": {
  2271. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2272. }
  2273. },
  2274. "400": {
  2275. "description": "具体错误",
  2276. "schema": {
  2277. "$ref": "#/definitions/md.Response"
  2278. }
  2279. }
  2280. }
  2281. }
  2282. },
  2283. "/api/homePage/activeData": {
  2284. "get": {
  2285. "description": "活跃数据",
  2286. "consumes": [
  2287. "application/json"
  2288. ],
  2289. "produces": [
  2290. "application/json"
  2291. ],
  2292. "tags": [
  2293. "首页"
  2294. ],
  2295. "summary": "首页-首页-活跃数据",
  2296. "parameters": [
  2297. {
  2298. "type": "string",
  2299. "description": "验证参数Bearer和token空格拼接",
  2300. "name": "Authorization",
  2301. "in": "header",
  2302. "required": true
  2303. }
  2304. ],
  2305. "responses": {
  2306. "200": {
  2307. "description": "具体数据",
  2308. "schema": {
  2309. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2310. }
  2311. },
  2312. "400": {
  2313. "description": "具体错误",
  2314. "schema": {
  2315. "$ref": "#/definitions/md.Response"
  2316. }
  2317. }
  2318. }
  2319. }
  2320. },
  2321. "/api/homePage/growData": {
  2322. "get": {
  2323. "description": "用户增长曲线",
  2324. "consumes": [
  2325. "application/json"
  2326. ],
  2327. "produces": [
  2328. "application/json"
  2329. ],
  2330. "tags": [
  2331. "首页"
  2332. ],
  2333. "summary": "首页-首页-用户增长曲线",
  2334. "parameters": [
  2335. {
  2336. "type": "string",
  2337. "description": "验证参数Bearer和token空格拼接",
  2338. "name": "Authorization",
  2339. "in": "header",
  2340. "required": true
  2341. },
  2342. {
  2343. "type": "string",
  2344. "description": "1:按天 2:按周 3:按小时",
  2345. "name": "kind",
  2346. "in": "query"
  2347. }
  2348. ],
  2349. "responses": {
  2350. "200": {
  2351. "description": "具体数据",
  2352. "schema": {
  2353. "$ref": "#/definitions/md.GetPriceCurveResp"
  2354. }
  2355. },
  2356. "400": {
  2357. "description": "具体错误",
  2358. "schema": {
  2359. "$ref": "#/definitions/md.Response"
  2360. }
  2361. }
  2362. }
  2363. }
  2364. },
  2365. "/api/homePage/totalData": {
  2366. "get": {
  2367. "description": "数据总览",
  2368. "consumes": [
  2369. "application/json"
  2370. ],
  2371. "produces": [
  2372. "application/json"
  2373. ],
  2374. "tags": [
  2375. "首页"
  2376. ],
  2377. "summary": "首页-首页-数据总览",
  2378. "parameters": [
  2379. {
  2380. "type": "string",
  2381. "description": "验证参数Bearer和token空格拼接",
  2382. "name": "Authorization",
  2383. "in": "header",
  2384. "required": true
  2385. },
  2386. {
  2387. "type": "string",
  2388. "description": "年",
  2389. "name": "year",
  2390. "in": "query",
  2391. "required": true
  2392. },
  2393. {
  2394. "type": "string",
  2395. "description": "月",
  2396. "name": "month",
  2397. "in": "query",
  2398. "required": true
  2399. }
  2400. ],
  2401. "responses": {
  2402. "200": {
  2403. "description": "具体数据",
  2404. "schema": {
  2405. "$ref": "#/definitions/hdl.TotalDataResp"
  2406. }
  2407. },
  2408. "400": {
  2409. "description": "具体错误",
  2410. "schema": {
  2411. "$ref": "#/definitions/md.Response"
  2412. }
  2413. }
  2414. }
  2415. }
  2416. },
  2417. "/api/im/addCustomerService": {
  2418. "post": {
  2419. "description": "客服(新增)",
  2420. "consumes": [
  2421. "application/json"
  2422. ],
  2423. "produces": [
  2424. "application/json"
  2425. ],
  2426. "tags": [
  2427. "客服"
  2428. ],
  2429. "summary": "Im-客服(新增)",
  2430. "parameters": [
  2431. {
  2432. "type": "string",
  2433. "description": "验证参数Bearer和token空格拼接",
  2434. "name": "Authorization",
  2435. "in": "header",
  2436. "required": true
  2437. },
  2438. {
  2439. "description": "相关参数",
  2440. "name": "req",
  2441. "in": "body",
  2442. "required": true,
  2443. "schema": {
  2444. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2445. }
  2446. }
  2447. ],
  2448. "responses": {
  2449. "200": {
  2450. "description": "success",
  2451. "schema": {
  2452. "type": "string"
  2453. }
  2454. },
  2455. "400": {
  2456. "description": "具体错误",
  2457. "schema": {
  2458. "$ref": "#/definitions/md.Response"
  2459. }
  2460. }
  2461. }
  2462. }
  2463. },
  2464. "/api/im/addEmoticon": {
  2465. "post": {
  2466. "description": "表情包(新增)",
  2467. "consumes": [
  2468. "application/json"
  2469. ],
  2470. "produces": [
  2471. "application/json"
  2472. ],
  2473. "tags": [
  2474. "表情包"
  2475. ],
  2476. "summary": "Im-表情包(新增)",
  2477. "parameters": [
  2478. {
  2479. "type": "string",
  2480. "description": "验证参数Bearer和token空格拼接",
  2481. "name": "Authorization",
  2482. "in": "header",
  2483. "required": true
  2484. },
  2485. {
  2486. "description": "相关参数",
  2487. "name": "req",
  2488. "in": "body",
  2489. "required": true,
  2490. "schema": {
  2491. "$ref": "#/definitions/md.AddEmoticonReq"
  2492. }
  2493. }
  2494. ],
  2495. "responses": {
  2496. "200": {
  2497. "description": "success",
  2498. "schema": {
  2499. "type": "string"
  2500. }
  2501. },
  2502. "400": {
  2503. "description": "具体错误",
  2504. "schema": {
  2505. "$ref": "#/definitions/md.Response"
  2506. }
  2507. }
  2508. }
  2509. }
  2510. },
  2511. "/api/im/batchSendGroupMessage": {
  2512. "post": {
  2513. "description": "群发发送群组消息",
  2514. "consumes": [
  2515. "application/json"
  2516. ],
  2517. "produces": [
  2518. "application/json"
  2519. ],
  2520. "tags": [
  2521. "群发发送群组消息"
  2522. ],
  2523. "summary": "Im-群发发送群组消息",
  2524. "parameters": [
  2525. {
  2526. "type": "string",
  2527. "description": "验证参数Bearer和token空格拼接",
  2528. "name": "Authorization",
  2529. "in": "header",
  2530. "required": true
  2531. },
  2532. {
  2533. "description": "相关参数",
  2534. "name": "req",
  2535. "in": "body",
  2536. "required": true,
  2537. "schema": {
  2538. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2539. }
  2540. }
  2541. ],
  2542. "responses": {
  2543. "200": {
  2544. "description": "success",
  2545. "schema": {
  2546. "type": "string"
  2547. }
  2548. },
  2549. "400": {
  2550. "description": "具体错误",
  2551. "schema": {
  2552. "$ref": "#/definitions/md.Response"
  2553. }
  2554. }
  2555. }
  2556. }
  2557. },
  2558. "/api/im/batchSendUserMessage": {
  2559. "post": {
  2560. "description": "群发发送用户消息",
  2561. "consumes": [
  2562. "application/json"
  2563. ],
  2564. "produces": [
  2565. "application/json"
  2566. ],
  2567. "tags": [
  2568. "群发发送用户消息"
  2569. ],
  2570. "summary": "Im-群发发送用户消息",
  2571. "parameters": [
  2572. {
  2573. "type": "string",
  2574. "description": "验证参数Bearer和token空格拼接",
  2575. "name": "Authorization",
  2576. "in": "header",
  2577. "required": true
  2578. },
  2579. {
  2580. "description": "相关参数",
  2581. "name": "req",
  2582. "in": "body",
  2583. "required": true,
  2584. "schema": {
  2585. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2586. }
  2587. }
  2588. ],
  2589. "responses": {
  2590. "200": {
  2591. "description": "success",
  2592. "schema": {
  2593. "type": "string"
  2594. }
  2595. },
  2596. "400": {
  2597. "description": "具体错误",
  2598. "schema": {
  2599. "$ref": "#/definitions/md.Response"
  2600. }
  2601. }
  2602. }
  2603. }
  2604. },
  2605. "/api/im/deleteEmoticon": {
  2606. "post": {
  2607. "description": "表情包(删除)",
  2608. "consumes": [
  2609. "application/json"
  2610. ],
  2611. "produces": [
  2612. "application/json"
  2613. ],
  2614. "tags": [
  2615. "表情包"
  2616. ],
  2617. "summary": "Im-表情包(删除)",
  2618. "parameters": [
  2619. {
  2620. "type": "string",
  2621. "description": "验证参数Bearer和token空格拼接",
  2622. "name": "Authorization",
  2623. "in": "header",
  2624. "required": true
  2625. },
  2626. {
  2627. "description": "相关参数",
  2628. "name": "req",
  2629. "in": "body",
  2630. "required": true,
  2631. "schema": {
  2632. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2633. }
  2634. }
  2635. ],
  2636. "responses": {
  2637. "200": {
  2638. "description": "success",
  2639. "schema": {
  2640. "type": "string"
  2641. }
  2642. },
  2643. "400": {
  2644. "description": "具体错误",
  2645. "schema": {
  2646. "$ref": "#/definitions/md.Response"
  2647. }
  2648. }
  2649. }
  2650. }
  2651. },
  2652. "/api/im/getBasic": {
  2653. "get": {
  2654. "description": "基础设置(获取)",
  2655. "consumes": [
  2656. "application/json"
  2657. ],
  2658. "produces": [
  2659. "application/json"
  2660. ],
  2661. "tags": [
  2662. "基础设置"
  2663. ],
  2664. "summary": "Im-基础设置(获取)",
  2665. "parameters": [
  2666. {
  2667. "type": "string",
  2668. "description": "验证参数Bearer和token空格拼接",
  2669. "name": "Authorization",
  2670. "in": "header",
  2671. "required": true
  2672. }
  2673. ],
  2674. "responses": {
  2675. "200": {
  2676. "description": "设置列表",
  2677. "schema": {
  2678. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2679. }
  2680. },
  2681. "400": {
  2682. "description": "具体错误",
  2683. "schema": {
  2684. "$ref": "#/definitions/md.Response"
  2685. }
  2686. }
  2687. }
  2688. }
  2689. },
  2690. "/api/im/groupList": {
  2691. "post": {
  2692. "description": "群组用户(列表)",
  2693. "consumes": [
  2694. "application/json"
  2695. ],
  2696. "produces": [
  2697. "application/json"
  2698. ],
  2699. "tags": [
  2700. "群组用户"
  2701. ],
  2702. "summary": "Im-群组用户(列表)",
  2703. "parameters": [
  2704. {
  2705. "type": "string",
  2706. "description": "验证参数Bearer和token空格拼接",
  2707. "name": "Authorization",
  2708. "in": "header",
  2709. "required": true
  2710. },
  2711. {
  2712. "description": "相关参数",
  2713. "name": "req",
  2714. "in": "body",
  2715. "required": true,
  2716. "schema": {
  2717. "$ref": "#/definitions/md.GroupListReq"
  2718. }
  2719. }
  2720. ],
  2721. "responses": {
  2722. "200": {
  2723. "description": "OK",
  2724. "schema": {
  2725. "$ref": "#/definitions/md.GroupListResp"
  2726. }
  2727. },
  2728. "400": {
  2729. "description": "具体错误",
  2730. "schema": {
  2731. "$ref": "#/definitions/md.Response"
  2732. }
  2733. }
  2734. }
  2735. }
  2736. },
  2737. "/api/im/pageCustomerService": {
  2738. "post": {
  2739. "description": "客服(列表)",
  2740. "consumes": [
  2741. "application/json"
  2742. ],
  2743. "produces": [
  2744. "application/json"
  2745. ],
  2746. "tags": [
  2747. "客服"
  2748. ],
  2749. "summary": "Im-客服(列表)",
  2750. "parameters": [
  2751. {
  2752. "type": "string",
  2753. "description": "验证参数Bearer和token空格拼接",
  2754. "name": "Authorization",
  2755. "in": "header",
  2756. "required": true
  2757. },
  2758. {
  2759. "description": "相关参数",
  2760. "name": "req",
  2761. "in": "body",
  2762. "required": true,
  2763. "schema": {
  2764. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2765. }
  2766. }
  2767. ],
  2768. "responses": {
  2769. "200": {
  2770. "description": "设置列表",
  2771. "schema": {
  2772. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2773. }
  2774. },
  2775. "400": {
  2776. "description": "具体错误",
  2777. "schema": {
  2778. "$ref": "#/definitions/md.Response"
  2779. }
  2780. }
  2781. }
  2782. }
  2783. },
  2784. "/api/im/pageEmoticon": {
  2785. "post": {
  2786. "description": "表情包(列表)",
  2787. "consumes": [
  2788. "application/json"
  2789. ],
  2790. "produces": [
  2791. "application/json"
  2792. ],
  2793. "tags": [
  2794. "表情包"
  2795. ],
  2796. "summary": "Im-表情包(列表)",
  2797. "parameters": [
  2798. {
  2799. "type": "string",
  2800. "description": "验证参数Bearer和token空格拼接",
  2801. "name": "Authorization",
  2802. "in": "header",
  2803. "required": true
  2804. },
  2805. {
  2806. "description": "相关参数",
  2807. "name": "req",
  2808. "in": "body",
  2809. "required": true,
  2810. "schema": {
  2811. "$ref": "#/definitions/md.PageEmoticonReq"
  2812. }
  2813. }
  2814. ],
  2815. "responses": {
  2816. "200": {
  2817. "description": "设置列表",
  2818. "schema": {
  2819. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2820. }
  2821. },
  2822. "400": {
  2823. "description": "具体错误",
  2824. "schema": {
  2825. "$ref": "#/definitions/md.Response"
  2826. }
  2827. }
  2828. }
  2829. }
  2830. },
  2831. "/api/im/pageSendRedPackageOrd": {
  2832. "post": {
  2833. "description": "红包记录(列表)",
  2834. "consumes": [
  2835. "application/json"
  2836. ],
  2837. "produces": [
  2838. "application/json"
  2839. ],
  2840. "tags": [
  2841. "红包记录"
  2842. ],
  2843. "summary": "Im-红包记录(列表)",
  2844. "parameters": [
  2845. {
  2846. "type": "string",
  2847. "description": "验证参数Bearer和token空格拼接",
  2848. "name": "Authorization",
  2849. "in": "header",
  2850. "required": true
  2851. },
  2852. {
  2853. "description": "相关参数",
  2854. "name": "req",
  2855. "in": "body",
  2856. "required": true,
  2857. "schema": {
  2858. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2859. }
  2860. }
  2861. ],
  2862. "responses": {
  2863. "200": {
  2864. "description": "success",
  2865. "schema": {
  2866. "type": "string"
  2867. }
  2868. },
  2869. "400": {
  2870. "description": "具体错误",
  2871. "schema": {
  2872. "$ref": "#/definitions/md.Response"
  2873. }
  2874. }
  2875. }
  2876. }
  2877. },
  2878. "/api/im/redPackageRecordsDetail": {
  2879. "get": {
  2880. "description": "红包记录(详情)",
  2881. "consumes": [
  2882. "application/json"
  2883. ],
  2884. "produces": [
  2885. "application/json"
  2886. ],
  2887. "tags": [
  2888. "红包记录"
  2889. ],
  2890. "summary": "Im-红包记录(详情)",
  2891. "parameters": [
  2892. {
  2893. "type": "string",
  2894. "description": "验证参数Bearer和token空格拼接",
  2895. "name": "Authorization",
  2896. "in": "header",
  2897. "required": true
  2898. },
  2899. {
  2900. "type": "string",
  2901. "description": "红包id",
  2902. "name": "red_package_id",
  2903. "in": "query",
  2904. "required": true
  2905. }
  2906. ],
  2907. "responses": {
  2908. "200": {
  2909. "description": "success",
  2910. "schema": {
  2911. "type": "string"
  2912. }
  2913. },
  2914. "400": {
  2915. "description": "具体错误",
  2916. "schema": {
  2917. "$ref": "#/definitions/md.Response"
  2918. }
  2919. }
  2920. }
  2921. }
  2922. },
  2923. "/api/im/setBasic": {
  2924. "post": {
  2925. "description": "基础设置(更新)",
  2926. "consumes": [
  2927. "application/json"
  2928. ],
  2929. "produces": [
  2930. "application/json"
  2931. ],
  2932. "tags": [
  2933. "基础设置"
  2934. ],
  2935. "summary": "Im-基础设置(更新)",
  2936. "parameters": [
  2937. {
  2938. "type": "string",
  2939. "description": "验证参数Bearer和token空格拼接",
  2940. "name": "Authorization",
  2941. "in": "header",
  2942. "required": true
  2943. },
  2944. {
  2945. "description": "上传需要修改的信息",
  2946. "name": "req",
  2947. "in": "body",
  2948. "required": true,
  2949. "schema": {
  2950. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2951. }
  2952. }
  2953. ],
  2954. "responses": {
  2955. "200": {
  2956. "description": "success",
  2957. "schema": {
  2958. "type": "string"
  2959. }
  2960. },
  2961. "400": {
  2962. "description": "具体错误",
  2963. "schema": {
  2964. "$ref": "#/definitions/md.Response"
  2965. }
  2966. }
  2967. }
  2968. }
  2969. },
  2970. "/api/im/setCustomerServiceState": {
  2971. "post": {
  2972. "description": "客服(更新状态)",
  2973. "consumes": [
  2974. "application/json"
  2975. ],
  2976. "produces": [
  2977. "application/json"
  2978. ],
  2979. "tags": [
  2980. "客服"
  2981. ],
  2982. "summary": "Im-客服(更新状态)",
  2983. "parameters": [
  2984. {
  2985. "type": "string",
  2986. "description": "验证参数Bearer和token空格拼接",
  2987. "name": "Authorization",
  2988. "in": "header",
  2989. "required": true
  2990. },
  2991. {
  2992. "description": "相关参数",
  2993. "name": "req",
  2994. "in": "body",
  2995. "required": true,
  2996. "schema": {
  2997. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2998. }
  2999. }
  3000. ],
  3001. "responses": {
  3002. "200": {
  3003. "description": "success",
  3004. "schema": {
  3005. "type": "string"
  3006. }
  3007. },
  3008. "400": {
  3009. "description": "具体错误",
  3010. "schema": {
  3011. "$ref": "#/definitions/md.Response"
  3012. }
  3013. }
  3014. }
  3015. }
  3016. },
  3017. "/api/im/setEmoticonState": {
  3018. "post": {
  3019. "description": "表情包(新增)",
  3020. "consumes": [
  3021. "application/json"
  3022. ],
  3023. "produces": [
  3024. "application/json"
  3025. ],
  3026. "tags": [
  3027. "表情包"
  3028. ],
  3029. "summary": "Im-表情包(更新状态)",
  3030. "parameters": [
  3031. {
  3032. "type": "string",
  3033. "description": "验证参数Bearer和token空格拼接",
  3034. "name": "Authorization",
  3035. "in": "header",
  3036. "required": true
  3037. },
  3038. {
  3039. "description": "相关参数",
  3040. "name": "req",
  3041. "in": "body",
  3042. "required": true,
  3043. "schema": {
  3044. "$ref": "#/definitions/md.SetEmoticonStateReq"
  3045. }
  3046. }
  3047. ],
  3048. "responses": {
  3049. "200": {
  3050. "description": "success",
  3051. "schema": {
  3052. "type": "string"
  3053. }
  3054. },
  3055. "400": {
  3056. "description": "具体错误",
  3057. "schema": {
  3058. "$ref": "#/definitions/md.Response"
  3059. }
  3060. }
  3061. }
  3062. }
  3063. },
  3064. "/api/im/updateCustomerServiceMemo": {
  3065. "post": {
  3066. "description": "客服(编辑备注)",
  3067. "consumes": [
  3068. "application/json"
  3069. ],
  3070. "produces": [
  3071. "application/json"
  3072. ],
  3073. "tags": [
  3074. "客服"
  3075. ],
  3076. "summary": "Im-客服(编辑备注)",
  3077. "parameters": [
  3078. {
  3079. "type": "string",
  3080. "description": "验证参数Bearer和token空格拼接",
  3081. "name": "Authorization",
  3082. "in": "header",
  3083. "required": true
  3084. },
  3085. {
  3086. "description": "相关参数",
  3087. "name": "req",
  3088. "in": "body",
  3089. "required": true,
  3090. "schema": {
  3091. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3092. }
  3093. }
  3094. ],
  3095. "responses": {
  3096. "200": {
  3097. "description": "success",
  3098. "schema": {
  3099. "type": "string"
  3100. }
  3101. },
  3102. "400": {
  3103. "description": "具体错误",
  3104. "schema": {
  3105. "$ref": "#/definitions/md.Response"
  3106. }
  3107. }
  3108. }
  3109. }
  3110. },
  3111. "/api/im/updateEmoticon": {
  3112. "post": {
  3113. "description": "表情包(编辑)",
  3114. "consumes": [
  3115. "application/json"
  3116. ],
  3117. "produces": [
  3118. "application/json"
  3119. ],
  3120. "tags": [
  3121. "表情包"
  3122. ],
  3123. "summary": "Im-表情包(编辑)",
  3124. "parameters": [
  3125. {
  3126. "type": "string",
  3127. "description": "验证参数Bearer和token空格拼接",
  3128. "name": "Authorization",
  3129. "in": "header",
  3130. "required": true
  3131. },
  3132. {
  3133. "description": "相关参数",
  3134. "name": "req",
  3135. "in": "body",
  3136. "required": true,
  3137. "schema": {
  3138. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3139. }
  3140. }
  3141. ],
  3142. "responses": {
  3143. "200": {
  3144. "description": "success",
  3145. "schema": {
  3146. "type": "string"
  3147. }
  3148. },
  3149. "400": {
  3150. "description": "具体错误",
  3151. "schema": {
  3152. "$ref": "#/definitions/md.Response"
  3153. }
  3154. }
  3155. }
  3156. }
  3157. },
  3158. "/api/institutionalManagement/contentReward/playlet/base": {
  3159. "get": {
  3160. "description": "制度中心-内容奖励-短剧基本信息",
  3161. "consumes": [
  3162. "application/json"
  3163. ],
  3164. "produces": [
  3165. "application/json"
  3166. ],
  3167. "tags": [
  3168. "蛋蛋能量"
  3169. ],
  3170. "summary": "制度中心-内容奖励-短剧基本信息",
  3171. "parameters": [
  3172. {
  3173. "type": "string",
  3174. "description": "验证参数Bearer和token空格拼接",
  3175. "name": "Authorization",
  3176. "in": "header",
  3177. "required": true
  3178. }
  3179. ],
  3180. "responses": {
  3181. "200": {
  3182. "description": "具体数据",
  3183. "schema": {
  3184. "$ref": "#/definitions/md.PlayletBaseData"
  3185. }
  3186. },
  3187. "400": {
  3188. "description": "具体错误",
  3189. "schema": {
  3190. "$ref": "#/definitions/md.Response"
  3191. }
  3192. }
  3193. }
  3194. }
  3195. },
  3196. "/api/institutionalManagement/contentReward/playlet/save": {
  3197. "post": {
  3198. "description": "制度中心-内容奖励-短剧基本配置保存",
  3199. "consumes": [
  3200. "application/json"
  3201. ],
  3202. "produces": [
  3203. "application/json"
  3204. ],
  3205. "tags": [
  3206. "蛋蛋能量"
  3207. ],
  3208. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3209. "parameters": [
  3210. {
  3211. "type": "string",
  3212. "description": "验证参数Bearer和token空格拼接",
  3213. "name": "Authorization",
  3214. "in": "header",
  3215. "required": true
  3216. },
  3217. {
  3218. "description": "(分页信息必填)",
  3219. "name": "req",
  3220. "in": "body",
  3221. "required": true,
  3222. "schema": {
  3223. "$ref": "#/definitions/md.PlayletBaseData"
  3224. }
  3225. }
  3226. ],
  3227. "responses": {
  3228. "200": {
  3229. "description": "具体数据",
  3230. "schema": {
  3231. "type": "string"
  3232. }
  3233. },
  3234. "400": {
  3235. "description": "具体错误",
  3236. "schema": {
  3237. "$ref": "#/definitions/md.Response"
  3238. }
  3239. }
  3240. }
  3241. }
  3242. },
  3243. "/api/institutionalManagement/contentReward/video/base": {
  3244. "get": {
  3245. "description": "制度中心-内容奖励-短视频基本信息",
  3246. "consumes": [
  3247. "application/json"
  3248. ],
  3249. "produces": [
  3250. "application/json"
  3251. ],
  3252. "tags": [
  3253. "蛋蛋能量"
  3254. ],
  3255. "summary": "制度中心-内容奖励-短视频基本信息",
  3256. "parameters": [
  3257. {
  3258. "type": "string",
  3259. "description": "验证参数Bearer和token空格拼接",
  3260. "name": "Authorization",
  3261. "in": "header",
  3262. "required": true
  3263. }
  3264. ],
  3265. "responses": {
  3266. "200": {
  3267. "description": "具体数据",
  3268. "schema": {
  3269. "$ref": "#/definitions/md.VideoBaseData"
  3270. }
  3271. },
  3272. "400": {
  3273. "description": "具体错误",
  3274. "schema": {
  3275. "$ref": "#/definitions/md.Response"
  3276. }
  3277. }
  3278. }
  3279. }
  3280. },
  3281. "/api/institutionalManagement/contentReward/video/save": {
  3282. "post": {
  3283. "description": "制度中心-内容奖励-短视频基本配置保存",
  3284. "consumes": [
  3285. "application/json"
  3286. ],
  3287. "produces": [
  3288. "application/json"
  3289. ],
  3290. "tags": [
  3291. "蛋蛋能量"
  3292. ],
  3293. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3294. "parameters": [
  3295. {
  3296. "type": "string",
  3297. "description": "验证参数Bearer和token空格拼接",
  3298. "name": "Authorization",
  3299. "in": "header",
  3300. "required": true
  3301. },
  3302. {
  3303. "description": "(分页信息必填)",
  3304. "name": "req",
  3305. "in": "body",
  3306. "required": true,
  3307. "schema": {
  3308. "$ref": "#/definitions/md.VideoBaseData"
  3309. }
  3310. }
  3311. ],
  3312. "responses": {
  3313. "200": {
  3314. "description": "具体数据",
  3315. "schema": {
  3316. "type": "string"
  3317. }
  3318. },
  3319. "400": {
  3320. "description": "具体错误",
  3321. "schema": {
  3322. "$ref": "#/definitions/md.Response"
  3323. }
  3324. }
  3325. }
  3326. }
  3327. },
  3328. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3329. "post": {
  3330. "description": "会员设置(新增)",
  3331. "consumes": [
  3332. "application/json"
  3333. ],
  3334. "produces": [
  3335. "application/json"
  3336. ],
  3337. "tags": [
  3338. "蛋蛋能量"
  3339. ],
  3340. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3341. "parameters": [
  3342. {
  3343. "type": "string",
  3344. "description": "验证参数Bearer和token空格拼接",
  3345. "name": "Authorization",
  3346. "in": "header",
  3347. "required": true
  3348. },
  3349. {
  3350. "description": "system_id 必填",
  3351. "name": "req",
  3352. "in": "body",
  3353. "required": true,
  3354. "schema": {
  3355. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3356. }
  3357. }
  3358. ],
  3359. "responses": {
  3360. "200": {
  3361. "description": "修改数据条数",
  3362. "schema": {
  3363. "type": "int"
  3364. }
  3365. },
  3366. "400": {
  3367. "description": "具体错误",
  3368. "schema": {
  3369. "$ref": "#/definitions/md.Response"
  3370. }
  3371. }
  3372. }
  3373. }
  3374. },
  3375. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3376. "post": {
  3377. "description": "动态数据流水(获取)",
  3378. "consumes": [
  3379. "application/json"
  3380. ],
  3381. "produces": [
  3382. "application/json"
  3383. ],
  3384. "tags": [
  3385. "公排管理"
  3386. ],
  3387. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3388. "parameters": [
  3389. {
  3390. "type": "string",
  3391. "description": "验证参数Bearer和token空格拼接",
  3392. "name": "Authorization",
  3393. "in": "header",
  3394. "required": true
  3395. },
  3396. {
  3397. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3398. "name": "req",
  3399. "in": "body",
  3400. "required": true,
  3401. "schema": {
  3402. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3403. }
  3404. }
  3405. ],
  3406. "responses": {
  3407. "200": {
  3408. "description": "成功返回",
  3409. "schema": {
  3410. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3411. }
  3412. },
  3413. "400": {
  3414. "description": "具体错误",
  3415. "schema": {
  3416. "$ref": "#/definitions/md.Response"
  3417. }
  3418. }
  3419. }
  3420. }
  3421. },
  3422. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3423. "post": {
  3424. "description": "批量新增币种",
  3425. "consumes": [
  3426. "application/json"
  3427. ],
  3428. "produces": [
  3429. "application/json"
  3430. ],
  3431. "tags": [
  3432. "蛋蛋能量"
  3433. ],
  3434. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3435. "parameters": [
  3436. {
  3437. "type": "string",
  3438. "description": "验证参数Bearer和token空格拼接",
  3439. "name": "Authorization",
  3440. "in": "header",
  3441. "required": true
  3442. },
  3443. {
  3444. "description": "新增数据信息",
  3445. "name": "req",
  3446. "in": "body",
  3447. "required": true,
  3448. "schema": {
  3449. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3450. }
  3451. }
  3452. ],
  3453. "responses": {
  3454. "200": {
  3455. "description": "新增数据数量",
  3456. "schema": {
  3457. "type": "int"
  3458. }
  3459. },
  3460. "400": {
  3461. "description": "具体错误",
  3462. "schema": {
  3463. "$ref": "#/definitions/md.Response"
  3464. }
  3465. }
  3466. }
  3467. }
  3468. },
  3469. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3470. "get": {
  3471. "description": "贡献值-基础设置(获取)",
  3472. "consumes": [
  3473. "application/json"
  3474. ],
  3475. "produces": [
  3476. "application/json"
  3477. ],
  3478. "tags": [
  3479. "贡献值"
  3480. ],
  3481. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3482. "parameters": [
  3483. {
  3484. "type": "string",
  3485. "description": "验证参数Bearer和token空格拼接",
  3486. "name": "Authorization",
  3487. "in": "header",
  3488. "required": true
  3489. }
  3490. ],
  3491. "responses": {
  3492. "200": {
  3493. "description": "具体数据",
  3494. "schema": {
  3495. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3496. }
  3497. },
  3498. "400": {
  3499. "description": "具体错误",
  3500. "schema": {
  3501. "$ref": "#/definitions/md.Response"
  3502. }
  3503. }
  3504. }
  3505. }
  3506. },
  3507. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3508. "post": {
  3509. "description": "贡献值-基础设置(更新)",
  3510. "consumes": [
  3511. "application/json"
  3512. ],
  3513. "produces": [
  3514. "application/json"
  3515. ],
  3516. "tags": [
  3517. "贡献值"
  3518. ],
  3519. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3520. "parameters": [
  3521. {
  3522. "type": "string",
  3523. "description": "验证参数Bearer和token空格拼接",
  3524. "name": "Authorization",
  3525. "in": "header",
  3526. "required": true
  3527. },
  3528. {
  3529. "description": "id 必填",
  3530. "name": "req",
  3531. "in": "body",
  3532. "required": true,
  3533. "schema": {
  3534. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3535. }
  3536. }
  3537. ],
  3538. "responses": {
  3539. "200": {
  3540. "description": "修改数据条数",
  3541. "schema": {
  3542. "type": "int"
  3543. }
  3544. },
  3545. "400": {
  3546. "description": "具体错误",
  3547. "schema": {
  3548. "$ref": "#/definitions/md.Response"
  3549. }
  3550. }
  3551. }
  3552. }
  3553. },
  3554. "/api/institutionalManagement/eggEnergy/coreData": {
  3555. "get": {
  3556. "description": "核心数据(获取)",
  3557. "consumes": [
  3558. "application/json"
  3559. ],
  3560. "produces": [
  3561. "application/json"
  3562. ],
  3563. "tags": [
  3564. "蛋蛋能量"
  3565. ],
  3566. "summary": "制度中心-蛋蛋能量-核心数据(获取)",
  3567. "parameters": [
  3568. {
  3569. "type": "string",
  3570. "description": "验证参数Bearer和token空格拼接",
  3571. "name": "Authorization",
  3572. "in": "header",
  3573. "required": true
  3574. }
  3575. ],
  3576. "responses": {
  3577. "200": {
  3578. "description": "具体数据",
  3579. "schema": {
  3580. "$ref": "#/definitions/md.GetEggEnergyCoreDataResp"
  3581. }
  3582. },
  3583. "400": {
  3584. "description": "具体错误",
  3585. "schema": {
  3586. "$ref": "#/definitions/md.Response"
  3587. }
  3588. }
  3589. }
  3590. },
  3591. "post": {
  3592. "description": "核心数据(更新)",
  3593. "consumes": [
  3594. "application/json"
  3595. ],
  3596. "produces": [
  3597. "application/json"
  3598. ],
  3599. "tags": [
  3600. "蛋蛋能量"
  3601. ],
  3602. "summary": "制度中心-蛋蛋能量-核心数据(更新)",
  3603. "parameters": [
  3604. {
  3605. "type": "string",
  3606. "description": "验证参数Bearer和token空格拼接",
  3607. "name": "Authorization",
  3608. "in": "header",
  3609. "required": true
  3610. },
  3611. {
  3612. "description": "需要修改的内容和 id",
  3613. "name": "req",
  3614. "in": "body",
  3615. "required": true,
  3616. "schema": {
  3617. "$ref": "#/definitions/md.UpdateEggEnergyCoreDataReq"
  3618. }
  3619. }
  3620. ],
  3621. "responses": {
  3622. "200": {
  3623. "description": "修改数据条数",
  3624. "schema": {
  3625. "type": "int"
  3626. }
  3627. },
  3628. "400": {
  3629. "description": "具体错误",
  3630. "schema": {
  3631. "$ref": "#/definitions/md.Response"
  3632. }
  3633. }
  3634. }
  3635. }
  3636. },
  3637. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3638. "delete": {
  3639. "description": "删除币种",
  3640. "consumes": [
  3641. "application/json"
  3642. ],
  3643. "produces": [
  3644. "application/json"
  3645. ],
  3646. "tags": [
  3647. "蛋蛋能量"
  3648. ],
  3649. "summary": "制度中心-蛋蛋能量-删除币种",
  3650. "parameters": [
  3651. {
  3652. "type": "string",
  3653. "description": "验证参数Bearer和token空格拼接",
  3654. "name": "Authorization",
  3655. "in": "header",
  3656. "required": true
  3657. }
  3658. ],
  3659. "responses": {
  3660. "200": {
  3661. "description": "删除数据数量",
  3662. "schema": {
  3663. "type": "int"
  3664. }
  3665. },
  3666. "400": {
  3667. "description": "具体错误",
  3668. "schema": {
  3669. "$ref": "#/definitions/md.Response"
  3670. }
  3671. }
  3672. }
  3673. }
  3674. },
  3675. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3676. "post": {
  3677. "description": "蛋蛋分管理(人工打分)",
  3678. "consumes": [
  3679. "application/json"
  3680. ],
  3681. "produces": [
  3682. "application/json"
  3683. ],
  3684. "tags": [
  3685. "蛋蛋能量"
  3686. ],
  3687. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3688. "parameters": [
  3689. {
  3690. "type": "string",
  3691. "description": "验证参数Bearer和token空格拼接",
  3692. "name": "Authorization",
  3693. "in": "header",
  3694. "required": true
  3695. },
  3696. {
  3697. "description": "请求参数",
  3698. "name": "req",
  3699. "in": "body",
  3700. "required": true,
  3701. "schema": {
  3702. "$ref": "#/definitions/md.ManualScoreReq"
  3703. }
  3704. }
  3705. ],
  3706. "responses": {
  3707. "200": {
  3708. "description": "成功返回",
  3709. "schema": {
  3710. "type": "string"
  3711. }
  3712. },
  3713. "400": {
  3714. "description": "具体错误",
  3715. "schema": {
  3716. "$ref": "#/definitions/md.Response"
  3717. }
  3718. }
  3719. }
  3720. }
  3721. },
  3722. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3723. "post": {
  3724. "description": "蛋蛋分管理(着陆页数据分析)",
  3725. "consumes": [
  3726. "application/json"
  3727. ],
  3728. "produces": [
  3729. "application/json"
  3730. ],
  3731. "tags": [
  3732. "蛋蛋能量"
  3733. ],
  3734. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3735. "parameters": [
  3736. {
  3737. "type": "string",
  3738. "description": "验证参数Bearer和token空格拼接",
  3739. "name": "Authorization",
  3740. "in": "header",
  3741. "required": true
  3742. },
  3743. {
  3744. "description": "请求参数",
  3745. "name": "req",
  3746. "in": "body",
  3747. "required": true,
  3748. "schema": {
  3749. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3750. }
  3751. }
  3752. ],
  3753. "responses": {
  3754. "200": {
  3755. "description": "成功返回",
  3756. "schema": {
  3757. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3758. }
  3759. },
  3760. "400": {
  3761. "description": "具体错误",
  3762. "schema": {
  3763. "$ref": "#/definitions/md.Response"
  3764. }
  3765. }
  3766. }
  3767. }
  3768. },
  3769. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3770. "post": {
  3771. "description": "蛋蛋分管理(用户数据列表)",
  3772. "consumes": [
  3773. "application/json"
  3774. ],
  3775. "produces": [
  3776. "application/json"
  3777. ],
  3778. "tags": [
  3779. "蛋蛋能量"
  3780. ],
  3781. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3782. "parameters": [
  3783. {
  3784. "type": "string",
  3785. "description": "验证参数Bearer和token空格拼接",
  3786. "name": "Authorization",
  3787. "in": "header",
  3788. "required": true
  3789. },
  3790. {
  3791. "description": "请求参数",
  3792. "name": "req",
  3793. "in": "body",
  3794. "required": true,
  3795. "schema": {
  3796. "$ref": "#/definitions/md.UserEggFlowReq"
  3797. }
  3798. }
  3799. ],
  3800. "responses": {
  3801. "200": {
  3802. "description": "成功返回",
  3803. "schema": {
  3804. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3805. }
  3806. },
  3807. "400": {
  3808. "description": "具体错误",
  3809. "schema": {
  3810. "$ref": "#/definitions/md.Response"
  3811. }
  3812. }
  3813. }
  3814. }
  3815. },
  3816. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3817. "post": {
  3818. "description": "蛋蛋分管理(着陆页数据)",
  3819. "consumes": [
  3820. "application/json"
  3821. ],
  3822. "produces": [
  3823. "application/json"
  3824. ],
  3825. "tags": [
  3826. "蛋蛋能量"
  3827. ],
  3828. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3829. "parameters": [
  3830. {
  3831. "type": "string",
  3832. "description": "验证参数Bearer和token空格拼接",
  3833. "name": "Authorization",
  3834. "in": "header",
  3835. "required": true
  3836. },
  3837. {
  3838. "description": "请求参数",
  3839. "name": "req",
  3840. "in": "body",
  3841. "required": true,
  3842. "schema": {
  3843. "$ref": "#/definitions/md.UserEggIndexReq"
  3844. }
  3845. }
  3846. ],
  3847. "responses": {
  3848. "200": {
  3849. "description": "成功返回",
  3850. "schema": {
  3851. "$ref": "#/definitions/md.UserEggIndexResp"
  3852. }
  3853. },
  3854. "400": {
  3855. "description": "具体错误",
  3856. "schema": {
  3857. "$ref": "#/definitions/md.Response"
  3858. }
  3859. }
  3860. }
  3861. }
  3862. },
  3863. "/api/institutionalManagement/eggEnergy/getBasic": {
  3864. "get": {
  3865. "description": "基础设置(获取)",
  3866. "consumes": [
  3867. "application/json"
  3868. ],
  3869. "produces": [
  3870. "application/json"
  3871. ],
  3872. "tags": [
  3873. "蛋蛋能量"
  3874. ],
  3875. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3876. "parameters": [
  3877. {
  3878. "type": "string",
  3879. "description": "验证参数Bearer和token空格拼接",
  3880. "name": "Authorization",
  3881. "in": "header",
  3882. "required": true
  3883. }
  3884. ],
  3885. "responses": {
  3886. "200": {
  3887. "description": "具体数据",
  3888. "schema": {
  3889. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3890. }
  3891. },
  3892. "400": {
  3893. "description": "具体错误",
  3894. "schema": {
  3895. "$ref": "#/definitions/md.Response"
  3896. }
  3897. }
  3898. }
  3899. }
  3900. },
  3901. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3902. "get": {
  3903. "description": "基础会员设置(获取)",
  3904. "consumes": [
  3905. "application/json"
  3906. ],
  3907. "produces": [
  3908. "application/json"
  3909. ],
  3910. "tags": [
  3911. "蛋蛋能量"
  3912. ],
  3913. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3914. "parameters": [
  3915. {
  3916. "type": "string",
  3917. "description": "验证参数Bearer和token空格拼接",
  3918. "name": "Authorization",
  3919. "in": "header",
  3920. "required": true
  3921. }
  3922. ],
  3923. "responses": {
  3924. "200": {
  3925. "description": "具体数据",
  3926. "schema": {
  3927. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3928. }
  3929. },
  3930. "400": {
  3931. "description": "具体错误",
  3932. "schema": {
  3933. "$ref": "#/definitions/md.Response"
  3934. }
  3935. }
  3936. }
  3937. }
  3938. },
  3939. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3940. "get": {
  3941. "description": "查询所有币种(获取)",
  3942. "consumes": [
  3943. "application/json"
  3944. ],
  3945. "produces": [
  3946. "application/json"
  3947. ],
  3948. "tags": [
  3949. "蛋蛋能量"
  3950. ],
  3951. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3952. "parameters": [
  3953. {
  3954. "type": "string",
  3955. "description": "验证参数Bearer和token空格拼接",
  3956. "name": "Authorization",
  3957. "in": "header",
  3958. "required": true
  3959. }
  3960. ],
  3961. "responses": {
  3962. "200": {
  3963. "description": "成功返回",
  3964. "schema": {
  3965. "type": "array",
  3966. "items": {
  3967. "$ref": "#/definitions/md.VirtualCoin"
  3968. }
  3969. }
  3970. },
  3971. "400": {
  3972. "description": "具体错误",
  3973. "schema": {
  3974. "$ref": "#/definitions/md.Response"
  3975. }
  3976. }
  3977. }
  3978. }
  3979. },
  3980. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3981. "get": {
  3982. "description": "数据概览(获取)",
  3983. "consumes": [
  3984. "application/json"
  3985. ],
  3986. "produces": [
  3987. "application/json"
  3988. ],
  3989. "tags": [
  3990. "蛋蛋能量"
  3991. ],
  3992. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3993. "parameters": [
  3994. {
  3995. "type": "string",
  3996. "description": "验证参数Bearer和token空格拼接",
  3997. "name": "Authorization",
  3998. "in": "header",
  3999. "required": true
  4000. }
  4001. ],
  4002. "responses": {
  4003. "200": {
  4004. "description": "具体数据",
  4005. "schema": {
  4006. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  4007. }
  4008. },
  4009. "400": {
  4010. "description": "具体错误",
  4011. "schema": {
  4012. "$ref": "#/definitions/md.Response"
  4013. }
  4014. }
  4015. }
  4016. }
  4017. },
  4018. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  4019. "post": {
  4020. "description": "价值明细数据(新增)",
  4021. "consumes": [
  4022. "application/json"
  4023. ],
  4024. "produces": [
  4025. "application/json"
  4026. ],
  4027. "tags": [
  4028. "蛋蛋能量"
  4029. ],
  4030. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  4031. "parameters": [
  4032. {
  4033. "type": "string",
  4034. "description": "验证参数Bearer和token空格拼接",
  4035. "name": "Authorization",
  4036. "in": "header",
  4037. "required": true
  4038. },
  4039. {
  4040. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4041. "name": "req",
  4042. "in": "body",
  4043. "required": true,
  4044. "schema": {
  4045. "$ref": "#/definitions/md.AddFundDataReq"
  4046. }
  4047. }
  4048. ],
  4049. "responses": {
  4050. "200": {
  4051. "description": "插入数据 id",
  4052. "schema": {
  4053. "type": "int"
  4054. }
  4055. },
  4056. "400": {
  4057. "description": "具体错误",
  4058. "schema": {
  4059. "$ref": "#/definitions/md.Response"
  4060. }
  4061. }
  4062. }
  4063. }
  4064. },
  4065. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  4066. "post": {
  4067. "description": "新增数据列表(获取)",
  4068. "consumes": [
  4069. "application/json"
  4070. ],
  4071. "produces": [
  4072. "application/json"
  4073. ],
  4074. "tags": [
  4075. "蛋蛋能量"
  4076. ],
  4077. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  4078. "parameters": [
  4079. {
  4080. "type": "string",
  4081. "description": "验证参数Bearer和token空格拼接",
  4082. "name": "Authorization",
  4083. "in": "header",
  4084. "required": true
  4085. },
  4086. {
  4087. "description": "分页信息必填",
  4088. "name": "req",
  4089. "in": "body",
  4090. "required": true,
  4091. "schema": {
  4092. "$ref": "#/definitions/md.GetFundDataListReq"
  4093. }
  4094. }
  4095. ],
  4096. "responses": {
  4097. "200": {
  4098. "description": "具体数据",
  4099. "schema": {
  4100. "$ref": "#/definitions/md.GetFundDataListResp"
  4101. }
  4102. },
  4103. "400": {
  4104. "description": "具体错误",
  4105. "schema": {
  4106. "$ref": "#/definitions/md.Response"
  4107. }
  4108. }
  4109. }
  4110. }
  4111. },
  4112. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  4113. "post": {
  4114. "description": "新增数据列表详情(查询)",
  4115. "consumes": [
  4116. "application/json"
  4117. ],
  4118. "produces": [
  4119. "application/json"
  4120. ],
  4121. "tags": [
  4122. "蛋蛋能量"
  4123. ],
  4124. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  4125. "parameters": [
  4126. {
  4127. "type": "string",
  4128. "description": "验证参数Bearer和token空格拼接",
  4129. "name": "Authorization",
  4130. "in": "header",
  4131. "required": true
  4132. },
  4133. {
  4134. "description": "获取到的 system_id 以及分页信息",
  4135. "name": "req",
  4136. "in": "body",
  4137. "required": true,
  4138. "schema": {
  4139. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  4140. }
  4141. }
  4142. ],
  4143. "responses": {
  4144. "200": {
  4145. "description": "具体数据",
  4146. "schema": {
  4147. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  4148. }
  4149. },
  4150. "400": {
  4151. "description": "具体错误",
  4152. "schema": {
  4153. "$ref": "#/definitions/md.Response"
  4154. }
  4155. }
  4156. }
  4157. }
  4158. },
  4159. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  4160. "get": {
  4161. "description": "价格趋势(获取)",
  4162. "consumes": [
  4163. "application/json"
  4164. ],
  4165. "produces": [
  4166. "application/json"
  4167. ],
  4168. "tags": [
  4169. "蛋蛋能量"
  4170. ],
  4171. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4172. "parameters": [
  4173. {
  4174. "type": "string",
  4175. "description": "验证参数Bearer和token空格拼接",
  4176. "name": "Authorization",
  4177. "in": "header",
  4178. "required": true
  4179. },
  4180. {
  4181. "type": "string",
  4182. "description": "1:按天 2:按小时 3:按周",
  4183. "name": "kind",
  4184. "in": "query"
  4185. }
  4186. ],
  4187. "responses": {
  4188. "200": {
  4189. "description": "具体数据",
  4190. "schema": {
  4191. "$ref": "#/definitions/md.GetPriceCurveResp"
  4192. }
  4193. },
  4194. "400": {
  4195. "description": "具体错误",
  4196. "schema": {
  4197. "$ref": "#/definitions/md.Response"
  4198. }
  4199. }
  4200. }
  4201. }
  4202. },
  4203. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4204. "post": {
  4205. "description": "激励视频(获取)",
  4206. "consumes": [
  4207. "application/json"
  4208. ],
  4209. "produces": [
  4210. "application/json"
  4211. ],
  4212. "tags": [
  4213. "蛋蛋能量"
  4214. ],
  4215. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4216. "parameters": [
  4217. {
  4218. "type": "string",
  4219. "description": "验证参数Bearer和token空格拼接",
  4220. "name": "Authorization",
  4221. "in": "header",
  4222. "required": true
  4223. },
  4224. {
  4225. "description": "落地页不填页大小默认20条数据",
  4226. "name": "req",
  4227. "in": "body",
  4228. "required": true,
  4229. "schema": {
  4230. "$ref": "#/definitions/md.SetVideoRewardReq"
  4231. }
  4232. }
  4233. ],
  4234. "responses": {
  4235. "200": {
  4236. "description": "OK",
  4237. "schema": {
  4238. "$ref": "#/definitions/md.GetVideoRewardResp"
  4239. }
  4240. },
  4241. "400": {
  4242. "description": "具体错误",
  4243. "schema": {
  4244. "$ref": "#/definitions/md.Response"
  4245. }
  4246. }
  4247. }
  4248. }
  4249. },
  4250. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4251. "post": {
  4252. "description": "其他广告设置数据(新增)",
  4253. "consumes": [
  4254. "application/json"
  4255. ],
  4256. "produces": [
  4257. "application/json"
  4258. ],
  4259. "tags": [
  4260. "蛋蛋能量"
  4261. ],
  4262. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4263. "parameters": [
  4264. {
  4265. "type": "string",
  4266. "description": "验证参数Bearer和token空格拼接",
  4267. "name": "Authorization",
  4268. "in": "header",
  4269. "required": true
  4270. },
  4271. {
  4272. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4273. "name": "req",
  4274. "in": "body",
  4275. "required": true,
  4276. "schema": {
  4277. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4278. }
  4279. }
  4280. ],
  4281. "responses": {
  4282. "200": {
  4283. "description": "插入数据 id",
  4284. "schema": {
  4285. "type": "int"
  4286. }
  4287. },
  4288. "400": {
  4289. "description": "具体错误",
  4290. "schema": {
  4291. "$ref": "#/definitions/md.Response"
  4292. }
  4293. }
  4294. }
  4295. }
  4296. },
  4297. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4298. "post": {
  4299. "description": "其他广告设置数据(获取)",
  4300. "consumes": [
  4301. "application/json"
  4302. ],
  4303. "produces": [
  4304. "application/json"
  4305. ],
  4306. "tags": [
  4307. "蛋蛋能量"
  4308. ],
  4309. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4310. "parameters": [
  4311. {
  4312. "type": "string",
  4313. "description": "验证参数Bearer和token空格拼接",
  4314. "name": "Authorization",
  4315. "in": "header",
  4316. "required": true
  4317. },
  4318. {
  4319. "description": "分页信息必填",
  4320. "name": "req",
  4321. "in": "body",
  4322. "required": true,
  4323. "schema": {
  4324. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4325. }
  4326. }
  4327. ],
  4328. "responses": {
  4329. "200": {
  4330. "description": "具体数据",
  4331. "schema": {
  4332. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4333. }
  4334. },
  4335. "400": {
  4336. "description": "具体错误",
  4337. "schema": {
  4338. "$ref": "#/definitions/md.Response"
  4339. }
  4340. }
  4341. }
  4342. }
  4343. },
  4344. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4345. "post": {
  4346. "description": "激励视频(设置)",
  4347. "consumes": [
  4348. "application/json"
  4349. ],
  4350. "produces": [
  4351. "application/json"
  4352. ],
  4353. "tags": [
  4354. "蛋蛋能量"
  4355. ],
  4356. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4357. "parameters": [
  4358. {
  4359. "type": "string",
  4360. "description": "验证参数Bearer和token空格拼接",
  4361. "name": "Authorization",
  4362. "in": "header",
  4363. "required": true
  4364. },
  4365. {
  4366. "description": "落地页不填页大小默认20条数据",
  4367. "name": "req",
  4368. "in": "body",
  4369. "required": true,
  4370. "schema": {
  4371. "$ref": "#/definitions/md.SetVideoRewardReq"
  4372. }
  4373. }
  4374. ],
  4375. "responses": {
  4376. "200": {
  4377. "description": "success",
  4378. "schema": {
  4379. "type": "string"
  4380. }
  4381. },
  4382. "400": {
  4383. "description": "具体错误",
  4384. "schema": {
  4385. "$ref": "#/definitions/md.Response"
  4386. }
  4387. }
  4388. }
  4389. }
  4390. },
  4391. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4392. "post": {
  4393. "description": "基础设置(更新)",
  4394. "consumes": [
  4395. "application/json"
  4396. ],
  4397. "produces": [
  4398. "application/json"
  4399. ],
  4400. "tags": [
  4401. "蛋蛋能量"
  4402. ],
  4403. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4404. "parameters": [
  4405. {
  4406. "type": "string",
  4407. "description": "验证参数Bearer和token空格拼接",
  4408. "name": "Authorization",
  4409. "in": "header",
  4410. "required": true
  4411. },
  4412. {
  4413. "description": "system_id 必填",
  4414. "name": "req",
  4415. "in": "body",
  4416. "required": true,
  4417. "schema": {
  4418. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4419. }
  4420. }
  4421. ],
  4422. "responses": {
  4423. "200": {
  4424. "description": "修改数据条数",
  4425. "schema": {
  4426. "type": "int"
  4427. }
  4428. },
  4429. "400": {
  4430. "description": "具体错误",
  4431. "schema": {
  4432. "$ref": "#/definitions/md.Response"
  4433. }
  4434. }
  4435. }
  4436. }
  4437. },
  4438. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4439. "post": {
  4440. "description": "会员设置(更新)",
  4441. "consumes": [
  4442. "application/json"
  4443. ],
  4444. "produces": [
  4445. "application/json"
  4446. ],
  4447. "tags": [
  4448. "蛋蛋能量"
  4449. ],
  4450. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4451. "parameters": [
  4452. {
  4453. "type": "string",
  4454. "description": "验证参数Bearer和token空格拼接",
  4455. "name": "Authorization",
  4456. "in": "header",
  4457. "required": true
  4458. },
  4459. {
  4460. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4461. "name": "req",
  4462. "in": "body",
  4463. "required": true,
  4464. "schema": {
  4465. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4466. }
  4467. }
  4468. ],
  4469. "responses": {
  4470. "200": {
  4471. "description": "修改数据条数",
  4472. "schema": {
  4473. "type": "int"
  4474. }
  4475. },
  4476. "400": {
  4477. "description": "具体错误",
  4478. "schema": {
  4479. "$ref": "#/definitions/md.Response"
  4480. }
  4481. }
  4482. }
  4483. }
  4484. },
  4485. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4486. "post": {
  4487. "description": "更新币种信息",
  4488. "consumes": [
  4489. "application/json"
  4490. ],
  4491. "produces": [
  4492. "application/json"
  4493. ],
  4494. "tags": [
  4495. "蛋蛋能量"
  4496. ],
  4497. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4498. "parameters": [
  4499. {
  4500. "type": "string",
  4501. "description": "验证参数Bearer和token空格拼接",
  4502. "name": "Authorization",
  4503. "in": "header",
  4504. "required": true
  4505. },
  4506. {
  4507. "description": "更新数据信息",
  4508. "name": "req",
  4509. "in": "body",
  4510. "required": true,
  4511. "schema": {
  4512. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4513. }
  4514. }
  4515. ],
  4516. "responses": {
  4517. "200": {
  4518. "description": "更新数据数量",
  4519. "schema": {
  4520. "type": "int"
  4521. }
  4522. },
  4523. "400": {
  4524. "description": "具体错误",
  4525. "schema": {
  4526. "$ref": "#/definitions/md.Response"
  4527. }
  4528. }
  4529. }
  4530. }
  4531. },
  4532. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4533. "post": {
  4534. "description": "蛋蛋能量流水(查询)",
  4535. "consumes": [
  4536. "application/json"
  4537. ],
  4538. "produces": [
  4539. "application/json"
  4540. ],
  4541. "tags": [
  4542. "公排管理"
  4543. ],
  4544. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4545. "parameters": [
  4546. {
  4547. "type": "string",
  4548. "description": "验证参数Bearer和token空格拼接",
  4549. "name": "Authorization",
  4550. "in": "header",
  4551. "required": true
  4552. },
  4553. {
  4554. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4555. "name": "req",
  4556. "in": "body",
  4557. "required": true,
  4558. "schema": {
  4559. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4560. }
  4561. }
  4562. ],
  4563. "responses": {
  4564. "200": {
  4565. "description": "成功返回",
  4566. "schema": {
  4567. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4568. }
  4569. },
  4570. "400": {
  4571. "description": "具体错误",
  4572. "schema": {
  4573. "$ref": "#/definitions/md.Response"
  4574. }
  4575. }
  4576. }
  4577. }
  4578. },
  4579. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4580. "post": {
  4581. "description": "蛋蛋能量明细(获取)",
  4582. "consumes": [
  4583. "application/json"
  4584. ],
  4585. "produces": [
  4586. "application/json"
  4587. ],
  4588. "tags": [
  4589. "公排管理"
  4590. ],
  4591. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4592. "parameters": [
  4593. {
  4594. "type": "string",
  4595. "description": "验证参数Bearer和token空格拼接",
  4596. "name": "Authorization",
  4597. "in": "header",
  4598. "required": true
  4599. },
  4600. {
  4601. "description": "落地页不填页大小默认20条数据",
  4602. "name": "req",
  4603. "in": "body",
  4604. "schema": {
  4605. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4606. }
  4607. }
  4608. ],
  4609. "responses": {
  4610. "200": {
  4611. "description": "成功返回",
  4612. "schema": {
  4613. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4614. }
  4615. },
  4616. "400": {
  4617. "description": "具体错误",
  4618. "schema": {
  4619. "$ref": "#/definitions/md.Response"
  4620. }
  4621. }
  4622. }
  4623. }
  4624. },
  4625. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4626. "post": {
  4627. "description": "蛋蛋积分持有者明细(获取)",
  4628. "consumes": [
  4629. "application/json"
  4630. ],
  4631. "produces": [
  4632. "application/json"
  4633. ],
  4634. "tags": [
  4635. "公排管理"
  4636. ],
  4637. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4638. "parameters": [
  4639. {
  4640. "type": "string",
  4641. "description": "验证参数Bearer和token空格拼接",
  4642. "name": "Authorization",
  4643. "in": "header",
  4644. "required": true
  4645. },
  4646. {
  4647. "description": "落地页不填页大小默认20条数据",
  4648. "name": "req",
  4649. "in": "body",
  4650. "schema": {
  4651. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4652. }
  4653. }
  4654. ],
  4655. "responses": {
  4656. "200": {
  4657. "description": "成功返回",
  4658. "schema": {
  4659. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4660. }
  4661. },
  4662. "400": {
  4663. "description": "具体错误",
  4664. "schema": {
  4665. "$ref": "#/definitions/md.Response"
  4666. }
  4667. }
  4668. }
  4669. }
  4670. },
  4671. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4672. "post": {
  4673. "description": "蛋蛋积分流水明细(查询)",
  4674. "consumes": [
  4675. "application/json"
  4676. ],
  4677. "produces": [
  4678. "application/json"
  4679. ],
  4680. "tags": [
  4681. "公排管理"
  4682. ],
  4683. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4684. "parameters": [
  4685. {
  4686. "type": "string",
  4687. "description": "验证参数Bearer和token空格拼接",
  4688. "name": "Authorization",
  4689. "in": "header",
  4690. "required": true
  4691. },
  4692. {
  4693. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4694. "name": "req",
  4695. "in": "body",
  4696. "required": true,
  4697. "schema": {
  4698. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4699. }
  4700. }
  4701. ],
  4702. "responses": {
  4703. "200": {
  4704. "description": "成功返回",
  4705. "schema": {
  4706. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4707. }
  4708. },
  4709. "400": {
  4710. "description": "具体错误",
  4711. "schema": {
  4712. "$ref": "#/definitions/md.Response"
  4713. }
  4714. }
  4715. }
  4716. }
  4717. },
  4718. "/api/institutionalManagement/eggPointCoefficient/add": {
  4719. "post": {
  4720. "description": "区间系数(新增 支持批量新增)",
  4721. "consumes": [
  4722. "application/json"
  4723. ],
  4724. "produces": [
  4725. "application/json"
  4726. ],
  4727. "tags": [
  4728. "蛋蛋分区间系数管理"
  4729. ],
  4730. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4731. "parameters": [
  4732. {
  4733. "type": "string",
  4734. "description": "验证参数Bearer和token空格拼接",
  4735. "name": "Authorization",
  4736. "in": "header",
  4737. "required": true
  4738. },
  4739. {
  4740. "description": "需要新增的内容",
  4741. "name": "req",
  4742. "in": "body",
  4743. "required": true,
  4744. "schema": {
  4745. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4746. }
  4747. }
  4748. ],
  4749. "responses": {
  4750. "200": {
  4751. "description": "新增数据条数",
  4752. "schema": {
  4753. "type": "int"
  4754. }
  4755. },
  4756. "400": {
  4757. "description": "具体错误",
  4758. "schema": {
  4759. "$ref": "#/definitions/md.Response"
  4760. }
  4761. }
  4762. }
  4763. }
  4764. },
  4765. "/api/institutionalManagement/eggPointCoefficient/del": {
  4766. "delete": {
  4767. "description": "区间系数(删除)",
  4768. "consumes": [
  4769. "application/json"
  4770. ],
  4771. "produces": [
  4772. "application/json"
  4773. ],
  4774. "tags": [
  4775. "蛋蛋分区间系数管理"
  4776. ],
  4777. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4778. "parameters": [
  4779. {
  4780. "type": "string",
  4781. "description": "验证参数Bearer和token空格拼接",
  4782. "name": "Authorization",
  4783. "in": "header",
  4784. "required": true
  4785. },
  4786. {
  4787. "description": "需要删除的数据id",
  4788. "name": "req",
  4789. "in": "body",
  4790. "required": true,
  4791. "schema": {
  4792. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4793. }
  4794. }
  4795. ],
  4796. "responses": {
  4797. "200": {
  4798. "description": "成功删除数据条数",
  4799. "schema": {
  4800. "type": "int"
  4801. }
  4802. },
  4803. "400": {
  4804. "description": "具体错误",
  4805. "schema": {
  4806. "$ref": "#/definitions/md.Response"
  4807. }
  4808. }
  4809. }
  4810. }
  4811. },
  4812. "/api/institutionalManagement/eggPointCoefficient/index": {
  4813. "get": {
  4814. "description": "区间系数(获取)",
  4815. "consumes": [
  4816. "application/json"
  4817. ],
  4818. "produces": [
  4819. "application/json"
  4820. ],
  4821. "tags": [
  4822. "蛋蛋分区间系数管理"
  4823. ],
  4824. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4825. "parameters": [
  4826. {
  4827. "type": "string",
  4828. "description": "验证参数Bearer和token空格拼接",
  4829. "name": "Authorization",
  4830. "in": "header",
  4831. "required": true
  4832. }
  4833. ],
  4834. "responses": {
  4835. "200": {
  4836. "description": "OK",
  4837. "schema": {
  4838. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4839. }
  4840. },
  4841. "400": {
  4842. "description": "具体错误",
  4843. "schema": {
  4844. "$ref": "#/definitions/md.Response"
  4845. }
  4846. }
  4847. }
  4848. }
  4849. },
  4850. "/api/institutionalManagement/eggPointCoefficient/update": {
  4851. "post": {
  4852. "description": "区间系数(更新)",
  4853. "consumes": [
  4854. "application/json"
  4855. ],
  4856. "produces": [
  4857. "application/json"
  4858. ],
  4859. "tags": [
  4860. "蛋蛋分区间系数管理"
  4861. ],
  4862. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4863. "parameters": [
  4864. {
  4865. "type": "string",
  4866. "description": "验证参数Bearer和token空格拼接",
  4867. "name": "Authorization",
  4868. "in": "header",
  4869. "required": true
  4870. },
  4871. {
  4872. "description": "需要更新的数据信息",
  4873. "name": "req",
  4874. "in": "body",
  4875. "required": true,
  4876. "schema": {
  4877. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4878. }
  4879. }
  4880. ],
  4881. "responses": {
  4882. "200": {
  4883. "description": "成功修改的数据数量",
  4884. "schema": {
  4885. "type": "int"
  4886. }
  4887. },
  4888. "400": {
  4889. "description": "具体错误",
  4890. "schema": {
  4891. "$ref": "#/definitions/md.Response"
  4892. }
  4893. }
  4894. }
  4895. }
  4896. },
  4897. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4898. "get": {
  4899. "description": "个性化设置(获取)",
  4900. "consumes": [
  4901. "application/json"
  4902. ],
  4903. "produces": [
  4904. "application/json"
  4905. ],
  4906. "tags": [
  4907. "模块设置"
  4908. ],
  4909. "summary": "制度中心-模块设置-个性化设置(获取)",
  4910. "parameters": [
  4911. {
  4912. "type": "string",
  4913. "description": "验证参数Bearer和token空格拼接",
  4914. "name": "Authorization",
  4915. "in": "header",
  4916. "required": true
  4917. },
  4918. {
  4919. "type": "string",
  4920. "description": "模块类型值",
  4921. "name": "mod_name_value",
  4922. "in": "query",
  4923. "required": true
  4924. }
  4925. ],
  4926. "responses": {
  4927. "200": {
  4928. "description": "具体数据",
  4929. "schema": {
  4930. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4931. }
  4932. },
  4933. "400": {
  4934. "description": "具体错误",
  4935. "schema": {
  4936. "$ref": "#/definitions/md.Response"
  4937. }
  4938. }
  4939. }
  4940. }
  4941. },
  4942. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4943. "post": {
  4944. "description": "个性化设置(更新)",
  4945. "consumes": [
  4946. "application/json"
  4947. ],
  4948. "produces": [
  4949. "application/json"
  4950. ],
  4951. "tags": [
  4952. "模块设置"
  4953. ],
  4954. "summary": "制度中心-模块设置-个性化设置(更新)",
  4955. "parameters": [
  4956. {
  4957. "type": "string",
  4958. "description": "验证参数Bearer和token空格拼接",
  4959. "name": "Authorization",
  4960. "in": "header",
  4961. "required": true
  4962. },
  4963. {
  4964. "description": "模块类型值必填 链接传入完整 URL",
  4965. "name": "req",
  4966. "in": "body",
  4967. "required": true,
  4968. "schema": {
  4969. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4970. }
  4971. }
  4972. ],
  4973. "responses": {
  4974. "200": {
  4975. "description": "修改数据条数",
  4976. "schema": {
  4977. "type": "int"
  4978. }
  4979. },
  4980. "400": {
  4981. "description": "具体错误",
  4982. "schema": {
  4983. "$ref": "#/definitions/md.Response"
  4984. }
  4985. }
  4986. }
  4987. }
  4988. },
  4989. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4990. "post": {
  4991. "description": "社区分红(新增)",
  4992. "consumes": [
  4993. "application/json"
  4994. ],
  4995. "produces": [
  4996. "application/json"
  4997. ],
  4998. "tags": [
  4999. "公排管理"
  5000. ],
  5001. "summary": "制度中心-公排管理-社区分红(新增)",
  5002. "parameters": [
  5003. {
  5004. "type": "string",
  5005. "description": "验证参数Bearer和token空格拼接",
  5006. "name": "Authorization",
  5007. "in": "header",
  5008. "required": true
  5009. },
  5010. {
  5011. "description": "分红名称、分红总量",
  5012. "name": "req",
  5013. "in": "body",
  5014. "required": true,
  5015. "schema": {
  5016. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  5017. }
  5018. }
  5019. ],
  5020. "responses": {
  5021. "200": {
  5022. "description": "成功",
  5023. "schema": {
  5024. "type": "success"
  5025. }
  5026. },
  5027. "400": {
  5028. "description": "具体错误",
  5029. "schema": {
  5030. "$ref": "#/definitions/md.Response"
  5031. }
  5032. }
  5033. }
  5034. }
  5035. },
  5036. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  5037. "post": {
  5038. "description": "社区分红(查询)",
  5039. "consumes": [
  5040. "application/json"
  5041. ],
  5042. "produces": [
  5043. "application/json"
  5044. ],
  5045. "tags": [
  5046. "公排管理"
  5047. ],
  5048. "summary": "制度中心-公排管理-社区分红(查询)",
  5049. "parameters": [
  5050. {
  5051. "type": "string",
  5052. "description": "验证参数Bearer和token空格拼接",
  5053. "name": "Authorization",
  5054. "in": "header",
  5055. "required": true
  5056. },
  5057. {
  5058. "description": "页数、每页大小必填 起止时间、起止数量选填",
  5059. "name": "req",
  5060. "in": "body",
  5061. "required": true,
  5062. "schema": {
  5063. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  5064. }
  5065. }
  5066. ],
  5067. "responses": {
  5068. "200": {
  5069. "description": "具体数据",
  5070. "schema": {
  5071. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  5072. }
  5073. },
  5074. "400": {
  5075. "description": "具体错误",
  5076. "schema": {
  5077. "$ref": "#/definitions/md.Response"
  5078. }
  5079. }
  5080. }
  5081. }
  5082. },
  5083. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  5084. "post": {
  5085. "description": "社区长列表(新增)",
  5086. "consumes": [
  5087. "application/json"
  5088. ],
  5089. "produces": [
  5090. "application/json"
  5091. ],
  5092. "tags": [
  5093. "公排管理"
  5094. ],
  5095. "summary": "制度中心-公排管理-社区长列表(新增)",
  5096. "parameters": [
  5097. {
  5098. "type": "string",
  5099. "description": "验证参数Bearer和token空格拼接",
  5100. "name": "Authorization",
  5101. "in": "header",
  5102. "required": true
  5103. },
  5104. {
  5105. "description": "新增社区长 ID、备注",
  5106. "name": "req",
  5107. "in": "body",
  5108. "required": true,
  5109. "schema": {
  5110. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  5111. }
  5112. }
  5113. ],
  5114. "responses": {
  5115. "200": {
  5116. "description": "插入数据 ID",
  5117. "schema": {
  5118. "type": "int"
  5119. }
  5120. },
  5121. "400": {
  5122. "description": "具体错误",
  5123. "schema": {
  5124. "$ref": "#/definitions/md.Response"
  5125. }
  5126. }
  5127. }
  5128. }
  5129. },
  5130. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  5131. "delete": {
  5132. "description": "社区长列表(删除)",
  5133. "consumes": [
  5134. "application/json"
  5135. ],
  5136. "produces": [
  5137. "application/json"
  5138. ],
  5139. "tags": [
  5140. "公排管理"
  5141. ],
  5142. "summary": "制度中心-公排管理-社区长列表(删除)",
  5143. "parameters": [
  5144. {
  5145. "type": "string",
  5146. "description": "验证参数Bearer和token空格拼接",
  5147. "name": "Authorization",
  5148. "in": "header",
  5149. "required": true
  5150. }
  5151. ],
  5152. "responses": {
  5153. "200": {
  5154. "description": "删除数据数量",
  5155. "schema": {
  5156. "type": "int"
  5157. }
  5158. },
  5159. "400": {
  5160. "description": "具体错误",
  5161. "schema": {
  5162. "$ref": "#/definitions/md.Response"
  5163. }
  5164. }
  5165. }
  5166. }
  5167. },
  5168. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  5169. "post": {
  5170. "description": "社区长列表(查询)",
  5171. "consumes": [
  5172. "application/json"
  5173. ],
  5174. "produces": [
  5175. "application/json"
  5176. ],
  5177. "tags": [
  5178. "公排管理"
  5179. ],
  5180. "summary": "制度中心-公排管理-社区长列表(查询)",
  5181. "parameters": [
  5182. {
  5183. "type": "string",
  5184. "description": "验证参数Bearer和token空格拼接",
  5185. "name": "Authorization",
  5186. "in": "header",
  5187. "required": true
  5188. },
  5189. {
  5190. "description": "页数、每页大小必填 手机号、用户ID选填",
  5191. "name": "req",
  5192. "in": "body",
  5193. "required": true,
  5194. "schema": {
  5195. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5196. }
  5197. }
  5198. ],
  5199. "responses": {
  5200. "200": {
  5201. "description": "社区长列表",
  5202. "schema": {
  5203. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5204. }
  5205. },
  5206. "400": {
  5207. "description": "具体错误",
  5208. "schema": {
  5209. "$ref": "#/definitions/md.Response"
  5210. }
  5211. }
  5212. }
  5213. }
  5214. },
  5215. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5216. "post": {
  5217. "description": "关系分布图(位置转换)",
  5218. "consumes": [
  5219. "application/json"
  5220. ],
  5221. "produces": [
  5222. "application/json"
  5223. ],
  5224. "tags": [
  5225. "公排管理"
  5226. ],
  5227. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5228. "parameters": [
  5229. {
  5230. "type": "string",
  5231. "description": "验证参数Bearer和token空格拼接",
  5232. "name": "Authorization",
  5233. "in": "header",
  5234. "required": true
  5235. },
  5236. {
  5237. "description": "需要交换的两个位置",
  5238. "name": "req",
  5239. "in": "body",
  5240. "required": true,
  5241. "schema": {
  5242. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5243. }
  5244. }
  5245. ],
  5246. "responses": {
  5247. "200": {
  5248. "description": "成功返回",
  5249. "schema": {
  5250. "type": ""
  5251. }
  5252. },
  5253. "400": {
  5254. "description": "具体错误",
  5255. "schema": {
  5256. "$ref": "#/definitions/md.Response"
  5257. }
  5258. }
  5259. }
  5260. }
  5261. },
  5262. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5263. "get": {
  5264. "description": "关系分布图(获取指定用户上级)",
  5265. "consumes": [
  5266. "application/json"
  5267. ],
  5268. "produces": [
  5269. "application/json"
  5270. ],
  5271. "tags": [
  5272. "公排管理"
  5273. ],
  5274. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5275. "parameters": [
  5276. {
  5277. "type": "string",
  5278. "description": "验证参数Bearer和token空格拼接",
  5279. "name": "Authorization",
  5280. "in": "header",
  5281. "required": true
  5282. },
  5283. {
  5284. "type": "string",
  5285. "description": "用户ID",
  5286. "name": "uid",
  5287. "in": "query",
  5288. "required": true
  5289. }
  5290. ],
  5291. "responses": {
  5292. "200": {
  5293. "description": "具体数据",
  5294. "schema": {
  5295. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5296. }
  5297. },
  5298. "400": {
  5299. "description": "具体错误",
  5300. "schema": {
  5301. "$ref": "#/definitions/md.Response"
  5302. }
  5303. }
  5304. }
  5305. }
  5306. },
  5307. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5308. "get": {
  5309. "description": "关系分布图(获取指定用户下级)",
  5310. "consumes": [
  5311. "application/json"
  5312. ],
  5313. "produces": [
  5314. "application/json"
  5315. ],
  5316. "tags": [
  5317. "公排管理"
  5318. ],
  5319. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5320. "parameters": [
  5321. {
  5322. "type": "string",
  5323. "description": "验证参数Bearer和token空格拼接",
  5324. "name": "Authorization",
  5325. "in": "header",
  5326. "required": true
  5327. },
  5328. {
  5329. "type": "string",
  5330. "description": "用户ID",
  5331. "name": "uid",
  5332. "in": "query",
  5333. "required": true
  5334. }
  5335. ],
  5336. "responses": {
  5337. "200": {
  5338. "description": "具体数据",
  5339. "schema": {
  5340. "$ref": "#/definitions/md.TreeNode"
  5341. }
  5342. },
  5343. "400": {
  5344. "description": "具体错误",
  5345. "schema": {
  5346. "$ref": "#/definitions/md.Response"
  5347. }
  5348. }
  5349. }
  5350. }
  5351. },
  5352. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5353. "get": {
  5354. "description": "公排基础设置(获取)",
  5355. "consumes": [
  5356. "application/json"
  5357. ],
  5358. "produces": [
  5359. "application/json"
  5360. ],
  5361. "tags": [
  5362. "公排管理"
  5363. ],
  5364. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5365. "parameters": [
  5366. {
  5367. "type": "string",
  5368. "description": "验证参数Bearer和token空格拼接",
  5369. "name": "Authorization",
  5370. "in": "header",
  5371. "required": true
  5372. }
  5373. ],
  5374. "responses": {
  5375. "200": {
  5376. "description": "具体数据",
  5377. "schema": {
  5378. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5379. }
  5380. },
  5381. "400": {
  5382. "description": "具体错误",
  5383. "schema": {
  5384. "$ref": "#/definitions/md.Response"
  5385. }
  5386. }
  5387. }
  5388. }
  5389. },
  5390. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5391. "delete": {
  5392. "description": "免罚用户(删除)",
  5393. "consumes": [
  5394. "application/json"
  5395. ],
  5396. "produces": [
  5397. "application/json"
  5398. ],
  5399. "tags": [
  5400. "公排管理"
  5401. ],
  5402. "summary": "制度中心-公排管理-免罚用户(删除)",
  5403. "parameters": [
  5404. {
  5405. "type": "string",
  5406. "description": "验证参数Bearer和token空格拼接",
  5407. "name": "Authorization",
  5408. "in": "header",
  5409. "required": true
  5410. },
  5411. {
  5412. "description": "免罚用户ID",
  5413. "name": "req",
  5414. "in": "body",
  5415. "required": true,
  5416. "schema": {
  5417. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5418. }
  5419. }
  5420. ],
  5421. "responses": {
  5422. "200": {
  5423. "description": "删除数据数量",
  5424. "schema": {
  5425. "type": "int"
  5426. }
  5427. },
  5428. "400": {
  5429. "description": "具体错误",
  5430. "schema": {
  5431. "$ref": "#/definitions/md.Response"
  5432. }
  5433. }
  5434. }
  5435. }
  5436. },
  5437. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5438. "post": {
  5439. "description": "免罚用户(查询)",
  5440. "consumes": [
  5441. "application/json"
  5442. ],
  5443. "produces": [
  5444. "application/json"
  5445. ],
  5446. "tags": [
  5447. "公排管理"
  5448. ],
  5449. "summary": "制度中心-公排管理-免罚用户(查询)",
  5450. "parameters": [
  5451. {
  5452. "type": "string",
  5453. "description": "验证参数Bearer和token空格拼接",
  5454. "name": "Authorization",
  5455. "in": "header",
  5456. "required": true
  5457. },
  5458. {
  5459. "description": "页数和行数必填,uid选填",
  5460. "name": "req",
  5461. "in": "body",
  5462. "required": true,
  5463. "schema": {
  5464. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5465. }
  5466. }
  5467. ],
  5468. "responses": {
  5469. "200": {
  5470. "description": "成功返回",
  5471. "schema": {
  5472. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5473. }
  5474. },
  5475. "400": {
  5476. "description": "具体错误",
  5477. "schema": {
  5478. "$ref": "#/definitions/md.Response"
  5479. }
  5480. }
  5481. }
  5482. }
  5483. },
  5484. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5485. "post": {
  5486. "description": "免罚用户(新增)",
  5487. "consumes": [
  5488. "application/json"
  5489. ],
  5490. "produces": [
  5491. "application/json"
  5492. ],
  5493. "tags": [
  5494. "公排管理"
  5495. ],
  5496. "summary": "制度中心-公排管理-免罚用户(新增)",
  5497. "parameters": [
  5498. {
  5499. "type": "string",
  5500. "description": "验证参数Bearer和token空格拼接",
  5501. "name": "Authorization",
  5502. "in": "header",
  5503. "required": true
  5504. },
  5505. {
  5506. "description": "免罚用户ID",
  5507. "name": "req",
  5508. "in": "body",
  5509. "required": true,
  5510. "schema": {
  5511. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5512. }
  5513. }
  5514. ],
  5515. "responses": {
  5516. "200": {
  5517. "description": "插入数据 ID",
  5518. "schema": {
  5519. "type": "int"
  5520. }
  5521. },
  5522. "400": {
  5523. "description": "具体错误",
  5524. "schema": {
  5525. "$ref": "#/definitions/md.Response"
  5526. }
  5527. }
  5528. }
  5529. }
  5530. },
  5531. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5532. "get": {
  5533. "description": "关系分布图(获取)",
  5534. "consumes": [
  5535. "application/json"
  5536. ],
  5537. "produces": [
  5538. "application/json"
  5539. ],
  5540. "tags": [
  5541. "公排管理"
  5542. ],
  5543. "summary": "制度中心-公排管理-关系分布图(获取)",
  5544. "parameters": [
  5545. {
  5546. "type": "string",
  5547. "description": "验证参数Bearer和token空格拼接",
  5548. "name": "Authorization",
  5549. "in": "header",
  5550. "required": true
  5551. },
  5552. {
  5553. "type": "string",
  5554. "description": "phone",
  5555. "name": "phone",
  5556. "in": "query",
  5557. "required": true
  5558. },
  5559. {
  5560. "type": "string",
  5561. "description": "uid",
  5562. "name": "uid",
  5563. "in": "query",
  5564. "required": true
  5565. }
  5566. ],
  5567. "responses": {
  5568. "200": {
  5569. "description": "具体数据",
  5570. "schema": {
  5571. "$ref": "#/definitions/md.TreeNode"
  5572. }
  5573. },
  5574. "400": {
  5575. "description": "具体错误",
  5576. "schema": {
  5577. "$ref": "#/definitions/md.Response"
  5578. }
  5579. }
  5580. }
  5581. }
  5582. },
  5583. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5584. "post": {
  5585. "description": "公排基础设置选择会员(查询)",
  5586. "consumes": [
  5587. "application/json"
  5588. ],
  5589. "produces": [
  5590. "application/json"
  5591. ],
  5592. "tags": [
  5593. "公排管理"
  5594. ],
  5595. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5596. "parameters": [
  5597. {
  5598. "type": "string",
  5599. "description": "验证参数Bearer和token空格拼接",
  5600. "name": "Authorization",
  5601. "in": "header",
  5602. "required": true
  5603. },
  5604. {
  5605. "description": "分页信息必填",
  5606. "name": "req",
  5607. "in": "body",
  5608. "required": true,
  5609. "schema": {
  5610. "$ref": "#/definitions/md.SelectMemberReq"
  5611. }
  5612. }
  5613. ],
  5614. "responses": {
  5615. "200": {
  5616. "description": "具体数据",
  5617. "schema": {
  5618. "$ref": "#/definitions/md.SelectMemberResp"
  5619. }
  5620. },
  5621. "400": {
  5622. "description": "具体错误",
  5623. "schema": {
  5624. "$ref": "#/definitions/md.Response"
  5625. }
  5626. }
  5627. }
  5628. }
  5629. },
  5630. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5631. "put": {
  5632. "description": "公排基础设置(修改)",
  5633. "consumes": [
  5634. "application/json"
  5635. ],
  5636. "produces": [
  5637. "application/json"
  5638. ],
  5639. "tags": [
  5640. "公排管理"
  5641. ],
  5642. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5643. "parameters": [
  5644. {
  5645. "type": "string",
  5646. "description": "验证参数Bearer和token空格拼接",
  5647. "name": "Authorization",
  5648. "in": "header",
  5649. "required": true
  5650. },
  5651. {
  5652. "description": "公排设置表单内容",
  5653. "name": "req",
  5654. "in": "body",
  5655. "required": true,
  5656. "schema": {
  5657. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5658. }
  5659. }
  5660. ],
  5661. "responses": {
  5662. "200": {
  5663. "description": "success",
  5664. "schema": {
  5665. "type": "string"
  5666. }
  5667. },
  5668. "400": {
  5669. "description": "具体错误",
  5670. "schema": {
  5671. "$ref": "#/definitions/md.Response"
  5672. }
  5673. }
  5674. }
  5675. }
  5676. },
  5677. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5678. "post": {
  5679. "description": "日活分析",
  5680. "consumes": [
  5681. "application/json"
  5682. ],
  5683. "produces": [
  5684. "application/json"
  5685. ],
  5686. "tags": [
  5687. "公排管理"
  5688. ],
  5689. "summary": "制度中心-公排管理-日活分析",
  5690. "parameters": [
  5691. {
  5692. "type": "string",
  5693. "description": "验证参数Bearer和token空格拼接",
  5694. "name": "Authorization",
  5695. "in": "header",
  5696. "required": true
  5697. },
  5698. {
  5699. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5700. "name": "req",
  5701. "in": "body",
  5702. "required": true,
  5703. "schema": {
  5704. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5705. }
  5706. }
  5707. ],
  5708. "responses": {
  5709. "200": {
  5710. "description": "具体数据",
  5711. "schema": {
  5712. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5713. }
  5714. },
  5715. "400": {
  5716. "description": "具体错误",
  5717. "schema": {
  5718. "$ref": "#/definitions/md.Response"
  5719. }
  5720. }
  5721. }
  5722. }
  5723. },
  5724. "/api/login": {
  5725. "post": {
  5726. "description": "登入",
  5727. "consumes": [
  5728. "application/json"
  5729. ],
  5730. "produces": [
  5731. "application/json"
  5732. ],
  5733. "tags": [
  5734. "登录"
  5735. ],
  5736. "summary": "登陆",
  5737. "parameters": [
  5738. {
  5739. "description": "用户名密码",
  5740. "name": "req",
  5741. "in": "body",
  5742. "required": true,
  5743. "schema": {
  5744. "$ref": "#/definitions/md.LoginReq"
  5745. }
  5746. }
  5747. ],
  5748. "responses": {
  5749. "200": {
  5750. "description": "token",
  5751. "schema": {
  5752. "$ref": "#/definitions/md.LoginResponse"
  5753. }
  5754. },
  5755. "400": {
  5756. "description": "具体错误",
  5757. "schema": {
  5758. "$ref": "#/definitions/md.Response"
  5759. }
  5760. }
  5761. }
  5762. }
  5763. },
  5764. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5765. "get": {
  5766. "description": "新人红包设置(获取)",
  5767. "consumes": [
  5768. "application/json"
  5769. ],
  5770. "produces": [
  5771. "application/json"
  5772. ],
  5773. "tags": [
  5774. "营销应用"
  5775. ],
  5776. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5777. "parameters": [
  5778. {
  5779. "type": "string",
  5780. "description": "验证参数Bearer和token空格拼接",
  5781. "name": "Authorization",
  5782. "in": "header",
  5783. "required": true
  5784. }
  5785. ],
  5786. "responses": {
  5787. "200": {
  5788. "description": "具体数据",
  5789. "schema": {
  5790. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5791. }
  5792. },
  5793. "400": {
  5794. "description": "具体错误",
  5795. "schema": {
  5796. "$ref": "#/definitions/md.Response"
  5797. }
  5798. }
  5799. }
  5800. }
  5801. },
  5802. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5803. "post": {
  5804. "description": "新人红包列表明细(查询)",
  5805. "consumes": [
  5806. "application/json"
  5807. ],
  5808. "produces": [
  5809. "application/json"
  5810. ],
  5811. "tags": [
  5812. "营销应用"
  5813. ],
  5814. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5815. "parameters": [
  5816. {
  5817. "type": "string",
  5818. "description": "验证参数Bearer和token空格拼接",
  5819. "name": "Authorization",
  5820. "in": "header",
  5821. "required": true
  5822. },
  5823. {
  5824. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5825. "name": "req",
  5826. "in": "body",
  5827. "required": true,
  5828. "schema": {
  5829. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5830. }
  5831. }
  5832. ],
  5833. "responses": {
  5834. "200": {
  5835. "description": "具体数据",
  5836. "schema": {
  5837. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5838. }
  5839. },
  5840. "400": {
  5841. "description": "具体错误",
  5842. "schema": {
  5843. "$ref": "#/definitions/md.Response"
  5844. }
  5845. }
  5846. }
  5847. }
  5848. },
  5849. "/api/marketingApplications/newUserRedPackage/recordList": {
  5850. "post": {
  5851. "description": "新人红包列表(查询)",
  5852. "consumes": [
  5853. "application/json"
  5854. ],
  5855. "produces": [
  5856. "application/json"
  5857. ],
  5858. "tags": [
  5859. "营销应用"
  5860. ],
  5861. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5862. "parameters": [
  5863. {
  5864. "type": "string",
  5865. "description": "验证参数Bearer和token空格拼接",
  5866. "name": "Authorization",
  5867. "in": "header",
  5868. "required": true
  5869. },
  5870. {
  5871. "description": "新人红包列表查询条件(分页信息必填)",
  5872. "name": "req",
  5873. "in": "body",
  5874. "required": true,
  5875. "schema": {
  5876. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5877. }
  5878. }
  5879. ],
  5880. "responses": {
  5881. "200": {
  5882. "description": "具体数据",
  5883. "schema": {
  5884. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5885. }
  5886. },
  5887. "400": {
  5888. "description": "具体错误",
  5889. "schema": {
  5890. "$ref": "#/definitions/md.Response"
  5891. }
  5892. }
  5893. }
  5894. }
  5895. },
  5896. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5897. "put": {
  5898. "description": "新人红包设置(修改)",
  5899. "consumes": [
  5900. "application/json"
  5901. ],
  5902. "produces": [
  5903. "application/json"
  5904. ],
  5905. "tags": [
  5906. "营销应用"
  5907. ],
  5908. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5909. "parameters": [
  5910. {
  5911. "type": "string",
  5912. "description": "验证参数Bearer和token空格拼接",
  5913. "name": "Authorization",
  5914. "in": "header",
  5915. "required": true
  5916. },
  5917. {
  5918. "description": "新人红包设置表单",
  5919. "name": "req",
  5920. "in": "body",
  5921. "required": true,
  5922. "schema": {
  5923. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5924. }
  5925. }
  5926. ],
  5927. "responses": {
  5928. "200": {
  5929. "description": "success",
  5930. "schema": {
  5931. "type": "string"
  5932. }
  5933. },
  5934. "400": {
  5935. "description": "具体错误",
  5936. "schema": {
  5937. "$ref": "#/definitions/md.Response"
  5938. }
  5939. }
  5940. }
  5941. }
  5942. },
  5943. "/api/memberCenter/certificate/del": {
  5944. "post": {
  5945. "description": "会员中心-证书管理-删除",
  5946. "consumes": [
  5947. "application/json"
  5948. ],
  5949. "produces": [
  5950. "application/json"
  5951. ],
  5952. "tags": [
  5953. "会员中心"
  5954. ],
  5955. "summary": "会员中心-证书管理-删除",
  5956. "parameters": [
  5957. {
  5958. "type": "string",
  5959. "description": "验证参数Bearer和token空格拼接",
  5960. "name": "Authorization",
  5961. "in": "header",
  5962. "required": true
  5963. },
  5964. {
  5965. "description": "(分页信息必填)",
  5966. "name": "req",
  5967. "in": "body",
  5968. "required": true,
  5969. "schema": {
  5970. "$ref": "#/definitions/md.CertificateDelReq"
  5971. }
  5972. }
  5973. ],
  5974. "responses": {
  5975. "200": {
  5976. "description": "具体数据",
  5977. "schema": {
  5978. "type": "string"
  5979. }
  5980. },
  5981. "400": {
  5982. "description": "具体错误",
  5983. "schema": {
  5984. "$ref": "#/definitions/md.Response"
  5985. }
  5986. }
  5987. }
  5988. }
  5989. },
  5990. "/api/memberCenter/certificate/list": {
  5991. "post": {
  5992. "description": "会员中心-证书管理",
  5993. "consumes": [
  5994. "application/json"
  5995. ],
  5996. "produces": [
  5997. "application/json"
  5998. ],
  5999. "tags": [
  6000. "会员中心"
  6001. ],
  6002. "summary": "会员中心-证书管理",
  6003. "parameters": [
  6004. {
  6005. "type": "string",
  6006. "description": "验证参数Bearer和token空格拼接",
  6007. "name": "Authorization",
  6008. "in": "header",
  6009. "required": true
  6010. },
  6011. {
  6012. "description": "(分页信息必填)",
  6013. "name": "req",
  6014. "in": "body",
  6015. "required": true,
  6016. "schema": {
  6017. "$ref": "#/definitions/md.CertificateListReq"
  6018. }
  6019. }
  6020. ],
  6021. "responses": {
  6022. "200": {
  6023. "description": "具体数据",
  6024. "schema": {
  6025. "$ref": "#/definitions/md.CertificateListResp"
  6026. }
  6027. },
  6028. "400": {
  6029. "description": "具体错误",
  6030. "schema": {
  6031. "$ref": "#/definitions/md.Response"
  6032. }
  6033. }
  6034. }
  6035. }
  6036. },
  6037. "/api/memberCenter/certificate/save": {
  6038. "post": {
  6039. "description": "会员中心-证书管理-保存",
  6040. "consumes": [
  6041. "application/json"
  6042. ],
  6043. "produces": [
  6044. "application/json"
  6045. ],
  6046. "tags": [
  6047. "会员中心"
  6048. ],
  6049. "summary": "会员中心-证书管理-保存",
  6050. "parameters": [
  6051. {
  6052. "type": "string",
  6053. "description": "验证参数Bearer和token空格拼接",
  6054. "name": "Authorization",
  6055. "in": "header",
  6056. "required": true
  6057. },
  6058. {
  6059. "description": "(分页信息必填)",
  6060. "name": "req",
  6061. "in": "body",
  6062. "required": true,
  6063. "schema": {
  6064. "$ref": "#/definitions/md.CertificateSave"
  6065. }
  6066. }
  6067. ],
  6068. "responses": {
  6069. "200": {
  6070. "description": "具体数据",
  6071. "schema": {
  6072. "type": "string"
  6073. }
  6074. },
  6075. "400": {
  6076. "description": "具体错误",
  6077. "schema": {
  6078. "$ref": "#/definitions/md.Response"
  6079. }
  6080. }
  6081. }
  6082. }
  6083. },
  6084. "/api/memberCenter/levelManagement/addLevel": {
  6085. "post": {
  6086. "description": "等级管理(新增)",
  6087. "consumes": [
  6088. "application/json"
  6089. ],
  6090. "produces": [
  6091. "application/json"
  6092. ],
  6093. "tags": [
  6094. "会员中心"
  6095. ],
  6096. "summary": "制度中心-会员中心-等级管理(新增)",
  6097. "parameters": [
  6098. {
  6099. "type": "string",
  6100. "description": "验证参数Bearer和token空格拼接",
  6101. "name": "Authorization",
  6102. "in": "header",
  6103. "required": true
  6104. },
  6105. {
  6106. "description": "需要新增的等级信息",
  6107. "name": "req",
  6108. "in": "body",
  6109. "required": true,
  6110. "schema": {
  6111. "$ref": "#/definitions/md.AddLevelReq"
  6112. }
  6113. }
  6114. ],
  6115. "responses": {
  6116. "200": {
  6117. "description": "新增等级ID",
  6118. "schema": {
  6119. "type": "int"
  6120. }
  6121. },
  6122. "400": {
  6123. "description": "具体错误",
  6124. "schema": {
  6125. "$ref": "#/definitions/md.Response"
  6126. }
  6127. }
  6128. }
  6129. }
  6130. },
  6131. "/api/memberCenter/levelManagement/deleteLevel": {
  6132. "delete": {
  6133. "description": "等级管理(删除)",
  6134. "consumes": [
  6135. "application/json"
  6136. ],
  6137. "produces": [
  6138. "application/json"
  6139. ],
  6140. "tags": [
  6141. "会员中心"
  6142. ],
  6143. "summary": "制度中心-会员中心-等级管理(删除)",
  6144. "parameters": [
  6145. {
  6146. "type": "string",
  6147. "description": "验证参数Bearer和token空格拼接",
  6148. "name": "Authorization",
  6149. "in": "header",
  6150. "required": true
  6151. },
  6152. {
  6153. "description": "需要删除的等级 ID",
  6154. "name": "req",
  6155. "in": "body",
  6156. "required": true,
  6157. "schema": {
  6158. "$ref": "#/definitions/md.DeleteLevelReq"
  6159. }
  6160. }
  6161. ],
  6162. "responses": {
  6163. "200": {
  6164. "description": "成功删除数据数量",
  6165. "schema": {
  6166. "type": "int"
  6167. }
  6168. },
  6169. "400": {
  6170. "description": "具体错误",
  6171. "schema": {
  6172. "$ref": "#/definitions/md.Response"
  6173. }
  6174. }
  6175. }
  6176. }
  6177. },
  6178. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6179. "delete": {
  6180. "description": "等级任务(删除)",
  6181. "consumes": [
  6182. "application/json"
  6183. ],
  6184. "produces": [
  6185. "application/json"
  6186. ],
  6187. "tags": [
  6188. "会员中心"
  6189. ],
  6190. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6191. "parameters": [
  6192. {
  6193. "type": "string",
  6194. "description": "验证参数Bearer和token空格拼接",
  6195. "name": "Authorization",
  6196. "in": "header",
  6197. "required": true
  6198. },
  6199. {
  6200. "description": "需要删除的等级任务ID",
  6201. "name": "req",
  6202. "in": "body",
  6203. "required": true,
  6204. "schema": {
  6205. "$ref": "#/definitions/md.DeleteTaskReq"
  6206. }
  6207. }
  6208. ],
  6209. "responses": {
  6210. "200": {
  6211. "description": "成功删除数据数量",
  6212. "schema": {
  6213. "type": "int"
  6214. }
  6215. },
  6216. "400": {
  6217. "description": "具体错误",
  6218. "schema": {
  6219. "$ref": "#/definitions/md.Response"
  6220. }
  6221. }
  6222. }
  6223. }
  6224. },
  6225. "/api/memberCenter/levelManagement/getLevelList": {
  6226. "get": {
  6227. "description": "标签管理(获取)",
  6228. "consumes": [
  6229. "application/json"
  6230. ],
  6231. "produces": [
  6232. "application/json"
  6233. ],
  6234. "tags": [
  6235. "会员中心"
  6236. ],
  6237. "summary": "制度中心-会员中心-等级管理(获取)",
  6238. "parameters": [
  6239. {
  6240. "type": "string",
  6241. "description": "验证参数Bearer和token空格拼接",
  6242. "name": "Authorization",
  6243. "in": "header",
  6244. "required": true
  6245. },
  6246. {
  6247. "type": "integer",
  6248. "description": "每页大小",
  6249. "name": "limit",
  6250. "in": "query",
  6251. "required": true
  6252. },
  6253. {
  6254. "type": "integer",
  6255. "description": "页数",
  6256. "name": "page",
  6257. "in": "query",
  6258. "required": true
  6259. }
  6260. ],
  6261. "responses": {
  6262. "200": {
  6263. "description": "具体数据",
  6264. "schema": {
  6265. "$ref": "#/definitions/md.GetLevelListResp"
  6266. }
  6267. },
  6268. "400": {
  6269. "description": "具体错误",
  6270. "schema": {
  6271. "$ref": "#/definitions/md.Response"
  6272. }
  6273. }
  6274. }
  6275. }
  6276. },
  6277. "/api/memberCenter/levelManagement/getOneLevel": {
  6278. "get": {
  6279. "description": "等级明细(获取)",
  6280. "consumes": [
  6281. "application/json"
  6282. ],
  6283. "produces": [
  6284. "application/json"
  6285. ],
  6286. "tags": [
  6287. "会员中心"
  6288. ],
  6289. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6290. "parameters": [
  6291. {
  6292. "type": "string",
  6293. "description": "验证参数Bearer和token空格拼接",
  6294. "name": "Authorization",
  6295. "in": "header",
  6296. "required": true
  6297. },
  6298. {
  6299. "type": "integer",
  6300. "description": "等级 ID",
  6301. "name": "level_id",
  6302. "in": "query",
  6303. "required": true
  6304. }
  6305. ],
  6306. "responses": {
  6307. "200": {
  6308. "description": "具体数据",
  6309. "schema": {
  6310. "$ref": "#/definitions/md.GetOneLevelResp"
  6311. }
  6312. },
  6313. "400": {
  6314. "description": "具体错误",
  6315. "schema": {
  6316. "$ref": "#/definitions/md.Response"
  6317. }
  6318. }
  6319. }
  6320. }
  6321. },
  6322. "/api/memberCenter/levelManagement/updateLevel": {
  6323. "post": {
  6324. "description": "等级管理(更新)",
  6325. "consumes": [
  6326. "application/json"
  6327. ],
  6328. "produces": [
  6329. "application/json"
  6330. ],
  6331. "tags": [
  6332. "会员中心"
  6333. ],
  6334. "summary": "制度中心-会员中心-等级管理(更新)",
  6335. "parameters": [
  6336. {
  6337. "type": "string",
  6338. "description": "验证参数Bearer和token空格拼接",
  6339. "name": "Authorization",
  6340. "in": "header",
  6341. "required": true
  6342. },
  6343. {
  6344. "description": "需要修改的等级信息",
  6345. "name": "req",
  6346. "in": "body",
  6347. "required": true,
  6348. "schema": {
  6349. "$ref": "#/definitions/md.UpdateLevelReq"
  6350. }
  6351. }
  6352. ],
  6353. "responses": {
  6354. "200": {
  6355. "description": "success",
  6356. "schema": {
  6357. "type": "string"
  6358. }
  6359. },
  6360. "400": {
  6361. "description": "具体错误",
  6362. "schema": {
  6363. "$ref": "#/definitions/md.Response"
  6364. }
  6365. }
  6366. }
  6367. }
  6368. },
  6369. "/api/memberCenter/tagManagement/addTag": {
  6370. "post": {
  6371. "description": "标签管理(新增)",
  6372. "consumes": [
  6373. "application/json"
  6374. ],
  6375. "produces": [
  6376. "application/json"
  6377. ],
  6378. "tags": [
  6379. "会员中心"
  6380. ],
  6381. "summary": "制度中心-会员中心-标签管理(新增)",
  6382. "parameters": [
  6383. {
  6384. "type": "string",
  6385. "description": "验证参数Bearer和token空格拼接",
  6386. "name": "Authorization",
  6387. "in": "header",
  6388. "required": true
  6389. },
  6390. {
  6391. "description": "新增的标签信息",
  6392. "name": "req",
  6393. "in": "body",
  6394. "required": true,
  6395. "schema": {
  6396. "$ref": "#/definitions/md.AddTagReq"
  6397. }
  6398. }
  6399. ],
  6400. "responses": {
  6401. "200": {
  6402. "description": "新增的标签 ID",
  6403. "schema": {
  6404. "type": "int"
  6405. }
  6406. },
  6407. "400": {
  6408. "description": "具体错误",
  6409. "schema": {
  6410. "$ref": "#/definitions/md.Response"
  6411. }
  6412. }
  6413. }
  6414. }
  6415. },
  6416. "/api/memberCenter/tagManagement/deleteTag": {
  6417. "delete": {
  6418. "description": "标签管理(删除)",
  6419. "consumes": [
  6420. "application/json"
  6421. ],
  6422. "produces": [
  6423. "application/json"
  6424. ],
  6425. "tags": [
  6426. "会员中心"
  6427. ],
  6428. "summary": "制度中心-会员中心-标签管理(删除)",
  6429. "parameters": [
  6430. {
  6431. "type": "string",
  6432. "description": "验证参数Bearer和token空格拼接",
  6433. "name": "Authorization",
  6434. "in": "header",
  6435. "required": true
  6436. },
  6437. {
  6438. "description": "需要删除的标签 ID",
  6439. "name": "req",
  6440. "in": "body",
  6441. "required": true,
  6442. "schema": {
  6443. "$ref": "#/definitions/md.DeleteTagReq"
  6444. }
  6445. }
  6446. ],
  6447. "responses": {
  6448. "200": {
  6449. "description": "成功删除标签用户数",
  6450. "schema": {
  6451. "type": "int"
  6452. }
  6453. },
  6454. "400": {
  6455. "description": "具体错误",
  6456. "schema": {
  6457. "$ref": "#/definitions/md.Response"
  6458. }
  6459. }
  6460. }
  6461. }
  6462. },
  6463. "/api/memberCenter/tagManagement/getTagList": {
  6464. "get": {
  6465. "description": "标签管理(获取)",
  6466. "consumes": [
  6467. "application/json"
  6468. ],
  6469. "produces": [
  6470. "application/json"
  6471. ],
  6472. "tags": [
  6473. "会员中心"
  6474. ],
  6475. "summary": "制度中心-会员中心-标签管理(获取)",
  6476. "parameters": [
  6477. {
  6478. "type": "string",
  6479. "description": "验证参数Bearer和token空格拼接",
  6480. "name": "Authorization",
  6481. "in": "header",
  6482. "required": true
  6483. },
  6484. {
  6485. "type": "integer",
  6486. "description": "每页大小",
  6487. "name": "limit",
  6488. "in": "query",
  6489. "required": true
  6490. },
  6491. {
  6492. "type": "integer",
  6493. "description": "页数",
  6494. "name": "page",
  6495. "in": "query",
  6496. "required": true
  6497. }
  6498. ],
  6499. "responses": {
  6500. "200": {
  6501. "description": "具体数据",
  6502. "schema": {
  6503. "$ref": "#/definitions/md.GetTagListResp"
  6504. }
  6505. },
  6506. "400": {
  6507. "description": "具体错误",
  6508. "schema": {
  6509. "$ref": "#/definitions/md.Response"
  6510. }
  6511. }
  6512. }
  6513. }
  6514. },
  6515. "/api/memberCenter/tagManagement/updateTag": {
  6516. "post": {
  6517. "description": "标签管理(更新)",
  6518. "consumes": [
  6519. "application/json"
  6520. ],
  6521. "produces": [
  6522. "application/json"
  6523. ],
  6524. "tags": [
  6525. "会员中心"
  6526. ],
  6527. "summary": "制度中心-会员中心-标签管理(更新)",
  6528. "parameters": [
  6529. {
  6530. "type": "string",
  6531. "description": "验证参数Bearer和token空格拼接",
  6532. "name": "Authorization",
  6533. "in": "header",
  6534. "required": true
  6535. },
  6536. {
  6537. "description": "需要修改的标签信息",
  6538. "name": "req",
  6539. "in": "body",
  6540. "required": true,
  6541. "schema": {
  6542. "$ref": "#/definitions/md.UpdateTagReq"
  6543. }
  6544. }
  6545. ],
  6546. "responses": {
  6547. "200": {
  6548. "description": "成功修改数据条数",
  6549. "schema": {
  6550. "type": "int"
  6551. }
  6552. },
  6553. "400": {
  6554. "description": "具体错误",
  6555. "schema": {
  6556. "$ref": "#/definitions/md.Response"
  6557. }
  6558. }
  6559. }
  6560. }
  6561. },
  6562. "/api/memberCenter/userManagement/balanceDetail": {
  6563. "get": {
  6564. "description": "会员明细(余额获取)",
  6565. "consumes": [
  6566. "application/json"
  6567. ],
  6568. "produces": [
  6569. "application/json"
  6570. ],
  6571. "tags": [
  6572. "会员中心"
  6573. ],
  6574. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6575. "parameters": [
  6576. {
  6577. "type": "string",
  6578. "description": "验证参数Bearer和token空格拼接",
  6579. "name": "Authorization",
  6580. "in": "header",
  6581. "required": true
  6582. },
  6583. {
  6584. "type": "string",
  6585. "description": "用户 ID",
  6586. "name": "uid",
  6587. "in": "query",
  6588. "required": true
  6589. },
  6590. {
  6591. "type": "string",
  6592. "description": "每页大小",
  6593. "name": "limit",
  6594. "in": "query",
  6595. "required": true
  6596. },
  6597. {
  6598. "type": "string",
  6599. "description": "页数",
  6600. "name": "page",
  6601. "in": "query",
  6602. "required": true
  6603. }
  6604. ],
  6605. "responses": {
  6606. "200": {
  6607. "description": "具体数据",
  6608. "schema": {
  6609. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6610. }
  6611. },
  6612. "400": {
  6613. "description": "具体错误",
  6614. "schema": {
  6615. "$ref": "#/definitions/md.Response"
  6616. }
  6617. }
  6618. }
  6619. }
  6620. },
  6621. "/api/memberCenter/userManagement/getFans": {
  6622. "get": {
  6623. "description": "会员明细粉丝情况(获取)",
  6624. "consumes": [
  6625. "application/json"
  6626. ],
  6627. "produces": [
  6628. "application/json"
  6629. ],
  6630. "tags": [
  6631. "会员中心"
  6632. ],
  6633. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6634. "parameters": [
  6635. {
  6636. "type": "string",
  6637. "description": "验证参数Bearer和token空格拼接",
  6638. "name": "Authorization",
  6639. "in": "header",
  6640. "required": true
  6641. },
  6642. {
  6643. "type": "string",
  6644. "description": "用户 ID",
  6645. "name": "uid",
  6646. "in": "query",
  6647. "required": true
  6648. },
  6649. {
  6650. "type": "string",
  6651. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6652. "name": "type",
  6653. "in": "query",
  6654. "required": true
  6655. },
  6656. {
  6657. "type": "string",
  6658. "description": "每页大小",
  6659. "name": "limit",
  6660. "in": "query",
  6661. "required": true
  6662. },
  6663. {
  6664. "type": "string",
  6665. "description": "页数",
  6666. "name": "page",
  6667. "in": "query",
  6668. "required": true
  6669. }
  6670. ],
  6671. "responses": {
  6672. "200": {
  6673. "description": "具体数据",
  6674. "schema": {
  6675. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6676. }
  6677. },
  6678. "400": {
  6679. "description": "具体错误",
  6680. "schema": {
  6681. "$ref": "#/definitions/md.Response"
  6682. }
  6683. }
  6684. }
  6685. }
  6686. },
  6687. "/api/memberCenter/userManagement/getUserList": {
  6688. "post": {
  6689. "description": "用户信息管理(获取)",
  6690. "consumes": [
  6691. "application/json"
  6692. ],
  6693. "produces": [
  6694. "application/json"
  6695. ],
  6696. "tags": [
  6697. "会员中心"
  6698. ],
  6699. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6700. "parameters": [
  6701. {
  6702. "type": "string",
  6703. "description": "验证参数Bearer和token空格拼接",
  6704. "name": "Authorization",
  6705. "in": "header",
  6706. "required": true
  6707. },
  6708. {
  6709. "description": "分页信息必填",
  6710. "name": "req",
  6711. "in": "body",
  6712. "required": true,
  6713. "schema": {
  6714. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6715. }
  6716. }
  6717. ],
  6718. "responses": {
  6719. "200": {
  6720. "description": "具体数据",
  6721. "schema": {
  6722. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6723. }
  6724. },
  6725. "400": {
  6726. "description": "具体错误",
  6727. "schema": {
  6728. "$ref": "#/definitions/md.Response"
  6729. }
  6730. }
  6731. }
  6732. }
  6733. },
  6734. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6735. "get": {
  6736. "description": "会员明细(积分明细获取)",
  6737. "consumes": [
  6738. "application/json"
  6739. ],
  6740. "produces": [
  6741. "application/json"
  6742. ],
  6743. "tags": [
  6744. "会员中心"
  6745. ],
  6746. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6747. "parameters": [
  6748. {
  6749. "type": "string",
  6750. "description": "验证参数Bearer和token空格拼接",
  6751. "name": "Authorization",
  6752. "in": "header",
  6753. "required": true
  6754. },
  6755. {
  6756. "type": "string",
  6757. "description": "用户 ID",
  6758. "name": "uid",
  6759. "in": "query",
  6760. "required": true
  6761. },
  6762. {
  6763. "type": "string",
  6764. "description": "货币 ID",
  6765. "name": "coinId",
  6766. "in": "query",
  6767. "required": true
  6768. },
  6769. {
  6770. "type": "string",
  6771. "description": "每页大小",
  6772. "name": "limit",
  6773. "in": "query",
  6774. "required": true
  6775. },
  6776. {
  6777. "type": "string",
  6778. "description": "页数",
  6779. "name": "page",
  6780. "in": "query",
  6781. "required": true
  6782. }
  6783. ],
  6784. "responses": {
  6785. "200": {
  6786. "description": "具体数据",
  6787. "schema": {
  6788. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6789. }
  6790. },
  6791. "400": {
  6792. "description": "具体错误",
  6793. "schema": {
  6794. "$ref": "#/definitions/md.Response"
  6795. }
  6796. }
  6797. }
  6798. }
  6799. },
  6800. "/api/memberCenter/userManagement/updateUserInfo": {
  6801. "post": {
  6802. "description": "用户信息管理(更新)",
  6803. "consumes": [
  6804. "application/json"
  6805. ],
  6806. "produces": [
  6807. "application/json"
  6808. ],
  6809. "tags": [
  6810. "会员中心"
  6811. ],
  6812. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6813. "parameters": [
  6814. {
  6815. "type": "string",
  6816. "description": "验证参数Bearer和token空格拼接",
  6817. "name": "Authorization",
  6818. "in": "header",
  6819. "required": true
  6820. },
  6821. {
  6822. "description": "用户ID 必传",
  6823. "name": "req",
  6824. "in": "body",
  6825. "required": true,
  6826. "schema": {
  6827. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6828. }
  6829. }
  6830. ],
  6831. "responses": {
  6832. "200": {
  6833. "description": "修改数据行数",
  6834. "schema": {
  6835. "type": "int"
  6836. }
  6837. },
  6838. "400": {
  6839. "description": "具体错误",
  6840. "schema": {
  6841. "$ref": "#/definitions/md.Response"
  6842. }
  6843. }
  6844. }
  6845. }
  6846. },
  6847. "/api/memberCenter/userManagement/userData": {
  6848. "get": {
  6849. "description": "会员明细概况(获取)",
  6850. "consumes": [
  6851. "application/json"
  6852. ],
  6853. "produces": [
  6854. "application/json"
  6855. ],
  6856. "tags": [
  6857. "会员中心"
  6858. ],
  6859. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6860. "parameters": [
  6861. {
  6862. "type": "string",
  6863. "description": "验证参数Bearer和token空格拼接",
  6864. "name": "Authorization",
  6865. "in": "header",
  6866. "required": true
  6867. },
  6868. {
  6869. "type": "string",
  6870. "description": "用户 ID",
  6871. "name": "uid",
  6872. "in": "query",
  6873. "required": true
  6874. }
  6875. ],
  6876. "responses": {
  6877. "200": {
  6878. "description": "会员明细概况具体数据",
  6879. "schema": {
  6880. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6881. }
  6882. },
  6883. "400": {
  6884. "description": "具体错误",
  6885. "schema": {
  6886. "$ref": "#/definitions/md.Response"
  6887. }
  6888. }
  6889. }
  6890. }
  6891. },
  6892. "/api/memberCenter/userManagement/userDelete": {
  6893. "post": {
  6894. "description": "删除到回收站",
  6895. "consumes": [
  6896. "application/json"
  6897. ],
  6898. "produces": [
  6899. "application/json"
  6900. ],
  6901. "tags": [
  6902. "会员中心"
  6903. ],
  6904. "summary": "会员中心-用户管理-永久删除",
  6905. "parameters": [
  6906. {
  6907. "type": "string",
  6908. "description": "验证参数Bearer和token空格拼接",
  6909. "name": "Authorization",
  6910. "in": "header",
  6911. "required": true
  6912. },
  6913. {
  6914. "description": "用户ID 必传",
  6915. "name": "req",
  6916. "in": "body",
  6917. "required": true,
  6918. "schema": {
  6919. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  6920. }
  6921. }
  6922. ],
  6923. "responses": {
  6924. "200": {
  6925. "description": "修改数据行数",
  6926. "schema": {
  6927. "type": "int"
  6928. }
  6929. },
  6930. "400": {
  6931. "description": "具体错误",
  6932. "schema": {
  6933. "$ref": "#/definitions/md.Response"
  6934. }
  6935. }
  6936. }
  6937. }
  6938. },
  6939. "/api/memberCenter/userManagement/userRecycle": {
  6940. "post": {
  6941. "description": "删除到回收站",
  6942. "consumes": [
  6943. "application/json"
  6944. ],
  6945. "produces": [
  6946. "application/json"
  6947. ],
  6948. "tags": [
  6949. "会员中心"
  6950. ],
  6951. "summary": "会员中心-用户管理-删除到回收站",
  6952. "parameters": [
  6953. {
  6954. "type": "string",
  6955. "description": "验证参数Bearer和token空格拼接",
  6956. "name": "Authorization",
  6957. "in": "header",
  6958. "required": true
  6959. },
  6960. {
  6961. "description": "用户ID 必传",
  6962. "name": "req",
  6963. "in": "body",
  6964. "required": true,
  6965. "schema": {
  6966. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  6967. }
  6968. }
  6969. ],
  6970. "responses": {
  6971. "200": {
  6972. "description": "修改数据行数",
  6973. "schema": {
  6974. "type": "int"
  6975. }
  6976. },
  6977. "400": {
  6978. "description": "具体错误",
  6979. "schema": {
  6980. "$ref": "#/definitions/md.Response"
  6981. }
  6982. }
  6983. }
  6984. }
  6985. },
  6986. "/api/memberCenter/userManagement/userRecycleCancel": {
  6987. "post": {
  6988. "description": "恢复到会员列表",
  6989. "consumes": [
  6990. "application/json"
  6991. ],
  6992. "produces": [
  6993. "application/json"
  6994. ],
  6995. "tags": [
  6996. "会员中心"
  6997. ],
  6998. "summary": "会员中心-用户管理-恢复到会员列表",
  6999. "parameters": [
  7000. {
  7001. "type": "string",
  7002. "description": "验证参数Bearer和token空格拼接",
  7003. "name": "Authorization",
  7004. "in": "header",
  7005. "required": true
  7006. },
  7007. {
  7008. "description": "用户ID 必传",
  7009. "name": "req",
  7010. "in": "body",
  7011. "required": true,
  7012. "schema": {
  7013. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  7014. }
  7015. }
  7016. ],
  7017. "responses": {
  7018. "200": {
  7019. "description": "修改数据行数",
  7020. "schema": {
  7021. "type": "int"
  7022. }
  7023. },
  7024. "400": {
  7025. "description": "具体错误",
  7026. "schema": {
  7027. "$ref": "#/definitions/md.Response"
  7028. }
  7029. }
  7030. }
  7031. }
  7032. },
  7033. "/api/memberCenter/userManagement/userRecycleList": {
  7034. "post": {
  7035. "description": "回收站列表",
  7036. "consumes": [
  7037. "application/json"
  7038. ],
  7039. "produces": [
  7040. "application/json"
  7041. ],
  7042. "tags": [
  7043. "会员中心"
  7044. ],
  7045. "summary": "会员中心-用户管理-回收站列表",
  7046. "parameters": [
  7047. {
  7048. "type": "string",
  7049. "description": "验证参数Bearer和token空格拼接",
  7050. "name": "Authorization",
  7051. "in": "header",
  7052. "required": true
  7053. },
  7054. {
  7055. "description": "分页信息必填",
  7056. "name": "req",
  7057. "in": "body",
  7058. "required": true,
  7059. "schema": {
  7060. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  7061. }
  7062. }
  7063. ],
  7064. "responses": {
  7065. "200": {
  7066. "description": "具体数据",
  7067. "schema": {
  7068. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  7069. }
  7070. },
  7071. "400": {
  7072. "description": "具体错误",
  7073. "schema": {
  7074. "$ref": "#/definitions/md.Response"
  7075. }
  7076. }
  7077. }
  7078. }
  7079. },
  7080. "/api/notice/aliyunSms/file/phone": {
  7081. "post": {
  7082. "description": "短信推送记录-通知模板",
  7083. "consumes": [
  7084. "application/json"
  7085. ],
  7086. "produces": [
  7087. "application/json"
  7088. ],
  7089. "tags": [
  7090. "消息中心"
  7091. ],
  7092. "summary": "消息中心-短信推送记录-通知模板",
  7093. "parameters": [
  7094. {
  7095. "type": "string",
  7096. "description": "验证参数Bearer和token空格拼接",
  7097. "name": "Authorization",
  7098. "in": "header",
  7099. "required": true
  7100. },
  7101. {
  7102. "type": "string",
  7103. "description": "参数 file-----文件上传格式",
  7104. "name": "file",
  7105. "in": "formData",
  7106. "required": true
  7107. }
  7108. ],
  7109. "responses": {
  7110. "200": {
  7111. "description": "phone 一个数组",
  7112. "schema": {
  7113. "type": "string"
  7114. }
  7115. },
  7116. "400": {
  7117. "description": "具体错误",
  7118. "schema": {
  7119. "$ref": "#/definitions/md.Response"
  7120. }
  7121. }
  7122. }
  7123. }
  7124. },
  7125. "/api/notice/aliyunSms/getLevelList": {
  7126. "get": {
  7127. "description": "等级管理(获取)",
  7128. "consumes": [
  7129. "application/json"
  7130. ],
  7131. "produces": [
  7132. "application/json"
  7133. ],
  7134. "tags": [
  7135. "消息中心"
  7136. ],
  7137. "summary": "消息中心-短信推送记录-等级管理(获取)",
  7138. "parameters": [
  7139. {
  7140. "type": "string",
  7141. "description": "验证参数Bearer和token空格拼接",
  7142. "name": "Authorization",
  7143. "in": "header",
  7144. "required": true
  7145. },
  7146. {
  7147. "type": "integer",
  7148. "description": "每页大小",
  7149. "name": "limit",
  7150. "in": "query",
  7151. "required": true
  7152. },
  7153. {
  7154. "type": "integer",
  7155. "description": "页数",
  7156. "name": "page",
  7157. "in": "query",
  7158. "required": true
  7159. }
  7160. ],
  7161. "responses": {
  7162. "200": {
  7163. "description": "具体数据",
  7164. "schema": {
  7165. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  7166. }
  7167. },
  7168. "400": {
  7169. "description": "具体错误",
  7170. "schema": {
  7171. "$ref": "#/definitions/md.Response"
  7172. }
  7173. }
  7174. }
  7175. }
  7176. },
  7177. "/api/notice/aliyunSms/getTagList": {
  7178. "get": {
  7179. "description": "标签管理(获取)",
  7180. "consumes": [
  7181. "application/json"
  7182. ],
  7183. "produces": [
  7184. "application/json"
  7185. ],
  7186. "tags": [
  7187. "消息中心"
  7188. ],
  7189. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7190. "parameters": [
  7191. {
  7192. "type": "string",
  7193. "description": "验证参数Bearer和token空格拼接",
  7194. "name": "Authorization",
  7195. "in": "header",
  7196. "required": true
  7197. },
  7198. {
  7199. "type": "integer",
  7200. "description": "每页大小",
  7201. "name": "limit",
  7202. "in": "query",
  7203. "required": true
  7204. },
  7205. {
  7206. "type": "integer",
  7207. "description": "页数",
  7208. "name": "page",
  7209. "in": "query",
  7210. "required": true
  7211. }
  7212. ],
  7213. "responses": {
  7214. "200": {
  7215. "description": "具体数据",
  7216. "schema": {
  7217. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7218. }
  7219. },
  7220. "400": {
  7221. "description": "具体错误",
  7222. "schema": {
  7223. "$ref": "#/definitions/md.Response"
  7224. }
  7225. }
  7226. }
  7227. }
  7228. },
  7229. "/api/notice/aliyunSms/getUserList": {
  7230. "post": {
  7231. "description": "获取用户信息",
  7232. "consumes": [
  7233. "application/json"
  7234. ],
  7235. "produces": [
  7236. "application/json"
  7237. ],
  7238. "tags": [
  7239. "消息中心"
  7240. ],
  7241. "summary": "消息中心-短信推送记录-获取用户信息",
  7242. "parameters": [
  7243. {
  7244. "type": "string",
  7245. "description": "验证参数Bearer和token空格拼接",
  7246. "name": "Authorization",
  7247. "in": "header",
  7248. "required": true
  7249. },
  7250. {
  7251. "description": "(分页信息必填)",
  7252. "name": "req",
  7253. "in": "body",
  7254. "required": true,
  7255. "schema": {
  7256. "$ref": "#/definitions/md.JPushGetUserListReq"
  7257. }
  7258. }
  7259. ],
  7260. "responses": {
  7261. "200": {
  7262. "description": "具体数据",
  7263. "schema": {
  7264. "type": "Object"
  7265. }
  7266. },
  7267. "400": {
  7268. "description": "具体错误",
  7269. "schema": {
  7270. "$ref": "#/definitions/md.Response"
  7271. }
  7272. }
  7273. }
  7274. }
  7275. },
  7276. "/api/notice/aliyunSms/push/list": {
  7277. "post": {
  7278. "description": "短信推送记录-推送记录列表",
  7279. "consumes": [
  7280. "application/json"
  7281. ],
  7282. "produces": [
  7283. "application/json"
  7284. ],
  7285. "tags": [
  7286. "消息中心"
  7287. ],
  7288. "summary": "消息中心-短信推送记录-推送记录列表",
  7289. "parameters": [
  7290. {
  7291. "type": "string",
  7292. "description": "验证参数Bearer和token空格拼接",
  7293. "name": "Authorization",
  7294. "in": "header",
  7295. "required": true
  7296. },
  7297. {
  7298. "description": "(分页信息必填)",
  7299. "name": "req",
  7300. "in": "body",
  7301. "required": true,
  7302. "schema": {
  7303. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7304. }
  7305. }
  7306. ],
  7307. "responses": {
  7308. "200": {
  7309. "description": "具体数据",
  7310. "schema": {
  7311. "$ref": "#/definitions/md.NoticePushListResp"
  7312. }
  7313. },
  7314. "400": {
  7315. "description": "具体错误",
  7316. "schema": {
  7317. "$ref": "#/definitions/md.Response"
  7318. }
  7319. }
  7320. }
  7321. }
  7322. },
  7323. "/api/notice/aliyunSms/push/save": {
  7324. "post": {
  7325. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7326. "consumes": [
  7327. "application/json"
  7328. ],
  7329. "produces": [
  7330. "application/json"
  7331. ],
  7332. "tags": [
  7333. "消息中心"
  7334. ],
  7335. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7336. "parameters": [
  7337. {
  7338. "type": "string",
  7339. "description": "验证参数Bearer和token空格拼接",
  7340. "name": "Authorization",
  7341. "in": "header",
  7342. "required": true
  7343. },
  7344. {
  7345. "description": "(分页信息必填)",
  7346. "name": "req",
  7347. "in": "body",
  7348. "required": true,
  7349. "schema": {
  7350. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7351. }
  7352. }
  7353. ],
  7354. "responses": {
  7355. "200": {
  7356. "description": "具体数据",
  7357. "schema": {
  7358. "type": "string"
  7359. }
  7360. },
  7361. "400": {
  7362. "description": "具体错误",
  7363. "schema": {
  7364. "$ref": "#/definitions/md.Response"
  7365. }
  7366. }
  7367. }
  7368. }
  7369. },
  7370. "/api/notice/aliyunSms/sale/base": {
  7371. "get": {
  7372. "description": "短信推送记录-营销短信-通知模板",
  7373. "consumes": [
  7374. "application/json"
  7375. ],
  7376. "produces": [
  7377. "application/json"
  7378. ],
  7379. "tags": [
  7380. "消息中心"
  7381. ],
  7382. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7383. "parameters": [
  7384. {
  7385. "type": "string",
  7386. "description": "验证参数Bearer和token空格拼接",
  7387. "name": "Authorization",
  7388. "in": "header",
  7389. "required": true
  7390. }
  7391. ],
  7392. "responses": {
  7393. "200": {
  7394. "description": "具体数据",
  7395. "schema": {
  7396. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7397. }
  7398. },
  7399. "400": {
  7400. "description": "具体错误",
  7401. "schema": {
  7402. "$ref": "#/definitions/md.Response"
  7403. }
  7404. }
  7405. }
  7406. }
  7407. },
  7408. "/api/notice/aliyunSms/sale/save": {
  7409. "post": {
  7410. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7411. "consumes": [
  7412. "application/json"
  7413. ],
  7414. "produces": [
  7415. "application/json"
  7416. ],
  7417. "tags": [
  7418. "消息中心"
  7419. ],
  7420. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7421. "parameters": [
  7422. {
  7423. "type": "string",
  7424. "description": "验证参数Bearer和token空格拼接",
  7425. "name": "Authorization",
  7426. "in": "header",
  7427. "required": true
  7428. },
  7429. {
  7430. "description": "数组 把列表的数组传过来",
  7431. "name": "req",
  7432. "in": "body",
  7433. "required": true,
  7434. "schema": {
  7435. "type": "string"
  7436. }
  7437. }
  7438. ],
  7439. "responses": {
  7440. "200": {
  7441. "description": "具体数据",
  7442. "schema": {
  7443. "type": "string"
  7444. }
  7445. },
  7446. "400": {
  7447. "description": "具体错误",
  7448. "schema": {
  7449. "$ref": "#/definitions/md.Response"
  7450. }
  7451. }
  7452. }
  7453. }
  7454. },
  7455. "/api/notice/base/del": {
  7456. "post": {
  7457. "description": "基本配置-通知模板删除",
  7458. "consumes": [
  7459. "application/json"
  7460. ],
  7461. "produces": [
  7462. "application/json"
  7463. ],
  7464. "tags": [
  7465. "消息中心"
  7466. ],
  7467. "summary": "消息中心-基本配置-通知模板删除",
  7468. "parameters": [
  7469. {
  7470. "type": "string",
  7471. "description": "验证参数Bearer和token空格拼接",
  7472. "name": "Authorization",
  7473. "in": "header",
  7474. "required": true
  7475. },
  7476. {
  7477. "description": "(分页信息必填)",
  7478. "name": "req",
  7479. "in": "body",
  7480. "required": true,
  7481. "schema": {
  7482. "$ref": "#/definitions/md.NoticeDelReq"
  7483. }
  7484. }
  7485. ],
  7486. "responses": {
  7487. "200": {
  7488. "description": "具体数据",
  7489. "schema": {
  7490. "type": "string"
  7491. }
  7492. },
  7493. "400": {
  7494. "description": "具体错误",
  7495. "schema": {
  7496. "$ref": "#/definitions/md.Response"
  7497. }
  7498. }
  7499. }
  7500. }
  7501. },
  7502. "/api/notice/base/list": {
  7503. "post": {
  7504. "description": "基本配置-通知模板",
  7505. "consumes": [
  7506. "application/json"
  7507. ],
  7508. "produces": [
  7509. "application/json"
  7510. ],
  7511. "tags": [
  7512. "消息中心"
  7513. ],
  7514. "summary": "消息中心-基本配置-通知模板",
  7515. "parameters": [
  7516. {
  7517. "type": "string",
  7518. "description": "验证参数Bearer和token空格拼接",
  7519. "name": "Authorization",
  7520. "in": "header",
  7521. "required": true
  7522. },
  7523. {
  7524. "description": "(分页信息必填)",
  7525. "name": "req",
  7526. "in": "body",
  7527. "required": true,
  7528. "schema": {
  7529. "$ref": "#/definitions/md.NoticeListReq"
  7530. }
  7531. }
  7532. ],
  7533. "responses": {
  7534. "200": {
  7535. "description": "具体数据",
  7536. "schema": {
  7537. "$ref": "#/definitions/md.NoticeListResp"
  7538. }
  7539. },
  7540. "400": {
  7541. "description": "具体错误",
  7542. "schema": {
  7543. "$ref": "#/definitions/md.Response"
  7544. }
  7545. }
  7546. }
  7547. }
  7548. },
  7549. "/api/notice/base/save": {
  7550. "post": {
  7551. "description": "基本配置-通知模板添加编辑",
  7552. "consumes": [
  7553. "application/json"
  7554. ],
  7555. "produces": [
  7556. "application/json"
  7557. ],
  7558. "tags": [
  7559. "消息中心"
  7560. ],
  7561. "summary": "消息中心-基本配置-通知模板添加编辑",
  7562. "parameters": [
  7563. {
  7564. "type": "string",
  7565. "description": "验证参数Bearer和token空格拼接",
  7566. "name": "Authorization",
  7567. "in": "header",
  7568. "required": true
  7569. },
  7570. {
  7571. "description": "(分页信息必填)",
  7572. "name": "req",
  7573. "in": "body",
  7574. "required": true,
  7575. "schema": {
  7576. "$ref": "#/definitions/md.NoticeSaveReq"
  7577. }
  7578. }
  7579. ],
  7580. "responses": {
  7581. "200": {
  7582. "description": "具体数据",
  7583. "schema": {
  7584. "type": "string"
  7585. }
  7586. },
  7587. "400": {
  7588. "description": "具体错误",
  7589. "schema": {
  7590. "$ref": "#/definitions/md.Response"
  7591. }
  7592. }
  7593. }
  7594. }
  7595. },
  7596. "/api/notice/jPush/getLevelList": {
  7597. "get": {
  7598. "description": "等级管理(获取)",
  7599. "consumes": [
  7600. "application/json"
  7601. ],
  7602. "produces": [
  7603. "application/json"
  7604. ],
  7605. "tags": [
  7606. "消息中心"
  7607. ],
  7608. "summary": "消息中心-基本配置-等级管理(获取)",
  7609. "parameters": [
  7610. {
  7611. "type": "string",
  7612. "description": "验证参数Bearer和token空格拼接",
  7613. "name": "Authorization",
  7614. "in": "header",
  7615. "required": true
  7616. },
  7617. {
  7618. "type": "integer",
  7619. "description": "每页大小",
  7620. "name": "limit",
  7621. "in": "query",
  7622. "required": true
  7623. },
  7624. {
  7625. "type": "integer",
  7626. "description": "页数",
  7627. "name": "page",
  7628. "in": "query",
  7629. "required": true
  7630. }
  7631. ],
  7632. "responses": {
  7633. "200": {
  7634. "description": "具体数据",
  7635. "schema": {
  7636. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7637. }
  7638. },
  7639. "400": {
  7640. "description": "具体错误",
  7641. "schema": {
  7642. "$ref": "#/definitions/md.Response"
  7643. }
  7644. }
  7645. }
  7646. }
  7647. },
  7648. "/api/notice/jPush/getTagList": {
  7649. "get": {
  7650. "description": "标签管理(获取)",
  7651. "consumes": [
  7652. "application/json"
  7653. ],
  7654. "produces": [
  7655. "application/json"
  7656. ],
  7657. "tags": [
  7658. "消息中心"
  7659. ],
  7660. "summary": "消息中心-基本配置-标签管理(获取)",
  7661. "parameters": [
  7662. {
  7663. "type": "string",
  7664. "description": "验证参数Bearer和token空格拼接",
  7665. "name": "Authorization",
  7666. "in": "header",
  7667. "required": true
  7668. },
  7669. {
  7670. "type": "integer",
  7671. "description": "每页大小",
  7672. "name": "limit",
  7673. "in": "query",
  7674. "required": true
  7675. },
  7676. {
  7677. "type": "integer",
  7678. "description": "页数",
  7679. "name": "page",
  7680. "in": "query",
  7681. "required": true
  7682. }
  7683. ],
  7684. "responses": {
  7685. "200": {
  7686. "description": "具体数据",
  7687. "schema": {
  7688. "$ref": "#/definitions/md.JPushGetTagListResp"
  7689. }
  7690. },
  7691. "400": {
  7692. "description": "具体错误",
  7693. "schema": {
  7694. "$ref": "#/definitions/md.Response"
  7695. }
  7696. }
  7697. }
  7698. }
  7699. },
  7700. "/api/notice/jPush/getUserList": {
  7701. "post": {
  7702. "description": "获取用户信息",
  7703. "consumes": [
  7704. "application/json"
  7705. ],
  7706. "produces": [
  7707. "application/json"
  7708. ],
  7709. "tags": [
  7710. "消息中心"
  7711. ],
  7712. "summary": "消息中心-基本配置-获取用户信息",
  7713. "parameters": [
  7714. {
  7715. "type": "string",
  7716. "description": "验证参数Bearer和token空格拼接",
  7717. "name": "Authorization",
  7718. "in": "header",
  7719. "required": true
  7720. },
  7721. {
  7722. "description": "(分页信息必填)",
  7723. "name": "req",
  7724. "in": "body",
  7725. "required": true,
  7726. "schema": {
  7727. "$ref": "#/definitions/md.JPushGetUserListReq"
  7728. }
  7729. }
  7730. ],
  7731. "responses": {
  7732. "200": {
  7733. "description": "具体数据",
  7734. "schema": {
  7735. "type": "Object"
  7736. }
  7737. },
  7738. "400": {
  7739. "description": "具体错误",
  7740. "schema": {
  7741. "$ref": "#/definitions/md.Response"
  7742. }
  7743. }
  7744. }
  7745. }
  7746. },
  7747. "/api/notice/jPush/push/list": {
  7748. "post": {
  7749. "description": "基本配置-推送记录列表",
  7750. "consumes": [
  7751. "application/json"
  7752. ],
  7753. "produces": [
  7754. "application/json"
  7755. ],
  7756. "tags": [
  7757. "消息中心"
  7758. ],
  7759. "summary": "消息中心-基本配置-推送记录列表",
  7760. "parameters": [
  7761. {
  7762. "type": "string",
  7763. "description": "验证参数Bearer和token空格拼接",
  7764. "name": "Authorization",
  7765. "in": "header",
  7766. "required": true
  7767. },
  7768. {
  7769. "description": "(分页信息必填)",
  7770. "name": "req",
  7771. "in": "body",
  7772. "required": true,
  7773. "schema": {
  7774. "$ref": "#/definitions/md.NoticeListReq"
  7775. }
  7776. }
  7777. ],
  7778. "responses": {
  7779. "200": {
  7780. "description": "具体数据",
  7781. "schema": {
  7782. "$ref": "#/definitions/md.NoticePushListResp"
  7783. }
  7784. },
  7785. "400": {
  7786. "description": "具体错误",
  7787. "schema": {
  7788. "$ref": "#/definitions/md.Response"
  7789. }
  7790. }
  7791. }
  7792. }
  7793. },
  7794. "/api/notice/jPush/push/save": {
  7795. "post": {
  7796. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7797. "consumes": [
  7798. "application/json"
  7799. ],
  7800. "produces": [
  7801. "application/json"
  7802. ],
  7803. "tags": [
  7804. "消息中心"
  7805. ],
  7806. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7807. "parameters": [
  7808. {
  7809. "type": "string",
  7810. "description": "验证参数Bearer和token空格拼接",
  7811. "name": "Authorization",
  7812. "in": "header",
  7813. "required": true
  7814. },
  7815. {
  7816. "description": "(分页信息必填)",
  7817. "name": "req",
  7818. "in": "body",
  7819. "required": true,
  7820. "schema": {
  7821. "$ref": "#/definitions/md.NoticePushSaveReq"
  7822. }
  7823. }
  7824. ],
  7825. "responses": {
  7826. "200": {
  7827. "description": "具体数据",
  7828. "schema": {
  7829. "type": "string"
  7830. }
  7831. },
  7832. "400": {
  7833. "description": "具体错误",
  7834. "schema": {
  7835. "$ref": "#/definitions/md.Response"
  7836. }
  7837. }
  7838. }
  7839. }
  7840. },
  7841. "/api/role/addAdmin": {
  7842. "post": {
  7843. "description": "权限管理-新增管理员",
  7844. "consumes": [
  7845. "application/json"
  7846. ],
  7847. "produces": [
  7848. "application/json"
  7849. ],
  7850. "tags": [
  7851. "权限管理"
  7852. ],
  7853. "summary": "新增管理员",
  7854. "parameters": [
  7855. {
  7856. "type": "string",
  7857. "description": "验证参数Bearer和token空格拼接",
  7858. "name": "Authorization",
  7859. "in": "header",
  7860. "required": true
  7861. },
  7862. {
  7863. "description": "请求参数",
  7864. "name": "args",
  7865. "in": "body",
  7866. "required": true,
  7867. "schema": {
  7868. "$ref": "#/definitions/md.AddAdminReq"
  7869. }
  7870. }
  7871. ],
  7872. "responses": {
  7873. "200": {
  7874. "description": "success",
  7875. "schema": {
  7876. "type": "string"
  7877. }
  7878. },
  7879. "400": {
  7880. "description": "具体错误",
  7881. "schema": {
  7882. "$ref": "#/definitions/md.Response"
  7883. }
  7884. }
  7885. }
  7886. }
  7887. },
  7888. "/api/role/addRole": {
  7889. "post": {
  7890. "description": "权限管理-添加角色",
  7891. "consumes": [
  7892. "application/json"
  7893. ],
  7894. "produces": [
  7895. "application/json"
  7896. ],
  7897. "tags": [
  7898. "权限管理"
  7899. ],
  7900. "summary": "添加角色",
  7901. "parameters": [
  7902. {
  7903. "type": "string",
  7904. "description": "验证参数Bearer和token空格拼接",
  7905. "name": "Authorization",
  7906. "in": "header",
  7907. "required": true
  7908. },
  7909. {
  7910. "description": "请求参数",
  7911. "name": "args",
  7912. "in": "body",
  7913. "required": true,
  7914. "schema": {
  7915. "$ref": "#/definitions/md.AddRoleReq"
  7916. }
  7917. }
  7918. ],
  7919. "responses": {
  7920. "200": {
  7921. "description": "success",
  7922. "schema": {
  7923. "type": "string"
  7924. }
  7925. },
  7926. "400": {
  7927. "description": "具体错误",
  7928. "schema": {
  7929. "$ref": "#/definitions/md.Response"
  7930. }
  7931. }
  7932. }
  7933. }
  7934. },
  7935. "/api/role/adminInfo": {
  7936. "get": {
  7937. "description": "权限管理-管理员信息",
  7938. "consumes": [
  7939. "application/json"
  7940. ],
  7941. "produces": [
  7942. "application/json"
  7943. ],
  7944. "tags": [
  7945. "权限管理"
  7946. ],
  7947. "summary": "管理员信息",
  7948. "parameters": [
  7949. {
  7950. "type": "string",
  7951. "description": "验证参数Bearer和token空格拼接",
  7952. "name": "Authorization",
  7953. "in": "header",
  7954. "required": true
  7955. },
  7956. {
  7957. "type": "string",
  7958. "description": "管理员id",
  7959. "name": "adm_id",
  7960. "in": "query",
  7961. "required": true
  7962. }
  7963. ],
  7964. "responses": {
  7965. "200": {
  7966. "description": "具体看返回内容",
  7967. "schema": {
  7968. "type": "string"
  7969. }
  7970. },
  7971. "400": {
  7972. "description": "具体错误",
  7973. "schema": {
  7974. "$ref": "#/definitions/md.Response"
  7975. }
  7976. }
  7977. }
  7978. }
  7979. },
  7980. "/api/role/adminList": {
  7981. "post": {
  7982. "description": "权限管理-管理员列表",
  7983. "consumes": [
  7984. "application/json"
  7985. ],
  7986. "produces": [
  7987. "application/json"
  7988. ],
  7989. "tags": [
  7990. "权限管理"
  7991. ],
  7992. "summary": "管理员列表",
  7993. "parameters": [
  7994. {
  7995. "type": "string",
  7996. "description": "验证参数Bearer和token空格拼接",
  7997. "name": "Authorization",
  7998. "in": "header",
  7999. "required": true
  8000. },
  8001. {
  8002. "description": "请求参数",
  8003. "name": "args",
  8004. "in": "body",
  8005. "required": true,
  8006. "schema": {
  8007. "$ref": "#/definitions/md.AdminListReq"
  8008. }
  8009. }
  8010. ],
  8011. "responses": {
  8012. "200": {
  8013. "description": "具体看返回内容",
  8014. "schema": {
  8015. "type": "string"
  8016. }
  8017. },
  8018. "400": {
  8019. "description": "具体错误",
  8020. "schema": {
  8021. "$ref": "#/definitions/md.Response"
  8022. }
  8023. }
  8024. }
  8025. }
  8026. },
  8027. "/api/role/bindAdminRole": {
  8028. "post": {
  8029. "description": "权限管理-管理员绑定角色",
  8030. "consumes": [
  8031. "application/json"
  8032. ],
  8033. "produces": [
  8034. "application/json"
  8035. ],
  8036. "tags": [
  8037. "权限管理"
  8038. ],
  8039. "summary": "管理员绑定角色",
  8040. "parameters": [
  8041. {
  8042. "type": "string",
  8043. "description": "验证参数Bearer和token空格拼接",
  8044. "name": "Authorization",
  8045. "in": "header",
  8046. "required": true
  8047. },
  8048. {
  8049. "description": "请求参数",
  8050. "name": "args",
  8051. "in": "body",
  8052. "required": true,
  8053. "schema": {
  8054. "$ref": "#/definitions/md.BindAdminRoleReq"
  8055. }
  8056. }
  8057. ],
  8058. "responses": {
  8059. "200": {
  8060. "description": "success",
  8061. "schema": {
  8062. "type": "string"
  8063. }
  8064. },
  8065. "400": {
  8066. "description": "具体错误",
  8067. "schema": {
  8068. "$ref": "#/definitions/md.Response"
  8069. }
  8070. }
  8071. }
  8072. }
  8073. },
  8074. "/api/role/deleteAdmin/{$adm_id}": {
  8075. "delete": {
  8076. "description": "权限管理-删除管理员",
  8077. "consumes": [
  8078. "application/json"
  8079. ],
  8080. "produces": [
  8081. "application/json"
  8082. ],
  8083. "tags": [
  8084. "权限管理"
  8085. ],
  8086. "summary": "删除管理员",
  8087. "parameters": [
  8088. {
  8089. "type": "string",
  8090. "description": "验证参数Bearer和token空格拼接",
  8091. "name": "Authorization",
  8092. "in": "header",
  8093. "required": true
  8094. }
  8095. ],
  8096. "responses": {
  8097. "200": {
  8098. "description": "success",
  8099. "schema": {
  8100. "type": "string"
  8101. }
  8102. },
  8103. "400": {
  8104. "description": "具体错误",
  8105. "schema": {
  8106. "$ref": "#/definitions/md.Response"
  8107. }
  8108. }
  8109. }
  8110. }
  8111. },
  8112. "/api/role/deleteRole/{$id}": {
  8113. "delete": {
  8114. "description": "权限管理-删除角色",
  8115. "consumes": [
  8116. "application/json"
  8117. ],
  8118. "produces": [
  8119. "application/json"
  8120. ],
  8121. "tags": [
  8122. "权限管理"
  8123. ],
  8124. "summary": "删除角色",
  8125. "parameters": [
  8126. {
  8127. "type": "string",
  8128. "description": "验证参数Bearer和token空格拼接",
  8129. "name": "Authorization",
  8130. "in": "header",
  8131. "required": true
  8132. },
  8133. {
  8134. "description": "请求参数",
  8135. "name": "args",
  8136. "in": "body",
  8137. "required": true,
  8138. "schema": {
  8139. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8140. }
  8141. }
  8142. ],
  8143. "responses": {
  8144. "200": {
  8145. "description": "success",
  8146. "schema": {
  8147. "type": "string"
  8148. }
  8149. },
  8150. "400": {
  8151. "description": "具体错误",
  8152. "schema": {
  8153. "$ref": "#/definitions/md.Response"
  8154. }
  8155. }
  8156. }
  8157. }
  8158. },
  8159. "/api/role/permissionGroupList": {
  8160. "get": {
  8161. "description": "权限管理-权限组列表",
  8162. "consumes": [
  8163. "application/json"
  8164. ],
  8165. "produces": [
  8166. "application/json"
  8167. ],
  8168. "tags": [
  8169. "权限管理"
  8170. ],
  8171. "summary": "权限组列表",
  8172. "parameters": [
  8173. {
  8174. "type": "string",
  8175. "description": "验证参数Bearer和token空格拼接",
  8176. "name": "Authorization",
  8177. "in": "header",
  8178. "required": true
  8179. },
  8180. {
  8181. "type": "string",
  8182. "description": "管理员id",
  8183. "name": "adm_id",
  8184. "in": "query",
  8185. "required": true
  8186. }
  8187. ],
  8188. "responses": {
  8189. "200": {
  8190. "description": "具体看返回内容",
  8191. "schema": {
  8192. "type": "string"
  8193. }
  8194. },
  8195. "400": {
  8196. "description": "具体错误",
  8197. "schema": {
  8198. "$ref": "#/definitions/md.Response"
  8199. }
  8200. }
  8201. }
  8202. }
  8203. },
  8204. "/api/role/roleBindPermissionGroup": {
  8205. "post": {
  8206. "description": "权限管理-角色绑定权限组",
  8207. "consumes": [
  8208. "application/json"
  8209. ],
  8210. "produces": [
  8211. "application/json"
  8212. ],
  8213. "tags": [
  8214. "权限管理"
  8215. ],
  8216. "summary": "角色绑定权限组",
  8217. "parameters": [
  8218. {
  8219. "type": "string",
  8220. "description": "验证参数Bearer和token空格拼接",
  8221. "name": "Authorization",
  8222. "in": "header",
  8223. "required": true
  8224. },
  8225. {
  8226. "description": "请求参数",
  8227. "name": "args",
  8228. "in": "body",
  8229. "required": true,
  8230. "schema": {
  8231. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8232. }
  8233. }
  8234. ],
  8235. "responses": {
  8236. "200": {
  8237. "description": "success",
  8238. "schema": {
  8239. "type": "string"
  8240. }
  8241. },
  8242. "400": {
  8243. "description": "具体错误",
  8244. "schema": {
  8245. "$ref": "#/definitions/md.Response"
  8246. }
  8247. }
  8248. }
  8249. }
  8250. },
  8251. "/api/role/roleList": {
  8252. "get": {
  8253. "description": "权限管理-角色列表",
  8254. "consumes": [
  8255. "application/json"
  8256. ],
  8257. "produces": [
  8258. "application/json"
  8259. ],
  8260. "tags": [
  8261. "权限管理"
  8262. ],
  8263. "summary": "角色列表",
  8264. "parameters": [
  8265. {
  8266. "type": "string",
  8267. "description": "验证参数Bearer和token空格拼接",
  8268. "name": "Authorization",
  8269. "in": "header",
  8270. "required": true
  8271. }
  8272. ],
  8273. "responses": {
  8274. "200": {
  8275. "description": "具体看返回内容",
  8276. "schema": {
  8277. "type": "string"
  8278. }
  8279. },
  8280. "400": {
  8281. "description": "具体错误",
  8282. "schema": {
  8283. "$ref": "#/definitions/md.Response"
  8284. }
  8285. }
  8286. }
  8287. }
  8288. },
  8289. "/api/role/updateAdmin": {
  8290. "post": {
  8291. "description": "权限管理-修改管理员信息",
  8292. "consumes": [
  8293. "application/json"
  8294. ],
  8295. "produces": [
  8296. "application/json"
  8297. ],
  8298. "tags": [
  8299. "权限管理"
  8300. ],
  8301. "summary": "修改管理员信息",
  8302. "parameters": [
  8303. {
  8304. "type": "string",
  8305. "description": "验证参数Bearer和token空格拼接",
  8306. "name": "Authorization",
  8307. "in": "header",
  8308. "required": true
  8309. },
  8310. {
  8311. "description": "请求参数",
  8312. "name": "args",
  8313. "in": "body",
  8314. "required": true,
  8315. "schema": {
  8316. "$ref": "#/definitions/md.UpdateAdminReq"
  8317. }
  8318. }
  8319. ],
  8320. "responses": {
  8321. "200": {
  8322. "description": "success",
  8323. "schema": {
  8324. "type": "string"
  8325. }
  8326. },
  8327. "400": {
  8328. "description": "具体错误",
  8329. "schema": {
  8330. "$ref": "#/definitions/md.Response"
  8331. }
  8332. }
  8333. }
  8334. }
  8335. },
  8336. "/api/role/updateAdminState": {
  8337. "post": {
  8338. "description": "权限管理-修改管理员状态",
  8339. "consumes": [
  8340. "application/json"
  8341. ],
  8342. "produces": [
  8343. "application/json"
  8344. ],
  8345. "tags": [
  8346. "权限管理"
  8347. ],
  8348. "summary": "修改管理员状态",
  8349. "parameters": [
  8350. {
  8351. "type": "string",
  8352. "description": "验证参数Bearer和token空格拼接",
  8353. "name": "Authorization",
  8354. "in": "header",
  8355. "required": true
  8356. },
  8357. {
  8358. "description": "请求参数",
  8359. "name": "args",
  8360. "in": "body",
  8361. "required": true,
  8362. "schema": {
  8363. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8364. }
  8365. }
  8366. ],
  8367. "responses": {
  8368. "200": {
  8369. "description": "success",
  8370. "schema": {
  8371. "type": "string"
  8372. }
  8373. },
  8374. "400": {
  8375. "description": "具体错误",
  8376. "schema": {
  8377. "$ref": "#/definitions/md.Response"
  8378. }
  8379. }
  8380. }
  8381. }
  8382. },
  8383. "/api/role/updateRole": {
  8384. "post": {
  8385. "description": "权限管理-修改角色",
  8386. "consumes": [
  8387. "application/json"
  8388. ],
  8389. "produces": [
  8390. "application/json"
  8391. ],
  8392. "tags": [
  8393. "权限管理"
  8394. ],
  8395. "summary": "修改角色",
  8396. "parameters": [
  8397. {
  8398. "type": "string",
  8399. "description": "验证参数Bearer和token空格拼接",
  8400. "name": "Authorization",
  8401. "in": "header",
  8402. "required": true
  8403. },
  8404. {
  8405. "description": "请求参数",
  8406. "name": "args",
  8407. "in": "body",
  8408. "required": true,
  8409. "schema": {
  8410. "$ref": "#/definitions/md.UpdateRoleReq"
  8411. }
  8412. }
  8413. ],
  8414. "responses": {
  8415. "200": {
  8416. "description": "success",
  8417. "schema": {
  8418. "type": "string"
  8419. }
  8420. },
  8421. "400": {
  8422. "description": "具体错误",
  8423. "schema": {
  8424. "$ref": "#/definitions/md.Response"
  8425. }
  8426. }
  8427. }
  8428. }
  8429. },
  8430. "/api/role/updateRoleState": {
  8431. "post": {
  8432. "description": "权限管理-修改角色状态",
  8433. "consumes": [
  8434. "application/json"
  8435. ],
  8436. "produces": [
  8437. "application/json"
  8438. ],
  8439. "tags": [
  8440. "权限管理"
  8441. ],
  8442. "summary": "修改角色状态",
  8443. "parameters": [
  8444. {
  8445. "type": "string",
  8446. "description": "验证参数Bearer和token空格拼接",
  8447. "name": "Authorization",
  8448. "in": "header",
  8449. "required": true
  8450. },
  8451. {
  8452. "description": "请求参数",
  8453. "name": "args",
  8454. "in": "body",
  8455. "required": true,
  8456. "schema": {
  8457. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8458. }
  8459. }
  8460. ],
  8461. "responses": {
  8462. "200": {
  8463. "description": "success",
  8464. "schema": {
  8465. "type": "string"
  8466. }
  8467. },
  8468. "400": {
  8469. "description": "具体错误",
  8470. "schema": {
  8471. "$ref": "#/definitions/md.Response"
  8472. }
  8473. }
  8474. }
  8475. }
  8476. },
  8477. "/api/settCenter/oss/aliYun/getBasic": {
  8478. "get": {
  8479. "description": "对象存储设置(获取)",
  8480. "consumes": [
  8481. "application/json"
  8482. ],
  8483. "produces": [
  8484. "application/json"
  8485. ],
  8486. "tags": [
  8487. "对象存储"
  8488. ],
  8489. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8490. "parameters": [
  8491. {
  8492. "type": "string",
  8493. "description": "验证参数Bearer和token空格拼接",
  8494. "name": "Authorization",
  8495. "in": "header",
  8496. "required": true
  8497. }
  8498. ],
  8499. "responses": {
  8500. "200": {
  8501. "description": "设置列表",
  8502. "schema": {
  8503. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8504. }
  8505. },
  8506. "400": {
  8507. "description": "具体错误",
  8508. "schema": {
  8509. "$ref": "#/definitions/md.Response"
  8510. }
  8511. }
  8512. }
  8513. }
  8514. },
  8515. "/api/settCenter/oss/aliYun/setBasic": {
  8516. "post": {
  8517. "description": "对象存储设置(更新)",
  8518. "consumes": [
  8519. "application/json"
  8520. ],
  8521. "produces": [
  8522. "application/json"
  8523. ],
  8524. "tags": [
  8525. "对象存储"
  8526. ],
  8527. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8528. "parameters": [
  8529. {
  8530. "type": "string",
  8531. "description": "验证参数Bearer和token空格拼接",
  8532. "name": "Authorization",
  8533. "in": "header",
  8534. "required": true
  8535. },
  8536. {
  8537. "description": "上传需要修改的信息",
  8538. "name": "req",
  8539. "in": "body",
  8540. "required": true,
  8541. "schema": {
  8542. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8543. }
  8544. }
  8545. ],
  8546. "responses": {
  8547. "200": {
  8548. "description": "success",
  8549. "schema": {
  8550. "type": "string"
  8551. }
  8552. },
  8553. "400": {
  8554. "description": "具体错误",
  8555. "schema": {
  8556. "$ref": "#/definitions/md.Response"
  8557. }
  8558. }
  8559. }
  8560. }
  8561. },
  8562. "/api/settCenter/web/getBasic": {
  8563. "get": {
  8564. "description": "网站信息-基本设置(获取)",
  8565. "consumes": [
  8566. "application/json"
  8567. ],
  8568. "produces": [
  8569. "application/json"
  8570. ],
  8571. "tags": [
  8572. "基础设置"
  8573. ],
  8574. "summary": "基础设置-网站信息-基本设置(获取)",
  8575. "parameters": [
  8576. {
  8577. "type": "string",
  8578. "description": "验证参数Bearer和token空格拼接",
  8579. "name": "Authorization",
  8580. "in": "header",
  8581. "required": true
  8582. }
  8583. ],
  8584. "responses": {
  8585. "200": {
  8586. "description": "设置列表",
  8587. "schema": {
  8588. "$ref": "#/definitions/setCenter.WebBasicResp"
  8589. }
  8590. },
  8591. "400": {
  8592. "description": "具体错误",
  8593. "schema": {
  8594. "$ref": "#/definitions/md.Response"
  8595. }
  8596. }
  8597. }
  8598. }
  8599. },
  8600. "/api/settCenter/web/setBasic": {
  8601. "post": {
  8602. "description": "基本设置(更新)",
  8603. "consumes": [
  8604. "application/json"
  8605. ],
  8606. "produces": [
  8607. "application/json"
  8608. ],
  8609. "tags": [
  8610. "基础设置"
  8611. ],
  8612. "summary": "基础设置-网站信息-基本设置(更新)",
  8613. "parameters": [
  8614. {
  8615. "type": "string",
  8616. "description": "验证参数Bearer和token空格拼接",
  8617. "name": "Authorization",
  8618. "in": "header",
  8619. "required": true
  8620. },
  8621. {
  8622. "description": "上传需要修改的信息",
  8623. "name": "req",
  8624. "in": "body",
  8625. "required": true,
  8626. "schema": {
  8627. "$ref": "#/definitions/setCenter.WebBasicReq"
  8628. }
  8629. }
  8630. ],
  8631. "responses": {
  8632. "200": {
  8633. "description": "success",
  8634. "schema": {
  8635. "type": "string"
  8636. }
  8637. },
  8638. "400": {
  8639. "description": "具体错误",
  8640. "schema": {
  8641. "$ref": "#/definitions/md.Response"
  8642. }
  8643. }
  8644. }
  8645. }
  8646. },
  8647. "/api/userFeedback/cate/list": {
  8648. "post": {
  8649. "description": "分类列表",
  8650. "consumes": [
  8651. "application/json"
  8652. ],
  8653. "produces": [
  8654. "application/json"
  8655. ],
  8656. "tags": [
  8657. "消息中心"
  8658. ],
  8659. "summary": "反馈列表-分类列表",
  8660. "parameters": [
  8661. {
  8662. "type": "string",
  8663. "description": "验证参数Bearer和token空格拼接",
  8664. "name": "Authorization",
  8665. "in": "header",
  8666. "required": true
  8667. },
  8668. {
  8669. "description": "(分页信息必填)",
  8670. "name": "req",
  8671. "in": "body",
  8672. "required": true,
  8673. "schema": {
  8674. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8675. }
  8676. }
  8677. ],
  8678. "responses": {
  8679. "200": {
  8680. "description": "具体数据",
  8681. "schema": {
  8682. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8683. }
  8684. },
  8685. "400": {
  8686. "description": "具体错误",
  8687. "schema": {
  8688. "$ref": "#/definitions/md.Response"
  8689. }
  8690. }
  8691. }
  8692. }
  8693. },
  8694. "/api/userFeedback/content/change/state": {
  8695. "post": {
  8696. "description": "反馈列表-修改状态",
  8697. "consumes": [
  8698. "application/json"
  8699. ],
  8700. "produces": [
  8701. "application/json"
  8702. ],
  8703. "tags": [
  8704. "消息中心"
  8705. ],
  8706. "summary": "用户反馈-反馈列表-修改状态",
  8707. "parameters": [
  8708. {
  8709. "type": "string",
  8710. "description": "验证参数Bearer和token空格拼接",
  8711. "name": "Authorization",
  8712. "in": "header",
  8713. "required": true
  8714. },
  8715. {
  8716. "description": "(分页信息必填)",
  8717. "name": "req",
  8718. "in": "body",
  8719. "required": true,
  8720. "schema": {
  8721. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8722. }
  8723. }
  8724. ],
  8725. "responses": {
  8726. "200": {
  8727. "description": "具体数据",
  8728. "schema": {
  8729. "type": "string"
  8730. }
  8731. },
  8732. "400": {
  8733. "description": "具体错误",
  8734. "schema": {
  8735. "$ref": "#/definitions/md.Response"
  8736. }
  8737. }
  8738. }
  8739. }
  8740. },
  8741. "/api/userFeedback/content/del": {
  8742. "post": {
  8743. "description": "反馈列表-反馈删除",
  8744. "consumes": [
  8745. "application/json"
  8746. ],
  8747. "produces": [
  8748. "application/json"
  8749. ],
  8750. "tags": [
  8751. "消息中心"
  8752. ],
  8753. "summary": "用户反馈-反馈列表-反馈删除",
  8754. "parameters": [
  8755. {
  8756. "type": "string",
  8757. "description": "验证参数Bearer和token空格拼接",
  8758. "name": "Authorization",
  8759. "in": "header",
  8760. "required": true
  8761. },
  8762. {
  8763. "description": "(分页信息必填)",
  8764. "name": "req",
  8765. "in": "body",
  8766. "required": true,
  8767. "schema": {
  8768. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8769. }
  8770. }
  8771. ],
  8772. "responses": {
  8773. "200": {
  8774. "description": "具体数据",
  8775. "schema": {
  8776. "type": "string"
  8777. }
  8778. },
  8779. "400": {
  8780. "description": "具体错误",
  8781. "schema": {
  8782. "$ref": "#/definitions/md.Response"
  8783. }
  8784. }
  8785. }
  8786. }
  8787. },
  8788. "/api/userFeedback/content/list": {
  8789. "post": {
  8790. "description": "反馈列表",
  8791. "consumes": [
  8792. "application/json"
  8793. ],
  8794. "produces": [
  8795. "application/json"
  8796. ],
  8797. "tags": [
  8798. "消息中心"
  8799. ],
  8800. "summary": "用户反馈-反馈列表",
  8801. "parameters": [
  8802. {
  8803. "type": "string",
  8804. "description": "验证参数Bearer和token空格拼接",
  8805. "name": "Authorization",
  8806. "in": "header",
  8807. "required": true
  8808. },
  8809. {
  8810. "description": "(分页信息必填)",
  8811. "name": "req",
  8812. "in": "body",
  8813. "required": true,
  8814. "schema": {
  8815. "$ref": "#/definitions/md.UserFeedbackListReq"
  8816. }
  8817. }
  8818. ],
  8819. "responses": {
  8820. "200": {
  8821. "description": "具体数据",
  8822. "schema": {
  8823. "$ref": "#/definitions/md.UserFeedbackListResp"
  8824. }
  8825. },
  8826. "400": {
  8827. "description": "具体错误",
  8828. "schema": {
  8829. "$ref": "#/definitions/md.Response"
  8830. }
  8831. }
  8832. }
  8833. }
  8834. },
  8835. "/api/userFeedback/content/record/list": {
  8836. "post": {
  8837. "description": "反馈列表-沟通记录",
  8838. "consumes": [
  8839. "application/json"
  8840. ],
  8841. "produces": [
  8842. "application/json"
  8843. ],
  8844. "tags": [
  8845. "消息中心"
  8846. ],
  8847. "summary": "用户反馈-反馈列表-沟通记录",
  8848. "parameters": [
  8849. {
  8850. "type": "string",
  8851. "description": "验证参数Bearer和token空格拼接",
  8852. "name": "Authorization",
  8853. "in": "header",
  8854. "required": true
  8855. },
  8856. {
  8857. "description": "(分页信息必填)",
  8858. "name": "req",
  8859. "in": "body",
  8860. "required": true,
  8861. "schema": {
  8862. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8863. }
  8864. }
  8865. ],
  8866. "responses": {
  8867. "200": {
  8868. "description": "具体数据",
  8869. "schema": {
  8870. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8871. }
  8872. },
  8873. "400": {
  8874. "description": "具体错误",
  8875. "schema": {
  8876. "$ref": "#/definitions/md.Response"
  8877. }
  8878. }
  8879. }
  8880. }
  8881. },
  8882. "/api/userFeedback/content/say": {
  8883. "post": {
  8884. "description": "反馈列表-沟通发送",
  8885. "consumes": [
  8886. "application/json"
  8887. ],
  8888. "produces": [
  8889. "application/json"
  8890. ],
  8891. "tags": [
  8892. "消息中心"
  8893. ],
  8894. "summary": "用户反馈-反馈列表-沟通发送",
  8895. "parameters": [
  8896. {
  8897. "type": "string",
  8898. "description": "验证参数Bearer和token空格拼接",
  8899. "name": "Authorization",
  8900. "in": "header",
  8901. "required": true
  8902. },
  8903. {
  8904. "description": "(分页信息必填)",
  8905. "name": "req",
  8906. "in": "body",
  8907. "required": true,
  8908. "schema": {
  8909. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8910. }
  8911. }
  8912. ],
  8913. "responses": {
  8914. "200": {
  8915. "description": "具体数据",
  8916. "schema": {
  8917. "type": "string"
  8918. }
  8919. },
  8920. "400": {
  8921. "description": "具体错误",
  8922. "schema": {
  8923. "$ref": "#/definitions/md.Response"
  8924. }
  8925. }
  8926. }
  8927. }
  8928. },
  8929. "/api/userRealName/base": {
  8930. "get": {
  8931. "description": "基本设置-实名认证",
  8932. "consumes": [
  8933. "application/json"
  8934. ],
  8935. "produces": [
  8936. "application/json"
  8937. ],
  8938. "tags": [
  8939. "基本设置"
  8940. ],
  8941. "summary": "基本设置-实名认证-基本配置",
  8942. "parameters": [
  8943. {
  8944. "type": "string",
  8945. "description": "验证参数Bearer和token空格拼接",
  8946. "name": "Authorization",
  8947. "in": "header",
  8948. "required": true
  8949. }
  8950. ],
  8951. "responses": {
  8952. "200": {
  8953. "description": "具体数据",
  8954. "schema": {
  8955. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8956. }
  8957. },
  8958. "400": {
  8959. "description": "具体错误",
  8960. "schema": {
  8961. "$ref": "#/definitions/md.Response"
  8962. }
  8963. }
  8964. }
  8965. }
  8966. },
  8967. "/api/userRealName/base/save": {
  8968. "post": {
  8969. "description": "基本设置-实名认证-基本配置保存",
  8970. "consumes": [
  8971. "application/json"
  8972. ],
  8973. "produces": [
  8974. "application/json"
  8975. ],
  8976. "tags": [
  8977. "基本设置"
  8978. ],
  8979. "summary": "基本设置-实名认证-基本配置保存",
  8980. "parameters": [
  8981. {
  8982. "type": "string",
  8983. "description": "验证参数Bearer和token空格拼接",
  8984. "name": "Authorization",
  8985. "in": "header",
  8986. "required": true
  8987. },
  8988. {
  8989. "description": "(分页信息必填)",
  8990. "name": "req",
  8991. "in": "body",
  8992. "required": true,
  8993. "schema": {
  8994. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8995. }
  8996. }
  8997. ],
  8998. "responses": {
  8999. "200": {
  9000. "description": "具体数据",
  9001. "schema": {
  9002. "type": "string"
  9003. }
  9004. },
  9005. "400": {
  9006. "description": "具体错误",
  9007. "schema": {
  9008. "$ref": "#/definitions/md.Response"
  9009. }
  9010. }
  9011. }
  9012. }
  9013. },
  9014. "/api/userRealName/list": {
  9015. "post": {
  9016. "description": "基本设置-实名认证列表",
  9017. "consumes": [
  9018. "application/json"
  9019. ],
  9020. "produces": [
  9021. "application/json"
  9022. ],
  9023. "tags": [
  9024. "基本设置"
  9025. ],
  9026. "summary": "基本设置-实名认证列表",
  9027. "parameters": [
  9028. {
  9029. "type": "string",
  9030. "description": "验证参数Bearer和token空格拼接",
  9031. "name": "Authorization",
  9032. "in": "header",
  9033. "required": true
  9034. },
  9035. {
  9036. "description": "(分页信息必填)",
  9037. "name": "req",
  9038. "in": "body",
  9039. "required": true,
  9040. "schema": {
  9041. "$ref": "#/definitions/md.UserRealNameReq"
  9042. }
  9043. }
  9044. ],
  9045. "responses": {
  9046. "200": {
  9047. "description": "具体数据",
  9048. "schema": {
  9049. "$ref": "#/definitions/md.UserRealNameResp"
  9050. }
  9051. },
  9052. "400": {
  9053. "description": "具体错误",
  9054. "schema": {
  9055. "$ref": "#/definitions/md.Response"
  9056. }
  9057. }
  9058. }
  9059. }
  9060. },
  9061. "/api/userRealName/save": {
  9062. "post": {
  9063. "description": "基本设置-修改认证状态",
  9064. "consumes": [
  9065. "application/json"
  9066. ],
  9067. "produces": [
  9068. "application/json"
  9069. ],
  9070. "tags": [
  9071. "基本设置"
  9072. ],
  9073. "summary": "基本设置-实名认证-修改认证状态",
  9074. "parameters": [
  9075. {
  9076. "type": "string",
  9077. "description": "验证参数Bearer和token空格拼接",
  9078. "name": "Authorization",
  9079. "in": "header",
  9080. "required": true
  9081. },
  9082. {
  9083. "description": "(分页信息必填)",
  9084. "name": "req",
  9085. "in": "body",
  9086. "required": true,
  9087. "schema": {
  9088. "$ref": "#/definitions/md.UserRealNameSaveReq"
  9089. }
  9090. }
  9091. ],
  9092. "responses": {
  9093. "200": {
  9094. "description": "具体数据",
  9095. "schema": {
  9096. "type": "string"
  9097. }
  9098. },
  9099. "400": {
  9100. "description": "具体错误",
  9101. "schema": {
  9102. "$ref": "#/definitions/md.Response"
  9103. }
  9104. }
  9105. }
  9106. }
  9107. },
  9108. "/api/user_feedback/cate/del": {
  9109. "post": {
  9110. "description": "分类列表-分类删除",
  9111. "consumes": [
  9112. "application/json"
  9113. ],
  9114. "produces": [
  9115. "application/json"
  9116. ],
  9117. "tags": [
  9118. "消息中心"
  9119. ],
  9120. "summary": "反馈列表-分类列表-分类删除",
  9121. "parameters": [
  9122. {
  9123. "type": "string",
  9124. "description": "验证参数Bearer和token空格拼接",
  9125. "name": "Authorization",
  9126. "in": "header",
  9127. "required": true
  9128. },
  9129. {
  9130. "description": "(分页信息必填)",
  9131. "name": "req",
  9132. "in": "body",
  9133. "required": true,
  9134. "schema": {
  9135. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  9136. }
  9137. }
  9138. ],
  9139. "responses": {
  9140. "200": {
  9141. "description": "具体数据",
  9142. "schema": {
  9143. "type": "string"
  9144. }
  9145. },
  9146. "400": {
  9147. "description": "具体错误",
  9148. "schema": {
  9149. "$ref": "#/definitions/md.Response"
  9150. }
  9151. }
  9152. }
  9153. }
  9154. },
  9155. "/api/user_feedback/cate/save": {
  9156. "post": {
  9157. "description": "分类列表-分类保存",
  9158. "consumes": [
  9159. "application/json"
  9160. ],
  9161. "produces": [
  9162. "application/json"
  9163. ],
  9164. "tags": [
  9165. "消息中心"
  9166. ],
  9167. "summary": "反馈列表-分类列表-分类保存",
  9168. "parameters": [
  9169. {
  9170. "type": "string",
  9171. "description": "验证参数Bearer和token空格拼接",
  9172. "name": "Authorization",
  9173. "in": "header",
  9174. "required": true
  9175. },
  9176. {
  9177. "description": "(分页信息必填)",
  9178. "name": "req",
  9179. "in": "body",
  9180. "required": true,
  9181. "schema": {
  9182. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9183. }
  9184. }
  9185. ],
  9186. "responses": {
  9187. "200": {
  9188. "description": "具体数据",
  9189. "schema": {
  9190. "type": "string"
  9191. }
  9192. },
  9193. "400": {
  9194. "description": "具体错误",
  9195. "schema": {
  9196. "$ref": "#/definitions/md.Response"
  9197. }
  9198. }
  9199. }
  9200. }
  9201. },
  9202. "/api/website/certificate": {
  9203. "post": {
  9204. "description": "证书查询",
  9205. "consumes": [
  9206. "application/json"
  9207. ],
  9208. "produces": [
  9209. "application/json"
  9210. ],
  9211. "tags": [
  9212. "官网"
  9213. ],
  9214. "summary": "证书查询",
  9215. "parameters": [
  9216. {
  9217. "type": "string",
  9218. "description": "验证参数Bearer和token空格拼接",
  9219. "name": "Authorization",
  9220. "in": "header",
  9221. "required": true
  9222. },
  9223. {
  9224. "description": "(分页信息必填)",
  9225. "name": "req",
  9226. "in": "body",
  9227. "required": true,
  9228. "schema": {
  9229. "$ref": "#/definitions/md.CertificateReq"
  9230. }
  9231. }
  9232. ],
  9233. "responses": {
  9234. "200": {
  9235. "description": "具体数据",
  9236. "schema": {
  9237. "$ref": "#/definitions/md.CertificateResp"
  9238. }
  9239. },
  9240. "400": {
  9241. "description": "具体错误",
  9242. "schema": {
  9243. "$ref": "#/definitions/md.Response"
  9244. }
  9245. }
  9246. }
  9247. }
  9248. },
  9249. "/api/website/getModuleSetting": {
  9250. "get": {
  9251. "description": "页面样式",
  9252. "consumes": [
  9253. "application/json"
  9254. ],
  9255. "produces": [
  9256. "application/json"
  9257. ],
  9258. "tags": [
  9259. "官网"
  9260. ],
  9261. "summary": "页面样式",
  9262. "parameters": [
  9263. {
  9264. "type": "string",
  9265. "description": "验证参数Bearer和token空格拼接",
  9266. "name": "Authorization",
  9267. "in": "header",
  9268. "required": true
  9269. },
  9270. {
  9271. "type": "string",
  9272. "description": "页面名称类型值(15:官网 联系我们)",
  9273. "name": "mod_name_value",
  9274. "in": "query",
  9275. "required": true
  9276. }
  9277. ],
  9278. "responses": {
  9279. "200": {
  9280. "description": "具体数据",
  9281. "schema": {
  9282. "$ref": "#/definitions/md.GetModuleSettingResp"
  9283. }
  9284. },
  9285. "400": {
  9286. "description": "具体错误",
  9287. "schema": {
  9288. "$ref": "#/definitions/md.Response"
  9289. }
  9290. }
  9291. }
  9292. }
  9293. },
  9294. "/api/website/info": {
  9295. "get": {
  9296. "description": "官网-基本信息",
  9297. "consumes": [
  9298. "application/json"
  9299. ],
  9300. "produces": [
  9301. "application/json"
  9302. ],
  9303. "tags": [
  9304. "官网"
  9305. ],
  9306. "summary": "官网-基本信息",
  9307. "parameters": [
  9308. {
  9309. "type": "string",
  9310. "description": "验证参数Bearer和token空格拼接",
  9311. "name": "Authorization",
  9312. "in": "header",
  9313. "required": true
  9314. }
  9315. ],
  9316. "responses": {
  9317. "200": {
  9318. "description": "具体数据",
  9319. "schema": {
  9320. "$ref": "#/definitions/md.WebsiteInfoResp"
  9321. }
  9322. },
  9323. "400": {
  9324. "description": "具体错误",
  9325. "schema": {
  9326. "$ref": "#/definitions/md.Response"
  9327. }
  9328. }
  9329. }
  9330. }
  9331. }
  9332. },
  9333. "definitions": {
  9334. "applet_app_md.Paginate": {
  9335. "type": "object",
  9336. "properties": {
  9337. "limit": {
  9338. "description": "每页大小",
  9339. "type": "integer"
  9340. },
  9341. "page": {
  9342. "description": "页数",
  9343. "type": "integer"
  9344. },
  9345. "total": {
  9346. "description": "总数据量",
  9347. "type": "integer"
  9348. }
  9349. }
  9350. },
  9351. "applet_app_md_financial_center.Paginate": {
  9352. "type": "object",
  9353. "properties": {
  9354. "limit": {
  9355. "description": "每页大小",
  9356. "type": "integer"
  9357. },
  9358. "page": {
  9359. "description": "页数",
  9360. "type": "integer"
  9361. },
  9362. "total": {
  9363. "description": "总数据量",
  9364. "type": "integer"
  9365. }
  9366. }
  9367. },
  9368. "applet_app_md_financial_center.TagNode": {
  9369. "type": "object",
  9370. "properties": {
  9371. "tag_id": {
  9372. "type": "integer"
  9373. },
  9374. "tag_name": {
  9375. "type": "string"
  9376. }
  9377. }
  9378. },
  9379. "applet_app_md_friend_circle.Paginate": {
  9380. "type": "object",
  9381. "properties": {
  9382. "limit": {
  9383. "description": "每页大小",
  9384. "type": "integer"
  9385. },
  9386. "page": {
  9387. "description": "页数",
  9388. "type": "integer"
  9389. },
  9390. "total": {
  9391. "description": "总数据量",
  9392. "type": "integer"
  9393. }
  9394. }
  9395. },
  9396. "applet_app_md_im.GetBasicResp": {
  9397. "type": "object",
  9398. "properties": {
  9399. "chat_sensitive_words": {
  9400. "type": "string",
  9401. "example": "聊天敏感词"
  9402. },
  9403. "is_allow_add_friends": {
  9404. "type": "string",
  9405. "example": "是否允许加好友"
  9406. },
  9407. "is_auto_add_friends": {
  9408. "type": "string",
  9409. "example": "是否自动加好友"
  9410. },
  9411. "prohibit_add_group_members": {
  9412. "type": "string",
  9413. "example": "是否禁止添加群成员"
  9414. },
  9415. "prohibit_remove_group_members": {
  9416. "type": "string",
  9417. "example": "是否禁止移出群成员"
  9418. },
  9419. "prohibit_update_group_name": {
  9420. "type": "string",
  9421. "example": "是否禁止修改群名称"
  9422. }
  9423. }
  9424. },
  9425. "applet_app_md_im.SetBasicReq": {
  9426. "type": "object",
  9427. "properties": {
  9428. "chat_sensitive_words": {
  9429. "type": "string",
  9430. "example": "聊天敏感词"
  9431. },
  9432. "is_allow_add_friends": {
  9433. "type": "string",
  9434. "example": "是否允许加好友"
  9435. },
  9436. "is_auto_add_friends": {
  9437. "type": "string",
  9438. "example": "是否自动加好友"
  9439. },
  9440. "prohibit_add_group_members": {
  9441. "type": "string",
  9442. "example": "是否禁止添加群成员"
  9443. },
  9444. "prohibit_remove_group_members": {
  9445. "type": "string",
  9446. "example": "是否禁止移出群成员"
  9447. },
  9448. "prohibit_update_group_name": {
  9449. "type": "string",
  9450. "example": "是否禁止修改群名称"
  9451. }
  9452. }
  9453. },
  9454. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9455. "type": "object",
  9456. "properties": {
  9457. "direct_push_reward": {
  9458. "description": "直推奖励",
  9459. "allOf": [
  9460. {
  9461. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9462. }
  9463. ]
  9464. },
  9465. "is_open": {
  9466. "description": "是否开启(1:开启 0:关闭)",
  9467. "type": "integer"
  9468. },
  9469. "person_egg_energy_coin_id": {
  9470. "description": "个人蛋蛋能量对应虚拟币 id",
  9471. "type": "integer"
  9472. },
  9473. "person_egg_points_coin_id": {
  9474. "description": "个人蛋蛋积分对应虚拟币 id",
  9475. "type": "integer"
  9476. },
  9477. "team_egg_energy_coin_id": {
  9478. "description": "团队蛋蛋能量对应虚拟币 id",
  9479. "type": "integer"
  9480. },
  9481. "team_egg_points_coin_id": {
  9482. "description": "团队蛋蛋积分对应虚拟币 id",
  9483. "type": "integer"
  9484. }
  9485. }
  9486. },
  9487. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9488. "type": "object",
  9489. "properties": {
  9490. "limit": {
  9491. "description": "每页大小",
  9492. "type": "integer"
  9493. },
  9494. "page": {
  9495. "description": "页数",
  9496. "type": "integer"
  9497. },
  9498. "total": {
  9499. "description": "总数据量",
  9500. "type": "integer"
  9501. }
  9502. }
  9503. },
  9504. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9505. "type": "object",
  9506. "properties": {
  9507. "id": {
  9508. "type": "integer"
  9509. },
  9510. "is_open": {
  9511. "description": "是否开启(1:开启 0:关闭)",
  9512. "type": "integer"
  9513. },
  9514. "is_self_active_get_team_revenue": {
  9515. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9516. "type": "integer"
  9517. },
  9518. "originator_uid": {
  9519. "description": "创始人uid",
  9520. "type": "integer"
  9521. },
  9522. "several_rows": {
  9523. "description": "几排",
  9524. "type": "integer"
  9525. },
  9526. "several_times": {
  9527. "description": "几乘",
  9528. "type": "integer"
  9529. },
  9530. "system_punish_replace": {
  9531. "description": "是否位置滑落 被新用户替换 0否 1是",
  9532. "type": "integer"
  9533. },
  9534. "system_punish_replace_value": {
  9535. "description": "xx天未活跃,处罚滑落",
  9536. "type": "integer"
  9537. }
  9538. }
  9539. },
  9540. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9541. "type": "object",
  9542. "properties": {
  9543. "limit": {
  9544. "description": "每页大小",
  9545. "type": "integer"
  9546. },
  9547. "page": {
  9548. "description": "页数",
  9549. "type": "integer"
  9550. },
  9551. "total": {
  9552. "description": "总数据量",
  9553. "type": "integer"
  9554. }
  9555. }
  9556. },
  9557. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9558. "type": "object",
  9559. "properties": {
  9560. "limit": {
  9561. "type": "integer"
  9562. },
  9563. "page": {
  9564. "type": "integer"
  9565. },
  9566. "total": {
  9567. "type": "integer"
  9568. }
  9569. }
  9570. },
  9571. "applet_app_md_member_center.Paginate": {
  9572. "type": "object",
  9573. "properties": {
  9574. "limit": {
  9575. "description": "每页大小",
  9576. "type": "integer"
  9577. },
  9578. "page": {
  9579. "description": "页数",
  9580. "type": "integer"
  9581. },
  9582. "total": {
  9583. "description": "总数据量",
  9584. "type": "integer"
  9585. }
  9586. }
  9587. },
  9588. "applet_app_md_member_center.TagNode": {
  9589. "type": "object",
  9590. "properties": {
  9591. "tag_id": {
  9592. "description": "标签 ID",
  9593. "type": "integer"
  9594. },
  9595. "tag_name": {
  9596. "description": "标签名称",
  9597. "type": "string"
  9598. }
  9599. }
  9600. },
  9601. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9602. "type": "object",
  9603. "properties": {
  9604. "oss_access_key_id": {
  9605. "type": "string",
  9606. "example": "oss访问秘钥id"
  9607. },
  9608. "oss_access_key_secret": {
  9609. "type": "string",
  9610. "example": "oss访问秘钥"
  9611. },
  9612. "oss_assume_arn": {
  9613. "type": "string",
  9614. "example": "oss RAM角色ARN"
  9615. },
  9616. "oss_assume_role_access_key_id": {
  9617. "type": "string",
  9618. "example": "oss RAM角色访问秘钥id"
  9619. },
  9620. "oss_assume_role_access_key_secret": {
  9621. "type": "string",
  9622. "example": "oss RAM角色访问秘钥"
  9623. },
  9624. "oss_bucket_name": {
  9625. "type": "string",
  9626. "example": "oss存储桶名称"
  9627. },
  9628. "oss_bucket_scheme": {
  9629. "type": "string",
  9630. "example": "oss上传方式"
  9631. },
  9632. "oss_endpoint": {
  9633. "type": "string",
  9634. "example": "oss地域节点"
  9635. },
  9636. "oss_object_domain": {
  9637. "type": "string",
  9638. "example": "oss域名"
  9639. },
  9640. "oss_option": {
  9641. "type": "string",
  9642. "example": "oss上传文件类型选项,以逗号分割"
  9643. }
  9644. }
  9645. },
  9646. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9647. "type": "object",
  9648. "properties": {
  9649. "oss_access_key_id": {
  9650. "type": "string",
  9651. "example": "oss访问秘钥id"
  9652. },
  9653. "oss_access_key_secret": {
  9654. "type": "string",
  9655. "example": "oss访问秘钥"
  9656. },
  9657. "oss_assume_arn": {
  9658. "type": "string",
  9659. "example": "oss RAM角色ARN"
  9660. },
  9661. "oss_assume_role_access_key_id": {
  9662. "type": "string",
  9663. "example": "oss RAM角色访问秘钥id"
  9664. },
  9665. "oss_assume_role_access_key_secret": {
  9666. "type": "string",
  9667. "example": "oss RAM角色访问秘钥"
  9668. },
  9669. "oss_bucket_name": {
  9670. "type": "string",
  9671. "example": "oss存储桶名称"
  9672. },
  9673. "oss_bucket_scheme": {
  9674. "type": "string",
  9675. "example": "oss上传方式"
  9676. },
  9677. "oss_endpoint": {
  9678. "type": "string",
  9679. "example": "oss地域节点"
  9680. },
  9681. "oss_object_domain": {
  9682. "type": "string",
  9683. "example": "oss域名"
  9684. },
  9685. "oss_option": {
  9686. "type": "string",
  9687. "example": "oss上传文件类型选项,以逗号分割"
  9688. }
  9689. }
  9690. },
  9691. "client.AssumeRoleResponseBodyCredentials": {
  9692. "type": "object",
  9693. "properties": {
  9694. "AccessKeyId": {
  9695. "description": "The AccessKey ID.",
  9696. "type": "string"
  9697. },
  9698. "AccessKeySecret": {
  9699. "description": "The AccessKey secret.",
  9700. "type": "string"
  9701. },
  9702. "Expiration": {
  9703. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9704. "type": "string"
  9705. },
  9706. "SecurityToken": {
  9707. "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.",
  9708. "type": "string"
  9709. }
  9710. }
  9711. },
  9712. "comm.GetAdminInfoResp": {
  9713. "type": "object",
  9714. "properties": {
  9715. "adm_id": {
  9716. "description": "管理员id",
  9717. "type": "integer"
  9718. },
  9719. "is_super_administrator": {
  9720. "description": "是否为超级管理员(0:否 1:是)",
  9721. "type": "integer"
  9722. },
  9723. "memo": {
  9724. "description": "备注信息",
  9725. "type": "string"
  9726. },
  9727. "state": {
  9728. "description": "状态(1:正常 2:冻结)",
  9729. "type": "integer"
  9730. },
  9731. "username": {
  9732. "description": "用户名",
  9733. "type": "string"
  9734. }
  9735. }
  9736. },
  9737. "comm.GetSTSVoucherResp": {
  9738. "type": "object",
  9739. "properties": {
  9740. "bucket": {
  9741. "description": "oss 桶名称",
  9742. "type": "string"
  9743. },
  9744. "region": {
  9745. "description": "所在地域",
  9746. "type": "string"
  9747. },
  9748. "sts_token": {
  9749. "description": "STS 凭证",
  9750. "allOf": [
  9751. {
  9752. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  9753. }
  9754. ]
  9755. }
  9756. }
  9757. },
  9758. "comm.ImgReqUploadReq": {
  9759. "type": "object",
  9760. "required": [
  9761. "content_type",
  9762. "file_name"
  9763. ],
  9764. "properties": {
  9765. "content_type": {
  9766. "type": "string",
  9767. "example": "image/jpeg"
  9768. },
  9769. "file_name": {
  9770. "type": "string",
  9771. "example": "文件名"
  9772. }
  9773. }
  9774. },
  9775. "hdl.GetActiveDataResp": {
  9776. "type": "object",
  9777. "properties": {
  9778. "today": {
  9779. "description": "今日数据",
  9780. "allOf": [
  9781. {
  9782. "$ref": "#/definitions/model.PlatformActiveData"
  9783. }
  9784. ]
  9785. },
  9786. "yesterday": {
  9787. "description": "昨日数据",
  9788. "allOf": [
  9789. {
  9790. "$ref": "#/definitions/model.PlatformActiveData"
  9791. }
  9792. ]
  9793. }
  9794. }
  9795. },
  9796. "hdl.TotalDataResp": {
  9797. "type": "object",
  9798. "properties": {
  9799. "month": {
  9800. "description": "月份",
  9801. "type": "string"
  9802. },
  9803. "no_sign_in_user_count": {
  9804. "description": "未签到用户数",
  9805. "type": "integer"
  9806. },
  9807. "total_user_count": {
  9808. "description": "平台总用户数",
  9809. "type": "integer"
  9810. },
  9811. "total_withdraw_amount": {
  9812. "description": "已提现累计金额",
  9813. "type": "string"
  9814. },
  9815. "verified_user_count": {
  9816. "description": "已认证用户数",
  9817. "type": "integer"
  9818. },
  9819. "year": {
  9820. "description": "年份",
  9821. "type": "string"
  9822. }
  9823. }
  9824. },
  9825. "md.ActivePointsWalletNode": {
  9826. "type": "object",
  9827. "properties": {
  9828. "amount": {
  9829. "type": "string",
  9830. "example": "账户余额"
  9831. },
  9832. "uid": {
  9833. "description": "用户 ID",
  9834. "type": "integer"
  9835. },
  9836. "user_name": {
  9837. "type": "string",
  9838. "example": "用户名"
  9839. },
  9840. "user_phone": {
  9841. "type": "string",
  9842. "example": "手机号"
  9843. }
  9844. }
  9845. },
  9846. "md.AddAdminReq": {
  9847. "type": "object",
  9848. "required": [
  9849. "password",
  9850. "username"
  9851. ],
  9852. "properties": {
  9853. "memo": {
  9854. "type": "string"
  9855. },
  9856. "password": {
  9857. "type": "string"
  9858. },
  9859. "username": {
  9860. "type": "string"
  9861. }
  9862. }
  9863. },
  9864. "md.AddBlackListReq": {
  9865. "type": "object",
  9866. "properties": {
  9867. "memo": {
  9868. "description": "备注",
  9869. "type": "string"
  9870. },
  9871. "uid": {
  9872. "description": "用户 id",
  9873. "type": "integer"
  9874. }
  9875. }
  9876. },
  9877. "md.AddCommunityDividendsReq": {
  9878. "type": "object",
  9879. "properties": {
  9880. "amount": {
  9881. "description": "社区分红数量",
  9882. "type": "string"
  9883. },
  9884. "name": {
  9885. "type": "string",
  9886. "example": "社区分红名称"
  9887. }
  9888. }
  9889. },
  9890. "md.AddCommunityDividendsWithUserReq": {
  9891. "type": "object",
  9892. "properties": {
  9893. "memo": {
  9894. "type": "string",
  9895. "example": "备注"
  9896. },
  9897. "uid": {
  9898. "description": "新增社区长用户 ID",
  9899. "type": "integer"
  9900. }
  9901. }
  9902. },
  9903. "md.AddCustomerServiceReq": {
  9904. "type": "object",
  9905. "properties": {
  9906. "memo": {
  9907. "description": "备注",
  9908. "type": "string",
  9909. "example": "备注"
  9910. },
  9911. "phone": {
  9912. "type": "string",
  9913. "example": "手机号"
  9914. },
  9915. "weight": {
  9916. "description": "权重",
  9917. "type": "integer"
  9918. }
  9919. }
  9920. },
  9921. "md.AddEmoticonReq": {
  9922. "type": "object",
  9923. "properties": {
  9924. "img_url": {
  9925. "type": "string",
  9926. "example": "图片地址"
  9927. },
  9928. "memo": {
  9929. "description": "备注",
  9930. "type": "string",
  9931. "example": "备注"
  9932. },
  9933. "name": {
  9934. "type": "string",
  9935. "example": "名称"
  9936. },
  9937. "sort": {
  9938. "description": "排序",
  9939. "type": "integer"
  9940. }
  9941. }
  9942. },
  9943. "md.AddFreePublishUserReq": {
  9944. "type": "object",
  9945. "properties": {
  9946. "uid": {
  9947. "type": "integer"
  9948. }
  9949. }
  9950. },
  9951. "md.AddFundDataReq": {
  9952. "type": "object",
  9953. "properties": {
  9954. "frequency": {
  9955. "description": "频率(分钟)",
  9956. "type": "integer"
  9957. },
  9958. "hours": {
  9959. "description": "时长(小时)",
  9960. "type": "integer"
  9961. },
  9962. "kind": {
  9963. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9964. "type": "integer"
  9965. },
  9966. "memo": {
  9967. "type": "string",
  9968. "example": "备注"
  9969. },
  9970. "total_amount": {
  9971. "description": "金额",
  9972. "type": "string"
  9973. }
  9974. }
  9975. },
  9976. "md.AddLevelReq": {
  9977. "type": "object",
  9978. "properties": {
  9979. "auto_update": {
  9980. "description": "自动升级 0关闭 1开启",
  9981. "type": "string"
  9982. },
  9983. "choosable_num": {
  9984. "description": "可选任务数量",
  9985. "type": "string"
  9986. },
  9987. "is_use": {
  9988. "description": "是否开启(0.否, 1.是)",
  9989. "type": "string"
  9990. },
  9991. "level_name": {
  9992. "description": "等级名称",
  9993. "type": "string"
  9994. },
  9995. "level_weight": {
  9996. "description": "等级权重",
  9997. "type": "string"
  9998. },
  9999. "memo": {
  10000. "description": "备注",
  10001. "type": "string"
  10002. },
  10003. "user_level_tasks": {
  10004. "description": "需要新增的任务",
  10005. "type": "array",
  10006. "items": {
  10007. "$ref": "#/definitions/md.LevelTaskNode"
  10008. }
  10009. }
  10010. }
  10011. },
  10012. "md.AddPlatformRevenueReq": {
  10013. "type": "object",
  10014. "properties": {
  10015. "frequency": {
  10016. "description": "频率(分钟)",
  10017. "type": "integer"
  10018. },
  10019. "hours": {
  10020. "description": "时长(小时)",
  10021. "type": "integer"
  10022. },
  10023. "kind": {
  10024. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10025. "type": "integer"
  10026. },
  10027. "memo": {
  10028. "type": "string",
  10029. "example": "备注"
  10030. },
  10031. "total_amount": {
  10032. "description": "金额",
  10033. "type": "string"
  10034. }
  10035. }
  10036. },
  10037. "md.AddRoleReq": {
  10038. "type": "object",
  10039. "required": [
  10040. "memo",
  10041. "name"
  10042. ],
  10043. "properties": {
  10044. "memo": {
  10045. "type": "string"
  10046. },
  10047. "name": {
  10048. "type": "string"
  10049. }
  10050. }
  10051. },
  10052. "md.AddTagReq": {
  10053. "type": "object",
  10054. "properties": {
  10055. "is_punish": {
  10056. "description": "是否为处罚标签(0:否 1:是)",
  10057. "type": "integer"
  10058. },
  10059. "memo": {
  10060. "description": "备注",
  10061. "type": "string"
  10062. },
  10063. "name": {
  10064. "description": "标签名称",
  10065. "type": "string"
  10066. }
  10067. }
  10068. },
  10069. "md.AddVirtualCoinNode": {
  10070. "type": "object",
  10071. "properties": {
  10072. "exchange_ratio": {
  10073. "description": "兑换比例(与金额)",
  10074. "type": "string"
  10075. },
  10076. "is_use": {
  10077. "description": "是否开启:0否 1是",
  10078. "type": "integer"
  10079. },
  10080. "name": {
  10081. "description": "名称",
  10082. "type": "string"
  10083. }
  10084. }
  10085. },
  10086. "md.AdminListReq": {
  10087. "type": "object",
  10088. "properties": {
  10089. "limit": {
  10090. "type": "integer"
  10091. },
  10092. "page": {
  10093. "type": "integer"
  10094. },
  10095. "state": {
  10096. "type": "integer"
  10097. },
  10098. "username": {
  10099. "type": "string"
  10100. }
  10101. }
  10102. },
  10103. "md.AdminLogList": {
  10104. "type": "object",
  10105. "properties": {
  10106. "admin_id": {
  10107. "type": "string"
  10108. },
  10109. "id": {
  10110. "type": "string"
  10111. },
  10112. "ip": {
  10113. "type": "string"
  10114. },
  10115. "memo": {
  10116. "type": "string"
  10117. },
  10118. "phone": {
  10119. "type": "string"
  10120. },
  10121. "time": {
  10122. "type": "string"
  10123. },
  10124. "type": {
  10125. "type": "string"
  10126. }
  10127. }
  10128. },
  10129. "md.AdminLogListReq": {
  10130. "type": "object",
  10131. "properties": {
  10132. "end_time": {
  10133. "type": "string"
  10134. },
  10135. "limit": {
  10136. "description": "每页大小",
  10137. "type": "string"
  10138. },
  10139. "memo": {
  10140. "type": "string"
  10141. },
  10142. "page": {
  10143. "description": "页数",
  10144. "type": "string"
  10145. },
  10146. "start_time": {
  10147. "type": "string"
  10148. },
  10149. "type": {
  10150. "type": "string"
  10151. }
  10152. }
  10153. },
  10154. "md.AdminLogListResp": {
  10155. "type": "object",
  10156. "properties": {
  10157. "list": {
  10158. "type": "array",
  10159. "items": {
  10160. "$ref": "#/definitions/md.AdminLogList"
  10161. }
  10162. },
  10163. "total": {
  10164. "type": "integer"
  10165. },
  10166. "type_list": {
  10167. "type": "array",
  10168. "items": {
  10169. "type": "object",
  10170. "additionalProperties": true
  10171. }
  10172. }
  10173. }
  10174. },
  10175. "md.AdvertisingBase": {
  10176. "type": "object",
  10177. "properties": {
  10178. "android_ad_is_open": {
  10179. "type": "string",
  10180. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10181. },
  10182. "android_open_ad_is_open": {
  10183. "type": "string",
  10184. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10185. },
  10186. "info": {
  10187. "type": "string",
  10188. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10189. },
  10190. "ios_ad_is_open": {
  10191. "type": "string",
  10192. "example": "ios广告是否开启(1:开启 0:不开启)"
  10193. },
  10194. "ios_open_ad_is_open": {
  10195. "type": "string",
  10196. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10197. },
  10198. "voice": {
  10199. "type": "string",
  10200. "example": "领取奖励声音"
  10201. },
  10202. "voice_url": {
  10203. "type": "string"
  10204. }
  10205. }
  10206. },
  10207. "md.AdvertisingBaseResp": {
  10208. "type": "object",
  10209. "properties": {
  10210. "advertising_base": {
  10211. "$ref": "#/definitions/md.AdvertisingBase"
  10212. },
  10213. "select_data": {
  10214. "type": "array",
  10215. "items": {
  10216. "type": "object",
  10217. "additionalProperties": {
  10218. "type": "string"
  10219. }
  10220. }
  10221. }
  10222. }
  10223. },
  10224. "md.AdvertisingDelReq": {
  10225. "type": "object",
  10226. "properties": {
  10227. "id": {
  10228. "type": "array",
  10229. "items": {
  10230. "type": "string"
  10231. }
  10232. }
  10233. }
  10234. },
  10235. "md.AdvertisingFunctionList": {
  10236. "type": "object",
  10237. "properties": {
  10238. "ad_id": {
  10239. "type": "string",
  10240. "example": "广告id"
  10241. },
  10242. "id": {
  10243. "type": "string"
  10244. },
  10245. "type": {
  10246. "type": "string",
  10247. "example": "类型"
  10248. }
  10249. }
  10250. },
  10251. "md.AdvertisingFunctionListReq": {
  10252. "type": "object",
  10253. "properties": {
  10254. "limit": {
  10255. "type": "string"
  10256. },
  10257. "page": {
  10258. "type": "string"
  10259. }
  10260. }
  10261. },
  10262. "md.AdvertisingFunctionListResp": {
  10263. "type": "object",
  10264. "properties": {
  10265. "adv_data": {
  10266. "type": "array",
  10267. "items": {
  10268. "type": "object",
  10269. "additionalProperties": {
  10270. "type": "string"
  10271. }
  10272. }
  10273. },
  10274. "list": {
  10275. "type": "array",
  10276. "items": {
  10277. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10278. }
  10279. },
  10280. "select_data": {
  10281. "type": "array",
  10282. "items": {
  10283. "type": "object",
  10284. "additionalProperties": {
  10285. "type": "string"
  10286. }
  10287. }
  10288. },
  10289. "total": {
  10290. "type": "integer"
  10291. }
  10292. }
  10293. },
  10294. "md.AdvertisingLimit": {
  10295. "type": "object",
  10296. "properties": {
  10297. "imei_num": {
  10298. "type": "string",
  10299. "example": "设备数量"
  10300. },
  10301. "minute": {
  10302. "type": "string",
  10303. "example": "分钟"
  10304. },
  10305. "public_img": {
  10306. "type": "string",
  10307. "example": "公共弹窗图"
  10308. },
  10309. "public_img_url": {
  10310. "type": "string",
  10311. "example": "公共弹窗图"
  10312. },
  10313. "public_str": {
  10314. "type": "string",
  10315. "example": "公共弹窗文字"
  10316. },
  10317. "tip": {
  10318. "type": "string",
  10319. "example": "限制提示"
  10320. },
  10321. "withdraw_img": {
  10322. "type": "string",
  10323. "example": "提现弹窗图"
  10324. },
  10325. "withdraw_img_url": {
  10326. "type": "string",
  10327. "example": "提现弹窗图"
  10328. },
  10329. "withdraw_str": {
  10330. "type": "string",
  10331. "example": "提现弹窗文字"
  10332. }
  10333. }
  10334. },
  10335. "md.AdvertisingList": {
  10336. "type": "object",
  10337. "properties": {
  10338. "counting_down": {
  10339. "type": "string",
  10340. "example": "倒计时 单位秒"
  10341. },
  10342. "id": {
  10343. "type": "string"
  10344. },
  10345. "info": {
  10346. "type": "string",
  10347. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10348. },
  10349. "kind": {
  10350. "type": "string",
  10351. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10352. },
  10353. "name": {
  10354. "type": "string",
  10355. "example": "名称"
  10356. }
  10357. }
  10358. },
  10359. "md.AdvertisingListReq": {
  10360. "type": "object",
  10361. "properties": {
  10362. "kind": {
  10363. "type": "string"
  10364. },
  10365. "limit": {
  10366. "type": "string"
  10367. },
  10368. "name": {
  10369. "type": "string"
  10370. },
  10371. "page": {
  10372. "type": "string"
  10373. }
  10374. }
  10375. },
  10376. "md.AdvertisingListResp": {
  10377. "type": "object",
  10378. "properties": {
  10379. "adv_data": {
  10380. "type": "array",
  10381. "items": {
  10382. "type": "object",
  10383. "additionalProperties": {
  10384. "type": "string"
  10385. }
  10386. }
  10387. },
  10388. "list": {
  10389. "type": "array",
  10390. "items": {
  10391. "$ref": "#/definitions/md.AdvertisingList"
  10392. }
  10393. },
  10394. "select_data": {
  10395. "type": "array",
  10396. "items": {
  10397. "type": "object",
  10398. "additionalProperties": {
  10399. "type": "string"
  10400. }
  10401. }
  10402. },
  10403. "total": {
  10404. "type": "integer"
  10405. }
  10406. }
  10407. },
  10408. "md.AdvertisingSaveReq": {
  10409. "type": "object",
  10410. "properties": {
  10411. "counting_down": {
  10412. "type": "string",
  10413. "example": "倒计时 单位秒"
  10414. },
  10415. "id": {
  10416. "type": "string"
  10417. },
  10418. "info": {
  10419. "type": "string",
  10420. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10421. },
  10422. "kind": {
  10423. "type": "string",
  10424. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10425. },
  10426. "name": {
  10427. "type": "string",
  10428. "example": "名称"
  10429. }
  10430. }
  10431. },
  10432. "md.AliyunSmsGetLevelListResp": {
  10433. "type": "object",
  10434. "properties": {
  10435. "list": {
  10436. "type": "array",
  10437. "items": {
  10438. "$ref": "#/definitions/md.LevelListNode"
  10439. }
  10440. },
  10441. "paginate": {
  10442. "$ref": "#/definitions/applet_app_md.Paginate"
  10443. }
  10444. }
  10445. },
  10446. "md.AliyunSmsGetTagListResp": {
  10447. "type": "object",
  10448. "properties": {
  10449. "list": {
  10450. "type": "array",
  10451. "items": {
  10452. "$ref": "#/definitions/md.TagListNode"
  10453. }
  10454. },
  10455. "paginate": {
  10456. "$ref": "#/definitions/applet_app_md.Paginate"
  10457. }
  10458. }
  10459. },
  10460. "md.ArticleCateDelReq": {
  10461. "type": "object",
  10462. "properties": {
  10463. "id": {
  10464. "type": "array",
  10465. "items": {
  10466. "type": "string"
  10467. }
  10468. }
  10469. }
  10470. },
  10471. "md.ArticleCateList": {
  10472. "type": "object",
  10473. "properties": {
  10474. "id": {
  10475. "type": "string"
  10476. },
  10477. "is_show": {
  10478. "type": "string"
  10479. },
  10480. "name": {
  10481. "type": "string"
  10482. },
  10483. "pid": {
  10484. "type": "string"
  10485. },
  10486. "sort": {
  10487. "type": "string"
  10488. }
  10489. }
  10490. },
  10491. "md.ArticleCateListReq": {
  10492. "type": "object",
  10493. "properties": {
  10494. "limit": {
  10495. "description": "每页大小",
  10496. "type": "string"
  10497. },
  10498. "page": {
  10499. "description": "页数",
  10500. "type": "string"
  10501. }
  10502. }
  10503. },
  10504. "md.ArticleCateListResp": {
  10505. "type": "object",
  10506. "properties": {
  10507. "list": {
  10508. "type": "array",
  10509. "items": {
  10510. "$ref": "#/definitions/md.ArticleCateList"
  10511. }
  10512. },
  10513. "select_data": {
  10514. "type": "array",
  10515. "items": {
  10516. "type": "object",
  10517. "additionalProperties": {
  10518. "type": "string"
  10519. }
  10520. }
  10521. },
  10522. "total": {
  10523. "type": "integer"
  10524. }
  10525. }
  10526. },
  10527. "md.ArticleCateSaveReq": {
  10528. "type": "object",
  10529. "properties": {
  10530. "id": {
  10531. "type": "string"
  10532. },
  10533. "is_show": {
  10534. "type": "string"
  10535. },
  10536. "name": {
  10537. "type": "string"
  10538. },
  10539. "pid": {
  10540. "type": "string"
  10541. },
  10542. "sort": {
  10543. "type": "string"
  10544. }
  10545. }
  10546. },
  10547. "md.ArticleDelReq": {
  10548. "type": "object",
  10549. "properties": {
  10550. "id": {
  10551. "type": "array",
  10552. "items": {
  10553. "type": "string"
  10554. }
  10555. }
  10556. }
  10557. },
  10558. "md.ArticleList": {
  10559. "type": "object",
  10560. "properties": {
  10561. "cate_id": {
  10562. "type": "string",
  10563. "example": "二级分类id"
  10564. },
  10565. "content": {
  10566. "type": "string"
  10567. },
  10568. "cover": {
  10569. "type": "string",
  10570. "example": "一级分类id=4 显示 封面图"
  10571. },
  10572. "cover_url": {
  10573. "type": "string"
  10574. },
  10575. "id": {
  10576. "type": "string"
  10577. },
  10578. "is_show": {
  10579. "type": "string"
  10580. },
  10581. "pid": {
  10582. "type": "string",
  10583. "example": "一级分类id"
  10584. },
  10585. "sort": {
  10586. "type": "string"
  10587. },
  10588. "title": {
  10589. "type": "string"
  10590. },
  10591. "url": {
  10592. "type": "string"
  10593. }
  10594. }
  10595. },
  10596. "md.ArticleListReq": {
  10597. "type": "object",
  10598. "properties": {
  10599. "limit": {
  10600. "description": "每页大小",
  10601. "type": "string"
  10602. },
  10603. "page": {
  10604. "description": "页数",
  10605. "type": "string"
  10606. }
  10607. }
  10608. },
  10609. "md.ArticleListResp": {
  10610. "type": "object",
  10611. "properties": {
  10612. "cate_data": {
  10613. "type": "array",
  10614. "items": {
  10615. "type": "object",
  10616. "additionalProperties": true
  10617. }
  10618. },
  10619. "list": {
  10620. "type": "array",
  10621. "items": {
  10622. "$ref": "#/definitions/md.ArticleList"
  10623. }
  10624. },
  10625. "select_data": {
  10626. "type": "array",
  10627. "items": {
  10628. "type": "object",
  10629. "additionalProperties": true
  10630. }
  10631. },
  10632. "total": {
  10633. "type": "integer"
  10634. }
  10635. }
  10636. },
  10637. "md.ArticleSaveReq": {
  10638. "type": "object",
  10639. "properties": {
  10640. "cate_id": {
  10641. "type": "string",
  10642. "example": "二级分类id"
  10643. },
  10644. "content": {
  10645. "type": "string"
  10646. },
  10647. "cover": {
  10648. "type": "string",
  10649. "example": "一级分类id=4 显示 封面图"
  10650. },
  10651. "id": {
  10652. "type": "string"
  10653. },
  10654. "is_show": {
  10655. "type": "string"
  10656. },
  10657. "pid": {
  10658. "type": "string",
  10659. "example": "一级分类id"
  10660. },
  10661. "sort": {
  10662. "type": "string"
  10663. },
  10664. "title": {
  10665. "type": "string"
  10666. }
  10667. }
  10668. },
  10669. "md.AuditClearReq": {
  10670. "type": "object",
  10671. "properties": {
  10672. "os": {
  10673. "type": "string",
  10674. "example": "1-安卓 2-ios"
  10675. }
  10676. }
  10677. },
  10678. "md.BalanceDetailNode": {
  10679. "type": "object",
  10680. "properties": {
  10681. "after_amount": {
  10682. "description": "变更后余额",
  10683. "type": "string"
  10684. },
  10685. "amount": {
  10686. "description": "变更数量",
  10687. "type": "string"
  10688. },
  10689. "before_amount": {
  10690. "description": "变更前余额",
  10691. "type": "string"
  10692. },
  10693. "create_at": {
  10694. "description": "创建时间",
  10695. "type": "string"
  10696. },
  10697. "id": {
  10698. "description": "记录ID",
  10699. "type": "integer"
  10700. },
  10701. "kind": {
  10702. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  10703. "type": "string"
  10704. }
  10705. }
  10706. },
  10707. "md.BasicInfoNode": {
  10708. "type": "object",
  10709. "properties": {
  10710. "avatar": {
  10711. "description": "头像",
  10712. "type": "string"
  10713. },
  10714. "levelId": {
  10715. "description": "会员等级 ID",
  10716. "type": "integer"
  10717. },
  10718. "level_name": {
  10719. "description": "会员等级名称",
  10720. "type": "string"
  10721. },
  10722. "memo": {
  10723. "description": "备注",
  10724. "type": "string"
  10725. },
  10726. "nickname": {
  10727. "description": "用户名称",
  10728. "type": "string"
  10729. },
  10730. "parent_name": {
  10731. "description": "推荐人名称",
  10732. "type": "string"
  10733. },
  10734. "parent_phone": {
  10735. "description": "推荐人手机号",
  10736. "type": "string"
  10737. },
  10738. "parent_uid": {
  10739. "description": "推荐人",
  10740. "type": "integer"
  10741. },
  10742. "password": {
  10743. "description": "登录密码",
  10744. "type": "string"
  10745. },
  10746. "phone": {
  10747. "description": "手机号",
  10748. "type": "string"
  10749. },
  10750. "sex": {
  10751. "description": "性别",
  10752. "type": "integer"
  10753. },
  10754. "state": {
  10755. "description": "账号状态 1正常,2冻结",
  10756. "type": "integer"
  10757. },
  10758. "tag": {
  10759. "description": "标签名称",
  10760. "type": "array",
  10761. "items": {
  10762. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  10763. }
  10764. },
  10765. "union_id": {
  10766. "description": "微信号",
  10767. "type": "string"
  10768. }
  10769. }
  10770. },
  10771. "md.BatchAddVirtualCoinsReq": {
  10772. "type": "object",
  10773. "properties": {
  10774. "list": {
  10775. "description": "新增的货币列表",
  10776. "type": "array",
  10777. "items": {
  10778. "$ref": "#/definitions/md.AddVirtualCoinNode"
  10779. }
  10780. }
  10781. }
  10782. },
  10783. "md.BatchSendGroupMessageReq": {
  10784. "type": "object",
  10785. "properties": {
  10786. "content": {
  10787. "description": "消息内容",
  10788. "type": "string"
  10789. },
  10790. "kind": {
  10791. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10792. "type": "integer"
  10793. },
  10794. "not_condition": {
  10795. "description": "不发送条件 群 ID 以\";\"分割",
  10796. "type": "string"
  10797. },
  10798. "send_condition": {
  10799. "description": "发送条件 群 ID 以\";\"分割",
  10800. "type": "string"
  10801. },
  10802. "send_kind": {
  10803. "description": "发送模式(1:指定群组 2:所有群组)",
  10804. "type": "integer"
  10805. }
  10806. }
  10807. },
  10808. "md.BatchSendUserMessageReq": {
  10809. "type": "object",
  10810. "properties": {
  10811. "content": {
  10812. "description": "消息内容",
  10813. "type": "string"
  10814. },
  10815. "kind": {
  10816. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10817. "type": "integer"
  10818. },
  10819. "not_condition": {
  10820. "description": "不发送条件 用户手机号 以\";\"分割",
  10821. "type": "string"
  10822. },
  10823. "send_condition": {
  10824. "description": "发送条件 用户手机号 以\";\"分割",
  10825. "type": "string"
  10826. },
  10827. "send_kind": {
  10828. "description": "发送模式(1:所有用户 2:指定用户)",
  10829. "type": "integer"
  10830. }
  10831. }
  10832. },
  10833. "md.BindAdminRoleReq": {
  10834. "type": "object",
  10835. "required": [
  10836. "adm_id"
  10837. ],
  10838. "properties": {
  10839. "adm_id": {
  10840. "type": "integer"
  10841. },
  10842. "role_ids": {
  10843. "type": "array",
  10844. "items": {
  10845. "type": "integer"
  10846. }
  10847. }
  10848. }
  10849. },
  10850. "md.CertificateDelReq": {
  10851. "type": "object",
  10852. "properties": {
  10853. "id": {
  10854. "type": "array",
  10855. "items": {
  10856. "type": "string"
  10857. }
  10858. }
  10859. }
  10860. },
  10861. "md.CertificateList": {
  10862. "type": "object",
  10863. "properties": {
  10864. "bg_img": {
  10865. "type": "string",
  10866. "example": "背景图"
  10867. },
  10868. "end_time": {
  10869. "type": "string",
  10870. "example": "结束时间"
  10871. },
  10872. "id": {
  10873. "type": "string"
  10874. },
  10875. "logo": {
  10876. "type": "string",
  10877. "example": "logo"
  10878. },
  10879. "medal": {
  10880. "type": "string",
  10881. "example": "勋章"
  10882. },
  10883. "name": {
  10884. "type": "string",
  10885. "example": "姓名"
  10886. },
  10887. "name_icon": {
  10888. "type": "string",
  10889. "example": "蛋蛋星球文字图"
  10890. },
  10891. "no": {
  10892. "type": "string",
  10893. "example": "编号"
  10894. },
  10895. "phone": {
  10896. "type": "string"
  10897. },
  10898. "seal": {
  10899. "type": "string",
  10900. "example": "印章"
  10901. },
  10902. "start_time": {
  10903. "type": "string",
  10904. "example": "开始时间"
  10905. },
  10906. "uid": {
  10907. "type": "string"
  10908. }
  10909. }
  10910. },
  10911. "md.CertificateListReq": {
  10912. "type": "object",
  10913. "properties": {
  10914. "limit": {
  10915. "type": "string"
  10916. },
  10917. "page": {
  10918. "type": "string"
  10919. },
  10920. "phone": {
  10921. "type": "string"
  10922. },
  10923. "uid": {
  10924. "type": "string"
  10925. }
  10926. }
  10927. },
  10928. "md.CertificateListResp": {
  10929. "type": "object",
  10930. "properties": {
  10931. "list": {
  10932. "type": "array",
  10933. "items": {
  10934. "$ref": "#/definitions/md.CertificateList"
  10935. }
  10936. },
  10937. "total": {
  10938. "type": "integer"
  10939. }
  10940. }
  10941. },
  10942. "md.CertificateReq": {
  10943. "type": "object",
  10944. "properties": {
  10945. "no": {
  10946. "type": "string",
  10947. "example": "DD123"
  10948. }
  10949. }
  10950. },
  10951. "md.CertificateResp": {
  10952. "type": "object",
  10953. "properties": {
  10954. "bg_img": {
  10955. "type": "string",
  10956. "example": "背景图"
  10957. },
  10958. "end_time": {
  10959. "type": "string",
  10960. "example": "结束时间"
  10961. },
  10962. "logo": {
  10963. "type": "string",
  10964. "example": "logo"
  10965. },
  10966. "medal": {
  10967. "type": "string",
  10968. "example": "勋章"
  10969. },
  10970. "name": {
  10971. "type": "string",
  10972. "example": "姓名"
  10973. },
  10974. "name_icon": {
  10975. "type": "string",
  10976. "example": "蛋蛋星球文字图"
  10977. },
  10978. "no": {
  10979. "type": "string",
  10980. "example": "编号"
  10981. },
  10982. "seal": {
  10983. "type": "string",
  10984. "example": "印章"
  10985. },
  10986. "start_time": {
  10987. "type": "string",
  10988. "example": "开始时间"
  10989. }
  10990. }
  10991. },
  10992. "md.CertificateSave": {
  10993. "type": "object",
  10994. "properties": {
  10995. "end_time": {
  10996. "type": "string",
  10997. "example": "结束时间"
  10998. },
  10999. "id": {
  11000. "type": "string"
  11001. },
  11002. "name": {
  11003. "type": "string",
  11004. "example": "姓名"
  11005. },
  11006. "no": {
  11007. "type": "string",
  11008. "example": "编号"
  11009. },
  11010. "start_time": {
  11011. "type": "string",
  11012. "example": "开始时间"
  11013. },
  11014. "uid": {
  11015. "type": "string"
  11016. }
  11017. }
  11018. },
  11019. "md.CloudBundleBaseResp": {
  11020. "type": "object",
  11021. "properties": {
  11022. "android_logo": {
  11023. "type": "string"
  11024. },
  11025. "ios_logo": {
  11026. "type": "string"
  11027. },
  11028. "launch_screen": {
  11029. "type": "object",
  11030. "additionalProperties": {
  11031. "type": "string"
  11032. }
  11033. }
  11034. }
  11035. },
  11036. "md.CloudBundleBuildReq": {
  11037. "type": "object",
  11038. "properties": {
  11039. "bit": {
  11040. "type": "array",
  11041. "items": {
  11042. "type": "string"
  11043. }
  11044. },
  11045. "isCombine": {
  11046. "type": "string"
  11047. },
  11048. "memo": {
  11049. "type": "string"
  11050. },
  11051. "os": {
  11052. "type": "string"
  11053. },
  11054. "platform": {
  11055. "type": "array",
  11056. "items": {
  11057. "type": "string"
  11058. }
  11059. },
  11060. "version": {
  11061. "type": "string"
  11062. }
  11063. }
  11064. },
  11065. "md.CloudBundleDelReq": {
  11066. "type": "object",
  11067. "properties": {
  11068. "ids": {
  11069. "type": "array",
  11070. "items": {
  11071. "type": "string"
  11072. }
  11073. }
  11074. }
  11075. },
  11076. "md.CloudBundleImgResp": {
  11077. "type": "object",
  11078. "properties": {
  11079. "android_logo": {
  11080. "type": "string"
  11081. },
  11082. "android_logo_url": {
  11083. "type": "string"
  11084. },
  11085. "build_1080_2280": {
  11086. "type": "string"
  11087. },
  11088. "build_1080_2280_url": {
  11089. "type": "string"
  11090. },
  11091. "build_1125_2436": {
  11092. "type": "string"
  11093. },
  11094. "build_1125_2436_url": {
  11095. "type": "string"
  11096. },
  11097. "build_1242_2208": {
  11098. "type": "string"
  11099. },
  11100. "build_1242_2208_url": {
  11101. "type": "string"
  11102. },
  11103. "build_640_1136": {
  11104. "type": "string"
  11105. },
  11106. "build_640_1136_url": {
  11107. "type": "string"
  11108. },
  11109. "build_640_960": {
  11110. "type": "string"
  11111. },
  11112. "build_640_960_url": {
  11113. "type": "string"
  11114. },
  11115. "build_720_1280": {
  11116. "type": "string"
  11117. },
  11118. "build_720_1280_url": {
  11119. "type": "string"
  11120. },
  11121. "build_750_1334": {
  11122. "type": "string"
  11123. },
  11124. "build_750_1334_url": {
  11125. "type": "string"
  11126. },
  11127. "guide": {
  11128. "type": "array",
  11129. "items": {
  11130. "$ref": "#/definitions/md.Guide"
  11131. }
  11132. },
  11133. "ios_logo": {
  11134. "type": "string"
  11135. },
  11136. "ios_logo_url": {
  11137. "type": "string"
  11138. }
  11139. }
  11140. },
  11141. "md.CloudBundleList": {
  11142. "type": "object",
  11143. "properties": {
  11144. "apply_at": {
  11145. "type": "string"
  11146. },
  11147. "bit": {
  11148. "type": "string"
  11149. },
  11150. "build_id": {
  11151. "type": "string"
  11152. },
  11153. "finish_at": {
  11154. "type": "string"
  11155. },
  11156. "id": {
  11157. "type": "string"
  11158. },
  11159. "is_auditing": {
  11160. "type": "string"
  11161. },
  11162. "is_combine": {
  11163. "type": "string"
  11164. },
  11165. "memo": {
  11166. "type": "string"
  11167. },
  11168. "os": {
  11169. "type": "string"
  11170. },
  11171. "platform": {
  11172. "type": "string"
  11173. },
  11174. "src": {
  11175. "type": "string"
  11176. },
  11177. "state": {
  11178. "type": "string"
  11179. },
  11180. "version": {
  11181. "type": "string"
  11182. }
  11183. }
  11184. },
  11185. "md.CloudBundleReq": {
  11186. "type": "object",
  11187. "properties": {
  11188. "limit": {
  11189. "description": "每页大小",
  11190. "type": "string"
  11191. },
  11192. "page": {
  11193. "description": "页数",
  11194. "type": "string"
  11195. }
  11196. }
  11197. },
  11198. "md.CloudBundleResp": {
  11199. "type": "object",
  11200. "properties": {
  11201. "last_android": {
  11202. "type": "string"
  11203. },
  11204. "last_bit": {
  11205. "type": "string"
  11206. },
  11207. "last_is_combine": {
  11208. "type": "string"
  11209. },
  11210. "last_platform": {
  11211. "type": "array",
  11212. "items": {
  11213. "type": "string"
  11214. }
  11215. },
  11216. "list": {
  11217. "type": "array",
  11218. "items": {
  11219. "$ref": "#/definitions/md.CloudBundleList"
  11220. }
  11221. },
  11222. "list_ios": {
  11223. "type": "string"
  11224. },
  11225. "select_data": {
  11226. "type": "array",
  11227. "items": {
  11228. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11229. }
  11230. },
  11231. "total": {
  11232. "type": "integer"
  11233. }
  11234. }
  11235. },
  11236. "md.CloudBundleUpdateStateReq": {
  11237. "type": "object",
  11238. "properties": {
  11239. "build_id": {
  11240. "type": "string"
  11241. },
  11242. "build_number": {
  11243. "type": "string"
  11244. },
  11245. "error_msg": {
  11246. "type": "string"
  11247. },
  11248. "id": {
  11249. "type": "string"
  11250. },
  11251. "src": {
  11252. "type": "string"
  11253. },
  11254. "state": {
  11255. "type": "string"
  11256. }
  11257. }
  11258. },
  11259. "md.CloudBundleVersion": {
  11260. "type": "object",
  11261. "properties": {
  11262. "content": {
  11263. "type": "string"
  11264. },
  11265. "img": {
  11266. "type": "string"
  11267. },
  11268. "img_url": {
  11269. "type": "string"
  11270. },
  11271. "is_must": {
  11272. "type": "string"
  11273. },
  11274. "name": {
  11275. "type": "string"
  11276. },
  11277. "type": {
  11278. "type": "string"
  11279. },
  11280. "url": {
  11281. "type": "string"
  11282. },
  11283. "version": {
  11284. "type": "string"
  11285. }
  11286. }
  11287. },
  11288. "md.CloudBundleVersionMap": {
  11289. "type": "object",
  11290. "properties": {
  11291. "img": {
  11292. "type": "string"
  11293. },
  11294. "name": {
  11295. "type": "string"
  11296. },
  11297. "type": {
  11298. "type": "string"
  11299. }
  11300. }
  11301. },
  11302. "md.CloudBundleVersionResp": {
  11303. "type": "object",
  11304. "properties": {
  11305. "version": {
  11306. "type": "array",
  11307. "items": {
  11308. "$ref": "#/definitions/md.CloudBundleVersion"
  11309. }
  11310. }
  11311. }
  11312. },
  11313. "md.CommReq": {
  11314. "type": "object",
  11315. "properties": {
  11316. "id": {
  11317. "type": "string"
  11318. }
  11319. }
  11320. },
  11321. "md.ConfigResp": {
  11322. "type": "object",
  11323. "properties": {
  11324. "oss_url": {
  11325. "type": "string",
  11326. "example": "阿里云图片链接"
  11327. }
  11328. }
  11329. },
  11330. "md.DailyActivityAnalysisTopData": {
  11331. "type": "object",
  11332. "properties": {
  11333. "activity_count": {
  11334. "description": "子节点活跃天数",
  11335. "type": "integer"
  11336. },
  11337. "team_activity_user_count": {
  11338. "description": "子节点活跃人数",
  11339. "type": "integer"
  11340. },
  11341. "team_user_count": {
  11342. "description": "团队人数",
  11343. "type": "integer"
  11344. }
  11345. }
  11346. },
  11347. "md.DataSetting": {
  11348. "type": "object",
  11349. "properties": {
  11350. "total_angel_investor": {
  11351. "description": "天使投资人",
  11352. "type": "string",
  11353. "example": "天使投资人"
  11354. },
  11355. "total_ecological_development": {
  11356. "description": "生态建设",
  11357. "type": "string",
  11358. "example": "当前价格"
  11359. },
  11360. "total_issuance_amount": {
  11361. "description": "总发行量",
  11362. "type": "string",
  11363. "example": "总发行量"
  11364. },
  11365. "total_operate_fund": {
  11366. "description": "运营资金",
  11367. "type": "string",
  11368. "example": "运营资金"
  11369. },
  11370. "total_team_dividends": {
  11371. "description": "团队分红",
  11372. "type": "string",
  11373. "example": "团队分红"
  11374. },
  11375. "total_technology_team": {
  11376. "description": "技术团队",
  11377. "type": "string",
  11378. "example": "技术团队"
  11379. },
  11380. "total_user_for_person": {
  11381. "description": "个人区域",
  11382. "type": "string",
  11383. "example": "个人区域"
  11384. },
  11385. "total_user_for_team": {
  11386. "description": "团队区域",
  11387. "type": "string",
  11388. "example": "团队区域"
  11389. }
  11390. }
  11391. },
  11392. "md.DeleteBlackListReq": {
  11393. "type": "object",
  11394. "properties": {
  11395. "id": {
  11396. "description": "黑名单 id",
  11397. "type": "integer"
  11398. }
  11399. }
  11400. },
  11401. "md.DeleteDynamicReq": {
  11402. "type": "object",
  11403. "properties": {
  11404. "index_id": {
  11405. "description": "动态id",
  11406. "type": "string"
  11407. }
  11408. }
  11409. },
  11410. "md.DeleteEmoticonReq": {
  11411. "type": "object",
  11412. "properties": {
  11413. "id": {
  11414. "description": "拥有用户数量",
  11415. "type": "integer"
  11416. }
  11417. }
  11418. },
  11419. "md.DeleteFreePublishUserReq": {
  11420. "type": "object",
  11421. "properties": {
  11422. "uid": {
  11423. "type": "string"
  11424. }
  11425. }
  11426. },
  11427. "md.DeleteLevelReq": {
  11428. "type": "object",
  11429. "properties": {
  11430. "level_id": {
  11431. "type": "string"
  11432. }
  11433. }
  11434. },
  11435. "md.DeleteTagReq": {
  11436. "type": "object",
  11437. "properties": {
  11438. "tag_id": {
  11439. "description": "标签 ID",
  11440. "type": "string"
  11441. }
  11442. }
  11443. },
  11444. "md.DeleteTaskReq": {
  11445. "type": "object",
  11446. "properties": {
  11447. "task_id": {
  11448. "type": "string"
  11449. }
  11450. }
  11451. },
  11452. "md.DestructionSettingStruct": {
  11453. "type": "object",
  11454. "properties": {
  11455. "community_dividends": {
  11456. "description": "社区分红百分比",
  11457. "type": "string"
  11458. },
  11459. "destruction_quantity": {
  11460. "description": "销毁百分比",
  11461. "type": "string"
  11462. },
  11463. "development_committee": {
  11464. "description": "发展委员会百分比",
  11465. "type": "string"
  11466. },
  11467. "marketplace_merchant": {
  11468. "description": "市商数量百分比",
  11469. "type": "string"
  11470. },
  11471. "public_welfare_and_charity": {
  11472. "description": "公益慈善百分比",
  11473. "type": "string"
  11474. },
  11475. "star_level_dividends": {
  11476. "description": "星级分红百分比",
  11477. "type": "string"
  11478. }
  11479. }
  11480. },
  11481. "md.DirectPushRewardSettingStruct": {
  11482. "type": "object",
  11483. "properties": {
  11484. "member_self_is_open_get_team_reward": {
  11485. "description": "会员是否活跃得到团队奖励",
  11486. "type": "string"
  11487. },
  11488. "reward_rate_value": {
  11489. "description": "奖励百分比",
  11490. "type": "string"
  11491. }
  11492. }
  11493. },
  11494. "md.DynamicDataFlowListReq": {
  11495. "type": "object",
  11496. "properties": {
  11497. "end_at": {
  11498. "description": "结束时间",
  11499. "type": "string",
  11500. "example": "结束时间"
  11501. },
  11502. "kind": {
  11503. "description": "持有类型",
  11504. "type": "integer"
  11505. },
  11506. "page": {
  11507. "description": "页数",
  11508. "type": "integer"
  11509. },
  11510. "page_size": {
  11511. "description": "每页大小",
  11512. "type": "integer"
  11513. },
  11514. "start_at": {
  11515. "description": "开始时间",
  11516. "type": "string",
  11517. "example": "开始时间"
  11518. }
  11519. }
  11520. },
  11521. "md.DynamicDataFlowListResp": {
  11522. "type": "object",
  11523. "properties": {
  11524. "kind_list": {
  11525. "description": "类型列表",
  11526. "type": "array",
  11527. "items": {
  11528. "type": "object",
  11529. "additionalProperties": true
  11530. }
  11531. },
  11532. "list": {
  11533. "description": "动态数据流水列表",
  11534. "type": "array",
  11535. "items": {
  11536. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  11537. }
  11538. },
  11539. "paginate": {
  11540. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11541. }
  11542. }
  11543. },
  11544. "md.DynamicRespNode": {
  11545. "type": "object",
  11546. "properties": {
  11547. "content": {
  11548. "description": "文本内容",
  11549. "type": "string"
  11550. },
  11551. "created_at": {
  11552. "type": "string"
  11553. },
  11554. "image": {
  11555. "description": "图片",
  11556. "type": "array",
  11557. "items": {
  11558. "type": "string"
  11559. }
  11560. },
  11561. "index_id": {
  11562. "description": "动态id",
  11563. "type": "string"
  11564. },
  11565. "is_praise": {
  11566. "description": "是否被表扬(1:是 2:否)",
  11567. "type": "integer"
  11568. },
  11569. "is_top_up": {
  11570. "description": "是否置顶(1:是 2:否)",
  11571. "type": "integer"
  11572. },
  11573. "kind": {
  11574. "description": "类型(1:普通 2:官方)",
  11575. "type": "integer"
  11576. },
  11577. "state": {
  11578. "description": "状态(1:正常 2:隐藏)",
  11579. "type": "integer"
  11580. },
  11581. "uid": {
  11582. "description": "用户id",
  11583. "type": "integer"
  11584. },
  11585. "updated_at": {
  11586. "type": "string"
  11587. },
  11588. "username": {
  11589. "description": "用户名称",
  11590. "type": "string"
  11591. },
  11592. "video": {
  11593. "description": "视频",
  11594. "type": "array",
  11595. "items": {
  11596. "type": "string"
  11597. }
  11598. }
  11599. }
  11600. },
  11601. "md.EggEnergyAvailableEnergyFlow": {
  11602. "type": "object",
  11603. "properties": {
  11604. "after_community_dividends": {
  11605. "description": "变更后-社区分红区块币数量",
  11606. "type": "string"
  11607. },
  11608. "after_destruction_quantity_values": {
  11609. "description": "变更后-销毁区块币数量",
  11610. "type": "string"
  11611. },
  11612. "after_development_committee_values": {
  11613. "description": "变更后-发展委员会区块币数量",
  11614. "type": "string"
  11615. },
  11616. "after_marketplace_merchant_fund_values": {
  11617. "description": "变更后-市商资金值",
  11618. "type": "string"
  11619. },
  11620. "after_marketplace_merchant_values": {
  11621. "description": "变更后-市商区块币数量",
  11622. "type": "string"
  11623. },
  11624. "after_now_energy_total_nums": {
  11625. "description": "变更后-现行总量",
  11626. "type": "string"
  11627. },
  11628. "after_planet_total_value": {
  11629. "description": "变更后-星球总价值",
  11630. "type": "string"
  11631. },
  11632. "after_price": {
  11633. "description": "变更后-价格",
  11634. "type": "string"
  11635. },
  11636. "after_public_welfare_and_charity_values": {
  11637. "description": "变更后-公益慈善区块币数量",
  11638. "type": "string"
  11639. },
  11640. "after_star_level_dividends_values": {
  11641. "description": "变更后-星级分红区块币数量",
  11642. "type": "string"
  11643. },
  11644. "amount": {
  11645. "description": "变更数量",
  11646. "type": "string"
  11647. },
  11648. "before_community_dividends": {
  11649. "description": "变更前-社区分红区块币数量",
  11650. "type": "string"
  11651. },
  11652. "before_destruction_quantity_values": {
  11653. "description": "变更前-销毁区块币数量",
  11654. "type": "string"
  11655. },
  11656. "before_development_committee_values": {
  11657. "description": "变更前-发展委员会区块币数量",
  11658. "type": "string"
  11659. },
  11660. "before_marketplace_merchant_fund_values": {
  11661. "description": "变更前-市商资金值",
  11662. "type": "string"
  11663. },
  11664. "before_marketplace_merchant_values": {
  11665. "description": "变更前-市商区块币数量",
  11666. "type": "string"
  11667. },
  11668. "before_now_energy_total_nums": {
  11669. "description": "变更前-现行总量",
  11670. "type": "string"
  11671. },
  11672. "before_planet_total_value": {
  11673. "description": "变更前-星球总价值",
  11674. "type": "string"
  11675. },
  11676. "before_price": {
  11677. "description": "变更前-价格",
  11678. "type": "string"
  11679. },
  11680. "before_public_welfare_and_charity_values": {
  11681. "description": "变更前-公益慈善区块币数量",
  11682. "type": "string"
  11683. },
  11684. "before_star_level_dividends_values": {
  11685. "description": "变更前-星级分红区块币数量",
  11686. "type": "string"
  11687. },
  11688. "create_time": {
  11689. "description": "创建时间",
  11690. "type": "string"
  11691. },
  11692. "id": {
  11693. "type": "integer"
  11694. },
  11695. "kind": {
  11696. "description": "种类",
  11697. "type": "integer"
  11698. },
  11699. "title": {
  11700. "description": "标题",
  11701. "type": "string"
  11702. }
  11703. }
  11704. },
  11705. "md.EggEnergyCommunityDividends": {
  11706. "type": "object",
  11707. "properties": {
  11708. "amount": {
  11709. "description": "分红数量",
  11710. "type": "string"
  11711. },
  11712. "coin_id": {
  11713. "description": "虚拟币 id",
  11714. "type": "integer"
  11715. },
  11716. "create_at": {
  11717. "description": "分红时间",
  11718. "type": "string"
  11719. },
  11720. "id": {
  11721. "type": "integer"
  11722. },
  11723. "is_over": {
  11724. "description": "是否分红完毕",
  11725. "type": "integer"
  11726. },
  11727. "name": {
  11728. "type": "string",
  11729. "example": "名称"
  11730. },
  11731. "persons_num": {
  11732. "description": "分红人数",
  11733. "type": "integer"
  11734. },
  11735. "update_at": {
  11736. "type": "string"
  11737. }
  11738. }
  11739. },
  11740. "md.EggEnergyCommunityDividendsWithUser": {
  11741. "type": "object",
  11742. "properties": {
  11743. "id": {
  11744. "type": "integer"
  11745. },
  11746. "memo": {
  11747. "type": "string",
  11748. "example": "备注"
  11749. },
  11750. "nickname": {
  11751. "type": "string"
  11752. },
  11753. "phone": {
  11754. "type": "string"
  11755. },
  11756. "uid": {
  11757. "type": "integer"
  11758. }
  11759. }
  11760. },
  11761. "md.EggPointCoefficientBatchAddReq": {
  11762. "type": "object",
  11763. "properties": {
  11764. "list": {
  11765. "description": "系数管理列表",
  11766. "type": "array",
  11767. "items": {
  11768. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11769. }
  11770. }
  11771. }
  11772. },
  11773. "md.EggPointCoefficientDelReq": {
  11774. "type": "object",
  11775. "required": [
  11776. "id"
  11777. ],
  11778. "properties": {
  11779. "id": {
  11780. "description": "需要删除范围的id",
  11781. "type": "string"
  11782. }
  11783. }
  11784. },
  11785. "md.EggPointCoefficientGetResp": {
  11786. "type": "object",
  11787. "properties": {
  11788. "list": {
  11789. "type": "array",
  11790. "items": {
  11791. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11792. }
  11793. }
  11794. }
  11795. },
  11796. "md.EggPointCoefficientNode": {
  11797. "type": "object",
  11798. "properties": {
  11799. "coefficient": {
  11800. "description": "系数",
  11801. "type": "string"
  11802. },
  11803. "end_score": {
  11804. "description": "截止分值",
  11805. "type": "string"
  11806. },
  11807. "id": {
  11808. "type": "integer"
  11809. },
  11810. "start_score": {
  11811. "description": "起始分值",
  11812. "type": "string"
  11813. }
  11814. }
  11815. },
  11816. "md.EggPointCoefficientUpdateReq": {
  11817. "type": "object",
  11818. "required": [
  11819. "id"
  11820. ],
  11821. "properties": {
  11822. "coefficient": {
  11823. "description": "系数",
  11824. "type": "string"
  11825. },
  11826. "end_score": {
  11827. "description": "截止分值",
  11828. "type": "string"
  11829. },
  11830. "id": {
  11831. "description": "需要修改范围的id",
  11832. "type": "string"
  11833. },
  11834. "start_score": {
  11835. "description": "起始分值",
  11836. "type": "string"
  11837. }
  11838. }
  11839. },
  11840. "md.ExchangeRulesStruct": {
  11841. "type": "object",
  11842. "properties": {
  11843. "auto_exchange_nums_by_person": {
  11844. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  11845. "type": "string"
  11846. },
  11847. "auto_exchange_nums_by_team": {
  11848. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  11849. "type": "string"
  11850. },
  11851. "auto_exchange_rate_by_person": {
  11852. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  11853. "type": "string"
  11854. },
  11855. "auto_exchange_rate_by_team": {
  11856. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  11857. "type": "string"
  11858. }
  11859. }
  11860. },
  11861. "md.ExchangeUserPositionReq": {
  11862. "type": "object",
  11863. "properties": {
  11864. "position_1": {
  11865. "description": "位置1,具体值取返回数据中的 system_id",
  11866. "type": "integer"
  11867. },
  11868. "position_2": {
  11869. "description": "位置2,具体值取返回数据中的 system_id",
  11870. "type": "integer"
  11871. }
  11872. }
  11873. },
  11874. "md.FansNode": {
  11875. "type": "object",
  11876. "properties": {
  11877. "amount": {
  11878. "description": "可提现余额",
  11879. "type": "string"
  11880. },
  11881. "id": {
  11882. "description": "用户ID",
  11883. "type": "integer"
  11884. },
  11885. "level_total": {
  11886. "description": "所属代数",
  11887. "type": "integer"
  11888. },
  11889. "nickname": {
  11890. "type": "string",
  11891. "example": "用户昵称"
  11892. },
  11893. "phone": {
  11894. "type": "string",
  11895. "example": "手机号"
  11896. },
  11897. "register_at": {
  11898. "description": "注册时间",
  11899. "type": "string"
  11900. },
  11901. "total_income": {
  11902. "description": "累计收益",
  11903. "type": "string"
  11904. }
  11905. }
  11906. },
  11907. "md.FindSubUserRelationshipMapResp": {
  11908. "type": "object",
  11909. "properties": {
  11910. "basic_setting": {
  11911. "description": "公排设置",
  11912. "allOf": [
  11913. {
  11914. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  11915. }
  11916. ]
  11917. },
  11918. "search_uid": {
  11919. "description": "查找的用户 ID",
  11920. "type": "string"
  11921. },
  11922. "sub_user": {
  11923. "description": "上级用户信息",
  11924. "allOf": [
  11925. {
  11926. "$ref": "#/definitions/md.SubUser"
  11927. }
  11928. ]
  11929. }
  11930. }
  11931. },
  11932. "md.FirstWithdrawSet": {
  11933. "type": "object",
  11934. "properties": {
  11935. "first_withdraw_amount_limit": {
  11936. "description": "不需要实名时 最大提现金额",
  11937. "type": "string"
  11938. },
  11939. "is_need_real_name": {
  11940. "description": "是否需要实名(0:不需要,1:需要)",
  11941. "type": "integer"
  11942. }
  11943. }
  11944. },
  11945. "md.FreePublishUserNode": {
  11946. "type": "object",
  11947. "properties": {
  11948. "nickname": {
  11949. "type": "string",
  11950. "example": "昵称"
  11951. },
  11952. "phone": {
  11953. "type": "string",
  11954. "example": "手机号"
  11955. },
  11956. "uid": {
  11957. "type": "integer"
  11958. }
  11959. }
  11960. },
  11961. "md.FundDataNode": {
  11962. "type": "object",
  11963. "properties": {
  11964. "balance_amount": {
  11965. "description": "余额",
  11966. "type": "string"
  11967. },
  11968. "balance_times": {
  11969. "description": "剩余执行次数",
  11970. "type": "integer"
  11971. },
  11972. "create_at": {
  11973. "description": "创建时间",
  11974. "type": "string"
  11975. },
  11976. "hours": {
  11977. "description": "时长",
  11978. "type": "integer"
  11979. },
  11980. "kind": {
  11981. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  11982. "type": "integer"
  11983. },
  11984. "memo": {
  11985. "description": "备注",
  11986. "type": "string"
  11987. },
  11988. "system_id": {
  11989. "type": "integer"
  11990. },
  11991. "total_amount": {
  11992. "description": "金额",
  11993. "type": "string"
  11994. }
  11995. }
  11996. },
  11997. "md.FundDataRecordNode": {
  11998. "type": "object",
  11999. "properties": {
  12000. "after_planet_total_value": {
  12001. "description": "执行后-星球价值",
  12002. "type": "string"
  12003. },
  12004. "after_price": {
  12005. "description": "执行后-价格",
  12006. "type": "string"
  12007. },
  12008. "balance_amount": {
  12009. "description": "余额",
  12010. "type": "string"
  12011. },
  12012. "balance_times": {
  12013. "description": "剩余执行次数",
  12014. "type": "integer"
  12015. },
  12016. "before_planet_total_value": {
  12017. "description": "执行前-星球价值",
  12018. "type": "string"
  12019. },
  12020. "before_price": {
  12021. "description": "执行前-价格",
  12022. "type": "string"
  12023. },
  12024. "create_at": {
  12025. "type": "string"
  12026. },
  12027. "total_amount": {
  12028. "description": "金额",
  12029. "type": "string"
  12030. }
  12031. }
  12032. },
  12033. "md.GetActivePointsUserCoinFlowListReq": {
  12034. "type": "object",
  12035. "properties": {
  12036. "coin_id": {
  12037. "description": "货币类型 ID",
  12038. "type": "integer"
  12039. },
  12040. "direction": {
  12041. "description": "流水方向:1收入 2支出",
  12042. "type": "integer"
  12043. },
  12044. "end_at": {
  12045. "description": "结束时间",
  12046. "type": "string"
  12047. },
  12048. "page": {
  12049. "description": "页数",
  12050. "type": "integer"
  12051. },
  12052. "page_size": {
  12053. "description": "每页大小",
  12054. "type": "integer"
  12055. },
  12056. "start_at": {
  12057. "description": "开始时间",
  12058. "type": "string"
  12059. },
  12060. "uid": {
  12061. "description": "用户 ID",
  12062. "type": "integer"
  12063. }
  12064. }
  12065. },
  12066. "md.GetActivePointsUserCoinFlowListResp": {
  12067. "type": "object",
  12068. "properties": {
  12069. "list": {
  12070. "description": "流水信息",
  12071. "type": "array",
  12072. "items": {
  12073. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12074. }
  12075. },
  12076. "paginate": {
  12077. "description": "分页信息",
  12078. "allOf": [
  12079. {
  12080. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12081. }
  12082. ]
  12083. },
  12084. "select_data": {
  12085. "description": "流水类型",
  12086. "allOf": [
  12087. {
  12088. "$ref": "#/definitions/md.SelectData"
  12089. }
  12090. ]
  12091. }
  12092. }
  12093. },
  12094. "md.GetActivePointsUserCoinListReq": {
  12095. "type": "object",
  12096. "properties": {
  12097. "end_coin": {
  12098. "type": "string",
  12099. "example": "最大金额"
  12100. },
  12101. "kind": {
  12102. "description": "虚拟币种类编号",
  12103. "type": "integer"
  12104. },
  12105. "page": {
  12106. "description": "页数",
  12107. "type": "integer"
  12108. },
  12109. "page_size": {
  12110. "description": "单页大小",
  12111. "type": "integer"
  12112. },
  12113. "start_coin": {
  12114. "type": "string",
  12115. "example": "最小金额"
  12116. },
  12117. "uid": {
  12118. "description": "指定查询用户 ID",
  12119. "type": "integer"
  12120. },
  12121. "user_name": {
  12122. "type": "string",
  12123. "example": "用户名称"
  12124. },
  12125. "user_phone": {
  12126. "type": "string",
  12127. "example": "手机号"
  12128. }
  12129. }
  12130. },
  12131. "md.GetActivePointsUserCoinListResp": {
  12132. "type": "object",
  12133. "properties": {
  12134. "kind_list": {
  12135. "description": "货币类型集合",
  12136. "type": "array",
  12137. "items": {
  12138. "$ref": "#/definitions/md.VirtualCoinListNode"
  12139. }
  12140. },
  12141. "list": {
  12142. "description": "余额集合",
  12143. "type": "array",
  12144. "items": {
  12145. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12146. }
  12147. },
  12148. "sum_user_amount": {
  12149. "description": "用户持有总数",
  12150. "type": "number"
  12151. },
  12152. "total": {
  12153. "description": "持有该类型用户数",
  12154. "type": "integer"
  12155. }
  12156. }
  12157. },
  12158. "md.GetBlackListNode": {
  12159. "type": "object",
  12160. "properties": {
  12161. "admin_id": {
  12162. "description": "管理员 id",
  12163. "type": "integer"
  12164. },
  12165. "admin_nickname": {
  12166. "description": "管理员名称",
  12167. "type": "string"
  12168. },
  12169. "black_list_id": {
  12170. "description": "黑名单 id",
  12171. "type": "integer"
  12172. },
  12173. "created_at": {
  12174. "description": "添加时间",
  12175. "type": "string"
  12176. },
  12177. "memo": {
  12178. "description": "备注",
  12179. "type": "string"
  12180. },
  12181. "uid": {
  12182. "description": "用户 id",
  12183. "type": "integer"
  12184. },
  12185. "user_nickname": {
  12186. "description": "用户名称",
  12187. "type": "string"
  12188. }
  12189. }
  12190. },
  12191. "md.GetBlackListResp": {
  12192. "type": "object",
  12193. "properties": {
  12194. "list": {
  12195. "description": "具体信息",
  12196. "type": "array",
  12197. "items": {
  12198. "$ref": "#/definitions/md.GetBlackListNode"
  12199. }
  12200. },
  12201. "paginate": {
  12202. "description": "分页信息",
  12203. "allOf": [
  12204. {
  12205. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12206. }
  12207. ]
  12208. }
  12209. }
  12210. },
  12211. "md.GetContributionValueBasicSettingResp": {
  12212. "type": "object",
  12213. "properties": {
  12214. "hand_out_red_package": {
  12215. "description": "发红包获得x点",
  12216. "type": "integer"
  12217. },
  12218. "id": {
  12219. "type": "integer"
  12220. },
  12221. "posting_comment_liked": {
  12222. "description": "发布评论被官方点赞获得x点",
  12223. "type": "integer"
  12224. },
  12225. "posting_dynamic_liked": {
  12226. "description": "发布动态被官方点赞获得x点",
  12227. "type": "integer"
  12228. },
  12229. "publish_creation": {
  12230. "description": "发布创作获得x点",
  12231. "type": "integer"
  12232. }
  12233. }
  12234. },
  12235. "md.GetDynamicReq": {
  12236. "type": "object",
  12237. "properties": {
  12238. "begin_at": {
  12239. "description": "开始时间",
  12240. "type": "string"
  12241. },
  12242. "end_at": {
  12243. "description": "结束时间",
  12244. "type": "string"
  12245. },
  12246. "limit": {
  12247. "description": "页面大小",
  12248. "type": "integer"
  12249. },
  12250. "nickname": {
  12251. "description": "创建人名称",
  12252. "type": "string"
  12253. },
  12254. "page": {
  12255. "description": "页数",
  12256. "type": "integer"
  12257. },
  12258. "uid": {
  12259. "description": "创建人id",
  12260. "type": "string"
  12261. }
  12262. }
  12263. },
  12264. "md.GetDynamicResp": {
  12265. "type": "object",
  12266. "properties": {
  12267. "list": {
  12268. "type": "array",
  12269. "items": {
  12270. "$ref": "#/definitions/md.DynamicRespNode"
  12271. }
  12272. },
  12273. "paginate": {
  12274. "description": "分页信息",
  12275. "allOf": [
  12276. {
  12277. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12278. }
  12279. ]
  12280. }
  12281. }
  12282. },
  12283. "md.GetEggCoreDataListResp": {
  12284. "type": "object",
  12285. "properties": {
  12286. "now_energy_total_nums": {
  12287. "description": "现行总量",
  12288. "type": "string",
  12289. "example": "现行总量"
  12290. },
  12291. "now_price": {
  12292. "description": "当前价格",
  12293. "type": "string",
  12294. "example": "当前价格"
  12295. },
  12296. "planet_total_value": {
  12297. "description": "星球价值",
  12298. "type": "string",
  12299. "example": "星球价值"
  12300. },
  12301. "user_hold_total_nums": {
  12302. "description": "用户持有总量",
  12303. "type": "string"
  12304. }
  12305. }
  12306. },
  12307. "md.GetEggEnergyBasicResp": {
  12308. "type": "object",
  12309. "properties": {
  12310. "basic_setting": {
  12311. "description": "基础设置",
  12312. "allOf": [
  12313. {
  12314. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12315. }
  12316. ]
  12317. },
  12318. "data_setting": {
  12319. "description": "数据设置",
  12320. "allOf": [
  12321. {
  12322. "$ref": "#/definitions/md.DataSetting"
  12323. }
  12324. ]
  12325. },
  12326. "destruction_setting": {
  12327. "description": "销毁设置",
  12328. "allOf": [
  12329. {
  12330. "$ref": "#/definitions/md.DestructionSettingStruct"
  12331. }
  12332. ]
  12333. },
  12334. "exchange_rules": {
  12335. "description": "兑换规则",
  12336. "allOf": [
  12337. {
  12338. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12339. }
  12340. ]
  12341. },
  12342. "new_user_incentive_rules": {
  12343. "description": "新用户奖励规则",
  12344. "allOf": [
  12345. {
  12346. "$ref": "#/definitions/md.NewUserRewardRules"
  12347. }
  12348. ]
  12349. },
  12350. "price_setting": {
  12351. "description": "价格设置",
  12352. "allOf": [
  12353. {
  12354. "$ref": "#/definitions/md.PriceSettingStruct"
  12355. }
  12356. ]
  12357. },
  12358. "reward_system": {
  12359. "description": "圈层奖励",
  12360. "type": "array",
  12361. "items": {
  12362. "$ref": "#/definitions/md.RewardSystemStruct"
  12363. }
  12364. },
  12365. "settlement_quantity": {
  12366. "description": "结算数量(百分比)",
  12367. "type": "integer"
  12368. },
  12369. "system_id": {
  12370. "description": "该设置系统 ID",
  12371. "type": "integer"
  12372. },
  12373. "video_reward_setting": {
  12374. "description": "视频奖励",
  12375. "allOf": [
  12376. {
  12377. "$ref": "#/definitions/md.VideoRewardSetting"
  12378. }
  12379. ]
  12380. }
  12381. }
  12382. },
  12383. "md.GetEggEnergyCoreDataResp": {
  12384. "type": "object",
  12385. "properties": {
  12386. "community_dividends": {
  12387. "description": "社区分红",
  12388. "type": "string"
  12389. },
  12390. "development_committee": {
  12391. "description": "发展委员会",
  12392. "type": "string"
  12393. },
  12394. "id": {
  12395. "type": "integer"
  12396. },
  12397. "marketplace_merchant_funds": {
  12398. "description": "市商资金",
  12399. "type": "string"
  12400. },
  12401. "marketplace_merchant_nums": {
  12402. "description": "市商数量",
  12403. "type": "string"
  12404. },
  12405. "now_energy_total_nums": {
  12406. "description": "现行总量",
  12407. "type": "string"
  12408. },
  12409. "now_price": {
  12410. "description": "当前价格",
  12411. "type": "string"
  12412. },
  12413. "planet_total_value": {
  12414. "description": "星球总价值",
  12415. "type": "string"
  12416. },
  12417. "public_welfare_and_charity": {
  12418. "description": "公益慈善",
  12419. "type": "string"
  12420. },
  12421. "star_level_dividends": {
  12422. "description": "星级分红",
  12423. "type": "string"
  12424. }
  12425. }
  12426. },
  12427. "md.GetEggEnergyVipSettingResp": {
  12428. "type": "object",
  12429. "properties": {
  12430. "level_list": {
  12431. "description": "会员等级列表",
  12432. "type": "array",
  12433. "items": {
  12434. "type": "object",
  12435. "additionalProperties": true
  12436. }
  12437. },
  12438. "list": {
  12439. "description": "会员权益设置",
  12440. "type": "array",
  12441. "items": {
  12442. "$ref": "#/definitions/md.VipEquitySettingNode"
  12443. }
  12444. }
  12445. }
  12446. },
  12447. "md.GetFreePublishUserReq": {
  12448. "type": "object",
  12449. "properties": {
  12450. "limit": {
  12451. "description": "每页大小",
  12452. "type": "integer"
  12453. },
  12454. "page": {
  12455. "description": "当前页数",
  12456. "type": "integer"
  12457. },
  12458. "uid": {
  12459. "description": "筛选的用户 ID",
  12460. "type": "integer"
  12461. }
  12462. }
  12463. },
  12464. "md.GetFreePublishUserResp": {
  12465. "type": "object",
  12466. "properties": {
  12467. "list": {
  12468. "description": "免罚用户列表",
  12469. "type": "array",
  12470. "items": {
  12471. "$ref": "#/definitions/md.FreePublishUserNode"
  12472. }
  12473. },
  12474. "paginate": {
  12475. "description": "分页信息",
  12476. "allOf": [
  12477. {
  12478. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12479. }
  12480. ]
  12481. }
  12482. }
  12483. },
  12484. "md.GetFriendCircleBasicSettingsResp": {
  12485. "type": "object",
  12486. "properties": {
  12487. "comment_is_real_name": {
  12488. "description": "评论是否需要实名认证(1:是 2:否)",
  12489. "type": "integer"
  12490. },
  12491. "comment_nums_every_day": {
  12492. "description": "评论每天次数",
  12493. "type": "integer"
  12494. },
  12495. "id": {
  12496. "type": "integer"
  12497. },
  12498. "publish_is_real_name": {
  12499. "description": "发布是否需要实名认证(1:是 2:否)",
  12500. "type": "integer"
  12501. },
  12502. "publish_nums_every_day": {
  12503. "description": "发布每天次数",
  12504. "type": "integer"
  12505. }
  12506. }
  12507. },
  12508. "md.GetFundDataListReq": {
  12509. "type": "object",
  12510. "properties": {
  12511. "end_at": {
  12512. "type": "string",
  12513. "example": "结束时间"
  12514. },
  12515. "kind": {
  12516. "description": "数据类型",
  12517. "type": "integer"
  12518. },
  12519. "limit": {
  12520. "description": "每页大小",
  12521. "type": "integer"
  12522. },
  12523. "page": {
  12524. "description": "页数",
  12525. "type": "integer"
  12526. },
  12527. "start_at": {
  12528. "type": "string",
  12529. "example": "开始时间"
  12530. }
  12531. }
  12532. },
  12533. "md.GetFundDataListResp": {
  12534. "type": "object",
  12535. "properties": {
  12536. "kind_list": {
  12537. "description": "类型列表",
  12538. "type": "array",
  12539. "items": {
  12540. "type": "object",
  12541. "additionalProperties": true
  12542. }
  12543. },
  12544. "list": {
  12545. "description": "数据列表",
  12546. "type": "array",
  12547. "items": {
  12548. "$ref": "#/definitions/md.FundDataNode"
  12549. }
  12550. },
  12551. "paginate": {
  12552. "description": "分页数据",
  12553. "allOf": [
  12554. {
  12555. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12556. }
  12557. ]
  12558. }
  12559. }
  12560. },
  12561. "md.GetFundDataRecordListReq": {
  12562. "type": "object",
  12563. "properties": {
  12564. "limit": {
  12565. "description": "页面大小",
  12566. "type": "integer"
  12567. },
  12568. "page": {
  12569. "description": "页数",
  12570. "type": "integer"
  12571. },
  12572. "system_id": {
  12573. "description": "数据在系统中的 ID",
  12574. "type": "integer"
  12575. }
  12576. }
  12577. },
  12578. "md.GetFundDataRecordListResp": {
  12579. "type": "object",
  12580. "properties": {
  12581. "list": {
  12582. "type": "array",
  12583. "items": {
  12584. "$ref": "#/definitions/md.FundDataRecordNode"
  12585. }
  12586. },
  12587. "paginate": {
  12588. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12589. }
  12590. }
  12591. },
  12592. "md.GetGreenEnergyUserCoinFlowListReq": {
  12593. "type": "object",
  12594. "properties": {
  12595. "coin_id": {
  12596. "description": "货币类型 ID",
  12597. "type": "integer"
  12598. },
  12599. "direction": {
  12600. "description": "流水方向:1收入 2支出",
  12601. "type": "integer"
  12602. },
  12603. "end_at": {
  12604. "description": "结束时间",
  12605. "type": "string"
  12606. },
  12607. "page": {
  12608. "description": "页数",
  12609. "type": "integer"
  12610. },
  12611. "page_size": {
  12612. "description": "每页大小",
  12613. "type": "integer"
  12614. },
  12615. "start_at": {
  12616. "description": "开始时间",
  12617. "type": "string"
  12618. },
  12619. "uid": {
  12620. "description": "用户 ID",
  12621. "type": "integer"
  12622. }
  12623. }
  12624. },
  12625. "md.GetGreenEnergyUserCoinFlowListResp": {
  12626. "type": "object",
  12627. "properties": {
  12628. "list": {
  12629. "description": "流水信息",
  12630. "type": "array",
  12631. "items": {
  12632. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12633. }
  12634. },
  12635. "paginate": {
  12636. "description": "分页信息",
  12637. "allOf": [
  12638. {
  12639. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12640. }
  12641. ]
  12642. },
  12643. "select_data": {
  12644. "description": "流水类型",
  12645. "allOf": [
  12646. {
  12647. "$ref": "#/definitions/md.SelectData"
  12648. }
  12649. ]
  12650. }
  12651. }
  12652. },
  12653. "md.GetGreenEnergyUserCoinListReq": {
  12654. "type": "object",
  12655. "properties": {
  12656. "end_coin": {
  12657. "type": "string",
  12658. "example": "最大金额"
  12659. },
  12660. "kind": {
  12661. "description": "虚拟币种类编号",
  12662. "type": "integer"
  12663. },
  12664. "page": {
  12665. "description": "页数",
  12666. "type": "integer"
  12667. },
  12668. "page_size": {
  12669. "description": "单页大小",
  12670. "type": "integer"
  12671. },
  12672. "start_coin": {
  12673. "type": "string",
  12674. "example": "最小金额"
  12675. },
  12676. "uid": {
  12677. "description": "指定查询用户 ID",
  12678. "type": "integer"
  12679. },
  12680. "user_name": {
  12681. "type": "string",
  12682. "example": "用户名称"
  12683. },
  12684. "user_phone": {
  12685. "type": "string",
  12686. "example": "手机号"
  12687. }
  12688. }
  12689. },
  12690. "md.GetGreenEnergyUserCoinListResp": {
  12691. "type": "object",
  12692. "properties": {
  12693. "kind_list": {
  12694. "description": "货币类型集合",
  12695. "type": "array",
  12696. "items": {
  12697. "$ref": "#/definitions/md.VirtualCoinListNode"
  12698. }
  12699. },
  12700. "list": {
  12701. "description": "余额集合",
  12702. "type": "array",
  12703. "items": {
  12704. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12705. }
  12706. },
  12707. "sum_user_amount": {
  12708. "description": "用户持有总数",
  12709. "type": "number"
  12710. },
  12711. "total": {
  12712. "description": "持有该类型用户数",
  12713. "type": "integer"
  12714. }
  12715. }
  12716. },
  12717. "md.GetLevelListResp": {
  12718. "type": "object",
  12719. "properties": {
  12720. "list": {
  12721. "type": "array",
  12722. "items": {
  12723. "$ref": "#/definitions/md.LevelListNode"
  12724. }
  12725. },
  12726. "paginate": {
  12727. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12728. }
  12729. }
  12730. },
  12731. "md.GetModuleSettingResp": {
  12732. "type": "object",
  12733. "properties": {
  12734. "data": {
  12735. "description": "内容"
  12736. },
  12737. "mod_name": {
  12738. "description": "模块名称",
  12739. "type": "string"
  12740. },
  12741. "position": {
  12742. "description": "位置",
  12743. "type": "string"
  12744. },
  12745. "skip_identifier": {
  12746. "description": "跳转标识",
  12747. "type": "string"
  12748. },
  12749. "subtitle": {
  12750. "description": "副标题",
  12751. "type": "string"
  12752. },
  12753. "title": {
  12754. "description": "标题",
  12755. "type": "string"
  12756. }
  12757. }
  12758. },
  12759. "md.GetOneLevelResp": {
  12760. "type": "object",
  12761. "properties": {
  12762. "auto_update": {
  12763. "description": "自动升级 0关闭,1开启",
  12764. "type": "integer"
  12765. },
  12766. "choosable_num": {
  12767. "description": "可选任务数量",
  12768. "type": "integer"
  12769. },
  12770. "is_use": {
  12771. "description": "是否开启(0.否, 1.是)",
  12772. "type": "integer"
  12773. },
  12774. "level_id": {
  12775. "description": "等级 ID",
  12776. "type": "integer"
  12777. },
  12778. "level_name": {
  12779. "description": "等级名称",
  12780. "type": "string"
  12781. },
  12782. "level_weight": {
  12783. "description": "等级权重",
  12784. "type": "integer"
  12785. },
  12786. "memo": {
  12787. "description": "备注",
  12788. "type": "string"
  12789. },
  12790. "task_type": {
  12791. "description": "任务类型关系",
  12792. "type": "array",
  12793. "items": {
  12794. "type": "object",
  12795. "additionalProperties": true
  12796. }
  12797. },
  12798. "user_level_tasks": {
  12799. "type": "array",
  12800. "items": {
  12801. "$ref": "#/definitions/model.UserLevelTask"
  12802. }
  12803. }
  12804. }
  12805. },
  12806. "md.GetPriceCurveResp": {
  12807. "type": "object",
  12808. "properties": {
  12809. "x_data": {
  12810. "type": "array",
  12811. "items": {}
  12812. },
  12813. "y_data": {
  12814. "type": "array",
  12815. "items": {}
  12816. }
  12817. }
  12818. },
  12819. "md.GetPublicPlatoonBasicResp": {
  12820. "type": "object",
  12821. "properties": {
  12822. "is_open": {
  12823. "description": "是否开启(1:开启 0:关闭)",
  12824. "type": "integer"
  12825. },
  12826. "is_self_active_get_team_revenue": {
  12827. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12828. "type": "integer"
  12829. },
  12830. "originator_name": {
  12831. "description": "创始人名称",
  12832. "type": "string"
  12833. },
  12834. "originator_uid": {
  12835. "description": "创始人uid",
  12836. "type": "integer"
  12837. },
  12838. "several_rows": {
  12839. "description": "几排",
  12840. "type": "integer"
  12841. },
  12842. "several_times": {
  12843. "description": "几乘",
  12844. "type": "integer"
  12845. },
  12846. "system_punish_replace": {
  12847. "description": "是否位置滑落 被新用户替换 0否 1是",
  12848. "type": "integer"
  12849. },
  12850. "system_punish_replace_value": {
  12851. "description": "xx天未活跃,处罚滑落",
  12852. "type": "integer"
  12853. }
  12854. }
  12855. },
  12856. "md.GetTagListResp": {
  12857. "type": "object",
  12858. "properties": {
  12859. "list": {
  12860. "type": "array",
  12861. "items": {
  12862. "$ref": "#/definitions/md.TagListNode"
  12863. }
  12864. },
  12865. "paginate": {
  12866. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12867. }
  12868. }
  12869. },
  12870. "md.GetVideoRewardResp": {
  12871. "type": "object",
  12872. "properties": {
  12873. "ecpm": {
  12874. "description": "当前 Ecpm 值",
  12875. "type": "string"
  12876. },
  12877. "unit_price": {
  12878. "description": "单价",
  12879. "type": "string"
  12880. }
  12881. }
  12882. },
  12883. "md.GetWithdrawApplyListNode": {
  12884. "type": "object",
  12885. "properties": {
  12886. "actual_receipt": {
  12887. "description": "实际到账",
  12888. "type": "string"
  12889. },
  12890. "ali_pay_account": {
  12891. "description": "支付宝账号",
  12892. "type": "string"
  12893. },
  12894. "ali_pay_name": {
  12895. "description": "支付宝昵称",
  12896. "type": "string"
  12897. },
  12898. "amount": {
  12899. "description": "提现金额",
  12900. "type": "string"
  12901. },
  12902. "apply_at": {
  12903. "description": "申请时间",
  12904. "type": "string"
  12905. },
  12906. "invite_code": {
  12907. "description": "邀请码",
  12908. "type": "string"
  12909. },
  12910. "memo": {
  12911. "description": "备注",
  12912. "type": "string"
  12913. },
  12914. "nickname": {
  12915. "description": "用户名称",
  12916. "type": "string"
  12917. },
  12918. "parentID": {
  12919. "description": "推荐人ID",
  12920. "type": "integer"
  12921. },
  12922. "parentPhone": {
  12923. "description": "推荐人手机号",
  12924. "type": "string"
  12925. },
  12926. "pay_at": {
  12927. "description": "到账时间",
  12928. "type": "string"
  12929. },
  12930. "state": {
  12931. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12932. "type": "integer"
  12933. },
  12934. "sys_fee": {
  12935. "description": "手续费",
  12936. "type": "string"
  12937. },
  12938. "tag": {
  12939. "description": "标签",
  12940. "type": "array",
  12941. "items": {
  12942. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  12943. }
  12944. },
  12945. "user_id": {
  12946. "description": "会员 ID",
  12947. "type": "integer"
  12948. },
  12949. "wechat_pay_account": {
  12950. "description": "微信账号",
  12951. "type": "string"
  12952. },
  12953. "wechat_pay_name": {
  12954. "description": "微信昵称",
  12955. "type": "string"
  12956. },
  12957. "withdraw_apply_id": {
  12958. "description": "提现申请id",
  12959. "type": "integer"
  12960. },
  12961. "withdraw_type": {
  12962. "description": "转账平台(1:支付宝 2:微信)",
  12963. "type": "integer"
  12964. }
  12965. }
  12966. },
  12967. "md.GetWithdrawApplyListReq": {
  12968. "type": "object",
  12969. "properties": {
  12970. "amount_begin": {
  12971. "description": "最小金额",
  12972. "type": "string"
  12973. },
  12974. "amount_end": {
  12975. "description": "最大金额",
  12976. "type": "string"
  12977. },
  12978. "apply_end_at": {
  12979. "description": "申请结束时间",
  12980. "type": "string"
  12981. },
  12982. "apply_start_at": {
  12983. "description": "申请开始时间",
  12984. "type": "string"
  12985. },
  12986. "examine_end_at": {
  12987. "description": "审核结束时间",
  12988. "type": "string"
  12989. },
  12990. "examine_start_at": {
  12991. "description": "审核开始时间",
  12992. "type": "string"
  12993. },
  12994. "is_first": {
  12995. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  12996. "type": "string"
  12997. },
  12998. "level": {
  12999. "description": "会员等级",
  13000. "type": "string"
  13001. },
  13002. "limit": {
  13003. "description": "页面大小",
  13004. "type": "integer"
  13005. },
  13006. "nickname": {
  13007. "description": "用户昵称",
  13008. "type": "string"
  13009. },
  13010. "page": {
  13011. "description": "页数",
  13012. "type": "integer"
  13013. },
  13014. "parent_id": {
  13015. "description": "推荐人 ID",
  13016. "type": "string"
  13017. },
  13018. "payment_type": {
  13019. "description": "打款类型 1:手动;2:自动",
  13020. "type": "string"
  13021. },
  13022. "phone": {
  13023. "description": "用户手机号",
  13024. "type": "string"
  13025. },
  13026. "state": {
  13027. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13028. "type": "string"
  13029. },
  13030. "uid": {
  13031. "description": "用户 ID",
  13032. "type": "string"
  13033. },
  13034. "withdraw_account": {
  13035. "description": "支付宝/微信昵称",
  13036. "type": "string"
  13037. },
  13038. "withdraw_name": {
  13039. "description": "支付宝姓名",
  13040. "type": "string"
  13041. },
  13042. "withdraw_type": {
  13043. "description": "提现方式(1:支付宝 2:微信)",
  13044. "type": "string"
  13045. }
  13046. }
  13047. },
  13048. "md.GetWithdrawApplyListResp": {
  13049. "type": "object",
  13050. "properties": {
  13051. "levels_list": {
  13052. "description": "等级列表",
  13053. "type": "array",
  13054. "items": {
  13055. "type": "object",
  13056. "additionalProperties": true
  13057. }
  13058. },
  13059. "list": {
  13060. "type": "array",
  13061. "items": {
  13062. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  13063. }
  13064. },
  13065. "paginate": {
  13066. "description": "分页信息",
  13067. "allOf": [
  13068. {
  13069. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  13070. }
  13071. ]
  13072. },
  13073. "pay_failed_amount": {
  13074. "description": "打款失败金额",
  13075. "type": "string"
  13076. },
  13077. "pay_succeed_amount": {
  13078. "description": "打款成功金额",
  13079. "type": "string"
  13080. },
  13081. "pending_amount": {
  13082. "description": "处理中金额",
  13083. "type": "string"
  13084. },
  13085. "reason_list": {
  13086. "description": "审核失败(驳回理由)",
  13087. "type": "array",
  13088. "items": {
  13089. "type": "object",
  13090. "additionalProperties": true
  13091. }
  13092. },
  13093. "tags_list": {
  13094. "description": "标签列表",
  13095. "type": "array",
  13096. "items": {
  13097. "type": "object",
  13098. "additionalProperties": true
  13099. }
  13100. },
  13101. "under_review": {
  13102. "description": "审核中金额",
  13103. "type": "string"
  13104. }
  13105. }
  13106. },
  13107. "md.GetWithdrawSettingResp": {
  13108. "type": "object",
  13109. "properties": {
  13110. "condition_is_open": {
  13111. "description": "提现条件是否开启(0:关闭, 1:开启)",
  13112. "type": "integer"
  13113. },
  13114. "first_withdraw_set": {
  13115. "description": "首次提现设置",
  13116. "allOf": [
  13117. {
  13118. "$ref": "#/definitions/md.FirstWithdrawSet"
  13119. }
  13120. ]
  13121. },
  13122. "frequency_set": {
  13123. "description": "频率设置(0:日 1:周 2:月 3:年)",
  13124. "allOf": [
  13125. {
  13126. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13127. }
  13128. ]
  13129. },
  13130. "id": {
  13131. "type": "integer"
  13132. },
  13133. "is_auto": {
  13134. "description": "是否开启自动提现(0:否 1:是)",
  13135. "type": "integer"
  13136. },
  13137. "is_auto_amount_limit": {
  13138. "description": "自动提现金额限制",
  13139. "type": "string"
  13140. },
  13141. "is_real_name": {
  13142. "description": "是否实名(0:否 1:是)",
  13143. "type": "integer"
  13144. },
  13145. "is_support_decimal_point": {
  13146. "description": "是否支持小数点(0:否 1:是)",
  13147. "type": "integer"
  13148. },
  13149. "level_list": {
  13150. "description": "会员等级列表",
  13151. "type": "array",
  13152. "items": {
  13153. "type": "object",
  13154. "additionalProperties": true
  13155. }
  13156. },
  13157. "pending_orders_is_can_apply": {
  13158. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13159. "type": "integer"
  13160. },
  13161. "tips": {
  13162. "description": "提示",
  13163. "type": "string"
  13164. },
  13165. "vip_level_limit": {
  13166. "description": "提现等级限制",
  13167. "type": "integer"
  13168. },
  13169. "withdraw_amount_limit": {
  13170. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13171. "type": "string"
  13172. },
  13173. "withdraw_fee_set": {
  13174. "description": "提现手续费设置",
  13175. "allOf": [
  13176. {
  13177. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13178. }
  13179. ]
  13180. },
  13181. "withdraw_multiple_limit": {
  13182. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13183. "type": "string"
  13184. },
  13185. "withdraw_nums_limit": {
  13186. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13187. "type": "integer"
  13188. },
  13189. "withdraw_time_interval": {
  13190. "description": "提现时段",
  13191. "allOf": [
  13192. {
  13193. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13194. }
  13195. ]
  13196. },
  13197. "withdraw_type": {
  13198. "description": "提现方式(1:支付宝 2:微信)",
  13199. "type": "integer"
  13200. }
  13201. }
  13202. },
  13203. "md.GroupListReq": {
  13204. "type": "object",
  13205. "properties": {
  13206. "group_admin": {
  13207. "description": "群主",
  13208. "type": "string"
  13209. },
  13210. "name": {
  13211. "description": "群名称",
  13212. "type": "string"
  13213. },
  13214. "page": {
  13215. "type": "integer"
  13216. },
  13217. "page_size": {
  13218. "type": "integer"
  13219. },
  13220. "start_time_end": {
  13221. "type": "string",
  13222. "example": "创建时间-截止"
  13223. },
  13224. "start_time_start": {
  13225. "type": "string",
  13226. "example": "创建时间-起始"
  13227. }
  13228. }
  13229. },
  13230. "md.GroupListResp": {
  13231. "type": "object",
  13232. "properties": {
  13233. "list": {
  13234. "type": "array",
  13235. "items": {
  13236. "type": "object",
  13237. "properties": {
  13238. "avatarUrl": {
  13239. "description": "头像",
  13240. "type": "string"
  13241. },
  13242. "createTime": {
  13243. "description": "创建时间",
  13244. "type": "string"
  13245. },
  13246. "extra": {
  13247. "description": "附加字段",
  13248. "type": "string"
  13249. },
  13250. "id": {
  13251. "description": "群组id",
  13252. "type": "integer"
  13253. },
  13254. "introduction": {
  13255. "description": "群简介",
  13256. "type": "string"
  13257. },
  13258. "isAllAddFriend": {
  13259. "description": "是否允许加好友(1:是 2:否)",
  13260. "type": "integer"
  13261. },
  13262. "isAllMemberBanned": {
  13263. "description": "是否全员禁言(1:是 2:否)",
  13264. "type": "integer"
  13265. },
  13266. "name": {
  13267. "description": "组名",
  13268. "type": "string"
  13269. },
  13270. "nickname": {
  13271. "description": "群主昵称",
  13272. "type": "string"
  13273. },
  13274. "phoneNumber": {
  13275. "description": "群主账号",
  13276. "type": "string"
  13277. },
  13278. "updateTime": {
  13279. "description": "更新时间",
  13280. "type": "string"
  13281. },
  13282. "userNum": {
  13283. "description": "群组人数",
  13284. "type": "integer"
  13285. }
  13286. }
  13287. }
  13288. },
  13289. "page": {
  13290. "type": "integer"
  13291. },
  13292. "page_size": {
  13293. "type": "integer"
  13294. },
  13295. "total": {
  13296. "type": "integer"
  13297. }
  13298. }
  13299. },
  13300. "md.Guide": {
  13301. "type": "object",
  13302. "properties": {
  13303. "bg_image": {
  13304. "type": "string"
  13305. },
  13306. "bg_image_url": {
  13307. "type": "string"
  13308. },
  13309. "content_image": {
  13310. "type": "string"
  13311. },
  13312. "content_image_url": {
  13313. "type": "string"
  13314. }
  13315. }
  13316. },
  13317. "md.JPushGetLevelListResp": {
  13318. "type": "object",
  13319. "properties": {
  13320. "list": {
  13321. "type": "array",
  13322. "items": {
  13323. "$ref": "#/definitions/md.LevelListNode"
  13324. }
  13325. },
  13326. "paginate": {
  13327. "$ref": "#/definitions/applet_app_md.Paginate"
  13328. }
  13329. }
  13330. },
  13331. "md.JPushGetTagListResp": {
  13332. "type": "object",
  13333. "properties": {
  13334. "list": {
  13335. "type": "array",
  13336. "items": {
  13337. "$ref": "#/definitions/md.TagListNode"
  13338. }
  13339. },
  13340. "paginate": {
  13341. "$ref": "#/definitions/applet_app_md.Paginate"
  13342. }
  13343. }
  13344. },
  13345. "md.JPushGetUserListReq": {
  13346. "type": "object",
  13347. "properties": {
  13348. "effective": {
  13349. "description": "有效会员",
  13350. "type": "integer"
  13351. },
  13352. "id": {
  13353. "description": "会员 ID",
  13354. "type": "integer"
  13355. },
  13356. "invite_code": {
  13357. "type": "string",
  13358. "example": "会员邀请码"
  13359. },
  13360. "is_real_name": {
  13361. "description": "是否实名 0.未实名,1.已实名",
  13362. "type": "integer"
  13363. },
  13364. "level": {
  13365. "description": "会员等级",
  13366. "type": "integer"
  13367. },
  13368. "limit": {
  13369. "type": "integer"
  13370. },
  13371. "login_after": {
  13372. "description": "最近登录结束时间",
  13373. "type": "string"
  13374. },
  13375. "login_before": {
  13376. "description": "最近登录开始时间",
  13377. "type": "string"
  13378. },
  13379. "memo": {
  13380. "description": "备注",
  13381. "type": "string"
  13382. },
  13383. "nickname": {
  13384. "type": "string",
  13385. "example": "会员昵称"
  13386. },
  13387. "page": {
  13388. "type": "integer"
  13389. },
  13390. "parent_invite_code": {
  13391. "type": "string",
  13392. "example": "上级邀请码"
  13393. },
  13394. "parent_phone": {
  13395. "type": "string",
  13396. "example": "上级手机号"
  13397. },
  13398. "phone": {
  13399. "type": "string",
  13400. "example": "会员手机号"
  13401. },
  13402. "recommend_id": {
  13403. "description": "推荐人 ID",
  13404. "type": "integer"
  13405. },
  13406. "register_after": {
  13407. "description": "注册时间终点",
  13408. "type": "string"
  13409. },
  13410. "register_before": {
  13411. "description": "注册时间起点",
  13412. "type": "string"
  13413. },
  13414. "register_type": {
  13415. "description": "注册类型(1:APP注册、2:H5注册)",
  13416. "type": "integer"
  13417. },
  13418. "sex": {
  13419. "description": "性别(0:未知 1:男 2:女)",
  13420. "type": "integer"
  13421. },
  13422. "state": {
  13423. "description": "状态",
  13424. "type": "integer"
  13425. },
  13426. "tag": {
  13427. "description": "标签 id",
  13428. "type": "integer"
  13429. },
  13430. "union_id": {
  13431. "type": "string",
  13432. "example": "微信号"
  13433. }
  13434. }
  13435. },
  13436. "md.LevelListNode": {
  13437. "type": "object",
  13438. "properties": {
  13439. "count": {
  13440. "description": "等级人数",
  13441. "type": "string"
  13442. },
  13443. "create_at": {
  13444. "description": "创建时间",
  13445. "type": "string"
  13446. },
  13447. "is_use": {
  13448. "description": "是否开启(0.否, 1.是)",
  13449. "type": "integer"
  13450. },
  13451. "level_id": {
  13452. "description": "等级 ID",
  13453. "type": "integer"
  13454. },
  13455. "level_name": {
  13456. "description": "等级名称",
  13457. "type": "string"
  13458. },
  13459. "level_weight": {
  13460. "description": "等级权重",
  13461. "type": "integer"
  13462. },
  13463. "memo": {
  13464. "description": "备注",
  13465. "type": "string"
  13466. }
  13467. }
  13468. },
  13469. "md.LevelTaskNode": {
  13470. "type": "object",
  13471. "properties": {
  13472. "active_days": {
  13473. "description": "活跃多少天",
  13474. "type": "string"
  13475. },
  13476. "finish_count": {
  13477. "description": "多少天内完成的指标",
  13478. "type": "string"
  13479. },
  13480. "is_must_task": {
  13481. "description": "是否必做(0,1)",
  13482. "type": "string"
  13483. },
  13484. "task_type": {
  13485. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  13486. "type": "string"
  13487. },
  13488. "task_type_level_id": {
  13489. "description": "会员等级 ID (task_type=3时生效)",
  13490. "type": "string"
  13491. },
  13492. "within_days": {
  13493. "description": "多少天内完成",
  13494. "type": "string"
  13495. }
  13496. }
  13497. },
  13498. "md.ListCommunityDividendsReq": {
  13499. "type": "object",
  13500. "properties": {
  13501. "end_at": {
  13502. "description": "结束时间",
  13503. "type": "string"
  13504. },
  13505. "end_nums": {
  13506. "description": "分红总量上限",
  13507. "type": "integer"
  13508. },
  13509. "limit": {
  13510. "description": "每页大小",
  13511. "type": "integer"
  13512. },
  13513. "page": {
  13514. "description": "页数",
  13515. "type": "integer"
  13516. },
  13517. "start_at": {
  13518. "description": "开始时间",
  13519. "type": "string"
  13520. },
  13521. "start_nums": {
  13522. "description": "分红总量下限",
  13523. "type": "integer"
  13524. }
  13525. }
  13526. },
  13527. "md.ListCommunityDividendsResp": {
  13528. "type": "object",
  13529. "properties": {
  13530. "list": {
  13531. "type": "array",
  13532. "items": {
  13533. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  13534. }
  13535. },
  13536. "paginate": {
  13537. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13538. }
  13539. }
  13540. },
  13541. "md.ListCommunityDividendsWithUserReq": {
  13542. "type": "object",
  13543. "properties": {
  13544. "limit": {
  13545. "type": "integer"
  13546. },
  13547. "page": {
  13548. "type": "integer"
  13549. },
  13550. "phone": {
  13551. "type": "string"
  13552. },
  13553. "uid": {
  13554. "type": "integer"
  13555. }
  13556. }
  13557. },
  13558. "md.ListCommunityDividendsWithUserResp": {
  13559. "type": "object",
  13560. "properties": {
  13561. "list": {
  13562. "type": "array",
  13563. "items": {
  13564. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  13565. }
  13566. },
  13567. "paginate": {
  13568. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13569. }
  13570. }
  13571. },
  13572. "md.ListPlatformRevenueReq": {
  13573. "type": "object",
  13574. "properties": {
  13575. "end_at": {
  13576. "type": "string",
  13577. "example": "结束时间"
  13578. },
  13579. "kind": {
  13580. "description": "数据类型",
  13581. "type": "integer"
  13582. },
  13583. "limit": {
  13584. "description": "每页大小",
  13585. "type": "integer"
  13586. },
  13587. "page": {
  13588. "description": "页数",
  13589. "type": "integer"
  13590. },
  13591. "start_at": {
  13592. "type": "string",
  13593. "example": "开始时间"
  13594. }
  13595. }
  13596. },
  13597. "md.ListPlatformRevenueResp": {
  13598. "type": "object",
  13599. "properties": {
  13600. "kind_list": {
  13601. "description": "类型列表",
  13602. "type": "array",
  13603. "items": {
  13604. "type": "object",
  13605. "additionalProperties": true
  13606. }
  13607. },
  13608. "list": {
  13609. "description": "数据列表",
  13610. "type": "array",
  13611. "items": {
  13612. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  13613. }
  13614. },
  13615. "paginate": {
  13616. "description": "分页数据",
  13617. "allOf": [
  13618. {
  13619. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13620. }
  13621. ]
  13622. }
  13623. }
  13624. },
  13625. "md.LoginReq": {
  13626. "type": "object",
  13627. "required": [
  13628. "password",
  13629. "username"
  13630. ],
  13631. "properties": {
  13632. "code": {
  13633. "type": "string",
  13634. "example": "验证码"
  13635. },
  13636. "password": {
  13637. "type": "string",
  13638. "example": "登录密码"
  13639. },
  13640. "username": {
  13641. "type": "string",
  13642. "example": "登录账号"
  13643. }
  13644. }
  13645. },
  13646. "md.LoginResponse": {
  13647. "type": "object",
  13648. "properties": {
  13649. "token": {
  13650. "type": "string"
  13651. }
  13652. }
  13653. },
  13654. "md.ManualScoreReq": {
  13655. "type": "object",
  13656. "properties": {
  13657. "index_id": {
  13658. "description": "文档id",
  13659. "type": "string"
  13660. },
  13661. "score": {
  13662. "type": "string",
  13663. "example": "分数"
  13664. }
  13665. }
  13666. },
  13667. "md.ModuleSettingGetResp": {
  13668. "type": "object",
  13669. "properties": {
  13670. "data": {
  13671. "description": "内容"
  13672. },
  13673. "mod_name": {
  13674. "description": "模块名称",
  13675. "type": "string"
  13676. },
  13677. "mod_name_list": {
  13678. "description": "模块名称对照",
  13679. "type": "array",
  13680. "items": {
  13681. "type": "object",
  13682. "additionalProperties": true
  13683. }
  13684. },
  13685. "position": {
  13686. "description": "位置",
  13687. "type": "string"
  13688. },
  13689. "skip_identifier": {
  13690. "description": "跳转标识",
  13691. "type": "string"
  13692. },
  13693. "subtitle": {
  13694. "description": "副标题",
  13695. "type": "string"
  13696. },
  13697. "title": {
  13698. "description": "标题",
  13699. "type": "string"
  13700. }
  13701. }
  13702. },
  13703. "md.ModuleSettingUpdateReq": {
  13704. "type": "object",
  13705. "properties": {
  13706. "data": {
  13707. "description": "内容",
  13708. "type": "object",
  13709. "additionalProperties": true
  13710. },
  13711. "mod_name_value": {
  13712. "description": "模块类型值",
  13713. "type": "string"
  13714. },
  13715. "position": {
  13716. "description": "位置",
  13717. "type": "string"
  13718. },
  13719. "skip_identifier": {
  13720. "description": "跳转标识",
  13721. "type": "string"
  13722. },
  13723. "subtitle": {
  13724. "description": "副标题",
  13725. "type": "string"
  13726. },
  13727. "title": {
  13728. "description": "标题",
  13729. "type": "string"
  13730. }
  13731. }
  13732. },
  13733. "md.NewUserRedPackageGetBasicResp": {
  13734. "type": "object",
  13735. "properties": {
  13736. "create_at": {
  13737. "type": "string"
  13738. },
  13739. "days": {
  13740. "description": "天数",
  13741. "type": "integer"
  13742. },
  13743. "is_double": {
  13744. "description": "是否翻倍",
  13745. "type": "integer"
  13746. },
  13747. "is_open": {
  13748. "description": "是否开启(1:开启 0:关闭)",
  13749. "type": "integer"
  13750. },
  13751. "total_amount": {
  13752. "type": "string",
  13753. "example": "总金额"
  13754. },
  13755. "update_at": {
  13756. "type": "string"
  13757. }
  13758. }
  13759. },
  13760. "md.NewUserRedPackageRecordFlowListReq": {
  13761. "type": "object",
  13762. "properties": {
  13763. "end_at": {
  13764. "description": "结束时间",
  13765. "type": "string"
  13766. },
  13767. "limit": {
  13768. "description": "每页大小",
  13769. "type": "integer"
  13770. },
  13771. "page": {
  13772. "description": "页数",
  13773. "type": "integer"
  13774. },
  13775. "start_at": {
  13776. "description": "开始时间",
  13777. "type": "string"
  13778. },
  13779. "uid": {
  13780. "description": "用户 ID",
  13781. "type": "integer"
  13782. }
  13783. }
  13784. },
  13785. "md.NewUserRedPackageRecordFlowListResp": {
  13786. "type": "object",
  13787. "properties": {
  13788. "list": {
  13789. "type": "array",
  13790. "items": {
  13791. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  13792. }
  13793. },
  13794. "paginate": {
  13795. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13796. }
  13797. }
  13798. },
  13799. "md.NewUserRedPackageRecordFlowNode": {
  13800. "type": "object",
  13801. "properties": {
  13802. "balance_amount": {
  13803. "description": "剩余金额",
  13804. "type": "string"
  13805. },
  13806. "balance_days": {
  13807. "description": "剩余天数",
  13808. "type": "integer"
  13809. },
  13810. "basic_amount": {
  13811. "description": "基础金额",
  13812. "type": "string"
  13813. },
  13814. "create_at": {
  13815. "description": "创建时间",
  13816. "type": "string"
  13817. },
  13818. "day_num": {
  13819. "description": "第x天",
  13820. "type": "integer"
  13821. },
  13822. "double_rate": {
  13823. "description": "倍率",
  13824. "type": "string"
  13825. },
  13826. "id": {
  13827. "description": "流水 ID",
  13828. "type": "integer"
  13829. },
  13830. "is_double": {
  13831. "description": "是否翻倍",
  13832. "type": "integer"
  13833. },
  13834. "receive_days": {
  13835. "description": "领取天数",
  13836. "type": "integer"
  13837. },
  13838. "total_amount": {
  13839. "description": "实际金额",
  13840. "type": "string"
  13841. },
  13842. "uid": {
  13843. "description": "用户 ID",
  13844. "type": "integer"
  13845. }
  13846. }
  13847. },
  13848. "md.NewUserRedPackageRecordListReq": {
  13849. "type": "object",
  13850. "properties": {
  13851. "end_at": {
  13852. "description": "结束时间",
  13853. "type": "string"
  13854. },
  13855. "limit": {
  13856. "description": "每页大小",
  13857. "type": "integer"
  13858. },
  13859. "page": {
  13860. "description": "页数",
  13861. "type": "integer"
  13862. },
  13863. "start_at": {
  13864. "description": "开始时间",
  13865. "type": "string"
  13866. },
  13867. "uid": {
  13868. "description": "用户 ID",
  13869. "type": "integer"
  13870. }
  13871. }
  13872. },
  13873. "md.NewUserRedPackageRecordListResp": {
  13874. "type": "object",
  13875. "properties": {
  13876. "list": {
  13877. "type": "array",
  13878. "items": {
  13879. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  13880. }
  13881. },
  13882. "paginate": {
  13883. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13884. }
  13885. }
  13886. },
  13887. "md.NewUserRedPackageRecordNode": {
  13888. "type": "object",
  13889. "properties": {
  13890. "balance_amount": {
  13891. "description": "剩余金额",
  13892. "type": "string"
  13893. },
  13894. "balance_days": {
  13895. "description": "剩余天数",
  13896. "type": "integer"
  13897. },
  13898. "create_at": {
  13899. "description": "创建时间",
  13900. "type": "string"
  13901. },
  13902. "days": {
  13903. "description": "天数",
  13904. "type": "integer"
  13905. },
  13906. "receive_days": {
  13907. "description": "领取天数",
  13908. "type": "integer"
  13909. },
  13910. "state": {
  13911. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  13912. "type": "integer"
  13913. },
  13914. "system_id": {
  13915. "description": "系统中记录的 ID",
  13916. "type": "integer"
  13917. },
  13918. "total_amount": {
  13919. "description": "金额",
  13920. "type": "string"
  13921. },
  13922. "uid": {
  13923. "description": "用户 ID",
  13924. "type": "integer"
  13925. },
  13926. "update_at": {
  13927. "description": "修改时间",
  13928. "type": "string"
  13929. }
  13930. }
  13931. },
  13932. "md.NewUserRedPackageUpdateBasicReq": {
  13933. "type": "object",
  13934. "properties": {
  13935. "days": {
  13936. "description": "天数",
  13937. "type": "integer"
  13938. },
  13939. "is_double": {
  13940. "description": "是否翻倍",
  13941. "type": "integer"
  13942. },
  13943. "is_open": {
  13944. "description": "是否开启(1:开启 0:关闭)",
  13945. "type": "integer"
  13946. },
  13947. "total_amount": {
  13948. "type": "string",
  13949. "example": "总金额"
  13950. }
  13951. }
  13952. },
  13953. "md.NewUserRewardRules": {
  13954. "type": "object",
  13955. "properties": {
  13956. "continue_days": {
  13957. "description": "连续x天",
  13958. "type": "integer"
  13959. },
  13960. "invite_user_reward_value": {
  13961. "description": "拉新用户奖励x个活跃积分",
  13962. "type": "integer"
  13963. },
  13964. "reward_coefficient": {
  13965. "description": "奖励系数",
  13966. "type": "number"
  13967. }
  13968. }
  13969. },
  13970. "md.NoticeAliyunSmsList": {
  13971. "type": "object",
  13972. "properties": {
  13973. "content": {
  13974. "type": "string",
  13975. "example": "这是 填短信模板id"
  13976. },
  13977. "day": {
  13978. "type": "string",
  13979. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13980. },
  13981. "id": {
  13982. "type": "string"
  13983. },
  13984. "is_show": {
  13985. "type": "string"
  13986. },
  13987. "notice_day": {
  13988. "type": "string",
  13989. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13990. },
  13991. "title": {
  13992. "type": "string"
  13993. },
  13994. "type": {
  13995. "type": "string"
  13996. }
  13997. }
  13998. },
  13999. "md.NoticeAliyunSmsListReq": {
  14000. "type": "object",
  14001. "properties": {
  14002. "limit": {
  14003. "description": "每页大小",
  14004. "type": "string"
  14005. },
  14006. "page": {
  14007. "description": "页数",
  14008. "type": "string"
  14009. }
  14010. }
  14011. },
  14012. "md.NoticeAliyunSmsListResp": {
  14013. "type": "object",
  14014. "properties": {
  14015. "list": {
  14016. "type": "array",
  14017. "items": {
  14018. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  14019. }
  14020. },
  14021. "select_data": {
  14022. "type": "array",
  14023. "items": {
  14024. "type": "object",
  14025. "additionalProperties": {
  14026. "type": "string"
  14027. }
  14028. }
  14029. },
  14030. "total": {
  14031. "type": "integer"
  14032. }
  14033. }
  14034. },
  14035. "md.NoticeAliyunSmsSaveReq": {
  14036. "type": "object",
  14037. "properties": {
  14038. "content": {
  14039. "type": "string"
  14040. },
  14041. "day": {
  14042. "type": "string",
  14043. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14044. },
  14045. "id": {
  14046. "type": "string"
  14047. },
  14048. "is_show": {
  14049. "type": "string"
  14050. },
  14051. "notice_day": {
  14052. "type": "string",
  14053. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14054. },
  14055. "title": {
  14056. "type": "string"
  14057. },
  14058. "type": {
  14059. "type": "string"
  14060. }
  14061. }
  14062. },
  14063. "md.NoticeDelReq": {
  14064. "type": "object",
  14065. "properties": {
  14066. "id": {
  14067. "type": "array",
  14068. "items": {
  14069. "type": "string"
  14070. }
  14071. }
  14072. }
  14073. },
  14074. "md.NoticeList": {
  14075. "type": "object",
  14076. "properties": {
  14077. "content": {
  14078. "type": "string"
  14079. },
  14080. "day": {
  14081. "type": "string",
  14082. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14083. },
  14084. "id": {
  14085. "type": "string"
  14086. },
  14087. "jpush_open": {
  14088. "type": "string",
  14089. "example": "app推送开启 0关 1开"
  14090. },
  14091. "notice_day": {
  14092. "type": "string",
  14093. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14094. },
  14095. "sms_code": {
  14096. "type": "string",
  14097. "example": "短信模板id"
  14098. },
  14099. "sms_open": {
  14100. "type": "string",
  14101. "example": "短信推送开启 0关 1开"
  14102. },
  14103. "title": {
  14104. "type": "string"
  14105. },
  14106. "type": {
  14107. "type": "string"
  14108. }
  14109. }
  14110. },
  14111. "md.NoticeListReq": {
  14112. "type": "object",
  14113. "properties": {
  14114. "limit": {
  14115. "description": "每页大小",
  14116. "type": "string"
  14117. },
  14118. "page": {
  14119. "description": "页数",
  14120. "type": "string"
  14121. }
  14122. }
  14123. },
  14124. "md.NoticeListResp": {
  14125. "type": "object",
  14126. "properties": {
  14127. "change_data": {
  14128. "type": "array",
  14129. "items": {
  14130. "type": "object",
  14131. "additionalProperties": {
  14132. "type": "string"
  14133. }
  14134. }
  14135. },
  14136. "list": {
  14137. "type": "array",
  14138. "items": {
  14139. "$ref": "#/definitions/md.NoticeList"
  14140. }
  14141. },
  14142. "select_data": {
  14143. "type": "array",
  14144. "items": {
  14145. "type": "object",
  14146. "additionalProperties": {
  14147. "type": "string"
  14148. }
  14149. }
  14150. },
  14151. "total": {
  14152. "type": "integer"
  14153. }
  14154. }
  14155. },
  14156. "md.NoticePushList": {
  14157. "type": "object",
  14158. "properties": {
  14159. "content": {
  14160. "type": "string"
  14161. },
  14162. "id": {
  14163. "type": "string"
  14164. },
  14165. "platform": {
  14166. "type": "string"
  14167. },
  14168. "send_end_time": {
  14169. "type": "string",
  14170. "example": "如 2024-11-25 11:56:00"
  14171. },
  14172. "send_start_time": {
  14173. "type": "string",
  14174. "example": "如 2024-11-25 11:56:00"
  14175. },
  14176. "send_type": {
  14177. "type": "string",
  14178. "example": "0立即推送 1定时推送"
  14179. },
  14180. "state": {
  14181. "type": "string",
  14182. "example": "0待发送 1发送成功"
  14183. },
  14184. "target": {
  14185. "type": "string"
  14186. },
  14187. "title": {
  14188. "type": "string"
  14189. }
  14190. }
  14191. },
  14192. "md.NoticePushListResp": {
  14193. "type": "object",
  14194. "properties": {
  14195. "list": {
  14196. "type": "array",
  14197. "items": {
  14198. "$ref": "#/definitions/md.NoticePushList"
  14199. }
  14200. },
  14201. "platform_data": {
  14202. "type": "array",
  14203. "items": {
  14204. "type": "object",
  14205. "additionalProperties": {
  14206. "type": "string"
  14207. }
  14208. }
  14209. },
  14210. "target_data": {
  14211. "type": "array",
  14212. "items": {
  14213. "type": "object",
  14214. "additionalProperties": {
  14215. "type": "string"
  14216. }
  14217. }
  14218. },
  14219. "total": {
  14220. "type": "integer"
  14221. }
  14222. }
  14223. },
  14224. "md.NoticePushSaveReq": {
  14225. "type": "object",
  14226. "properties": {
  14227. "content": {
  14228. "type": "string"
  14229. },
  14230. "id": {
  14231. "type": "string"
  14232. },
  14233. "level": {
  14234. "type": "array",
  14235. "items": {
  14236. "type": "string"
  14237. }
  14238. },
  14239. "platform": {
  14240. "type": "string"
  14241. },
  14242. "send_end_time": {
  14243. "type": "string"
  14244. },
  14245. "send_start_time": {
  14246. "type": "string"
  14247. },
  14248. "send_type": {
  14249. "type": "string"
  14250. },
  14251. "tag_list": {
  14252. "type": "array",
  14253. "items": {
  14254. "type": "string"
  14255. }
  14256. },
  14257. "target": {
  14258. "type": "string"
  14259. },
  14260. "title": {
  14261. "type": "string"
  14262. },
  14263. "user_list": {
  14264. "type": "array",
  14265. "items": {
  14266. "type": "string"
  14267. }
  14268. }
  14269. }
  14270. },
  14271. "md.NoticeSaveReq": {
  14272. "type": "object",
  14273. "properties": {
  14274. "content": {
  14275. "type": "string"
  14276. },
  14277. "day": {
  14278. "type": "string",
  14279. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14280. },
  14281. "id": {
  14282. "type": "string"
  14283. },
  14284. "jpush_open": {
  14285. "type": "string",
  14286. "example": "app推送开启 0关 1开"
  14287. },
  14288. "notice_day": {
  14289. "type": "string",
  14290. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14291. },
  14292. "sms_code": {
  14293. "type": "string",
  14294. "example": "短信模板id"
  14295. },
  14296. "sms_open": {
  14297. "type": "string",
  14298. "example": "短信推送开启 0关 1开"
  14299. },
  14300. "title": {
  14301. "type": "string"
  14302. },
  14303. "type": {
  14304. "type": "string"
  14305. }
  14306. }
  14307. },
  14308. "md.OtherNode": {
  14309. "type": "object",
  14310. "properties": {
  14311. "create_at": {
  14312. "description": "注册时间",
  14313. "type": "string"
  14314. },
  14315. "last_login_at": {
  14316. "description": "最近登录时间",
  14317. "type": "string"
  14318. },
  14319. "last_login_ip": {
  14320. "description": "最后登录 IP",
  14321. "type": "string"
  14322. }
  14323. }
  14324. },
  14325. "md.PageCustomerServiceReq": {
  14326. "type": "object",
  14327. "properties": {
  14328. "memo": {
  14329. "type": "string",
  14330. "example": "备注"
  14331. },
  14332. "page": {
  14333. "type": "integer"
  14334. },
  14335. "page_size": {
  14336. "type": "integer"
  14337. },
  14338. "phone": {
  14339. "description": "手机号",
  14340. "type": "string"
  14341. },
  14342. "state": {
  14343. "description": "状态",
  14344. "type": "integer"
  14345. }
  14346. }
  14347. },
  14348. "md.PageEmoticonReq": {
  14349. "type": "object",
  14350. "properties": {
  14351. "memo": {
  14352. "type": "string",
  14353. "example": "备注"
  14354. },
  14355. "name": {
  14356. "description": "表情名称",
  14357. "type": "string"
  14358. },
  14359. "page": {
  14360. "type": "integer"
  14361. },
  14362. "page_size": {
  14363. "type": "integer"
  14364. },
  14365. "state": {
  14366. "description": "状态",
  14367. "type": "integer"
  14368. }
  14369. }
  14370. },
  14371. "md.PageSendRedPackageOrdReq": {
  14372. "type": "object",
  14373. "properties": {
  14374. "invite_code": {
  14375. "description": "邀请码",
  14376. "type": "string",
  14377. "example": "邀请码"
  14378. },
  14379. "nickname": {
  14380. "description": "昵称",
  14381. "type": "string",
  14382. "example": "昵称"
  14383. },
  14384. "ord_no": {
  14385. "description": "订单号",
  14386. "type": "string",
  14387. "example": "订单号"
  14388. },
  14389. "page": {
  14390. "type": "integer"
  14391. },
  14392. "page_size": {
  14393. "type": "integer"
  14394. },
  14395. "phone": {
  14396. "description": "手机号",
  14397. "type": "string",
  14398. "example": "手机号"
  14399. },
  14400. "red_packet_type": {
  14401. "description": "红包类型",
  14402. "type": "integer"
  14403. },
  14404. "start_time_end": {
  14405. "type": "string",
  14406. "example": "发送时间-截止"
  14407. },
  14408. "start_time_start": {
  14409. "type": "string",
  14410. "example": "发送时间-起始"
  14411. },
  14412. "state": {
  14413. "description": "状态",
  14414. "type": "integer"
  14415. },
  14416. "uid": {
  14417. "type": "integer"
  14418. }
  14419. }
  14420. },
  14421. "md.PlatformRevenueDataNode": {
  14422. "type": "object",
  14423. "properties": {
  14424. "balance_amount": {
  14425. "description": "余额",
  14426. "type": "string"
  14427. },
  14428. "balance_times": {
  14429. "description": "剩余执行次数",
  14430. "type": "integer"
  14431. },
  14432. "create_at": {
  14433. "description": "创建时间",
  14434. "type": "string"
  14435. },
  14436. "hours": {
  14437. "description": "时长",
  14438. "type": "integer"
  14439. },
  14440. "kind": {
  14441. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  14442. "type": "integer"
  14443. },
  14444. "memo": {
  14445. "description": "备注",
  14446. "type": "string"
  14447. },
  14448. "system_id": {
  14449. "type": "integer"
  14450. },
  14451. "total_amount": {
  14452. "description": "金额",
  14453. "type": "string"
  14454. }
  14455. }
  14456. },
  14457. "md.PlayletBaseData": {
  14458. "type": "object",
  14459. "properties": {
  14460. "day_one_count": {
  14461. "type": "string",
  14462. "example": "每天每个短剧解锁次数"
  14463. },
  14464. "first_count": {
  14465. "type": "string",
  14466. "example": "首次可观看集数"
  14467. },
  14468. "reward": {
  14469. "type": "string",
  14470. "example": "单次奖励"
  14471. },
  14472. "second_count": {
  14473. "type": "string",
  14474. "example": "看一次广告解锁集数"
  14475. },
  14476. "total": {
  14477. "type": "string",
  14478. "example": "可领取总次数"
  14479. }
  14480. }
  14481. },
  14482. "md.PlayletIncentiveBaseData": {
  14483. "type": "object",
  14484. "properties": {
  14485. "android_adv_id": {
  14486. "type": "string",
  14487. "example": "安卓激励视频广告位"
  14488. },
  14489. "android_adv_secret": {
  14490. "type": "string",
  14491. "example": "安卓激励视频秘钥"
  14492. },
  14493. "ios_adv_id": {
  14494. "type": "string",
  14495. "example": "iOS激励视频广告位"
  14496. },
  14497. "ios_adv_secret": {
  14498. "type": "string",
  14499. "example": "iOS激励视频秘钥"
  14500. }
  14501. }
  14502. },
  14503. "md.PriceSettingStruct": {
  14504. "type": "object",
  14505. "properties": {
  14506. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  14507. "description": "市商资金单笔x元自动兑换",
  14508. "type": "string"
  14509. },
  14510. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  14511. "description": "市商数量单笔x数量自动兑换",
  14512. "type": "string"
  14513. },
  14514. "price_below_value": {
  14515. "description": "低于x元",
  14516. "type": "string"
  14517. },
  14518. "price_higher_than_value": {
  14519. "description": "高于x元",
  14520. "type": "string"
  14521. }
  14522. }
  14523. },
  14524. "md.ReleaseDynamicReq": {
  14525. "type": "object",
  14526. "properties": {
  14527. "content": {
  14528. "description": "文本内容",
  14529. "type": "string"
  14530. },
  14531. "image": {
  14532. "description": "图片",
  14533. "type": "array",
  14534. "items": {
  14535. "type": "string"
  14536. }
  14537. },
  14538. "is_praise": {
  14539. "description": "是否被表扬(1:是 2:否)",
  14540. "type": "integer"
  14541. },
  14542. "is_top_up": {
  14543. "description": "是否置顶(1:是 2:否)",
  14544. "type": "integer"
  14545. },
  14546. "kind": {
  14547. "description": "类型(1:普通 2:官方)",
  14548. "type": "integer"
  14549. },
  14550. "state": {
  14551. "description": "状态(1:正常 2:隐藏)",
  14552. "type": "integer"
  14553. },
  14554. "video": {
  14555. "description": "视频",
  14556. "type": "array",
  14557. "items": {
  14558. "type": "string"
  14559. }
  14560. }
  14561. }
  14562. },
  14563. "md.Response": {
  14564. "type": "object",
  14565. "properties": {
  14566. "code": {
  14567. "type": "string",
  14568. "example": "响应码"
  14569. },
  14570. "data": {
  14571. "description": "内容"
  14572. },
  14573. "msg": {
  14574. "type": "string",
  14575. "example": "具体错误原因"
  14576. }
  14577. }
  14578. },
  14579. "md.RewardSystemStruct": {
  14580. "type": "object",
  14581. "properties": {
  14582. "level": {
  14583. "description": "圈层",
  14584. "type": "integer"
  14585. },
  14586. "reward_condition": {
  14587. "description": "奖励条件",
  14588. "type": "string"
  14589. },
  14590. "reward_value": {
  14591. "description": "奖励值",
  14592. "type": "string"
  14593. }
  14594. }
  14595. },
  14596. "md.RoleBindPermissionGroupReq": {
  14597. "type": "object",
  14598. "required": [
  14599. "role_id"
  14600. ],
  14601. "properties": {
  14602. "permission_ids": {
  14603. "type": "array",
  14604. "items": {
  14605. "type": "integer"
  14606. }
  14607. },
  14608. "role_id": {
  14609. "type": "integer"
  14610. }
  14611. }
  14612. },
  14613. "md.SelectData": {
  14614. "type": "object",
  14615. "properties": {
  14616. "direction": {
  14617. "type": "array",
  14618. "items": {
  14619. "type": "object",
  14620. "additionalProperties": {
  14621. "type": "string"
  14622. }
  14623. }
  14624. }
  14625. }
  14626. },
  14627. "md.SelectMemberNode": {
  14628. "type": "object",
  14629. "properties": {
  14630. "avatar": {
  14631. "description": "会员头像",
  14632. "type": "string"
  14633. },
  14634. "level": {
  14635. "description": "会员等级",
  14636. "type": "string"
  14637. },
  14638. "nickname": {
  14639. "description": "会员昵称",
  14640. "type": "string"
  14641. },
  14642. "phone": {
  14643. "description": "会员手机号",
  14644. "type": "string"
  14645. },
  14646. "uid": {
  14647. "description": "会员 ID",
  14648. "type": "integer"
  14649. }
  14650. }
  14651. },
  14652. "md.SelectMemberReq": {
  14653. "type": "object",
  14654. "properties": {
  14655. "level": {
  14656. "description": "会员等级",
  14657. "type": "integer"
  14658. },
  14659. "limit": {
  14660. "description": "每页大小",
  14661. "type": "integer"
  14662. },
  14663. "nickname": {
  14664. "description": "会员昵称",
  14665. "type": "string"
  14666. },
  14667. "page": {
  14668. "description": "页数",
  14669. "type": "integer"
  14670. },
  14671. "phone": {
  14672. "description": "会员手机号",
  14673. "type": "string"
  14674. },
  14675. "uid": {
  14676. "description": "会员 ID",
  14677. "type": "integer"
  14678. }
  14679. }
  14680. },
  14681. "md.SelectMemberResp": {
  14682. "type": "object",
  14683. "properties": {
  14684. "level_list": {
  14685. "description": "会员等级列表",
  14686. "type": "array",
  14687. "items": {
  14688. "type": "object",
  14689. "additionalProperties": true
  14690. }
  14691. },
  14692. "list": {
  14693. "description": "会员数据",
  14694. "type": "array",
  14695. "items": {
  14696. "$ref": "#/definitions/md.SelectMemberNode"
  14697. }
  14698. },
  14699. "paginate": {
  14700. "description": "分页信息",
  14701. "allOf": [
  14702. {
  14703. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14704. }
  14705. ]
  14706. }
  14707. }
  14708. },
  14709. "md.SetCustomerServiceStateReq": {
  14710. "type": "object",
  14711. "properties": {
  14712. "id": {
  14713. "description": "拥有用户数量",
  14714. "type": "integer"
  14715. },
  14716. "state": {
  14717. "description": "状态",
  14718. "type": "integer"
  14719. }
  14720. }
  14721. },
  14722. "md.SetEmoticonStateReq": {
  14723. "type": "object",
  14724. "properties": {
  14725. "id": {
  14726. "description": "拥有用户数量",
  14727. "type": "integer"
  14728. },
  14729. "state": {
  14730. "description": "状态",
  14731. "type": "integer"
  14732. }
  14733. }
  14734. },
  14735. "md.SetVideoRewardReq": {
  14736. "type": "object",
  14737. "properties": {
  14738. "ecpm": {
  14739. "description": "当前 Ecpm 值",
  14740. "type": "string"
  14741. },
  14742. "unit_price": {
  14743. "description": "单价",
  14744. "type": "string"
  14745. }
  14746. }
  14747. },
  14748. "md.SonUserDailyActivityAnalysisNode": {
  14749. "type": "object",
  14750. "properties": {
  14751. "activity_day_nums": {
  14752. "description": "活跃子节点活跃天数",
  14753. "type": "integer"
  14754. },
  14755. "nickname": {
  14756. "type": "string",
  14757. "example": "昵称"
  14758. },
  14759. "phone": {
  14760. "type": "string",
  14761. "example": "手机号"
  14762. },
  14763. "uid": {
  14764. "description": "查询用户活跃子节点 ID",
  14765. "type": "integer"
  14766. }
  14767. }
  14768. },
  14769. "md.StatisticsEggPointReq": {
  14770. "type": "object",
  14771. "properties": {
  14772. "week": {
  14773. "type": "string",
  14774. "example": "周份"
  14775. },
  14776. "year": {
  14777. "type": "string",
  14778. "example": "年份"
  14779. }
  14780. }
  14781. },
  14782. "md.StatisticsEggPointResp": {
  14783. "type": "object",
  14784. "properties": {
  14785. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  14786. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  14787. "type": "array",
  14788. "items": {
  14789. "type": "object",
  14790. "additionalProperties": {
  14791. "type": "string"
  14792. }
  14793. }
  14794. },
  14795. "statistics_user_egg_browse_interface_nums_range": {
  14796. "description": "统计用户\"浏览界面次数\"范围",
  14797. "type": "array",
  14798. "items": {
  14799. "type": "object",
  14800. "additionalProperties": {
  14801. "type": "string"
  14802. }
  14803. }
  14804. },
  14805. "statistics_user_egg_college_learning_nums_range": {
  14806. "description": "统计用户\"学院学习次数\"范围",
  14807. "type": "array",
  14808. "items": {
  14809. "type": "object",
  14810. "additionalProperties": {
  14811. "type": "string"
  14812. }
  14813. }
  14814. },
  14815. "statistics_user_egg_ecpm_range": {
  14816. "description": "统计用户\"ecpm\"范围",
  14817. "type": "array",
  14818. "items": {
  14819. "type": "object",
  14820. "additionalProperties": {
  14821. "type": "string"
  14822. }
  14823. }
  14824. },
  14825. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  14826. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  14827. "type": "array",
  14828. "items": {
  14829. "type": "object",
  14830. "additionalProperties": {
  14831. "type": "string"
  14832. }
  14833. }
  14834. },
  14835. "statistics_user_egg_forum_comments_nums_range": {
  14836. "description": "统计用户\"论坛评论次数\"范围",
  14837. "type": "array",
  14838. "items": {
  14839. "type": "object",
  14840. "additionalProperties": {
  14841. "type": "string"
  14842. }
  14843. }
  14844. },
  14845. "statistics_user_egg_invite_user_nums_range": {
  14846. "description": "统计用户\"拉新人数\"范围",
  14847. "type": "array",
  14848. "items": {
  14849. "type": "object",
  14850. "additionalProperties": {
  14851. "type": "string"
  14852. }
  14853. }
  14854. },
  14855. "statistics_user_egg_person_add_activity_value_range": {
  14856. "description": "统计用户\"个人活跃积分增量值\"范围",
  14857. "type": "array",
  14858. "items": {
  14859. "type": "object",
  14860. "additionalProperties": {
  14861. "type": "string"
  14862. }
  14863. }
  14864. },
  14865. "statistics_user_egg_send_circle_of_friend_nums_range": {
  14866. "description": "统计用户\"发朋友圈次数\"范围",
  14867. "type": "array",
  14868. "items": {
  14869. "type": "object",
  14870. "additionalProperties": {
  14871. "type": "string"
  14872. }
  14873. }
  14874. },
  14875. "statistics_user_egg_send_red_package_nums_range": {
  14876. "description": "统计用户\"发红包次数\"范围",
  14877. "type": "array",
  14878. "items": {
  14879. "type": "object",
  14880. "additionalProperties": {
  14881. "type": "string"
  14882. }
  14883. }
  14884. },
  14885. "statistics_user_egg_sign_in_nums_range": {
  14886. "description": "统计用户\"签到次数\"范围",
  14887. "type": "array",
  14888. "items": {
  14889. "type": "object",
  14890. "additionalProperties": {
  14891. "type": "string"
  14892. }
  14893. }
  14894. },
  14895. "statistics_user_egg_team_activity_nums_range": {
  14896. "description": "统计用户\"团队活跃次数\"范围",
  14897. "type": "array",
  14898. "items": {
  14899. "type": "object",
  14900. "additionalProperties": {
  14901. "type": "string"
  14902. }
  14903. }
  14904. },
  14905. "statistics_user_egg_violate_nums_range": {
  14906. "description": "统计用户\"违规次数\"范围",
  14907. "type": "array",
  14908. "items": {
  14909. "type": "object",
  14910. "additionalProperties": {
  14911. "type": "string"
  14912. }
  14913. }
  14914. },
  14915. "week": {
  14916. "type": "string",
  14917. "example": "周份"
  14918. },
  14919. "year": {
  14920. "type": "string",
  14921. "example": "年份"
  14922. },
  14923. "year_list": {
  14924. "description": "年份\u0026\u0026周份列表",
  14925. "type": "object",
  14926. "additionalProperties": {
  14927. "type": "array",
  14928. "items": {
  14929. "type": "string"
  14930. }
  14931. }
  14932. }
  14933. }
  14934. },
  14935. "md.SubUser": {
  14936. "type": "object",
  14937. "properties": {
  14938. "avatar_url": {
  14939. "type": "string",
  14940. "example": "头像"
  14941. },
  14942. "level": {
  14943. "description": "整个系统中的等级",
  14944. "type": "integer"
  14945. },
  14946. "nickname": {
  14947. "type": "string",
  14948. "example": "昵称"
  14949. },
  14950. "phone": {
  14951. "type": "string",
  14952. "example": "手机号"
  14953. },
  14954. "pid": {
  14955. "type": "integer"
  14956. },
  14957. "position": {
  14958. "description": "以pid1为创始人中网的位置",
  14959. "type": "integer"
  14960. },
  14961. "uid": {
  14962. "type": "integer"
  14963. }
  14964. }
  14965. },
  14966. "md.TagListNode": {
  14967. "type": "object",
  14968. "properties": {
  14969. "count": {
  14970. "description": "标签人数",
  14971. "type": "string"
  14972. },
  14973. "create_at": {
  14974. "description": "创建时间",
  14975. "type": "string"
  14976. },
  14977. "is_punish": {
  14978. "description": "是否处罚",
  14979. "type": "integer"
  14980. },
  14981. "memo": {
  14982. "description": "备注",
  14983. "type": "string"
  14984. },
  14985. "name": {
  14986. "description": "名称",
  14987. "type": "string"
  14988. },
  14989. "tag_id": {
  14990. "description": "标签 ID",
  14991. "type": "string"
  14992. }
  14993. }
  14994. },
  14995. "md.TreeNode": {
  14996. "type": "object",
  14997. "properties": {
  14998. "avatar_url": {
  14999. "type": "string",
  15000. "example": "头像"
  15001. },
  15002. "level": {
  15003. "type": "integer"
  15004. },
  15005. "nickname": {
  15006. "type": "string",
  15007. "example": "昵称"
  15008. },
  15009. "phone": {
  15010. "type": "string",
  15011. "example": "手机号"
  15012. },
  15013. "pid": {
  15014. "type": "integer"
  15015. },
  15016. "position": {
  15017. "type": "integer"
  15018. },
  15019. "son": {
  15020. "type": "array",
  15021. "items": {
  15022. "$ref": "#/definitions/md.TreeNode"
  15023. }
  15024. },
  15025. "system_id": {
  15026. "description": "公排网中id",
  15027. "type": "integer"
  15028. },
  15029. "uid": {
  15030. "type": "integer"
  15031. }
  15032. }
  15033. },
  15034. "md.UpdateAdminReq": {
  15035. "type": "object",
  15036. "required": [
  15037. "adm_id",
  15038. "password",
  15039. "username"
  15040. ],
  15041. "properties": {
  15042. "adm_id": {
  15043. "type": "integer"
  15044. },
  15045. "memo": {
  15046. "type": "string"
  15047. },
  15048. "password": {
  15049. "type": "string"
  15050. },
  15051. "username": {
  15052. "type": "string"
  15053. }
  15054. }
  15055. },
  15056. "md.UpdateAdminStateReq": {
  15057. "type": "object",
  15058. "required": [
  15059. "adm_id",
  15060. "state"
  15061. ],
  15062. "properties": {
  15063. "adm_id": {
  15064. "type": "integer"
  15065. },
  15066. "state": {
  15067. "type": "integer"
  15068. }
  15069. }
  15070. },
  15071. "md.UpdateContributionValueBasicSettingReq": {
  15072. "type": "object",
  15073. "properties": {
  15074. "hand_out_red_package": {
  15075. "description": "发红包获得x点",
  15076. "type": "string"
  15077. },
  15078. "id": {
  15079. "type": "string"
  15080. },
  15081. "posting_comment_liked": {
  15082. "description": "发布评论被官方点赞获得x点",
  15083. "type": "string"
  15084. },
  15085. "posting_dynamic_liked": {
  15086. "description": "发布动态被官方点赞获得x点",
  15087. "type": "string"
  15088. },
  15089. "publish_creation": {
  15090. "description": "发布创作获得x点",
  15091. "type": "string"
  15092. }
  15093. }
  15094. },
  15095. "md.UpdateCustomerServiceMemoReq": {
  15096. "type": "object",
  15097. "properties": {
  15098. "id": {
  15099. "description": "拥有用户数量",
  15100. "type": "integer"
  15101. },
  15102. "memo": {
  15103. "description": "备注",
  15104. "type": "string",
  15105. "example": "备注"
  15106. }
  15107. }
  15108. },
  15109. "md.UpdateDynamicReq": {
  15110. "type": "object",
  15111. "required": [
  15112. "index_id"
  15113. ],
  15114. "properties": {
  15115. "index_id": {
  15116. "description": "动态id",
  15117. "type": "string"
  15118. },
  15119. "is_praise": {
  15120. "description": "是否被表扬(1:是 2:否)",
  15121. "type": "integer"
  15122. },
  15123. "is_top_up": {
  15124. "description": "是否置顶(1:是 2:否)",
  15125. "type": "integer"
  15126. },
  15127. "state": {
  15128. "description": "状态(1:正常 2:隐藏)",
  15129. "type": "integer"
  15130. }
  15131. }
  15132. },
  15133. "md.UpdateEggEnergyBasicReq": {
  15134. "type": "object",
  15135. "properties": {
  15136. "basic_setting": {
  15137. "description": "基础设置",
  15138. "allOf": [
  15139. {
  15140. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  15141. }
  15142. ]
  15143. },
  15144. "data_setting": {
  15145. "description": "数据设置",
  15146. "allOf": [
  15147. {
  15148. "$ref": "#/definitions/md.DataSetting"
  15149. }
  15150. ]
  15151. },
  15152. "destruction_setting": {
  15153. "description": "销毁设置",
  15154. "allOf": [
  15155. {
  15156. "$ref": "#/definitions/md.DestructionSettingStruct"
  15157. }
  15158. ]
  15159. },
  15160. "exchange_rules": {
  15161. "description": "兑换规则",
  15162. "allOf": [
  15163. {
  15164. "$ref": "#/definitions/md.ExchangeRulesStruct"
  15165. }
  15166. ]
  15167. },
  15168. "new_user_incentive_rules": {
  15169. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  15170. "allOf": [
  15171. {
  15172. "$ref": "#/definitions/md.NewUserRewardRules"
  15173. }
  15174. ]
  15175. },
  15176. "price_setting": {
  15177. "description": "价格设置",
  15178. "allOf": [
  15179. {
  15180. "$ref": "#/definitions/md.PriceSettingStruct"
  15181. }
  15182. ]
  15183. },
  15184. "reward_system": {
  15185. "description": "圈层奖励",
  15186. "type": "array",
  15187. "items": {
  15188. "$ref": "#/definitions/md.RewardSystemStruct"
  15189. }
  15190. },
  15191. "settlement_quantity": {
  15192. "description": "结算数量(百分比)",
  15193. "type": "integer"
  15194. },
  15195. "system_id": {
  15196. "description": "该设置系统 ID",
  15197. "type": "integer"
  15198. },
  15199. "video_reward_setting": {
  15200. "description": "视频奖励",
  15201. "allOf": [
  15202. {
  15203. "$ref": "#/definitions/md.VideoRewardSetting"
  15204. }
  15205. ]
  15206. }
  15207. }
  15208. },
  15209. "md.UpdateEggEnergyCoreDataReq": {
  15210. "type": "object",
  15211. "properties": {
  15212. "community_dividends": {
  15213. "description": "社区分红",
  15214. "type": "string"
  15215. },
  15216. "development_committee": {
  15217. "description": "发展委员会",
  15218. "type": "string"
  15219. },
  15220. "id": {
  15221. "type": "integer"
  15222. },
  15223. "marketplace_merchant_funds": {
  15224. "description": "市商资金",
  15225. "type": "string"
  15226. },
  15227. "marketplace_merchant_nums": {
  15228. "description": "市商数量",
  15229. "type": "string"
  15230. },
  15231. "now_energy_total_nums": {
  15232. "description": "现行总量",
  15233. "type": "string"
  15234. },
  15235. "now_price": {
  15236. "description": "当前价格",
  15237. "type": "string"
  15238. },
  15239. "planet_total_value": {
  15240. "description": "星球总价值",
  15241. "type": "string"
  15242. },
  15243. "public_welfare_and_charity": {
  15244. "description": "公益慈善",
  15245. "type": "string"
  15246. },
  15247. "star_level_dividends": {
  15248. "description": "星级分红",
  15249. "type": "string"
  15250. }
  15251. }
  15252. },
  15253. "md.UpdateEggEnergyVipSettingReq": {
  15254. "type": "object",
  15255. "properties": {
  15256. "list": {
  15257. "description": "更新后数据",
  15258. "type": "array",
  15259. "items": {
  15260. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  15261. }
  15262. }
  15263. }
  15264. },
  15265. "md.UpdateEmoticonReq": {
  15266. "type": "object",
  15267. "properties": {
  15268. "id": {
  15269. "description": "拥有用户数量",
  15270. "type": "integer"
  15271. },
  15272. "img_url": {
  15273. "type": "string",
  15274. "example": "图片地址"
  15275. },
  15276. "memo": {
  15277. "description": "备注",
  15278. "type": "string",
  15279. "example": "备注"
  15280. },
  15281. "name": {
  15282. "type": "string",
  15283. "example": "名称"
  15284. },
  15285. "sort": {
  15286. "description": "排序",
  15287. "type": "integer"
  15288. }
  15289. }
  15290. },
  15291. "md.UpdateFriendCircleBasicSettingsReq": {
  15292. "type": "object",
  15293. "properties": {
  15294. "comment_is_real_name": {
  15295. "description": "评论是否需要实名认证(1:是 2:否)",
  15296. "type": "integer"
  15297. },
  15298. "comment_nums_every_day": {
  15299. "description": "评论每天次数",
  15300. "type": "integer"
  15301. },
  15302. "id": {
  15303. "type": "integer"
  15304. },
  15305. "publish_is_real_name": {
  15306. "description": "发布是否需要实名认证(1:是 2:否)",
  15307. "type": "integer"
  15308. },
  15309. "publish_nums_every_day": {
  15310. "description": "发布每天次数",
  15311. "type": "integer"
  15312. }
  15313. }
  15314. },
  15315. "md.UpdateLevelReq": {
  15316. "type": "object",
  15317. "properties": {
  15318. "auto_update": {
  15319. "description": "自动升级 0关闭 1开启",
  15320. "type": "string"
  15321. },
  15322. "choosable_num": {
  15323. "description": "可选任务数量",
  15324. "type": "string"
  15325. },
  15326. "is_use": {
  15327. "description": "是否开启(0.否, 1.是)",
  15328. "type": "string"
  15329. },
  15330. "level_id": {
  15331. "type": "string"
  15332. },
  15333. "level_name": {
  15334. "description": "等级名称",
  15335. "type": "string"
  15336. },
  15337. "level_weight": {
  15338. "description": "等级权重",
  15339. "type": "string"
  15340. },
  15341. "memo": {
  15342. "description": "备注",
  15343. "type": "string"
  15344. },
  15345. "user_level_tasks": {
  15346. "description": "完整的任务列表",
  15347. "type": "array",
  15348. "items": {
  15349. "$ref": "#/definitions/md.LevelTaskNode"
  15350. }
  15351. }
  15352. }
  15353. },
  15354. "md.UpdatePublicPlatoonBasicReq": {
  15355. "type": "object",
  15356. "properties": {
  15357. "is_open": {
  15358. "description": "是否开启(1:开启 0:关闭)",
  15359. "type": "integer"
  15360. },
  15361. "is_self_active_get_team_revenue": {
  15362. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15363. "type": "integer"
  15364. },
  15365. "originator_uid": {
  15366. "description": "创始人uid",
  15367. "type": "integer"
  15368. },
  15369. "several_rows": {
  15370. "description": "几排",
  15371. "type": "integer"
  15372. },
  15373. "several_times": {
  15374. "description": "几乘",
  15375. "type": "integer"
  15376. },
  15377. "system_punish_replace": {
  15378. "description": "是否位置滑落 被新用户替换 0否 1是",
  15379. "type": "integer"
  15380. },
  15381. "system_punish_replace_value": {
  15382. "description": "xx天未活跃,处罚滑落",
  15383. "type": "integer"
  15384. }
  15385. }
  15386. },
  15387. "md.UpdateRoleReq": {
  15388. "type": "object",
  15389. "required": [
  15390. "memo",
  15391. "name",
  15392. "role_id"
  15393. ],
  15394. "properties": {
  15395. "memo": {
  15396. "type": "string"
  15397. },
  15398. "name": {
  15399. "type": "string"
  15400. },
  15401. "role_id": {
  15402. "type": "integer"
  15403. }
  15404. }
  15405. },
  15406. "md.UpdateRoleStateReq": {
  15407. "type": "object",
  15408. "required": [
  15409. "role_id",
  15410. "state"
  15411. ],
  15412. "properties": {
  15413. "role_id": {
  15414. "type": "integer"
  15415. },
  15416. "state": {
  15417. "type": "integer"
  15418. }
  15419. }
  15420. },
  15421. "md.UpdateTagReq": {
  15422. "type": "object",
  15423. "properties": {
  15424. "is_punish": {
  15425. "description": "是否是惩罚标签",
  15426. "type": "integer"
  15427. },
  15428. "memo": {
  15429. "description": "备注",
  15430. "type": "string"
  15431. },
  15432. "name": {
  15433. "description": "标签名称",
  15434. "type": "string"
  15435. },
  15436. "tag_id": {
  15437. "description": "标签 ID",
  15438. "type": "string"
  15439. }
  15440. }
  15441. },
  15442. "md.UpdateVipEquitySettingNode": {
  15443. "type": "object",
  15444. "properties": {
  15445. "dividend_ratio": {
  15446. "description": "分红比例",
  15447. "type": "string"
  15448. },
  15449. "exchange_account_balance_fee": {
  15450. "description": "兑换余额手续费",
  15451. "type": "string"
  15452. },
  15453. "vip_level_id": {
  15454. "description": "会员等级ID",
  15455. "type": "string"
  15456. }
  15457. }
  15458. },
  15459. "md.UpdateVirtualCoinReq": {
  15460. "type": "object",
  15461. "properties": {
  15462. "exchange_ratio": {
  15463. "description": "兑换比例(与金额)",
  15464. "type": "string"
  15465. },
  15466. "id": {
  15467. "type": "integer"
  15468. },
  15469. "is_use": {
  15470. "description": "是否开启:0否 1是",
  15471. "type": "integer"
  15472. },
  15473. "name": {
  15474. "description": "名称",
  15475. "type": "string"
  15476. }
  15477. }
  15478. },
  15479. "md.UpdateWithdrawSettingReq": {
  15480. "type": "object",
  15481. "properties": {
  15482. "condition_is_open": {
  15483. "description": "提现条件是否开启(0:关闭, 1:开启)",
  15484. "type": "integer"
  15485. },
  15486. "first_withdraw_set": {
  15487. "description": "首次提现设置",
  15488. "allOf": [
  15489. {
  15490. "$ref": "#/definitions/md.FirstWithdrawSet"
  15491. }
  15492. ]
  15493. },
  15494. "frequency_set": {
  15495. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  15496. "allOf": [
  15497. {
  15498. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  15499. }
  15500. ]
  15501. },
  15502. "id": {
  15503. "type": "integer"
  15504. },
  15505. "is_auto": {
  15506. "description": "是否开启自动提现(0:否 1:是)",
  15507. "type": "integer"
  15508. },
  15509. "is_auto_amount_limit": {
  15510. "description": "自动提现金额限制",
  15511. "type": "string"
  15512. },
  15513. "is_real_name": {
  15514. "description": "是否实名(0:否 1:是)",
  15515. "type": "integer"
  15516. },
  15517. "is_support_decimal_point": {
  15518. "description": "是否支持小数点(0:否 1:是)",
  15519. "type": "integer"
  15520. },
  15521. "pending_orders_is_can_apply": {
  15522. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  15523. "type": "integer"
  15524. },
  15525. "tips": {
  15526. "description": "提示",
  15527. "type": "string"
  15528. },
  15529. "vip_level_limit": {
  15530. "description": "提现等级限制",
  15531. "type": "integer"
  15532. },
  15533. "withdraw_amount_limit": {
  15534. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  15535. "type": "string"
  15536. },
  15537. "withdraw_fee_set": {
  15538. "description": "提现手续费设置",
  15539. "allOf": [
  15540. {
  15541. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  15542. }
  15543. ]
  15544. },
  15545. "withdraw_multiple_limit": {
  15546. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  15547. "type": "string"
  15548. },
  15549. "withdraw_nums_limit": {
  15550. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  15551. "type": "integer"
  15552. },
  15553. "withdraw_time_interval": {
  15554. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  15555. "allOf": [
  15556. {
  15557. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  15558. }
  15559. ]
  15560. },
  15561. "withdraw_type": {
  15562. "description": "提现方式(1:支付宝 2:微信)",
  15563. "type": "integer"
  15564. }
  15565. }
  15566. },
  15567. "md.UserDailyActivityAnalysisReq": {
  15568. "type": "object",
  15569. "properties": {
  15570. "end_date": {
  15571. "type": "string",
  15572. "example": "结束日期"
  15573. },
  15574. "page": {
  15575. "description": "页数",
  15576. "type": "integer"
  15577. },
  15578. "page_size": {
  15579. "description": "每页大小",
  15580. "type": "integer"
  15581. },
  15582. "start_date": {
  15583. "type": "string",
  15584. "example": "开始日期"
  15585. },
  15586. "uid": {
  15587. "description": "查询用户 ID",
  15588. "type": "integer"
  15589. }
  15590. }
  15591. },
  15592. "md.UserDailyActivityAnalysisResp": {
  15593. "type": "object",
  15594. "properties": {
  15595. "son_user_data": {
  15596. "description": "被查询用户子节点信息",
  15597. "type": "array",
  15598. "items": {
  15599. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  15600. }
  15601. },
  15602. "top_data": {
  15603. "description": "统计信息",
  15604. "allOf": [
  15605. {
  15606. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  15607. }
  15608. ]
  15609. }
  15610. }
  15611. },
  15612. "md.UserEggFlowReq": {
  15613. "type": "object",
  15614. "properties": {
  15615. "account_balance_exchange_egg_energy_nums_end": {
  15616. "type": "string",
  15617. "example": "余额兑换蛋蛋能量数量-结束值"
  15618. },
  15619. "account_balance_exchange_egg_energy_nums_start": {
  15620. "type": "string",
  15621. "example": "余额兑换蛋蛋能量数量-起始值"
  15622. },
  15623. "browse_interface_nums_end": {
  15624. "type": "string",
  15625. "example": "浏览界面次数-结束值"
  15626. },
  15627. "browse_interface_nums_start": {
  15628. "type": "string",
  15629. "example": "浏览界面次数-起始值"
  15630. },
  15631. "college_learning_nums_end": {
  15632. "type": "string",
  15633. "example": "学院学习次数-结束值"
  15634. },
  15635. "college_learning_nums_start": {
  15636. "type": "string",
  15637. "example": "学院学习次数-起始值"
  15638. },
  15639. "ecpm_end": {
  15640. "type": "string",
  15641. "example": "ecpm-结束值"
  15642. },
  15643. "ecpm_start": {
  15644. "type": "string",
  15645. "example": "ecpm-起始值"
  15646. },
  15647. "egg_energy_exchange_account_balance_end": {
  15648. "type": "string",
  15649. "example": "蛋蛋能量兑换余额数量-结束值"
  15650. },
  15651. "egg_energy_exchange_account_balance_start": {
  15652. "type": "string",
  15653. "example": "蛋蛋能量兑换余额数量-起始值"
  15654. },
  15655. "forum_comments_nums_end": {
  15656. "type": "string",
  15657. "example": "论坛评论次数-结束值"
  15658. },
  15659. "forum_comments_nums_start": {
  15660. "type": "string",
  15661. "example": "论坛评论次数-起始值"
  15662. },
  15663. "im_activity_nums_end": {
  15664. "type": "string",
  15665. "example": "im活跃次数-结束值"
  15666. },
  15667. "im_activity_nums_start": {
  15668. "type": "string",
  15669. "example": "im活跃次数-起始值"
  15670. },
  15671. "invite_user_nums_end": {
  15672. "type": "string",
  15673. "example": "拉新人数-结束值"
  15674. },
  15675. "invite_user_nums_start": {
  15676. "type": "string",
  15677. "example": "拉新人数-起始值"
  15678. },
  15679. "page": {
  15680. "description": "页数",
  15681. "type": "integer"
  15682. },
  15683. "page_size": {
  15684. "description": "每页大小",
  15685. "type": "integer"
  15686. },
  15687. "person_add_activity_value_end": {
  15688. "type": "string",
  15689. "example": "个人活跃积分-结束值"
  15690. },
  15691. "person_add_activity_value_start": {
  15692. "type": "string",
  15693. "example": "个人活跃积分-起始值"
  15694. },
  15695. "score_value_end": {
  15696. "type": "string",
  15697. "example": "蛋蛋分-结束值"
  15698. },
  15699. "score_value_kind": {
  15700. "description": "评分类型(0:未知 1:人工 2:系统)",
  15701. "type": "integer"
  15702. },
  15703. "score_value_start": {
  15704. "type": "string",
  15705. "example": "蛋蛋分-起始值"
  15706. },
  15707. "send_circle_of_friend_nums_end": {
  15708. "type": "string",
  15709. "example": "发朋友圈次数-结束值"
  15710. },
  15711. "send_circle_of_friend_nums_start": {
  15712. "type": "string",
  15713. "example": "发朋友圈次数-起始值"
  15714. },
  15715. "send_red_package_nums_end": {
  15716. "type": "string",
  15717. "example": "发红包次数-结束值"
  15718. },
  15719. "send_red_package_nums_start": {
  15720. "type": "string",
  15721. "example": "发红包次数-起始值"
  15722. },
  15723. "sign_in_nums_end": {
  15724. "type": "string",
  15725. "example": "签到次数-结束值"
  15726. },
  15727. "sign_in_nums_start": {
  15728. "type": "string",
  15729. "example": "签到次数-起始值"
  15730. },
  15731. "team-activity-nums-end": {
  15732. "type": "string",
  15733. "example": "团队活跃次数-结束值"
  15734. },
  15735. "team_activity_nums_start": {
  15736. "type": "string",
  15737. "example": "团队活跃次数-起始值"
  15738. },
  15739. "violate_nums_end": {
  15740. "type": "string",
  15741. "example": "违规次数-结束值"
  15742. },
  15743. "violate_nums_start": {
  15744. "type": "string",
  15745. "example": "违规次数-起始值"
  15746. },
  15747. "week": {
  15748. "type": "string",
  15749. "example": "周份"
  15750. },
  15751. "year": {
  15752. "type": "string",
  15753. "example": "年份"
  15754. }
  15755. }
  15756. },
  15757. "md.UserEggFlowReqResp": {
  15758. "type": "object",
  15759. "properties": {
  15760. "list": {
  15761. "type": "array",
  15762. "items": {
  15763. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  15764. }
  15765. },
  15766. "page": {
  15767. "description": "页数",
  15768. "type": "integer"
  15769. },
  15770. "page_size": {
  15771. "description": "每页大小",
  15772. "type": "integer"
  15773. },
  15774. "score_value_kind_map": {
  15775. "description": "评分类型(0:未知 1:人工 2:系统)",
  15776. "type": "array",
  15777. "items": {
  15778. "type": "object",
  15779. "additionalProperties": true
  15780. }
  15781. },
  15782. "total": {
  15783. "description": "总数量",
  15784. "type": "integer"
  15785. },
  15786. "week": {
  15787. "type": "string",
  15788. "example": "周份"
  15789. },
  15790. "year": {
  15791. "type": "string",
  15792. "example": "年份"
  15793. }
  15794. }
  15795. },
  15796. "md.UserEggFlowReqRespList": {
  15797. "type": "object",
  15798. "properties": {
  15799. "account_balance_exchange_egg_energy_nums": {
  15800. "description": "余额兑换蛋蛋能量数量",
  15801. "type": "integer"
  15802. },
  15803. "browse_interface_nums": {
  15804. "description": "浏览界面次数",
  15805. "type": "integer"
  15806. },
  15807. "college_learning_nums": {
  15808. "description": "学院学习次数",
  15809. "type": "integer"
  15810. },
  15811. "ecpm": {
  15812. "description": "ecpm",
  15813. "type": "number"
  15814. },
  15815. "egg_energy_exchange_account_balance": {
  15816. "description": "蛋蛋能量兑换余额数量",
  15817. "type": "integer"
  15818. },
  15819. "forum_comments_nums": {
  15820. "description": "论坛评论次数",
  15821. "type": "integer"
  15822. },
  15823. "im_activity_nums": {
  15824. "description": "im活跃次数",
  15825. "type": "integer"
  15826. },
  15827. "index_id": {
  15828. "description": "文档id",
  15829. "type": "string"
  15830. },
  15831. "invite_user_nums": {
  15832. "description": "拉新人数",
  15833. "type": "integer"
  15834. },
  15835. "person_add_activity_value": {
  15836. "description": "个人活跃积分",
  15837. "type": "integer"
  15838. },
  15839. "score_value": {
  15840. "description": "蛋蛋分-起始值",
  15841. "type": "number"
  15842. },
  15843. "score_value_kind": {
  15844. "description": "评分类型(0:未知 1:人工 2:系统)",
  15845. "type": "integer"
  15846. },
  15847. "send_circle_of_friend_nums": {
  15848. "description": "发朋友圈次数",
  15849. "type": "integer"
  15850. },
  15851. "send_red_package_nums": {
  15852. "description": "发红包次数",
  15853. "type": "integer"
  15854. },
  15855. "sign_in_nums": {
  15856. "description": "签到次数",
  15857. "type": "integer"
  15858. },
  15859. "team_activity_nums": {
  15860. "description": "团队活跃次数",
  15861. "type": "integer"
  15862. },
  15863. "violate_nums": {
  15864. "description": "违规次数",
  15865. "type": "integer"
  15866. }
  15867. }
  15868. },
  15869. "md.UserEggIndexReq": {
  15870. "type": "object",
  15871. "properties": {
  15872. "week": {
  15873. "type": "string",
  15874. "example": "周份"
  15875. },
  15876. "year": {
  15877. "type": "string",
  15878. "example": "年份"
  15879. }
  15880. }
  15881. },
  15882. "md.UserEggIndexResp": {
  15883. "type": "object",
  15884. "properties": {
  15885. "egg_energy_user_egg_index_weight": {
  15886. "description": "蛋蛋分系数权重",
  15887. "allOf": [
  15888. {
  15889. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  15890. }
  15891. ]
  15892. },
  15893. "statistics_user_egg_kind_proportion": {
  15894. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  15895. "type": "array",
  15896. "items": {
  15897. "type": "object",
  15898. "additionalProperties": true
  15899. }
  15900. },
  15901. "statistics_user_egg_score_value_range": {
  15902. "description": "统计用户蛋蛋分范围",
  15903. "type": "array",
  15904. "items": {
  15905. "type": "object",
  15906. "additionalProperties": {
  15907. "type": "string"
  15908. }
  15909. }
  15910. },
  15911. "week": {
  15912. "type": "string",
  15913. "example": "周份"
  15914. },
  15915. "year": {
  15916. "type": "string",
  15917. "example": "年份"
  15918. },
  15919. "year_list": {
  15920. "description": "年份\u0026\u0026周份列表",
  15921. "type": "object",
  15922. "additionalProperties": {
  15923. "type": "array",
  15924. "items": {
  15925. "type": "string"
  15926. }
  15927. }
  15928. }
  15929. }
  15930. },
  15931. "md.UserFeedbackCateDelReq": {
  15932. "type": "object",
  15933. "properties": {
  15934. "id": {
  15935. "type": "array",
  15936. "items": {
  15937. "type": "string"
  15938. }
  15939. }
  15940. }
  15941. },
  15942. "md.UserFeedbackCateList": {
  15943. "type": "object",
  15944. "properties": {
  15945. "id": {
  15946. "type": "string"
  15947. },
  15948. "name": {
  15949. "type": "string"
  15950. },
  15951. "sort": {
  15952. "type": "string"
  15953. }
  15954. }
  15955. },
  15956. "md.UserFeedbackCateListReq": {
  15957. "type": "object",
  15958. "properties": {
  15959. "limit": {
  15960. "description": "每页大小",
  15961. "type": "string"
  15962. },
  15963. "page": {
  15964. "description": "页数",
  15965. "type": "string"
  15966. }
  15967. }
  15968. },
  15969. "md.UserFeedbackCateListResp": {
  15970. "type": "object",
  15971. "properties": {
  15972. "list": {
  15973. "type": "array",
  15974. "items": {
  15975. "$ref": "#/definitions/md.UserFeedbackCateList"
  15976. }
  15977. },
  15978. "total": {
  15979. "type": "integer"
  15980. }
  15981. }
  15982. },
  15983. "md.UserFeedbackCateSaveReq": {
  15984. "type": "object",
  15985. "properties": {
  15986. "id": {
  15987. "type": "string"
  15988. },
  15989. "name": {
  15990. "type": "string"
  15991. },
  15992. "sort": {
  15993. "type": "string"
  15994. }
  15995. }
  15996. },
  15997. "md.UserFeedbackChangeStateReq": {
  15998. "type": "object",
  15999. "properties": {
  16000. "id": {
  16001. "type": "string"
  16002. },
  16003. "state": {
  16004. "type": "string",
  16005. "example": "0待解决 1处理中 2已解决"
  16006. }
  16007. }
  16008. },
  16009. "md.UserFeedbackDelReq": {
  16010. "type": "object",
  16011. "properties": {
  16012. "id": {
  16013. "type": "array",
  16014. "items": {
  16015. "type": "string"
  16016. }
  16017. }
  16018. }
  16019. },
  16020. "md.UserFeedbackList": {
  16021. "type": "object",
  16022. "properties": {
  16023. "content": {
  16024. "type": "string"
  16025. },
  16026. "create_at": {
  16027. "type": "string"
  16028. },
  16029. "id": {
  16030. "type": "string"
  16031. },
  16032. "img": {
  16033. "type": "array",
  16034. "items": {
  16035. "type": "string"
  16036. }
  16037. },
  16038. "phone": {
  16039. "type": "string"
  16040. },
  16041. "platform": {
  16042. "type": "string"
  16043. },
  16044. "state": {
  16045. "type": "string",
  16046. "example": "0待解决 1处理中 2已解决"
  16047. },
  16048. "title": {
  16049. "type": "string"
  16050. },
  16051. "type": {
  16052. "type": "string"
  16053. },
  16054. "version": {
  16055. "type": "string"
  16056. }
  16057. }
  16058. },
  16059. "md.UserFeedbackListReq": {
  16060. "type": "object",
  16061. "properties": {
  16062. "cid": {
  16063. "type": "string"
  16064. },
  16065. "limit": {
  16066. "description": "每页大小",
  16067. "type": "string"
  16068. },
  16069. "page": {
  16070. "description": "页数",
  16071. "type": "string"
  16072. },
  16073. "phone": {
  16074. "type": "string"
  16075. },
  16076. "uid": {
  16077. "type": "string"
  16078. }
  16079. }
  16080. },
  16081. "md.UserFeedbackListResp": {
  16082. "type": "object",
  16083. "properties": {
  16084. "list": {
  16085. "type": "array",
  16086. "items": {
  16087. "$ref": "#/definitions/md.UserFeedbackList"
  16088. }
  16089. },
  16090. "select_data": {
  16091. "type": "array",
  16092. "items": {
  16093. "type": "object",
  16094. "additionalProperties": true
  16095. }
  16096. },
  16097. "total": {
  16098. "type": "integer"
  16099. }
  16100. }
  16101. },
  16102. "md.UserFeedbackRecordListReq": {
  16103. "type": "object",
  16104. "properties": {
  16105. "id": {
  16106. "type": "string"
  16107. },
  16108. "limit": {
  16109. "description": "每页大小",
  16110. "type": "string"
  16111. },
  16112. "page": {
  16113. "description": "页数",
  16114. "type": "string"
  16115. }
  16116. }
  16117. },
  16118. "md.UserFeedbackRecordListResp": {
  16119. "type": "object",
  16120. "properties": {
  16121. "content": {
  16122. "type": "string"
  16123. },
  16124. "create_at": {
  16125. "type": "string"
  16126. },
  16127. "head_img": {
  16128. "type": "string"
  16129. },
  16130. "nickname": {
  16131. "type": "string"
  16132. },
  16133. "type": {
  16134. "type": "string"
  16135. }
  16136. }
  16137. },
  16138. "md.UserFeedbackSayReq": {
  16139. "type": "object",
  16140. "properties": {
  16141. "content": {
  16142. "type": "string"
  16143. },
  16144. "id": {
  16145. "type": "string"
  16146. }
  16147. }
  16148. },
  16149. "md.UserManagementGetBalanceDetailResp": {
  16150. "type": "object",
  16151. "properties": {
  16152. "list": {
  16153. "type": "array",
  16154. "items": {
  16155. "$ref": "#/definitions/md.BalanceDetailNode"
  16156. }
  16157. },
  16158. "paginate": {
  16159. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16160. }
  16161. }
  16162. },
  16163. "md.UserManagementGetFansResp": {
  16164. "type": "object",
  16165. "properties": {
  16166. "list": {
  16167. "description": "用户数据",
  16168. "type": "array",
  16169. "items": {
  16170. "$ref": "#/definitions/md.FansNode"
  16171. }
  16172. },
  16173. "paginate": {
  16174. "description": "分页信息",
  16175. "allOf": [
  16176. {
  16177. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16178. }
  16179. ]
  16180. }
  16181. }
  16182. },
  16183. "md.UserManagementGetOneBasicResp": {
  16184. "type": "object",
  16185. "properties": {
  16186. "basic_info": {
  16187. "description": "基本信息",
  16188. "allOf": [
  16189. {
  16190. "$ref": "#/definitions/md.BasicInfoNode"
  16191. }
  16192. ]
  16193. },
  16194. "levels_list": {
  16195. "description": "等级列表",
  16196. "type": "array",
  16197. "items": {
  16198. "type": "object",
  16199. "additionalProperties": true
  16200. }
  16201. },
  16202. "other_info": {
  16203. "description": "其他信息",
  16204. "allOf": [
  16205. {
  16206. "$ref": "#/definitions/md.OtherNode"
  16207. }
  16208. ]
  16209. },
  16210. "tags_list": {
  16211. "description": "标签列表",
  16212. "type": "array",
  16213. "items": {
  16214. "type": "object",
  16215. "additionalProperties": true
  16216. }
  16217. }
  16218. }
  16219. },
  16220. "md.UserManagementGetUserListNode": {
  16221. "type": "object",
  16222. "properties": {
  16223. "avatar": {
  16224. "description": "头像",
  16225. "type": "string"
  16226. },
  16227. "id": {
  16228. "description": "会员 ID",
  16229. "type": "integer"
  16230. },
  16231. "invite_code": {
  16232. "type": "string",
  16233. "example": "会员邀请码"
  16234. },
  16235. "is_real_name": {
  16236. "description": "是否实名 0.未实名,1.已实名",
  16237. "type": "integer"
  16238. },
  16239. "last_login_at": {
  16240. "description": "最后登录时间",
  16241. "type": "string"
  16242. },
  16243. "level_name": {
  16244. "description": "会员等级",
  16245. "type": "string"
  16246. },
  16247. "memo": {
  16248. "description": "备注",
  16249. "type": "string"
  16250. },
  16251. "nickname": {
  16252. "description": "昵称",
  16253. "type": "string"
  16254. },
  16255. "parent_id": {
  16256. "description": "推荐人 ID",
  16257. "type": "integer"
  16258. },
  16259. "parent_invite_code": {
  16260. "type": "string",
  16261. "example": "推荐人邀请码"
  16262. },
  16263. "parent_phone": {
  16264. "type": "string",
  16265. "example": "推荐人手机号"
  16266. },
  16267. "phone": {
  16268. "description": "手机号",
  16269. "type": "string"
  16270. },
  16271. "register_time": {
  16272. "description": "注册时间",
  16273. "type": "string"
  16274. },
  16275. "register_type": {
  16276. "description": "注册类型",
  16277. "type": "integer"
  16278. },
  16279. "sex": {
  16280. "description": "性别(0:未知 1:男 2:女)",
  16281. "type": "integer"
  16282. },
  16283. "state": {
  16284. "description": "状态",
  16285. "type": "integer"
  16286. },
  16287. "tag": {
  16288. "description": "会员标签",
  16289. "type": "array",
  16290. "items": {
  16291. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16292. }
  16293. },
  16294. "wechat": {
  16295. "description": "微信号",
  16296. "type": "string"
  16297. }
  16298. }
  16299. },
  16300. "md.UserManagementGetUserListReq": {
  16301. "type": "object",
  16302. "properties": {
  16303. "effective": {
  16304. "description": "有效会员",
  16305. "type": "integer"
  16306. },
  16307. "id": {
  16308. "description": "会员 ID",
  16309. "type": "integer"
  16310. },
  16311. "invite_code": {
  16312. "type": "string",
  16313. "example": "会员邀请码"
  16314. },
  16315. "is_real_name": {
  16316. "description": "是否实名 0.未实名,1.已实名",
  16317. "type": "integer"
  16318. },
  16319. "is_recycle": {
  16320. "type": "string"
  16321. },
  16322. "level": {
  16323. "description": "会员等级",
  16324. "type": "integer"
  16325. },
  16326. "limit": {
  16327. "type": "integer"
  16328. },
  16329. "login_after": {
  16330. "description": "最近登录结束时间",
  16331. "type": "string"
  16332. },
  16333. "login_before": {
  16334. "description": "最近登录开始时间",
  16335. "type": "string"
  16336. },
  16337. "memo": {
  16338. "description": "备注",
  16339. "type": "string"
  16340. },
  16341. "nickname": {
  16342. "type": "string",
  16343. "example": "会员昵称"
  16344. },
  16345. "page": {
  16346. "type": "integer"
  16347. },
  16348. "parent_invite_code": {
  16349. "type": "string",
  16350. "example": "上级邀请码"
  16351. },
  16352. "parent_phone": {
  16353. "type": "string",
  16354. "example": "上级手机号"
  16355. },
  16356. "phone": {
  16357. "type": "string",
  16358. "example": "会员手机号"
  16359. },
  16360. "recommend_id": {
  16361. "description": "推荐人 ID",
  16362. "type": "integer"
  16363. },
  16364. "register_after": {
  16365. "description": "注册时间终点",
  16366. "type": "string"
  16367. },
  16368. "register_before": {
  16369. "description": "注册时间起点",
  16370. "type": "string"
  16371. },
  16372. "register_type": {
  16373. "description": "注册类型(1:APP注册、2:H5注册)",
  16374. "type": "integer"
  16375. },
  16376. "sex": {
  16377. "description": "性别(0:未知 1:男 2:女)",
  16378. "type": "integer"
  16379. },
  16380. "state": {
  16381. "description": "状态",
  16382. "type": "integer"
  16383. },
  16384. "tag": {
  16385. "description": "标签 id",
  16386. "type": "integer"
  16387. },
  16388. "union_id": {
  16389. "type": "string",
  16390. "example": "微信号"
  16391. }
  16392. }
  16393. },
  16394. "md.UserManagementGetUserListResp": {
  16395. "type": "object",
  16396. "properties": {
  16397. "levels_list": {
  16398. "description": "等级列表",
  16399. "type": "array",
  16400. "items": {
  16401. "type": "object",
  16402. "additionalProperties": true
  16403. }
  16404. },
  16405. "list": {
  16406. "type": "array",
  16407. "items": {
  16408. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  16409. }
  16410. },
  16411. "paginate": {
  16412. "description": "分页信息",
  16413. "allOf": [
  16414. {
  16415. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16416. }
  16417. ]
  16418. },
  16419. "state_list": {
  16420. "description": "状态列表",
  16421. "type": "array",
  16422. "items": {
  16423. "type": "object",
  16424. "additionalProperties": true
  16425. }
  16426. },
  16427. "tags_list": {
  16428. "description": "标签列表",
  16429. "type": "array",
  16430. "items": {
  16431. "type": "object",
  16432. "additionalProperties": true
  16433. }
  16434. }
  16435. }
  16436. },
  16437. "md.UserManagementGetVirtualCoinDetailResp": {
  16438. "type": "object",
  16439. "properties": {
  16440. "coin_list": {
  16441. "type": "array",
  16442. "items": {
  16443. "type": "object",
  16444. "additionalProperties": true
  16445. }
  16446. },
  16447. "list": {
  16448. "type": "array",
  16449. "items": {
  16450. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  16451. }
  16452. },
  16453. "paginate": {
  16454. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16455. }
  16456. }
  16457. },
  16458. "md.UserManagementUpdateUserInfoReq": {
  16459. "type": "object",
  16460. "properties": {
  16461. "avatar": {
  16462. "description": "头像",
  16463. "type": "string"
  16464. },
  16465. "last_login_ip": {
  16466. "description": "用户最后登录 IP",
  16467. "type": "string"
  16468. },
  16469. "level": {
  16470. "description": "会员等级 ID",
  16471. "type": "string"
  16472. },
  16473. "memo": {
  16474. "type": "string",
  16475. "example": "备注"
  16476. },
  16477. "nickname": {
  16478. "description": "用户名",
  16479. "type": "string"
  16480. },
  16481. "parent_uid": {
  16482. "description": "邀请人 ID",
  16483. "type": "string"
  16484. },
  16485. "password": {
  16486. "description": "登录密码",
  16487. "type": "string"
  16488. },
  16489. "phone": {
  16490. "description": "手机号",
  16491. "type": "string"
  16492. },
  16493. "sex": {
  16494. "description": "性别(0:未知 1:男 2:女)",
  16495. "type": "string"
  16496. },
  16497. "state": {
  16498. "description": "账号状态 1正常,2冻结",
  16499. "type": "string"
  16500. },
  16501. "tag": {
  16502. "description": "用户标签 ID列表",
  16503. "type": "string"
  16504. },
  16505. "uid": {
  16506. "type": "integer"
  16507. },
  16508. "union_id": {
  16509. "description": "微信号",
  16510. "type": "string"
  16511. }
  16512. }
  16513. },
  16514. "md.UserManagementUserInfoCancelReq": {
  16515. "type": "object",
  16516. "properties": {
  16517. "uid": {
  16518. "type": "string",
  16519. "example": "多个逗号隔开"
  16520. }
  16521. }
  16522. },
  16523. "md.UserManagementUserInfoReq": {
  16524. "type": "object",
  16525. "properties": {
  16526. "parent_uid": {
  16527. "type": "string",
  16528. "example": "参考下智莺 保留关系时候的选择用户"
  16529. },
  16530. "uid": {
  16531. "type": "string",
  16532. "example": "多个逗号隔开"
  16533. }
  16534. }
  16535. },
  16536. "md.UserRealName": {
  16537. "type": "object",
  16538. "properties": {
  16539. "create_time": {
  16540. "type": "string"
  16541. },
  16542. "id": {
  16543. "type": "string"
  16544. },
  16545. "id_no": {
  16546. "type": "string"
  16547. },
  16548. "name": {
  16549. "type": "string"
  16550. },
  16551. "pay_state": {
  16552. "type": "string",
  16553. "example": "0未支付 1已支付"
  16554. },
  16555. "phone": {
  16556. "type": "string"
  16557. },
  16558. "state": {
  16559. "type": "string",
  16560. "example": "0未申请 1申请通过 3申请失败"
  16561. },
  16562. "uid": {
  16563. "type": "string"
  16564. }
  16565. }
  16566. },
  16567. "md.UserRealNameBaseResp": {
  16568. "type": "object",
  16569. "properties": {
  16570. "user_real_name_money": {
  16571. "type": "string",
  16572. "example": "实名认证费用"
  16573. },
  16574. "user_real_name_rule": {
  16575. "type": "string",
  16576. "example": "实名认证说明"
  16577. }
  16578. }
  16579. },
  16580. "md.UserRealNameReq": {
  16581. "type": "object",
  16582. "properties": {
  16583. "id_no": {
  16584. "type": "string"
  16585. },
  16586. "limit": {
  16587. "type": "string"
  16588. },
  16589. "name": {
  16590. "type": "string"
  16591. },
  16592. "page": {
  16593. "type": "string"
  16594. },
  16595. "phone": {
  16596. "type": "string"
  16597. },
  16598. "state": {
  16599. "type": "string"
  16600. },
  16601. "uid": {
  16602. "type": "string"
  16603. }
  16604. }
  16605. },
  16606. "md.UserRealNameResp": {
  16607. "type": "object",
  16608. "properties": {
  16609. "list": {
  16610. "type": "array",
  16611. "items": {
  16612. "$ref": "#/definitions/md.UserRealName"
  16613. }
  16614. },
  16615. "select_data": {
  16616. "type": "array",
  16617. "items": {
  16618. "type": "object",
  16619. "additionalProperties": {
  16620. "type": "string"
  16621. }
  16622. }
  16623. },
  16624. "total": {
  16625. "type": "integer"
  16626. }
  16627. }
  16628. },
  16629. "md.UserRealNameSaveReq": {
  16630. "type": "object",
  16631. "properties": {
  16632. "id": {
  16633. "type": "string"
  16634. },
  16635. "state": {
  16636. "type": "string"
  16637. }
  16638. }
  16639. },
  16640. "md.UserVirtualCoinFlow": {
  16641. "type": "object",
  16642. "properties": {
  16643. "after_amount": {
  16644. "type": "string",
  16645. "example": "变更后数量"
  16646. },
  16647. "amount": {
  16648. "type": "string",
  16649. "example": "变更数量"
  16650. },
  16651. "before_amount": {
  16652. "type": "string",
  16653. "example": "变更前数量"
  16654. },
  16655. "coin_id": {
  16656. "description": "虚拟币 ID",
  16657. "type": "integer"
  16658. },
  16659. "create_at": {
  16660. "type": "string",
  16661. "example": "创建时间"
  16662. },
  16663. "direction": {
  16664. "description": "方向:1收入 2支出",
  16665. "type": "integer"
  16666. },
  16667. "id": {
  16668. "type": "integer"
  16669. },
  16670. "sys_fee": {
  16671. "type": "string",
  16672. "example": "手续费"
  16673. },
  16674. "title": {
  16675. "type": "string",
  16676. "example": "标题"
  16677. },
  16678. "transfer_type": {
  16679. "description": "转账类型",
  16680. "type": "integer"
  16681. },
  16682. "uid": {
  16683. "description": "用户 ID",
  16684. "type": "integer"
  16685. },
  16686. "update_at": {
  16687. "type": "string",
  16688. "example": "更新时间"
  16689. }
  16690. }
  16691. },
  16692. "md.VideoBaseData": {
  16693. "type": "object",
  16694. "properties": {
  16695. "interval": {
  16696. "type": "string",
  16697. "example": "领取间隔 秒"
  16698. },
  16699. "reward": {
  16700. "type": "string",
  16701. "example": "单次奖励"
  16702. },
  16703. "timer": {
  16704. "type": "string",
  16705. "example": "观看X秒奖励"
  16706. },
  16707. "total": {
  16708. "type": "string",
  16709. "example": "可领取总次数"
  16710. }
  16711. }
  16712. },
  16713. "md.VideoRewardSetting": {
  16714. "type": "object",
  16715. "properties": {
  16716. "video_reward_is_open": {
  16717. "description": "视频奖励是否开启(1:开启 0:关闭)",
  16718. "type": "integer"
  16719. },
  16720. "video_reward_system": {
  16721. "description": "视频奖励机制",
  16722. "allOf": [
  16723. {
  16724. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  16725. }
  16726. ]
  16727. }
  16728. }
  16729. },
  16730. "md.VideoRewardSystemStruct": {
  16731. "type": "object",
  16732. "properties": {
  16733. "each_round_hour": {
  16734. "description": "每一轮X个小时",
  16735. "type": "string"
  16736. },
  16737. "interval_minutes": {
  16738. "description": "间隔X秒",
  16739. "type": "string"
  16740. },
  16741. "reward_total_num": {
  16742. "description": "一共X个奖励视屏",
  16743. "type": "string"
  16744. },
  16745. "reward_value": {
  16746. "description": "奖励X个活跃积分",
  16747. "type": "string"
  16748. }
  16749. }
  16750. },
  16751. "md.VipEquitySettingNode": {
  16752. "type": "object",
  16753. "properties": {
  16754. "dividend_ratio": {
  16755. "description": "分红比例",
  16756. "type": "string"
  16757. },
  16758. "exchange_account_balance_fee": {
  16759. "description": "兑换余额手续费",
  16760. "type": "string"
  16761. },
  16762. "vip_level_id": {
  16763. "description": "会员等级ID",
  16764. "type": "string"
  16765. },
  16766. "vip_level_name": {
  16767. "description": "会员等级名称",
  16768. "type": "string"
  16769. }
  16770. }
  16771. },
  16772. "md.VirtualCoin": {
  16773. "type": "object",
  16774. "properties": {
  16775. "create_at": {
  16776. "type": "string"
  16777. },
  16778. "exchange_ratio": {
  16779. "description": "兑换比例(与金额)",
  16780. "type": "string",
  16781. "example": "兑换比例(与金额)"
  16782. },
  16783. "id": {
  16784. "type": "integer"
  16785. },
  16786. "is_use": {
  16787. "description": "是否开启: 0否 1是",
  16788. "type": "integer"
  16789. },
  16790. "name": {
  16791. "description": "名称",
  16792. "type": "string"
  16793. },
  16794. "update_at": {
  16795. "type": "string"
  16796. }
  16797. }
  16798. },
  16799. "md.VirtualCoinDetailNode": {
  16800. "type": "object",
  16801. "properties": {
  16802. "after_amount": {
  16803. "description": "变更后积分余额",
  16804. "type": "string"
  16805. },
  16806. "amount": {
  16807. "description": "变更数量",
  16808. "type": "string"
  16809. },
  16810. "create_at": {
  16811. "description": "创建时间",
  16812. "type": "string"
  16813. },
  16814. "direction": {
  16815. "description": "类型 1.收入 2.支出",
  16816. "type": "integer"
  16817. },
  16818. "uid": {
  16819. "description": "用户 ID",
  16820. "type": "integer"
  16821. }
  16822. }
  16823. },
  16824. "md.VirtualCoinListNode": {
  16825. "type": "object",
  16826. "properties": {
  16827. "coin_id": {
  16828. "description": "货币类型 ID",
  16829. "type": "integer"
  16830. },
  16831. "kind": {
  16832. "description": "货币序号",
  16833. "type": "integer"
  16834. },
  16835. "name": {
  16836. "type": "string",
  16837. "example": "货币类型名称"
  16838. }
  16839. }
  16840. },
  16841. "md.WebsiteInfoResp": {
  16842. "type": "object",
  16843. "properties": {
  16844. "android_down_url": {
  16845. "type": "string"
  16846. },
  16847. "ios_down_url": {
  16848. "type": "string"
  16849. },
  16850. "seo_logo": {
  16851. "type": "string"
  16852. },
  16853. "seo_title": {
  16854. "type": "string",
  16855. "example": "seo"
  16856. },
  16857. "web_logo": {
  16858. "type": "string"
  16859. }
  16860. }
  16861. },
  16862. "md.WithdrawApplyAuditReq": {
  16863. "type": "object",
  16864. "required": [
  16865. "audit_state",
  16866. "reason",
  16867. "withdraw_apply_id"
  16868. ],
  16869. "properties": {
  16870. "audit_state": {
  16871. "description": "审核状态(1:同意 2:拒绝)",
  16872. "type": "integer"
  16873. },
  16874. "reason": {
  16875. "description": "审核失败(驳回理由)",
  16876. "type": "integer"
  16877. },
  16878. "withdraw_apply_id": {
  16879. "description": "提现申请id",
  16880. "type": "integer"
  16881. }
  16882. }
  16883. },
  16884. "md.WithdrawFeeSetStruct": {
  16885. "type": "object",
  16886. "properties": {
  16887. "duration": {
  16888. "description": "类型 (1.固定金额 2.固定比例)",
  16889. "type": "integer"
  16890. },
  16891. "value": {
  16892. "description": "具体值",
  16893. "type": "integer"
  16894. }
  16895. }
  16896. },
  16897. "md.WithdrawFrequencySettingStruct": {
  16898. "type": "object",
  16899. "properties": {
  16900. "duration": {
  16901. "description": "周期 (1.天 2.周 3.月)",
  16902. "type": "integer"
  16903. },
  16904. "num": {
  16905. "description": "周期数",
  16906. "type": "array",
  16907. "items": {
  16908. "type": "string"
  16909. }
  16910. }
  16911. }
  16912. },
  16913. "md.WithdrawTimeIntervalStruct": {
  16914. "type": "object",
  16915. "properties": {
  16916. "end_at": {
  16917. "type": "string"
  16918. },
  16919. "start_at": {
  16920. "type": "string"
  16921. }
  16922. }
  16923. },
  16924. "model.EggEnergyUserEggIndexWeight": {
  16925. "type": "object",
  16926. "properties": {
  16927. "account_balance_exchange_egg_energy_nums": {
  16928. "type": "string"
  16929. },
  16930. "browse_interface_nums": {
  16931. "type": "string"
  16932. },
  16933. "college_learning_nums": {
  16934. "type": "string"
  16935. },
  16936. "create_at": {
  16937. "type": "string"
  16938. },
  16939. "ecpm": {
  16940. "type": "string"
  16941. },
  16942. "egg_energy_exchange_account_balance": {
  16943. "type": "string"
  16944. },
  16945. "forum_comments_nums": {
  16946. "type": "string"
  16947. },
  16948. "id": {
  16949. "type": "integer"
  16950. },
  16951. "im_activity_nums": {
  16952. "type": "string"
  16953. },
  16954. "invite_user_nums": {
  16955. "type": "string"
  16956. },
  16957. "person_add_activity_value": {
  16958. "type": "string"
  16959. },
  16960. "send_circle_of_friend_nums": {
  16961. "type": "string"
  16962. },
  16963. "send_red_package_nums": {
  16964. "type": "string"
  16965. },
  16966. "sign_in_nums": {
  16967. "type": "string"
  16968. },
  16969. "team_activity_nums": {
  16970. "type": "string"
  16971. },
  16972. "update_at": {
  16973. "type": "string"
  16974. },
  16975. "violate_nums": {
  16976. "type": "string"
  16977. }
  16978. }
  16979. },
  16980. "model.PlatformActiveData": {
  16981. "type": "object",
  16982. "properties": {
  16983. "date": {
  16984. "type": "string"
  16985. },
  16986. "id": {
  16987. "type": "integer"
  16988. },
  16989. "new_user_count": {
  16990. "type": "integer"
  16991. },
  16992. "user_sign_in_count": {
  16993. "type": "integer"
  16994. },
  16995. "withdraw_amount_count": {
  16996. "type": "string"
  16997. },
  16998. "withdraw_user_count": {
  16999. "type": "integer"
  17000. }
  17001. }
  17002. },
  17003. "model.UserLevelTask": {
  17004. "type": "object",
  17005. "properties": {
  17006. "active_days": {
  17007. "type": "integer"
  17008. },
  17009. "create_at": {
  17010. "type": "string"
  17011. },
  17012. "finish_count": {
  17013. "type": "integer"
  17014. },
  17015. "id": {
  17016. "type": "integer"
  17017. },
  17018. "is_must_task": {
  17019. "type": "integer"
  17020. },
  17021. "level_id": {
  17022. "type": "integer"
  17023. },
  17024. "task_type": {
  17025. "type": "integer"
  17026. },
  17027. "task_type_level_id": {
  17028. "type": "integer"
  17029. },
  17030. "update_at": {
  17031. "type": "string"
  17032. },
  17033. "within_days": {
  17034. "type": "integer"
  17035. }
  17036. }
  17037. },
  17038. "setCenter.WebBasicReq": {
  17039. "type": "object",
  17040. "properties": {
  17041. "android_down_url": {
  17042. "type": "string"
  17043. },
  17044. "ios_down_url": {
  17045. "type": "string"
  17046. },
  17047. "seo_logo": {
  17048. "type": "string"
  17049. },
  17050. "seo_title": {
  17051. "type": "string"
  17052. },
  17053. "wap_host": {
  17054. "type": "string",
  17055. "example": "h5域名"
  17056. },
  17057. "web_logo": {
  17058. "type": "string"
  17059. }
  17060. }
  17061. },
  17062. "setCenter.WebBasicResp": {
  17063. "type": "object",
  17064. "properties": {
  17065. "android_down_url": {
  17066. "type": "string"
  17067. },
  17068. "ios_down_url": {
  17069. "type": "string"
  17070. },
  17071. "seo_logo": {
  17072. "type": "string"
  17073. },
  17074. "seo_logo_url": {
  17075. "type": "string"
  17076. },
  17077. "seo_title": {
  17078. "type": "string"
  17079. },
  17080. "wap_host": {
  17081. "type": "string",
  17082. "example": "h5域名"
  17083. },
  17084. "web_logo": {
  17085. "type": "string"
  17086. },
  17087. "web_logo_url": {
  17088. "type": "string"
  17089. }
  17090. }
  17091. }
  17092. },
  17093. "securityDefinitions": {
  17094. "MasterID": {
  17095. "type": "apiKey",
  17096. "name": "MasterID",
  17097. "in": "header"
  17098. }
  17099. }
  17100. }`
  17101. // SwaggerInfo holds exported Swagger Info so clients can modify it
  17102. var SwaggerInfo = &swag.Spec{
  17103. Version: "1.0",
  17104. Host: "localhost:4001",
  17105. BasePath: "",
  17106. Schemes: []string{},
  17107. Title: "蛋蛋星球-管理后台",
  17108. Description: "管理后台接口文档",
  17109. InfoInstanceName: "swagger",
  17110. SwaggerTemplate: docTemplate,
  17111. LeftDelim: "{{",
  17112. RightDelim: "}}",
  17113. }
  17114. func init() {
  17115. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  17116. }