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

16808 rivejä
572 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "管理后台接口文档",
  5. "title": "蛋蛋星球-管理后台",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "dengbiao",
  9. "url": "http://www.swagger.io/support",
  10. "email": "1239118001@qq.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "localhost:4001",
  19. "paths": {
  20. "/api/adminLog/list": {
  21. "post": {
  22. "description": "操作日志",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "操作日志"
  31. ],
  32. "summary": "操作日志",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "description": "验证参数Bearer和token空格拼接",
  37. "name": "Authorization",
  38. "in": "header",
  39. "required": true
  40. },
  41. {
  42. "description": "(分页信息必填)",
  43. "name": "req",
  44. "in": "body",
  45. "required": true,
  46. "schema": {
  47. "$ref": "#/definitions/md.AdminLogListReq"
  48. }
  49. }
  50. ],
  51. "responses": {
  52. "200": {
  53. "description": "具体数据",
  54. "schema": {
  55. "$ref": "#/definitions/md.AdminLogListResp"
  56. }
  57. },
  58. "400": {
  59. "description": "具体错误",
  60. "schema": {
  61. "$ref": "#/definitions/md.Response"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. "/api/advertising/del": {
  68. "post": {
  69. "description": "广告管理-广告列表-删除",
  70. "consumes": [
  71. "application/json"
  72. ],
  73. "produces": [
  74. "application/json"
  75. ],
  76. "tags": [
  77. "广告管理"
  78. ],
  79. "summary": "广告管理-广告列表-删除",
  80. "parameters": [
  81. {
  82. "type": "string",
  83. "description": "验证参数Bearer和token空格拼接",
  84. "name": "Authorization",
  85. "in": "header",
  86. "required": true
  87. },
  88. {
  89. "description": "(分页信息必填)",
  90. "name": "req",
  91. "in": "body",
  92. "required": true,
  93. "schema": {
  94. "$ref": "#/definitions/md.AdvertisingDelReq"
  95. }
  96. }
  97. ],
  98. "responses": {
  99. "200": {
  100. "description": "具体数据",
  101. "schema": {
  102. "type": "string"
  103. }
  104. },
  105. "400": {
  106. "description": "具体错误",
  107. "schema": {
  108. "$ref": "#/definitions/md.Response"
  109. }
  110. }
  111. }
  112. }
  113. },
  114. "/api/advertising/function/del": {
  115. "post": {
  116. "description": "广告管理-广告位置列表-删除",
  117. "consumes": [
  118. "application/json"
  119. ],
  120. "produces": [
  121. "application/json"
  122. ],
  123. "tags": [
  124. "广告管理"
  125. ],
  126. "summary": "广告管理-广告位置列表-删除",
  127. "parameters": [
  128. {
  129. "type": "string",
  130. "description": "验证参数Bearer和token空格拼接",
  131. "name": "Authorization",
  132. "in": "header",
  133. "required": true
  134. },
  135. {
  136. "description": "(分页信息必填)",
  137. "name": "req",
  138. "in": "body",
  139. "required": true,
  140. "schema": {
  141. "$ref": "#/definitions/md.AdvertisingDelReq"
  142. }
  143. }
  144. ],
  145. "responses": {
  146. "200": {
  147. "description": "具体数据",
  148. "schema": {
  149. "type": "string"
  150. }
  151. },
  152. "400": {
  153. "description": "具体错误",
  154. "schema": {
  155. "$ref": "#/definitions/md.Response"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "/api/advertising/function/list": {
  162. "post": {
  163. "description": "广告管理-广告位置列表",
  164. "consumes": [
  165. "application/json"
  166. ],
  167. "produces": [
  168. "application/json"
  169. ],
  170. "tags": [
  171. "广告管理"
  172. ],
  173. "summary": "广告管理-广告位置列表",
  174. "parameters": [
  175. {
  176. "type": "string",
  177. "description": "验证参数Bearer和token空格拼接",
  178. "name": "Authorization",
  179. "in": "header",
  180. "required": true
  181. },
  182. {
  183. "description": "(分页信息必填)",
  184. "name": "req",
  185. "in": "body",
  186. "required": true,
  187. "schema": {
  188. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  189. }
  190. }
  191. ],
  192. "responses": {
  193. "200": {
  194. "description": "具体数据",
  195. "schema": {
  196. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  197. }
  198. },
  199. "400": {
  200. "description": "具体错误",
  201. "schema": {
  202. "$ref": "#/definitions/md.Response"
  203. }
  204. }
  205. }
  206. }
  207. },
  208. "/api/advertising/function/save": {
  209. "post": {
  210. "description": "广告管理-广告位置列表-保存",
  211. "consumes": [
  212. "application/json"
  213. ],
  214. "produces": [
  215. "application/json"
  216. ],
  217. "tags": [
  218. "广告管理"
  219. ],
  220. "summary": "广告管理-广告位置列表-保存",
  221. "parameters": [
  222. {
  223. "type": "string",
  224. "description": "验证参数Bearer和token空格拼接",
  225. "name": "Authorization",
  226. "in": "header",
  227. "required": true
  228. },
  229. {
  230. "description": "(分页信息必填)",
  231. "name": "req",
  232. "in": "body",
  233. "required": true,
  234. "schema": {
  235. "$ref": "#/definitions/md.AdvertisingFunctionList"
  236. }
  237. }
  238. ],
  239. "responses": {
  240. "200": {
  241. "description": "具体数据",
  242. "schema": {
  243. "type": "string"
  244. }
  245. },
  246. "400": {
  247. "description": "具体错误",
  248. "schema": {
  249. "$ref": "#/definitions/md.Response"
  250. }
  251. }
  252. }
  253. }
  254. },
  255. "/api/advertising/getBasic": {
  256. "get": {
  257. "description": "广告管理-基础设置-信息",
  258. "consumes": [
  259. "application/json"
  260. ],
  261. "produces": [
  262. "application/json"
  263. ],
  264. "tags": [
  265. "广告管理"
  266. ],
  267. "summary": "广告管理-基础设置-信息",
  268. "parameters": [
  269. {
  270. "type": "string",
  271. "description": "验证参数Bearer和token空格拼接",
  272. "name": "Authorization",
  273. "in": "header",
  274. "required": true
  275. }
  276. ],
  277. "responses": {
  278. "200": {
  279. "description": "具体数据",
  280. "schema": {
  281. "$ref": "#/definitions/md.AdvertisingBaseResp"
  282. }
  283. },
  284. "400": {
  285. "description": "具体错误",
  286. "schema": {
  287. "$ref": "#/definitions/md.Response"
  288. }
  289. }
  290. }
  291. }
  292. },
  293. "/api/advertising/getLimit": {
  294. "get": {
  295. "description": "广告管理-广告设置-信息",
  296. "consumes": [
  297. "application/json"
  298. ],
  299. "produces": [
  300. "application/json"
  301. ],
  302. "tags": [
  303. "广告管理"
  304. ],
  305. "summary": "广告管理-广告设置-信息",
  306. "parameters": [
  307. {
  308. "type": "string",
  309. "description": "验证参数Bearer和token空格拼接",
  310. "name": "Authorization",
  311. "in": "header",
  312. "required": true
  313. }
  314. ],
  315. "responses": {
  316. "200": {
  317. "description": "具体数据",
  318. "schema": {
  319. "$ref": "#/definitions/md.AdvertisingLimit"
  320. }
  321. },
  322. "400": {
  323. "description": "具体错误",
  324. "schema": {
  325. "$ref": "#/definitions/md.Response"
  326. }
  327. }
  328. }
  329. }
  330. },
  331. "/api/advertising/list": {
  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.AdvertisingListReq"
  359. }
  360. }
  361. ],
  362. "responses": {
  363. "200": {
  364. "description": "具体数据",
  365. "schema": {
  366. "$ref": "#/definitions/md.AdvertisingListResp"
  367. }
  368. },
  369. "400": {
  370. "description": "具体错误",
  371. "schema": {
  372. "$ref": "#/definitions/md.Response"
  373. }
  374. }
  375. }
  376. }
  377. },
  378. "/api/advertising/save": {
  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.AdvertisingSaveReq"
  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/setBasic": {
  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.AdvertisingBase"
  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/advertising/setLimit": {
  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.AdvertisingLimit"
  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/del": {
  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.ArticleCateDelReq"
  547. }
  548. }
  549. ],
  550. "responses": {
  551. "200": {
  552. "description": "具体数据",
  553. "schema": {
  554. "type": "string"
  555. }
  556. },
  557. "400": {
  558. "description": "具体错误",
  559. "schema": {
  560. "$ref": "#/definitions/md.Response"
  561. }
  562. }
  563. }
  564. }
  565. },
  566. "/api/article/cate/list": {
  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.ArticleCateListReq"
  594. }
  595. }
  596. ],
  597. "responses": {
  598. "200": {
  599. "description": "具体数据",
  600. "schema": {
  601. "$ref": "#/definitions/md.ArticleCateListResp"
  602. }
  603. },
  604. "400": {
  605. "description": "具体错误",
  606. "schema": {
  607. "$ref": "#/definitions/md.Response"
  608. }
  609. }
  610. }
  611. }
  612. },
  613. "/api/article/cate/save": {
  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.ArticleCateSaveReq"
  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/del": {
  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.ArticleDelReq"
  688. }
  689. }
  690. ],
  691. "responses": {
  692. "200": {
  693. "description": "具体数据",
  694. "schema": {
  695. "type": "string"
  696. }
  697. },
  698. "400": {
  699. "description": "具体错误",
  700. "schema": {
  701. "$ref": "#/definitions/md.Response"
  702. }
  703. }
  704. }
  705. }
  706. },
  707. "/api/article/content/list": {
  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.ArticleListReq"
  735. }
  736. }
  737. ],
  738. "responses": {
  739. "200": {
  740. "description": "具体数据",
  741. "schema": {
  742. "$ref": "#/definitions/md.ArticleListResp"
  743. }
  744. },
  745. "400": {
  746. "description": "具体错误",
  747. "schema": {
  748. "$ref": "#/definitions/md.Response"
  749. }
  750. }
  751. }
  752. }
  753. },
  754. "/api/article/content/save": {
  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.ArticleSaveReq"
  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/clear": {
  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.AuditClearReq"
  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/audit/set": {
  849. "post": {
  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. "description": "(分页信息必填)",
  871. "name": "req",
  872. "in": "body",
  873. "required": true,
  874. "schema": {
  875. "$ref": "#/definitions/md.CommReq"
  876. }
  877. }
  878. ],
  879. "responses": {
  880. "200": {
  881. "description": "具体数据",
  882. "schema": {
  883. "type": "string"
  884. }
  885. },
  886. "400": {
  887. "description": "具体错误",
  888. "schema": {
  889. "$ref": "#/definitions/md.Response"
  890. }
  891. }
  892. }
  893. }
  894. },
  895. "/api/cloudBundle/base": {
  896. "get": {
  897. "description": "打包机使用-云打包基本信息",
  898. "consumes": [
  899. "application/json"
  900. ],
  901. "produces": [
  902. "application/json"
  903. ],
  904. "tags": [
  905. "打包机使用"
  906. ],
  907. "summary": "打包机使用-云打包基本信息",
  908. "parameters": [
  909. {
  910. "type": "string",
  911. "description": "验证参数Bearer和token空格拼接",
  912. "name": "Authorization",
  913. "in": "header",
  914. "required": true
  915. }
  916. ],
  917. "responses": {
  918. "200": {
  919. "description": "具体数据",
  920. "schema": {
  921. "$ref": "#/definitions/md.CloudBundleBaseResp"
  922. }
  923. },
  924. "400": {
  925. "description": "具体错误",
  926. "schema": {
  927. "$ref": "#/definitions/md.Response"
  928. }
  929. }
  930. }
  931. }
  932. },
  933. "/api/cloudBundle/build": {
  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.CloudBundleBuildReq"
  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/del": {
  981. "post": {
  982. "description": "云打包-云打包删除",
  983. "consumes": [
  984. "application/json"
  985. ],
  986. "produces": [
  987. "application/json"
  988. ],
  989. "tags": [
  990. "云打包"
  991. ],
  992. "summary": "云打包-云打包删除",
  993. "parameters": [
  994. {
  995. "type": "string",
  996. "description": "验证参数Bearer和token空格拼接",
  997. "name": "Authorization",
  998. "in": "header",
  999. "required": true
  1000. },
  1001. {
  1002. "description": "(分页信息必填)",
  1003. "name": "req",
  1004. "in": "body",
  1005. "required": true,
  1006. "schema": {
  1007. "$ref": "#/definitions/md.CloudBundleDelReq"
  1008. }
  1009. }
  1010. ],
  1011. "responses": {
  1012. "200": {
  1013. "description": "具体数据",
  1014. "schema": {
  1015. "type": "string"
  1016. }
  1017. },
  1018. "400": {
  1019. "description": "具体错误",
  1020. "schema": {
  1021. "$ref": "#/definitions/md.Response"
  1022. }
  1023. }
  1024. }
  1025. }
  1026. },
  1027. "/api/cloudBundle/img/base": {
  1028. "get": {
  1029. "description": "云打包-图片配置",
  1030. "consumes": [
  1031. "application/json"
  1032. ],
  1033. "produces": [
  1034. "application/json"
  1035. ],
  1036. "tags": [
  1037. "云打包"
  1038. ],
  1039. "summary": "云打包-云打包-图片配置",
  1040. "parameters": [
  1041. {
  1042. "type": "string",
  1043. "description": "验证参数Bearer和token空格拼接",
  1044. "name": "Authorization",
  1045. "in": "header",
  1046. "required": true
  1047. }
  1048. ],
  1049. "responses": {
  1050. "200": {
  1051. "description": "具体数据",
  1052. "schema": {
  1053. "$ref": "#/definitions/md.CloudBundleImgResp"
  1054. }
  1055. },
  1056. "400": {
  1057. "description": "具体错误",
  1058. "schema": {
  1059. "$ref": "#/definitions/md.Response"
  1060. }
  1061. }
  1062. }
  1063. }
  1064. },
  1065. "/api/cloudBundle/img/base/save": {
  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.CloudBundleImgResp"
  1093. }
  1094. }
  1095. ],
  1096. "responses": {
  1097. "200": {
  1098. "description": "具体数据",
  1099. "schema": {
  1100. "type": "string"
  1101. }
  1102. },
  1103. "400": {
  1104. "description": "具体错误",
  1105. "schema": {
  1106. "$ref": "#/definitions/md.Response"
  1107. }
  1108. }
  1109. }
  1110. }
  1111. },
  1112. "/api/cloudBundle/list": {
  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.CloudBundleReq"
  1140. }
  1141. }
  1142. ],
  1143. "responses": {
  1144. "200": {
  1145. "description": "具体数据",
  1146. "schema": {
  1147. "$ref": "#/definitions/md.CloudBundleResp"
  1148. }
  1149. },
  1150. "400": {
  1151. "description": "具体错误",
  1152. "schema": {
  1153. "$ref": "#/definitions/md.Response"
  1154. }
  1155. }
  1156. }
  1157. }
  1158. },
  1159. "/api/cloudBundle/update/state": {
  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": "(分页信息必填)",
  1182. "name": "req",
  1183. "in": "body",
  1184. "required": true,
  1185. "schema": {
  1186. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  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/upload": {
  1207. "post": {
  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. "description": "签名上传url",
  1229. "name": "req",
  1230. "in": "body",
  1231. "required": true,
  1232. "schema": {
  1233. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1234. }
  1235. }
  1236. ],
  1237. "responses": {
  1238. "200": {
  1239. "description": "许可链接",
  1240. "schema": {
  1241. "type": "string"
  1242. }
  1243. },
  1244. "400": {
  1245. "description": "具体错误",
  1246. "schema": {
  1247. "$ref": "#/definitions/md.Response"
  1248. }
  1249. }
  1250. }
  1251. }
  1252. },
  1253. "/api/cloudBundle/version/base": {
  1254. "get": {
  1255. "description": "云打包-图片配置",
  1256. "consumes": [
  1257. "application/json"
  1258. ],
  1259. "produces": [
  1260. "application/json"
  1261. ],
  1262. "tags": [
  1263. "云打包"
  1264. ],
  1265. "summary": "云打包-云打包-图片配置",
  1266. "parameters": [
  1267. {
  1268. "type": "string",
  1269. "description": "验证参数Bearer和token空格拼接",
  1270. "name": "Authorization",
  1271. "in": "header",
  1272. "required": true
  1273. }
  1274. ],
  1275. "responses": {
  1276. "200": {
  1277. "description": "具体数据",
  1278. "schema": {
  1279. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1280. }
  1281. },
  1282. "400": {
  1283. "description": "具体错误",
  1284. "schema": {
  1285. "$ref": "#/definitions/md.Response"
  1286. }
  1287. }
  1288. }
  1289. }
  1290. },
  1291. "/api/cloudBundle/version/base/save": {
  1292. "post": {
  1293. "description": "云打包-图片配置",
  1294. "consumes": [
  1295. "application/json"
  1296. ],
  1297. "produces": [
  1298. "application/json"
  1299. ],
  1300. "tags": [
  1301. "云打包"
  1302. ],
  1303. "summary": "云打包-图片配置",
  1304. "parameters": [
  1305. {
  1306. "type": "string",
  1307. "description": "验证参数Bearer和token空格拼接",
  1308. "name": "Authorization",
  1309. "in": "header",
  1310. "required": true
  1311. },
  1312. {
  1313. "description": "(分页信息必填)",
  1314. "name": "req",
  1315. "in": "body",
  1316. "required": true,
  1317. "schema": {
  1318. "$ref": "#/definitions/md.CloudBundleVersion"
  1319. }
  1320. }
  1321. ],
  1322. "responses": {
  1323. "200": {
  1324. "description": "具体数据",
  1325. "schema": {
  1326. "type": "string"
  1327. }
  1328. },
  1329. "400": {
  1330. "description": "具体错误",
  1331. "schema": {
  1332. "$ref": "#/definitions/md.Response"
  1333. }
  1334. }
  1335. }
  1336. }
  1337. },
  1338. "/api/comm/adminInfo": {
  1339. "post": {
  1340. "description": "获取管理员信息",
  1341. "consumes": [
  1342. "application/json"
  1343. ],
  1344. "produces": [
  1345. "application/json"
  1346. ],
  1347. "tags": [
  1348. "通用请求"
  1349. ],
  1350. "summary": "通用请求-获取管理员信息",
  1351. "parameters": [
  1352. {
  1353. "type": "string",
  1354. "description": "验证参数Bearer和token空格拼接",
  1355. "name": "Authorization",
  1356. "in": "header",
  1357. "required": true
  1358. }
  1359. ],
  1360. "responses": {
  1361. "200": {
  1362. "description": "管理员信息",
  1363. "schema": {
  1364. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1365. }
  1366. },
  1367. "400": {
  1368. "description": "具体错误",
  1369. "schema": {
  1370. "$ref": "#/definitions/md.Response"
  1371. }
  1372. }
  1373. }
  1374. }
  1375. },
  1376. "/api/comm/getMenuList": {
  1377. "post": {
  1378. "description": "菜单栏列表(获取)",
  1379. "consumes": [
  1380. "application/json"
  1381. ],
  1382. "produces": [
  1383. "application/json"
  1384. ],
  1385. "tags": [
  1386. "权限列表"
  1387. ],
  1388. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1389. "parameters": [
  1390. {
  1391. "type": "string",
  1392. "description": "验证参数Bearer和token空格拼接",
  1393. "name": "Authorization",
  1394. "in": "header",
  1395. "required": true
  1396. }
  1397. ],
  1398. "responses": {
  1399. "200": {
  1400. "description": "具体路由",
  1401. "schema": {
  1402. "type": "object",
  1403. "additionalProperties": true
  1404. }
  1405. },
  1406. "400": {
  1407. "description": "具体错误",
  1408. "schema": {
  1409. "$ref": "#/definitions/md.Response"
  1410. }
  1411. }
  1412. }
  1413. }
  1414. },
  1415. "/api/comm/getOssUrl": {
  1416. "post": {
  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. "description": "签名上传url",
  1438. "name": "req",
  1439. "in": "body",
  1440. "required": true,
  1441. "schema": {
  1442. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1443. }
  1444. }
  1445. ],
  1446. "responses": {
  1447. "200": {
  1448. "description": "许可链接",
  1449. "schema": {
  1450. "type": "string"
  1451. }
  1452. },
  1453. "400": {
  1454. "description": "具体错误",
  1455. "schema": {
  1456. "$ref": "#/definitions/md.Response"
  1457. }
  1458. }
  1459. }
  1460. }
  1461. },
  1462. "/api/config": {
  1463. "get": {
  1464. "description": "基本配置",
  1465. "consumes": [
  1466. "application/json"
  1467. ],
  1468. "produces": [
  1469. "application/json"
  1470. ],
  1471. "tags": [
  1472. "基本配置"
  1473. ],
  1474. "summary": "基本配置",
  1475. "parameters": [
  1476. {
  1477. "type": "string",
  1478. "description": "验证参数Bearer和token空格拼接",
  1479. "name": "Authorization",
  1480. "in": "header",
  1481. "required": true
  1482. }
  1483. ],
  1484. "responses": {
  1485. "200": {
  1486. "description": "具体数据",
  1487. "schema": {
  1488. "$ref": "#/definitions/md.ConfigResp"
  1489. }
  1490. },
  1491. "400": {
  1492. "description": "具体错误",
  1493. "schema": {
  1494. "$ref": "#/definitions/md.Response"
  1495. }
  1496. }
  1497. }
  1498. }
  1499. },
  1500. "/api/demo": {
  1501. "post": {
  1502. "description": "Demo样例测试",
  1503. "consumes": [
  1504. "application/json"
  1505. ],
  1506. "produces": [
  1507. "application/json"
  1508. ],
  1509. "tags": [
  1510. "Demo"
  1511. ],
  1512. "summary": "Demo测试",
  1513. "parameters": [
  1514. {
  1515. "description": "用户名密码",
  1516. "name": "req",
  1517. "in": "body",
  1518. "required": true,
  1519. "schema": {
  1520. "type": "object"
  1521. }
  1522. }
  1523. ],
  1524. "responses": {
  1525. "200": {
  1526. "description": "token",
  1527. "schema": {
  1528. "type": "object",
  1529. "additionalProperties": true
  1530. }
  1531. },
  1532. "400": {
  1533. "description": "具体错误",
  1534. "schema": {
  1535. "$ref": "#/definitions/md.Response"
  1536. }
  1537. }
  1538. }
  1539. }
  1540. },
  1541. "/api/financialCenter/withdraw/applyList": {
  1542. "post": {
  1543. "description": "提现申请列表(获取)",
  1544. "consumes": [
  1545. "application/json"
  1546. ],
  1547. "produces": [
  1548. "application/json"
  1549. ],
  1550. "tags": [
  1551. "提现"
  1552. ],
  1553. "summary": "财务中心-提现-提现申请列表(获取)",
  1554. "parameters": [
  1555. {
  1556. "type": "string",
  1557. "description": "验证参数Bearer和token空格拼接",
  1558. "name": "Authorization",
  1559. "in": "header",
  1560. "required": true
  1561. },
  1562. {
  1563. "description": "筛选条件",
  1564. "name": "req",
  1565. "in": "body",
  1566. "schema": {
  1567. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1568. }
  1569. }
  1570. ],
  1571. "responses": {
  1572. "200": {
  1573. "description": "具体数据",
  1574. "schema": {
  1575. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1576. }
  1577. },
  1578. "400": {
  1579. "description": "具体错误",
  1580. "schema": {
  1581. "$ref": "#/definitions/md.Response"
  1582. }
  1583. }
  1584. }
  1585. }
  1586. },
  1587. "/api/financialCenter/withdraw/audit": {
  1588. "post": {
  1589. "description": "提现审核",
  1590. "consumes": [
  1591. "application/json"
  1592. ],
  1593. "produces": [
  1594. "application/json"
  1595. ],
  1596. "tags": [
  1597. "提现"
  1598. ],
  1599. "summary": "财务中心-提现-审核",
  1600. "parameters": [
  1601. {
  1602. "type": "string",
  1603. "description": "验证参数Bearer和token空格拼接",
  1604. "name": "Authorization",
  1605. "in": "header",
  1606. "required": true
  1607. },
  1608. {
  1609. "description": "筛选条件",
  1610. "name": "req",
  1611. "in": "body",
  1612. "schema": {
  1613. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1614. }
  1615. }
  1616. ],
  1617. "responses": {
  1618. "200": {
  1619. "description": "success",
  1620. "schema": {
  1621. "type": "string"
  1622. }
  1623. },
  1624. "400": {
  1625. "description": "具体错误",
  1626. "schema": {
  1627. "$ref": "#/definitions/md.Response"
  1628. }
  1629. }
  1630. }
  1631. }
  1632. },
  1633. "/api/financialCenter/withdraw/setting": {
  1634. "get": {
  1635. "description": "基础设置(获取)",
  1636. "consumes": [
  1637. "application/json"
  1638. ],
  1639. "produces": [
  1640. "application/json"
  1641. ],
  1642. "tags": [
  1643. "提现"
  1644. ],
  1645. "summary": "财务中心-提现-基础设置(获取)",
  1646. "parameters": [
  1647. {
  1648. "type": "string",
  1649. "description": "验证参数Bearer和token空格拼接",
  1650. "name": "Authorization",
  1651. "in": "header",
  1652. "required": true
  1653. }
  1654. ],
  1655. "responses": {
  1656. "200": {
  1657. "description": "具体数据",
  1658. "schema": {
  1659. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1660. }
  1661. },
  1662. "400": {
  1663. "description": "具体错误",
  1664. "schema": {
  1665. "$ref": "#/definitions/md.Response"
  1666. }
  1667. }
  1668. }
  1669. }
  1670. },
  1671. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1672. "post": {
  1673. "description": "基础设置(更新)",
  1674. "consumes": [
  1675. "application/json"
  1676. ],
  1677. "produces": [
  1678. "application/json"
  1679. ],
  1680. "tags": [
  1681. "提现"
  1682. ],
  1683. "summary": "财务中心-提现-基础设置(更新)",
  1684. "parameters": [
  1685. {
  1686. "type": "string",
  1687. "description": "验证参数Bearer和token空格拼接",
  1688. "name": "Authorization",
  1689. "in": "header",
  1690. "required": true
  1691. },
  1692. {
  1693. "description": "id 必填",
  1694. "name": "req",
  1695. "in": "body",
  1696. "required": true,
  1697. "schema": {
  1698. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1699. }
  1700. }
  1701. ],
  1702. "responses": {
  1703. "200": {
  1704. "description": "修改数据条数",
  1705. "schema": {
  1706. "type": "int"
  1707. }
  1708. },
  1709. "400": {
  1710. "description": "具体错误",
  1711. "schema": {
  1712. "$ref": "#/definitions/md.Response"
  1713. }
  1714. }
  1715. }
  1716. }
  1717. },
  1718. "/api/friendCircleSettings/basic/index": {
  1719. "get": {
  1720. "description": "基础设置(获取)",
  1721. "consumes": [
  1722. "application/json"
  1723. ],
  1724. "produces": [
  1725. "application/json"
  1726. ],
  1727. "tags": [
  1728. "动态设置"
  1729. ],
  1730. "summary": "社交管理-动态设置-基础设置(获取)",
  1731. "parameters": [
  1732. {
  1733. "type": "string",
  1734. "description": "验证参数Bearer和token空格拼接",
  1735. "name": "Authorization",
  1736. "in": "header",
  1737. "required": true
  1738. }
  1739. ],
  1740. "responses": {
  1741. "200": {
  1742. "description": "具体数据",
  1743. "schema": {
  1744. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1745. }
  1746. },
  1747. "400": {
  1748. "description": "具体错误",
  1749. "schema": {
  1750. "$ref": "#/definitions/md.Response"
  1751. }
  1752. }
  1753. }
  1754. }
  1755. },
  1756. "/api/friendCircleSettings/basic/save": {
  1757. "post": {
  1758. "description": "基础设置(更新)",
  1759. "consumes": [
  1760. "application/json"
  1761. ],
  1762. "produces": [
  1763. "application/json"
  1764. ],
  1765. "tags": [
  1766. "动态设置"
  1767. ],
  1768. "summary": "社交管理-动态设置-基础设置(更新)",
  1769. "parameters": [
  1770. {
  1771. "type": "string",
  1772. "description": "验证参数Bearer和token空格拼接",
  1773. "name": "Authorization",
  1774. "in": "header",
  1775. "required": true
  1776. },
  1777. {
  1778. "description": "id 必填",
  1779. "name": "req",
  1780. "in": "body",
  1781. "required": true,
  1782. "schema": {
  1783. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1784. }
  1785. }
  1786. ],
  1787. "responses": {
  1788. "200": {
  1789. "description": "修改数据条数",
  1790. "schema": {
  1791. "type": "int"
  1792. }
  1793. },
  1794. "400": {
  1795. "description": "具体错误",
  1796. "schema": {
  1797. "$ref": "#/definitions/md.Response"
  1798. }
  1799. }
  1800. }
  1801. }
  1802. },
  1803. "/api/friendCircleSettings/blackList/add": {
  1804. "post": {
  1805. "description": "黑名单(新增)",
  1806. "consumes": [
  1807. "application/json"
  1808. ],
  1809. "produces": [
  1810. "application/json"
  1811. ],
  1812. "tags": [
  1813. "动态设置"
  1814. ],
  1815. "summary": "社交管理-动态设置-黑名单(新增)",
  1816. "parameters": [
  1817. {
  1818. "type": "string",
  1819. "description": "验证参数Bearer和token空格拼接",
  1820. "name": "Authorization",
  1821. "in": "header",
  1822. "required": true
  1823. },
  1824. {
  1825. "description": "用户id 必填",
  1826. "name": "req",
  1827. "in": "body",
  1828. "required": true,
  1829. "schema": {
  1830. "$ref": "#/definitions/md.AddBlackListReq"
  1831. }
  1832. }
  1833. ],
  1834. "responses": {
  1835. "200": {
  1836. "description": "生成的黑名单id",
  1837. "schema": {
  1838. "type": "string"
  1839. }
  1840. },
  1841. "400": {
  1842. "description": "具体错误",
  1843. "schema": {
  1844. "$ref": "#/definitions/md.Response"
  1845. }
  1846. }
  1847. }
  1848. }
  1849. },
  1850. "/api/friendCircleSettings/blackList/del": {
  1851. "delete": {
  1852. "description": "黑名单(删除)",
  1853. "consumes": [
  1854. "application/json"
  1855. ],
  1856. "produces": [
  1857. "application/json"
  1858. ],
  1859. "tags": [
  1860. "动态设置"
  1861. ],
  1862. "summary": "社交管理-动态设置-黑名单(删除)",
  1863. "parameters": [
  1864. {
  1865. "type": "string",
  1866. "description": "验证参数Bearer和token空格拼接",
  1867. "name": "Authorization",
  1868. "in": "header",
  1869. "required": true
  1870. },
  1871. {
  1872. "description": "黑名单id 必填",
  1873. "name": "req",
  1874. "in": "body",
  1875. "required": true,
  1876. "schema": {
  1877. "$ref": "#/definitions/md.DeleteBlackListReq"
  1878. }
  1879. }
  1880. ],
  1881. "responses": {
  1882. "200": {
  1883. "description": "删除数据数量",
  1884. "schema": {
  1885. "type": "string"
  1886. }
  1887. },
  1888. "400": {
  1889. "description": "具体错误",
  1890. "schema": {
  1891. "$ref": "#/definitions/md.Response"
  1892. }
  1893. }
  1894. }
  1895. }
  1896. },
  1897. "/api/friendCircleSettings/blackList/index": {
  1898. "get": {
  1899. "description": "黑名单(获取)",
  1900. "consumes": [
  1901. "application/json"
  1902. ],
  1903. "produces": [
  1904. "application/json"
  1905. ],
  1906. "tags": [
  1907. "动态设置"
  1908. ],
  1909. "summary": "社交管理-动态设置-黑名单(获取)",
  1910. "parameters": [
  1911. {
  1912. "type": "string",
  1913. "description": "验证参数Bearer和token空格拼接",
  1914. "name": "Authorization",
  1915. "in": "header",
  1916. "required": true
  1917. },
  1918. {
  1919. "type": "integer",
  1920. "description": "每页大小",
  1921. "name": "limit",
  1922. "in": "query",
  1923. "required": true
  1924. },
  1925. {
  1926. "type": "integer",
  1927. "description": "页数",
  1928. "name": "page",
  1929. "in": "query",
  1930. "required": true
  1931. },
  1932. {
  1933. "type": "integer",
  1934. "description": "手机号",
  1935. "name": "phone",
  1936. "in": "query",
  1937. "required": true
  1938. },
  1939. {
  1940. "type": "integer",
  1941. "description": "用户名",
  1942. "name": "nickname",
  1943. "in": "query",
  1944. "required": true
  1945. },
  1946. {
  1947. "type": "integer",
  1948. "description": "用户id",
  1949. "name": "uid",
  1950. "in": "query",
  1951. "required": true
  1952. }
  1953. ],
  1954. "responses": {
  1955. "200": {
  1956. "description": "具体数据",
  1957. "schema": {
  1958. "$ref": "#/definitions/md.GetBlackListResp"
  1959. }
  1960. },
  1961. "400": {
  1962. "description": "具体错误",
  1963. "schema": {
  1964. "$ref": "#/definitions/md.Response"
  1965. }
  1966. }
  1967. }
  1968. }
  1969. },
  1970. "/api/friendCircleSettings/dynamic/del": {
  1971. "delete": {
  1972. "description": "动态(删除)",
  1973. "consumes": [
  1974. "application/json"
  1975. ],
  1976. "produces": [
  1977. "application/json"
  1978. ],
  1979. "tags": [
  1980. "动态设置"
  1981. ],
  1982. "summary": "社交管理-动态设置-动态(删除)",
  1983. "parameters": [
  1984. {
  1985. "type": "string",
  1986. "description": "验证参数Bearer和token空格拼接",
  1987. "name": "Authorization",
  1988. "in": "header",
  1989. "required": true
  1990. },
  1991. {
  1992. "description": "删除动态id必填",
  1993. "name": "req",
  1994. "in": "body",
  1995. "required": true,
  1996. "schema": {
  1997. "$ref": "#/definitions/md.DeleteDynamicReq"
  1998. }
  1999. }
  2000. ],
  2001. "responses": {
  2002. "200": {
  2003. "description": "success",
  2004. "schema": {
  2005. "type": "string"
  2006. }
  2007. },
  2008. "400": {
  2009. "description": "具体错误",
  2010. "schema": {
  2011. "$ref": "#/definitions/md.Response"
  2012. }
  2013. }
  2014. }
  2015. }
  2016. },
  2017. "/api/friendCircleSettings/dynamic/index": {
  2018. "post": {
  2019. "description": "动态(获取)",
  2020. "consumes": [
  2021. "application/json"
  2022. ],
  2023. "produces": [
  2024. "application/json"
  2025. ],
  2026. "tags": [
  2027. "动态设置"
  2028. ],
  2029. "summary": "社交管理-动态设置-动态(获取)",
  2030. "parameters": [
  2031. {
  2032. "type": "string",
  2033. "description": "验证参数Bearer和token空格拼接",
  2034. "name": "Authorization",
  2035. "in": "header",
  2036. "required": true
  2037. },
  2038. {
  2039. "description": "筛选条件",
  2040. "name": "req",
  2041. "in": "body",
  2042. "schema": {
  2043. "$ref": "#/definitions/md.GetDynamicReq"
  2044. }
  2045. }
  2046. ],
  2047. "responses": {
  2048. "200": {
  2049. "description": "生成的黑名单id",
  2050. "schema": {
  2051. "$ref": "#/definitions/md.GetDynamicResp"
  2052. }
  2053. },
  2054. "400": {
  2055. "description": "具体错误",
  2056. "schema": {
  2057. "$ref": "#/definitions/md.Response"
  2058. }
  2059. }
  2060. }
  2061. }
  2062. },
  2063. "/api/friendCircleSettings/dynamic/release": {
  2064. "post": {
  2065. "description": "动态(发布)",
  2066. "consumes": [
  2067. "application/json"
  2068. ],
  2069. "produces": [
  2070. "application/json"
  2071. ],
  2072. "tags": [
  2073. "动态设置"
  2074. ],
  2075. "summary": "社交管理-动态设置-动态(发布)",
  2076. "parameters": [
  2077. {
  2078. "type": "string",
  2079. "description": "验证参数Bearer和token空格拼接",
  2080. "name": "Authorization",
  2081. "in": "header",
  2082. "required": true
  2083. },
  2084. {
  2085. "description": "发布动态信息",
  2086. "name": "req",
  2087. "in": "body",
  2088. "required": true,
  2089. "schema": {
  2090. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2091. }
  2092. }
  2093. ],
  2094. "responses": {
  2095. "200": {
  2096. "description": "success",
  2097. "schema": {
  2098. "type": "string"
  2099. }
  2100. },
  2101. "400": {
  2102. "description": "具体错误",
  2103. "schema": {
  2104. "$ref": "#/definitions/md.Response"
  2105. }
  2106. }
  2107. }
  2108. }
  2109. },
  2110. "/api/friendCircleSettings/dynamic/update": {
  2111. "post": {
  2112. "description": "动态(更新)",
  2113. "consumes": [
  2114. "application/json"
  2115. ],
  2116. "produces": [
  2117. "application/json"
  2118. ],
  2119. "tags": [
  2120. "动态设置"
  2121. ],
  2122. "summary": "社交管理-动态设置-动态(更新)",
  2123. "parameters": [
  2124. {
  2125. "type": "string",
  2126. "description": "验证参数Bearer和token空格拼接",
  2127. "name": "Authorization",
  2128. "in": "header",
  2129. "required": true
  2130. },
  2131. {
  2132. "description": "更新动态id必填",
  2133. "name": "req",
  2134. "in": "body",
  2135. "required": true,
  2136. "schema": {
  2137. "$ref": "#/definitions/md.UpdateDynamicReq"
  2138. }
  2139. }
  2140. ],
  2141. "responses": {
  2142. "200": {
  2143. "description": "success",
  2144. "schema": {
  2145. "type": "string"
  2146. }
  2147. },
  2148. "400": {
  2149. "description": "具体错误",
  2150. "schema": {
  2151. "$ref": "#/definitions/md.Response"
  2152. }
  2153. }
  2154. }
  2155. }
  2156. },
  2157. "/api/getSTSVoucher": {
  2158. "get": {
  2159. "description": "STS临时访问凭证(获取)",
  2160. "consumes": [
  2161. "application/json"
  2162. ],
  2163. "produces": [
  2164. "application/json"
  2165. ],
  2166. "tags": [
  2167. "打包机使用"
  2168. ],
  2169. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2170. "parameters": [
  2171. {
  2172. "type": "string",
  2173. "description": "验证参数Bearer和token空格拼接",
  2174. "name": "Authorization",
  2175. "in": "header",
  2176. "required": true
  2177. }
  2178. ],
  2179. "responses": {
  2180. "200": {
  2181. "description": "凭证及其他信息",
  2182. "schema": {
  2183. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2184. }
  2185. },
  2186. "400": {
  2187. "description": "具体错误",
  2188. "schema": {
  2189. "$ref": "#/definitions/md.Response"
  2190. }
  2191. }
  2192. }
  2193. }
  2194. },
  2195. "/api/homePage/activeData": {
  2196. "get": {
  2197. "description": "活跃数据",
  2198. "consumes": [
  2199. "application/json"
  2200. ],
  2201. "produces": [
  2202. "application/json"
  2203. ],
  2204. "tags": [
  2205. "首页"
  2206. ],
  2207. "summary": "首页-首页-活跃数据",
  2208. "parameters": [
  2209. {
  2210. "type": "string",
  2211. "description": "验证参数Bearer和token空格拼接",
  2212. "name": "Authorization",
  2213. "in": "header",
  2214. "required": true
  2215. }
  2216. ],
  2217. "responses": {
  2218. "200": {
  2219. "description": "具体数据",
  2220. "schema": {
  2221. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2222. }
  2223. },
  2224. "400": {
  2225. "description": "具体错误",
  2226. "schema": {
  2227. "$ref": "#/definitions/md.Response"
  2228. }
  2229. }
  2230. }
  2231. }
  2232. },
  2233. "/api/homePage/growData": {
  2234. "get": {
  2235. "description": "用户增长曲线",
  2236. "consumes": [
  2237. "application/json"
  2238. ],
  2239. "produces": [
  2240. "application/json"
  2241. ],
  2242. "tags": [
  2243. "首页"
  2244. ],
  2245. "summary": "首页-首页-用户增长曲线",
  2246. "parameters": [
  2247. {
  2248. "type": "string",
  2249. "description": "验证参数Bearer和token空格拼接",
  2250. "name": "Authorization",
  2251. "in": "header",
  2252. "required": true
  2253. },
  2254. {
  2255. "type": "string",
  2256. "description": "1:按天 2:按周 3:按小时",
  2257. "name": "kind",
  2258. "in": "query"
  2259. }
  2260. ],
  2261. "responses": {
  2262. "200": {
  2263. "description": "具体数据",
  2264. "schema": {
  2265. "$ref": "#/definitions/md.GetPriceCurveResp"
  2266. }
  2267. },
  2268. "400": {
  2269. "description": "具体错误",
  2270. "schema": {
  2271. "$ref": "#/definitions/md.Response"
  2272. }
  2273. }
  2274. }
  2275. }
  2276. },
  2277. "/api/homePage/totalData": {
  2278. "get": {
  2279. "description": "数据总览",
  2280. "consumes": [
  2281. "application/json"
  2282. ],
  2283. "produces": [
  2284. "application/json"
  2285. ],
  2286. "tags": [
  2287. "首页"
  2288. ],
  2289. "summary": "首页-首页-数据总览",
  2290. "parameters": [
  2291. {
  2292. "type": "string",
  2293. "description": "验证参数Bearer和token空格拼接",
  2294. "name": "Authorization",
  2295. "in": "header",
  2296. "required": true
  2297. },
  2298. {
  2299. "type": "string",
  2300. "description": "年",
  2301. "name": "year",
  2302. "in": "query",
  2303. "required": true
  2304. },
  2305. {
  2306. "type": "string",
  2307. "description": "月",
  2308. "name": "month",
  2309. "in": "query",
  2310. "required": true
  2311. }
  2312. ],
  2313. "responses": {
  2314. "200": {
  2315. "description": "具体数据",
  2316. "schema": {
  2317. "$ref": "#/definitions/hdl.TotalDataResp"
  2318. }
  2319. },
  2320. "400": {
  2321. "description": "具体错误",
  2322. "schema": {
  2323. "$ref": "#/definitions/md.Response"
  2324. }
  2325. }
  2326. }
  2327. }
  2328. },
  2329. "/api/im/addCustomerService": {
  2330. "post": {
  2331. "description": "客服(新增)",
  2332. "consumes": [
  2333. "application/json"
  2334. ],
  2335. "produces": [
  2336. "application/json"
  2337. ],
  2338. "tags": [
  2339. "客服"
  2340. ],
  2341. "summary": "Im-客服(新增)",
  2342. "parameters": [
  2343. {
  2344. "type": "string",
  2345. "description": "验证参数Bearer和token空格拼接",
  2346. "name": "Authorization",
  2347. "in": "header",
  2348. "required": true
  2349. },
  2350. {
  2351. "description": "相关参数",
  2352. "name": "req",
  2353. "in": "body",
  2354. "required": true,
  2355. "schema": {
  2356. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2357. }
  2358. }
  2359. ],
  2360. "responses": {
  2361. "200": {
  2362. "description": "success",
  2363. "schema": {
  2364. "type": "string"
  2365. }
  2366. },
  2367. "400": {
  2368. "description": "具体错误",
  2369. "schema": {
  2370. "$ref": "#/definitions/md.Response"
  2371. }
  2372. }
  2373. }
  2374. }
  2375. },
  2376. "/api/im/addEmoticon": {
  2377. "post": {
  2378. "description": "表情包(新增)",
  2379. "consumes": [
  2380. "application/json"
  2381. ],
  2382. "produces": [
  2383. "application/json"
  2384. ],
  2385. "tags": [
  2386. "表情包"
  2387. ],
  2388. "summary": "Im-表情包(新增)",
  2389. "parameters": [
  2390. {
  2391. "type": "string",
  2392. "description": "验证参数Bearer和token空格拼接",
  2393. "name": "Authorization",
  2394. "in": "header",
  2395. "required": true
  2396. },
  2397. {
  2398. "description": "相关参数",
  2399. "name": "req",
  2400. "in": "body",
  2401. "required": true,
  2402. "schema": {
  2403. "$ref": "#/definitions/md.AddEmoticonReq"
  2404. }
  2405. }
  2406. ],
  2407. "responses": {
  2408. "200": {
  2409. "description": "success",
  2410. "schema": {
  2411. "type": "string"
  2412. }
  2413. },
  2414. "400": {
  2415. "description": "具体错误",
  2416. "schema": {
  2417. "$ref": "#/definitions/md.Response"
  2418. }
  2419. }
  2420. }
  2421. }
  2422. },
  2423. "/api/im/batchSendGroupMessage": {
  2424. "post": {
  2425. "description": "群发发送群组消息",
  2426. "consumes": [
  2427. "application/json"
  2428. ],
  2429. "produces": [
  2430. "application/json"
  2431. ],
  2432. "tags": [
  2433. "群发发送群组消息"
  2434. ],
  2435. "summary": "Im-群发发送群组消息",
  2436. "parameters": [
  2437. {
  2438. "type": "string",
  2439. "description": "验证参数Bearer和token空格拼接",
  2440. "name": "Authorization",
  2441. "in": "header",
  2442. "required": true
  2443. },
  2444. {
  2445. "description": "相关参数",
  2446. "name": "req",
  2447. "in": "body",
  2448. "required": true,
  2449. "schema": {
  2450. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2451. }
  2452. }
  2453. ],
  2454. "responses": {
  2455. "200": {
  2456. "description": "success",
  2457. "schema": {
  2458. "type": "string"
  2459. }
  2460. },
  2461. "400": {
  2462. "description": "具体错误",
  2463. "schema": {
  2464. "$ref": "#/definitions/md.Response"
  2465. }
  2466. }
  2467. }
  2468. }
  2469. },
  2470. "/api/im/batchSendUserMessage": {
  2471. "post": {
  2472. "description": "群发发送用户消息",
  2473. "consumes": [
  2474. "application/json"
  2475. ],
  2476. "produces": [
  2477. "application/json"
  2478. ],
  2479. "tags": [
  2480. "群发发送用户消息"
  2481. ],
  2482. "summary": "Im-群发发送用户消息",
  2483. "parameters": [
  2484. {
  2485. "type": "string",
  2486. "description": "验证参数Bearer和token空格拼接",
  2487. "name": "Authorization",
  2488. "in": "header",
  2489. "required": true
  2490. },
  2491. {
  2492. "description": "相关参数",
  2493. "name": "req",
  2494. "in": "body",
  2495. "required": true,
  2496. "schema": {
  2497. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2498. }
  2499. }
  2500. ],
  2501. "responses": {
  2502. "200": {
  2503. "description": "success",
  2504. "schema": {
  2505. "type": "string"
  2506. }
  2507. },
  2508. "400": {
  2509. "description": "具体错误",
  2510. "schema": {
  2511. "$ref": "#/definitions/md.Response"
  2512. }
  2513. }
  2514. }
  2515. }
  2516. },
  2517. "/api/im/deleteEmoticon": {
  2518. "post": {
  2519. "description": "表情包(删除)",
  2520. "consumes": [
  2521. "application/json"
  2522. ],
  2523. "produces": [
  2524. "application/json"
  2525. ],
  2526. "tags": [
  2527. "表情包"
  2528. ],
  2529. "summary": "Im-表情包(删除)",
  2530. "parameters": [
  2531. {
  2532. "type": "string",
  2533. "description": "验证参数Bearer和token空格拼接",
  2534. "name": "Authorization",
  2535. "in": "header",
  2536. "required": true
  2537. },
  2538. {
  2539. "description": "相关参数",
  2540. "name": "req",
  2541. "in": "body",
  2542. "required": true,
  2543. "schema": {
  2544. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2545. }
  2546. }
  2547. ],
  2548. "responses": {
  2549. "200": {
  2550. "description": "success",
  2551. "schema": {
  2552. "type": "string"
  2553. }
  2554. },
  2555. "400": {
  2556. "description": "具体错误",
  2557. "schema": {
  2558. "$ref": "#/definitions/md.Response"
  2559. }
  2560. }
  2561. }
  2562. }
  2563. },
  2564. "/api/im/getBasic": {
  2565. "get": {
  2566. "description": "基础设置(获取)",
  2567. "consumes": [
  2568. "application/json"
  2569. ],
  2570. "produces": [
  2571. "application/json"
  2572. ],
  2573. "tags": [
  2574. "基础设置"
  2575. ],
  2576. "summary": "Im-基础设置(获取)",
  2577. "parameters": [
  2578. {
  2579. "type": "string",
  2580. "description": "验证参数Bearer和token空格拼接",
  2581. "name": "Authorization",
  2582. "in": "header",
  2583. "required": true
  2584. }
  2585. ],
  2586. "responses": {
  2587. "200": {
  2588. "description": "设置列表",
  2589. "schema": {
  2590. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2591. }
  2592. },
  2593. "400": {
  2594. "description": "具体错误",
  2595. "schema": {
  2596. "$ref": "#/definitions/md.Response"
  2597. }
  2598. }
  2599. }
  2600. }
  2601. },
  2602. "/api/im/groupList": {
  2603. "post": {
  2604. "description": "群组用户(列表)",
  2605. "consumes": [
  2606. "application/json"
  2607. ],
  2608. "produces": [
  2609. "application/json"
  2610. ],
  2611. "tags": [
  2612. "群组用户"
  2613. ],
  2614. "summary": "Im-群组用户(列表)",
  2615. "parameters": [
  2616. {
  2617. "type": "string",
  2618. "description": "验证参数Bearer和token空格拼接",
  2619. "name": "Authorization",
  2620. "in": "header",
  2621. "required": true
  2622. },
  2623. {
  2624. "description": "相关参数",
  2625. "name": "req",
  2626. "in": "body",
  2627. "required": true,
  2628. "schema": {
  2629. "$ref": "#/definitions/md.GroupListReq"
  2630. }
  2631. }
  2632. ],
  2633. "responses": {
  2634. "200": {
  2635. "description": "OK",
  2636. "schema": {
  2637. "$ref": "#/definitions/md.GroupListResp"
  2638. }
  2639. },
  2640. "400": {
  2641. "description": "具体错误",
  2642. "schema": {
  2643. "$ref": "#/definitions/md.Response"
  2644. }
  2645. }
  2646. }
  2647. }
  2648. },
  2649. "/api/im/pageCustomerService": {
  2650. "post": {
  2651. "description": "客服(列表)",
  2652. "consumes": [
  2653. "application/json"
  2654. ],
  2655. "produces": [
  2656. "application/json"
  2657. ],
  2658. "tags": [
  2659. "客服"
  2660. ],
  2661. "summary": "Im-客服(列表)",
  2662. "parameters": [
  2663. {
  2664. "type": "string",
  2665. "description": "验证参数Bearer和token空格拼接",
  2666. "name": "Authorization",
  2667. "in": "header",
  2668. "required": true
  2669. },
  2670. {
  2671. "description": "相关参数",
  2672. "name": "req",
  2673. "in": "body",
  2674. "required": true,
  2675. "schema": {
  2676. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2677. }
  2678. }
  2679. ],
  2680. "responses": {
  2681. "200": {
  2682. "description": "设置列表",
  2683. "schema": {
  2684. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2685. }
  2686. },
  2687. "400": {
  2688. "description": "具体错误",
  2689. "schema": {
  2690. "$ref": "#/definitions/md.Response"
  2691. }
  2692. }
  2693. }
  2694. }
  2695. },
  2696. "/api/im/pageEmoticon": {
  2697. "post": {
  2698. "description": "表情包(列表)",
  2699. "consumes": [
  2700. "application/json"
  2701. ],
  2702. "produces": [
  2703. "application/json"
  2704. ],
  2705. "tags": [
  2706. "表情包"
  2707. ],
  2708. "summary": "Im-表情包(列表)",
  2709. "parameters": [
  2710. {
  2711. "type": "string",
  2712. "description": "验证参数Bearer和token空格拼接",
  2713. "name": "Authorization",
  2714. "in": "header",
  2715. "required": true
  2716. },
  2717. {
  2718. "description": "相关参数",
  2719. "name": "req",
  2720. "in": "body",
  2721. "required": true,
  2722. "schema": {
  2723. "$ref": "#/definitions/md.PageEmoticonReq"
  2724. }
  2725. }
  2726. ],
  2727. "responses": {
  2728. "200": {
  2729. "description": "设置列表",
  2730. "schema": {
  2731. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2732. }
  2733. },
  2734. "400": {
  2735. "description": "具体错误",
  2736. "schema": {
  2737. "$ref": "#/definitions/md.Response"
  2738. }
  2739. }
  2740. }
  2741. }
  2742. },
  2743. "/api/im/pageSendRedPackageOrd": {
  2744. "post": {
  2745. "description": "红包记录(列表)",
  2746. "consumes": [
  2747. "application/json"
  2748. ],
  2749. "produces": [
  2750. "application/json"
  2751. ],
  2752. "tags": [
  2753. "红包记录"
  2754. ],
  2755. "summary": "Im-红包记录(列表)",
  2756. "parameters": [
  2757. {
  2758. "type": "string",
  2759. "description": "验证参数Bearer和token空格拼接",
  2760. "name": "Authorization",
  2761. "in": "header",
  2762. "required": true
  2763. },
  2764. {
  2765. "description": "相关参数",
  2766. "name": "req",
  2767. "in": "body",
  2768. "required": true,
  2769. "schema": {
  2770. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2771. }
  2772. }
  2773. ],
  2774. "responses": {
  2775. "200": {
  2776. "description": "success",
  2777. "schema": {
  2778. "type": "string"
  2779. }
  2780. },
  2781. "400": {
  2782. "description": "具体错误",
  2783. "schema": {
  2784. "$ref": "#/definitions/md.Response"
  2785. }
  2786. }
  2787. }
  2788. }
  2789. },
  2790. "/api/im/redPackageRecordsDetail": {
  2791. "get": {
  2792. "description": "红包记录(详情)",
  2793. "consumes": [
  2794. "application/json"
  2795. ],
  2796. "produces": [
  2797. "application/json"
  2798. ],
  2799. "tags": [
  2800. "红包记录"
  2801. ],
  2802. "summary": "Im-红包记录(详情)",
  2803. "parameters": [
  2804. {
  2805. "type": "string",
  2806. "description": "验证参数Bearer和token空格拼接",
  2807. "name": "Authorization",
  2808. "in": "header",
  2809. "required": true
  2810. },
  2811. {
  2812. "type": "string",
  2813. "description": "红包id",
  2814. "name": "red_package_id",
  2815. "in": "query",
  2816. "required": true
  2817. }
  2818. ],
  2819. "responses": {
  2820. "200": {
  2821. "description": "success",
  2822. "schema": {
  2823. "type": "string"
  2824. }
  2825. },
  2826. "400": {
  2827. "description": "具体错误",
  2828. "schema": {
  2829. "$ref": "#/definitions/md.Response"
  2830. }
  2831. }
  2832. }
  2833. }
  2834. },
  2835. "/api/im/setBasic": {
  2836. "post": {
  2837. "description": "基础设置(更新)",
  2838. "consumes": [
  2839. "application/json"
  2840. ],
  2841. "produces": [
  2842. "application/json"
  2843. ],
  2844. "tags": [
  2845. "基础设置"
  2846. ],
  2847. "summary": "Im-基础设置(更新)",
  2848. "parameters": [
  2849. {
  2850. "type": "string",
  2851. "description": "验证参数Bearer和token空格拼接",
  2852. "name": "Authorization",
  2853. "in": "header",
  2854. "required": true
  2855. },
  2856. {
  2857. "description": "上传需要修改的信息",
  2858. "name": "req",
  2859. "in": "body",
  2860. "required": true,
  2861. "schema": {
  2862. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2863. }
  2864. }
  2865. ],
  2866. "responses": {
  2867. "200": {
  2868. "description": "success",
  2869. "schema": {
  2870. "type": "string"
  2871. }
  2872. },
  2873. "400": {
  2874. "description": "具体错误",
  2875. "schema": {
  2876. "$ref": "#/definitions/md.Response"
  2877. }
  2878. }
  2879. }
  2880. }
  2881. },
  2882. "/api/im/setCustomerServiceState": {
  2883. "post": {
  2884. "description": "客服(更新状态)",
  2885. "consumes": [
  2886. "application/json"
  2887. ],
  2888. "produces": [
  2889. "application/json"
  2890. ],
  2891. "tags": [
  2892. "客服"
  2893. ],
  2894. "summary": "Im-客服(更新状态)",
  2895. "parameters": [
  2896. {
  2897. "type": "string",
  2898. "description": "验证参数Bearer和token空格拼接",
  2899. "name": "Authorization",
  2900. "in": "header",
  2901. "required": true
  2902. },
  2903. {
  2904. "description": "相关参数",
  2905. "name": "req",
  2906. "in": "body",
  2907. "required": true,
  2908. "schema": {
  2909. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2910. }
  2911. }
  2912. ],
  2913. "responses": {
  2914. "200": {
  2915. "description": "success",
  2916. "schema": {
  2917. "type": "string"
  2918. }
  2919. },
  2920. "400": {
  2921. "description": "具体错误",
  2922. "schema": {
  2923. "$ref": "#/definitions/md.Response"
  2924. }
  2925. }
  2926. }
  2927. }
  2928. },
  2929. "/api/im/setEmoticonState": {
  2930. "post": {
  2931. "description": "表情包(新增)",
  2932. "consumes": [
  2933. "application/json"
  2934. ],
  2935. "produces": [
  2936. "application/json"
  2937. ],
  2938. "tags": [
  2939. "表情包"
  2940. ],
  2941. "summary": "Im-表情包(更新状态)",
  2942. "parameters": [
  2943. {
  2944. "type": "string",
  2945. "description": "验证参数Bearer和token空格拼接",
  2946. "name": "Authorization",
  2947. "in": "header",
  2948. "required": true
  2949. },
  2950. {
  2951. "description": "相关参数",
  2952. "name": "req",
  2953. "in": "body",
  2954. "required": true,
  2955. "schema": {
  2956. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2957. }
  2958. }
  2959. ],
  2960. "responses": {
  2961. "200": {
  2962. "description": "success",
  2963. "schema": {
  2964. "type": "string"
  2965. }
  2966. },
  2967. "400": {
  2968. "description": "具体错误",
  2969. "schema": {
  2970. "$ref": "#/definitions/md.Response"
  2971. }
  2972. }
  2973. }
  2974. }
  2975. },
  2976. "/api/im/updateCustomerServiceMemo": {
  2977. "post": {
  2978. "description": "客服(编辑备注)",
  2979. "consumes": [
  2980. "application/json"
  2981. ],
  2982. "produces": [
  2983. "application/json"
  2984. ],
  2985. "tags": [
  2986. "客服"
  2987. ],
  2988. "summary": "Im-客服(编辑备注)",
  2989. "parameters": [
  2990. {
  2991. "type": "string",
  2992. "description": "验证参数Bearer和token空格拼接",
  2993. "name": "Authorization",
  2994. "in": "header",
  2995. "required": true
  2996. },
  2997. {
  2998. "description": "相关参数",
  2999. "name": "req",
  3000. "in": "body",
  3001. "required": true,
  3002. "schema": {
  3003. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3004. }
  3005. }
  3006. ],
  3007. "responses": {
  3008. "200": {
  3009. "description": "success",
  3010. "schema": {
  3011. "type": "string"
  3012. }
  3013. },
  3014. "400": {
  3015. "description": "具体错误",
  3016. "schema": {
  3017. "$ref": "#/definitions/md.Response"
  3018. }
  3019. }
  3020. }
  3021. }
  3022. },
  3023. "/api/im/updateEmoticon": {
  3024. "post": {
  3025. "description": "表情包(编辑)",
  3026. "consumes": [
  3027. "application/json"
  3028. ],
  3029. "produces": [
  3030. "application/json"
  3031. ],
  3032. "tags": [
  3033. "表情包"
  3034. ],
  3035. "summary": "Im-表情包(编辑)",
  3036. "parameters": [
  3037. {
  3038. "type": "string",
  3039. "description": "验证参数Bearer和token空格拼接",
  3040. "name": "Authorization",
  3041. "in": "header",
  3042. "required": true
  3043. },
  3044. {
  3045. "description": "相关参数",
  3046. "name": "req",
  3047. "in": "body",
  3048. "required": true,
  3049. "schema": {
  3050. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3051. }
  3052. }
  3053. ],
  3054. "responses": {
  3055. "200": {
  3056. "description": "success",
  3057. "schema": {
  3058. "type": "string"
  3059. }
  3060. },
  3061. "400": {
  3062. "description": "具体错误",
  3063. "schema": {
  3064. "$ref": "#/definitions/md.Response"
  3065. }
  3066. }
  3067. }
  3068. }
  3069. },
  3070. "/api/institutionalManagement/contentReward/playlet/base": {
  3071. "get": {
  3072. "description": "制度中心-内容奖励-短剧基本信息",
  3073. "consumes": [
  3074. "application/json"
  3075. ],
  3076. "produces": [
  3077. "application/json"
  3078. ],
  3079. "tags": [
  3080. "蛋蛋能量"
  3081. ],
  3082. "summary": "制度中心-内容奖励-短剧基本信息",
  3083. "parameters": [
  3084. {
  3085. "type": "string",
  3086. "description": "验证参数Bearer和token空格拼接",
  3087. "name": "Authorization",
  3088. "in": "header",
  3089. "required": true
  3090. }
  3091. ],
  3092. "responses": {
  3093. "200": {
  3094. "description": "具体数据",
  3095. "schema": {
  3096. "$ref": "#/definitions/md.PlayletBaseData"
  3097. }
  3098. },
  3099. "400": {
  3100. "description": "具体错误",
  3101. "schema": {
  3102. "$ref": "#/definitions/md.Response"
  3103. }
  3104. }
  3105. }
  3106. }
  3107. },
  3108. "/api/institutionalManagement/contentReward/playlet/save": {
  3109. "post": {
  3110. "description": "制度中心-内容奖励-短剧基本配置保存",
  3111. "consumes": [
  3112. "application/json"
  3113. ],
  3114. "produces": [
  3115. "application/json"
  3116. ],
  3117. "tags": [
  3118. "蛋蛋能量"
  3119. ],
  3120. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3121. "parameters": [
  3122. {
  3123. "type": "string",
  3124. "description": "验证参数Bearer和token空格拼接",
  3125. "name": "Authorization",
  3126. "in": "header",
  3127. "required": true
  3128. },
  3129. {
  3130. "description": "(分页信息必填)",
  3131. "name": "req",
  3132. "in": "body",
  3133. "required": true,
  3134. "schema": {
  3135. "$ref": "#/definitions/md.PlayletBaseData"
  3136. }
  3137. }
  3138. ],
  3139. "responses": {
  3140. "200": {
  3141. "description": "具体数据",
  3142. "schema": {
  3143. "type": "string"
  3144. }
  3145. },
  3146. "400": {
  3147. "description": "具体错误",
  3148. "schema": {
  3149. "$ref": "#/definitions/md.Response"
  3150. }
  3151. }
  3152. }
  3153. }
  3154. },
  3155. "/api/institutionalManagement/contentReward/video/base": {
  3156. "get": {
  3157. "description": "制度中心-内容奖励-短视频基本信息",
  3158. "consumes": [
  3159. "application/json"
  3160. ],
  3161. "produces": [
  3162. "application/json"
  3163. ],
  3164. "tags": [
  3165. "蛋蛋能量"
  3166. ],
  3167. "summary": "制度中心-内容奖励-短视频基本信息",
  3168. "parameters": [
  3169. {
  3170. "type": "string",
  3171. "description": "验证参数Bearer和token空格拼接",
  3172. "name": "Authorization",
  3173. "in": "header",
  3174. "required": true
  3175. }
  3176. ],
  3177. "responses": {
  3178. "200": {
  3179. "description": "具体数据",
  3180. "schema": {
  3181. "$ref": "#/definitions/md.VideoBaseData"
  3182. }
  3183. },
  3184. "400": {
  3185. "description": "具体错误",
  3186. "schema": {
  3187. "$ref": "#/definitions/md.Response"
  3188. }
  3189. }
  3190. }
  3191. }
  3192. },
  3193. "/api/institutionalManagement/contentReward/video/save": {
  3194. "post": {
  3195. "description": "制度中心-内容奖励-短视频基本配置保存",
  3196. "consumes": [
  3197. "application/json"
  3198. ],
  3199. "produces": [
  3200. "application/json"
  3201. ],
  3202. "tags": [
  3203. "蛋蛋能量"
  3204. ],
  3205. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3206. "parameters": [
  3207. {
  3208. "type": "string",
  3209. "description": "验证参数Bearer和token空格拼接",
  3210. "name": "Authorization",
  3211. "in": "header",
  3212. "required": true
  3213. },
  3214. {
  3215. "description": "(分页信息必填)",
  3216. "name": "req",
  3217. "in": "body",
  3218. "required": true,
  3219. "schema": {
  3220. "$ref": "#/definitions/md.VideoBaseData"
  3221. }
  3222. }
  3223. ],
  3224. "responses": {
  3225. "200": {
  3226. "description": "具体数据",
  3227. "schema": {
  3228. "type": "string"
  3229. }
  3230. },
  3231. "400": {
  3232. "description": "具体错误",
  3233. "schema": {
  3234. "$ref": "#/definitions/md.Response"
  3235. }
  3236. }
  3237. }
  3238. }
  3239. },
  3240. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3241. "post": {
  3242. "description": "会员设置(新增)",
  3243. "consumes": [
  3244. "application/json"
  3245. ],
  3246. "produces": [
  3247. "application/json"
  3248. ],
  3249. "tags": [
  3250. "蛋蛋能量"
  3251. ],
  3252. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3253. "parameters": [
  3254. {
  3255. "type": "string",
  3256. "description": "验证参数Bearer和token空格拼接",
  3257. "name": "Authorization",
  3258. "in": "header",
  3259. "required": true
  3260. },
  3261. {
  3262. "description": "system_id 必填",
  3263. "name": "req",
  3264. "in": "body",
  3265. "required": true,
  3266. "schema": {
  3267. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3268. }
  3269. }
  3270. ],
  3271. "responses": {
  3272. "200": {
  3273. "description": "修改数据条数",
  3274. "schema": {
  3275. "type": "int"
  3276. }
  3277. },
  3278. "400": {
  3279. "description": "具体错误",
  3280. "schema": {
  3281. "$ref": "#/definitions/md.Response"
  3282. }
  3283. }
  3284. }
  3285. }
  3286. },
  3287. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3288. "post": {
  3289. "description": "动态数据流水(获取)",
  3290. "consumes": [
  3291. "application/json"
  3292. ],
  3293. "produces": [
  3294. "application/json"
  3295. ],
  3296. "tags": [
  3297. "公排管理"
  3298. ],
  3299. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3300. "parameters": [
  3301. {
  3302. "type": "string",
  3303. "description": "验证参数Bearer和token空格拼接",
  3304. "name": "Authorization",
  3305. "in": "header",
  3306. "required": true
  3307. },
  3308. {
  3309. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3310. "name": "req",
  3311. "in": "body",
  3312. "required": true,
  3313. "schema": {
  3314. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3315. }
  3316. }
  3317. ],
  3318. "responses": {
  3319. "200": {
  3320. "description": "成功返回",
  3321. "schema": {
  3322. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3323. }
  3324. },
  3325. "400": {
  3326. "description": "具体错误",
  3327. "schema": {
  3328. "$ref": "#/definitions/md.Response"
  3329. }
  3330. }
  3331. }
  3332. }
  3333. },
  3334. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3335. "post": {
  3336. "description": "批量新增币种",
  3337. "consumes": [
  3338. "application/json"
  3339. ],
  3340. "produces": [
  3341. "application/json"
  3342. ],
  3343. "tags": [
  3344. "蛋蛋能量"
  3345. ],
  3346. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3347. "parameters": [
  3348. {
  3349. "type": "string",
  3350. "description": "验证参数Bearer和token空格拼接",
  3351. "name": "Authorization",
  3352. "in": "header",
  3353. "required": true
  3354. },
  3355. {
  3356. "description": "新增数据信息",
  3357. "name": "req",
  3358. "in": "body",
  3359. "required": true,
  3360. "schema": {
  3361. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3362. }
  3363. }
  3364. ],
  3365. "responses": {
  3366. "200": {
  3367. "description": "新增数据数量",
  3368. "schema": {
  3369. "type": "int"
  3370. }
  3371. },
  3372. "400": {
  3373. "description": "具体错误",
  3374. "schema": {
  3375. "$ref": "#/definitions/md.Response"
  3376. }
  3377. }
  3378. }
  3379. }
  3380. },
  3381. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3382. "get": {
  3383. "description": "贡献值-基础设置(获取)",
  3384. "consumes": [
  3385. "application/json"
  3386. ],
  3387. "produces": [
  3388. "application/json"
  3389. ],
  3390. "tags": [
  3391. "贡献值"
  3392. ],
  3393. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3394. "parameters": [
  3395. {
  3396. "type": "string",
  3397. "description": "验证参数Bearer和token空格拼接",
  3398. "name": "Authorization",
  3399. "in": "header",
  3400. "required": true
  3401. }
  3402. ],
  3403. "responses": {
  3404. "200": {
  3405. "description": "具体数据",
  3406. "schema": {
  3407. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3408. }
  3409. },
  3410. "400": {
  3411. "description": "具体错误",
  3412. "schema": {
  3413. "$ref": "#/definitions/md.Response"
  3414. }
  3415. }
  3416. }
  3417. }
  3418. },
  3419. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3420. "post": {
  3421. "description": "贡献值-基础设置(更新)",
  3422. "consumes": [
  3423. "application/json"
  3424. ],
  3425. "produces": [
  3426. "application/json"
  3427. ],
  3428. "tags": [
  3429. "贡献值"
  3430. ],
  3431. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3432. "parameters": [
  3433. {
  3434. "type": "string",
  3435. "description": "验证参数Bearer和token空格拼接",
  3436. "name": "Authorization",
  3437. "in": "header",
  3438. "required": true
  3439. },
  3440. {
  3441. "description": "id 必填",
  3442. "name": "req",
  3443. "in": "body",
  3444. "required": true,
  3445. "schema": {
  3446. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3447. }
  3448. }
  3449. ],
  3450. "responses": {
  3451. "200": {
  3452. "description": "修改数据条数",
  3453. "schema": {
  3454. "type": "int"
  3455. }
  3456. },
  3457. "400": {
  3458. "description": "具体错误",
  3459. "schema": {
  3460. "$ref": "#/definitions/md.Response"
  3461. }
  3462. }
  3463. }
  3464. }
  3465. },
  3466. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3467. "delete": {
  3468. "description": "删除币种",
  3469. "consumes": [
  3470. "application/json"
  3471. ],
  3472. "produces": [
  3473. "application/json"
  3474. ],
  3475. "tags": [
  3476. "蛋蛋能量"
  3477. ],
  3478. "summary": "制度中心-蛋蛋能量-删除币种",
  3479. "parameters": [
  3480. {
  3481. "type": "string",
  3482. "description": "验证参数Bearer和token空格拼接",
  3483. "name": "Authorization",
  3484. "in": "header",
  3485. "required": true
  3486. }
  3487. ],
  3488. "responses": {
  3489. "200": {
  3490. "description": "删除数据数量",
  3491. "schema": {
  3492. "type": "int"
  3493. }
  3494. },
  3495. "400": {
  3496. "description": "具体错误",
  3497. "schema": {
  3498. "$ref": "#/definitions/md.Response"
  3499. }
  3500. }
  3501. }
  3502. }
  3503. },
  3504. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3505. "post": {
  3506. "description": "蛋蛋分管理(人工打分)",
  3507. "consumes": [
  3508. "application/json"
  3509. ],
  3510. "produces": [
  3511. "application/json"
  3512. ],
  3513. "tags": [
  3514. "蛋蛋能量"
  3515. ],
  3516. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3517. "parameters": [
  3518. {
  3519. "type": "string",
  3520. "description": "验证参数Bearer和token空格拼接",
  3521. "name": "Authorization",
  3522. "in": "header",
  3523. "required": true
  3524. },
  3525. {
  3526. "description": "请求参数",
  3527. "name": "req",
  3528. "in": "body",
  3529. "required": true,
  3530. "schema": {
  3531. "$ref": "#/definitions/md.ManualScoreReq"
  3532. }
  3533. }
  3534. ],
  3535. "responses": {
  3536. "200": {
  3537. "description": "成功返回",
  3538. "schema": {
  3539. "type": "string"
  3540. }
  3541. },
  3542. "400": {
  3543. "description": "具体错误",
  3544. "schema": {
  3545. "$ref": "#/definitions/md.Response"
  3546. }
  3547. }
  3548. }
  3549. }
  3550. },
  3551. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3552. "post": {
  3553. "description": "蛋蛋分管理(着陆页数据分析)",
  3554. "consumes": [
  3555. "application/json"
  3556. ],
  3557. "produces": [
  3558. "application/json"
  3559. ],
  3560. "tags": [
  3561. "蛋蛋能量"
  3562. ],
  3563. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3564. "parameters": [
  3565. {
  3566. "type": "string",
  3567. "description": "验证参数Bearer和token空格拼接",
  3568. "name": "Authorization",
  3569. "in": "header",
  3570. "required": true
  3571. },
  3572. {
  3573. "description": "请求参数",
  3574. "name": "req",
  3575. "in": "body",
  3576. "required": true,
  3577. "schema": {
  3578. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3579. }
  3580. }
  3581. ],
  3582. "responses": {
  3583. "200": {
  3584. "description": "成功返回",
  3585. "schema": {
  3586. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3587. }
  3588. },
  3589. "400": {
  3590. "description": "具体错误",
  3591. "schema": {
  3592. "$ref": "#/definitions/md.Response"
  3593. }
  3594. }
  3595. }
  3596. }
  3597. },
  3598. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3599. "post": {
  3600. "description": "蛋蛋分管理(用户数据列表)",
  3601. "consumes": [
  3602. "application/json"
  3603. ],
  3604. "produces": [
  3605. "application/json"
  3606. ],
  3607. "tags": [
  3608. "蛋蛋能量"
  3609. ],
  3610. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3611. "parameters": [
  3612. {
  3613. "type": "string",
  3614. "description": "验证参数Bearer和token空格拼接",
  3615. "name": "Authorization",
  3616. "in": "header",
  3617. "required": true
  3618. },
  3619. {
  3620. "description": "请求参数",
  3621. "name": "req",
  3622. "in": "body",
  3623. "required": true,
  3624. "schema": {
  3625. "$ref": "#/definitions/md.UserEggFlowReq"
  3626. }
  3627. }
  3628. ],
  3629. "responses": {
  3630. "200": {
  3631. "description": "成功返回",
  3632. "schema": {
  3633. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3634. }
  3635. },
  3636. "400": {
  3637. "description": "具体错误",
  3638. "schema": {
  3639. "$ref": "#/definitions/md.Response"
  3640. }
  3641. }
  3642. }
  3643. }
  3644. },
  3645. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3646. "post": {
  3647. "description": "蛋蛋分管理(着陆页数据)",
  3648. "consumes": [
  3649. "application/json"
  3650. ],
  3651. "produces": [
  3652. "application/json"
  3653. ],
  3654. "tags": [
  3655. "蛋蛋能量"
  3656. ],
  3657. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3658. "parameters": [
  3659. {
  3660. "type": "string",
  3661. "description": "验证参数Bearer和token空格拼接",
  3662. "name": "Authorization",
  3663. "in": "header",
  3664. "required": true
  3665. },
  3666. {
  3667. "description": "请求参数",
  3668. "name": "req",
  3669. "in": "body",
  3670. "required": true,
  3671. "schema": {
  3672. "$ref": "#/definitions/md.UserEggIndexReq"
  3673. }
  3674. }
  3675. ],
  3676. "responses": {
  3677. "200": {
  3678. "description": "成功返回",
  3679. "schema": {
  3680. "$ref": "#/definitions/md.UserEggIndexResp"
  3681. }
  3682. },
  3683. "400": {
  3684. "description": "具体错误",
  3685. "schema": {
  3686. "$ref": "#/definitions/md.Response"
  3687. }
  3688. }
  3689. }
  3690. }
  3691. },
  3692. "/api/institutionalManagement/eggEnergy/getBasic": {
  3693. "get": {
  3694. "description": "基础设置(获取)",
  3695. "consumes": [
  3696. "application/json"
  3697. ],
  3698. "produces": [
  3699. "application/json"
  3700. ],
  3701. "tags": [
  3702. "蛋蛋能量"
  3703. ],
  3704. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3705. "parameters": [
  3706. {
  3707. "type": "string",
  3708. "description": "验证参数Bearer和token空格拼接",
  3709. "name": "Authorization",
  3710. "in": "header",
  3711. "required": true
  3712. }
  3713. ],
  3714. "responses": {
  3715. "200": {
  3716. "description": "具体数据",
  3717. "schema": {
  3718. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3719. }
  3720. },
  3721. "400": {
  3722. "description": "具体错误",
  3723. "schema": {
  3724. "$ref": "#/definitions/md.Response"
  3725. }
  3726. }
  3727. }
  3728. }
  3729. },
  3730. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3731. "get": {
  3732. "description": "基础会员设置(获取)",
  3733. "consumes": [
  3734. "application/json"
  3735. ],
  3736. "produces": [
  3737. "application/json"
  3738. ],
  3739. "tags": [
  3740. "蛋蛋能量"
  3741. ],
  3742. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3743. "parameters": [
  3744. {
  3745. "type": "string",
  3746. "description": "验证参数Bearer和token空格拼接",
  3747. "name": "Authorization",
  3748. "in": "header",
  3749. "required": true
  3750. }
  3751. ],
  3752. "responses": {
  3753. "200": {
  3754. "description": "具体数据",
  3755. "schema": {
  3756. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3757. }
  3758. },
  3759. "400": {
  3760. "description": "具体错误",
  3761. "schema": {
  3762. "$ref": "#/definitions/md.Response"
  3763. }
  3764. }
  3765. }
  3766. }
  3767. },
  3768. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3769. "get": {
  3770. "description": "查询所有币种(获取)",
  3771. "consumes": [
  3772. "application/json"
  3773. ],
  3774. "produces": [
  3775. "application/json"
  3776. ],
  3777. "tags": [
  3778. "蛋蛋能量"
  3779. ],
  3780. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3781. "parameters": [
  3782. {
  3783. "type": "string",
  3784. "description": "验证参数Bearer和token空格拼接",
  3785. "name": "Authorization",
  3786. "in": "header",
  3787. "required": true
  3788. }
  3789. ],
  3790. "responses": {
  3791. "200": {
  3792. "description": "成功返回",
  3793. "schema": {
  3794. "type": "array",
  3795. "items": {
  3796. "$ref": "#/definitions/md.VirtualCoin"
  3797. }
  3798. }
  3799. },
  3800. "400": {
  3801. "description": "具体错误",
  3802. "schema": {
  3803. "$ref": "#/definitions/md.Response"
  3804. }
  3805. }
  3806. }
  3807. }
  3808. },
  3809. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3810. "get": {
  3811. "description": "数据概览(获取)",
  3812. "consumes": [
  3813. "application/json"
  3814. ],
  3815. "produces": [
  3816. "application/json"
  3817. ],
  3818. "tags": [
  3819. "蛋蛋能量"
  3820. ],
  3821. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3822. "parameters": [
  3823. {
  3824. "type": "string",
  3825. "description": "验证参数Bearer和token空格拼接",
  3826. "name": "Authorization",
  3827. "in": "header",
  3828. "required": true
  3829. }
  3830. ],
  3831. "responses": {
  3832. "200": {
  3833. "description": "具体数据",
  3834. "schema": {
  3835. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3836. }
  3837. },
  3838. "400": {
  3839. "description": "具体错误",
  3840. "schema": {
  3841. "$ref": "#/definitions/md.Response"
  3842. }
  3843. }
  3844. }
  3845. }
  3846. },
  3847. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3848. "post": {
  3849. "description": "价值明细数据(新增)",
  3850. "consumes": [
  3851. "application/json"
  3852. ],
  3853. "produces": [
  3854. "application/json"
  3855. ],
  3856. "tags": [
  3857. "蛋蛋能量"
  3858. ],
  3859. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3860. "parameters": [
  3861. {
  3862. "type": "string",
  3863. "description": "验证参数Bearer和token空格拼接",
  3864. "name": "Authorization",
  3865. "in": "header",
  3866. "required": true
  3867. },
  3868. {
  3869. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3870. "name": "req",
  3871. "in": "body",
  3872. "required": true,
  3873. "schema": {
  3874. "$ref": "#/definitions/md.AddFundDataReq"
  3875. }
  3876. }
  3877. ],
  3878. "responses": {
  3879. "200": {
  3880. "description": "插入数据 id",
  3881. "schema": {
  3882. "type": "int"
  3883. }
  3884. },
  3885. "400": {
  3886. "description": "具体错误",
  3887. "schema": {
  3888. "$ref": "#/definitions/md.Response"
  3889. }
  3890. }
  3891. }
  3892. }
  3893. },
  3894. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3895. "post": {
  3896. "description": "新增数据列表(获取)",
  3897. "consumes": [
  3898. "application/json"
  3899. ],
  3900. "produces": [
  3901. "application/json"
  3902. ],
  3903. "tags": [
  3904. "蛋蛋能量"
  3905. ],
  3906. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3907. "parameters": [
  3908. {
  3909. "type": "string",
  3910. "description": "验证参数Bearer和token空格拼接",
  3911. "name": "Authorization",
  3912. "in": "header",
  3913. "required": true
  3914. },
  3915. {
  3916. "description": "分页信息必填",
  3917. "name": "req",
  3918. "in": "body",
  3919. "required": true,
  3920. "schema": {
  3921. "$ref": "#/definitions/md.GetFundDataListReq"
  3922. }
  3923. }
  3924. ],
  3925. "responses": {
  3926. "200": {
  3927. "description": "具体数据",
  3928. "schema": {
  3929. "$ref": "#/definitions/md.GetFundDataListResp"
  3930. }
  3931. },
  3932. "400": {
  3933. "description": "具体错误",
  3934. "schema": {
  3935. "$ref": "#/definitions/md.Response"
  3936. }
  3937. }
  3938. }
  3939. }
  3940. },
  3941. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3942. "post": {
  3943. "description": "新增数据列表详情(查询)",
  3944. "consumes": [
  3945. "application/json"
  3946. ],
  3947. "produces": [
  3948. "application/json"
  3949. ],
  3950. "tags": [
  3951. "蛋蛋能量"
  3952. ],
  3953. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3954. "parameters": [
  3955. {
  3956. "type": "string",
  3957. "description": "验证参数Bearer和token空格拼接",
  3958. "name": "Authorization",
  3959. "in": "header",
  3960. "required": true
  3961. },
  3962. {
  3963. "description": "获取到的 system_id 以及分页信息",
  3964. "name": "req",
  3965. "in": "body",
  3966. "required": true,
  3967. "schema": {
  3968. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3969. }
  3970. }
  3971. ],
  3972. "responses": {
  3973. "200": {
  3974. "description": "具体数据",
  3975. "schema": {
  3976. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3977. }
  3978. },
  3979. "400": {
  3980. "description": "具体错误",
  3981. "schema": {
  3982. "$ref": "#/definitions/md.Response"
  3983. }
  3984. }
  3985. }
  3986. }
  3987. },
  3988. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3989. "get": {
  3990. "description": "价格趋势(获取)",
  3991. "consumes": [
  3992. "application/json"
  3993. ],
  3994. "produces": [
  3995. "application/json"
  3996. ],
  3997. "tags": [
  3998. "蛋蛋能量"
  3999. ],
  4000. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4001. "parameters": [
  4002. {
  4003. "type": "string",
  4004. "description": "验证参数Bearer和token空格拼接",
  4005. "name": "Authorization",
  4006. "in": "header",
  4007. "required": true
  4008. },
  4009. {
  4010. "type": "string",
  4011. "description": "1:按天 2:按小时 3:按周",
  4012. "name": "kind",
  4013. "in": "query"
  4014. }
  4015. ],
  4016. "responses": {
  4017. "200": {
  4018. "description": "具体数据",
  4019. "schema": {
  4020. "$ref": "#/definitions/md.GetPriceCurveResp"
  4021. }
  4022. },
  4023. "400": {
  4024. "description": "具体错误",
  4025. "schema": {
  4026. "$ref": "#/definitions/md.Response"
  4027. }
  4028. }
  4029. }
  4030. }
  4031. },
  4032. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4033. "post": {
  4034. "description": "激励视频(获取)",
  4035. "consumes": [
  4036. "application/json"
  4037. ],
  4038. "produces": [
  4039. "application/json"
  4040. ],
  4041. "tags": [
  4042. "蛋蛋能量"
  4043. ],
  4044. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4045. "parameters": [
  4046. {
  4047. "type": "string",
  4048. "description": "验证参数Bearer和token空格拼接",
  4049. "name": "Authorization",
  4050. "in": "header",
  4051. "required": true
  4052. },
  4053. {
  4054. "description": "落地页不填页大小默认20条数据",
  4055. "name": "req",
  4056. "in": "body",
  4057. "required": true,
  4058. "schema": {
  4059. "$ref": "#/definitions/md.SetVideoRewardReq"
  4060. }
  4061. }
  4062. ],
  4063. "responses": {
  4064. "200": {
  4065. "description": "OK",
  4066. "schema": {
  4067. "$ref": "#/definitions/md.GetVideoRewardResp"
  4068. }
  4069. },
  4070. "400": {
  4071. "description": "具体错误",
  4072. "schema": {
  4073. "$ref": "#/definitions/md.Response"
  4074. }
  4075. }
  4076. }
  4077. }
  4078. },
  4079. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4080. "post": {
  4081. "description": "其他广告设置数据(新增)",
  4082. "consumes": [
  4083. "application/json"
  4084. ],
  4085. "produces": [
  4086. "application/json"
  4087. ],
  4088. "tags": [
  4089. "蛋蛋能量"
  4090. ],
  4091. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4092. "parameters": [
  4093. {
  4094. "type": "string",
  4095. "description": "验证参数Bearer和token空格拼接",
  4096. "name": "Authorization",
  4097. "in": "header",
  4098. "required": true
  4099. },
  4100. {
  4101. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4102. "name": "req",
  4103. "in": "body",
  4104. "required": true,
  4105. "schema": {
  4106. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4107. }
  4108. }
  4109. ],
  4110. "responses": {
  4111. "200": {
  4112. "description": "插入数据 id",
  4113. "schema": {
  4114. "type": "int"
  4115. }
  4116. },
  4117. "400": {
  4118. "description": "具体错误",
  4119. "schema": {
  4120. "$ref": "#/definitions/md.Response"
  4121. }
  4122. }
  4123. }
  4124. }
  4125. },
  4126. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4127. "post": {
  4128. "description": "其他广告设置数据(获取)",
  4129. "consumes": [
  4130. "application/json"
  4131. ],
  4132. "produces": [
  4133. "application/json"
  4134. ],
  4135. "tags": [
  4136. "蛋蛋能量"
  4137. ],
  4138. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4139. "parameters": [
  4140. {
  4141. "type": "string",
  4142. "description": "验证参数Bearer和token空格拼接",
  4143. "name": "Authorization",
  4144. "in": "header",
  4145. "required": true
  4146. },
  4147. {
  4148. "description": "分页信息必填",
  4149. "name": "req",
  4150. "in": "body",
  4151. "required": true,
  4152. "schema": {
  4153. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4154. }
  4155. }
  4156. ],
  4157. "responses": {
  4158. "200": {
  4159. "description": "具体数据",
  4160. "schema": {
  4161. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4162. }
  4163. },
  4164. "400": {
  4165. "description": "具体错误",
  4166. "schema": {
  4167. "$ref": "#/definitions/md.Response"
  4168. }
  4169. }
  4170. }
  4171. }
  4172. },
  4173. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4174. "post": {
  4175. "description": "激励视频(设置)",
  4176. "consumes": [
  4177. "application/json"
  4178. ],
  4179. "produces": [
  4180. "application/json"
  4181. ],
  4182. "tags": [
  4183. "蛋蛋能量"
  4184. ],
  4185. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4186. "parameters": [
  4187. {
  4188. "type": "string",
  4189. "description": "验证参数Bearer和token空格拼接",
  4190. "name": "Authorization",
  4191. "in": "header",
  4192. "required": true
  4193. },
  4194. {
  4195. "description": "落地页不填页大小默认20条数据",
  4196. "name": "req",
  4197. "in": "body",
  4198. "required": true,
  4199. "schema": {
  4200. "$ref": "#/definitions/md.SetVideoRewardReq"
  4201. }
  4202. }
  4203. ],
  4204. "responses": {
  4205. "200": {
  4206. "description": "success",
  4207. "schema": {
  4208. "type": "string"
  4209. }
  4210. },
  4211. "400": {
  4212. "description": "具体错误",
  4213. "schema": {
  4214. "$ref": "#/definitions/md.Response"
  4215. }
  4216. }
  4217. }
  4218. }
  4219. },
  4220. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4221. "post": {
  4222. "description": "基础设置(更新)",
  4223. "consumes": [
  4224. "application/json"
  4225. ],
  4226. "produces": [
  4227. "application/json"
  4228. ],
  4229. "tags": [
  4230. "蛋蛋能量"
  4231. ],
  4232. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4233. "parameters": [
  4234. {
  4235. "type": "string",
  4236. "description": "验证参数Bearer和token空格拼接",
  4237. "name": "Authorization",
  4238. "in": "header",
  4239. "required": true
  4240. },
  4241. {
  4242. "description": "system_id 必填",
  4243. "name": "req",
  4244. "in": "body",
  4245. "required": true,
  4246. "schema": {
  4247. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4248. }
  4249. }
  4250. ],
  4251. "responses": {
  4252. "200": {
  4253. "description": "修改数据条数",
  4254. "schema": {
  4255. "type": "int"
  4256. }
  4257. },
  4258. "400": {
  4259. "description": "具体错误",
  4260. "schema": {
  4261. "$ref": "#/definitions/md.Response"
  4262. }
  4263. }
  4264. }
  4265. }
  4266. },
  4267. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4268. "post": {
  4269. "description": "会员设置(更新)",
  4270. "consumes": [
  4271. "application/json"
  4272. ],
  4273. "produces": [
  4274. "application/json"
  4275. ],
  4276. "tags": [
  4277. "蛋蛋能量"
  4278. ],
  4279. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4280. "parameters": [
  4281. {
  4282. "type": "string",
  4283. "description": "验证参数Bearer和token空格拼接",
  4284. "name": "Authorization",
  4285. "in": "header",
  4286. "required": true
  4287. },
  4288. {
  4289. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4290. "name": "req",
  4291. "in": "body",
  4292. "required": true,
  4293. "schema": {
  4294. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4295. }
  4296. }
  4297. ],
  4298. "responses": {
  4299. "200": {
  4300. "description": "修改数据条数",
  4301. "schema": {
  4302. "type": "int"
  4303. }
  4304. },
  4305. "400": {
  4306. "description": "具体错误",
  4307. "schema": {
  4308. "$ref": "#/definitions/md.Response"
  4309. }
  4310. }
  4311. }
  4312. }
  4313. },
  4314. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4315. "post": {
  4316. "description": "更新币种信息",
  4317. "consumes": [
  4318. "application/json"
  4319. ],
  4320. "produces": [
  4321. "application/json"
  4322. ],
  4323. "tags": [
  4324. "蛋蛋能量"
  4325. ],
  4326. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4327. "parameters": [
  4328. {
  4329. "type": "string",
  4330. "description": "验证参数Bearer和token空格拼接",
  4331. "name": "Authorization",
  4332. "in": "header",
  4333. "required": true
  4334. },
  4335. {
  4336. "description": "更新数据信息",
  4337. "name": "req",
  4338. "in": "body",
  4339. "required": true,
  4340. "schema": {
  4341. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4342. }
  4343. }
  4344. ],
  4345. "responses": {
  4346. "200": {
  4347. "description": "更新数据数量",
  4348. "schema": {
  4349. "type": "int"
  4350. }
  4351. },
  4352. "400": {
  4353. "description": "具体错误",
  4354. "schema": {
  4355. "$ref": "#/definitions/md.Response"
  4356. }
  4357. }
  4358. }
  4359. }
  4360. },
  4361. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4362. "post": {
  4363. "description": "蛋蛋能量流水(查询)",
  4364. "consumes": [
  4365. "application/json"
  4366. ],
  4367. "produces": [
  4368. "application/json"
  4369. ],
  4370. "tags": [
  4371. "公排管理"
  4372. ],
  4373. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4374. "parameters": [
  4375. {
  4376. "type": "string",
  4377. "description": "验证参数Bearer和token空格拼接",
  4378. "name": "Authorization",
  4379. "in": "header",
  4380. "required": true
  4381. },
  4382. {
  4383. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4384. "name": "req",
  4385. "in": "body",
  4386. "required": true,
  4387. "schema": {
  4388. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4389. }
  4390. }
  4391. ],
  4392. "responses": {
  4393. "200": {
  4394. "description": "成功返回",
  4395. "schema": {
  4396. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4397. }
  4398. },
  4399. "400": {
  4400. "description": "具体错误",
  4401. "schema": {
  4402. "$ref": "#/definitions/md.Response"
  4403. }
  4404. }
  4405. }
  4406. }
  4407. },
  4408. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4409. "post": {
  4410. "description": "蛋蛋能量明细(获取)",
  4411. "consumes": [
  4412. "application/json"
  4413. ],
  4414. "produces": [
  4415. "application/json"
  4416. ],
  4417. "tags": [
  4418. "公排管理"
  4419. ],
  4420. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4421. "parameters": [
  4422. {
  4423. "type": "string",
  4424. "description": "验证参数Bearer和token空格拼接",
  4425. "name": "Authorization",
  4426. "in": "header",
  4427. "required": true
  4428. },
  4429. {
  4430. "description": "落地页不填页大小默认20条数据",
  4431. "name": "req",
  4432. "in": "body",
  4433. "schema": {
  4434. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4435. }
  4436. }
  4437. ],
  4438. "responses": {
  4439. "200": {
  4440. "description": "成功返回",
  4441. "schema": {
  4442. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4443. }
  4444. },
  4445. "400": {
  4446. "description": "具体错误",
  4447. "schema": {
  4448. "$ref": "#/definitions/md.Response"
  4449. }
  4450. }
  4451. }
  4452. }
  4453. },
  4454. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4455. "post": {
  4456. "description": "蛋蛋积分持有者明细(获取)",
  4457. "consumes": [
  4458. "application/json"
  4459. ],
  4460. "produces": [
  4461. "application/json"
  4462. ],
  4463. "tags": [
  4464. "公排管理"
  4465. ],
  4466. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4467. "parameters": [
  4468. {
  4469. "type": "string",
  4470. "description": "验证参数Bearer和token空格拼接",
  4471. "name": "Authorization",
  4472. "in": "header",
  4473. "required": true
  4474. },
  4475. {
  4476. "description": "落地页不填页大小默认20条数据",
  4477. "name": "req",
  4478. "in": "body",
  4479. "schema": {
  4480. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4481. }
  4482. }
  4483. ],
  4484. "responses": {
  4485. "200": {
  4486. "description": "成功返回",
  4487. "schema": {
  4488. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4489. }
  4490. },
  4491. "400": {
  4492. "description": "具体错误",
  4493. "schema": {
  4494. "$ref": "#/definitions/md.Response"
  4495. }
  4496. }
  4497. }
  4498. }
  4499. },
  4500. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4501. "post": {
  4502. "description": "蛋蛋积分流水明细(查询)",
  4503. "consumes": [
  4504. "application/json"
  4505. ],
  4506. "produces": [
  4507. "application/json"
  4508. ],
  4509. "tags": [
  4510. "公排管理"
  4511. ],
  4512. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4513. "parameters": [
  4514. {
  4515. "type": "string",
  4516. "description": "验证参数Bearer和token空格拼接",
  4517. "name": "Authorization",
  4518. "in": "header",
  4519. "required": true
  4520. },
  4521. {
  4522. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4523. "name": "req",
  4524. "in": "body",
  4525. "required": true,
  4526. "schema": {
  4527. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4528. }
  4529. }
  4530. ],
  4531. "responses": {
  4532. "200": {
  4533. "description": "成功返回",
  4534. "schema": {
  4535. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4536. }
  4537. },
  4538. "400": {
  4539. "description": "具体错误",
  4540. "schema": {
  4541. "$ref": "#/definitions/md.Response"
  4542. }
  4543. }
  4544. }
  4545. }
  4546. },
  4547. "/api/institutionalManagement/eggPointCoefficient/add": {
  4548. "post": {
  4549. "description": "区间系数(新增 支持批量新增)",
  4550. "consumes": [
  4551. "application/json"
  4552. ],
  4553. "produces": [
  4554. "application/json"
  4555. ],
  4556. "tags": [
  4557. "蛋蛋分区间系数管理"
  4558. ],
  4559. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4560. "parameters": [
  4561. {
  4562. "type": "string",
  4563. "description": "验证参数Bearer和token空格拼接",
  4564. "name": "Authorization",
  4565. "in": "header",
  4566. "required": true
  4567. },
  4568. {
  4569. "description": "需要新增的内容",
  4570. "name": "req",
  4571. "in": "body",
  4572. "required": true,
  4573. "schema": {
  4574. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4575. }
  4576. }
  4577. ],
  4578. "responses": {
  4579. "200": {
  4580. "description": "新增数据条数",
  4581. "schema": {
  4582. "type": "int"
  4583. }
  4584. },
  4585. "400": {
  4586. "description": "具体错误",
  4587. "schema": {
  4588. "$ref": "#/definitions/md.Response"
  4589. }
  4590. }
  4591. }
  4592. }
  4593. },
  4594. "/api/institutionalManagement/eggPointCoefficient/del": {
  4595. "delete": {
  4596. "description": "区间系数(删除)",
  4597. "consumes": [
  4598. "application/json"
  4599. ],
  4600. "produces": [
  4601. "application/json"
  4602. ],
  4603. "tags": [
  4604. "蛋蛋分区间系数管理"
  4605. ],
  4606. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4607. "parameters": [
  4608. {
  4609. "type": "string",
  4610. "description": "验证参数Bearer和token空格拼接",
  4611. "name": "Authorization",
  4612. "in": "header",
  4613. "required": true
  4614. },
  4615. {
  4616. "description": "需要删除的数据id",
  4617. "name": "req",
  4618. "in": "body",
  4619. "required": true,
  4620. "schema": {
  4621. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4622. }
  4623. }
  4624. ],
  4625. "responses": {
  4626. "200": {
  4627. "description": "成功删除数据条数",
  4628. "schema": {
  4629. "type": "int"
  4630. }
  4631. },
  4632. "400": {
  4633. "description": "具体错误",
  4634. "schema": {
  4635. "$ref": "#/definitions/md.Response"
  4636. }
  4637. }
  4638. }
  4639. }
  4640. },
  4641. "/api/institutionalManagement/eggPointCoefficient/index": {
  4642. "get": {
  4643. "description": "区间系数(获取)",
  4644. "consumes": [
  4645. "application/json"
  4646. ],
  4647. "produces": [
  4648. "application/json"
  4649. ],
  4650. "tags": [
  4651. "蛋蛋分区间系数管理"
  4652. ],
  4653. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4654. "parameters": [
  4655. {
  4656. "type": "string",
  4657. "description": "验证参数Bearer和token空格拼接",
  4658. "name": "Authorization",
  4659. "in": "header",
  4660. "required": true
  4661. }
  4662. ],
  4663. "responses": {
  4664. "200": {
  4665. "description": "OK",
  4666. "schema": {
  4667. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4668. }
  4669. },
  4670. "400": {
  4671. "description": "具体错误",
  4672. "schema": {
  4673. "$ref": "#/definitions/md.Response"
  4674. }
  4675. }
  4676. }
  4677. }
  4678. },
  4679. "/api/institutionalManagement/eggPointCoefficient/update": {
  4680. "post": {
  4681. "description": "区间系数(更新)",
  4682. "consumes": [
  4683. "application/json"
  4684. ],
  4685. "produces": [
  4686. "application/json"
  4687. ],
  4688. "tags": [
  4689. "蛋蛋分区间系数管理"
  4690. ],
  4691. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4692. "parameters": [
  4693. {
  4694. "type": "string",
  4695. "description": "验证参数Bearer和token空格拼接",
  4696. "name": "Authorization",
  4697. "in": "header",
  4698. "required": true
  4699. },
  4700. {
  4701. "description": "需要更新的数据信息",
  4702. "name": "req",
  4703. "in": "body",
  4704. "required": true,
  4705. "schema": {
  4706. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4707. }
  4708. }
  4709. ],
  4710. "responses": {
  4711. "200": {
  4712. "description": "成功修改的数据数量",
  4713. "schema": {
  4714. "type": "int"
  4715. }
  4716. },
  4717. "400": {
  4718. "description": "具体错误",
  4719. "schema": {
  4720. "$ref": "#/definitions/md.Response"
  4721. }
  4722. }
  4723. }
  4724. }
  4725. },
  4726. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4727. "get": {
  4728. "description": "个性化设置(获取)",
  4729. "consumes": [
  4730. "application/json"
  4731. ],
  4732. "produces": [
  4733. "application/json"
  4734. ],
  4735. "tags": [
  4736. "模块设置"
  4737. ],
  4738. "summary": "制度中心-模块设置-个性化设置(获取)",
  4739. "parameters": [
  4740. {
  4741. "type": "string",
  4742. "description": "验证参数Bearer和token空格拼接",
  4743. "name": "Authorization",
  4744. "in": "header",
  4745. "required": true
  4746. },
  4747. {
  4748. "type": "string",
  4749. "description": "模块类型值",
  4750. "name": "mod_name_value",
  4751. "in": "query",
  4752. "required": true
  4753. }
  4754. ],
  4755. "responses": {
  4756. "200": {
  4757. "description": "具体数据",
  4758. "schema": {
  4759. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4760. }
  4761. },
  4762. "400": {
  4763. "description": "具体错误",
  4764. "schema": {
  4765. "$ref": "#/definitions/md.Response"
  4766. }
  4767. }
  4768. }
  4769. }
  4770. },
  4771. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4772. "post": {
  4773. "description": "个性化设置(更新)",
  4774. "consumes": [
  4775. "application/json"
  4776. ],
  4777. "produces": [
  4778. "application/json"
  4779. ],
  4780. "tags": [
  4781. "模块设置"
  4782. ],
  4783. "summary": "制度中心-模块设置-个性化设置(更新)",
  4784. "parameters": [
  4785. {
  4786. "type": "string",
  4787. "description": "验证参数Bearer和token空格拼接",
  4788. "name": "Authorization",
  4789. "in": "header",
  4790. "required": true
  4791. },
  4792. {
  4793. "description": "模块类型值必填 链接传入完整 URL",
  4794. "name": "req",
  4795. "in": "body",
  4796. "required": true,
  4797. "schema": {
  4798. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4799. }
  4800. }
  4801. ],
  4802. "responses": {
  4803. "200": {
  4804. "description": "修改数据条数",
  4805. "schema": {
  4806. "type": "int"
  4807. }
  4808. },
  4809. "400": {
  4810. "description": "具体错误",
  4811. "schema": {
  4812. "$ref": "#/definitions/md.Response"
  4813. }
  4814. }
  4815. }
  4816. }
  4817. },
  4818. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4819. "post": {
  4820. "description": "社区分红(新增)",
  4821. "consumes": [
  4822. "application/json"
  4823. ],
  4824. "produces": [
  4825. "application/json"
  4826. ],
  4827. "tags": [
  4828. "公排管理"
  4829. ],
  4830. "summary": "制度中心-公排管理-社区分红(新增)",
  4831. "parameters": [
  4832. {
  4833. "type": "string",
  4834. "description": "验证参数Bearer和token空格拼接",
  4835. "name": "Authorization",
  4836. "in": "header",
  4837. "required": true
  4838. },
  4839. {
  4840. "description": "分红名称、分红总量",
  4841. "name": "req",
  4842. "in": "body",
  4843. "required": true,
  4844. "schema": {
  4845. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4846. }
  4847. }
  4848. ],
  4849. "responses": {
  4850. "200": {
  4851. "description": "成功",
  4852. "schema": {
  4853. "type": "success"
  4854. }
  4855. },
  4856. "400": {
  4857. "description": "具体错误",
  4858. "schema": {
  4859. "$ref": "#/definitions/md.Response"
  4860. }
  4861. }
  4862. }
  4863. }
  4864. },
  4865. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4866. "post": {
  4867. "description": "社区分红(查询)",
  4868. "consumes": [
  4869. "application/json"
  4870. ],
  4871. "produces": [
  4872. "application/json"
  4873. ],
  4874. "tags": [
  4875. "公排管理"
  4876. ],
  4877. "summary": "制度中心-公排管理-社区分红(查询)",
  4878. "parameters": [
  4879. {
  4880. "type": "string",
  4881. "description": "验证参数Bearer和token空格拼接",
  4882. "name": "Authorization",
  4883. "in": "header",
  4884. "required": true
  4885. },
  4886. {
  4887. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4888. "name": "req",
  4889. "in": "body",
  4890. "required": true,
  4891. "schema": {
  4892. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4893. }
  4894. }
  4895. ],
  4896. "responses": {
  4897. "200": {
  4898. "description": "具体数据",
  4899. "schema": {
  4900. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4901. }
  4902. },
  4903. "400": {
  4904. "description": "具体错误",
  4905. "schema": {
  4906. "$ref": "#/definitions/md.Response"
  4907. }
  4908. }
  4909. }
  4910. }
  4911. },
  4912. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4913. "post": {
  4914. "description": "社区长列表(新增)",
  4915. "consumes": [
  4916. "application/json"
  4917. ],
  4918. "produces": [
  4919. "application/json"
  4920. ],
  4921. "tags": [
  4922. "公排管理"
  4923. ],
  4924. "summary": "制度中心-公排管理-社区长列表(新增)",
  4925. "parameters": [
  4926. {
  4927. "type": "string",
  4928. "description": "验证参数Bearer和token空格拼接",
  4929. "name": "Authorization",
  4930. "in": "header",
  4931. "required": true
  4932. },
  4933. {
  4934. "description": "新增社区长 ID、备注",
  4935. "name": "req",
  4936. "in": "body",
  4937. "required": true,
  4938. "schema": {
  4939. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4940. }
  4941. }
  4942. ],
  4943. "responses": {
  4944. "200": {
  4945. "description": "插入数据 ID",
  4946. "schema": {
  4947. "type": "int"
  4948. }
  4949. },
  4950. "400": {
  4951. "description": "具体错误",
  4952. "schema": {
  4953. "$ref": "#/definitions/md.Response"
  4954. }
  4955. }
  4956. }
  4957. }
  4958. },
  4959. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  4960. "delete": {
  4961. "description": "社区长列表(删除)",
  4962. "consumes": [
  4963. "application/json"
  4964. ],
  4965. "produces": [
  4966. "application/json"
  4967. ],
  4968. "tags": [
  4969. "公排管理"
  4970. ],
  4971. "summary": "制度中心-公排管理-社区长列表(删除)",
  4972. "parameters": [
  4973. {
  4974. "type": "string",
  4975. "description": "验证参数Bearer和token空格拼接",
  4976. "name": "Authorization",
  4977. "in": "header",
  4978. "required": true
  4979. }
  4980. ],
  4981. "responses": {
  4982. "200": {
  4983. "description": "删除数据数量",
  4984. "schema": {
  4985. "type": "int"
  4986. }
  4987. },
  4988. "400": {
  4989. "description": "具体错误",
  4990. "schema": {
  4991. "$ref": "#/definitions/md.Response"
  4992. }
  4993. }
  4994. }
  4995. }
  4996. },
  4997. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4998. "post": {
  4999. "description": "社区长列表(查询)",
  5000. "consumes": [
  5001. "application/json"
  5002. ],
  5003. "produces": [
  5004. "application/json"
  5005. ],
  5006. "tags": [
  5007. "公排管理"
  5008. ],
  5009. "summary": "制度中心-公排管理-社区长列表(查询)",
  5010. "parameters": [
  5011. {
  5012. "type": "string",
  5013. "description": "验证参数Bearer和token空格拼接",
  5014. "name": "Authorization",
  5015. "in": "header",
  5016. "required": true
  5017. },
  5018. {
  5019. "description": "页数、每页大小必填 手机号、用户ID选填",
  5020. "name": "req",
  5021. "in": "body",
  5022. "required": true,
  5023. "schema": {
  5024. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5025. }
  5026. }
  5027. ],
  5028. "responses": {
  5029. "200": {
  5030. "description": "社区长列表",
  5031. "schema": {
  5032. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5033. }
  5034. },
  5035. "400": {
  5036. "description": "具体错误",
  5037. "schema": {
  5038. "$ref": "#/definitions/md.Response"
  5039. }
  5040. }
  5041. }
  5042. }
  5043. },
  5044. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5045. "post": {
  5046. "description": "关系分布图(位置转换)",
  5047. "consumes": [
  5048. "application/json"
  5049. ],
  5050. "produces": [
  5051. "application/json"
  5052. ],
  5053. "tags": [
  5054. "公排管理"
  5055. ],
  5056. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5057. "parameters": [
  5058. {
  5059. "type": "string",
  5060. "description": "验证参数Bearer和token空格拼接",
  5061. "name": "Authorization",
  5062. "in": "header",
  5063. "required": true
  5064. },
  5065. {
  5066. "description": "需要交换的两个位置",
  5067. "name": "req",
  5068. "in": "body",
  5069. "required": true,
  5070. "schema": {
  5071. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5072. }
  5073. }
  5074. ],
  5075. "responses": {
  5076. "200": {
  5077. "description": "成功返回",
  5078. "schema": {
  5079. "type": ""
  5080. }
  5081. },
  5082. "400": {
  5083. "description": "具体错误",
  5084. "schema": {
  5085. "$ref": "#/definitions/md.Response"
  5086. }
  5087. }
  5088. }
  5089. }
  5090. },
  5091. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5092. "get": {
  5093. "description": "关系分布图(获取指定用户上级)",
  5094. "consumes": [
  5095. "application/json"
  5096. ],
  5097. "produces": [
  5098. "application/json"
  5099. ],
  5100. "tags": [
  5101. "公排管理"
  5102. ],
  5103. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5104. "parameters": [
  5105. {
  5106. "type": "string",
  5107. "description": "验证参数Bearer和token空格拼接",
  5108. "name": "Authorization",
  5109. "in": "header",
  5110. "required": true
  5111. },
  5112. {
  5113. "type": "string",
  5114. "description": "用户ID",
  5115. "name": "uid",
  5116. "in": "query",
  5117. "required": true
  5118. }
  5119. ],
  5120. "responses": {
  5121. "200": {
  5122. "description": "具体数据",
  5123. "schema": {
  5124. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5125. }
  5126. },
  5127. "400": {
  5128. "description": "具体错误",
  5129. "schema": {
  5130. "$ref": "#/definitions/md.Response"
  5131. }
  5132. }
  5133. }
  5134. }
  5135. },
  5136. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5137. "get": {
  5138. "description": "关系分布图(获取指定用户下级)",
  5139. "consumes": [
  5140. "application/json"
  5141. ],
  5142. "produces": [
  5143. "application/json"
  5144. ],
  5145. "tags": [
  5146. "公排管理"
  5147. ],
  5148. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5149. "parameters": [
  5150. {
  5151. "type": "string",
  5152. "description": "验证参数Bearer和token空格拼接",
  5153. "name": "Authorization",
  5154. "in": "header",
  5155. "required": true
  5156. },
  5157. {
  5158. "type": "string",
  5159. "description": "用户ID",
  5160. "name": "uid",
  5161. "in": "query",
  5162. "required": true
  5163. }
  5164. ],
  5165. "responses": {
  5166. "200": {
  5167. "description": "具体数据",
  5168. "schema": {
  5169. "$ref": "#/definitions/md.TreeNode"
  5170. }
  5171. },
  5172. "400": {
  5173. "description": "具体错误",
  5174. "schema": {
  5175. "$ref": "#/definitions/md.Response"
  5176. }
  5177. }
  5178. }
  5179. }
  5180. },
  5181. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5182. "get": {
  5183. "description": "公排基础设置(获取)",
  5184. "consumes": [
  5185. "application/json"
  5186. ],
  5187. "produces": [
  5188. "application/json"
  5189. ],
  5190. "tags": [
  5191. "公排管理"
  5192. ],
  5193. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5194. "parameters": [
  5195. {
  5196. "type": "string",
  5197. "description": "验证参数Bearer和token空格拼接",
  5198. "name": "Authorization",
  5199. "in": "header",
  5200. "required": true
  5201. }
  5202. ],
  5203. "responses": {
  5204. "200": {
  5205. "description": "具体数据",
  5206. "schema": {
  5207. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5208. }
  5209. },
  5210. "400": {
  5211. "description": "具体错误",
  5212. "schema": {
  5213. "$ref": "#/definitions/md.Response"
  5214. }
  5215. }
  5216. }
  5217. }
  5218. },
  5219. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5220. "delete": {
  5221. "description": "免罚用户(删除)",
  5222. "consumes": [
  5223. "application/json"
  5224. ],
  5225. "produces": [
  5226. "application/json"
  5227. ],
  5228. "tags": [
  5229. "公排管理"
  5230. ],
  5231. "summary": "制度中心-公排管理-免罚用户(删除)",
  5232. "parameters": [
  5233. {
  5234. "type": "string",
  5235. "description": "验证参数Bearer和token空格拼接",
  5236. "name": "Authorization",
  5237. "in": "header",
  5238. "required": true
  5239. },
  5240. {
  5241. "description": "免罚用户ID",
  5242. "name": "req",
  5243. "in": "body",
  5244. "required": true,
  5245. "schema": {
  5246. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5247. }
  5248. }
  5249. ],
  5250. "responses": {
  5251. "200": {
  5252. "description": "删除数据数量",
  5253. "schema": {
  5254. "type": "int"
  5255. }
  5256. },
  5257. "400": {
  5258. "description": "具体错误",
  5259. "schema": {
  5260. "$ref": "#/definitions/md.Response"
  5261. }
  5262. }
  5263. }
  5264. }
  5265. },
  5266. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5267. "post": {
  5268. "description": "免罚用户(查询)",
  5269. "consumes": [
  5270. "application/json"
  5271. ],
  5272. "produces": [
  5273. "application/json"
  5274. ],
  5275. "tags": [
  5276. "公排管理"
  5277. ],
  5278. "summary": "制度中心-公排管理-免罚用户(查询)",
  5279. "parameters": [
  5280. {
  5281. "type": "string",
  5282. "description": "验证参数Bearer和token空格拼接",
  5283. "name": "Authorization",
  5284. "in": "header",
  5285. "required": true
  5286. },
  5287. {
  5288. "description": "页数和行数必填,uid选填",
  5289. "name": "req",
  5290. "in": "body",
  5291. "required": true,
  5292. "schema": {
  5293. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5294. }
  5295. }
  5296. ],
  5297. "responses": {
  5298. "200": {
  5299. "description": "成功返回",
  5300. "schema": {
  5301. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5302. }
  5303. },
  5304. "400": {
  5305. "description": "具体错误",
  5306. "schema": {
  5307. "$ref": "#/definitions/md.Response"
  5308. }
  5309. }
  5310. }
  5311. }
  5312. },
  5313. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5314. "post": {
  5315. "description": "免罚用户(新增)",
  5316. "consumes": [
  5317. "application/json"
  5318. ],
  5319. "produces": [
  5320. "application/json"
  5321. ],
  5322. "tags": [
  5323. "公排管理"
  5324. ],
  5325. "summary": "制度中心-公排管理-免罚用户(新增)",
  5326. "parameters": [
  5327. {
  5328. "type": "string",
  5329. "description": "验证参数Bearer和token空格拼接",
  5330. "name": "Authorization",
  5331. "in": "header",
  5332. "required": true
  5333. },
  5334. {
  5335. "description": "免罚用户ID",
  5336. "name": "req",
  5337. "in": "body",
  5338. "required": true,
  5339. "schema": {
  5340. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5341. }
  5342. }
  5343. ],
  5344. "responses": {
  5345. "200": {
  5346. "description": "插入数据 ID",
  5347. "schema": {
  5348. "type": "int"
  5349. }
  5350. },
  5351. "400": {
  5352. "description": "具体错误",
  5353. "schema": {
  5354. "$ref": "#/definitions/md.Response"
  5355. }
  5356. }
  5357. }
  5358. }
  5359. },
  5360. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5361. "get": {
  5362. "description": "关系分布图(获取)",
  5363. "consumes": [
  5364. "application/json"
  5365. ],
  5366. "produces": [
  5367. "application/json"
  5368. ],
  5369. "tags": [
  5370. "公排管理"
  5371. ],
  5372. "summary": "制度中心-公排管理-关系分布图(获取)",
  5373. "parameters": [
  5374. {
  5375. "type": "string",
  5376. "description": "验证参数Bearer和token空格拼接",
  5377. "name": "Authorization",
  5378. "in": "header",
  5379. "required": true
  5380. },
  5381. {
  5382. "type": "string",
  5383. "description": "phone",
  5384. "name": "phone",
  5385. "in": "query",
  5386. "required": true
  5387. },
  5388. {
  5389. "type": "string",
  5390. "description": "uid",
  5391. "name": "uid",
  5392. "in": "query",
  5393. "required": true
  5394. }
  5395. ],
  5396. "responses": {
  5397. "200": {
  5398. "description": "具体数据",
  5399. "schema": {
  5400. "$ref": "#/definitions/md.TreeNode"
  5401. }
  5402. },
  5403. "400": {
  5404. "description": "具体错误",
  5405. "schema": {
  5406. "$ref": "#/definitions/md.Response"
  5407. }
  5408. }
  5409. }
  5410. }
  5411. },
  5412. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5413. "post": {
  5414. "description": "公排基础设置选择会员(查询)",
  5415. "consumes": [
  5416. "application/json"
  5417. ],
  5418. "produces": [
  5419. "application/json"
  5420. ],
  5421. "tags": [
  5422. "公排管理"
  5423. ],
  5424. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5425. "parameters": [
  5426. {
  5427. "type": "string",
  5428. "description": "验证参数Bearer和token空格拼接",
  5429. "name": "Authorization",
  5430. "in": "header",
  5431. "required": true
  5432. },
  5433. {
  5434. "description": "分页信息必填",
  5435. "name": "req",
  5436. "in": "body",
  5437. "required": true,
  5438. "schema": {
  5439. "$ref": "#/definitions/md.SelectMemberReq"
  5440. }
  5441. }
  5442. ],
  5443. "responses": {
  5444. "200": {
  5445. "description": "具体数据",
  5446. "schema": {
  5447. "$ref": "#/definitions/md.SelectMemberResp"
  5448. }
  5449. },
  5450. "400": {
  5451. "description": "具体错误",
  5452. "schema": {
  5453. "$ref": "#/definitions/md.Response"
  5454. }
  5455. }
  5456. }
  5457. }
  5458. },
  5459. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5460. "put": {
  5461. "description": "公排基础设置(修改)",
  5462. "consumes": [
  5463. "application/json"
  5464. ],
  5465. "produces": [
  5466. "application/json"
  5467. ],
  5468. "tags": [
  5469. "公排管理"
  5470. ],
  5471. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5472. "parameters": [
  5473. {
  5474. "type": "string",
  5475. "description": "验证参数Bearer和token空格拼接",
  5476. "name": "Authorization",
  5477. "in": "header",
  5478. "required": true
  5479. },
  5480. {
  5481. "description": "公排设置表单内容",
  5482. "name": "req",
  5483. "in": "body",
  5484. "required": true,
  5485. "schema": {
  5486. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5487. }
  5488. }
  5489. ],
  5490. "responses": {
  5491. "200": {
  5492. "description": "success",
  5493. "schema": {
  5494. "type": "string"
  5495. }
  5496. },
  5497. "400": {
  5498. "description": "具体错误",
  5499. "schema": {
  5500. "$ref": "#/definitions/md.Response"
  5501. }
  5502. }
  5503. }
  5504. }
  5505. },
  5506. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5507. "post": {
  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. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5529. "name": "req",
  5530. "in": "body",
  5531. "required": true,
  5532. "schema": {
  5533. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5534. }
  5535. }
  5536. ],
  5537. "responses": {
  5538. "200": {
  5539. "description": "具体数据",
  5540. "schema": {
  5541. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5542. }
  5543. },
  5544. "400": {
  5545. "description": "具体错误",
  5546. "schema": {
  5547. "$ref": "#/definitions/md.Response"
  5548. }
  5549. }
  5550. }
  5551. }
  5552. },
  5553. "/api/login": {
  5554. "post": {
  5555. "description": "登入",
  5556. "consumes": [
  5557. "application/json"
  5558. ],
  5559. "produces": [
  5560. "application/json"
  5561. ],
  5562. "tags": [
  5563. "登录"
  5564. ],
  5565. "summary": "登陆",
  5566. "parameters": [
  5567. {
  5568. "description": "用户名密码",
  5569. "name": "req",
  5570. "in": "body",
  5571. "required": true,
  5572. "schema": {
  5573. "$ref": "#/definitions/md.LoginReq"
  5574. }
  5575. }
  5576. ],
  5577. "responses": {
  5578. "200": {
  5579. "description": "token",
  5580. "schema": {
  5581. "$ref": "#/definitions/md.LoginResponse"
  5582. }
  5583. },
  5584. "400": {
  5585. "description": "具体错误",
  5586. "schema": {
  5587. "$ref": "#/definitions/md.Response"
  5588. }
  5589. }
  5590. }
  5591. }
  5592. },
  5593. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5594. "get": {
  5595. "description": "新人红包设置(获取)",
  5596. "consumes": [
  5597. "application/json"
  5598. ],
  5599. "produces": [
  5600. "application/json"
  5601. ],
  5602. "tags": [
  5603. "营销应用"
  5604. ],
  5605. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5606. "parameters": [
  5607. {
  5608. "type": "string",
  5609. "description": "验证参数Bearer和token空格拼接",
  5610. "name": "Authorization",
  5611. "in": "header",
  5612. "required": true
  5613. }
  5614. ],
  5615. "responses": {
  5616. "200": {
  5617. "description": "具体数据",
  5618. "schema": {
  5619. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5620. }
  5621. },
  5622. "400": {
  5623. "description": "具体错误",
  5624. "schema": {
  5625. "$ref": "#/definitions/md.Response"
  5626. }
  5627. }
  5628. }
  5629. }
  5630. },
  5631. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5632. "post": {
  5633. "description": "新人红包列表明细(查询)",
  5634. "consumes": [
  5635. "application/json"
  5636. ],
  5637. "produces": [
  5638. "application/json"
  5639. ],
  5640. "tags": [
  5641. "营销应用"
  5642. ],
  5643. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5644. "parameters": [
  5645. {
  5646. "type": "string",
  5647. "description": "验证参数Bearer和token空格拼接",
  5648. "name": "Authorization",
  5649. "in": "header",
  5650. "required": true
  5651. },
  5652. {
  5653. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5654. "name": "req",
  5655. "in": "body",
  5656. "required": true,
  5657. "schema": {
  5658. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5659. }
  5660. }
  5661. ],
  5662. "responses": {
  5663. "200": {
  5664. "description": "具体数据",
  5665. "schema": {
  5666. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5667. }
  5668. },
  5669. "400": {
  5670. "description": "具体错误",
  5671. "schema": {
  5672. "$ref": "#/definitions/md.Response"
  5673. }
  5674. }
  5675. }
  5676. }
  5677. },
  5678. "/api/marketingApplications/newUserRedPackage/recordList": {
  5679. "post": {
  5680. "description": "新人红包列表(查询)",
  5681. "consumes": [
  5682. "application/json"
  5683. ],
  5684. "produces": [
  5685. "application/json"
  5686. ],
  5687. "tags": [
  5688. "营销应用"
  5689. ],
  5690. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5691. "parameters": [
  5692. {
  5693. "type": "string",
  5694. "description": "验证参数Bearer和token空格拼接",
  5695. "name": "Authorization",
  5696. "in": "header",
  5697. "required": true
  5698. },
  5699. {
  5700. "description": "新人红包列表查询条件(分页信息必填)",
  5701. "name": "req",
  5702. "in": "body",
  5703. "required": true,
  5704. "schema": {
  5705. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5706. }
  5707. }
  5708. ],
  5709. "responses": {
  5710. "200": {
  5711. "description": "具体数据",
  5712. "schema": {
  5713. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5714. }
  5715. },
  5716. "400": {
  5717. "description": "具体错误",
  5718. "schema": {
  5719. "$ref": "#/definitions/md.Response"
  5720. }
  5721. }
  5722. }
  5723. }
  5724. },
  5725. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5726. "put": {
  5727. "description": "新人红包设置(修改)",
  5728. "consumes": [
  5729. "application/json"
  5730. ],
  5731. "produces": [
  5732. "application/json"
  5733. ],
  5734. "tags": [
  5735. "营销应用"
  5736. ],
  5737. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5738. "parameters": [
  5739. {
  5740. "type": "string",
  5741. "description": "验证参数Bearer和token空格拼接",
  5742. "name": "Authorization",
  5743. "in": "header",
  5744. "required": true
  5745. },
  5746. {
  5747. "description": "新人红包设置表单",
  5748. "name": "req",
  5749. "in": "body",
  5750. "required": true,
  5751. "schema": {
  5752. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5753. }
  5754. }
  5755. ],
  5756. "responses": {
  5757. "200": {
  5758. "description": "success",
  5759. "schema": {
  5760. "type": "string"
  5761. }
  5762. },
  5763. "400": {
  5764. "description": "具体错误",
  5765. "schema": {
  5766. "$ref": "#/definitions/md.Response"
  5767. }
  5768. }
  5769. }
  5770. }
  5771. },
  5772. "/api/memberCenter/certificate/del": {
  5773. "post": {
  5774. "description": "会员中心-证书管理-删除",
  5775. "consumes": [
  5776. "application/json"
  5777. ],
  5778. "produces": [
  5779. "application/json"
  5780. ],
  5781. "tags": [
  5782. "会员中心"
  5783. ],
  5784. "summary": "会员中心-证书管理-删除",
  5785. "parameters": [
  5786. {
  5787. "type": "string",
  5788. "description": "验证参数Bearer和token空格拼接",
  5789. "name": "Authorization",
  5790. "in": "header",
  5791. "required": true
  5792. },
  5793. {
  5794. "description": "(分页信息必填)",
  5795. "name": "req",
  5796. "in": "body",
  5797. "required": true,
  5798. "schema": {
  5799. "$ref": "#/definitions/md.CertificateDelReq"
  5800. }
  5801. }
  5802. ],
  5803. "responses": {
  5804. "200": {
  5805. "description": "具体数据",
  5806. "schema": {
  5807. "type": "string"
  5808. }
  5809. },
  5810. "400": {
  5811. "description": "具体错误",
  5812. "schema": {
  5813. "$ref": "#/definitions/md.Response"
  5814. }
  5815. }
  5816. }
  5817. }
  5818. },
  5819. "/api/memberCenter/certificate/list": {
  5820. "post": {
  5821. "description": "会员中心-证书管理",
  5822. "consumes": [
  5823. "application/json"
  5824. ],
  5825. "produces": [
  5826. "application/json"
  5827. ],
  5828. "tags": [
  5829. "会员中心"
  5830. ],
  5831. "summary": "会员中心-证书管理",
  5832. "parameters": [
  5833. {
  5834. "type": "string",
  5835. "description": "验证参数Bearer和token空格拼接",
  5836. "name": "Authorization",
  5837. "in": "header",
  5838. "required": true
  5839. },
  5840. {
  5841. "description": "(分页信息必填)",
  5842. "name": "req",
  5843. "in": "body",
  5844. "required": true,
  5845. "schema": {
  5846. "$ref": "#/definitions/md.CertificateListReq"
  5847. }
  5848. }
  5849. ],
  5850. "responses": {
  5851. "200": {
  5852. "description": "具体数据",
  5853. "schema": {
  5854. "$ref": "#/definitions/md.CertificateListResp"
  5855. }
  5856. },
  5857. "400": {
  5858. "description": "具体错误",
  5859. "schema": {
  5860. "$ref": "#/definitions/md.Response"
  5861. }
  5862. }
  5863. }
  5864. }
  5865. },
  5866. "/api/memberCenter/certificate/save": {
  5867. "post": {
  5868. "description": "会员中心-证书管理-保存",
  5869. "consumes": [
  5870. "application/json"
  5871. ],
  5872. "produces": [
  5873. "application/json"
  5874. ],
  5875. "tags": [
  5876. "会员中心"
  5877. ],
  5878. "summary": "会员中心-证书管理-保存",
  5879. "parameters": [
  5880. {
  5881. "type": "string",
  5882. "description": "验证参数Bearer和token空格拼接",
  5883. "name": "Authorization",
  5884. "in": "header",
  5885. "required": true
  5886. },
  5887. {
  5888. "description": "(分页信息必填)",
  5889. "name": "req",
  5890. "in": "body",
  5891. "required": true,
  5892. "schema": {
  5893. "$ref": "#/definitions/md.CertificateSave"
  5894. }
  5895. }
  5896. ],
  5897. "responses": {
  5898. "200": {
  5899. "description": "具体数据",
  5900. "schema": {
  5901. "type": "string"
  5902. }
  5903. },
  5904. "400": {
  5905. "description": "具体错误",
  5906. "schema": {
  5907. "$ref": "#/definitions/md.Response"
  5908. }
  5909. }
  5910. }
  5911. }
  5912. },
  5913. "/api/memberCenter/levelManagement/addLevel": {
  5914. "post": {
  5915. "description": "等级管理(新增)",
  5916. "consumes": [
  5917. "application/json"
  5918. ],
  5919. "produces": [
  5920. "application/json"
  5921. ],
  5922. "tags": [
  5923. "会员中心"
  5924. ],
  5925. "summary": "制度中心-会员中心-等级管理(新增)",
  5926. "parameters": [
  5927. {
  5928. "type": "string",
  5929. "description": "验证参数Bearer和token空格拼接",
  5930. "name": "Authorization",
  5931. "in": "header",
  5932. "required": true
  5933. },
  5934. {
  5935. "description": "需要新增的等级信息",
  5936. "name": "req",
  5937. "in": "body",
  5938. "required": true,
  5939. "schema": {
  5940. "$ref": "#/definitions/md.AddLevelReq"
  5941. }
  5942. }
  5943. ],
  5944. "responses": {
  5945. "200": {
  5946. "description": "新增等级ID",
  5947. "schema": {
  5948. "type": "int"
  5949. }
  5950. },
  5951. "400": {
  5952. "description": "具体错误",
  5953. "schema": {
  5954. "$ref": "#/definitions/md.Response"
  5955. }
  5956. }
  5957. }
  5958. }
  5959. },
  5960. "/api/memberCenter/levelManagement/deleteLevel": {
  5961. "delete": {
  5962. "description": "等级管理(删除)",
  5963. "consumes": [
  5964. "application/json"
  5965. ],
  5966. "produces": [
  5967. "application/json"
  5968. ],
  5969. "tags": [
  5970. "会员中心"
  5971. ],
  5972. "summary": "制度中心-会员中心-等级管理(删除)",
  5973. "parameters": [
  5974. {
  5975. "type": "string",
  5976. "description": "验证参数Bearer和token空格拼接",
  5977. "name": "Authorization",
  5978. "in": "header",
  5979. "required": true
  5980. },
  5981. {
  5982. "description": "需要删除的等级 ID",
  5983. "name": "req",
  5984. "in": "body",
  5985. "required": true,
  5986. "schema": {
  5987. "$ref": "#/definitions/md.DeleteLevelReq"
  5988. }
  5989. }
  5990. ],
  5991. "responses": {
  5992. "200": {
  5993. "description": "成功删除数据数量",
  5994. "schema": {
  5995. "type": "int"
  5996. }
  5997. },
  5998. "400": {
  5999. "description": "具体错误",
  6000. "schema": {
  6001. "$ref": "#/definitions/md.Response"
  6002. }
  6003. }
  6004. }
  6005. }
  6006. },
  6007. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6008. "delete": {
  6009. "description": "等级任务(删除)",
  6010. "consumes": [
  6011. "application/json"
  6012. ],
  6013. "produces": [
  6014. "application/json"
  6015. ],
  6016. "tags": [
  6017. "会员中心"
  6018. ],
  6019. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6020. "parameters": [
  6021. {
  6022. "type": "string",
  6023. "description": "验证参数Bearer和token空格拼接",
  6024. "name": "Authorization",
  6025. "in": "header",
  6026. "required": true
  6027. },
  6028. {
  6029. "description": "需要删除的等级任务ID",
  6030. "name": "req",
  6031. "in": "body",
  6032. "required": true,
  6033. "schema": {
  6034. "$ref": "#/definitions/md.DeleteTaskReq"
  6035. }
  6036. }
  6037. ],
  6038. "responses": {
  6039. "200": {
  6040. "description": "成功删除数据数量",
  6041. "schema": {
  6042. "type": "int"
  6043. }
  6044. },
  6045. "400": {
  6046. "description": "具体错误",
  6047. "schema": {
  6048. "$ref": "#/definitions/md.Response"
  6049. }
  6050. }
  6051. }
  6052. }
  6053. },
  6054. "/api/memberCenter/levelManagement/getLevelList": {
  6055. "get": {
  6056. "description": "标签管理(获取)",
  6057. "consumes": [
  6058. "application/json"
  6059. ],
  6060. "produces": [
  6061. "application/json"
  6062. ],
  6063. "tags": [
  6064. "会员中心"
  6065. ],
  6066. "summary": "制度中心-会员中心-等级管理(获取)",
  6067. "parameters": [
  6068. {
  6069. "type": "string",
  6070. "description": "验证参数Bearer和token空格拼接",
  6071. "name": "Authorization",
  6072. "in": "header",
  6073. "required": true
  6074. },
  6075. {
  6076. "type": "integer",
  6077. "description": "每页大小",
  6078. "name": "limit",
  6079. "in": "query",
  6080. "required": true
  6081. },
  6082. {
  6083. "type": "integer",
  6084. "description": "页数",
  6085. "name": "page",
  6086. "in": "query",
  6087. "required": true
  6088. }
  6089. ],
  6090. "responses": {
  6091. "200": {
  6092. "description": "具体数据",
  6093. "schema": {
  6094. "$ref": "#/definitions/md.GetLevelListResp"
  6095. }
  6096. },
  6097. "400": {
  6098. "description": "具体错误",
  6099. "schema": {
  6100. "$ref": "#/definitions/md.Response"
  6101. }
  6102. }
  6103. }
  6104. }
  6105. },
  6106. "/api/memberCenter/levelManagement/getOneLevel": {
  6107. "get": {
  6108. "description": "等级明细(获取)",
  6109. "consumes": [
  6110. "application/json"
  6111. ],
  6112. "produces": [
  6113. "application/json"
  6114. ],
  6115. "tags": [
  6116. "会员中心"
  6117. ],
  6118. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6119. "parameters": [
  6120. {
  6121. "type": "string",
  6122. "description": "验证参数Bearer和token空格拼接",
  6123. "name": "Authorization",
  6124. "in": "header",
  6125. "required": true
  6126. },
  6127. {
  6128. "type": "integer",
  6129. "description": "等级 ID",
  6130. "name": "level_id",
  6131. "in": "query",
  6132. "required": true
  6133. }
  6134. ],
  6135. "responses": {
  6136. "200": {
  6137. "description": "具体数据",
  6138. "schema": {
  6139. "$ref": "#/definitions/md.GetOneLevelResp"
  6140. }
  6141. },
  6142. "400": {
  6143. "description": "具体错误",
  6144. "schema": {
  6145. "$ref": "#/definitions/md.Response"
  6146. }
  6147. }
  6148. }
  6149. }
  6150. },
  6151. "/api/memberCenter/levelManagement/updateLevel": {
  6152. "post": {
  6153. "description": "等级管理(更新)",
  6154. "consumes": [
  6155. "application/json"
  6156. ],
  6157. "produces": [
  6158. "application/json"
  6159. ],
  6160. "tags": [
  6161. "会员中心"
  6162. ],
  6163. "summary": "制度中心-会员中心-等级管理(更新)",
  6164. "parameters": [
  6165. {
  6166. "type": "string",
  6167. "description": "验证参数Bearer和token空格拼接",
  6168. "name": "Authorization",
  6169. "in": "header",
  6170. "required": true
  6171. },
  6172. {
  6173. "description": "需要修改的等级信息",
  6174. "name": "req",
  6175. "in": "body",
  6176. "required": true,
  6177. "schema": {
  6178. "$ref": "#/definitions/md.UpdateLevelReq"
  6179. }
  6180. }
  6181. ],
  6182. "responses": {
  6183. "200": {
  6184. "description": "success",
  6185. "schema": {
  6186. "type": "string"
  6187. }
  6188. },
  6189. "400": {
  6190. "description": "具体错误",
  6191. "schema": {
  6192. "$ref": "#/definitions/md.Response"
  6193. }
  6194. }
  6195. }
  6196. }
  6197. },
  6198. "/api/memberCenter/tagManagement/addTag": {
  6199. "post": {
  6200. "description": "标签管理(新增)",
  6201. "consumes": [
  6202. "application/json"
  6203. ],
  6204. "produces": [
  6205. "application/json"
  6206. ],
  6207. "tags": [
  6208. "会员中心"
  6209. ],
  6210. "summary": "制度中心-会员中心-标签管理(新增)",
  6211. "parameters": [
  6212. {
  6213. "type": "string",
  6214. "description": "验证参数Bearer和token空格拼接",
  6215. "name": "Authorization",
  6216. "in": "header",
  6217. "required": true
  6218. },
  6219. {
  6220. "description": "新增的标签信息",
  6221. "name": "req",
  6222. "in": "body",
  6223. "required": true,
  6224. "schema": {
  6225. "$ref": "#/definitions/md.AddTagReq"
  6226. }
  6227. }
  6228. ],
  6229. "responses": {
  6230. "200": {
  6231. "description": "新增的标签 ID",
  6232. "schema": {
  6233. "type": "int"
  6234. }
  6235. },
  6236. "400": {
  6237. "description": "具体错误",
  6238. "schema": {
  6239. "$ref": "#/definitions/md.Response"
  6240. }
  6241. }
  6242. }
  6243. }
  6244. },
  6245. "/api/memberCenter/tagManagement/deleteTag": {
  6246. "delete": {
  6247. "description": "标签管理(删除)",
  6248. "consumes": [
  6249. "application/json"
  6250. ],
  6251. "produces": [
  6252. "application/json"
  6253. ],
  6254. "tags": [
  6255. "会员中心"
  6256. ],
  6257. "summary": "制度中心-会员中心-标签管理(删除)",
  6258. "parameters": [
  6259. {
  6260. "type": "string",
  6261. "description": "验证参数Bearer和token空格拼接",
  6262. "name": "Authorization",
  6263. "in": "header",
  6264. "required": true
  6265. },
  6266. {
  6267. "description": "需要删除的标签 ID",
  6268. "name": "req",
  6269. "in": "body",
  6270. "required": true,
  6271. "schema": {
  6272. "$ref": "#/definitions/md.DeleteTagReq"
  6273. }
  6274. }
  6275. ],
  6276. "responses": {
  6277. "200": {
  6278. "description": "成功删除标签用户数",
  6279. "schema": {
  6280. "type": "int"
  6281. }
  6282. },
  6283. "400": {
  6284. "description": "具体错误",
  6285. "schema": {
  6286. "$ref": "#/definitions/md.Response"
  6287. }
  6288. }
  6289. }
  6290. }
  6291. },
  6292. "/api/memberCenter/tagManagement/getTagList": {
  6293. "get": {
  6294. "description": "标签管理(获取)",
  6295. "consumes": [
  6296. "application/json"
  6297. ],
  6298. "produces": [
  6299. "application/json"
  6300. ],
  6301. "tags": [
  6302. "会员中心"
  6303. ],
  6304. "summary": "制度中心-会员中心-标签管理(获取)",
  6305. "parameters": [
  6306. {
  6307. "type": "string",
  6308. "description": "验证参数Bearer和token空格拼接",
  6309. "name": "Authorization",
  6310. "in": "header",
  6311. "required": true
  6312. },
  6313. {
  6314. "type": "integer",
  6315. "description": "每页大小",
  6316. "name": "limit",
  6317. "in": "query",
  6318. "required": true
  6319. },
  6320. {
  6321. "type": "integer",
  6322. "description": "页数",
  6323. "name": "page",
  6324. "in": "query",
  6325. "required": true
  6326. }
  6327. ],
  6328. "responses": {
  6329. "200": {
  6330. "description": "具体数据",
  6331. "schema": {
  6332. "$ref": "#/definitions/md.GetTagListResp"
  6333. }
  6334. },
  6335. "400": {
  6336. "description": "具体错误",
  6337. "schema": {
  6338. "$ref": "#/definitions/md.Response"
  6339. }
  6340. }
  6341. }
  6342. }
  6343. },
  6344. "/api/memberCenter/tagManagement/updateTag": {
  6345. "post": {
  6346. "description": "标签管理(更新)",
  6347. "consumes": [
  6348. "application/json"
  6349. ],
  6350. "produces": [
  6351. "application/json"
  6352. ],
  6353. "tags": [
  6354. "会员中心"
  6355. ],
  6356. "summary": "制度中心-会员中心-标签管理(更新)",
  6357. "parameters": [
  6358. {
  6359. "type": "string",
  6360. "description": "验证参数Bearer和token空格拼接",
  6361. "name": "Authorization",
  6362. "in": "header",
  6363. "required": true
  6364. },
  6365. {
  6366. "description": "需要修改的标签信息",
  6367. "name": "req",
  6368. "in": "body",
  6369. "required": true,
  6370. "schema": {
  6371. "$ref": "#/definitions/md.UpdateTagReq"
  6372. }
  6373. }
  6374. ],
  6375. "responses": {
  6376. "200": {
  6377. "description": "成功修改数据条数",
  6378. "schema": {
  6379. "type": "int"
  6380. }
  6381. },
  6382. "400": {
  6383. "description": "具体错误",
  6384. "schema": {
  6385. "$ref": "#/definitions/md.Response"
  6386. }
  6387. }
  6388. }
  6389. }
  6390. },
  6391. "/api/memberCenter/userManagement/balanceDetail": {
  6392. "get": {
  6393. "description": "会员明细(余额获取)",
  6394. "consumes": [
  6395. "application/json"
  6396. ],
  6397. "produces": [
  6398. "application/json"
  6399. ],
  6400. "tags": [
  6401. "会员中心"
  6402. ],
  6403. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6404. "parameters": [
  6405. {
  6406. "type": "string",
  6407. "description": "验证参数Bearer和token空格拼接",
  6408. "name": "Authorization",
  6409. "in": "header",
  6410. "required": true
  6411. },
  6412. {
  6413. "type": "string",
  6414. "description": "用户 ID",
  6415. "name": "uid",
  6416. "in": "query",
  6417. "required": true
  6418. },
  6419. {
  6420. "type": "string",
  6421. "description": "每页大小",
  6422. "name": "limit",
  6423. "in": "query",
  6424. "required": true
  6425. },
  6426. {
  6427. "type": "string",
  6428. "description": "页数",
  6429. "name": "page",
  6430. "in": "query",
  6431. "required": true
  6432. }
  6433. ],
  6434. "responses": {
  6435. "200": {
  6436. "description": "具体数据",
  6437. "schema": {
  6438. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6439. }
  6440. },
  6441. "400": {
  6442. "description": "具体错误",
  6443. "schema": {
  6444. "$ref": "#/definitions/md.Response"
  6445. }
  6446. }
  6447. }
  6448. }
  6449. },
  6450. "/api/memberCenter/userManagement/getFans": {
  6451. "get": {
  6452. "description": "会员明细粉丝情况(获取)",
  6453. "consumes": [
  6454. "application/json"
  6455. ],
  6456. "produces": [
  6457. "application/json"
  6458. ],
  6459. "tags": [
  6460. "会员中心"
  6461. ],
  6462. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6463. "parameters": [
  6464. {
  6465. "type": "string",
  6466. "description": "验证参数Bearer和token空格拼接",
  6467. "name": "Authorization",
  6468. "in": "header",
  6469. "required": true
  6470. },
  6471. {
  6472. "type": "string",
  6473. "description": "用户 ID",
  6474. "name": "uid",
  6475. "in": "query",
  6476. "required": true
  6477. },
  6478. {
  6479. "type": "string",
  6480. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6481. "name": "type",
  6482. "in": "query",
  6483. "required": true
  6484. },
  6485. {
  6486. "type": "string",
  6487. "description": "每页大小",
  6488. "name": "limit",
  6489. "in": "query",
  6490. "required": true
  6491. },
  6492. {
  6493. "type": "string",
  6494. "description": "页数",
  6495. "name": "page",
  6496. "in": "query",
  6497. "required": true
  6498. }
  6499. ],
  6500. "responses": {
  6501. "200": {
  6502. "description": "具体数据",
  6503. "schema": {
  6504. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6505. }
  6506. },
  6507. "400": {
  6508. "description": "具体错误",
  6509. "schema": {
  6510. "$ref": "#/definitions/md.Response"
  6511. }
  6512. }
  6513. }
  6514. }
  6515. },
  6516. "/api/memberCenter/userManagement/getUserList": {
  6517. "post": {
  6518. "description": "用户信息管理(获取)",
  6519. "consumes": [
  6520. "application/json"
  6521. ],
  6522. "produces": [
  6523. "application/json"
  6524. ],
  6525. "tags": [
  6526. "会员中心"
  6527. ],
  6528. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6529. "parameters": [
  6530. {
  6531. "type": "string",
  6532. "description": "验证参数Bearer和token空格拼接",
  6533. "name": "Authorization",
  6534. "in": "header",
  6535. "required": true
  6536. },
  6537. {
  6538. "description": "分页信息必填",
  6539. "name": "req",
  6540. "in": "body",
  6541. "required": true,
  6542. "schema": {
  6543. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6544. }
  6545. }
  6546. ],
  6547. "responses": {
  6548. "200": {
  6549. "description": "具体数据",
  6550. "schema": {
  6551. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6552. }
  6553. },
  6554. "400": {
  6555. "description": "具体错误",
  6556. "schema": {
  6557. "$ref": "#/definitions/md.Response"
  6558. }
  6559. }
  6560. }
  6561. }
  6562. },
  6563. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6564. "get": {
  6565. "description": "会员明细(积分明细获取)",
  6566. "consumes": [
  6567. "application/json"
  6568. ],
  6569. "produces": [
  6570. "application/json"
  6571. ],
  6572. "tags": [
  6573. "会员中心"
  6574. ],
  6575. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6576. "parameters": [
  6577. {
  6578. "type": "string",
  6579. "description": "验证参数Bearer和token空格拼接",
  6580. "name": "Authorization",
  6581. "in": "header",
  6582. "required": true
  6583. },
  6584. {
  6585. "type": "string",
  6586. "description": "用户 ID",
  6587. "name": "uid",
  6588. "in": "query",
  6589. "required": true
  6590. },
  6591. {
  6592. "type": "string",
  6593. "description": "货币 ID",
  6594. "name": "coinId",
  6595. "in": "query",
  6596. "required": true
  6597. },
  6598. {
  6599. "type": "string",
  6600. "description": "每页大小",
  6601. "name": "limit",
  6602. "in": "query",
  6603. "required": true
  6604. },
  6605. {
  6606. "type": "string",
  6607. "description": "页数",
  6608. "name": "page",
  6609. "in": "query",
  6610. "required": true
  6611. }
  6612. ],
  6613. "responses": {
  6614. "200": {
  6615. "description": "具体数据",
  6616. "schema": {
  6617. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6618. }
  6619. },
  6620. "400": {
  6621. "description": "具体错误",
  6622. "schema": {
  6623. "$ref": "#/definitions/md.Response"
  6624. }
  6625. }
  6626. }
  6627. }
  6628. },
  6629. "/api/memberCenter/userManagement/updateUserInfo": {
  6630. "post": {
  6631. "description": "用户信息管理(更新)",
  6632. "consumes": [
  6633. "application/json"
  6634. ],
  6635. "produces": [
  6636. "application/json"
  6637. ],
  6638. "tags": [
  6639. "会员中心"
  6640. ],
  6641. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6642. "parameters": [
  6643. {
  6644. "type": "string",
  6645. "description": "验证参数Bearer和token空格拼接",
  6646. "name": "Authorization",
  6647. "in": "header",
  6648. "required": true
  6649. },
  6650. {
  6651. "description": "用户ID 必传",
  6652. "name": "req",
  6653. "in": "body",
  6654. "required": true,
  6655. "schema": {
  6656. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6657. }
  6658. }
  6659. ],
  6660. "responses": {
  6661. "200": {
  6662. "description": "修改数据行数",
  6663. "schema": {
  6664. "type": "int"
  6665. }
  6666. },
  6667. "400": {
  6668. "description": "具体错误",
  6669. "schema": {
  6670. "$ref": "#/definitions/md.Response"
  6671. }
  6672. }
  6673. }
  6674. }
  6675. },
  6676. "/api/memberCenter/userManagement/userData": {
  6677. "get": {
  6678. "description": "会员明细概况(获取)",
  6679. "consumes": [
  6680. "application/json"
  6681. ],
  6682. "produces": [
  6683. "application/json"
  6684. ],
  6685. "tags": [
  6686. "会员中心"
  6687. ],
  6688. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6689. "parameters": [
  6690. {
  6691. "type": "string",
  6692. "description": "验证参数Bearer和token空格拼接",
  6693. "name": "Authorization",
  6694. "in": "header",
  6695. "required": true
  6696. },
  6697. {
  6698. "type": "string",
  6699. "description": "用户 ID",
  6700. "name": "uid",
  6701. "in": "query",
  6702. "required": true
  6703. }
  6704. ],
  6705. "responses": {
  6706. "200": {
  6707. "description": "会员明细概况具体数据",
  6708. "schema": {
  6709. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6710. }
  6711. },
  6712. "400": {
  6713. "description": "具体错误",
  6714. "schema": {
  6715. "$ref": "#/definitions/md.Response"
  6716. }
  6717. }
  6718. }
  6719. }
  6720. },
  6721. "/api/memberCenter/userManagement/userDelete": {
  6722. "post": {
  6723. "description": "删除到回收站",
  6724. "consumes": [
  6725. "application/json"
  6726. ],
  6727. "produces": [
  6728. "application/json"
  6729. ],
  6730. "tags": [
  6731. "会员中心"
  6732. ],
  6733. "summary": "会员中心-用户管理-永久删除",
  6734. "parameters": [
  6735. {
  6736. "type": "string",
  6737. "description": "验证参数Bearer和token空格拼接",
  6738. "name": "Authorization",
  6739. "in": "header",
  6740. "required": true
  6741. },
  6742. {
  6743. "description": "用户ID 必传",
  6744. "name": "req",
  6745. "in": "body",
  6746. "required": true,
  6747. "schema": {
  6748. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  6749. }
  6750. }
  6751. ],
  6752. "responses": {
  6753. "200": {
  6754. "description": "修改数据行数",
  6755. "schema": {
  6756. "type": "int"
  6757. }
  6758. },
  6759. "400": {
  6760. "description": "具体错误",
  6761. "schema": {
  6762. "$ref": "#/definitions/md.Response"
  6763. }
  6764. }
  6765. }
  6766. }
  6767. },
  6768. "/api/memberCenter/userManagement/userRecycle": {
  6769. "post": {
  6770. "description": "删除到回收站",
  6771. "consumes": [
  6772. "application/json"
  6773. ],
  6774. "produces": [
  6775. "application/json"
  6776. ],
  6777. "tags": [
  6778. "会员中心"
  6779. ],
  6780. "summary": "会员中心-用户管理-删除到回收站",
  6781. "parameters": [
  6782. {
  6783. "type": "string",
  6784. "description": "验证参数Bearer和token空格拼接",
  6785. "name": "Authorization",
  6786. "in": "header",
  6787. "required": true
  6788. },
  6789. {
  6790. "description": "用户ID 必传",
  6791. "name": "req",
  6792. "in": "body",
  6793. "required": true,
  6794. "schema": {
  6795. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  6796. }
  6797. }
  6798. ],
  6799. "responses": {
  6800. "200": {
  6801. "description": "修改数据行数",
  6802. "schema": {
  6803. "type": "int"
  6804. }
  6805. },
  6806. "400": {
  6807. "description": "具体错误",
  6808. "schema": {
  6809. "$ref": "#/definitions/md.Response"
  6810. }
  6811. }
  6812. }
  6813. }
  6814. },
  6815. "/api/memberCenter/userManagement/userRecycleCancel": {
  6816. "post": {
  6817. "description": "恢复到会员列表",
  6818. "consumes": [
  6819. "application/json"
  6820. ],
  6821. "produces": [
  6822. "application/json"
  6823. ],
  6824. "tags": [
  6825. "会员中心"
  6826. ],
  6827. "summary": "会员中心-用户管理-恢复到会员列表",
  6828. "parameters": [
  6829. {
  6830. "type": "string",
  6831. "description": "验证参数Bearer和token空格拼接",
  6832. "name": "Authorization",
  6833. "in": "header",
  6834. "required": true
  6835. },
  6836. {
  6837. "description": "用户ID 必传",
  6838. "name": "req",
  6839. "in": "body",
  6840. "required": true,
  6841. "schema": {
  6842. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  6843. }
  6844. }
  6845. ],
  6846. "responses": {
  6847. "200": {
  6848. "description": "修改数据行数",
  6849. "schema": {
  6850. "type": "int"
  6851. }
  6852. },
  6853. "400": {
  6854. "description": "具体错误",
  6855. "schema": {
  6856. "$ref": "#/definitions/md.Response"
  6857. }
  6858. }
  6859. }
  6860. }
  6861. },
  6862. "/api/memberCenter/userManagement/userRecycleList": {
  6863. "post": {
  6864. "description": "回收站列表",
  6865. "consumes": [
  6866. "application/json"
  6867. ],
  6868. "produces": [
  6869. "application/json"
  6870. ],
  6871. "tags": [
  6872. "会员中心"
  6873. ],
  6874. "summary": "会员中心-用户管理-回收站列表",
  6875. "parameters": [
  6876. {
  6877. "type": "string",
  6878. "description": "验证参数Bearer和token空格拼接",
  6879. "name": "Authorization",
  6880. "in": "header",
  6881. "required": true
  6882. },
  6883. {
  6884. "description": "分页信息必填",
  6885. "name": "req",
  6886. "in": "body",
  6887. "required": true,
  6888. "schema": {
  6889. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6890. }
  6891. }
  6892. ],
  6893. "responses": {
  6894. "200": {
  6895. "description": "具体数据",
  6896. "schema": {
  6897. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6898. }
  6899. },
  6900. "400": {
  6901. "description": "具体错误",
  6902. "schema": {
  6903. "$ref": "#/definitions/md.Response"
  6904. }
  6905. }
  6906. }
  6907. }
  6908. },
  6909. "/api/notice/aliyunSms/file/phone": {
  6910. "post": {
  6911. "description": "短信推送记录-通知模板",
  6912. "consumes": [
  6913. "application/json"
  6914. ],
  6915. "produces": [
  6916. "application/json"
  6917. ],
  6918. "tags": [
  6919. "消息中心"
  6920. ],
  6921. "summary": "消息中心-短信推送记录-通知模板",
  6922. "parameters": [
  6923. {
  6924. "type": "string",
  6925. "description": "验证参数Bearer和token空格拼接",
  6926. "name": "Authorization",
  6927. "in": "header",
  6928. "required": true
  6929. },
  6930. {
  6931. "type": "string",
  6932. "description": "参数 file-----文件上传格式",
  6933. "name": "file",
  6934. "in": "formData",
  6935. "required": true
  6936. }
  6937. ],
  6938. "responses": {
  6939. "200": {
  6940. "description": "phone 一个数组",
  6941. "schema": {
  6942. "type": "string"
  6943. }
  6944. },
  6945. "400": {
  6946. "description": "具体错误",
  6947. "schema": {
  6948. "$ref": "#/definitions/md.Response"
  6949. }
  6950. }
  6951. }
  6952. }
  6953. },
  6954. "/api/notice/aliyunSms/getLevelList": {
  6955. "get": {
  6956. "description": "等级管理(获取)",
  6957. "consumes": [
  6958. "application/json"
  6959. ],
  6960. "produces": [
  6961. "application/json"
  6962. ],
  6963. "tags": [
  6964. "消息中心"
  6965. ],
  6966. "summary": "消息中心-短信推送记录-等级管理(获取)",
  6967. "parameters": [
  6968. {
  6969. "type": "string",
  6970. "description": "验证参数Bearer和token空格拼接",
  6971. "name": "Authorization",
  6972. "in": "header",
  6973. "required": true
  6974. },
  6975. {
  6976. "type": "integer",
  6977. "description": "每页大小",
  6978. "name": "limit",
  6979. "in": "query",
  6980. "required": true
  6981. },
  6982. {
  6983. "type": "integer",
  6984. "description": "页数",
  6985. "name": "page",
  6986. "in": "query",
  6987. "required": true
  6988. }
  6989. ],
  6990. "responses": {
  6991. "200": {
  6992. "description": "具体数据",
  6993. "schema": {
  6994. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  6995. }
  6996. },
  6997. "400": {
  6998. "description": "具体错误",
  6999. "schema": {
  7000. "$ref": "#/definitions/md.Response"
  7001. }
  7002. }
  7003. }
  7004. }
  7005. },
  7006. "/api/notice/aliyunSms/getTagList": {
  7007. "get": {
  7008. "description": "标签管理(获取)",
  7009. "consumes": [
  7010. "application/json"
  7011. ],
  7012. "produces": [
  7013. "application/json"
  7014. ],
  7015. "tags": [
  7016. "消息中心"
  7017. ],
  7018. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7019. "parameters": [
  7020. {
  7021. "type": "string",
  7022. "description": "验证参数Bearer和token空格拼接",
  7023. "name": "Authorization",
  7024. "in": "header",
  7025. "required": true
  7026. },
  7027. {
  7028. "type": "integer",
  7029. "description": "每页大小",
  7030. "name": "limit",
  7031. "in": "query",
  7032. "required": true
  7033. },
  7034. {
  7035. "type": "integer",
  7036. "description": "页数",
  7037. "name": "page",
  7038. "in": "query",
  7039. "required": true
  7040. }
  7041. ],
  7042. "responses": {
  7043. "200": {
  7044. "description": "具体数据",
  7045. "schema": {
  7046. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7047. }
  7048. },
  7049. "400": {
  7050. "description": "具体错误",
  7051. "schema": {
  7052. "$ref": "#/definitions/md.Response"
  7053. }
  7054. }
  7055. }
  7056. }
  7057. },
  7058. "/api/notice/aliyunSms/getUserList": {
  7059. "post": {
  7060. "description": "获取用户信息",
  7061. "consumes": [
  7062. "application/json"
  7063. ],
  7064. "produces": [
  7065. "application/json"
  7066. ],
  7067. "tags": [
  7068. "消息中心"
  7069. ],
  7070. "summary": "消息中心-短信推送记录-获取用户信息",
  7071. "parameters": [
  7072. {
  7073. "type": "string",
  7074. "description": "验证参数Bearer和token空格拼接",
  7075. "name": "Authorization",
  7076. "in": "header",
  7077. "required": true
  7078. },
  7079. {
  7080. "description": "(分页信息必填)",
  7081. "name": "req",
  7082. "in": "body",
  7083. "required": true,
  7084. "schema": {
  7085. "$ref": "#/definitions/md.JPushGetUserListReq"
  7086. }
  7087. }
  7088. ],
  7089. "responses": {
  7090. "200": {
  7091. "description": "具体数据",
  7092. "schema": {
  7093. "type": "Object"
  7094. }
  7095. },
  7096. "400": {
  7097. "description": "具体错误",
  7098. "schema": {
  7099. "$ref": "#/definitions/md.Response"
  7100. }
  7101. }
  7102. }
  7103. }
  7104. },
  7105. "/api/notice/aliyunSms/push/list": {
  7106. "post": {
  7107. "description": "短信推送记录-推送记录列表",
  7108. "consumes": [
  7109. "application/json"
  7110. ],
  7111. "produces": [
  7112. "application/json"
  7113. ],
  7114. "tags": [
  7115. "消息中心"
  7116. ],
  7117. "summary": "消息中心-短信推送记录-推送记录列表",
  7118. "parameters": [
  7119. {
  7120. "type": "string",
  7121. "description": "验证参数Bearer和token空格拼接",
  7122. "name": "Authorization",
  7123. "in": "header",
  7124. "required": true
  7125. },
  7126. {
  7127. "description": "(分页信息必填)",
  7128. "name": "req",
  7129. "in": "body",
  7130. "required": true,
  7131. "schema": {
  7132. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7133. }
  7134. }
  7135. ],
  7136. "responses": {
  7137. "200": {
  7138. "description": "具体数据",
  7139. "schema": {
  7140. "$ref": "#/definitions/md.NoticePushListResp"
  7141. }
  7142. },
  7143. "400": {
  7144. "description": "具体错误",
  7145. "schema": {
  7146. "$ref": "#/definitions/md.Response"
  7147. }
  7148. }
  7149. }
  7150. }
  7151. },
  7152. "/api/notice/aliyunSms/push/save": {
  7153. "post": {
  7154. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7155. "consumes": [
  7156. "application/json"
  7157. ],
  7158. "produces": [
  7159. "application/json"
  7160. ],
  7161. "tags": [
  7162. "消息中心"
  7163. ],
  7164. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7165. "parameters": [
  7166. {
  7167. "type": "string",
  7168. "description": "验证参数Bearer和token空格拼接",
  7169. "name": "Authorization",
  7170. "in": "header",
  7171. "required": true
  7172. },
  7173. {
  7174. "description": "(分页信息必填)",
  7175. "name": "req",
  7176. "in": "body",
  7177. "required": true,
  7178. "schema": {
  7179. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7180. }
  7181. }
  7182. ],
  7183. "responses": {
  7184. "200": {
  7185. "description": "具体数据",
  7186. "schema": {
  7187. "type": "string"
  7188. }
  7189. },
  7190. "400": {
  7191. "description": "具体错误",
  7192. "schema": {
  7193. "$ref": "#/definitions/md.Response"
  7194. }
  7195. }
  7196. }
  7197. }
  7198. },
  7199. "/api/notice/aliyunSms/sale/base": {
  7200. "get": {
  7201. "description": "短信推送记录-营销短信-通知模板",
  7202. "consumes": [
  7203. "application/json"
  7204. ],
  7205. "produces": [
  7206. "application/json"
  7207. ],
  7208. "tags": [
  7209. "消息中心"
  7210. ],
  7211. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7212. "parameters": [
  7213. {
  7214. "type": "string",
  7215. "description": "验证参数Bearer和token空格拼接",
  7216. "name": "Authorization",
  7217. "in": "header",
  7218. "required": true
  7219. }
  7220. ],
  7221. "responses": {
  7222. "200": {
  7223. "description": "具体数据",
  7224. "schema": {
  7225. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7226. }
  7227. },
  7228. "400": {
  7229. "description": "具体错误",
  7230. "schema": {
  7231. "$ref": "#/definitions/md.Response"
  7232. }
  7233. }
  7234. }
  7235. }
  7236. },
  7237. "/api/notice/aliyunSms/sale/save": {
  7238. "post": {
  7239. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7240. "consumes": [
  7241. "application/json"
  7242. ],
  7243. "produces": [
  7244. "application/json"
  7245. ],
  7246. "tags": [
  7247. "消息中心"
  7248. ],
  7249. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7250. "parameters": [
  7251. {
  7252. "type": "string",
  7253. "description": "验证参数Bearer和token空格拼接",
  7254. "name": "Authorization",
  7255. "in": "header",
  7256. "required": true
  7257. },
  7258. {
  7259. "description": "数组 把列表的数组传过来",
  7260. "name": "req",
  7261. "in": "body",
  7262. "required": true,
  7263. "schema": {
  7264. "type": "string"
  7265. }
  7266. }
  7267. ],
  7268. "responses": {
  7269. "200": {
  7270. "description": "具体数据",
  7271. "schema": {
  7272. "type": "string"
  7273. }
  7274. },
  7275. "400": {
  7276. "description": "具体错误",
  7277. "schema": {
  7278. "$ref": "#/definitions/md.Response"
  7279. }
  7280. }
  7281. }
  7282. }
  7283. },
  7284. "/api/notice/base/del": {
  7285. "post": {
  7286. "description": "基本配置-通知模板删除",
  7287. "consumes": [
  7288. "application/json"
  7289. ],
  7290. "produces": [
  7291. "application/json"
  7292. ],
  7293. "tags": [
  7294. "消息中心"
  7295. ],
  7296. "summary": "消息中心-基本配置-通知模板删除",
  7297. "parameters": [
  7298. {
  7299. "type": "string",
  7300. "description": "验证参数Bearer和token空格拼接",
  7301. "name": "Authorization",
  7302. "in": "header",
  7303. "required": true
  7304. },
  7305. {
  7306. "description": "(分页信息必填)",
  7307. "name": "req",
  7308. "in": "body",
  7309. "required": true,
  7310. "schema": {
  7311. "$ref": "#/definitions/md.NoticeDelReq"
  7312. }
  7313. }
  7314. ],
  7315. "responses": {
  7316. "200": {
  7317. "description": "具体数据",
  7318. "schema": {
  7319. "type": "string"
  7320. }
  7321. },
  7322. "400": {
  7323. "description": "具体错误",
  7324. "schema": {
  7325. "$ref": "#/definitions/md.Response"
  7326. }
  7327. }
  7328. }
  7329. }
  7330. },
  7331. "/api/notice/base/list": {
  7332. "post": {
  7333. "description": "基本配置-通知模板",
  7334. "consumes": [
  7335. "application/json"
  7336. ],
  7337. "produces": [
  7338. "application/json"
  7339. ],
  7340. "tags": [
  7341. "消息中心"
  7342. ],
  7343. "summary": "消息中心-基本配置-通知模板",
  7344. "parameters": [
  7345. {
  7346. "type": "string",
  7347. "description": "验证参数Bearer和token空格拼接",
  7348. "name": "Authorization",
  7349. "in": "header",
  7350. "required": true
  7351. },
  7352. {
  7353. "description": "(分页信息必填)",
  7354. "name": "req",
  7355. "in": "body",
  7356. "required": true,
  7357. "schema": {
  7358. "$ref": "#/definitions/md.NoticeListReq"
  7359. }
  7360. }
  7361. ],
  7362. "responses": {
  7363. "200": {
  7364. "description": "具体数据",
  7365. "schema": {
  7366. "$ref": "#/definitions/md.NoticeListResp"
  7367. }
  7368. },
  7369. "400": {
  7370. "description": "具体错误",
  7371. "schema": {
  7372. "$ref": "#/definitions/md.Response"
  7373. }
  7374. }
  7375. }
  7376. }
  7377. },
  7378. "/api/notice/base/save": {
  7379. "post": {
  7380. "description": "基本配置-通知模板添加编辑",
  7381. "consumes": [
  7382. "application/json"
  7383. ],
  7384. "produces": [
  7385. "application/json"
  7386. ],
  7387. "tags": [
  7388. "消息中心"
  7389. ],
  7390. "summary": "消息中心-基本配置-通知模板添加编辑",
  7391. "parameters": [
  7392. {
  7393. "type": "string",
  7394. "description": "验证参数Bearer和token空格拼接",
  7395. "name": "Authorization",
  7396. "in": "header",
  7397. "required": true
  7398. },
  7399. {
  7400. "description": "(分页信息必填)",
  7401. "name": "req",
  7402. "in": "body",
  7403. "required": true,
  7404. "schema": {
  7405. "$ref": "#/definitions/md.NoticeSaveReq"
  7406. }
  7407. }
  7408. ],
  7409. "responses": {
  7410. "200": {
  7411. "description": "具体数据",
  7412. "schema": {
  7413. "type": "string"
  7414. }
  7415. },
  7416. "400": {
  7417. "description": "具体错误",
  7418. "schema": {
  7419. "$ref": "#/definitions/md.Response"
  7420. }
  7421. }
  7422. }
  7423. }
  7424. },
  7425. "/api/notice/jPush/getLevelList": {
  7426. "get": {
  7427. "description": "等级管理(获取)",
  7428. "consumes": [
  7429. "application/json"
  7430. ],
  7431. "produces": [
  7432. "application/json"
  7433. ],
  7434. "tags": [
  7435. "消息中心"
  7436. ],
  7437. "summary": "消息中心-基本配置-等级管理(获取)",
  7438. "parameters": [
  7439. {
  7440. "type": "string",
  7441. "description": "验证参数Bearer和token空格拼接",
  7442. "name": "Authorization",
  7443. "in": "header",
  7444. "required": true
  7445. },
  7446. {
  7447. "type": "integer",
  7448. "description": "每页大小",
  7449. "name": "limit",
  7450. "in": "query",
  7451. "required": true
  7452. },
  7453. {
  7454. "type": "integer",
  7455. "description": "页数",
  7456. "name": "page",
  7457. "in": "query",
  7458. "required": true
  7459. }
  7460. ],
  7461. "responses": {
  7462. "200": {
  7463. "description": "具体数据",
  7464. "schema": {
  7465. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7466. }
  7467. },
  7468. "400": {
  7469. "description": "具体错误",
  7470. "schema": {
  7471. "$ref": "#/definitions/md.Response"
  7472. }
  7473. }
  7474. }
  7475. }
  7476. },
  7477. "/api/notice/jPush/getTagList": {
  7478. "get": {
  7479. "description": "标签管理(获取)",
  7480. "consumes": [
  7481. "application/json"
  7482. ],
  7483. "produces": [
  7484. "application/json"
  7485. ],
  7486. "tags": [
  7487. "消息中心"
  7488. ],
  7489. "summary": "消息中心-基本配置-标签管理(获取)",
  7490. "parameters": [
  7491. {
  7492. "type": "string",
  7493. "description": "验证参数Bearer和token空格拼接",
  7494. "name": "Authorization",
  7495. "in": "header",
  7496. "required": true
  7497. },
  7498. {
  7499. "type": "integer",
  7500. "description": "每页大小",
  7501. "name": "limit",
  7502. "in": "query",
  7503. "required": true
  7504. },
  7505. {
  7506. "type": "integer",
  7507. "description": "页数",
  7508. "name": "page",
  7509. "in": "query",
  7510. "required": true
  7511. }
  7512. ],
  7513. "responses": {
  7514. "200": {
  7515. "description": "具体数据",
  7516. "schema": {
  7517. "$ref": "#/definitions/md.JPushGetTagListResp"
  7518. }
  7519. },
  7520. "400": {
  7521. "description": "具体错误",
  7522. "schema": {
  7523. "$ref": "#/definitions/md.Response"
  7524. }
  7525. }
  7526. }
  7527. }
  7528. },
  7529. "/api/notice/jPush/getUserList": {
  7530. "post": {
  7531. "description": "获取用户信息",
  7532. "consumes": [
  7533. "application/json"
  7534. ],
  7535. "produces": [
  7536. "application/json"
  7537. ],
  7538. "tags": [
  7539. "消息中心"
  7540. ],
  7541. "summary": "消息中心-基本配置-获取用户信息",
  7542. "parameters": [
  7543. {
  7544. "type": "string",
  7545. "description": "验证参数Bearer和token空格拼接",
  7546. "name": "Authorization",
  7547. "in": "header",
  7548. "required": true
  7549. },
  7550. {
  7551. "description": "(分页信息必填)",
  7552. "name": "req",
  7553. "in": "body",
  7554. "required": true,
  7555. "schema": {
  7556. "$ref": "#/definitions/md.JPushGetUserListReq"
  7557. }
  7558. }
  7559. ],
  7560. "responses": {
  7561. "200": {
  7562. "description": "具体数据",
  7563. "schema": {
  7564. "type": "Object"
  7565. }
  7566. },
  7567. "400": {
  7568. "description": "具体错误",
  7569. "schema": {
  7570. "$ref": "#/definitions/md.Response"
  7571. }
  7572. }
  7573. }
  7574. }
  7575. },
  7576. "/api/notice/jPush/push/list": {
  7577. "post": {
  7578. "description": "基本配置-推送记录列表",
  7579. "consumes": [
  7580. "application/json"
  7581. ],
  7582. "produces": [
  7583. "application/json"
  7584. ],
  7585. "tags": [
  7586. "消息中心"
  7587. ],
  7588. "summary": "消息中心-基本配置-推送记录列表",
  7589. "parameters": [
  7590. {
  7591. "type": "string",
  7592. "description": "验证参数Bearer和token空格拼接",
  7593. "name": "Authorization",
  7594. "in": "header",
  7595. "required": true
  7596. },
  7597. {
  7598. "description": "(分页信息必填)",
  7599. "name": "req",
  7600. "in": "body",
  7601. "required": true,
  7602. "schema": {
  7603. "$ref": "#/definitions/md.NoticeListReq"
  7604. }
  7605. }
  7606. ],
  7607. "responses": {
  7608. "200": {
  7609. "description": "具体数据",
  7610. "schema": {
  7611. "$ref": "#/definitions/md.NoticePushListResp"
  7612. }
  7613. },
  7614. "400": {
  7615. "description": "具体错误",
  7616. "schema": {
  7617. "$ref": "#/definitions/md.Response"
  7618. }
  7619. }
  7620. }
  7621. }
  7622. },
  7623. "/api/notice/jPush/push/save": {
  7624. "post": {
  7625. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7626. "consumes": [
  7627. "application/json"
  7628. ],
  7629. "produces": [
  7630. "application/json"
  7631. ],
  7632. "tags": [
  7633. "消息中心"
  7634. ],
  7635. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7636. "parameters": [
  7637. {
  7638. "type": "string",
  7639. "description": "验证参数Bearer和token空格拼接",
  7640. "name": "Authorization",
  7641. "in": "header",
  7642. "required": true
  7643. },
  7644. {
  7645. "description": "(分页信息必填)",
  7646. "name": "req",
  7647. "in": "body",
  7648. "required": true,
  7649. "schema": {
  7650. "$ref": "#/definitions/md.NoticePushSaveReq"
  7651. }
  7652. }
  7653. ],
  7654. "responses": {
  7655. "200": {
  7656. "description": "具体数据",
  7657. "schema": {
  7658. "type": "string"
  7659. }
  7660. },
  7661. "400": {
  7662. "description": "具体错误",
  7663. "schema": {
  7664. "$ref": "#/definitions/md.Response"
  7665. }
  7666. }
  7667. }
  7668. }
  7669. },
  7670. "/api/role/addAdmin": {
  7671. "post": {
  7672. "description": "权限管理-新增管理员",
  7673. "consumes": [
  7674. "application/json"
  7675. ],
  7676. "produces": [
  7677. "application/json"
  7678. ],
  7679. "tags": [
  7680. "权限管理"
  7681. ],
  7682. "summary": "新增管理员",
  7683. "parameters": [
  7684. {
  7685. "type": "string",
  7686. "description": "验证参数Bearer和token空格拼接",
  7687. "name": "Authorization",
  7688. "in": "header",
  7689. "required": true
  7690. },
  7691. {
  7692. "description": "请求参数",
  7693. "name": "args",
  7694. "in": "body",
  7695. "required": true,
  7696. "schema": {
  7697. "$ref": "#/definitions/md.AddAdminReq"
  7698. }
  7699. }
  7700. ],
  7701. "responses": {
  7702. "200": {
  7703. "description": "success",
  7704. "schema": {
  7705. "type": "string"
  7706. }
  7707. },
  7708. "400": {
  7709. "description": "具体错误",
  7710. "schema": {
  7711. "$ref": "#/definitions/md.Response"
  7712. }
  7713. }
  7714. }
  7715. }
  7716. },
  7717. "/api/role/addRole": {
  7718. "post": {
  7719. "description": "权限管理-添加角色",
  7720. "consumes": [
  7721. "application/json"
  7722. ],
  7723. "produces": [
  7724. "application/json"
  7725. ],
  7726. "tags": [
  7727. "权限管理"
  7728. ],
  7729. "summary": "添加角色",
  7730. "parameters": [
  7731. {
  7732. "type": "string",
  7733. "description": "验证参数Bearer和token空格拼接",
  7734. "name": "Authorization",
  7735. "in": "header",
  7736. "required": true
  7737. },
  7738. {
  7739. "description": "请求参数",
  7740. "name": "args",
  7741. "in": "body",
  7742. "required": true,
  7743. "schema": {
  7744. "$ref": "#/definitions/md.AddRoleReq"
  7745. }
  7746. }
  7747. ],
  7748. "responses": {
  7749. "200": {
  7750. "description": "success",
  7751. "schema": {
  7752. "type": "string"
  7753. }
  7754. },
  7755. "400": {
  7756. "description": "具体错误",
  7757. "schema": {
  7758. "$ref": "#/definitions/md.Response"
  7759. }
  7760. }
  7761. }
  7762. }
  7763. },
  7764. "/api/role/adminInfo": {
  7765. "get": {
  7766. "description": "权限管理-管理员信息",
  7767. "consumes": [
  7768. "application/json"
  7769. ],
  7770. "produces": [
  7771. "application/json"
  7772. ],
  7773. "tags": [
  7774. "权限管理"
  7775. ],
  7776. "summary": "管理员信息",
  7777. "parameters": [
  7778. {
  7779. "type": "string",
  7780. "description": "验证参数Bearer和token空格拼接",
  7781. "name": "Authorization",
  7782. "in": "header",
  7783. "required": true
  7784. },
  7785. {
  7786. "type": "string",
  7787. "description": "管理员id",
  7788. "name": "adm_id",
  7789. "in": "query",
  7790. "required": true
  7791. }
  7792. ],
  7793. "responses": {
  7794. "200": {
  7795. "description": "具体看返回内容",
  7796. "schema": {
  7797. "type": "string"
  7798. }
  7799. },
  7800. "400": {
  7801. "description": "具体错误",
  7802. "schema": {
  7803. "$ref": "#/definitions/md.Response"
  7804. }
  7805. }
  7806. }
  7807. }
  7808. },
  7809. "/api/role/adminList": {
  7810. "post": {
  7811. "description": "权限管理-管理员列表",
  7812. "consumes": [
  7813. "application/json"
  7814. ],
  7815. "produces": [
  7816. "application/json"
  7817. ],
  7818. "tags": [
  7819. "权限管理"
  7820. ],
  7821. "summary": "管理员列表",
  7822. "parameters": [
  7823. {
  7824. "type": "string",
  7825. "description": "验证参数Bearer和token空格拼接",
  7826. "name": "Authorization",
  7827. "in": "header",
  7828. "required": true
  7829. },
  7830. {
  7831. "description": "请求参数",
  7832. "name": "args",
  7833. "in": "body",
  7834. "required": true,
  7835. "schema": {
  7836. "$ref": "#/definitions/md.AdminListReq"
  7837. }
  7838. }
  7839. ],
  7840. "responses": {
  7841. "200": {
  7842. "description": "具体看返回内容",
  7843. "schema": {
  7844. "type": "string"
  7845. }
  7846. },
  7847. "400": {
  7848. "description": "具体错误",
  7849. "schema": {
  7850. "$ref": "#/definitions/md.Response"
  7851. }
  7852. }
  7853. }
  7854. }
  7855. },
  7856. "/api/role/bindAdminRole": {
  7857. "post": {
  7858. "description": "权限管理-管理员绑定角色",
  7859. "consumes": [
  7860. "application/json"
  7861. ],
  7862. "produces": [
  7863. "application/json"
  7864. ],
  7865. "tags": [
  7866. "权限管理"
  7867. ],
  7868. "summary": "管理员绑定角色",
  7869. "parameters": [
  7870. {
  7871. "type": "string",
  7872. "description": "验证参数Bearer和token空格拼接",
  7873. "name": "Authorization",
  7874. "in": "header",
  7875. "required": true
  7876. },
  7877. {
  7878. "description": "请求参数",
  7879. "name": "args",
  7880. "in": "body",
  7881. "required": true,
  7882. "schema": {
  7883. "$ref": "#/definitions/md.BindAdminRoleReq"
  7884. }
  7885. }
  7886. ],
  7887. "responses": {
  7888. "200": {
  7889. "description": "success",
  7890. "schema": {
  7891. "type": "string"
  7892. }
  7893. },
  7894. "400": {
  7895. "description": "具体错误",
  7896. "schema": {
  7897. "$ref": "#/definitions/md.Response"
  7898. }
  7899. }
  7900. }
  7901. }
  7902. },
  7903. "/api/role/deleteAdmin/{$adm_id}": {
  7904. "delete": {
  7905. "description": "权限管理-删除管理员",
  7906. "consumes": [
  7907. "application/json"
  7908. ],
  7909. "produces": [
  7910. "application/json"
  7911. ],
  7912. "tags": [
  7913. "权限管理"
  7914. ],
  7915. "summary": "删除管理员",
  7916. "parameters": [
  7917. {
  7918. "type": "string",
  7919. "description": "验证参数Bearer和token空格拼接",
  7920. "name": "Authorization",
  7921. "in": "header",
  7922. "required": true
  7923. }
  7924. ],
  7925. "responses": {
  7926. "200": {
  7927. "description": "success",
  7928. "schema": {
  7929. "type": "string"
  7930. }
  7931. },
  7932. "400": {
  7933. "description": "具体错误",
  7934. "schema": {
  7935. "$ref": "#/definitions/md.Response"
  7936. }
  7937. }
  7938. }
  7939. }
  7940. },
  7941. "/api/role/deleteRole/{$id}": {
  7942. "delete": {
  7943. "description": "权限管理-删除角色",
  7944. "consumes": [
  7945. "application/json"
  7946. ],
  7947. "produces": [
  7948. "application/json"
  7949. ],
  7950. "tags": [
  7951. "权限管理"
  7952. ],
  7953. "summary": "删除角色",
  7954. "parameters": [
  7955. {
  7956. "type": "string",
  7957. "description": "验证参数Bearer和token空格拼接",
  7958. "name": "Authorization",
  7959. "in": "header",
  7960. "required": true
  7961. },
  7962. {
  7963. "description": "请求参数",
  7964. "name": "args",
  7965. "in": "body",
  7966. "required": true,
  7967. "schema": {
  7968. "$ref": "#/definitions/md.UpdateRoleStateReq"
  7969. }
  7970. }
  7971. ],
  7972. "responses": {
  7973. "200": {
  7974. "description": "success",
  7975. "schema": {
  7976. "type": "string"
  7977. }
  7978. },
  7979. "400": {
  7980. "description": "具体错误",
  7981. "schema": {
  7982. "$ref": "#/definitions/md.Response"
  7983. }
  7984. }
  7985. }
  7986. }
  7987. },
  7988. "/api/role/permissionGroupList": {
  7989. "get": {
  7990. "description": "权限管理-权限组列表",
  7991. "consumes": [
  7992. "application/json"
  7993. ],
  7994. "produces": [
  7995. "application/json"
  7996. ],
  7997. "tags": [
  7998. "权限管理"
  7999. ],
  8000. "summary": "权限组列表",
  8001. "parameters": [
  8002. {
  8003. "type": "string",
  8004. "description": "验证参数Bearer和token空格拼接",
  8005. "name": "Authorization",
  8006. "in": "header",
  8007. "required": true
  8008. },
  8009. {
  8010. "type": "string",
  8011. "description": "管理员id",
  8012. "name": "adm_id",
  8013. "in": "query",
  8014. "required": true
  8015. }
  8016. ],
  8017. "responses": {
  8018. "200": {
  8019. "description": "具体看返回内容",
  8020. "schema": {
  8021. "type": "string"
  8022. }
  8023. },
  8024. "400": {
  8025. "description": "具体错误",
  8026. "schema": {
  8027. "$ref": "#/definitions/md.Response"
  8028. }
  8029. }
  8030. }
  8031. }
  8032. },
  8033. "/api/role/roleBindPermissionGroup": {
  8034. "post": {
  8035. "description": "权限管理-角色绑定权限组",
  8036. "consumes": [
  8037. "application/json"
  8038. ],
  8039. "produces": [
  8040. "application/json"
  8041. ],
  8042. "tags": [
  8043. "权限管理"
  8044. ],
  8045. "summary": "角色绑定权限组",
  8046. "parameters": [
  8047. {
  8048. "type": "string",
  8049. "description": "验证参数Bearer和token空格拼接",
  8050. "name": "Authorization",
  8051. "in": "header",
  8052. "required": true
  8053. },
  8054. {
  8055. "description": "请求参数",
  8056. "name": "args",
  8057. "in": "body",
  8058. "required": true,
  8059. "schema": {
  8060. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8061. }
  8062. }
  8063. ],
  8064. "responses": {
  8065. "200": {
  8066. "description": "success",
  8067. "schema": {
  8068. "type": "string"
  8069. }
  8070. },
  8071. "400": {
  8072. "description": "具体错误",
  8073. "schema": {
  8074. "$ref": "#/definitions/md.Response"
  8075. }
  8076. }
  8077. }
  8078. }
  8079. },
  8080. "/api/role/roleList": {
  8081. "get": {
  8082. "description": "权限管理-角色列表",
  8083. "consumes": [
  8084. "application/json"
  8085. ],
  8086. "produces": [
  8087. "application/json"
  8088. ],
  8089. "tags": [
  8090. "权限管理"
  8091. ],
  8092. "summary": "角色列表",
  8093. "parameters": [
  8094. {
  8095. "type": "string",
  8096. "description": "验证参数Bearer和token空格拼接",
  8097. "name": "Authorization",
  8098. "in": "header",
  8099. "required": true
  8100. }
  8101. ],
  8102. "responses": {
  8103. "200": {
  8104. "description": "具体看返回内容",
  8105. "schema": {
  8106. "type": "string"
  8107. }
  8108. },
  8109. "400": {
  8110. "description": "具体错误",
  8111. "schema": {
  8112. "$ref": "#/definitions/md.Response"
  8113. }
  8114. }
  8115. }
  8116. }
  8117. },
  8118. "/api/role/updateAdmin": {
  8119. "post": {
  8120. "description": "权限管理-修改管理员信息",
  8121. "consumes": [
  8122. "application/json"
  8123. ],
  8124. "produces": [
  8125. "application/json"
  8126. ],
  8127. "tags": [
  8128. "权限管理"
  8129. ],
  8130. "summary": "修改管理员信息",
  8131. "parameters": [
  8132. {
  8133. "type": "string",
  8134. "description": "验证参数Bearer和token空格拼接",
  8135. "name": "Authorization",
  8136. "in": "header",
  8137. "required": true
  8138. },
  8139. {
  8140. "description": "请求参数",
  8141. "name": "args",
  8142. "in": "body",
  8143. "required": true,
  8144. "schema": {
  8145. "$ref": "#/definitions/md.UpdateAdminReq"
  8146. }
  8147. }
  8148. ],
  8149. "responses": {
  8150. "200": {
  8151. "description": "success",
  8152. "schema": {
  8153. "type": "string"
  8154. }
  8155. },
  8156. "400": {
  8157. "description": "具体错误",
  8158. "schema": {
  8159. "$ref": "#/definitions/md.Response"
  8160. }
  8161. }
  8162. }
  8163. }
  8164. },
  8165. "/api/role/updateAdminState": {
  8166. "post": {
  8167. "description": "权限管理-修改管理员状态",
  8168. "consumes": [
  8169. "application/json"
  8170. ],
  8171. "produces": [
  8172. "application/json"
  8173. ],
  8174. "tags": [
  8175. "权限管理"
  8176. ],
  8177. "summary": "修改管理员状态",
  8178. "parameters": [
  8179. {
  8180. "type": "string",
  8181. "description": "验证参数Bearer和token空格拼接",
  8182. "name": "Authorization",
  8183. "in": "header",
  8184. "required": true
  8185. },
  8186. {
  8187. "description": "请求参数",
  8188. "name": "args",
  8189. "in": "body",
  8190. "required": true,
  8191. "schema": {
  8192. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8193. }
  8194. }
  8195. ],
  8196. "responses": {
  8197. "200": {
  8198. "description": "success",
  8199. "schema": {
  8200. "type": "string"
  8201. }
  8202. },
  8203. "400": {
  8204. "description": "具体错误",
  8205. "schema": {
  8206. "$ref": "#/definitions/md.Response"
  8207. }
  8208. }
  8209. }
  8210. }
  8211. },
  8212. "/api/role/updateRole": {
  8213. "post": {
  8214. "description": "权限管理-修改角色",
  8215. "consumes": [
  8216. "application/json"
  8217. ],
  8218. "produces": [
  8219. "application/json"
  8220. ],
  8221. "tags": [
  8222. "权限管理"
  8223. ],
  8224. "summary": "修改角色",
  8225. "parameters": [
  8226. {
  8227. "type": "string",
  8228. "description": "验证参数Bearer和token空格拼接",
  8229. "name": "Authorization",
  8230. "in": "header",
  8231. "required": true
  8232. },
  8233. {
  8234. "description": "请求参数",
  8235. "name": "args",
  8236. "in": "body",
  8237. "required": true,
  8238. "schema": {
  8239. "$ref": "#/definitions/md.UpdateRoleReq"
  8240. }
  8241. }
  8242. ],
  8243. "responses": {
  8244. "200": {
  8245. "description": "success",
  8246. "schema": {
  8247. "type": "string"
  8248. }
  8249. },
  8250. "400": {
  8251. "description": "具体错误",
  8252. "schema": {
  8253. "$ref": "#/definitions/md.Response"
  8254. }
  8255. }
  8256. }
  8257. }
  8258. },
  8259. "/api/role/updateRoleState": {
  8260. "post": {
  8261. "description": "权限管理-修改角色状态",
  8262. "consumes": [
  8263. "application/json"
  8264. ],
  8265. "produces": [
  8266. "application/json"
  8267. ],
  8268. "tags": [
  8269. "权限管理"
  8270. ],
  8271. "summary": "修改角色状态",
  8272. "parameters": [
  8273. {
  8274. "type": "string",
  8275. "description": "验证参数Bearer和token空格拼接",
  8276. "name": "Authorization",
  8277. "in": "header",
  8278. "required": true
  8279. },
  8280. {
  8281. "description": "请求参数",
  8282. "name": "args",
  8283. "in": "body",
  8284. "required": true,
  8285. "schema": {
  8286. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8287. }
  8288. }
  8289. ],
  8290. "responses": {
  8291. "200": {
  8292. "description": "success",
  8293. "schema": {
  8294. "type": "string"
  8295. }
  8296. },
  8297. "400": {
  8298. "description": "具体错误",
  8299. "schema": {
  8300. "$ref": "#/definitions/md.Response"
  8301. }
  8302. }
  8303. }
  8304. }
  8305. },
  8306. "/api/settCenter/oss/aliYun/getBasic": {
  8307. "get": {
  8308. "description": "对象存储设置(获取)",
  8309. "consumes": [
  8310. "application/json"
  8311. ],
  8312. "produces": [
  8313. "application/json"
  8314. ],
  8315. "tags": [
  8316. "对象存储"
  8317. ],
  8318. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8319. "parameters": [
  8320. {
  8321. "type": "string",
  8322. "description": "验证参数Bearer和token空格拼接",
  8323. "name": "Authorization",
  8324. "in": "header",
  8325. "required": true
  8326. }
  8327. ],
  8328. "responses": {
  8329. "200": {
  8330. "description": "设置列表",
  8331. "schema": {
  8332. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8333. }
  8334. },
  8335. "400": {
  8336. "description": "具体错误",
  8337. "schema": {
  8338. "$ref": "#/definitions/md.Response"
  8339. }
  8340. }
  8341. }
  8342. }
  8343. },
  8344. "/api/settCenter/oss/aliYun/setBasic": {
  8345. "post": {
  8346. "description": "对象存储设置(更新)",
  8347. "consumes": [
  8348. "application/json"
  8349. ],
  8350. "produces": [
  8351. "application/json"
  8352. ],
  8353. "tags": [
  8354. "对象存储"
  8355. ],
  8356. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8357. "parameters": [
  8358. {
  8359. "type": "string",
  8360. "description": "验证参数Bearer和token空格拼接",
  8361. "name": "Authorization",
  8362. "in": "header",
  8363. "required": true
  8364. },
  8365. {
  8366. "description": "上传需要修改的信息",
  8367. "name": "req",
  8368. "in": "body",
  8369. "required": true,
  8370. "schema": {
  8371. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8372. }
  8373. }
  8374. ],
  8375. "responses": {
  8376. "200": {
  8377. "description": "success",
  8378. "schema": {
  8379. "type": "string"
  8380. }
  8381. },
  8382. "400": {
  8383. "description": "具体错误",
  8384. "schema": {
  8385. "$ref": "#/definitions/md.Response"
  8386. }
  8387. }
  8388. }
  8389. }
  8390. },
  8391. "/api/settCenter/web/getBasic": {
  8392. "get": {
  8393. "description": "网站信息-基本设置(获取)",
  8394. "consumes": [
  8395. "application/json"
  8396. ],
  8397. "produces": [
  8398. "application/json"
  8399. ],
  8400. "tags": [
  8401. "基础设置"
  8402. ],
  8403. "summary": "基础设置-网站信息-基本设置(获取)",
  8404. "parameters": [
  8405. {
  8406. "type": "string",
  8407. "description": "验证参数Bearer和token空格拼接",
  8408. "name": "Authorization",
  8409. "in": "header",
  8410. "required": true
  8411. }
  8412. ],
  8413. "responses": {
  8414. "200": {
  8415. "description": "设置列表",
  8416. "schema": {
  8417. "$ref": "#/definitions/setCenter.WebBasicResp"
  8418. }
  8419. },
  8420. "400": {
  8421. "description": "具体错误",
  8422. "schema": {
  8423. "$ref": "#/definitions/md.Response"
  8424. }
  8425. }
  8426. }
  8427. }
  8428. },
  8429. "/api/settCenter/web/setBasic": {
  8430. "post": {
  8431. "description": "基本设置(更新)",
  8432. "consumes": [
  8433. "application/json"
  8434. ],
  8435. "produces": [
  8436. "application/json"
  8437. ],
  8438. "tags": [
  8439. "基础设置"
  8440. ],
  8441. "summary": "基础设置-网站信息-基本设置(更新)",
  8442. "parameters": [
  8443. {
  8444. "type": "string",
  8445. "description": "验证参数Bearer和token空格拼接",
  8446. "name": "Authorization",
  8447. "in": "header",
  8448. "required": true
  8449. },
  8450. {
  8451. "description": "上传需要修改的信息",
  8452. "name": "req",
  8453. "in": "body",
  8454. "required": true,
  8455. "schema": {
  8456. "$ref": "#/definitions/setCenter.WebBasicReq"
  8457. }
  8458. }
  8459. ],
  8460. "responses": {
  8461. "200": {
  8462. "description": "success",
  8463. "schema": {
  8464. "type": "string"
  8465. }
  8466. },
  8467. "400": {
  8468. "description": "具体错误",
  8469. "schema": {
  8470. "$ref": "#/definitions/md.Response"
  8471. }
  8472. }
  8473. }
  8474. }
  8475. },
  8476. "/api/userFeedback/cate/list": {
  8477. "post": {
  8478. "description": "分类列表",
  8479. "consumes": [
  8480. "application/json"
  8481. ],
  8482. "produces": [
  8483. "application/json"
  8484. ],
  8485. "tags": [
  8486. "消息中心"
  8487. ],
  8488. "summary": "反馈列表-分类列表",
  8489. "parameters": [
  8490. {
  8491. "type": "string",
  8492. "description": "验证参数Bearer和token空格拼接",
  8493. "name": "Authorization",
  8494. "in": "header",
  8495. "required": true
  8496. },
  8497. {
  8498. "description": "(分页信息必填)",
  8499. "name": "req",
  8500. "in": "body",
  8501. "required": true,
  8502. "schema": {
  8503. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8504. }
  8505. }
  8506. ],
  8507. "responses": {
  8508. "200": {
  8509. "description": "具体数据",
  8510. "schema": {
  8511. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8512. }
  8513. },
  8514. "400": {
  8515. "description": "具体错误",
  8516. "schema": {
  8517. "$ref": "#/definitions/md.Response"
  8518. }
  8519. }
  8520. }
  8521. }
  8522. },
  8523. "/api/userFeedback/content/change/state": {
  8524. "post": {
  8525. "description": "反馈列表-修改状态",
  8526. "consumes": [
  8527. "application/json"
  8528. ],
  8529. "produces": [
  8530. "application/json"
  8531. ],
  8532. "tags": [
  8533. "消息中心"
  8534. ],
  8535. "summary": "用户反馈-反馈列表-修改状态",
  8536. "parameters": [
  8537. {
  8538. "type": "string",
  8539. "description": "验证参数Bearer和token空格拼接",
  8540. "name": "Authorization",
  8541. "in": "header",
  8542. "required": true
  8543. },
  8544. {
  8545. "description": "(分页信息必填)",
  8546. "name": "req",
  8547. "in": "body",
  8548. "required": true,
  8549. "schema": {
  8550. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8551. }
  8552. }
  8553. ],
  8554. "responses": {
  8555. "200": {
  8556. "description": "具体数据",
  8557. "schema": {
  8558. "type": "string"
  8559. }
  8560. },
  8561. "400": {
  8562. "description": "具体错误",
  8563. "schema": {
  8564. "$ref": "#/definitions/md.Response"
  8565. }
  8566. }
  8567. }
  8568. }
  8569. },
  8570. "/api/userFeedback/content/del": {
  8571. "post": {
  8572. "description": "反馈列表-反馈删除",
  8573. "consumes": [
  8574. "application/json"
  8575. ],
  8576. "produces": [
  8577. "application/json"
  8578. ],
  8579. "tags": [
  8580. "消息中心"
  8581. ],
  8582. "summary": "用户反馈-反馈列表-反馈删除",
  8583. "parameters": [
  8584. {
  8585. "type": "string",
  8586. "description": "验证参数Bearer和token空格拼接",
  8587. "name": "Authorization",
  8588. "in": "header",
  8589. "required": true
  8590. },
  8591. {
  8592. "description": "(分页信息必填)",
  8593. "name": "req",
  8594. "in": "body",
  8595. "required": true,
  8596. "schema": {
  8597. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8598. }
  8599. }
  8600. ],
  8601. "responses": {
  8602. "200": {
  8603. "description": "具体数据",
  8604. "schema": {
  8605. "type": "string"
  8606. }
  8607. },
  8608. "400": {
  8609. "description": "具体错误",
  8610. "schema": {
  8611. "$ref": "#/definitions/md.Response"
  8612. }
  8613. }
  8614. }
  8615. }
  8616. },
  8617. "/api/userFeedback/content/list": {
  8618. "post": {
  8619. "description": "反馈列表",
  8620. "consumes": [
  8621. "application/json"
  8622. ],
  8623. "produces": [
  8624. "application/json"
  8625. ],
  8626. "tags": [
  8627. "消息中心"
  8628. ],
  8629. "summary": "用户反馈-反馈列表",
  8630. "parameters": [
  8631. {
  8632. "type": "string",
  8633. "description": "验证参数Bearer和token空格拼接",
  8634. "name": "Authorization",
  8635. "in": "header",
  8636. "required": true
  8637. },
  8638. {
  8639. "description": "(分页信息必填)",
  8640. "name": "req",
  8641. "in": "body",
  8642. "required": true,
  8643. "schema": {
  8644. "$ref": "#/definitions/md.UserFeedbackListReq"
  8645. }
  8646. }
  8647. ],
  8648. "responses": {
  8649. "200": {
  8650. "description": "具体数据",
  8651. "schema": {
  8652. "$ref": "#/definitions/md.UserFeedbackListResp"
  8653. }
  8654. },
  8655. "400": {
  8656. "description": "具体错误",
  8657. "schema": {
  8658. "$ref": "#/definitions/md.Response"
  8659. }
  8660. }
  8661. }
  8662. }
  8663. },
  8664. "/api/userFeedback/content/record/list": {
  8665. "post": {
  8666. "description": "反馈列表-沟通记录",
  8667. "consumes": [
  8668. "application/json"
  8669. ],
  8670. "produces": [
  8671. "application/json"
  8672. ],
  8673. "tags": [
  8674. "消息中心"
  8675. ],
  8676. "summary": "用户反馈-反馈列表-沟通记录",
  8677. "parameters": [
  8678. {
  8679. "type": "string",
  8680. "description": "验证参数Bearer和token空格拼接",
  8681. "name": "Authorization",
  8682. "in": "header",
  8683. "required": true
  8684. },
  8685. {
  8686. "description": "(分页信息必填)",
  8687. "name": "req",
  8688. "in": "body",
  8689. "required": true,
  8690. "schema": {
  8691. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8692. }
  8693. }
  8694. ],
  8695. "responses": {
  8696. "200": {
  8697. "description": "具体数据",
  8698. "schema": {
  8699. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8700. }
  8701. },
  8702. "400": {
  8703. "description": "具体错误",
  8704. "schema": {
  8705. "$ref": "#/definitions/md.Response"
  8706. }
  8707. }
  8708. }
  8709. }
  8710. },
  8711. "/api/userFeedback/content/say": {
  8712. "post": {
  8713. "description": "反馈列表-沟通发送",
  8714. "consumes": [
  8715. "application/json"
  8716. ],
  8717. "produces": [
  8718. "application/json"
  8719. ],
  8720. "tags": [
  8721. "消息中心"
  8722. ],
  8723. "summary": "用户反馈-反馈列表-沟通发送",
  8724. "parameters": [
  8725. {
  8726. "type": "string",
  8727. "description": "验证参数Bearer和token空格拼接",
  8728. "name": "Authorization",
  8729. "in": "header",
  8730. "required": true
  8731. },
  8732. {
  8733. "description": "(分页信息必填)",
  8734. "name": "req",
  8735. "in": "body",
  8736. "required": true,
  8737. "schema": {
  8738. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8739. }
  8740. }
  8741. ],
  8742. "responses": {
  8743. "200": {
  8744. "description": "具体数据",
  8745. "schema": {
  8746. "type": "string"
  8747. }
  8748. },
  8749. "400": {
  8750. "description": "具体错误",
  8751. "schema": {
  8752. "$ref": "#/definitions/md.Response"
  8753. }
  8754. }
  8755. }
  8756. }
  8757. },
  8758. "/api/userRealName/base": {
  8759. "get": {
  8760. "description": "基本设置-实名认证",
  8761. "consumes": [
  8762. "application/json"
  8763. ],
  8764. "produces": [
  8765. "application/json"
  8766. ],
  8767. "tags": [
  8768. "基本设置"
  8769. ],
  8770. "summary": "基本设置-实名认证-基本配置",
  8771. "parameters": [
  8772. {
  8773. "type": "string",
  8774. "description": "验证参数Bearer和token空格拼接",
  8775. "name": "Authorization",
  8776. "in": "header",
  8777. "required": true
  8778. }
  8779. ],
  8780. "responses": {
  8781. "200": {
  8782. "description": "具体数据",
  8783. "schema": {
  8784. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8785. }
  8786. },
  8787. "400": {
  8788. "description": "具体错误",
  8789. "schema": {
  8790. "$ref": "#/definitions/md.Response"
  8791. }
  8792. }
  8793. }
  8794. }
  8795. },
  8796. "/api/userRealName/base/save": {
  8797. "post": {
  8798. "description": "基本设置-实名认证-基本配置保存",
  8799. "consumes": [
  8800. "application/json"
  8801. ],
  8802. "produces": [
  8803. "application/json"
  8804. ],
  8805. "tags": [
  8806. "基本设置"
  8807. ],
  8808. "summary": "基本设置-实名认证-基本配置保存",
  8809. "parameters": [
  8810. {
  8811. "type": "string",
  8812. "description": "验证参数Bearer和token空格拼接",
  8813. "name": "Authorization",
  8814. "in": "header",
  8815. "required": true
  8816. },
  8817. {
  8818. "description": "(分页信息必填)",
  8819. "name": "req",
  8820. "in": "body",
  8821. "required": true,
  8822. "schema": {
  8823. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8824. }
  8825. }
  8826. ],
  8827. "responses": {
  8828. "200": {
  8829. "description": "具体数据",
  8830. "schema": {
  8831. "type": "string"
  8832. }
  8833. },
  8834. "400": {
  8835. "description": "具体错误",
  8836. "schema": {
  8837. "$ref": "#/definitions/md.Response"
  8838. }
  8839. }
  8840. }
  8841. }
  8842. },
  8843. "/api/userRealName/list": {
  8844. "post": {
  8845. "description": "基本设置-实名认证列表",
  8846. "consumes": [
  8847. "application/json"
  8848. ],
  8849. "produces": [
  8850. "application/json"
  8851. ],
  8852. "tags": [
  8853. "基本设置"
  8854. ],
  8855. "summary": "基本设置-实名认证列表",
  8856. "parameters": [
  8857. {
  8858. "type": "string",
  8859. "description": "验证参数Bearer和token空格拼接",
  8860. "name": "Authorization",
  8861. "in": "header",
  8862. "required": true
  8863. },
  8864. {
  8865. "description": "(分页信息必填)",
  8866. "name": "req",
  8867. "in": "body",
  8868. "required": true,
  8869. "schema": {
  8870. "$ref": "#/definitions/md.UserRealNameReq"
  8871. }
  8872. }
  8873. ],
  8874. "responses": {
  8875. "200": {
  8876. "description": "具体数据",
  8877. "schema": {
  8878. "$ref": "#/definitions/md.UserRealNameResp"
  8879. }
  8880. },
  8881. "400": {
  8882. "description": "具体错误",
  8883. "schema": {
  8884. "$ref": "#/definitions/md.Response"
  8885. }
  8886. }
  8887. }
  8888. }
  8889. },
  8890. "/api/userRealName/save": {
  8891. "post": {
  8892. "description": "基本设置-修改认证状态",
  8893. "consumes": [
  8894. "application/json"
  8895. ],
  8896. "produces": [
  8897. "application/json"
  8898. ],
  8899. "tags": [
  8900. "基本设置"
  8901. ],
  8902. "summary": "基本设置-实名认证-修改认证状态",
  8903. "parameters": [
  8904. {
  8905. "type": "string",
  8906. "description": "验证参数Bearer和token空格拼接",
  8907. "name": "Authorization",
  8908. "in": "header",
  8909. "required": true
  8910. },
  8911. {
  8912. "description": "(分页信息必填)",
  8913. "name": "req",
  8914. "in": "body",
  8915. "required": true,
  8916. "schema": {
  8917. "$ref": "#/definitions/md.UserRealNameSaveReq"
  8918. }
  8919. }
  8920. ],
  8921. "responses": {
  8922. "200": {
  8923. "description": "具体数据",
  8924. "schema": {
  8925. "type": "string"
  8926. }
  8927. },
  8928. "400": {
  8929. "description": "具体错误",
  8930. "schema": {
  8931. "$ref": "#/definitions/md.Response"
  8932. }
  8933. }
  8934. }
  8935. }
  8936. },
  8937. "/api/user_feedback/cate/del": {
  8938. "post": {
  8939. "description": "分类列表-分类删除",
  8940. "consumes": [
  8941. "application/json"
  8942. ],
  8943. "produces": [
  8944. "application/json"
  8945. ],
  8946. "tags": [
  8947. "消息中心"
  8948. ],
  8949. "summary": "反馈列表-分类列表-分类删除",
  8950. "parameters": [
  8951. {
  8952. "type": "string",
  8953. "description": "验证参数Bearer和token空格拼接",
  8954. "name": "Authorization",
  8955. "in": "header",
  8956. "required": true
  8957. },
  8958. {
  8959. "description": "(分页信息必填)",
  8960. "name": "req",
  8961. "in": "body",
  8962. "required": true,
  8963. "schema": {
  8964. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  8965. }
  8966. }
  8967. ],
  8968. "responses": {
  8969. "200": {
  8970. "description": "具体数据",
  8971. "schema": {
  8972. "type": "string"
  8973. }
  8974. },
  8975. "400": {
  8976. "description": "具体错误",
  8977. "schema": {
  8978. "$ref": "#/definitions/md.Response"
  8979. }
  8980. }
  8981. }
  8982. }
  8983. },
  8984. "/api/user_feedback/cate/save": {
  8985. "post": {
  8986. "description": "分类列表-分类保存",
  8987. "consumes": [
  8988. "application/json"
  8989. ],
  8990. "produces": [
  8991. "application/json"
  8992. ],
  8993. "tags": [
  8994. "消息中心"
  8995. ],
  8996. "summary": "反馈列表-分类列表-分类保存",
  8997. "parameters": [
  8998. {
  8999. "type": "string",
  9000. "description": "验证参数Bearer和token空格拼接",
  9001. "name": "Authorization",
  9002. "in": "header",
  9003. "required": true
  9004. },
  9005. {
  9006. "description": "(分页信息必填)",
  9007. "name": "req",
  9008. "in": "body",
  9009. "required": true,
  9010. "schema": {
  9011. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9012. }
  9013. }
  9014. ],
  9015. "responses": {
  9016. "200": {
  9017. "description": "具体数据",
  9018. "schema": {
  9019. "type": "string"
  9020. }
  9021. },
  9022. "400": {
  9023. "description": "具体错误",
  9024. "schema": {
  9025. "$ref": "#/definitions/md.Response"
  9026. }
  9027. }
  9028. }
  9029. }
  9030. },
  9031. "/api/website/certificate": {
  9032. "post": {
  9033. "description": "证书查询",
  9034. "consumes": [
  9035. "application/json"
  9036. ],
  9037. "produces": [
  9038. "application/json"
  9039. ],
  9040. "tags": [
  9041. "官网"
  9042. ],
  9043. "summary": "证书查询",
  9044. "parameters": [
  9045. {
  9046. "type": "string",
  9047. "description": "验证参数Bearer和token空格拼接",
  9048. "name": "Authorization",
  9049. "in": "header",
  9050. "required": true
  9051. },
  9052. {
  9053. "description": "(分页信息必填)",
  9054. "name": "req",
  9055. "in": "body",
  9056. "required": true,
  9057. "schema": {
  9058. "$ref": "#/definitions/md.CertificateReq"
  9059. }
  9060. }
  9061. ],
  9062. "responses": {
  9063. "200": {
  9064. "description": "具体数据",
  9065. "schema": {
  9066. "$ref": "#/definitions/md.CertificateResp"
  9067. }
  9068. },
  9069. "400": {
  9070. "description": "具体错误",
  9071. "schema": {
  9072. "$ref": "#/definitions/md.Response"
  9073. }
  9074. }
  9075. }
  9076. }
  9077. },
  9078. "/api/website/getModuleSetting": {
  9079. "get": {
  9080. "description": "页面样式",
  9081. "consumes": [
  9082. "application/json"
  9083. ],
  9084. "produces": [
  9085. "application/json"
  9086. ],
  9087. "tags": [
  9088. "官网"
  9089. ],
  9090. "summary": "页面样式",
  9091. "parameters": [
  9092. {
  9093. "type": "string",
  9094. "description": "验证参数Bearer和token空格拼接",
  9095. "name": "Authorization",
  9096. "in": "header",
  9097. "required": true
  9098. },
  9099. {
  9100. "type": "string",
  9101. "description": "页面名称类型值(15:官网 联系我们)",
  9102. "name": "mod_name_value",
  9103. "in": "query",
  9104. "required": true
  9105. }
  9106. ],
  9107. "responses": {
  9108. "200": {
  9109. "description": "具体数据",
  9110. "schema": {
  9111. "$ref": "#/definitions/md.GetModuleSettingResp"
  9112. }
  9113. },
  9114. "400": {
  9115. "description": "具体错误",
  9116. "schema": {
  9117. "$ref": "#/definitions/md.Response"
  9118. }
  9119. }
  9120. }
  9121. }
  9122. },
  9123. "/api/website/info": {
  9124. "get": {
  9125. "description": "官网-基本信息",
  9126. "consumes": [
  9127. "application/json"
  9128. ],
  9129. "produces": [
  9130. "application/json"
  9131. ],
  9132. "tags": [
  9133. "官网"
  9134. ],
  9135. "summary": "官网-基本信息",
  9136. "parameters": [
  9137. {
  9138. "type": "string",
  9139. "description": "验证参数Bearer和token空格拼接",
  9140. "name": "Authorization",
  9141. "in": "header",
  9142. "required": true
  9143. }
  9144. ],
  9145. "responses": {
  9146. "200": {
  9147. "description": "具体数据",
  9148. "schema": {
  9149. "$ref": "#/definitions/md.WebsiteInfoResp"
  9150. }
  9151. },
  9152. "400": {
  9153. "description": "具体错误",
  9154. "schema": {
  9155. "$ref": "#/definitions/md.Response"
  9156. }
  9157. }
  9158. }
  9159. }
  9160. }
  9161. },
  9162. "definitions": {
  9163. "applet_app_md.Paginate": {
  9164. "type": "object",
  9165. "properties": {
  9166. "limit": {
  9167. "description": "每页大小",
  9168. "type": "integer"
  9169. },
  9170. "page": {
  9171. "description": "页数",
  9172. "type": "integer"
  9173. },
  9174. "total": {
  9175. "description": "总数据量",
  9176. "type": "integer"
  9177. }
  9178. }
  9179. },
  9180. "applet_app_md_financial_center.Paginate": {
  9181. "type": "object",
  9182. "properties": {
  9183. "limit": {
  9184. "description": "每页大小",
  9185. "type": "integer"
  9186. },
  9187. "page": {
  9188. "description": "页数",
  9189. "type": "integer"
  9190. },
  9191. "total": {
  9192. "description": "总数据量",
  9193. "type": "integer"
  9194. }
  9195. }
  9196. },
  9197. "applet_app_md_financial_center.TagNode": {
  9198. "type": "object",
  9199. "properties": {
  9200. "tag_id": {
  9201. "type": "integer"
  9202. },
  9203. "tag_name": {
  9204. "type": "string"
  9205. }
  9206. }
  9207. },
  9208. "applet_app_md_friend_circle.Paginate": {
  9209. "type": "object",
  9210. "properties": {
  9211. "limit": {
  9212. "description": "每页大小",
  9213. "type": "integer"
  9214. },
  9215. "page": {
  9216. "description": "页数",
  9217. "type": "integer"
  9218. },
  9219. "total": {
  9220. "description": "总数据量",
  9221. "type": "integer"
  9222. }
  9223. }
  9224. },
  9225. "applet_app_md_im.GetBasicResp": {
  9226. "type": "object",
  9227. "properties": {
  9228. "chat_sensitive_words": {
  9229. "type": "string",
  9230. "example": "聊天敏感词"
  9231. },
  9232. "is_allow_add_friends": {
  9233. "type": "string",
  9234. "example": "是否允许加好友"
  9235. },
  9236. "is_auto_add_friends": {
  9237. "type": "string",
  9238. "example": "是否自动加好友"
  9239. },
  9240. "prohibit_add_group_members": {
  9241. "type": "string",
  9242. "example": "是否禁止添加群成员"
  9243. },
  9244. "prohibit_remove_group_members": {
  9245. "type": "string",
  9246. "example": "是否禁止移出群成员"
  9247. },
  9248. "prohibit_update_group_name": {
  9249. "type": "string",
  9250. "example": "是否禁止修改群名称"
  9251. }
  9252. }
  9253. },
  9254. "applet_app_md_im.SetBasicReq": {
  9255. "type": "object",
  9256. "properties": {
  9257. "chat_sensitive_words": {
  9258. "type": "string",
  9259. "example": "聊天敏感词"
  9260. },
  9261. "is_allow_add_friends": {
  9262. "type": "string",
  9263. "example": "是否允许加好友"
  9264. },
  9265. "is_auto_add_friends": {
  9266. "type": "string",
  9267. "example": "是否自动加好友"
  9268. },
  9269. "prohibit_add_group_members": {
  9270. "type": "string",
  9271. "example": "是否禁止添加群成员"
  9272. },
  9273. "prohibit_remove_group_members": {
  9274. "type": "string",
  9275. "example": "是否禁止移出群成员"
  9276. },
  9277. "prohibit_update_group_name": {
  9278. "type": "string",
  9279. "example": "是否禁止修改群名称"
  9280. }
  9281. }
  9282. },
  9283. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9284. "type": "object",
  9285. "properties": {
  9286. "direct_push_reward": {
  9287. "description": "直推奖励",
  9288. "allOf": [
  9289. {
  9290. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9291. }
  9292. ]
  9293. },
  9294. "is_open": {
  9295. "description": "是否开启(1:开启 0:关闭)",
  9296. "type": "integer"
  9297. },
  9298. "person_egg_energy_coin_id": {
  9299. "description": "个人蛋蛋能量对应虚拟币 id",
  9300. "type": "integer"
  9301. },
  9302. "person_egg_points_coin_id": {
  9303. "description": "个人蛋蛋积分对应虚拟币 id",
  9304. "type": "integer"
  9305. },
  9306. "team_egg_energy_coin_id": {
  9307. "description": "团队蛋蛋能量对应虚拟币 id",
  9308. "type": "integer"
  9309. },
  9310. "team_egg_points_coin_id": {
  9311. "description": "团队蛋蛋积分对应虚拟币 id",
  9312. "type": "integer"
  9313. }
  9314. }
  9315. },
  9316. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9317. "type": "object",
  9318. "properties": {
  9319. "limit": {
  9320. "description": "每页大小",
  9321. "type": "integer"
  9322. },
  9323. "page": {
  9324. "description": "页数",
  9325. "type": "integer"
  9326. },
  9327. "total": {
  9328. "description": "总数据量",
  9329. "type": "integer"
  9330. }
  9331. }
  9332. },
  9333. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9334. "type": "object",
  9335. "properties": {
  9336. "id": {
  9337. "type": "integer"
  9338. },
  9339. "is_open": {
  9340. "description": "是否开启(1:开启 0:关闭)",
  9341. "type": "integer"
  9342. },
  9343. "is_self_active_get_team_revenue": {
  9344. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9345. "type": "integer"
  9346. },
  9347. "originator_uid": {
  9348. "description": "创始人uid",
  9349. "type": "integer"
  9350. },
  9351. "several_rows": {
  9352. "description": "几排",
  9353. "type": "integer"
  9354. },
  9355. "several_times": {
  9356. "description": "几乘",
  9357. "type": "integer"
  9358. },
  9359. "system_punish_replace": {
  9360. "description": "是否位置滑落 被新用户替换 0否 1是",
  9361. "type": "integer"
  9362. },
  9363. "system_punish_replace_value": {
  9364. "description": "xx天未活跃,处罚滑落",
  9365. "type": "integer"
  9366. }
  9367. }
  9368. },
  9369. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9370. "type": "object",
  9371. "properties": {
  9372. "limit": {
  9373. "description": "每页大小",
  9374. "type": "integer"
  9375. },
  9376. "page": {
  9377. "description": "页数",
  9378. "type": "integer"
  9379. },
  9380. "total": {
  9381. "description": "总数据量",
  9382. "type": "integer"
  9383. }
  9384. }
  9385. },
  9386. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9387. "type": "object",
  9388. "properties": {
  9389. "limit": {
  9390. "type": "integer"
  9391. },
  9392. "page": {
  9393. "type": "integer"
  9394. },
  9395. "total": {
  9396. "type": "integer"
  9397. }
  9398. }
  9399. },
  9400. "applet_app_md_member_center.Paginate": {
  9401. "type": "object",
  9402. "properties": {
  9403. "limit": {
  9404. "description": "每页大小",
  9405. "type": "integer"
  9406. },
  9407. "page": {
  9408. "description": "页数",
  9409. "type": "integer"
  9410. },
  9411. "total": {
  9412. "description": "总数据量",
  9413. "type": "integer"
  9414. }
  9415. }
  9416. },
  9417. "applet_app_md_member_center.TagNode": {
  9418. "type": "object",
  9419. "properties": {
  9420. "tag_id": {
  9421. "description": "标签 ID",
  9422. "type": "integer"
  9423. },
  9424. "tag_name": {
  9425. "description": "标签名称",
  9426. "type": "string"
  9427. }
  9428. }
  9429. },
  9430. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9431. "type": "object",
  9432. "properties": {
  9433. "oss_access_key_id": {
  9434. "type": "string",
  9435. "example": "oss访问秘钥id"
  9436. },
  9437. "oss_access_key_secret": {
  9438. "type": "string",
  9439. "example": "oss访问秘钥"
  9440. },
  9441. "oss_assume_arn": {
  9442. "type": "string",
  9443. "example": "oss RAM角色ARN"
  9444. },
  9445. "oss_assume_role_access_key_id": {
  9446. "type": "string",
  9447. "example": "oss RAM角色访问秘钥id"
  9448. },
  9449. "oss_assume_role_access_key_secret": {
  9450. "type": "string",
  9451. "example": "oss RAM角色访问秘钥"
  9452. },
  9453. "oss_bucket_name": {
  9454. "type": "string",
  9455. "example": "oss存储桶名称"
  9456. },
  9457. "oss_bucket_scheme": {
  9458. "type": "string",
  9459. "example": "oss上传方式"
  9460. },
  9461. "oss_endpoint": {
  9462. "type": "string",
  9463. "example": "oss地域节点"
  9464. },
  9465. "oss_object_domain": {
  9466. "type": "string",
  9467. "example": "oss域名"
  9468. },
  9469. "oss_option": {
  9470. "type": "string",
  9471. "example": "oss上传文件类型选项,以逗号分割"
  9472. }
  9473. }
  9474. },
  9475. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9476. "type": "object",
  9477. "properties": {
  9478. "oss_access_key_id": {
  9479. "type": "string",
  9480. "example": "oss访问秘钥id"
  9481. },
  9482. "oss_access_key_secret": {
  9483. "type": "string",
  9484. "example": "oss访问秘钥"
  9485. },
  9486. "oss_assume_arn": {
  9487. "type": "string",
  9488. "example": "oss RAM角色ARN"
  9489. },
  9490. "oss_assume_role_access_key_id": {
  9491. "type": "string",
  9492. "example": "oss RAM角色访问秘钥id"
  9493. },
  9494. "oss_assume_role_access_key_secret": {
  9495. "type": "string",
  9496. "example": "oss RAM角色访问秘钥"
  9497. },
  9498. "oss_bucket_name": {
  9499. "type": "string",
  9500. "example": "oss存储桶名称"
  9501. },
  9502. "oss_bucket_scheme": {
  9503. "type": "string",
  9504. "example": "oss上传方式"
  9505. },
  9506. "oss_endpoint": {
  9507. "type": "string",
  9508. "example": "oss地域节点"
  9509. },
  9510. "oss_object_domain": {
  9511. "type": "string",
  9512. "example": "oss域名"
  9513. },
  9514. "oss_option": {
  9515. "type": "string",
  9516. "example": "oss上传文件类型选项,以逗号分割"
  9517. }
  9518. }
  9519. },
  9520. "client.AssumeRoleResponseBodyCredentials": {
  9521. "type": "object",
  9522. "properties": {
  9523. "AccessKeyId": {
  9524. "description": "The AccessKey ID.",
  9525. "type": "string"
  9526. },
  9527. "AccessKeySecret": {
  9528. "description": "The AccessKey secret.",
  9529. "type": "string"
  9530. },
  9531. "Expiration": {
  9532. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9533. "type": "string"
  9534. },
  9535. "SecurityToken": {
  9536. "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.",
  9537. "type": "string"
  9538. }
  9539. }
  9540. },
  9541. "comm.GetAdminInfoResp": {
  9542. "type": "object",
  9543. "properties": {
  9544. "adm_id": {
  9545. "description": "管理员id",
  9546. "type": "integer"
  9547. },
  9548. "is_super_administrator": {
  9549. "description": "是否为超级管理员(0:否 1:是)",
  9550. "type": "integer"
  9551. },
  9552. "memo": {
  9553. "description": "备注信息",
  9554. "type": "string"
  9555. },
  9556. "state": {
  9557. "description": "状态(1:正常 2:冻结)",
  9558. "type": "integer"
  9559. },
  9560. "username": {
  9561. "description": "用户名",
  9562. "type": "string"
  9563. }
  9564. }
  9565. },
  9566. "comm.GetSTSVoucherResp": {
  9567. "type": "object",
  9568. "properties": {
  9569. "bucket": {
  9570. "description": "oss 桶名称",
  9571. "type": "string"
  9572. },
  9573. "region": {
  9574. "description": "所在地域",
  9575. "type": "string"
  9576. },
  9577. "sts_token": {
  9578. "description": "STS 凭证",
  9579. "allOf": [
  9580. {
  9581. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  9582. }
  9583. ]
  9584. }
  9585. }
  9586. },
  9587. "comm.ImgReqUploadReq": {
  9588. "type": "object",
  9589. "required": [
  9590. "content_type",
  9591. "file_name"
  9592. ],
  9593. "properties": {
  9594. "content_type": {
  9595. "type": "string",
  9596. "example": "image/jpeg"
  9597. },
  9598. "file_name": {
  9599. "type": "string",
  9600. "example": "文件名"
  9601. }
  9602. }
  9603. },
  9604. "hdl.GetActiveDataResp": {
  9605. "type": "object",
  9606. "properties": {
  9607. "today": {
  9608. "description": "今日数据",
  9609. "allOf": [
  9610. {
  9611. "$ref": "#/definitions/model.PlatformActiveData"
  9612. }
  9613. ]
  9614. },
  9615. "yesterday": {
  9616. "description": "昨日数据",
  9617. "allOf": [
  9618. {
  9619. "$ref": "#/definitions/model.PlatformActiveData"
  9620. }
  9621. ]
  9622. }
  9623. }
  9624. },
  9625. "hdl.TotalDataResp": {
  9626. "type": "object",
  9627. "properties": {
  9628. "month": {
  9629. "description": "月份",
  9630. "type": "string"
  9631. },
  9632. "no_sign_in_user_count": {
  9633. "description": "未签到用户数",
  9634. "type": "integer"
  9635. },
  9636. "total_user_count": {
  9637. "description": "平台总用户数",
  9638. "type": "integer"
  9639. },
  9640. "total_withdraw_amount": {
  9641. "description": "已提现累计金额",
  9642. "type": "string"
  9643. },
  9644. "verified_user_count": {
  9645. "description": "已认证用户数",
  9646. "type": "integer"
  9647. },
  9648. "year": {
  9649. "description": "年份",
  9650. "type": "string"
  9651. }
  9652. }
  9653. },
  9654. "md.ActivePointsWalletNode": {
  9655. "type": "object",
  9656. "properties": {
  9657. "amount": {
  9658. "type": "string",
  9659. "example": "账户余额"
  9660. },
  9661. "uid": {
  9662. "description": "用户 ID",
  9663. "type": "integer"
  9664. },
  9665. "user_name": {
  9666. "type": "string",
  9667. "example": "用户名"
  9668. },
  9669. "user_phone": {
  9670. "type": "string",
  9671. "example": "手机号"
  9672. }
  9673. }
  9674. },
  9675. "md.AddAdminReq": {
  9676. "type": "object",
  9677. "required": [
  9678. "password",
  9679. "username"
  9680. ],
  9681. "properties": {
  9682. "memo": {
  9683. "type": "string"
  9684. },
  9685. "password": {
  9686. "type": "string"
  9687. },
  9688. "username": {
  9689. "type": "string"
  9690. }
  9691. }
  9692. },
  9693. "md.AddBlackListReq": {
  9694. "type": "object",
  9695. "properties": {
  9696. "memo": {
  9697. "description": "备注",
  9698. "type": "string"
  9699. },
  9700. "uid": {
  9701. "description": "用户 id",
  9702. "type": "integer"
  9703. }
  9704. }
  9705. },
  9706. "md.AddCommunityDividendsReq": {
  9707. "type": "object",
  9708. "properties": {
  9709. "amount": {
  9710. "description": "社区分红数量",
  9711. "type": "string"
  9712. },
  9713. "name": {
  9714. "type": "string",
  9715. "example": "社区分红名称"
  9716. }
  9717. }
  9718. },
  9719. "md.AddCommunityDividendsWithUserReq": {
  9720. "type": "object",
  9721. "properties": {
  9722. "memo": {
  9723. "type": "string",
  9724. "example": "备注"
  9725. },
  9726. "uid": {
  9727. "description": "新增社区长用户 ID",
  9728. "type": "integer"
  9729. }
  9730. }
  9731. },
  9732. "md.AddCustomerServiceReq": {
  9733. "type": "object",
  9734. "properties": {
  9735. "memo": {
  9736. "description": "备注",
  9737. "type": "string",
  9738. "example": "备注"
  9739. },
  9740. "phone": {
  9741. "type": "string",
  9742. "example": "手机号"
  9743. },
  9744. "weight": {
  9745. "description": "权重",
  9746. "type": "integer"
  9747. }
  9748. }
  9749. },
  9750. "md.AddEmoticonReq": {
  9751. "type": "object",
  9752. "properties": {
  9753. "img_url": {
  9754. "type": "string",
  9755. "example": "图片地址"
  9756. },
  9757. "memo": {
  9758. "description": "备注",
  9759. "type": "string",
  9760. "example": "备注"
  9761. },
  9762. "name": {
  9763. "type": "string",
  9764. "example": "名称"
  9765. },
  9766. "sort": {
  9767. "description": "排序",
  9768. "type": "integer"
  9769. }
  9770. }
  9771. },
  9772. "md.AddFreePublishUserReq": {
  9773. "type": "object",
  9774. "properties": {
  9775. "uid": {
  9776. "type": "integer"
  9777. }
  9778. }
  9779. },
  9780. "md.AddFundDataReq": {
  9781. "type": "object",
  9782. "properties": {
  9783. "frequency": {
  9784. "description": "频率(分钟)",
  9785. "type": "integer"
  9786. },
  9787. "hours": {
  9788. "description": "时长(小时)",
  9789. "type": "integer"
  9790. },
  9791. "kind": {
  9792. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9793. "type": "integer"
  9794. },
  9795. "memo": {
  9796. "type": "string",
  9797. "example": "备注"
  9798. },
  9799. "total_amount": {
  9800. "description": "金额",
  9801. "type": "string"
  9802. }
  9803. }
  9804. },
  9805. "md.AddLevelReq": {
  9806. "type": "object",
  9807. "properties": {
  9808. "auto_update": {
  9809. "description": "自动升级 0关闭 1开启",
  9810. "type": "string"
  9811. },
  9812. "choosable_num": {
  9813. "description": "可选任务数量",
  9814. "type": "string"
  9815. },
  9816. "is_use": {
  9817. "description": "是否开启(0.否, 1.是)",
  9818. "type": "string"
  9819. },
  9820. "level_name": {
  9821. "description": "等级名称",
  9822. "type": "string"
  9823. },
  9824. "level_weight": {
  9825. "description": "等级权重",
  9826. "type": "string"
  9827. },
  9828. "memo": {
  9829. "description": "备注",
  9830. "type": "string"
  9831. },
  9832. "user_level_tasks": {
  9833. "description": "需要新增的任务",
  9834. "type": "array",
  9835. "items": {
  9836. "$ref": "#/definitions/md.LevelTaskNode"
  9837. }
  9838. }
  9839. }
  9840. },
  9841. "md.AddPlatformRevenueReq": {
  9842. "type": "object",
  9843. "properties": {
  9844. "frequency": {
  9845. "description": "频率(分钟)",
  9846. "type": "integer"
  9847. },
  9848. "hours": {
  9849. "description": "时长(小时)",
  9850. "type": "integer"
  9851. },
  9852. "kind": {
  9853. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  9854. "type": "integer"
  9855. },
  9856. "memo": {
  9857. "type": "string",
  9858. "example": "备注"
  9859. },
  9860. "total_amount": {
  9861. "description": "金额",
  9862. "type": "string"
  9863. }
  9864. }
  9865. },
  9866. "md.AddRoleReq": {
  9867. "type": "object",
  9868. "required": [
  9869. "memo",
  9870. "name"
  9871. ],
  9872. "properties": {
  9873. "memo": {
  9874. "type": "string"
  9875. },
  9876. "name": {
  9877. "type": "string"
  9878. }
  9879. }
  9880. },
  9881. "md.AddTagReq": {
  9882. "type": "object",
  9883. "properties": {
  9884. "is_punish": {
  9885. "description": "是否为处罚标签(0:否 1:是)",
  9886. "type": "string"
  9887. },
  9888. "memo": {
  9889. "description": "备注",
  9890. "type": "string"
  9891. },
  9892. "name": {
  9893. "description": "标签名称",
  9894. "type": "string"
  9895. }
  9896. }
  9897. },
  9898. "md.AddVirtualCoinNode": {
  9899. "type": "object",
  9900. "properties": {
  9901. "exchange_ratio": {
  9902. "description": "兑换比例(与金额)",
  9903. "type": "string"
  9904. },
  9905. "is_use": {
  9906. "description": "是否开启:0否 1是",
  9907. "type": "integer"
  9908. },
  9909. "name": {
  9910. "description": "名称",
  9911. "type": "string"
  9912. }
  9913. }
  9914. },
  9915. "md.AdminListReq": {
  9916. "type": "object",
  9917. "properties": {
  9918. "limit": {
  9919. "type": "integer"
  9920. },
  9921. "page": {
  9922. "type": "integer"
  9923. },
  9924. "state": {
  9925. "type": "integer"
  9926. },
  9927. "username": {
  9928. "type": "string"
  9929. }
  9930. }
  9931. },
  9932. "md.AdminLogList": {
  9933. "type": "object",
  9934. "properties": {
  9935. "admin_id": {
  9936. "type": "string"
  9937. },
  9938. "id": {
  9939. "type": "string"
  9940. },
  9941. "ip": {
  9942. "type": "string"
  9943. },
  9944. "memo": {
  9945. "type": "string"
  9946. },
  9947. "phone": {
  9948. "type": "string"
  9949. },
  9950. "time": {
  9951. "type": "string"
  9952. },
  9953. "type": {
  9954. "type": "string"
  9955. }
  9956. }
  9957. },
  9958. "md.AdminLogListReq": {
  9959. "type": "object",
  9960. "properties": {
  9961. "end_time": {
  9962. "type": "string"
  9963. },
  9964. "limit": {
  9965. "description": "每页大小",
  9966. "type": "string"
  9967. },
  9968. "memo": {
  9969. "type": "string"
  9970. },
  9971. "page": {
  9972. "description": "页数",
  9973. "type": "string"
  9974. },
  9975. "start_time": {
  9976. "type": "string"
  9977. },
  9978. "type": {
  9979. "type": "string"
  9980. }
  9981. }
  9982. },
  9983. "md.AdminLogListResp": {
  9984. "type": "object",
  9985. "properties": {
  9986. "list": {
  9987. "type": "array",
  9988. "items": {
  9989. "$ref": "#/definitions/md.AdminLogList"
  9990. }
  9991. },
  9992. "total": {
  9993. "type": "integer"
  9994. },
  9995. "type_list": {
  9996. "type": "array",
  9997. "items": {
  9998. "type": "object",
  9999. "additionalProperties": true
  10000. }
  10001. }
  10002. }
  10003. },
  10004. "md.AdvertisingBase": {
  10005. "type": "object",
  10006. "properties": {
  10007. "android_ad_is_open": {
  10008. "type": "string",
  10009. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10010. },
  10011. "android_open_ad_is_open": {
  10012. "type": "string",
  10013. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10014. },
  10015. "info": {
  10016. "type": "string",
  10017. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10018. },
  10019. "ios_ad_is_open": {
  10020. "type": "string",
  10021. "example": "ios广告是否开启(1:开启 0:不开启)"
  10022. },
  10023. "ios_open_ad_is_open": {
  10024. "type": "string",
  10025. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10026. },
  10027. "voice": {
  10028. "type": "string",
  10029. "example": "领取奖励声音"
  10030. },
  10031. "voice_url": {
  10032. "type": "string"
  10033. }
  10034. }
  10035. },
  10036. "md.AdvertisingBaseResp": {
  10037. "type": "object",
  10038. "properties": {
  10039. "advertising_base": {
  10040. "$ref": "#/definitions/md.AdvertisingBase"
  10041. },
  10042. "select_data": {
  10043. "type": "array",
  10044. "items": {
  10045. "type": "object",
  10046. "additionalProperties": {
  10047. "type": "string"
  10048. }
  10049. }
  10050. }
  10051. }
  10052. },
  10053. "md.AdvertisingDelReq": {
  10054. "type": "object",
  10055. "properties": {
  10056. "id": {
  10057. "type": "array",
  10058. "items": {
  10059. "type": "string"
  10060. }
  10061. }
  10062. }
  10063. },
  10064. "md.AdvertisingFunctionList": {
  10065. "type": "object",
  10066. "properties": {
  10067. "ad_id": {
  10068. "type": "string",
  10069. "example": "广告id"
  10070. },
  10071. "id": {
  10072. "type": "string"
  10073. },
  10074. "type": {
  10075. "type": "string",
  10076. "example": "类型"
  10077. }
  10078. }
  10079. },
  10080. "md.AdvertisingFunctionListReq": {
  10081. "type": "object",
  10082. "properties": {
  10083. "limit": {
  10084. "type": "string"
  10085. },
  10086. "page": {
  10087. "type": "string"
  10088. }
  10089. }
  10090. },
  10091. "md.AdvertisingFunctionListResp": {
  10092. "type": "object",
  10093. "properties": {
  10094. "adv_data": {
  10095. "type": "array",
  10096. "items": {
  10097. "type": "object",
  10098. "additionalProperties": {
  10099. "type": "string"
  10100. }
  10101. }
  10102. },
  10103. "list": {
  10104. "type": "array",
  10105. "items": {
  10106. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10107. }
  10108. },
  10109. "select_data": {
  10110. "type": "array",
  10111. "items": {
  10112. "type": "object",
  10113. "additionalProperties": {
  10114. "type": "string"
  10115. }
  10116. }
  10117. },
  10118. "total": {
  10119. "type": "integer"
  10120. }
  10121. }
  10122. },
  10123. "md.AdvertisingLimit": {
  10124. "type": "object",
  10125. "properties": {
  10126. "imei_num": {
  10127. "type": "string",
  10128. "example": "设备数量"
  10129. },
  10130. "minute": {
  10131. "type": "string",
  10132. "example": "分钟"
  10133. },
  10134. "public_img": {
  10135. "type": "string",
  10136. "example": "公共弹窗图"
  10137. },
  10138. "public_img_url": {
  10139. "type": "string",
  10140. "example": "公共弹窗图"
  10141. },
  10142. "public_str": {
  10143. "type": "string",
  10144. "example": "公共弹窗文字"
  10145. },
  10146. "tip": {
  10147. "type": "string",
  10148. "example": "限制提示"
  10149. },
  10150. "withdraw_img": {
  10151. "type": "string",
  10152. "example": "提现弹窗图"
  10153. },
  10154. "withdraw_img_url": {
  10155. "type": "string",
  10156. "example": "提现弹窗图"
  10157. },
  10158. "withdraw_str": {
  10159. "type": "string",
  10160. "example": "提现弹窗文字"
  10161. }
  10162. }
  10163. },
  10164. "md.AdvertisingList": {
  10165. "type": "object",
  10166. "properties": {
  10167. "counting_down": {
  10168. "type": "string",
  10169. "example": "倒计时 单位秒"
  10170. },
  10171. "id": {
  10172. "type": "string"
  10173. },
  10174. "info": {
  10175. "type": "string",
  10176. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10177. },
  10178. "kind": {
  10179. "type": "string",
  10180. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10181. },
  10182. "name": {
  10183. "type": "string",
  10184. "example": "名称"
  10185. }
  10186. }
  10187. },
  10188. "md.AdvertisingListReq": {
  10189. "type": "object",
  10190. "properties": {
  10191. "kind": {
  10192. "type": "string"
  10193. },
  10194. "limit": {
  10195. "type": "string"
  10196. },
  10197. "name": {
  10198. "type": "string"
  10199. },
  10200. "page": {
  10201. "type": "string"
  10202. }
  10203. }
  10204. },
  10205. "md.AdvertisingListResp": {
  10206. "type": "object",
  10207. "properties": {
  10208. "adv_data": {
  10209. "type": "array",
  10210. "items": {
  10211. "type": "object",
  10212. "additionalProperties": {
  10213. "type": "string"
  10214. }
  10215. }
  10216. },
  10217. "list": {
  10218. "type": "array",
  10219. "items": {
  10220. "$ref": "#/definitions/md.AdvertisingList"
  10221. }
  10222. },
  10223. "select_data": {
  10224. "type": "array",
  10225. "items": {
  10226. "type": "object",
  10227. "additionalProperties": {
  10228. "type": "string"
  10229. }
  10230. }
  10231. },
  10232. "total": {
  10233. "type": "integer"
  10234. }
  10235. }
  10236. },
  10237. "md.AdvertisingSaveReq": {
  10238. "type": "object",
  10239. "properties": {
  10240. "counting_down": {
  10241. "type": "string",
  10242. "example": "倒计时 单位秒"
  10243. },
  10244. "id": {
  10245. "type": "string"
  10246. },
  10247. "info": {
  10248. "type": "string",
  10249. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10250. },
  10251. "kind": {
  10252. "type": "string",
  10253. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10254. },
  10255. "name": {
  10256. "type": "string",
  10257. "example": "名称"
  10258. }
  10259. }
  10260. },
  10261. "md.AliyunSmsGetLevelListResp": {
  10262. "type": "object",
  10263. "properties": {
  10264. "list": {
  10265. "type": "array",
  10266. "items": {
  10267. "$ref": "#/definitions/md.LevelListNode"
  10268. }
  10269. },
  10270. "paginate": {
  10271. "$ref": "#/definitions/applet_app_md.Paginate"
  10272. }
  10273. }
  10274. },
  10275. "md.AliyunSmsGetTagListResp": {
  10276. "type": "object",
  10277. "properties": {
  10278. "list": {
  10279. "type": "array",
  10280. "items": {
  10281. "$ref": "#/definitions/md.TagListNode"
  10282. }
  10283. },
  10284. "paginate": {
  10285. "$ref": "#/definitions/applet_app_md.Paginate"
  10286. }
  10287. }
  10288. },
  10289. "md.ArticleCateDelReq": {
  10290. "type": "object",
  10291. "properties": {
  10292. "id": {
  10293. "type": "array",
  10294. "items": {
  10295. "type": "string"
  10296. }
  10297. }
  10298. }
  10299. },
  10300. "md.ArticleCateList": {
  10301. "type": "object",
  10302. "properties": {
  10303. "id": {
  10304. "type": "string"
  10305. },
  10306. "is_show": {
  10307. "type": "string"
  10308. },
  10309. "name": {
  10310. "type": "string"
  10311. },
  10312. "pid": {
  10313. "type": "string"
  10314. },
  10315. "sort": {
  10316. "type": "string"
  10317. }
  10318. }
  10319. },
  10320. "md.ArticleCateListReq": {
  10321. "type": "object",
  10322. "properties": {
  10323. "limit": {
  10324. "description": "每页大小",
  10325. "type": "string"
  10326. },
  10327. "page": {
  10328. "description": "页数",
  10329. "type": "string"
  10330. }
  10331. }
  10332. },
  10333. "md.ArticleCateListResp": {
  10334. "type": "object",
  10335. "properties": {
  10336. "list": {
  10337. "type": "array",
  10338. "items": {
  10339. "$ref": "#/definitions/md.ArticleCateList"
  10340. }
  10341. },
  10342. "select_data": {
  10343. "type": "array",
  10344. "items": {
  10345. "type": "object",
  10346. "additionalProperties": {
  10347. "type": "string"
  10348. }
  10349. }
  10350. },
  10351. "total": {
  10352. "type": "integer"
  10353. }
  10354. }
  10355. },
  10356. "md.ArticleCateSaveReq": {
  10357. "type": "object",
  10358. "properties": {
  10359. "id": {
  10360. "type": "string"
  10361. },
  10362. "is_show": {
  10363. "type": "string"
  10364. },
  10365. "name": {
  10366. "type": "string"
  10367. },
  10368. "pid": {
  10369. "type": "string"
  10370. },
  10371. "sort": {
  10372. "type": "string"
  10373. }
  10374. }
  10375. },
  10376. "md.ArticleDelReq": {
  10377. "type": "object",
  10378. "properties": {
  10379. "id": {
  10380. "type": "array",
  10381. "items": {
  10382. "type": "string"
  10383. }
  10384. }
  10385. }
  10386. },
  10387. "md.ArticleList": {
  10388. "type": "object",
  10389. "properties": {
  10390. "cate_id": {
  10391. "type": "string",
  10392. "example": "二级分类id"
  10393. },
  10394. "content": {
  10395. "type": "string"
  10396. },
  10397. "cover": {
  10398. "type": "string",
  10399. "example": "一级分类id=4 显示 封面图"
  10400. },
  10401. "cover_url": {
  10402. "type": "string"
  10403. },
  10404. "id": {
  10405. "type": "string"
  10406. },
  10407. "is_show": {
  10408. "type": "string"
  10409. },
  10410. "pid": {
  10411. "type": "string",
  10412. "example": "一级分类id"
  10413. },
  10414. "sort": {
  10415. "type": "string"
  10416. },
  10417. "title": {
  10418. "type": "string"
  10419. },
  10420. "url": {
  10421. "type": "string"
  10422. }
  10423. }
  10424. },
  10425. "md.ArticleListReq": {
  10426. "type": "object",
  10427. "properties": {
  10428. "limit": {
  10429. "description": "每页大小",
  10430. "type": "string"
  10431. },
  10432. "page": {
  10433. "description": "页数",
  10434. "type": "string"
  10435. }
  10436. }
  10437. },
  10438. "md.ArticleListResp": {
  10439. "type": "object",
  10440. "properties": {
  10441. "cate_data": {
  10442. "type": "array",
  10443. "items": {
  10444. "type": "object",
  10445. "additionalProperties": true
  10446. }
  10447. },
  10448. "list": {
  10449. "type": "array",
  10450. "items": {
  10451. "$ref": "#/definitions/md.ArticleList"
  10452. }
  10453. },
  10454. "select_data": {
  10455. "type": "array",
  10456. "items": {
  10457. "type": "object",
  10458. "additionalProperties": true
  10459. }
  10460. },
  10461. "total": {
  10462. "type": "integer"
  10463. }
  10464. }
  10465. },
  10466. "md.ArticleSaveReq": {
  10467. "type": "object",
  10468. "properties": {
  10469. "cate_id": {
  10470. "type": "string",
  10471. "example": "二级分类id"
  10472. },
  10473. "content": {
  10474. "type": "string"
  10475. },
  10476. "cover": {
  10477. "type": "string",
  10478. "example": "一级分类id=4 显示 封面图"
  10479. },
  10480. "id": {
  10481. "type": "string"
  10482. },
  10483. "is_show": {
  10484. "type": "string"
  10485. },
  10486. "pid": {
  10487. "type": "string",
  10488. "example": "一级分类id"
  10489. },
  10490. "sort": {
  10491. "type": "string"
  10492. },
  10493. "title": {
  10494. "type": "string"
  10495. }
  10496. }
  10497. },
  10498. "md.AuditClearReq": {
  10499. "type": "object",
  10500. "properties": {
  10501. "os": {
  10502. "type": "string",
  10503. "example": "1-安卓 2-ios"
  10504. }
  10505. }
  10506. },
  10507. "md.BalanceDetailNode": {
  10508. "type": "object",
  10509. "properties": {
  10510. "after_amount": {
  10511. "description": "变更后余额",
  10512. "type": "string"
  10513. },
  10514. "amount": {
  10515. "description": "变更数量",
  10516. "type": "string"
  10517. },
  10518. "before_amount": {
  10519. "description": "变更前余额",
  10520. "type": "string"
  10521. },
  10522. "create_at": {
  10523. "description": "创建时间",
  10524. "type": "string"
  10525. },
  10526. "id": {
  10527. "description": "记录ID",
  10528. "type": "integer"
  10529. },
  10530. "kind": {
  10531. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  10532. "type": "string"
  10533. }
  10534. }
  10535. },
  10536. "md.BasicInfoNode": {
  10537. "type": "object",
  10538. "properties": {
  10539. "avatar": {
  10540. "description": "头像",
  10541. "type": "string"
  10542. },
  10543. "levelId": {
  10544. "description": "会员等级 ID",
  10545. "type": "integer"
  10546. },
  10547. "level_name": {
  10548. "description": "会员等级名称",
  10549. "type": "string"
  10550. },
  10551. "memo": {
  10552. "description": "备注",
  10553. "type": "string"
  10554. },
  10555. "nickname": {
  10556. "description": "用户名称",
  10557. "type": "string"
  10558. },
  10559. "parent_name": {
  10560. "description": "推荐人名称",
  10561. "type": "string"
  10562. },
  10563. "parent_phone": {
  10564. "description": "推荐人手机号",
  10565. "type": "string"
  10566. },
  10567. "parent_uid": {
  10568. "description": "推荐人",
  10569. "type": "integer"
  10570. },
  10571. "password": {
  10572. "description": "登录密码",
  10573. "type": "string"
  10574. },
  10575. "phone": {
  10576. "description": "手机号",
  10577. "type": "string"
  10578. },
  10579. "sex": {
  10580. "description": "性别",
  10581. "type": "integer"
  10582. },
  10583. "state": {
  10584. "description": "账号状态 1正常,2冻结",
  10585. "type": "integer"
  10586. },
  10587. "tag": {
  10588. "description": "标签名称",
  10589. "type": "array",
  10590. "items": {
  10591. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  10592. }
  10593. },
  10594. "union_id": {
  10595. "description": "微信号",
  10596. "type": "string"
  10597. }
  10598. }
  10599. },
  10600. "md.BatchAddVirtualCoinsReq": {
  10601. "type": "object",
  10602. "properties": {
  10603. "list": {
  10604. "description": "新增的货币列表",
  10605. "type": "array",
  10606. "items": {
  10607. "$ref": "#/definitions/md.AddVirtualCoinNode"
  10608. }
  10609. }
  10610. }
  10611. },
  10612. "md.BatchSendGroupMessageReq": {
  10613. "type": "object",
  10614. "properties": {
  10615. "content": {
  10616. "description": "消息内容",
  10617. "type": "string"
  10618. },
  10619. "kind": {
  10620. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10621. "type": "integer"
  10622. },
  10623. "not_condition": {
  10624. "description": "不发送条件 群 ID 以\";\"分割",
  10625. "type": "string"
  10626. },
  10627. "send_condition": {
  10628. "description": "发送条件 群 ID 以\";\"分割",
  10629. "type": "string"
  10630. },
  10631. "send_kind": {
  10632. "description": "发送模式(1:指定群组 2:所有群组)",
  10633. "type": "integer"
  10634. }
  10635. }
  10636. },
  10637. "md.BatchSendUserMessageReq": {
  10638. "type": "object",
  10639. "properties": {
  10640. "content": {
  10641. "description": "消息内容",
  10642. "type": "string"
  10643. },
  10644. "kind": {
  10645. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10646. "type": "integer"
  10647. },
  10648. "not_condition": {
  10649. "description": "不发送条件 用户手机号 以\";\"分割",
  10650. "type": "string"
  10651. },
  10652. "send_condition": {
  10653. "description": "发送条件 用户手机号 以\";\"分割",
  10654. "type": "string"
  10655. },
  10656. "send_kind": {
  10657. "description": "发送模式(1:所有用户 2:指定用户)",
  10658. "type": "integer"
  10659. }
  10660. }
  10661. },
  10662. "md.BindAdminRoleReq": {
  10663. "type": "object",
  10664. "required": [
  10665. "adm_id"
  10666. ],
  10667. "properties": {
  10668. "adm_id": {
  10669. "type": "integer"
  10670. },
  10671. "role_ids": {
  10672. "type": "array",
  10673. "items": {
  10674. "type": "integer"
  10675. }
  10676. }
  10677. }
  10678. },
  10679. "md.CertificateDelReq": {
  10680. "type": "object",
  10681. "properties": {
  10682. "id": {
  10683. "type": "array",
  10684. "items": {
  10685. "type": "string"
  10686. }
  10687. }
  10688. }
  10689. },
  10690. "md.CertificateList": {
  10691. "type": "object",
  10692. "properties": {
  10693. "bg_img": {
  10694. "type": "string",
  10695. "example": "背景图"
  10696. },
  10697. "end_time": {
  10698. "type": "string",
  10699. "example": "结束时间"
  10700. },
  10701. "id": {
  10702. "type": "string"
  10703. },
  10704. "logo": {
  10705. "type": "string",
  10706. "example": "logo"
  10707. },
  10708. "medal": {
  10709. "type": "string",
  10710. "example": "勋章"
  10711. },
  10712. "name": {
  10713. "type": "string",
  10714. "example": "姓名"
  10715. },
  10716. "name_icon": {
  10717. "type": "string",
  10718. "example": "蛋蛋星球文字图"
  10719. },
  10720. "no": {
  10721. "type": "string",
  10722. "example": "编号"
  10723. },
  10724. "phone": {
  10725. "type": "string"
  10726. },
  10727. "seal": {
  10728. "type": "string",
  10729. "example": "印章"
  10730. },
  10731. "start_time": {
  10732. "type": "string",
  10733. "example": "开始时间"
  10734. },
  10735. "uid": {
  10736. "type": "string"
  10737. }
  10738. }
  10739. },
  10740. "md.CertificateListReq": {
  10741. "type": "object",
  10742. "properties": {
  10743. "limit": {
  10744. "type": "string"
  10745. },
  10746. "page": {
  10747. "type": "string"
  10748. },
  10749. "phone": {
  10750. "type": "string"
  10751. },
  10752. "uid": {
  10753. "type": "string"
  10754. }
  10755. }
  10756. },
  10757. "md.CertificateListResp": {
  10758. "type": "object",
  10759. "properties": {
  10760. "list": {
  10761. "type": "array",
  10762. "items": {
  10763. "$ref": "#/definitions/md.CertificateList"
  10764. }
  10765. },
  10766. "total": {
  10767. "type": "integer"
  10768. }
  10769. }
  10770. },
  10771. "md.CertificateReq": {
  10772. "type": "object",
  10773. "properties": {
  10774. "no": {
  10775. "type": "string",
  10776. "example": "DD123"
  10777. }
  10778. }
  10779. },
  10780. "md.CertificateResp": {
  10781. "type": "object",
  10782. "properties": {
  10783. "bg_img": {
  10784. "type": "string",
  10785. "example": "背景图"
  10786. },
  10787. "end_time": {
  10788. "type": "string",
  10789. "example": "结束时间"
  10790. },
  10791. "logo": {
  10792. "type": "string",
  10793. "example": "logo"
  10794. },
  10795. "medal": {
  10796. "type": "string",
  10797. "example": "勋章"
  10798. },
  10799. "name": {
  10800. "type": "string",
  10801. "example": "姓名"
  10802. },
  10803. "name_icon": {
  10804. "type": "string",
  10805. "example": "蛋蛋星球文字图"
  10806. },
  10807. "no": {
  10808. "type": "string",
  10809. "example": "编号"
  10810. },
  10811. "seal": {
  10812. "type": "string",
  10813. "example": "印章"
  10814. },
  10815. "start_time": {
  10816. "type": "string",
  10817. "example": "开始时间"
  10818. }
  10819. }
  10820. },
  10821. "md.CertificateSave": {
  10822. "type": "object",
  10823. "properties": {
  10824. "end_time": {
  10825. "type": "string",
  10826. "example": "结束时间"
  10827. },
  10828. "id": {
  10829. "type": "string"
  10830. },
  10831. "name": {
  10832. "type": "string",
  10833. "example": "姓名"
  10834. },
  10835. "no": {
  10836. "type": "string",
  10837. "example": "编号"
  10838. },
  10839. "start_time": {
  10840. "type": "string",
  10841. "example": "开始时间"
  10842. },
  10843. "uid": {
  10844. "type": "string"
  10845. }
  10846. }
  10847. },
  10848. "md.CloudBundleBaseResp": {
  10849. "type": "object",
  10850. "properties": {
  10851. "android_logo": {
  10852. "type": "string"
  10853. },
  10854. "ios_logo": {
  10855. "type": "string"
  10856. },
  10857. "launch_screen": {
  10858. "type": "object",
  10859. "additionalProperties": {
  10860. "type": "string"
  10861. }
  10862. }
  10863. }
  10864. },
  10865. "md.CloudBundleBuildReq": {
  10866. "type": "object",
  10867. "properties": {
  10868. "bit": {
  10869. "type": "array",
  10870. "items": {
  10871. "type": "string"
  10872. }
  10873. },
  10874. "isCombine": {
  10875. "type": "string"
  10876. },
  10877. "memo": {
  10878. "type": "string"
  10879. },
  10880. "os": {
  10881. "type": "string"
  10882. },
  10883. "platform": {
  10884. "type": "array",
  10885. "items": {
  10886. "type": "string"
  10887. }
  10888. },
  10889. "version": {
  10890. "type": "string"
  10891. }
  10892. }
  10893. },
  10894. "md.CloudBundleDelReq": {
  10895. "type": "object",
  10896. "properties": {
  10897. "ids": {
  10898. "type": "array",
  10899. "items": {
  10900. "type": "string"
  10901. }
  10902. }
  10903. }
  10904. },
  10905. "md.CloudBundleImgResp": {
  10906. "type": "object",
  10907. "properties": {
  10908. "android_logo": {
  10909. "type": "string"
  10910. },
  10911. "android_logo_url": {
  10912. "type": "string"
  10913. },
  10914. "build_1080_2280": {
  10915. "type": "string"
  10916. },
  10917. "build_1080_2280_url": {
  10918. "type": "string"
  10919. },
  10920. "build_1125_2436": {
  10921. "type": "string"
  10922. },
  10923. "build_1125_2436_url": {
  10924. "type": "string"
  10925. },
  10926. "build_1242_2208": {
  10927. "type": "string"
  10928. },
  10929. "build_1242_2208_url": {
  10930. "type": "string"
  10931. },
  10932. "build_640_1136": {
  10933. "type": "string"
  10934. },
  10935. "build_640_1136_url": {
  10936. "type": "string"
  10937. },
  10938. "build_640_960": {
  10939. "type": "string"
  10940. },
  10941. "build_640_960_url": {
  10942. "type": "string"
  10943. },
  10944. "build_720_1280": {
  10945. "type": "string"
  10946. },
  10947. "build_720_1280_url": {
  10948. "type": "string"
  10949. },
  10950. "build_750_1334": {
  10951. "type": "string"
  10952. },
  10953. "build_750_1334_url": {
  10954. "type": "string"
  10955. },
  10956. "guide": {
  10957. "type": "array",
  10958. "items": {
  10959. "$ref": "#/definitions/md.Guide"
  10960. }
  10961. },
  10962. "ios_logo": {
  10963. "type": "string"
  10964. },
  10965. "ios_logo_url": {
  10966. "type": "string"
  10967. }
  10968. }
  10969. },
  10970. "md.CloudBundleList": {
  10971. "type": "object",
  10972. "properties": {
  10973. "apply_at": {
  10974. "type": "string"
  10975. },
  10976. "bit": {
  10977. "type": "string"
  10978. },
  10979. "build_id": {
  10980. "type": "string"
  10981. },
  10982. "finish_at": {
  10983. "type": "string"
  10984. },
  10985. "id": {
  10986. "type": "string"
  10987. },
  10988. "is_auditing": {
  10989. "type": "string"
  10990. },
  10991. "is_combine": {
  10992. "type": "string"
  10993. },
  10994. "memo": {
  10995. "type": "string"
  10996. },
  10997. "os": {
  10998. "type": "string"
  10999. },
  11000. "platform": {
  11001. "type": "string"
  11002. },
  11003. "src": {
  11004. "type": "string"
  11005. },
  11006. "state": {
  11007. "type": "string"
  11008. },
  11009. "version": {
  11010. "type": "string"
  11011. }
  11012. }
  11013. },
  11014. "md.CloudBundleReq": {
  11015. "type": "object",
  11016. "properties": {
  11017. "limit": {
  11018. "description": "每页大小",
  11019. "type": "string"
  11020. },
  11021. "page": {
  11022. "description": "页数",
  11023. "type": "string"
  11024. }
  11025. }
  11026. },
  11027. "md.CloudBundleResp": {
  11028. "type": "object",
  11029. "properties": {
  11030. "last_android": {
  11031. "type": "string"
  11032. },
  11033. "last_bit": {
  11034. "type": "string"
  11035. },
  11036. "last_is_combine": {
  11037. "type": "string"
  11038. },
  11039. "last_platform": {
  11040. "type": "array",
  11041. "items": {
  11042. "type": "string"
  11043. }
  11044. },
  11045. "list": {
  11046. "type": "array",
  11047. "items": {
  11048. "$ref": "#/definitions/md.CloudBundleList"
  11049. }
  11050. },
  11051. "list_ios": {
  11052. "type": "string"
  11053. },
  11054. "select_data": {
  11055. "type": "array",
  11056. "items": {
  11057. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11058. }
  11059. },
  11060. "total": {
  11061. "type": "integer"
  11062. }
  11063. }
  11064. },
  11065. "md.CloudBundleUpdateStateReq": {
  11066. "type": "object",
  11067. "properties": {
  11068. "build_id": {
  11069. "type": "string"
  11070. },
  11071. "build_number": {
  11072. "type": "string"
  11073. },
  11074. "error_msg": {
  11075. "type": "string"
  11076. },
  11077. "id": {
  11078. "type": "string"
  11079. },
  11080. "src": {
  11081. "type": "string"
  11082. },
  11083. "state": {
  11084. "type": "string"
  11085. }
  11086. }
  11087. },
  11088. "md.CloudBundleVersion": {
  11089. "type": "object",
  11090. "properties": {
  11091. "content": {
  11092. "type": "string"
  11093. },
  11094. "img": {
  11095. "type": "string"
  11096. },
  11097. "img_url": {
  11098. "type": "string"
  11099. },
  11100. "is_must": {
  11101. "type": "string"
  11102. },
  11103. "name": {
  11104. "type": "string"
  11105. },
  11106. "type": {
  11107. "type": "string"
  11108. },
  11109. "url": {
  11110. "type": "string"
  11111. },
  11112. "version": {
  11113. "type": "string"
  11114. }
  11115. }
  11116. },
  11117. "md.CloudBundleVersionMap": {
  11118. "type": "object",
  11119. "properties": {
  11120. "img": {
  11121. "type": "string"
  11122. },
  11123. "name": {
  11124. "type": "string"
  11125. },
  11126. "type": {
  11127. "type": "string"
  11128. }
  11129. }
  11130. },
  11131. "md.CloudBundleVersionResp": {
  11132. "type": "object",
  11133. "properties": {
  11134. "version": {
  11135. "type": "array",
  11136. "items": {
  11137. "$ref": "#/definitions/md.CloudBundleVersion"
  11138. }
  11139. }
  11140. }
  11141. },
  11142. "md.CommReq": {
  11143. "type": "object",
  11144. "properties": {
  11145. "id": {
  11146. "type": "string"
  11147. }
  11148. }
  11149. },
  11150. "md.ConfigResp": {
  11151. "type": "object",
  11152. "properties": {
  11153. "oss_url": {
  11154. "type": "string",
  11155. "example": "阿里云图片链接"
  11156. }
  11157. }
  11158. },
  11159. "md.DailyActivityAnalysisTopData": {
  11160. "type": "object",
  11161. "properties": {
  11162. "activity_count": {
  11163. "description": "子节点活跃天数",
  11164. "type": "integer"
  11165. },
  11166. "team_activity_user_count": {
  11167. "description": "子节点活跃人数",
  11168. "type": "integer"
  11169. },
  11170. "team_user_count": {
  11171. "description": "团队人数",
  11172. "type": "integer"
  11173. }
  11174. }
  11175. },
  11176. "md.DataSetting": {
  11177. "type": "object",
  11178. "properties": {
  11179. "total_angel_investor": {
  11180. "description": "天使投资人",
  11181. "type": "string",
  11182. "example": "天使投资人"
  11183. },
  11184. "total_ecological_development": {
  11185. "description": "生态建设",
  11186. "type": "string",
  11187. "example": "当前价格"
  11188. },
  11189. "total_issuance_amount": {
  11190. "description": "总发行量",
  11191. "type": "string",
  11192. "example": "总发行量"
  11193. },
  11194. "total_operate_fund": {
  11195. "description": "运营资金",
  11196. "type": "string",
  11197. "example": "运营资金"
  11198. },
  11199. "total_team_dividends": {
  11200. "description": "团队分红",
  11201. "type": "string",
  11202. "example": "团队分红"
  11203. },
  11204. "total_technology_team": {
  11205. "description": "技术团队",
  11206. "type": "string",
  11207. "example": "技术团队"
  11208. },
  11209. "total_user_for_person": {
  11210. "description": "个人区域",
  11211. "type": "string",
  11212. "example": "个人区域"
  11213. },
  11214. "total_user_for_team": {
  11215. "description": "团队区域",
  11216. "type": "string",
  11217. "example": "团队区域"
  11218. }
  11219. }
  11220. },
  11221. "md.DeleteBlackListReq": {
  11222. "type": "object",
  11223. "properties": {
  11224. "id": {
  11225. "description": "黑名单 id",
  11226. "type": "integer"
  11227. }
  11228. }
  11229. },
  11230. "md.DeleteDynamicReq": {
  11231. "type": "object",
  11232. "properties": {
  11233. "index_id": {
  11234. "description": "动态id",
  11235. "type": "string"
  11236. }
  11237. }
  11238. },
  11239. "md.DeleteEmoticonReq": {
  11240. "type": "object",
  11241. "properties": {
  11242. "id": {
  11243. "description": "拥有用户数量",
  11244. "type": "integer"
  11245. }
  11246. }
  11247. },
  11248. "md.DeleteFreePublishUserReq": {
  11249. "type": "object",
  11250. "properties": {
  11251. "uid": {
  11252. "type": "string"
  11253. }
  11254. }
  11255. },
  11256. "md.DeleteLevelReq": {
  11257. "type": "object",
  11258. "properties": {
  11259. "level_id": {
  11260. "type": "string"
  11261. }
  11262. }
  11263. },
  11264. "md.DeleteTagReq": {
  11265. "type": "object",
  11266. "properties": {
  11267. "tag_id": {
  11268. "description": "标签 ID",
  11269. "type": "string"
  11270. }
  11271. }
  11272. },
  11273. "md.DeleteTaskReq": {
  11274. "type": "object",
  11275. "properties": {
  11276. "task_id": {
  11277. "type": "string"
  11278. }
  11279. }
  11280. },
  11281. "md.DestructionSettingStruct": {
  11282. "type": "object",
  11283. "properties": {
  11284. "community_dividends": {
  11285. "description": "社区分红百分比",
  11286. "type": "string"
  11287. },
  11288. "destruction_quantity": {
  11289. "description": "销毁百分比",
  11290. "type": "string"
  11291. },
  11292. "development_committee": {
  11293. "description": "发展委员会百分比",
  11294. "type": "string"
  11295. },
  11296. "marketplace_merchant": {
  11297. "description": "市商数量百分比",
  11298. "type": "string"
  11299. },
  11300. "public_welfare_and_charity": {
  11301. "description": "公益慈善百分比",
  11302. "type": "string"
  11303. },
  11304. "star_level_dividends": {
  11305. "description": "星级分红百分比",
  11306. "type": "string"
  11307. }
  11308. }
  11309. },
  11310. "md.DirectPushRewardSettingStruct": {
  11311. "type": "object",
  11312. "properties": {
  11313. "member_self_is_open_get_team_reward": {
  11314. "description": "会员是否活跃得到团队奖励",
  11315. "type": "string"
  11316. },
  11317. "reward_rate_value": {
  11318. "description": "奖励百分比",
  11319. "type": "string"
  11320. }
  11321. }
  11322. },
  11323. "md.DynamicDataFlowListReq": {
  11324. "type": "object",
  11325. "properties": {
  11326. "end_at": {
  11327. "description": "结束时间",
  11328. "type": "string",
  11329. "example": "结束时间"
  11330. },
  11331. "kind": {
  11332. "description": "持有类型",
  11333. "type": "integer"
  11334. },
  11335. "page": {
  11336. "description": "页数",
  11337. "type": "integer"
  11338. },
  11339. "page_size": {
  11340. "description": "每页大小",
  11341. "type": "integer"
  11342. },
  11343. "start_at": {
  11344. "description": "开始时间",
  11345. "type": "string",
  11346. "example": "开始时间"
  11347. }
  11348. }
  11349. },
  11350. "md.DynamicDataFlowListResp": {
  11351. "type": "object",
  11352. "properties": {
  11353. "kind_list": {
  11354. "description": "类型列表",
  11355. "type": "array",
  11356. "items": {
  11357. "type": "object",
  11358. "additionalProperties": true
  11359. }
  11360. },
  11361. "list": {
  11362. "description": "动态数据流水列表",
  11363. "type": "array",
  11364. "items": {
  11365. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  11366. }
  11367. },
  11368. "paginate": {
  11369. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11370. }
  11371. }
  11372. },
  11373. "md.DynamicRespNode": {
  11374. "type": "object",
  11375. "properties": {
  11376. "content": {
  11377. "description": "文本内容",
  11378. "type": "string"
  11379. },
  11380. "created_at": {
  11381. "type": "string"
  11382. },
  11383. "image": {
  11384. "description": "图片",
  11385. "type": "array",
  11386. "items": {
  11387. "type": "string"
  11388. }
  11389. },
  11390. "index_id": {
  11391. "description": "动态id",
  11392. "type": "string"
  11393. },
  11394. "is_praise": {
  11395. "description": "是否被表扬(1:是 2:否)",
  11396. "type": "integer"
  11397. },
  11398. "is_top_up": {
  11399. "description": "是否置顶(1:是 2:否)",
  11400. "type": "integer"
  11401. },
  11402. "kind": {
  11403. "description": "类型(1:普通 2:官方)",
  11404. "type": "integer"
  11405. },
  11406. "state": {
  11407. "description": "状态(1:正常 2:隐藏)",
  11408. "type": "integer"
  11409. },
  11410. "uid": {
  11411. "description": "用户id",
  11412. "type": "integer"
  11413. },
  11414. "updated_at": {
  11415. "type": "string"
  11416. },
  11417. "username": {
  11418. "description": "用户名称",
  11419. "type": "string"
  11420. },
  11421. "video": {
  11422. "description": "视频",
  11423. "type": "array",
  11424. "items": {
  11425. "type": "string"
  11426. }
  11427. }
  11428. }
  11429. },
  11430. "md.EggEnergyAvailableEnergyFlow": {
  11431. "type": "object",
  11432. "properties": {
  11433. "after_community_dividends": {
  11434. "description": "变更后-社区分红区块币数量",
  11435. "type": "string"
  11436. },
  11437. "after_destruction_quantity_values": {
  11438. "description": "变更后-销毁区块币数量",
  11439. "type": "string"
  11440. },
  11441. "after_development_committee_values": {
  11442. "description": "变更后-发展委员会区块币数量",
  11443. "type": "string"
  11444. },
  11445. "after_marketplace_merchant_fund_values": {
  11446. "description": "变更后-市商资金值",
  11447. "type": "string"
  11448. },
  11449. "after_marketplace_merchant_values": {
  11450. "description": "变更后-市商区块币数量",
  11451. "type": "string"
  11452. },
  11453. "after_now_energy_total_nums": {
  11454. "description": "变更后-现行总量",
  11455. "type": "string"
  11456. },
  11457. "after_planet_total_value": {
  11458. "description": "变更后-星球总价值",
  11459. "type": "string"
  11460. },
  11461. "after_price": {
  11462. "description": "变更后-价格",
  11463. "type": "string"
  11464. },
  11465. "after_public_welfare_and_charity_values": {
  11466. "description": "变更后-公益慈善区块币数量",
  11467. "type": "string"
  11468. },
  11469. "after_star_level_dividends_values": {
  11470. "description": "变更后-星级分红区块币数量",
  11471. "type": "string"
  11472. },
  11473. "amount": {
  11474. "description": "变更数量",
  11475. "type": "string"
  11476. },
  11477. "before_community_dividends": {
  11478. "description": "变更前-社区分红区块币数量",
  11479. "type": "string"
  11480. },
  11481. "before_destruction_quantity_values": {
  11482. "description": "变更前-销毁区块币数量",
  11483. "type": "string"
  11484. },
  11485. "before_development_committee_values": {
  11486. "description": "变更前-发展委员会区块币数量",
  11487. "type": "string"
  11488. },
  11489. "before_marketplace_merchant_fund_values": {
  11490. "description": "变更前-市商资金值",
  11491. "type": "string"
  11492. },
  11493. "before_marketplace_merchant_values": {
  11494. "description": "变更前-市商区块币数量",
  11495. "type": "string"
  11496. },
  11497. "before_now_energy_total_nums": {
  11498. "description": "变更前-现行总量",
  11499. "type": "string"
  11500. },
  11501. "before_planet_total_value": {
  11502. "description": "变更前-星球总价值",
  11503. "type": "string"
  11504. },
  11505. "before_price": {
  11506. "description": "变更前-价格",
  11507. "type": "string"
  11508. },
  11509. "before_public_welfare_and_charity_values": {
  11510. "description": "变更前-公益慈善区块币数量",
  11511. "type": "string"
  11512. },
  11513. "before_star_level_dividends_values": {
  11514. "description": "变更前-星级分红区块币数量",
  11515. "type": "string"
  11516. },
  11517. "create_time": {
  11518. "description": "创建时间",
  11519. "type": "string"
  11520. },
  11521. "id": {
  11522. "type": "integer"
  11523. },
  11524. "kind": {
  11525. "description": "种类",
  11526. "type": "integer"
  11527. },
  11528. "title": {
  11529. "description": "标题",
  11530. "type": "string"
  11531. }
  11532. }
  11533. },
  11534. "md.EggEnergyCommunityDividends": {
  11535. "type": "object",
  11536. "properties": {
  11537. "amount": {
  11538. "description": "分红数量",
  11539. "type": "string"
  11540. },
  11541. "coin_id": {
  11542. "description": "虚拟币 id",
  11543. "type": "integer"
  11544. },
  11545. "create_at": {
  11546. "description": "分红时间",
  11547. "type": "string"
  11548. },
  11549. "id": {
  11550. "type": "integer"
  11551. },
  11552. "is_over": {
  11553. "description": "是否分红完毕",
  11554. "type": "integer"
  11555. },
  11556. "name": {
  11557. "type": "string",
  11558. "example": "名称"
  11559. },
  11560. "persons_num": {
  11561. "description": "分红人数",
  11562. "type": "integer"
  11563. },
  11564. "update_at": {
  11565. "type": "string"
  11566. }
  11567. }
  11568. },
  11569. "md.EggEnergyCommunityDividendsWithUser": {
  11570. "type": "object",
  11571. "properties": {
  11572. "id": {
  11573. "type": "integer"
  11574. },
  11575. "memo": {
  11576. "type": "string",
  11577. "example": "备注"
  11578. },
  11579. "nickname": {
  11580. "type": "string"
  11581. },
  11582. "phone": {
  11583. "type": "string"
  11584. },
  11585. "uid": {
  11586. "type": "integer"
  11587. }
  11588. }
  11589. },
  11590. "md.EggPointCoefficientBatchAddReq": {
  11591. "type": "object",
  11592. "properties": {
  11593. "list": {
  11594. "description": "系数管理列表",
  11595. "type": "array",
  11596. "items": {
  11597. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11598. }
  11599. }
  11600. }
  11601. },
  11602. "md.EggPointCoefficientDelReq": {
  11603. "type": "object",
  11604. "required": [
  11605. "id"
  11606. ],
  11607. "properties": {
  11608. "id": {
  11609. "description": "需要删除范围的id",
  11610. "type": "string"
  11611. }
  11612. }
  11613. },
  11614. "md.EggPointCoefficientGetResp": {
  11615. "type": "object",
  11616. "properties": {
  11617. "list": {
  11618. "type": "array",
  11619. "items": {
  11620. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11621. }
  11622. }
  11623. }
  11624. },
  11625. "md.EggPointCoefficientNode": {
  11626. "type": "object",
  11627. "properties": {
  11628. "coefficient": {
  11629. "description": "系数",
  11630. "type": "string"
  11631. },
  11632. "end_score": {
  11633. "description": "截止分值",
  11634. "type": "string"
  11635. },
  11636. "id": {
  11637. "type": "integer"
  11638. },
  11639. "start_score": {
  11640. "description": "起始分值",
  11641. "type": "string"
  11642. }
  11643. }
  11644. },
  11645. "md.EggPointCoefficientUpdateReq": {
  11646. "type": "object",
  11647. "required": [
  11648. "id"
  11649. ],
  11650. "properties": {
  11651. "coefficient": {
  11652. "description": "系数",
  11653. "type": "string"
  11654. },
  11655. "end_score": {
  11656. "description": "截止分值",
  11657. "type": "string"
  11658. },
  11659. "id": {
  11660. "description": "需要修改范围的id",
  11661. "type": "string"
  11662. },
  11663. "start_score": {
  11664. "description": "起始分值",
  11665. "type": "string"
  11666. }
  11667. }
  11668. },
  11669. "md.ExchangeRulesStruct": {
  11670. "type": "object",
  11671. "properties": {
  11672. "auto_exchange_nums_by_person": {
  11673. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  11674. "type": "string"
  11675. },
  11676. "auto_exchange_nums_by_team": {
  11677. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  11678. "type": "string"
  11679. },
  11680. "auto_exchange_rate_by_person": {
  11681. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  11682. "type": "string"
  11683. },
  11684. "auto_exchange_rate_by_team": {
  11685. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  11686. "type": "string"
  11687. }
  11688. }
  11689. },
  11690. "md.ExchangeUserPositionReq": {
  11691. "type": "object",
  11692. "properties": {
  11693. "position_1": {
  11694. "description": "位置1,具体值取返回数据中的 system_id",
  11695. "type": "integer"
  11696. },
  11697. "position_2": {
  11698. "description": "位置2,具体值取返回数据中的 system_id",
  11699. "type": "integer"
  11700. }
  11701. }
  11702. },
  11703. "md.FansNode": {
  11704. "type": "object",
  11705. "properties": {
  11706. "amount": {
  11707. "description": "可提现余额",
  11708. "type": "string"
  11709. },
  11710. "id": {
  11711. "description": "用户ID",
  11712. "type": "integer"
  11713. },
  11714. "level_total": {
  11715. "description": "所属代数",
  11716. "type": "integer"
  11717. },
  11718. "nickname": {
  11719. "type": "string",
  11720. "example": "用户昵称"
  11721. },
  11722. "phone": {
  11723. "type": "string",
  11724. "example": "手机号"
  11725. },
  11726. "register_at": {
  11727. "description": "注册时间",
  11728. "type": "string"
  11729. },
  11730. "total_income": {
  11731. "description": "累计收益",
  11732. "type": "string"
  11733. }
  11734. }
  11735. },
  11736. "md.FindSubUserRelationshipMapResp": {
  11737. "type": "object",
  11738. "properties": {
  11739. "basic_setting": {
  11740. "description": "公排设置",
  11741. "allOf": [
  11742. {
  11743. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  11744. }
  11745. ]
  11746. },
  11747. "search_uid": {
  11748. "description": "查找的用户 ID",
  11749. "type": "string"
  11750. },
  11751. "sub_user": {
  11752. "description": "上级用户信息",
  11753. "allOf": [
  11754. {
  11755. "$ref": "#/definitions/md.SubUser"
  11756. }
  11757. ]
  11758. }
  11759. }
  11760. },
  11761. "md.FirstWithdrawSet": {
  11762. "type": "object",
  11763. "properties": {
  11764. "first_withdraw_amount_limit": {
  11765. "description": "不需要实名时 最大提现金额",
  11766. "type": "string"
  11767. },
  11768. "is_need_real_name": {
  11769. "description": "是否需要实名(0:不需要,1:需要)",
  11770. "type": "integer"
  11771. }
  11772. }
  11773. },
  11774. "md.FreePublishUserNode": {
  11775. "type": "object",
  11776. "properties": {
  11777. "nickname": {
  11778. "type": "string",
  11779. "example": "昵称"
  11780. },
  11781. "phone": {
  11782. "type": "string",
  11783. "example": "手机号"
  11784. },
  11785. "uid": {
  11786. "type": "integer"
  11787. }
  11788. }
  11789. },
  11790. "md.FundDataNode": {
  11791. "type": "object",
  11792. "properties": {
  11793. "balance_amount": {
  11794. "description": "余额",
  11795. "type": "string"
  11796. },
  11797. "balance_times": {
  11798. "description": "剩余执行次数",
  11799. "type": "integer"
  11800. },
  11801. "create_at": {
  11802. "description": "创建时间",
  11803. "type": "string"
  11804. },
  11805. "hours": {
  11806. "description": "时长",
  11807. "type": "integer"
  11808. },
  11809. "kind": {
  11810. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  11811. "type": "integer"
  11812. },
  11813. "memo": {
  11814. "description": "备注",
  11815. "type": "string"
  11816. },
  11817. "system_id": {
  11818. "type": "integer"
  11819. },
  11820. "total_amount": {
  11821. "description": "金额",
  11822. "type": "string"
  11823. }
  11824. }
  11825. },
  11826. "md.FundDataRecordNode": {
  11827. "type": "object",
  11828. "properties": {
  11829. "after_planet_total_value": {
  11830. "description": "执行后-星球价值",
  11831. "type": "string"
  11832. },
  11833. "after_price": {
  11834. "description": "执行后-价格",
  11835. "type": "string"
  11836. },
  11837. "balance_amount": {
  11838. "description": "余额",
  11839. "type": "string"
  11840. },
  11841. "balance_times": {
  11842. "description": "剩余执行次数",
  11843. "type": "integer"
  11844. },
  11845. "before_planet_total_value": {
  11846. "description": "执行前-星球价值",
  11847. "type": "string"
  11848. },
  11849. "before_price": {
  11850. "description": "执行前-价格",
  11851. "type": "string"
  11852. },
  11853. "create_at": {
  11854. "type": "string"
  11855. },
  11856. "total_amount": {
  11857. "description": "金额",
  11858. "type": "string"
  11859. }
  11860. }
  11861. },
  11862. "md.GetActivePointsUserCoinFlowListReq": {
  11863. "type": "object",
  11864. "properties": {
  11865. "coin_id": {
  11866. "description": "货币类型 ID",
  11867. "type": "integer"
  11868. },
  11869. "direction": {
  11870. "description": "流水方向:1收入 2支出",
  11871. "type": "integer"
  11872. },
  11873. "end_at": {
  11874. "description": "结束时间",
  11875. "type": "string"
  11876. },
  11877. "page": {
  11878. "description": "页数",
  11879. "type": "integer"
  11880. },
  11881. "page_size": {
  11882. "description": "每页大小",
  11883. "type": "integer"
  11884. },
  11885. "start_at": {
  11886. "description": "开始时间",
  11887. "type": "string"
  11888. },
  11889. "uid": {
  11890. "description": "用户 ID",
  11891. "type": "integer"
  11892. }
  11893. }
  11894. },
  11895. "md.GetActivePointsUserCoinFlowListResp": {
  11896. "type": "object",
  11897. "properties": {
  11898. "list": {
  11899. "description": "流水信息",
  11900. "type": "array",
  11901. "items": {
  11902. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  11903. }
  11904. },
  11905. "paginate": {
  11906. "description": "分页信息",
  11907. "allOf": [
  11908. {
  11909. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11910. }
  11911. ]
  11912. },
  11913. "select_data": {
  11914. "description": "流水类型",
  11915. "allOf": [
  11916. {
  11917. "$ref": "#/definitions/md.SelectData"
  11918. }
  11919. ]
  11920. }
  11921. }
  11922. },
  11923. "md.GetActivePointsUserCoinListReq": {
  11924. "type": "object",
  11925. "properties": {
  11926. "end_coin": {
  11927. "type": "string",
  11928. "example": "最大金额"
  11929. },
  11930. "kind": {
  11931. "description": "虚拟币种类编号",
  11932. "type": "integer"
  11933. },
  11934. "page": {
  11935. "description": "页数",
  11936. "type": "integer"
  11937. },
  11938. "page_size": {
  11939. "description": "单页大小",
  11940. "type": "integer"
  11941. },
  11942. "start_coin": {
  11943. "type": "string",
  11944. "example": "最小金额"
  11945. },
  11946. "uid": {
  11947. "description": "指定查询用户 ID",
  11948. "type": "integer"
  11949. },
  11950. "user_name": {
  11951. "type": "string",
  11952. "example": "用户名称"
  11953. },
  11954. "user_phone": {
  11955. "type": "string",
  11956. "example": "手机号"
  11957. }
  11958. }
  11959. },
  11960. "md.GetActivePointsUserCoinListResp": {
  11961. "type": "object",
  11962. "properties": {
  11963. "kind_list": {
  11964. "description": "货币类型集合",
  11965. "type": "array",
  11966. "items": {
  11967. "$ref": "#/definitions/md.VirtualCoinListNode"
  11968. }
  11969. },
  11970. "list": {
  11971. "description": "余额集合",
  11972. "type": "array",
  11973. "items": {
  11974. "$ref": "#/definitions/md.ActivePointsWalletNode"
  11975. }
  11976. },
  11977. "sum_user_amount": {
  11978. "description": "用户持有总数",
  11979. "type": "number"
  11980. },
  11981. "total": {
  11982. "description": "持有该类型用户数",
  11983. "type": "integer"
  11984. }
  11985. }
  11986. },
  11987. "md.GetBlackListNode": {
  11988. "type": "object",
  11989. "properties": {
  11990. "admin_id": {
  11991. "description": "管理员 id",
  11992. "type": "integer"
  11993. },
  11994. "admin_nickname": {
  11995. "description": "管理员名称",
  11996. "type": "string"
  11997. },
  11998. "black_list_id": {
  11999. "description": "黑名单 id",
  12000. "type": "integer"
  12001. },
  12002. "created_at": {
  12003. "description": "添加时间",
  12004. "type": "string"
  12005. },
  12006. "memo": {
  12007. "description": "备注",
  12008. "type": "string"
  12009. },
  12010. "uid": {
  12011. "description": "用户 id",
  12012. "type": "integer"
  12013. },
  12014. "user_nickname": {
  12015. "description": "用户名称",
  12016. "type": "string"
  12017. }
  12018. }
  12019. },
  12020. "md.GetBlackListResp": {
  12021. "type": "object",
  12022. "properties": {
  12023. "list": {
  12024. "description": "具体信息",
  12025. "type": "array",
  12026. "items": {
  12027. "$ref": "#/definitions/md.GetBlackListNode"
  12028. }
  12029. },
  12030. "paginate": {
  12031. "description": "分页信息",
  12032. "allOf": [
  12033. {
  12034. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12035. }
  12036. ]
  12037. }
  12038. }
  12039. },
  12040. "md.GetContributionValueBasicSettingResp": {
  12041. "type": "object",
  12042. "properties": {
  12043. "hand_out_red_package": {
  12044. "description": "发红包获得x点",
  12045. "type": "integer"
  12046. },
  12047. "id": {
  12048. "type": "integer"
  12049. },
  12050. "posting_comment_liked": {
  12051. "description": "发布评论被官方点赞获得x点",
  12052. "type": "integer"
  12053. },
  12054. "posting_dynamic_liked": {
  12055. "description": "发布动态被官方点赞获得x点",
  12056. "type": "integer"
  12057. },
  12058. "publish_creation": {
  12059. "description": "发布创作获得x点",
  12060. "type": "integer"
  12061. }
  12062. }
  12063. },
  12064. "md.GetDynamicReq": {
  12065. "type": "object",
  12066. "properties": {
  12067. "begin_at": {
  12068. "description": "开始时间",
  12069. "type": "string"
  12070. },
  12071. "end_at": {
  12072. "description": "结束时间",
  12073. "type": "string"
  12074. },
  12075. "limit": {
  12076. "description": "页面大小",
  12077. "type": "integer"
  12078. },
  12079. "nickname": {
  12080. "description": "创建人名称",
  12081. "type": "string"
  12082. },
  12083. "page": {
  12084. "description": "页数",
  12085. "type": "integer"
  12086. },
  12087. "uid": {
  12088. "description": "创建人id",
  12089. "type": "string"
  12090. }
  12091. }
  12092. },
  12093. "md.GetDynamicResp": {
  12094. "type": "object",
  12095. "properties": {
  12096. "list": {
  12097. "type": "array",
  12098. "items": {
  12099. "$ref": "#/definitions/md.DynamicRespNode"
  12100. }
  12101. },
  12102. "paginate": {
  12103. "description": "分页信息",
  12104. "allOf": [
  12105. {
  12106. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12107. }
  12108. ]
  12109. }
  12110. }
  12111. },
  12112. "md.GetEggCoreDataListResp": {
  12113. "type": "object",
  12114. "properties": {
  12115. "now_energy_total_nums": {
  12116. "description": "现行总量",
  12117. "type": "string",
  12118. "example": "现行总量"
  12119. },
  12120. "now_price": {
  12121. "description": "当前价格",
  12122. "type": "string",
  12123. "example": "当前价格"
  12124. },
  12125. "planet_total_value": {
  12126. "description": "星球价值",
  12127. "type": "string",
  12128. "example": "星球价值"
  12129. },
  12130. "user_hold_total_nums": {
  12131. "description": "用户持有总量",
  12132. "type": "string"
  12133. }
  12134. }
  12135. },
  12136. "md.GetEggEnergyBasicResp": {
  12137. "type": "object",
  12138. "properties": {
  12139. "basic_setting": {
  12140. "description": "基础设置",
  12141. "allOf": [
  12142. {
  12143. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12144. }
  12145. ]
  12146. },
  12147. "data_setting": {
  12148. "description": "数据设置",
  12149. "allOf": [
  12150. {
  12151. "$ref": "#/definitions/md.DataSetting"
  12152. }
  12153. ]
  12154. },
  12155. "destruction_setting": {
  12156. "description": "销毁设置",
  12157. "allOf": [
  12158. {
  12159. "$ref": "#/definitions/md.DestructionSettingStruct"
  12160. }
  12161. ]
  12162. },
  12163. "exchange_rules": {
  12164. "description": "兑换规则",
  12165. "allOf": [
  12166. {
  12167. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12168. }
  12169. ]
  12170. },
  12171. "new_user_incentive_rules": {
  12172. "description": "新用户奖励规则",
  12173. "allOf": [
  12174. {
  12175. "$ref": "#/definitions/md.NewUserRewardRules"
  12176. }
  12177. ]
  12178. },
  12179. "price_setting": {
  12180. "description": "价格设置",
  12181. "allOf": [
  12182. {
  12183. "$ref": "#/definitions/md.PriceSettingStruct"
  12184. }
  12185. ]
  12186. },
  12187. "reward_system": {
  12188. "description": "圈层奖励",
  12189. "type": "array",
  12190. "items": {
  12191. "$ref": "#/definitions/md.RewardSystemStruct"
  12192. }
  12193. },
  12194. "system_id": {
  12195. "description": "该设置系统 ID",
  12196. "type": "integer"
  12197. },
  12198. "video_reward_setting": {
  12199. "description": "视频奖励",
  12200. "allOf": [
  12201. {
  12202. "$ref": "#/definitions/md.VideoRewardSetting"
  12203. }
  12204. ]
  12205. }
  12206. }
  12207. },
  12208. "md.GetEggEnergyVipSettingResp": {
  12209. "type": "object",
  12210. "properties": {
  12211. "level_list": {
  12212. "description": "会员等级列表",
  12213. "type": "array",
  12214. "items": {
  12215. "type": "object",
  12216. "additionalProperties": true
  12217. }
  12218. },
  12219. "list": {
  12220. "description": "会员权益设置",
  12221. "type": "array",
  12222. "items": {
  12223. "$ref": "#/definitions/md.VipEquitySettingNode"
  12224. }
  12225. }
  12226. }
  12227. },
  12228. "md.GetFreePublishUserReq": {
  12229. "type": "object",
  12230. "properties": {
  12231. "limit": {
  12232. "description": "每页大小",
  12233. "type": "integer"
  12234. },
  12235. "page": {
  12236. "description": "当前页数",
  12237. "type": "integer"
  12238. },
  12239. "uid": {
  12240. "description": "筛选的用户 ID",
  12241. "type": "integer"
  12242. }
  12243. }
  12244. },
  12245. "md.GetFreePublishUserResp": {
  12246. "type": "object",
  12247. "properties": {
  12248. "list": {
  12249. "description": "免罚用户列表",
  12250. "type": "array",
  12251. "items": {
  12252. "$ref": "#/definitions/md.FreePublishUserNode"
  12253. }
  12254. },
  12255. "paginate": {
  12256. "description": "分页信息",
  12257. "allOf": [
  12258. {
  12259. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12260. }
  12261. ]
  12262. }
  12263. }
  12264. },
  12265. "md.GetFriendCircleBasicSettingsResp": {
  12266. "type": "object",
  12267. "properties": {
  12268. "comment_is_real_name": {
  12269. "description": "评论是否需要实名认证(1:是 2:否)",
  12270. "type": "integer"
  12271. },
  12272. "comment_nums_every_day": {
  12273. "description": "评论每天次数",
  12274. "type": "integer"
  12275. },
  12276. "id": {
  12277. "type": "integer"
  12278. },
  12279. "publish_is_real_name": {
  12280. "description": "发布是否需要实名认证(1:是 2:否)",
  12281. "type": "integer"
  12282. },
  12283. "publish_nums_every_day": {
  12284. "description": "发布每天次数",
  12285. "type": "integer"
  12286. }
  12287. }
  12288. },
  12289. "md.GetFundDataListReq": {
  12290. "type": "object",
  12291. "properties": {
  12292. "end_at": {
  12293. "type": "string",
  12294. "example": "结束时间"
  12295. },
  12296. "kind": {
  12297. "description": "数据类型",
  12298. "type": "integer"
  12299. },
  12300. "limit": {
  12301. "description": "每页大小",
  12302. "type": "integer"
  12303. },
  12304. "page": {
  12305. "description": "页数",
  12306. "type": "integer"
  12307. },
  12308. "start_at": {
  12309. "type": "string",
  12310. "example": "开始时间"
  12311. }
  12312. }
  12313. },
  12314. "md.GetFundDataListResp": {
  12315. "type": "object",
  12316. "properties": {
  12317. "kind_list": {
  12318. "description": "类型列表",
  12319. "type": "array",
  12320. "items": {
  12321. "type": "object",
  12322. "additionalProperties": true
  12323. }
  12324. },
  12325. "list": {
  12326. "description": "数据列表",
  12327. "type": "array",
  12328. "items": {
  12329. "$ref": "#/definitions/md.FundDataNode"
  12330. }
  12331. },
  12332. "paginate": {
  12333. "description": "分页数据",
  12334. "allOf": [
  12335. {
  12336. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12337. }
  12338. ]
  12339. }
  12340. }
  12341. },
  12342. "md.GetFundDataRecordListReq": {
  12343. "type": "object",
  12344. "properties": {
  12345. "limit": {
  12346. "description": "页面大小",
  12347. "type": "integer"
  12348. },
  12349. "page": {
  12350. "description": "页数",
  12351. "type": "integer"
  12352. },
  12353. "system_id": {
  12354. "description": "数据在系统中的 ID",
  12355. "type": "integer"
  12356. }
  12357. }
  12358. },
  12359. "md.GetFundDataRecordListResp": {
  12360. "type": "object",
  12361. "properties": {
  12362. "list": {
  12363. "type": "array",
  12364. "items": {
  12365. "$ref": "#/definitions/md.FundDataRecordNode"
  12366. }
  12367. },
  12368. "paginate": {
  12369. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12370. }
  12371. }
  12372. },
  12373. "md.GetGreenEnergyUserCoinFlowListReq": {
  12374. "type": "object",
  12375. "properties": {
  12376. "coin_id": {
  12377. "description": "货币类型 ID",
  12378. "type": "integer"
  12379. },
  12380. "direction": {
  12381. "description": "流水方向:1收入 2支出",
  12382. "type": "integer"
  12383. },
  12384. "end_at": {
  12385. "description": "结束时间",
  12386. "type": "string"
  12387. },
  12388. "page": {
  12389. "description": "页数",
  12390. "type": "integer"
  12391. },
  12392. "page_size": {
  12393. "description": "每页大小",
  12394. "type": "integer"
  12395. },
  12396. "start_at": {
  12397. "description": "开始时间",
  12398. "type": "string"
  12399. },
  12400. "uid": {
  12401. "description": "用户 ID",
  12402. "type": "integer"
  12403. }
  12404. }
  12405. },
  12406. "md.GetGreenEnergyUserCoinFlowListResp": {
  12407. "type": "object",
  12408. "properties": {
  12409. "list": {
  12410. "description": "流水信息",
  12411. "type": "array",
  12412. "items": {
  12413. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12414. }
  12415. },
  12416. "paginate": {
  12417. "description": "分页信息",
  12418. "allOf": [
  12419. {
  12420. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12421. }
  12422. ]
  12423. },
  12424. "select_data": {
  12425. "description": "流水类型",
  12426. "allOf": [
  12427. {
  12428. "$ref": "#/definitions/md.SelectData"
  12429. }
  12430. ]
  12431. }
  12432. }
  12433. },
  12434. "md.GetGreenEnergyUserCoinListReq": {
  12435. "type": "object",
  12436. "properties": {
  12437. "end_coin": {
  12438. "type": "string",
  12439. "example": "最大金额"
  12440. },
  12441. "kind": {
  12442. "description": "虚拟币种类编号",
  12443. "type": "integer"
  12444. },
  12445. "page": {
  12446. "description": "页数",
  12447. "type": "integer"
  12448. },
  12449. "page_size": {
  12450. "description": "单页大小",
  12451. "type": "integer"
  12452. },
  12453. "start_coin": {
  12454. "type": "string",
  12455. "example": "最小金额"
  12456. },
  12457. "uid": {
  12458. "description": "指定查询用户 ID",
  12459. "type": "integer"
  12460. },
  12461. "user_name": {
  12462. "type": "string",
  12463. "example": "用户名称"
  12464. },
  12465. "user_phone": {
  12466. "type": "string",
  12467. "example": "手机号"
  12468. }
  12469. }
  12470. },
  12471. "md.GetGreenEnergyUserCoinListResp": {
  12472. "type": "object",
  12473. "properties": {
  12474. "kind_list": {
  12475. "description": "货币类型集合",
  12476. "type": "array",
  12477. "items": {
  12478. "$ref": "#/definitions/md.VirtualCoinListNode"
  12479. }
  12480. },
  12481. "list": {
  12482. "description": "余额集合",
  12483. "type": "array",
  12484. "items": {
  12485. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12486. }
  12487. },
  12488. "sum_user_amount": {
  12489. "description": "用户持有总数",
  12490. "type": "number"
  12491. },
  12492. "total": {
  12493. "description": "持有该类型用户数",
  12494. "type": "integer"
  12495. }
  12496. }
  12497. },
  12498. "md.GetLevelListResp": {
  12499. "type": "object",
  12500. "properties": {
  12501. "list": {
  12502. "type": "array",
  12503. "items": {
  12504. "$ref": "#/definitions/md.LevelListNode"
  12505. }
  12506. },
  12507. "paginate": {
  12508. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12509. }
  12510. }
  12511. },
  12512. "md.GetModuleSettingResp": {
  12513. "type": "object",
  12514. "properties": {
  12515. "data": {
  12516. "description": "内容"
  12517. },
  12518. "mod_name": {
  12519. "description": "模块名称",
  12520. "type": "string"
  12521. },
  12522. "position": {
  12523. "description": "位置",
  12524. "type": "string"
  12525. },
  12526. "skip_identifier": {
  12527. "description": "跳转标识",
  12528. "type": "string"
  12529. },
  12530. "subtitle": {
  12531. "description": "副标题",
  12532. "type": "string"
  12533. },
  12534. "title": {
  12535. "description": "标题",
  12536. "type": "string"
  12537. }
  12538. }
  12539. },
  12540. "md.GetOneLevelResp": {
  12541. "type": "object",
  12542. "properties": {
  12543. "auto_update": {
  12544. "description": "自动升级 0关闭,1开启",
  12545. "type": "integer"
  12546. },
  12547. "choosable_num": {
  12548. "description": "可选任务数量",
  12549. "type": "integer"
  12550. },
  12551. "is_use": {
  12552. "description": "是否开启(0.否, 1.是)",
  12553. "type": "integer"
  12554. },
  12555. "level_id": {
  12556. "description": "等级 ID",
  12557. "type": "integer"
  12558. },
  12559. "level_name": {
  12560. "description": "等级名称",
  12561. "type": "string"
  12562. },
  12563. "level_weight": {
  12564. "description": "等级权重",
  12565. "type": "integer"
  12566. },
  12567. "memo": {
  12568. "description": "备注",
  12569. "type": "string"
  12570. },
  12571. "task_type": {
  12572. "description": "任务类型关系",
  12573. "type": "array",
  12574. "items": {
  12575. "type": "object",
  12576. "additionalProperties": true
  12577. }
  12578. },
  12579. "user_level_tasks": {
  12580. "type": "array",
  12581. "items": {
  12582. "$ref": "#/definitions/model.UserLevelTask"
  12583. }
  12584. }
  12585. }
  12586. },
  12587. "md.GetPriceCurveResp": {
  12588. "type": "object",
  12589. "properties": {
  12590. "x_data": {
  12591. "type": "array",
  12592. "items": {}
  12593. },
  12594. "y_data": {
  12595. "type": "array",
  12596. "items": {}
  12597. }
  12598. }
  12599. },
  12600. "md.GetPublicPlatoonBasicResp": {
  12601. "type": "object",
  12602. "properties": {
  12603. "is_open": {
  12604. "description": "是否开启(1:开启 0:关闭)",
  12605. "type": "integer"
  12606. },
  12607. "is_self_active_get_team_revenue": {
  12608. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12609. "type": "integer"
  12610. },
  12611. "originator_name": {
  12612. "description": "创始人名称",
  12613. "type": "string"
  12614. },
  12615. "originator_uid": {
  12616. "description": "创始人uid",
  12617. "type": "integer"
  12618. },
  12619. "several_rows": {
  12620. "description": "几排",
  12621. "type": "integer"
  12622. },
  12623. "several_times": {
  12624. "description": "几乘",
  12625. "type": "integer"
  12626. },
  12627. "system_punish_replace": {
  12628. "description": "是否位置滑落 被新用户替换 0否 1是",
  12629. "type": "integer"
  12630. },
  12631. "system_punish_replace_value": {
  12632. "description": "xx天未活跃,处罚滑落",
  12633. "type": "integer"
  12634. }
  12635. }
  12636. },
  12637. "md.GetTagListResp": {
  12638. "type": "object",
  12639. "properties": {
  12640. "list": {
  12641. "type": "array",
  12642. "items": {
  12643. "$ref": "#/definitions/md.TagListNode"
  12644. }
  12645. },
  12646. "paginate": {
  12647. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12648. }
  12649. }
  12650. },
  12651. "md.GetVideoRewardResp": {
  12652. "type": "object",
  12653. "properties": {
  12654. "ecpm": {
  12655. "description": "当前 Ecpm 值",
  12656. "type": "string"
  12657. },
  12658. "unit_price": {
  12659. "description": "单价",
  12660. "type": "string"
  12661. }
  12662. }
  12663. },
  12664. "md.GetWithdrawApplyListNode": {
  12665. "type": "object",
  12666. "properties": {
  12667. "actual_receipt": {
  12668. "description": "实际到账",
  12669. "type": "string"
  12670. },
  12671. "ali_pay_account": {
  12672. "description": "支付宝账号",
  12673. "type": "string"
  12674. },
  12675. "ali_pay_name": {
  12676. "description": "支付宝昵称",
  12677. "type": "string"
  12678. },
  12679. "amount": {
  12680. "description": "提现金额",
  12681. "type": "string"
  12682. },
  12683. "apply_at": {
  12684. "description": "申请时间",
  12685. "type": "string"
  12686. },
  12687. "invite_code": {
  12688. "description": "邀请码",
  12689. "type": "string"
  12690. },
  12691. "memo": {
  12692. "description": "备注",
  12693. "type": "string"
  12694. },
  12695. "nickname": {
  12696. "description": "用户名称",
  12697. "type": "string"
  12698. },
  12699. "parentID": {
  12700. "description": "推荐人ID",
  12701. "type": "integer"
  12702. },
  12703. "parentPhone": {
  12704. "description": "推荐人手机号",
  12705. "type": "string"
  12706. },
  12707. "pay_at": {
  12708. "description": "到账时间",
  12709. "type": "string"
  12710. },
  12711. "state": {
  12712. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12713. "type": "integer"
  12714. },
  12715. "sys_fee": {
  12716. "description": "手续费",
  12717. "type": "string"
  12718. },
  12719. "tag": {
  12720. "description": "标签",
  12721. "type": "array",
  12722. "items": {
  12723. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  12724. }
  12725. },
  12726. "user_id": {
  12727. "description": "会员 ID",
  12728. "type": "integer"
  12729. },
  12730. "wechat_pay_account": {
  12731. "description": "微信账号",
  12732. "type": "string"
  12733. },
  12734. "wechat_pay_name": {
  12735. "description": "微信昵称",
  12736. "type": "string"
  12737. },
  12738. "withdraw_apply_id": {
  12739. "description": "提现申请id",
  12740. "type": "integer"
  12741. },
  12742. "withdraw_type": {
  12743. "description": "转账平台(1:支付宝 2:微信)",
  12744. "type": "integer"
  12745. }
  12746. }
  12747. },
  12748. "md.GetWithdrawApplyListReq": {
  12749. "type": "object",
  12750. "properties": {
  12751. "amount_begin": {
  12752. "description": "最小金额",
  12753. "type": "string"
  12754. },
  12755. "amount_end": {
  12756. "description": "最大金额",
  12757. "type": "string"
  12758. },
  12759. "apply_end_at": {
  12760. "description": "申请结束时间",
  12761. "type": "string"
  12762. },
  12763. "apply_start_at": {
  12764. "description": "申请开始时间",
  12765. "type": "string"
  12766. },
  12767. "examine_end_at": {
  12768. "description": "审核结束时间",
  12769. "type": "string"
  12770. },
  12771. "examine_start_at": {
  12772. "description": "审核开始时间",
  12773. "type": "string"
  12774. },
  12775. "is_first": {
  12776. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  12777. "type": "string"
  12778. },
  12779. "level": {
  12780. "description": "会员等级",
  12781. "type": "string"
  12782. },
  12783. "limit": {
  12784. "description": "页面大小",
  12785. "type": "integer"
  12786. },
  12787. "nickname": {
  12788. "description": "用户昵称",
  12789. "type": "string"
  12790. },
  12791. "page": {
  12792. "description": "页数",
  12793. "type": "integer"
  12794. },
  12795. "parent_id": {
  12796. "description": "推荐人 ID",
  12797. "type": "string"
  12798. },
  12799. "payment_type": {
  12800. "description": "打款类型 1:手动;2:自动",
  12801. "type": "string"
  12802. },
  12803. "phone": {
  12804. "description": "用户手机号",
  12805. "type": "string"
  12806. },
  12807. "state": {
  12808. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12809. "type": "string"
  12810. },
  12811. "uid": {
  12812. "description": "用户 ID",
  12813. "type": "string"
  12814. },
  12815. "withdraw_account": {
  12816. "description": "支付宝/微信昵称",
  12817. "type": "string"
  12818. },
  12819. "withdraw_name": {
  12820. "description": "支付宝姓名",
  12821. "type": "string"
  12822. },
  12823. "withdraw_type": {
  12824. "description": "提现方式(1:支付宝 2:微信)",
  12825. "type": "string"
  12826. }
  12827. }
  12828. },
  12829. "md.GetWithdrawApplyListResp": {
  12830. "type": "object",
  12831. "properties": {
  12832. "levels_list": {
  12833. "description": "等级列表",
  12834. "type": "array",
  12835. "items": {
  12836. "type": "object",
  12837. "additionalProperties": true
  12838. }
  12839. },
  12840. "list": {
  12841. "type": "array",
  12842. "items": {
  12843. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  12844. }
  12845. },
  12846. "paginate": {
  12847. "description": "分页信息",
  12848. "allOf": [
  12849. {
  12850. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  12851. }
  12852. ]
  12853. },
  12854. "pay_failed_amount": {
  12855. "description": "打款失败金额",
  12856. "type": "string"
  12857. },
  12858. "pay_succeed_amount": {
  12859. "description": "打款成功金额",
  12860. "type": "string"
  12861. },
  12862. "pending_amount": {
  12863. "description": "处理中金额",
  12864. "type": "string"
  12865. },
  12866. "reason_list": {
  12867. "description": "审核失败(驳回理由)",
  12868. "type": "array",
  12869. "items": {
  12870. "type": "object",
  12871. "additionalProperties": true
  12872. }
  12873. },
  12874. "tags_list": {
  12875. "description": "标签列表",
  12876. "type": "array",
  12877. "items": {
  12878. "type": "object",
  12879. "additionalProperties": true
  12880. }
  12881. },
  12882. "under_review": {
  12883. "description": "审核中金额",
  12884. "type": "string"
  12885. }
  12886. }
  12887. },
  12888. "md.GetWithdrawSettingResp": {
  12889. "type": "object",
  12890. "properties": {
  12891. "condition_is_open": {
  12892. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12893. "type": "integer"
  12894. },
  12895. "first_withdraw_set": {
  12896. "description": "首次提现设置",
  12897. "allOf": [
  12898. {
  12899. "$ref": "#/definitions/md.FirstWithdrawSet"
  12900. }
  12901. ]
  12902. },
  12903. "frequency_set": {
  12904. "description": "频率设置(0:日 1:周 2:月 3:年)",
  12905. "allOf": [
  12906. {
  12907. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12908. }
  12909. ]
  12910. },
  12911. "id": {
  12912. "type": "integer"
  12913. },
  12914. "is_auto": {
  12915. "description": "是否开启自动提现(0:否 1:是)",
  12916. "type": "integer"
  12917. },
  12918. "is_auto_amount_limit": {
  12919. "description": "自动提现金额限制",
  12920. "type": "string"
  12921. },
  12922. "is_real_name": {
  12923. "description": "是否实名(0:否 1:是)",
  12924. "type": "integer"
  12925. },
  12926. "is_support_decimal_point": {
  12927. "description": "是否支持小数点(0:否 1:是)",
  12928. "type": "integer"
  12929. },
  12930. "level_list": {
  12931. "description": "会员等级列表",
  12932. "type": "array",
  12933. "items": {
  12934. "type": "object",
  12935. "additionalProperties": true
  12936. }
  12937. },
  12938. "pending_orders_is_can_apply": {
  12939. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12940. "type": "integer"
  12941. },
  12942. "tips": {
  12943. "description": "提示",
  12944. "type": "string"
  12945. },
  12946. "vip_level_limit": {
  12947. "description": "提现等级限制",
  12948. "type": "integer"
  12949. },
  12950. "withdraw_amount_limit": {
  12951. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12952. "type": "string"
  12953. },
  12954. "withdraw_fee_set": {
  12955. "description": "提现手续费设置",
  12956. "allOf": [
  12957. {
  12958. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12959. }
  12960. ]
  12961. },
  12962. "withdraw_multiple_limit": {
  12963. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12964. "type": "string"
  12965. },
  12966. "withdraw_nums_limit": {
  12967. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12968. "type": "integer"
  12969. },
  12970. "withdraw_time_interval": {
  12971. "description": "提现时段",
  12972. "allOf": [
  12973. {
  12974. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12975. }
  12976. ]
  12977. },
  12978. "withdraw_type": {
  12979. "description": "提现方式(1:支付宝 2:微信)",
  12980. "type": "integer"
  12981. }
  12982. }
  12983. },
  12984. "md.GroupListReq": {
  12985. "type": "object",
  12986. "properties": {
  12987. "group_admin": {
  12988. "description": "群主",
  12989. "type": "string"
  12990. },
  12991. "name": {
  12992. "description": "群名称",
  12993. "type": "string"
  12994. },
  12995. "page": {
  12996. "type": "integer"
  12997. },
  12998. "page_size": {
  12999. "type": "integer"
  13000. },
  13001. "start_time_end": {
  13002. "type": "string",
  13003. "example": "创建时间-截止"
  13004. },
  13005. "start_time_start": {
  13006. "type": "string",
  13007. "example": "创建时间-起始"
  13008. }
  13009. }
  13010. },
  13011. "md.GroupListResp": {
  13012. "type": "object",
  13013. "properties": {
  13014. "list": {
  13015. "type": "array",
  13016. "items": {
  13017. "type": "object",
  13018. "properties": {
  13019. "avatarUrl": {
  13020. "description": "头像",
  13021. "type": "string"
  13022. },
  13023. "createTime": {
  13024. "description": "创建时间",
  13025. "type": "string"
  13026. },
  13027. "extra": {
  13028. "description": "附加字段",
  13029. "type": "string"
  13030. },
  13031. "id": {
  13032. "description": "群组id",
  13033. "type": "integer"
  13034. },
  13035. "introduction": {
  13036. "description": "群简介",
  13037. "type": "string"
  13038. },
  13039. "isAllAddFriend": {
  13040. "description": "是否允许加好友(1:是 2:否)",
  13041. "type": "integer"
  13042. },
  13043. "isAllMemberBanned": {
  13044. "description": "是否全员禁言(1:是 2:否)",
  13045. "type": "integer"
  13046. },
  13047. "name": {
  13048. "description": "组名",
  13049. "type": "string"
  13050. },
  13051. "nickname": {
  13052. "description": "群主昵称",
  13053. "type": "string"
  13054. },
  13055. "phoneNumber": {
  13056. "description": "群主账号",
  13057. "type": "string"
  13058. },
  13059. "updateTime": {
  13060. "description": "更新时间",
  13061. "type": "string"
  13062. },
  13063. "userNum": {
  13064. "description": "群组人数",
  13065. "type": "integer"
  13066. }
  13067. }
  13068. }
  13069. },
  13070. "page": {
  13071. "type": "integer"
  13072. },
  13073. "page_size": {
  13074. "type": "integer"
  13075. },
  13076. "total": {
  13077. "type": "integer"
  13078. }
  13079. }
  13080. },
  13081. "md.Guide": {
  13082. "type": "object",
  13083. "properties": {
  13084. "bg_image": {
  13085. "type": "string"
  13086. },
  13087. "bg_image_url": {
  13088. "type": "string"
  13089. },
  13090. "content_image": {
  13091. "type": "string"
  13092. },
  13093. "content_image_url": {
  13094. "type": "string"
  13095. }
  13096. }
  13097. },
  13098. "md.JPushGetLevelListResp": {
  13099. "type": "object",
  13100. "properties": {
  13101. "list": {
  13102. "type": "array",
  13103. "items": {
  13104. "$ref": "#/definitions/md.LevelListNode"
  13105. }
  13106. },
  13107. "paginate": {
  13108. "$ref": "#/definitions/applet_app_md.Paginate"
  13109. }
  13110. }
  13111. },
  13112. "md.JPushGetTagListResp": {
  13113. "type": "object",
  13114. "properties": {
  13115. "list": {
  13116. "type": "array",
  13117. "items": {
  13118. "$ref": "#/definitions/md.TagListNode"
  13119. }
  13120. },
  13121. "paginate": {
  13122. "$ref": "#/definitions/applet_app_md.Paginate"
  13123. }
  13124. }
  13125. },
  13126. "md.JPushGetUserListReq": {
  13127. "type": "object",
  13128. "properties": {
  13129. "effective": {
  13130. "description": "有效会员",
  13131. "type": "integer"
  13132. },
  13133. "id": {
  13134. "description": "会员 ID",
  13135. "type": "integer"
  13136. },
  13137. "invite_code": {
  13138. "type": "string",
  13139. "example": "会员邀请码"
  13140. },
  13141. "is_real_name": {
  13142. "description": "是否实名 0.未实名,1.已实名",
  13143. "type": "integer"
  13144. },
  13145. "level": {
  13146. "description": "会员等级",
  13147. "type": "integer"
  13148. },
  13149. "limit": {
  13150. "type": "integer"
  13151. },
  13152. "login_after": {
  13153. "description": "最近登录结束时间",
  13154. "type": "string"
  13155. },
  13156. "login_before": {
  13157. "description": "最近登录开始时间",
  13158. "type": "string"
  13159. },
  13160. "memo": {
  13161. "description": "备注",
  13162. "type": "string"
  13163. },
  13164. "nickname": {
  13165. "type": "string",
  13166. "example": "会员昵称"
  13167. },
  13168. "page": {
  13169. "type": "integer"
  13170. },
  13171. "parent_invite_code": {
  13172. "type": "string",
  13173. "example": "上级邀请码"
  13174. },
  13175. "parent_phone": {
  13176. "type": "string",
  13177. "example": "上级手机号"
  13178. },
  13179. "phone": {
  13180. "type": "string",
  13181. "example": "会员手机号"
  13182. },
  13183. "recommend_id": {
  13184. "description": "推荐人 ID",
  13185. "type": "integer"
  13186. },
  13187. "register_after": {
  13188. "description": "注册时间终点",
  13189. "type": "string"
  13190. },
  13191. "register_before": {
  13192. "description": "注册时间起点",
  13193. "type": "string"
  13194. },
  13195. "register_type": {
  13196. "description": "注册类型(1:APP注册、2:H5注册)",
  13197. "type": "integer"
  13198. },
  13199. "sex": {
  13200. "description": "性别(0:未知 1:男 2:女)",
  13201. "type": "integer"
  13202. },
  13203. "state": {
  13204. "description": "状态",
  13205. "type": "integer"
  13206. },
  13207. "tag": {
  13208. "description": "标签 id",
  13209. "type": "integer"
  13210. },
  13211. "union_id": {
  13212. "type": "string",
  13213. "example": "微信号"
  13214. }
  13215. }
  13216. },
  13217. "md.LevelListNode": {
  13218. "type": "object",
  13219. "properties": {
  13220. "count": {
  13221. "description": "等级人数",
  13222. "type": "string"
  13223. },
  13224. "create_at": {
  13225. "description": "创建时间",
  13226. "type": "string"
  13227. },
  13228. "is_use": {
  13229. "description": "是否开启(0.否, 1.是)",
  13230. "type": "integer"
  13231. },
  13232. "level_id": {
  13233. "description": "等级 ID",
  13234. "type": "integer"
  13235. },
  13236. "level_name": {
  13237. "description": "等级名称",
  13238. "type": "string"
  13239. },
  13240. "level_weight": {
  13241. "description": "等级权重",
  13242. "type": "integer"
  13243. },
  13244. "memo": {
  13245. "description": "备注",
  13246. "type": "string"
  13247. }
  13248. }
  13249. },
  13250. "md.LevelTaskNode": {
  13251. "type": "object",
  13252. "properties": {
  13253. "active_days": {
  13254. "description": "活跃多少天",
  13255. "type": "string"
  13256. },
  13257. "finish_count": {
  13258. "description": "多少天内完成的指标",
  13259. "type": "string"
  13260. },
  13261. "is_must_task": {
  13262. "description": "是否必做(0,1)",
  13263. "type": "string"
  13264. },
  13265. "task_type": {
  13266. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  13267. "type": "string"
  13268. },
  13269. "task_type_level_id": {
  13270. "description": "会员等级 ID (task_type=3时生效)",
  13271. "type": "string"
  13272. },
  13273. "within_days": {
  13274. "description": "多少天内完成",
  13275. "type": "string"
  13276. }
  13277. }
  13278. },
  13279. "md.ListCommunityDividendsReq": {
  13280. "type": "object",
  13281. "properties": {
  13282. "end_at": {
  13283. "description": "结束时间",
  13284. "type": "string"
  13285. },
  13286. "end_nums": {
  13287. "description": "分红总量上限",
  13288. "type": "integer"
  13289. },
  13290. "limit": {
  13291. "description": "每页大小",
  13292. "type": "integer"
  13293. },
  13294. "page": {
  13295. "description": "页数",
  13296. "type": "integer"
  13297. },
  13298. "start_at": {
  13299. "description": "开始时间",
  13300. "type": "string"
  13301. },
  13302. "start_nums": {
  13303. "description": "分红总量下限",
  13304. "type": "integer"
  13305. }
  13306. }
  13307. },
  13308. "md.ListCommunityDividendsResp": {
  13309. "type": "object",
  13310. "properties": {
  13311. "list": {
  13312. "type": "array",
  13313. "items": {
  13314. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  13315. }
  13316. },
  13317. "paginate": {
  13318. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13319. }
  13320. }
  13321. },
  13322. "md.ListCommunityDividendsWithUserReq": {
  13323. "type": "object",
  13324. "properties": {
  13325. "limit": {
  13326. "type": "integer"
  13327. },
  13328. "page": {
  13329. "type": "integer"
  13330. },
  13331. "phone": {
  13332. "type": "string"
  13333. },
  13334. "uid": {
  13335. "type": "integer"
  13336. }
  13337. }
  13338. },
  13339. "md.ListCommunityDividendsWithUserResp": {
  13340. "type": "object",
  13341. "properties": {
  13342. "list": {
  13343. "type": "array",
  13344. "items": {
  13345. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  13346. }
  13347. },
  13348. "paginate": {
  13349. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13350. }
  13351. }
  13352. },
  13353. "md.ListPlatformRevenueReq": {
  13354. "type": "object",
  13355. "properties": {
  13356. "end_at": {
  13357. "type": "string",
  13358. "example": "结束时间"
  13359. },
  13360. "kind": {
  13361. "description": "数据类型",
  13362. "type": "integer"
  13363. },
  13364. "limit": {
  13365. "description": "每页大小",
  13366. "type": "integer"
  13367. },
  13368. "page": {
  13369. "description": "页数",
  13370. "type": "integer"
  13371. },
  13372. "start_at": {
  13373. "type": "string",
  13374. "example": "开始时间"
  13375. }
  13376. }
  13377. },
  13378. "md.ListPlatformRevenueResp": {
  13379. "type": "object",
  13380. "properties": {
  13381. "kind_list": {
  13382. "description": "类型列表",
  13383. "type": "array",
  13384. "items": {
  13385. "type": "object",
  13386. "additionalProperties": true
  13387. }
  13388. },
  13389. "list": {
  13390. "description": "数据列表",
  13391. "type": "array",
  13392. "items": {
  13393. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  13394. }
  13395. },
  13396. "paginate": {
  13397. "description": "分页数据",
  13398. "allOf": [
  13399. {
  13400. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13401. }
  13402. ]
  13403. }
  13404. }
  13405. },
  13406. "md.LoginReq": {
  13407. "type": "object",
  13408. "required": [
  13409. "password",
  13410. "username"
  13411. ],
  13412. "properties": {
  13413. "code": {
  13414. "type": "string",
  13415. "example": "验证码"
  13416. },
  13417. "password": {
  13418. "type": "string",
  13419. "example": "登录密码"
  13420. },
  13421. "username": {
  13422. "type": "string",
  13423. "example": "登录账号"
  13424. }
  13425. }
  13426. },
  13427. "md.LoginResponse": {
  13428. "type": "object",
  13429. "properties": {
  13430. "token": {
  13431. "type": "string"
  13432. }
  13433. }
  13434. },
  13435. "md.ManualScoreReq": {
  13436. "type": "object",
  13437. "properties": {
  13438. "index_id": {
  13439. "description": "文档id",
  13440. "type": "string"
  13441. },
  13442. "score": {
  13443. "type": "string",
  13444. "example": "分数"
  13445. }
  13446. }
  13447. },
  13448. "md.ModuleSettingGetResp": {
  13449. "type": "object",
  13450. "properties": {
  13451. "data": {
  13452. "description": "内容"
  13453. },
  13454. "mod_name": {
  13455. "description": "模块名称",
  13456. "type": "string"
  13457. },
  13458. "mod_name_list": {
  13459. "description": "模块名称对照",
  13460. "type": "array",
  13461. "items": {
  13462. "type": "object",
  13463. "additionalProperties": true
  13464. }
  13465. },
  13466. "position": {
  13467. "description": "位置",
  13468. "type": "string"
  13469. },
  13470. "skip_identifier": {
  13471. "description": "跳转标识",
  13472. "type": "string"
  13473. },
  13474. "subtitle": {
  13475. "description": "副标题",
  13476. "type": "string"
  13477. },
  13478. "title": {
  13479. "description": "标题",
  13480. "type": "string"
  13481. }
  13482. }
  13483. },
  13484. "md.ModuleSettingUpdateReq": {
  13485. "type": "object",
  13486. "properties": {
  13487. "data": {
  13488. "description": "内容",
  13489. "type": "object",
  13490. "additionalProperties": true
  13491. },
  13492. "mod_name_value": {
  13493. "description": "模块类型值",
  13494. "type": "string"
  13495. },
  13496. "position": {
  13497. "description": "位置",
  13498. "type": "string"
  13499. },
  13500. "skip_identifier": {
  13501. "description": "跳转标识",
  13502. "type": "string"
  13503. },
  13504. "subtitle": {
  13505. "description": "副标题",
  13506. "type": "string"
  13507. },
  13508. "title": {
  13509. "description": "标题",
  13510. "type": "string"
  13511. }
  13512. }
  13513. },
  13514. "md.NewUserRedPackageGetBasicResp": {
  13515. "type": "object",
  13516. "properties": {
  13517. "create_at": {
  13518. "type": "string"
  13519. },
  13520. "days": {
  13521. "description": "天数",
  13522. "type": "integer"
  13523. },
  13524. "is_double": {
  13525. "description": "是否翻倍",
  13526. "type": "integer"
  13527. },
  13528. "is_open": {
  13529. "description": "是否开启(1:开启 0:关闭)",
  13530. "type": "integer"
  13531. },
  13532. "total_amount": {
  13533. "type": "string",
  13534. "example": "总金额"
  13535. },
  13536. "update_at": {
  13537. "type": "string"
  13538. }
  13539. }
  13540. },
  13541. "md.NewUserRedPackageRecordFlowListReq": {
  13542. "type": "object",
  13543. "properties": {
  13544. "end_at": {
  13545. "description": "结束时间",
  13546. "type": "string"
  13547. },
  13548. "limit": {
  13549. "description": "每页大小",
  13550. "type": "integer"
  13551. },
  13552. "page": {
  13553. "description": "页数",
  13554. "type": "integer"
  13555. },
  13556. "start_at": {
  13557. "description": "开始时间",
  13558. "type": "string"
  13559. },
  13560. "uid": {
  13561. "description": "用户 ID",
  13562. "type": "integer"
  13563. }
  13564. }
  13565. },
  13566. "md.NewUserRedPackageRecordFlowListResp": {
  13567. "type": "object",
  13568. "properties": {
  13569. "list": {
  13570. "type": "array",
  13571. "items": {
  13572. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  13573. }
  13574. },
  13575. "paginate": {
  13576. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13577. }
  13578. }
  13579. },
  13580. "md.NewUserRedPackageRecordFlowNode": {
  13581. "type": "object",
  13582. "properties": {
  13583. "balance_amount": {
  13584. "description": "剩余金额",
  13585. "type": "string"
  13586. },
  13587. "balance_days": {
  13588. "description": "剩余天数",
  13589. "type": "integer"
  13590. },
  13591. "basic_amount": {
  13592. "description": "基础金额",
  13593. "type": "string"
  13594. },
  13595. "create_at": {
  13596. "description": "创建时间",
  13597. "type": "string"
  13598. },
  13599. "day_num": {
  13600. "description": "第x天",
  13601. "type": "integer"
  13602. },
  13603. "double_rate": {
  13604. "description": "倍率",
  13605. "type": "string"
  13606. },
  13607. "id": {
  13608. "description": "流水 ID",
  13609. "type": "integer"
  13610. },
  13611. "is_double": {
  13612. "description": "是否翻倍",
  13613. "type": "integer"
  13614. },
  13615. "receive_days": {
  13616. "description": "领取天数",
  13617. "type": "integer"
  13618. },
  13619. "total_amount": {
  13620. "description": "实际金额",
  13621. "type": "string"
  13622. },
  13623. "uid": {
  13624. "description": "用户 ID",
  13625. "type": "integer"
  13626. }
  13627. }
  13628. },
  13629. "md.NewUserRedPackageRecordListReq": {
  13630. "type": "object",
  13631. "properties": {
  13632. "end_at": {
  13633. "description": "结束时间",
  13634. "type": "string"
  13635. },
  13636. "limit": {
  13637. "description": "每页大小",
  13638. "type": "integer"
  13639. },
  13640. "page": {
  13641. "description": "页数",
  13642. "type": "integer"
  13643. },
  13644. "start_at": {
  13645. "description": "开始时间",
  13646. "type": "string"
  13647. },
  13648. "uid": {
  13649. "description": "用户 ID",
  13650. "type": "integer"
  13651. }
  13652. }
  13653. },
  13654. "md.NewUserRedPackageRecordListResp": {
  13655. "type": "object",
  13656. "properties": {
  13657. "list": {
  13658. "type": "array",
  13659. "items": {
  13660. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  13661. }
  13662. },
  13663. "paginate": {
  13664. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13665. }
  13666. }
  13667. },
  13668. "md.NewUserRedPackageRecordNode": {
  13669. "type": "object",
  13670. "properties": {
  13671. "balance_amount": {
  13672. "description": "剩余金额",
  13673. "type": "string"
  13674. },
  13675. "balance_days": {
  13676. "description": "剩余天数",
  13677. "type": "integer"
  13678. },
  13679. "create_at": {
  13680. "description": "创建时间",
  13681. "type": "string"
  13682. },
  13683. "days": {
  13684. "description": "天数",
  13685. "type": "integer"
  13686. },
  13687. "receive_days": {
  13688. "description": "领取天数",
  13689. "type": "integer"
  13690. },
  13691. "state": {
  13692. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  13693. "type": "integer"
  13694. },
  13695. "system_id": {
  13696. "description": "系统中记录的 ID",
  13697. "type": "integer"
  13698. },
  13699. "total_amount": {
  13700. "description": "金额",
  13701. "type": "string"
  13702. },
  13703. "uid": {
  13704. "description": "用户 ID",
  13705. "type": "integer"
  13706. },
  13707. "update_at": {
  13708. "description": "修改时间",
  13709. "type": "string"
  13710. }
  13711. }
  13712. },
  13713. "md.NewUserRedPackageUpdateBasicReq": {
  13714. "type": "object",
  13715. "properties": {
  13716. "days": {
  13717. "description": "天数",
  13718. "type": "integer"
  13719. },
  13720. "is_double": {
  13721. "description": "是否翻倍",
  13722. "type": "integer"
  13723. },
  13724. "is_open": {
  13725. "description": "是否开启(1:开启 0:关闭)",
  13726. "type": "integer"
  13727. },
  13728. "total_amount": {
  13729. "type": "string",
  13730. "example": "总金额"
  13731. }
  13732. }
  13733. },
  13734. "md.NewUserRewardRules": {
  13735. "type": "object",
  13736. "properties": {
  13737. "continue_days": {
  13738. "description": "连续x天",
  13739. "type": "integer"
  13740. },
  13741. "invite_user_reward_value": {
  13742. "description": "拉新用户奖励x个活跃积分",
  13743. "type": "integer"
  13744. },
  13745. "reward_coefficient": {
  13746. "description": "奖励系数",
  13747. "type": "number"
  13748. }
  13749. }
  13750. },
  13751. "md.NoticeAliyunSmsList": {
  13752. "type": "object",
  13753. "properties": {
  13754. "content": {
  13755. "type": "string",
  13756. "example": "这是 填短信模板id"
  13757. },
  13758. "day": {
  13759. "type": "string",
  13760. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13761. },
  13762. "id": {
  13763. "type": "string"
  13764. },
  13765. "is_show": {
  13766. "type": "string"
  13767. },
  13768. "notice_day": {
  13769. "type": "string",
  13770. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13771. },
  13772. "title": {
  13773. "type": "string"
  13774. },
  13775. "type": {
  13776. "type": "string"
  13777. }
  13778. }
  13779. },
  13780. "md.NoticeAliyunSmsListReq": {
  13781. "type": "object",
  13782. "properties": {
  13783. "limit": {
  13784. "description": "每页大小",
  13785. "type": "string"
  13786. },
  13787. "page": {
  13788. "description": "页数",
  13789. "type": "string"
  13790. }
  13791. }
  13792. },
  13793. "md.NoticeAliyunSmsListResp": {
  13794. "type": "object",
  13795. "properties": {
  13796. "list": {
  13797. "type": "array",
  13798. "items": {
  13799. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  13800. }
  13801. },
  13802. "select_data": {
  13803. "type": "array",
  13804. "items": {
  13805. "type": "object",
  13806. "additionalProperties": {
  13807. "type": "string"
  13808. }
  13809. }
  13810. },
  13811. "total": {
  13812. "type": "integer"
  13813. }
  13814. }
  13815. },
  13816. "md.NoticeAliyunSmsSaveReq": {
  13817. "type": "object",
  13818. "properties": {
  13819. "content": {
  13820. "type": "string"
  13821. },
  13822. "day": {
  13823. "type": "string",
  13824. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13825. },
  13826. "id": {
  13827. "type": "string"
  13828. },
  13829. "is_show": {
  13830. "type": "string"
  13831. },
  13832. "notice_day": {
  13833. "type": "string",
  13834. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13835. },
  13836. "title": {
  13837. "type": "string"
  13838. },
  13839. "type": {
  13840. "type": "string"
  13841. }
  13842. }
  13843. },
  13844. "md.NoticeDelReq": {
  13845. "type": "object",
  13846. "properties": {
  13847. "id": {
  13848. "type": "array",
  13849. "items": {
  13850. "type": "string"
  13851. }
  13852. }
  13853. }
  13854. },
  13855. "md.NoticeList": {
  13856. "type": "object",
  13857. "properties": {
  13858. "content": {
  13859. "type": "string"
  13860. },
  13861. "day": {
  13862. "type": "string",
  13863. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13864. },
  13865. "id": {
  13866. "type": "string"
  13867. },
  13868. "jpush_open": {
  13869. "type": "string",
  13870. "example": "app推送开启 0关 1开"
  13871. },
  13872. "notice_day": {
  13873. "type": "string",
  13874. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13875. },
  13876. "sms_code": {
  13877. "type": "string",
  13878. "example": "短信模板id"
  13879. },
  13880. "sms_open": {
  13881. "type": "string",
  13882. "example": "短信推送开启 0关 1开"
  13883. },
  13884. "title": {
  13885. "type": "string"
  13886. },
  13887. "type": {
  13888. "type": "string"
  13889. }
  13890. }
  13891. },
  13892. "md.NoticeListReq": {
  13893. "type": "object",
  13894. "properties": {
  13895. "limit": {
  13896. "description": "每页大小",
  13897. "type": "string"
  13898. },
  13899. "page": {
  13900. "description": "页数",
  13901. "type": "string"
  13902. }
  13903. }
  13904. },
  13905. "md.NoticeListResp": {
  13906. "type": "object",
  13907. "properties": {
  13908. "change_data": {
  13909. "type": "array",
  13910. "items": {
  13911. "type": "object",
  13912. "additionalProperties": {
  13913. "type": "string"
  13914. }
  13915. }
  13916. },
  13917. "list": {
  13918. "type": "array",
  13919. "items": {
  13920. "$ref": "#/definitions/md.NoticeList"
  13921. }
  13922. },
  13923. "select_data": {
  13924. "type": "array",
  13925. "items": {
  13926. "type": "object",
  13927. "additionalProperties": {
  13928. "type": "string"
  13929. }
  13930. }
  13931. },
  13932. "total": {
  13933. "type": "integer"
  13934. }
  13935. }
  13936. },
  13937. "md.NoticePushList": {
  13938. "type": "object",
  13939. "properties": {
  13940. "content": {
  13941. "type": "string"
  13942. },
  13943. "id": {
  13944. "type": "string"
  13945. },
  13946. "platform": {
  13947. "type": "string"
  13948. },
  13949. "send_end_time": {
  13950. "type": "string",
  13951. "example": "如 2024-11-25 11:56:00"
  13952. },
  13953. "send_start_time": {
  13954. "type": "string",
  13955. "example": "如 2024-11-25 11:56:00"
  13956. },
  13957. "send_type": {
  13958. "type": "string",
  13959. "example": "0立即推送 1定时推送"
  13960. },
  13961. "state": {
  13962. "type": "string",
  13963. "example": "0待发送 1发送成功"
  13964. },
  13965. "target": {
  13966. "type": "string"
  13967. },
  13968. "title": {
  13969. "type": "string"
  13970. }
  13971. }
  13972. },
  13973. "md.NoticePushListResp": {
  13974. "type": "object",
  13975. "properties": {
  13976. "list": {
  13977. "type": "array",
  13978. "items": {
  13979. "$ref": "#/definitions/md.NoticePushList"
  13980. }
  13981. },
  13982. "platform_data": {
  13983. "type": "array",
  13984. "items": {
  13985. "type": "object",
  13986. "additionalProperties": {
  13987. "type": "string"
  13988. }
  13989. }
  13990. },
  13991. "target_data": {
  13992. "type": "array",
  13993. "items": {
  13994. "type": "object",
  13995. "additionalProperties": {
  13996. "type": "string"
  13997. }
  13998. }
  13999. },
  14000. "total": {
  14001. "type": "integer"
  14002. }
  14003. }
  14004. },
  14005. "md.NoticePushSaveReq": {
  14006. "type": "object",
  14007. "properties": {
  14008. "content": {
  14009. "type": "string"
  14010. },
  14011. "id": {
  14012. "type": "string"
  14013. },
  14014. "level": {
  14015. "type": "array",
  14016. "items": {
  14017. "type": "string"
  14018. }
  14019. },
  14020. "platform": {
  14021. "type": "string"
  14022. },
  14023. "send_end_time": {
  14024. "type": "string"
  14025. },
  14026. "send_start_time": {
  14027. "type": "string"
  14028. },
  14029. "send_type": {
  14030. "type": "string"
  14031. },
  14032. "tag_list": {
  14033. "type": "array",
  14034. "items": {
  14035. "type": "string"
  14036. }
  14037. },
  14038. "target": {
  14039. "type": "string"
  14040. },
  14041. "title": {
  14042. "type": "string"
  14043. },
  14044. "user_list": {
  14045. "type": "array",
  14046. "items": {
  14047. "type": "string"
  14048. }
  14049. }
  14050. }
  14051. },
  14052. "md.NoticeSaveReq": {
  14053. "type": "object",
  14054. "properties": {
  14055. "content": {
  14056. "type": "string"
  14057. },
  14058. "day": {
  14059. "type": "string",
  14060. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14061. },
  14062. "id": {
  14063. "type": "string"
  14064. },
  14065. "jpush_open": {
  14066. "type": "string",
  14067. "example": "app推送开启 0关 1开"
  14068. },
  14069. "notice_day": {
  14070. "type": "string",
  14071. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14072. },
  14073. "sms_code": {
  14074. "type": "string",
  14075. "example": "短信模板id"
  14076. },
  14077. "sms_open": {
  14078. "type": "string",
  14079. "example": "短信推送开启 0关 1开"
  14080. },
  14081. "title": {
  14082. "type": "string"
  14083. },
  14084. "type": {
  14085. "type": "string"
  14086. }
  14087. }
  14088. },
  14089. "md.OtherNode": {
  14090. "type": "object",
  14091. "properties": {
  14092. "create_at": {
  14093. "description": "注册时间",
  14094. "type": "string"
  14095. },
  14096. "last_login_at": {
  14097. "description": "最近登录时间",
  14098. "type": "string"
  14099. },
  14100. "last_login_ip": {
  14101. "description": "最后登录 IP",
  14102. "type": "string"
  14103. }
  14104. }
  14105. },
  14106. "md.PageCustomerServiceReq": {
  14107. "type": "object",
  14108. "properties": {
  14109. "memo": {
  14110. "type": "string",
  14111. "example": "备注"
  14112. },
  14113. "page": {
  14114. "type": "integer"
  14115. },
  14116. "page_size": {
  14117. "type": "integer"
  14118. },
  14119. "phone": {
  14120. "description": "手机号",
  14121. "type": "string"
  14122. },
  14123. "state": {
  14124. "description": "状态",
  14125. "type": "integer"
  14126. }
  14127. }
  14128. },
  14129. "md.PageEmoticonReq": {
  14130. "type": "object",
  14131. "properties": {
  14132. "memo": {
  14133. "type": "string",
  14134. "example": "备注"
  14135. },
  14136. "name": {
  14137. "description": "表情名称",
  14138. "type": "string"
  14139. },
  14140. "page": {
  14141. "type": "integer"
  14142. },
  14143. "page_size": {
  14144. "type": "integer"
  14145. },
  14146. "state": {
  14147. "description": "状态",
  14148. "type": "integer"
  14149. }
  14150. }
  14151. },
  14152. "md.PageSendRedPackageOrdReq": {
  14153. "type": "object",
  14154. "properties": {
  14155. "invite_code": {
  14156. "description": "邀请码",
  14157. "type": "string",
  14158. "example": "邀请码"
  14159. },
  14160. "nickname": {
  14161. "description": "昵称",
  14162. "type": "string",
  14163. "example": "昵称"
  14164. },
  14165. "ord_no": {
  14166. "description": "订单号",
  14167. "type": "string",
  14168. "example": "订单号"
  14169. },
  14170. "page": {
  14171. "type": "integer"
  14172. },
  14173. "page_size": {
  14174. "type": "integer"
  14175. },
  14176. "phone": {
  14177. "description": "手机号",
  14178. "type": "string",
  14179. "example": "手机号"
  14180. },
  14181. "red_packet_type": {
  14182. "description": "红包类型",
  14183. "type": "integer"
  14184. },
  14185. "start_time_end": {
  14186. "type": "string",
  14187. "example": "发送时间-截止"
  14188. },
  14189. "start_time_start": {
  14190. "type": "string",
  14191. "example": "发送时间-起始"
  14192. },
  14193. "state": {
  14194. "description": "状态",
  14195. "type": "integer"
  14196. },
  14197. "uid": {
  14198. "type": "integer"
  14199. }
  14200. }
  14201. },
  14202. "md.PlatformRevenueDataNode": {
  14203. "type": "object",
  14204. "properties": {
  14205. "balance_amount": {
  14206. "description": "余额",
  14207. "type": "string"
  14208. },
  14209. "balance_times": {
  14210. "description": "剩余执行次数",
  14211. "type": "integer"
  14212. },
  14213. "create_at": {
  14214. "description": "创建时间",
  14215. "type": "string"
  14216. },
  14217. "hours": {
  14218. "description": "时长",
  14219. "type": "integer"
  14220. },
  14221. "kind": {
  14222. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  14223. "type": "integer"
  14224. },
  14225. "memo": {
  14226. "description": "备注",
  14227. "type": "string"
  14228. },
  14229. "system_id": {
  14230. "type": "integer"
  14231. },
  14232. "total_amount": {
  14233. "description": "金额",
  14234. "type": "string"
  14235. }
  14236. }
  14237. },
  14238. "md.PlayletBaseData": {
  14239. "type": "object",
  14240. "properties": {
  14241. "first_count": {
  14242. "type": "string",
  14243. "example": "首次可观看集数"
  14244. },
  14245. "reward": {
  14246. "type": "string",
  14247. "example": "单次奖励"
  14248. },
  14249. "second_count": {
  14250. "type": "string",
  14251. "example": "看一次广告解锁集数"
  14252. },
  14253. "total": {
  14254. "type": "string",
  14255. "example": "可领取总次数"
  14256. }
  14257. }
  14258. },
  14259. "md.PriceSettingStruct": {
  14260. "type": "object",
  14261. "properties": {
  14262. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  14263. "description": "市商资金单笔x元自动兑换",
  14264. "type": "string"
  14265. },
  14266. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  14267. "description": "市商数量单笔x数量自动兑换",
  14268. "type": "string"
  14269. },
  14270. "price_below_value": {
  14271. "description": "低于x元",
  14272. "type": "string"
  14273. },
  14274. "price_higher_than_value": {
  14275. "description": "高于x元",
  14276. "type": "string"
  14277. }
  14278. }
  14279. },
  14280. "md.ReleaseDynamicReq": {
  14281. "type": "object",
  14282. "properties": {
  14283. "content": {
  14284. "description": "文本内容",
  14285. "type": "string"
  14286. },
  14287. "image": {
  14288. "description": "图片",
  14289. "type": "array",
  14290. "items": {
  14291. "type": "string"
  14292. }
  14293. },
  14294. "is_praise": {
  14295. "description": "是否被表扬(1:是 2:否)",
  14296. "type": "integer"
  14297. },
  14298. "is_top_up": {
  14299. "description": "是否置顶(1:是 2:否)",
  14300. "type": "integer"
  14301. },
  14302. "kind": {
  14303. "description": "类型(1:普通 2:官方)",
  14304. "type": "integer"
  14305. },
  14306. "state": {
  14307. "description": "状态(1:正常 2:隐藏)",
  14308. "type": "integer"
  14309. },
  14310. "video": {
  14311. "description": "视频",
  14312. "type": "array",
  14313. "items": {
  14314. "type": "string"
  14315. }
  14316. }
  14317. }
  14318. },
  14319. "md.Response": {
  14320. "type": "object",
  14321. "properties": {
  14322. "code": {
  14323. "type": "string",
  14324. "example": "响应码"
  14325. },
  14326. "data": {
  14327. "description": "内容"
  14328. },
  14329. "msg": {
  14330. "type": "string",
  14331. "example": "具体错误原因"
  14332. }
  14333. }
  14334. },
  14335. "md.RewardSystemStruct": {
  14336. "type": "object",
  14337. "properties": {
  14338. "level": {
  14339. "description": "圈层",
  14340. "type": "integer"
  14341. },
  14342. "reward_condition": {
  14343. "description": "奖励条件",
  14344. "type": "string"
  14345. },
  14346. "reward_value": {
  14347. "description": "奖励值",
  14348. "type": "string"
  14349. }
  14350. }
  14351. },
  14352. "md.RoleBindPermissionGroupReq": {
  14353. "type": "object",
  14354. "required": [
  14355. "role_id"
  14356. ],
  14357. "properties": {
  14358. "permission_ids": {
  14359. "type": "array",
  14360. "items": {
  14361. "type": "integer"
  14362. }
  14363. },
  14364. "role_id": {
  14365. "type": "integer"
  14366. }
  14367. }
  14368. },
  14369. "md.SelectData": {
  14370. "type": "object",
  14371. "properties": {
  14372. "direction": {
  14373. "type": "array",
  14374. "items": {
  14375. "type": "object",
  14376. "additionalProperties": {
  14377. "type": "string"
  14378. }
  14379. }
  14380. }
  14381. }
  14382. },
  14383. "md.SelectMemberNode": {
  14384. "type": "object",
  14385. "properties": {
  14386. "avatar": {
  14387. "description": "会员头像",
  14388. "type": "string"
  14389. },
  14390. "level": {
  14391. "description": "会员等级",
  14392. "type": "string"
  14393. },
  14394. "nickname": {
  14395. "description": "会员昵称",
  14396. "type": "string"
  14397. },
  14398. "phone": {
  14399. "description": "会员手机号",
  14400. "type": "string"
  14401. },
  14402. "uid": {
  14403. "description": "会员 ID",
  14404. "type": "integer"
  14405. }
  14406. }
  14407. },
  14408. "md.SelectMemberReq": {
  14409. "type": "object",
  14410. "properties": {
  14411. "level": {
  14412. "description": "会员等级",
  14413. "type": "integer"
  14414. },
  14415. "limit": {
  14416. "description": "每页大小",
  14417. "type": "integer"
  14418. },
  14419. "nickname": {
  14420. "description": "会员昵称",
  14421. "type": "string"
  14422. },
  14423. "page": {
  14424. "description": "页数",
  14425. "type": "integer"
  14426. },
  14427. "phone": {
  14428. "description": "会员手机号",
  14429. "type": "string"
  14430. },
  14431. "uid": {
  14432. "description": "会员 ID",
  14433. "type": "integer"
  14434. }
  14435. }
  14436. },
  14437. "md.SelectMemberResp": {
  14438. "type": "object",
  14439. "properties": {
  14440. "level_list": {
  14441. "description": "会员等级列表",
  14442. "type": "array",
  14443. "items": {
  14444. "type": "object",
  14445. "additionalProperties": true
  14446. }
  14447. },
  14448. "list": {
  14449. "description": "会员数据",
  14450. "type": "array",
  14451. "items": {
  14452. "$ref": "#/definitions/md.SelectMemberNode"
  14453. }
  14454. },
  14455. "paginate": {
  14456. "description": "分页信息",
  14457. "allOf": [
  14458. {
  14459. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14460. }
  14461. ]
  14462. }
  14463. }
  14464. },
  14465. "md.SetCustomerServiceStateReq": {
  14466. "type": "object",
  14467. "properties": {
  14468. "id": {
  14469. "description": "拥有用户数量",
  14470. "type": "integer"
  14471. },
  14472. "state": {
  14473. "description": "状态",
  14474. "type": "integer"
  14475. }
  14476. }
  14477. },
  14478. "md.SetEmoticonStateReq": {
  14479. "type": "object",
  14480. "properties": {
  14481. "id": {
  14482. "description": "拥有用户数量",
  14483. "type": "integer"
  14484. },
  14485. "state": {
  14486. "description": "状态",
  14487. "type": "integer"
  14488. }
  14489. }
  14490. },
  14491. "md.SetVideoRewardReq": {
  14492. "type": "object",
  14493. "properties": {
  14494. "ecpm": {
  14495. "description": "当前 Ecpm 值",
  14496. "type": "string"
  14497. },
  14498. "unit_price": {
  14499. "description": "单价",
  14500. "type": "string"
  14501. }
  14502. }
  14503. },
  14504. "md.SonUserDailyActivityAnalysisNode": {
  14505. "type": "object",
  14506. "properties": {
  14507. "activity_day_nums": {
  14508. "description": "活跃子节点活跃天数",
  14509. "type": "integer"
  14510. },
  14511. "nickname": {
  14512. "type": "string",
  14513. "example": "昵称"
  14514. },
  14515. "phone": {
  14516. "type": "string",
  14517. "example": "手机号"
  14518. },
  14519. "uid": {
  14520. "description": "查询用户活跃子节点 ID",
  14521. "type": "integer"
  14522. }
  14523. }
  14524. },
  14525. "md.StatisticsEggPointReq": {
  14526. "type": "object",
  14527. "properties": {
  14528. "week": {
  14529. "type": "string",
  14530. "example": "周份"
  14531. },
  14532. "year": {
  14533. "type": "string",
  14534. "example": "年份"
  14535. }
  14536. }
  14537. },
  14538. "md.StatisticsEggPointResp": {
  14539. "type": "object",
  14540. "properties": {
  14541. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  14542. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  14543. "type": "array",
  14544. "items": {
  14545. "type": "object",
  14546. "additionalProperties": {
  14547. "type": "string"
  14548. }
  14549. }
  14550. },
  14551. "statistics_user_egg_browse_interface_nums_range": {
  14552. "description": "统计用户\"浏览界面次数\"范围",
  14553. "type": "array",
  14554. "items": {
  14555. "type": "object",
  14556. "additionalProperties": {
  14557. "type": "string"
  14558. }
  14559. }
  14560. },
  14561. "statistics_user_egg_college_learning_nums_range": {
  14562. "description": "统计用户\"学院学习次数\"范围",
  14563. "type": "array",
  14564. "items": {
  14565. "type": "object",
  14566. "additionalProperties": {
  14567. "type": "string"
  14568. }
  14569. }
  14570. },
  14571. "statistics_user_egg_ecpm_range": {
  14572. "description": "统计用户\"ecpm\"范围",
  14573. "type": "array",
  14574. "items": {
  14575. "type": "object",
  14576. "additionalProperties": {
  14577. "type": "string"
  14578. }
  14579. }
  14580. },
  14581. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  14582. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  14583. "type": "array",
  14584. "items": {
  14585. "type": "object",
  14586. "additionalProperties": {
  14587. "type": "string"
  14588. }
  14589. }
  14590. },
  14591. "statistics_user_egg_forum_comments_nums_range": {
  14592. "description": "统计用户\"论坛评论次数\"范围",
  14593. "type": "array",
  14594. "items": {
  14595. "type": "object",
  14596. "additionalProperties": {
  14597. "type": "string"
  14598. }
  14599. }
  14600. },
  14601. "statistics_user_egg_invite_user_nums_range": {
  14602. "description": "统计用户\"拉新人数\"范围",
  14603. "type": "array",
  14604. "items": {
  14605. "type": "object",
  14606. "additionalProperties": {
  14607. "type": "string"
  14608. }
  14609. }
  14610. },
  14611. "statistics_user_egg_person_add_activity_value_range": {
  14612. "description": "统计用户\"个人活跃积分增量值\"范围",
  14613. "type": "array",
  14614. "items": {
  14615. "type": "object",
  14616. "additionalProperties": {
  14617. "type": "string"
  14618. }
  14619. }
  14620. },
  14621. "statistics_user_egg_send_circle_of_friend_nums_range": {
  14622. "description": "统计用户\"发朋友圈次数\"范围",
  14623. "type": "array",
  14624. "items": {
  14625. "type": "object",
  14626. "additionalProperties": {
  14627. "type": "string"
  14628. }
  14629. }
  14630. },
  14631. "statistics_user_egg_send_red_package_nums_range": {
  14632. "description": "统计用户\"发红包次数\"范围",
  14633. "type": "array",
  14634. "items": {
  14635. "type": "object",
  14636. "additionalProperties": {
  14637. "type": "string"
  14638. }
  14639. }
  14640. },
  14641. "statistics_user_egg_sign_in_nums_range": {
  14642. "description": "统计用户\"签到次数\"范围",
  14643. "type": "array",
  14644. "items": {
  14645. "type": "object",
  14646. "additionalProperties": {
  14647. "type": "string"
  14648. }
  14649. }
  14650. },
  14651. "statistics_user_egg_team_activity_nums_range": {
  14652. "description": "统计用户\"团队活跃次数\"范围",
  14653. "type": "array",
  14654. "items": {
  14655. "type": "object",
  14656. "additionalProperties": {
  14657. "type": "string"
  14658. }
  14659. }
  14660. },
  14661. "statistics_user_egg_violate_nums_range": {
  14662. "description": "统计用户\"违规次数\"范围",
  14663. "type": "array",
  14664. "items": {
  14665. "type": "object",
  14666. "additionalProperties": {
  14667. "type": "string"
  14668. }
  14669. }
  14670. },
  14671. "week": {
  14672. "type": "string",
  14673. "example": "周份"
  14674. },
  14675. "year": {
  14676. "type": "string",
  14677. "example": "年份"
  14678. },
  14679. "year_list": {
  14680. "description": "年份\u0026\u0026周份列表",
  14681. "type": "object",
  14682. "additionalProperties": {
  14683. "type": "array",
  14684. "items": {
  14685. "type": "string"
  14686. }
  14687. }
  14688. }
  14689. }
  14690. },
  14691. "md.SubUser": {
  14692. "type": "object",
  14693. "properties": {
  14694. "avatar_url": {
  14695. "type": "string",
  14696. "example": "头像"
  14697. },
  14698. "level": {
  14699. "description": "整个系统中的等级",
  14700. "type": "integer"
  14701. },
  14702. "nickname": {
  14703. "type": "string",
  14704. "example": "昵称"
  14705. },
  14706. "phone": {
  14707. "type": "string",
  14708. "example": "手机号"
  14709. },
  14710. "pid": {
  14711. "type": "integer"
  14712. },
  14713. "position": {
  14714. "description": "以pid1为创始人中网的位置",
  14715. "type": "integer"
  14716. },
  14717. "uid": {
  14718. "type": "integer"
  14719. }
  14720. }
  14721. },
  14722. "md.TagListNode": {
  14723. "type": "object",
  14724. "properties": {
  14725. "count": {
  14726. "description": "标签人数",
  14727. "type": "string"
  14728. },
  14729. "create_at": {
  14730. "description": "创建时间",
  14731. "type": "string"
  14732. },
  14733. "is_punish": {
  14734. "description": "是否处罚",
  14735. "type": "integer"
  14736. },
  14737. "memo": {
  14738. "description": "备注",
  14739. "type": "string"
  14740. },
  14741. "name": {
  14742. "description": "名称",
  14743. "type": "string"
  14744. },
  14745. "tag_id": {
  14746. "description": "标签 ID",
  14747. "type": "string"
  14748. }
  14749. }
  14750. },
  14751. "md.TreeNode": {
  14752. "type": "object",
  14753. "properties": {
  14754. "avatar_url": {
  14755. "type": "string",
  14756. "example": "头像"
  14757. },
  14758. "level": {
  14759. "type": "integer"
  14760. },
  14761. "nickname": {
  14762. "type": "string",
  14763. "example": "昵称"
  14764. },
  14765. "phone": {
  14766. "type": "string",
  14767. "example": "手机号"
  14768. },
  14769. "pid": {
  14770. "type": "integer"
  14771. },
  14772. "position": {
  14773. "type": "integer"
  14774. },
  14775. "son": {
  14776. "type": "array",
  14777. "items": {
  14778. "$ref": "#/definitions/md.TreeNode"
  14779. }
  14780. },
  14781. "system_id": {
  14782. "description": "公排网中id",
  14783. "type": "integer"
  14784. },
  14785. "uid": {
  14786. "type": "integer"
  14787. }
  14788. }
  14789. },
  14790. "md.UpdateAdminReq": {
  14791. "type": "object",
  14792. "required": [
  14793. "adm_id",
  14794. "password",
  14795. "username"
  14796. ],
  14797. "properties": {
  14798. "adm_id": {
  14799. "type": "integer"
  14800. },
  14801. "memo": {
  14802. "type": "string"
  14803. },
  14804. "password": {
  14805. "type": "string"
  14806. },
  14807. "username": {
  14808. "type": "string"
  14809. }
  14810. }
  14811. },
  14812. "md.UpdateAdminStateReq": {
  14813. "type": "object",
  14814. "required": [
  14815. "adm_id",
  14816. "state"
  14817. ],
  14818. "properties": {
  14819. "adm_id": {
  14820. "type": "integer"
  14821. },
  14822. "state": {
  14823. "type": "integer"
  14824. }
  14825. }
  14826. },
  14827. "md.UpdateContributionValueBasicSettingReq": {
  14828. "type": "object",
  14829. "properties": {
  14830. "hand_out_red_package": {
  14831. "description": "发红包获得x点",
  14832. "type": "string"
  14833. },
  14834. "id": {
  14835. "type": "string"
  14836. },
  14837. "posting_comment_liked": {
  14838. "description": "发布评论被官方点赞获得x点",
  14839. "type": "string"
  14840. },
  14841. "posting_dynamic_liked": {
  14842. "description": "发布动态被官方点赞获得x点",
  14843. "type": "string"
  14844. },
  14845. "publish_creation": {
  14846. "description": "发布创作获得x点",
  14847. "type": "string"
  14848. }
  14849. }
  14850. },
  14851. "md.UpdateCustomerServiceMemoReq": {
  14852. "type": "object",
  14853. "properties": {
  14854. "id": {
  14855. "description": "拥有用户数量",
  14856. "type": "integer"
  14857. },
  14858. "memo": {
  14859. "description": "备注",
  14860. "type": "string",
  14861. "example": "备注"
  14862. }
  14863. }
  14864. },
  14865. "md.UpdateDynamicReq": {
  14866. "type": "object",
  14867. "required": [
  14868. "index_id"
  14869. ],
  14870. "properties": {
  14871. "index_id": {
  14872. "description": "动态id",
  14873. "type": "string"
  14874. },
  14875. "is_praise": {
  14876. "description": "是否被表扬(1:是 2:否)",
  14877. "type": "integer"
  14878. },
  14879. "is_top_up": {
  14880. "description": "是否置顶(1:是 2:否)",
  14881. "type": "integer"
  14882. },
  14883. "state": {
  14884. "description": "状态(1:正常 2:隐藏)",
  14885. "type": "integer"
  14886. }
  14887. }
  14888. },
  14889. "md.UpdateEggEnergyBasicReq": {
  14890. "type": "object",
  14891. "properties": {
  14892. "basic_setting": {
  14893. "description": "基础设置",
  14894. "allOf": [
  14895. {
  14896. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  14897. }
  14898. ]
  14899. },
  14900. "data_setting": {
  14901. "description": "数据设置",
  14902. "allOf": [
  14903. {
  14904. "$ref": "#/definitions/md.DataSetting"
  14905. }
  14906. ]
  14907. },
  14908. "destruction_setting": {
  14909. "description": "销毁设置",
  14910. "allOf": [
  14911. {
  14912. "$ref": "#/definitions/md.DestructionSettingStruct"
  14913. }
  14914. ]
  14915. },
  14916. "exchange_rules": {
  14917. "description": "兑换规则",
  14918. "allOf": [
  14919. {
  14920. "$ref": "#/definitions/md.ExchangeRulesStruct"
  14921. }
  14922. ]
  14923. },
  14924. "new_user_incentive_rules": {
  14925. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  14926. "allOf": [
  14927. {
  14928. "$ref": "#/definitions/md.NewUserRewardRules"
  14929. }
  14930. ]
  14931. },
  14932. "price_setting": {
  14933. "description": "价格设置",
  14934. "allOf": [
  14935. {
  14936. "$ref": "#/definitions/md.PriceSettingStruct"
  14937. }
  14938. ]
  14939. },
  14940. "reward_system": {
  14941. "description": "圈层奖励",
  14942. "type": "array",
  14943. "items": {
  14944. "$ref": "#/definitions/md.RewardSystemStruct"
  14945. }
  14946. },
  14947. "system_id": {
  14948. "description": "该设置系统 ID",
  14949. "type": "integer"
  14950. },
  14951. "video_reward_setting": {
  14952. "description": "视频奖励",
  14953. "allOf": [
  14954. {
  14955. "$ref": "#/definitions/md.VideoRewardSetting"
  14956. }
  14957. ]
  14958. }
  14959. }
  14960. },
  14961. "md.UpdateEggEnergyVipSettingReq": {
  14962. "type": "object",
  14963. "properties": {
  14964. "list": {
  14965. "description": "更新后数据",
  14966. "type": "array",
  14967. "items": {
  14968. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  14969. }
  14970. }
  14971. }
  14972. },
  14973. "md.UpdateEmoticonReq": {
  14974. "type": "object",
  14975. "properties": {
  14976. "id": {
  14977. "description": "拥有用户数量",
  14978. "type": "integer"
  14979. },
  14980. "img_url": {
  14981. "type": "string",
  14982. "example": "图片地址"
  14983. },
  14984. "memo": {
  14985. "description": "备注",
  14986. "type": "string",
  14987. "example": "备注"
  14988. },
  14989. "name": {
  14990. "type": "string",
  14991. "example": "名称"
  14992. },
  14993. "sort": {
  14994. "description": "排序",
  14995. "type": "integer"
  14996. }
  14997. }
  14998. },
  14999. "md.UpdateFriendCircleBasicSettingsReq": {
  15000. "type": "object",
  15001. "properties": {
  15002. "comment_is_real_name": {
  15003. "description": "评论是否需要实名认证(1:是 2:否)",
  15004. "type": "integer"
  15005. },
  15006. "comment_nums_every_day": {
  15007. "description": "评论每天次数",
  15008. "type": "integer"
  15009. },
  15010. "id": {
  15011. "type": "integer"
  15012. },
  15013. "publish_is_real_name": {
  15014. "description": "发布是否需要实名认证(1:是 2:否)",
  15015. "type": "integer"
  15016. },
  15017. "publish_nums_every_day": {
  15018. "description": "发布每天次数",
  15019. "type": "integer"
  15020. }
  15021. }
  15022. },
  15023. "md.UpdateLevelReq": {
  15024. "type": "object",
  15025. "properties": {
  15026. "auto_update": {
  15027. "description": "自动升级 0关闭 1开启",
  15028. "type": "string"
  15029. },
  15030. "choosable_num": {
  15031. "description": "可选任务数量",
  15032. "type": "string"
  15033. },
  15034. "is_use": {
  15035. "description": "是否开启(0.否, 1.是)",
  15036. "type": "string"
  15037. },
  15038. "level_id": {
  15039. "type": "string"
  15040. },
  15041. "level_name": {
  15042. "description": "等级名称",
  15043. "type": "string"
  15044. },
  15045. "level_weight": {
  15046. "description": "等级权重",
  15047. "type": "string"
  15048. },
  15049. "memo": {
  15050. "description": "备注",
  15051. "type": "string"
  15052. },
  15053. "user_level_tasks": {
  15054. "description": "完整的任务列表",
  15055. "type": "array",
  15056. "items": {
  15057. "$ref": "#/definitions/md.LevelTaskNode"
  15058. }
  15059. }
  15060. }
  15061. },
  15062. "md.UpdatePublicPlatoonBasicReq": {
  15063. "type": "object",
  15064. "properties": {
  15065. "is_open": {
  15066. "description": "是否开启(1:开启 0:关闭)",
  15067. "type": "integer"
  15068. },
  15069. "is_self_active_get_team_revenue": {
  15070. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15071. "type": "integer"
  15072. },
  15073. "originator_uid": {
  15074. "description": "创始人uid",
  15075. "type": "integer"
  15076. },
  15077. "several_rows": {
  15078. "description": "几排",
  15079. "type": "integer"
  15080. },
  15081. "several_times": {
  15082. "description": "几乘",
  15083. "type": "integer"
  15084. },
  15085. "system_punish_replace": {
  15086. "description": "是否位置滑落 被新用户替换 0否 1是",
  15087. "type": "integer"
  15088. },
  15089. "system_punish_replace_value": {
  15090. "description": "xx天未活跃,处罚滑落",
  15091. "type": "integer"
  15092. }
  15093. }
  15094. },
  15095. "md.UpdateRoleReq": {
  15096. "type": "object",
  15097. "required": [
  15098. "memo",
  15099. "name",
  15100. "role_id"
  15101. ],
  15102. "properties": {
  15103. "memo": {
  15104. "type": "string"
  15105. },
  15106. "name": {
  15107. "type": "string"
  15108. },
  15109. "role_id": {
  15110. "type": "integer"
  15111. }
  15112. }
  15113. },
  15114. "md.UpdateRoleStateReq": {
  15115. "type": "object",
  15116. "required": [
  15117. "role_id",
  15118. "state"
  15119. ],
  15120. "properties": {
  15121. "role_id": {
  15122. "type": "integer"
  15123. },
  15124. "state": {
  15125. "type": "integer"
  15126. }
  15127. }
  15128. },
  15129. "md.UpdateTagReq": {
  15130. "type": "object",
  15131. "properties": {
  15132. "is_punish": {
  15133. "description": "是否是惩罚标签",
  15134. "type": "integer"
  15135. },
  15136. "memo": {
  15137. "description": "备注",
  15138. "type": "string"
  15139. },
  15140. "name": {
  15141. "description": "标签名称",
  15142. "type": "string"
  15143. },
  15144. "tag_id": {
  15145. "description": "标签 ID",
  15146. "type": "string"
  15147. }
  15148. }
  15149. },
  15150. "md.UpdateVipEquitySettingNode": {
  15151. "type": "object",
  15152. "properties": {
  15153. "dividend_ratio": {
  15154. "description": "分红比例",
  15155. "type": "string"
  15156. },
  15157. "exchange_account_balance_fee": {
  15158. "description": "兑换余额手续费",
  15159. "type": "string"
  15160. },
  15161. "vip_level_id": {
  15162. "description": "会员等级ID",
  15163. "type": "string"
  15164. }
  15165. }
  15166. },
  15167. "md.UpdateVirtualCoinReq": {
  15168. "type": "object",
  15169. "properties": {
  15170. "exchange_ratio": {
  15171. "description": "兑换比例(与金额)",
  15172. "type": "string"
  15173. },
  15174. "id": {
  15175. "type": "integer"
  15176. },
  15177. "is_use": {
  15178. "description": "是否开启:0否 1是",
  15179. "type": "integer"
  15180. },
  15181. "name": {
  15182. "description": "名称",
  15183. "type": "string"
  15184. }
  15185. }
  15186. },
  15187. "md.UpdateWithdrawSettingReq": {
  15188. "type": "object",
  15189. "properties": {
  15190. "condition_is_open": {
  15191. "description": "提现条件是否开启(0:关闭, 1:开启)",
  15192. "type": "integer"
  15193. },
  15194. "first_withdraw_set": {
  15195. "description": "首次提现设置",
  15196. "allOf": [
  15197. {
  15198. "$ref": "#/definitions/md.FirstWithdrawSet"
  15199. }
  15200. ]
  15201. },
  15202. "frequency_set": {
  15203. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  15204. "allOf": [
  15205. {
  15206. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  15207. }
  15208. ]
  15209. },
  15210. "id": {
  15211. "type": "integer"
  15212. },
  15213. "is_auto": {
  15214. "description": "是否开启自动提现(0:否 1:是)",
  15215. "type": "integer"
  15216. },
  15217. "is_auto_amount_limit": {
  15218. "description": "自动提现金额限制",
  15219. "type": "string"
  15220. },
  15221. "is_real_name": {
  15222. "description": "是否实名(0:否 1:是)",
  15223. "type": "integer"
  15224. },
  15225. "is_support_decimal_point": {
  15226. "description": "是否支持小数点(0:否 1:是)",
  15227. "type": "integer"
  15228. },
  15229. "pending_orders_is_can_apply": {
  15230. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  15231. "type": "integer"
  15232. },
  15233. "tips": {
  15234. "description": "提示",
  15235. "type": "string"
  15236. },
  15237. "vip_level_limit": {
  15238. "description": "提现等级限制",
  15239. "type": "integer"
  15240. },
  15241. "withdraw_amount_limit": {
  15242. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  15243. "type": "string"
  15244. },
  15245. "withdraw_fee_set": {
  15246. "description": "提现手续费设置",
  15247. "allOf": [
  15248. {
  15249. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  15250. }
  15251. ]
  15252. },
  15253. "withdraw_multiple_limit": {
  15254. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  15255. "type": "string"
  15256. },
  15257. "withdraw_nums_limit": {
  15258. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  15259. "type": "integer"
  15260. },
  15261. "withdraw_time_interval": {
  15262. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  15263. "allOf": [
  15264. {
  15265. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  15266. }
  15267. ]
  15268. },
  15269. "withdraw_type": {
  15270. "description": "提现方式(1:支付宝 2:微信)",
  15271. "type": "integer"
  15272. }
  15273. }
  15274. },
  15275. "md.UserDailyActivityAnalysisReq": {
  15276. "type": "object",
  15277. "properties": {
  15278. "end_date": {
  15279. "type": "string",
  15280. "example": "结束日期"
  15281. },
  15282. "page": {
  15283. "description": "页数",
  15284. "type": "integer"
  15285. },
  15286. "page_size": {
  15287. "description": "每页大小",
  15288. "type": "integer"
  15289. },
  15290. "start_date": {
  15291. "type": "string",
  15292. "example": "开始日期"
  15293. },
  15294. "uid": {
  15295. "description": "查询用户 ID",
  15296. "type": "integer"
  15297. }
  15298. }
  15299. },
  15300. "md.UserDailyActivityAnalysisResp": {
  15301. "type": "object",
  15302. "properties": {
  15303. "son_user_data": {
  15304. "description": "被查询用户子节点信息",
  15305. "type": "array",
  15306. "items": {
  15307. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  15308. }
  15309. },
  15310. "top_data": {
  15311. "description": "统计信息",
  15312. "allOf": [
  15313. {
  15314. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  15315. }
  15316. ]
  15317. }
  15318. }
  15319. },
  15320. "md.UserEggFlowReq": {
  15321. "type": "object",
  15322. "properties": {
  15323. "account_balance_exchange_egg_energy_nums_end": {
  15324. "type": "string",
  15325. "example": "余额兑换蛋蛋能量数量-结束值"
  15326. },
  15327. "account_balance_exchange_egg_energy_nums_start": {
  15328. "type": "string",
  15329. "example": "余额兑换蛋蛋能量数量-起始值"
  15330. },
  15331. "browse_interface_nums_end": {
  15332. "type": "string",
  15333. "example": "浏览界面次数-结束值"
  15334. },
  15335. "browse_interface_nums_start": {
  15336. "type": "string",
  15337. "example": "浏览界面次数-起始值"
  15338. },
  15339. "college_learning_nums_end": {
  15340. "type": "string",
  15341. "example": "学院学习次数-结束值"
  15342. },
  15343. "college_learning_nums_start": {
  15344. "type": "string",
  15345. "example": "学院学习次数-起始值"
  15346. },
  15347. "ecpm_end": {
  15348. "type": "string",
  15349. "example": "ecpm-结束值"
  15350. },
  15351. "ecpm_start": {
  15352. "type": "string",
  15353. "example": "ecpm-起始值"
  15354. },
  15355. "egg_energy_exchange_account_balance_end": {
  15356. "type": "string",
  15357. "example": "蛋蛋能量兑换余额数量-结束值"
  15358. },
  15359. "egg_energy_exchange_account_balance_start": {
  15360. "type": "string",
  15361. "example": "蛋蛋能量兑换余额数量-起始值"
  15362. },
  15363. "forum_comments_nums_end": {
  15364. "type": "string",
  15365. "example": "论坛评论次数-结束值"
  15366. },
  15367. "forum_comments_nums_start": {
  15368. "type": "string",
  15369. "example": "论坛评论次数-起始值"
  15370. },
  15371. "im_activity_nums_end": {
  15372. "type": "string",
  15373. "example": "im活跃次数-结束值"
  15374. },
  15375. "im_activity_nums_start": {
  15376. "type": "string",
  15377. "example": "im活跃次数-起始值"
  15378. },
  15379. "invite_user_nums_end": {
  15380. "type": "string",
  15381. "example": "拉新人数-结束值"
  15382. },
  15383. "invite_user_nums_start": {
  15384. "type": "string",
  15385. "example": "拉新人数-起始值"
  15386. },
  15387. "page": {
  15388. "description": "页数",
  15389. "type": "integer"
  15390. },
  15391. "page_size": {
  15392. "description": "每页大小",
  15393. "type": "integer"
  15394. },
  15395. "person_add_activity_value_end": {
  15396. "type": "string",
  15397. "example": "个人活跃积分-结束值"
  15398. },
  15399. "person_add_activity_value_start": {
  15400. "type": "string",
  15401. "example": "个人活跃积分-起始值"
  15402. },
  15403. "score_value_end": {
  15404. "type": "string",
  15405. "example": "蛋蛋分-结束值"
  15406. },
  15407. "score_value_kind": {
  15408. "description": "评分类型(0:未知 1:人工 2:系统)",
  15409. "type": "integer"
  15410. },
  15411. "score_value_start": {
  15412. "type": "string",
  15413. "example": "蛋蛋分-起始值"
  15414. },
  15415. "send_circle_of_friend_nums_end": {
  15416. "type": "string",
  15417. "example": "发朋友圈次数-结束值"
  15418. },
  15419. "send_circle_of_friend_nums_start": {
  15420. "type": "string",
  15421. "example": "发朋友圈次数-起始值"
  15422. },
  15423. "send_red_package_nums_end": {
  15424. "type": "string",
  15425. "example": "发红包次数-结束值"
  15426. },
  15427. "send_red_package_nums_start": {
  15428. "type": "string",
  15429. "example": "发红包次数-起始值"
  15430. },
  15431. "sign_in_nums_end": {
  15432. "type": "string",
  15433. "example": "签到次数-结束值"
  15434. },
  15435. "sign_in_nums_start": {
  15436. "type": "string",
  15437. "example": "签到次数-起始值"
  15438. },
  15439. "team-activity-nums-end": {
  15440. "type": "string",
  15441. "example": "团队活跃次数-结束值"
  15442. },
  15443. "team_activity_nums_start": {
  15444. "type": "string",
  15445. "example": "团队活跃次数-起始值"
  15446. },
  15447. "violate_nums_end": {
  15448. "type": "string",
  15449. "example": "违规次数-结束值"
  15450. },
  15451. "violate_nums_start": {
  15452. "type": "string",
  15453. "example": "违规次数-起始值"
  15454. },
  15455. "week": {
  15456. "type": "string",
  15457. "example": "周份"
  15458. },
  15459. "year": {
  15460. "type": "string",
  15461. "example": "年份"
  15462. }
  15463. }
  15464. },
  15465. "md.UserEggFlowReqResp": {
  15466. "type": "object",
  15467. "properties": {
  15468. "list": {
  15469. "type": "array",
  15470. "items": {
  15471. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  15472. }
  15473. },
  15474. "page": {
  15475. "description": "页数",
  15476. "type": "integer"
  15477. },
  15478. "page_size": {
  15479. "description": "每页大小",
  15480. "type": "integer"
  15481. },
  15482. "score_value_kind_map": {
  15483. "description": "评分类型(0:未知 1:人工 2:系统)",
  15484. "type": "array",
  15485. "items": {
  15486. "type": "object",
  15487. "additionalProperties": true
  15488. }
  15489. },
  15490. "total": {
  15491. "description": "总数量",
  15492. "type": "integer"
  15493. },
  15494. "week": {
  15495. "type": "string",
  15496. "example": "周份"
  15497. },
  15498. "year": {
  15499. "type": "string",
  15500. "example": "年份"
  15501. }
  15502. }
  15503. },
  15504. "md.UserEggFlowReqRespList": {
  15505. "type": "object",
  15506. "properties": {
  15507. "account_balance_exchange_egg_energy_nums": {
  15508. "description": "余额兑换蛋蛋能量数量",
  15509. "type": "integer"
  15510. },
  15511. "browse_interface_nums": {
  15512. "description": "浏览界面次数",
  15513. "type": "integer"
  15514. },
  15515. "college_learning_nums": {
  15516. "description": "学院学习次数",
  15517. "type": "integer"
  15518. },
  15519. "ecpm": {
  15520. "description": "ecpm",
  15521. "type": "number"
  15522. },
  15523. "egg_energy_exchange_account_balance": {
  15524. "description": "蛋蛋能量兑换余额数量",
  15525. "type": "integer"
  15526. },
  15527. "forum_comments_nums": {
  15528. "description": "论坛评论次数",
  15529. "type": "integer"
  15530. },
  15531. "im_activity_nums": {
  15532. "description": "im活跃次数",
  15533. "type": "integer"
  15534. },
  15535. "index_id": {
  15536. "description": "文档id",
  15537. "type": "string"
  15538. },
  15539. "invite_user_nums": {
  15540. "description": "拉新人数",
  15541. "type": "integer"
  15542. },
  15543. "person_add_activity_value": {
  15544. "description": "个人活跃积分",
  15545. "type": "integer"
  15546. },
  15547. "score_value": {
  15548. "description": "蛋蛋分-起始值",
  15549. "type": "number"
  15550. },
  15551. "score_value_kind": {
  15552. "description": "评分类型(0:未知 1:人工 2:系统)",
  15553. "type": "integer"
  15554. },
  15555. "send_circle_of_friend_nums": {
  15556. "description": "发朋友圈次数",
  15557. "type": "integer"
  15558. },
  15559. "send_red_package_nums": {
  15560. "description": "发红包次数",
  15561. "type": "integer"
  15562. },
  15563. "sign_in_nums": {
  15564. "description": "签到次数",
  15565. "type": "integer"
  15566. },
  15567. "team_activity_nums": {
  15568. "description": "团队活跃次数",
  15569. "type": "integer"
  15570. },
  15571. "violate_nums": {
  15572. "description": "违规次数",
  15573. "type": "integer"
  15574. }
  15575. }
  15576. },
  15577. "md.UserEggIndexReq": {
  15578. "type": "object",
  15579. "properties": {
  15580. "week": {
  15581. "type": "string",
  15582. "example": "周份"
  15583. },
  15584. "year": {
  15585. "type": "string",
  15586. "example": "年份"
  15587. }
  15588. }
  15589. },
  15590. "md.UserEggIndexResp": {
  15591. "type": "object",
  15592. "properties": {
  15593. "egg_energy_user_egg_index_weight": {
  15594. "description": "蛋蛋分系数权重",
  15595. "allOf": [
  15596. {
  15597. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  15598. }
  15599. ]
  15600. },
  15601. "statistics_user_egg_kind_proportion": {
  15602. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  15603. "type": "array",
  15604. "items": {
  15605. "type": "object",
  15606. "additionalProperties": true
  15607. }
  15608. },
  15609. "statistics_user_egg_score_value_range": {
  15610. "description": "统计用户蛋蛋分范围",
  15611. "type": "array",
  15612. "items": {
  15613. "type": "object",
  15614. "additionalProperties": {
  15615. "type": "string"
  15616. }
  15617. }
  15618. },
  15619. "week": {
  15620. "type": "string",
  15621. "example": "周份"
  15622. },
  15623. "year": {
  15624. "type": "string",
  15625. "example": "年份"
  15626. },
  15627. "year_list": {
  15628. "description": "年份\u0026\u0026周份列表",
  15629. "type": "object",
  15630. "additionalProperties": {
  15631. "type": "array",
  15632. "items": {
  15633. "type": "string"
  15634. }
  15635. }
  15636. }
  15637. }
  15638. },
  15639. "md.UserFeedbackCateDelReq": {
  15640. "type": "object",
  15641. "properties": {
  15642. "id": {
  15643. "type": "array",
  15644. "items": {
  15645. "type": "string"
  15646. }
  15647. }
  15648. }
  15649. },
  15650. "md.UserFeedbackCateList": {
  15651. "type": "object",
  15652. "properties": {
  15653. "id": {
  15654. "type": "string"
  15655. },
  15656. "name": {
  15657. "type": "string"
  15658. },
  15659. "sort": {
  15660. "type": "string"
  15661. }
  15662. }
  15663. },
  15664. "md.UserFeedbackCateListReq": {
  15665. "type": "object",
  15666. "properties": {
  15667. "limit": {
  15668. "description": "每页大小",
  15669. "type": "string"
  15670. },
  15671. "page": {
  15672. "description": "页数",
  15673. "type": "string"
  15674. }
  15675. }
  15676. },
  15677. "md.UserFeedbackCateListResp": {
  15678. "type": "object",
  15679. "properties": {
  15680. "list": {
  15681. "type": "array",
  15682. "items": {
  15683. "$ref": "#/definitions/md.UserFeedbackCateList"
  15684. }
  15685. },
  15686. "total": {
  15687. "type": "integer"
  15688. }
  15689. }
  15690. },
  15691. "md.UserFeedbackCateSaveReq": {
  15692. "type": "object",
  15693. "properties": {
  15694. "id": {
  15695. "type": "string"
  15696. },
  15697. "name": {
  15698. "type": "string"
  15699. },
  15700. "sort": {
  15701. "type": "string"
  15702. }
  15703. }
  15704. },
  15705. "md.UserFeedbackChangeStateReq": {
  15706. "type": "object",
  15707. "properties": {
  15708. "id": {
  15709. "type": "string"
  15710. },
  15711. "state": {
  15712. "type": "string",
  15713. "example": "0待解决 1处理中 2已解决"
  15714. }
  15715. }
  15716. },
  15717. "md.UserFeedbackDelReq": {
  15718. "type": "object",
  15719. "properties": {
  15720. "id": {
  15721. "type": "array",
  15722. "items": {
  15723. "type": "string"
  15724. }
  15725. }
  15726. }
  15727. },
  15728. "md.UserFeedbackList": {
  15729. "type": "object",
  15730. "properties": {
  15731. "content": {
  15732. "type": "string"
  15733. },
  15734. "create_at": {
  15735. "type": "string"
  15736. },
  15737. "id": {
  15738. "type": "string"
  15739. },
  15740. "img": {
  15741. "type": "array",
  15742. "items": {
  15743. "type": "string"
  15744. }
  15745. },
  15746. "phone": {
  15747. "type": "string"
  15748. },
  15749. "platform": {
  15750. "type": "string"
  15751. },
  15752. "state": {
  15753. "type": "string",
  15754. "example": "0待解决 1处理中 2已解决"
  15755. },
  15756. "title": {
  15757. "type": "string"
  15758. },
  15759. "type": {
  15760. "type": "string"
  15761. },
  15762. "version": {
  15763. "type": "string"
  15764. }
  15765. }
  15766. },
  15767. "md.UserFeedbackListReq": {
  15768. "type": "object",
  15769. "properties": {
  15770. "cid": {
  15771. "type": "string"
  15772. },
  15773. "limit": {
  15774. "description": "每页大小",
  15775. "type": "string"
  15776. },
  15777. "page": {
  15778. "description": "页数",
  15779. "type": "string"
  15780. },
  15781. "phone": {
  15782. "type": "string"
  15783. },
  15784. "uid": {
  15785. "type": "string"
  15786. }
  15787. }
  15788. },
  15789. "md.UserFeedbackListResp": {
  15790. "type": "object",
  15791. "properties": {
  15792. "list": {
  15793. "type": "array",
  15794. "items": {
  15795. "$ref": "#/definitions/md.UserFeedbackList"
  15796. }
  15797. },
  15798. "select_data": {
  15799. "type": "array",
  15800. "items": {
  15801. "type": "object",
  15802. "additionalProperties": true
  15803. }
  15804. },
  15805. "total": {
  15806. "type": "integer"
  15807. }
  15808. }
  15809. },
  15810. "md.UserFeedbackRecordListReq": {
  15811. "type": "object",
  15812. "properties": {
  15813. "id": {
  15814. "type": "string"
  15815. },
  15816. "limit": {
  15817. "description": "每页大小",
  15818. "type": "string"
  15819. },
  15820. "page": {
  15821. "description": "页数",
  15822. "type": "string"
  15823. }
  15824. }
  15825. },
  15826. "md.UserFeedbackRecordListResp": {
  15827. "type": "object",
  15828. "properties": {
  15829. "content": {
  15830. "type": "string"
  15831. },
  15832. "create_at": {
  15833. "type": "string"
  15834. },
  15835. "head_img": {
  15836. "type": "string"
  15837. },
  15838. "nickname": {
  15839. "type": "string"
  15840. },
  15841. "type": {
  15842. "type": "string"
  15843. }
  15844. }
  15845. },
  15846. "md.UserFeedbackSayReq": {
  15847. "type": "object",
  15848. "properties": {
  15849. "content": {
  15850. "type": "string"
  15851. },
  15852. "id": {
  15853. "type": "string"
  15854. }
  15855. }
  15856. },
  15857. "md.UserManagementGetBalanceDetailResp": {
  15858. "type": "object",
  15859. "properties": {
  15860. "list": {
  15861. "type": "array",
  15862. "items": {
  15863. "$ref": "#/definitions/md.BalanceDetailNode"
  15864. }
  15865. },
  15866. "paginate": {
  15867. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15868. }
  15869. }
  15870. },
  15871. "md.UserManagementGetFansResp": {
  15872. "type": "object",
  15873. "properties": {
  15874. "list": {
  15875. "description": "用户数据",
  15876. "type": "array",
  15877. "items": {
  15878. "$ref": "#/definitions/md.FansNode"
  15879. }
  15880. },
  15881. "paginate": {
  15882. "description": "分页信息",
  15883. "allOf": [
  15884. {
  15885. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15886. }
  15887. ]
  15888. }
  15889. }
  15890. },
  15891. "md.UserManagementGetOneBasicResp": {
  15892. "type": "object",
  15893. "properties": {
  15894. "basic_info": {
  15895. "description": "基本信息",
  15896. "allOf": [
  15897. {
  15898. "$ref": "#/definitions/md.BasicInfoNode"
  15899. }
  15900. ]
  15901. },
  15902. "levels_list": {
  15903. "description": "等级列表",
  15904. "type": "array",
  15905. "items": {
  15906. "type": "object",
  15907. "additionalProperties": true
  15908. }
  15909. },
  15910. "other_info": {
  15911. "description": "其他信息",
  15912. "allOf": [
  15913. {
  15914. "$ref": "#/definitions/md.OtherNode"
  15915. }
  15916. ]
  15917. },
  15918. "tags_list": {
  15919. "description": "标签列表",
  15920. "type": "array",
  15921. "items": {
  15922. "type": "object",
  15923. "additionalProperties": true
  15924. }
  15925. }
  15926. }
  15927. },
  15928. "md.UserManagementGetUserListNode": {
  15929. "type": "object",
  15930. "properties": {
  15931. "avatar": {
  15932. "description": "头像",
  15933. "type": "string"
  15934. },
  15935. "id": {
  15936. "description": "会员 ID",
  15937. "type": "integer"
  15938. },
  15939. "invite_code": {
  15940. "type": "string",
  15941. "example": "会员邀请码"
  15942. },
  15943. "is_real_name": {
  15944. "description": "是否实名 0.未实名,1.已实名",
  15945. "type": "integer"
  15946. },
  15947. "last_login_at": {
  15948. "description": "最后登录时间",
  15949. "type": "string"
  15950. },
  15951. "level_name": {
  15952. "description": "会员等级",
  15953. "type": "string"
  15954. },
  15955. "memo": {
  15956. "description": "备注",
  15957. "type": "string"
  15958. },
  15959. "nickname": {
  15960. "description": "昵称",
  15961. "type": "string"
  15962. },
  15963. "parent_id": {
  15964. "description": "推荐人 ID",
  15965. "type": "integer"
  15966. },
  15967. "parent_invite_code": {
  15968. "type": "string",
  15969. "example": "推荐人邀请码"
  15970. },
  15971. "parent_phone": {
  15972. "type": "string",
  15973. "example": "推荐人手机号"
  15974. },
  15975. "phone": {
  15976. "description": "手机号",
  15977. "type": "string"
  15978. },
  15979. "register_time": {
  15980. "description": "注册时间",
  15981. "type": "string"
  15982. },
  15983. "register_type": {
  15984. "description": "注册类型",
  15985. "type": "integer"
  15986. },
  15987. "sex": {
  15988. "description": "性别(0:未知 1:男 2:女)",
  15989. "type": "integer"
  15990. },
  15991. "state": {
  15992. "description": "状态",
  15993. "type": "integer"
  15994. },
  15995. "tag": {
  15996. "description": "会员标签",
  15997. "type": "array",
  15998. "items": {
  15999. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16000. }
  16001. },
  16002. "wechat": {
  16003. "description": "微信号",
  16004. "type": "string"
  16005. }
  16006. }
  16007. },
  16008. "md.UserManagementGetUserListReq": {
  16009. "type": "object",
  16010. "properties": {
  16011. "effective": {
  16012. "description": "有效会员",
  16013. "type": "integer"
  16014. },
  16015. "id": {
  16016. "description": "会员 ID",
  16017. "type": "integer"
  16018. },
  16019. "invite_code": {
  16020. "type": "string",
  16021. "example": "会员邀请码"
  16022. },
  16023. "is_real_name": {
  16024. "description": "是否实名 0.未实名,1.已实名",
  16025. "type": "integer"
  16026. },
  16027. "is_recycle": {
  16028. "type": "string"
  16029. },
  16030. "level": {
  16031. "description": "会员等级",
  16032. "type": "integer"
  16033. },
  16034. "limit": {
  16035. "type": "integer"
  16036. },
  16037. "login_after": {
  16038. "description": "最近登录结束时间",
  16039. "type": "string"
  16040. },
  16041. "login_before": {
  16042. "description": "最近登录开始时间",
  16043. "type": "string"
  16044. },
  16045. "memo": {
  16046. "description": "备注",
  16047. "type": "string"
  16048. },
  16049. "nickname": {
  16050. "type": "string",
  16051. "example": "会员昵称"
  16052. },
  16053. "page": {
  16054. "type": "integer"
  16055. },
  16056. "parent_invite_code": {
  16057. "type": "string",
  16058. "example": "上级邀请码"
  16059. },
  16060. "parent_phone": {
  16061. "type": "string",
  16062. "example": "上级手机号"
  16063. },
  16064. "phone": {
  16065. "type": "string",
  16066. "example": "会员手机号"
  16067. },
  16068. "recommend_id": {
  16069. "description": "推荐人 ID",
  16070. "type": "integer"
  16071. },
  16072. "register_after": {
  16073. "description": "注册时间终点",
  16074. "type": "string"
  16075. },
  16076. "register_before": {
  16077. "description": "注册时间起点",
  16078. "type": "string"
  16079. },
  16080. "register_type": {
  16081. "description": "注册类型(1:APP注册、2:H5注册)",
  16082. "type": "integer"
  16083. },
  16084. "sex": {
  16085. "description": "性别(0:未知 1:男 2:女)",
  16086. "type": "integer"
  16087. },
  16088. "state": {
  16089. "description": "状态",
  16090. "type": "integer"
  16091. },
  16092. "tag": {
  16093. "description": "标签 id",
  16094. "type": "integer"
  16095. },
  16096. "union_id": {
  16097. "type": "string",
  16098. "example": "微信号"
  16099. }
  16100. }
  16101. },
  16102. "md.UserManagementGetUserListResp": {
  16103. "type": "object",
  16104. "properties": {
  16105. "levels_list": {
  16106. "description": "等级列表",
  16107. "type": "array",
  16108. "items": {
  16109. "type": "object",
  16110. "additionalProperties": true
  16111. }
  16112. },
  16113. "list": {
  16114. "type": "array",
  16115. "items": {
  16116. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  16117. }
  16118. },
  16119. "paginate": {
  16120. "description": "分页信息",
  16121. "allOf": [
  16122. {
  16123. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16124. }
  16125. ]
  16126. },
  16127. "state_list": {
  16128. "description": "状态列表",
  16129. "type": "array",
  16130. "items": {
  16131. "type": "object",
  16132. "additionalProperties": true
  16133. }
  16134. },
  16135. "tags_list": {
  16136. "description": "标签列表",
  16137. "type": "array",
  16138. "items": {
  16139. "type": "object",
  16140. "additionalProperties": true
  16141. }
  16142. }
  16143. }
  16144. },
  16145. "md.UserManagementGetVirtualCoinDetailResp": {
  16146. "type": "object",
  16147. "properties": {
  16148. "coin_list": {
  16149. "type": "array",
  16150. "items": {
  16151. "type": "object",
  16152. "additionalProperties": true
  16153. }
  16154. },
  16155. "list": {
  16156. "type": "array",
  16157. "items": {
  16158. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  16159. }
  16160. },
  16161. "paginate": {
  16162. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16163. }
  16164. }
  16165. },
  16166. "md.UserManagementUpdateUserInfoReq": {
  16167. "type": "object",
  16168. "properties": {
  16169. "avatar": {
  16170. "description": "头像",
  16171. "type": "string"
  16172. },
  16173. "last_login_ip": {
  16174. "description": "用户最后登录 IP",
  16175. "type": "string"
  16176. },
  16177. "level": {
  16178. "description": "会员等级 ID",
  16179. "type": "string"
  16180. },
  16181. "memo": {
  16182. "type": "string",
  16183. "example": "备注"
  16184. },
  16185. "nickname": {
  16186. "description": "用户名",
  16187. "type": "string"
  16188. },
  16189. "parent_uid": {
  16190. "description": "邀请人 ID",
  16191. "type": "string"
  16192. },
  16193. "password": {
  16194. "description": "登录密码",
  16195. "type": "string"
  16196. },
  16197. "phone": {
  16198. "description": "手机号",
  16199. "type": "string"
  16200. },
  16201. "sex": {
  16202. "description": "性别(0:未知 1:男 2:女)",
  16203. "type": "string"
  16204. },
  16205. "state": {
  16206. "description": "账号状态 1正常,2冻结",
  16207. "type": "string"
  16208. },
  16209. "tag": {
  16210. "description": "用户标签 ID列表",
  16211. "type": "string"
  16212. },
  16213. "uid": {
  16214. "type": "integer"
  16215. },
  16216. "union_id": {
  16217. "description": "微信号",
  16218. "type": "string"
  16219. }
  16220. }
  16221. },
  16222. "md.UserManagementUserInfoCancelReq": {
  16223. "type": "object",
  16224. "properties": {
  16225. "uid": {
  16226. "type": "string",
  16227. "example": "多个逗号隔开"
  16228. }
  16229. }
  16230. },
  16231. "md.UserManagementUserInfoReq": {
  16232. "type": "object",
  16233. "properties": {
  16234. "parent_uid": {
  16235. "type": "string",
  16236. "example": "参考下智莺 保留关系时候的选择用户"
  16237. },
  16238. "uid": {
  16239. "type": "string",
  16240. "example": "多个逗号隔开"
  16241. }
  16242. }
  16243. },
  16244. "md.UserRealName": {
  16245. "type": "object",
  16246. "properties": {
  16247. "create_time": {
  16248. "type": "string"
  16249. },
  16250. "id": {
  16251. "type": "string"
  16252. },
  16253. "id_no": {
  16254. "type": "string"
  16255. },
  16256. "name": {
  16257. "type": "string"
  16258. },
  16259. "pay_state": {
  16260. "type": "string",
  16261. "example": "0未支付 1已支付"
  16262. },
  16263. "phone": {
  16264. "type": "string"
  16265. },
  16266. "state": {
  16267. "type": "string",
  16268. "example": "0未申请 1申请通过 3申请失败"
  16269. },
  16270. "uid": {
  16271. "type": "string"
  16272. }
  16273. }
  16274. },
  16275. "md.UserRealNameBaseResp": {
  16276. "type": "object",
  16277. "properties": {
  16278. "user_real_name_money": {
  16279. "type": "string",
  16280. "example": "实名认证费用"
  16281. },
  16282. "user_real_name_rule": {
  16283. "type": "string",
  16284. "example": "实名认证说明"
  16285. }
  16286. }
  16287. },
  16288. "md.UserRealNameReq": {
  16289. "type": "object",
  16290. "properties": {
  16291. "id_no": {
  16292. "type": "string"
  16293. },
  16294. "limit": {
  16295. "type": "string"
  16296. },
  16297. "name": {
  16298. "type": "string"
  16299. },
  16300. "page": {
  16301. "type": "string"
  16302. },
  16303. "phone": {
  16304. "type": "string"
  16305. },
  16306. "state": {
  16307. "type": "string"
  16308. },
  16309. "uid": {
  16310. "type": "string"
  16311. }
  16312. }
  16313. },
  16314. "md.UserRealNameResp": {
  16315. "type": "object",
  16316. "properties": {
  16317. "list": {
  16318. "type": "array",
  16319. "items": {
  16320. "$ref": "#/definitions/md.UserRealName"
  16321. }
  16322. },
  16323. "select_data": {
  16324. "type": "array",
  16325. "items": {
  16326. "type": "object",
  16327. "additionalProperties": {
  16328. "type": "string"
  16329. }
  16330. }
  16331. },
  16332. "total": {
  16333. "type": "integer"
  16334. }
  16335. }
  16336. },
  16337. "md.UserRealNameSaveReq": {
  16338. "type": "object",
  16339. "properties": {
  16340. "id": {
  16341. "type": "string"
  16342. },
  16343. "state": {
  16344. "type": "string"
  16345. }
  16346. }
  16347. },
  16348. "md.UserVirtualCoinFlow": {
  16349. "type": "object",
  16350. "properties": {
  16351. "after_amount": {
  16352. "type": "string",
  16353. "example": "变更后数量"
  16354. },
  16355. "amount": {
  16356. "type": "string",
  16357. "example": "变更数量"
  16358. },
  16359. "before_amount": {
  16360. "type": "string",
  16361. "example": "变更前数量"
  16362. },
  16363. "coin_id": {
  16364. "description": "虚拟币 ID",
  16365. "type": "integer"
  16366. },
  16367. "create_at": {
  16368. "type": "string",
  16369. "example": "创建时间"
  16370. },
  16371. "direction": {
  16372. "description": "方向:1收入 2支出",
  16373. "type": "integer"
  16374. },
  16375. "id": {
  16376. "type": "integer"
  16377. },
  16378. "sys_fee": {
  16379. "type": "string",
  16380. "example": "手续费"
  16381. },
  16382. "title": {
  16383. "type": "string",
  16384. "example": "标题"
  16385. },
  16386. "transfer_type": {
  16387. "description": "转账类型",
  16388. "type": "integer"
  16389. },
  16390. "uid": {
  16391. "description": "用户 ID",
  16392. "type": "integer"
  16393. },
  16394. "update_at": {
  16395. "type": "string",
  16396. "example": "更新时间"
  16397. }
  16398. }
  16399. },
  16400. "md.VideoBaseData": {
  16401. "type": "object",
  16402. "properties": {
  16403. "interval": {
  16404. "type": "string",
  16405. "example": "领取间隔 秒"
  16406. },
  16407. "reward": {
  16408. "type": "string",
  16409. "example": "单次奖励"
  16410. },
  16411. "timer": {
  16412. "type": "string",
  16413. "example": "观看X秒奖励"
  16414. },
  16415. "total": {
  16416. "type": "string",
  16417. "example": "可领取总次数"
  16418. }
  16419. }
  16420. },
  16421. "md.VideoRewardSetting": {
  16422. "type": "object",
  16423. "properties": {
  16424. "video_reward_is_open": {
  16425. "description": "视频奖励是否开启(1:开启 0:关闭)",
  16426. "type": "integer"
  16427. },
  16428. "video_reward_system": {
  16429. "description": "视频奖励机制",
  16430. "allOf": [
  16431. {
  16432. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  16433. }
  16434. ]
  16435. }
  16436. }
  16437. },
  16438. "md.VideoRewardSystemStruct": {
  16439. "type": "object",
  16440. "properties": {
  16441. "each_round_hour": {
  16442. "description": "每一轮X个小时",
  16443. "type": "string"
  16444. },
  16445. "interval_minutes": {
  16446. "description": "间隔X秒",
  16447. "type": "string"
  16448. },
  16449. "reward_total_num": {
  16450. "description": "一共X个奖励视屏",
  16451. "type": "string"
  16452. },
  16453. "reward_value": {
  16454. "description": "奖励X个活跃积分",
  16455. "type": "string"
  16456. }
  16457. }
  16458. },
  16459. "md.VipEquitySettingNode": {
  16460. "type": "object",
  16461. "properties": {
  16462. "dividend_ratio": {
  16463. "description": "分红比例",
  16464. "type": "string"
  16465. },
  16466. "exchange_account_balance_fee": {
  16467. "description": "兑换余额手续费",
  16468. "type": "string"
  16469. },
  16470. "vip_level_id": {
  16471. "description": "会员等级ID",
  16472. "type": "string"
  16473. },
  16474. "vip_level_name": {
  16475. "description": "会员等级名称",
  16476. "type": "string"
  16477. }
  16478. }
  16479. },
  16480. "md.VirtualCoin": {
  16481. "type": "object",
  16482. "properties": {
  16483. "create_at": {
  16484. "type": "string"
  16485. },
  16486. "exchange_ratio": {
  16487. "description": "兑换比例(与金额)",
  16488. "type": "string",
  16489. "example": "兑换比例(与金额)"
  16490. },
  16491. "id": {
  16492. "type": "integer"
  16493. },
  16494. "is_use": {
  16495. "description": "是否开启: 0否 1是",
  16496. "type": "integer"
  16497. },
  16498. "name": {
  16499. "description": "名称",
  16500. "type": "string"
  16501. },
  16502. "update_at": {
  16503. "type": "string"
  16504. }
  16505. }
  16506. },
  16507. "md.VirtualCoinDetailNode": {
  16508. "type": "object",
  16509. "properties": {
  16510. "after_amount": {
  16511. "description": "变更后积分余额",
  16512. "type": "string"
  16513. },
  16514. "amount": {
  16515. "description": "变更数量",
  16516. "type": "string"
  16517. },
  16518. "create_at": {
  16519. "description": "创建时间",
  16520. "type": "string"
  16521. },
  16522. "direction": {
  16523. "description": "类型 1.收入 2.支出",
  16524. "type": "integer"
  16525. },
  16526. "uid": {
  16527. "description": "用户 ID",
  16528. "type": "integer"
  16529. }
  16530. }
  16531. },
  16532. "md.VirtualCoinListNode": {
  16533. "type": "object",
  16534. "properties": {
  16535. "coin_id": {
  16536. "description": "货币类型 ID",
  16537. "type": "integer"
  16538. },
  16539. "kind": {
  16540. "description": "货币序号",
  16541. "type": "integer"
  16542. },
  16543. "name": {
  16544. "type": "string",
  16545. "example": "货币类型名称"
  16546. }
  16547. }
  16548. },
  16549. "md.WebsiteInfoResp": {
  16550. "type": "object",
  16551. "properties": {
  16552. "android_down_url": {
  16553. "type": "string"
  16554. },
  16555. "ios_down_url": {
  16556. "type": "string"
  16557. },
  16558. "seo_logo": {
  16559. "type": "string"
  16560. },
  16561. "seo_title": {
  16562. "type": "string",
  16563. "example": "seo"
  16564. },
  16565. "web_logo": {
  16566. "type": "string"
  16567. }
  16568. }
  16569. },
  16570. "md.WithdrawApplyAuditReq": {
  16571. "type": "object",
  16572. "required": [
  16573. "audit_state",
  16574. "reason",
  16575. "withdraw_apply_id"
  16576. ],
  16577. "properties": {
  16578. "audit_state": {
  16579. "description": "审核状态(1:同意 2:拒绝)",
  16580. "type": "integer"
  16581. },
  16582. "reason": {
  16583. "description": "审核失败(驳回理由)",
  16584. "type": "integer"
  16585. },
  16586. "withdraw_apply_id": {
  16587. "description": "提现申请id",
  16588. "type": "integer"
  16589. }
  16590. }
  16591. },
  16592. "md.WithdrawFeeSetStruct": {
  16593. "type": "object",
  16594. "properties": {
  16595. "duration": {
  16596. "description": "类型 (1.固定金额 2.固定比例)",
  16597. "type": "integer"
  16598. },
  16599. "value": {
  16600. "description": "具体值",
  16601. "type": "integer"
  16602. }
  16603. }
  16604. },
  16605. "md.WithdrawFrequencySettingStruct": {
  16606. "type": "object",
  16607. "properties": {
  16608. "duration": {
  16609. "description": "周期 (1.天 2.周 3.月)",
  16610. "type": "integer"
  16611. },
  16612. "num": {
  16613. "description": "周期数",
  16614. "type": "array",
  16615. "items": {
  16616. "type": "string"
  16617. }
  16618. }
  16619. }
  16620. },
  16621. "md.WithdrawTimeIntervalStruct": {
  16622. "type": "object",
  16623. "properties": {
  16624. "end_at": {
  16625. "type": "string"
  16626. },
  16627. "start_at": {
  16628. "type": "string"
  16629. }
  16630. }
  16631. },
  16632. "model.EggEnergyUserEggIndexWeight": {
  16633. "type": "object",
  16634. "properties": {
  16635. "account_balance_exchange_egg_energy_nums": {
  16636. "type": "string"
  16637. },
  16638. "browse_interface_nums": {
  16639. "type": "string"
  16640. },
  16641. "college_learning_nums": {
  16642. "type": "string"
  16643. },
  16644. "create_at": {
  16645. "type": "string"
  16646. },
  16647. "ecpm": {
  16648. "type": "string"
  16649. },
  16650. "egg_energy_exchange_account_balance": {
  16651. "type": "string"
  16652. },
  16653. "forum_comments_nums": {
  16654. "type": "string"
  16655. },
  16656. "id": {
  16657. "type": "integer"
  16658. },
  16659. "im_activity_nums": {
  16660. "type": "string"
  16661. },
  16662. "invite_user_nums": {
  16663. "type": "string"
  16664. },
  16665. "person_add_activity_value": {
  16666. "type": "string"
  16667. },
  16668. "send_circle_of_friend_nums": {
  16669. "type": "string"
  16670. },
  16671. "send_red_package_nums": {
  16672. "type": "string"
  16673. },
  16674. "sign_in_nums": {
  16675. "type": "string"
  16676. },
  16677. "team_activity_nums": {
  16678. "type": "string"
  16679. },
  16680. "update_at": {
  16681. "type": "string"
  16682. },
  16683. "violate_nums": {
  16684. "type": "string"
  16685. }
  16686. }
  16687. },
  16688. "model.PlatformActiveData": {
  16689. "type": "object",
  16690. "properties": {
  16691. "date": {
  16692. "type": "string"
  16693. },
  16694. "id": {
  16695. "type": "integer"
  16696. },
  16697. "new_user_count": {
  16698. "type": "integer"
  16699. },
  16700. "user_sign_in_count": {
  16701. "type": "integer"
  16702. },
  16703. "withdraw_amount_count": {
  16704. "type": "string"
  16705. },
  16706. "withdraw_user_count": {
  16707. "type": "integer"
  16708. }
  16709. }
  16710. },
  16711. "model.UserLevelTask": {
  16712. "type": "object",
  16713. "properties": {
  16714. "active_days": {
  16715. "type": "integer"
  16716. },
  16717. "create_at": {
  16718. "type": "string"
  16719. },
  16720. "finish_count": {
  16721. "type": "integer"
  16722. },
  16723. "id": {
  16724. "type": "integer"
  16725. },
  16726. "is_must_task": {
  16727. "type": "integer"
  16728. },
  16729. "level_id": {
  16730. "type": "integer"
  16731. },
  16732. "task_type": {
  16733. "type": "integer"
  16734. },
  16735. "task_type_level_id": {
  16736. "type": "integer"
  16737. },
  16738. "update_at": {
  16739. "type": "string"
  16740. },
  16741. "within_days": {
  16742. "type": "integer"
  16743. }
  16744. }
  16745. },
  16746. "setCenter.WebBasicReq": {
  16747. "type": "object",
  16748. "properties": {
  16749. "android_down_url": {
  16750. "type": "string"
  16751. },
  16752. "ios_down_url": {
  16753. "type": "string"
  16754. },
  16755. "seo_logo": {
  16756. "type": "string"
  16757. },
  16758. "seo_title": {
  16759. "type": "string"
  16760. },
  16761. "wap_host": {
  16762. "type": "string",
  16763. "example": "h5域名"
  16764. },
  16765. "web_logo": {
  16766. "type": "string"
  16767. }
  16768. }
  16769. },
  16770. "setCenter.WebBasicResp": {
  16771. "type": "object",
  16772. "properties": {
  16773. "android_down_url": {
  16774. "type": "string"
  16775. },
  16776. "ios_down_url": {
  16777. "type": "string"
  16778. },
  16779. "seo_logo": {
  16780. "type": "string"
  16781. },
  16782. "seo_logo_url": {
  16783. "type": "string"
  16784. },
  16785. "seo_title": {
  16786. "type": "string"
  16787. },
  16788. "wap_host": {
  16789. "type": "string",
  16790. "example": "h5域名"
  16791. },
  16792. "web_logo": {
  16793. "type": "string"
  16794. },
  16795. "web_logo_url": {
  16796. "type": "string"
  16797. }
  16798. }
  16799. }
  16800. },
  16801. "securityDefinitions": {
  16802. "MasterID": {
  16803. "type": "apiKey",
  16804. "name": "MasterID",
  16805. "in": "header"
  16806. }
  16807. }
  16808. }