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

16317 lines
556 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "管理后台接口文档",
  5. "title": "蛋蛋星球-管理后台",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "dengbiao",
  9. "url": "http://www.swagger.io/support",
  10. "email": "1239118001@qq.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "localhost:4001",
  19. "paths": {
  20. "/api/advertising/del": {
  21. "post": {
  22. "description": "广告管理-广告列表-删除",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "广告管理"
  31. ],
  32. "summary": "广告管理-广告列表-删除",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "description": "验证参数Bearer和token空格拼接",
  37. "name": "Authorization",
  38. "in": "header",
  39. "required": true
  40. },
  41. {
  42. "description": "(分页信息必填)",
  43. "name": "req",
  44. "in": "body",
  45. "required": true,
  46. "schema": {
  47. "$ref": "#/definitions/md.AdvertisingDelReq"
  48. }
  49. }
  50. ],
  51. "responses": {
  52. "200": {
  53. "description": "具体数据",
  54. "schema": {
  55. "type": "string"
  56. }
  57. },
  58. "400": {
  59. "description": "具体错误",
  60. "schema": {
  61. "$ref": "#/definitions/md.Response"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. "/api/advertising/function/del": {
  68. "post": {
  69. "description": "广告管理-广告位置列表-删除",
  70. "consumes": [
  71. "application/json"
  72. ],
  73. "produces": [
  74. "application/json"
  75. ],
  76. "tags": [
  77. "广告管理"
  78. ],
  79. "summary": "广告管理-广告位置列表-删除",
  80. "parameters": [
  81. {
  82. "type": "string",
  83. "description": "验证参数Bearer和token空格拼接",
  84. "name": "Authorization",
  85. "in": "header",
  86. "required": true
  87. },
  88. {
  89. "description": "(分页信息必填)",
  90. "name": "req",
  91. "in": "body",
  92. "required": true,
  93. "schema": {
  94. "$ref": "#/definitions/md.AdvertisingDelReq"
  95. }
  96. }
  97. ],
  98. "responses": {
  99. "200": {
  100. "description": "具体数据",
  101. "schema": {
  102. "type": "string"
  103. }
  104. },
  105. "400": {
  106. "description": "具体错误",
  107. "schema": {
  108. "$ref": "#/definitions/md.Response"
  109. }
  110. }
  111. }
  112. }
  113. },
  114. "/api/advertising/function/list": {
  115. "post": {
  116. "description": "广告管理-广告位置列表",
  117. "consumes": [
  118. "application/json"
  119. ],
  120. "produces": [
  121. "application/json"
  122. ],
  123. "tags": [
  124. "广告管理"
  125. ],
  126. "summary": "广告管理-广告位置列表",
  127. "parameters": [
  128. {
  129. "type": "string",
  130. "description": "验证参数Bearer和token空格拼接",
  131. "name": "Authorization",
  132. "in": "header",
  133. "required": true
  134. },
  135. {
  136. "description": "(分页信息必填)",
  137. "name": "req",
  138. "in": "body",
  139. "required": true,
  140. "schema": {
  141. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  142. }
  143. }
  144. ],
  145. "responses": {
  146. "200": {
  147. "description": "具体数据",
  148. "schema": {
  149. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  150. }
  151. },
  152. "400": {
  153. "description": "具体错误",
  154. "schema": {
  155. "$ref": "#/definitions/md.Response"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "/api/advertising/function/save": {
  162. "post": {
  163. "description": "广告管理-广告位置列表-保存",
  164. "consumes": [
  165. "application/json"
  166. ],
  167. "produces": [
  168. "application/json"
  169. ],
  170. "tags": [
  171. "广告管理"
  172. ],
  173. "summary": "广告管理-广告位置列表-保存",
  174. "parameters": [
  175. {
  176. "type": "string",
  177. "description": "验证参数Bearer和token空格拼接",
  178. "name": "Authorization",
  179. "in": "header",
  180. "required": true
  181. },
  182. {
  183. "description": "(分页信息必填)",
  184. "name": "req",
  185. "in": "body",
  186. "required": true,
  187. "schema": {
  188. "$ref": "#/definitions/md.AdvertisingFunctionList"
  189. }
  190. }
  191. ],
  192. "responses": {
  193. "200": {
  194. "description": "具体数据",
  195. "schema": {
  196. "type": "string"
  197. }
  198. },
  199. "400": {
  200. "description": "具体错误",
  201. "schema": {
  202. "$ref": "#/definitions/md.Response"
  203. }
  204. }
  205. }
  206. }
  207. },
  208. "/api/advertising/getBasic": {
  209. "get": {
  210. "description": "广告管理-基础设置-信息",
  211. "consumes": [
  212. "application/json"
  213. ],
  214. "produces": [
  215. "application/json"
  216. ],
  217. "tags": [
  218. "广告管理"
  219. ],
  220. "summary": "广告管理-基础设置-信息",
  221. "parameters": [
  222. {
  223. "type": "string",
  224. "description": "验证参数Bearer和token空格拼接",
  225. "name": "Authorization",
  226. "in": "header",
  227. "required": true
  228. }
  229. ],
  230. "responses": {
  231. "200": {
  232. "description": "具体数据",
  233. "schema": {
  234. "$ref": "#/definitions/md.AdvertisingBaseResp"
  235. }
  236. },
  237. "400": {
  238. "description": "具体错误",
  239. "schema": {
  240. "$ref": "#/definitions/md.Response"
  241. }
  242. }
  243. }
  244. }
  245. },
  246. "/api/advertising/getLimit": {
  247. "get": {
  248. "description": "广告管理-广告设置-信息",
  249. "consumes": [
  250. "application/json"
  251. ],
  252. "produces": [
  253. "application/json"
  254. ],
  255. "tags": [
  256. "广告管理"
  257. ],
  258. "summary": "广告管理-广告设置-信息",
  259. "parameters": [
  260. {
  261. "type": "string",
  262. "description": "验证参数Bearer和token空格拼接",
  263. "name": "Authorization",
  264. "in": "header",
  265. "required": true
  266. }
  267. ],
  268. "responses": {
  269. "200": {
  270. "description": "具体数据",
  271. "schema": {
  272. "$ref": "#/definitions/md.AdvertisingLimit"
  273. }
  274. },
  275. "400": {
  276. "description": "具体错误",
  277. "schema": {
  278. "$ref": "#/definitions/md.Response"
  279. }
  280. }
  281. }
  282. }
  283. },
  284. "/api/advertising/list": {
  285. "post": {
  286. "description": "广告管理-广告列表",
  287. "consumes": [
  288. "application/json"
  289. ],
  290. "produces": [
  291. "application/json"
  292. ],
  293. "tags": [
  294. "广告管理"
  295. ],
  296. "summary": "广告管理-广告列表",
  297. "parameters": [
  298. {
  299. "type": "string",
  300. "description": "验证参数Bearer和token空格拼接",
  301. "name": "Authorization",
  302. "in": "header",
  303. "required": true
  304. },
  305. {
  306. "description": "(分页信息必填)",
  307. "name": "req",
  308. "in": "body",
  309. "required": true,
  310. "schema": {
  311. "$ref": "#/definitions/md.AdvertisingListReq"
  312. }
  313. }
  314. ],
  315. "responses": {
  316. "200": {
  317. "description": "具体数据",
  318. "schema": {
  319. "$ref": "#/definitions/md.AdvertisingListResp"
  320. }
  321. },
  322. "400": {
  323. "description": "具体错误",
  324. "schema": {
  325. "$ref": "#/definitions/md.Response"
  326. }
  327. }
  328. }
  329. }
  330. },
  331. "/api/advertising/save": {
  332. "post": {
  333. "description": "广告管理-广告列表-保存",
  334. "consumes": [
  335. "application/json"
  336. ],
  337. "produces": [
  338. "application/json"
  339. ],
  340. "tags": [
  341. "广告管理"
  342. ],
  343. "summary": "广告管理-广告列表-保存",
  344. "parameters": [
  345. {
  346. "type": "string",
  347. "description": "验证参数Bearer和token空格拼接",
  348. "name": "Authorization",
  349. "in": "header",
  350. "required": true
  351. },
  352. {
  353. "description": "(分页信息必填)",
  354. "name": "req",
  355. "in": "body",
  356. "required": true,
  357. "schema": {
  358. "$ref": "#/definitions/md.AdvertisingSaveReq"
  359. }
  360. }
  361. ],
  362. "responses": {
  363. "200": {
  364. "description": "具体数据",
  365. "schema": {
  366. "type": "string"
  367. }
  368. },
  369. "400": {
  370. "description": "具体错误",
  371. "schema": {
  372. "$ref": "#/definitions/md.Response"
  373. }
  374. }
  375. }
  376. }
  377. },
  378. "/api/advertising/setBasic": {
  379. "post": {
  380. "description": "广告管理-基础设置-信息保存",
  381. "consumes": [
  382. "application/json"
  383. ],
  384. "produces": [
  385. "application/json"
  386. ],
  387. "tags": [
  388. "广告管理"
  389. ],
  390. "summary": "广告管理-基础设置-信息保存",
  391. "parameters": [
  392. {
  393. "type": "string",
  394. "description": "验证参数Bearer和token空格拼接",
  395. "name": "Authorization",
  396. "in": "header",
  397. "required": true
  398. },
  399. {
  400. "description": "(分页信息必填)",
  401. "name": "req",
  402. "in": "body",
  403. "required": true,
  404. "schema": {
  405. "$ref": "#/definitions/md.AdvertisingBase"
  406. }
  407. }
  408. ],
  409. "responses": {
  410. "200": {
  411. "description": "具体数据",
  412. "schema": {
  413. "type": "string"
  414. }
  415. },
  416. "400": {
  417. "description": "具体错误",
  418. "schema": {
  419. "$ref": "#/definitions/md.Response"
  420. }
  421. }
  422. }
  423. }
  424. },
  425. "/api/advertising/setLimit": {
  426. "post": {
  427. "description": "广告管理-广告设置-信息保存",
  428. "consumes": [
  429. "application/json"
  430. ],
  431. "produces": [
  432. "application/json"
  433. ],
  434. "tags": [
  435. "广告管理"
  436. ],
  437. "summary": "广告管理-广告设置-信息保存",
  438. "parameters": [
  439. {
  440. "type": "string",
  441. "description": "验证参数Bearer和token空格拼接",
  442. "name": "Authorization",
  443. "in": "header",
  444. "required": true
  445. },
  446. {
  447. "description": "(分页信息必填)",
  448. "name": "req",
  449. "in": "body",
  450. "required": true,
  451. "schema": {
  452. "$ref": "#/definitions/md.AdvertisingLimit"
  453. }
  454. }
  455. ],
  456. "responses": {
  457. "200": {
  458. "description": "具体数据",
  459. "schema": {
  460. "type": "string"
  461. }
  462. },
  463. "400": {
  464. "description": "具体错误",
  465. "schema": {
  466. "$ref": "#/definitions/md.Response"
  467. }
  468. }
  469. }
  470. }
  471. },
  472. "/api/article/cate/del": {
  473. "post": {
  474. "description": "分类列表-分类删除",
  475. "consumes": [
  476. "application/json"
  477. ],
  478. "produces": [
  479. "application/json"
  480. ],
  481. "tags": [
  482. "文章资讯"
  483. ],
  484. "summary": "文章资讯-分类列表-分类删除",
  485. "parameters": [
  486. {
  487. "type": "string",
  488. "description": "验证参数Bearer和token空格拼接",
  489. "name": "Authorization",
  490. "in": "header",
  491. "required": true
  492. },
  493. {
  494. "description": "(分页信息必填)",
  495. "name": "req",
  496. "in": "body",
  497. "required": true,
  498. "schema": {
  499. "$ref": "#/definitions/md.ArticleCateDelReq"
  500. }
  501. }
  502. ],
  503. "responses": {
  504. "200": {
  505. "description": "具体数据",
  506. "schema": {
  507. "type": "string"
  508. }
  509. },
  510. "400": {
  511. "description": "具体错误",
  512. "schema": {
  513. "$ref": "#/definitions/md.Response"
  514. }
  515. }
  516. }
  517. }
  518. },
  519. "/api/article/cate/list": {
  520. "post": {
  521. "description": "分类列表",
  522. "consumes": [
  523. "application/json"
  524. ],
  525. "produces": [
  526. "application/json"
  527. ],
  528. "tags": [
  529. "文章资讯"
  530. ],
  531. "summary": "文章资讯-分类列表",
  532. "parameters": [
  533. {
  534. "type": "string",
  535. "description": "验证参数Bearer和token空格拼接",
  536. "name": "Authorization",
  537. "in": "header",
  538. "required": true
  539. },
  540. {
  541. "description": "(分页信息必填)",
  542. "name": "req",
  543. "in": "body",
  544. "required": true,
  545. "schema": {
  546. "$ref": "#/definitions/md.ArticleCateListReq"
  547. }
  548. }
  549. ],
  550. "responses": {
  551. "200": {
  552. "description": "具体数据",
  553. "schema": {
  554. "$ref": "#/definitions/md.ArticleCateListResp"
  555. }
  556. },
  557. "400": {
  558. "description": "具体错误",
  559. "schema": {
  560. "$ref": "#/definitions/md.Response"
  561. }
  562. }
  563. }
  564. }
  565. },
  566. "/api/article/cate/save": {
  567. "post": {
  568. "description": "分类列表-分类保存",
  569. "consumes": [
  570. "application/json"
  571. ],
  572. "produces": [
  573. "application/json"
  574. ],
  575. "tags": [
  576. "文章资讯"
  577. ],
  578. "summary": "文章资讯-分类列表-分类保存",
  579. "parameters": [
  580. {
  581. "type": "string",
  582. "description": "验证参数Bearer和token空格拼接",
  583. "name": "Authorization",
  584. "in": "header",
  585. "required": true
  586. },
  587. {
  588. "description": "(分页信息必填)",
  589. "name": "req",
  590. "in": "body",
  591. "required": true,
  592. "schema": {
  593. "$ref": "#/definitions/md.ArticleCateSaveReq"
  594. }
  595. }
  596. ],
  597. "responses": {
  598. "200": {
  599. "description": "具体数据",
  600. "schema": {
  601. "type": "string"
  602. }
  603. },
  604. "400": {
  605. "description": "具体错误",
  606. "schema": {
  607. "$ref": "#/definitions/md.Response"
  608. }
  609. }
  610. }
  611. }
  612. },
  613. "/api/article/content/del": {
  614. "post": {
  615. "description": "文章列表-文章删除",
  616. "consumes": [
  617. "application/json"
  618. ],
  619. "produces": [
  620. "application/json"
  621. ],
  622. "tags": [
  623. "文章资讯"
  624. ],
  625. "summary": "文章资讯-文章列表-文章删除",
  626. "parameters": [
  627. {
  628. "type": "string",
  629. "description": "验证参数Bearer和token空格拼接",
  630. "name": "Authorization",
  631. "in": "header",
  632. "required": true
  633. },
  634. {
  635. "description": "(分页信息必填)",
  636. "name": "req",
  637. "in": "body",
  638. "required": true,
  639. "schema": {
  640. "$ref": "#/definitions/md.ArticleDelReq"
  641. }
  642. }
  643. ],
  644. "responses": {
  645. "200": {
  646. "description": "具体数据",
  647. "schema": {
  648. "type": "string"
  649. }
  650. },
  651. "400": {
  652. "description": "具体错误",
  653. "schema": {
  654. "$ref": "#/definitions/md.Response"
  655. }
  656. }
  657. }
  658. }
  659. },
  660. "/api/article/content/list": {
  661. "post": {
  662. "description": "文章列表",
  663. "consumes": [
  664. "application/json"
  665. ],
  666. "produces": [
  667. "application/json"
  668. ],
  669. "tags": [
  670. "文章资讯"
  671. ],
  672. "summary": "文章资讯-文章列表",
  673. "parameters": [
  674. {
  675. "type": "string",
  676. "description": "验证参数Bearer和token空格拼接",
  677. "name": "Authorization",
  678. "in": "header",
  679. "required": true
  680. },
  681. {
  682. "description": "(分页信息必填)",
  683. "name": "req",
  684. "in": "body",
  685. "required": true,
  686. "schema": {
  687. "$ref": "#/definitions/md.ArticleListReq"
  688. }
  689. }
  690. ],
  691. "responses": {
  692. "200": {
  693. "description": "具体数据",
  694. "schema": {
  695. "$ref": "#/definitions/md.ArticleListResp"
  696. }
  697. },
  698. "400": {
  699. "description": "具体错误",
  700. "schema": {
  701. "$ref": "#/definitions/md.Response"
  702. }
  703. }
  704. }
  705. }
  706. },
  707. "/api/article/content/save": {
  708. "post": {
  709. "description": "文章列表-文章保存",
  710. "consumes": [
  711. "application/json"
  712. ],
  713. "produces": [
  714. "application/json"
  715. ],
  716. "tags": [
  717. "文章资讯"
  718. ],
  719. "summary": "文章资讯-文章列表-文章保存",
  720. "parameters": [
  721. {
  722. "type": "string",
  723. "description": "验证参数Bearer和token空格拼接",
  724. "name": "Authorization",
  725. "in": "header",
  726. "required": true
  727. },
  728. {
  729. "description": "(分页信息必填)",
  730. "name": "req",
  731. "in": "body",
  732. "required": true,
  733. "schema": {
  734. "$ref": "#/definitions/md.ArticleSaveReq"
  735. }
  736. }
  737. ],
  738. "responses": {
  739. "200": {
  740. "description": "具体数据",
  741. "schema": {
  742. "type": "string"
  743. }
  744. },
  745. "400": {
  746. "description": "具体错误",
  747. "schema": {
  748. "$ref": "#/definitions/md.Response"
  749. }
  750. }
  751. }
  752. }
  753. },
  754. "/api/cloudBundle/audit/clear": {
  755. "post": {
  756. "description": "云打包-云打包-清除审核模板",
  757. "consumes": [
  758. "application/json"
  759. ],
  760. "produces": [
  761. "application/json"
  762. ],
  763. "tags": [
  764. "云打包"
  765. ],
  766. "summary": "云打包-云打包-清除审核模板",
  767. "parameters": [
  768. {
  769. "type": "string",
  770. "description": "验证参数Bearer和token空格拼接",
  771. "name": "Authorization",
  772. "in": "header",
  773. "required": true
  774. },
  775. {
  776. "description": "(分页信息必填)",
  777. "name": "req",
  778. "in": "body",
  779. "required": true,
  780. "schema": {
  781. "$ref": "#/definitions/md.AuditClearReq"
  782. }
  783. }
  784. ],
  785. "responses": {
  786. "200": {
  787. "description": "具体数据",
  788. "schema": {
  789. "type": "string"
  790. }
  791. },
  792. "400": {
  793. "description": "具体错误",
  794. "schema": {
  795. "$ref": "#/definitions/md.Response"
  796. }
  797. }
  798. }
  799. }
  800. },
  801. "/api/cloudBundle/audit/set": {
  802. "post": {
  803. "description": "云打包-云打包-设置为审核模板",
  804. "consumes": [
  805. "application/json"
  806. ],
  807. "produces": [
  808. "application/json"
  809. ],
  810. "tags": [
  811. "云打包"
  812. ],
  813. "summary": "云打包-云打包-设置为审核模板",
  814. "parameters": [
  815. {
  816. "type": "string",
  817. "description": "验证参数Bearer和token空格拼接",
  818. "name": "Authorization",
  819. "in": "header",
  820. "required": true
  821. },
  822. {
  823. "description": "(分页信息必填)",
  824. "name": "req",
  825. "in": "body",
  826. "required": true,
  827. "schema": {
  828. "$ref": "#/definitions/md.CommReq"
  829. }
  830. }
  831. ],
  832. "responses": {
  833. "200": {
  834. "description": "具体数据",
  835. "schema": {
  836. "type": "string"
  837. }
  838. },
  839. "400": {
  840. "description": "具体错误",
  841. "schema": {
  842. "$ref": "#/definitions/md.Response"
  843. }
  844. }
  845. }
  846. }
  847. },
  848. "/api/cloudBundle/base": {
  849. "get": {
  850. "description": "打包机使用-云打包基本信息",
  851. "consumes": [
  852. "application/json"
  853. ],
  854. "produces": [
  855. "application/json"
  856. ],
  857. "tags": [
  858. "打包机使用"
  859. ],
  860. "summary": "打包机使用-云打包基本信息",
  861. "parameters": [
  862. {
  863. "type": "string",
  864. "description": "验证参数Bearer和token空格拼接",
  865. "name": "Authorization",
  866. "in": "header",
  867. "required": true
  868. }
  869. ],
  870. "responses": {
  871. "200": {
  872. "description": "具体数据",
  873. "schema": {
  874. "$ref": "#/definitions/md.CloudBundleBaseResp"
  875. }
  876. },
  877. "400": {
  878. "description": "具体错误",
  879. "schema": {
  880. "$ref": "#/definitions/md.Response"
  881. }
  882. }
  883. }
  884. }
  885. },
  886. "/api/cloudBundle/build": {
  887. "post": {
  888. "description": "云打包-云打包操作",
  889. "consumes": [
  890. "application/json"
  891. ],
  892. "produces": [
  893. "application/json"
  894. ],
  895. "tags": [
  896. "云打包"
  897. ],
  898. "summary": "云打包-云打包操作",
  899. "parameters": [
  900. {
  901. "type": "string",
  902. "description": "验证参数Bearer和token空格拼接",
  903. "name": "Authorization",
  904. "in": "header",
  905. "required": true
  906. },
  907. {
  908. "description": "(分页信息必填)",
  909. "name": "req",
  910. "in": "body",
  911. "required": true,
  912. "schema": {
  913. "$ref": "#/definitions/md.CloudBundleBuildReq"
  914. }
  915. }
  916. ],
  917. "responses": {
  918. "200": {
  919. "description": "具体数据",
  920. "schema": {
  921. "type": "string"
  922. }
  923. },
  924. "400": {
  925. "description": "具体错误",
  926. "schema": {
  927. "$ref": "#/definitions/md.Response"
  928. }
  929. }
  930. }
  931. }
  932. },
  933. "/api/cloudBundle/del": {
  934. "post": {
  935. "description": "云打包-云打包删除",
  936. "consumes": [
  937. "application/json"
  938. ],
  939. "produces": [
  940. "application/json"
  941. ],
  942. "tags": [
  943. "云打包"
  944. ],
  945. "summary": "云打包-云打包删除",
  946. "parameters": [
  947. {
  948. "type": "string",
  949. "description": "验证参数Bearer和token空格拼接",
  950. "name": "Authorization",
  951. "in": "header",
  952. "required": true
  953. },
  954. {
  955. "description": "(分页信息必填)",
  956. "name": "req",
  957. "in": "body",
  958. "required": true,
  959. "schema": {
  960. "$ref": "#/definitions/md.CloudBundleDelReq"
  961. }
  962. }
  963. ],
  964. "responses": {
  965. "200": {
  966. "description": "具体数据",
  967. "schema": {
  968. "type": "string"
  969. }
  970. },
  971. "400": {
  972. "description": "具体错误",
  973. "schema": {
  974. "$ref": "#/definitions/md.Response"
  975. }
  976. }
  977. }
  978. }
  979. },
  980. "/api/cloudBundle/img/base": {
  981. "get": {
  982. "description": "云打包-图片配置",
  983. "consumes": [
  984. "application/json"
  985. ],
  986. "produces": [
  987. "application/json"
  988. ],
  989. "tags": [
  990. "云打包"
  991. ],
  992. "summary": "云打包-云打包-图片配置",
  993. "parameters": [
  994. {
  995. "type": "string",
  996. "description": "验证参数Bearer和token空格拼接",
  997. "name": "Authorization",
  998. "in": "header",
  999. "required": true
  1000. }
  1001. ],
  1002. "responses": {
  1003. "200": {
  1004. "description": "具体数据",
  1005. "schema": {
  1006. "$ref": "#/definitions/md.CloudBundleImgResp"
  1007. }
  1008. },
  1009. "400": {
  1010. "description": "具体错误",
  1011. "schema": {
  1012. "$ref": "#/definitions/md.Response"
  1013. }
  1014. }
  1015. }
  1016. }
  1017. },
  1018. "/api/cloudBundle/img/base/save": {
  1019. "post": {
  1020. "description": "云打包-图片配置",
  1021. "consumes": [
  1022. "application/json"
  1023. ],
  1024. "produces": [
  1025. "application/json"
  1026. ],
  1027. "tags": [
  1028. "云打包"
  1029. ],
  1030. "summary": "云打包-图片配置",
  1031. "parameters": [
  1032. {
  1033. "type": "string",
  1034. "description": "验证参数Bearer和token空格拼接",
  1035. "name": "Authorization",
  1036. "in": "header",
  1037. "required": true
  1038. },
  1039. {
  1040. "description": "(分页信息必填)",
  1041. "name": "req",
  1042. "in": "body",
  1043. "required": true,
  1044. "schema": {
  1045. "$ref": "#/definitions/md.CloudBundleImgResp"
  1046. }
  1047. }
  1048. ],
  1049. "responses": {
  1050. "200": {
  1051. "description": "具体数据",
  1052. "schema": {
  1053. "type": "string"
  1054. }
  1055. },
  1056. "400": {
  1057. "description": "具体错误",
  1058. "schema": {
  1059. "$ref": "#/definitions/md.Response"
  1060. }
  1061. }
  1062. }
  1063. }
  1064. },
  1065. "/api/cloudBundle/list": {
  1066. "post": {
  1067. "description": "云打包-云打包版本列表",
  1068. "consumes": [
  1069. "application/json"
  1070. ],
  1071. "produces": [
  1072. "application/json"
  1073. ],
  1074. "tags": [
  1075. "云打包"
  1076. ],
  1077. "summary": "云打包-云打包版本列表",
  1078. "parameters": [
  1079. {
  1080. "type": "string",
  1081. "description": "验证参数Bearer和token空格拼接",
  1082. "name": "Authorization",
  1083. "in": "header",
  1084. "required": true
  1085. },
  1086. {
  1087. "description": "(分页信息必填)",
  1088. "name": "req",
  1089. "in": "body",
  1090. "required": true,
  1091. "schema": {
  1092. "$ref": "#/definitions/md.CloudBundleReq"
  1093. }
  1094. }
  1095. ],
  1096. "responses": {
  1097. "200": {
  1098. "description": "具体数据",
  1099. "schema": {
  1100. "$ref": "#/definitions/md.CloudBundleResp"
  1101. }
  1102. },
  1103. "400": {
  1104. "description": "具体错误",
  1105. "schema": {
  1106. "$ref": "#/definitions/md.Response"
  1107. }
  1108. }
  1109. }
  1110. }
  1111. },
  1112. "/api/cloudBundle/update/state": {
  1113. "post": {
  1114. "description": "打包机使用-云打包更新状态",
  1115. "consumes": [
  1116. "application/json"
  1117. ],
  1118. "produces": [
  1119. "application/json"
  1120. ],
  1121. "tags": [
  1122. "打包机使用"
  1123. ],
  1124. "summary": "打包机使用-云打包更新状态等",
  1125. "parameters": [
  1126. {
  1127. "type": "string",
  1128. "description": "验证参数Bearer和token空格拼接",
  1129. "name": "Authorization",
  1130. "in": "header",
  1131. "required": true
  1132. },
  1133. {
  1134. "description": "(分页信息必填)",
  1135. "name": "req",
  1136. "in": "body",
  1137. "required": true,
  1138. "schema": {
  1139. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1140. }
  1141. }
  1142. ],
  1143. "responses": {
  1144. "200": {
  1145. "description": "具体数据",
  1146. "schema": {
  1147. "type": "string"
  1148. }
  1149. },
  1150. "400": {
  1151. "description": "具体错误",
  1152. "schema": {
  1153. "$ref": "#/definitions/md.Response"
  1154. }
  1155. }
  1156. }
  1157. }
  1158. },
  1159. "/api/cloudBundle/upload": {
  1160. "post": {
  1161. "description": "打包机使用-云打包-上传许可链接(获取)",
  1162. "consumes": [
  1163. "application/json"
  1164. ],
  1165. "produces": [
  1166. "application/json"
  1167. ],
  1168. "tags": [
  1169. "打包机使用"
  1170. ],
  1171. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1172. "parameters": [
  1173. {
  1174. "type": "string",
  1175. "description": "验证参数Bearer和token空格拼接",
  1176. "name": "Authorization",
  1177. "in": "header",
  1178. "required": true
  1179. },
  1180. {
  1181. "description": "签名上传url",
  1182. "name": "req",
  1183. "in": "body",
  1184. "required": true,
  1185. "schema": {
  1186. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1187. }
  1188. }
  1189. ],
  1190. "responses": {
  1191. "200": {
  1192. "description": "许可链接",
  1193. "schema": {
  1194. "type": "string"
  1195. }
  1196. },
  1197. "400": {
  1198. "description": "具体错误",
  1199. "schema": {
  1200. "$ref": "#/definitions/md.Response"
  1201. }
  1202. }
  1203. }
  1204. }
  1205. },
  1206. "/api/cloudBundle/version/base": {
  1207. "get": {
  1208. "description": "云打包-图片配置",
  1209. "consumes": [
  1210. "application/json"
  1211. ],
  1212. "produces": [
  1213. "application/json"
  1214. ],
  1215. "tags": [
  1216. "云打包"
  1217. ],
  1218. "summary": "云打包-云打包-图片配置",
  1219. "parameters": [
  1220. {
  1221. "type": "string",
  1222. "description": "验证参数Bearer和token空格拼接",
  1223. "name": "Authorization",
  1224. "in": "header",
  1225. "required": true
  1226. }
  1227. ],
  1228. "responses": {
  1229. "200": {
  1230. "description": "具体数据",
  1231. "schema": {
  1232. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1233. }
  1234. },
  1235. "400": {
  1236. "description": "具体错误",
  1237. "schema": {
  1238. "$ref": "#/definitions/md.Response"
  1239. }
  1240. }
  1241. }
  1242. }
  1243. },
  1244. "/api/cloudBundle/version/base/save": {
  1245. "post": {
  1246. "description": "云打包-图片配置",
  1247. "consumes": [
  1248. "application/json"
  1249. ],
  1250. "produces": [
  1251. "application/json"
  1252. ],
  1253. "tags": [
  1254. "云打包"
  1255. ],
  1256. "summary": "云打包-图片配置",
  1257. "parameters": [
  1258. {
  1259. "type": "string",
  1260. "description": "验证参数Bearer和token空格拼接",
  1261. "name": "Authorization",
  1262. "in": "header",
  1263. "required": true
  1264. },
  1265. {
  1266. "description": "(分页信息必填)",
  1267. "name": "req",
  1268. "in": "body",
  1269. "required": true,
  1270. "schema": {
  1271. "$ref": "#/definitions/md.CloudBundleVersion"
  1272. }
  1273. }
  1274. ],
  1275. "responses": {
  1276. "200": {
  1277. "description": "具体数据",
  1278. "schema": {
  1279. "type": "string"
  1280. }
  1281. },
  1282. "400": {
  1283. "description": "具体错误",
  1284. "schema": {
  1285. "$ref": "#/definitions/md.Response"
  1286. }
  1287. }
  1288. }
  1289. }
  1290. },
  1291. "/api/comm/adminInfo": {
  1292. "post": {
  1293. "description": "获取管理员信息",
  1294. "consumes": [
  1295. "application/json"
  1296. ],
  1297. "produces": [
  1298. "application/json"
  1299. ],
  1300. "tags": [
  1301. "通用请求"
  1302. ],
  1303. "summary": "通用请求-获取管理员信息",
  1304. "parameters": [
  1305. {
  1306. "type": "string",
  1307. "description": "验证参数Bearer和token空格拼接",
  1308. "name": "Authorization",
  1309. "in": "header",
  1310. "required": true
  1311. }
  1312. ],
  1313. "responses": {
  1314. "200": {
  1315. "description": "管理员信息",
  1316. "schema": {
  1317. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1318. }
  1319. },
  1320. "400": {
  1321. "description": "具体错误",
  1322. "schema": {
  1323. "$ref": "#/definitions/md.Response"
  1324. }
  1325. }
  1326. }
  1327. }
  1328. },
  1329. "/api/comm/getMenuList": {
  1330. "post": {
  1331. "description": "菜单栏列表(获取)",
  1332. "consumes": [
  1333. "application/json"
  1334. ],
  1335. "produces": [
  1336. "application/json"
  1337. ],
  1338. "tags": [
  1339. "权限列表"
  1340. ],
  1341. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1342. "parameters": [
  1343. {
  1344. "type": "string",
  1345. "description": "验证参数Bearer和token空格拼接",
  1346. "name": "Authorization",
  1347. "in": "header",
  1348. "required": true
  1349. }
  1350. ],
  1351. "responses": {
  1352. "200": {
  1353. "description": "具体路由",
  1354. "schema": {
  1355. "type": "object",
  1356. "additionalProperties": true
  1357. }
  1358. },
  1359. "400": {
  1360. "description": "具体错误",
  1361. "schema": {
  1362. "$ref": "#/definitions/md.Response"
  1363. }
  1364. }
  1365. }
  1366. }
  1367. },
  1368. "/api/comm/getOssUrl": {
  1369. "post": {
  1370. "description": "上传许可链接(获取)",
  1371. "consumes": [
  1372. "application/json"
  1373. ],
  1374. "produces": [
  1375. "application/json"
  1376. ],
  1377. "tags": [
  1378. "对象存储"
  1379. ],
  1380. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1381. "parameters": [
  1382. {
  1383. "type": "string",
  1384. "description": "验证参数Bearer和token空格拼接",
  1385. "name": "Authorization",
  1386. "in": "header",
  1387. "required": true
  1388. },
  1389. {
  1390. "description": "签名上传url",
  1391. "name": "req",
  1392. "in": "body",
  1393. "required": true,
  1394. "schema": {
  1395. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1396. }
  1397. }
  1398. ],
  1399. "responses": {
  1400. "200": {
  1401. "description": "许可链接",
  1402. "schema": {
  1403. "type": "string"
  1404. }
  1405. },
  1406. "400": {
  1407. "description": "具体错误",
  1408. "schema": {
  1409. "$ref": "#/definitions/md.Response"
  1410. }
  1411. }
  1412. }
  1413. }
  1414. },
  1415. "/api/config": {
  1416. "get": {
  1417. "description": "基本配置",
  1418. "consumes": [
  1419. "application/json"
  1420. ],
  1421. "produces": [
  1422. "application/json"
  1423. ],
  1424. "tags": [
  1425. "基本配置"
  1426. ],
  1427. "summary": "基本配置",
  1428. "parameters": [
  1429. {
  1430. "type": "string",
  1431. "description": "验证参数Bearer和token空格拼接",
  1432. "name": "Authorization",
  1433. "in": "header",
  1434. "required": true
  1435. }
  1436. ],
  1437. "responses": {
  1438. "200": {
  1439. "description": "具体数据",
  1440. "schema": {
  1441. "$ref": "#/definitions/md.ConfigResp"
  1442. }
  1443. },
  1444. "400": {
  1445. "description": "具体错误",
  1446. "schema": {
  1447. "$ref": "#/definitions/md.Response"
  1448. }
  1449. }
  1450. }
  1451. }
  1452. },
  1453. "/api/demo": {
  1454. "post": {
  1455. "description": "Demo样例测试",
  1456. "consumes": [
  1457. "application/json"
  1458. ],
  1459. "produces": [
  1460. "application/json"
  1461. ],
  1462. "tags": [
  1463. "Demo"
  1464. ],
  1465. "summary": "Demo测试",
  1466. "parameters": [
  1467. {
  1468. "description": "用户名密码",
  1469. "name": "req",
  1470. "in": "body",
  1471. "required": true,
  1472. "schema": {}
  1473. }
  1474. ],
  1475. "responses": {
  1476. "200": {
  1477. "description": "token",
  1478. "schema": {
  1479. "type": "object",
  1480. "additionalProperties": true
  1481. }
  1482. },
  1483. "400": {
  1484. "description": "具体错误",
  1485. "schema": {
  1486. "$ref": "#/definitions/md.Response"
  1487. }
  1488. }
  1489. }
  1490. }
  1491. },
  1492. "/api/financialCenter/withdraw/applyList": {
  1493. "post": {
  1494. "description": "提现申请列表(获取)",
  1495. "consumes": [
  1496. "application/json"
  1497. ],
  1498. "produces": [
  1499. "application/json"
  1500. ],
  1501. "tags": [
  1502. "提现"
  1503. ],
  1504. "summary": "财务中心-提现-提现申请列表(获取)",
  1505. "parameters": [
  1506. {
  1507. "type": "string",
  1508. "description": "验证参数Bearer和token空格拼接",
  1509. "name": "Authorization",
  1510. "in": "header",
  1511. "required": true
  1512. },
  1513. {
  1514. "description": "筛选条件",
  1515. "name": "req",
  1516. "in": "body",
  1517. "schema": {
  1518. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1519. }
  1520. }
  1521. ],
  1522. "responses": {
  1523. "200": {
  1524. "description": "具体数据",
  1525. "schema": {
  1526. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1527. }
  1528. },
  1529. "400": {
  1530. "description": "具体错误",
  1531. "schema": {
  1532. "$ref": "#/definitions/md.Response"
  1533. }
  1534. }
  1535. }
  1536. }
  1537. },
  1538. "/api/financialCenter/withdraw/audit": {
  1539. "post": {
  1540. "description": "提现审核",
  1541. "consumes": [
  1542. "application/json"
  1543. ],
  1544. "produces": [
  1545. "application/json"
  1546. ],
  1547. "tags": [
  1548. "提现"
  1549. ],
  1550. "summary": "财务中心-提现-审核",
  1551. "parameters": [
  1552. {
  1553. "type": "string",
  1554. "description": "验证参数Bearer和token空格拼接",
  1555. "name": "Authorization",
  1556. "in": "header",
  1557. "required": true
  1558. },
  1559. {
  1560. "description": "筛选条件",
  1561. "name": "req",
  1562. "in": "body",
  1563. "schema": {
  1564. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1565. }
  1566. }
  1567. ],
  1568. "responses": {
  1569. "200": {
  1570. "description": "success",
  1571. "schema": {
  1572. "type": "string"
  1573. }
  1574. },
  1575. "400": {
  1576. "description": "具体错误",
  1577. "schema": {
  1578. "$ref": "#/definitions/md.Response"
  1579. }
  1580. }
  1581. }
  1582. }
  1583. },
  1584. "/api/financialCenter/withdraw/setting": {
  1585. "get": {
  1586. "description": "基础设置(获取)",
  1587. "consumes": [
  1588. "application/json"
  1589. ],
  1590. "produces": [
  1591. "application/json"
  1592. ],
  1593. "tags": [
  1594. "提现"
  1595. ],
  1596. "summary": "财务中心-提现-基础设置(获取)",
  1597. "parameters": [
  1598. {
  1599. "type": "string",
  1600. "description": "验证参数Bearer和token空格拼接",
  1601. "name": "Authorization",
  1602. "in": "header",
  1603. "required": true
  1604. }
  1605. ],
  1606. "responses": {
  1607. "200": {
  1608. "description": "具体数据",
  1609. "schema": {
  1610. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1611. }
  1612. },
  1613. "400": {
  1614. "description": "具体错误",
  1615. "schema": {
  1616. "$ref": "#/definitions/md.Response"
  1617. }
  1618. }
  1619. }
  1620. }
  1621. },
  1622. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1623. "post": {
  1624. "description": "基础设置(更新)",
  1625. "consumes": [
  1626. "application/json"
  1627. ],
  1628. "produces": [
  1629. "application/json"
  1630. ],
  1631. "tags": [
  1632. "提现"
  1633. ],
  1634. "summary": "财务中心-提现-基础设置(更新)",
  1635. "parameters": [
  1636. {
  1637. "type": "string",
  1638. "description": "验证参数Bearer和token空格拼接",
  1639. "name": "Authorization",
  1640. "in": "header",
  1641. "required": true
  1642. },
  1643. {
  1644. "description": "id 必填",
  1645. "name": "req",
  1646. "in": "body",
  1647. "required": true,
  1648. "schema": {
  1649. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1650. }
  1651. }
  1652. ],
  1653. "responses": {
  1654. "200": {
  1655. "description": "修改数据条数",
  1656. "schema": {
  1657. "type": "int"
  1658. }
  1659. },
  1660. "400": {
  1661. "description": "具体错误",
  1662. "schema": {
  1663. "$ref": "#/definitions/md.Response"
  1664. }
  1665. }
  1666. }
  1667. }
  1668. },
  1669. "/api/friendCircleSettings/basic/index": {
  1670. "get": {
  1671. "description": "基础设置(获取)",
  1672. "consumes": [
  1673. "application/json"
  1674. ],
  1675. "produces": [
  1676. "application/json"
  1677. ],
  1678. "tags": [
  1679. "动态设置"
  1680. ],
  1681. "summary": "社交管理-动态设置-基础设置(获取)",
  1682. "parameters": [
  1683. {
  1684. "type": "string",
  1685. "description": "验证参数Bearer和token空格拼接",
  1686. "name": "Authorization",
  1687. "in": "header",
  1688. "required": true
  1689. }
  1690. ],
  1691. "responses": {
  1692. "200": {
  1693. "description": "具体数据",
  1694. "schema": {
  1695. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1696. }
  1697. },
  1698. "400": {
  1699. "description": "具体错误",
  1700. "schema": {
  1701. "$ref": "#/definitions/md.Response"
  1702. }
  1703. }
  1704. }
  1705. }
  1706. },
  1707. "/api/friendCircleSettings/basic/save": {
  1708. "post": {
  1709. "description": "基础设置(更新)",
  1710. "consumes": [
  1711. "application/json"
  1712. ],
  1713. "produces": [
  1714. "application/json"
  1715. ],
  1716. "tags": [
  1717. "动态设置"
  1718. ],
  1719. "summary": "社交管理-动态设置-基础设置(更新)",
  1720. "parameters": [
  1721. {
  1722. "type": "string",
  1723. "description": "验证参数Bearer和token空格拼接",
  1724. "name": "Authorization",
  1725. "in": "header",
  1726. "required": true
  1727. },
  1728. {
  1729. "description": "id 必填",
  1730. "name": "req",
  1731. "in": "body",
  1732. "required": true,
  1733. "schema": {
  1734. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1735. }
  1736. }
  1737. ],
  1738. "responses": {
  1739. "200": {
  1740. "description": "修改数据条数",
  1741. "schema": {
  1742. "type": "int"
  1743. }
  1744. },
  1745. "400": {
  1746. "description": "具体错误",
  1747. "schema": {
  1748. "$ref": "#/definitions/md.Response"
  1749. }
  1750. }
  1751. }
  1752. }
  1753. },
  1754. "/api/friendCircleSettings/blackList/add": {
  1755. "post": {
  1756. "description": "黑名单(新增)",
  1757. "consumes": [
  1758. "application/json"
  1759. ],
  1760. "produces": [
  1761. "application/json"
  1762. ],
  1763. "tags": [
  1764. "动态设置"
  1765. ],
  1766. "summary": "社交管理-动态设置-黑名单(新增)",
  1767. "parameters": [
  1768. {
  1769. "type": "string",
  1770. "description": "验证参数Bearer和token空格拼接",
  1771. "name": "Authorization",
  1772. "in": "header",
  1773. "required": true
  1774. },
  1775. {
  1776. "description": "用户id 必填",
  1777. "name": "req",
  1778. "in": "body",
  1779. "required": true,
  1780. "schema": {
  1781. "$ref": "#/definitions/md.AddBlackListReq"
  1782. }
  1783. }
  1784. ],
  1785. "responses": {
  1786. "200": {
  1787. "description": "生成的黑名单id",
  1788. "schema": {
  1789. "type": "string"
  1790. }
  1791. },
  1792. "400": {
  1793. "description": "具体错误",
  1794. "schema": {
  1795. "$ref": "#/definitions/md.Response"
  1796. }
  1797. }
  1798. }
  1799. }
  1800. },
  1801. "/api/friendCircleSettings/blackList/del": {
  1802. "delete": {
  1803. "description": "黑名单(删除)",
  1804. "consumes": [
  1805. "application/json"
  1806. ],
  1807. "produces": [
  1808. "application/json"
  1809. ],
  1810. "tags": [
  1811. "动态设置"
  1812. ],
  1813. "summary": "社交管理-动态设置-黑名单(删除)",
  1814. "parameters": [
  1815. {
  1816. "type": "string",
  1817. "description": "验证参数Bearer和token空格拼接",
  1818. "name": "Authorization",
  1819. "in": "header",
  1820. "required": true
  1821. },
  1822. {
  1823. "description": "黑名单id 必填",
  1824. "name": "req",
  1825. "in": "body",
  1826. "required": true,
  1827. "schema": {
  1828. "$ref": "#/definitions/md.DeleteBlackListReq"
  1829. }
  1830. }
  1831. ],
  1832. "responses": {
  1833. "200": {
  1834. "description": "删除数据数量",
  1835. "schema": {
  1836. "type": "string"
  1837. }
  1838. },
  1839. "400": {
  1840. "description": "具体错误",
  1841. "schema": {
  1842. "$ref": "#/definitions/md.Response"
  1843. }
  1844. }
  1845. }
  1846. }
  1847. },
  1848. "/api/friendCircleSettings/blackList/index": {
  1849. "get": {
  1850. "description": "黑名单(获取)",
  1851. "consumes": [
  1852. "application/json"
  1853. ],
  1854. "produces": [
  1855. "application/json"
  1856. ],
  1857. "tags": [
  1858. "动态设置"
  1859. ],
  1860. "summary": "社交管理-动态设置-黑名单(获取)",
  1861. "parameters": [
  1862. {
  1863. "type": "string",
  1864. "description": "验证参数Bearer和token空格拼接",
  1865. "name": "Authorization",
  1866. "in": "header",
  1867. "required": true
  1868. },
  1869. {
  1870. "type": "integer",
  1871. "description": "每页大小",
  1872. "name": "limit",
  1873. "in": "query",
  1874. "required": true
  1875. },
  1876. {
  1877. "type": "integer",
  1878. "description": "页数",
  1879. "name": "page",
  1880. "in": "query",
  1881. "required": true
  1882. },
  1883. {
  1884. "type": "integer",
  1885. "description": "手机号",
  1886. "name": "phone",
  1887. "in": "query",
  1888. "required": true
  1889. },
  1890. {
  1891. "type": "integer",
  1892. "description": "用户名",
  1893. "name": "nickname",
  1894. "in": "query",
  1895. "required": true
  1896. },
  1897. {
  1898. "type": "integer",
  1899. "description": "用户id",
  1900. "name": "uid",
  1901. "in": "query",
  1902. "required": true
  1903. }
  1904. ],
  1905. "responses": {
  1906. "200": {
  1907. "description": "具体数据",
  1908. "schema": {
  1909. "$ref": "#/definitions/md.GetBlackListResp"
  1910. }
  1911. },
  1912. "400": {
  1913. "description": "具体错误",
  1914. "schema": {
  1915. "$ref": "#/definitions/md.Response"
  1916. }
  1917. }
  1918. }
  1919. }
  1920. },
  1921. "/api/friendCircleSettings/dynamic/del": {
  1922. "delete": {
  1923. "description": "动态(删除)",
  1924. "consumes": [
  1925. "application/json"
  1926. ],
  1927. "produces": [
  1928. "application/json"
  1929. ],
  1930. "tags": [
  1931. "动态设置"
  1932. ],
  1933. "summary": "社交管理-动态设置-动态(删除)",
  1934. "parameters": [
  1935. {
  1936. "type": "string",
  1937. "description": "验证参数Bearer和token空格拼接",
  1938. "name": "Authorization",
  1939. "in": "header",
  1940. "required": true
  1941. },
  1942. {
  1943. "description": "删除动态id必填",
  1944. "name": "req",
  1945. "in": "body",
  1946. "required": true,
  1947. "schema": {
  1948. "$ref": "#/definitions/md.DeleteDynamicReq"
  1949. }
  1950. }
  1951. ],
  1952. "responses": {
  1953. "200": {
  1954. "description": "success",
  1955. "schema": {
  1956. "type": "string"
  1957. }
  1958. },
  1959. "400": {
  1960. "description": "具体错误",
  1961. "schema": {
  1962. "$ref": "#/definitions/md.Response"
  1963. }
  1964. }
  1965. }
  1966. }
  1967. },
  1968. "/api/friendCircleSettings/dynamic/index": {
  1969. "post": {
  1970. "description": "动态(获取)",
  1971. "consumes": [
  1972. "application/json"
  1973. ],
  1974. "produces": [
  1975. "application/json"
  1976. ],
  1977. "tags": [
  1978. "动态设置"
  1979. ],
  1980. "summary": "社交管理-动态设置-动态(获取)",
  1981. "parameters": [
  1982. {
  1983. "type": "string",
  1984. "description": "验证参数Bearer和token空格拼接",
  1985. "name": "Authorization",
  1986. "in": "header",
  1987. "required": true
  1988. },
  1989. {
  1990. "description": "筛选条件",
  1991. "name": "req",
  1992. "in": "body",
  1993. "schema": {
  1994. "$ref": "#/definitions/md.GetDynamicReq"
  1995. }
  1996. }
  1997. ],
  1998. "responses": {
  1999. "200": {
  2000. "description": "生成的黑名单id",
  2001. "schema": {
  2002. "$ref": "#/definitions/md.GetDynamicResp"
  2003. }
  2004. },
  2005. "400": {
  2006. "description": "具体错误",
  2007. "schema": {
  2008. "$ref": "#/definitions/md.Response"
  2009. }
  2010. }
  2011. }
  2012. }
  2013. },
  2014. "/api/friendCircleSettings/dynamic/release": {
  2015. "post": {
  2016. "description": "动态(发布)",
  2017. "consumes": [
  2018. "application/json"
  2019. ],
  2020. "produces": [
  2021. "application/json"
  2022. ],
  2023. "tags": [
  2024. "动态设置"
  2025. ],
  2026. "summary": "社交管理-动态设置-动态(发布)",
  2027. "parameters": [
  2028. {
  2029. "type": "string",
  2030. "description": "验证参数Bearer和token空格拼接",
  2031. "name": "Authorization",
  2032. "in": "header",
  2033. "required": true
  2034. },
  2035. {
  2036. "description": "发布动态信息",
  2037. "name": "req",
  2038. "in": "body",
  2039. "required": true,
  2040. "schema": {
  2041. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2042. }
  2043. }
  2044. ],
  2045. "responses": {
  2046. "200": {
  2047. "description": "success",
  2048. "schema": {
  2049. "type": "string"
  2050. }
  2051. },
  2052. "400": {
  2053. "description": "具体错误",
  2054. "schema": {
  2055. "$ref": "#/definitions/md.Response"
  2056. }
  2057. }
  2058. }
  2059. }
  2060. },
  2061. "/api/friendCircleSettings/dynamic/update": {
  2062. "post": {
  2063. "description": "动态(更新)",
  2064. "consumes": [
  2065. "application/json"
  2066. ],
  2067. "produces": [
  2068. "application/json"
  2069. ],
  2070. "tags": [
  2071. "动态设置"
  2072. ],
  2073. "summary": "社交管理-动态设置-动态(更新)",
  2074. "parameters": [
  2075. {
  2076. "type": "string",
  2077. "description": "验证参数Bearer和token空格拼接",
  2078. "name": "Authorization",
  2079. "in": "header",
  2080. "required": true
  2081. },
  2082. {
  2083. "description": "更新动态id必填",
  2084. "name": "req",
  2085. "in": "body",
  2086. "required": true,
  2087. "schema": {
  2088. "$ref": "#/definitions/md.UpdateDynamicReq"
  2089. }
  2090. }
  2091. ],
  2092. "responses": {
  2093. "200": {
  2094. "description": "success",
  2095. "schema": {
  2096. "type": "string"
  2097. }
  2098. },
  2099. "400": {
  2100. "description": "具体错误",
  2101. "schema": {
  2102. "$ref": "#/definitions/md.Response"
  2103. }
  2104. }
  2105. }
  2106. }
  2107. },
  2108. "/api/getSTSVoucher": {
  2109. "get": {
  2110. "description": "STS临时访问凭证(获取)",
  2111. "consumes": [
  2112. "application/json"
  2113. ],
  2114. "produces": [
  2115. "application/json"
  2116. ],
  2117. "tags": [
  2118. "打包机使用"
  2119. ],
  2120. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2121. "parameters": [
  2122. {
  2123. "type": "string",
  2124. "description": "验证参数Bearer和token空格拼接",
  2125. "name": "Authorization",
  2126. "in": "header",
  2127. "required": true
  2128. }
  2129. ],
  2130. "responses": {
  2131. "200": {
  2132. "description": "凭证及其他信息",
  2133. "schema": {
  2134. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2135. }
  2136. },
  2137. "400": {
  2138. "description": "具体错误",
  2139. "schema": {
  2140. "$ref": "#/definitions/md.Response"
  2141. }
  2142. }
  2143. }
  2144. }
  2145. },
  2146. "/api/homePage/activeData": {
  2147. "get": {
  2148. "description": "活跃数据",
  2149. "consumes": [
  2150. "application/json"
  2151. ],
  2152. "produces": [
  2153. "application/json"
  2154. ],
  2155. "tags": [
  2156. "首页"
  2157. ],
  2158. "summary": "首页-首页-活跃数据",
  2159. "parameters": [
  2160. {
  2161. "type": "string",
  2162. "description": "验证参数Bearer和token空格拼接",
  2163. "name": "Authorization",
  2164. "in": "header",
  2165. "required": true
  2166. }
  2167. ],
  2168. "responses": {
  2169. "200": {
  2170. "description": "具体数据",
  2171. "schema": {
  2172. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2173. }
  2174. },
  2175. "400": {
  2176. "description": "具体错误",
  2177. "schema": {
  2178. "$ref": "#/definitions/md.Response"
  2179. }
  2180. }
  2181. }
  2182. }
  2183. },
  2184. "/api/homePage/growData": {
  2185. "get": {
  2186. "description": "用户增长曲线",
  2187. "consumes": [
  2188. "application/json"
  2189. ],
  2190. "produces": [
  2191. "application/json"
  2192. ],
  2193. "tags": [
  2194. "首页"
  2195. ],
  2196. "summary": "首页-首页-用户增长曲线",
  2197. "parameters": [
  2198. {
  2199. "type": "string",
  2200. "description": "验证参数Bearer和token空格拼接",
  2201. "name": "Authorization",
  2202. "in": "header",
  2203. "required": true
  2204. },
  2205. {
  2206. "type": "string",
  2207. "description": "1:按天 2:按周 3:按小时",
  2208. "name": "kind",
  2209. "in": "query"
  2210. }
  2211. ],
  2212. "responses": {
  2213. "200": {
  2214. "description": "具体数据",
  2215. "schema": {
  2216. "$ref": "#/definitions/md.GetPriceCurveResp"
  2217. }
  2218. },
  2219. "400": {
  2220. "description": "具体错误",
  2221. "schema": {
  2222. "$ref": "#/definitions/md.Response"
  2223. }
  2224. }
  2225. }
  2226. }
  2227. },
  2228. "/api/homePage/totalData": {
  2229. "get": {
  2230. "description": "数据总览",
  2231. "consumes": [
  2232. "application/json"
  2233. ],
  2234. "produces": [
  2235. "application/json"
  2236. ],
  2237. "tags": [
  2238. "首页"
  2239. ],
  2240. "summary": "首页-首页-数据总览",
  2241. "parameters": [
  2242. {
  2243. "type": "string",
  2244. "description": "验证参数Bearer和token空格拼接",
  2245. "name": "Authorization",
  2246. "in": "header",
  2247. "required": true
  2248. },
  2249. {
  2250. "type": "string",
  2251. "description": "年",
  2252. "name": "year",
  2253. "in": "query",
  2254. "required": true
  2255. },
  2256. {
  2257. "type": "string",
  2258. "description": "月",
  2259. "name": "month",
  2260. "in": "query",
  2261. "required": true
  2262. }
  2263. ],
  2264. "responses": {
  2265. "200": {
  2266. "description": "具体数据",
  2267. "schema": {
  2268. "$ref": "#/definitions/hdl.TotalDataResp"
  2269. }
  2270. },
  2271. "400": {
  2272. "description": "具体错误",
  2273. "schema": {
  2274. "$ref": "#/definitions/md.Response"
  2275. }
  2276. }
  2277. }
  2278. }
  2279. },
  2280. "/api/im/addCustomerService": {
  2281. "post": {
  2282. "description": "客服(新增)",
  2283. "consumes": [
  2284. "application/json"
  2285. ],
  2286. "produces": [
  2287. "application/json"
  2288. ],
  2289. "tags": [
  2290. "客服"
  2291. ],
  2292. "summary": "Im-客服(新增)",
  2293. "parameters": [
  2294. {
  2295. "type": "string",
  2296. "description": "验证参数Bearer和token空格拼接",
  2297. "name": "Authorization",
  2298. "in": "header",
  2299. "required": true
  2300. },
  2301. {
  2302. "description": "相关参数",
  2303. "name": "req",
  2304. "in": "body",
  2305. "required": true,
  2306. "schema": {
  2307. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2308. }
  2309. }
  2310. ],
  2311. "responses": {
  2312. "200": {
  2313. "description": "success",
  2314. "schema": {
  2315. "type": "string"
  2316. }
  2317. },
  2318. "400": {
  2319. "description": "具体错误",
  2320. "schema": {
  2321. "$ref": "#/definitions/md.Response"
  2322. }
  2323. }
  2324. }
  2325. }
  2326. },
  2327. "/api/im/addEmoticon": {
  2328. "post": {
  2329. "description": "表情包(新增)",
  2330. "consumes": [
  2331. "application/json"
  2332. ],
  2333. "produces": [
  2334. "application/json"
  2335. ],
  2336. "tags": [
  2337. "表情包"
  2338. ],
  2339. "summary": "Im-表情包(新增)",
  2340. "parameters": [
  2341. {
  2342. "type": "string",
  2343. "description": "验证参数Bearer和token空格拼接",
  2344. "name": "Authorization",
  2345. "in": "header",
  2346. "required": true
  2347. },
  2348. {
  2349. "description": "相关参数",
  2350. "name": "req",
  2351. "in": "body",
  2352. "required": true,
  2353. "schema": {
  2354. "$ref": "#/definitions/md.AddEmoticonReq"
  2355. }
  2356. }
  2357. ],
  2358. "responses": {
  2359. "200": {
  2360. "description": "success",
  2361. "schema": {
  2362. "type": "string"
  2363. }
  2364. },
  2365. "400": {
  2366. "description": "具体错误",
  2367. "schema": {
  2368. "$ref": "#/definitions/md.Response"
  2369. }
  2370. }
  2371. }
  2372. }
  2373. },
  2374. "/api/im/batchSendGroupMessage": {
  2375. "post": {
  2376. "description": "群发发送群组消息",
  2377. "consumes": [
  2378. "application/json"
  2379. ],
  2380. "produces": [
  2381. "application/json"
  2382. ],
  2383. "tags": [
  2384. "群发发送群组消息"
  2385. ],
  2386. "summary": "Im-群发发送群组消息",
  2387. "parameters": [
  2388. {
  2389. "type": "string",
  2390. "description": "验证参数Bearer和token空格拼接",
  2391. "name": "Authorization",
  2392. "in": "header",
  2393. "required": true
  2394. },
  2395. {
  2396. "description": "相关参数",
  2397. "name": "req",
  2398. "in": "body",
  2399. "required": true,
  2400. "schema": {
  2401. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2402. }
  2403. }
  2404. ],
  2405. "responses": {
  2406. "200": {
  2407. "description": "success",
  2408. "schema": {
  2409. "type": "string"
  2410. }
  2411. },
  2412. "400": {
  2413. "description": "具体错误",
  2414. "schema": {
  2415. "$ref": "#/definitions/md.Response"
  2416. }
  2417. }
  2418. }
  2419. }
  2420. },
  2421. "/api/im/batchSendUserMessage": {
  2422. "post": {
  2423. "description": "群发发送用户消息",
  2424. "consumes": [
  2425. "application/json"
  2426. ],
  2427. "produces": [
  2428. "application/json"
  2429. ],
  2430. "tags": [
  2431. "群发发送用户消息"
  2432. ],
  2433. "summary": "Im-群发发送用户消息",
  2434. "parameters": [
  2435. {
  2436. "type": "string",
  2437. "description": "验证参数Bearer和token空格拼接",
  2438. "name": "Authorization",
  2439. "in": "header",
  2440. "required": true
  2441. },
  2442. {
  2443. "description": "相关参数",
  2444. "name": "req",
  2445. "in": "body",
  2446. "required": true,
  2447. "schema": {
  2448. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2449. }
  2450. }
  2451. ],
  2452. "responses": {
  2453. "200": {
  2454. "description": "success",
  2455. "schema": {
  2456. "type": "string"
  2457. }
  2458. },
  2459. "400": {
  2460. "description": "具体错误",
  2461. "schema": {
  2462. "$ref": "#/definitions/md.Response"
  2463. }
  2464. }
  2465. }
  2466. }
  2467. },
  2468. "/api/im/deleteEmoticon": {
  2469. "post": {
  2470. "description": "表情包(删除)",
  2471. "consumes": [
  2472. "application/json"
  2473. ],
  2474. "produces": [
  2475. "application/json"
  2476. ],
  2477. "tags": [
  2478. "表情包"
  2479. ],
  2480. "summary": "Im-表情包(删除)",
  2481. "parameters": [
  2482. {
  2483. "type": "string",
  2484. "description": "验证参数Bearer和token空格拼接",
  2485. "name": "Authorization",
  2486. "in": "header",
  2487. "required": true
  2488. },
  2489. {
  2490. "description": "相关参数",
  2491. "name": "req",
  2492. "in": "body",
  2493. "required": true,
  2494. "schema": {
  2495. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2496. }
  2497. }
  2498. ],
  2499. "responses": {
  2500. "200": {
  2501. "description": "success",
  2502. "schema": {
  2503. "type": "string"
  2504. }
  2505. },
  2506. "400": {
  2507. "description": "具体错误",
  2508. "schema": {
  2509. "$ref": "#/definitions/md.Response"
  2510. }
  2511. }
  2512. }
  2513. }
  2514. },
  2515. "/api/im/getBasic": {
  2516. "get": {
  2517. "description": "基础设置(获取)",
  2518. "consumes": [
  2519. "application/json"
  2520. ],
  2521. "produces": [
  2522. "application/json"
  2523. ],
  2524. "tags": [
  2525. "基础设置"
  2526. ],
  2527. "summary": "Im-基础设置(获取)",
  2528. "parameters": [
  2529. {
  2530. "type": "string",
  2531. "description": "验证参数Bearer和token空格拼接",
  2532. "name": "Authorization",
  2533. "in": "header",
  2534. "required": true
  2535. }
  2536. ],
  2537. "responses": {
  2538. "200": {
  2539. "description": "设置列表",
  2540. "schema": {
  2541. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2542. }
  2543. },
  2544. "400": {
  2545. "description": "具体错误",
  2546. "schema": {
  2547. "$ref": "#/definitions/md.Response"
  2548. }
  2549. }
  2550. }
  2551. }
  2552. },
  2553. "/api/im/groupList": {
  2554. "post": {
  2555. "description": "群组用户(列表)",
  2556. "consumes": [
  2557. "application/json"
  2558. ],
  2559. "produces": [
  2560. "application/json"
  2561. ],
  2562. "tags": [
  2563. "群组用户"
  2564. ],
  2565. "summary": "Im-群组用户(列表)",
  2566. "parameters": [
  2567. {
  2568. "type": "string",
  2569. "description": "验证参数Bearer和token空格拼接",
  2570. "name": "Authorization",
  2571. "in": "header",
  2572. "required": true
  2573. },
  2574. {
  2575. "description": "相关参数",
  2576. "name": "req",
  2577. "in": "body",
  2578. "required": true,
  2579. "schema": {
  2580. "$ref": "#/definitions/md.GroupListReq"
  2581. }
  2582. }
  2583. ],
  2584. "responses": {
  2585. "200": {
  2586. "description": "OK",
  2587. "schema": {
  2588. "$ref": "#/definitions/md.GroupListResp"
  2589. }
  2590. },
  2591. "400": {
  2592. "description": "具体错误",
  2593. "schema": {
  2594. "$ref": "#/definitions/md.Response"
  2595. }
  2596. }
  2597. }
  2598. }
  2599. },
  2600. "/api/im/pageCustomerService": {
  2601. "post": {
  2602. "description": "客服(列表)",
  2603. "consumes": [
  2604. "application/json"
  2605. ],
  2606. "produces": [
  2607. "application/json"
  2608. ],
  2609. "tags": [
  2610. "客服"
  2611. ],
  2612. "summary": "Im-客服(列表)",
  2613. "parameters": [
  2614. {
  2615. "type": "string",
  2616. "description": "验证参数Bearer和token空格拼接",
  2617. "name": "Authorization",
  2618. "in": "header",
  2619. "required": true
  2620. },
  2621. {
  2622. "description": "相关参数",
  2623. "name": "req",
  2624. "in": "body",
  2625. "required": true,
  2626. "schema": {
  2627. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2628. }
  2629. }
  2630. ],
  2631. "responses": {
  2632. "200": {
  2633. "description": "设置列表",
  2634. "schema": {
  2635. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2636. }
  2637. },
  2638. "400": {
  2639. "description": "具体错误",
  2640. "schema": {
  2641. "$ref": "#/definitions/md.Response"
  2642. }
  2643. }
  2644. }
  2645. }
  2646. },
  2647. "/api/im/pageEmoticon": {
  2648. "post": {
  2649. "description": "表情包(列表)",
  2650. "consumes": [
  2651. "application/json"
  2652. ],
  2653. "produces": [
  2654. "application/json"
  2655. ],
  2656. "tags": [
  2657. "表情包"
  2658. ],
  2659. "summary": "Im-表情包(列表)",
  2660. "parameters": [
  2661. {
  2662. "type": "string",
  2663. "description": "验证参数Bearer和token空格拼接",
  2664. "name": "Authorization",
  2665. "in": "header",
  2666. "required": true
  2667. },
  2668. {
  2669. "description": "相关参数",
  2670. "name": "req",
  2671. "in": "body",
  2672. "required": true,
  2673. "schema": {
  2674. "$ref": "#/definitions/md.PageEmoticonReq"
  2675. }
  2676. }
  2677. ],
  2678. "responses": {
  2679. "200": {
  2680. "description": "设置列表",
  2681. "schema": {
  2682. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2683. }
  2684. },
  2685. "400": {
  2686. "description": "具体错误",
  2687. "schema": {
  2688. "$ref": "#/definitions/md.Response"
  2689. }
  2690. }
  2691. }
  2692. }
  2693. },
  2694. "/api/im/pageSendRedPackageOrd": {
  2695. "post": {
  2696. "description": "红包记录(列表)",
  2697. "consumes": [
  2698. "application/json"
  2699. ],
  2700. "produces": [
  2701. "application/json"
  2702. ],
  2703. "tags": [
  2704. "红包记录"
  2705. ],
  2706. "summary": "Im-红包记录(列表)",
  2707. "parameters": [
  2708. {
  2709. "type": "string",
  2710. "description": "验证参数Bearer和token空格拼接",
  2711. "name": "Authorization",
  2712. "in": "header",
  2713. "required": true
  2714. },
  2715. {
  2716. "description": "相关参数",
  2717. "name": "req",
  2718. "in": "body",
  2719. "required": true,
  2720. "schema": {
  2721. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2722. }
  2723. }
  2724. ],
  2725. "responses": {
  2726. "200": {
  2727. "description": "success",
  2728. "schema": {
  2729. "type": "string"
  2730. }
  2731. },
  2732. "400": {
  2733. "description": "具体错误",
  2734. "schema": {
  2735. "$ref": "#/definitions/md.Response"
  2736. }
  2737. }
  2738. }
  2739. }
  2740. },
  2741. "/api/im/redPackageRecordsDetail": {
  2742. "get": {
  2743. "description": "红包记录(详情)",
  2744. "consumes": [
  2745. "application/json"
  2746. ],
  2747. "produces": [
  2748. "application/json"
  2749. ],
  2750. "tags": [
  2751. "红包记录"
  2752. ],
  2753. "summary": "Im-红包记录(详情)",
  2754. "parameters": [
  2755. {
  2756. "type": "string",
  2757. "description": "验证参数Bearer和token空格拼接",
  2758. "name": "Authorization",
  2759. "in": "header",
  2760. "required": true
  2761. },
  2762. {
  2763. "type": "string",
  2764. "description": "红包id",
  2765. "name": "red_package_id",
  2766. "in": "query",
  2767. "required": true
  2768. }
  2769. ],
  2770. "responses": {
  2771. "200": {
  2772. "description": "success",
  2773. "schema": {
  2774. "type": "string"
  2775. }
  2776. },
  2777. "400": {
  2778. "description": "具体错误",
  2779. "schema": {
  2780. "$ref": "#/definitions/md.Response"
  2781. }
  2782. }
  2783. }
  2784. }
  2785. },
  2786. "/api/im/setBasic": {
  2787. "post": {
  2788. "description": "基础设置(更新)",
  2789. "consumes": [
  2790. "application/json"
  2791. ],
  2792. "produces": [
  2793. "application/json"
  2794. ],
  2795. "tags": [
  2796. "基础设置"
  2797. ],
  2798. "summary": "Im-基础设置(更新)",
  2799. "parameters": [
  2800. {
  2801. "type": "string",
  2802. "description": "验证参数Bearer和token空格拼接",
  2803. "name": "Authorization",
  2804. "in": "header",
  2805. "required": true
  2806. },
  2807. {
  2808. "description": "上传需要修改的信息",
  2809. "name": "req",
  2810. "in": "body",
  2811. "required": true,
  2812. "schema": {
  2813. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2814. }
  2815. }
  2816. ],
  2817. "responses": {
  2818. "200": {
  2819. "description": "success",
  2820. "schema": {
  2821. "type": "string"
  2822. }
  2823. },
  2824. "400": {
  2825. "description": "具体错误",
  2826. "schema": {
  2827. "$ref": "#/definitions/md.Response"
  2828. }
  2829. }
  2830. }
  2831. }
  2832. },
  2833. "/api/im/setCustomerServiceState": {
  2834. "post": {
  2835. "description": "客服(更新状态)",
  2836. "consumes": [
  2837. "application/json"
  2838. ],
  2839. "produces": [
  2840. "application/json"
  2841. ],
  2842. "tags": [
  2843. "客服"
  2844. ],
  2845. "summary": "Im-客服(更新状态)",
  2846. "parameters": [
  2847. {
  2848. "type": "string",
  2849. "description": "验证参数Bearer和token空格拼接",
  2850. "name": "Authorization",
  2851. "in": "header",
  2852. "required": true
  2853. },
  2854. {
  2855. "description": "相关参数",
  2856. "name": "req",
  2857. "in": "body",
  2858. "required": true,
  2859. "schema": {
  2860. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2861. }
  2862. }
  2863. ],
  2864. "responses": {
  2865. "200": {
  2866. "description": "success",
  2867. "schema": {
  2868. "type": "string"
  2869. }
  2870. },
  2871. "400": {
  2872. "description": "具体错误",
  2873. "schema": {
  2874. "$ref": "#/definitions/md.Response"
  2875. }
  2876. }
  2877. }
  2878. }
  2879. },
  2880. "/api/im/setEmoticonState": {
  2881. "post": {
  2882. "description": "表情包(新增)",
  2883. "consumes": [
  2884. "application/json"
  2885. ],
  2886. "produces": [
  2887. "application/json"
  2888. ],
  2889. "tags": [
  2890. "表情包"
  2891. ],
  2892. "summary": "Im-表情包(更新状态)",
  2893. "parameters": [
  2894. {
  2895. "type": "string",
  2896. "description": "验证参数Bearer和token空格拼接",
  2897. "name": "Authorization",
  2898. "in": "header",
  2899. "required": true
  2900. },
  2901. {
  2902. "description": "相关参数",
  2903. "name": "req",
  2904. "in": "body",
  2905. "required": true,
  2906. "schema": {
  2907. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2908. }
  2909. }
  2910. ],
  2911. "responses": {
  2912. "200": {
  2913. "description": "success",
  2914. "schema": {
  2915. "type": "string"
  2916. }
  2917. },
  2918. "400": {
  2919. "description": "具体错误",
  2920. "schema": {
  2921. "$ref": "#/definitions/md.Response"
  2922. }
  2923. }
  2924. }
  2925. }
  2926. },
  2927. "/api/im/updateCustomerServiceMemo": {
  2928. "post": {
  2929. "description": "客服(编辑备注)",
  2930. "consumes": [
  2931. "application/json"
  2932. ],
  2933. "produces": [
  2934. "application/json"
  2935. ],
  2936. "tags": [
  2937. "客服"
  2938. ],
  2939. "summary": "Im-客服(编辑备注)",
  2940. "parameters": [
  2941. {
  2942. "type": "string",
  2943. "description": "验证参数Bearer和token空格拼接",
  2944. "name": "Authorization",
  2945. "in": "header",
  2946. "required": true
  2947. },
  2948. {
  2949. "description": "相关参数",
  2950. "name": "req",
  2951. "in": "body",
  2952. "required": true,
  2953. "schema": {
  2954. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2955. }
  2956. }
  2957. ],
  2958. "responses": {
  2959. "200": {
  2960. "description": "success",
  2961. "schema": {
  2962. "type": "string"
  2963. }
  2964. },
  2965. "400": {
  2966. "description": "具体错误",
  2967. "schema": {
  2968. "$ref": "#/definitions/md.Response"
  2969. }
  2970. }
  2971. }
  2972. }
  2973. },
  2974. "/api/im/updateEmoticon": {
  2975. "post": {
  2976. "description": "表情包(编辑)",
  2977. "consumes": [
  2978. "application/json"
  2979. ],
  2980. "produces": [
  2981. "application/json"
  2982. ],
  2983. "tags": [
  2984. "表情包"
  2985. ],
  2986. "summary": "Im-表情包(编辑)",
  2987. "parameters": [
  2988. {
  2989. "type": "string",
  2990. "description": "验证参数Bearer和token空格拼接",
  2991. "name": "Authorization",
  2992. "in": "header",
  2993. "required": true
  2994. },
  2995. {
  2996. "description": "相关参数",
  2997. "name": "req",
  2998. "in": "body",
  2999. "required": true,
  3000. "schema": {
  3001. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3002. }
  3003. }
  3004. ],
  3005. "responses": {
  3006. "200": {
  3007. "description": "success",
  3008. "schema": {
  3009. "type": "string"
  3010. }
  3011. },
  3012. "400": {
  3013. "description": "具体错误",
  3014. "schema": {
  3015. "$ref": "#/definitions/md.Response"
  3016. }
  3017. }
  3018. }
  3019. }
  3020. },
  3021. "/api/institutionalManagement/contentReward/playlet/base": {
  3022. "get": {
  3023. "description": "制度中心-内容奖励-短剧基本信息",
  3024. "consumes": [
  3025. "application/json"
  3026. ],
  3027. "produces": [
  3028. "application/json"
  3029. ],
  3030. "tags": [
  3031. "蛋蛋能量"
  3032. ],
  3033. "summary": "制度中心-内容奖励-短剧基本信息",
  3034. "parameters": [
  3035. {
  3036. "type": "string",
  3037. "description": "验证参数Bearer和token空格拼接",
  3038. "name": "Authorization",
  3039. "in": "header",
  3040. "required": true
  3041. }
  3042. ],
  3043. "responses": {
  3044. "200": {
  3045. "description": "具体数据",
  3046. "schema": {
  3047. "$ref": "#/definitions/md.PlayletBaseData"
  3048. }
  3049. },
  3050. "400": {
  3051. "description": "具体错误",
  3052. "schema": {
  3053. "$ref": "#/definitions/md.Response"
  3054. }
  3055. }
  3056. }
  3057. }
  3058. },
  3059. "/api/institutionalManagement/contentReward/playlet/save": {
  3060. "post": {
  3061. "description": "制度中心-内容奖励-短剧基本配置保存",
  3062. "consumes": [
  3063. "application/json"
  3064. ],
  3065. "produces": [
  3066. "application/json"
  3067. ],
  3068. "tags": [
  3069. "蛋蛋能量"
  3070. ],
  3071. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3072. "parameters": [
  3073. {
  3074. "type": "string",
  3075. "description": "验证参数Bearer和token空格拼接",
  3076. "name": "Authorization",
  3077. "in": "header",
  3078. "required": true
  3079. },
  3080. {
  3081. "description": "(分页信息必填)",
  3082. "name": "req",
  3083. "in": "body",
  3084. "required": true,
  3085. "schema": {
  3086. "$ref": "#/definitions/md.PlayletBaseData"
  3087. }
  3088. }
  3089. ],
  3090. "responses": {
  3091. "200": {
  3092. "description": "具体数据",
  3093. "schema": {
  3094. "type": "string"
  3095. }
  3096. },
  3097. "400": {
  3098. "description": "具体错误",
  3099. "schema": {
  3100. "$ref": "#/definitions/md.Response"
  3101. }
  3102. }
  3103. }
  3104. }
  3105. },
  3106. "/api/institutionalManagement/contentReward/video/base": {
  3107. "get": {
  3108. "description": "制度中心-内容奖励-短视频基本信息",
  3109. "consumes": [
  3110. "application/json"
  3111. ],
  3112. "produces": [
  3113. "application/json"
  3114. ],
  3115. "tags": [
  3116. "蛋蛋能量"
  3117. ],
  3118. "summary": "制度中心-内容奖励-短视频基本信息",
  3119. "parameters": [
  3120. {
  3121. "type": "string",
  3122. "description": "验证参数Bearer和token空格拼接",
  3123. "name": "Authorization",
  3124. "in": "header",
  3125. "required": true
  3126. }
  3127. ],
  3128. "responses": {
  3129. "200": {
  3130. "description": "具体数据",
  3131. "schema": {
  3132. "$ref": "#/definitions/md.VideoBaseData"
  3133. }
  3134. },
  3135. "400": {
  3136. "description": "具体错误",
  3137. "schema": {
  3138. "$ref": "#/definitions/md.Response"
  3139. }
  3140. }
  3141. }
  3142. }
  3143. },
  3144. "/api/institutionalManagement/contentReward/video/save": {
  3145. "post": {
  3146. "description": "制度中心-内容奖励-短视频基本配置保存",
  3147. "consumes": [
  3148. "application/json"
  3149. ],
  3150. "produces": [
  3151. "application/json"
  3152. ],
  3153. "tags": [
  3154. "蛋蛋能量"
  3155. ],
  3156. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3157. "parameters": [
  3158. {
  3159. "type": "string",
  3160. "description": "验证参数Bearer和token空格拼接",
  3161. "name": "Authorization",
  3162. "in": "header",
  3163. "required": true
  3164. },
  3165. {
  3166. "description": "(分页信息必填)",
  3167. "name": "req",
  3168. "in": "body",
  3169. "required": true,
  3170. "schema": {
  3171. "$ref": "#/definitions/md.VideoBaseData"
  3172. }
  3173. }
  3174. ],
  3175. "responses": {
  3176. "200": {
  3177. "description": "具体数据",
  3178. "schema": {
  3179. "type": "string"
  3180. }
  3181. },
  3182. "400": {
  3183. "description": "具体错误",
  3184. "schema": {
  3185. "$ref": "#/definitions/md.Response"
  3186. }
  3187. }
  3188. }
  3189. }
  3190. },
  3191. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3192. "post": {
  3193. "description": "会员设置(新增)",
  3194. "consumes": [
  3195. "application/json"
  3196. ],
  3197. "produces": [
  3198. "application/json"
  3199. ],
  3200. "tags": [
  3201. "蛋蛋能量"
  3202. ],
  3203. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3204. "parameters": [
  3205. {
  3206. "type": "string",
  3207. "description": "验证参数Bearer和token空格拼接",
  3208. "name": "Authorization",
  3209. "in": "header",
  3210. "required": true
  3211. },
  3212. {
  3213. "description": "system_id 必填",
  3214. "name": "req",
  3215. "in": "body",
  3216. "required": true,
  3217. "schema": {
  3218. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3219. }
  3220. }
  3221. ],
  3222. "responses": {
  3223. "200": {
  3224. "description": "修改数据条数",
  3225. "schema": {
  3226. "type": "int"
  3227. }
  3228. },
  3229. "400": {
  3230. "description": "具体错误",
  3231. "schema": {
  3232. "$ref": "#/definitions/md.Response"
  3233. }
  3234. }
  3235. }
  3236. }
  3237. },
  3238. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3239. "post": {
  3240. "description": "动态数据流水(获取)",
  3241. "consumes": [
  3242. "application/json"
  3243. ],
  3244. "produces": [
  3245. "application/json"
  3246. ],
  3247. "tags": [
  3248. "公排管理"
  3249. ],
  3250. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3251. "parameters": [
  3252. {
  3253. "type": "string",
  3254. "description": "验证参数Bearer和token空格拼接",
  3255. "name": "Authorization",
  3256. "in": "header",
  3257. "required": true
  3258. },
  3259. {
  3260. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3261. "name": "req",
  3262. "in": "body",
  3263. "required": true,
  3264. "schema": {
  3265. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3266. }
  3267. }
  3268. ],
  3269. "responses": {
  3270. "200": {
  3271. "description": "成功返回",
  3272. "schema": {
  3273. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3274. }
  3275. },
  3276. "400": {
  3277. "description": "具体错误",
  3278. "schema": {
  3279. "$ref": "#/definitions/md.Response"
  3280. }
  3281. }
  3282. }
  3283. }
  3284. },
  3285. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3286. "post": {
  3287. "description": "批量新增币种",
  3288. "consumes": [
  3289. "application/json"
  3290. ],
  3291. "produces": [
  3292. "application/json"
  3293. ],
  3294. "tags": [
  3295. "蛋蛋能量"
  3296. ],
  3297. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3298. "parameters": [
  3299. {
  3300. "type": "string",
  3301. "description": "验证参数Bearer和token空格拼接",
  3302. "name": "Authorization",
  3303. "in": "header",
  3304. "required": true
  3305. },
  3306. {
  3307. "description": "新增数据信息",
  3308. "name": "req",
  3309. "in": "body",
  3310. "required": true,
  3311. "schema": {
  3312. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3313. }
  3314. }
  3315. ],
  3316. "responses": {
  3317. "200": {
  3318. "description": "新增数据数量",
  3319. "schema": {
  3320. "type": "int"
  3321. }
  3322. },
  3323. "400": {
  3324. "description": "具体错误",
  3325. "schema": {
  3326. "$ref": "#/definitions/md.Response"
  3327. }
  3328. }
  3329. }
  3330. }
  3331. },
  3332. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3333. "get": {
  3334. "description": "贡献值-基础设置(获取)",
  3335. "consumes": [
  3336. "application/json"
  3337. ],
  3338. "produces": [
  3339. "application/json"
  3340. ],
  3341. "tags": [
  3342. "贡献值"
  3343. ],
  3344. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3345. "parameters": [
  3346. {
  3347. "type": "string",
  3348. "description": "验证参数Bearer和token空格拼接",
  3349. "name": "Authorization",
  3350. "in": "header",
  3351. "required": true
  3352. }
  3353. ],
  3354. "responses": {
  3355. "200": {
  3356. "description": "具体数据",
  3357. "schema": {
  3358. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3359. }
  3360. },
  3361. "400": {
  3362. "description": "具体错误",
  3363. "schema": {
  3364. "$ref": "#/definitions/md.Response"
  3365. }
  3366. }
  3367. }
  3368. }
  3369. },
  3370. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3371. "post": {
  3372. "description": "贡献值-基础设置(更新)",
  3373. "consumes": [
  3374. "application/json"
  3375. ],
  3376. "produces": [
  3377. "application/json"
  3378. ],
  3379. "tags": [
  3380. "贡献值"
  3381. ],
  3382. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3383. "parameters": [
  3384. {
  3385. "type": "string",
  3386. "description": "验证参数Bearer和token空格拼接",
  3387. "name": "Authorization",
  3388. "in": "header",
  3389. "required": true
  3390. },
  3391. {
  3392. "description": "id 必填",
  3393. "name": "req",
  3394. "in": "body",
  3395. "required": true,
  3396. "schema": {
  3397. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3398. }
  3399. }
  3400. ],
  3401. "responses": {
  3402. "200": {
  3403. "description": "修改数据条数",
  3404. "schema": {
  3405. "type": "int"
  3406. }
  3407. },
  3408. "400": {
  3409. "description": "具体错误",
  3410. "schema": {
  3411. "$ref": "#/definitions/md.Response"
  3412. }
  3413. }
  3414. }
  3415. }
  3416. },
  3417. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3418. "delete": {
  3419. "description": "删除币种",
  3420. "consumes": [
  3421. "application/json"
  3422. ],
  3423. "produces": [
  3424. "application/json"
  3425. ],
  3426. "tags": [
  3427. "蛋蛋能量"
  3428. ],
  3429. "summary": "制度中心-蛋蛋能量-删除币种",
  3430. "parameters": [
  3431. {
  3432. "type": "string",
  3433. "description": "验证参数Bearer和token空格拼接",
  3434. "name": "Authorization",
  3435. "in": "header",
  3436. "required": true
  3437. }
  3438. ],
  3439. "responses": {
  3440. "200": {
  3441. "description": "删除数据数量",
  3442. "schema": {
  3443. "type": "int"
  3444. }
  3445. },
  3446. "400": {
  3447. "description": "具体错误",
  3448. "schema": {
  3449. "$ref": "#/definitions/md.Response"
  3450. }
  3451. }
  3452. }
  3453. }
  3454. },
  3455. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3456. "post": {
  3457. "description": "蛋蛋分管理(人工打分)",
  3458. "consumes": [
  3459. "application/json"
  3460. ],
  3461. "produces": [
  3462. "application/json"
  3463. ],
  3464. "tags": [
  3465. "蛋蛋能量"
  3466. ],
  3467. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3468. "parameters": [
  3469. {
  3470. "type": "string",
  3471. "description": "验证参数Bearer和token空格拼接",
  3472. "name": "Authorization",
  3473. "in": "header",
  3474. "required": true
  3475. },
  3476. {
  3477. "description": "请求参数",
  3478. "name": "req",
  3479. "in": "body",
  3480. "required": true,
  3481. "schema": {
  3482. "$ref": "#/definitions/md.ManualScoreReq"
  3483. }
  3484. }
  3485. ],
  3486. "responses": {
  3487. "200": {
  3488. "description": "成功返回",
  3489. "schema": {
  3490. "type": "string"
  3491. }
  3492. },
  3493. "400": {
  3494. "description": "具体错误",
  3495. "schema": {
  3496. "$ref": "#/definitions/md.Response"
  3497. }
  3498. }
  3499. }
  3500. }
  3501. },
  3502. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3503. "post": {
  3504. "description": "蛋蛋分管理(着陆页数据分析)",
  3505. "consumes": [
  3506. "application/json"
  3507. ],
  3508. "produces": [
  3509. "application/json"
  3510. ],
  3511. "tags": [
  3512. "蛋蛋能量"
  3513. ],
  3514. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3515. "parameters": [
  3516. {
  3517. "type": "string",
  3518. "description": "验证参数Bearer和token空格拼接",
  3519. "name": "Authorization",
  3520. "in": "header",
  3521. "required": true
  3522. },
  3523. {
  3524. "description": "请求参数",
  3525. "name": "req",
  3526. "in": "body",
  3527. "required": true,
  3528. "schema": {
  3529. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3530. }
  3531. }
  3532. ],
  3533. "responses": {
  3534. "200": {
  3535. "description": "成功返回",
  3536. "schema": {
  3537. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3538. }
  3539. },
  3540. "400": {
  3541. "description": "具体错误",
  3542. "schema": {
  3543. "$ref": "#/definitions/md.Response"
  3544. }
  3545. }
  3546. }
  3547. }
  3548. },
  3549. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3550. "post": {
  3551. "description": "蛋蛋分管理(用户数据列表)",
  3552. "consumes": [
  3553. "application/json"
  3554. ],
  3555. "produces": [
  3556. "application/json"
  3557. ],
  3558. "tags": [
  3559. "蛋蛋能量"
  3560. ],
  3561. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3562. "parameters": [
  3563. {
  3564. "type": "string",
  3565. "description": "验证参数Bearer和token空格拼接",
  3566. "name": "Authorization",
  3567. "in": "header",
  3568. "required": true
  3569. },
  3570. {
  3571. "description": "请求参数",
  3572. "name": "req",
  3573. "in": "body",
  3574. "required": true,
  3575. "schema": {
  3576. "$ref": "#/definitions/md.UserEggFlowReq"
  3577. }
  3578. }
  3579. ],
  3580. "responses": {
  3581. "200": {
  3582. "description": "成功返回",
  3583. "schema": {
  3584. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3585. }
  3586. },
  3587. "400": {
  3588. "description": "具体错误",
  3589. "schema": {
  3590. "$ref": "#/definitions/md.Response"
  3591. }
  3592. }
  3593. }
  3594. }
  3595. },
  3596. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3597. "post": {
  3598. "description": "蛋蛋分管理(着陆页数据)",
  3599. "consumes": [
  3600. "application/json"
  3601. ],
  3602. "produces": [
  3603. "application/json"
  3604. ],
  3605. "tags": [
  3606. "蛋蛋能量"
  3607. ],
  3608. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3609. "parameters": [
  3610. {
  3611. "type": "string",
  3612. "description": "验证参数Bearer和token空格拼接",
  3613. "name": "Authorization",
  3614. "in": "header",
  3615. "required": true
  3616. },
  3617. {
  3618. "description": "请求参数",
  3619. "name": "req",
  3620. "in": "body",
  3621. "required": true,
  3622. "schema": {
  3623. "$ref": "#/definitions/md.UserEggIndexReq"
  3624. }
  3625. }
  3626. ],
  3627. "responses": {
  3628. "200": {
  3629. "description": "成功返回",
  3630. "schema": {
  3631. "$ref": "#/definitions/md.UserEggIndexResp"
  3632. }
  3633. },
  3634. "400": {
  3635. "description": "具体错误",
  3636. "schema": {
  3637. "$ref": "#/definitions/md.Response"
  3638. }
  3639. }
  3640. }
  3641. }
  3642. },
  3643. "/api/institutionalManagement/eggEnergy/getBasic": {
  3644. "get": {
  3645. "description": "基础设置(获取)",
  3646. "consumes": [
  3647. "application/json"
  3648. ],
  3649. "produces": [
  3650. "application/json"
  3651. ],
  3652. "tags": [
  3653. "蛋蛋能量"
  3654. ],
  3655. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3656. "parameters": [
  3657. {
  3658. "type": "string",
  3659. "description": "验证参数Bearer和token空格拼接",
  3660. "name": "Authorization",
  3661. "in": "header",
  3662. "required": true
  3663. }
  3664. ],
  3665. "responses": {
  3666. "200": {
  3667. "description": "具体数据",
  3668. "schema": {
  3669. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3670. }
  3671. },
  3672. "400": {
  3673. "description": "具体错误",
  3674. "schema": {
  3675. "$ref": "#/definitions/md.Response"
  3676. }
  3677. }
  3678. }
  3679. }
  3680. },
  3681. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3682. "get": {
  3683. "description": "基础会员设置(获取)",
  3684. "consumes": [
  3685. "application/json"
  3686. ],
  3687. "produces": [
  3688. "application/json"
  3689. ],
  3690. "tags": [
  3691. "蛋蛋能量"
  3692. ],
  3693. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3694. "parameters": [
  3695. {
  3696. "type": "string",
  3697. "description": "验证参数Bearer和token空格拼接",
  3698. "name": "Authorization",
  3699. "in": "header",
  3700. "required": true
  3701. }
  3702. ],
  3703. "responses": {
  3704. "200": {
  3705. "description": "具体数据",
  3706. "schema": {
  3707. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3708. }
  3709. },
  3710. "400": {
  3711. "description": "具体错误",
  3712. "schema": {
  3713. "$ref": "#/definitions/md.Response"
  3714. }
  3715. }
  3716. }
  3717. }
  3718. },
  3719. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3720. "get": {
  3721. "description": "查询所有币种(获取)",
  3722. "consumes": [
  3723. "application/json"
  3724. ],
  3725. "produces": [
  3726. "application/json"
  3727. ],
  3728. "tags": [
  3729. "蛋蛋能量"
  3730. ],
  3731. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3732. "parameters": [
  3733. {
  3734. "type": "string",
  3735. "description": "验证参数Bearer和token空格拼接",
  3736. "name": "Authorization",
  3737. "in": "header",
  3738. "required": true
  3739. }
  3740. ],
  3741. "responses": {
  3742. "200": {
  3743. "description": "成功返回",
  3744. "schema": {
  3745. "type": "array",
  3746. "items": {
  3747. "$ref": "#/definitions/md.VirtualCoin"
  3748. }
  3749. }
  3750. },
  3751. "400": {
  3752. "description": "具体错误",
  3753. "schema": {
  3754. "$ref": "#/definitions/md.Response"
  3755. }
  3756. }
  3757. }
  3758. }
  3759. },
  3760. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3761. "get": {
  3762. "description": "数据概览(获取)",
  3763. "consumes": [
  3764. "application/json"
  3765. ],
  3766. "produces": [
  3767. "application/json"
  3768. ],
  3769. "tags": [
  3770. "蛋蛋能量"
  3771. ],
  3772. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3773. "parameters": [
  3774. {
  3775. "type": "string",
  3776. "description": "验证参数Bearer和token空格拼接",
  3777. "name": "Authorization",
  3778. "in": "header",
  3779. "required": true
  3780. }
  3781. ],
  3782. "responses": {
  3783. "200": {
  3784. "description": "具体数据",
  3785. "schema": {
  3786. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3787. }
  3788. },
  3789. "400": {
  3790. "description": "具体错误",
  3791. "schema": {
  3792. "$ref": "#/definitions/md.Response"
  3793. }
  3794. }
  3795. }
  3796. }
  3797. },
  3798. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3799. "post": {
  3800. "description": "价值明细数据(新增)",
  3801. "consumes": [
  3802. "application/json"
  3803. ],
  3804. "produces": [
  3805. "application/json"
  3806. ],
  3807. "tags": [
  3808. "蛋蛋能量"
  3809. ],
  3810. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3811. "parameters": [
  3812. {
  3813. "type": "string",
  3814. "description": "验证参数Bearer和token空格拼接",
  3815. "name": "Authorization",
  3816. "in": "header",
  3817. "required": true
  3818. },
  3819. {
  3820. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3821. "name": "req",
  3822. "in": "body",
  3823. "required": true,
  3824. "schema": {
  3825. "$ref": "#/definitions/md.AddFundDataReq"
  3826. }
  3827. }
  3828. ],
  3829. "responses": {
  3830. "200": {
  3831. "description": "插入数据 id",
  3832. "schema": {
  3833. "type": "int"
  3834. }
  3835. },
  3836. "400": {
  3837. "description": "具体错误",
  3838. "schema": {
  3839. "$ref": "#/definitions/md.Response"
  3840. }
  3841. }
  3842. }
  3843. }
  3844. },
  3845. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3846. "post": {
  3847. "description": "新增数据列表(获取)",
  3848. "consumes": [
  3849. "application/json"
  3850. ],
  3851. "produces": [
  3852. "application/json"
  3853. ],
  3854. "tags": [
  3855. "蛋蛋能量"
  3856. ],
  3857. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3858. "parameters": [
  3859. {
  3860. "type": "string",
  3861. "description": "验证参数Bearer和token空格拼接",
  3862. "name": "Authorization",
  3863. "in": "header",
  3864. "required": true
  3865. },
  3866. {
  3867. "description": "分页信息必填",
  3868. "name": "req",
  3869. "in": "body",
  3870. "required": true,
  3871. "schema": {
  3872. "$ref": "#/definitions/md.GetFundDataListReq"
  3873. }
  3874. }
  3875. ],
  3876. "responses": {
  3877. "200": {
  3878. "description": "具体数据",
  3879. "schema": {
  3880. "$ref": "#/definitions/md.GetFundDataListResp"
  3881. }
  3882. },
  3883. "400": {
  3884. "description": "具体错误",
  3885. "schema": {
  3886. "$ref": "#/definitions/md.Response"
  3887. }
  3888. }
  3889. }
  3890. }
  3891. },
  3892. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3893. "post": {
  3894. "description": "新增数据列表详情(查询)",
  3895. "consumes": [
  3896. "application/json"
  3897. ],
  3898. "produces": [
  3899. "application/json"
  3900. ],
  3901. "tags": [
  3902. "蛋蛋能量"
  3903. ],
  3904. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3905. "parameters": [
  3906. {
  3907. "type": "string",
  3908. "description": "验证参数Bearer和token空格拼接",
  3909. "name": "Authorization",
  3910. "in": "header",
  3911. "required": true
  3912. },
  3913. {
  3914. "description": "获取到的 system_id 以及分页信息",
  3915. "name": "req",
  3916. "in": "body",
  3917. "required": true,
  3918. "schema": {
  3919. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3920. }
  3921. }
  3922. ],
  3923. "responses": {
  3924. "200": {
  3925. "description": "具体数据",
  3926. "schema": {
  3927. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3928. }
  3929. },
  3930. "400": {
  3931. "description": "具体错误",
  3932. "schema": {
  3933. "$ref": "#/definitions/md.Response"
  3934. }
  3935. }
  3936. }
  3937. }
  3938. },
  3939. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  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. "type": "string",
  3962. "description": "1:按天 2:按小时 3:按周",
  3963. "name": "kind",
  3964. "in": "query"
  3965. }
  3966. ],
  3967. "responses": {
  3968. "200": {
  3969. "description": "具体数据",
  3970. "schema": {
  3971. "$ref": "#/definitions/md.GetPriceCurveResp"
  3972. }
  3973. },
  3974. "400": {
  3975. "description": "具体错误",
  3976. "schema": {
  3977. "$ref": "#/definitions/md.Response"
  3978. }
  3979. }
  3980. }
  3981. }
  3982. },
  3983. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3984. "post": {
  3985. "description": "激励视频(获取)",
  3986. "consumes": [
  3987. "application/json"
  3988. ],
  3989. "produces": [
  3990. "application/json"
  3991. ],
  3992. "tags": [
  3993. "蛋蛋能量"
  3994. ],
  3995. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3996. "parameters": [
  3997. {
  3998. "type": "string",
  3999. "description": "验证参数Bearer和token空格拼接",
  4000. "name": "Authorization",
  4001. "in": "header",
  4002. "required": true
  4003. },
  4004. {
  4005. "description": "落地页不填页大小默认20条数据",
  4006. "name": "req",
  4007. "in": "body",
  4008. "required": true,
  4009. "schema": {
  4010. "$ref": "#/definitions/md.SetVideoRewardReq"
  4011. }
  4012. }
  4013. ],
  4014. "responses": {
  4015. "200": {
  4016. "description": "OK",
  4017. "schema": {
  4018. "$ref": "#/definitions/md.GetVideoRewardResp"
  4019. }
  4020. },
  4021. "400": {
  4022. "description": "具体错误",
  4023. "schema": {
  4024. "$ref": "#/definitions/md.Response"
  4025. }
  4026. }
  4027. }
  4028. }
  4029. },
  4030. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4031. "post": {
  4032. "description": "其他广告设置数据(新增)",
  4033. "consumes": [
  4034. "application/json"
  4035. ],
  4036. "produces": [
  4037. "application/json"
  4038. ],
  4039. "tags": [
  4040. "蛋蛋能量"
  4041. ],
  4042. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4043. "parameters": [
  4044. {
  4045. "type": "string",
  4046. "description": "验证参数Bearer和token空格拼接",
  4047. "name": "Authorization",
  4048. "in": "header",
  4049. "required": true
  4050. },
  4051. {
  4052. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4053. "name": "req",
  4054. "in": "body",
  4055. "required": true,
  4056. "schema": {
  4057. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4058. }
  4059. }
  4060. ],
  4061. "responses": {
  4062. "200": {
  4063. "description": "插入数据 id",
  4064. "schema": {
  4065. "type": "int"
  4066. }
  4067. },
  4068. "400": {
  4069. "description": "具体错误",
  4070. "schema": {
  4071. "$ref": "#/definitions/md.Response"
  4072. }
  4073. }
  4074. }
  4075. }
  4076. },
  4077. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4078. "post": {
  4079. "description": "其他广告设置数据(获取)",
  4080. "consumes": [
  4081. "application/json"
  4082. ],
  4083. "produces": [
  4084. "application/json"
  4085. ],
  4086. "tags": [
  4087. "蛋蛋能量"
  4088. ],
  4089. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4090. "parameters": [
  4091. {
  4092. "type": "string",
  4093. "description": "验证参数Bearer和token空格拼接",
  4094. "name": "Authorization",
  4095. "in": "header",
  4096. "required": true
  4097. },
  4098. {
  4099. "description": "分页信息必填",
  4100. "name": "req",
  4101. "in": "body",
  4102. "required": true,
  4103. "schema": {
  4104. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4105. }
  4106. }
  4107. ],
  4108. "responses": {
  4109. "200": {
  4110. "description": "具体数据",
  4111. "schema": {
  4112. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4113. }
  4114. },
  4115. "400": {
  4116. "description": "具体错误",
  4117. "schema": {
  4118. "$ref": "#/definitions/md.Response"
  4119. }
  4120. }
  4121. }
  4122. }
  4123. },
  4124. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4125. "post": {
  4126. "description": "激励视频(设置)",
  4127. "consumes": [
  4128. "application/json"
  4129. ],
  4130. "produces": [
  4131. "application/json"
  4132. ],
  4133. "tags": [
  4134. "蛋蛋能量"
  4135. ],
  4136. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4137. "parameters": [
  4138. {
  4139. "type": "string",
  4140. "description": "验证参数Bearer和token空格拼接",
  4141. "name": "Authorization",
  4142. "in": "header",
  4143. "required": true
  4144. },
  4145. {
  4146. "description": "落地页不填页大小默认20条数据",
  4147. "name": "req",
  4148. "in": "body",
  4149. "required": true,
  4150. "schema": {
  4151. "$ref": "#/definitions/md.SetVideoRewardReq"
  4152. }
  4153. }
  4154. ],
  4155. "responses": {
  4156. "200": {
  4157. "description": "success",
  4158. "schema": {
  4159. "type": "string"
  4160. }
  4161. },
  4162. "400": {
  4163. "description": "具体错误",
  4164. "schema": {
  4165. "$ref": "#/definitions/md.Response"
  4166. }
  4167. }
  4168. }
  4169. }
  4170. },
  4171. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4172. "post": {
  4173. "description": "基础设置(更新)",
  4174. "consumes": [
  4175. "application/json"
  4176. ],
  4177. "produces": [
  4178. "application/json"
  4179. ],
  4180. "tags": [
  4181. "蛋蛋能量"
  4182. ],
  4183. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4184. "parameters": [
  4185. {
  4186. "type": "string",
  4187. "description": "验证参数Bearer和token空格拼接",
  4188. "name": "Authorization",
  4189. "in": "header",
  4190. "required": true
  4191. },
  4192. {
  4193. "description": "system_id 必填",
  4194. "name": "req",
  4195. "in": "body",
  4196. "required": true,
  4197. "schema": {
  4198. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4199. }
  4200. }
  4201. ],
  4202. "responses": {
  4203. "200": {
  4204. "description": "修改数据条数",
  4205. "schema": {
  4206. "type": "int"
  4207. }
  4208. },
  4209. "400": {
  4210. "description": "具体错误",
  4211. "schema": {
  4212. "$ref": "#/definitions/md.Response"
  4213. }
  4214. }
  4215. }
  4216. }
  4217. },
  4218. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4219. "post": {
  4220. "description": "会员设置(更新)",
  4221. "consumes": [
  4222. "application/json"
  4223. ],
  4224. "produces": [
  4225. "application/json"
  4226. ],
  4227. "tags": [
  4228. "蛋蛋能量"
  4229. ],
  4230. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4231. "parameters": [
  4232. {
  4233. "type": "string",
  4234. "description": "验证参数Bearer和token空格拼接",
  4235. "name": "Authorization",
  4236. "in": "header",
  4237. "required": true
  4238. },
  4239. {
  4240. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4241. "name": "req",
  4242. "in": "body",
  4243. "required": true,
  4244. "schema": {
  4245. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4246. }
  4247. }
  4248. ],
  4249. "responses": {
  4250. "200": {
  4251. "description": "修改数据条数",
  4252. "schema": {
  4253. "type": "int"
  4254. }
  4255. },
  4256. "400": {
  4257. "description": "具体错误",
  4258. "schema": {
  4259. "$ref": "#/definitions/md.Response"
  4260. }
  4261. }
  4262. }
  4263. }
  4264. },
  4265. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4266. "post": {
  4267. "description": "更新币种信息",
  4268. "consumes": [
  4269. "application/json"
  4270. ],
  4271. "produces": [
  4272. "application/json"
  4273. ],
  4274. "tags": [
  4275. "蛋蛋能量"
  4276. ],
  4277. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4278. "parameters": [
  4279. {
  4280. "type": "string",
  4281. "description": "验证参数Bearer和token空格拼接",
  4282. "name": "Authorization",
  4283. "in": "header",
  4284. "required": true
  4285. },
  4286. {
  4287. "description": "更新数据信息",
  4288. "name": "req",
  4289. "in": "body",
  4290. "required": true,
  4291. "schema": {
  4292. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4293. }
  4294. }
  4295. ],
  4296. "responses": {
  4297. "200": {
  4298. "description": "更新数据数量",
  4299. "schema": {
  4300. "type": "int"
  4301. }
  4302. },
  4303. "400": {
  4304. "description": "具体错误",
  4305. "schema": {
  4306. "$ref": "#/definitions/md.Response"
  4307. }
  4308. }
  4309. }
  4310. }
  4311. },
  4312. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4313. "post": {
  4314. "description": "蛋蛋能量流水(查询)",
  4315. "consumes": [
  4316. "application/json"
  4317. ],
  4318. "produces": [
  4319. "application/json"
  4320. ],
  4321. "tags": [
  4322. "公排管理"
  4323. ],
  4324. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4325. "parameters": [
  4326. {
  4327. "type": "string",
  4328. "description": "验证参数Bearer和token空格拼接",
  4329. "name": "Authorization",
  4330. "in": "header",
  4331. "required": true
  4332. },
  4333. {
  4334. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4335. "name": "req",
  4336. "in": "body",
  4337. "required": true,
  4338. "schema": {
  4339. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4340. }
  4341. }
  4342. ],
  4343. "responses": {
  4344. "200": {
  4345. "description": "成功返回",
  4346. "schema": {
  4347. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4348. }
  4349. },
  4350. "400": {
  4351. "description": "具体错误",
  4352. "schema": {
  4353. "$ref": "#/definitions/md.Response"
  4354. }
  4355. }
  4356. }
  4357. }
  4358. },
  4359. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4360. "post": {
  4361. "description": "蛋蛋能量明细(获取)",
  4362. "consumes": [
  4363. "application/json"
  4364. ],
  4365. "produces": [
  4366. "application/json"
  4367. ],
  4368. "tags": [
  4369. "公排管理"
  4370. ],
  4371. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4372. "parameters": [
  4373. {
  4374. "type": "string",
  4375. "description": "验证参数Bearer和token空格拼接",
  4376. "name": "Authorization",
  4377. "in": "header",
  4378. "required": true
  4379. },
  4380. {
  4381. "description": "落地页不填页大小默认20条数据",
  4382. "name": "req",
  4383. "in": "body",
  4384. "schema": {
  4385. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4386. }
  4387. }
  4388. ],
  4389. "responses": {
  4390. "200": {
  4391. "description": "成功返回",
  4392. "schema": {
  4393. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4394. }
  4395. },
  4396. "400": {
  4397. "description": "具体错误",
  4398. "schema": {
  4399. "$ref": "#/definitions/md.Response"
  4400. }
  4401. }
  4402. }
  4403. }
  4404. },
  4405. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4406. "post": {
  4407. "description": "蛋蛋积分持有者明细(获取)",
  4408. "consumes": [
  4409. "application/json"
  4410. ],
  4411. "produces": [
  4412. "application/json"
  4413. ],
  4414. "tags": [
  4415. "公排管理"
  4416. ],
  4417. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4418. "parameters": [
  4419. {
  4420. "type": "string",
  4421. "description": "验证参数Bearer和token空格拼接",
  4422. "name": "Authorization",
  4423. "in": "header",
  4424. "required": true
  4425. },
  4426. {
  4427. "description": "落地页不填页大小默认20条数据",
  4428. "name": "req",
  4429. "in": "body",
  4430. "schema": {
  4431. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4432. }
  4433. }
  4434. ],
  4435. "responses": {
  4436. "200": {
  4437. "description": "成功返回",
  4438. "schema": {
  4439. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4440. }
  4441. },
  4442. "400": {
  4443. "description": "具体错误",
  4444. "schema": {
  4445. "$ref": "#/definitions/md.Response"
  4446. }
  4447. }
  4448. }
  4449. }
  4450. },
  4451. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4452. "post": {
  4453. "description": "蛋蛋积分流水明细(查询)",
  4454. "consumes": [
  4455. "application/json"
  4456. ],
  4457. "produces": [
  4458. "application/json"
  4459. ],
  4460. "tags": [
  4461. "公排管理"
  4462. ],
  4463. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4464. "parameters": [
  4465. {
  4466. "type": "string",
  4467. "description": "验证参数Bearer和token空格拼接",
  4468. "name": "Authorization",
  4469. "in": "header",
  4470. "required": true
  4471. },
  4472. {
  4473. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4474. "name": "req",
  4475. "in": "body",
  4476. "required": true,
  4477. "schema": {
  4478. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4479. }
  4480. }
  4481. ],
  4482. "responses": {
  4483. "200": {
  4484. "description": "成功返回",
  4485. "schema": {
  4486. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4487. }
  4488. },
  4489. "400": {
  4490. "description": "具体错误",
  4491. "schema": {
  4492. "$ref": "#/definitions/md.Response"
  4493. }
  4494. }
  4495. }
  4496. }
  4497. },
  4498. "/api/institutionalManagement/eggPointCoefficient/add": {
  4499. "post": {
  4500. "description": "区间系数(新增 支持批量新增)",
  4501. "consumes": [
  4502. "application/json"
  4503. ],
  4504. "produces": [
  4505. "application/json"
  4506. ],
  4507. "tags": [
  4508. "蛋蛋分区间系数管理"
  4509. ],
  4510. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4511. "parameters": [
  4512. {
  4513. "type": "string",
  4514. "description": "验证参数Bearer和token空格拼接",
  4515. "name": "Authorization",
  4516. "in": "header",
  4517. "required": true
  4518. },
  4519. {
  4520. "description": "需要新增的内容",
  4521. "name": "req",
  4522. "in": "body",
  4523. "required": true,
  4524. "schema": {
  4525. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4526. }
  4527. }
  4528. ],
  4529. "responses": {
  4530. "200": {
  4531. "description": "新增数据条数",
  4532. "schema": {
  4533. "type": "int"
  4534. }
  4535. },
  4536. "400": {
  4537. "description": "具体错误",
  4538. "schema": {
  4539. "$ref": "#/definitions/md.Response"
  4540. }
  4541. }
  4542. }
  4543. }
  4544. },
  4545. "/api/institutionalManagement/eggPointCoefficient/del": {
  4546. "delete": {
  4547. "description": "区间系数(删除)",
  4548. "consumes": [
  4549. "application/json"
  4550. ],
  4551. "produces": [
  4552. "application/json"
  4553. ],
  4554. "tags": [
  4555. "蛋蛋分区间系数管理"
  4556. ],
  4557. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4558. "parameters": [
  4559. {
  4560. "type": "string",
  4561. "description": "验证参数Bearer和token空格拼接",
  4562. "name": "Authorization",
  4563. "in": "header",
  4564. "required": true
  4565. },
  4566. {
  4567. "description": "需要删除的数据id",
  4568. "name": "req",
  4569. "in": "body",
  4570. "required": true,
  4571. "schema": {
  4572. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4573. }
  4574. }
  4575. ],
  4576. "responses": {
  4577. "200": {
  4578. "description": "成功删除数据条数",
  4579. "schema": {
  4580. "type": "int"
  4581. }
  4582. },
  4583. "400": {
  4584. "description": "具体错误",
  4585. "schema": {
  4586. "$ref": "#/definitions/md.Response"
  4587. }
  4588. }
  4589. }
  4590. }
  4591. },
  4592. "/api/institutionalManagement/eggPointCoefficient/index": {
  4593. "get": {
  4594. "description": "区间系数(获取)",
  4595. "consumes": [
  4596. "application/json"
  4597. ],
  4598. "produces": [
  4599. "application/json"
  4600. ],
  4601. "tags": [
  4602. "蛋蛋分区间系数管理"
  4603. ],
  4604. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4605. "parameters": [
  4606. {
  4607. "type": "string",
  4608. "description": "验证参数Bearer和token空格拼接",
  4609. "name": "Authorization",
  4610. "in": "header",
  4611. "required": true
  4612. }
  4613. ],
  4614. "responses": {
  4615. "200": {
  4616. "description": "OK",
  4617. "schema": {
  4618. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4619. }
  4620. },
  4621. "400": {
  4622. "description": "具体错误",
  4623. "schema": {
  4624. "$ref": "#/definitions/md.Response"
  4625. }
  4626. }
  4627. }
  4628. }
  4629. },
  4630. "/api/institutionalManagement/eggPointCoefficient/update": {
  4631. "post": {
  4632. "description": "区间系数(更新)",
  4633. "consumes": [
  4634. "application/json"
  4635. ],
  4636. "produces": [
  4637. "application/json"
  4638. ],
  4639. "tags": [
  4640. "蛋蛋分区间系数管理"
  4641. ],
  4642. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4643. "parameters": [
  4644. {
  4645. "type": "string",
  4646. "description": "验证参数Bearer和token空格拼接",
  4647. "name": "Authorization",
  4648. "in": "header",
  4649. "required": true
  4650. },
  4651. {
  4652. "description": "需要更新的数据信息",
  4653. "name": "req",
  4654. "in": "body",
  4655. "required": true,
  4656. "schema": {
  4657. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4658. }
  4659. }
  4660. ],
  4661. "responses": {
  4662. "200": {
  4663. "description": "成功修改的数据数量",
  4664. "schema": {
  4665. "type": "int"
  4666. }
  4667. },
  4668. "400": {
  4669. "description": "具体错误",
  4670. "schema": {
  4671. "$ref": "#/definitions/md.Response"
  4672. }
  4673. }
  4674. }
  4675. }
  4676. },
  4677. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4678. "get": {
  4679. "description": "个性化设置(获取)",
  4680. "consumes": [
  4681. "application/json"
  4682. ],
  4683. "produces": [
  4684. "application/json"
  4685. ],
  4686. "tags": [
  4687. "模块设置"
  4688. ],
  4689. "summary": "制度中心-模块设置-个性化设置(获取)",
  4690. "parameters": [
  4691. {
  4692. "type": "string",
  4693. "description": "验证参数Bearer和token空格拼接",
  4694. "name": "Authorization",
  4695. "in": "header",
  4696. "required": true
  4697. },
  4698. {
  4699. "type": "string",
  4700. "description": "模块类型值",
  4701. "name": "mod_name_value",
  4702. "in": "query",
  4703. "required": true
  4704. }
  4705. ],
  4706. "responses": {
  4707. "200": {
  4708. "description": "具体数据",
  4709. "schema": {
  4710. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4711. }
  4712. },
  4713. "400": {
  4714. "description": "具体错误",
  4715. "schema": {
  4716. "$ref": "#/definitions/md.Response"
  4717. }
  4718. }
  4719. }
  4720. }
  4721. },
  4722. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4723. "post": {
  4724. "description": "个性化设置(更新)",
  4725. "consumes": [
  4726. "application/json"
  4727. ],
  4728. "produces": [
  4729. "application/json"
  4730. ],
  4731. "tags": [
  4732. "模块设置"
  4733. ],
  4734. "summary": "制度中心-模块设置-个性化设置(更新)",
  4735. "parameters": [
  4736. {
  4737. "type": "string",
  4738. "description": "验证参数Bearer和token空格拼接",
  4739. "name": "Authorization",
  4740. "in": "header",
  4741. "required": true
  4742. },
  4743. {
  4744. "description": "模块类型值必填 链接传入完整 URL",
  4745. "name": "req",
  4746. "in": "body",
  4747. "required": true,
  4748. "schema": {
  4749. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4750. }
  4751. }
  4752. ],
  4753. "responses": {
  4754. "200": {
  4755. "description": "修改数据条数",
  4756. "schema": {
  4757. "type": "int"
  4758. }
  4759. },
  4760. "400": {
  4761. "description": "具体错误",
  4762. "schema": {
  4763. "$ref": "#/definitions/md.Response"
  4764. }
  4765. }
  4766. }
  4767. }
  4768. },
  4769. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4770. "post": {
  4771. "description": "社区分红(新增)",
  4772. "consumes": [
  4773. "application/json"
  4774. ],
  4775. "produces": [
  4776. "application/json"
  4777. ],
  4778. "tags": [
  4779. "公排管理"
  4780. ],
  4781. "summary": "制度中心-公排管理-社区分红(新增)",
  4782. "parameters": [
  4783. {
  4784. "type": "string",
  4785. "description": "验证参数Bearer和token空格拼接",
  4786. "name": "Authorization",
  4787. "in": "header",
  4788. "required": true
  4789. },
  4790. {
  4791. "description": "分红名称、分红总量",
  4792. "name": "req",
  4793. "in": "body",
  4794. "required": true,
  4795. "schema": {
  4796. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4797. }
  4798. }
  4799. ],
  4800. "responses": {
  4801. "200": {
  4802. "description": "成功",
  4803. "schema": {
  4804. "type": "success"
  4805. }
  4806. },
  4807. "400": {
  4808. "description": "具体错误",
  4809. "schema": {
  4810. "$ref": "#/definitions/md.Response"
  4811. }
  4812. }
  4813. }
  4814. }
  4815. },
  4816. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4817. "post": {
  4818. "description": "社区分红(查询)",
  4819. "consumes": [
  4820. "application/json"
  4821. ],
  4822. "produces": [
  4823. "application/json"
  4824. ],
  4825. "tags": [
  4826. "公排管理"
  4827. ],
  4828. "summary": "制度中心-公排管理-社区分红(查询)",
  4829. "parameters": [
  4830. {
  4831. "type": "string",
  4832. "description": "验证参数Bearer和token空格拼接",
  4833. "name": "Authorization",
  4834. "in": "header",
  4835. "required": true
  4836. },
  4837. {
  4838. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4839. "name": "req",
  4840. "in": "body",
  4841. "required": true,
  4842. "schema": {
  4843. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4844. }
  4845. }
  4846. ],
  4847. "responses": {
  4848. "200": {
  4849. "description": "具体数据",
  4850. "schema": {
  4851. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4852. }
  4853. },
  4854. "400": {
  4855. "description": "具体错误",
  4856. "schema": {
  4857. "$ref": "#/definitions/md.Response"
  4858. }
  4859. }
  4860. }
  4861. }
  4862. },
  4863. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4864. "post": {
  4865. "description": "社区长列表(新增)",
  4866. "consumes": [
  4867. "application/json"
  4868. ],
  4869. "produces": [
  4870. "application/json"
  4871. ],
  4872. "tags": [
  4873. "公排管理"
  4874. ],
  4875. "summary": "制度中心-公排管理-社区长列表(新增)",
  4876. "parameters": [
  4877. {
  4878. "type": "string",
  4879. "description": "验证参数Bearer和token空格拼接",
  4880. "name": "Authorization",
  4881. "in": "header",
  4882. "required": true
  4883. },
  4884. {
  4885. "description": "新增社区长 ID、备注",
  4886. "name": "req",
  4887. "in": "body",
  4888. "required": true,
  4889. "schema": {
  4890. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4891. }
  4892. }
  4893. ],
  4894. "responses": {
  4895. "200": {
  4896. "description": "插入数据 ID",
  4897. "schema": {
  4898. "type": "int"
  4899. }
  4900. },
  4901. "400": {
  4902. "description": "具体错误",
  4903. "schema": {
  4904. "$ref": "#/definitions/md.Response"
  4905. }
  4906. }
  4907. }
  4908. }
  4909. },
  4910. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4911. "post": {
  4912. "description": "社区长列表(查询)",
  4913. "consumes": [
  4914. "application/json"
  4915. ],
  4916. "produces": [
  4917. "application/json"
  4918. ],
  4919. "tags": [
  4920. "公排管理"
  4921. ],
  4922. "summary": "制度中心-公排管理-社区长列表(查询)",
  4923. "parameters": [
  4924. {
  4925. "type": "string",
  4926. "description": "验证参数Bearer和token空格拼接",
  4927. "name": "Authorization",
  4928. "in": "header",
  4929. "required": true
  4930. },
  4931. {
  4932. "description": "页数、每页大小必填 手机号、用户ID选填",
  4933. "name": "req",
  4934. "in": "body",
  4935. "required": true,
  4936. "schema": {
  4937. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4938. }
  4939. }
  4940. ],
  4941. "responses": {
  4942. "200": {
  4943. "description": "社区长列表",
  4944. "schema": {
  4945. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4946. }
  4947. },
  4948. "400": {
  4949. "description": "具体错误",
  4950. "schema": {
  4951. "$ref": "#/definitions/md.Response"
  4952. }
  4953. }
  4954. }
  4955. }
  4956. },
  4957. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  4958. "post": {
  4959. "description": "关系分布图(位置转换)",
  4960. "consumes": [
  4961. "application/json"
  4962. ],
  4963. "produces": [
  4964. "application/json"
  4965. ],
  4966. "tags": [
  4967. "公排管理"
  4968. ],
  4969. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  4970. "parameters": [
  4971. {
  4972. "type": "string",
  4973. "description": "验证参数Bearer和token空格拼接",
  4974. "name": "Authorization",
  4975. "in": "header",
  4976. "required": true
  4977. },
  4978. {
  4979. "description": "需要交换的两个位置",
  4980. "name": "req",
  4981. "in": "body",
  4982. "required": true,
  4983. "schema": {
  4984. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  4985. }
  4986. }
  4987. ],
  4988. "responses": {
  4989. "200": {
  4990. "description": "成功返回",
  4991. "schema": {
  4992. "type": ""
  4993. }
  4994. },
  4995. "400": {
  4996. "description": "具体错误",
  4997. "schema": {
  4998. "$ref": "#/definitions/md.Response"
  4999. }
  5000. }
  5001. }
  5002. }
  5003. },
  5004. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5005. "get": {
  5006. "description": "关系分布图(获取指定用户上级)",
  5007. "consumes": [
  5008. "application/json"
  5009. ],
  5010. "produces": [
  5011. "application/json"
  5012. ],
  5013. "tags": [
  5014. "公排管理"
  5015. ],
  5016. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5017. "parameters": [
  5018. {
  5019. "type": "string",
  5020. "description": "验证参数Bearer和token空格拼接",
  5021. "name": "Authorization",
  5022. "in": "header",
  5023. "required": true
  5024. },
  5025. {
  5026. "type": "string",
  5027. "description": "用户ID",
  5028. "name": "uid",
  5029. "in": "query",
  5030. "required": true
  5031. }
  5032. ],
  5033. "responses": {
  5034. "200": {
  5035. "description": "具体数据",
  5036. "schema": {
  5037. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5038. }
  5039. },
  5040. "400": {
  5041. "description": "具体错误",
  5042. "schema": {
  5043. "$ref": "#/definitions/md.Response"
  5044. }
  5045. }
  5046. }
  5047. }
  5048. },
  5049. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5050. "get": {
  5051. "description": "关系分布图(获取指定用户下级)",
  5052. "consumes": [
  5053. "application/json"
  5054. ],
  5055. "produces": [
  5056. "application/json"
  5057. ],
  5058. "tags": [
  5059. "公排管理"
  5060. ],
  5061. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5062. "parameters": [
  5063. {
  5064. "type": "string",
  5065. "description": "验证参数Bearer和token空格拼接",
  5066. "name": "Authorization",
  5067. "in": "header",
  5068. "required": true
  5069. },
  5070. {
  5071. "type": "string",
  5072. "description": "用户ID",
  5073. "name": "uid",
  5074. "in": "query",
  5075. "required": true
  5076. }
  5077. ],
  5078. "responses": {
  5079. "200": {
  5080. "description": "具体数据",
  5081. "schema": {
  5082. "$ref": "#/definitions/md.TreeNode"
  5083. }
  5084. },
  5085. "400": {
  5086. "description": "具体错误",
  5087. "schema": {
  5088. "$ref": "#/definitions/md.Response"
  5089. }
  5090. }
  5091. }
  5092. }
  5093. },
  5094. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5095. "get": {
  5096. "description": "公排基础设置(获取)",
  5097. "consumes": [
  5098. "application/json"
  5099. ],
  5100. "produces": [
  5101. "application/json"
  5102. ],
  5103. "tags": [
  5104. "公排管理"
  5105. ],
  5106. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5107. "parameters": [
  5108. {
  5109. "type": "string",
  5110. "description": "验证参数Bearer和token空格拼接",
  5111. "name": "Authorization",
  5112. "in": "header",
  5113. "required": true
  5114. }
  5115. ],
  5116. "responses": {
  5117. "200": {
  5118. "description": "具体数据",
  5119. "schema": {
  5120. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5121. }
  5122. },
  5123. "400": {
  5124. "description": "具体错误",
  5125. "schema": {
  5126. "$ref": "#/definitions/md.Response"
  5127. }
  5128. }
  5129. }
  5130. }
  5131. },
  5132. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5133. "delete": {
  5134. "description": "免罚用户(删除)",
  5135. "consumes": [
  5136. "application/json"
  5137. ],
  5138. "produces": [
  5139. "application/json"
  5140. ],
  5141. "tags": [
  5142. "公排管理"
  5143. ],
  5144. "summary": "制度中心-公排管理-免罚用户(删除)",
  5145. "parameters": [
  5146. {
  5147. "type": "string",
  5148. "description": "验证参数Bearer和token空格拼接",
  5149. "name": "Authorization",
  5150. "in": "header",
  5151. "required": true
  5152. },
  5153. {
  5154. "description": "免罚用户ID",
  5155. "name": "req",
  5156. "in": "body",
  5157. "required": true,
  5158. "schema": {
  5159. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5160. }
  5161. }
  5162. ],
  5163. "responses": {
  5164. "200": {
  5165. "description": "删除数据数量",
  5166. "schema": {
  5167. "type": "int"
  5168. }
  5169. },
  5170. "400": {
  5171. "description": "具体错误",
  5172. "schema": {
  5173. "$ref": "#/definitions/md.Response"
  5174. }
  5175. }
  5176. }
  5177. }
  5178. },
  5179. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5180. "post": {
  5181. "description": "免罚用户(查询)",
  5182. "consumes": [
  5183. "application/json"
  5184. ],
  5185. "produces": [
  5186. "application/json"
  5187. ],
  5188. "tags": [
  5189. "公排管理"
  5190. ],
  5191. "summary": "制度中心-公排管理-免罚用户(查询)",
  5192. "parameters": [
  5193. {
  5194. "type": "string",
  5195. "description": "验证参数Bearer和token空格拼接",
  5196. "name": "Authorization",
  5197. "in": "header",
  5198. "required": true
  5199. },
  5200. {
  5201. "description": "页数和行数必填,uid选填",
  5202. "name": "req",
  5203. "in": "body",
  5204. "required": true,
  5205. "schema": {
  5206. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5207. }
  5208. }
  5209. ],
  5210. "responses": {
  5211. "200": {
  5212. "description": "成功返回",
  5213. "schema": {
  5214. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5215. }
  5216. },
  5217. "400": {
  5218. "description": "具体错误",
  5219. "schema": {
  5220. "$ref": "#/definitions/md.Response"
  5221. }
  5222. }
  5223. }
  5224. }
  5225. },
  5226. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5227. "post": {
  5228. "description": "免罚用户(新增)",
  5229. "consumes": [
  5230. "application/json"
  5231. ],
  5232. "produces": [
  5233. "application/json"
  5234. ],
  5235. "tags": [
  5236. "公排管理"
  5237. ],
  5238. "summary": "制度中心-公排管理-免罚用户(新增)",
  5239. "parameters": [
  5240. {
  5241. "type": "string",
  5242. "description": "验证参数Bearer和token空格拼接",
  5243. "name": "Authorization",
  5244. "in": "header",
  5245. "required": true
  5246. },
  5247. {
  5248. "description": "免罚用户ID",
  5249. "name": "req",
  5250. "in": "body",
  5251. "required": true,
  5252. "schema": {
  5253. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5254. }
  5255. }
  5256. ],
  5257. "responses": {
  5258. "200": {
  5259. "description": "插入数据 ID",
  5260. "schema": {
  5261. "type": "int"
  5262. }
  5263. },
  5264. "400": {
  5265. "description": "具体错误",
  5266. "schema": {
  5267. "$ref": "#/definitions/md.Response"
  5268. }
  5269. }
  5270. }
  5271. }
  5272. },
  5273. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5274. "get": {
  5275. "description": "关系分布图(获取)",
  5276. "consumes": [
  5277. "application/json"
  5278. ],
  5279. "produces": [
  5280. "application/json"
  5281. ],
  5282. "tags": [
  5283. "公排管理"
  5284. ],
  5285. "summary": "制度中心-公排管理-关系分布图(获取)",
  5286. "parameters": [
  5287. {
  5288. "type": "string",
  5289. "description": "验证参数Bearer和token空格拼接",
  5290. "name": "Authorization",
  5291. "in": "header",
  5292. "required": true
  5293. },
  5294. {
  5295. "type": "string",
  5296. "description": "phone",
  5297. "name": "phone",
  5298. "in": "query",
  5299. "required": true
  5300. },
  5301. {
  5302. "type": "string",
  5303. "description": "uid",
  5304. "name": "uid",
  5305. "in": "query",
  5306. "required": true
  5307. }
  5308. ],
  5309. "responses": {
  5310. "200": {
  5311. "description": "具体数据",
  5312. "schema": {
  5313. "$ref": "#/definitions/md.TreeNode"
  5314. }
  5315. },
  5316. "400": {
  5317. "description": "具体错误",
  5318. "schema": {
  5319. "$ref": "#/definitions/md.Response"
  5320. }
  5321. }
  5322. }
  5323. }
  5324. },
  5325. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5326. "post": {
  5327. "description": "公排基础设置选择会员(查询)",
  5328. "consumes": [
  5329. "application/json"
  5330. ],
  5331. "produces": [
  5332. "application/json"
  5333. ],
  5334. "tags": [
  5335. "公排管理"
  5336. ],
  5337. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5338. "parameters": [
  5339. {
  5340. "type": "string",
  5341. "description": "验证参数Bearer和token空格拼接",
  5342. "name": "Authorization",
  5343. "in": "header",
  5344. "required": true
  5345. },
  5346. {
  5347. "description": "分页信息必填",
  5348. "name": "req",
  5349. "in": "body",
  5350. "required": true,
  5351. "schema": {
  5352. "$ref": "#/definitions/md.SelectMemberReq"
  5353. }
  5354. }
  5355. ],
  5356. "responses": {
  5357. "200": {
  5358. "description": "具体数据",
  5359. "schema": {
  5360. "$ref": "#/definitions/md.SelectMemberResp"
  5361. }
  5362. },
  5363. "400": {
  5364. "description": "具体错误",
  5365. "schema": {
  5366. "$ref": "#/definitions/md.Response"
  5367. }
  5368. }
  5369. }
  5370. }
  5371. },
  5372. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5373. "put": {
  5374. "description": "公排基础设置(修改)",
  5375. "consumes": [
  5376. "application/json"
  5377. ],
  5378. "produces": [
  5379. "application/json"
  5380. ],
  5381. "tags": [
  5382. "公排管理"
  5383. ],
  5384. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5385. "parameters": [
  5386. {
  5387. "type": "string",
  5388. "description": "验证参数Bearer和token空格拼接",
  5389. "name": "Authorization",
  5390. "in": "header",
  5391. "required": true
  5392. },
  5393. {
  5394. "description": "公排设置表单内容",
  5395. "name": "req",
  5396. "in": "body",
  5397. "required": true,
  5398. "schema": {
  5399. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5400. }
  5401. }
  5402. ],
  5403. "responses": {
  5404. "200": {
  5405. "description": "success",
  5406. "schema": {
  5407. "type": "string"
  5408. }
  5409. },
  5410. "400": {
  5411. "description": "具体错误",
  5412. "schema": {
  5413. "$ref": "#/definitions/md.Response"
  5414. }
  5415. }
  5416. }
  5417. }
  5418. },
  5419. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5420. "post": {
  5421. "description": "日活分析",
  5422. "consumes": [
  5423. "application/json"
  5424. ],
  5425. "produces": [
  5426. "application/json"
  5427. ],
  5428. "tags": [
  5429. "公排管理"
  5430. ],
  5431. "summary": "制度中心-公排管理-日活分析",
  5432. "parameters": [
  5433. {
  5434. "type": "string",
  5435. "description": "验证参数Bearer和token空格拼接",
  5436. "name": "Authorization",
  5437. "in": "header",
  5438. "required": true
  5439. },
  5440. {
  5441. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5442. "name": "req",
  5443. "in": "body",
  5444. "required": true,
  5445. "schema": {
  5446. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5447. }
  5448. }
  5449. ],
  5450. "responses": {
  5451. "200": {
  5452. "description": "具体数据",
  5453. "schema": {
  5454. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5455. }
  5456. },
  5457. "400": {
  5458. "description": "具体错误",
  5459. "schema": {
  5460. "$ref": "#/definitions/md.Response"
  5461. }
  5462. }
  5463. }
  5464. }
  5465. },
  5466. "/api/login": {
  5467. "post": {
  5468. "description": "登入",
  5469. "consumes": [
  5470. "application/json"
  5471. ],
  5472. "produces": [
  5473. "application/json"
  5474. ],
  5475. "tags": [
  5476. "登录"
  5477. ],
  5478. "summary": "登陆",
  5479. "parameters": [
  5480. {
  5481. "description": "用户名密码",
  5482. "name": "req",
  5483. "in": "body",
  5484. "required": true,
  5485. "schema": {
  5486. "$ref": "#/definitions/md.LoginReq"
  5487. }
  5488. }
  5489. ],
  5490. "responses": {
  5491. "200": {
  5492. "description": "token",
  5493. "schema": {
  5494. "$ref": "#/definitions/md.LoginResponse"
  5495. }
  5496. },
  5497. "400": {
  5498. "description": "具体错误",
  5499. "schema": {
  5500. "$ref": "#/definitions/md.Response"
  5501. }
  5502. }
  5503. }
  5504. }
  5505. },
  5506. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5507. "get": {
  5508. "description": "新人红包设置(获取)",
  5509. "consumes": [
  5510. "application/json"
  5511. ],
  5512. "produces": [
  5513. "application/json"
  5514. ],
  5515. "tags": [
  5516. "营销应用"
  5517. ],
  5518. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5519. "parameters": [
  5520. {
  5521. "type": "string",
  5522. "description": "验证参数Bearer和token空格拼接",
  5523. "name": "Authorization",
  5524. "in": "header",
  5525. "required": true
  5526. }
  5527. ],
  5528. "responses": {
  5529. "200": {
  5530. "description": "具体数据",
  5531. "schema": {
  5532. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5533. }
  5534. },
  5535. "400": {
  5536. "description": "具体错误",
  5537. "schema": {
  5538. "$ref": "#/definitions/md.Response"
  5539. }
  5540. }
  5541. }
  5542. }
  5543. },
  5544. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5545. "post": {
  5546. "description": "新人红包列表明细(查询)",
  5547. "consumes": [
  5548. "application/json"
  5549. ],
  5550. "produces": [
  5551. "application/json"
  5552. ],
  5553. "tags": [
  5554. "营销应用"
  5555. ],
  5556. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5557. "parameters": [
  5558. {
  5559. "type": "string",
  5560. "description": "验证参数Bearer和token空格拼接",
  5561. "name": "Authorization",
  5562. "in": "header",
  5563. "required": true
  5564. },
  5565. {
  5566. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5567. "name": "req",
  5568. "in": "body",
  5569. "required": true,
  5570. "schema": {
  5571. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5572. }
  5573. }
  5574. ],
  5575. "responses": {
  5576. "200": {
  5577. "description": "具体数据",
  5578. "schema": {
  5579. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5580. }
  5581. },
  5582. "400": {
  5583. "description": "具体错误",
  5584. "schema": {
  5585. "$ref": "#/definitions/md.Response"
  5586. }
  5587. }
  5588. }
  5589. }
  5590. },
  5591. "/api/marketingApplications/newUserRedPackage/recordList": {
  5592. "post": {
  5593. "description": "新人红包列表(查询)",
  5594. "consumes": [
  5595. "application/json"
  5596. ],
  5597. "produces": [
  5598. "application/json"
  5599. ],
  5600. "tags": [
  5601. "营销应用"
  5602. ],
  5603. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5604. "parameters": [
  5605. {
  5606. "type": "string",
  5607. "description": "验证参数Bearer和token空格拼接",
  5608. "name": "Authorization",
  5609. "in": "header",
  5610. "required": true
  5611. },
  5612. {
  5613. "description": "新人红包列表查询条件(分页信息必填)",
  5614. "name": "req",
  5615. "in": "body",
  5616. "required": true,
  5617. "schema": {
  5618. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5619. }
  5620. }
  5621. ],
  5622. "responses": {
  5623. "200": {
  5624. "description": "具体数据",
  5625. "schema": {
  5626. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5627. }
  5628. },
  5629. "400": {
  5630. "description": "具体错误",
  5631. "schema": {
  5632. "$ref": "#/definitions/md.Response"
  5633. }
  5634. }
  5635. }
  5636. }
  5637. },
  5638. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5639. "put": {
  5640. "description": "新人红包设置(修改)",
  5641. "consumes": [
  5642. "application/json"
  5643. ],
  5644. "produces": [
  5645. "application/json"
  5646. ],
  5647. "tags": [
  5648. "营销应用"
  5649. ],
  5650. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5651. "parameters": [
  5652. {
  5653. "type": "string",
  5654. "description": "验证参数Bearer和token空格拼接",
  5655. "name": "Authorization",
  5656. "in": "header",
  5657. "required": true
  5658. },
  5659. {
  5660. "description": "新人红包设置表单",
  5661. "name": "req",
  5662. "in": "body",
  5663. "required": true,
  5664. "schema": {
  5665. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5666. }
  5667. }
  5668. ],
  5669. "responses": {
  5670. "200": {
  5671. "description": "success",
  5672. "schema": {
  5673. "type": "string"
  5674. }
  5675. },
  5676. "400": {
  5677. "description": "具体错误",
  5678. "schema": {
  5679. "$ref": "#/definitions/md.Response"
  5680. }
  5681. }
  5682. }
  5683. }
  5684. },
  5685. "/api/memberCenter/certificate/del": {
  5686. "post": {
  5687. "description": "会员中心-证书管理-删除",
  5688. "consumes": [
  5689. "application/json"
  5690. ],
  5691. "produces": [
  5692. "application/json"
  5693. ],
  5694. "tags": [
  5695. "会员中心"
  5696. ],
  5697. "summary": "会员中心-证书管理-删除",
  5698. "parameters": [
  5699. {
  5700. "type": "string",
  5701. "description": "验证参数Bearer和token空格拼接",
  5702. "name": "Authorization",
  5703. "in": "header",
  5704. "required": true
  5705. },
  5706. {
  5707. "description": "(分页信息必填)",
  5708. "name": "req",
  5709. "in": "body",
  5710. "required": true,
  5711. "schema": {
  5712. "$ref": "#/definitions/md.AdvertisingDelReq"
  5713. }
  5714. }
  5715. ],
  5716. "responses": {
  5717. "200": {
  5718. "description": "具体数据",
  5719. "schema": {
  5720. "type": "string"
  5721. }
  5722. },
  5723. "400": {
  5724. "description": "具体错误",
  5725. "schema": {
  5726. "$ref": "#/definitions/md.Response"
  5727. }
  5728. }
  5729. }
  5730. }
  5731. },
  5732. "/api/memberCenter/certificate/list": {
  5733. "post": {
  5734. "description": "会员中心-证书管理",
  5735. "consumes": [
  5736. "application/json"
  5737. ],
  5738. "produces": [
  5739. "application/json"
  5740. ],
  5741. "tags": [
  5742. "会员中心"
  5743. ],
  5744. "summary": "会员中心-证书管理",
  5745. "parameters": [
  5746. {
  5747. "type": "string",
  5748. "description": "验证参数Bearer和token空格拼接",
  5749. "name": "Authorization",
  5750. "in": "header",
  5751. "required": true
  5752. },
  5753. {
  5754. "description": "(分页信息必填)",
  5755. "name": "req",
  5756. "in": "body",
  5757. "required": true,
  5758. "schema": {
  5759. "$ref": "#/definitions/md.AdvertisingListReq"
  5760. }
  5761. }
  5762. ],
  5763. "responses": {
  5764. "200": {
  5765. "description": "具体数据",
  5766. "schema": {
  5767. "$ref": "#/definitions/md.AdvertisingListResp"
  5768. }
  5769. },
  5770. "400": {
  5771. "description": "具体错误",
  5772. "schema": {
  5773. "$ref": "#/definitions/md.Response"
  5774. }
  5775. }
  5776. }
  5777. }
  5778. },
  5779. "/api/memberCenter/certificate/save": {
  5780. "post": {
  5781. "description": "会员中心-证书管理-保存",
  5782. "consumes": [
  5783. "application/json"
  5784. ],
  5785. "produces": [
  5786. "application/json"
  5787. ],
  5788. "tags": [
  5789. "会员中心"
  5790. ],
  5791. "summary": "会员中心-证书管理-保存",
  5792. "parameters": [
  5793. {
  5794. "type": "string",
  5795. "description": "验证参数Bearer和token空格拼接",
  5796. "name": "Authorization",
  5797. "in": "header",
  5798. "required": true
  5799. },
  5800. {
  5801. "description": "(分页信息必填)",
  5802. "name": "req",
  5803. "in": "body",
  5804. "required": true,
  5805. "schema": {
  5806. "$ref": "#/definitions/md.AdvertisingSaveReq"
  5807. }
  5808. }
  5809. ],
  5810. "responses": {
  5811. "200": {
  5812. "description": "具体数据",
  5813. "schema": {
  5814. "type": "string"
  5815. }
  5816. },
  5817. "400": {
  5818. "description": "具体错误",
  5819. "schema": {
  5820. "$ref": "#/definitions/md.Response"
  5821. }
  5822. }
  5823. }
  5824. }
  5825. },
  5826. "/api/memberCenter/levelManagement/addLevel": {
  5827. "post": {
  5828. "description": "等级管理(新增)",
  5829. "consumes": [
  5830. "application/json"
  5831. ],
  5832. "produces": [
  5833. "application/json"
  5834. ],
  5835. "tags": [
  5836. "会员中心"
  5837. ],
  5838. "summary": "制度中心-会员中心-等级管理(新增)",
  5839. "parameters": [
  5840. {
  5841. "type": "string",
  5842. "description": "验证参数Bearer和token空格拼接",
  5843. "name": "Authorization",
  5844. "in": "header",
  5845. "required": true
  5846. },
  5847. {
  5848. "description": "需要新增的等级信息",
  5849. "name": "req",
  5850. "in": "body",
  5851. "required": true,
  5852. "schema": {
  5853. "$ref": "#/definitions/md.AddLevelReq"
  5854. }
  5855. }
  5856. ],
  5857. "responses": {
  5858. "200": {
  5859. "description": "新增等级ID",
  5860. "schema": {
  5861. "type": "int"
  5862. }
  5863. },
  5864. "400": {
  5865. "description": "具体错误",
  5866. "schema": {
  5867. "$ref": "#/definitions/md.Response"
  5868. }
  5869. }
  5870. }
  5871. }
  5872. },
  5873. "/api/memberCenter/levelManagement/deleteLevel": {
  5874. "delete": {
  5875. "description": "等级管理(删除)",
  5876. "consumes": [
  5877. "application/json"
  5878. ],
  5879. "produces": [
  5880. "application/json"
  5881. ],
  5882. "tags": [
  5883. "会员中心"
  5884. ],
  5885. "summary": "制度中心-会员中心-等级管理(删除)",
  5886. "parameters": [
  5887. {
  5888. "type": "string",
  5889. "description": "验证参数Bearer和token空格拼接",
  5890. "name": "Authorization",
  5891. "in": "header",
  5892. "required": true
  5893. },
  5894. {
  5895. "description": "需要删除的等级 ID",
  5896. "name": "req",
  5897. "in": "body",
  5898. "required": true,
  5899. "schema": {
  5900. "$ref": "#/definitions/md.DeleteLevelReq"
  5901. }
  5902. }
  5903. ],
  5904. "responses": {
  5905. "200": {
  5906. "description": "成功删除数据数量",
  5907. "schema": {
  5908. "type": "int"
  5909. }
  5910. },
  5911. "400": {
  5912. "description": "具体错误",
  5913. "schema": {
  5914. "$ref": "#/definitions/md.Response"
  5915. }
  5916. }
  5917. }
  5918. }
  5919. },
  5920. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5921. "delete": {
  5922. "description": "等级任务(删除)",
  5923. "consumes": [
  5924. "application/json"
  5925. ],
  5926. "produces": [
  5927. "application/json"
  5928. ],
  5929. "tags": [
  5930. "会员中心"
  5931. ],
  5932. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5933. "parameters": [
  5934. {
  5935. "type": "string",
  5936. "description": "验证参数Bearer和token空格拼接",
  5937. "name": "Authorization",
  5938. "in": "header",
  5939. "required": true
  5940. },
  5941. {
  5942. "description": "需要删除的等级任务ID",
  5943. "name": "req",
  5944. "in": "body",
  5945. "required": true,
  5946. "schema": {
  5947. "$ref": "#/definitions/md.DeleteTaskReq"
  5948. }
  5949. }
  5950. ],
  5951. "responses": {
  5952. "200": {
  5953. "description": "成功删除数据数量",
  5954. "schema": {
  5955. "type": "int"
  5956. }
  5957. },
  5958. "400": {
  5959. "description": "具体错误",
  5960. "schema": {
  5961. "$ref": "#/definitions/md.Response"
  5962. }
  5963. }
  5964. }
  5965. }
  5966. },
  5967. "/api/memberCenter/levelManagement/getLevelList": {
  5968. "get": {
  5969. "description": "标签管理(获取)",
  5970. "consumes": [
  5971. "application/json"
  5972. ],
  5973. "produces": [
  5974. "application/json"
  5975. ],
  5976. "tags": [
  5977. "会员中心"
  5978. ],
  5979. "summary": "制度中心-会员中心-等级管理(获取)",
  5980. "parameters": [
  5981. {
  5982. "type": "string",
  5983. "description": "验证参数Bearer和token空格拼接",
  5984. "name": "Authorization",
  5985. "in": "header",
  5986. "required": true
  5987. },
  5988. {
  5989. "type": "integer",
  5990. "description": "每页大小",
  5991. "name": "limit",
  5992. "in": "query",
  5993. "required": true
  5994. },
  5995. {
  5996. "type": "integer",
  5997. "description": "页数",
  5998. "name": "page",
  5999. "in": "query",
  6000. "required": true
  6001. }
  6002. ],
  6003. "responses": {
  6004. "200": {
  6005. "description": "具体数据",
  6006. "schema": {
  6007. "$ref": "#/definitions/md.GetLevelListResp"
  6008. }
  6009. },
  6010. "400": {
  6011. "description": "具体错误",
  6012. "schema": {
  6013. "$ref": "#/definitions/md.Response"
  6014. }
  6015. }
  6016. }
  6017. }
  6018. },
  6019. "/api/memberCenter/levelManagement/getOneLevel": {
  6020. "get": {
  6021. "description": "等级明细(获取)",
  6022. "consumes": [
  6023. "application/json"
  6024. ],
  6025. "produces": [
  6026. "application/json"
  6027. ],
  6028. "tags": [
  6029. "会员中心"
  6030. ],
  6031. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6032. "parameters": [
  6033. {
  6034. "type": "string",
  6035. "description": "验证参数Bearer和token空格拼接",
  6036. "name": "Authorization",
  6037. "in": "header",
  6038. "required": true
  6039. },
  6040. {
  6041. "type": "integer",
  6042. "description": "等级 ID",
  6043. "name": "level_id",
  6044. "in": "query",
  6045. "required": true
  6046. }
  6047. ],
  6048. "responses": {
  6049. "200": {
  6050. "description": "具体数据",
  6051. "schema": {
  6052. "$ref": "#/definitions/md.GetOneLevelResp"
  6053. }
  6054. },
  6055. "400": {
  6056. "description": "具体错误",
  6057. "schema": {
  6058. "$ref": "#/definitions/md.Response"
  6059. }
  6060. }
  6061. }
  6062. }
  6063. },
  6064. "/api/memberCenter/levelManagement/updateLevel": {
  6065. "post": {
  6066. "description": "等级管理(更新)",
  6067. "consumes": [
  6068. "application/json"
  6069. ],
  6070. "produces": [
  6071. "application/json"
  6072. ],
  6073. "tags": [
  6074. "会员中心"
  6075. ],
  6076. "summary": "制度中心-会员中心-等级管理(更新)",
  6077. "parameters": [
  6078. {
  6079. "type": "string",
  6080. "description": "验证参数Bearer和token空格拼接",
  6081. "name": "Authorization",
  6082. "in": "header",
  6083. "required": true
  6084. },
  6085. {
  6086. "description": "需要修改的等级信息",
  6087. "name": "req",
  6088. "in": "body",
  6089. "required": true,
  6090. "schema": {
  6091. "$ref": "#/definitions/md.UpdateLevelReq"
  6092. }
  6093. }
  6094. ],
  6095. "responses": {
  6096. "200": {
  6097. "description": "success",
  6098. "schema": {
  6099. "type": "string"
  6100. }
  6101. },
  6102. "400": {
  6103. "description": "具体错误",
  6104. "schema": {
  6105. "$ref": "#/definitions/md.Response"
  6106. }
  6107. }
  6108. }
  6109. }
  6110. },
  6111. "/api/memberCenter/tagManagement/addTag": {
  6112. "post": {
  6113. "description": "标签管理(新增)",
  6114. "consumes": [
  6115. "application/json"
  6116. ],
  6117. "produces": [
  6118. "application/json"
  6119. ],
  6120. "tags": [
  6121. "会员中心"
  6122. ],
  6123. "summary": "制度中心-会员中心-标签管理(新增)",
  6124. "parameters": [
  6125. {
  6126. "type": "string",
  6127. "description": "验证参数Bearer和token空格拼接",
  6128. "name": "Authorization",
  6129. "in": "header",
  6130. "required": true
  6131. },
  6132. {
  6133. "description": "新增的标签信息",
  6134. "name": "req",
  6135. "in": "body",
  6136. "required": true,
  6137. "schema": {
  6138. "$ref": "#/definitions/md.AddTagReq"
  6139. }
  6140. }
  6141. ],
  6142. "responses": {
  6143. "200": {
  6144. "description": "新增的标签 ID",
  6145. "schema": {
  6146. "type": "int"
  6147. }
  6148. },
  6149. "400": {
  6150. "description": "具体错误",
  6151. "schema": {
  6152. "$ref": "#/definitions/md.Response"
  6153. }
  6154. }
  6155. }
  6156. }
  6157. },
  6158. "/api/memberCenter/tagManagement/deleteTag": {
  6159. "delete": {
  6160. "description": "标签管理(删除)",
  6161. "consumes": [
  6162. "application/json"
  6163. ],
  6164. "produces": [
  6165. "application/json"
  6166. ],
  6167. "tags": [
  6168. "会员中心"
  6169. ],
  6170. "summary": "制度中心-会员中心-标签管理(删除)",
  6171. "parameters": [
  6172. {
  6173. "type": "string",
  6174. "description": "验证参数Bearer和token空格拼接",
  6175. "name": "Authorization",
  6176. "in": "header",
  6177. "required": true
  6178. },
  6179. {
  6180. "description": "需要删除的标签 ID",
  6181. "name": "req",
  6182. "in": "body",
  6183. "required": true,
  6184. "schema": {
  6185. "$ref": "#/definitions/md.DeleteTagReq"
  6186. }
  6187. }
  6188. ],
  6189. "responses": {
  6190. "200": {
  6191. "description": "成功删除标签用户数",
  6192. "schema": {
  6193. "type": "int"
  6194. }
  6195. },
  6196. "400": {
  6197. "description": "具体错误",
  6198. "schema": {
  6199. "$ref": "#/definitions/md.Response"
  6200. }
  6201. }
  6202. }
  6203. }
  6204. },
  6205. "/api/memberCenter/tagManagement/getTagList": {
  6206. "get": {
  6207. "description": "标签管理(获取)",
  6208. "consumes": [
  6209. "application/json"
  6210. ],
  6211. "produces": [
  6212. "application/json"
  6213. ],
  6214. "tags": [
  6215. "会员中心"
  6216. ],
  6217. "summary": "制度中心-会员中心-标签管理(获取)",
  6218. "parameters": [
  6219. {
  6220. "type": "string",
  6221. "description": "验证参数Bearer和token空格拼接",
  6222. "name": "Authorization",
  6223. "in": "header",
  6224. "required": true
  6225. },
  6226. {
  6227. "type": "integer",
  6228. "description": "每页大小",
  6229. "name": "limit",
  6230. "in": "query",
  6231. "required": true
  6232. },
  6233. {
  6234. "type": "integer",
  6235. "description": "页数",
  6236. "name": "page",
  6237. "in": "query",
  6238. "required": true
  6239. }
  6240. ],
  6241. "responses": {
  6242. "200": {
  6243. "description": "具体数据",
  6244. "schema": {
  6245. "$ref": "#/definitions/md.GetTagListResp"
  6246. }
  6247. },
  6248. "400": {
  6249. "description": "具体错误",
  6250. "schema": {
  6251. "$ref": "#/definitions/md.Response"
  6252. }
  6253. }
  6254. }
  6255. }
  6256. },
  6257. "/api/memberCenter/tagManagement/updateTag": {
  6258. "post": {
  6259. "description": "标签管理(更新)",
  6260. "consumes": [
  6261. "application/json"
  6262. ],
  6263. "produces": [
  6264. "application/json"
  6265. ],
  6266. "tags": [
  6267. "会员中心"
  6268. ],
  6269. "summary": "制度中心-会员中心-标签管理(更新)",
  6270. "parameters": [
  6271. {
  6272. "type": "string",
  6273. "description": "验证参数Bearer和token空格拼接",
  6274. "name": "Authorization",
  6275. "in": "header",
  6276. "required": true
  6277. },
  6278. {
  6279. "description": "需要修改的标签信息",
  6280. "name": "req",
  6281. "in": "body",
  6282. "required": true,
  6283. "schema": {
  6284. "$ref": "#/definitions/md.UpdateTagReq"
  6285. }
  6286. }
  6287. ],
  6288. "responses": {
  6289. "200": {
  6290. "description": "成功修改数据条数",
  6291. "schema": {
  6292. "type": "int"
  6293. }
  6294. },
  6295. "400": {
  6296. "description": "具体错误",
  6297. "schema": {
  6298. "$ref": "#/definitions/md.Response"
  6299. }
  6300. }
  6301. }
  6302. }
  6303. },
  6304. "/api/memberCenter/userManagement/balanceDetail": {
  6305. "get": {
  6306. "description": "会员明细(余额获取)",
  6307. "consumes": [
  6308. "application/json"
  6309. ],
  6310. "produces": [
  6311. "application/json"
  6312. ],
  6313. "tags": [
  6314. "会员中心"
  6315. ],
  6316. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6317. "parameters": [
  6318. {
  6319. "type": "string",
  6320. "description": "验证参数Bearer和token空格拼接",
  6321. "name": "Authorization",
  6322. "in": "header",
  6323. "required": true
  6324. },
  6325. {
  6326. "type": "string",
  6327. "description": "用户 ID",
  6328. "name": "uid",
  6329. "in": "query",
  6330. "required": true
  6331. },
  6332. {
  6333. "type": "string",
  6334. "description": "每页大小",
  6335. "name": "limit",
  6336. "in": "query",
  6337. "required": true
  6338. },
  6339. {
  6340. "type": "string",
  6341. "description": "页数",
  6342. "name": "page",
  6343. "in": "query",
  6344. "required": true
  6345. }
  6346. ],
  6347. "responses": {
  6348. "200": {
  6349. "description": "具体数据",
  6350. "schema": {
  6351. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6352. }
  6353. },
  6354. "400": {
  6355. "description": "具体错误",
  6356. "schema": {
  6357. "$ref": "#/definitions/md.Response"
  6358. }
  6359. }
  6360. }
  6361. }
  6362. },
  6363. "/api/memberCenter/userManagement/getFans": {
  6364. "get": {
  6365. "description": "会员明细粉丝情况(获取)",
  6366. "consumes": [
  6367. "application/json"
  6368. ],
  6369. "produces": [
  6370. "application/json"
  6371. ],
  6372. "tags": [
  6373. "会员中心"
  6374. ],
  6375. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6376. "parameters": [
  6377. {
  6378. "type": "string",
  6379. "description": "验证参数Bearer和token空格拼接",
  6380. "name": "Authorization",
  6381. "in": "header",
  6382. "required": true
  6383. },
  6384. {
  6385. "type": "string",
  6386. "description": "用户 ID",
  6387. "name": "uid",
  6388. "in": "query",
  6389. "required": true
  6390. },
  6391. {
  6392. "type": "string",
  6393. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6394. "name": "type",
  6395. "in": "query",
  6396. "required": true
  6397. },
  6398. {
  6399. "type": "string",
  6400. "description": "每页大小",
  6401. "name": "limit",
  6402. "in": "query",
  6403. "required": true
  6404. },
  6405. {
  6406. "type": "string",
  6407. "description": "页数",
  6408. "name": "page",
  6409. "in": "query",
  6410. "required": true
  6411. }
  6412. ],
  6413. "responses": {
  6414. "200": {
  6415. "description": "具体数据",
  6416. "schema": {
  6417. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6418. }
  6419. },
  6420. "400": {
  6421. "description": "具体错误",
  6422. "schema": {
  6423. "$ref": "#/definitions/md.Response"
  6424. }
  6425. }
  6426. }
  6427. }
  6428. },
  6429. "/api/memberCenter/userManagement/getUserList": {
  6430. "post": {
  6431. "description": "用户信息管理(获取)",
  6432. "consumes": [
  6433. "application/json"
  6434. ],
  6435. "produces": [
  6436. "application/json"
  6437. ],
  6438. "tags": [
  6439. "会员中心"
  6440. ],
  6441. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6442. "parameters": [
  6443. {
  6444. "type": "string",
  6445. "description": "验证参数Bearer和token空格拼接",
  6446. "name": "Authorization",
  6447. "in": "header",
  6448. "required": true
  6449. },
  6450. {
  6451. "description": "分页信息必填",
  6452. "name": "req",
  6453. "in": "body",
  6454. "required": true,
  6455. "schema": {
  6456. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6457. }
  6458. }
  6459. ],
  6460. "responses": {
  6461. "200": {
  6462. "description": "具体数据",
  6463. "schema": {
  6464. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6465. }
  6466. },
  6467. "400": {
  6468. "description": "具体错误",
  6469. "schema": {
  6470. "$ref": "#/definitions/md.Response"
  6471. }
  6472. }
  6473. }
  6474. }
  6475. },
  6476. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6477. "get": {
  6478. "description": "会员明细(积分明细获取)",
  6479. "consumes": [
  6480. "application/json"
  6481. ],
  6482. "produces": [
  6483. "application/json"
  6484. ],
  6485. "tags": [
  6486. "会员中心"
  6487. ],
  6488. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6489. "parameters": [
  6490. {
  6491. "type": "string",
  6492. "description": "验证参数Bearer和token空格拼接",
  6493. "name": "Authorization",
  6494. "in": "header",
  6495. "required": true
  6496. },
  6497. {
  6498. "type": "string",
  6499. "description": "用户 ID",
  6500. "name": "uid",
  6501. "in": "query",
  6502. "required": true
  6503. },
  6504. {
  6505. "type": "string",
  6506. "description": "货币 ID",
  6507. "name": "coinId",
  6508. "in": "query",
  6509. "required": true
  6510. },
  6511. {
  6512. "type": "string",
  6513. "description": "每页大小",
  6514. "name": "limit",
  6515. "in": "query",
  6516. "required": true
  6517. },
  6518. {
  6519. "type": "string",
  6520. "description": "页数",
  6521. "name": "page",
  6522. "in": "query",
  6523. "required": true
  6524. }
  6525. ],
  6526. "responses": {
  6527. "200": {
  6528. "description": "具体数据",
  6529. "schema": {
  6530. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6531. }
  6532. },
  6533. "400": {
  6534. "description": "具体错误",
  6535. "schema": {
  6536. "$ref": "#/definitions/md.Response"
  6537. }
  6538. }
  6539. }
  6540. }
  6541. },
  6542. "/api/memberCenter/userManagement/updateUserInfo": {
  6543. "post": {
  6544. "description": "用户信息管理(更新)",
  6545. "consumes": [
  6546. "application/json"
  6547. ],
  6548. "produces": [
  6549. "application/json"
  6550. ],
  6551. "tags": [
  6552. "会员中心"
  6553. ],
  6554. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6555. "parameters": [
  6556. {
  6557. "type": "string",
  6558. "description": "验证参数Bearer和token空格拼接",
  6559. "name": "Authorization",
  6560. "in": "header",
  6561. "required": true
  6562. },
  6563. {
  6564. "description": "用户ID 必传",
  6565. "name": "req",
  6566. "in": "body",
  6567. "required": true,
  6568. "schema": {
  6569. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6570. }
  6571. }
  6572. ],
  6573. "responses": {
  6574. "200": {
  6575. "description": "修改数据行数",
  6576. "schema": {
  6577. "type": "int"
  6578. }
  6579. },
  6580. "400": {
  6581. "description": "具体错误",
  6582. "schema": {
  6583. "$ref": "#/definitions/md.Response"
  6584. }
  6585. }
  6586. }
  6587. }
  6588. },
  6589. "/api/memberCenter/userManagement/userData": {
  6590. "get": {
  6591. "description": "会员明细概况(获取)",
  6592. "consumes": [
  6593. "application/json"
  6594. ],
  6595. "produces": [
  6596. "application/json"
  6597. ],
  6598. "tags": [
  6599. "会员中心"
  6600. ],
  6601. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6602. "parameters": [
  6603. {
  6604. "type": "string",
  6605. "description": "验证参数Bearer和token空格拼接",
  6606. "name": "Authorization",
  6607. "in": "header",
  6608. "required": true
  6609. },
  6610. {
  6611. "type": "string",
  6612. "description": "用户 ID",
  6613. "name": "uid",
  6614. "in": "query",
  6615. "required": true
  6616. }
  6617. ],
  6618. "responses": {
  6619. "200": {
  6620. "description": "会员明细概况具体数据",
  6621. "schema": {
  6622. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6623. }
  6624. },
  6625. "400": {
  6626. "description": "具体错误",
  6627. "schema": {
  6628. "$ref": "#/definitions/md.Response"
  6629. }
  6630. }
  6631. }
  6632. }
  6633. },
  6634. "/api/notice/aliyunSms/file/phone": {
  6635. "post": {
  6636. "description": "短信推送记录-通知模板",
  6637. "consumes": [
  6638. "application/json"
  6639. ],
  6640. "produces": [
  6641. "application/json"
  6642. ],
  6643. "tags": [
  6644. "消息中心"
  6645. ],
  6646. "summary": "消息中心-短信推送记录-通知模板",
  6647. "parameters": [
  6648. {
  6649. "type": "string",
  6650. "description": "验证参数Bearer和token空格拼接",
  6651. "name": "Authorization",
  6652. "in": "header",
  6653. "required": true
  6654. },
  6655. {
  6656. "type": "string",
  6657. "description": "参数 file-----文件上传格式",
  6658. "name": "file",
  6659. "in": "formData",
  6660. "required": true
  6661. }
  6662. ],
  6663. "responses": {
  6664. "200": {
  6665. "description": "phone 一个数组",
  6666. "schema": {
  6667. "type": "string"
  6668. }
  6669. },
  6670. "400": {
  6671. "description": "具体错误",
  6672. "schema": {
  6673. "$ref": "#/definitions/md.Response"
  6674. }
  6675. }
  6676. }
  6677. }
  6678. },
  6679. "/api/notice/aliyunSms/getLevelList": {
  6680. "get": {
  6681. "description": "等级管理(获取)",
  6682. "consumes": [
  6683. "application/json"
  6684. ],
  6685. "produces": [
  6686. "application/json"
  6687. ],
  6688. "tags": [
  6689. "消息中心"
  6690. ],
  6691. "summary": "消息中心-短信推送记录-等级管理(获取)",
  6692. "parameters": [
  6693. {
  6694. "type": "string",
  6695. "description": "验证参数Bearer和token空格拼接",
  6696. "name": "Authorization",
  6697. "in": "header",
  6698. "required": true
  6699. },
  6700. {
  6701. "type": "integer",
  6702. "description": "每页大小",
  6703. "name": "limit",
  6704. "in": "query",
  6705. "required": true
  6706. },
  6707. {
  6708. "type": "integer",
  6709. "description": "页数",
  6710. "name": "page",
  6711. "in": "query",
  6712. "required": true
  6713. }
  6714. ],
  6715. "responses": {
  6716. "200": {
  6717. "description": "具体数据",
  6718. "schema": {
  6719. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  6720. }
  6721. },
  6722. "400": {
  6723. "description": "具体错误",
  6724. "schema": {
  6725. "$ref": "#/definitions/md.Response"
  6726. }
  6727. }
  6728. }
  6729. }
  6730. },
  6731. "/api/notice/aliyunSms/getTagList": {
  6732. "get": {
  6733. "description": "标签管理(获取)",
  6734. "consumes": [
  6735. "application/json"
  6736. ],
  6737. "produces": [
  6738. "application/json"
  6739. ],
  6740. "tags": [
  6741. "消息中心"
  6742. ],
  6743. "summary": "消息中心-短信推送记录-标签管理(获取)",
  6744. "parameters": [
  6745. {
  6746. "type": "string",
  6747. "description": "验证参数Bearer和token空格拼接",
  6748. "name": "Authorization",
  6749. "in": "header",
  6750. "required": true
  6751. },
  6752. {
  6753. "type": "integer",
  6754. "description": "每页大小",
  6755. "name": "limit",
  6756. "in": "query",
  6757. "required": true
  6758. },
  6759. {
  6760. "type": "integer",
  6761. "description": "页数",
  6762. "name": "page",
  6763. "in": "query",
  6764. "required": true
  6765. }
  6766. ],
  6767. "responses": {
  6768. "200": {
  6769. "description": "具体数据",
  6770. "schema": {
  6771. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  6772. }
  6773. },
  6774. "400": {
  6775. "description": "具体错误",
  6776. "schema": {
  6777. "$ref": "#/definitions/md.Response"
  6778. }
  6779. }
  6780. }
  6781. }
  6782. },
  6783. "/api/notice/aliyunSms/getUserList": {
  6784. "post": {
  6785. "description": "获取用户信息",
  6786. "consumes": [
  6787. "application/json"
  6788. ],
  6789. "produces": [
  6790. "application/json"
  6791. ],
  6792. "tags": [
  6793. "消息中心"
  6794. ],
  6795. "summary": "消息中心-短信推送记录-获取用户信息",
  6796. "parameters": [
  6797. {
  6798. "type": "string",
  6799. "description": "验证参数Bearer和token空格拼接",
  6800. "name": "Authorization",
  6801. "in": "header",
  6802. "required": true
  6803. },
  6804. {
  6805. "description": "(分页信息必填)",
  6806. "name": "req",
  6807. "in": "body",
  6808. "required": true,
  6809. "schema": {
  6810. "$ref": "#/definitions/md.JPushGetUserListReq"
  6811. }
  6812. }
  6813. ],
  6814. "responses": {
  6815. "200": {
  6816. "description": "具体数据",
  6817. "schema": {
  6818. "type": "Object"
  6819. }
  6820. },
  6821. "400": {
  6822. "description": "具体错误",
  6823. "schema": {
  6824. "$ref": "#/definitions/md.Response"
  6825. }
  6826. }
  6827. }
  6828. }
  6829. },
  6830. "/api/notice/aliyunSms/push/list": {
  6831. "post": {
  6832. "description": "短信推送记录-推送记录列表",
  6833. "consumes": [
  6834. "application/json"
  6835. ],
  6836. "produces": [
  6837. "application/json"
  6838. ],
  6839. "tags": [
  6840. "消息中心"
  6841. ],
  6842. "summary": "消息中心-短信推送记录-推送记录列表",
  6843. "parameters": [
  6844. {
  6845. "type": "string",
  6846. "description": "验证参数Bearer和token空格拼接",
  6847. "name": "Authorization",
  6848. "in": "header",
  6849. "required": true
  6850. },
  6851. {
  6852. "description": "(分页信息必填)",
  6853. "name": "req",
  6854. "in": "body",
  6855. "required": true,
  6856. "schema": {
  6857. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6858. }
  6859. }
  6860. ],
  6861. "responses": {
  6862. "200": {
  6863. "description": "具体数据",
  6864. "schema": {
  6865. "$ref": "#/definitions/md.NoticePushListResp"
  6866. }
  6867. },
  6868. "400": {
  6869. "description": "具体错误",
  6870. "schema": {
  6871. "$ref": "#/definitions/md.Response"
  6872. }
  6873. }
  6874. }
  6875. }
  6876. },
  6877. "/api/notice/aliyunSms/push/save": {
  6878. "post": {
  6879. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6880. "consumes": [
  6881. "application/json"
  6882. ],
  6883. "produces": [
  6884. "application/json"
  6885. ],
  6886. "tags": [
  6887. "消息中心"
  6888. ],
  6889. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6890. "parameters": [
  6891. {
  6892. "type": "string",
  6893. "description": "验证参数Bearer和token空格拼接",
  6894. "name": "Authorization",
  6895. "in": "header",
  6896. "required": true
  6897. },
  6898. {
  6899. "description": "(分页信息必填)",
  6900. "name": "req",
  6901. "in": "body",
  6902. "required": true,
  6903. "schema": {
  6904. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6905. }
  6906. }
  6907. ],
  6908. "responses": {
  6909. "200": {
  6910. "description": "具体数据",
  6911. "schema": {
  6912. "type": "string"
  6913. }
  6914. },
  6915. "400": {
  6916. "description": "具体错误",
  6917. "schema": {
  6918. "$ref": "#/definitions/md.Response"
  6919. }
  6920. }
  6921. }
  6922. }
  6923. },
  6924. "/api/notice/aliyunSms/sale/base": {
  6925. "get": {
  6926. "description": "短信推送记录-营销短信-通知模板",
  6927. "consumes": [
  6928. "application/json"
  6929. ],
  6930. "produces": [
  6931. "application/json"
  6932. ],
  6933. "tags": [
  6934. "消息中心"
  6935. ],
  6936. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6937. "parameters": [
  6938. {
  6939. "type": "string",
  6940. "description": "验证参数Bearer和token空格拼接",
  6941. "name": "Authorization",
  6942. "in": "header",
  6943. "required": true
  6944. }
  6945. ],
  6946. "responses": {
  6947. "200": {
  6948. "description": "具体数据",
  6949. "schema": {
  6950. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  6951. }
  6952. },
  6953. "400": {
  6954. "description": "具体错误",
  6955. "schema": {
  6956. "$ref": "#/definitions/md.Response"
  6957. }
  6958. }
  6959. }
  6960. }
  6961. },
  6962. "/api/notice/aliyunSms/sale/save": {
  6963. "post": {
  6964. "description": "短信推送记录-营销短信-通知模板添加编辑",
  6965. "consumes": [
  6966. "application/json"
  6967. ],
  6968. "produces": [
  6969. "application/json"
  6970. ],
  6971. "tags": [
  6972. "消息中心"
  6973. ],
  6974. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  6975. "parameters": [
  6976. {
  6977. "type": "string",
  6978. "description": "验证参数Bearer和token空格拼接",
  6979. "name": "Authorization",
  6980. "in": "header",
  6981. "required": true
  6982. },
  6983. {
  6984. "description": "数组 把列表的数组传过来",
  6985. "name": "req",
  6986. "in": "body",
  6987. "required": true,
  6988. "schema": {
  6989. "type": "string"
  6990. }
  6991. }
  6992. ],
  6993. "responses": {
  6994. "200": {
  6995. "description": "具体数据",
  6996. "schema": {
  6997. "type": "string"
  6998. }
  6999. },
  7000. "400": {
  7001. "description": "具体错误",
  7002. "schema": {
  7003. "$ref": "#/definitions/md.Response"
  7004. }
  7005. }
  7006. }
  7007. }
  7008. },
  7009. "/api/notice/base/del": {
  7010. "post": {
  7011. "description": "基本配置-通知模板删除",
  7012. "consumes": [
  7013. "application/json"
  7014. ],
  7015. "produces": [
  7016. "application/json"
  7017. ],
  7018. "tags": [
  7019. "消息中心"
  7020. ],
  7021. "summary": "消息中心-基本配置-通知模板删除",
  7022. "parameters": [
  7023. {
  7024. "type": "string",
  7025. "description": "验证参数Bearer和token空格拼接",
  7026. "name": "Authorization",
  7027. "in": "header",
  7028. "required": true
  7029. },
  7030. {
  7031. "description": "(分页信息必填)",
  7032. "name": "req",
  7033. "in": "body",
  7034. "required": true,
  7035. "schema": {
  7036. "$ref": "#/definitions/md.NoticeDelReq"
  7037. }
  7038. }
  7039. ],
  7040. "responses": {
  7041. "200": {
  7042. "description": "具体数据",
  7043. "schema": {
  7044. "type": "string"
  7045. }
  7046. },
  7047. "400": {
  7048. "description": "具体错误",
  7049. "schema": {
  7050. "$ref": "#/definitions/md.Response"
  7051. }
  7052. }
  7053. }
  7054. }
  7055. },
  7056. "/api/notice/base/list": {
  7057. "post": {
  7058. "description": "基本配置-通知模板",
  7059. "consumes": [
  7060. "application/json"
  7061. ],
  7062. "produces": [
  7063. "application/json"
  7064. ],
  7065. "tags": [
  7066. "消息中心"
  7067. ],
  7068. "summary": "消息中心-基本配置-通知模板",
  7069. "parameters": [
  7070. {
  7071. "type": "string",
  7072. "description": "验证参数Bearer和token空格拼接",
  7073. "name": "Authorization",
  7074. "in": "header",
  7075. "required": true
  7076. },
  7077. {
  7078. "description": "(分页信息必填)",
  7079. "name": "req",
  7080. "in": "body",
  7081. "required": true,
  7082. "schema": {
  7083. "$ref": "#/definitions/md.NoticeListReq"
  7084. }
  7085. }
  7086. ],
  7087. "responses": {
  7088. "200": {
  7089. "description": "具体数据",
  7090. "schema": {
  7091. "$ref": "#/definitions/md.NoticeListResp"
  7092. }
  7093. },
  7094. "400": {
  7095. "description": "具体错误",
  7096. "schema": {
  7097. "$ref": "#/definitions/md.Response"
  7098. }
  7099. }
  7100. }
  7101. }
  7102. },
  7103. "/api/notice/base/save": {
  7104. "post": {
  7105. "description": "基本配置-通知模板添加编辑",
  7106. "consumes": [
  7107. "application/json"
  7108. ],
  7109. "produces": [
  7110. "application/json"
  7111. ],
  7112. "tags": [
  7113. "消息中心"
  7114. ],
  7115. "summary": "消息中心-基本配置-通知模板添加编辑",
  7116. "parameters": [
  7117. {
  7118. "type": "string",
  7119. "description": "验证参数Bearer和token空格拼接",
  7120. "name": "Authorization",
  7121. "in": "header",
  7122. "required": true
  7123. },
  7124. {
  7125. "description": "(分页信息必填)",
  7126. "name": "req",
  7127. "in": "body",
  7128. "required": true,
  7129. "schema": {
  7130. "$ref": "#/definitions/md.NoticeSaveReq"
  7131. }
  7132. }
  7133. ],
  7134. "responses": {
  7135. "200": {
  7136. "description": "具体数据",
  7137. "schema": {
  7138. "type": "string"
  7139. }
  7140. },
  7141. "400": {
  7142. "description": "具体错误",
  7143. "schema": {
  7144. "$ref": "#/definitions/md.Response"
  7145. }
  7146. }
  7147. }
  7148. }
  7149. },
  7150. "/api/notice/jPush/getLevelList": {
  7151. "get": {
  7152. "description": "等级管理(获取)",
  7153. "consumes": [
  7154. "application/json"
  7155. ],
  7156. "produces": [
  7157. "application/json"
  7158. ],
  7159. "tags": [
  7160. "消息中心"
  7161. ],
  7162. "summary": "消息中心-基本配置-等级管理(获取)",
  7163. "parameters": [
  7164. {
  7165. "type": "string",
  7166. "description": "验证参数Bearer和token空格拼接",
  7167. "name": "Authorization",
  7168. "in": "header",
  7169. "required": true
  7170. },
  7171. {
  7172. "type": "integer",
  7173. "description": "每页大小",
  7174. "name": "limit",
  7175. "in": "query",
  7176. "required": true
  7177. },
  7178. {
  7179. "type": "integer",
  7180. "description": "页数",
  7181. "name": "page",
  7182. "in": "query",
  7183. "required": true
  7184. }
  7185. ],
  7186. "responses": {
  7187. "200": {
  7188. "description": "具体数据",
  7189. "schema": {
  7190. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7191. }
  7192. },
  7193. "400": {
  7194. "description": "具体错误",
  7195. "schema": {
  7196. "$ref": "#/definitions/md.Response"
  7197. }
  7198. }
  7199. }
  7200. }
  7201. },
  7202. "/api/notice/jPush/getTagList": {
  7203. "get": {
  7204. "description": "标签管理(获取)",
  7205. "consumes": [
  7206. "application/json"
  7207. ],
  7208. "produces": [
  7209. "application/json"
  7210. ],
  7211. "tags": [
  7212. "消息中心"
  7213. ],
  7214. "summary": "消息中心-基本配置-标签管理(获取)",
  7215. "parameters": [
  7216. {
  7217. "type": "string",
  7218. "description": "验证参数Bearer和token空格拼接",
  7219. "name": "Authorization",
  7220. "in": "header",
  7221. "required": true
  7222. },
  7223. {
  7224. "type": "integer",
  7225. "description": "每页大小",
  7226. "name": "limit",
  7227. "in": "query",
  7228. "required": true
  7229. },
  7230. {
  7231. "type": "integer",
  7232. "description": "页数",
  7233. "name": "page",
  7234. "in": "query",
  7235. "required": true
  7236. }
  7237. ],
  7238. "responses": {
  7239. "200": {
  7240. "description": "具体数据",
  7241. "schema": {
  7242. "$ref": "#/definitions/md.JPushGetTagListResp"
  7243. }
  7244. },
  7245. "400": {
  7246. "description": "具体错误",
  7247. "schema": {
  7248. "$ref": "#/definitions/md.Response"
  7249. }
  7250. }
  7251. }
  7252. }
  7253. },
  7254. "/api/notice/jPush/getUserList": {
  7255. "post": {
  7256. "description": "获取用户信息",
  7257. "consumes": [
  7258. "application/json"
  7259. ],
  7260. "produces": [
  7261. "application/json"
  7262. ],
  7263. "tags": [
  7264. "消息中心"
  7265. ],
  7266. "summary": "消息中心-基本配置-获取用户信息",
  7267. "parameters": [
  7268. {
  7269. "type": "string",
  7270. "description": "验证参数Bearer和token空格拼接",
  7271. "name": "Authorization",
  7272. "in": "header",
  7273. "required": true
  7274. },
  7275. {
  7276. "description": "(分页信息必填)",
  7277. "name": "req",
  7278. "in": "body",
  7279. "required": true,
  7280. "schema": {
  7281. "$ref": "#/definitions/md.JPushGetUserListReq"
  7282. }
  7283. }
  7284. ],
  7285. "responses": {
  7286. "200": {
  7287. "description": "具体数据",
  7288. "schema": {
  7289. "type": "Object"
  7290. }
  7291. },
  7292. "400": {
  7293. "description": "具体错误",
  7294. "schema": {
  7295. "$ref": "#/definitions/md.Response"
  7296. }
  7297. }
  7298. }
  7299. }
  7300. },
  7301. "/api/notice/jPush/push/list": {
  7302. "post": {
  7303. "description": "基本配置-推送记录列表",
  7304. "consumes": [
  7305. "application/json"
  7306. ],
  7307. "produces": [
  7308. "application/json"
  7309. ],
  7310. "tags": [
  7311. "消息中心"
  7312. ],
  7313. "summary": "消息中心-基本配置-推送记录列表",
  7314. "parameters": [
  7315. {
  7316. "type": "string",
  7317. "description": "验证参数Bearer和token空格拼接",
  7318. "name": "Authorization",
  7319. "in": "header",
  7320. "required": true
  7321. },
  7322. {
  7323. "description": "(分页信息必填)",
  7324. "name": "req",
  7325. "in": "body",
  7326. "required": true,
  7327. "schema": {
  7328. "$ref": "#/definitions/md.NoticeListReq"
  7329. }
  7330. }
  7331. ],
  7332. "responses": {
  7333. "200": {
  7334. "description": "具体数据",
  7335. "schema": {
  7336. "$ref": "#/definitions/md.NoticePushListResp"
  7337. }
  7338. },
  7339. "400": {
  7340. "description": "具体错误",
  7341. "schema": {
  7342. "$ref": "#/definitions/md.Response"
  7343. }
  7344. }
  7345. }
  7346. }
  7347. },
  7348. "/api/notice/jPush/push/save": {
  7349. "post": {
  7350. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7351. "consumes": [
  7352. "application/json"
  7353. ],
  7354. "produces": [
  7355. "application/json"
  7356. ],
  7357. "tags": [
  7358. "消息中心"
  7359. ],
  7360. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7361. "parameters": [
  7362. {
  7363. "type": "string",
  7364. "description": "验证参数Bearer和token空格拼接",
  7365. "name": "Authorization",
  7366. "in": "header",
  7367. "required": true
  7368. },
  7369. {
  7370. "description": "(分页信息必填)",
  7371. "name": "req",
  7372. "in": "body",
  7373. "required": true,
  7374. "schema": {
  7375. "$ref": "#/definitions/md.NoticePushSaveReq"
  7376. }
  7377. }
  7378. ],
  7379. "responses": {
  7380. "200": {
  7381. "description": "具体数据",
  7382. "schema": {
  7383. "type": "string"
  7384. }
  7385. },
  7386. "400": {
  7387. "description": "具体错误",
  7388. "schema": {
  7389. "$ref": "#/definitions/md.Response"
  7390. }
  7391. }
  7392. }
  7393. }
  7394. },
  7395. "/api/role/addAdmin": {
  7396. "post": {
  7397. "description": "权限管理-新增管理员",
  7398. "consumes": [
  7399. "application/json"
  7400. ],
  7401. "produces": [
  7402. "application/json"
  7403. ],
  7404. "tags": [
  7405. "权限管理"
  7406. ],
  7407. "summary": "新增管理员",
  7408. "parameters": [
  7409. {
  7410. "type": "string",
  7411. "description": "验证参数Bearer和token空格拼接",
  7412. "name": "Authorization",
  7413. "in": "header",
  7414. "required": true
  7415. },
  7416. {
  7417. "description": "请求参数",
  7418. "name": "args",
  7419. "in": "body",
  7420. "required": true,
  7421. "schema": {
  7422. "$ref": "#/definitions/md.AddAdminReq"
  7423. }
  7424. }
  7425. ],
  7426. "responses": {
  7427. "200": {
  7428. "description": "success",
  7429. "schema": {
  7430. "type": "string"
  7431. }
  7432. },
  7433. "400": {
  7434. "description": "具体错误",
  7435. "schema": {
  7436. "$ref": "#/definitions/md.Response"
  7437. }
  7438. }
  7439. }
  7440. }
  7441. },
  7442. "/api/role/addRole": {
  7443. "post": {
  7444. "description": "权限管理-添加角色",
  7445. "consumes": [
  7446. "application/json"
  7447. ],
  7448. "produces": [
  7449. "application/json"
  7450. ],
  7451. "tags": [
  7452. "权限管理"
  7453. ],
  7454. "summary": "添加角色",
  7455. "parameters": [
  7456. {
  7457. "type": "string",
  7458. "description": "验证参数Bearer和token空格拼接",
  7459. "name": "Authorization",
  7460. "in": "header",
  7461. "required": true
  7462. },
  7463. {
  7464. "description": "请求参数",
  7465. "name": "args",
  7466. "in": "body",
  7467. "required": true,
  7468. "schema": {
  7469. "$ref": "#/definitions/md.AddRoleReq"
  7470. }
  7471. }
  7472. ],
  7473. "responses": {
  7474. "200": {
  7475. "description": "success",
  7476. "schema": {
  7477. "type": "string"
  7478. }
  7479. },
  7480. "400": {
  7481. "description": "具体错误",
  7482. "schema": {
  7483. "$ref": "#/definitions/md.Response"
  7484. }
  7485. }
  7486. }
  7487. }
  7488. },
  7489. "/api/role/adminInfo": {
  7490. "get": {
  7491. "description": "权限管理-管理员信息",
  7492. "consumes": [
  7493. "application/json"
  7494. ],
  7495. "produces": [
  7496. "application/json"
  7497. ],
  7498. "tags": [
  7499. "权限管理"
  7500. ],
  7501. "summary": "管理员信息",
  7502. "parameters": [
  7503. {
  7504. "type": "string",
  7505. "description": "验证参数Bearer和token空格拼接",
  7506. "name": "Authorization",
  7507. "in": "header",
  7508. "required": true
  7509. },
  7510. {
  7511. "type": "string",
  7512. "description": "管理员id",
  7513. "name": "adm_id",
  7514. "in": "query",
  7515. "required": true
  7516. }
  7517. ],
  7518. "responses": {
  7519. "200": {
  7520. "description": "具体看返回内容",
  7521. "schema": {
  7522. "type": "string"
  7523. }
  7524. },
  7525. "400": {
  7526. "description": "具体错误",
  7527. "schema": {
  7528. "$ref": "#/definitions/md.Response"
  7529. }
  7530. }
  7531. }
  7532. }
  7533. },
  7534. "/api/role/adminList": {
  7535. "post": {
  7536. "description": "权限管理-管理员列表",
  7537. "consumes": [
  7538. "application/json"
  7539. ],
  7540. "produces": [
  7541. "application/json"
  7542. ],
  7543. "tags": [
  7544. "权限管理"
  7545. ],
  7546. "summary": "管理员列表",
  7547. "parameters": [
  7548. {
  7549. "type": "string",
  7550. "description": "验证参数Bearer和token空格拼接",
  7551. "name": "Authorization",
  7552. "in": "header",
  7553. "required": true
  7554. },
  7555. {
  7556. "description": "请求参数",
  7557. "name": "args",
  7558. "in": "body",
  7559. "required": true,
  7560. "schema": {
  7561. "$ref": "#/definitions/md.AdminListReq"
  7562. }
  7563. }
  7564. ],
  7565. "responses": {
  7566. "200": {
  7567. "description": "具体看返回内容",
  7568. "schema": {
  7569. "type": "string"
  7570. }
  7571. },
  7572. "400": {
  7573. "description": "具体错误",
  7574. "schema": {
  7575. "$ref": "#/definitions/md.Response"
  7576. }
  7577. }
  7578. }
  7579. }
  7580. },
  7581. "/api/role/bindAdminRole": {
  7582. "post": {
  7583. "description": "权限管理-管理员绑定角色",
  7584. "consumes": [
  7585. "application/json"
  7586. ],
  7587. "produces": [
  7588. "application/json"
  7589. ],
  7590. "tags": [
  7591. "权限管理"
  7592. ],
  7593. "summary": "管理员绑定角色",
  7594. "parameters": [
  7595. {
  7596. "type": "string",
  7597. "description": "验证参数Bearer和token空格拼接",
  7598. "name": "Authorization",
  7599. "in": "header",
  7600. "required": true
  7601. },
  7602. {
  7603. "description": "请求参数",
  7604. "name": "args",
  7605. "in": "body",
  7606. "required": true,
  7607. "schema": {
  7608. "$ref": "#/definitions/md.BindAdminRoleReq"
  7609. }
  7610. }
  7611. ],
  7612. "responses": {
  7613. "200": {
  7614. "description": "success",
  7615. "schema": {
  7616. "type": "string"
  7617. }
  7618. },
  7619. "400": {
  7620. "description": "具体错误",
  7621. "schema": {
  7622. "$ref": "#/definitions/md.Response"
  7623. }
  7624. }
  7625. }
  7626. }
  7627. },
  7628. "/api/role/deleteAdmin/{$adm_id}": {
  7629. "delete": {
  7630. "description": "权限管理-删除管理员",
  7631. "consumes": [
  7632. "application/json"
  7633. ],
  7634. "produces": [
  7635. "application/json"
  7636. ],
  7637. "tags": [
  7638. "权限管理"
  7639. ],
  7640. "summary": "删除管理员",
  7641. "parameters": [
  7642. {
  7643. "type": "string",
  7644. "description": "验证参数Bearer和token空格拼接",
  7645. "name": "Authorization",
  7646. "in": "header",
  7647. "required": true
  7648. }
  7649. ],
  7650. "responses": {
  7651. "200": {
  7652. "description": "success",
  7653. "schema": {
  7654. "type": "string"
  7655. }
  7656. },
  7657. "400": {
  7658. "description": "具体错误",
  7659. "schema": {
  7660. "$ref": "#/definitions/md.Response"
  7661. }
  7662. }
  7663. }
  7664. }
  7665. },
  7666. "/api/role/deleteRole/{$id}": {
  7667. "delete": {
  7668. "description": "权限管理-删除角色",
  7669. "consumes": [
  7670. "application/json"
  7671. ],
  7672. "produces": [
  7673. "application/json"
  7674. ],
  7675. "tags": [
  7676. "权限管理"
  7677. ],
  7678. "summary": "删除角色",
  7679. "parameters": [
  7680. {
  7681. "type": "string",
  7682. "description": "验证参数Bearer和token空格拼接",
  7683. "name": "Authorization",
  7684. "in": "header",
  7685. "required": true
  7686. },
  7687. {
  7688. "description": "请求参数",
  7689. "name": "args",
  7690. "in": "body",
  7691. "required": true,
  7692. "schema": {
  7693. "$ref": "#/definitions/md.UpdateRoleStateReq"
  7694. }
  7695. }
  7696. ],
  7697. "responses": {
  7698. "200": {
  7699. "description": "success",
  7700. "schema": {
  7701. "type": "string"
  7702. }
  7703. },
  7704. "400": {
  7705. "description": "具体错误",
  7706. "schema": {
  7707. "$ref": "#/definitions/md.Response"
  7708. }
  7709. }
  7710. }
  7711. }
  7712. },
  7713. "/api/role/permissionGroupList": {
  7714. "get": {
  7715. "description": "权限管理-权限组列表",
  7716. "consumes": [
  7717. "application/json"
  7718. ],
  7719. "produces": [
  7720. "application/json"
  7721. ],
  7722. "tags": [
  7723. "权限管理"
  7724. ],
  7725. "summary": "权限组列表",
  7726. "parameters": [
  7727. {
  7728. "type": "string",
  7729. "description": "验证参数Bearer和token空格拼接",
  7730. "name": "Authorization",
  7731. "in": "header",
  7732. "required": true
  7733. },
  7734. {
  7735. "type": "string",
  7736. "description": "管理员id",
  7737. "name": "adm_id",
  7738. "in": "query",
  7739. "required": true
  7740. }
  7741. ],
  7742. "responses": {
  7743. "200": {
  7744. "description": "具体看返回内容",
  7745. "schema": {
  7746. "type": "string"
  7747. }
  7748. },
  7749. "400": {
  7750. "description": "具体错误",
  7751. "schema": {
  7752. "$ref": "#/definitions/md.Response"
  7753. }
  7754. }
  7755. }
  7756. }
  7757. },
  7758. "/api/role/roleBindPermissionGroup": {
  7759. "post": {
  7760. "description": "权限管理-角色绑定权限组",
  7761. "consumes": [
  7762. "application/json"
  7763. ],
  7764. "produces": [
  7765. "application/json"
  7766. ],
  7767. "tags": [
  7768. "权限管理"
  7769. ],
  7770. "summary": "角色绑定权限组",
  7771. "parameters": [
  7772. {
  7773. "type": "string",
  7774. "description": "验证参数Bearer和token空格拼接",
  7775. "name": "Authorization",
  7776. "in": "header",
  7777. "required": true
  7778. },
  7779. {
  7780. "description": "请求参数",
  7781. "name": "args",
  7782. "in": "body",
  7783. "required": true,
  7784. "schema": {
  7785. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  7786. }
  7787. }
  7788. ],
  7789. "responses": {
  7790. "200": {
  7791. "description": "success",
  7792. "schema": {
  7793. "type": "string"
  7794. }
  7795. },
  7796. "400": {
  7797. "description": "具体错误",
  7798. "schema": {
  7799. "$ref": "#/definitions/md.Response"
  7800. }
  7801. }
  7802. }
  7803. }
  7804. },
  7805. "/api/role/roleList": {
  7806. "get": {
  7807. "description": "权限管理-角色列表",
  7808. "consumes": [
  7809. "application/json"
  7810. ],
  7811. "produces": [
  7812. "application/json"
  7813. ],
  7814. "tags": [
  7815. "权限管理"
  7816. ],
  7817. "summary": "角色列表",
  7818. "parameters": [
  7819. {
  7820. "type": "string",
  7821. "description": "验证参数Bearer和token空格拼接",
  7822. "name": "Authorization",
  7823. "in": "header",
  7824. "required": true
  7825. }
  7826. ],
  7827. "responses": {
  7828. "200": {
  7829. "description": "具体看返回内容",
  7830. "schema": {
  7831. "type": "string"
  7832. }
  7833. },
  7834. "400": {
  7835. "description": "具体错误",
  7836. "schema": {
  7837. "$ref": "#/definitions/md.Response"
  7838. }
  7839. }
  7840. }
  7841. }
  7842. },
  7843. "/api/role/updateAdmin": {
  7844. "post": {
  7845. "description": "权限管理-修改管理员信息",
  7846. "consumes": [
  7847. "application/json"
  7848. ],
  7849. "produces": [
  7850. "application/json"
  7851. ],
  7852. "tags": [
  7853. "权限管理"
  7854. ],
  7855. "summary": "修改管理员信息",
  7856. "parameters": [
  7857. {
  7858. "type": "string",
  7859. "description": "验证参数Bearer和token空格拼接",
  7860. "name": "Authorization",
  7861. "in": "header",
  7862. "required": true
  7863. },
  7864. {
  7865. "description": "请求参数",
  7866. "name": "args",
  7867. "in": "body",
  7868. "required": true,
  7869. "schema": {
  7870. "$ref": "#/definitions/md.UpdateAdminReq"
  7871. }
  7872. }
  7873. ],
  7874. "responses": {
  7875. "200": {
  7876. "description": "success",
  7877. "schema": {
  7878. "type": "string"
  7879. }
  7880. },
  7881. "400": {
  7882. "description": "具体错误",
  7883. "schema": {
  7884. "$ref": "#/definitions/md.Response"
  7885. }
  7886. }
  7887. }
  7888. }
  7889. },
  7890. "/api/role/updateAdminState": {
  7891. "post": {
  7892. "description": "权限管理-修改管理员状态",
  7893. "consumes": [
  7894. "application/json"
  7895. ],
  7896. "produces": [
  7897. "application/json"
  7898. ],
  7899. "tags": [
  7900. "权限管理"
  7901. ],
  7902. "summary": "修改管理员状态",
  7903. "parameters": [
  7904. {
  7905. "type": "string",
  7906. "description": "验证参数Bearer和token空格拼接",
  7907. "name": "Authorization",
  7908. "in": "header",
  7909. "required": true
  7910. },
  7911. {
  7912. "description": "请求参数",
  7913. "name": "args",
  7914. "in": "body",
  7915. "required": true,
  7916. "schema": {
  7917. "$ref": "#/definitions/md.UpdateAdminStateReq"
  7918. }
  7919. }
  7920. ],
  7921. "responses": {
  7922. "200": {
  7923. "description": "success",
  7924. "schema": {
  7925. "type": "string"
  7926. }
  7927. },
  7928. "400": {
  7929. "description": "具体错误",
  7930. "schema": {
  7931. "$ref": "#/definitions/md.Response"
  7932. }
  7933. }
  7934. }
  7935. }
  7936. },
  7937. "/api/role/updateRole": {
  7938. "post": {
  7939. "description": "权限管理-修改角色",
  7940. "consumes": [
  7941. "application/json"
  7942. ],
  7943. "produces": [
  7944. "application/json"
  7945. ],
  7946. "tags": [
  7947. "权限管理"
  7948. ],
  7949. "summary": "修改角色",
  7950. "parameters": [
  7951. {
  7952. "type": "string",
  7953. "description": "验证参数Bearer和token空格拼接",
  7954. "name": "Authorization",
  7955. "in": "header",
  7956. "required": true
  7957. },
  7958. {
  7959. "description": "请求参数",
  7960. "name": "args",
  7961. "in": "body",
  7962. "required": true,
  7963. "schema": {
  7964. "$ref": "#/definitions/md.UpdateRoleReq"
  7965. }
  7966. }
  7967. ],
  7968. "responses": {
  7969. "200": {
  7970. "description": "success",
  7971. "schema": {
  7972. "type": "string"
  7973. }
  7974. },
  7975. "400": {
  7976. "description": "具体错误",
  7977. "schema": {
  7978. "$ref": "#/definitions/md.Response"
  7979. }
  7980. }
  7981. }
  7982. }
  7983. },
  7984. "/api/role/updateRoleState": {
  7985. "post": {
  7986. "description": "权限管理-修改角色状态",
  7987. "consumes": [
  7988. "application/json"
  7989. ],
  7990. "produces": [
  7991. "application/json"
  7992. ],
  7993. "tags": [
  7994. "权限管理"
  7995. ],
  7996. "summary": "修改角色状态",
  7997. "parameters": [
  7998. {
  7999. "type": "string",
  8000. "description": "验证参数Bearer和token空格拼接",
  8001. "name": "Authorization",
  8002. "in": "header",
  8003. "required": true
  8004. },
  8005. {
  8006. "description": "请求参数",
  8007. "name": "args",
  8008. "in": "body",
  8009. "required": true,
  8010. "schema": {
  8011. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8012. }
  8013. }
  8014. ],
  8015. "responses": {
  8016. "200": {
  8017. "description": "success",
  8018. "schema": {
  8019. "type": "string"
  8020. }
  8021. },
  8022. "400": {
  8023. "description": "具体错误",
  8024. "schema": {
  8025. "$ref": "#/definitions/md.Response"
  8026. }
  8027. }
  8028. }
  8029. }
  8030. },
  8031. "/api/settCenter/oss/aliYun/getBasic": {
  8032. "get": {
  8033. "description": "对象存储设置(获取)",
  8034. "consumes": [
  8035. "application/json"
  8036. ],
  8037. "produces": [
  8038. "application/json"
  8039. ],
  8040. "tags": [
  8041. "对象存储"
  8042. ],
  8043. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8044. "parameters": [
  8045. {
  8046. "type": "string",
  8047. "description": "验证参数Bearer和token空格拼接",
  8048. "name": "Authorization",
  8049. "in": "header",
  8050. "required": true
  8051. }
  8052. ],
  8053. "responses": {
  8054. "200": {
  8055. "description": "设置列表",
  8056. "schema": {
  8057. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8058. }
  8059. },
  8060. "400": {
  8061. "description": "具体错误",
  8062. "schema": {
  8063. "$ref": "#/definitions/md.Response"
  8064. }
  8065. }
  8066. }
  8067. }
  8068. },
  8069. "/api/settCenter/oss/aliYun/setBasic": {
  8070. "post": {
  8071. "description": "对象存储设置(更新)",
  8072. "consumes": [
  8073. "application/json"
  8074. ],
  8075. "produces": [
  8076. "application/json"
  8077. ],
  8078. "tags": [
  8079. "对象存储"
  8080. ],
  8081. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8082. "parameters": [
  8083. {
  8084. "type": "string",
  8085. "description": "验证参数Bearer和token空格拼接",
  8086. "name": "Authorization",
  8087. "in": "header",
  8088. "required": true
  8089. },
  8090. {
  8091. "description": "上传需要修改的信息",
  8092. "name": "req",
  8093. "in": "body",
  8094. "required": true,
  8095. "schema": {
  8096. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8097. }
  8098. }
  8099. ],
  8100. "responses": {
  8101. "200": {
  8102. "description": "success",
  8103. "schema": {
  8104. "type": "string"
  8105. }
  8106. },
  8107. "400": {
  8108. "description": "具体错误",
  8109. "schema": {
  8110. "$ref": "#/definitions/md.Response"
  8111. }
  8112. }
  8113. }
  8114. }
  8115. },
  8116. "/api/settCenter/web/getBasic": {
  8117. "get": {
  8118. "description": "网站信息-基本设置(获取)",
  8119. "consumes": [
  8120. "application/json"
  8121. ],
  8122. "produces": [
  8123. "application/json"
  8124. ],
  8125. "tags": [
  8126. "基础设置"
  8127. ],
  8128. "summary": "基础设置-网站信息-基本设置(获取)",
  8129. "parameters": [
  8130. {
  8131. "type": "string",
  8132. "description": "验证参数Bearer和token空格拼接",
  8133. "name": "Authorization",
  8134. "in": "header",
  8135. "required": true
  8136. }
  8137. ],
  8138. "responses": {
  8139. "200": {
  8140. "description": "设置列表",
  8141. "schema": {
  8142. "$ref": "#/definitions/setCenter.WebBasicResp"
  8143. }
  8144. },
  8145. "400": {
  8146. "description": "具体错误",
  8147. "schema": {
  8148. "$ref": "#/definitions/md.Response"
  8149. }
  8150. }
  8151. }
  8152. }
  8153. },
  8154. "/api/settCenter/web/setBasic": {
  8155. "post": {
  8156. "description": "基本设置(更新)",
  8157. "consumes": [
  8158. "application/json"
  8159. ],
  8160. "produces": [
  8161. "application/json"
  8162. ],
  8163. "tags": [
  8164. "基础设置"
  8165. ],
  8166. "summary": "基础设置-网站信息-基本设置(更新)",
  8167. "parameters": [
  8168. {
  8169. "type": "string",
  8170. "description": "验证参数Bearer和token空格拼接",
  8171. "name": "Authorization",
  8172. "in": "header",
  8173. "required": true
  8174. },
  8175. {
  8176. "description": "上传需要修改的信息",
  8177. "name": "req",
  8178. "in": "body",
  8179. "required": true,
  8180. "schema": {
  8181. "$ref": "#/definitions/setCenter.WebBasicReq"
  8182. }
  8183. }
  8184. ],
  8185. "responses": {
  8186. "200": {
  8187. "description": "success",
  8188. "schema": {
  8189. "type": "string"
  8190. }
  8191. },
  8192. "400": {
  8193. "description": "具体错误",
  8194. "schema": {
  8195. "$ref": "#/definitions/md.Response"
  8196. }
  8197. }
  8198. }
  8199. }
  8200. },
  8201. "/api/userFeedback/cate/list": {
  8202. "post": {
  8203. "description": "分类列表",
  8204. "consumes": [
  8205. "application/json"
  8206. ],
  8207. "produces": [
  8208. "application/json"
  8209. ],
  8210. "tags": [
  8211. "消息中心"
  8212. ],
  8213. "summary": "反馈列表-分类列表",
  8214. "parameters": [
  8215. {
  8216. "type": "string",
  8217. "description": "验证参数Bearer和token空格拼接",
  8218. "name": "Authorization",
  8219. "in": "header",
  8220. "required": true
  8221. },
  8222. {
  8223. "description": "(分页信息必填)",
  8224. "name": "req",
  8225. "in": "body",
  8226. "required": true,
  8227. "schema": {
  8228. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8229. }
  8230. }
  8231. ],
  8232. "responses": {
  8233. "200": {
  8234. "description": "具体数据",
  8235. "schema": {
  8236. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8237. }
  8238. },
  8239. "400": {
  8240. "description": "具体错误",
  8241. "schema": {
  8242. "$ref": "#/definitions/md.Response"
  8243. }
  8244. }
  8245. }
  8246. }
  8247. },
  8248. "/api/userFeedback/content/change/state": {
  8249. "post": {
  8250. "description": "反馈列表-修改状态",
  8251. "consumes": [
  8252. "application/json"
  8253. ],
  8254. "produces": [
  8255. "application/json"
  8256. ],
  8257. "tags": [
  8258. "消息中心"
  8259. ],
  8260. "summary": "用户反馈-反馈列表-修改状态",
  8261. "parameters": [
  8262. {
  8263. "type": "string",
  8264. "description": "验证参数Bearer和token空格拼接",
  8265. "name": "Authorization",
  8266. "in": "header",
  8267. "required": true
  8268. },
  8269. {
  8270. "description": "(分页信息必填)",
  8271. "name": "req",
  8272. "in": "body",
  8273. "required": true,
  8274. "schema": {
  8275. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8276. }
  8277. }
  8278. ],
  8279. "responses": {
  8280. "200": {
  8281. "description": "具体数据",
  8282. "schema": {
  8283. "type": "string"
  8284. }
  8285. },
  8286. "400": {
  8287. "description": "具体错误",
  8288. "schema": {
  8289. "$ref": "#/definitions/md.Response"
  8290. }
  8291. }
  8292. }
  8293. }
  8294. },
  8295. "/api/userFeedback/content/del": {
  8296. "post": {
  8297. "description": "反馈列表-反馈删除",
  8298. "consumes": [
  8299. "application/json"
  8300. ],
  8301. "produces": [
  8302. "application/json"
  8303. ],
  8304. "tags": [
  8305. "消息中心"
  8306. ],
  8307. "summary": "用户反馈-反馈列表-反馈删除",
  8308. "parameters": [
  8309. {
  8310. "type": "string",
  8311. "description": "验证参数Bearer和token空格拼接",
  8312. "name": "Authorization",
  8313. "in": "header",
  8314. "required": true
  8315. },
  8316. {
  8317. "description": "(分页信息必填)",
  8318. "name": "req",
  8319. "in": "body",
  8320. "required": true,
  8321. "schema": {
  8322. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8323. }
  8324. }
  8325. ],
  8326. "responses": {
  8327. "200": {
  8328. "description": "具体数据",
  8329. "schema": {
  8330. "type": "string"
  8331. }
  8332. },
  8333. "400": {
  8334. "description": "具体错误",
  8335. "schema": {
  8336. "$ref": "#/definitions/md.Response"
  8337. }
  8338. }
  8339. }
  8340. }
  8341. },
  8342. "/api/userFeedback/content/list": {
  8343. "post": {
  8344. "description": "反馈列表",
  8345. "consumes": [
  8346. "application/json"
  8347. ],
  8348. "produces": [
  8349. "application/json"
  8350. ],
  8351. "tags": [
  8352. "消息中心"
  8353. ],
  8354. "summary": "用户反馈-反馈列表",
  8355. "parameters": [
  8356. {
  8357. "type": "string",
  8358. "description": "验证参数Bearer和token空格拼接",
  8359. "name": "Authorization",
  8360. "in": "header",
  8361. "required": true
  8362. },
  8363. {
  8364. "description": "(分页信息必填)",
  8365. "name": "req",
  8366. "in": "body",
  8367. "required": true,
  8368. "schema": {
  8369. "$ref": "#/definitions/md.UserFeedbackListReq"
  8370. }
  8371. }
  8372. ],
  8373. "responses": {
  8374. "200": {
  8375. "description": "具体数据",
  8376. "schema": {
  8377. "$ref": "#/definitions/md.UserFeedbackListResp"
  8378. }
  8379. },
  8380. "400": {
  8381. "description": "具体错误",
  8382. "schema": {
  8383. "$ref": "#/definitions/md.Response"
  8384. }
  8385. }
  8386. }
  8387. }
  8388. },
  8389. "/api/userFeedback/content/record/list": {
  8390. "post": {
  8391. "description": "反馈列表-沟通记录",
  8392. "consumes": [
  8393. "application/json"
  8394. ],
  8395. "produces": [
  8396. "application/json"
  8397. ],
  8398. "tags": [
  8399. "消息中心"
  8400. ],
  8401. "summary": "用户反馈-反馈列表-沟通记录",
  8402. "parameters": [
  8403. {
  8404. "type": "string",
  8405. "description": "验证参数Bearer和token空格拼接",
  8406. "name": "Authorization",
  8407. "in": "header",
  8408. "required": true
  8409. },
  8410. {
  8411. "description": "(分页信息必填)",
  8412. "name": "req",
  8413. "in": "body",
  8414. "required": true,
  8415. "schema": {
  8416. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8417. }
  8418. }
  8419. ],
  8420. "responses": {
  8421. "200": {
  8422. "description": "具体数据",
  8423. "schema": {
  8424. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8425. }
  8426. },
  8427. "400": {
  8428. "description": "具体错误",
  8429. "schema": {
  8430. "$ref": "#/definitions/md.Response"
  8431. }
  8432. }
  8433. }
  8434. }
  8435. },
  8436. "/api/userFeedback/content/say": {
  8437. "post": {
  8438. "description": "反馈列表-沟通发送",
  8439. "consumes": [
  8440. "application/json"
  8441. ],
  8442. "produces": [
  8443. "application/json"
  8444. ],
  8445. "tags": [
  8446. "消息中心"
  8447. ],
  8448. "summary": "用户反馈-反馈列表-沟通发送",
  8449. "parameters": [
  8450. {
  8451. "type": "string",
  8452. "description": "验证参数Bearer和token空格拼接",
  8453. "name": "Authorization",
  8454. "in": "header",
  8455. "required": true
  8456. },
  8457. {
  8458. "description": "(分页信息必填)",
  8459. "name": "req",
  8460. "in": "body",
  8461. "required": true,
  8462. "schema": {
  8463. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8464. }
  8465. }
  8466. ],
  8467. "responses": {
  8468. "200": {
  8469. "description": "具体数据",
  8470. "schema": {
  8471. "type": "string"
  8472. }
  8473. },
  8474. "400": {
  8475. "description": "具体错误",
  8476. "schema": {
  8477. "$ref": "#/definitions/md.Response"
  8478. }
  8479. }
  8480. }
  8481. }
  8482. },
  8483. "/api/userRealName/base": {
  8484. "get": {
  8485. "description": "基本设置-实名认证",
  8486. "consumes": [
  8487. "application/json"
  8488. ],
  8489. "produces": [
  8490. "application/json"
  8491. ],
  8492. "tags": [
  8493. "基本设置"
  8494. ],
  8495. "summary": "基本设置-实名认证-基本配置",
  8496. "parameters": [
  8497. {
  8498. "type": "string",
  8499. "description": "验证参数Bearer和token空格拼接",
  8500. "name": "Authorization",
  8501. "in": "header",
  8502. "required": true
  8503. }
  8504. ],
  8505. "responses": {
  8506. "200": {
  8507. "description": "具体数据",
  8508. "schema": {
  8509. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8510. }
  8511. },
  8512. "400": {
  8513. "description": "具体错误",
  8514. "schema": {
  8515. "$ref": "#/definitions/md.Response"
  8516. }
  8517. }
  8518. }
  8519. }
  8520. },
  8521. "/api/userRealName/base/save": {
  8522. "post": {
  8523. "description": "基本设置-实名认证-基本配置保存",
  8524. "consumes": [
  8525. "application/json"
  8526. ],
  8527. "produces": [
  8528. "application/json"
  8529. ],
  8530. "tags": [
  8531. "基本设置"
  8532. ],
  8533. "summary": "基本设置-实名认证-基本配置保存",
  8534. "parameters": [
  8535. {
  8536. "type": "string",
  8537. "description": "验证参数Bearer和token空格拼接",
  8538. "name": "Authorization",
  8539. "in": "header",
  8540. "required": true
  8541. },
  8542. {
  8543. "description": "(分页信息必填)",
  8544. "name": "req",
  8545. "in": "body",
  8546. "required": true,
  8547. "schema": {
  8548. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8549. }
  8550. }
  8551. ],
  8552. "responses": {
  8553. "200": {
  8554. "description": "具体数据",
  8555. "schema": {
  8556. "type": "string"
  8557. }
  8558. },
  8559. "400": {
  8560. "description": "具体错误",
  8561. "schema": {
  8562. "$ref": "#/definitions/md.Response"
  8563. }
  8564. }
  8565. }
  8566. }
  8567. },
  8568. "/api/userRealName/list": {
  8569. "post": {
  8570. "description": "基本设置-实名认证列表",
  8571. "consumes": [
  8572. "application/json"
  8573. ],
  8574. "produces": [
  8575. "application/json"
  8576. ],
  8577. "tags": [
  8578. "基本设置"
  8579. ],
  8580. "summary": "基本设置-实名认证列表",
  8581. "parameters": [
  8582. {
  8583. "type": "string",
  8584. "description": "验证参数Bearer和token空格拼接",
  8585. "name": "Authorization",
  8586. "in": "header",
  8587. "required": true
  8588. },
  8589. {
  8590. "description": "(分页信息必填)",
  8591. "name": "req",
  8592. "in": "body",
  8593. "required": true,
  8594. "schema": {
  8595. "$ref": "#/definitions/md.UserRealNameReq"
  8596. }
  8597. }
  8598. ],
  8599. "responses": {
  8600. "200": {
  8601. "description": "具体数据",
  8602. "schema": {
  8603. "$ref": "#/definitions/md.UserRealNameResp"
  8604. }
  8605. },
  8606. "400": {
  8607. "description": "具体错误",
  8608. "schema": {
  8609. "$ref": "#/definitions/md.Response"
  8610. }
  8611. }
  8612. }
  8613. }
  8614. },
  8615. "/api/userRealName/save": {
  8616. "post": {
  8617. "description": "基本设置-修改认证状态",
  8618. "consumes": [
  8619. "application/json"
  8620. ],
  8621. "produces": [
  8622. "application/json"
  8623. ],
  8624. "tags": [
  8625. "基本设置"
  8626. ],
  8627. "summary": "基本设置-实名认证-修改认证状态",
  8628. "parameters": [
  8629. {
  8630. "type": "string",
  8631. "description": "验证参数Bearer和token空格拼接",
  8632. "name": "Authorization",
  8633. "in": "header",
  8634. "required": true
  8635. },
  8636. {
  8637. "description": "(分页信息必填)",
  8638. "name": "req",
  8639. "in": "body",
  8640. "required": true,
  8641. "schema": {
  8642. "$ref": "#/definitions/md.UserRealNameSaveReq"
  8643. }
  8644. }
  8645. ],
  8646. "responses": {
  8647. "200": {
  8648. "description": "具体数据",
  8649. "schema": {
  8650. "type": "string"
  8651. }
  8652. },
  8653. "400": {
  8654. "description": "具体错误",
  8655. "schema": {
  8656. "$ref": "#/definitions/md.Response"
  8657. }
  8658. }
  8659. }
  8660. }
  8661. },
  8662. "/api/user_feedback/cate/del": {
  8663. "post": {
  8664. "description": "分类列表-分类删除",
  8665. "consumes": [
  8666. "application/json"
  8667. ],
  8668. "produces": [
  8669. "application/json"
  8670. ],
  8671. "tags": [
  8672. "消息中心"
  8673. ],
  8674. "summary": "反馈列表-分类列表-分类删除",
  8675. "parameters": [
  8676. {
  8677. "type": "string",
  8678. "description": "验证参数Bearer和token空格拼接",
  8679. "name": "Authorization",
  8680. "in": "header",
  8681. "required": true
  8682. },
  8683. {
  8684. "description": "(分页信息必填)",
  8685. "name": "req",
  8686. "in": "body",
  8687. "required": true,
  8688. "schema": {
  8689. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  8690. }
  8691. }
  8692. ],
  8693. "responses": {
  8694. "200": {
  8695. "description": "具体数据",
  8696. "schema": {
  8697. "type": "string"
  8698. }
  8699. },
  8700. "400": {
  8701. "description": "具体错误",
  8702. "schema": {
  8703. "$ref": "#/definitions/md.Response"
  8704. }
  8705. }
  8706. }
  8707. }
  8708. },
  8709. "/api/user_feedback/cate/save": {
  8710. "post": {
  8711. "description": "分类列表-分类保存",
  8712. "consumes": [
  8713. "application/json"
  8714. ],
  8715. "produces": [
  8716. "application/json"
  8717. ],
  8718. "tags": [
  8719. "消息中心"
  8720. ],
  8721. "summary": "反馈列表-分类列表-分类保存",
  8722. "parameters": [
  8723. {
  8724. "type": "string",
  8725. "description": "验证参数Bearer和token空格拼接",
  8726. "name": "Authorization",
  8727. "in": "header",
  8728. "required": true
  8729. },
  8730. {
  8731. "description": "(分页信息必填)",
  8732. "name": "req",
  8733. "in": "body",
  8734. "required": true,
  8735. "schema": {
  8736. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  8737. }
  8738. }
  8739. ],
  8740. "responses": {
  8741. "200": {
  8742. "description": "具体数据",
  8743. "schema": {
  8744. "type": "string"
  8745. }
  8746. },
  8747. "400": {
  8748. "description": "具体错误",
  8749. "schema": {
  8750. "$ref": "#/definitions/md.Response"
  8751. }
  8752. }
  8753. }
  8754. }
  8755. },
  8756. "/api/website/certificate": {
  8757. "post": {
  8758. "description": "证书查询",
  8759. "consumes": [
  8760. "application/json"
  8761. ],
  8762. "produces": [
  8763. "application/json"
  8764. ],
  8765. "tags": [
  8766. "官网"
  8767. ],
  8768. "summary": "证书查询",
  8769. "parameters": [
  8770. {
  8771. "type": "string",
  8772. "description": "验证参数Bearer和token空格拼接",
  8773. "name": "Authorization",
  8774. "in": "header",
  8775. "required": true
  8776. },
  8777. {
  8778. "description": "(分页信息必填)",
  8779. "name": "req",
  8780. "in": "body",
  8781. "required": true,
  8782. "schema": {
  8783. "$ref": "#/definitions/md.CertificateReq"
  8784. }
  8785. }
  8786. ],
  8787. "responses": {
  8788. "200": {
  8789. "description": "具体数据",
  8790. "schema": {
  8791. "$ref": "#/definitions/md.CertificateResp"
  8792. }
  8793. },
  8794. "400": {
  8795. "description": "具体错误",
  8796. "schema": {
  8797. "$ref": "#/definitions/md.Response"
  8798. }
  8799. }
  8800. }
  8801. }
  8802. },
  8803. "/api/website/getModuleSetting": {
  8804. "get": {
  8805. "description": "页面样式",
  8806. "consumes": [
  8807. "application/json"
  8808. ],
  8809. "produces": [
  8810. "application/json"
  8811. ],
  8812. "tags": [
  8813. "官网"
  8814. ],
  8815. "summary": "页面样式",
  8816. "parameters": [
  8817. {
  8818. "type": "string",
  8819. "description": "验证参数Bearer和token空格拼接",
  8820. "name": "Authorization",
  8821. "in": "header",
  8822. "required": true
  8823. },
  8824. {
  8825. "type": "string",
  8826. "description": "页面名称类型值(15:官网 联系我们)",
  8827. "name": "mod_name_value",
  8828. "in": "query",
  8829. "required": true
  8830. }
  8831. ],
  8832. "responses": {
  8833. "200": {
  8834. "description": "具体数据",
  8835. "schema": {
  8836. "$ref": "#/definitions/md.GetModuleSettingResp"
  8837. }
  8838. },
  8839. "400": {
  8840. "description": "具体错误",
  8841. "schema": {
  8842. "$ref": "#/definitions/md.Response"
  8843. }
  8844. }
  8845. }
  8846. }
  8847. },
  8848. "/api/website/info": {
  8849. "get": {
  8850. "description": "官网-基本信息",
  8851. "consumes": [
  8852. "application/json"
  8853. ],
  8854. "produces": [
  8855. "application/json"
  8856. ],
  8857. "tags": [
  8858. "官网"
  8859. ],
  8860. "summary": "官网-基本信息",
  8861. "parameters": [
  8862. {
  8863. "type": "string",
  8864. "description": "验证参数Bearer和token空格拼接",
  8865. "name": "Authorization",
  8866. "in": "header",
  8867. "required": true
  8868. }
  8869. ],
  8870. "responses": {
  8871. "200": {
  8872. "description": "具体数据",
  8873. "schema": {
  8874. "$ref": "#/definitions/md.WebsiteInfoResp"
  8875. }
  8876. },
  8877. "400": {
  8878. "description": "具体错误",
  8879. "schema": {
  8880. "$ref": "#/definitions/md.Response"
  8881. }
  8882. }
  8883. }
  8884. }
  8885. }
  8886. },
  8887. "definitions": {
  8888. "applet_app_md.Paginate": {
  8889. "type": "object",
  8890. "properties": {
  8891. "limit": {
  8892. "description": "每页大小",
  8893. "type": "integer"
  8894. },
  8895. "page": {
  8896. "description": "页数",
  8897. "type": "integer"
  8898. },
  8899. "total": {
  8900. "description": "总数据量",
  8901. "type": "integer"
  8902. }
  8903. }
  8904. },
  8905. "applet_app_md_financial_center.Paginate": {
  8906. "type": "object",
  8907. "properties": {
  8908. "limit": {
  8909. "description": "每页大小",
  8910. "type": "integer"
  8911. },
  8912. "page": {
  8913. "description": "页数",
  8914. "type": "integer"
  8915. },
  8916. "total": {
  8917. "description": "总数据量",
  8918. "type": "integer"
  8919. }
  8920. }
  8921. },
  8922. "applet_app_md_financial_center.TagNode": {
  8923. "type": "object",
  8924. "properties": {
  8925. "tag_id": {
  8926. "type": "integer"
  8927. },
  8928. "tag_name": {
  8929. "type": "string"
  8930. }
  8931. }
  8932. },
  8933. "applet_app_md_friend_circle.Paginate": {
  8934. "type": "object",
  8935. "properties": {
  8936. "limit": {
  8937. "description": "每页大小",
  8938. "type": "integer"
  8939. },
  8940. "page": {
  8941. "description": "页数",
  8942. "type": "integer"
  8943. },
  8944. "total": {
  8945. "description": "总数据量",
  8946. "type": "integer"
  8947. }
  8948. }
  8949. },
  8950. "applet_app_md_im.GetBasicResp": {
  8951. "type": "object",
  8952. "properties": {
  8953. "chat_sensitive_words": {
  8954. "type": "string",
  8955. "example": "聊天敏感词"
  8956. },
  8957. "is_allow_add_friends": {
  8958. "type": "string",
  8959. "example": "是否允许加好友"
  8960. },
  8961. "is_auto_add_friends": {
  8962. "type": "string",
  8963. "example": "是否自动加好友"
  8964. },
  8965. "prohibit_add_group_members": {
  8966. "type": "string",
  8967. "example": "是否禁止添加群成员"
  8968. },
  8969. "prohibit_remove_group_members": {
  8970. "type": "string",
  8971. "example": "是否禁止移出群成员"
  8972. },
  8973. "prohibit_update_group_name": {
  8974. "type": "string",
  8975. "example": "是否禁止修改群名称"
  8976. }
  8977. }
  8978. },
  8979. "applet_app_md_im.SetBasicReq": {
  8980. "type": "object",
  8981. "properties": {
  8982. "chat_sensitive_words": {
  8983. "type": "string",
  8984. "example": "聊天敏感词"
  8985. },
  8986. "is_allow_add_friends": {
  8987. "type": "string",
  8988. "example": "是否允许加好友"
  8989. },
  8990. "is_auto_add_friends": {
  8991. "type": "string",
  8992. "example": "是否自动加好友"
  8993. },
  8994. "prohibit_add_group_members": {
  8995. "type": "string",
  8996. "example": "是否禁止添加群成员"
  8997. },
  8998. "prohibit_remove_group_members": {
  8999. "type": "string",
  9000. "example": "是否禁止移出群成员"
  9001. },
  9002. "prohibit_update_group_name": {
  9003. "type": "string",
  9004. "example": "是否禁止修改群名称"
  9005. }
  9006. }
  9007. },
  9008. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9009. "type": "object",
  9010. "properties": {
  9011. "direct_push_reward": {
  9012. "description": "直推奖励",
  9013. "allOf": [
  9014. {
  9015. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9016. }
  9017. ]
  9018. },
  9019. "is_open": {
  9020. "description": "是否开启(1:开启 0:关闭)",
  9021. "type": "integer"
  9022. },
  9023. "person_egg_energy_coin_id": {
  9024. "description": "个人蛋蛋能量对应虚拟币 id",
  9025. "type": "integer"
  9026. },
  9027. "person_egg_points_coin_id": {
  9028. "description": "个人蛋蛋积分对应虚拟币 id",
  9029. "type": "integer"
  9030. },
  9031. "team_egg_energy_coin_id": {
  9032. "description": "团队蛋蛋能量对应虚拟币 id",
  9033. "type": "integer"
  9034. },
  9035. "team_egg_points_coin_id": {
  9036. "description": "团队蛋蛋积分对应虚拟币 id",
  9037. "type": "integer"
  9038. }
  9039. }
  9040. },
  9041. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9042. "type": "object",
  9043. "properties": {
  9044. "limit": {
  9045. "description": "每页大小",
  9046. "type": "integer"
  9047. },
  9048. "page": {
  9049. "description": "页数",
  9050. "type": "integer"
  9051. },
  9052. "total": {
  9053. "description": "总数据量",
  9054. "type": "integer"
  9055. }
  9056. }
  9057. },
  9058. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9059. "type": "object",
  9060. "properties": {
  9061. "id": {
  9062. "type": "integer"
  9063. },
  9064. "is_open": {
  9065. "description": "是否开启(1:开启 0:关闭)",
  9066. "type": "integer"
  9067. },
  9068. "is_self_active_get_team_revenue": {
  9069. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9070. "type": "integer"
  9071. },
  9072. "originator_uid": {
  9073. "description": "创始人uid",
  9074. "type": "integer"
  9075. },
  9076. "several_rows": {
  9077. "description": "几排",
  9078. "type": "integer"
  9079. },
  9080. "several_times": {
  9081. "description": "几乘",
  9082. "type": "integer"
  9083. },
  9084. "system_punish_replace": {
  9085. "description": "是否位置滑落 被新用户替换 0否 1是",
  9086. "type": "integer"
  9087. },
  9088. "system_punish_replace_value": {
  9089. "description": "xx天未活跃,处罚滑落",
  9090. "type": "integer"
  9091. }
  9092. }
  9093. },
  9094. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9095. "type": "object",
  9096. "properties": {
  9097. "limit": {
  9098. "description": "每页大小",
  9099. "type": "integer"
  9100. },
  9101. "page": {
  9102. "description": "页数",
  9103. "type": "integer"
  9104. },
  9105. "total": {
  9106. "description": "总数据量",
  9107. "type": "integer"
  9108. }
  9109. }
  9110. },
  9111. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9112. "type": "object",
  9113. "properties": {
  9114. "limit": {
  9115. "type": "integer"
  9116. },
  9117. "page": {
  9118. "type": "integer"
  9119. },
  9120. "total": {
  9121. "type": "integer"
  9122. }
  9123. }
  9124. },
  9125. "applet_app_md_member_center.Paginate": {
  9126. "type": "object",
  9127. "properties": {
  9128. "limit": {
  9129. "description": "每页大小",
  9130. "type": "integer"
  9131. },
  9132. "page": {
  9133. "description": "页数",
  9134. "type": "integer"
  9135. },
  9136. "total": {
  9137. "description": "总数据量",
  9138. "type": "integer"
  9139. }
  9140. }
  9141. },
  9142. "applet_app_md_member_center.TagNode": {
  9143. "type": "object",
  9144. "properties": {
  9145. "tag_id": {
  9146. "description": "标签 ID",
  9147. "type": "integer"
  9148. },
  9149. "tag_name": {
  9150. "description": "标签名称",
  9151. "type": "string"
  9152. }
  9153. }
  9154. },
  9155. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9156. "type": "object",
  9157. "properties": {
  9158. "oss_access_key_id": {
  9159. "type": "string",
  9160. "example": "oss访问秘钥id"
  9161. },
  9162. "oss_access_key_secret": {
  9163. "type": "string",
  9164. "example": "oss访问秘钥"
  9165. },
  9166. "oss_assume_arn": {
  9167. "type": "string",
  9168. "example": "oss RAM角色ARN"
  9169. },
  9170. "oss_assume_role_access_key_id": {
  9171. "type": "string",
  9172. "example": "oss RAM角色访问秘钥id"
  9173. },
  9174. "oss_assume_role_access_key_secret": {
  9175. "type": "string",
  9176. "example": "oss RAM角色访问秘钥"
  9177. },
  9178. "oss_bucket_name": {
  9179. "type": "string",
  9180. "example": "oss存储桶名称"
  9181. },
  9182. "oss_bucket_scheme": {
  9183. "type": "string",
  9184. "example": "oss上传方式"
  9185. },
  9186. "oss_endpoint": {
  9187. "type": "string",
  9188. "example": "oss地域节点"
  9189. },
  9190. "oss_object_domain": {
  9191. "type": "string",
  9192. "example": "oss域名"
  9193. },
  9194. "oss_option": {
  9195. "type": "string",
  9196. "example": "oss上传文件类型选项,以逗号分割"
  9197. }
  9198. }
  9199. },
  9200. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9201. "type": "object",
  9202. "properties": {
  9203. "oss_access_key_id": {
  9204. "type": "string",
  9205. "example": "oss访问秘钥id"
  9206. },
  9207. "oss_access_key_secret": {
  9208. "type": "string",
  9209. "example": "oss访问秘钥"
  9210. },
  9211. "oss_assume_arn": {
  9212. "type": "string",
  9213. "example": "oss RAM角色ARN"
  9214. },
  9215. "oss_assume_role_access_key_id": {
  9216. "type": "string",
  9217. "example": "oss RAM角色访问秘钥id"
  9218. },
  9219. "oss_assume_role_access_key_secret": {
  9220. "type": "string",
  9221. "example": "oss RAM角色访问秘钥"
  9222. },
  9223. "oss_bucket_name": {
  9224. "type": "string",
  9225. "example": "oss存储桶名称"
  9226. },
  9227. "oss_bucket_scheme": {
  9228. "type": "string",
  9229. "example": "oss上传方式"
  9230. },
  9231. "oss_endpoint": {
  9232. "type": "string",
  9233. "example": "oss地域节点"
  9234. },
  9235. "oss_object_domain": {
  9236. "type": "string",
  9237. "example": "oss域名"
  9238. },
  9239. "oss_option": {
  9240. "type": "string",
  9241. "example": "oss上传文件类型选项,以逗号分割"
  9242. }
  9243. }
  9244. },
  9245. "client.AssumeRoleResponseBodyCredentials": {
  9246. "type": "object",
  9247. "properties": {
  9248. "AccessKeyId": {
  9249. "description": "The AccessKey ID.",
  9250. "type": "string"
  9251. },
  9252. "AccessKeySecret": {
  9253. "description": "The AccessKey secret.",
  9254. "type": "string"
  9255. },
  9256. "Expiration": {
  9257. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9258. "type": "string"
  9259. },
  9260. "SecurityToken": {
  9261. "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.",
  9262. "type": "string"
  9263. }
  9264. }
  9265. },
  9266. "comm.GetAdminInfoResp": {
  9267. "type": "object",
  9268. "properties": {
  9269. "adm_id": {
  9270. "description": "管理员id",
  9271. "type": "integer"
  9272. },
  9273. "is_super_administrator": {
  9274. "description": "是否为超级管理员(0:否 1:是)",
  9275. "type": "integer"
  9276. },
  9277. "memo": {
  9278. "description": "备注信息",
  9279. "type": "string"
  9280. },
  9281. "state": {
  9282. "description": "状态(1:正常 2:冻结)",
  9283. "type": "integer"
  9284. },
  9285. "username": {
  9286. "description": "用户名",
  9287. "type": "string"
  9288. }
  9289. }
  9290. },
  9291. "comm.GetSTSVoucherResp": {
  9292. "type": "object",
  9293. "properties": {
  9294. "bucket": {
  9295. "description": "oss 桶名称",
  9296. "type": "string"
  9297. },
  9298. "region": {
  9299. "description": "所在地域",
  9300. "type": "string"
  9301. },
  9302. "sts_token": {
  9303. "description": "STS 凭证",
  9304. "allOf": [
  9305. {
  9306. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  9307. }
  9308. ]
  9309. }
  9310. }
  9311. },
  9312. "comm.ImgReqUploadReq": {
  9313. "type": "object",
  9314. "required": [
  9315. "content_type",
  9316. "file_name"
  9317. ],
  9318. "properties": {
  9319. "content_type": {
  9320. "type": "string",
  9321. "example": "image/jpeg"
  9322. },
  9323. "file_name": {
  9324. "type": "string",
  9325. "example": "文件名"
  9326. }
  9327. }
  9328. },
  9329. "hdl.GetActiveDataResp": {
  9330. "type": "object",
  9331. "properties": {
  9332. "today": {
  9333. "description": "今日数据",
  9334. "allOf": [
  9335. {
  9336. "$ref": "#/definitions/model.PlatformActiveData"
  9337. }
  9338. ]
  9339. },
  9340. "yesterday": {
  9341. "description": "昨日数据",
  9342. "allOf": [
  9343. {
  9344. "$ref": "#/definitions/model.PlatformActiveData"
  9345. }
  9346. ]
  9347. }
  9348. }
  9349. },
  9350. "hdl.TotalDataResp": {
  9351. "type": "object",
  9352. "properties": {
  9353. "month": {
  9354. "description": "月份",
  9355. "type": "string"
  9356. },
  9357. "no_sign_in_user_count": {
  9358. "description": "未签到用户数",
  9359. "type": "integer"
  9360. },
  9361. "total_user_count": {
  9362. "description": "平台总用户数",
  9363. "type": "integer"
  9364. },
  9365. "total_withdraw_amount": {
  9366. "description": "已提现累计金额",
  9367. "type": "string"
  9368. },
  9369. "verified_user_count": {
  9370. "description": "已认证用户数",
  9371. "type": "integer"
  9372. },
  9373. "year": {
  9374. "description": "年份",
  9375. "type": "string"
  9376. }
  9377. }
  9378. },
  9379. "md.ActivePointsWalletNode": {
  9380. "type": "object",
  9381. "properties": {
  9382. "amount": {
  9383. "type": "string",
  9384. "example": "账户余额"
  9385. },
  9386. "uid": {
  9387. "description": "用户 ID",
  9388. "type": "integer"
  9389. },
  9390. "user_name": {
  9391. "type": "string",
  9392. "example": "用户名"
  9393. },
  9394. "user_phone": {
  9395. "type": "string",
  9396. "example": "手机号"
  9397. }
  9398. }
  9399. },
  9400. "md.AddAdminReq": {
  9401. "type": "object",
  9402. "required": [
  9403. "password",
  9404. "username"
  9405. ],
  9406. "properties": {
  9407. "memo": {
  9408. "type": "string"
  9409. },
  9410. "password": {
  9411. "type": "string"
  9412. },
  9413. "username": {
  9414. "type": "string"
  9415. }
  9416. }
  9417. },
  9418. "md.AddBlackListReq": {
  9419. "type": "object",
  9420. "properties": {
  9421. "memo": {
  9422. "description": "备注",
  9423. "type": "string"
  9424. },
  9425. "uid": {
  9426. "description": "用户 id",
  9427. "type": "integer"
  9428. }
  9429. }
  9430. },
  9431. "md.AddCommunityDividendsReq": {
  9432. "type": "object",
  9433. "properties": {
  9434. "amount": {
  9435. "description": "社区分红数量",
  9436. "type": "string"
  9437. },
  9438. "name": {
  9439. "type": "string",
  9440. "example": "社区分红名称"
  9441. }
  9442. }
  9443. },
  9444. "md.AddCommunityDividendsWithUserReq": {
  9445. "type": "object",
  9446. "properties": {
  9447. "memo": {
  9448. "type": "string",
  9449. "example": "备注"
  9450. },
  9451. "uid": {
  9452. "description": "新增社区长用户 ID",
  9453. "type": "integer"
  9454. }
  9455. }
  9456. },
  9457. "md.AddCustomerServiceReq": {
  9458. "type": "object",
  9459. "properties": {
  9460. "memo": {
  9461. "description": "备注",
  9462. "type": "string",
  9463. "example": "备注"
  9464. },
  9465. "phone": {
  9466. "type": "string",
  9467. "example": "手机号"
  9468. },
  9469. "weight": {
  9470. "description": "权重",
  9471. "type": "integer"
  9472. }
  9473. }
  9474. },
  9475. "md.AddEmoticonReq": {
  9476. "type": "object",
  9477. "properties": {
  9478. "img_url": {
  9479. "type": "string",
  9480. "example": "图片地址"
  9481. },
  9482. "memo": {
  9483. "description": "备注",
  9484. "type": "string",
  9485. "example": "备注"
  9486. },
  9487. "name": {
  9488. "type": "string",
  9489. "example": "名称"
  9490. },
  9491. "sort": {
  9492. "description": "排序",
  9493. "type": "integer"
  9494. }
  9495. }
  9496. },
  9497. "md.AddFreePublishUserReq": {
  9498. "type": "object",
  9499. "properties": {
  9500. "uid": {
  9501. "type": "integer"
  9502. }
  9503. }
  9504. },
  9505. "md.AddFundDataReq": {
  9506. "type": "object",
  9507. "properties": {
  9508. "frequency": {
  9509. "description": "频率(分钟)",
  9510. "type": "integer"
  9511. },
  9512. "hours": {
  9513. "description": "时长(小时)",
  9514. "type": "integer"
  9515. },
  9516. "kind": {
  9517. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9518. "type": "integer"
  9519. },
  9520. "memo": {
  9521. "type": "string",
  9522. "example": "备注"
  9523. },
  9524. "total_amount": {
  9525. "description": "金额",
  9526. "type": "string"
  9527. }
  9528. }
  9529. },
  9530. "md.AddLevelReq": {
  9531. "type": "object",
  9532. "properties": {
  9533. "auto_update": {
  9534. "description": "自动升级 0关闭 1开启",
  9535. "type": "string"
  9536. },
  9537. "choosable_num": {
  9538. "description": "可选任务数量",
  9539. "type": "string"
  9540. },
  9541. "is_use": {
  9542. "description": "是否开启(0.否, 1.是)",
  9543. "type": "string"
  9544. },
  9545. "level_name": {
  9546. "description": "等级名称",
  9547. "type": "string"
  9548. },
  9549. "level_weight": {
  9550. "description": "等级权重",
  9551. "type": "string"
  9552. },
  9553. "memo": {
  9554. "description": "备注",
  9555. "type": "string"
  9556. },
  9557. "user_level_tasks": {
  9558. "description": "需要新增的任务",
  9559. "type": "array",
  9560. "items": {
  9561. "$ref": "#/definitions/md.LevelTaskNode"
  9562. }
  9563. }
  9564. }
  9565. },
  9566. "md.AddPlatformRevenueReq": {
  9567. "type": "object",
  9568. "properties": {
  9569. "frequency": {
  9570. "description": "频率(分钟)",
  9571. "type": "integer"
  9572. },
  9573. "hours": {
  9574. "description": "时长(小时)",
  9575. "type": "integer"
  9576. },
  9577. "kind": {
  9578. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  9579. "type": "integer"
  9580. },
  9581. "memo": {
  9582. "type": "string",
  9583. "example": "备注"
  9584. },
  9585. "total_amount": {
  9586. "description": "金额",
  9587. "type": "string"
  9588. }
  9589. }
  9590. },
  9591. "md.AddRoleReq": {
  9592. "type": "object",
  9593. "required": [
  9594. "memo",
  9595. "name"
  9596. ],
  9597. "properties": {
  9598. "memo": {
  9599. "type": "string"
  9600. },
  9601. "name": {
  9602. "type": "string"
  9603. }
  9604. }
  9605. },
  9606. "md.AddTagReq": {
  9607. "type": "object",
  9608. "properties": {
  9609. "is_punish": {
  9610. "description": "是否为处罚标签(0:否 1:是)",
  9611. "type": "string"
  9612. },
  9613. "memo": {
  9614. "description": "备注",
  9615. "type": "string"
  9616. },
  9617. "name": {
  9618. "description": "标签名称",
  9619. "type": "string"
  9620. }
  9621. }
  9622. },
  9623. "md.AddVirtualCoinNode": {
  9624. "type": "object",
  9625. "properties": {
  9626. "exchange_ratio": {
  9627. "description": "兑换比例(与金额)",
  9628. "type": "string"
  9629. },
  9630. "is_use": {
  9631. "description": "是否开启:0否 1是",
  9632. "type": "integer"
  9633. },
  9634. "name": {
  9635. "description": "名称",
  9636. "type": "string"
  9637. }
  9638. }
  9639. },
  9640. "md.AdminListReq": {
  9641. "type": "object",
  9642. "properties": {
  9643. "limit": {
  9644. "type": "integer"
  9645. },
  9646. "page": {
  9647. "type": "integer"
  9648. },
  9649. "state": {
  9650. "type": "integer"
  9651. },
  9652. "username": {
  9653. "type": "string"
  9654. }
  9655. }
  9656. },
  9657. "md.AdvertisingBase": {
  9658. "type": "object",
  9659. "properties": {
  9660. "android_ad_is_open": {
  9661. "type": "string",
  9662. "example": "安卓广告是否开启(1:开启 0:不开启)"
  9663. },
  9664. "android_open_ad_is_open": {
  9665. "type": "string",
  9666. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  9667. },
  9668. "info": {
  9669. "type": "string",
  9670. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  9671. },
  9672. "ios_ad_is_open": {
  9673. "type": "string",
  9674. "example": "ios广告是否开启(1:开启 0:不开启)"
  9675. },
  9676. "ios_open_ad_is_open": {
  9677. "type": "string",
  9678. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  9679. },
  9680. "voice": {
  9681. "type": "string",
  9682. "example": "领取奖励声音"
  9683. },
  9684. "voice_url": {
  9685. "type": "string"
  9686. }
  9687. }
  9688. },
  9689. "md.AdvertisingBaseResp": {
  9690. "type": "object",
  9691. "properties": {
  9692. "advertising_base": {
  9693. "$ref": "#/definitions/md.AdvertisingBase"
  9694. },
  9695. "select_data": {
  9696. "type": "array",
  9697. "items": {
  9698. "type": "object",
  9699. "additionalProperties": {
  9700. "type": "string"
  9701. }
  9702. }
  9703. }
  9704. }
  9705. },
  9706. "md.AdvertisingDelReq": {
  9707. "type": "object",
  9708. "properties": {
  9709. "id": {
  9710. "type": "array",
  9711. "items": {
  9712. "type": "string"
  9713. }
  9714. }
  9715. }
  9716. },
  9717. "md.AdvertisingFunctionList": {
  9718. "type": "object",
  9719. "properties": {
  9720. "ad_id": {
  9721. "type": "string",
  9722. "example": "广告id"
  9723. },
  9724. "id": {
  9725. "type": "string"
  9726. },
  9727. "type": {
  9728. "type": "string",
  9729. "example": "类型"
  9730. }
  9731. }
  9732. },
  9733. "md.AdvertisingFunctionListReq": {
  9734. "type": "object",
  9735. "properties": {
  9736. "limit": {
  9737. "type": "string"
  9738. },
  9739. "page": {
  9740. "type": "string"
  9741. }
  9742. }
  9743. },
  9744. "md.AdvertisingFunctionListResp": {
  9745. "type": "object",
  9746. "properties": {
  9747. "adv_data": {
  9748. "type": "array",
  9749. "items": {
  9750. "type": "object",
  9751. "additionalProperties": {
  9752. "type": "string"
  9753. }
  9754. }
  9755. },
  9756. "list": {
  9757. "type": "array",
  9758. "items": {
  9759. "$ref": "#/definitions/md.AdvertisingFunctionList"
  9760. }
  9761. },
  9762. "select_data": {
  9763. "type": "array",
  9764. "items": {
  9765. "type": "object",
  9766. "additionalProperties": {
  9767. "type": "string"
  9768. }
  9769. }
  9770. },
  9771. "total": {
  9772. "type": "integer"
  9773. }
  9774. }
  9775. },
  9776. "md.AdvertisingLimit": {
  9777. "type": "object",
  9778. "properties": {
  9779. "imei_num": {
  9780. "type": "string",
  9781. "example": "设备数量"
  9782. },
  9783. "minute": {
  9784. "type": "string",
  9785. "example": "分钟"
  9786. },
  9787. "public_img": {
  9788. "type": "string",
  9789. "example": "公共弹窗图"
  9790. },
  9791. "public_img_url": {
  9792. "type": "string",
  9793. "example": "公共弹窗图"
  9794. },
  9795. "public_str": {
  9796. "type": "string",
  9797. "example": "公共弹窗文字"
  9798. },
  9799. "tip": {
  9800. "type": "string",
  9801. "example": "限制提示"
  9802. },
  9803. "withdraw_img": {
  9804. "type": "string",
  9805. "example": "提现弹窗图"
  9806. },
  9807. "withdraw_img_url": {
  9808. "type": "string",
  9809. "example": "提现弹窗图"
  9810. },
  9811. "withdraw_str": {
  9812. "type": "string",
  9813. "example": "提现弹窗文字"
  9814. }
  9815. }
  9816. },
  9817. "md.AdvertisingList": {
  9818. "type": "object",
  9819. "properties": {
  9820. "counting_down": {
  9821. "type": "string",
  9822. "example": "倒计时 单位秒"
  9823. },
  9824. "id": {
  9825. "type": "string"
  9826. },
  9827. "info": {
  9828. "type": "string",
  9829. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  9830. },
  9831. "kind": {
  9832. "type": "string",
  9833. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  9834. },
  9835. "name": {
  9836. "type": "string",
  9837. "example": "名称"
  9838. }
  9839. }
  9840. },
  9841. "md.AdvertisingListReq": {
  9842. "type": "object",
  9843. "properties": {
  9844. "kind": {
  9845. "type": "string"
  9846. },
  9847. "limit": {
  9848. "type": "string"
  9849. },
  9850. "name": {
  9851. "type": "string"
  9852. },
  9853. "page": {
  9854. "type": "string"
  9855. }
  9856. }
  9857. },
  9858. "md.AdvertisingListResp": {
  9859. "type": "object",
  9860. "properties": {
  9861. "adv_data": {
  9862. "type": "array",
  9863. "items": {
  9864. "type": "object",
  9865. "additionalProperties": {
  9866. "type": "string"
  9867. }
  9868. }
  9869. },
  9870. "list": {
  9871. "type": "array",
  9872. "items": {
  9873. "$ref": "#/definitions/md.AdvertisingList"
  9874. }
  9875. },
  9876. "select_data": {
  9877. "type": "array",
  9878. "items": {
  9879. "type": "object",
  9880. "additionalProperties": {
  9881. "type": "string"
  9882. }
  9883. }
  9884. },
  9885. "total": {
  9886. "type": "integer"
  9887. }
  9888. }
  9889. },
  9890. "md.AdvertisingSaveReq": {
  9891. "type": "object",
  9892. "properties": {
  9893. "counting_down": {
  9894. "type": "string",
  9895. "example": "倒计时 单位秒"
  9896. },
  9897. "id": {
  9898. "type": "string"
  9899. },
  9900. "info": {
  9901. "type": "string",
  9902. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  9903. },
  9904. "kind": {
  9905. "type": "string",
  9906. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  9907. },
  9908. "name": {
  9909. "type": "string",
  9910. "example": "名称"
  9911. }
  9912. }
  9913. },
  9914. "md.AliyunSmsGetLevelListResp": {
  9915. "type": "object",
  9916. "properties": {
  9917. "list": {
  9918. "type": "array",
  9919. "items": {
  9920. "$ref": "#/definitions/md.LevelListNode"
  9921. }
  9922. },
  9923. "paginate": {
  9924. "$ref": "#/definitions/applet_app_md.Paginate"
  9925. }
  9926. }
  9927. },
  9928. "md.AliyunSmsGetTagListResp": {
  9929. "type": "object",
  9930. "properties": {
  9931. "list": {
  9932. "type": "array",
  9933. "items": {
  9934. "$ref": "#/definitions/md.TagListNode"
  9935. }
  9936. },
  9937. "paginate": {
  9938. "$ref": "#/definitions/applet_app_md.Paginate"
  9939. }
  9940. }
  9941. },
  9942. "md.ArticleCateDelReq": {
  9943. "type": "object",
  9944. "properties": {
  9945. "id": {
  9946. "type": "array",
  9947. "items": {
  9948. "type": "string"
  9949. }
  9950. }
  9951. }
  9952. },
  9953. "md.ArticleCateList": {
  9954. "type": "object",
  9955. "properties": {
  9956. "id": {
  9957. "type": "string"
  9958. },
  9959. "is_show": {
  9960. "type": "string"
  9961. },
  9962. "name": {
  9963. "type": "string"
  9964. },
  9965. "pid": {
  9966. "type": "string"
  9967. },
  9968. "sort": {
  9969. "type": "string"
  9970. }
  9971. }
  9972. },
  9973. "md.ArticleCateListReq": {
  9974. "type": "object",
  9975. "properties": {
  9976. "limit": {
  9977. "description": "每页大小",
  9978. "type": "string"
  9979. },
  9980. "page": {
  9981. "description": "页数",
  9982. "type": "string"
  9983. }
  9984. }
  9985. },
  9986. "md.ArticleCateListResp": {
  9987. "type": "object",
  9988. "properties": {
  9989. "list": {
  9990. "type": "array",
  9991. "items": {
  9992. "$ref": "#/definitions/md.ArticleCateList"
  9993. }
  9994. },
  9995. "select_data": {
  9996. "type": "array",
  9997. "items": {
  9998. "type": "object",
  9999. "additionalProperties": {
  10000. "type": "string"
  10001. }
  10002. }
  10003. },
  10004. "total": {
  10005. "type": "integer"
  10006. }
  10007. }
  10008. },
  10009. "md.ArticleCateSaveReq": {
  10010. "type": "object",
  10011. "properties": {
  10012. "id": {
  10013. "type": "string"
  10014. },
  10015. "is_show": {
  10016. "type": "string"
  10017. },
  10018. "name": {
  10019. "type": "string"
  10020. },
  10021. "pid": {
  10022. "type": "string"
  10023. },
  10024. "sort": {
  10025. "type": "string"
  10026. }
  10027. }
  10028. },
  10029. "md.ArticleDelReq": {
  10030. "type": "object",
  10031. "properties": {
  10032. "id": {
  10033. "type": "array",
  10034. "items": {
  10035. "type": "string"
  10036. }
  10037. }
  10038. }
  10039. },
  10040. "md.ArticleList": {
  10041. "type": "object",
  10042. "properties": {
  10043. "cate_id": {
  10044. "type": "string",
  10045. "example": "二级分类id"
  10046. },
  10047. "content": {
  10048. "type": "string"
  10049. },
  10050. "cover": {
  10051. "type": "string",
  10052. "example": "一级分类id=4 显示 封面图"
  10053. },
  10054. "cover_url": {
  10055. "type": "string"
  10056. },
  10057. "id": {
  10058. "type": "string"
  10059. },
  10060. "is_show": {
  10061. "type": "string"
  10062. },
  10063. "pid": {
  10064. "type": "string",
  10065. "example": "一级分类id"
  10066. },
  10067. "sort": {
  10068. "type": "string"
  10069. },
  10070. "title": {
  10071. "type": "string"
  10072. },
  10073. "url": {
  10074. "type": "string"
  10075. }
  10076. }
  10077. },
  10078. "md.ArticleListReq": {
  10079. "type": "object",
  10080. "properties": {
  10081. "limit": {
  10082. "description": "每页大小",
  10083. "type": "string"
  10084. },
  10085. "page": {
  10086. "description": "页数",
  10087. "type": "string"
  10088. }
  10089. }
  10090. },
  10091. "md.ArticleListResp": {
  10092. "type": "object",
  10093. "properties": {
  10094. "cate_data": {
  10095. "type": "array",
  10096. "items": {
  10097. "type": "object",
  10098. "additionalProperties": true
  10099. }
  10100. },
  10101. "list": {
  10102. "type": "array",
  10103. "items": {
  10104. "$ref": "#/definitions/md.ArticleList"
  10105. }
  10106. },
  10107. "select_data": {
  10108. "type": "array",
  10109. "items": {
  10110. "type": "object",
  10111. "additionalProperties": true
  10112. }
  10113. },
  10114. "total": {
  10115. "type": "integer"
  10116. }
  10117. }
  10118. },
  10119. "md.ArticleSaveReq": {
  10120. "type": "object",
  10121. "properties": {
  10122. "cate_id": {
  10123. "type": "string",
  10124. "example": "二级分类id"
  10125. },
  10126. "content": {
  10127. "type": "string"
  10128. },
  10129. "cover": {
  10130. "type": "string",
  10131. "example": "一级分类id=4 显示 封面图"
  10132. },
  10133. "id": {
  10134. "type": "string"
  10135. },
  10136. "is_show": {
  10137. "type": "string"
  10138. },
  10139. "pid": {
  10140. "type": "string",
  10141. "example": "一级分类id"
  10142. },
  10143. "sort": {
  10144. "type": "string"
  10145. },
  10146. "title": {
  10147. "type": "string"
  10148. }
  10149. }
  10150. },
  10151. "md.AuditClearReq": {
  10152. "type": "object",
  10153. "properties": {
  10154. "os": {
  10155. "type": "string",
  10156. "example": "1-安卓 2-ios"
  10157. }
  10158. }
  10159. },
  10160. "md.BalanceDetailNode": {
  10161. "type": "object",
  10162. "properties": {
  10163. "after_amount": {
  10164. "description": "变更后余额",
  10165. "type": "string"
  10166. },
  10167. "amount": {
  10168. "description": "变更数量",
  10169. "type": "string"
  10170. },
  10171. "before_amount": {
  10172. "description": "变更前余额",
  10173. "type": "string"
  10174. },
  10175. "create_at": {
  10176. "description": "创建时间",
  10177. "type": "string"
  10178. },
  10179. "id": {
  10180. "description": "记录ID",
  10181. "type": "integer"
  10182. },
  10183. "kind": {
  10184. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  10185. "type": "string"
  10186. }
  10187. }
  10188. },
  10189. "md.BasicInfoNode": {
  10190. "type": "object",
  10191. "properties": {
  10192. "avatar": {
  10193. "description": "头像",
  10194. "type": "string"
  10195. },
  10196. "levelId": {
  10197. "description": "会员等级 ID",
  10198. "type": "integer"
  10199. },
  10200. "level_name": {
  10201. "description": "会员等级名称",
  10202. "type": "string"
  10203. },
  10204. "memo": {
  10205. "description": "备注",
  10206. "type": "string"
  10207. },
  10208. "nickname": {
  10209. "description": "用户名称",
  10210. "type": "string"
  10211. },
  10212. "parent_name": {
  10213. "description": "推荐人名称",
  10214. "type": "string"
  10215. },
  10216. "parent_phone": {
  10217. "description": "推荐人手机号",
  10218. "type": "string"
  10219. },
  10220. "parent_uid": {
  10221. "description": "推荐人",
  10222. "type": "integer"
  10223. },
  10224. "password": {
  10225. "description": "登录密码",
  10226. "type": "string"
  10227. },
  10228. "phone": {
  10229. "description": "手机号",
  10230. "type": "string"
  10231. },
  10232. "sex": {
  10233. "description": "性别",
  10234. "type": "integer"
  10235. },
  10236. "state": {
  10237. "description": "账号状态 1正常,2冻结",
  10238. "type": "integer"
  10239. },
  10240. "tag": {
  10241. "description": "标签名称",
  10242. "type": "array",
  10243. "items": {
  10244. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  10245. }
  10246. },
  10247. "union_id": {
  10248. "description": "微信号",
  10249. "type": "string"
  10250. }
  10251. }
  10252. },
  10253. "md.BatchAddVirtualCoinsReq": {
  10254. "type": "object",
  10255. "properties": {
  10256. "list": {
  10257. "description": "新增的货币列表",
  10258. "type": "array",
  10259. "items": {
  10260. "$ref": "#/definitions/md.AddVirtualCoinNode"
  10261. }
  10262. }
  10263. }
  10264. },
  10265. "md.BatchSendGroupMessageReq": {
  10266. "type": "object",
  10267. "properties": {
  10268. "content": {
  10269. "description": "消息内容",
  10270. "type": "string"
  10271. },
  10272. "kind": {
  10273. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10274. "type": "integer"
  10275. },
  10276. "not_condition": {
  10277. "description": "不发送条件 群 ID 以\";\"分割",
  10278. "type": "string"
  10279. },
  10280. "send_condition": {
  10281. "description": "发送条件 群 ID 以\";\"分割",
  10282. "type": "string"
  10283. },
  10284. "send_kind": {
  10285. "description": "发送模式(1:指定群组 2:所有群组)",
  10286. "type": "integer"
  10287. }
  10288. }
  10289. },
  10290. "md.BatchSendUserMessageReq": {
  10291. "type": "object",
  10292. "properties": {
  10293. "content": {
  10294. "description": "消息内容",
  10295. "type": "string"
  10296. },
  10297. "kind": {
  10298. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10299. "type": "integer"
  10300. },
  10301. "not_condition": {
  10302. "description": "不发送条件 用户手机号 以\";\"分割",
  10303. "type": "string"
  10304. },
  10305. "send_condition": {
  10306. "description": "发送条件 用户手机号 以\";\"分割",
  10307. "type": "string"
  10308. },
  10309. "send_kind": {
  10310. "description": "发送模式(1:所有用户 2:指定用户)",
  10311. "type": "integer"
  10312. }
  10313. }
  10314. },
  10315. "md.BindAdminRoleReq": {
  10316. "type": "object",
  10317. "required": [
  10318. "adm_id"
  10319. ],
  10320. "properties": {
  10321. "adm_id": {
  10322. "type": "integer"
  10323. },
  10324. "role_ids": {
  10325. "type": "array",
  10326. "items": {
  10327. "type": "integer"
  10328. }
  10329. }
  10330. }
  10331. },
  10332. "md.CertificateReq": {
  10333. "type": "object",
  10334. "properties": {
  10335. "no": {
  10336. "type": "string",
  10337. "example": "DD123"
  10338. }
  10339. }
  10340. },
  10341. "md.CertificateResp": {
  10342. "type": "object",
  10343. "properties": {
  10344. "bg_img": {
  10345. "type": "string",
  10346. "example": "背景图"
  10347. },
  10348. "end_time": {
  10349. "type": "string",
  10350. "example": "结束时间"
  10351. },
  10352. "logo": {
  10353. "type": "string",
  10354. "example": "logo"
  10355. },
  10356. "medal": {
  10357. "type": "string",
  10358. "example": "勋章"
  10359. },
  10360. "name": {
  10361. "type": "string",
  10362. "example": "姓名"
  10363. },
  10364. "name_icon": {
  10365. "type": "string",
  10366. "example": "蛋蛋星球文字图"
  10367. },
  10368. "no": {
  10369. "type": "string",
  10370. "example": "编号"
  10371. },
  10372. "seal": {
  10373. "type": "string",
  10374. "example": "印章"
  10375. },
  10376. "start_time": {
  10377. "type": "string",
  10378. "example": "开始时间"
  10379. }
  10380. }
  10381. },
  10382. "md.CloudBundleBaseResp": {
  10383. "type": "object",
  10384. "properties": {
  10385. "android_logo": {
  10386. "type": "string"
  10387. },
  10388. "ios_logo": {
  10389. "type": "string"
  10390. },
  10391. "launch_screen": {
  10392. "type": "object",
  10393. "additionalProperties": {
  10394. "type": "string"
  10395. }
  10396. }
  10397. }
  10398. },
  10399. "md.CloudBundleBuildReq": {
  10400. "type": "object",
  10401. "properties": {
  10402. "bit": {
  10403. "type": "array",
  10404. "items": {
  10405. "type": "string"
  10406. }
  10407. },
  10408. "isCombine": {
  10409. "type": "string"
  10410. },
  10411. "memo": {
  10412. "type": "string"
  10413. },
  10414. "os": {
  10415. "type": "string"
  10416. },
  10417. "platform": {
  10418. "type": "array",
  10419. "items": {
  10420. "type": "string"
  10421. }
  10422. },
  10423. "version": {
  10424. "type": "string"
  10425. }
  10426. }
  10427. },
  10428. "md.CloudBundleDelReq": {
  10429. "type": "object",
  10430. "properties": {
  10431. "ids": {
  10432. "type": "array",
  10433. "items": {
  10434. "type": "string"
  10435. }
  10436. }
  10437. }
  10438. },
  10439. "md.CloudBundleImgResp": {
  10440. "type": "object",
  10441. "properties": {
  10442. "android_logo": {
  10443. "type": "string"
  10444. },
  10445. "android_logo_url": {
  10446. "type": "string"
  10447. },
  10448. "build_1080_2280": {
  10449. "type": "string"
  10450. },
  10451. "build_1080_2280_url": {
  10452. "type": "string"
  10453. },
  10454. "build_1125_2436": {
  10455. "type": "string"
  10456. },
  10457. "build_1125_2436_url": {
  10458. "type": "string"
  10459. },
  10460. "build_1242_2208": {
  10461. "type": "string"
  10462. },
  10463. "build_1242_2208_url": {
  10464. "type": "string"
  10465. },
  10466. "build_640_1136": {
  10467. "type": "string"
  10468. },
  10469. "build_640_1136_url": {
  10470. "type": "string"
  10471. },
  10472. "build_640_960": {
  10473. "type": "string"
  10474. },
  10475. "build_640_960_url": {
  10476. "type": "string"
  10477. },
  10478. "build_720_1280": {
  10479. "type": "string"
  10480. },
  10481. "build_720_1280_url": {
  10482. "type": "string"
  10483. },
  10484. "build_750_1334": {
  10485. "type": "string"
  10486. },
  10487. "build_750_1334_url": {
  10488. "type": "string"
  10489. },
  10490. "guide": {
  10491. "type": "array",
  10492. "items": {
  10493. "$ref": "#/definitions/md.Guide"
  10494. }
  10495. },
  10496. "ios_logo": {
  10497. "type": "string"
  10498. },
  10499. "ios_logo_url": {
  10500. "type": "string"
  10501. }
  10502. }
  10503. },
  10504. "md.CloudBundleList": {
  10505. "type": "object",
  10506. "properties": {
  10507. "apply_at": {
  10508. "type": "string"
  10509. },
  10510. "bit": {
  10511. "type": "string"
  10512. },
  10513. "build_id": {
  10514. "type": "string"
  10515. },
  10516. "finish_at": {
  10517. "type": "string"
  10518. },
  10519. "id": {
  10520. "type": "string"
  10521. },
  10522. "is_auditing": {
  10523. "type": "string"
  10524. },
  10525. "is_combine": {
  10526. "type": "string"
  10527. },
  10528. "memo": {
  10529. "type": "string"
  10530. },
  10531. "os": {
  10532. "type": "string"
  10533. },
  10534. "platform": {
  10535. "type": "string"
  10536. },
  10537. "src": {
  10538. "type": "string"
  10539. },
  10540. "state": {
  10541. "type": "string"
  10542. },
  10543. "version": {
  10544. "type": "string"
  10545. }
  10546. }
  10547. },
  10548. "md.CloudBundleReq": {
  10549. "type": "object",
  10550. "properties": {
  10551. "limit": {
  10552. "description": "每页大小",
  10553. "type": "string"
  10554. },
  10555. "page": {
  10556. "description": "页数",
  10557. "type": "string"
  10558. }
  10559. }
  10560. },
  10561. "md.CloudBundleResp": {
  10562. "type": "object",
  10563. "properties": {
  10564. "last_android": {
  10565. "type": "string"
  10566. },
  10567. "last_bit": {
  10568. "type": "string"
  10569. },
  10570. "last_is_combine": {
  10571. "type": "string"
  10572. },
  10573. "last_platform": {
  10574. "type": "array",
  10575. "items": {
  10576. "type": "string"
  10577. }
  10578. },
  10579. "list": {
  10580. "type": "array",
  10581. "items": {
  10582. "$ref": "#/definitions/md.CloudBundleList"
  10583. }
  10584. },
  10585. "list_ios": {
  10586. "type": "string"
  10587. },
  10588. "select_data": {
  10589. "type": "array",
  10590. "items": {
  10591. "$ref": "#/definitions/md.CloudBundleVersionMap"
  10592. }
  10593. },
  10594. "total": {
  10595. "type": "integer"
  10596. }
  10597. }
  10598. },
  10599. "md.CloudBundleUpdateStateReq": {
  10600. "type": "object",
  10601. "properties": {
  10602. "build_id": {
  10603. "type": "string"
  10604. },
  10605. "build_number": {
  10606. "type": "string"
  10607. },
  10608. "error_msg": {
  10609. "type": "string"
  10610. },
  10611. "id": {
  10612. "type": "string"
  10613. },
  10614. "src": {
  10615. "type": "string"
  10616. },
  10617. "state": {
  10618. "type": "string"
  10619. }
  10620. }
  10621. },
  10622. "md.CloudBundleVersion": {
  10623. "type": "object",
  10624. "properties": {
  10625. "content": {
  10626. "type": "string"
  10627. },
  10628. "img": {
  10629. "type": "string"
  10630. },
  10631. "img_url": {
  10632. "type": "string"
  10633. },
  10634. "is_must": {
  10635. "type": "string"
  10636. },
  10637. "name": {
  10638. "type": "string"
  10639. },
  10640. "type": {
  10641. "type": "string"
  10642. },
  10643. "url": {
  10644. "type": "string"
  10645. },
  10646. "version": {
  10647. "type": "string"
  10648. }
  10649. }
  10650. },
  10651. "md.CloudBundleVersionMap": {
  10652. "type": "object",
  10653. "properties": {
  10654. "img": {
  10655. "type": "string"
  10656. },
  10657. "name": {
  10658. "type": "string"
  10659. },
  10660. "type": {
  10661. "type": "string"
  10662. }
  10663. }
  10664. },
  10665. "md.CloudBundleVersionResp": {
  10666. "type": "object",
  10667. "properties": {
  10668. "version": {
  10669. "type": "array",
  10670. "items": {
  10671. "$ref": "#/definitions/md.CloudBundleVersion"
  10672. }
  10673. }
  10674. }
  10675. },
  10676. "md.CommReq": {
  10677. "type": "object",
  10678. "properties": {
  10679. "id": {
  10680. "type": "string"
  10681. }
  10682. }
  10683. },
  10684. "md.ConfigResp": {
  10685. "type": "object",
  10686. "properties": {
  10687. "oss_url": {
  10688. "type": "string",
  10689. "example": "阿里云图片链接"
  10690. }
  10691. }
  10692. },
  10693. "md.DailyActivityAnalysisTopData": {
  10694. "type": "object",
  10695. "properties": {
  10696. "activity_count": {
  10697. "description": "子节点活跃天数",
  10698. "type": "integer"
  10699. },
  10700. "team_activity_user_count": {
  10701. "description": "子节点活跃人数",
  10702. "type": "integer"
  10703. },
  10704. "team_user_count": {
  10705. "description": "团队人数",
  10706. "type": "integer"
  10707. }
  10708. }
  10709. },
  10710. "md.DataSetting": {
  10711. "type": "object",
  10712. "properties": {
  10713. "total_angel_investor": {
  10714. "description": "天使投资人",
  10715. "type": "string",
  10716. "example": "天使投资人"
  10717. },
  10718. "total_ecological_development": {
  10719. "description": "生态建设",
  10720. "type": "string",
  10721. "example": "当前价格"
  10722. },
  10723. "total_issuance_amount": {
  10724. "description": "总发行量",
  10725. "type": "string",
  10726. "example": "总发行量"
  10727. },
  10728. "total_operate_fund": {
  10729. "description": "运营资金",
  10730. "type": "string",
  10731. "example": "运营资金"
  10732. },
  10733. "total_team_dividends": {
  10734. "description": "团队分红",
  10735. "type": "string",
  10736. "example": "团队分红"
  10737. },
  10738. "total_technology_team": {
  10739. "description": "技术团队",
  10740. "type": "string",
  10741. "example": "技术团队"
  10742. },
  10743. "total_user_for_person": {
  10744. "description": "个人区域",
  10745. "type": "string",
  10746. "example": "个人区域"
  10747. },
  10748. "total_user_for_team": {
  10749. "description": "团队区域",
  10750. "type": "string",
  10751. "example": "团队区域"
  10752. }
  10753. }
  10754. },
  10755. "md.DeleteBlackListReq": {
  10756. "type": "object",
  10757. "properties": {
  10758. "id": {
  10759. "description": "黑名单 id",
  10760. "type": "integer"
  10761. }
  10762. }
  10763. },
  10764. "md.DeleteDynamicReq": {
  10765. "type": "object",
  10766. "properties": {
  10767. "index_id": {
  10768. "description": "动态id",
  10769. "type": "string"
  10770. }
  10771. }
  10772. },
  10773. "md.DeleteEmoticonReq": {
  10774. "type": "object",
  10775. "properties": {
  10776. "id": {
  10777. "description": "拥有用户数量",
  10778. "type": "integer"
  10779. }
  10780. }
  10781. },
  10782. "md.DeleteFreePublishUserReq": {
  10783. "type": "object",
  10784. "properties": {
  10785. "uid": {
  10786. "type": "string"
  10787. }
  10788. }
  10789. },
  10790. "md.DeleteLevelReq": {
  10791. "type": "object",
  10792. "properties": {
  10793. "level_id": {
  10794. "type": "string"
  10795. }
  10796. }
  10797. },
  10798. "md.DeleteTagReq": {
  10799. "type": "object",
  10800. "properties": {
  10801. "tag_id": {
  10802. "description": "标签 ID",
  10803. "type": "string"
  10804. }
  10805. }
  10806. },
  10807. "md.DeleteTaskReq": {
  10808. "type": "object",
  10809. "properties": {
  10810. "task_id": {
  10811. "type": "string"
  10812. }
  10813. }
  10814. },
  10815. "md.DestructionSettingStruct": {
  10816. "type": "object",
  10817. "properties": {
  10818. "community_dividends": {
  10819. "description": "社区分红百分比",
  10820. "type": "string"
  10821. },
  10822. "destruction_quantity": {
  10823. "description": "销毁百分比",
  10824. "type": "string"
  10825. },
  10826. "development_committee": {
  10827. "description": "发展委员会百分比",
  10828. "type": "string"
  10829. },
  10830. "marketplace_merchant": {
  10831. "description": "市商数量百分比",
  10832. "type": "string"
  10833. },
  10834. "public_welfare_and_charity": {
  10835. "description": "公益慈善百分比",
  10836. "type": "string"
  10837. },
  10838. "star_level_dividends": {
  10839. "description": "星级分红百分比",
  10840. "type": "string"
  10841. }
  10842. }
  10843. },
  10844. "md.DirectPushRewardSettingStruct": {
  10845. "type": "object",
  10846. "properties": {
  10847. "member_self_is_open_get_team_reward": {
  10848. "description": "会员是否活跃得到团队奖励",
  10849. "type": "string"
  10850. },
  10851. "reward_rate_value": {
  10852. "description": "奖励百分比",
  10853. "type": "string"
  10854. }
  10855. }
  10856. },
  10857. "md.DynamicDataFlowListReq": {
  10858. "type": "object",
  10859. "properties": {
  10860. "end_at": {
  10861. "description": "结束时间",
  10862. "type": "string",
  10863. "example": "结束时间"
  10864. },
  10865. "kind": {
  10866. "description": "持有类型",
  10867. "type": "integer"
  10868. },
  10869. "page": {
  10870. "description": "页数",
  10871. "type": "integer"
  10872. },
  10873. "page_size": {
  10874. "description": "每页大小",
  10875. "type": "integer"
  10876. },
  10877. "start_at": {
  10878. "description": "开始时间",
  10879. "type": "string",
  10880. "example": "开始时间"
  10881. }
  10882. }
  10883. },
  10884. "md.DynamicDataFlowListResp": {
  10885. "type": "object",
  10886. "properties": {
  10887. "kind_list": {
  10888. "description": "类型列表",
  10889. "type": "array",
  10890. "items": {
  10891. "type": "object",
  10892. "additionalProperties": true
  10893. }
  10894. },
  10895. "list": {
  10896. "description": "动态数据流水列表",
  10897. "type": "array",
  10898. "items": {
  10899. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  10900. }
  10901. },
  10902. "paginate": {
  10903. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10904. }
  10905. }
  10906. },
  10907. "md.DynamicRespNode": {
  10908. "type": "object",
  10909. "properties": {
  10910. "content": {
  10911. "description": "文本内容",
  10912. "type": "string"
  10913. },
  10914. "created_at": {
  10915. "type": "string"
  10916. },
  10917. "image": {
  10918. "description": "图片",
  10919. "type": "array",
  10920. "items": {
  10921. "type": "string"
  10922. }
  10923. },
  10924. "index_id": {
  10925. "description": "动态id",
  10926. "type": "string"
  10927. },
  10928. "is_praise": {
  10929. "description": "是否被表扬(1:是 2:否)",
  10930. "type": "integer"
  10931. },
  10932. "is_top_up": {
  10933. "description": "是否置顶(1:是 2:否)",
  10934. "type": "integer"
  10935. },
  10936. "kind": {
  10937. "description": "类型(1:普通 2:官方)",
  10938. "type": "integer"
  10939. },
  10940. "state": {
  10941. "description": "状态(1:正常 2:隐藏)",
  10942. "type": "integer"
  10943. },
  10944. "uid": {
  10945. "description": "用户id",
  10946. "type": "integer"
  10947. },
  10948. "updated_at": {
  10949. "type": "string"
  10950. },
  10951. "username": {
  10952. "description": "用户名称",
  10953. "type": "string"
  10954. },
  10955. "video": {
  10956. "description": "视频",
  10957. "type": "array",
  10958. "items": {
  10959. "type": "string"
  10960. }
  10961. }
  10962. }
  10963. },
  10964. "md.EggEnergyAvailableEnergyFlow": {
  10965. "type": "object",
  10966. "properties": {
  10967. "after_community_dividends": {
  10968. "description": "变更后-社区分红区块币数量",
  10969. "type": "string"
  10970. },
  10971. "after_destruction_quantity_values": {
  10972. "description": "变更后-销毁区块币数量",
  10973. "type": "string"
  10974. },
  10975. "after_development_committee_values": {
  10976. "description": "变更后-发展委员会区块币数量",
  10977. "type": "string"
  10978. },
  10979. "after_marketplace_merchant_fund_values": {
  10980. "description": "变更后-市商资金值",
  10981. "type": "string"
  10982. },
  10983. "after_marketplace_merchant_values": {
  10984. "description": "变更后-市商区块币数量",
  10985. "type": "string"
  10986. },
  10987. "after_now_energy_total_nums": {
  10988. "description": "变更后-现行总量",
  10989. "type": "string"
  10990. },
  10991. "after_planet_total_value": {
  10992. "description": "变更后-星球总价值",
  10993. "type": "string"
  10994. },
  10995. "after_price": {
  10996. "description": "变更后-价格",
  10997. "type": "string"
  10998. },
  10999. "after_public_welfare_and_charity_values": {
  11000. "description": "变更后-公益慈善区块币数量",
  11001. "type": "string"
  11002. },
  11003. "after_star_level_dividends_values": {
  11004. "description": "变更后-星级分红区块币数量",
  11005. "type": "string"
  11006. },
  11007. "amount": {
  11008. "description": "变更数量",
  11009. "type": "string"
  11010. },
  11011. "before_community_dividends": {
  11012. "description": "变更前-社区分红区块币数量",
  11013. "type": "string"
  11014. },
  11015. "before_destruction_quantity_values": {
  11016. "description": "变更前-销毁区块币数量",
  11017. "type": "string"
  11018. },
  11019. "before_development_committee_values": {
  11020. "description": "变更前-发展委员会区块币数量",
  11021. "type": "string"
  11022. },
  11023. "before_marketplace_merchant_fund_values": {
  11024. "description": "变更前-市商资金值",
  11025. "type": "string"
  11026. },
  11027. "before_marketplace_merchant_values": {
  11028. "description": "变更前-市商区块币数量",
  11029. "type": "string"
  11030. },
  11031. "before_now_energy_total_nums": {
  11032. "description": "变更前-现行总量",
  11033. "type": "string"
  11034. },
  11035. "before_planet_total_value": {
  11036. "description": "变更前-星球总价值",
  11037. "type": "string"
  11038. },
  11039. "before_price": {
  11040. "description": "变更前-价格",
  11041. "type": "string"
  11042. },
  11043. "before_public_welfare_and_charity_values": {
  11044. "description": "变更前-公益慈善区块币数量",
  11045. "type": "string"
  11046. },
  11047. "before_star_level_dividends_values": {
  11048. "description": "变更前-星级分红区块币数量",
  11049. "type": "string"
  11050. },
  11051. "create_time": {
  11052. "description": "创建时间",
  11053. "type": "string"
  11054. },
  11055. "id": {
  11056. "type": "integer"
  11057. },
  11058. "kind": {
  11059. "description": "种类",
  11060. "type": "integer"
  11061. },
  11062. "title": {
  11063. "description": "标题",
  11064. "type": "string"
  11065. }
  11066. }
  11067. },
  11068. "md.EggEnergyCommunityDividends": {
  11069. "type": "object",
  11070. "properties": {
  11071. "amount": {
  11072. "description": "分红数量",
  11073. "type": "string"
  11074. },
  11075. "coin_id": {
  11076. "description": "虚拟币 id",
  11077. "type": "integer"
  11078. },
  11079. "create_at": {
  11080. "description": "分红时间",
  11081. "type": "string"
  11082. },
  11083. "id": {
  11084. "type": "integer"
  11085. },
  11086. "is_over": {
  11087. "description": "是否分红完毕",
  11088. "type": "integer"
  11089. },
  11090. "name": {
  11091. "type": "string",
  11092. "example": "名称"
  11093. },
  11094. "persons_num": {
  11095. "description": "分红人数",
  11096. "type": "integer"
  11097. },
  11098. "update_at": {
  11099. "type": "string"
  11100. }
  11101. }
  11102. },
  11103. "md.EggEnergyCommunityDividendsWithUser": {
  11104. "type": "object",
  11105. "properties": {
  11106. "id": {
  11107. "type": "integer"
  11108. },
  11109. "memo": {
  11110. "type": "string",
  11111. "example": "备注"
  11112. },
  11113. "nickname": {
  11114. "type": "string"
  11115. },
  11116. "phone": {
  11117. "type": "string"
  11118. },
  11119. "uid": {
  11120. "type": "integer"
  11121. }
  11122. }
  11123. },
  11124. "md.EggPointCoefficientBatchAddReq": {
  11125. "type": "object",
  11126. "properties": {
  11127. "list": {
  11128. "description": "系数管理列表",
  11129. "type": "array",
  11130. "items": {
  11131. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11132. }
  11133. }
  11134. }
  11135. },
  11136. "md.EggPointCoefficientDelReq": {
  11137. "type": "object",
  11138. "required": [
  11139. "id"
  11140. ],
  11141. "properties": {
  11142. "id": {
  11143. "description": "需要删除范围的id",
  11144. "type": "string"
  11145. }
  11146. }
  11147. },
  11148. "md.EggPointCoefficientGetResp": {
  11149. "type": "object",
  11150. "properties": {
  11151. "list": {
  11152. "type": "array",
  11153. "items": {
  11154. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11155. }
  11156. }
  11157. }
  11158. },
  11159. "md.EggPointCoefficientNode": {
  11160. "type": "object",
  11161. "properties": {
  11162. "coefficient": {
  11163. "description": "系数",
  11164. "type": "string"
  11165. },
  11166. "end_score": {
  11167. "description": "截止分值",
  11168. "type": "string"
  11169. },
  11170. "id": {
  11171. "type": "integer"
  11172. },
  11173. "start_score": {
  11174. "description": "起始分值",
  11175. "type": "string"
  11176. }
  11177. }
  11178. },
  11179. "md.EggPointCoefficientUpdateReq": {
  11180. "type": "object",
  11181. "required": [
  11182. "id"
  11183. ],
  11184. "properties": {
  11185. "coefficient": {
  11186. "description": "系数",
  11187. "type": "string"
  11188. },
  11189. "end_score": {
  11190. "description": "截止分值",
  11191. "type": "string"
  11192. },
  11193. "id": {
  11194. "description": "需要修改范围的id",
  11195. "type": "string"
  11196. },
  11197. "start_score": {
  11198. "description": "起始分值",
  11199. "type": "string"
  11200. }
  11201. }
  11202. },
  11203. "md.ExchangeRulesStruct": {
  11204. "type": "object",
  11205. "properties": {
  11206. "auto_exchange_nums_by_person": {
  11207. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  11208. "type": "string"
  11209. },
  11210. "auto_exchange_nums_by_team": {
  11211. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  11212. "type": "string"
  11213. },
  11214. "auto_exchange_rate_by_person": {
  11215. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  11216. "type": "string"
  11217. },
  11218. "auto_exchange_rate_by_team": {
  11219. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  11220. "type": "string"
  11221. }
  11222. }
  11223. },
  11224. "md.ExchangeUserPositionReq": {
  11225. "type": "object",
  11226. "properties": {
  11227. "position_1": {
  11228. "description": "位置1,具体值取返回数据中的 system_id",
  11229. "type": "integer"
  11230. },
  11231. "position_2": {
  11232. "description": "位置2,具体值取返回数据中的 system_id",
  11233. "type": "integer"
  11234. }
  11235. }
  11236. },
  11237. "md.FansNode": {
  11238. "type": "object",
  11239. "properties": {
  11240. "amount": {
  11241. "description": "可提现余额",
  11242. "type": "string"
  11243. },
  11244. "id": {
  11245. "description": "用户ID",
  11246. "type": "integer"
  11247. },
  11248. "level_total": {
  11249. "description": "所属代数",
  11250. "type": "integer"
  11251. },
  11252. "nickname": {
  11253. "type": "string",
  11254. "example": "用户昵称"
  11255. },
  11256. "phone": {
  11257. "type": "string",
  11258. "example": "手机号"
  11259. },
  11260. "register_at": {
  11261. "description": "注册时间",
  11262. "type": "string"
  11263. },
  11264. "total_income": {
  11265. "description": "累计收益",
  11266. "type": "string"
  11267. }
  11268. }
  11269. },
  11270. "md.FindSubUserRelationshipMapResp": {
  11271. "type": "object",
  11272. "properties": {
  11273. "basic_setting": {
  11274. "description": "公排设置",
  11275. "allOf": [
  11276. {
  11277. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  11278. }
  11279. ]
  11280. },
  11281. "search_uid": {
  11282. "description": "查找的用户 ID",
  11283. "type": "string"
  11284. },
  11285. "sub_user": {
  11286. "description": "上级用户信息",
  11287. "allOf": [
  11288. {
  11289. "$ref": "#/definitions/md.SubUser"
  11290. }
  11291. ]
  11292. }
  11293. }
  11294. },
  11295. "md.FirstWithdrawSet": {
  11296. "type": "object",
  11297. "properties": {
  11298. "first_withdraw_amount_limit": {
  11299. "description": "不需要实名时 最大提现金额",
  11300. "type": "string"
  11301. },
  11302. "is_need_real_name": {
  11303. "description": "是否需要实名(0:不需要,1:需要)",
  11304. "type": "integer"
  11305. }
  11306. }
  11307. },
  11308. "md.FreePublishUserNode": {
  11309. "type": "object",
  11310. "properties": {
  11311. "nickname": {
  11312. "type": "string",
  11313. "example": "昵称"
  11314. },
  11315. "phone": {
  11316. "type": "string",
  11317. "example": "手机号"
  11318. },
  11319. "uid": {
  11320. "type": "integer"
  11321. }
  11322. }
  11323. },
  11324. "md.FundDataNode": {
  11325. "type": "object",
  11326. "properties": {
  11327. "balance_amount": {
  11328. "description": "余额",
  11329. "type": "string"
  11330. },
  11331. "balance_times": {
  11332. "description": "剩余执行次数",
  11333. "type": "integer"
  11334. },
  11335. "create_at": {
  11336. "description": "创建时间",
  11337. "type": "string"
  11338. },
  11339. "hours": {
  11340. "description": "时长",
  11341. "type": "integer"
  11342. },
  11343. "kind": {
  11344. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  11345. "type": "integer"
  11346. },
  11347. "memo": {
  11348. "description": "备注",
  11349. "type": "string"
  11350. },
  11351. "system_id": {
  11352. "type": "integer"
  11353. },
  11354. "total_amount": {
  11355. "description": "金额",
  11356. "type": "string"
  11357. }
  11358. }
  11359. },
  11360. "md.FundDataRecordNode": {
  11361. "type": "object",
  11362. "properties": {
  11363. "after_planet_total_value": {
  11364. "description": "执行后-星球价值",
  11365. "type": "string"
  11366. },
  11367. "after_price": {
  11368. "description": "执行后-价格",
  11369. "type": "string"
  11370. },
  11371. "balance_amount": {
  11372. "description": "余额",
  11373. "type": "string"
  11374. },
  11375. "balance_times": {
  11376. "description": "剩余执行次数",
  11377. "type": "integer"
  11378. },
  11379. "before_planet_total_value": {
  11380. "description": "执行前-星球价值",
  11381. "type": "string"
  11382. },
  11383. "before_price": {
  11384. "description": "执行前-价格",
  11385. "type": "string"
  11386. },
  11387. "create_at": {
  11388. "type": "string"
  11389. },
  11390. "total_amount": {
  11391. "description": "金额",
  11392. "type": "string"
  11393. }
  11394. }
  11395. },
  11396. "md.GetActivePointsUserCoinFlowListReq": {
  11397. "type": "object",
  11398. "properties": {
  11399. "coin_id": {
  11400. "description": "货币类型 ID",
  11401. "type": "integer"
  11402. },
  11403. "direction": {
  11404. "description": "流水方向:1收入 2支出",
  11405. "type": "integer"
  11406. },
  11407. "end_at": {
  11408. "description": "结束时间",
  11409. "type": "string"
  11410. },
  11411. "page": {
  11412. "description": "页数",
  11413. "type": "integer"
  11414. },
  11415. "page_size": {
  11416. "description": "每页大小",
  11417. "type": "integer"
  11418. },
  11419. "start_at": {
  11420. "description": "开始时间",
  11421. "type": "string"
  11422. },
  11423. "uid": {
  11424. "description": "用户 ID",
  11425. "type": "integer"
  11426. }
  11427. }
  11428. },
  11429. "md.GetActivePointsUserCoinFlowListResp": {
  11430. "type": "object",
  11431. "properties": {
  11432. "list": {
  11433. "description": "流水信息",
  11434. "type": "array",
  11435. "items": {
  11436. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  11437. }
  11438. },
  11439. "paginate": {
  11440. "description": "分页信息",
  11441. "allOf": [
  11442. {
  11443. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11444. }
  11445. ]
  11446. },
  11447. "select_data": {
  11448. "description": "流水类型",
  11449. "allOf": [
  11450. {
  11451. "$ref": "#/definitions/md.SelectData"
  11452. }
  11453. ]
  11454. }
  11455. }
  11456. },
  11457. "md.GetActivePointsUserCoinListReq": {
  11458. "type": "object",
  11459. "properties": {
  11460. "end_coin": {
  11461. "type": "string",
  11462. "example": "最大金额"
  11463. },
  11464. "kind": {
  11465. "description": "虚拟币种类编号",
  11466. "type": "integer"
  11467. },
  11468. "page": {
  11469. "description": "页数",
  11470. "type": "integer"
  11471. },
  11472. "page_size": {
  11473. "description": "单页大小",
  11474. "type": "integer"
  11475. },
  11476. "start_coin": {
  11477. "type": "string",
  11478. "example": "最小金额"
  11479. },
  11480. "uid": {
  11481. "description": "指定查询用户 ID",
  11482. "type": "integer"
  11483. },
  11484. "user_name": {
  11485. "type": "string",
  11486. "example": "用户名称"
  11487. },
  11488. "user_phone": {
  11489. "type": "string",
  11490. "example": "手机号"
  11491. }
  11492. }
  11493. },
  11494. "md.GetActivePointsUserCoinListResp": {
  11495. "type": "object",
  11496. "properties": {
  11497. "kind_list": {
  11498. "description": "货币类型集合",
  11499. "type": "array",
  11500. "items": {
  11501. "$ref": "#/definitions/md.VirtualCoinListNode"
  11502. }
  11503. },
  11504. "list": {
  11505. "description": "余额集合",
  11506. "type": "array",
  11507. "items": {
  11508. "$ref": "#/definitions/md.ActivePointsWalletNode"
  11509. }
  11510. },
  11511. "sum_user_amount": {
  11512. "description": "用户持有总数",
  11513. "type": "number"
  11514. },
  11515. "total": {
  11516. "description": "持有该类型用户数",
  11517. "type": "integer"
  11518. }
  11519. }
  11520. },
  11521. "md.GetBlackListNode": {
  11522. "type": "object",
  11523. "properties": {
  11524. "admin_id": {
  11525. "description": "管理员 id",
  11526. "type": "integer"
  11527. },
  11528. "admin_nickname": {
  11529. "description": "管理员名称",
  11530. "type": "string"
  11531. },
  11532. "black_list_id": {
  11533. "description": "黑名单 id",
  11534. "type": "integer"
  11535. },
  11536. "created_at": {
  11537. "description": "添加时间",
  11538. "type": "string"
  11539. },
  11540. "memo": {
  11541. "description": "备注",
  11542. "type": "string"
  11543. },
  11544. "uid": {
  11545. "description": "用户 id",
  11546. "type": "integer"
  11547. },
  11548. "user_nickname": {
  11549. "description": "用户名称",
  11550. "type": "string"
  11551. }
  11552. }
  11553. },
  11554. "md.GetBlackListResp": {
  11555. "type": "object",
  11556. "properties": {
  11557. "list": {
  11558. "description": "具体信息",
  11559. "type": "array",
  11560. "items": {
  11561. "$ref": "#/definitions/md.GetBlackListNode"
  11562. }
  11563. },
  11564. "paginate": {
  11565. "description": "分页信息",
  11566. "allOf": [
  11567. {
  11568. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  11569. }
  11570. ]
  11571. }
  11572. }
  11573. },
  11574. "md.GetContributionValueBasicSettingResp": {
  11575. "type": "object",
  11576. "properties": {
  11577. "hand_out_red_package": {
  11578. "description": "发红包获得x点",
  11579. "type": "integer"
  11580. },
  11581. "id": {
  11582. "type": "integer"
  11583. },
  11584. "posting_comment_liked": {
  11585. "description": "发布评论被官方点赞获得x点",
  11586. "type": "integer"
  11587. },
  11588. "posting_dynamic_liked": {
  11589. "description": "发布动态被官方点赞获得x点",
  11590. "type": "integer"
  11591. },
  11592. "publish_creation": {
  11593. "description": "发布创作获得x点",
  11594. "type": "integer"
  11595. }
  11596. }
  11597. },
  11598. "md.GetDynamicReq": {
  11599. "type": "object",
  11600. "properties": {
  11601. "begin_at": {
  11602. "description": "开始时间",
  11603. "type": "string"
  11604. },
  11605. "end_at": {
  11606. "description": "结束时间",
  11607. "type": "string"
  11608. },
  11609. "limit": {
  11610. "description": "页面大小",
  11611. "type": "integer"
  11612. },
  11613. "nickname": {
  11614. "description": "创建人名称",
  11615. "type": "string"
  11616. },
  11617. "page": {
  11618. "description": "页数",
  11619. "type": "integer"
  11620. },
  11621. "uid": {
  11622. "description": "创建人id",
  11623. "type": "string"
  11624. }
  11625. }
  11626. },
  11627. "md.GetDynamicResp": {
  11628. "type": "object",
  11629. "properties": {
  11630. "list": {
  11631. "type": "array",
  11632. "items": {
  11633. "$ref": "#/definitions/md.DynamicRespNode"
  11634. }
  11635. },
  11636. "paginate": {
  11637. "description": "分页信息",
  11638. "allOf": [
  11639. {
  11640. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  11641. }
  11642. ]
  11643. }
  11644. }
  11645. },
  11646. "md.GetEggCoreDataListResp": {
  11647. "type": "object",
  11648. "properties": {
  11649. "now_energy_total_nums": {
  11650. "description": "现行总量",
  11651. "type": "string",
  11652. "example": "现行总量"
  11653. },
  11654. "now_price": {
  11655. "description": "当前价格",
  11656. "type": "string",
  11657. "example": "当前价格"
  11658. },
  11659. "planet_total_value": {
  11660. "description": "星球价值",
  11661. "type": "string",
  11662. "example": "星球价值"
  11663. },
  11664. "user_hold_total_nums": {
  11665. "description": "用户持有总量",
  11666. "type": "string"
  11667. }
  11668. }
  11669. },
  11670. "md.GetEggEnergyBasicResp": {
  11671. "type": "object",
  11672. "properties": {
  11673. "basic_setting": {
  11674. "description": "基础设置",
  11675. "allOf": [
  11676. {
  11677. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  11678. }
  11679. ]
  11680. },
  11681. "data_setting": {
  11682. "description": "数据设置",
  11683. "allOf": [
  11684. {
  11685. "$ref": "#/definitions/md.DataSetting"
  11686. }
  11687. ]
  11688. },
  11689. "destruction_setting": {
  11690. "description": "销毁设置",
  11691. "allOf": [
  11692. {
  11693. "$ref": "#/definitions/md.DestructionSettingStruct"
  11694. }
  11695. ]
  11696. },
  11697. "exchange_rules": {
  11698. "description": "兑换规则",
  11699. "allOf": [
  11700. {
  11701. "$ref": "#/definitions/md.ExchangeRulesStruct"
  11702. }
  11703. ]
  11704. },
  11705. "new_user_incentive_rules": {
  11706. "description": "新用户奖励规则",
  11707. "allOf": [
  11708. {
  11709. "$ref": "#/definitions/md.NewUserRewardRules"
  11710. }
  11711. ]
  11712. },
  11713. "price_setting": {
  11714. "description": "价格设置",
  11715. "allOf": [
  11716. {
  11717. "$ref": "#/definitions/md.PriceSettingStruct"
  11718. }
  11719. ]
  11720. },
  11721. "reward_system": {
  11722. "description": "圈层奖励",
  11723. "type": "array",
  11724. "items": {
  11725. "$ref": "#/definitions/md.RewardSystemStruct"
  11726. }
  11727. },
  11728. "system_id": {
  11729. "description": "该设置系统 ID",
  11730. "type": "integer"
  11731. },
  11732. "video_reward_setting": {
  11733. "description": "视频奖励",
  11734. "allOf": [
  11735. {
  11736. "$ref": "#/definitions/md.VideoRewardSetting"
  11737. }
  11738. ]
  11739. }
  11740. }
  11741. },
  11742. "md.GetEggEnergyVipSettingResp": {
  11743. "type": "object",
  11744. "properties": {
  11745. "level_list": {
  11746. "description": "会员等级列表",
  11747. "type": "array",
  11748. "items": {
  11749. "type": "object",
  11750. "additionalProperties": true
  11751. }
  11752. },
  11753. "list": {
  11754. "description": "会员权益设置",
  11755. "type": "array",
  11756. "items": {
  11757. "$ref": "#/definitions/md.VipEquitySettingNode"
  11758. }
  11759. }
  11760. }
  11761. },
  11762. "md.GetFreePublishUserReq": {
  11763. "type": "object",
  11764. "properties": {
  11765. "limit": {
  11766. "description": "每页大小",
  11767. "type": "integer"
  11768. },
  11769. "page": {
  11770. "description": "当前页数",
  11771. "type": "integer"
  11772. },
  11773. "uid": {
  11774. "description": "筛选的用户 ID",
  11775. "type": "integer"
  11776. }
  11777. }
  11778. },
  11779. "md.GetFreePublishUserResp": {
  11780. "type": "object",
  11781. "properties": {
  11782. "list": {
  11783. "description": "免罚用户列表",
  11784. "type": "array",
  11785. "items": {
  11786. "$ref": "#/definitions/md.FreePublishUserNode"
  11787. }
  11788. },
  11789. "paginate": {
  11790. "description": "分页信息",
  11791. "allOf": [
  11792. {
  11793. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11794. }
  11795. ]
  11796. }
  11797. }
  11798. },
  11799. "md.GetFriendCircleBasicSettingsResp": {
  11800. "type": "object",
  11801. "properties": {
  11802. "comment_is_real_name": {
  11803. "description": "评论是否需要实名认证(1:是 2:否)",
  11804. "type": "integer"
  11805. },
  11806. "comment_nums_every_day": {
  11807. "description": "评论每天次数",
  11808. "type": "integer"
  11809. },
  11810. "id": {
  11811. "type": "integer"
  11812. },
  11813. "publish_is_real_name": {
  11814. "description": "发布是否需要实名认证(1:是 2:否)",
  11815. "type": "integer"
  11816. },
  11817. "publish_nums_every_day": {
  11818. "description": "发布每天次数",
  11819. "type": "integer"
  11820. }
  11821. }
  11822. },
  11823. "md.GetFundDataListReq": {
  11824. "type": "object",
  11825. "properties": {
  11826. "end_at": {
  11827. "type": "string",
  11828. "example": "结束时间"
  11829. },
  11830. "kind": {
  11831. "description": "数据类型",
  11832. "type": "integer"
  11833. },
  11834. "limit": {
  11835. "description": "每页大小",
  11836. "type": "integer"
  11837. },
  11838. "page": {
  11839. "description": "页数",
  11840. "type": "integer"
  11841. },
  11842. "start_at": {
  11843. "type": "string",
  11844. "example": "开始时间"
  11845. }
  11846. }
  11847. },
  11848. "md.GetFundDataListResp": {
  11849. "type": "object",
  11850. "properties": {
  11851. "kind_list": {
  11852. "description": "类型列表",
  11853. "type": "array",
  11854. "items": {
  11855. "type": "object",
  11856. "additionalProperties": true
  11857. }
  11858. },
  11859. "list": {
  11860. "description": "数据列表",
  11861. "type": "array",
  11862. "items": {
  11863. "$ref": "#/definitions/md.FundDataNode"
  11864. }
  11865. },
  11866. "paginate": {
  11867. "description": "分页数据",
  11868. "allOf": [
  11869. {
  11870. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11871. }
  11872. ]
  11873. }
  11874. }
  11875. },
  11876. "md.GetFundDataRecordListReq": {
  11877. "type": "object",
  11878. "properties": {
  11879. "limit": {
  11880. "description": "页面大小",
  11881. "type": "integer"
  11882. },
  11883. "page": {
  11884. "description": "页数",
  11885. "type": "integer"
  11886. },
  11887. "system_id": {
  11888. "description": "数据在系统中的 ID",
  11889. "type": "integer"
  11890. }
  11891. }
  11892. },
  11893. "md.GetFundDataRecordListResp": {
  11894. "type": "object",
  11895. "properties": {
  11896. "list": {
  11897. "type": "array",
  11898. "items": {
  11899. "$ref": "#/definitions/md.FundDataRecordNode"
  11900. }
  11901. },
  11902. "paginate": {
  11903. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11904. }
  11905. }
  11906. },
  11907. "md.GetGreenEnergyUserCoinFlowListReq": {
  11908. "type": "object",
  11909. "properties": {
  11910. "coin_id": {
  11911. "description": "货币类型 ID",
  11912. "type": "integer"
  11913. },
  11914. "direction": {
  11915. "description": "流水方向:1收入 2支出",
  11916. "type": "integer"
  11917. },
  11918. "end_at": {
  11919. "description": "结束时间",
  11920. "type": "string"
  11921. },
  11922. "page": {
  11923. "description": "页数",
  11924. "type": "integer"
  11925. },
  11926. "page_size": {
  11927. "description": "每页大小",
  11928. "type": "integer"
  11929. },
  11930. "start_at": {
  11931. "description": "开始时间",
  11932. "type": "string"
  11933. },
  11934. "uid": {
  11935. "description": "用户 ID",
  11936. "type": "integer"
  11937. }
  11938. }
  11939. },
  11940. "md.GetGreenEnergyUserCoinFlowListResp": {
  11941. "type": "object",
  11942. "properties": {
  11943. "list": {
  11944. "description": "流水信息",
  11945. "type": "array",
  11946. "items": {
  11947. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  11948. }
  11949. },
  11950. "paginate": {
  11951. "description": "分页信息",
  11952. "allOf": [
  11953. {
  11954. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11955. }
  11956. ]
  11957. },
  11958. "select_data": {
  11959. "description": "流水类型",
  11960. "allOf": [
  11961. {
  11962. "$ref": "#/definitions/md.SelectData"
  11963. }
  11964. ]
  11965. }
  11966. }
  11967. },
  11968. "md.GetGreenEnergyUserCoinListReq": {
  11969. "type": "object",
  11970. "properties": {
  11971. "end_coin": {
  11972. "type": "string",
  11973. "example": "最大金额"
  11974. },
  11975. "kind": {
  11976. "description": "虚拟币种类编号",
  11977. "type": "integer"
  11978. },
  11979. "page": {
  11980. "description": "页数",
  11981. "type": "integer"
  11982. },
  11983. "page_size": {
  11984. "description": "单页大小",
  11985. "type": "integer"
  11986. },
  11987. "start_coin": {
  11988. "type": "string",
  11989. "example": "最小金额"
  11990. },
  11991. "uid": {
  11992. "description": "指定查询用户 ID",
  11993. "type": "integer"
  11994. },
  11995. "user_name": {
  11996. "type": "string",
  11997. "example": "用户名称"
  11998. },
  11999. "user_phone": {
  12000. "type": "string",
  12001. "example": "手机号"
  12002. }
  12003. }
  12004. },
  12005. "md.GetGreenEnergyUserCoinListResp": {
  12006. "type": "object",
  12007. "properties": {
  12008. "kind_list": {
  12009. "description": "货币类型集合",
  12010. "type": "array",
  12011. "items": {
  12012. "$ref": "#/definitions/md.VirtualCoinListNode"
  12013. }
  12014. },
  12015. "list": {
  12016. "description": "余额集合",
  12017. "type": "array",
  12018. "items": {
  12019. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12020. }
  12021. },
  12022. "sum_user_amount": {
  12023. "description": "用户持有总数",
  12024. "type": "number"
  12025. },
  12026. "total": {
  12027. "description": "持有该类型用户数",
  12028. "type": "integer"
  12029. }
  12030. }
  12031. },
  12032. "md.GetLevelListResp": {
  12033. "type": "object",
  12034. "properties": {
  12035. "list": {
  12036. "type": "array",
  12037. "items": {
  12038. "$ref": "#/definitions/md.LevelListNode"
  12039. }
  12040. },
  12041. "paginate": {
  12042. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12043. }
  12044. }
  12045. },
  12046. "md.GetModuleSettingResp": {
  12047. "type": "object",
  12048. "properties": {
  12049. "data": {
  12050. "description": "内容"
  12051. },
  12052. "mod_name": {
  12053. "description": "模块名称",
  12054. "type": "string"
  12055. },
  12056. "position": {
  12057. "description": "位置",
  12058. "type": "string"
  12059. },
  12060. "skip_identifier": {
  12061. "description": "跳转标识",
  12062. "type": "string"
  12063. },
  12064. "subtitle": {
  12065. "description": "副标题",
  12066. "type": "string"
  12067. },
  12068. "title": {
  12069. "description": "标题",
  12070. "type": "string"
  12071. }
  12072. }
  12073. },
  12074. "md.GetOneLevelResp": {
  12075. "type": "object",
  12076. "properties": {
  12077. "auto_update": {
  12078. "description": "自动升级 0关闭,1开启",
  12079. "type": "integer"
  12080. },
  12081. "choosable_num": {
  12082. "description": "可选任务数量",
  12083. "type": "integer"
  12084. },
  12085. "is_use": {
  12086. "description": "是否开启(0.否, 1.是)",
  12087. "type": "integer"
  12088. },
  12089. "level_id": {
  12090. "description": "等级 ID",
  12091. "type": "integer"
  12092. },
  12093. "level_name": {
  12094. "description": "等级名称",
  12095. "type": "string"
  12096. },
  12097. "level_weight": {
  12098. "description": "等级权重",
  12099. "type": "integer"
  12100. },
  12101. "memo": {
  12102. "description": "备注",
  12103. "type": "string"
  12104. },
  12105. "task_type": {
  12106. "description": "任务类型关系",
  12107. "type": "array",
  12108. "items": {
  12109. "type": "object",
  12110. "additionalProperties": true
  12111. }
  12112. },
  12113. "user_level_tasks": {
  12114. "type": "array",
  12115. "items": {
  12116. "$ref": "#/definitions/model.UserLevelTask"
  12117. }
  12118. }
  12119. }
  12120. },
  12121. "md.GetPriceCurveResp": {
  12122. "type": "object",
  12123. "properties": {
  12124. "x_data": {
  12125. "type": "array",
  12126. "items": {}
  12127. },
  12128. "y_data": {
  12129. "type": "array",
  12130. "items": {}
  12131. }
  12132. }
  12133. },
  12134. "md.GetPublicPlatoonBasicResp": {
  12135. "type": "object",
  12136. "properties": {
  12137. "is_open": {
  12138. "description": "是否开启(1:开启 0:关闭)",
  12139. "type": "integer"
  12140. },
  12141. "is_self_active_get_team_revenue": {
  12142. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12143. "type": "integer"
  12144. },
  12145. "originator_name": {
  12146. "description": "创始人名称",
  12147. "type": "string"
  12148. },
  12149. "originator_uid": {
  12150. "description": "创始人uid",
  12151. "type": "integer"
  12152. },
  12153. "several_rows": {
  12154. "description": "几排",
  12155. "type": "integer"
  12156. },
  12157. "several_times": {
  12158. "description": "几乘",
  12159. "type": "integer"
  12160. },
  12161. "system_punish_replace": {
  12162. "description": "是否位置滑落 被新用户替换 0否 1是",
  12163. "type": "integer"
  12164. },
  12165. "system_punish_replace_value": {
  12166. "description": "xx天未活跃,处罚滑落",
  12167. "type": "integer"
  12168. }
  12169. }
  12170. },
  12171. "md.GetTagListResp": {
  12172. "type": "object",
  12173. "properties": {
  12174. "list": {
  12175. "type": "array",
  12176. "items": {
  12177. "$ref": "#/definitions/md.TagListNode"
  12178. }
  12179. },
  12180. "paginate": {
  12181. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12182. }
  12183. }
  12184. },
  12185. "md.GetVideoRewardResp": {
  12186. "type": "object",
  12187. "properties": {
  12188. "ecmp": {
  12189. "description": "当前 Ecpm 值",
  12190. "type": "string"
  12191. },
  12192. "unit_price": {
  12193. "description": "单价",
  12194. "type": "string"
  12195. }
  12196. }
  12197. },
  12198. "md.GetWithdrawApplyListNode": {
  12199. "type": "object",
  12200. "properties": {
  12201. "actual_receipt": {
  12202. "description": "实际到账",
  12203. "type": "string"
  12204. },
  12205. "ali_pay_account": {
  12206. "description": "支付宝账号",
  12207. "type": "string"
  12208. },
  12209. "ali_pay_name": {
  12210. "description": "支付宝昵称",
  12211. "type": "string"
  12212. },
  12213. "amount": {
  12214. "description": "提现金额",
  12215. "type": "string"
  12216. },
  12217. "apply_at": {
  12218. "description": "申请时间",
  12219. "type": "string"
  12220. },
  12221. "invite_code": {
  12222. "description": "邀请码",
  12223. "type": "string"
  12224. },
  12225. "memo": {
  12226. "description": "备注",
  12227. "type": "string"
  12228. },
  12229. "nickname": {
  12230. "description": "用户名称",
  12231. "type": "string"
  12232. },
  12233. "parentID": {
  12234. "description": "推荐人ID",
  12235. "type": "integer"
  12236. },
  12237. "parentPhone": {
  12238. "description": "推荐人手机号",
  12239. "type": "string"
  12240. },
  12241. "pay_at": {
  12242. "description": "到账时间",
  12243. "type": "string"
  12244. },
  12245. "state": {
  12246. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12247. "type": "integer"
  12248. },
  12249. "sys_fee": {
  12250. "description": "手续费",
  12251. "type": "string"
  12252. },
  12253. "tag": {
  12254. "description": "标签",
  12255. "type": "array",
  12256. "items": {
  12257. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  12258. }
  12259. },
  12260. "user_id": {
  12261. "description": "会员 ID",
  12262. "type": "integer"
  12263. },
  12264. "wechat_pay_account": {
  12265. "description": "微信账号",
  12266. "type": "string"
  12267. },
  12268. "wechat_pay_name": {
  12269. "description": "微信昵称",
  12270. "type": "string"
  12271. },
  12272. "withdraw_apply_id": {
  12273. "description": "提现申请id",
  12274. "type": "integer"
  12275. },
  12276. "withdraw_type": {
  12277. "description": "转账平台(1:支付宝 2:微信)",
  12278. "type": "integer"
  12279. }
  12280. }
  12281. },
  12282. "md.GetWithdrawApplyListReq": {
  12283. "type": "object",
  12284. "properties": {
  12285. "amount_begin": {
  12286. "description": "最小金额",
  12287. "type": "string"
  12288. },
  12289. "amount_end": {
  12290. "description": "最大金额",
  12291. "type": "string"
  12292. },
  12293. "apply_end_at": {
  12294. "description": "申请结束时间",
  12295. "type": "string"
  12296. },
  12297. "apply_start_at": {
  12298. "description": "申请开始时间",
  12299. "type": "string"
  12300. },
  12301. "examine_end_at": {
  12302. "description": "审核结束时间",
  12303. "type": "string"
  12304. },
  12305. "examine_start_at": {
  12306. "description": "审核开始时间",
  12307. "type": "string"
  12308. },
  12309. "is_first": {
  12310. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  12311. "type": "string"
  12312. },
  12313. "level": {
  12314. "description": "会员等级",
  12315. "type": "string"
  12316. },
  12317. "limit": {
  12318. "description": "页面大小",
  12319. "type": "integer"
  12320. },
  12321. "nickname": {
  12322. "description": "用户昵称",
  12323. "type": "string"
  12324. },
  12325. "page": {
  12326. "description": "页数",
  12327. "type": "integer"
  12328. },
  12329. "parent_id": {
  12330. "description": "推荐人 ID",
  12331. "type": "string"
  12332. },
  12333. "payment_type": {
  12334. "description": "打款类型 1:手动;2:自动",
  12335. "type": "string"
  12336. },
  12337. "phone": {
  12338. "description": "用户手机号",
  12339. "type": "string"
  12340. },
  12341. "state": {
  12342. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12343. "type": "string"
  12344. },
  12345. "uid": {
  12346. "description": "用户 ID",
  12347. "type": "string"
  12348. },
  12349. "withdraw_account": {
  12350. "description": "支付宝/微信昵称",
  12351. "type": "string"
  12352. },
  12353. "withdraw_name": {
  12354. "description": "支付宝姓名",
  12355. "type": "string"
  12356. },
  12357. "withdraw_type": {
  12358. "description": "提现方式(1:支付宝 2:微信)",
  12359. "type": "string"
  12360. }
  12361. }
  12362. },
  12363. "md.GetWithdrawApplyListResp": {
  12364. "type": "object",
  12365. "properties": {
  12366. "levels_list": {
  12367. "description": "等级列表",
  12368. "type": "array",
  12369. "items": {
  12370. "type": "object",
  12371. "additionalProperties": true
  12372. }
  12373. },
  12374. "list": {
  12375. "type": "array",
  12376. "items": {
  12377. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  12378. }
  12379. },
  12380. "paginate": {
  12381. "description": "分页信息",
  12382. "allOf": [
  12383. {
  12384. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  12385. }
  12386. ]
  12387. },
  12388. "pay_failed_amount": {
  12389. "description": "打款失败金额",
  12390. "type": "string"
  12391. },
  12392. "pay_succeed_amount": {
  12393. "description": "打款成功金额",
  12394. "type": "string"
  12395. },
  12396. "pending_amount": {
  12397. "description": "处理中金额",
  12398. "type": "string"
  12399. },
  12400. "reason_list": {
  12401. "description": "审核失败(驳回理由)",
  12402. "type": "array",
  12403. "items": {
  12404. "type": "object",
  12405. "additionalProperties": true
  12406. }
  12407. },
  12408. "tags_list": {
  12409. "description": "标签列表",
  12410. "type": "array",
  12411. "items": {
  12412. "type": "object",
  12413. "additionalProperties": true
  12414. }
  12415. },
  12416. "under_review": {
  12417. "description": "审核中金额",
  12418. "type": "string"
  12419. }
  12420. }
  12421. },
  12422. "md.GetWithdrawSettingResp": {
  12423. "type": "object",
  12424. "properties": {
  12425. "condition_is_open": {
  12426. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12427. "type": "integer"
  12428. },
  12429. "first_withdraw_set": {
  12430. "description": "首次提现设置",
  12431. "allOf": [
  12432. {
  12433. "$ref": "#/definitions/md.FirstWithdrawSet"
  12434. }
  12435. ]
  12436. },
  12437. "frequency_set": {
  12438. "description": "频率设置(0:日 1:周 2:月 3:年)",
  12439. "allOf": [
  12440. {
  12441. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12442. }
  12443. ]
  12444. },
  12445. "id": {
  12446. "type": "integer"
  12447. },
  12448. "is_auto": {
  12449. "description": "是否开启自动提现(0:否 1:是)",
  12450. "type": "integer"
  12451. },
  12452. "is_auto_amount_limit": {
  12453. "description": "自动提现金额限制",
  12454. "type": "string"
  12455. },
  12456. "is_real_name": {
  12457. "description": "是否实名(0:否 1:是)",
  12458. "type": "integer"
  12459. },
  12460. "is_support_decimal_point": {
  12461. "description": "是否支持小数点(0:否 1:是)",
  12462. "type": "integer"
  12463. },
  12464. "level_list": {
  12465. "description": "会员等级列表",
  12466. "type": "array",
  12467. "items": {
  12468. "type": "object",
  12469. "additionalProperties": true
  12470. }
  12471. },
  12472. "pending_orders_is_can_apply": {
  12473. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12474. "type": "integer"
  12475. },
  12476. "tips": {
  12477. "description": "提示",
  12478. "type": "string"
  12479. },
  12480. "vip_level_limit": {
  12481. "description": "提现等级限制",
  12482. "type": "integer"
  12483. },
  12484. "withdraw_amount_limit": {
  12485. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12486. "type": "string"
  12487. },
  12488. "withdraw_fee_set": {
  12489. "description": "提现手续费设置",
  12490. "allOf": [
  12491. {
  12492. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12493. }
  12494. ]
  12495. },
  12496. "withdraw_multiple_limit": {
  12497. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12498. "type": "string"
  12499. },
  12500. "withdraw_nums_limit": {
  12501. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12502. "type": "integer"
  12503. },
  12504. "withdraw_time_interval": {
  12505. "description": "提现时段",
  12506. "allOf": [
  12507. {
  12508. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12509. }
  12510. ]
  12511. },
  12512. "withdraw_type": {
  12513. "description": "提现方式(1:支付宝 2:微信)",
  12514. "type": "integer"
  12515. }
  12516. }
  12517. },
  12518. "md.GroupListReq": {
  12519. "type": "object",
  12520. "properties": {
  12521. "group_admin": {
  12522. "description": "群主",
  12523. "type": "string"
  12524. },
  12525. "name": {
  12526. "description": "群名称",
  12527. "type": "string"
  12528. },
  12529. "page": {
  12530. "type": "integer"
  12531. },
  12532. "page_size": {
  12533. "type": "integer"
  12534. },
  12535. "start_time_end": {
  12536. "type": "string",
  12537. "example": "创建时间-截止"
  12538. },
  12539. "start_time_start": {
  12540. "type": "string",
  12541. "example": "创建时间-起始"
  12542. }
  12543. }
  12544. },
  12545. "md.GroupListResp": {
  12546. "type": "object",
  12547. "properties": {
  12548. "list": {
  12549. "type": "array",
  12550. "items": {
  12551. "type": "object",
  12552. "properties": {
  12553. "avatarUrl": {
  12554. "description": "头像",
  12555. "type": "string"
  12556. },
  12557. "createTime": {
  12558. "description": "创建时间",
  12559. "type": "string"
  12560. },
  12561. "extra": {
  12562. "description": "附加字段",
  12563. "type": "string"
  12564. },
  12565. "id": {
  12566. "description": "群组id",
  12567. "type": "integer"
  12568. },
  12569. "introduction": {
  12570. "description": "群简介",
  12571. "type": "string"
  12572. },
  12573. "isAllAddFriend": {
  12574. "description": "是否允许加好友(1:是 2:否)",
  12575. "type": "integer"
  12576. },
  12577. "isAllMemberBanned": {
  12578. "description": "是否全员禁言(1:是 2:否)",
  12579. "type": "integer"
  12580. },
  12581. "name": {
  12582. "description": "组名",
  12583. "type": "string"
  12584. },
  12585. "nickname": {
  12586. "description": "群主昵称",
  12587. "type": "string"
  12588. },
  12589. "phoneNumber": {
  12590. "description": "群主账号",
  12591. "type": "string"
  12592. },
  12593. "updateTime": {
  12594. "description": "更新时间",
  12595. "type": "string"
  12596. },
  12597. "userNum": {
  12598. "description": "群组人数",
  12599. "type": "integer"
  12600. }
  12601. }
  12602. }
  12603. },
  12604. "page": {
  12605. "type": "integer"
  12606. },
  12607. "page_size": {
  12608. "type": "integer"
  12609. },
  12610. "total": {
  12611. "type": "integer"
  12612. }
  12613. }
  12614. },
  12615. "md.Guide": {
  12616. "type": "object",
  12617. "properties": {
  12618. "bg_image": {
  12619. "type": "string"
  12620. },
  12621. "bg_image_url": {
  12622. "type": "string"
  12623. },
  12624. "content_image": {
  12625. "type": "string"
  12626. },
  12627. "content_image_url": {
  12628. "type": "string"
  12629. }
  12630. }
  12631. },
  12632. "md.JPushGetLevelListResp": {
  12633. "type": "object",
  12634. "properties": {
  12635. "list": {
  12636. "type": "array",
  12637. "items": {
  12638. "$ref": "#/definitions/md.LevelListNode"
  12639. }
  12640. },
  12641. "paginate": {
  12642. "$ref": "#/definitions/applet_app_md.Paginate"
  12643. }
  12644. }
  12645. },
  12646. "md.JPushGetTagListResp": {
  12647. "type": "object",
  12648. "properties": {
  12649. "list": {
  12650. "type": "array",
  12651. "items": {
  12652. "$ref": "#/definitions/md.TagListNode"
  12653. }
  12654. },
  12655. "paginate": {
  12656. "$ref": "#/definitions/applet_app_md.Paginate"
  12657. }
  12658. }
  12659. },
  12660. "md.JPushGetUserListReq": {
  12661. "type": "object",
  12662. "properties": {
  12663. "effective": {
  12664. "description": "有效会员",
  12665. "type": "integer"
  12666. },
  12667. "id": {
  12668. "description": "会员 ID",
  12669. "type": "integer"
  12670. },
  12671. "invite_code": {
  12672. "type": "string",
  12673. "example": "会员邀请码"
  12674. },
  12675. "is_real_name": {
  12676. "description": "是否实名 0.未实名,1.已实名",
  12677. "type": "integer"
  12678. },
  12679. "level": {
  12680. "description": "会员等级",
  12681. "type": "integer"
  12682. },
  12683. "limit": {
  12684. "type": "integer"
  12685. },
  12686. "login_after": {
  12687. "description": "最近登录结束时间",
  12688. "type": "string"
  12689. },
  12690. "login_before": {
  12691. "description": "最近登录开始时间",
  12692. "type": "string"
  12693. },
  12694. "memo": {
  12695. "description": "备注",
  12696. "type": "string"
  12697. },
  12698. "nickname": {
  12699. "type": "string",
  12700. "example": "会员昵称"
  12701. },
  12702. "page": {
  12703. "type": "integer"
  12704. },
  12705. "parent_invite_code": {
  12706. "type": "string",
  12707. "example": "上级邀请码"
  12708. },
  12709. "parent_phone": {
  12710. "type": "string",
  12711. "example": "上级手机号"
  12712. },
  12713. "phone": {
  12714. "type": "string",
  12715. "example": "会员手机号"
  12716. },
  12717. "recommend_id": {
  12718. "description": "推荐人 ID",
  12719. "type": "integer"
  12720. },
  12721. "register_after": {
  12722. "description": "注册时间终点",
  12723. "type": "string"
  12724. },
  12725. "register_before": {
  12726. "description": "注册时间起点",
  12727. "type": "string"
  12728. },
  12729. "register_type": {
  12730. "description": "注册类型(1:APP注册、2:H5注册)",
  12731. "type": "integer"
  12732. },
  12733. "sex": {
  12734. "description": "性别(0:未知 1:男 2:女)",
  12735. "type": "integer"
  12736. },
  12737. "state": {
  12738. "description": "状态",
  12739. "type": "integer"
  12740. },
  12741. "tag": {
  12742. "description": "标签 id",
  12743. "type": "integer"
  12744. },
  12745. "union_id": {
  12746. "type": "string",
  12747. "example": "微信号"
  12748. }
  12749. }
  12750. },
  12751. "md.LevelListNode": {
  12752. "type": "object",
  12753. "properties": {
  12754. "count": {
  12755. "description": "等级人数",
  12756. "type": "string"
  12757. },
  12758. "create_at": {
  12759. "description": "创建时间",
  12760. "type": "string"
  12761. },
  12762. "is_use": {
  12763. "description": "是否开启(0.否, 1.是)",
  12764. "type": "integer"
  12765. },
  12766. "level_id": {
  12767. "description": "等级 ID",
  12768. "type": "integer"
  12769. },
  12770. "level_name": {
  12771. "description": "等级名称",
  12772. "type": "string"
  12773. },
  12774. "level_weight": {
  12775. "description": "等级权重",
  12776. "type": "integer"
  12777. },
  12778. "memo": {
  12779. "description": "备注",
  12780. "type": "string"
  12781. }
  12782. }
  12783. },
  12784. "md.LevelTaskNode": {
  12785. "type": "object",
  12786. "properties": {
  12787. "active_days": {
  12788. "description": "活跃多少天",
  12789. "type": "string"
  12790. },
  12791. "finish_count": {
  12792. "description": "多少天内完成的指标",
  12793. "type": "string"
  12794. },
  12795. "is_must_task": {
  12796. "description": "是否必做(0,1)",
  12797. "type": "string"
  12798. },
  12799. "task_type": {
  12800. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  12801. "type": "string"
  12802. },
  12803. "task_type_level_id": {
  12804. "description": "会员等级 ID (task_type=3时生效)",
  12805. "type": "string"
  12806. },
  12807. "within_days": {
  12808. "description": "多少天内完成",
  12809. "type": "string"
  12810. }
  12811. }
  12812. },
  12813. "md.ListCommunityDividendsReq": {
  12814. "type": "object",
  12815. "properties": {
  12816. "end_at": {
  12817. "description": "结束时间",
  12818. "type": "string"
  12819. },
  12820. "end_nums": {
  12821. "description": "分红总量上限",
  12822. "type": "integer"
  12823. },
  12824. "limit": {
  12825. "description": "每页大小",
  12826. "type": "integer"
  12827. },
  12828. "page": {
  12829. "description": "页数",
  12830. "type": "integer"
  12831. },
  12832. "start_at": {
  12833. "description": "开始时间",
  12834. "type": "string"
  12835. },
  12836. "start_nums": {
  12837. "description": "分红总量下限",
  12838. "type": "integer"
  12839. }
  12840. }
  12841. },
  12842. "md.ListCommunityDividendsResp": {
  12843. "type": "object",
  12844. "properties": {
  12845. "list": {
  12846. "type": "array",
  12847. "items": {
  12848. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  12849. }
  12850. },
  12851. "paginate": {
  12852. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12853. }
  12854. }
  12855. },
  12856. "md.ListCommunityDividendsWithUserReq": {
  12857. "type": "object",
  12858. "properties": {
  12859. "limit": {
  12860. "type": "integer"
  12861. },
  12862. "page": {
  12863. "type": "integer"
  12864. },
  12865. "phone": {
  12866. "type": "string"
  12867. },
  12868. "uid": {
  12869. "type": "integer"
  12870. }
  12871. }
  12872. },
  12873. "md.ListCommunityDividendsWithUserResp": {
  12874. "type": "object",
  12875. "properties": {
  12876. "list": {
  12877. "type": "array",
  12878. "items": {
  12879. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  12880. }
  12881. },
  12882. "paginate": {
  12883. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12884. }
  12885. }
  12886. },
  12887. "md.ListPlatformRevenueReq": {
  12888. "type": "object",
  12889. "properties": {
  12890. "end_at": {
  12891. "type": "string",
  12892. "example": "结束时间"
  12893. },
  12894. "kind": {
  12895. "description": "数据类型",
  12896. "type": "integer"
  12897. },
  12898. "limit": {
  12899. "description": "每页大小",
  12900. "type": "integer"
  12901. },
  12902. "page": {
  12903. "description": "页数",
  12904. "type": "integer"
  12905. },
  12906. "start_at": {
  12907. "type": "string",
  12908. "example": "开始时间"
  12909. }
  12910. }
  12911. },
  12912. "md.ListPlatformRevenueResp": {
  12913. "type": "object",
  12914. "properties": {
  12915. "kind_list": {
  12916. "description": "类型列表",
  12917. "type": "array",
  12918. "items": {
  12919. "type": "object",
  12920. "additionalProperties": true
  12921. }
  12922. },
  12923. "list": {
  12924. "description": "数据列表",
  12925. "type": "array",
  12926. "items": {
  12927. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  12928. }
  12929. },
  12930. "paginate": {
  12931. "description": "分页数据",
  12932. "allOf": [
  12933. {
  12934. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12935. }
  12936. ]
  12937. }
  12938. }
  12939. },
  12940. "md.LoginReq": {
  12941. "type": "object",
  12942. "required": [
  12943. "password",
  12944. "username"
  12945. ],
  12946. "properties": {
  12947. "code": {
  12948. "type": "string",
  12949. "example": "验证码"
  12950. },
  12951. "password": {
  12952. "type": "string",
  12953. "example": "登录密码"
  12954. },
  12955. "username": {
  12956. "type": "string",
  12957. "example": "登录账号"
  12958. }
  12959. }
  12960. },
  12961. "md.LoginResponse": {
  12962. "type": "object",
  12963. "properties": {
  12964. "token": {
  12965. "type": "string"
  12966. }
  12967. }
  12968. },
  12969. "md.ManualScoreReq": {
  12970. "type": "object",
  12971. "properties": {
  12972. "index_id": {
  12973. "description": "文档id",
  12974. "type": "string"
  12975. },
  12976. "score": {
  12977. "type": "string",
  12978. "example": "分数"
  12979. }
  12980. }
  12981. },
  12982. "md.ModuleSettingGetResp": {
  12983. "type": "object",
  12984. "properties": {
  12985. "data": {
  12986. "description": "内容"
  12987. },
  12988. "mod_name": {
  12989. "description": "模块名称",
  12990. "type": "string"
  12991. },
  12992. "mod_name_list": {
  12993. "description": "模块名称对照",
  12994. "type": "array",
  12995. "items": {
  12996. "type": "object",
  12997. "additionalProperties": true
  12998. }
  12999. },
  13000. "position": {
  13001. "description": "位置",
  13002. "type": "string"
  13003. },
  13004. "skip_identifier": {
  13005. "description": "跳转标识",
  13006. "type": "string"
  13007. },
  13008. "subtitle": {
  13009. "description": "副标题",
  13010. "type": "string"
  13011. },
  13012. "title": {
  13013. "description": "标题",
  13014. "type": "string"
  13015. }
  13016. }
  13017. },
  13018. "md.ModuleSettingUpdateReq": {
  13019. "type": "object",
  13020. "properties": {
  13021. "data": {
  13022. "description": "内容",
  13023. "type": "object",
  13024. "additionalProperties": true
  13025. },
  13026. "mod_name_value": {
  13027. "description": "模块类型值",
  13028. "type": "string"
  13029. },
  13030. "position": {
  13031. "description": "位置",
  13032. "type": "string"
  13033. },
  13034. "skip_identifier": {
  13035. "description": "跳转标识",
  13036. "type": "string"
  13037. },
  13038. "subtitle": {
  13039. "description": "副标题",
  13040. "type": "string"
  13041. },
  13042. "title": {
  13043. "description": "标题",
  13044. "type": "string"
  13045. }
  13046. }
  13047. },
  13048. "md.NewUserRedPackageGetBasicResp": {
  13049. "type": "object",
  13050. "properties": {
  13051. "create_at": {
  13052. "type": "string"
  13053. },
  13054. "days": {
  13055. "description": "天数",
  13056. "type": "integer"
  13057. },
  13058. "is_double": {
  13059. "description": "是否翻倍",
  13060. "type": "integer"
  13061. },
  13062. "is_open": {
  13063. "description": "是否开启(1:开启 0:关闭)",
  13064. "type": "integer"
  13065. },
  13066. "total_amount": {
  13067. "type": "string",
  13068. "example": "总金额"
  13069. },
  13070. "update_at": {
  13071. "type": "string"
  13072. }
  13073. }
  13074. },
  13075. "md.NewUserRedPackageRecordFlowListReq": {
  13076. "type": "object",
  13077. "properties": {
  13078. "end_at": {
  13079. "description": "结束时间",
  13080. "type": "string"
  13081. },
  13082. "limit": {
  13083. "description": "每页大小",
  13084. "type": "integer"
  13085. },
  13086. "page": {
  13087. "description": "页数",
  13088. "type": "integer"
  13089. },
  13090. "start_at": {
  13091. "description": "开始时间",
  13092. "type": "string"
  13093. },
  13094. "uid": {
  13095. "description": "用户 ID",
  13096. "type": "integer"
  13097. }
  13098. }
  13099. },
  13100. "md.NewUserRedPackageRecordFlowListResp": {
  13101. "type": "object",
  13102. "properties": {
  13103. "list": {
  13104. "type": "array",
  13105. "items": {
  13106. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  13107. }
  13108. },
  13109. "paginate": {
  13110. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13111. }
  13112. }
  13113. },
  13114. "md.NewUserRedPackageRecordFlowNode": {
  13115. "type": "object",
  13116. "properties": {
  13117. "balance_amount": {
  13118. "description": "剩余金额",
  13119. "type": "string"
  13120. },
  13121. "balance_days": {
  13122. "description": "剩余天数",
  13123. "type": "integer"
  13124. },
  13125. "basic_amount": {
  13126. "description": "基础金额",
  13127. "type": "string"
  13128. },
  13129. "create_at": {
  13130. "description": "创建时间",
  13131. "type": "string"
  13132. },
  13133. "day_num": {
  13134. "description": "第x天",
  13135. "type": "integer"
  13136. },
  13137. "double_rate": {
  13138. "description": "倍率",
  13139. "type": "string"
  13140. },
  13141. "id": {
  13142. "description": "流水 ID",
  13143. "type": "integer"
  13144. },
  13145. "is_double": {
  13146. "description": "是否翻倍",
  13147. "type": "integer"
  13148. },
  13149. "receive_days": {
  13150. "description": "领取天数",
  13151. "type": "integer"
  13152. },
  13153. "total_amount": {
  13154. "description": "实际金额",
  13155. "type": "string"
  13156. },
  13157. "uid": {
  13158. "description": "用户 ID",
  13159. "type": "integer"
  13160. }
  13161. }
  13162. },
  13163. "md.NewUserRedPackageRecordListReq": {
  13164. "type": "object",
  13165. "properties": {
  13166. "end_at": {
  13167. "description": "结束时间",
  13168. "type": "string"
  13169. },
  13170. "limit": {
  13171. "description": "每页大小",
  13172. "type": "integer"
  13173. },
  13174. "page": {
  13175. "description": "页数",
  13176. "type": "integer"
  13177. },
  13178. "start_at": {
  13179. "description": "开始时间",
  13180. "type": "string"
  13181. },
  13182. "uid": {
  13183. "description": "用户 ID",
  13184. "type": "integer"
  13185. }
  13186. }
  13187. },
  13188. "md.NewUserRedPackageRecordListResp": {
  13189. "type": "object",
  13190. "properties": {
  13191. "list": {
  13192. "type": "array",
  13193. "items": {
  13194. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  13195. }
  13196. },
  13197. "paginate": {
  13198. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13199. }
  13200. }
  13201. },
  13202. "md.NewUserRedPackageRecordNode": {
  13203. "type": "object",
  13204. "properties": {
  13205. "balance_amount": {
  13206. "description": "剩余金额",
  13207. "type": "string"
  13208. },
  13209. "balance_days": {
  13210. "description": "剩余天数",
  13211. "type": "integer"
  13212. },
  13213. "create_at": {
  13214. "description": "创建时间",
  13215. "type": "string"
  13216. },
  13217. "days": {
  13218. "description": "天数",
  13219. "type": "integer"
  13220. },
  13221. "receive_days": {
  13222. "description": "领取天数",
  13223. "type": "integer"
  13224. },
  13225. "state": {
  13226. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  13227. "type": "integer"
  13228. },
  13229. "system_id": {
  13230. "description": "系统中记录的 ID",
  13231. "type": "integer"
  13232. },
  13233. "total_amount": {
  13234. "description": "金额",
  13235. "type": "string"
  13236. },
  13237. "uid": {
  13238. "description": "用户 ID",
  13239. "type": "integer"
  13240. },
  13241. "update_at": {
  13242. "description": "修改时间",
  13243. "type": "string"
  13244. }
  13245. }
  13246. },
  13247. "md.NewUserRedPackageUpdateBasicReq": {
  13248. "type": "object",
  13249. "properties": {
  13250. "days": {
  13251. "description": "天数",
  13252. "type": "integer"
  13253. },
  13254. "is_double": {
  13255. "description": "是否翻倍",
  13256. "type": "integer"
  13257. },
  13258. "is_open": {
  13259. "description": "是否开启(1:开启 0:关闭)",
  13260. "type": "integer"
  13261. },
  13262. "total_amount": {
  13263. "type": "string",
  13264. "example": "总金额"
  13265. }
  13266. }
  13267. },
  13268. "md.NewUserRewardRules": {
  13269. "type": "object",
  13270. "properties": {
  13271. "continue_days": {
  13272. "description": "连续x天",
  13273. "type": "integer"
  13274. },
  13275. "invite_user_reward_value": {
  13276. "description": "拉新用户奖励x个活跃积分",
  13277. "type": "integer"
  13278. },
  13279. "reward_coefficient": {
  13280. "description": "奖励系数",
  13281. "type": "number"
  13282. }
  13283. }
  13284. },
  13285. "md.NoticeAliyunSmsList": {
  13286. "type": "object",
  13287. "properties": {
  13288. "content": {
  13289. "type": "string",
  13290. "example": "这是 填短信模板id"
  13291. },
  13292. "day": {
  13293. "type": "string",
  13294. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13295. },
  13296. "id": {
  13297. "type": "string"
  13298. },
  13299. "is_show": {
  13300. "type": "string"
  13301. },
  13302. "notice_day": {
  13303. "type": "string",
  13304. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13305. },
  13306. "title": {
  13307. "type": "string"
  13308. },
  13309. "type": {
  13310. "type": "string"
  13311. }
  13312. }
  13313. },
  13314. "md.NoticeAliyunSmsListReq": {
  13315. "type": "object",
  13316. "properties": {
  13317. "limit": {
  13318. "description": "每页大小",
  13319. "type": "string"
  13320. },
  13321. "page": {
  13322. "description": "页数",
  13323. "type": "string"
  13324. }
  13325. }
  13326. },
  13327. "md.NoticeAliyunSmsListResp": {
  13328. "type": "object",
  13329. "properties": {
  13330. "list": {
  13331. "type": "array",
  13332. "items": {
  13333. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  13334. }
  13335. },
  13336. "select_data": {
  13337. "type": "array",
  13338. "items": {
  13339. "type": "object",
  13340. "additionalProperties": {
  13341. "type": "string"
  13342. }
  13343. }
  13344. },
  13345. "total": {
  13346. "type": "integer"
  13347. }
  13348. }
  13349. },
  13350. "md.NoticeAliyunSmsSaveReq": {
  13351. "type": "object",
  13352. "properties": {
  13353. "content": {
  13354. "type": "string"
  13355. },
  13356. "day": {
  13357. "type": "string",
  13358. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13359. },
  13360. "id": {
  13361. "type": "string"
  13362. },
  13363. "is_show": {
  13364. "type": "string"
  13365. },
  13366. "notice_day": {
  13367. "type": "string",
  13368. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13369. },
  13370. "title": {
  13371. "type": "string"
  13372. },
  13373. "type": {
  13374. "type": "string"
  13375. }
  13376. }
  13377. },
  13378. "md.NoticeDelReq": {
  13379. "type": "object",
  13380. "properties": {
  13381. "id": {
  13382. "type": "array",
  13383. "items": {
  13384. "type": "string"
  13385. }
  13386. }
  13387. }
  13388. },
  13389. "md.NoticeList": {
  13390. "type": "object",
  13391. "properties": {
  13392. "content": {
  13393. "type": "string"
  13394. },
  13395. "day": {
  13396. "type": "string",
  13397. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13398. },
  13399. "id": {
  13400. "type": "string"
  13401. },
  13402. "jpush_open": {
  13403. "type": "string",
  13404. "example": "app推送开启 0关 1开"
  13405. },
  13406. "notice_day": {
  13407. "type": "string",
  13408. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13409. },
  13410. "sms_code": {
  13411. "type": "string",
  13412. "example": "短信模板id"
  13413. },
  13414. "sms_open": {
  13415. "type": "string",
  13416. "example": "短信推送开启 0关 1开"
  13417. },
  13418. "title": {
  13419. "type": "string"
  13420. },
  13421. "type": {
  13422. "type": "string"
  13423. }
  13424. }
  13425. },
  13426. "md.NoticeListReq": {
  13427. "type": "object",
  13428. "properties": {
  13429. "limit": {
  13430. "description": "每页大小",
  13431. "type": "string"
  13432. },
  13433. "page": {
  13434. "description": "页数",
  13435. "type": "string"
  13436. }
  13437. }
  13438. },
  13439. "md.NoticeListResp": {
  13440. "type": "object",
  13441. "properties": {
  13442. "change_data": {
  13443. "type": "array",
  13444. "items": {
  13445. "type": "object",
  13446. "additionalProperties": {
  13447. "type": "string"
  13448. }
  13449. }
  13450. },
  13451. "list": {
  13452. "type": "array",
  13453. "items": {
  13454. "$ref": "#/definitions/md.NoticeList"
  13455. }
  13456. },
  13457. "select_data": {
  13458. "type": "array",
  13459. "items": {
  13460. "type": "object",
  13461. "additionalProperties": {
  13462. "type": "string"
  13463. }
  13464. }
  13465. },
  13466. "total": {
  13467. "type": "integer"
  13468. }
  13469. }
  13470. },
  13471. "md.NoticePushList": {
  13472. "type": "object",
  13473. "properties": {
  13474. "content": {
  13475. "type": "string"
  13476. },
  13477. "id": {
  13478. "type": "string"
  13479. },
  13480. "platform": {
  13481. "type": "string"
  13482. },
  13483. "send_end_time": {
  13484. "type": "string",
  13485. "example": "如 2024-11-25 11:56:00"
  13486. },
  13487. "send_start_time": {
  13488. "type": "string",
  13489. "example": "如 2024-11-25 11:56:00"
  13490. },
  13491. "send_type": {
  13492. "type": "string",
  13493. "example": "0立即推送 1定时推送"
  13494. },
  13495. "state": {
  13496. "type": "string",
  13497. "example": "0待发送 1发送成功"
  13498. },
  13499. "target": {
  13500. "type": "string"
  13501. },
  13502. "title": {
  13503. "type": "string"
  13504. }
  13505. }
  13506. },
  13507. "md.NoticePushListResp": {
  13508. "type": "object",
  13509. "properties": {
  13510. "list": {
  13511. "type": "array",
  13512. "items": {
  13513. "$ref": "#/definitions/md.NoticePushList"
  13514. }
  13515. },
  13516. "platform_data": {
  13517. "type": "array",
  13518. "items": {
  13519. "type": "object",
  13520. "additionalProperties": {
  13521. "type": "string"
  13522. }
  13523. }
  13524. },
  13525. "target_data": {
  13526. "type": "array",
  13527. "items": {
  13528. "type": "object",
  13529. "additionalProperties": {
  13530. "type": "string"
  13531. }
  13532. }
  13533. },
  13534. "total": {
  13535. "type": "integer"
  13536. }
  13537. }
  13538. },
  13539. "md.NoticePushSaveReq": {
  13540. "type": "object",
  13541. "properties": {
  13542. "content": {
  13543. "type": "string"
  13544. },
  13545. "id": {
  13546. "type": "string"
  13547. },
  13548. "level": {
  13549. "type": "array",
  13550. "items": {
  13551. "type": "string"
  13552. }
  13553. },
  13554. "platform": {
  13555. "type": "string"
  13556. },
  13557. "send_end_time": {
  13558. "type": "string"
  13559. },
  13560. "send_start_time": {
  13561. "type": "string"
  13562. },
  13563. "send_type": {
  13564. "type": "string"
  13565. },
  13566. "tag_list": {
  13567. "type": "array",
  13568. "items": {
  13569. "type": "string"
  13570. }
  13571. },
  13572. "target": {
  13573. "type": "string"
  13574. },
  13575. "title": {
  13576. "type": "string"
  13577. },
  13578. "user_list": {
  13579. "type": "array",
  13580. "items": {
  13581. "type": "string"
  13582. }
  13583. }
  13584. }
  13585. },
  13586. "md.NoticeSaveReq": {
  13587. "type": "object",
  13588. "properties": {
  13589. "content": {
  13590. "type": "string"
  13591. },
  13592. "day": {
  13593. "type": "string",
  13594. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13595. },
  13596. "id": {
  13597. "type": "string"
  13598. },
  13599. "jpush_open": {
  13600. "type": "string",
  13601. "example": "app推送开启 0关 1开"
  13602. },
  13603. "notice_day": {
  13604. "type": "string",
  13605. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13606. },
  13607. "sms_code": {
  13608. "type": "string",
  13609. "example": "短信模板id"
  13610. },
  13611. "sms_open": {
  13612. "type": "string",
  13613. "example": "短信推送开启 0关 1开"
  13614. },
  13615. "title": {
  13616. "type": "string"
  13617. },
  13618. "type": {
  13619. "type": "string"
  13620. }
  13621. }
  13622. },
  13623. "md.OtherNode": {
  13624. "type": "object",
  13625. "properties": {
  13626. "create_at": {
  13627. "description": "注册时间",
  13628. "type": "string"
  13629. },
  13630. "last_login_at": {
  13631. "description": "最近登录时间",
  13632. "type": "string"
  13633. },
  13634. "last_login_ip": {
  13635. "description": "最后登录 IP",
  13636. "type": "string"
  13637. }
  13638. }
  13639. },
  13640. "md.PageCustomerServiceReq": {
  13641. "type": "object",
  13642. "properties": {
  13643. "memo": {
  13644. "type": "string",
  13645. "example": "备注"
  13646. },
  13647. "page": {
  13648. "type": "integer"
  13649. },
  13650. "page_size": {
  13651. "type": "integer"
  13652. },
  13653. "phone": {
  13654. "description": "手机号",
  13655. "type": "string"
  13656. },
  13657. "state": {
  13658. "description": "状态",
  13659. "type": "integer"
  13660. }
  13661. }
  13662. },
  13663. "md.PageEmoticonReq": {
  13664. "type": "object",
  13665. "properties": {
  13666. "memo": {
  13667. "type": "string",
  13668. "example": "备注"
  13669. },
  13670. "name": {
  13671. "description": "表情名称",
  13672. "type": "string"
  13673. },
  13674. "page": {
  13675. "type": "integer"
  13676. },
  13677. "page_size": {
  13678. "type": "integer"
  13679. },
  13680. "state": {
  13681. "description": "状态",
  13682. "type": "integer"
  13683. }
  13684. }
  13685. },
  13686. "md.PageSendRedPackageOrdReq": {
  13687. "type": "object",
  13688. "properties": {
  13689. "invite_code": {
  13690. "description": "邀请码",
  13691. "type": "string",
  13692. "example": "邀请码"
  13693. },
  13694. "nickname": {
  13695. "description": "昵称",
  13696. "type": "string",
  13697. "example": "昵称"
  13698. },
  13699. "ord_no": {
  13700. "description": "订单号",
  13701. "type": "string",
  13702. "example": "订单号"
  13703. },
  13704. "page": {
  13705. "type": "integer"
  13706. },
  13707. "page_size": {
  13708. "type": "integer"
  13709. },
  13710. "phone": {
  13711. "description": "手机号",
  13712. "type": "string",
  13713. "example": "手机号"
  13714. },
  13715. "red_packet_type": {
  13716. "description": "红包类型",
  13717. "type": "integer"
  13718. },
  13719. "start_time_end": {
  13720. "type": "string",
  13721. "example": "发送时间-截止"
  13722. },
  13723. "start_time_start": {
  13724. "type": "string",
  13725. "example": "发送时间-起始"
  13726. },
  13727. "state": {
  13728. "description": "状态",
  13729. "type": "integer"
  13730. },
  13731. "uid": {
  13732. "type": "integer"
  13733. }
  13734. }
  13735. },
  13736. "md.PlatformRevenueDataNode": {
  13737. "type": "object",
  13738. "properties": {
  13739. "balance_amount": {
  13740. "description": "余额",
  13741. "type": "string"
  13742. },
  13743. "balance_times": {
  13744. "description": "剩余执行次数",
  13745. "type": "integer"
  13746. },
  13747. "create_at": {
  13748. "description": "创建时间",
  13749. "type": "string"
  13750. },
  13751. "hours": {
  13752. "description": "时长",
  13753. "type": "integer"
  13754. },
  13755. "kind": {
  13756. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  13757. "type": "integer"
  13758. },
  13759. "memo": {
  13760. "description": "备注",
  13761. "type": "string"
  13762. },
  13763. "system_id": {
  13764. "type": "integer"
  13765. },
  13766. "total_amount": {
  13767. "description": "金额",
  13768. "type": "string"
  13769. }
  13770. }
  13771. },
  13772. "md.PlayletBaseData": {
  13773. "type": "object",
  13774. "properties": {
  13775. "first_count": {
  13776. "type": "string",
  13777. "example": "首次可观看集数"
  13778. },
  13779. "reward": {
  13780. "type": "string",
  13781. "example": "单次奖励"
  13782. },
  13783. "second_count": {
  13784. "type": "string",
  13785. "example": "看一次广告解锁集数"
  13786. },
  13787. "total": {
  13788. "type": "string",
  13789. "example": "可领取总次数"
  13790. }
  13791. }
  13792. },
  13793. "md.PriceSettingStruct": {
  13794. "type": "object",
  13795. "properties": {
  13796. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  13797. "description": "市商资金单笔x元自动兑换",
  13798. "type": "string"
  13799. },
  13800. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  13801. "description": "市商数量单笔x数量自动兑换",
  13802. "type": "string"
  13803. },
  13804. "price_below_value": {
  13805. "description": "低于x元",
  13806. "type": "string"
  13807. },
  13808. "price_higher_than_value": {
  13809. "description": "高于x元",
  13810. "type": "string"
  13811. }
  13812. }
  13813. },
  13814. "md.ReleaseDynamicReq": {
  13815. "type": "object",
  13816. "properties": {
  13817. "content": {
  13818. "description": "文本内容",
  13819. "type": "string"
  13820. },
  13821. "image": {
  13822. "description": "图片",
  13823. "type": "array",
  13824. "items": {
  13825. "type": "string"
  13826. }
  13827. },
  13828. "is_praise": {
  13829. "description": "是否被表扬(1:是 2:否)",
  13830. "type": "integer"
  13831. },
  13832. "is_top_up": {
  13833. "description": "是否置顶(1:是 2:否)",
  13834. "type": "integer"
  13835. },
  13836. "kind": {
  13837. "description": "类型(1:普通 2:官方)",
  13838. "type": "integer"
  13839. },
  13840. "state": {
  13841. "description": "状态(1:正常 2:隐藏)",
  13842. "type": "integer"
  13843. },
  13844. "video": {
  13845. "description": "视频",
  13846. "type": "array",
  13847. "items": {
  13848. "type": "string"
  13849. }
  13850. }
  13851. }
  13852. },
  13853. "md.Response": {
  13854. "type": "object",
  13855. "properties": {
  13856. "code": {
  13857. "type": "string",
  13858. "example": "响应码"
  13859. },
  13860. "data": {
  13861. "description": "内容"
  13862. },
  13863. "msg": {
  13864. "type": "string",
  13865. "example": "具体错误原因"
  13866. }
  13867. }
  13868. },
  13869. "md.RewardSystemStruct": {
  13870. "type": "object",
  13871. "properties": {
  13872. "level": {
  13873. "description": "圈层",
  13874. "type": "integer"
  13875. },
  13876. "reward_condition": {
  13877. "description": "奖励条件",
  13878. "type": "string"
  13879. },
  13880. "reward_value": {
  13881. "description": "奖励值",
  13882. "type": "string"
  13883. }
  13884. }
  13885. },
  13886. "md.RoleBindPermissionGroupReq": {
  13887. "type": "object",
  13888. "required": [
  13889. "role_id"
  13890. ],
  13891. "properties": {
  13892. "permission_ids": {
  13893. "type": "array",
  13894. "items": {
  13895. "type": "integer"
  13896. }
  13897. },
  13898. "role_id": {
  13899. "type": "integer"
  13900. }
  13901. }
  13902. },
  13903. "md.SelectData": {
  13904. "type": "object",
  13905. "properties": {
  13906. "direction": {
  13907. "type": "array",
  13908. "items": {
  13909. "type": "object",
  13910. "additionalProperties": {
  13911. "type": "string"
  13912. }
  13913. }
  13914. }
  13915. }
  13916. },
  13917. "md.SelectMemberNode": {
  13918. "type": "object",
  13919. "properties": {
  13920. "avatar": {
  13921. "description": "会员头像",
  13922. "type": "string"
  13923. },
  13924. "level": {
  13925. "description": "会员等级",
  13926. "type": "string"
  13927. },
  13928. "nickname": {
  13929. "description": "会员昵称",
  13930. "type": "string"
  13931. },
  13932. "phone": {
  13933. "description": "会员手机号",
  13934. "type": "string"
  13935. },
  13936. "uid": {
  13937. "description": "会员 ID",
  13938. "type": "integer"
  13939. }
  13940. }
  13941. },
  13942. "md.SelectMemberReq": {
  13943. "type": "object",
  13944. "properties": {
  13945. "level": {
  13946. "description": "会员等级",
  13947. "type": "integer"
  13948. },
  13949. "limit": {
  13950. "description": "每页大小",
  13951. "type": "integer"
  13952. },
  13953. "nickname": {
  13954. "description": "会员昵称",
  13955. "type": "string"
  13956. },
  13957. "page": {
  13958. "description": "页数",
  13959. "type": "integer"
  13960. },
  13961. "phone": {
  13962. "description": "会员手机号",
  13963. "type": "string"
  13964. },
  13965. "uid": {
  13966. "description": "会员 ID",
  13967. "type": "integer"
  13968. }
  13969. }
  13970. },
  13971. "md.SelectMemberResp": {
  13972. "type": "object",
  13973. "properties": {
  13974. "level_list": {
  13975. "description": "会员等级列表",
  13976. "type": "array",
  13977. "items": {
  13978. "type": "object",
  13979. "additionalProperties": true
  13980. }
  13981. },
  13982. "list": {
  13983. "description": "会员数据",
  13984. "type": "array",
  13985. "items": {
  13986. "$ref": "#/definitions/md.SelectMemberNode"
  13987. }
  13988. },
  13989. "paginate": {
  13990. "description": "分页信息",
  13991. "allOf": [
  13992. {
  13993. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13994. }
  13995. ]
  13996. }
  13997. }
  13998. },
  13999. "md.SetCustomerServiceStateReq": {
  14000. "type": "object",
  14001. "properties": {
  14002. "id": {
  14003. "description": "拥有用户数量",
  14004. "type": "integer"
  14005. },
  14006. "state": {
  14007. "description": "状态",
  14008. "type": "integer"
  14009. }
  14010. }
  14011. },
  14012. "md.SetEmoticonStateReq": {
  14013. "type": "object",
  14014. "properties": {
  14015. "id": {
  14016. "description": "拥有用户数量",
  14017. "type": "integer"
  14018. },
  14019. "state": {
  14020. "description": "状态",
  14021. "type": "integer"
  14022. }
  14023. }
  14024. },
  14025. "md.SetVideoRewardReq": {
  14026. "type": "object",
  14027. "properties": {
  14028. "ecpm": {
  14029. "description": "当前 Ecpm 值",
  14030. "type": "string"
  14031. },
  14032. "unit_price": {
  14033. "description": "单价",
  14034. "type": "string"
  14035. }
  14036. }
  14037. },
  14038. "md.SonUserDailyActivityAnalysisNode": {
  14039. "type": "object",
  14040. "properties": {
  14041. "activity_day_nums": {
  14042. "description": "活跃子节点活跃天数",
  14043. "type": "integer"
  14044. },
  14045. "nickname": {
  14046. "type": "string",
  14047. "example": "昵称"
  14048. },
  14049. "phone": {
  14050. "type": "string",
  14051. "example": "手机号"
  14052. },
  14053. "uid": {
  14054. "description": "查询用户活跃子节点 ID",
  14055. "type": "integer"
  14056. }
  14057. }
  14058. },
  14059. "md.StatisticsEggPointReq": {
  14060. "type": "object",
  14061. "properties": {
  14062. "week": {
  14063. "type": "string",
  14064. "example": "周份"
  14065. },
  14066. "year": {
  14067. "type": "string",
  14068. "example": "年份"
  14069. }
  14070. }
  14071. },
  14072. "md.StatisticsEggPointResp": {
  14073. "type": "object",
  14074. "properties": {
  14075. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  14076. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  14077. "type": "array",
  14078. "items": {
  14079. "type": "object",
  14080. "additionalProperties": {
  14081. "type": "string"
  14082. }
  14083. }
  14084. },
  14085. "statistics_user_egg_browse_interface_nums_range": {
  14086. "description": "统计用户\"浏览界面次数\"范围",
  14087. "type": "array",
  14088. "items": {
  14089. "type": "object",
  14090. "additionalProperties": {
  14091. "type": "string"
  14092. }
  14093. }
  14094. },
  14095. "statistics_user_egg_college_learning_nums_range": {
  14096. "description": "统计用户\"学院学习次数\"范围",
  14097. "type": "array",
  14098. "items": {
  14099. "type": "object",
  14100. "additionalProperties": {
  14101. "type": "string"
  14102. }
  14103. }
  14104. },
  14105. "statistics_user_egg_ecpm_range": {
  14106. "description": "统计用户\"ecpm\"范围",
  14107. "type": "array",
  14108. "items": {
  14109. "type": "object",
  14110. "additionalProperties": {
  14111. "type": "string"
  14112. }
  14113. }
  14114. },
  14115. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  14116. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  14117. "type": "array",
  14118. "items": {
  14119. "type": "object",
  14120. "additionalProperties": {
  14121. "type": "string"
  14122. }
  14123. }
  14124. },
  14125. "statistics_user_egg_forum_comments_nums_range": {
  14126. "description": "统计用户\"论坛评论次数\"范围",
  14127. "type": "array",
  14128. "items": {
  14129. "type": "object",
  14130. "additionalProperties": {
  14131. "type": "string"
  14132. }
  14133. }
  14134. },
  14135. "statistics_user_egg_invite_user_nums_range": {
  14136. "description": "统计用户\"拉新人数\"范围",
  14137. "type": "array",
  14138. "items": {
  14139. "type": "object",
  14140. "additionalProperties": {
  14141. "type": "string"
  14142. }
  14143. }
  14144. },
  14145. "statistics_user_egg_person_add_activity_value_range": {
  14146. "description": "统计用户\"个人活跃积分增量值\"范围",
  14147. "type": "array",
  14148. "items": {
  14149. "type": "object",
  14150. "additionalProperties": {
  14151. "type": "string"
  14152. }
  14153. }
  14154. },
  14155. "statistics_user_egg_send_circle_of_friend_nums_range": {
  14156. "description": "统计用户\"发朋友圈次数\"范围",
  14157. "type": "array",
  14158. "items": {
  14159. "type": "object",
  14160. "additionalProperties": {
  14161. "type": "string"
  14162. }
  14163. }
  14164. },
  14165. "statistics_user_egg_send_red_package_nums_range": {
  14166. "description": "统计用户\"发红包次数\"范围",
  14167. "type": "array",
  14168. "items": {
  14169. "type": "object",
  14170. "additionalProperties": {
  14171. "type": "string"
  14172. }
  14173. }
  14174. },
  14175. "statistics_user_egg_sign_in_nums_range": {
  14176. "description": "统计用户\"签到次数\"范围",
  14177. "type": "array",
  14178. "items": {
  14179. "type": "object",
  14180. "additionalProperties": {
  14181. "type": "string"
  14182. }
  14183. }
  14184. },
  14185. "statistics_user_egg_team_activity_nums_range": {
  14186. "description": "统计用户\"团队活跃次数\"范围",
  14187. "type": "array",
  14188. "items": {
  14189. "type": "object",
  14190. "additionalProperties": {
  14191. "type": "string"
  14192. }
  14193. }
  14194. },
  14195. "statistics_user_egg_violate_nums_range": {
  14196. "description": "统计用户\"违规次数\"范围",
  14197. "type": "array",
  14198. "items": {
  14199. "type": "object",
  14200. "additionalProperties": {
  14201. "type": "string"
  14202. }
  14203. }
  14204. },
  14205. "week": {
  14206. "type": "string",
  14207. "example": "周份"
  14208. },
  14209. "year": {
  14210. "type": "string",
  14211. "example": "年份"
  14212. },
  14213. "year_list": {
  14214. "description": "年份\u0026\u0026周份列表",
  14215. "type": "object",
  14216. "additionalProperties": {
  14217. "type": "array",
  14218. "items": {
  14219. "type": "string"
  14220. }
  14221. }
  14222. }
  14223. }
  14224. },
  14225. "md.SubUser": {
  14226. "type": "object",
  14227. "properties": {
  14228. "avatar_url": {
  14229. "type": "string",
  14230. "example": "头像"
  14231. },
  14232. "level": {
  14233. "description": "整个系统中的等级",
  14234. "type": "integer"
  14235. },
  14236. "nickname": {
  14237. "type": "string",
  14238. "example": "昵称"
  14239. },
  14240. "phone": {
  14241. "type": "string",
  14242. "example": "手机号"
  14243. },
  14244. "pid": {
  14245. "type": "integer"
  14246. },
  14247. "position": {
  14248. "description": "以pid1为创始人中网的位置",
  14249. "type": "integer"
  14250. },
  14251. "uid": {
  14252. "type": "integer"
  14253. }
  14254. }
  14255. },
  14256. "md.TagListNode": {
  14257. "type": "object",
  14258. "properties": {
  14259. "count": {
  14260. "description": "标签人数",
  14261. "type": "string"
  14262. },
  14263. "create_at": {
  14264. "description": "创建时间",
  14265. "type": "string"
  14266. },
  14267. "is_punish": {
  14268. "description": "是否处罚",
  14269. "type": "integer"
  14270. },
  14271. "memo": {
  14272. "description": "备注",
  14273. "type": "string"
  14274. },
  14275. "name": {
  14276. "description": "名称",
  14277. "type": "string"
  14278. },
  14279. "tag_id": {
  14280. "description": "标签 ID",
  14281. "type": "string"
  14282. }
  14283. }
  14284. },
  14285. "md.TreeNode": {
  14286. "type": "object",
  14287. "properties": {
  14288. "avatar_url": {
  14289. "type": "string",
  14290. "example": "头像"
  14291. },
  14292. "level": {
  14293. "type": "integer"
  14294. },
  14295. "nickname": {
  14296. "type": "string",
  14297. "example": "昵称"
  14298. },
  14299. "phone": {
  14300. "type": "string",
  14301. "example": "手机号"
  14302. },
  14303. "pid": {
  14304. "type": "integer"
  14305. },
  14306. "position": {
  14307. "type": "integer"
  14308. },
  14309. "son": {
  14310. "type": "array",
  14311. "items": {
  14312. "$ref": "#/definitions/md.TreeNode"
  14313. }
  14314. },
  14315. "system_id": {
  14316. "description": "公排网中id",
  14317. "type": "integer"
  14318. },
  14319. "uid": {
  14320. "type": "integer"
  14321. }
  14322. }
  14323. },
  14324. "md.UpdateAdminReq": {
  14325. "type": "object",
  14326. "required": [
  14327. "adm_id",
  14328. "password",
  14329. "username"
  14330. ],
  14331. "properties": {
  14332. "adm_id": {
  14333. "type": "integer"
  14334. },
  14335. "memo": {
  14336. "type": "string"
  14337. },
  14338. "password": {
  14339. "type": "string"
  14340. },
  14341. "username": {
  14342. "type": "string"
  14343. }
  14344. }
  14345. },
  14346. "md.UpdateAdminStateReq": {
  14347. "type": "object",
  14348. "required": [
  14349. "adm_id",
  14350. "state"
  14351. ],
  14352. "properties": {
  14353. "adm_id": {
  14354. "type": "integer"
  14355. },
  14356. "state": {
  14357. "type": "integer"
  14358. }
  14359. }
  14360. },
  14361. "md.UpdateContributionValueBasicSettingReq": {
  14362. "type": "object",
  14363. "properties": {
  14364. "hand_out_red_package": {
  14365. "description": "发红包获得x点",
  14366. "type": "string"
  14367. },
  14368. "id": {
  14369. "type": "string"
  14370. },
  14371. "posting_comment_liked": {
  14372. "description": "发布评论被官方点赞获得x点",
  14373. "type": "string"
  14374. },
  14375. "posting_dynamic_liked": {
  14376. "description": "发布动态被官方点赞获得x点",
  14377. "type": "string"
  14378. },
  14379. "publish_creation": {
  14380. "description": "发布创作获得x点",
  14381. "type": "string"
  14382. }
  14383. }
  14384. },
  14385. "md.UpdateCustomerServiceMemoReq": {
  14386. "type": "object",
  14387. "properties": {
  14388. "id": {
  14389. "description": "拥有用户数量",
  14390. "type": "integer"
  14391. },
  14392. "memo": {
  14393. "description": "备注",
  14394. "type": "string",
  14395. "example": "备注"
  14396. }
  14397. }
  14398. },
  14399. "md.UpdateDynamicReq": {
  14400. "type": "object",
  14401. "required": [
  14402. "index_id"
  14403. ],
  14404. "properties": {
  14405. "index_id": {
  14406. "description": "动态id",
  14407. "type": "string"
  14408. },
  14409. "is_praise": {
  14410. "description": "是否被表扬(1:是 2:否)",
  14411. "type": "integer"
  14412. },
  14413. "is_top_up": {
  14414. "description": "是否置顶(1:是 2:否)",
  14415. "type": "integer"
  14416. },
  14417. "state": {
  14418. "description": "状态(1:正常 2:隐藏)",
  14419. "type": "integer"
  14420. }
  14421. }
  14422. },
  14423. "md.UpdateEggEnergyBasicReq": {
  14424. "type": "object",
  14425. "properties": {
  14426. "basic_setting": {
  14427. "description": "基础设置",
  14428. "allOf": [
  14429. {
  14430. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  14431. }
  14432. ]
  14433. },
  14434. "data_setting": {
  14435. "description": "数据设置",
  14436. "allOf": [
  14437. {
  14438. "$ref": "#/definitions/md.DataSetting"
  14439. }
  14440. ]
  14441. },
  14442. "destruction_setting": {
  14443. "description": "销毁设置",
  14444. "allOf": [
  14445. {
  14446. "$ref": "#/definitions/md.DestructionSettingStruct"
  14447. }
  14448. ]
  14449. },
  14450. "exchange_rules": {
  14451. "description": "兑换规则",
  14452. "allOf": [
  14453. {
  14454. "$ref": "#/definitions/md.ExchangeRulesStruct"
  14455. }
  14456. ]
  14457. },
  14458. "new_user_incentive_rules": {
  14459. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  14460. "allOf": [
  14461. {
  14462. "$ref": "#/definitions/md.NewUserRewardRules"
  14463. }
  14464. ]
  14465. },
  14466. "price_setting": {
  14467. "description": "价格设置",
  14468. "allOf": [
  14469. {
  14470. "$ref": "#/definitions/md.PriceSettingStruct"
  14471. }
  14472. ]
  14473. },
  14474. "reward_system": {
  14475. "description": "圈层奖励",
  14476. "type": "array",
  14477. "items": {
  14478. "$ref": "#/definitions/md.RewardSystemStruct"
  14479. }
  14480. },
  14481. "system_id": {
  14482. "description": "该设置系统 ID",
  14483. "type": "integer"
  14484. },
  14485. "video_reward_setting": {
  14486. "description": "视频奖励",
  14487. "allOf": [
  14488. {
  14489. "$ref": "#/definitions/md.VideoRewardSetting"
  14490. }
  14491. ]
  14492. }
  14493. }
  14494. },
  14495. "md.UpdateEggEnergyVipSettingReq": {
  14496. "type": "object",
  14497. "properties": {
  14498. "list": {
  14499. "description": "更新后数据",
  14500. "type": "array",
  14501. "items": {
  14502. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  14503. }
  14504. }
  14505. }
  14506. },
  14507. "md.UpdateEmoticonReq": {
  14508. "type": "object",
  14509. "properties": {
  14510. "id": {
  14511. "description": "拥有用户数量",
  14512. "type": "integer"
  14513. },
  14514. "img_url": {
  14515. "type": "string",
  14516. "example": "图片地址"
  14517. },
  14518. "memo": {
  14519. "description": "备注",
  14520. "type": "string",
  14521. "example": "备注"
  14522. },
  14523. "name": {
  14524. "type": "string",
  14525. "example": "名称"
  14526. },
  14527. "sort": {
  14528. "description": "排序",
  14529. "type": "integer"
  14530. }
  14531. }
  14532. },
  14533. "md.UpdateFriendCircleBasicSettingsReq": {
  14534. "type": "object",
  14535. "properties": {
  14536. "comment_is_real_name": {
  14537. "description": "评论是否需要实名认证(1:是 2:否)",
  14538. "type": "integer"
  14539. },
  14540. "comment_nums_every_day": {
  14541. "description": "评论每天次数",
  14542. "type": "integer"
  14543. },
  14544. "id": {
  14545. "type": "integer"
  14546. },
  14547. "publish_is_real_name": {
  14548. "description": "发布是否需要实名认证(1:是 2:否)",
  14549. "type": "integer"
  14550. },
  14551. "publish_nums_every_day": {
  14552. "description": "发布每天次数",
  14553. "type": "integer"
  14554. }
  14555. }
  14556. },
  14557. "md.UpdateLevelReq": {
  14558. "type": "object",
  14559. "properties": {
  14560. "auto_update": {
  14561. "description": "自动升级 0关闭 1开启",
  14562. "type": "string"
  14563. },
  14564. "choosable_num": {
  14565. "description": "可选任务数量",
  14566. "type": "string"
  14567. },
  14568. "is_use": {
  14569. "description": "是否开启(0.否, 1.是)",
  14570. "type": "string"
  14571. },
  14572. "level_id": {
  14573. "type": "string"
  14574. },
  14575. "level_name": {
  14576. "description": "等级名称",
  14577. "type": "string"
  14578. },
  14579. "level_weight": {
  14580. "description": "等级权重",
  14581. "type": "string"
  14582. },
  14583. "memo": {
  14584. "description": "备注",
  14585. "type": "string"
  14586. },
  14587. "user_level_tasks": {
  14588. "description": "完整的任务列表",
  14589. "type": "array",
  14590. "items": {
  14591. "$ref": "#/definitions/md.LevelTaskNode"
  14592. }
  14593. }
  14594. }
  14595. },
  14596. "md.UpdatePublicPlatoonBasicReq": {
  14597. "type": "object",
  14598. "properties": {
  14599. "is_open": {
  14600. "description": "是否开启(1:开启 0:关闭)",
  14601. "type": "integer"
  14602. },
  14603. "is_self_active_get_team_revenue": {
  14604. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  14605. "type": "integer"
  14606. },
  14607. "originator_uid": {
  14608. "description": "创始人uid",
  14609. "type": "integer"
  14610. },
  14611. "several_rows": {
  14612. "description": "几排",
  14613. "type": "integer"
  14614. },
  14615. "several_times": {
  14616. "description": "几乘",
  14617. "type": "integer"
  14618. },
  14619. "system_punish_replace": {
  14620. "description": "是否位置滑落 被新用户替换 0否 1是",
  14621. "type": "integer"
  14622. },
  14623. "system_punish_replace_value": {
  14624. "description": "xx天未活跃,处罚滑落",
  14625. "type": "integer"
  14626. }
  14627. }
  14628. },
  14629. "md.UpdateRoleReq": {
  14630. "type": "object",
  14631. "required": [
  14632. "memo",
  14633. "name",
  14634. "role_id"
  14635. ],
  14636. "properties": {
  14637. "memo": {
  14638. "type": "string"
  14639. },
  14640. "name": {
  14641. "type": "string"
  14642. },
  14643. "role_id": {
  14644. "type": "integer"
  14645. }
  14646. }
  14647. },
  14648. "md.UpdateRoleStateReq": {
  14649. "type": "object",
  14650. "required": [
  14651. "role_id",
  14652. "state"
  14653. ],
  14654. "properties": {
  14655. "role_id": {
  14656. "type": "integer"
  14657. },
  14658. "state": {
  14659. "type": "integer"
  14660. }
  14661. }
  14662. },
  14663. "md.UpdateTagReq": {
  14664. "type": "object",
  14665. "properties": {
  14666. "is_punish": {
  14667. "description": "是否是惩罚标签",
  14668. "type": "string"
  14669. },
  14670. "memo": {
  14671. "description": "备注",
  14672. "type": "string"
  14673. },
  14674. "name": {
  14675. "description": "标签名称",
  14676. "type": "string"
  14677. },
  14678. "tag_id": {
  14679. "description": "标签 ID",
  14680. "type": "string"
  14681. }
  14682. }
  14683. },
  14684. "md.UpdateVipEquitySettingNode": {
  14685. "type": "object",
  14686. "properties": {
  14687. "dividend_ratio": {
  14688. "description": "分红比例",
  14689. "type": "string"
  14690. },
  14691. "exchange_account_balance_fee": {
  14692. "description": "兑换余额手续费",
  14693. "type": "string"
  14694. },
  14695. "vip_level_id": {
  14696. "description": "会员等级ID",
  14697. "type": "string"
  14698. }
  14699. }
  14700. },
  14701. "md.UpdateVirtualCoinReq": {
  14702. "type": "object",
  14703. "properties": {
  14704. "exchange_ratio": {
  14705. "description": "兑换比例(与金额)",
  14706. "type": "string"
  14707. },
  14708. "id": {
  14709. "type": "integer"
  14710. },
  14711. "is_use": {
  14712. "description": "是否开启:0否 1是",
  14713. "type": "integer"
  14714. },
  14715. "name": {
  14716. "description": "名称",
  14717. "type": "string"
  14718. }
  14719. }
  14720. },
  14721. "md.UpdateWithdrawSettingReq": {
  14722. "type": "object",
  14723. "properties": {
  14724. "condition_is_open": {
  14725. "description": "提现条件是否开启(0:关闭, 1:开启)",
  14726. "type": "integer"
  14727. },
  14728. "first_withdraw_set": {
  14729. "description": "首次提现设置",
  14730. "allOf": [
  14731. {
  14732. "$ref": "#/definitions/md.FirstWithdrawSet"
  14733. }
  14734. ]
  14735. },
  14736. "frequency_set": {
  14737. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  14738. "allOf": [
  14739. {
  14740. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  14741. }
  14742. ]
  14743. },
  14744. "id": {
  14745. "type": "integer"
  14746. },
  14747. "is_auto": {
  14748. "description": "是否开启自动提现(0:否 1:是)",
  14749. "type": "integer"
  14750. },
  14751. "is_auto_amount_limit": {
  14752. "description": "自动提现金额限制",
  14753. "type": "string"
  14754. },
  14755. "is_real_name": {
  14756. "description": "是否实名(0:否 1:是)",
  14757. "type": "integer"
  14758. },
  14759. "is_support_decimal_point": {
  14760. "description": "是否支持小数点(0:否 1:是)",
  14761. "type": "integer"
  14762. },
  14763. "pending_orders_is_can_apply": {
  14764. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  14765. "type": "integer"
  14766. },
  14767. "tips": {
  14768. "description": "提示",
  14769. "type": "string"
  14770. },
  14771. "vip_level_limit": {
  14772. "description": "提现等级限制",
  14773. "type": "integer"
  14774. },
  14775. "withdraw_amount_limit": {
  14776. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  14777. "type": "string"
  14778. },
  14779. "withdraw_fee_set": {
  14780. "description": "提现手续费设置",
  14781. "allOf": [
  14782. {
  14783. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  14784. }
  14785. ]
  14786. },
  14787. "withdraw_multiple_limit": {
  14788. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  14789. "type": "string"
  14790. },
  14791. "withdraw_nums_limit": {
  14792. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  14793. "type": "integer"
  14794. },
  14795. "withdraw_time_interval": {
  14796. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  14797. "allOf": [
  14798. {
  14799. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  14800. }
  14801. ]
  14802. },
  14803. "withdraw_type": {
  14804. "description": "提现方式(1:支付宝 2:微信)",
  14805. "type": "integer"
  14806. }
  14807. }
  14808. },
  14809. "md.UserDailyActivityAnalysisReq": {
  14810. "type": "object",
  14811. "properties": {
  14812. "end_date": {
  14813. "type": "string",
  14814. "example": "结束日期"
  14815. },
  14816. "page": {
  14817. "description": "页数",
  14818. "type": "integer"
  14819. },
  14820. "page_size": {
  14821. "description": "每页大小",
  14822. "type": "integer"
  14823. },
  14824. "start_date": {
  14825. "type": "string",
  14826. "example": "开始日期"
  14827. },
  14828. "uid": {
  14829. "description": "查询用户 ID",
  14830. "type": "integer"
  14831. }
  14832. }
  14833. },
  14834. "md.UserDailyActivityAnalysisResp": {
  14835. "type": "object",
  14836. "properties": {
  14837. "son_user_data": {
  14838. "description": "被查询用户子节点信息",
  14839. "type": "array",
  14840. "items": {
  14841. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  14842. }
  14843. },
  14844. "top_data": {
  14845. "description": "统计信息",
  14846. "allOf": [
  14847. {
  14848. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  14849. }
  14850. ]
  14851. }
  14852. }
  14853. },
  14854. "md.UserEggFlowReq": {
  14855. "type": "object",
  14856. "properties": {
  14857. "account_balance_exchange_egg_energy_nums_end": {
  14858. "type": "string",
  14859. "example": "余额兑换蛋蛋能量数量-结束值"
  14860. },
  14861. "account_balance_exchange_egg_energy_nums_start": {
  14862. "type": "string",
  14863. "example": "余额兑换蛋蛋能量数量-起始值"
  14864. },
  14865. "browse_interface_nums_end": {
  14866. "type": "string",
  14867. "example": "浏览界面次数-结束值"
  14868. },
  14869. "browse_interface_nums_start": {
  14870. "type": "string",
  14871. "example": "浏览界面次数-起始值"
  14872. },
  14873. "college_learning_nums_end": {
  14874. "type": "string",
  14875. "example": "学院学习次数-结束值"
  14876. },
  14877. "college_learning_nums_start": {
  14878. "type": "string",
  14879. "example": "学院学习次数-起始值"
  14880. },
  14881. "ecpm_end": {
  14882. "type": "string",
  14883. "example": "ecpm-结束值"
  14884. },
  14885. "ecpm_start": {
  14886. "type": "string",
  14887. "example": "ecpm-起始值"
  14888. },
  14889. "egg_energy_exchange_account_balance_end": {
  14890. "type": "string",
  14891. "example": "蛋蛋能量兑换余额数量-结束值"
  14892. },
  14893. "egg_energy_exchange_account_balance_start": {
  14894. "type": "string",
  14895. "example": "蛋蛋能量兑换余额数量-起始值"
  14896. },
  14897. "forum_comments_nums_end": {
  14898. "type": "string",
  14899. "example": "论坛评论次数-结束值"
  14900. },
  14901. "forum_comments_nums_start": {
  14902. "type": "string",
  14903. "example": "论坛评论次数-起始值"
  14904. },
  14905. "im_activity_nums_end": {
  14906. "type": "string",
  14907. "example": "im活跃次数-结束值"
  14908. },
  14909. "im_activity_nums_start": {
  14910. "type": "string",
  14911. "example": "im活跃次数-起始值"
  14912. },
  14913. "invite_user_nums_end": {
  14914. "type": "string",
  14915. "example": "拉新人数-结束值"
  14916. },
  14917. "invite_user_nums_start": {
  14918. "type": "string",
  14919. "example": "拉新人数-起始值"
  14920. },
  14921. "page": {
  14922. "description": "页数",
  14923. "type": "integer"
  14924. },
  14925. "page_size": {
  14926. "description": "每页大小",
  14927. "type": "integer"
  14928. },
  14929. "person_add_activity_value_end": {
  14930. "type": "string",
  14931. "example": "个人活跃积分-结束值"
  14932. },
  14933. "person_add_activity_value_start": {
  14934. "type": "string",
  14935. "example": "个人活跃积分-起始值"
  14936. },
  14937. "score_value_end": {
  14938. "type": "string",
  14939. "example": "蛋蛋分-结束值"
  14940. },
  14941. "score_value_kind": {
  14942. "description": "评分类型(0:未知 1:人工 2:系统)",
  14943. "type": "integer"
  14944. },
  14945. "score_value_start": {
  14946. "type": "string",
  14947. "example": "蛋蛋分-起始值"
  14948. },
  14949. "send_circle_of_friend_nums_end": {
  14950. "type": "string",
  14951. "example": "发朋友圈次数-结束值"
  14952. },
  14953. "send_circle_of_friend_nums_start": {
  14954. "type": "string",
  14955. "example": "发朋友圈次数-起始值"
  14956. },
  14957. "send_red_package_nums_end": {
  14958. "type": "string",
  14959. "example": "发红包次数-结束值"
  14960. },
  14961. "send_red_package_nums_start": {
  14962. "type": "string",
  14963. "example": "发红包次数-起始值"
  14964. },
  14965. "sign_in_nums_end": {
  14966. "type": "string",
  14967. "example": "签到次数-结束值"
  14968. },
  14969. "sign_in_nums_start": {
  14970. "type": "string",
  14971. "example": "签到次数-起始值"
  14972. },
  14973. "team-activity-nums-end": {
  14974. "type": "string",
  14975. "example": "团队活跃次数-结束值"
  14976. },
  14977. "team_activity_nums_start": {
  14978. "type": "string",
  14979. "example": "团队活跃次数-起始值"
  14980. },
  14981. "violate_nums_end": {
  14982. "type": "string",
  14983. "example": "违规次数-结束值"
  14984. },
  14985. "violate_nums_start": {
  14986. "type": "string",
  14987. "example": "违规次数-起始值"
  14988. },
  14989. "week": {
  14990. "type": "string",
  14991. "example": "周份"
  14992. },
  14993. "year": {
  14994. "type": "string",
  14995. "example": "年份"
  14996. }
  14997. }
  14998. },
  14999. "md.UserEggFlowReqResp": {
  15000. "type": "object",
  15001. "properties": {
  15002. "list": {
  15003. "type": "array",
  15004. "items": {
  15005. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  15006. }
  15007. },
  15008. "page": {
  15009. "description": "页数",
  15010. "type": "integer"
  15011. },
  15012. "page_size": {
  15013. "description": "每页大小",
  15014. "type": "integer"
  15015. },
  15016. "score_value_kind_map": {
  15017. "description": "评分类型(0:未知 1:人工 2:系统)",
  15018. "type": "array",
  15019. "items": {
  15020. "type": "object",
  15021. "additionalProperties": true
  15022. }
  15023. },
  15024. "total": {
  15025. "description": "总数量",
  15026. "type": "integer"
  15027. },
  15028. "week": {
  15029. "type": "string",
  15030. "example": "周份"
  15031. },
  15032. "year": {
  15033. "type": "string",
  15034. "example": "年份"
  15035. }
  15036. }
  15037. },
  15038. "md.UserEggFlowReqRespList": {
  15039. "type": "object",
  15040. "properties": {
  15041. "account_balance_exchange_egg_energy_nums": {
  15042. "description": "余额兑换蛋蛋能量数量",
  15043. "type": "integer"
  15044. },
  15045. "browse_interface_nums": {
  15046. "description": "浏览界面次数",
  15047. "type": "integer"
  15048. },
  15049. "college_learning_nums": {
  15050. "description": "学院学习次数",
  15051. "type": "integer"
  15052. },
  15053. "ecpm": {
  15054. "description": "ecpm",
  15055. "type": "number"
  15056. },
  15057. "egg_energy_exchange_account_balance": {
  15058. "description": "蛋蛋能量兑换余额数量",
  15059. "type": "integer"
  15060. },
  15061. "forum_comments_nums": {
  15062. "description": "论坛评论次数",
  15063. "type": "integer"
  15064. },
  15065. "im_activity_nums": {
  15066. "description": "im活跃次数",
  15067. "type": "integer"
  15068. },
  15069. "index_id": {
  15070. "description": "文档id",
  15071. "type": "string"
  15072. },
  15073. "invite_user_nums": {
  15074. "description": "拉新人数",
  15075. "type": "integer"
  15076. },
  15077. "person_add_activity_value": {
  15078. "description": "个人活跃积分",
  15079. "type": "integer"
  15080. },
  15081. "score_value": {
  15082. "description": "蛋蛋分-起始值",
  15083. "type": "number"
  15084. },
  15085. "score_value_kind": {
  15086. "description": "评分类型(0:未知 1:人工 2:系统)",
  15087. "type": "integer"
  15088. },
  15089. "send_circle_of_friend_nums": {
  15090. "description": "发朋友圈次数",
  15091. "type": "integer"
  15092. },
  15093. "send_red_package_nums": {
  15094. "description": "发红包次数",
  15095. "type": "integer"
  15096. },
  15097. "sign_in_nums": {
  15098. "description": "签到次数",
  15099. "type": "integer"
  15100. },
  15101. "team_activity_nums": {
  15102. "description": "团队活跃次数",
  15103. "type": "integer"
  15104. },
  15105. "violate_nums": {
  15106. "description": "违规次数",
  15107. "type": "integer"
  15108. }
  15109. }
  15110. },
  15111. "md.UserEggIndexReq": {
  15112. "type": "object",
  15113. "properties": {
  15114. "week": {
  15115. "type": "string",
  15116. "example": "周份"
  15117. },
  15118. "year": {
  15119. "type": "string",
  15120. "example": "年份"
  15121. }
  15122. }
  15123. },
  15124. "md.UserEggIndexResp": {
  15125. "type": "object",
  15126. "properties": {
  15127. "egg_energy_user_egg_index_weight": {
  15128. "description": "蛋蛋分系数权重",
  15129. "allOf": [
  15130. {
  15131. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  15132. }
  15133. ]
  15134. },
  15135. "statistics_user_egg_kind_proportion": {
  15136. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  15137. "type": "array",
  15138. "items": {
  15139. "type": "object",
  15140. "additionalProperties": true
  15141. }
  15142. },
  15143. "statistics_user_egg_score_value_range": {
  15144. "description": "统计用户蛋蛋分范围",
  15145. "type": "array",
  15146. "items": {
  15147. "type": "object",
  15148. "additionalProperties": {
  15149. "type": "string"
  15150. }
  15151. }
  15152. },
  15153. "week": {
  15154. "type": "string",
  15155. "example": "周份"
  15156. },
  15157. "year": {
  15158. "type": "string",
  15159. "example": "年份"
  15160. },
  15161. "year_list": {
  15162. "description": "年份\u0026\u0026周份列表",
  15163. "type": "object",
  15164. "additionalProperties": {
  15165. "type": "array",
  15166. "items": {
  15167. "type": "string"
  15168. }
  15169. }
  15170. }
  15171. }
  15172. },
  15173. "md.UserFeedbackCateDelReq": {
  15174. "type": "object",
  15175. "properties": {
  15176. "id": {
  15177. "type": "array",
  15178. "items": {
  15179. "type": "string"
  15180. }
  15181. }
  15182. }
  15183. },
  15184. "md.UserFeedbackCateList": {
  15185. "type": "object",
  15186. "properties": {
  15187. "id": {
  15188. "type": "string"
  15189. },
  15190. "name": {
  15191. "type": "string"
  15192. },
  15193. "sort": {
  15194. "type": "string"
  15195. }
  15196. }
  15197. },
  15198. "md.UserFeedbackCateListReq": {
  15199. "type": "object",
  15200. "properties": {
  15201. "limit": {
  15202. "description": "每页大小",
  15203. "type": "string"
  15204. },
  15205. "page": {
  15206. "description": "页数",
  15207. "type": "string"
  15208. }
  15209. }
  15210. },
  15211. "md.UserFeedbackCateListResp": {
  15212. "type": "object",
  15213. "properties": {
  15214. "list": {
  15215. "type": "array",
  15216. "items": {
  15217. "$ref": "#/definitions/md.UserFeedbackCateList"
  15218. }
  15219. },
  15220. "total": {
  15221. "type": "integer"
  15222. }
  15223. }
  15224. },
  15225. "md.UserFeedbackCateSaveReq": {
  15226. "type": "object",
  15227. "properties": {
  15228. "id": {
  15229. "type": "string"
  15230. },
  15231. "name": {
  15232. "type": "string"
  15233. },
  15234. "sort": {
  15235. "type": "string"
  15236. }
  15237. }
  15238. },
  15239. "md.UserFeedbackChangeStateReq": {
  15240. "type": "object",
  15241. "properties": {
  15242. "id": {
  15243. "type": "string"
  15244. },
  15245. "state": {
  15246. "type": "string",
  15247. "example": "0待解决 1处理中 2已解决"
  15248. }
  15249. }
  15250. },
  15251. "md.UserFeedbackDelReq": {
  15252. "type": "object",
  15253. "properties": {
  15254. "id": {
  15255. "type": "array",
  15256. "items": {
  15257. "type": "string"
  15258. }
  15259. }
  15260. }
  15261. },
  15262. "md.UserFeedbackList": {
  15263. "type": "object",
  15264. "properties": {
  15265. "content": {
  15266. "type": "string"
  15267. },
  15268. "create_at": {
  15269. "type": "string"
  15270. },
  15271. "id": {
  15272. "type": "string"
  15273. },
  15274. "img": {
  15275. "type": "array",
  15276. "items": {
  15277. "type": "string"
  15278. }
  15279. },
  15280. "phone": {
  15281. "type": "string"
  15282. },
  15283. "platform": {
  15284. "type": "string"
  15285. },
  15286. "state": {
  15287. "type": "string",
  15288. "example": "0待解决 1处理中 2已解决"
  15289. },
  15290. "title": {
  15291. "type": "string"
  15292. },
  15293. "type": {
  15294. "type": "string"
  15295. },
  15296. "version": {
  15297. "type": "string"
  15298. }
  15299. }
  15300. },
  15301. "md.UserFeedbackListReq": {
  15302. "type": "object",
  15303. "properties": {
  15304. "cid": {
  15305. "type": "string"
  15306. },
  15307. "limit": {
  15308. "description": "每页大小",
  15309. "type": "string"
  15310. },
  15311. "page": {
  15312. "description": "页数",
  15313. "type": "string"
  15314. },
  15315. "phone": {
  15316. "type": "string"
  15317. },
  15318. "uid": {
  15319. "type": "string"
  15320. }
  15321. }
  15322. },
  15323. "md.UserFeedbackListResp": {
  15324. "type": "object",
  15325. "properties": {
  15326. "list": {
  15327. "type": "array",
  15328. "items": {
  15329. "$ref": "#/definitions/md.UserFeedbackList"
  15330. }
  15331. },
  15332. "select_data": {
  15333. "type": "array",
  15334. "items": {
  15335. "type": "object",
  15336. "additionalProperties": true
  15337. }
  15338. },
  15339. "total": {
  15340. "type": "integer"
  15341. }
  15342. }
  15343. },
  15344. "md.UserFeedbackRecordListReq": {
  15345. "type": "object",
  15346. "properties": {
  15347. "id": {
  15348. "type": "string"
  15349. },
  15350. "limit": {
  15351. "description": "每页大小",
  15352. "type": "string"
  15353. },
  15354. "page": {
  15355. "description": "页数",
  15356. "type": "string"
  15357. }
  15358. }
  15359. },
  15360. "md.UserFeedbackRecordListResp": {
  15361. "type": "object",
  15362. "properties": {
  15363. "content": {
  15364. "type": "string"
  15365. },
  15366. "create_at": {
  15367. "type": "string"
  15368. },
  15369. "head_img": {
  15370. "type": "string"
  15371. },
  15372. "nickname": {
  15373. "type": "string"
  15374. },
  15375. "type": {
  15376. "type": "string"
  15377. }
  15378. }
  15379. },
  15380. "md.UserFeedbackSayReq": {
  15381. "type": "object",
  15382. "properties": {
  15383. "content": {
  15384. "type": "string"
  15385. },
  15386. "id": {
  15387. "type": "string"
  15388. }
  15389. }
  15390. },
  15391. "md.UserManagementGetBalanceDetailResp": {
  15392. "type": "object",
  15393. "properties": {
  15394. "list": {
  15395. "type": "array",
  15396. "items": {
  15397. "$ref": "#/definitions/md.BalanceDetailNode"
  15398. }
  15399. },
  15400. "paginate": {
  15401. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15402. }
  15403. }
  15404. },
  15405. "md.UserManagementGetFansResp": {
  15406. "type": "object",
  15407. "properties": {
  15408. "list": {
  15409. "description": "用户数据",
  15410. "type": "array",
  15411. "items": {
  15412. "$ref": "#/definitions/md.FansNode"
  15413. }
  15414. },
  15415. "paginate": {
  15416. "description": "分页信息",
  15417. "allOf": [
  15418. {
  15419. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15420. }
  15421. ]
  15422. }
  15423. }
  15424. },
  15425. "md.UserManagementGetOneBasicResp": {
  15426. "type": "object",
  15427. "properties": {
  15428. "basic_info": {
  15429. "description": "基本信息",
  15430. "allOf": [
  15431. {
  15432. "$ref": "#/definitions/md.BasicInfoNode"
  15433. }
  15434. ]
  15435. },
  15436. "levels_list": {
  15437. "description": "等级列表",
  15438. "type": "array",
  15439. "items": {
  15440. "type": "object",
  15441. "additionalProperties": true
  15442. }
  15443. },
  15444. "other_info": {
  15445. "description": "其他信息",
  15446. "allOf": [
  15447. {
  15448. "$ref": "#/definitions/md.OtherNode"
  15449. }
  15450. ]
  15451. },
  15452. "tags_list": {
  15453. "description": "标签列表",
  15454. "type": "array",
  15455. "items": {
  15456. "type": "object",
  15457. "additionalProperties": true
  15458. }
  15459. }
  15460. }
  15461. },
  15462. "md.UserManagementGetUserListNode": {
  15463. "type": "object",
  15464. "properties": {
  15465. "avatar": {
  15466. "description": "头像",
  15467. "type": "string"
  15468. },
  15469. "id": {
  15470. "description": "会员 ID",
  15471. "type": "integer"
  15472. },
  15473. "invite_code": {
  15474. "type": "string",
  15475. "example": "会员邀请码"
  15476. },
  15477. "is_real_name": {
  15478. "description": "是否实名 0.未实名,1.已实名",
  15479. "type": "integer"
  15480. },
  15481. "last_login_at": {
  15482. "description": "最后登录时间",
  15483. "type": "string"
  15484. },
  15485. "level_name": {
  15486. "description": "会员等级",
  15487. "type": "string"
  15488. },
  15489. "memo": {
  15490. "description": "备注",
  15491. "type": "string"
  15492. },
  15493. "nickname": {
  15494. "description": "昵称",
  15495. "type": "string"
  15496. },
  15497. "parent_id": {
  15498. "description": "推荐人 ID",
  15499. "type": "integer"
  15500. },
  15501. "parent_invite_code": {
  15502. "type": "string",
  15503. "example": "推荐人邀请码"
  15504. },
  15505. "parent_phone": {
  15506. "type": "string",
  15507. "example": "推荐人手机号"
  15508. },
  15509. "phone": {
  15510. "description": "手机号",
  15511. "type": "string"
  15512. },
  15513. "register_time": {
  15514. "description": "注册时间",
  15515. "type": "string"
  15516. },
  15517. "register_type": {
  15518. "description": "注册类型",
  15519. "type": "integer"
  15520. },
  15521. "sex": {
  15522. "description": "性别(0:未知 1:男 2:女)",
  15523. "type": "integer"
  15524. },
  15525. "state": {
  15526. "description": "状态",
  15527. "type": "integer"
  15528. },
  15529. "tag": {
  15530. "description": "会员标签",
  15531. "type": "array",
  15532. "items": {
  15533. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  15534. }
  15535. },
  15536. "wechat": {
  15537. "description": "微信号",
  15538. "type": "string"
  15539. }
  15540. }
  15541. },
  15542. "md.UserManagementGetUserListReq": {
  15543. "type": "object",
  15544. "properties": {
  15545. "effective": {
  15546. "description": "有效会员",
  15547. "type": "integer"
  15548. },
  15549. "id": {
  15550. "description": "会员 ID",
  15551. "type": "integer"
  15552. },
  15553. "invite_code": {
  15554. "type": "string",
  15555. "example": "会员邀请码"
  15556. },
  15557. "is_real_name": {
  15558. "description": "是否实名 0.未实名,1.已实名",
  15559. "type": "integer"
  15560. },
  15561. "level": {
  15562. "description": "会员等级",
  15563. "type": "integer"
  15564. },
  15565. "limit": {
  15566. "type": "integer"
  15567. },
  15568. "login_after": {
  15569. "description": "最近登录结束时间",
  15570. "type": "string"
  15571. },
  15572. "login_before": {
  15573. "description": "最近登录开始时间",
  15574. "type": "string"
  15575. },
  15576. "memo": {
  15577. "description": "备注",
  15578. "type": "string"
  15579. },
  15580. "nickname": {
  15581. "type": "string",
  15582. "example": "会员昵称"
  15583. },
  15584. "page": {
  15585. "type": "integer"
  15586. },
  15587. "parent_invite_code": {
  15588. "type": "string",
  15589. "example": "上级邀请码"
  15590. },
  15591. "parent_phone": {
  15592. "type": "string",
  15593. "example": "上级手机号"
  15594. },
  15595. "phone": {
  15596. "type": "string",
  15597. "example": "会员手机号"
  15598. },
  15599. "recommend_id": {
  15600. "description": "推荐人 ID",
  15601. "type": "integer"
  15602. },
  15603. "register_after": {
  15604. "description": "注册时间终点",
  15605. "type": "string"
  15606. },
  15607. "register_before": {
  15608. "description": "注册时间起点",
  15609. "type": "string"
  15610. },
  15611. "register_type": {
  15612. "description": "注册类型(1:APP注册、2:H5注册)",
  15613. "type": "integer"
  15614. },
  15615. "sex": {
  15616. "description": "性别(0:未知 1:男 2:女)",
  15617. "type": "integer"
  15618. },
  15619. "state": {
  15620. "description": "状态",
  15621. "type": "integer"
  15622. },
  15623. "tag": {
  15624. "description": "标签 id",
  15625. "type": "integer"
  15626. },
  15627. "union_id": {
  15628. "type": "string",
  15629. "example": "微信号"
  15630. }
  15631. }
  15632. },
  15633. "md.UserManagementGetUserListResp": {
  15634. "type": "object",
  15635. "properties": {
  15636. "levels_list": {
  15637. "description": "等级列表",
  15638. "type": "array",
  15639. "items": {
  15640. "type": "object",
  15641. "additionalProperties": true
  15642. }
  15643. },
  15644. "list": {
  15645. "type": "array",
  15646. "items": {
  15647. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  15648. }
  15649. },
  15650. "paginate": {
  15651. "description": "分页信息",
  15652. "allOf": [
  15653. {
  15654. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15655. }
  15656. ]
  15657. },
  15658. "state_list": {
  15659. "description": "状态列表",
  15660. "type": "array",
  15661. "items": {
  15662. "type": "object",
  15663. "additionalProperties": true
  15664. }
  15665. },
  15666. "tags_list": {
  15667. "description": "标签列表",
  15668. "type": "array",
  15669. "items": {
  15670. "type": "object",
  15671. "additionalProperties": true
  15672. }
  15673. }
  15674. }
  15675. },
  15676. "md.UserManagementGetVirtualCoinDetailResp": {
  15677. "type": "object",
  15678. "properties": {
  15679. "coin_list": {
  15680. "type": "array",
  15681. "items": {
  15682. "type": "object",
  15683. "additionalProperties": true
  15684. }
  15685. },
  15686. "list": {
  15687. "type": "array",
  15688. "items": {
  15689. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  15690. }
  15691. },
  15692. "paginate": {
  15693. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15694. }
  15695. }
  15696. },
  15697. "md.UserManagementUpdateUserInfoReq": {
  15698. "type": "object",
  15699. "properties": {
  15700. "avatar": {
  15701. "description": "头像",
  15702. "type": "string"
  15703. },
  15704. "last_login_ip": {
  15705. "description": "用户最后登录 IP",
  15706. "type": "string"
  15707. },
  15708. "level": {
  15709. "description": "会员等级 ID",
  15710. "type": "string"
  15711. },
  15712. "memo": {
  15713. "type": "string",
  15714. "example": "备注"
  15715. },
  15716. "nickname": {
  15717. "description": "用户名",
  15718. "type": "string"
  15719. },
  15720. "parent_uid": {
  15721. "description": "邀请人 ID",
  15722. "type": "string"
  15723. },
  15724. "password": {
  15725. "description": "登录密码",
  15726. "type": "string"
  15727. },
  15728. "phone": {
  15729. "description": "手机号",
  15730. "type": "string"
  15731. },
  15732. "sex": {
  15733. "description": "性别(0:未知 1:男 2:女)",
  15734. "type": "string"
  15735. },
  15736. "state": {
  15737. "description": "账号状态 1正常,2冻结",
  15738. "type": "string"
  15739. },
  15740. "tag": {
  15741. "description": "用户标签 ID列表",
  15742. "type": "string"
  15743. },
  15744. "uid": {
  15745. "type": "integer"
  15746. },
  15747. "union_id": {
  15748. "description": "微信号",
  15749. "type": "string"
  15750. }
  15751. }
  15752. },
  15753. "md.UserRealName": {
  15754. "type": "object",
  15755. "properties": {
  15756. "create_time": {
  15757. "type": "string"
  15758. },
  15759. "id": {
  15760. "type": "string"
  15761. },
  15762. "id_no": {
  15763. "type": "string"
  15764. },
  15765. "name": {
  15766. "type": "string"
  15767. },
  15768. "pay_state": {
  15769. "type": "string",
  15770. "example": "0未支付 1已支付"
  15771. },
  15772. "phone": {
  15773. "type": "string"
  15774. },
  15775. "state": {
  15776. "type": "string",
  15777. "example": "0未申请 1申请通过 3申请失败"
  15778. },
  15779. "uid": {
  15780. "type": "string"
  15781. }
  15782. }
  15783. },
  15784. "md.UserRealNameBaseResp": {
  15785. "type": "object",
  15786. "properties": {
  15787. "user_real_name_money": {
  15788. "type": "string",
  15789. "example": "实名认证费用"
  15790. },
  15791. "user_real_name_rule": {
  15792. "type": "string",
  15793. "example": "实名认证说明"
  15794. }
  15795. }
  15796. },
  15797. "md.UserRealNameReq": {
  15798. "type": "object",
  15799. "properties": {
  15800. "id_no": {
  15801. "type": "string"
  15802. },
  15803. "limit": {
  15804. "type": "string"
  15805. },
  15806. "name": {
  15807. "type": "string"
  15808. },
  15809. "page": {
  15810. "type": "string"
  15811. },
  15812. "phone": {
  15813. "type": "string"
  15814. },
  15815. "state": {
  15816. "type": "string"
  15817. },
  15818. "uid": {
  15819. "type": "string"
  15820. }
  15821. }
  15822. },
  15823. "md.UserRealNameResp": {
  15824. "type": "object",
  15825. "properties": {
  15826. "list": {
  15827. "type": "array",
  15828. "items": {
  15829. "$ref": "#/definitions/md.UserRealName"
  15830. }
  15831. },
  15832. "select_data": {
  15833. "type": "array",
  15834. "items": {
  15835. "type": "object",
  15836. "additionalProperties": {
  15837. "type": "string"
  15838. }
  15839. }
  15840. },
  15841. "total": {
  15842. "type": "integer"
  15843. }
  15844. }
  15845. },
  15846. "md.UserRealNameSaveReq": {
  15847. "type": "object",
  15848. "properties": {
  15849. "id": {
  15850. "type": "string"
  15851. },
  15852. "state": {
  15853. "type": "string"
  15854. }
  15855. }
  15856. },
  15857. "md.UserVirtualCoinFlow": {
  15858. "type": "object",
  15859. "properties": {
  15860. "after_amount": {
  15861. "type": "string",
  15862. "example": "变更后数量"
  15863. },
  15864. "amount": {
  15865. "type": "string",
  15866. "example": "变更数量"
  15867. },
  15868. "before_amount": {
  15869. "type": "string",
  15870. "example": "变更前数量"
  15871. },
  15872. "coin_id": {
  15873. "description": "虚拟币 ID",
  15874. "type": "integer"
  15875. },
  15876. "create_at": {
  15877. "type": "string",
  15878. "example": "创建时间"
  15879. },
  15880. "direction": {
  15881. "description": "方向:1收入 2支出",
  15882. "type": "integer"
  15883. },
  15884. "id": {
  15885. "type": "integer"
  15886. },
  15887. "sys_fee": {
  15888. "type": "string",
  15889. "example": "手续费"
  15890. },
  15891. "title": {
  15892. "type": "string",
  15893. "example": "标题"
  15894. },
  15895. "transfer_type": {
  15896. "description": "转账类型",
  15897. "type": "integer"
  15898. },
  15899. "uid": {
  15900. "description": "用户 ID",
  15901. "type": "integer"
  15902. },
  15903. "update_at": {
  15904. "type": "string",
  15905. "example": "更新时间"
  15906. }
  15907. }
  15908. },
  15909. "md.VideoBaseData": {
  15910. "type": "object",
  15911. "properties": {
  15912. "interval": {
  15913. "type": "string",
  15914. "example": "领取间隔 秒"
  15915. },
  15916. "reward": {
  15917. "type": "string",
  15918. "example": "单次奖励"
  15919. },
  15920. "timer": {
  15921. "type": "string",
  15922. "example": "观看X秒奖励"
  15923. },
  15924. "total": {
  15925. "type": "string",
  15926. "example": "可领取总次数"
  15927. }
  15928. }
  15929. },
  15930. "md.VideoRewardSetting": {
  15931. "type": "object",
  15932. "properties": {
  15933. "video_reward_is_open": {
  15934. "description": "视频奖励是否开启(1:开启 0:关闭)",
  15935. "type": "integer"
  15936. },
  15937. "video_reward_system": {
  15938. "description": "视频奖励机制",
  15939. "allOf": [
  15940. {
  15941. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  15942. }
  15943. ]
  15944. }
  15945. }
  15946. },
  15947. "md.VideoRewardSystemStruct": {
  15948. "type": "object",
  15949. "properties": {
  15950. "each_round_hour": {
  15951. "description": "每一轮X个小时",
  15952. "type": "string"
  15953. },
  15954. "interval_minutes": {
  15955. "description": "间隔X秒",
  15956. "type": "string"
  15957. },
  15958. "reward_total_num": {
  15959. "description": "一共X个奖励视屏",
  15960. "type": "string"
  15961. },
  15962. "reward_value": {
  15963. "description": "奖励X个活跃积分",
  15964. "type": "string"
  15965. }
  15966. }
  15967. },
  15968. "md.VipEquitySettingNode": {
  15969. "type": "object",
  15970. "properties": {
  15971. "dividend_ratio": {
  15972. "description": "分红比例",
  15973. "type": "string"
  15974. },
  15975. "exchange_account_balance_fee": {
  15976. "description": "兑换余额手续费",
  15977. "type": "string"
  15978. },
  15979. "vip_level_id": {
  15980. "description": "会员等级ID",
  15981. "type": "string"
  15982. },
  15983. "vip_level_name": {
  15984. "description": "会员等级名称",
  15985. "type": "string"
  15986. }
  15987. }
  15988. },
  15989. "md.VirtualCoin": {
  15990. "type": "object",
  15991. "properties": {
  15992. "create_at": {
  15993. "type": "string"
  15994. },
  15995. "exchange_ratio": {
  15996. "description": "兑换比例(与金额)",
  15997. "type": "string",
  15998. "example": "兑换比例(与金额)"
  15999. },
  16000. "id": {
  16001. "type": "integer"
  16002. },
  16003. "is_use": {
  16004. "description": "是否开启: 0否 1是",
  16005. "type": "integer"
  16006. },
  16007. "name": {
  16008. "description": "名称",
  16009. "type": "string"
  16010. },
  16011. "update_at": {
  16012. "type": "string"
  16013. }
  16014. }
  16015. },
  16016. "md.VirtualCoinDetailNode": {
  16017. "type": "object",
  16018. "properties": {
  16019. "after_amount": {
  16020. "description": "变更后积分余额",
  16021. "type": "string"
  16022. },
  16023. "amount": {
  16024. "description": "变更数量",
  16025. "type": "string"
  16026. },
  16027. "create_at": {
  16028. "description": "创建时间",
  16029. "type": "string"
  16030. },
  16031. "direction": {
  16032. "description": "类型 1.收入 2.支出",
  16033. "type": "integer"
  16034. },
  16035. "uid": {
  16036. "description": "用户 ID",
  16037. "type": "integer"
  16038. }
  16039. }
  16040. },
  16041. "md.VirtualCoinListNode": {
  16042. "type": "object",
  16043. "properties": {
  16044. "coin_id": {
  16045. "description": "货币类型 ID",
  16046. "type": "integer"
  16047. },
  16048. "kind": {
  16049. "description": "货币序号",
  16050. "type": "integer"
  16051. },
  16052. "name": {
  16053. "type": "string",
  16054. "example": "货币类型名称"
  16055. }
  16056. }
  16057. },
  16058. "md.WebsiteInfoResp": {
  16059. "type": "object",
  16060. "properties": {
  16061. "android_down_url": {
  16062. "type": "string"
  16063. },
  16064. "ios_down_url": {
  16065. "type": "string"
  16066. },
  16067. "seo_logo": {
  16068. "type": "string"
  16069. },
  16070. "seo_title": {
  16071. "type": "string",
  16072. "example": "seo"
  16073. },
  16074. "web_logo": {
  16075. "type": "string"
  16076. }
  16077. }
  16078. },
  16079. "md.WithdrawApplyAuditReq": {
  16080. "type": "object",
  16081. "required": [
  16082. "audit_state",
  16083. "reason",
  16084. "withdraw_apply_id"
  16085. ],
  16086. "properties": {
  16087. "audit_state": {
  16088. "description": "审核状态(1:同意 2:拒绝)",
  16089. "type": "integer"
  16090. },
  16091. "reason": {
  16092. "description": "审核失败(驳回理由)",
  16093. "type": "integer"
  16094. },
  16095. "withdraw_apply_id": {
  16096. "description": "提现申请id",
  16097. "type": "integer"
  16098. }
  16099. }
  16100. },
  16101. "md.WithdrawFeeSetStruct": {
  16102. "type": "object",
  16103. "properties": {
  16104. "duration": {
  16105. "description": "类型 (1.固定金额 2.固定比例)",
  16106. "type": "integer"
  16107. },
  16108. "value": {
  16109. "description": "具体值",
  16110. "type": "integer"
  16111. }
  16112. }
  16113. },
  16114. "md.WithdrawFrequencySettingStruct": {
  16115. "type": "object",
  16116. "properties": {
  16117. "duration": {
  16118. "description": "周期 (1.天 2.周 3.月)",
  16119. "type": "integer"
  16120. },
  16121. "num": {
  16122. "description": "周期数",
  16123. "type": "array",
  16124. "items": {
  16125. "type": "string"
  16126. }
  16127. }
  16128. }
  16129. },
  16130. "md.WithdrawTimeIntervalStruct": {
  16131. "type": "object",
  16132. "properties": {
  16133. "end_at": {
  16134. "type": "string"
  16135. },
  16136. "start_at": {
  16137. "type": "string"
  16138. }
  16139. }
  16140. },
  16141. "model.EggEnergyUserEggIndexWeight": {
  16142. "type": "object",
  16143. "properties": {
  16144. "account_balance_exchange_egg_energy_nums": {
  16145. "type": "string"
  16146. },
  16147. "browse_interface_nums": {
  16148. "type": "string"
  16149. },
  16150. "college_learning_nums": {
  16151. "type": "string"
  16152. },
  16153. "create_at": {
  16154. "type": "string"
  16155. },
  16156. "ecpm": {
  16157. "type": "string"
  16158. },
  16159. "egg_energy_exchange_account_balance": {
  16160. "type": "string"
  16161. },
  16162. "forum_comments_nums": {
  16163. "type": "string"
  16164. },
  16165. "id": {
  16166. "type": "integer"
  16167. },
  16168. "im_activity_nums": {
  16169. "type": "string"
  16170. },
  16171. "invite_user_nums": {
  16172. "type": "string"
  16173. },
  16174. "person_add_activity_value": {
  16175. "type": "string"
  16176. },
  16177. "send_circle_of_friend_nums": {
  16178. "type": "string"
  16179. },
  16180. "send_red_package_nums": {
  16181. "type": "string"
  16182. },
  16183. "sign_in_nums": {
  16184. "type": "string"
  16185. },
  16186. "team_activity_nums": {
  16187. "type": "string"
  16188. },
  16189. "update_at": {
  16190. "type": "string"
  16191. },
  16192. "violate_nums": {
  16193. "type": "string"
  16194. }
  16195. }
  16196. },
  16197. "model.PlatformActiveData": {
  16198. "type": "object",
  16199. "properties": {
  16200. "date": {
  16201. "type": "string"
  16202. },
  16203. "id": {
  16204. "type": "integer"
  16205. },
  16206. "new_user_count": {
  16207. "type": "integer"
  16208. },
  16209. "user_sign_in_count": {
  16210. "type": "integer"
  16211. },
  16212. "withdraw_amount_count": {
  16213. "type": "string"
  16214. },
  16215. "withdraw_user_count": {
  16216. "type": "integer"
  16217. }
  16218. }
  16219. },
  16220. "model.UserLevelTask": {
  16221. "type": "object",
  16222. "properties": {
  16223. "active_days": {
  16224. "type": "integer"
  16225. },
  16226. "create_at": {
  16227. "type": "string"
  16228. },
  16229. "finish_count": {
  16230. "type": "integer"
  16231. },
  16232. "id": {
  16233. "type": "integer"
  16234. },
  16235. "is_must_task": {
  16236. "type": "integer"
  16237. },
  16238. "level_id": {
  16239. "type": "integer"
  16240. },
  16241. "task_type": {
  16242. "type": "integer"
  16243. },
  16244. "task_type_level_id": {
  16245. "type": "integer"
  16246. },
  16247. "update_at": {
  16248. "type": "string"
  16249. },
  16250. "within_days": {
  16251. "type": "integer"
  16252. }
  16253. }
  16254. },
  16255. "setCenter.WebBasicReq": {
  16256. "type": "object",
  16257. "properties": {
  16258. "android_down_url": {
  16259. "type": "string"
  16260. },
  16261. "ios_down_url": {
  16262. "type": "string"
  16263. },
  16264. "seo_logo": {
  16265. "type": "string"
  16266. },
  16267. "seo_title": {
  16268. "type": "string"
  16269. },
  16270. "wap_host": {
  16271. "type": "string",
  16272. "example": "h5域名"
  16273. },
  16274. "web_logo": {
  16275. "type": "string"
  16276. }
  16277. }
  16278. },
  16279. "setCenter.WebBasicResp": {
  16280. "type": "object",
  16281. "properties": {
  16282. "android_down_url": {
  16283. "type": "string"
  16284. },
  16285. "ios_down_url": {
  16286. "type": "string"
  16287. },
  16288. "seo_logo": {
  16289. "type": "string"
  16290. },
  16291. "seo_logo_url": {
  16292. "type": "string"
  16293. },
  16294. "seo_title": {
  16295. "type": "string"
  16296. },
  16297. "wap_host": {
  16298. "type": "string",
  16299. "example": "h5域名"
  16300. },
  16301. "web_logo": {
  16302. "type": "string"
  16303. },
  16304. "web_logo_url": {
  16305. "type": "string"
  16306. }
  16307. }
  16308. }
  16309. },
  16310. "securityDefinitions": {
  16311. "MasterID": {
  16312. "type": "apiKey",
  16313. "name": "MasterID",
  16314. "in": "header"
  16315. }
  16316. }
  16317. }