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

16438 lines
560 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/communityDividendsWithUserList": {
  4960. "post": {
  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. "description": "页数、每页大小必填 手机号、用户ID选填",
  4982. "name": "req",
  4983. "in": "body",
  4984. "required": true,
  4985. "schema": {
  4986. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4987. }
  4988. }
  4989. ],
  4990. "responses": {
  4991. "200": {
  4992. "description": "社区长列表",
  4993. "schema": {
  4994. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4995. }
  4996. },
  4997. "400": {
  4998. "description": "具体错误",
  4999. "schema": {
  5000. "$ref": "#/definitions/md.Response"
  5001. }
  5002. }
  5003. }
  5004. }
  5005. },
  5006. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5007. "post": {
  5008. "description": "关系分布图(位置转换)",
  5009. "consumes": [
  5010. "application/json"
  5011. ],
  5012. "produces": [
  5013. "application/json"
  5014. ],
  5015. "tags": [
  5016. "公排管理"
  5017. ],
  5018. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5019. "parameters": [
  5020. {
  5021. "type": "string",
  5022. "description": "验证参数Bearer和token空格拼接",
  5023. "name": "Authorization",
  5024. "in": "header",
  5025. "required": true
  5026. },
  5027. {
  5028. "description": "需要交换的两个位置",
  5029. "name": "req",
  5030. "in": "body",
  5031. "required": true,
  5032. "schema": {
  5033. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5034. }
  5035. }
  5036. ],
  5037. "responses": {
  5038. "200": {
  5039. "description": "成功返回",
  5040. "schema": {
  5041. "type": ""
  5042. }
  5043. },
  5044. "400": {
  5045. "description": "具体错误",
  5046. "schema": {
  5047. "$ref": "#/definitions/md.Response"
  5048. }
  5049. }
  5050. }
  5051. }
  5052. },
  5053. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5054. "get": {
  5055. "description": "关系分布图(获取指定用户上级)",
  5056. "consumes": [
  5057. "application/json"
  5058. ],
  5059. "produces": [
  5060. "application/json"
  5061. ],
  5062. "tags": [
  5063. "公排管理"
  5064. ],
  5065. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5066. "parameters": [
  5067. {
  5068. "type": "string",
  5069. "description": "验证参数Bearer和token空格拼接",
  5070. "name": "Authorization",
  5071. "in": "header",
  5072. "required": true
  5073. },
  5074. {
  5075. "type": "string",
  5076. "description": "用户ID",
  5077. "name": "uid",
  5078. "in": "query",
  5079. "required": true
  5080. }
  5081. ],
  5082. "responses": {
  5083. "200": {
  5084. "description": "具体数据",
  5085. "schema": {
  5086. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5087. }
  5088. },
  5089. "400": {
  5090. "description": "具体错误",
  5091. "schema": {
  5092. "$ref": "#/definitions/md.Response"
  5093. }
  5094. }
  5095. }
  5096. }
  5097. },
  5098. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5099. "get": {
  5100. "description": "关系分布图(获取指定用户下级)",
  5101. "consumes": [
  5102. "application/json"
  5103. ],
  5104. "produces": [
  5105. "application/json"
  5106. ],
  5107. "tags": [
  5108. "公排管理"
  5109. ],
  5110. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5111. "parameters": [
  5112. {
  5113. "type": "string",
  5114. "description": "验证参数Bearer和token空格拼接",
  5115. "name": "Authorization",
  5116. "in": "header",
  5117. "required": true
  5118. },
  5119. {
  5120. "type": "string",
  5121. "description": "用户ID",
  5122. "name": "uid",
  5123. "in": "query",
  5124. "required": true
  5125. }
  5126. ],
  5127. "responses": {
  5128. "200": {
  5129. "description": "具体数据",
  5130. "schema": {
  5131. "$ref": "#/definitions/md.TreeNode"
  5132. }
  5133. },
  5134. "400": {
  5135. "description": "具体错误",
  5136. "schema": {
  5137. "$ref": "#/definitions/md.Response"
  5138. }
  5139. }
  5140. }
  5141. }
  5142. },
  5143. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5144. "get": {
  5145. "description": "公排基础设置(获取)",
  5146. "consumes": [
  5147. "application/json"
  5148. ],
  5149. "produces": [
  5150. "application/json"
  5151. ],
  5152. "tags": [
  5153. "公排管理"
  5154. ],
  5155. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5156. "parameters": [
  5157. {
  5158. "type": "string",
  5159. "description": "验证参数Bearer和token空格拼接",
  5160. "name": "Authorization",
  5161. "in": "header",
  5162. "required": true
  5163. }
  5164. ],
  5165. "responses": {
  5166. "200": {
  5167. "description": "具体数据",
  5168. "schema": {
  5169. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5170. }
  5171. },
  5172. "400": {
  5173. "description": "具体错误",
  5174. "schema": {
  5175. "$ref": "#/definitions/md.Response"
  5176. }
  5177. }
  5178. }
  5179. }
  5180. },
  5181. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5182. "delete": {
  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. "description": "免罚用户ID",
  5204. "name": "req",
  5205. "in": "body",
  5206. "required": true,
  5207. "schema": {
  5208. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5209. }
  5210. }
  5211. ],
  5212. "responses": {
  5213. "200": {
  5214. "description": "删除数据数量",
  5215. "schema": {
  5216. "type": "int"
  5217. }
  5218. },
  5219. "400": {
  5220. "description": "具体错误",
  5221. "schema": {
  5222. "$ref": "#/definitions/md.Response"
  5223. }
  5224. }
  5225. }
  5226. }
  5227. },
  5228. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5229. "post": {
  5230. "description": "免罚用户(查询)",
  5231. "consumes": [
  5232. "application/json"
  5233. ],
  5234. "produces": [
  5235. "application/json"
  5236. ],
  5237. "tags": [
  5238. "公排管理"
  5239. ],
  5240. "summary": "制度中心-公排管理-免罚用户(查询)",
  5241. "parameters": [
  5242. {
  5243. "type": "string",
  5244. "description": "验证参数Bearer和token空格拼接",
  5245. "name": "Authorization",
  5246. "in": "header",
  5247. "required": true
  5248. },
  5249. {
  5250. "description": "页数和行数必填,uid选填",
  5251. "name": "req",
  5252. "in": "body",
  5253. "required": true,
  5254. "schema": {
  5255. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5256. }
  5257. }
  5258. ],
  5259. "responses": {
  5260. "200": {
  5261. "description": "成功返回",
  5262. "schema": {
  5263. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5264. }
  5265. },
  5266. "400": {
  5267. "description": "具体错误",
  5268. "schema": {
  5269. "$ref": "#/definitions/md.Response"
  5270. }
  5271. }
  5272. }
  5273. }
  5274. },
  5275. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5276. "post": {
  5277. "description": "免罚用户(新增)",
  5278. "consumes": [
  5279. "application/json"
  5280. ],
  5281. "produces": [
  5282. "application/json"
  5283. ],
  5284. "tags": [
  5285. "公排管理"
  5286. ],
  5287. "summary": "制度中心-公排管理-免罚用户(新增)",
  5288. "parameters": [
  5289. {
  5290. "type": "string",
  5291. "description": "验证参数Bearer和token空格拼接",
  5292. "name": "Authorization",
  5293. "in": "header",
  5294. "required": true
  5295. },
  5296. {
  5297. "description": "免罚用户ID",
  5298. "name": "req",
  5299. "in": "body",
  5300. "required": true,
  5301. "schema": {
  5302. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5303. }
  5304. }
  5305. ],
  5306. "responses": {
  5307. "200": {
  5308. "description": "插入数据 ID",
  5309. "schema": {
  5310. "type": "int"
  5311. }
  5312. },
  5313. "400": {
  5314. "description": "具体错误",
  5315. "schema": {
  5316. "$ref": "#/definitions/md.Response"
  5317. }
  5318. }
  5319. }
  5320. }
  5321. },
  5322. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5323. "get": {
  5324. "description": "关系分布图(获取)",
  5325. "consumes": [
  5326. "application/json"
  5327. ],
  5328. "produces": [
  5329. "application/json"
  5330. ],
  5331. "tags": [
  5332. "公排管理"
  5333. ],
  5334. "summary": "制度中心-公排管理-关系分布图(获取)",
  5335. "parameters": [
  5336. {
  5337. "type": "string",
  5338. "description": "验证参数Bearer和token空格拼接",
  5339. "name": "Authorization",
  5340. "in": "header",
  5341. "required": true
  5342. },
  5343. {
  5344. "type": "string",
  5345. "description": "phone",
  5346. "name": "phone",
  5347. "in": "query",
  5348. "required": true
  5349. },
  5350. {
  5351. "type": "string",
  5352. "description": "uid",
  5353. "name": "uid",
  5354. "in": "query",
  5355. "required": true
  5356. }
  5357. ],
  5358. "responses": {
  5359. "200": {
  5360. "description": "具体数据",
  5361. "schema": {
  5362. "$ref": "#/definitions/md.TreeNode"
  5363. }
  5364. },
  5365. "400": {
  5366. "description": "具体错误",
  5367. "schema": {
  5368. "$ref": "#/definitions/md.Response"
  5369. }
  5370. }
  5371. }
  5372. }
  5373. },
  5374. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5375. "post": {
  5376. "description": "公排基础设置选择会员(查询)",
  5377. "consumes": [
  5378. "application/json"
  5379. ],
  5380. "produces": [
  5381. "application/json"
  5382. ],
  5383. "tags": [
  5384. "公排管理"
  5385. ],
  5386. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5387. "parameters": [
  5388. {
  5389. "type": "string",
  5390. "description": "验证参数Bearer和token空格拼接",
  5391. "name": "Authorization",
  5392. "in": "header",
  5393. "required": true
  5394. },
  5395. {
  5396. "description": "分页信息必填",
  5397. "name": "req",
  5398. "in": "body",
  5399. "required": true,
  5400. "schema": {
  5401. "$ref": "#/definitions/md.SelectMemberReq"
  5402. }
  5403. }
  5404. ],
  5405. "responses": {
  5406. "200": {
  5407. "description": "具体数据",
  5408. "schema": {
  5409. "$ref": "#/definitions/md.SelectMemberResp"
  5410. }
  5411. },
  5412. "400": {
  5413. "description": "具体错误",
  5414. "schema": {
  5415. "$ref": "#/definitions/md.Response"
  5416. }
  5417. }
  5418. }
  5419. }
  5420. },
  5421. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5422. "put": {
  5423. "description": "公排基础设置(修改)",
  5424. "consumes": [
  5425. "application/json"
  5426. ],
  5427. "produces": [
  5428. "application/json"
  5429. ],
  5430. "tags": [
  5431. "公排管理"
  5432. ],
  5433. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5434. "parameters": [
  5435. {
  5436. "type": "string",
  5437. "description": "验证参数Bearer和token空格拼接",
  5438. "name": "Authorization",
  5439. "in": "header",
  5440. "required": true
  5441. },
  5442. {
  5443. "description": "公排设置表单内容",
  5444. "name": "req",
  5445. "in": "body",
  5446. "required": true,
  5447. "schema": {
  5448. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5449. }
  5450. }
  5451. ],
  5452. "responses": {
  5453. "200": {
  5454. "description": "success",
  5455. "schema": {
  5456. "type": "string"
  5457. }
  5458. },
  5459. "400": {
  5460. "description": "具体错误",
  5461. "schema": {
  5462. "$ref": "#/definitions/md.Response"
  5463. }
  5464. }
  5465. }
  5466. }
  5467. },
  5468. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5469. "post": {
  5470. "description": "日活分析",
  5471. "consumes": [
  5472. "application/json"
  5473. ],
  5474. "produces": [
  5475. "application/json"
  5476. ],
  5477. "tags": [
  5478. "公排管理"
  5479. ],
  5480. "summary": "制度中心-公排管理-日活分析",
  5481. "parameters": [
  5482. {
  5483. "type": "string",
  5484. "description": "验证参数Bearer和token空格拼接",
  5485. "name": "Authorization",
  5486. "in": "header",
  5487. "required": true
  5488. },
  5489. {
  5490. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5491. "name": "req",
  5492. "in": "body",
  5493. "required": true,
  5494. "schema": {
  5495. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5496. }
  5497. }
  5498. ],
  5499. "responses": {
  5500. "200": {
  5501. "description": "具体数据",
  5502. "schema": {
  5503. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5504. }
  5505. },
  5506. "400": {
  5507. "description": "具体错误",
  5508. "schema": {
  5509. "$ref": "#/definitions/md.Response"
  5510. }
  5511. }
  5512. }
  5513. }
  5514. },
  5515. "/api/login": {
  5516. "post": {
  5517. "description": "登入",
  5518. "consumes": [
  5519. "application/json"
  5520. ],
  5521. "produces": [
  5522. "application/json"
  5523. ],
  5524. "tags": [
  5525. "登录"
  5526. ],
  5527. "summary": "登陆",
  5528. "parameters": [
  5529. {
  5530. "description": "用户名密码",
  5531. "name": "req",
  5532. "in": "body",
  5533. "required": true,
  5534. "schema": {
  5535. "$ref": "#/definitions/md.LoginReq"
  5536. }
  5537. }
  5538. ],
  5539. "responses": {
  5540. "200": {
  5541. "description": "token",
  5542. "schema": {
  5543. "$ref": "#/definitions/md.LoginResponse"
  5544. }
  5545. },
  5546. "400": {
  5547. "description": "具体错误",
  5548. "schema": {
  5549. "$ref": "#/definitions/md.Response"
  5550. }
  5551. }
  5552. }
  5553. }
  5554. },
  5555. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5556. "get": {
  5557. "description": "新人红包设置(获取)",
  5558. "consumes": [
  5559. "application/json"
  5560. ],
  5561. "produces": [
  5562. "application/json"
  5563. ],
  5564. "tags": [
  5565. "营销应用"
  5566. ],
  5567. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5568. "parameters": [
  5569. {
  5570. "type": "string",
  5571. "description": "验证参数Bearer和token空格拼接",
  5572. "name": "Authorization",
  5573. "in": "header",
  5574. "required": true
  5575. }
  5576. ],
  5577. "responses": {
  5578. "200": {
  5579. "description": "具体数据",
  5580. "schema": {
  5581. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5582. }
  5583. },
  5584. "400": {
  5585. "description": "具体错误",
  5586. "schema": {
  5587. "$ref": "#/definitions/md.Response"
  5588. }
  5589. }
  5590. }
  5591. }
  5592. },
  5593. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5594. "post": {
  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. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5616. "name": "req",
  5617. "in": "body",
  5618. "required": true,
  5619. "schema": {
  5620. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5621. }
  5622. }
  5623. ],
  5624. "responses": {
  5625. "200": {
  5626. "description": "具体数据",
  5627. "schema": {
  5628. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5629. }
  5630. },
  5631. "400": {
  5632. "description": "具体错误",
  5633. "schema": {
  5634. "$ref": "#/definitions/md.Response"
  5635. }
  5636. }
  5637. }
  5638. }
  5639. },
  5640. "/api/marketingApplications/newUserRedPackage/recordList": {
  5641. "post": {
  5642. "description": "新人红包列表(查询)",
  5643. "consumes": [
  5644. "application/json"
  5645. ],
  5646. "produces": [
  5647. "application/json"
  5648. ],
  5649. "tags": [
  5650. "营销应用"
  5651. ],
  5652. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5653. "parameters": [
  5654. {
  5655. "type": "string",
  5656. "description": "验证参数Bearer和token空格拼接",
  5657. "name": "Authorization",
  5658. "in": "header",
  5659. "required": true
  5660. },
  5661. {
  5662. "description": "新人红包列表查询条件(分页信息必填)",
  5663. "name": "req",
  5664. "in": "body",
  5665. "required": true,
  5666. "schema": {
  5667. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5668. }
  5669. }
  5670. ],
  5671. "responses": {
  5672. "200": {
  5673. "description": "具体数据",
  5674. "schema": {
  5675. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5676. }
  5677. },
  5678. "400": {
  5679. "description": "具体错误",
  5680. "schema": {
  5681. "$ref": "#/definitions/md.Response"
  5682. }
  5683. }
  5684. }
  5685. }
  5686. },
  5687. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5688. "put": {
  5689. "description": "新人红包设置(修改)",
  5690. "consumes": [
  5691. "application/json"
  5692. ],
  5693. "produces": [
  5694. "application/json"
  5695. ],
  5696. "tags": [
  5697. "营销应用"
  5698. ],
  5699. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5700. "parameters": [
  5701. {
  5702. "type": "string",
  5703. "description": "验证参数Bearer和token空格拼接",
  5704. "name": "Authorization",
  5705. "in": "header",
  5706. "required": true
  5707. },
  5708. {
  5709. "description": "新人红包设置表单",
  5710. "name": "req",
  5711. "in": "body",
  5712. "required": true,
  5713. "schema": {
  5714. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5715. }
  5716. }
  5717. ],
  5718. "responses": {
  5719. "200": {
  5720. "description": "success",
  5721. "schema": {
  5722. "type": "string"
  5723. }
  5724. },
  5725. "400": {
  5726. "description": "具体错误",
  5727. "schema": {
  5728. "$ref": "#/definitions/md.Response"
  5729. }
  5730. }
  5731. }
  5732. }
  5733. },
  5734. "/api/memberCenter/certificate/del": {
  5735. "post": {
  5736. "description": "会员中心-证书管理-删除",
  5737. "consumes": [
  5738. "application/json"
  5739. ],
  5740. "produces": [
  5741. "application/json"
  5742. ],
  5743. "tags": [
  5744. "会员中心"
  5745. ],
  5746. "summary": "会员中心-证书管理-删除",
  5747. "parameters": [
  5748. {
  5749. "type": "string",
  5750. "description": "验证参数Bearer和token空格拼接",
  5751. "name": "Authorization",
  5752. "in": "header",
  5753. "required": true
  5754. },
  5755. {
  5756. "description": "(分页信息必填)",
  5757. "name": "req",
  5758. "in": "body",
  5759. "required": true,
  5760. "schema": {
  5761. "$ref": "#/definitions/md.AdvertisingDelReq"
  5762. }
  5763. }
  5764. ],
  5765. "responses": {
  5766. "200": {
  5767. "description": "具体数据",
  5768. "schema": {
  5769. "type": "string"
  5770. }
  5771. },
  5772. "400": {
  5773. "description": "具体错误",
  5774. "schema": {
  5775. "$ref": "#/definitions/md.Response"
  5776. }
  5777. }
  5778. }
  5779. }
  5780. },
  5781. "/api/memberCenter/certificate/list": {
  5782. "post": {
  5783. "description": "会员中心-证书管理",
  5784. "consumes": [
  5785. "application/json"
  5786. ],
  5787. "produces": [
  5788. "application/json"
  5789. ],
  5790. "tags": [
  5791. "会员中心"
  5792. ],
  5793. "summary": "会员中心-证书管理",
  5794. "parameters": [
  5795. {
  5796. "type": "string",
  5797. "description": "验证参数Bearer和token空格拼接",
  5798. "name": "Authorization",
  5799. "in": "header",
  5800. "required": true
  5801. },
  5802. {
  5803. "description": "(分页信息必填)",
  5804. "name": "req",
  5805. "in": "body",
  5806. "required": true,
  5807. "schema": {
  5808. "$ref": "#/definitions/md.AdvertisingListReq"
  5809. }
  5810. }
  5811. ],
  5812. "responses": {
  5813. "200": {
  5814. "description": "具体数据",
  5815. "schema": {
  5816. "$ref": "#/definitions/md.AdvertisingListResp"
  5817. }
  5818. },
  5819. "400": {
  5820. "description": "具体错误",
  5821. "schema": {
  5822. "$ref": "#/definitions/md.Response"
  5823. }
  5824. }
  5825. }
  5826. }
  5827. },
  5828. "/api/memberCenter/certificate/save": {
  5829. "post": {
  5830. "description": "会员中心-证书管理-保存",
  5831. "consumes": [
  5832. "application/json"
  5833. ],
  5834. "produces": [
  5835. "application/json"
  5836. ],
  5837. "tags": [
  5838. "会员中心"
  5839. ],
  5840. "summary": "会员中心-证书管理-保存",
  5841. "parameters": [
  5842. {
  5843. "type": "string",
  5844. "description": "验证参数Bearer和token空格拼接",
  5845. "name": "Authorization",
  5846. "in": "header",
  5847. "required": true
  5848. },
  5849. {
  5850. "description": "(分页信息必填)",
  5851. "name": "req",
  5852. "in": "body",
  5853. "required": true,
  5854. "schema": {
  5855. "$ref": "#/definitions/md.AdvertisingSaveReq"
  5856. }
  5857. }
  5858. ],
  5859. "responses": {
  5860. "200": {
  5861. "description": "具体数据",
  5862. "schema": {
  5863. "type": "string"
  5864. }
  5865. },
  5866. "400": {
  5867. "description": "具体错误",
  5868. "schema": {
  5869. "$ref": "#/definitions/md.Response"
  5870. }
  5871. }
  5872. }
  5873. }
  5874. },
  5875. "/api/memberCenter/levelManagement/addLevel": {
  5876. "post": {
  5877. "description": "等级管理(新增)",
  5878. "consumes": [
  5879. "application/json"
  5880. ],
  5881. "produces": [
  5882. "application/json"
  5883. ],
  5884. "tags": [
  5885. "会员中心"
  5886. ],
  5887. "summary": "制度中心-会员中心-等级管理(新增)",
  5888. "parameters": [
  5889. {
  5890. "type": "string",
  5891. "description": "验证参数Bearer和token空格拼接",
  5892. "name": "Authorization",
  5893. "in": "header",
  5894. "required": true
  5895. },
  5896. {
  5897. "description": "需要新增的等级信息",
  5898. "name": "req",
  5899. "in": "body",
  5900. "required": true,
  5901. "schema": {
  5902. "$ref": "#/definitions/md.AddLevelReq"
  5903. }
  5904. }
  5905. ],
  5906. "responses": {
  5907. "200": {
  5908. "description": "新增等级ID",
  5909. "schema": {
  5910. "type": "int"
  5911. }
  5912. },
  5913. "400": {
  5914. "description": "具体错误",
  5915. "schema": {
  5916. "$ref": "#/definitions/md.Response"
  5917. }
  5918. }
  5919. }
  5920. }
  5921. },
  5922. "/api/memberCenter/levelManagement/deleteLevel": {
  5923. "delete": {
  5924. "description": "等级管理(删除)",
  5925. "consumes": [
  5926. "application/json"
  5927. ],
  5928. "produces": [
  5929. "application/json"
  5930. ],
  5931. "tags": [
  5932. "会员中心"
  5933. ],
  5934. "summary": "制度中心-会员中心-等级管理(删除)",
  5935. "parameters": [
  5936. {
  5937. "type": "string",
  5938. "description": "验证参数Bearer和token空格拼接",
  5939. "name": "Authorization",
  5940. "in": "header",
  5941. "required": true
  5942. },
  5943. {
  5944. "description": "需要删除的等级 ID",
  5945. "name": "req",
  5946. "in": "body",
  5947. "required": true,
  5948. "schema": {
  5949. "$ref": "#/definitions/md.DeleteLevelReq"
  5950. }
  5951. }
  5952. ],
  5953. "responses": {
  5954. "200": {
  5955. "description": "成功删除数据数量",
  5956. "schema": {
  5957. "type": "int"
  5958. }
  5959. },
  5960. "400": {
  5961. "description": "具体错误",
  5962. "schema": {
  5963. "$ref": "#/definitions/md.Response"
  5964. }
  5965. }
  5966. }
  5967. }
  5968. },
  5969. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5970. "delete": {
  5971. "description": "等级任务(删除)",
  5972. "consumes": [
  5973. "application/json"
  5974. ],
  5975. "produces": [
  5976. "application/json"
  5977. ],
  5978. "tags": [
  5979. "会员中心"
  5980. ],
  5981. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5982. "parameters": [
  5983. {
  5984. "type": "string",
  5985. "description": "验证参数Bearer和token空格拼接",
  5986. "name": "Authorization",
  5987. "in": "header",
  5988. "required": true
  5989. },
  5990. {
  5991. "description": "需要删除的等级任务ID",
  5992. "name": "req",
  5993. "in": "body",
  5994. "required": true,
  5995. "schema": {
  5996. "$ref": "#/definitions/md.DeleteTaskReq"
  5997. }
  5998. }
  5999. ],
  6000. "responses": {
  6001. "200": {
  6002. "description": "成功删除数据数量",
  6003. "schema": {
  6004. "type": "int"
  6005. }
  6006. },
  6007. "400": {
  6008. "description": "具体错误",
  6009. "schema": {
  6010. "$ref": "#/definitions/md.Response"
  6011. }
  6012. }
  6013. }
  6014. }
  6015. },
  6016. "/api/memberCenter/levelManagement/getLevelList": {
  6017. "get": {
  6018. "description": "标签管理(获取)",
  6019. "consumes": [
  6020. "application/json"
  6021. ],
  6022. "produces": [
  6023. "application/json"
  6024. ],
  6025. "tags": [
  6026. "会员中心"
  6027. ],
  6028. "summary": "制度中心-会员中心-等级管理(获取)",
  6029. "parameters": [
  6030. {
  6031. "type": "string",
  6032. "description": "验证参数Bearer和token空格拼接",
  6033. "name": "Authorization",
  6034. "in": "header",
  6035. "required": true
  6036. },
  6037. {
  6038. "type": "integer",
  6039. "description": "每页大小",
  6040. "name": "limit",
  6041. "in": "query",
  6042. "required": true
  6043. },
  6044. {
  6045. "type": "integer",
  6046. "description": "页数",
  6047. "name": "page",
  6048. "in": "query",
  6049. "required": true
  6050. }
  6051. ],
  6052. "responses": {
  6053. "200": {
  6054. "description": "具体数据",
  6055. "schema": {
  6056. "$ref": "#/definitions/md.GetLevelListResp"
  6057. }
  6058. },
  6059. "400": {
  6060. "description": "具体错误",
  6061. "schema": {
  6062. "$ref": "#/definitions/md.Response"
  6063. }
  6064. }
  6065. }
  6066. }
  6067. },
  6068. "/api/memberCenter/levelManagement/getOneLevel": {
  6069. "get": {
  6070. "description": "等级明细(获取)",
  6071. "consumes": [
  6072. "application/json"
  6073. ],
  6074. "produces": [
  6075. "application/json"
  6076. ],
  6077. "tags": [
  6078. "会员中心"
  6079. ],
  6080. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6081. "parameters": [
  6082. {
  6083. "type": "string",
  6084. "description": "验证参数Bearer和token空格拼接",
  6085. "name": "Authorization",
  6086. "in": "header",
  6087. "required": true
  6088. },
  6089. {
  6090. "type": "integer",
  6091. "description": "等级 ID",
  6092. "name": "level_id",
  6093. "in": "query",
  6094. "required": true
  6095. }
  6096. ],
  6097. "responses": {
  6098. "200": {
  6099. "description": "具体数据",
  6100. "schema": {
  6101. "$ref": "#/definitions/md.GetOneLevelResp"
  6102. }
  6103. },
  6104. "400": {
  6105. "description": "具体错误",
  6106. "schema": {
  6107. "$ref": "#/definitions/md.Response"
  6108. }
  6109. }
  6110. }
  6111. }
  6112. },
  6113. "/api/memberCenter/levelManagement/updateLevel": {
  6114. "post": {
  6115. "description": "等级管理(更新)",
  6116. "consumes": [
  6117. "application/json"
  6118. ],
  6119. "produces": [
  6120. "application/json"
  6121. ],
  6122. "tags": [
  6123. "会员中心"
  6124. ],
  6125. "summary": "制度中心-会员中心-等级管理(更新)",
  6126. "parameters": [
  6127. {
  6128. "type": "string",
  6129. "description": "验证参数Bearer和token空格拼接",
  6130. "name": "Authorization",
  6131. "in": "header",
  6132. "required": true
  6133. },
  6134. {
  6135. "description": "需要修改的等级信息",
  6136. "name": "req",
  6137. "in": "body",
  6138. "required": true,
  6139. "schema": {
  6140. "$ref": "#/definitions/md.UpdateLevelReq"
  6141. }
  6142. }
  6143. ],
  6144. "responses": {
  6145. "200": {
  6146. "description": "success",
  6147. "schema": {
  6148. "type": "string"
  6149. }
  6150. },
  6151. "400": {
  6152. "description": "具体错误",
  6153. "schema": {
  6154. "$ref": "#/definitions/md.Response"
  6155. }
  6156. }
  6157. }
  6158. }
  6159. },
  6160. "/api/memberCenter/tagManagement/addTag": {
  6161. "post": {
  6162. "description": "标签管理(新增)",
  6163. "consumes": [
  6164. "application/json"
  6165. ],
  6166. "produces": [
  6167. "application/json"
  6168. ],
  6169. "tags": [
  6170. "会员中心"
  6171. ],
  6172. "summary": "制度中心-会员中心-标签管理(新增)",
  6173. "parameters": [
  6174. {
  6175. "type": "string",
  6176. "description": "验证参数Bearer和token空格拼接",
  6177. "name": "Authorization",
  6178. "in": "header",
  6179. "required": true
  6180. },
  6181. {
  6182. "description": "新增的标签信息",
  6183. "name": "req",
  6184. "in": "body",
  6185. "required": true,
  6186. "schema": {
  6187. "$ref": "#/definitions/md.AddTagReq"
  6188. }
  6189. }
  6190. ],
  6191. "responses": {
  6192. "200": {
  6193. "description": "新增的标签 ID",
  6194. "schema": {
  6195. "type": "int"
  6196. }
  6197. },
  6198. "400": {
  6199. "description": "具体错误",
  6200. "schema": {
  6201. "$ref": "#/definitions/md.Response"
  6202. }
  6203. }
  6204. }
  6205. }
  6206. },
  6207. "/api/memberCenter/tagManagement/deleteTag": {
  6208. "delete": {
  6209. "description": "标签管理(删除)",
  6210. "consumes": [
  6211. "application/json"
  6212. ],
  6213. "produces": [
  6214. "application/json"
  6215. ],
  6216. "tags": [
  6217. "会员中心"
  6218. ],
  6219. "summary": "制度中心-会员中心-标签管理(删除)",
  6220. "parameters": [
  6221. {
  6222. "type": "string",
  6223. "description": "验证参数Bearer和token空格拼接",
  6224. "name": "Authorization",
  6225. "in": "header",
  6226. "required": true
  6227. },
  6228. {
  6229. "description": "需要删除的标签 ID",
  6230. "name": "req",
  6231. "in": "body",
  6232. "required": true,
  6233. "schema": {
  6234. "$ref": "#/definitions/md.DeleteTagReq"
  6235. }
  6236. }
  6237. ],
  6238. "responses": {
  6239. "200": {
  6240. "description": "成功删除标签用户数",
  6241. "schema": {
  6242. "type": "int"
  6243. }
  6244. },
  6245. "400": {
  6246. "description": "具体错误",
  6247. "schema": {
  6248. "$ref": "#/definitions/md.Response"
  6249. }
  6250. }
  6251. }
  6252. }
  6253. },
  6254. "/api/memberCenter/tagManagement/getTagList": {
  6255. "get": {
  6256. "description": "标签管理(获取)",
  6257. "consumes": [
  6258. "application/json"
  6259. ],
  6260. "produces": [
  6261. "application/json"
  6262. ],
  6263. "tags": [
  6264. "会员中心"
  6265. ],
  6266. "summary": "制度中心-会员中心-标签管理(获取)",
  6267. "parameters": [
  6268. {
  6269. "type": "string",
  6270. "description": "验证参数Bearer和token空格拼接",
  6271. "name": "Authorization",
  6272. "in": "header",
  6273. "required": true
  6274. },
  6275. {
  6276. "type": "integer",
  6277. "description": "每页大小",
  6278. "name": "limit",
  6279. "in": "query",
  6280. "required": true
  6281. },
  6282. {
  6283. "type": "integer",
  6284. "description": "页数",
  6285. "name": "page",
  6286. "in": "query",
  6287. "required": true
  6288. }
  6289. ],
  6290. "responses": {
  6291. "200": {
  6292. "description": "具体数据",
  6293. "schema": {
  6294. "$ref": "#/definitions/md.GetTagListResp"
  6295. }
  6296. },
  6297. "400": {
  6298. "description": "具体错误",
  6299. "schema": {
  6300. "$ref": "#/definitions/md.Response"
  6301. }
  6302. }
  6303. }
  6304. }
  6305. },
  6306. "/api/memberCenter/tagManagement/updateTag": {
  6307. "post": {
  6308. "description": "标签管理(更新)",
  6309. "consumes": [
  6310. "application/json"
  6311. ],
  6312. "produces": [
  6313. "application/json"
  6314. ],
  6315. "tags": [
  6316. "会员中心"
  6317. ],
  6318. "summary": "制度中心-会员中心-标签管理(更新)",
  6319. "parameters": [
  6320. {
  6321. "type": "string",
  6322. "description": "验证参数Bearer和token空格拼接",
  6323. "name": "Authorization",
  6324. "in": "header",
  6325. "required": true
  6326. },
  6327. {
  6328. "description": "需要修改的标签信息",
  6329. "name": "req",
  6330. "in": "body",
  6331. "required": true,
  6332. "schema": {
  6333. "$ref": "#/definitions/md.UpdateTagReq"
  6334. }
  6335. }
  6336. ],
  6337. "responses": {
  6338. "200": {
  6339. "description": "成功修改数据条数",
  6340. "schema": {
  6341. "type": "int"
  6342. }
  6343. },
  6344. "400": {
  6345. "description": "具体错误",
  6346. "schema": {
  6347. "$ref": "#/definitions/md.Response"
  6348. }
  6349. }
  6350. }
  6351. }
  6352. },
  6353. "/api/memberCenter/userManagement/balanceDetail": {
  6354. "get": {
  6355. "description": "会员明细(余额获取)",
  6356. "consumes": [
  6357. "application/json"
  6358. ],
  6359. "produces": [
  6360. "application/json"
  6361. ],
  6362. "tags": [
  6363. "会员中心"
  6364. ],
  6365. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6366. "parameters": [
  6367. {
  6368. "type": "string",
  6369. "description": "验证参数Bearer和token空格拼接",
  6370. "name": "Authorization",
  6371. "in": "header",
  6372. "required": true
  6373. },
  6374. {
  6375. "type": "string",
  6376. "description": "用户 ID",
  6377. "name": "uid",
  6378. "in": "query",
  6379. "required": true
  6380. },
  6381. {
  6382. "type": "string",
  6383. "description": "每页大小",
  6384. "name": "limit",
  6385. "in": "query",
  6386. "required": true
  6387. },
  6388. {
  6389. "type": "string",
  6390. "description": "页数",
  6391. "name": "page",
  6392. "in": "query",
  6393. "required": true
  6394. }
  6395. ],
  6396. "responses": {
  6397. "200": {
  6398. "description": "具体数据",
  6399. "schema": {
  6400. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6401. }
  6402. },
  6403. "400": {
  6404. "description": "具体错误",
  6405. "schema": {
  6406. "$ref": "#/definitions/md.Response"
  6407. }
  6408. }
  6409. }
  6410. }
  6411. },
  6412. "/api/memberCenter/userManagement/getFans": {
  6413. "get": {
  6414. "description": "会员明细粉丝情况(获取)",
  6415. "consumes": [
  6416. "application/json"
  6417. ],
  6418. "produces": [
  6419. "application/json"
  6420. ],
  6421. "tags": [
  6422. "会员中心"
  6423. ],
  6424. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6425. "parameters": [
  6426. {
  6427. "type": "string",
  6428. "description": "验证参数Bearer和token空格拼接",
  6429. "name": "Authorization",
  6430. "in": "header",
  6431. "required": true
  6432. },
  6433. {
  6434. "type": "string",
  6435. "description": "用户 ID",
  6436. "name": "uid",
  6437. "in": "query",
  6438. "required": true
  6439. },
  6440. {
  6441. "type": "string",
  6442. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6443. "name": "type",
  6444. "in": "query",
  6445. "required": true
  6446. },
  6447. {
  6448. "type": "string",
  6449. "description": "每页大小",
  6450. "name": "limit",
  6451. "in": "query",
  6452. "required": true
  6453. },
  6454. {
  6455. "type": "string",
  6456. "description": "页数",
  6457. "name": "page",
  6458. "in": "query",
  6459. "required": true
  6460. }
  6461. ],
  6462. "responses": {
  6463. "200": {
  6464. "description": "具体数据",
  6465. "schema": {
  6466. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6467. }
  6468. },
  6469. "400": {
  6470. "description": "具体错误",
  6471. "schema": {
  6472. "$ref": "#/definitions/md.Response"
  6473. }
  6474. }
  6475. }
  6476. }
  6477. },
  6478. "/api/memberCenter/userManagement/getUserList": {
  6479. "post": {
  6480. "description": "用户信息管理(获取)",
  6481. "consumes": [
  6482. "application/json"
  6483. ],
  6484. "produces": [
  6485. "application/json"
  6486. ],
  6487. "tags": [
  6488. "会员中心"
  6489. ],
  6490. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6491. "parameters": [
  6492. {
  6493. "type": "string",
  6494. "description": "验证参数Bearer和token空格拼接",
  6495. "name": "Authorization",
  6496. "in": "header",
  6497. "required": true
  6498. },
  6499. {
  6500. "description": "分页信息必填",
  6501. "name": "req",
  6502. "in": "body",
  6503. "required": true,
  6504. "schema": {
  6505. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6506. }
  6507. }
  6508. ],
  6509. "responses": {
  6510. "200": {
  6511. "description": "具体数据",
  6512. "schema": {
  6513. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6514. }
  6515. },
  6516. "400": {
  6517. "description": "具体错误",
  6518. "schema": {
  6519. "$ref": "#/definitions/md.Response"
  6520. }
  6521. }
  6522. }
  6523. }
  6524. },
  6525. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6526. "get": {
  6527. "description": "会员明细(积分明细获取)",
  6528. "consumes": [
  6529. "application/json"
  6530. ],
  6531. "produces": [
  6532. "application/json"
  6533. ],
  6534. "tags": [
  6535. "会员中心"
  6536. ],
  6537. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6538. "parameters": [
  6539. {
  6540. "type": "string",
  6541. "description": "验证参数Bearer和token空格拼接",
  6542. "name": "Authorization",
  6543. "in": "header",
  6544. "required": true
  6545. },
  6546. {
  6547. "type": "string",
  6548. "description": "用户 ID",
  6549. "name": "uid",
  6550. "in": "query",
  6551. "required": true
  6552. },
  6553. {
  6554. "type": "string",
  6555. "description": "货币 ID",
  6556. "name": "coinId",
  6557. "in": "query",
  6558. "required": true
  6559. },
  6560. {
  6561. "type": "string",
  6562. "description": "每页大小",
  6563. "name": "limit",
  6564. "in": "query",
  6565. "required": true
  6566. },
  6567. {
  6568. "type": "string",
  6569. "description": "页数",
  6570. "name": "page",
  6571. "in": "query",
  6572. "required": true
  6573. }
  6574. ],
  6575. "responses": {
  6576. "200": {
  6577. "description": "具体数据",
  6578. "schema": {
  6579. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6580. }
  6581. },
  6582. "400": {
  6583. "description": "具体错误",
  6584. "schema": {
  6585. "$ref": "#/definitions/md.Response"
  6586. }
  6587. }
  6588. }
  6589. }
  6590. },
  6591. "/api/memberCenter/userManagement/updateUserInfo": {
  6592. "post": {
  6593. "description": "用户信息管理(更新)",
  6594. "consumes": [
  6595. "application/json"
  6596. ],
  6597. "produces": [
  6598. "application/json"
  6599. ],
  6600. "tags": [
  6601. "会员中心"
  6602. ],
  6603. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6604. "parameters": [
  6605. {
  6606. "type": "string",
  6607. "description": "验证参数Bearer和token空格拼接",
  6608. "name": "Authorization",
  6609. "in": "header",
  6610. "required": true
  6611. },
  6612. {
  6613. "description": "用户ID 必传",
  6614. "name": "req",
  6615. "in": "body",
  6616. "required": true,
  6617. "schema": {
  6618. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6619. }
  6620. }
  6621. ],
  6622. "responses": {
  6623. "200": {
  6624. "description": "修改数据行数",
  6625. "schema": {
  6626. "type": "int"
  6627. }
  6628. },
  6629. "400": {
  6630. "description": "具体错误",
  6631. "schema": {
  6632. "$ref": "#/definitions/md.Response"
  6633. }
  6634. }
  6635. }
  6636. }
  6637. },
  6638. "/api/memberCenter/userManagement/userData": {
  6639. "get": {
  6640. "description": "会员明细概况(获取)",
  6641. "consumes": [
  6642. "application/json"
  6643. ],
  6644. "produces": [
  6645. "application/json"
  6646. ],
  6647. "tags": [
  6648. "会员中心"
  6649. ],
  6650. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6651. "parameters": [
  6652. {
  6653. "type": "string",
  6654. "description": "验证参数Bearer和token空格拼接",
  6655. "name": "Authorization",
  6656. "in": "header",
  6657. "required": true
  6658. },
  6659. {
  6660. "type": "string",
  6661. "description": "用户 ID",
  6662. "name": "uid",
  6663. "in": "query",
  6664. "required": true
  6665. }
  6666. ],
  6667. "responses": {
  6668. "200": {
  6669. "description": "会员明细概况具体数据",
  6670. "schema": {
  6671. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6672. }
  6673. },
  6674. "400": {
  6675. "description": "具体错误",
  6676. "schema": {
  6677. "$ref": "#/definitions/md.Response"
  6678. }
  6679. }
  6680. }
  6681. }
  6682. },
  6683. "/api/notice/aliyunSms/file/phone": {
  6684. "post": {
  6685. "description": "短信推送记录-通知模板",
  6686. "consumes": [
  6687. "application/json"
  6688. ],
  6689. "produces": [
  6690. "application/json"
  6691. ],
  6692. "tags": [
  6693. "消息中心"
  6694. ],
  6695. "summary": "消息中心-短信推送记录-通知模板",
  6696. "parameters": [
  6697. {
  6698. "type": "string",
  6699. "description": "验证参数Bearer和token空格拼接",
  6700. "name": "Authorization",
  6701. "in": "header",
  6702. "required": true
  6703. },
  6704. {
  6705. "type": "string",
  6706. "description": "参数 file-----文件上传格式",
  6707. "name": "file",
  6708. "in": "formData",
  6709. "required": true
  6710. }
  6711. ],
  6712. "responses": {
  6713. "200": {
  6714. "description": "phone 一个数组",
  6715. "schema": {
  6716. "type": "string"
  6717. }
  6718. },
  6719. "400": {
  6720. "description": "具体错误",
  6721. "schema": {
  6722. "$ref": "#/definitions/md.Response"
  6723. }
  6724. }
  6725. }
  6726. }
  6727. },
  6728. "/api/notice/aliyunSms/getLevelList": {
  6729. "get": {
  6730. "description": "等级管理(获取)",
  6731. "consumes": [
  6732. "application/json"
  6733. ],
  6734. "produces": [
  6735. "application/json"
  6736. ],
  6737. "tags": [
  6738. "消息中心"
  6739. ],
  6740. "summary": "消息中心-短信推送记录-等级管理(获取)",
  6741. "parameters": [
  6742. {
  6743. "type": "string",
  6744. "description": "验证参数Bearer和token空格拼接",
  6745. "name": "Authorization",
  6746. "in": "header",
  6747. "required": true
  6748. },
  6749. {
  6750. "type": "integer",
  6751. "description": "每页大小",
  6752. "name": "limit",
  6753. "in": "query",
  6754. "required": true
  6755. },
  6756. {
  6757. "type": "integer",
  6758. "description": "页数",
  6759. "name": "page",
  6760. "in": "query",
  6761. "required": true
  6762. }
  6763. ],
  6764. "responses": {
  6765. "200": {
  6766. "description": "具体数据",
  6767. "schema": {
  6768. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  6769. }
  6770. },
  6771. "400": {
  6772. "description": "具体错误",
  6773. "schema": {
  6774. "$ref": "#/definitions/md.Response"
  6775. }
  6776. }
  6777. }
  6778. }
  6779. },
  6780. "/api/notice/aliyunSms/getTagList": {
  6781. "get": {
  6782. "description": "标签管理(获取)",
  6783. "consumes": [
  6784. "application/json"
  6785. ],
  6786. "produces": [
  6787. "application/json"
  6788. ],
  6789. "tags": [
  6790. "消息中心"
  6791. ],
  6792. "summary": "消息中心-短信推送记录-标签管理(获取)",
  6793. "parameters": [
  6794. {
  6795. "type": "string",
  6796. "description": "验证参数Bearer和token空格拼接",
  6797. "name": "Authorization",
  6798. "in": "header",
  6799. "required": true
  6800. },
  6801. {
  6802. "type": "integer",
  6803. "description": "每页大小",
  6804. "name": "limit",
  6805. "in": "query",
  6806. "required": true
  6807. },
  6808. {
  6809. "type": "integer",
  6810. "description": "页数",
  6811. "name": "page",
  6812. "in": "query",
  6813. "required": true
  6814. }
  6815. ],
  6816. "responses": {
  6817. "200": {
  6818. "description": "具体数据",
  6819. "schema": {
  6820. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  6821. }
  6822. },
  6823. "400": {
  6824. "description": "具体错误",
  6825. "schema": {
  6826. "$ref": "#/definitions/md.Response"
  6827. }
  6828. }
  6829. }
  6830. }
  6831. },
  6832. "/api/notice/aliyunSms/getUserList": {
  6833. "post": {
  6834. "description": "获取用户信息",
  6835. "consumes": [
  6836. "application/json"
  6837. ],
  6838. "produces": [
  6839. "application/json"
  6840. ],
  6841. "tags": [
  6842. "消息中心"
  6843. ],
  6844. "summary": "消息中心-短信推送记录-获取用户信息",
  6845. "parameters": [
  6846. {
  6847. "type": "string",
  6848. "description": "验证参数Bearer和token空格拼接",
  6849. "name": "Authorization",
  6850. "in": "header",
  6851. "required": true
  6852. },
  6853. {
  6854. "description": "(分页信息必填)",
  6855. "name": "req",
  6856. "in": "body",
  6857. "required": true,
  6858. "schema": {
  6859. "$ref": "#/definitions/md.JPushGetUserListReq"
  6860. }
  6861. }
  6862. ],
  6863. "responses": {
  6864. "200": {
  6865. "description": "具体数据",
  6866. "schema": {
  6867. "type": "Object"
  6868. }
  6869. },
  6870. "400": {
  6871. "description": "具体错误",
  6872. "schema": {
  6873. "$ref": "#/definitions/md.Response"
  6874. }
  6875. }
  6876. }
  6877. }
  6878. },
  6879. "/api/notice/aliyunSms/push/list": {
  6880. "post": {
  6881. "description": "短信推送记录-推送记录列表",
  6882. "consumes": [
  6883. "application/json"
  6884. ],
  6885. "produces": [
  6886. "application/json"
  6887. ],
  6888. "tags": [
  6889. "消息中心"
  6890. ],
  6891. "summary": "消息中心-短信推送记录-推送记录列表",
  6892. "parameters": [
  6893. {
  6894. "type": "string",
  6895. "description": "验证参数Bearer和token空格拼接",
  6896. "name": "Authorization",
  6897. "in": "header",
  6898. "required": true
  6899. },
  6900. {
  6901. "description": "(分页信息必填)",
  6902. "name": "req",
  6903. "in": "body",
  6904. "required": true,
  6905. "schema": {
  6906. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6907. }
  6908. }
  6909. ],
  6910. "responses": {
  6911. "200": {
  6912. "description": "具体数据",
  6913. "schema": {
  6914. "$ref": "#/definitions/md.NoticePushListResp"
  6915. }
  6916. },
  6917. "400": {
  6918. "description": "具体错误",
  6919. "schema": {
  6920. "$ref": "#/definitions/md.Response"
  6921. }
  6922. }
  6923. }
  6924. }
  6925. },
  6926. "/api/notice/aliyunSms/push/save": {
  6927. "post": {
  6928. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6929. "consumes": [
  6930. "application/json"
  6931. ],
  6932. "produces": [
  6933. "application/json"
  6934. ],
  6935. "tags": [
  6936. "消息中心"
  6937. ],
  6938. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6939. "parameters": [
  6940. {
  6941. "type": "string",
  6942. "description": "验证参数Bearer和token空格拼接",
  6943. "name": "Authorization",
  6944. "in": "header",
  6945. "required": true
  6946. },
  6947. {
  6948. "description": "(分页信息必填)",
  6949. "name": "req",
  6950. "in": "body",
  6951. "required": true,
  6952. "schema": {
  6953. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6954. }
  6955. }
  6956. ],
  6957. "responses": {
  6958. "200": {
  6959. "description": "具体数据",
  6960. "schema": {
  6961. "type": "string"
  6962. }
  6963. },
  6964. "400": {
  6965. "description": "具体错误",
  6966. "schema": {
  6967. "$ref": "#/definitions/md.Response"
  6968. }
  6969. }
  6970. }
  6971. }
  6972. },
  6973. "/api/notice/aliyunSms/sale/base": {
  6974. "get": {
  6975. "description": "短信推送记录-营销短信-通知模板",
  6976. "consumes": [
  6977. "application/json"
  6978. ],
  6979. "produces": [
  6980. "application/json"
  6981. ],
  6982. "tags": [
  6983. "消息中心"
  6984. ],
  6985. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6986. "parameters": [
  6987. {
  6988. "type": "string",
  6989. "description": "验证参数Bearer和token空格拼接",
  6990. "name": "Authorization",
  6991. "in": "header",
  6992. "required": true
  6993. }
  6994. ],
  6995. "responses": {
  6996. "200": {
  6997. "description": "具体数据",
  6998. "schema": {
  6999. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7000. }
  7001. },
  7002. "400": {
  7003. "description": "具体错误",
  7004. "schema": {
  7005. "$ref": "#/definitions/md.Response"
  7006. }
  7007. }
  7008. }
  7009. }
  7010. },
  7011. "/api/notice/aliyunSms/sale/save": {
  7012. "post": {
  7013. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7014. "consumes": [
  7015. "application/json"
  7016. ],
  7017. "produces": [
  7018. "application/json"
  7019. ],
  7020. "tags": [
  7021. "消息中心"
  7022. ],
  7023. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7024. "parameters": [
  7025. {
  7026. "type": "string",
  7027. "description": "验证参数Bearer和token空格拼接",
  7028. "name": "Authorization",
  7029. "in": "header",
  7030. "required": true
  7031. },
  7032. {
  7033. "description": "数组 把列表的数组传过来",
  7034. "name": "req",
  7035. "in": "body",
  7036. "required": true,
  7037. "schema": {
  7038. "type": "string"
  7039. }
  7040. }
  7041. ],
  7042. "responses": {
  7043. "200": {
  7044. "description": "具体数据",
  7045. "schema": {
  7046. "type": "string"
  7047. }
  7048. },
  7049. "400": {
  7050. "description": "具体错误",
  7051. "schema": {
  7052. "$ref": "#/definitions/md.Response"
  7053. }
  7054. }
  7055. }
  7056. }
  7057. },
  7058. "/api/notice/base/del": {
  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.NoticeDelReq"
  7086. }
  7087. }
  7088. ],
  7089. "responses": {
  7090. "200": {
  7091. "description": "具体数据",
  7092. "schema": {
  7093. "type": "string"
  7094. }
  7095. },
  7096. "400": {
  7097. "description": "具体错误",
  7098. "schema": {
  7099. "$ref": "#/definitions/md.Response"
  7100. }
  7101. }
  7102. }
  7103. }
  7104. },
  7105. "/api/notice/base/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.NoticeListReq"
  7133. }
  7134. }
  7135. ],
  7136. "responses": {
  7137. "200": {
  7138. "description": "具体数据",
  7139. "schema": {
  7140. "$ref": "#/definitions/md.NoticeListResp"
  7141. }
  7142. },
  7143. "400": {
  7144. "description": "具体错误",
  7145. "schema": {
  7146. "$ref": "#/definitions/md.Response"
  7147. }
  7148. }
  7149. }
  7150. }
  7151. },
  7152. "/api/notice/base/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.NoticeSaveReq"
  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/jPush/getLevelList": {
  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. "type": "integer",
  7222. "description": "每页大小",
  7223. "name": "limit",
  7224. "in": "query",
  7225. "required": true
  7226. },
  7227. {
  7228. "type": "integer",
  7229. "description": "页数",
  7230. "name": "page",
  7231. "in": "query",
  7232. "required": true
  7233. }
  7234. ],
  7235. "responses": {
  7236. "200": {
  7237. "description": "具体数据",
  7238. "schema": {
  7239. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7240. }
  7241. },
  7242. "400": {
  7243. "description": "具体错误",
  7244. "schema": {
  7245. "$ref": "#/definitions/md.Response"
  7246. }
  7247. }
  7248. }
  7249. }
  7250. },
  7251. "/api/notice/jPush/getTagList": {
  7252. "get": {
  7253. "description": "标签管理(获取)",
  7254. "consumes": [
  7255. "application/json"
  7256. ],
  7257. "produces": [
  7258. "application/json"
  7259. ],
  7260. "tags": [
  7261. "消息中心"
  7262. ],
  7263. "summary": "消息中心-基本配置-标签管理(获取)",
  7264. "parameters": [
  7265. {
  7266. "type": "string",
  7267. "description": "验证参数Bearer和token空格拼接",
  7268. "name": "Authorization",
  7269. "in": "header",
  7270. "required": true
  7271. },
  7272. {
  7273. "type": "integer",
  7274. "description": "每页大小",
  7275. "name": "limit",
  7276. "in": "query",
  7277. "required": true
  7278. },
  7279. {
  7280. "type": "integer",
  7281. "description": "页数",
  7282. "name": "page",
  7283. "in": "query",
  7284. "required": true
  7285. }
  7286. ],
  7287. "responses": {
  7288. "200": {
  7289. "description": "具体数据",
  7290. "schema": {
  7291. "$ref": "#/definitions/md.JPushGetTagListResp"
  7292. }
  7293. },
  7294. "400": {
  7295. "description": "具体错误",
  7296. "schema": {
  7297. "$ref": "#/definitions/md.Response"
  7298. }
  7299. }
  7300. }
  7301. }
  7302. },
  7303. "/api/notice/jPush/getUserList": {
  7304. "post": {
  7305. "description": "获取用户信息",
  7306. "consumes": [
  7307. "application/json"
  7308. ],
  7309. "produces": [
  7310. "application/json"
  7311. ],
  7312. "tags": [
  7313. "消息中心"
  7314. ],
  7315. "summary": "消息中心-基本配置-获取用户信息",
  7316. "parameters": [
  7317. {
  7318. "type": "string",
  7319. "description": "验证参数Bearer和token空格拼接",
  7320. "name": "Authorization",
  7321. "in": "header",
  7322. "required": true
  7323. },
  7324. {
  7325. "description": "(分页信息必填)",
  7326. "name": "req",
  7327. "in": "body",
  7328. "required": true,
  7329. "schema": {
  7330. "$ref": "#/definitions/md.JPushGetUserListReq"
  7331. }
  7332. }
  7333. ],
  7334. "responses": {
  7335. "200": {
  7336. "description": "具体数据",
  7337. "schema": {
  7338. "type": "Object"
  7339. }
  7340. },
  7341. "400": {
  7342. "description": "具体错误",
  7343. "schema": {
  7344. "$ref": "#/definitions/md.Response"
  7345. }
  7346. }
  7347. }
  7348. }
  7349. },
  7350. "/api/notice/jPush/push/list": {
  7351. "post": {
  7352. "description": "基本配置-推送记录列表",
  7353. "consumes": [
  7354. "application/json"
  7355. ],
  7356. "produces": [
  7357. "application/json"
  7358. ],
  7359. "tags": [
  7360. "消息中心"
  7361. ],
  7362. "summary": "消息中心-基本配置-推送记录列表",
  7363. "parameters": [
  7364. {
  7365. "type": "string",
  7366. "description": "验证参数Bearer和token空格拼接",
  7367. "name": "Authorization",
  7368. "in": "header",
  7369. "required": true
  7370. },
  7371. {
  7372. "description": "(分页信息必填)",
  7373. "name": "req",
  7374. "in": "body",
  7375. "required": true,
  7376. "schema": {
  7377. "$ref": "#/definitions/md.NoticeListReq"
  7378. }
  7379. }
  7380. ],
  7381. "responses": {
  7382. "200": {
  7383. "description": "具体数据",
  7384. "schema": {
  7385. "$ref": "#/definitions/md.NoticePushListResp"
  7386. }
  7387. },
  7388. "400": {
  7389. "description": "具体错误",
  7390. "schema": {
  7391. "$ref": "#/definitions/md.Response"
  7392. }
  7393. }
  7394. }
  7395. }
  7396. },
  7397. "/api/notice/jPush/push/save": {
  7398. "post": {
  7399. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7400. "consumes": [
  7401. "application/json"
  7402. ],
  7403. "produces": [
  7404. "application/json"
  7405. ],
  7406. "tags": [
  7407. "消息中心"
  7408. ],
  7409. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7410. "parameters": [
  7411. {
  7412. "type": "string",
  7413. "description": "验证参数Bearer和token空格拼接",
  7414. "name": "Authorization",
  7415. "in": "header",
  7416. "required": true
  7417. },
  7418. {
  7419. "description": "(分页信息必填)",
  7420. "name": "req",
  7421. "in": "body",
  7422. "required": true,
  7423. "schema": {
  7424. "$ref": "#/definitions/md.NoticePushSaveReq"
  7425. }
  7426. }
  7427. ],
  7428. "responses": {
  7429. "200": {
  7430. "description": "具体数据",
  7431. "schema": {
  7432. "type": "string"
  7433. }
  7434. },
  7435. "400": {
  7436. "description": "具体错误",
  7437. "schema": {
  7438. "$ref": "#/definitions/md.Response"
  7439. }
  7440. }
  7441. }
  7442. }
  7443. },
  7444. "/api/role/addAdmin": {
  7445. "post": {
  7446. "description": "权限管理-新增管理员",
  7447. "consumes": [
  7448. "application/json"
  7449. ],
  7450. "produces": [
  7451. "application/json"
  7452. ],
  7453. "tags": [
  7454. "权限管理"
  7455. ],
  7456. "summary": "新增管理员",
  7457. "parameters": [
  7458. {
  7459. "type": "string",
  7460. "description": "验证参数Bearer和token空格拼接",
  7461. "name": "Authorization",
  7462. "in": "header",
  7463. "required": true
  7464. },
  7465. {
  7466. "description": "请求参数",
  7467. "name": "args",
  7468. "in": "body",
  7469. "required": true,
  7470. "schema": {
  7471. "$ref": "#/definitions/md.AddAdminReq"
  7472. }
  7473. }
  7474. ],
  7475. "responses": {
  7476. "200": {
  7477. "description": "success",
  7478. "schema": {
  7479. "type": "string"
  7480. }
  7481. },
  7482. "400": {
  7483. "description": "具体错误",
  7484. "schema": {
  7485. "$ref": "#/definitions/md.Response"
  7486. }
  7487. }
  7488. }
  7489. }
  7490. },
  7491. "/api/role/addRole": {
  7492. "post": {
  7493. "description": "权限管理-添加角色",
  7494. "consumes": [
  7495. "application/json"
  7496. ],
  7497. "produces": [
  7498. "application/json"
  7499. ],
  7500. "tags": [
  7501. "权限管理"
  7502. ],
  7503. "summary": "添加角色",
  7504. "parameters": [
  7505. {
  7506. "type": "string",
  7507. "description": "验证参数Bearer和token空格拼接",
  7508. "name": "Authorization",
  7509. "in": "header",
  7510. "required": true
  7511. },
  7512. {
  7513. "description": "请求参数",
  7514. "name": "args",
  7515. "in": "body",
  7516. "required": true,
  7517. "schema": {
  7518. "$ref": "#/definitions/md.AddRoleReq"
  7519. }
  7520. }
  7521. ],
  7522. "responses": {
  7523. "200": {
  7524. "description": "success",
  7525. "schema": {
  7526. "type": "string"
  7527. }
  7528. },
  7529. "400": {
  7530. "description": "具体错误",
  7531. "schema": {
  7532. "$ref": "#/definitions/md.Response"
  7533. }
  7534. }
  7535. }
  7536. }
  7537. },
  7538. "/api/role/adminInfo": {
  7539. "get": {
  7540. "description": "权限管理-管理员信息",
  7541. "consumes": [
  7542. "application/json"
  7543. ],
  7544. "produces": [
  7545. "application/json"
  7546. ],
  7547. "tags": [
  7548. "权限管理"
  7549. ],
  7550. "summary": "管理员信息",
  7551. "parameters": [
  7552. {
  7553. "type": "string",
  7554. "description": "验证参数Bearer和token空格拼接",
  7555. "name": "Authorization",
  7556. "in": "header",
  7557. "required": true
  7558. },
  7559. {
  7560. "type": "string",
  7561. "description": "管理员id",
  7562. "name": "adm_id",
  7563. "in": "query",
  7564. "required": true
  7565. }
  7566. ],
  7567. "responses": {
  7568. "200": {
  7569. "description": "具体看返回内容",
  7570. "schema": {
  7571. "type": "string"
  7572. }
  7573. },
  7574. "400": {
  7575. "description": "具体错误",
  7576. "schema": {
  7577. "$ref": "#/definitions/md.Response"
  7578. }
  7579. }
  7580. }
  7581. }
  7582. },
  7583. "/api/role/adminList": {
  7584. "post": {
  7585. "description": "权限管理-管理员列表",
  7586. "consumes": [
  7587. "application/json"
  7588. ],
  7589. "produces": [
  7590. "application/json"
  7591. ],
  7592. "tags": [
  7593. "权限管理"
  7594. ],
  7595. "summary": "管理员列表",
  7596. "parameters": [
  7597. {
  7598. "type": "string",
  7599. "description": "验证参数Bearer和token空格拼接",
  7600. "name": "Authorization",
  7601. "in": "header",
  7602. "required": true
  7603. },
  7604. {
  7605. "description": "请求参数",
  7606. "name": "args",
  7607. "in": "body",
  7608. "required": true,
  7609. "schema": {
  7610. "$ref": "#/definitions/md.AdminListReq"
  7611. }
  7612. }
  7613. ],
  7614. "responses": {
  7615. "200": {
  7616. "description": "具体看返回内容",
  7617. "schema": {
  7618. "type": "string"
  7619. }
  7620. },
  7621. "400": {
  7622. "description": "具体错误",
  7623. "schema": {
  7624. "$ref": "#/definitions/md.Response"
  7625. }
  7626. }
  7627. }
  7628. }
  7629. },
  7630. "/api/role/bindAdminRole": {
  7631. "post": {
  7632. "description": "权限管理-管理员绑定角色",
  7633. "consumes": [
  7634. "application/json"
  7635. ],
  7636. "produces": [
  7637. "application/json"
  7638. ],
  7639. "tags": [
  7640. "权限管理"
  7641. ],
  7642. "summary": "管理员绑定角色",
  7643. "parameters": [
  7644. {
  7645. "type": "string",
  7646. "description": "验证参数Bearer和token空格拼接",
  7647. "name": "Authorization",
  7648. "in": "header",
  7649. "required": true
  7650. },
  7651. {
  7652. "description": "请求参数",
  7653. "name": "args",
  7654. "in": "body",
  7655. "required": true,
  7656. "schema": {
  7657. "$ref": "#/definitions/md.BindAdminRoleReq"
  7658. }
  7659. }
  7660. ],
  7661. "responses": {
  7662. "200": {
  7663. "description": "success",
  7664. "schema": {
  7665. "type": "string"
  7666. }
  7667. },
  7668. "400": {
  7669. "description": "具体错误",
  7670. "schema": {
  7671. "$ref": "#/definitions/md.Response"
  7672. }
  7673. }
  7674. }
  7675. }
  7676. },
  7677. "/api/role/deleteAdmin/{$adm_id}": {
  7678. "delete": {
  7679. "description": "权限管理-删除管理员",
  7680. "consumes": [
  7681. "application/json"
  7682. ],
  7683. "produces": [
  7684. "application/json"
  7685. ],
  7686. "tags": [
  7687. "权限管理"
  7688. ],
  7689. "summary": "删除管理员",
  7690. "parameters": [
  7691. {
  7692. "type": "string",
  7693. "description": "验证参数Bearer和token空格拼接",
  7694. "name": "Authorization",
  7695. "in": "header",
  7696. "required": true
  7697. }
  7698. ],
  7699. "responses": {
  7700. "200": {
  7701. "description": "success",
  7702. "schema": {
  7703. "type": "string"
  7704. }
  7705. },
  7706. "400": {
  7707. "description": "具体错误",
  7708. "schema": {
  7709. "$ref": "#/definitions/md.Response"
  7710. }
  7711. }
  7712. }
  7713. }
  7714. },
  7715. "/api/role/deleteRole/{$id}": {
  7716. "delete": {
  7717. "description": "权限管理-删除角色",
  7718. "consumes": [
  7719. "application/json"
  7720. ],
  7721. "produces": [
  7722. "application/json"
  7723. ],
  7724. "tags": [
  7725. "权限管理"
  7726. ],
  7727. "summary": "删除角色",
  7728. "parameters": [
  7729. {
  7730. "type": "string",
  7731. "description": "验证参数Bearer和token空格拼接",
  7732. "name": "Authorization",
  7733. "in": "header",
  7734. "required": true
  7735. },
  7736. {
  7737. "description": "请求参数",
  7738. "name": "args",
  7739. "in": "body",
  7740. "required": true,
  7741. "schema": {
  7742. "$ref": "#/definitions/md.UpdateRoleStateReq"
  7743. }
  7744. }
  7745. ],
  7746. "responses": {
  7747. "200": {
  7748. "description": "success",
  7749. "schema": {
  7750. "type": "string"
  7751. }
  7752. },
  7753. "400": {
  7754. "description": "具体错误",
  7755. "schema": {
  7756. "$ref": "#/definitions/md.Response"
  7757. }
  7758. }
  7759. }
  7760. }
  7761. },
  7762. "/api/role/permissionGroupList": {
  7763. "get": {
  7764. "description": "权限管理-权限组列表",
  7765. "consumes": [
  7766. "application/json"
  7767. ],
  7768. "produces": [
  7769. "application/json"
  7770. ],
  7771. "tags": [
  7772. "权限管理"
  7773. ],
  7774. "summary": "权限组列表",
  7775. "parameters": [
  7776. {
  7777. "type": "string",
  7778. "description": "验证参数Bearer和token空格拼接",
  7779. "name": "Authorization",
  7780. "in": "header",
  7781. "required": true
  7782. },
  7783. {
  7784. "type": "string",
  7785. "description": "管理员id",
  7786. "name": "adm_id",
  7787. "in": "query",
  7788. "required": true
  7789. }
  7790. ],
  7791. "responses": {
  7792. "200": {
  7793. "description": "具体看返回内容",
  7794. "schema": {
  7795. "type": "string"
  7796. }
  7797. },
  7798. "400": {
  7799. "description": "具体错误",
  7800. "schema": {
  7801. "$ref": "#/definitions/md.Response"
  7802. }
  7803. }
  7804. }
  7805. }
  7806. },
  7807. "/api/role/roleBindPermissionGroup": {
  7808. "post": {
  7809. "description": "权限管理-角色绑定权限组",
  7810. "consumes": [
  7811. "application/json"
  7812. ],
  7813. "produces": [
  7814. "application/json"
  7815. ],
  7816. "tags": [
  7817. "权限管理"
  7818. ],
  7819. "summary": "角色绑定权限组",
  7820. "parameters": [
  7821. {
  7822. "type": "string",
  7823. "description": "验证参数Bearer和token空格拼接",
  7824. "name": "Authorization",
  7825. "in": "header",
  7826. "required": true
  7827. },
  7828. {
  7829. "description": "请求参数",
  7830. "name": "args",
  7831. "in": "body",
  7832. "required": true,
  7833. "schema": {
  7834. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  7835. }
  7836. }
  7837. ],
  7838. "responses": {
  7839. "200": {
  7840. "description": "success",
  7841. "schema": {
  7842. "type": "string"
  7843. }
  7844. },
  7845. "400": {
  7846. "description": "具体错误",
  7847. "schema": {
  7848. "$ref": "#/definitions/md.Response"
  7849. }
  7850. }
  7851. }
  7852. }
  7853. },
  7854. "/api/role/roleList": {
  7855. "get": {
  7856. "description": "权限管理-角色列表",
  7857. "consumes": [
  7858. "application/json"
  7859. ],
  7860. "produces": [
  7861. "application/json"
  7862. ],
  7863. "tags": [
  7864. "权限管理"
  7865. ],
  7866. "summary": "角色列表",
  7867. "parameters": [
  7868. {
  7869. "type": "string",
  7870. "description": "验证参数Bearer和token空格拼接",
  7871. "name": "Authorization",
  7872. "in": "header",
  7873. "required": true
  7874. }
  7875. ],
  7876. "responses": {
  7877. "200": {
  7878. "description": "具体看返回内容",
  7879. "schema": {
  7880. "type": "string"
  7881. }
  7882. },
  7883. "400": {
  7884. "description": "具体错误",
  7885. "schema": {
  7886. "$ref": "#/definitions/md.Response"
  7887. }
  7888. }
  7889. }
  7890. }
  7891. },
  7892. "/api/role/updateAdmin": {
  7893. "post": {
  7894. "description": "权限管理-修改管理员信息",
  7895. "consumes": [
  7896. "application/json"
  7897. ],
  7898. "produces": [
  7899. "application/json"
  7900. ],
  7901. "tags": [
  7902. "权限管理"
  7903. ],
  7904. "summary": "修改管理员信息",
  7905. "parameters": [
  7906. {
  7907. "type": "string",
  7908. "description": "验证参数Bearer和token空格拼接",
  7909. "name": "Authorization",
  7910. "in": "header",
  7911. "required": true
  7912. },
  7913. {
  7914. "description": "请求参数",
  7915. "name": "args",
  7916. "in": "body",
  7917. "required": true,
  7918. "schema": {
  7919. "$ref": "#/definitions/md.UpdateAdminReq"
  7920. }
  7921. }
  7922. ],
  7923. "responses": {
  7924. "200": {
  7925. "description": "success",
  7926. "schema": {
  7927. "type": "string"
  7928. }
  7929. },
  7930. "400": {
  7931. "description": "具体错误",
  7932. "schema": {
  7933. "$ref": "#/definitions/md.Response"
  7934. }
  7935. }
  7936. }
  7937. }
  7938. },
  7939. "/api/role/updateAdminState": {
  7940. "post": {
  7941. "description": "权限管理-修改管理员状态",
  7942. "consumes": [
  7943. "application/json"
  7944. ],
  7945. "produces": [
  7946. "application/json"
  7947. ],
  7948. "tags": [
  7949. "权限管理"
  7950. ],
  7951. "summary": "修改管理员状态",
  7952. "parameters": [
  7953. {
  7954. "type": "string",
  7955. "description": "验证参数Bearer和token空格拼接",
  7956. "name": "Authorization",
  7957. "in": "header",
  7958. "required": true
  7959. },
  7960. {
  7961. "description": "请求参数",
  7962. "name": "args",
  7963. "in": "body",
  7964. "required": true,
  7965. "schema": {
  7966. "$ref": "#/definitions/md.UpdateAdminStateReq"
  7967. }
  7968. }
  7969. ],
  7970. "responses": {
  7971. "200": {
  7972. "description": "success",
  7973. "schema": {
  7974. "type": "string"
  7975. }
  7976. },
  7977. "400": {
  7978. "description": "具体错误",
  7979. "schema": {
  7980. "$ref": "#/definitions/md.Response"
  7981. }
  7982. }
  7983. }
  7984. }
  7985. },
  7986. "/api/role/updateRole": {
  7987. "post": {
  7988. "description": "权限管理-修改角色",
  7989. "consumes": [
  7990. "application/json"
  7991. ],
  7992. "produces": [
  7993. "application/json"
  7994. ],
  7995. "tags": [
  7996. "权限管理"
  7997. ],
  7998. "summary": "修改角色",
  7999. "parameters": [
  8000. {
  8001. "type": "string",
  8002. "description": "验证参数Bearer和token空格拼接",
  8003. "name": "Authorization",
  8004. "in": "header",
  8005. "required": true
  8006. },
  8007. {
  8008. "description": "请求参数",
  8009. "name": "args",
  8010. "in": "body",
  8011. "required": true,
  8012. "schema": {
  8013. "$ref": "#/definitions/md.UpdateRoleReq"
  8014. }
  8015. }
  8016. ],
  8017. "responses": {
  8018. "200": {
  8019. "description": "success",
  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/updateRoleState": {
  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.UpdateRoleStateReq"
  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/settCenter/oss/aliYun/getBasic": {
  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. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8107. }
  8108. },
  8109. "400": {
  8110. "description": "具体错误",
  8111. "schema": {
  8112. "$ref": "#/definitions/md.Response"
  8113. }
  8114. }
  8115. }
  8116. }
  8117. },
  8118. "/api/settCenter/oss/aliYun/setBasic": {
  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": "req",
  8142. "in": "body",
  8143. "required": true,
  8144. "schema": {
  8145. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  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/settCenter/web/getBasic": {
  8166. "get": {
  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. "responses": {
  8188. "200": {
  8189. "description": "设置列表",
  8190. "schema": {
  8191. "$ref": "#/definitions/setCenter.WebBasicResp"
  8192. }
  8193. },
  8194. "400": {
  8195. "description": "具体错误",
  8196. "schema": {
  8197. "$ref": "#/definitions/md.Response"
  8198. }
  8199. }
  8200. }
  8201. }
  8202. },
  8203. "/api/settCenter/web/setBasic": {
  8204. "post": {
  8205. "description": "基本设置(更新)",
  8206. "consumes": [
  8207. "application/json"
  8208. ],
  8209. "produces": [
  8210. "application/json"
  8211. ],
  8212. "tags": [
  8213. "基础设置"
  8214. ],
  8215. "summary": "基础设置-网站信息-基本设置(更新)",
  8216. "parameters": [
  8217. {
  8218. "type": "string",
  8219. "description": "验证参数Bearer和token空格拼接",
  8220. "name": "Authorization",
  8221. "in": "header",
  8222. "required": true
  8223. },
  8224. {
  8225. "description": "上传需要修改的信息",
  8226. "name": "req",
  8227. "in": "body",
  8228. "required": true,
  8229. "schema": {
  8230. "$ref": "#/definitions/setCenter.WebBasicReq"
  8231. }
  8232. }
  8233. ],
  8234. "responses": {
  8235. "200": {
  8236. "description": "success",
  8237. "schema": {
  8238. "type": "string"
  8239. }
  8240. },
  8241. "400": {
  8242. "description": "具体错误",
  8243. "schema": {
  8244. "$ref": "#/definitions/md.Response"
  8245. }
  8246. }
  8247. }
  8248. }
  8249. },
  8250. "/api/userFeedback/cate/list": {
  8251. "post": {
  8252. "description": "分类列表",
  8253. "consumes": [
  8254. "application/json"
  8255. ],
  8256. "produces": [
  8257. "application/json"
  8258. ],
  8259. "tags": [
  8260. "消息中心"
  8261. ],
  8262. "summary": "反馈列表-分类列表",
  8263. "parameters": [
  8264. {
  8265. "type": "string",
  8266. "description": "验证参数Bearer和token空格拼接",
  8267. "name": "Authorization",
  8268. "in": "header",
  8269. "required": true
  8270. },
  8271. {
  8272. "description": "(分页信息必填)",
  8273. "name": "req",
  8274. "in": "body",
  8275. "required": true,
  8276. "schema": {
  8277. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8278. }
  8279. }
  8280. ],
  8281. "responses": {
  8282. "200": {
  8283. "description": "具体数据",
  8284. "schema": {
  8285. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8286. }
  8287. },
  8288. "400": {
  8289. "description": "具体错误",
  8290. "schema": {
  8291. "$ref": "#/definitions/md.Response"
  8292. }
  8293. }
  8294. }
  8295. }
  8296. },
  8297. "/api/userFeedback/content/change/state": {
  8298. "post": {
  8299. "description": "反馈列表-修改状态",
  8300. "consumes": [
  8301. "application/json"
  8302. ],
  8303. "produces": [
  8304. "application/json"
  8305. ],
  8306. "tags": [
  8307. "消息中心"
  8308. ],
  8309. "summary": "用户反馈-反馈列表-修改状态",
  8310. "parameters": [
  8311. {
  8312. "type": "string",
  8313. "description": "验证参数Bearer和token空格拼接",
  8314. "name": "Authorization",
  8315. "in": "header",
  8316. "required": true
  8317. },
  8318. {
  8319. "description": "(分页信息必填)",
  8320. "name": "req",
  8321. "in": "body",
  8322. "required": true,
  8323. "schema": {
  8324. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8325. }
  8326. }
  8327. ],
  8328. "responses": {
  8329. "200": {
  8330. "description": "具体数据",
  8331. "schema": {
  8332. "type": "string"
  8333. }
  8334. },
  8335. "400": {
  8336. "description": "具体错误",
  8337. "schema": {
  8338. "$ref": "#/definitions/md.Response"
  8339. }
  8340. }
  8341. }
  8342. }
  8343. },
  8344. "/api/userFeedback/content/del": {
  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/md.UserFeedbackDelReq"
  8372. }
  8373. }
  8374. ],
  8375. "responses": {
  8376. "200": {
  8377. "description": "具体数据",
  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/userFeedback/content/list": {
  8392. "post": {
  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. "description": "(分页信息必填)",
  8414. "name": "req",
  8415. "in": "body",
  8416. "required": true,
  8417. "schema": {
  8418. "$ref": "#/definitions/md.UserFeedbackListReq"
  8419. }
  8420. }
  8421. ],
  8422. "responses": {
  8423. "200": {
  8424. "description": "具体数据",
  8425. "schema": {
  8426. "$ref": "#/definitions/md.UserFeedbackListResp"
  8427. }
  8428. },
  8429. "400": {
  8430. "description": "具体错误",
  8431. "schema": {
  8432. "$ref": "#/definitions/md.Response"
  8433. }
  8434. }
  8435. }
  8436. }
  8437. },
  8438. "/api/userFeedback/content/record/list": {
  8439. "post": {
  8440. "description": "反馈列表-沟通记录",
  8441. "consumes": [
  8442. "application/json"
  8443. ],
  8444. "produces": [
  8445. "application/json"
  8446. ],
  8447. "tags": [
  8448. "消息中心"
  8449. ],
  8450. "summary": "用户反馈-反馈列表-沟通记录",
  8451. "parameters": [
  8452. {
  8453. "type": "string",
  8454. "description": "验证参数Bearer和token空格拼接",
  8455. "name": "Authorization",
  8456. "in": "header",
  8457. "required": true
  8458. },
  8459. {
  8460. "description": "(分页信息必填)",
  8461. "name": "req",
  8462. "in": "body",
  8463. "required": true,
  8464. "schema": {
  8465. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8466. }
  8467. }
  8468. ],
  8469. "responses": {
  8470. "200": {
  8471. "description": "具体数据",
  8472. "schema": {
  8473. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8474. }
  8475. },
  8476. "400": {
  8477. "description": "具体错误",
  8478. "schema": {
  8479. "$ref": "#/definitions/md.Response"
  8480. }
  8481. }
  8482. }
  8483. }
  8484. },
  8485. "/api/userFeedback/content/say": {
  8486. "post": {
  8487. "description": "反馈列表-沟通发送",
  8488. "consumes": [
  8489. "application/json"
  8490. ],
  8491. "produces": [
  8492. "application/json"
  8493. ],
  8494. "tags": [
  8495. "消息中心"
  8496. ],
  8497. "summary": "用户反馈-反馈列表-沟通发送",
  8498. "parameters": [
  8499. {
  8500. "type": "string",
  8501. "description": "验证参数Bearer和token空格拼接",
  8502. "name": "Authorization",
  8503. "in": "header",
  8504. "required": true
  8505. },
  8506. {
  8507. "description": "(分页信息必填)",
  8508. "name": "req",
  8509. "in": "body",
  8510. "required": true,
  8511. "schema": {
  8512. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8513. }
  8514. }
  8515. ],
  8516. "responses": {
  8517. "200": {
  8518. "description": "具体数据",
  8519. "schema": {
  8520. "type": "string"
  8521. }
  8522. },
  8523. "400": {
  8524. "description": "具体错误",
  8525. "schema": {
  8526. "$ref": "#/definitions/md.Response"
  8527. }
  8528. }
  8529. }
  8530. }
  8531. },
  8532. "/api/userRealName/base": {
  8533. "get": {
  8534. "description": "基本设置-实名认证",
  8535. "consumes": [
  8536. "application/json"
  8537. ],
  8538. "produces": [
  8539. "application/json"
  8540. ],
  8541. "tags": [
  8542. "基本设置"
  8543. ],
  8544. "summary": "基本设置-实名认证-基本配置",
  8545. "parameters": [
  8546. {
  8547. "type": "string",
  8548. "description": "验证参数Bearer和token空格拼接",
  8549. "name": "Authorization",
  8550. "in": "header",
  8551. "required": true
  8552. }
  8553. ],
  8554. "responses": {
  8555. "200": {
  8556. "description": "具体数据",
  8557. "schema": {
  8558. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8559. }
  8560. },
  8561. "400": {
  8562. "description": "具体错误",
  8563. "schema": {
  8564. "$ref": "#/definitions/md.Response"
  8565. }
  8566. }
  8567. }
  8568. }
  8569. },
  8570. "/api/userRealName/base/save": {
  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.UserRealNameBaseResp"
  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/userRealName/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.UserRealNameReq"
  8645. }
  8646. }
  8647. ],
  8648. "responses": {
  8649. "200": {
  8650. "description": "具体数据",
  8651. "schema": {
  8652. "$ref": "#/definitions/md.UserRealNameResp"
  8653. }
  8654. },
  8655. "400": {
  8656. "description": "具体错误",
  8657. "schema": {
  8658. "$ref": "#/definitions/md.Response"
  8659. }
  8660. }
  8661. }
  8662. }
  8663. },
  8664. "/api/userRealName/save": {
  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.UserRealNameSaveReq"
  8692. }
  8693. }
  8694. ],
  8695. "responses": {
  8696. "200": {
  8697. "description": "具体数据",
  8698. "schema": {
  8699. "type": "string"
  8700. }
  8701. },
  8702. "400": {
  8703. "description": "具体错误",
  8704. "schema": {
  8705. "$ref": "#/definitions/md.Response"
  8706. }
  8707. }
  8708. }
  8709. }
  8710. },
  8711. "/api/user_feedback/cate/del": {
  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.UserFeedbackCateDelReq"
  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/user_feedback/cate/save": {
  8759. "post": {
  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. "description": "(分页信息必填)",
  8781. "name": "req",
  8782. "in": "body",
  8783. "required": true,
  8784. "schema": {
  8785. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  8786. }
  8787. }
  8788. ],
  8789. "responses": {
  8790. "200": {
  8791. "description": "具体数据",
  8792. "schema": {
  8793. "type": "string"
  8794. }
  8795. },
  8796. "400": {
  8797. "description": "具体错误",
  8798. "schema": {
  8799. "$ref": "#/definitions/md.Response"
  8800. }
  8801. }
  8802. }
  8803. }
  8804. },
  8805. "/api/website/certificate": {
  8806. "post": {
  8807. "description": "证书查询",
  8808. "consumes": [
  8809. "application/json"
  8810. ],
  8811. "produces": [
  8812. "application/json"
  8813. ],
  8814. "tags": [
  8815. "官网"
  8816. ],
  8817. "summary": "证书查询",
  8818. "parameters": [
  8819. {
  8820. "type": "string",
  8821. "description": "验证参数Bearer和token空格拼接",
  8822. "name": "Authorization",
  8823. "in": "header",
  8824. "required": true
  8825. },
  8826. {
  8827. "description": "(分页信息必填)",
  8828. "name": "req",
  8829. "in": "body",
  8830. "required": true,
  8831. "schema": {
  8832. "$ref": "#/definitions/md.CertificateReq"
  8833. }
  8834. }
  8835. ],
  8836. "responses": {
  8837. "200": {
  8838. "description": "具体数据",
  8839. "schema": {
  8840. "$ref": "#/definitions/md.CertificateResp"
  8841. }
  8842. },
  8843. "400": {
  8844. "description": "具体错误",
  8845. "schema": {
  8846. "$ref": "#/definitions/md.Response"
  8847. }
  8848. }
  8849. }
  8850. }
  8851. },
  8852. "/api/website/getModuleSetting": {
  8853. "get": {
  8854. "description": "页面样式",
  8855. "consumes": [
  8856. "application/json"
  8857. ],
  8858. "produces": [
  8859. "application/json"
  8860. ],
  8861. "tags": [
  8862. "官网"
  8863. ],
  8864. "summary": "页面样式",
  8865. "parameters": [
  8866. {
  8867. "type": "string",
  8868. "description": "验证参数Bearer和token空格拼接",
  8869. "name": "Authorization",
  8870. "in": "header",
  8871. "required": true
  8872. },
  8873. {
  8874. "type": "string",
  8875. "description": "页面名称类型值(15:官网 联系我们)",
  8876. "name": "mod_name_value",
  8877. "in": "query",
  8878. "required": true
  8879. }
  8880. ],
  8881. "responses": {
  8882. "200": {
  8883. "description": "具体数据",
  8884. "schema": {
  8885. "$ref": "#/definitions/md.GetModuleSettingResp"
  8886. }
  8887. },
  8888. "400": {
  8889. "description": "具体错误",
  8890. "schema": {
  8891. "$ref": "#/definitions/md.Response"
  8892. }
  8893. }
  8894. }
  8895. }
  8896. },
  8897. "/api/website/info": {
  8898. "get": {
  8899. "description": "官网-基本信息",
  8900. "consumes": [
  8901. "application/json"
  8902. ],
  8903. "produces": [
  8904. "application/json"
  8905. ],
  8906. "tags": [
  8907. "官网"
  8908. ],
  8909. "summary": "官网-基本信息",
  8910. "parameters": [
  8911. {
  8912. "type": "string",
  8913. "description": "验证参数Bearer和token空格拼接",
  8914. "name": "Authorization",
  8915. "in": "header",
  8916. "required": true
  8917. }
  8918. ],
  8919. "responses": {
  8920. "200": {
  8921. "description": "具体数据",
  8922. "schema": {
  8923. "$ref": "#/definitions/md.WebsiteInfoResp"
  8924. }
  8925. },
  8926. "400": {
  8927. "description": "具体错误",
  8928. "schema": {
  8929. "$ref": "#/definitions/md.Response"
  8930. }
  8931. }
  8932. }
  8933. }
  8934. }
  8935. },
  8936. "definitions": {
  8937. "applet_app_md.Paginate": {
  8938. "type": "object",
  8939. "properties": {
  8940. "limit": {
  8941. "description": "每页大小",
  8942. "type": "integer"
  8943. },
  8944. "page": {
  8945. "description": "页数",
  8946. "type": "integer"
  8947. },
  8948. "total": {
  8949. "description": "总数据量",
  8950. "type": "integer"
  8951. }
  8952. }
  8953. },
  8954. "applet_app_md_financial_center.Paginate": {
  8955. "type": "object",
  8956. "properties": {
  8957. "limit": {
  8958. "description": "每页大小",
  8959. "type": "integer"
  8960. },
  8961. "page": {
  8962. "description": "页数",
  8963. "type": "integer"
  8964. },
  8965. "total": {
  8966. "description": "总数据量",
  8967. "type": "integer"
  8968. }
  8969. }
  8970. },
  8971. "applet_app_md_financial_center.TagNode": {
  8972. "type": "object",
  8973. "properties": {
  8974. "tag_id": {
  8975. "type": "integer"
  8976. },
  8977. "tag_name": {
  8978. "type": "string"
  8979. }
  8980. }
  8981. },
  8982. "applet_app_md_friend_circle.Paginate": {
  8983. "type": "object",
  8984. "properties": {
  8985. "limit": {
  8986. "description": "每页大小",
  8987. "type": "integer"
  8988. },
  8989. "page": {
  8990. "description": "页数",
  8991. "type": "integer"
  8992. },
  8993. "total": {
  8994. "description": "总数据量",
  8995. "type": "integer"
  8996. }
  8997. }
  8998. },
  8999. "applet_app_md_im.GetBasicResp": {
  9000. "type": "object",
  9001. "properties": {
  9002. "chat_sensitive_words": {
  9003. "type": "string",
  9004. "example": "聊天敏感词"
  9005. },
  9006. "is_allow_add_friends": {
  9007. "type": "string",
  9008. "example": "是否允许加好友"
  9009. },
  9010. "is_auto_add_friends": {
  9011. "type": "string",
  9012. "example": "是否自动加好友"
  9013. },
  9014. "prohibit_add_group_members": {
  9015. "type": "string",
  9016. "example": "是否禁止添加群成员"
  9017. },
  9018. "prohibit_remove_group_members": {
  9019. "type": "string",
  9020. "example": "是否禁止移出群成员"
  9021. },
  9022. "prohibit_update_group_name": {
  9023. "type": "string",
  9024. "example": "是否禁止修改群名称"
  9025. }
  9026. }
  9027. },
  9028. "applet_app_md_im.SetBasicReq": {
  9029. "type": "object",
  9030. "properties": {
  9031. "chat_sensitive_words": {
  9032. "type": "string",
  9033. "example": "聊天敏感词"
  9034. },
  9035. "is_allow_add_friends": {
  9036. "type": "string",
  9037. "example": "是否允许加好友"
  9038. },
  9039. "is_auto_add_friends": {
  9040. "type": "string",
  9041. "example": "是否自动加好友"
  9042. },
  9043. "prohibit_add_group_members": {
  9044. "type": "string",
  9045. "example": "是否禁止添加群成员"
  9046. },
  9047. "prohibit_remove_group_members": {
  9048. "type": "string",
  9049. "example": "是否禁止移出群成员"
  9050. },
  9051. "prohibit_update_group_name": {
  9052. "type": "string",
  9053. "example": "是否禁止修改群名称"
  9054. }
  9055. }
  9056. },
  9057. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9058. "type": "object",
  9059. "properties": {
  9060. "direct_push_reward": {
  9061. "description": "直推奖励",
  9062. "allOf": [
  9063. {
  9064. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9065. }
  9066. ]
  9067. },
  9068. "is_open": {
  9069. "description": "是否开启(1:开启 0:关闭)",
  9070. "type": "integer"
  9071. },
  9072. "person_egg_energy_coin_id": {
  9073. "description": "个人蛋蛋能量对应虚拟币 id",
  9074. "type": "integer"
  9075. },
  9076. "person_egg_points_coin_id": {
  9077. "description": "个人蛋蛋积分对应虚拟币 id",
  9078. "type": "integer"
  9079. },
  9080. "team_egg_energy_coin_id": {
  9081. "description": "团队蛋蛋能量对应虚拟币 id",
  9082. "type": "integer"
  9083. },
  9084. "team_egg_points_coin_id": {
  9085. "description": "团队蛋蛋积分对应虚拟币 id",
  9086. "type": "integer"
  9087. }
  9088. }
  9089. },
  9090. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9091. "type": "object",
  9092. "properties": {
  9093. "limit": {
  9094. "description": "每页大小",
  9095. "type": "integer"
  9096. },
  9097. "page": {
  9098. "description": "页数",
  9099. "type": "integer"
  9100. },
  9101. "total": {
  9102. "description": "总数据量",
  9103. "type": "integer"
  9104. }
  9105. }
  9106. },
  9107. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9108. "type": "object",
  9109. "properties": {
  9110. "id": {
  9111. "type": "integer"
  9112. },
  9113. "is_open": {
  9114. "description": "是否开启(1:开启 0:关闭)",
  9115. "type": "integer"
  9116. },
  9117. "is_self_active_get_team_revenue": {
  9118. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9119. "type": "integer"
  9120. },
  9121. "originator_uid": {
  9122. "description": "创始人uid",
  9123. "type": "integer"
  9124. },
  9125. "several_rows": {
  9126. "description": "几排",
  9127. "type": "integer"
  9128. },
  9129. "several_times": {
  9130. "description": "几乘",
  9131. "type": "integer"
  9132. },
  9133. "system_punish_replace": {
  9134. "description": "是否位置滑落 被新用户替换 0否 1是",
  9135. "type": "integer"
  9136. },
  9137. "system_punish_replace_value": {
  9138. "description": "xx天未活跃,处罚滑落",
  9139. "type": "integer"
  9140. }
  9141. }
  9142. },
  9143. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9144. "type": "object",
  9145. "properties": {
  9146. "limit": {
  9147. "description": "每页大小",
  9148. "type": "integer"
  9149. },
  9150. "page": {
  9151. "description": "页数",
  9152. "type": "integer"
  9153. },
  9154. "total": {
  9155. "description": "总数据量",
  9156. "type": "integer"
  9157. }
  9158. }
  9159. },
  9160. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9161. "type": "object",
  9162. "properties": {
  9163. "limit": {
  9164. "type": "integer"
  9165. },
  9166. "page": {
  9167. "type": "integer"
  9168. },
  9169. "total": {
  9170. "type": "integer"
  9171. }
  9172. }
  9173. },
  9174. "applet_app_md_member_center.Paginate": {
  9175. "type": "object",
  9176. "properties": {
  9177. "limit": {
  9178. "description": "每页大小",
  9179. "type": "integer"
  9180. },
  9181. "page": {
  9182. "description": "页数",
  9183. "type": "integer"
  9184. },
  9185. "total": {
  9186. "description": "总数据量",
  9187. "type": "integer"
  9188. }
  9189. }
  9190. },
  9191. "applet_app_md_member_center.TagNode": {
  9192. "type": "object",
  9193. "properties": {
  9194. "tag_id": {
  9195. "description": "标签 ID",
  9196. "type": "integer"
  9197. },
  9198. "tag_name": {
  9199. "description": "标签名称",
  9200. "type": "string"
  9201. }
  9202. }
  9203. },
  9204. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9205. "type": "object",
  9206. "properties": {
  9207. "oss_access_key_id": {
  9208. "type": "string",
  9209. "example": "oss访问秘钥id"
  9210. },
  9211. "oss_access_key_secret": {
  9212. "type": "string",
  9213. "example": "oss访问秘钥"
  9214. },
  9215. "oss_assume_arn": {
  9216. "type": "string",
  9217. "example": "oss RAM角色ARN"
  9218. },
  9219. "oss_assume_role_access_key_id": {
  9220. "type": "string",
  9221. "example": "oss RAM角色访问秘钥id"
  9222. },
  9223. "oss_assume_role_access_key_secret": {
  9224. "type": "string",
  9225. "example": "oss RAM角色访问秘钥"
  9226. },
  9227. "oss_bucket_name": {
  9228. "type": "string",
  9229. "example": "oss存储桶名称"
  9230. },
  9231. "oss_bucket_scheme": {
  9232. "type": "string",
  9233. "example": "oss上传方式"
  9234. },
  9235. "oss_endpoint": {
  9236. "type": "string",
  9237. "example": "oss地域节点"
  9238. },
  9239. "oss_object_domain": {
  9240. "type": "string",
  9241. "example": "oss域名"
  9242. },
  9243. "oss_option": {
  9244. "type": "string",
  9245. "example": "oss上传文件类型选项,以逗号分割"
  9246. }
  9247. }
  9248. },
  9249. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9250. "type": "object",
  9251. "properties": {
  9252. "oss_access_key_id": {
  9253. "type": "string",
  9254. "example": "oss访问秘钥id"
  9255. },
  9256. "oss_access_key_secret": {
  9257. "type": "string",
  9258. "example": "oss访问秘钥"
  9259. },
  9260. "oss_assume_arn": {
  9261. "type": "string",
  9262. "example": "oss RAM角色ARN"
  9263. },
  9264. "oss_assume_role_access_key_id": {
  9265. "type": "string",
  9266. "example": "oss RAM角色访问秘钥id"
  9267. },
  9268. "oss_assume_role_access_key_secret": {
  9269. "type": "string",
  9270. "example": "oss RAM角色访问秘钥"
  9271. },
  9272. "oss_bucket_name": {
  9273. "type": "string",
  9274. "example": "oss存储桶名称"
  9275. },
  9276. "oss_bucket_scheme": {
  9277. "type": "string",
  9278. "example": "oss上传方式"
  9279. },
  9280. "oss_endpoint": {
  9281. "type": "string",
  9282. "example": "oss地域节点"
  9283. },
  9284. "oss_object_domain": {
  9285. "type": "string",
  9286. "example": "oss域名"
  9287. },
  9288. "oss_option": {
  9289. "type": "string",
  9290. "example": "oss上传文件类型选项,以逗号分割"
  9291. }
  9292. }
  9293. },
  9294. "client.AssumeRoleResponseBodyCredentials": {
  9295. "type": "object",
  9296. "properties": {
  9297. "AccessKeyId": {
  9298. "description": "The AccessKey ID.",
  9299. "type": "string"
  9300. },
  9301. "AccessKeySecret": {
  9302. "description": "The AccessKey secret.",
  9303. "type": "string"
  9304. },
  9305. "Expiration": {
  9306. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9307. "type": "string"
  9308. },
  9309. "SecurityToken": {
  9310. "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.",
  9311. "type": "string"
  9312. }
  9313. }
  9314. },
  9315. "comm.GetAdminInfoResp": {
  9316. "type": "object",
  9317. "properties": {
  9318. "adm_id": {
  9319. "description": "管理员id",
  9320. "type": "integer"
  9321. },
  9322. "is_super_administrator": {
  9323. "description": "是否为超级管理员(0:否 1:是)",
  9324. "type": "integer"
  9325. },
  9326. "memo": {
  9327. "description": "备注信息",
  9328. "type": "string"
  9329. },
  9330. "state": {
  9331. "description": "状态(1:正常 2:冻结)",
  9332. "type": "integer"
  9333. },
  9334. "username": {
  9335. "description": "用户名",
  9336. "type": "string"
  9337. }
  9338. }
  9339. },
  9340. "comm.GetSTSVoucherResp": {
  9341. "type": "object",
  9342. "properties": {
  9343. "bucket": {
  9344. "description": "oss 桶名称",
  9345. "type": "string"
  9346. },
  9347. "region": {
  9348. "description": "所在地域",
  9349. "type": "string"
  9350. },
  9351. "sts_token": {
  9352. "description": "STS 凭证",
  9353. "allOf": [
  9354. {
  9355. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  9356. }
  9357. ]
  9358. }
  9359. }
  9360. },
  9361. "comm.ImgReqUploadReq": {
  9362. "type": "object",
  9363. "required": [
  9364. "content_type",
  9365. "file_name"
  9366. ],
  9367. "properties": {
  9368. "content_type": {
  9369. "type": "string",
  9370. "example": "image/jpeg"
  9371. },
  9372. "file_name": {
  9373. "type": "string",
  9374. "example": "文件名"
  9375. }
  9376. }
  9377. },
  9378. "hdl.GetActiveDataResp": {
  9379. "type": "object",
  9380. "properties": {
  9381. "today": {
  9382. "description": "今日数据",
  9383. "allOf": [
  9384. {
  9385. "$ref": "#/definitions/model.PlatformActiveData"
  9386. }
  9387. ]
  9388. },
  9389. "yesterday": {
  9390. "description": "昨日数据",
  9391. "allOf": [
  9392. {
  9393. "$ref": "#/definitions/model.PlatformActiveData"
  9394. }
  9395. ]
  9396. }
  9397. }
  9398. },
  9399. "hdl.TotalDataResp": {
  9400. "type": "object",
  9401. "properties": {
  9402. "month": {
  9403. "description": "月份",
  9404. "type": "string"
  9405. },
  9406. "no_sign_in_user_count": {
  9407. "description": "未签到用户数",
  9408. "type": "integer"
  9409. },
  9410. "total_user_count": {
  9411. "description": "平台总用户数",
  9412. "type": "integer"
  9413. },
  9414. "total_withdraw_amount": {
  9415. "description": "已提现累计金额",
  9416. "type": "string"
  9417. },
  9418. "verified_user_count": {
  9419. "description": "已认证用户数",
  9420. "type": "integer"
  9421. },
  9422. "year": {
  9423. "description": "年份",
  9424. "type": "string"
  9425. }
  9426. }
  9427. },
  9428. "md.ActivePointsWalletNode": {
  9429. "type": "object",
  9430. "properties": {
  9431. "amount": {
  9432. "type": "string",
  9433. "example": "账户余额"
  9434. },
  9435. "uid": {
  9436. "description": "用户 ID",
  9437. "type": "integer"
  9438. },
  9439. "user_name": {
  9440. "type": "string",
  9441. "example": "用户名"
  9442. },
  9443. "user_phone": {
  9444. "type": "string",
  9445. "example": "手机号"
  9446. }
  9447. }
  9448. },
  9449. "md.AddAdminReq": {
  9450. "type": "object",
  9451. "required": [
  9452. "password",
  9453. "username"
  9454. ],
  9455. "properties": {
  9456. "memo": {
  9457. "type": "string"
  9458. },
  9459. "password": {
  9460. "type": "string"
  9461. },
  9462. "username": {
  9463. "type": "string"
  9464. }
  9465. }
  9466. },
  9467. "md.AddBlackListReq": {
  9468. "type": "object",
  9469. "properties": {
  9470. "memo": {
  9471. "description": "备注",
  9472. "type": "string"
  9473. },
  9474. "uid": {
  9475. "description": "用户 id",
  9476. "type": "integer"
  9477. }
  9478. }
  9479. },
  9480. "md.AddCommunityDividendsReq": {
  9481. "type": "object",
  9482. "properties": {
  9483. "amount": {
  9484. "description": "社区分红数量",
  9485. "type": "string"
  9486. },
  9487. "name": {
  9488. "type": "string",
  9489. "example": "社区分红名称"
  9490. }
  9491. }
  9492. },
  9493. "md.AddCommunityDividendsWithUserReq": {
  9494. "type": "object",
  9495. "properties": {
  9496. "memo": {
  9497. "type": "string",
  9498. "example": "备注"
  9499. },
  9500. "uid": {
  9501. "description": "新增社区长用户 ID",
  9502. "type": "integer"
  9503. }
  9504. }
  9505. },
  9506. "md.AddCustomerServiceReq": {
  9507. "type": "object",
  9508. "properties": {
  9509. "memo": {
  9510. "description": "备注",
  9511. "type": "string",
  9512. "example": "备注"
  9513. },
  9514. "phone": {
  9515. "type": "string",
  9516. "example": "手机号"
  9517. },
  9518. "weight": {
  9519. "description": "权重",
  9520. "type": "integer"
  9521. }
  9522. }
  9523. },
  9524. "md.AddEmoticonReq": {
  9525. "type": "object",
  9526. "properties": {
  9527. "img_url": {
  9528. "type": "string",
  9529. "example": "图片地址"
  9530. },
  9531. "memo": {
  9532. "description": "备注",
  9533. "type": "string",
  9534. "example": "备注"
  9535. },
  9536. "name": {
  9537. "type": "string",
  9538. "example": "名称"
  9539. },
  9540. "sort": {
  9541. "description": "排序",
  9542. "type": "integer"
  9543. }
  9544. }
  9545. },
  9546. "md.AddFreePublishUserReq": {
  9547. "type": "object",
  9548. "properties": {
  9549. "uid": {
  9550. "type": "integer"
  9551. }
  9552. }
  9553. },
  9554. "md.AddFundDataReq": {
  9555. "type": "object",
  9556. "properties": {
  9557. "frequency": {
  9558. "description": "频率(分钟)",
  9559. "type": "integer"
  9560. },
  9561. "hours": {
  9562. "description": "时长(小时)",
  9563. "type": "integer"
  9564. },
  9565. "kind": {
  9566. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9567. "type": "integer"
  9568. },
  9569. "memo": {
  9570. "type": "string",
  9571. "example": "备注"
  9572. },
  9573. "total_amount": {
  9574. "description": "金额",
  9575. "type": "string"
  9576. }
  9577. }
  9578. },
  9579. "md.AddLevelReq": {
  9580. "type": "object",
  9581. "properties": {
  9582. "auto_update": {
  9583. "description": "自动升级 0关闭 1开启",
  9584. "type": "string"
  9585. },
  9586. "choosable_num": {
  9587. "description": "可选任务数量",
  9588. "type": "string"
  9589. },
  9590. "is_use": {
  9591. "description": "是否开启(0.否, 1.是)",
  9592. "type": "string"
  9593. },
  9594. "level_name": {
  9595. "description": "等级名称",
  9596. "type": "string"
  9597. },
  9598. "level_weight": {
  9599. "description": "等级权重",
  9600. "type": "string"
  9601. },
  9602. "memo": {
  9603. "description": "备注",
  9604. "type": "string"
  9605. },
  9606. "user_level_tasks": {
  9607. "description": "需要新增的任务",
  9608. "type": "array",
  9609. "items": {
  9610. "$ref": "#/definitions/md.LevelTaskNode"
  9611. }
  9612. }
  9613. }
  9614. },
  9615. "md.AddPlatformRevenueReq": {
  9616. "type": "object",
  9617. "properties": {
  9618. "frequency": {
  9619. "description": "频率(分钟)",
  9620. "type": "integer"
  9621. },
  9622. "hours": {
  9623. "description": "时长(小时)",
  9624. "type": "integer"
  9625. },
  9626. "kind": {
  9627. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  9628. "type": "integer"
  9629. },
  9630. "memo": {
  9631. "type": "string",
  9632. "example": "备注"
  9633. },
  9634. "total_amount": {
  9635. "description": "金额",
  9636. "type": "string"
  9637. }
  9638. }
  9639. },
  9640. "md.AddRoleReq": {
  9641. "type": "object",
  9642. "required": [
  9643. "memo",
  9644. "name"
  9645. ],
  9646. "properties": {
  9647. "memo": {
  9648. "type": "string"
  9649. },
  9650. "name": {
  9651. "type": "string"
  9652. }
  9653. }
  9654. },
  9655. "md.AddTagReq": {
  9656. "type": "object",
  9657. "properties": {
  9658. "is_punish": {
  9659. "description": "是否为处罚标签(0:否 1:是)",
  9660. "type": "string"
  9661. },
  9662. "memo": {
  9663. "description": "备注",
  9664. "type": "string"
  9665. },
  9666. "name": {
  9667. "description": "标签名称",
  9668. "type": "string"
  9669. }
  9670. }
  9671. },
  9672. "md.AddVirtualCoinNode": {
  9673. "type": "object",
  9674. "properties": {
  9675. "exchange_ratio": {
  9676. "description": "兑换比例(与金额)",
  9677. "type": "string"
  9678. },
  9679. "is_use": {
  9680. "description": "是否开启:0否 1是",
  9681. "type": "integer"
  9682. },
  9683. "name": {
  9684. "description": "名称",
  9685. "type": "string"
  9686. }
  9687. }
  9688. },
  9689. "md.AdminListReq": {
  9690. "type": "object",
  9691. "properties": {
  9692. "limit": {
  9693. "type": "integer"
  9694. },
  9695. "page": {
  9696. "type": "integer"
  9697. },
  9698. "state": {
  9699. "type": "integer"
  9700. },
  9701. "username": {
  9702. "type": "string"
  9703. }
  9704. }
  9705. },
  9706. "md.AdminLogList": {
  9707. "type": "object",
  9708. "properties": {
  9709. "admin_id": {
  9710. "type": "string"
  9711. },
  9712. "id": {
  9713. "type": "string"
  9714. },
  9715. "ip": {
  9716. "type": "string"
  9717. },
  9718. "memo": {
  9719. "type": "string"
  9720. },
  9721. "phone": {
  9722. "type": "string"
  9723. },
  9724. "time": {
  9725. "type": "string"
  9726. },
  9727. "type": {
  9728. "type": "string"
  9729. }
  9730. }
  9731. },
  9732. "md.AdminLogListReq": {
  9733. "type": "object",
  9734. "properties": {
  9735. "end_time": {
  9736. "type": "string"
  9737. },
  9738. "limit": {
  9739. "description": "每页大小",
  9740. "type": "string"
  9741. },
  9742. "memo": {
  9743. "type": "string"
  9744. },
  9745. "page": {
  9746. "description": "页数",
  9747. "type": "string"
  9748. },
  9749. "start_time": {
  9750. "type": "string"
  9751. },
  9752. "type": {
  9753. "type": "string"
  9754. }
  9755. }
  9756. },
  9757. "md.AdminLogListResp": {
  9758. "type": "object",
  9759. "properties": {
  9760. "list": {
  9761. "type": "array",
  9762. "items": {
  9763. "$ref": "#/definitions/md.AdminLogList"
  9764. }
  9765. },
  9766. "select_data": {
  9767. "type": "array",
  9768. "items": {
  9769. "type": "object",
  9770. "additionalProperties": true
  9771. }
  9772. },
  9773. "total": {
  9774. "type": "integer"
  9775. }
  9776. }
  9777. },
  9778. "md.AdvertisingBase": {
  9779. "type": "object",
  9780. "properties": {
  9781. "android_ad_is_open": {
  9782. "type": "string",
  9783. "example": "安卓广告是否开启(1:开启 0:不开启)"
  9784. },
  9785. "android_open_ad_is_open": {
  9786. "type": "string",
  9787. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  9788. },
  9789. "info": {
  9790. "type": "string",
  9791. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  9792. },
  9793. "ios_ad_is_open": {
  9794. "type": "string",
  9795. "example": "ios广告是否开启(1:开启 0:不开启)"
  9796. },
  9797. "ios_open_ad_is_open": {
  9798. "type": "string",
  9799. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  9800. },
  9801. "voice": {
  9802. "type": "string",
  9803. "example": "领取奖励声音"
  9804. },
  9805. "voice_url": {
  9806. "type": "string"
  9807. }
  9808. }
  9809. },
  9810. "md.AdvertisingBaseResp": {
  9811. "type": "object",
  9812. "properties": {
  9813. "advertising_base": {
  9814. "$ref": "#/definitions/md.AdvertisingBase"
  9815. },
  9816. "select_data": {
  9817. "type": "array",
  9818. "items": {
  9819. "type": "object",
  9820. "additionalProperties": {
  9821. "type": "string"
  9822. }
  9823. }
  9824. }
  9825. }
  9826. },
  9827. "md.AdvertisingDelReq": {
  9828. "type": "object",
  9829. "properties": {
  9830. "id": {
  9831. "type": "array",
  9832. "items": {
  9833. "type": "string"
  9834. }
  9835. }
  9836. }
  9837. },
  9838. "md.AdvertisingFunctionList": {
  9839. "type": "object",
  9840. "properties": {
  9841. "ad_id": {
  9842. "type": "string",
  9843. "example": "广告id"
  9844. },
  9845. "id": {
  9846. "type": "string"
  9847. },
  9848. "type": {
  9849. "type": "string",
  9850. "example": "类型"
  9851. }
  9852. }
  9853. },
  9854. "md.AdvertisingFunctionListReq": {
  9855. "type": "object",
  9856. "properties": {
  9857. "limit": {
  9858. "type": "string"
  9859. },
  9860. "page": {
  9861. "type": "string"
  9862. }
  9863. }
  9864. },
  9865. "md.AdvertisingFunctionListResp": {
  9866. "type": "object",
  9867. "properties": {
  9868. "adv_data": {
  9869. "type": "array",
  9870. "items": {
  9871. "type": "object",
  9872. "additionalProperties": {
  9873. "type": "string"
  9874. }
  9875. }
  9876. },
  9877. "list": {
  9878. "type": "array",
  9879. "items": {
  9880. "$ref": "#/definitions/md.AdvertisingFunctionList"
  9881. }
  9882. },
  9883. "select_data": {
  9884. "type": "array",
  9885. "items": {
  9886. "type": "object",
  9887. "additionalProperties": {
  9888. "type": "string"
  9889. }
  9890. }
  9891. },
  9892. "total": {
  9893. "type": "integer"
  9894. }
  9895. }
  9896. },
  9897. "md.AdvertisingLimit": {
  9898. "type": "object",
  9899. "properties": {
  9900. "imei_num": {
  9901. "type": "string",
  9902. "example": "设备数量"
  9903. },
  9904. "minute": {
  9905. "type": "string",
  9906. "example": "分钟"
  9907. },
  9908. "public_img": {
  9909. "type": "string",
  9910. "example": "公共弹窗图"
  9911. },
  9912. "public_img_url": {
  9913. "type": "string",
  9914. "example": "公共弹窗图"
  9915. },
  9916. "public_str": {
  9917. "type": "string",
  9918. "example": "公共弹窗文字"
  9919. },
  9920. "tip": {
  9921. "type": "string",
  9922. "example": "限制提示"
  9923. },
  9924. "withdraw_img": {
  9925. "type": "string",
  9926. "example": "提现弹窗图"
  9927. },
  9928. "withdraw_img_url": {
  9929. "type": "string",
  9930. "example": "提现弹窗图"
  9931. },
  9932. "withdraw_str": {
  9933. "type": "string",
  9934. "example": "提现弹窗文字"
  9935. }
  9936. }
  9937. },
  9938. "md.AdvertisingList": {
  9939. "type": "object",
  9940. "properties": {
  9941. "counting_down": {
  9942. "type": "string",
  9943. "example": "倒计时 单位秒"
  9944. },
  9945. "id": {
  9946. "type": "string"
  9947. },
  9948. "info": {
  9949. "type": "string",
  9950. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  9951. },
  9952. "kind": {
  9953. "type": "string",
  9954. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  9955. },
  9956. "name": {
  9957. "type": "string",
  9958. "example": "名称"
  9959. }
  9960. }
  9961. },
  9962. "md.AdvertisingListReq": {
  9963. "type": "object",
  9964. "properties": {
  9965. "kind": {
  9966. "type": "string"
  9967. },
  9968. "limit": {
  9969. "type": "string"
  9970. },
  9971. "name": {
  9972. "type": "string"
  9973. },
  9974. "page": {
  9975. "type": "string"
  9976. }
  9977. }
  9978. },
  9979. "md.AdvertisingListResp": {
  9980. "type": "object",
  9981. "properties": {
  9982. "adv_data": {
  9983. "type": "array",
  9984. "items": {
  9985. "type": "object",
  9986. "additionalProperties": {
  9987. "type": "string"
  9988. }
  9989. }
  9990. },
  9991. "list": {
  9992. "type": "array",
  9993. "items": {
  9994. "$ref": "#/definitions/md.AdvertisingList"
  9995. }
  9996. },
  9997. "select_data": {
  9998. "type": "array",
  9999. "items": {
  10000. "type": "object",
  10001. "additionalProperties": {
  10002. "type": "string"
  10003. }
  10004. }
  10005. },
  10006. "total": {
  10007. "type": "integer"
  10008. }
  10009. }
  10010. },
  10011. "md.AdvertisingSaveReq": {
  10012. "type": "object",
  10013. "properties": {
  10014. "counting_down": {
  10015. "type": "string",
  10016. "example": "倒计时 单位秒"
  10017. },
  10018. "id": {
  10019. "type": "string"
  10020. },
  10021. "info": {
  10022. "type": "string",
  10023. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10024. },
  10025. "kind": {
  10026. "type": "string",
  10027. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10028. },
  10029. "name": {
  10030. "type": "string",
  10031. "example": "名称"
  10032. }
  10033. }
  10034. },
  10035. "md.AliyunSmsGetLevelListResp": {
  10036. "type": "object",
  10037. "properties": {
  10038. "list": {
  10039. "type": "array",
  10040. "items": {
  10041. "$ref": "#/definitions/md.LevelListNode"
  10042. }
  10043. },
  10044. "paginate": {
  10045. "$ref": "#/definitions/applet_app_md.Paginate"
  10046. }
  10047. }
  10048. },
  10049. "md.AliyunSmsGetTagListResp": {
  10050. "type": "object",
  10051. "properties": {
  10052. "list": {
  10053. "type": "array",
  10054. "items": {
  10055. "$ref": "#/definitions/md.TagListNode"
  10056. }
  10057. },
  10058. "paginate": {
  10059. "$ref": "#/definitions/applet_app_md.Paginate"
  10060. }
  10061. }
  10062. },
  10063. "md.ArticleCateDelReq": {
  10064. "type": "object",
  10065. "properties": {
  10066. "id": {
  10067. "type": "array",
  10068. "items": {
  10069. "type": "string"
  10070. }
  10071. }
  10072. }
  10073. },
  10074. "md.ArticleCateList": {
  10075. "type": "object",
  10076. "properties": {
  10077. "id": {
  10078. "type": "string"
  10079. },
  10080. "is_show": {
  10081. "type": "string"
  10082. },
  10083. "name": {
  10084. "type": "string"
  10085. },
  10086. "pid": {
  10087. "type": "string"
  10088. },
  10089. "sort": {
  10090. "type": "string"
  10091. }
  10092. }
  10093. },
  10094. "md.ArticleCateListReq": {
  10095. "type": "object",
  10096. "properties": {
  10097. "limit": {
  10098. "description": "每页大小",
  10099. "type": "string"
  10100. },
  10101. "page": {
  10102. "description": "页数",
  10103. "type": "string"
  10104. }
  10105. }
  10106. },
  10107. "md.ArticleCateListResp": {
  10108. "type": "object",
  10109. "properties": {
  10110. "list": {
  10111. "type": "array",
  10112. "items": {
  10113. "$ref": "#/definitions/md.ArticleCateList"
  10114. }
  10115. },
  10116. "select_data": {
  10117. "type": "array",
  10118. "items": {
  10119. "type": "object",
  10120. "additionalProperties": {
  10121. "type": "string"
  10122. }
  10123. }
  10124. },
  10125. "total": {
  10126. "type": "integer"
  10127. }
  10128. }
  10129. },
  10130. "md.ArticleCateSaveReq": {
  10131. "type": "object",
  10132. "properties": {
  10133. "id": {
  10134. "type": "string"
  10135. },
  10136. "is_show": {
  10137. "type": "string"
  10138. },
  10139. "name": {
  10140. "type": "string"
  10141. },
  10142. "pid": {
  10143. "type": "string"
  10144. },
  10145. "sort": {
  10146. "type": "string"
  10147. }
  10148. }
  10149. },
  10150. "md.ArticleDelReq": {
  10151. "type": "object",
  10152. "properties": {
  10153. "id": {
  10154. "type": "array",
  10155. "items": {
  10156. "type": "string"
  10157. }
  10158. }
  10159. }
  10160. },
  10161. "md.ArticleList": {
  10162. "type": "object",
  10163. "properties": {
  10164. "cate_id": {
  10165. "type": "string",
  10166. "example": "二级分类id"
  10167. },
  10168. "content": {
  10169. "type": "string"
  10170. },
  10171. "cover": {
  10172. "type": "string",
  10173. "example": "一级分类id=4 显示 封面图"
  10174. },
  10175. "cover_url": {
  10176. "type": "string"
  10177. },
  10178. "id": {
  10179. "type": "string"
  10180. },
  10181. "is_show": {
  10182. "type": "string"
  10183. },
  10184. "pid": {
  10185. "type": "string",
  10186. "example": "一级分类id"
  10187. },
  10188. "sort": {
  10189. "type": "string"
  10190. },
  10191. "title": {
  10192. "type": "string"
  10193. },
  10194. "url": {
  10195. "type": "string"
  10196. }
  10197. }
  10198. },
  10199. "md.ArticleListReq": {
  10200. "type": "object",
  10201. "properties": {
  10202. "limit": {
  10203. "description": "每页大小",
  10204. "type": "string"
  10205. },
  10206. "page": {
  10207. "description": "页数",
  10208. "type": "string"
  10209. }
  10210. }
  10211. },
  10212. "md.ArticleListResp": {
  10213. "type": "object",
  10214. "properties": {
  10215. "cate_data": {
  10216. "type": "array",
  10217. "items": {
  10218. "type": "object",
  10219. "additionalProperties": true
  10220. }
  10221. },
  10222. "list": {
  10223. "type": "array",
  10224. "items": {
  10225. "$ref": "#/definitions/md.ArticleList"
  10226. }
  10227. },
  10228. "select_data": {
  10229. "type": "array",
  10230. "items": {
  10231. "type": "object",
  10232. "additionalProperties": true
  10233. }
  10234. },
  10235. "total": {
  10236. "type": "integer"
  10237. }
  10238. }
  10239. },
  10240. "md.ArticleSaveReq": {
  10241. "type": "object",
  10242. "properties": {
  10243. "cate_id": {
  10244. "type": "string",
  10245. "example": "二级分类id"
  10246. },
  10247. "content": {
  10248. "type": "string"
  10249. },
  10250. "cover": {
  10251. "type": "string",
  10252. "example": "一级分类id=4 显示 封面图"
  10253. },
  10254. "id": {
  10255. "type": "string"
  10256. },
  10257. "is_show": {
  10258. "type": "string"
  10259. },
  10260. "pid": {
  10261. "type": "string",
  10262. "example": "一级分类id"
  10263. },
  10264. "sort": {
  10265. "type": "string"
  10266. },
  10267. "title": {
  10268. "type": "string"
  10269. }
  10270. }
  10271. },
  10272. "md.AuditClearReq": {
  10273. "type": "object",
  10274. "properties": {
  10275. "os": {
  10276. "type": "string",
  10277. "example": "1-安卓 2-ios"
  10278. }
  10279. }
  10280. },
  10281. "md.BalanceDetailNode": {
  10282. "type": "object",
  10283. "properties": {
  10284. "after_amount": {
  10285. "description": "变更后余额",
  10286. "type": "string"
  10287. },
  10288. "amount": {
  10289. "description": "变更数量",
  10290. "type": "string"
  10291. },
  10292. "before_amount": {
  10293. "description": "变更前余额",
  10294. "type": "string"
  10295. },
  10296. "create_at": {
  10297. "description": "创建时间",
  10298. "type": "string"
  10299. },
  10300. "id": {
  10301. "description": "记录ID",
  10302. "type": "integer"
  10303. },
  10304. "kind": {
  10305. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  10306. "type": "string"
  10307. }
  10308. }
  10309. },
  10310. "md.BasicInfoNode": {
  10311. "type": "object",
  10312. "properties": {
  10313. "avatar": {
  10314. "description": "头像",
  10315. "type": "string"
  10316. },
  10317. "levelId": {
  10318. "description": "会员等级 ID",
  10319. "type": "integer"
  10320. },
  10321. "level_name": {
  10322. "description": "会员等级名称",
  10323. "type": "string"
  10324. },
  10325. "memo": {
  10326. "description": "备注",
  10327. "type": "string"
  10328. },
  10329. "nickname": {
  10330. "description": "用户名称",
  10331. "type": "string"
  10332. },
  10333. "parent_name": {
  10334. "description": "推荐人名称",
  10335. "type": "string"
  10336. },
  10337. "parent_phone": {
  10338. "description": "推荐人手机号",
  10339. "type": "string"
  10340. },
  10341. "parent_uid": {
  10342. "description": "推荐人",
  10343. "type": "integer"
  10344. },
  10345. "password": {
  10346. "description": "登录密码",
  10347. "type": "string"
  10348. },
  10349. "phone": {
  10350. "description": "手机号",
  10351. "type": "string"
  10352. },
  10353. "sex": {
  10354. "description": "性别",
  10355. "type": "integer"
  10356. },
  10357. "state": {
  10358. "description": "账号状态 1正常,2冻结",
  10359. "type": "integer"
  10360. },
  10361. "tag": {
  10362. "description": "标签名称",
  10363. "type": "array",
  10364. "items": {
  10365. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  10366. }
  10367. },
  10368. "union_id": {
  10369. "description": "微信号",
  10370. "type": "string"
  10371. }
  10372. }
  10373. },
  10374. "md.BatchAddVirtualCoinsReq": {
  10375. "type": "object",
  10376. "properties": {
  10377. "list": {
  10378. "description": "新增的货币列表",
  10379. "type": "array",
  10380. "items": {
  10381. "$ref": "#/definitions/md.AddVirtualCoinNode"
  10382. }
  10383. }
  10384. }
  10385. },
  10386. "md.BatchSendGroupMessageReq": {
  10387. "type": "object",
  10388. "properties": {
  10389. "content": {
  10390. "description": "消息内容",
  10391. "type": "string"
  10392. },
  10393. "kind": {
  10394. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10395. "type": "integer"
  10396. },
  10397. "not_condition": {
  10398. "description": "不发送条件 群 ID 以\";\"分割",
  10399. "type": "string"
  10400. },
  10401. "send_condition": {
  10402. "description": "发送条件 群 ID 以\";\"分割",
  10403. "type": "string"
  10404. },
  10405. "send_kind": {
  10406. "description": "发送模式(1:指定群组 2:所有群组)",
  10407. "type": "integer"
  10408. }
  10409. }
  10410. },
  10411. "md.BatchSendUserMessageReq": {
  10412. "type": "object",
  10413. "properties": {
  10414. "content": {
  10415. "description": "消息内容",
  10416. "type": "string"
  10417. },
  10418. "kind": {
  10419. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10420. "type": "integer"
  10421. },
  10422. "not_condition": {
  10423. "description": "不发送条件 用户手机号 以\";\"分割",
  10424. "type": "string"
  10425. },
  10426. "send_condition": {
  10427. "description": "发送条件 用户手机号 以\";\"分割",
  10428. "type": "string"
  10429. },
  10430. "send_kind": {
  10431. "description": "发送模式(1:所有用户 2:指定用户)",
  10432. "type": "integer"
  10433. }
  10434. }
  10435. },
  10436. "md.BindAdminRoleReq": {
  10437. "type": "object",
  10438. "required": [
  10439. "adm_id"
  10440. ],
  10441. "properties": {
  10442. "adm_id": {
  10443. "type": "integer"
  10444. },
  10445. "role_ids": {
  10446. "type": "array",
  10447. "items": {
  10448. "type": "integer"
  10449. }
  10450. }
  10451. }
  10452. },
  10453. "md.CertificateReq": {
  10454. "type": "object",
  10455. "properties": {
  10456. "no": {
  10457. "type": "string",
  10458. "example": "DD123"
  10459. }
  10460. }
  10461. },
  10462. "md.CertificateResp": {
  10463. "type": "object",
  10464. "properties": {
  10465. "bg_img": {
  10466. "type": "string",
  10467. "example": "背景图"
  10468. },
  10469. "end_time": {
  10470. "type": "string",
  10471. "example": "结束时间"
  10472. },
  10473. "logo": {
  10474. "type": "string",
  10475. "example": "logo"
  10476. },
  10477. "medal": {
  10478. "type": "string",
  10479. "example": "勋章"
  10480. },
  10481. "name": {
  10482. "type": "string",
  10483. "example": "姓名"
  10484. },
  10485. "name_icon": {
  10486. "type": "string",
  10487. "example": "蛋蛋星球文字图"
  10488. },
  10489. "no": {
  10490. "type": "string",
  10491. "example": "编号"
  10492. },
  10493. "seal": {
  10494. "type": "string",
  10495. "example": "印章"
  10496. },
  10497. "start_time": {
  10498. "type": "string",
  10499. "example": "开始时间"
  10500. }
  10501. }
  10502. },
  10503. "md.CloudBundleBaseResp": {
  10504. "type": "object",
  10505. "properties": {
  10506. "android_logo": {
  10507. "type": "string"
  10508. },
  10509. "ios_logo": {
  10510. "type": "string"
  10511. },
  10512. "launch_screen": {
  10513. "type": "object",
  10514. "additionalProperties": {
  10515. "type": "string"
  10516. }
  10517. }
  10518. }
  10519. },
  10520. "md.CloudBundleBuildReq": {
  10521. "type": "object",
  10522. "properties": {
  10523. "bit": {
  10524. "type": "array",
  10525. "items": {
  10526. "type": "string"
  10527. }
  10528. },
  10529. "isCombine": {
  10530. "type": "string"
  10531. },
  10532. "memo": {
  10533. "type": "string"
  10534. },
  10535. "os": {
  10536. "type": "string"
  10537. },
  10538. "platform": {
  10539. "type": "array",
  10540. "items": {
  10541. "type": "string"
  10542. }
  10543. },
  10544. "version": {
  10545. "type": "string"
  10546. }
  10547. }
  10548. },
  10549. "md.CloudBundleDelReq": {
  10550. "type": "object",
  10551. "properties": {
  10552. "ids": {
  10553. "type": "array",
  10554. "items": {
  10555. "type": "string"
  10556. }
  10557. }
  10558. }
  10559. },
  10560. "md.CloudBundleImgResp": {
  10561. "type": "object",
  10562. "properties": {
  10563. "android_logo": {
  10564. "type": "string"
  10565. },
  10566. "android_logo_url": {
  10567. "type": "string"
  10568. },
  10569. "build_1080_2280": {
  10570. "type": "string"
  10571. },
  10572. "build_1080_2280_url": {
  10573. "type": "string"
  10574. },
  10575. "build_1125_2436": {
  10576. "type": "string"
  10577. },
  10578. "build_1125_2436_url": {
  10579. "type": "string"
  10580. },
  10581. "build_1242_2208": {
  10582. "type": "string"
  10583. },
  10584. "build_1242_2208_url": {
  10585. "type": "string"
  10586. },
  10587. "build_640_1136": {
  10588. "type": "string"
  10589. },
  10590. "build_640_1136_url": {
  10591. "type": "string"
  10592. },
  10593. "build_640_960": {
  10594. "type": "string"
  10595. },
  10596. "build_640_960_url": {
  10597. "type": "string"
  10598. },
  10599. "build_720_1280": {
  10600. "type": "string"
  10601. },
  10602. "build_720_1280_url": {
  10603. "type": "string"
  10604. },
  10605. "build_750_1334": {
  10606. "type": "string"
  10607. },
  10608. "build_750_1334_url": {
  10609. "type": "string"
  10610. },
  10611. "guide": {
  10612. "type": "array",
  10613. "items": {
  10614. "$ref": "#/definitions/md.Guide"
  10615. }
  10616. },
  10617. "ios_logo": {
  10618. "type": "string"
  10619. },
  10620. "ios_logo_url": {
  10621. "type": "string"
  10622. }
  10623. }
  10624. },
  10625. "md.CloudBundleList": {
  10626. "type": "object",
  10627. "properties": {
  10628. "apply_at": {
  10629. "type": "string"
  10630. },
  10631. "bit": {
  10632. "type": "string"
  10633. },
  10634. "build_id": {
  10635. "type": "string"
  10636. },
  10637. "finish_at": {
  10638. "type": "string"
  10639. },
  10640. "id": {
  10641. "type": "string"
  10642. },
  10643. "is_auditing": {
  10644. "type": "string"
  10645. },
  10646. "is_combine": {
  10647. "type": "string"
  10648. },
  10649. "memo": {
  10650. "type": "string"
  10651. },
  10652. "os": {
  10653. "type": "string"
  10654. },
  10655. "platform": {
  10656. "type": "string"
  10657. },
  10658. "src": {
  10659. "type": "string"
  10660. },
  10661. "state": {
  10662. "type": "string"
  10663. },
  10664. "version": {
  10665. "type": "string"
  10666. }
  10667. }
  10668. },
  10669. "md.CloudBundleReq": {
  10670. "type": "object",
  10671. "properties": {
  10672. "limit": {
  10673. "description": "每页大小",
  10674. "type": "string"
  10675. },
  10676. "page": {
  10677. "description": "页数",
  10678. "type": "string"
  10679. }
  10680. }
  10681. },
  10682. "md.CloudBundleResp": {
  10683. "type": "object",
  10684. "properties": {
  10685. "last_android": {
  10686. "type": "string"
  10687. },
  10688. "last_bit": {
  10689. "type": "string"
  10690. },
  10691. "last_is_combine": {
  10692. "type": "string"
  10693. },
  10694. "last_platform": {
  10695. "type": "array",
  10696. "items": {
  10697. "type": "string"
  10698. }
  10699. },
  10700. "list": {
  10701. "type": "array",
  10702. "items": {
  10703. "$ref": "#/definitions/md.CloudBundleList"
  10704. }
  10705. },
  10706. "list_ios": {
  10707. "type": "string"
  10708. },
  10709. "select_data": {
  10710. "type": "array",
  10711. "items": {
  10712. "$ref": "#/definitions/md.CloudBundleVersionMap"
  10713. }
  10714. },
  10715. "total": {
  10716. "type": "integer"
  10717. }
  10718. }
  10719. },
  10720. "md.CloudBundleUpdateStateReq": {
  10721. "type": "object",
  10722. "properties": {
  10723. "build_id": {
  10724. "type": "string"
  10725. },
  10726. "build_number": {
  10727. "type": "string"
  10728. },
  10729. "error_msg": {
  10730. "type": "string"
  10731. },
  10732. "id": {
  10733. "type": "string"
  10734. },
  10735. "src": {
  10736. "type": "string"
  10737. },
  10738. "state": {
  10739. "type": "string"
  10740. }
  10741. }
  10742. },
  10743. "md.CloudBundleVersion": {
  10744. "type": "object",
  10745. "properties": {
  10746. "content": {
  10747. "type": "string"
  10748. },
  10749. "img": {
  10750. "type": "string"
  10751. },
  10752. "img_url": {
  10753. "type": "string"
  10754. },
  10755. "is_must": {
  10756. "type": "string"
  10757. },
  10758. "name": {
  10759. "type": "string"
  10760. },
  10761. "type": {
  10762. "type": "string"
  10763. },
  10764. "url": {
  10765. "type": "string"
  10766. },
  10767. "version": {
  10768. "type": "string"
  10769. }
  10770. }
  10771. },
  10772. "md.CloudBundleVersionMap": {
  10773. "type": "object",
  10774. "properties": {
  10775. "img": {
  10776. "type": "string"
  10777. },
  10778. "name": {
  10779. "type": "string"
  10780. },
  10781. "type": {
  10782. "type": "string"
  10783. }
  10784. }
  10785. },
  10786. "md.CloudBundleVersionResp": {
  10787. "type": "object",
  10788. "properties": {
  10789. "version": {
  10790. "type": "array",
  10791. "items": {
  10792. "$ref": "#/definitions/md.CloudBundleVersion"
  10793. }
  10794. }
  10795. }
  10796. },
  10797. "md.CommReq": {
  10798. "type": "object",
  10799. "properties": {
  10800. "id": {
  10801. "type": "string"
  10802. }
  10803. }
  10804. },
  10805. "md.ConfigResp": {
  10806. "type": "object",
  10807. "properties": {
  10808. "oss_url": {
  10809. "type": "string",
  10810. "example": "阿里云图片链接"
  10811. }
  10812. }
  10813. },
  10814. "md.DailyActivityAnalysisTopData": {
  10815. "type": "object",
  10816. "properties": {
  10817. "activity_count": {
  10818. "description": "子节点活跃天数",
  10819. "type": "integer"
  10820. },
  10821. "team_activity_user_count": {
  10822. "description": "子节点活跃人数",
  10823. "type": "integer"
  10824. },
  10825. "team_user_count": {
  10826. "description": "团队人数",
  10827. "type": "integer"
  10828. }
  10829. }
  10830. },
  10831. "md.DataSetting": {
  10832. "type": "object",
  10833. "properties": {
  10834. "total_angel_investor": {
  10835. "description": "天使投资人",
  10836. "type": "string",
  10837. "example": "天使投资人"
  10838. },
  10839. "total_ecological_development": {
  10840. "description": "生态建设",
  10841. "type": "string",
  10842. "example": "当前价格"
  10843. },
  10844. "total_issuance_amount": {
  10845. "description": "总发行量",
  10846. "type": "string",
  10847. "example": "总发行量"
  10848. },
  10849. "total_operate_fund": {
  10850. "description": "运营资金",
  10851. "type": "string",
  10852. "example": "运营资金"
  10853. },
  10854. "total_team_dividends": {
  10855. "description": "团队分红",
  10856. "type": "string",
  10857. "example": "团队分红"
  10858. },
  10859. "total_technology_team": {
  10860. "description": "技术团队",
  10861. "type": "string",
  10862. "example": "技术团队"
  10863. },
  10864. "total_user_for_person": {
  10865. "description": "个人区域",
  10866. "type": "string",
  10867. "example": "个人区域"
  10868. },
  10869. "total_user_for_team": {
  10870. "description": "团队区域",
  10871. "type": "string",
  10872. "example": "团队区域"
  10873. }
  10874. }
  10875. },
  10876. "md.DeleteBlackListReq": {
  10877. "type": "object",
  10878. "properties": {
  10879. "id": {
  10880. "description": "黑名单 id",
  10881. "type": "integer"
  10882. }
  10883. }
  10884. },
  10885. "md.DeleteDynamicReq": {
  10886. "type": "object",
  10887. "properties": {
  10888. "index_id": {
  10889. "description": "动态id",
  10890. "type": "string"
  10891. }
  10892. }
  10893. },
  10894. "md.DeleteEmoticonReq": {
  10895. "type": "object",
  10896. "properties": {
  10897. "id": {
  10898. "description": "拥有用户数量",
  10899. "type": "integer"
  10900. }
  10901. }
  10902. },
  10903. "md.DeleteFreePublishUserReq": {
  10904. "type": "object",
  10905. "properties": {
  10906. "uid": {
  10907. "type": "string"
  10908. }
  10909. }
  10910. },
  10911. "md.DeleteLevelReq": {
  10912. "type": "object",
  10913. "properties": {
  10914. "level_id": {
  10915. "type": "string"
  10916. }
  10917. }
  10918. },
  10919. "md.DeleteTagReq": {
  10920. "type": "object",
  10921. "properties": {
  10922. "tag_id": {
  10923. "description": "标签 ID",
  10924. "type": "string"
  10925. }
  10926. }
  10927. },
  10928. "md.DeleteTaskReq": {
  10929. "type": "object",
  10930. "properties": {
  10931. "task_id": {
  10932. "type": "string"
  10933. }
  10934. }
  10935. },
  10936. "md.DestructionSettingStruct": {
  10937. "type": "object",
  10938. "properties": {
  10939. "community_dividends": {
  10940. "description": "社区分红百分比",
  10941. "type": "string"
  10942. },
  10943. "destruction_quantity": {
  10944. "description": "销毁百分比",
  10945. "type": "string"
  10946. },
  10947. "development_committee": {
  10948. "description": "发展委员会百分比",
  10949. "type": "string"
  10950. },
  10951. "marketplace_merchant": {
  10952. "description": "市商数量百分比",
  10953. "type": "string"
  10954. },
  10955. "public_welfare_and_charity": {
  10956. "description": "公益慈善百分比",
  10957. "type": "string"
  10958. },
  10959. "star_level_dividends": {
  10960. "description": "星级分红百分比",
  10961. "type": "string"
  10962. }
  10963. }
  10964. },
  10965. "md.DirectPushRewardSettingStruct": {
  10966. "type": "object",
  10967. "properties": {
  10968. "member_self_is_open_get_team_reward": {
  10969. "description": "会员是否活跃得到团队奖励",
  10970. "type": "string"
  10971. },
  10972. "reward_rate_value": {
  10973. "description": "奖励百分比",
  10974. "type": "string"
  10975. }
  10976. }
  10977. },
  10978. "md.DynamicDataFlowListReq": {
  10979. "type": "object",
  10980. "properties": {
  10981. "end_at": {
  10982. "description": "结束时间",
  10983. "type": "string",
  10984. "example": "结束时间"
  10985. },
  10986. "kind": {
  10987. "description": "持有类型",
  10988. "type": "integer"
  10989. },
  10990. "page": {
  10991. "description": "页数",
  10992. "type": "integer"
  10993. },
  10994. "page_size": {
  10995. "description": "每页大小",
  10996. "type": "integer"
  10997. },
  10998. "start_at": {
  10999. "description": "开始时间",
  11000. "type": "string",
  11001. "example": "开始时间"
  11002. }
  11003. }
  11004. },
  11005. "md.DynamicDataFlowListResp": {
  11006. "type": "object",
  11007. "properties": {
  11008. "kind_list": {
  11009. "description": "类型列表",
  11010. "type": "array",
  11011. "items": {
  11012. "type": "object",
  11013. "additionalProperties": true
  11014. }
  11015. },
  11016. "list": {
  11017. "description": "动态数据流水列表",
  11018. "type": "array",
  11019. "items": {
  11020. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  11021. }
  11022. },
  11023. "paginate": {
  11024. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11025. }
  11026. }
  11027. },
  11028. "md.DynamicRespNode": {
  11029. "type": "object",
  11030. "properties": {
  11031. "content": {
  11032. "description": "文本内容",
  11033. "type": "string"
  11034. },
  11035. "created_at": {
  11036. "type": "string"
  11037. },
  11038. "image": {
  11039. "description": "图片",
  11040. "type": "array",
  11041. "items": {
  11042. "type": "string"
  11043. }
  11044. },
  11045. "index_id": {
  11046. "description": "动态id",
  11047. "type": "string"
  11048. },
  11049. "is_praise": {
  11050. "description": "是否被表扬(1:是 2:否)",
  11051. "type": "integer"
  11052. },
  11053. "is_top_up": {
  11054. "description": "是否置顶(1:是 2:否)",
  11055. "type": "integer"
  11056. },
  11057. "kind": {
  11058. "description": "类型(1:普通 2:官方)",
  11059. "type": "integer"
  11060. },
  11061. "state": {
  11062. "description": "状态(1:正常 2:隐藏)",
  11063. "type": "integer"
  11064. },
  11065. "uid": {
  11066. "description": "用户id",
  11067. "type": "integer"
  11068. },
  11069. "updated_at": {
  11070. "type": "string"
  11071. },
  11072. "username": {
  11073. "description": "用户名称",
  11074. "type": "string"
  11075. },
  11076. "video": {
  11077. "description": "视频",
  11078. "type": "array",
  11079. "items": {
  11080. "type": "string"
  11081. }
  11082. }
  11083. }
  11084. },
  11085. "md.EggEnergyAvailableEnergyFlow": {
  11086. "type": "object",
  11087. "properties": {
  11088. "after_community_dividends": {
  11089. "description": "变更后-社区分红区块币数量",
  11090. "type": "string"
  11091. },
  11092. "after_destruction_quantity_values": {
  11093. "description": "变更后-销毁区块币数量",
  11094. "type": "string"
  11095. },
  11096. "after_development_committee_values": {
  11097. "description": "变更后-发展委员会区块币数量",
  11098. "type": "string"
  11099. },
  11100. "after_marketplace_merchant_fund_values": {
  11101. "description": "变更后-市商资金值",
  11102. "type": "string"
  11103. },
  11104. "after_marketplace_merchant_values": {
  11105. "description": "变更后-市商区块币数量",
  11106. "type": "string"
  11107. },
  11108. "after_now_energy_total_nums": {
  11109. "description": "变更后-现行总量",
  11110. "type": "string"
  11111. },
  11112. "after_planet_total_value": {
  11113. "description": "变更后-星球总价值",
  11114. "type": "string"
  11115. },
  11116. "after_price": {
  11117. "description": "变更后-价格",
  11118. "type": "string"
  11119. },
  11120. "after_public_welfare_and_charity_values": {
  11121. "description": "变更后-公益慈善区块币数量",
  11122. "type": "string"
  11123. },
  11124. "after_star_level_dividends_values": {
  11125. "description": "变更后-星级分红区块币数量",
  11126. "type": "string"
  11127. },
  11128. "amount": {
  11129. "description": "变更数量",
  11130. "type": "string"
  11131. },
  11132. "before_community_dividends": {
  11133. "description": "变更前-社区分红区块币数量",
  11134. "type": "string"
  11135. },
  11136. "before_destruction_quantity_values": {
  11137. "description": "变更前-销毁区块币数量",
  11138. "type": "string"
  11139. },
  11140. "before_development_committee_values": {
  11141. "description": "变更前-发展委员会区块币数量",
  11142. "type": "string"
  11143. },
  11144. "before_marketplace_merchant_fund_values": {
  11145. "description": "变更前-市商资金值",
  11146. "type": "string"
  11147. },
  11148. "before_marketplace_merchant_values": {
  11149. "description": "变更前-市商区块币数量",
  11150. "type": "string"
  11151. },
  11152. "before_now_energy_total_nums": {
  11153. "description": "变更前-现行总量",
  11154. "type": "string"
  11155. },
  11156. "before_planet_total_value": {
  11157. "description": "变更前-星球总价值",
  11158. "type": "string"
  11159. },
  11160. "before_price": {
  11161. "description": "变更前-价格",
  11162. "type": "string"
  11163. },
  11164. "before_public_welfare_and_charity_values": {
  11165. "description": "变更前-公益慈善区块币数量",
  11166. "type": "string"
  11167. },
  11168. "before_star_level_dividends_values": {
  11169. "description": "变更前-星级分红区块币数量",
  11170. "type": "string"
  11171. },
  11172. "create_time": {
  11173. "description": "创建时间",
  11174. "type": "string"
  11175. },
  11176. "id": {
  11177. "type": "integer"
  11178. },
  11179. "kind": {
  11180. "description": "种类",
  11181. "type": "integer"
  11182. },
  11183. "title": {
  11184. "description": "标题",
  11185. "type": "string"
  11186. }
  11187. }
  11188. },
  11189. "md.EggEnergyCommunityDividends": {
  11190. "type": "object",
  11191. "properties": {
  11192. "amount": {
  11193. "description": "分红数量",
  11194. "type": "string"
  11195. },
  11196. "coin_id": {
  11197. "description": "虚拟币 id",
  11198. "type": "integer"
  11199. },
  11200. "create_at": {
  11201. "description": "分红时间",
  11202. "type": "string"
  11203. },
  11204. "id": {
  11205. "type": "integer"
  11206. },
  11207. "is_over": {
  11208. "description": "是否分红完毕",
  11209. "type": "integer"
  11210. },
  11211. "name": {
  11212. "type": "string",
  11213. "example": "名称"
  11214. },
  11215. "persons_num": {
  11216. "description": "分红人数",
  11217. "type": "integer"
  11218. },
  11219. "update_at": {
  11220. "type": "string"
  11221. }
  11222. }
  11223. },
  11224. "md.EggEnergyCommunityDividendsWithUser": {
  11225. "type": "object",
  11226. "properties": {
  11227. "id": {
  11228. "type": "integer"
  11229. },
  11230. "memo": {
  11231. "type": "string",
  11232. "example": "备注"
  11233. },
  11234. "nickname": {
  11235. "type": "string"
  11236. },
  11237. "phone": {
  11238. "type": "string"
  11239. },
  11240. "uid": {
  11241. "type": "integer"
  11242. }
  11243. }
  11244. },
  11245. "md.EggPointCoefficientBatchAddReq": {
  11246. "type": "object",
  11247. "properties": {
  11248. "list": {
  11249. "description": "系数管理列表",
  11250. "type": "array",
  11251. "items": {
  11252. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11253. }
  11254. }
  11255. }
  11256. },
  11257. "md.EggPointCoefficientDelReq": {
  11258. "type": "object",
  11259. "required": [
  11260. "id"
  11261. ],
  11262. "properties": {
  11263. "id": {
  11264. "description": "需要删除范围的id",
  11265. "type": "string"
  11266. }
  11267. }
  11268. },
  11269. "md.EggPointCoefficientGetResp": {
  11270. "type": "object",
  11271. "properties": {
  11272. "list": {
  11273. "type": "array",
  11274. "items": {
  11275. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11276. }
  11277. }
  11278. }
  11279. },
  11280. "md.EggPointCoefficientNode": {
  11281. "type": "object",
  11282. "properties": {
  11283. "coefficient": {
  11284. "description": "系数",
  11285. "type": "string"
  11286. },
  11287. "end_score": {
  11288. "description": "截止分值",
  11289. "type": "string"
  11290. },
  11291. "id": {
  11292. "type": "integer"
  11293. },
  11294. "start_score": {
  11295. "description": "起始分值",
  11296. "type": "string"
  11297. }
  11298. }
  11299. },
  11300. "md.EggPointCoefficientUpdateReq": {
  11301. "type": "object",
  11302. "required": [
  11303. "id"
  11304. ],
  11305. "properties": {
  11306. "coefficient": {
  11307. "description": "系数",
  11308. "type": "string"
  11309. },
  11310. "end_score": {
  11311. "description": "截止分值",
  11312. "type": "string"
  11313. },
  11314. "id": {
  11315. "description": "需要修改范围的id",
  11316. "type": "string"
  11317. },
  11318. "start_score": {
  11319. "description": "起始分值",
  11320. "type": "string"
  11321. }
  11322. }
  11323. },
  11324. "md.ExchangeRulesStruct": {
  11325. "type": "object",
  11326. "properties": {
  11327. "auto_exchange_nums_by_person": {
  11328. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  11329. "type": "string"
  11330. },
  11331. "auto_exchange_nums_by_team": {
  11332. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  11333. "type": "string"
  11334. },
  11335. "auto_exchange_rate_by_person": {
  11336. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  11337. "type": "string"
  11338. },
  11339. "auto_exchange_rate_by_team": {
  11340. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  11341. "type": "string"
  11342. }
  11343. }
  11344. },
  11345. "md.ExchangeUserPositionReq": {
  11346. "type": "object",
  11347. "properties": {
  11348. "position_1": {
  11349. "description": "位置1,具体值取返回数据中的 system_id",
  11350. "type": "integer"
  11351. },
  11352. "position_2": {
  11353. "description": "位置2,具体值取返回数据中的 system_id",
  11354. "type": "integer"
  11355. }
  11356. }
  11357. },
  11358. "md.FansNode": {
  11359. "type": "object",
  11360. "properties": {
  11361. "amount": {
  11362. "description": "可提现余额",
  11363. "type": "string"
  11364. },
  11365. "id": {
  11366. "description": "用户ID",
  11367. "type": "integer"
  11368. },
  11369. "level_total": {
  11370. "description": "所属代数",
  11371. "type": "integer"
  11372. },
  11373. "nickname": {
  11374. "type": "string",
  11375. "example": "用户昵称"
  11376. },
  11377. "phone": {
  11378. "type": "string",
  11379. "example": "手机号"
  11380. },
  11381. "register_at": {
  11382. "description": "注册时间",
  11383. "type": "string"
  11384. },
  11385. "total_income": {
  11386. "description": "累计收益",
  11387. "type": "string"
  11388. }
  11389. }
  11390. },
  11391. "md.FindSubUserRelationshipMapResp": {
  11392. "type": "object",
  11393. "properties": {
  11394. "basic_setting": {
  11395. "description": "公排设置",
  11396. "allOf": [
  11397. {
  11398. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  11399. }
  11400. ]
  11401. },
  11402. "search_uid": {
  11403. "description": "查找的用户 ID",
  11404. "type": "string"
  11405. },
  11406. "sub_user": {
  11407. "description": "上级用户信息",
  11408. "allOf": [
  11409. {
  11410. "$ref": "#/definitions/md.SubUser"
  11411. }
  11412. ]
  11413. }
  11414. }
  11415. },
  11416. "md.FirstWithdrawSet": {
  11417. "type": "object",
  11418. "properties": {
  11419. "first_withdraw_amount_limit": {
  11420. "description": "不需要实名时 最大提现金额",
  11421. "type": "string"
  11422. },
  11423. "is_need_real_name": {
  11424. "description": "是否需要实名(0:不需要,1:需要)",
  11425. "type": "integer"
  11426. }
  11427. }
  11428. },
  11429. "md.FreePublishUserNode": {
  11430. "type": "object",
  11431. "properties": {
  11432. "nickname": {
  11433. "type": "string",
  11434. "example": "昵称"
  11435. },
  11436. "phone": {
  11437. "type": "string",
  11438. "example": "手机号"
  11439. },
  11440. "uid": {
  11441. "type": "integer"
  11442. }
  11443. }
  11444. },
  11445. "md.FundDataNode": {
  11446. "type": "object",
  11447. "properties": {
  11448. "balance_amount": {
  11449. "description": "余额",
  11450. "type": "string"
  11451. },
  11452. "balance_times": {
  11453. "description": "剩余执行次数",
  11454. "type": "integer"
  11455. },
  11456. "create_at": {
  11457. "description": "创建时间",
  11458. "type": "string"
  11459. },
  11460. "hours": {
  11461. "description": "时长",
  11462. "type": "integer"
  11463. },
  11464. "kind": {
  11465. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  11466. "type": "integer"
  11467. },
  11468. "memo": {
  11469. "description": "备注",
  11470. "type": "string"
  11471. },
  11472. "system_id": {
  11473. "type": "integer"
  11474. },
  11475. "total_amount": {
  11476. "description": "金额",
  11477. "type": "string"
  11478. }
  11479. }
  11480. },
  11481. "md.FundDataRecordNode": {
  11482. "type": "object",
  11483. "properties": {
  11484. "after_planet_total_value": {
  11485. "description": "执行后-星球价值",
  11486. "type": "string"
  11487. },
  11488. "after_price": {
  11489. "description": "执行后-价格",
  11490. "type": "string"
  11491. },
  11492. "balance_amount": {
  11493. "description": "余额",
  11494. "type": "string"
  11495. },
  11496. "balance_times": {
  11497. "description": "剩余执行次数",
  11498. "type": "integer"
  11499. },
  11500. "before_planet_total_value": {
  11501. "description": "执行前-星球价值",
  11502. "type": "string"
  11503. },
  11504. "before_price": {
  11505. "description": "执行前-价格",
  11506. "type": "string"
  11507. },
  11508. "create_at": {
  11509. "type": "string"
  11510. },
  11511. "total_amount": {
  11512. "description": "金额",
  11513. "type": "string"
  11514. }
  11515. }
  11516. },
  11517. "md.GetActivePointsUserCoinFlowListReq": {
  11518. "type": "object",
  11519. "properties": {
  11520. "coin_id": {
  11521. "description": "货币类型 ID",
  11522. "type": "integer"
  11523. },
  11524. "direction": {
  11525. "description": "流水方向:1收入 2支出",
  11526. "type": "integer"
  11527. },
  11528. "end_at": {
  11529. "description": "结束时间",
  11530. "type": "string"
  11531. },
  11532. "page": {
  11533. "description": "页数",
  11534. "type": "integer"
  11535. },
  11536. "page_size": {
  11537. "description": "每页大小",
  11538. "type": "integer"
  11539. },
  11540. "start_at": {
  11541. "description": "开始时间",
  11542. "type": "string"
  11543. },
  11544. "uid": {
  11545. "description": "用户 ID",
  11546. "type": "integer"
  11547. }
  11548. }
  11549. },
  11550. "md.GetActivePointsUserCoinFlowListResp": {
  11551. "type": "object",
  11552. "properties": {
  11553. "list": {
  11554. "description": "流水信息",
  11555. "type": "array",
  11556. "items": {
  11557. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  11558. }
  11559. },
  11560. "paginate": {
  11561. "description": "分页信息",
  11562. "allOf": [
  11563. {
  11564. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11565. }
  11566. ]
  11567. },
  11568. "select_data": {
  11569. "description": "流水类型",
  11570. "allOf": [
  11571. {
  11572. "$ref": "#/definitions/md.SelectData"
  11573. }
  11574. ]
  11575. }
  11576. }
  11577. },
  11578. "md.GetActivePointsUserCoinListReq": {
  11579. "type": "object",
  11580. "properties": {
  11581. "end_coin": {
  11582. "type": "string",
  11583. "example": "最大金额"
  11584. },
  11585. "kind": {
  11586. "description": "虚拟币种类编号",
  11587. "type": "integer"
  11588. },
  11589. "page": {
  11590. "description": "页数",
  11591. "type": "integer"
  11592. },
  11593. "page_size": {
  11594. "description": "单页大小",
  11595. "type": "integer"
  11596. },
  11597. "start_coin": {
  11598. "type": "string",
  11599. "example": "最小金额"
  11600. },
  11601. "uid": {
  11602. "description": "指定查询用户 ID",
  11603. "type": "integer"
  11604. },
  11605. "user_name": {
  11606. "type": "string",
  11607. "example": "用户名称"
  11608. },
  11609. "user_phone": {
  11610. "type": "string",
  11611. "example": "手机号"
  11612. }
  11613. }
  11614. },
  11615. "md.GetActivePointsUserCoinListResp": {
  11616. "type": "object",
  11617. "properties": {
  11618. "kind_list": {
  11619. "description": "货币类型集合",
  11620. "type": "array",
  11621. "items": {
  11622. "$ref": "#/definitions/md.VirtualCoinListNode"
  11623. }
  11624. },
  11625. "list": {
  11626. "description": "余额集合",
  11627. "type": "array",
  11628. "items": {
  11629. "$ref": "#/definitions/md.ActivePointsWalletNode"
  11630. }
  11631. },
  11632. "sum_user_amount": {
  11633. "description": "用户持有总数",
  11634. "type": "number"
  11635. },
  11636. "total": {
  11637. "description": "持有该类型用户数",
  11638. "type": "integer"
  11639. }
  11640. }
  11641. },
  11642. "md.GetBlackListNode": {
  11643. "type": "object",
  11644. "properties": {
  11645. "admin_id": {
  11646. "description": "管理员 id",
  11647. "type": "integer"
  11648. },
  11649. "admin_nickname": {
  11650. "description": "管理员名称",
  11651. "type": "string"
  11652. },
  11653. "black_list_id": {
  11654. "description": "黑名单 id",
  11655. "type": "integer"
  11656. },
  11657. "created_at": {
  11658. "description": "添加时间",
  11659. "type": "string"
  11660. },
  11661. "memo": {
  11662. "description": "备注",
  11663. "type": "string"
  11664. },
  11665. "uid": {
  11666. "description": "用户 id",
  11667. "type": "integer"
  11668. },
  11669. "user_nickname": {
  11670. "description": "用户名称",
  11671. "type": "string"
  11672. }
  11673. }
  11674. },
  11675. "md.GetBlackListResp": {
  11676. "type": "object",
  11677. "properties": {
  11678. "list": {
  11679. "description": "具体信息",
  11680. "type": "array",
  11681. "items": {
  11682. "$ref": "#/definitions/md.GetBlackListNode"
  11683. }
  11684. },
  11685. "paginate": {
  11686. "description": "分页信息",
  11687. "allOf": [
  11688. {
  11689. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  11690. }
  11691. ]
  11692. }
  11693. }
  11694. },
  11695. "md.GetContributionValueBasicSettingResp": {
  11696. "type": "object",
  11697. "properties": {
  11698. "hand_out_red_package": {
  11699. "description": "发红包获得x点",
  11700. "type": "integer"
  11701. },
  11702. "id": {
  11703. "type": "integer"
  11704. },
  11705. "posting_comment_liked": {
  11706. "description": "发布评论被官方点赞获得x点",
  11707. "type": "integer"
  11708. },
  11709. "posting_dynamic_liked": {
  11710. "description": "发布动态被官方点赞获得x点",
  11711. "type": "integer"
  11712. },
  11713. "publish_creation": {
  11714. "description": "发布创作获得x点",
  11715. "type": "integer"
  11716. }
  11717. }
  11718. },
  11719. "md.GetDynamicReq": {
  11720. "type": "object",
  11721. "properties": {
  11722. "begin_at": {
  11723. "description": "开始时间",
  11724. "type": "string"
  11725. },
  11726. "end_at": {
  11727. "description": "结束时间",
  11728. "type": "string"
  11729. },
  11730. "limit": {
  11731. "description": "页面大小",
  11732. "type": "integer"
  11733. },
  11734. "nickname": {
  11735. "description": "创建人名称",
  11736. "type": "string"
  11737. },
  11738. "page": {
  11739. "description": "页数",
  11740. "type": "integer"
  11741. },
  11742. "uid": {
  11743. "description": "创建人id",
  11744. "type": "string"
  11745. }
  11746. }
  11747. },
  11748. "md.GetDynamicResp": {
  11749. "type": "object",
  11750. "properties": {
  11751. "list": {
  11752. "type": "array",
  11753. "items": {
  11754. "$ref": "#/definitions/md.DynamicRespNode"
  11755. }
  11756. },
  11757. "paginate": {
  11758. "description": "分页信息",
  11759. "allOf": [
  11760. {
  11761. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  11762. }
  11763. ]
  11764. }
  11765. }
  11766. },
  11767. "md.GetEggCoreDataListResp": {
  11768. "type": "object",
  11769. "properties": {
  11770. "now_energy_total_nums": {
  11771. "description": "现行总量",
  11772. "type": "string",
  11773. "example": "现行总量"
  11774. },
  11775. "now_price": {
  11776. "description": "当前价格",
  11777. "type": "string",
  11778. "example": "当前价格"
  11779. },
  11780. "planet_total_value": {
  11781. "description": "星球价值",
  11782. "type": "string",
  11783. "example": "星球价值"
  11784. },
  11785. "user_hold_total_nums": {
  11786. "description": "用户持有总量",
  11787. "type": "string"
  11788. }
  11789. }
  11790. },
  11791. "md.GetEggEnergyBasicResp": {
  11792. "type": "object",
  11793. "properties": {
  11794. "basic_setting": {
  11795. "description": "基础设置",
  11796. "allOf": [
  11797. {
  11798. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  11799. }
  11800. ]
  11801. },
  11802. "data_setting": {
  11803. "description": "数据设置",
  11804. "allOf": [
  11805. {
  11806. "$ref": "#/definitions/md.DataSetting"
  11807. }
  11808. ]
  11809. },
  11810. "destruction_setting": {
  11811. "description": "销毁设置",
  11812. "allOf": [
  11813. {
  11814. "$ref": "#/definitions/md.DestructionSettingStruct"
  11815. }
  11816. ]
  11817. },
  11818. "exchange_rules": {
  11819. "description": "兑换规则",
  11820. "allOf": [
  11821. {
  11822. "$ref": "#/definitions/md.ExchangeRulesStruct"
  11823. }
  11824. ]
  11825. },
  11826. "new_user_incentive_rules": {
  11827. "description": "新用户奖励规则",
  11828. "allOf": [
  11829. {
  11830. "$ref": "#/definitions/md.NewUserRewardRules"
  11831. }
  11832. ]
  11833. },
  11834. "price_setting": {
  11835. "description": "价格设置",
  11836. "allOf": [
  11837. {
  11838. "$ref": "#/definitions/md.PriceSettingStruct"
  11839. }
  11840. ]
  11841. },
  11842. "reward_system": {
  11843. "description": "圈层奖励",
  11844. "type": "array",
  11845. "items": {
  11846. "$ref": "#/definitions/md.RewardSystemStruct"
  11847. }
  11848. },
  11849. "system_id": {
  11850. "description": "该设置系统 ID",
  11851. "type": "integer"
  11852. },
  11853. "video_reward_setting": {
  11854. "description": "视频奖励",
  11855. "allOf": [
  11856. {
  11857. "$ref": "#/definitions/md.VideoRewardSetting"
  11858. }
  11859. ]
  11860. }
  11861. }
  11862. },
  11863. "md.GetEggEnergyVipSettingResp": {
  11864. "type": "object",
  11865. "properties": {
  11866. "level_list": {
  11867. "description": "会员等级列表",
  11868. "type": "array",
  11869. "items": {
  11870. "type": "object",
  11871. "additionalProperties": true
  11872. }
  11873. },
  11874. "list": {
  11875. "description": "会员权益设置",
  11876. "type": "array",
  11877. "items": {
  11878. "$ref": "#/definitions/md.VipEquitySettingNode"
  11879. }
  11880. }
  11881. }
  11882. },
  11883. "md.GetFreePublishUserReq": {
  11884. "type": "object",
  11885. "properties": {
  11886. "limit": {
  11887. "description": "每页大小",
  11888. "type": "integer"
  11889. },
  11890. "page": {
  11891. "description": "当前页数",
  11892. "type": "integer"
  11893. },
  11894. "uid": {
  11895. "description": "筛选的用户 ID",
  11896. "type": "integer"
  11897. }
  11898. }
  11899. },
  11900. "md.GetFreePublishUserResp": {
  11901. "type": "object",
  11902. "properties": {
  11903. "list": {
  11904. "description": "免罚用户列表",
  11905. "type": "array",
  11906. "items": {
  11907. "$ref": "#/definitions/md.FreePublishUserNode"
  11908. }
  11909. },
  11910. "paginate": {
  11911. "description": "分页信息",
  11912. "allOf": [
  11913. {
  11914. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11915. }
  11916. ]
  11917. }
  11918. }
  11919. },
  11920. "md.GetFriendCircleBasicSettingsResp": {
  11921. "type": "object",
  11922. "properties": {
  11923. "comment_is_real_name": {
  11924. "description": "评论是否需要实名认证(1:是 2:否)",
  11925. "type": "integer"
  11926. },
  11927. "comment_nums_every_day": {
  11928. "description": "评论每天次数",
  11929. "type": "integer"
  11930. },
  11931. "id": {
  11932. "type": "integer"
  11933. },
  11934. "publish_is_real_name": {
  11935. "description": "发布是否需要实名认证(1:是 2:否)",
  11936. "type": "integer"
  11937. },
  11938. "publish_nums_every_day": {
  11939. "description": "发布每天次数",
  11940. "type": "integer"
  11941. }
  11942. }
  11943. },
  11944. "md.GetFundDataListReq": {
  11945. "type": "object",
  11946. "properties": {
  11947. "end_at": {
  11948. "type": "string",
  11949. "example": "结束时间"
  11950. },
  11951. "kind": {
  11952. "description": "数据类型",
  11953. "type": "integer"
  11954. },
  11955. "limit": {
  11956. "description": "每页大小",
  11957. "type": "integer"
  11958. },
  11959. "page": {
  11960. "description": "页数",
  11961. "type": "integer"
  11962. },
  11963. "start_at": {
  11964. "type": "string",
  11965. "example": "开始时间"
  11966. }
  11967. }
  11968. },
  11969. "md.GetFundDataListResp": {
  11970. "type": "object",
  11971. "properties": {
  11972. "kind_list": {
  11973. "description": "类型列表",
  11974. "type": "array",
  11975. "items": {
  11976. "type": "object",
  11977. "additionalProperties": true
  11978. }
  11979. },
  11980. "list": {
  11981. "description": "数据列表",
  11982. "type": "array",
  11983. "items": {
  11984. "$ref": "#/definitions/md.FundDataNode"
  11985. }
  11986. },
  11987. "paginate": {
  11988. "description": "分页数据",
  11989. "allOf": [
  11990. {
  11991. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11992. }
  11993. ]
  11994. }
  11995. }
  11996. },
  11997. "md.GetFundDataRecordListReq": {
  11998. "type": "object",
  11999. "properties": {
  12000. "limit": {
  12001. "description": "页面大小",
  12002. "type": "integer"
  12003. },
  12004. "page": {
  12005. "description": "页数",
  12006. "type": "integer"
  12007. },
  12008. "system_id": {
  12009. "description": "数据在系统中的 ID",
  12010. "type": "integer"
  12011. }
  12012. }
  12013. },
  12014. "md.GetFundDataRecordListResp": {
  12015. "type": "object",
  12016. "properties": {
  12017. "list": {
  12018. "type": "array",
  12019. "items": {
  12020. "$ref": "#/definitions/md.FundDataRecordNode"
  12021. }
  12022. },
  12023. "paginate": {
  12024. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12025. }
  12026. }
  12027. },
  12028. "md.GetGreenEnergyUserCoinFlowListReq": {
  12029. "type": "object",
  12030. "properties": {
  12031. "coin_id": {
  12032. "description": "货币类型 ID",
  12033. "type": "integer"
  12034. },
  12035. "direction": {
  12036. "description": "流水方向:1收入 2支出",
  12037. "type": "integer"
  12038. },
  12039. "end_at": {
  12040. "description": "结束时间",
  12041. "type": "string"
  12042. },
  12043. "page": {
  12044. "description": "页数",
  12045. "type": "integer"
  12046. },
  12047. "page_size": {
  12048. "description": "每页大小",
  12049. "type": "integer"
  12050. },
  12051. "start_at": {
  12052. "description": "开始时间",
  12053. "type": "string"
  12054. },
  12055. "uid": {
  12056. "description": "用户 ID",
  12057. "type": "integer"
  12058. }
  12059. }
  12060. },
  12061. "md.GetGreenEnergyUserCoinFlowListResp": {
  12062. "type": "object",
  12063. "properties": {
  12064. "list": {
  12065. "description": "流水信息",
  12066. "type": "array",
  12067. "items": {
  12068. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12069. }
  12070. },
  12071. "paginate": {
  12072. "description": "分页信息",
  12073. "allOf": [
  12074. {
  12075. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12076. }
  12077. ]
  12078. },
  12079. "select_data": {
  12080. "description": "流水类型",
  12081. "allOf": [
  12082. {
  12083. "$ref": "#/definitions/md.SelectData"
  12084. }
  12085. ]
  12086. }
  12087. }
  12088. },
  12089. "md.GetGreenEnergyUserCoinListReq": {
  12090. "type": "object",
  12091. "properties": {
  12092. "end_coin": {
  12093. "type": "string",
  12094. "example": "最大金额"
  12095. },
  12096. "kind": {
  12097. "description": "虚拟币种类编号",
  12098. "type": "integer"
  12099. },
  12100. "page": {
  12101. "description": "页数",
  12102. "type": "integer"
  12103. },
  12104. "page_size": {
  12105. "description": "单页大小",
  12106. "type": "integer"
  12107. },
  12108. "start_coin": {
  12109. "type": "string",
  12110. "example": "最小金额"
  12111. },
  12112. "uid": {
  12113. "description": "指定查询用户 ID",
  12114. "type": "integer"
  12115. },
  12116. "user_name": {
  12117. "type": "string",
  12118. "example": "用户名称"
  12119. },
  12120. "user_phone": {
  12121. "type": "string",
  12122. "example": "手机号"
  12123. }
  12124. }
  12125. },
  12126. "md.GetGreenEnergyUserCoinListResp": {
  12127. "type": "object",
  12128. "properties": {
  12129. "kind_list": {
  12130. "description": "货币类型集合",
  12131. "type": "array",
  12132. "items": {
  12133. "$ref": "#/definitions/md.VirtualCoinListNode"
  12134. }
  12135. },
  12136. "list": {
  12137. "description": "余额集合",
  12138. "type": "array",
  12139. "items": {
  12140. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12141. }
  12142. },
  12143. "sum_user_amount": {
  12144. "description": "用户持有总数",
  12145. "type": "number"
  12146. },
  12147. "total": {
  12148. "description": "持有该类型用户数",
  12149. "type": "integer"
  12150. }
  12151. }
  12152. },
  12153. "md.GetLevelListResp": {
  12154. "type": "object",
  12155. "properties": {
  12156. "list": {
  12157. "type": "array",
  12158. "items": {
  12159. "$ref": "#/definitions/md.LevelListNode"
  12160. }
  12161. },
  12162. "paginate": {
  12163. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12164. }
  12165. }
  12166. },
  12167. "md.GetModuleSettingResp": {
  12168. "type": "object",
  12169. "properties": {
  12170. "data": {
  12171. "description": "内容"
  12172. },
  12173. "mod_name": {
  12174. "description": "模块名称",
  12175. "type": "string"
  12176. },
  12177. "position": {
  12178. "description": "位置",
  12179. "type": "string"
  12180. },
  12181. "skip_identifier": {
  12182. "description": "跳转标识",
  12183. "type": "string"
  12184. },
  12185. "subtitle": {
  12186. "description": "副标题",
  12187. "type": "string"
  12188. },
  12189. "title": {
  12190. "description": "标题",
  12191. "type": "string"
  12192. }
  12193. }
  12194. },
  12195. "md.GetOneLevelResp": {
  12196. "type": "object",
  12197. "properties": {
  12198. "auto_update": {
  12199. "description": "自动升级 0关闭,1开启",
  12200. "type": "integer"
  12201. },
  12202. "choosable_num": {
  12203. "description": "可选任务数量",
  12204. "type": "integer"
  12205. },
  12206. "is_use": {
  12207. "description": "是否开启(0.否, 1.是)",
  12208. "type": "integer"
  12209. },
  12210. "level_id": {
  12211. "description": "等级 ID",
  12212. "type": "integer"
  12213. },
  12214. "level_name": {
  12215. "description": "等级名称",
  12216. "type": "string"
  12217. },
  12218. "level_weight": {
  12219. "description": "等级权重",
  12220. "type": "integer"
  12221. },
  12222. "memo": {
  12223. "description": "备注",
  12224. "type": "string"
  12225. },
  12226. "task_type": {
  12227. "description": "任务类型关系",
  12228. "type": "array",
  12229. "items": {
  12230. "type": "object",
  12231. "additionalProperties": true
  12232. }
  12233. },
  12234. "user_level_tasks": {
  12235. "type": "array",
  12236. "items": {
  12237. "$ref": "#/definitions/model.UserLevelTask"
  12238. }
  12239. }
  12240. }
  12241. },
  12242. "md.GetPriceCurveResp": {
  12243. "type": "object",
  12244. "properties": {
  12245. "x_data": {
  12246. "type": "array",
  12247. "items": {}
  12248. },
  12249. "y_data": {
  12250. "type": "array",
  12251. "items": {}
  12252. }
  12253. }
  12254. },
  12255. "md.GetPublicPlatoonBasicResp": {
  12256. "type": "object",
  12257. "properties": {
  12258. "is_open": {
  12259. "description": "是否开启(1:开启 0:关闭)",
  12260. "type": "integer"
  12261. },
  12262. "is_self_active_get_team_revenue": {
  12263. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12264. "type": "integer"
  12265. },
  12266. "originator_name": {
  12267. "description": "创始人名称",
  12268. "type": "string"
  12269. },
  12270. "originator_uid": {
  12271. "description": "创始人uid",
  12272. "type": "integer"
  12273. },
  12274. "several_rows": {
  12275. "description": "几排",
  12276. "type": "integer"
  12277. },
  12278. "several_times": {
  12279. "description": "几乘",
  12280. "type": "integer"
  12281. },
  12282. "system_punish_replace": {
  12283. "description": "是否位置滑落 被新用户替换 0否 1是",
  12284. "type": "integer"
  12285. },
  12286. "system_punish_replace_value": {
  12287. "description": "xx天未活跃,处罚滑落",
  12288. "type": "integer"
  12289. }
  12290. }
  12291. },
  12292. "md.GetTagListResp": {
  12293. "type": "object",
  12294. "properties": {
  12295. "list": {
  12296. "type": "array",
  12297. "items": {
  12298. "$ref": "#/definitions/md.TagListNode"
  12299. }
  12300. },
  12301. "paginate": {
  12302. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12303. }
  12304. }
  12305. },
  12306. "md.GetVideoRewardResp": {
  12307. "type": "object",
  12308. "properties": {
  12309. "ecmp": {
  12310. "description": "当前 Ecpm 值",
  12311. "type": "string"
  12312. },
  12313. "unit_price": {
  12314. "description": "单价",
  12315. "type": "string"
  12316. }
  12317. }
  12318. },
  12319. "md.GetWithdrawApplyListNode": {
  12320. "type": "object",
  12321. "properties": {
  12322. "actual_receipt": {
  12323. "description": "实际到账",
  12324. "type": "string"
  12325. },
  12326. "ali_pay_account": {
  12327. "description": "支付宝账号",
  12328. "type": "string"
  12329. },
  12330. "ali_pay_name": {
  12331. "description": "支付宝昵称",
  12332. "type": "string"
  12333. },
  12334. "amount": {
  12335. "description": "提现金额",
  12336. "type": "string"
  12337. },
  12338. "apply_at": {
  12339. "description": "申请时间",
  12340. "type": "string"
  12341. },
  12342. "invite_code": {
  12343. "description": "邀请码",
  12344. "type": "string"
  12345. },
  12346. "memo": {
  12347. "description": "备注",
  12348. "type": "string"
  12349. },
  12350. "nickname": {
  12351. "description": "用户名称",
  12352. "type": "string"
  12353. },
  12354. "parentID": {
  12355. "description": "推荐人ID",
  12356. "type": "integer"
  12357. },
  12358. "parentPhone": {
  12359. "description": "推荐人手机号",
  12360. "type": "string"
  12361. },
  12362. "pay_at": {
  12363. "description": "到账时间",
  12364. "type": "string"
  12365. },
  12366. "state": {
  12367. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12368. "type": "integer"
  12369. },
  12370. "sys_fee": {
  12371. "description": "手续费",
  12372. "type": "string"
  12373. },
  12374. "tag": {
  12375. "description": "标签",
  12376. "type": "array",
  12377. "items": {
  12378. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  12379. }
  12380. },
  12381. "user_id": {
  12382. "description": "会员 ID",
  12383. "type": "integer"
  12384. },
  12385. "wechat_pay_account": {
  12386. "description": "微信账号",
  12387. "type": "string"
  12388. },
  12389. "wechat_pay_name": {
  12390. "description": "微信昵称",
  12391. "type": "string"
  12392. },
  12393. "withdraw_apply_id": {
  12394. "description": "提现申请id",
  12395. "type": "integer"
  12396. },
  12397. "withdraw_type": {
  12398. "description": "转账平台(1:支付宝 2:微信)",
  12399. "type": "integer"
  12400. }
  12401. }
  12402. },
  12403. "md.GetWithdrawApplyListReq": {
  12404. "type": "object",
  12405. "properties": {
  12406. "amount_begin": {
  12407. "description": "最小金额",
  12408. "type": "string"
  12409. },
  12410. "amount_end": {
  12411. "description": "最大金额",
  12412. "type": "string"
  12413. },
  12414. "apply_end_at": {
  12415. "description": "申请结束时间",
  12416. "type": "string"
  12417. },
  12418. "apply_start_at": {
  12419. "description": "申请开始时间",
  12420. "type": "string"
  12421. },
  12422. "examine_end_at": {
  12423. "description": "审核结束时间",
  12424. "type": "string"
  12425. },
  12426. "examine_start_at": {
  12427. "description": "审核开始时间",
  12428. "type": "string"
  12429. },
  12430. "is_first": {
  12431. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  12432. "type": "string"
  12433. },
  12434. "level": {
  12435. "description": "会员等级",
  12436. "type": "string"
  12437. },
  12438. "limit": {
  12439. "description": "页面大小",
  12440. "type": "integer"
  12441. },
  12442. "nickname": {
  12443. "description": "用户昵称",
  12444. "type": "string"
  12445. },
  12446. "page": {
  12447. "description": "页数",
  12448. "type": "integer"
  12449. },
  12450. "parent_id": {
  12451. "description": "推荐人 ID",
  12452. "type": "string"
  12453. },
  12454. "payment_type": {
  12455. "description": "打款类型 1:手动;2:自动",
  12456. "type": "string"
  12457. },
  12458. "phone": {
  12459. "description": "用户手机号",
  12460. "type": "string"
  12461. },
  12462. "state": {
  12463. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12464. "type": "string"
  12465. },
  12466. "uid": {
  12467. "description": "用户 ID",
  12468. "type": "string"
  12469. },
  12470. "withdraw_account": {
  12471. "description": "支付宝/微信昵称",
  12472. "type": "string"
  12473. },
  12474. "withdraw_name": {
  12475. "description": "支付宝姓名",
  12476. "type": "string"
  12477. },
  12478. "withdraw_type": {
  12479. "description": "提现方式(1:支付宝 2:微信)",
  12480. "type": "string"
  12481. }
  12482. }
  12483. },
  12484. "md.GetWithdrawApplyListResp": {
  12485. "type": "object",
  12486. "properties": {
  12487. "levels_list": {
  12488. "description": "等级列表",
  12489. "type": "array",
  12490. "items": {
  12491. "type": "object",
  12492. "additionalProperties": true
  12493. }
  12494. },
  12495. "list": {
  12496. "type": "array",
  12497. "items": {
  12498. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  12499. }
  12500. },
  12501. "paginate": {
  12502. "description": "分页信息",
  12503. "allOf": [
  12504. {
  12505. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  12506. }
  12507. ]
  12508. },
  12509. "pay_failed_amount": {
  12510. "description": "打款失败金额",
  12511. "type": "string"
  12512. },
  12513. "pay_succeed_amount": {
  12514. "description": "打款成功金额",
  12515. "type": "string"
  12516. },
  12517. "pending_amount": {
  12518. "description": "处理中金额",
  12519. "type": "string"
  12520. },
  12521. "reason_list": {
  12522. "description": "审核失败(驳回理由)",
  12523. "type": "array",
  12524. "items": {
  12525. "type": "object",
  12526. "additionalProperties": true
  12527. }
  12528. },
  12529. "tags_list": {
  12530. "description": "标签列表",
  12531. "type": "array",
  12532. "items": {
  12533. "type": "object",
  12534. "additionalProperties": true
  12535. }
  12536. },
  12537. "under_review": {
  12538. "description": "审核中金额",
  12539. "type": "string"
  12540. }
  12541. }
  12542. },
  12543. "md.GetWithdrawSettingResp": {
  12544. "type": "object",
  12545. "properties": {
  12546. "condition_is_open": {
  12547. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12548. "type": "integer"
  12549. },
  12550. "first_withdraw_set": {
  12551. "description": "首次提现设置",
  12552. "allOf": [
  12553. {
  12554. "$ref": "#/definitions/md.FirstWithdrawSet"
  12555. }
  12556. ]
  12557. },
  12558. "frequency_set": {
  12559. "description": "频率设置(0:日 1:周 2:月 3:年)",
  12560. "allOf": [
  12561. {
  12562. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12563. }
  12564. ]
  12565. },
  12566. "id": {
  12567. "type": "integer"
  12568. },
  12569. "is_auto": {
  12570. "description": "是否开启自动提现(0:否 1:是)",
  12571. "type": "integer"
  12572. },
  12573. "is_auto_amount_limit": {
  12574. "description": "自动提现金额限制",
  12575. "type": "string"
  12576. },
  12577. "is_real_name": {
  12578. "description": "是否实名(0:否 1:是)",
  12579. "type": "integer"
  12580. },
  12581. "is_support_decimal_point": {
  12582. "description": "是否支持小数点(0:否 1:是)",
  12583. "type": "integer"
  12584. },
  12585. "level_list": {
  12586. "description": "会员等级列表",
  12587. "type": "array",
  12588. "items": {
  12589. "type": "object",
  12590. "additionalProperties": true
  12591. }
  12592. },
  12593. "pending_orders_is_can_apply": {
  12594. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12595. "type": "integer"
  12596. },
  12597. "tips": {
  12598. "description": "提示",
  12599. "type": "string"
  12600. },
  12601. "vip_level_limit": {
  12602. "description": "提现等级限制",
  12603. "type": "integer"
  12604. },
  12605. "withdraw_amount_limit": {
  12606. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12607. "type": "string"
  12608. },
  12609. "withdraw_fee_set": {
  12610. "description": "提现手续费设置",
  12611. "allOf": [
  12612. {
  12613. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12614. }
  12615. ]
  12616. },
  12617. "withdraw_multiple_limit": {
  12618. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12619. "type": "string"
  12620. },
  12621. "withdraw_nums_limit": {
  12622. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12623. "type": "integer"
  12624. },
  12625. "withdraw_time_interval": {
  12626. "description": "提现时段",
  12627. "allOf": [
  12628. {
  12629. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12630. }
  12631. ]
  12632. },
  12633. "withdraw_type": {
  12634. "description": "提现方式(1:支付宝 2:微信)",
  12635. "type": "integer"
  12636. }
  12637. }
  12638. },
  12639. "md.GroupListReq": {
  12640. "type": "object",
  12641. "properties": {
  12642. "group_admin": {
  12643. "description": "群主",
  12644. "type": "string"
  12645. },
  12646. "name": {
  12647. "description": "群名称",
  12648. "type": "string"
  12649. },
  12650. "page": {
  12651. "type": "integer"
  12652. },
  12653. "page_size": {
  12654. "type": "integer"
  12655. },
  12656. "start_time_end": {
  12657. "type": "string",
  12658. "example": "创建时间-截止"
  12659. },
  12660. "start_time_start": {
  12661. "type": "string",
  12662. "example": "创建时间-起始"
  12663. }
  12664. }
  12665. },
  12666. "md.GroupListResp": {
  12667. "type": "object",
  12668. "properties": {
  12669. "list": {
  12670. "type": "array",
  12671. "items": {
  12672. "type": "object",
  12673. "properties": {
  12674. "avatarUrl": {
  12675. "description": "头像",
  12676. "type": "string"
  12677. },
  12678. "createTime": {
  12679. "description": "创建时间",
  12680. "type": "string"
  12681. },
  12682. "extra": {
  12683. "description": "附加字段",
  12684. "type": "string"
  12685. },
  12686. "id": {
  12687. "description": "群组id",
  12688. "type": "integer"
  12689. },
  12690. "introduction": {
  12691. "description": "群简介",
  12692. "type": "string"
  12693. },
  12694. "isAllAddFriend": {
  12695. "description": "是否允许加好友(1:是 2:否)",
  12696. "type": "integer"
  12697. },
  12698. "isAllMemberBanned": {
  12699. "description": "是否全员禁言(1:是 2:否)",
  12700. "type": "integer"
  12701. },
  12702. "name": {
  12703. "description": "组名",
  12704. "type": "string"
  12705. },
  12706. "nickname": {
  12707. "description": "群主昵称",
  12708. "type": "string"
  12709. },
  12710. "phoneNumber": {
  12711. "description": "群主账号",
  12712. "type": "string"
  12713. },
  12714. "updateTime": {
  12715. "description": "更新时间",
  12716. "type": "string"
  12717. },
  12718. "userNum": {
  12719. "description": "群组人数",
  12720. "type": "integer"
  12721. }
  12722. }
  12723. }
  12724. },
  12725. "page": {
  12726. "type": "integer"
  12727. },
  12728. "page_size": {
  12729. "type": "integer"
  12730. },
  12731. "total": {
  12732. "type": "integer"
  12733. }
  12734. }
  12735. },
  12736. "md.Guide": {
  12737. "type": "object",
  12738. "properties": {
  12739. "bg_image": {
  12740. "type": "string"
  12741. },
  12742. "bg_image_url": {
  12743. "type": "string"
  12744. },
  12745. "content_image": {
  12746. "type": "string"
  12747. },
  12748. "content_image_url": {
  12749. "type": "string"
  12750. }
  12751. }
  12752. },
  12753. "md.JPushGetLevelListResp": {
  12754. "type": "object",
  12755. "properties": {
  12756. "list": {
  12757. "type": "array",
  12758. "items": {
  12759. "$ref": "#/definitions/md.LevelListNode"
  12760. }
  12761. },
  12762. "paginate": {
  12763. "$ref": "#/definitions/applet_app_md.Paginate"
  12764. }
  12765. }
  12766. },
  12767. "md.JPushGetTagListResp": {
  12768. "type": "object",
  12769. "properties": {
  12770. "list": {
  12771. "type": "array",
  12772. "items": {
  12773. "$ref": "#/definitions/md.TagListNode"
  12774. }
  12775. },
  12776. "paginate": {
  12777. "$ref": "#/definitions/applet_app_md.Paginate"
  12778. }
  12779. }
  12780. },
  12781. "md.JPushGetUserListReq": {
  12782. "type": "object",
  12783. "properties": {
  12784. "effective": {
  12785. "description": "有效会员",
  12786. "type": "integer"
  12787. },
  12788. "id": {
  12789. "description": "会员 ID",
  12790. "type": "integer"
  12791. },
  12792. "invite_code": {
  12793. "type": "string",
  12794. "example": "会员邀请码"
  12795. },
  12796. "is_real_name": {
  12797. "description": "是否实名 0.未实名,1.已实名",
  12798. "type": "integer"
  12799. },
  12800. "level": {
  12801. "description": "会员等级",
  12802. "type": "integer"
  12803. },
  12804. "limit": {
  12805. "type": "integer"
  12806. },
  12807. "login_after": {
  12808. "description": "最近登录结束时间",
  12809. "type": "string"
  12810. },
  12811. "login_before": {
  12812. "description": "最近登录开始时间",
  12813. "type": "string"
  12814. },
  12815. "memo": {
  12816. "description": "备注",
  12817. "type": "string"
  12818. },
  12819. "nickname": {
  12820. "type": "string",
  12821. "example": "会员昵称"
  12822. },
  12823. "page": {
  12824. "type": "integer"
  12825. },
  12826. "parent_invite_code": {
  12827. "type": "string",
  12828. "example": "上级邀请码"
  12829. },
  12830. "parent_phone": {
  12831. "type": "string",
  12832. "example": "上级手机号"
  12833. },
  12834. "phone": {
  12835. "type": "string",
  12836. "example": "会员手机号"
  12837. },
  12838. "recommend_id": {
  12839. "description": "推荐人 ID",
  12840. "type": "integer"
  12841. },
  12842. "register_after": {
  12843. "description": "注册时间终点",
  12844. "type": "string"
  12845. },
  12846. "register_before": {
  12847. "description": "注册时间起点",
  12848. "type": "string"
  12849. },
  12850. "register_type": {
  12851. "description": "注册类型(1:APP注册、2:H5注册)",
  12852. "type": "integer"
  12853. },
  12854. "sex": {
  12855. "description": "性别(0:未知 1:男 2:女)",
  12856. "type": "integer"
  12857. },
  12858. "state": {
  12859. "description": "状态",
  12860. "type": "integer"
  12861. },
  12862. "tag": {
  12863. "description": "标签 id",
  12864. "type": "integer"
  12865. },
  12866. "union_id": {
  12867. "type": "string",
  12868. "example": "微信号"
  12869. }
  12870. }
  12871. },
  12872. "md.LevelListNode": {
  12873. "type": "object",
  12874. "properties": {
  12875. "count": {
  12876. "description": "等级人数",
  12877. "type": "string"
  12878. },
  12879. "create_at": {
  12880. "description": "创建时间",
  12881. "type": "string"
  12882. },
  12883. "is_use": {
  12884. "description": "是否开启(0.否, 1.是)",
  12885. "type": "integer"
  12886. },
  12887. "level_id": {
  12888. "description": "等级 ID",
  12889. "type": "integer"
  12890. },
  12891. "level_name": {
  12892. "description": "等级名称",
  12893. "type": "string"
  12894. },
  12895. "level_weight": {
  12896. "description": "等级权重",
  12897. "type": "integer"
  12898. },
  12899. "memo": {
  12900. "description": "备注",
  12901. "type": "string"
  12902. }
  12903. }
  12904. },
  12905. "md.LevelTaskNode": {
  12906. "type": "object",
  12907. "properties": {
  12908. "active_days": {
  12909. "description": "活跃多少天",
  12910. "type": "string"
  12911. },
  12912. "finish_count": {
  12913. "description": "多少天内完成的指标",
  12914. "type": "string"
  12915. },
  12916. "is_must_task": {
  12917. "description": "是否必做(0,1)",
  12918. "type": "string"
  12919. },
  12920. "task_type": {
  12921. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  12922. "type": "string"
  12923. },
  12924. "task_type_level_id": {
  12925. "description": "会员等级 ID (task_type=3时生效)",
  12926. "type": "string"
  12927. },
  12928. "within_days": {
  12929. "description": "多少天内完成",
  12930. "type": "string"
  12931. }
  12932. }
  12933. },
  12934. "md.ListCommunityDividendsReq": {
  12935. "type": "object",
  12936. "properties": {
  12937. "end_at": {
  12938. "description": "结束时间",
  12939. "type": "string"
  12940. },
  12941. "end_nums": {
  12942. "description": "分红总量上限",
  12943. "type": "integer"
  12944. },
  12945. "limit": {
  12946. "description": "每页大小",
  12947. "type": "integer"
  12948. },
  12949. "page": {
  12950. "description": "页数",
  12951. "type": "integer"
  12952. },
  12953. "start_at": {
  12954. "description": "开始时间",
  12955. "type": "string"
  12956. },
  12957. "start_nums": {
  12958. "description": "分红总量下限",
  12959. "type": "integer"
  12960. }
  12961. }
  12962. },
  12963. "md.ListCommunityDividendsResp": {
  12964. "type": "object",
  12965. "properties": {
  12966. "list": {
  12967. "type": "array",
  12968. "items": {
  12969. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  12970. }
  12971. },
  12972. "paginate": {
  12973. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12974. }
  12975. }
  12976. },
  12977. "md.ListCommunityDividendsWithUserReq": {
  12978. "type": "object",
  12979. "properties": {
  12980. "limit": {
  12981. "type": "integer"
  12982. },
  12983. "page": {
  12984. "type": "integer"
  12985. },
  12986. "phone": {
  12987. "type": "string"
  12988. },
  12989. "uid": {
  12990. "type": "integer"
  12991. }
  12992. }
  12993. },
  12994. "md.ListCommunityDividendsWithUserResp": {
  12995. "type": "object",
  12996. "properties": {
  12997. "list": {
  12998. "type": "array",
  12999. "items": {
  13000. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  13001. }
  13002. },
  13003. "paginate": {
  13004. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13005. }
  13006. }
  13007. },
  13008. "md.ListPlatformRevenueReq": {
  13009. "type": "object",
  13010. "properties": {
  13011. "end_at": {
  13012. "type": "string",
  13013. "example": "结束时间"
  13014. },
  13015. "kind": {
  13016. "description": "数据类型",
  13017. "type": "integer"
  13018. },
  13019. "limit": {
  13020. "description": "每页大小",
  13021. "type": "integer"
  13022. },
  13023. "page": {
  13024. "description": "页数",
  13025. "type": "integer"
  13026. },
  13027. "start_at": {
  13028. "type": "string",
  13029. "example": "开始时间"
  13030. }
  13031. }
  13032. },
  13033. "md.ListPlatformRevenueResp": {
  13034. "type": "object",
  13035. "properties": {
  13036. "kind_list": {
  13037. "description": "类型列表",
  13038. "type": "array",
  13039. "items": {
  13040. "type": "object",
  13041. "additionalProperties": true
  13042. }
  13043. },
  13044. "list": {
  13045. "description": "数据列表",
  13046. "type": "array",
  13047. "items": {
  13048. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  13049. }
  13050. },
  13051. "paginate": {
  13052. "description": "分页数据",
  13053. "allOf": [
  13054. {
  13055. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13056. }
  13057. ]
  13058. }
  13059. }
  13060. },
  13061. "md.LoginReq": {
  13062. "type": "object",
  13063. "required": [
  13064. "password",
  13065. "username"
  13066. ],
  13067. "properties": {
  13068. "code": {
  13069. "type": "string",
  13070. "example": "验证码"
  13071. },
  13072. "password": {
  13073. "type": "string",
  13074. "example": "登录密码"
  13075. },
  13076. "username": {
  13077. "type": "string",
  13078. "example": "登录账号"
  13079. }
  13080. }
  13081. },
  13082. "md.LoginResponse": {
  13083. "type": "object",
  13084. "properties": {
  13085. "token": {
  13086. "type": "string"
  13087. }
  13088. }
  13089. },
  13090. "md.ManualScoreReq": {
  13091. "type": "object",
  13092. "properties": {
  13093. "index_id": {
  13094. "description": "文档id",
  13095. "type": "string"
  13096. },
  13097. "score": {
  13098. "type": "string",
  13099. "example": "分数"
  13100. }
  13101. }
  13102. },
  13103. "md.ModuleSettingGetResp": {
  13104. "type": "object",
  13105. "properties": {
  13106. "data": {
  13107. "description": "内容"
  13108. },
  13109. "mod_name": {
  13110. "description": "模块名称",
  13111. "type": "string"
  13112. },
  13113. "mod_name_list": {
  13114. "description": "模块名称对照",
  13115. "type": "array",
  13116. "items": {
  13117. "type": "object",
  13118. "additionalProperties": true
  13119. }
  13120. },
  13121. "position": {
  13122. "description": "位置",
  13123. "type": "string"
  13124. },
  13125. "skip_identifier": {
  13126. "description": "跳转标识",
  13127. "type": "string"
  13128. },
  13129. "subtitle": {
  13130. "description": "副标题",
  13131. "type": "string"
  13132. },
  13133. "title": {
  13134. "description": "标题",
  13135. "type": "string"
  13136. }
  13137. }
  13138. },
  13139. "md.ModuleSettingUpdateReq": {
  13140. "type": "object",
  13141. "properties": {
  13142. "data": {
  13143. "description": "内容",
  13144. "type": "object",
  13145. "additionalProperties": true
  13146. },
  13147. "mod_name_value": {
  13148. "description": "模块类型值",
  13149. "type": "string"
  13150. },
  13151. "position": {
  13152. "description": "位置",
  13153. "type": "string"
  13154. },
  13155. "skip_identifier": {
  13156. "description": "跳转标识",
  13157. "type": "string"
  13158. },
  13159. "subtitle": {
  13160. "description": "副标题",
  13161. "type": "string"
  13162. },
  13163. "title": {
  13164. "description": "标题",
  13165. "type": "string"
  13166. }
  13167. }
  13168. },
  13169. "md.NewUserRedPackageGetBasicResp": {
  13170. "type": "object",
  13171. "properties": {
  13172. "create_at": {
  13173. "type": "string"
  13174. },
  13175. "days": {
  13176. "description": "天数",
  13177. "type": "integer"
  13178. },
  13179. "is_double": {
  13180. "description": "是否翻倍",
  13181. "type": "integer"
  13182. },
  13183. "is_open": {
  13184. "description": "是否开启(1:开启 0:关闭)",
  13185. "type": "integer"
  13186. },
  13187. "total_amount": {
  13188. "type": "string",
  13189. "example": "总金额"
  13190. },
  13191. "update_at": {
  13192. "type": "string"
  13193. }
  13194. }
  13195. },
  13196. "md.NewUserRedPackageRecordFlowListReq": {
  13197. "type": "object",
  13198. "properties": {
  13199. "end_at": {
  13200. "description": "结束时间",
  13201. "type": "string"
  13202. },
  13203. "limit": {
  13204. "description": "每页大小",
  13205. "type": "integer"
  13206. },
  13207. "page": {
  13208. "description": "页数",
  13209. "type": "integer"
  13210. },
  13211. "start_at": {
  13212. "description": "开始时间",
  13213. "type": "string"
  13214. },
  13215. "uid": {
  13216. "description": "用户 ID",
  13217. "type": "integer"
  13218. }
  13219. }
  13220. },
  13221. "md.NewUserRedPackageRecordFlowListResp": {
  13222. "type": "object",
  13223. "properties": {
  13224. "list": {
  13225. "type": "array",
  13226. "items": {
  13227. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  13228. }
  13229. },
  13230. "paginate": {
  13231. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13232. }
  13233. }
  13234. },
  13235. "md.NewUserRedPackageRecordFlowNode": {
  13236. "type": "object",
  13237. "properties": {
  13238. "balance_amount": {
  13239. "description": "剩余金额",
  13240. "type": "string"
  13241. },
  13242. "balance_days": {
  13243. "description": "剩余天数",
  13244. "type": "integer"
  13245. },
  13246. "basic_amount": {
  13247. "description": "基础金额",
  13248. "type": "string"
  13249. },
  13250. "create_at": {
  13251. "description": "创建时间",
  13252. "type": "string"
  13253. },
  13254. "day_num": {
  13255. "description": "第x天",
  13256. "type": "integer"
  13257. },
  13258. "double_rate": {
  13259. "description": "倍率",
  13260. "type": "string"
  13261. },
  13262. "id": {
  13263. "description": "流水 ID",
  13264. "type": "integer"
  13265. },
  13266. "is_double": {
  13267. "description": "是否翻倍",
  13268. "type": "integer"
  13269. },
  13270. "receive_days": {
  13271. "description": "领取天数",
  13272. "type": "integer"
  13273. },
  13274. "total_amount": {
  13275. "description": "实际金额",
  13276. "type": "string"
  13277. },
  13278. "uid": {
  13279. "description": "用户 ID",
  13280. "type": "integer"
  13281. }
  13282. }
  13283. },
  13284. "md.NewUserRedPackageRecordListReq": {
  13285. "type": "object",
  13286. "properties": {
  13287. "end_at": {
  13288. "description": "结束时间",
  13289. "type": "string"
  13290. },
  13291. "limit": {
  13292. "description": "每页大小",
  13293. "type": "integer"
  13294. },
  13295. "page": {
  13296. "description": "页数",
  13297. "type": "integer"
  13298. },
  13299. "start_at": {
  13300. "description": "开始时间",
  13301. "type": "string"
  13302. },
  13303. "uid": {
  13304. "description": "用户 ID",
  13305. "type": "integer"
  13306. }
  13307. }
  13308. },
  13309. "md.NewUserRedPackageRecordListResp": {
  13310. "type": "object",
  13311. "properties": {
  13312. "list": {
  13313. "type": "array",
  13314. "items": {
  13315. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  13316. }
  13317. },
  13318. "paginate": {
  13319. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13320. }
  13321. }
  13322. },
  13323. "md.NewUserRedPackageRecordNode": {
  13324. "type": "object",
  13325. "properties": {
  13326. "balance_amount": {
  13327. "description": "剩余金额",
  13328. "type": "string"
  13329. },
  13330. "balance_days": {
  13331. "description": "剩余天数",
  13332. "type": "integer"
  13333. },
  13334. "create_at": {
  13335. "description": "创建时间",
  13336. "type": "string"
  13337. },
  13338. "days": {
  13339. "description": "天数",
  13340. "type": "integer"
  13341. },
  13342. "receive_days": {
  13343. "description": "领取天数",
  13344. "type": "integer"
  13345. },
  13346. "state": {
  13347. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  13348. "type": "integer"
  13349. },
  13350. "system_id": {
  13351. "description": "系统中记录的 ID",
  13352. "type": "integer"
  13353. },
  13354. "total_amount": {
  13355. "description": "金额",
  13356. "type": "string"
  13357. },
  13358. "uid": {
  13359. "description": "用户 ID",
  13360. "type": "integer"
  13361. },
  13362. "update_at": {
  13363. "description": "修改时间",
  13364. "type": "string"
  13365. }
  13366. }
  13367. },
  13368. "md.NewUserRedPackageUpdateBasicReq": {
  13369. "type": "object",
  13370. "properties": {
  13371. "days": {
  13372. "description": "天数",
  13373. "type": "integer"
  13374. },
  13375. "is_double": {
  13376. "description": "是否翻倍",
  13377. "type": "integer"
  13378. },
  13379. "is_open": {
  13380. "description": "是否开启(1:开启 0:关闭)",
  13381. "type": "integer"
  13382. },
  13383. "total_amount": {
  13384. "type": "string",
  13385. "example": "总金额"
  13386. }
  13387. }
  13388. },
  13389. "md.NewUserRewardRules": {
  13390. "type": "object",
  13391. "properties": {
  13392. "continue_days": {
  13393. "description": "连续x天",
  13394. "type": "integer"
  13395. },
  13396. "invite_user_reward_value": {
  13397. "description": "拉新用户奖励x个活跃积分",
  13398. "type": "integer"
  13399. },
  13400. "reward_coefficient": {
  13401. "description": "奖励系数",
  13402. "type": "number"
  13403. }
  13404. }
  13405. },
  13406. "md.NoticeAliyunSmsList": {
  13407. "type": "object",
  13408. "properties": {
  13409. "content": {
  13410. "type": "string",
  13411. "example": "这是 填短信模板id"
  13412. },
  13413. "day": {
  13414. "type": "string",
  13415. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13416. },
  13417. "id": {
  13418. "type": "string"
  13419. },
  13420. "is_show": {
  13421. "type": "string"
  13422. },
  13423. "notice_day": {
  13424. "type": "string",
  13425. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13426. },
  13427. "title": {
  13428. "type": "string"
  13429. },
  13430. "type": {
  13431. "type": "string"
  13432. }
  13433. }
  13434. },
  13435. "md.NoticeAliyunSmsListReq": {
  13436. "type": "object",
  13437. "properties": {
  13438. "limit": {
  13439. "description": "每页大小",
  13440. "type": "string"
  13441. },
  13442. "page": {
  13443. "description": "页数",
  13444. "type": "string"
  13445. }
  13446. }
  13447. },
  13448. "md.NoticeAliyunSmsListResp": {
  13449. "type": "object",
  13450. "properties": {
  13451. "list": {
  13452. "type": "array",
  13453. "items": {
  13454. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  13455. }
  13456. },
  13457. "select_data": {
  13458. "type": "array",
  13459. "items": {
  13460. "type": "object",
  13461. "additionalProperties": {
  13462. "type": "string"
  13463. }
  13464. }
  13465. },
  13466. "total": {
  13467. "type": "integer"
  13468. }
  13469. }
  13470. },
  13471. "md.NoticeAliyunSmsSaveReq": {
  13472. "type": "object",
  13473. "properties": {
  13474. "content": {
  13475. "type": "string"
  13476. },
  13477. "day": {
  13478. "type": "string",
  13479. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13480. },
  13481. "id": {
  13482. "type": "string"
  13483. },
  13484. "is_show": {
  13485. "type": "string"
  13486. },
  13487. "notice_day": {
  13488. "type": "string",
  13489. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13490. },
  13491. "title": {
  13492. "type": "string"
  13493. },
  13494. "type": {
  13495. "type": "string"
  13496. }
  13497. }
  13498. },
  13499. "md.NoticeDelReq": {
  13500. "type": "object",
  13501. "properties": {
  13502. "id": {
  13503. "type": "array",
  13504. "items": {
  13505. "type": "string"
  13506. }
  13507. }
  13508. }
  13509. },
  13510. "md.NoticeList": {
  13511. "type": "object",
  13512. "properties": {
  13513. "content": {
  13514. "type": "string"
  13515. },
  13516. "day": {
  13517. "type": "string",
  13518. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13519. },
  13520. "id": {
  13521. "type": "string"
  13522. },
  13523. "jpush_open": {
  13524. "type": "string",
  13525. "example": "app推送开启 0关 1开"
  13526. },
  13527. "notice_day": {
  13528. "type": "string",
  13529. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13530. },
  13531. "sms_code": {
  13532. "type": "string",
  13533. "example": "短信模板id"
  13534. },
  13535. "sms_open": {
  13536. "type": "string",
  13537. "example": "短信推送开启 0关 1开"
  13538. },
  13539. "title": {
  13540. "type": "string"
  13541. },
  13542. "type": {
  13543. "type": "string"
  13544. }
  13545. }
  13546. },
  13547. "md.NoticeListReq": {
  13548. "type": "object",
  13549. "properties": {
  13550. "limit": {
  13551. "description": "每页大小",
  13552. "type": "string"
  13553. },
  13554. "page": {
  13555. "description": "页数",
  13556. "type": "string"
  13557. }
  13558. }
  13559. },
  13560. "md.NoticeListResp": {
  13561. "type": "object",
  13562. "properties": {
  13563. "change_data": {
  13564. "type": "array",
  13565. "items": {
  13566. "type": "object",
  13567. "additionalProperties": {
  13568. "type": "string"
  13569. }
  13570. }
  13571. },
  13572. "list": {
  13573. "type": "array",
  13574. "items": {
  13575. "$ref": "#/definitions/md.NoticeList"
  13576. }
  13577. },
  13578. "select_data": {
  13579. "type": "array",
  13580. "items": {
  13581. "type": "object",
  13582. "additionalProperties": {
  13583. "type": "string"
  13584. }
  13585. }
  13586. },
  13587. "total": {
  13588. "type": "integer"
  13589. }
  13590. }
  13591. },
  13592. "md.NoticePushList": {
  13593. "type": "object",
  13594. "properties": {
  13595. "content": {
  13596. "type": "string"
  13597. },
  13598. "id": {
  13599. "type": "string"
  13600. },
  13601. "platform": {
  13602. "type": "string"
  13603. },
  13604. "send_end_time": {
  13605. "type": "string",
  13606. "example": "如 2024-11-25 11:56:00"
  13607. },
  13608. "send_start_time": {
  13609. "type": "string",
  13610. "example": "如 2024-11-25 11:56:00"
  13611. },
  13612. "send_type": {
  13613. "type": "string",
  13614. "example": "0立即推送 1定时推送"
  13615. },
  13616. "state": {
  13617. "type": "string",
  13618. "example": "0待发送 1发送成功"
  13619. },
  13620. "target": {
  13621. "type": "string"
  13622. },
  13623. "title": {
  13624. "type": "string"
  13625. }
  13626. }
  13627. },
  13628. "md.NoticePushListResp": {
  13629. "type": "object",
  13630. "properties": {
  13631. "list": {
  13632. "type": "array",
  13633. "items": {
  13634. "$ref": "#/definitions/md.NoticePushList"
  13635. }
  13636. },
  13637. "platform_data": {
  13638. "type": "array",
  13639. "items": {
  13640. "type": "object",
  13641. "additionalProperties": {
  13642. "type": "string"
  13643. }
  13644. }
  13645. },
  13646. "target_data": {
  13647. "type": "array",
  13648. "items": {
  13649. "type": "object",
  13650. "additionalProperties": {
  13651. "type": "string"
  13652. }
  13653. }
  13654. },
  13655. "total": {
  13656. "type": "integer"
  13657. }
  13658. }
  13659. },
  13660. "md.NoticePushSaveReq": {
  13661. "type": "object",
  13662. "properties": {
  13663. "content": {
  13664. "type": "string"
  13665. },
  13666. "id": {
  13667. "type": "string"
  13668. },
  13669. "level": {
  13670. "type": "array",
  13671. "items": {
  13672. "type": "string"
  13673. }
  13674. },
  13675. "platform": {
  13676. "type": "string"
  13677. },
  13678. "send_end_time": {
  13679. "type": "string"
  13680. },
  13681. "send_start_time": {
  13682. "type": "string"
  13683. },
  13684. "send_type": {
  13685. "type": "string"
  13686. },
  13687. "tag_list": {
  13688. "type": "array",
  13689. "items": {
  13690. "type": "string"
  13691. }
  13692. },
  13693. "target": {
  13694. "type": "string"
  13695. },
  13696. "title": {
  13697. "type": "string"
  13698. },
  13699. "user_list": {
  13700. "type": "array",
  13701. "items": {
  13702. "type": "string"
  13703. }
  13704. }
  13705. }
  13706. },
  13707. "md.NoticeSaveReq": {
  13708. "type": "object",
  13709. "properties": {
  13710. "content": {
  13711. "type": "string"
  13712. },
  13713. "day": {
  13714. "type": "string",
  13715. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13716. },
  13717. "id": {
  13718. "type": "string"
  13719. },
  13720. "jpush_open": {
  13721. "type": "string",
  13722. "example": "app推送开启 0关 1开"
  13723. },
  13724. "notice_day": {
  13725. "type": "string",
  13726. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13727. },
  13728. "sms_code": {
  13729. "type": "string",
  13730. "example": "短信模板id"
  13731. },
  13732. "sms_open": {
  13733. "type": "string",
  13734. "example": "短信推送开启 0关 1开"
  13735. },
  13736. "title": {
  13737. "type": "string"
  13738. },
  13739. "type": {
  13740. "type": "string"
  13741. }
  13742. }
  13743. },
  13744. "md.OtherNode": {
  13745. "type": "object",
  13746. "properties": {
  13747. "create_at": {
  13748. "description": "注册时间",
  13749. "type": "string"
  13750. },
  13751. "last_login_at": {
  13752. "description": "最近登录时间",
  13753. "type": "string"
  13754. },
  13755. "last_login_ip": {
  13756. "description": "最后登录 IP",
  13757. "type": "string"
  13758. }
  13759. }
  13760. },
  13761. "md.PageCustomerServiceReq": {
  13762. "type": "object",
  13763. "properties": {
  13764. "memo": {
  13765. "type": "string",
  13766. "example": "备注"
  13767. },
  13768. "page": {
  13769. "type": "integer"
  13770. },
  13771. "page_size": {
  13772. "type": "integer"
  13773. },
  13774. "phone": {
  13775. "description": "手机号",
  13776. "type": "string"
  13777. },
  13778. "state": {
  13779. "description": "状态",
  13780. "type": "integer"
  13781. }
  13782. }
  13783. },
  13784. "md.PageEmoticonReq": {
  13785. "type": "object",
  13786. "properties": {
  13787. "memo": {
  13788. "type": "string",
  13789. "example": "备注"
  13790. },
  13791. "name": {
  13792. "description": "表情名称",
  13793. "type": "string"
  13794. },
  13795. "page": {
  13796. "type": "integer"
  13797. },
  13798. "page_size": {
  13799. "type": "integer"
  13800. },
  13801. "state": {
  13802. "description": "状态",
  13803. "type": "integer"
  13804. }
  13805. }
  13806. },
  13807. "md.PageSendRedPackageOrdReq": {
  13808. "type": "object",
  13809. "properties": {
  13810. "invite_code": {
  13811. "description": "邀请码",
  13812. "type": "string",
  13813. "example": "邀请码"
  13814. },
  13815. "nickname": {
  13816. "description": "昵称",
  13817. "type": "string",
  13818. "example": "昵称"
  13819. },
  13820. "ord_no": {
  13821. "description": "订单号",
  13822. "type": "string",
  13823. "example": "订单号"
  13824. },
  13825. "page": {
  13826. "type": "integer"
  13827. },
  13828. "page_size": {
  13829. "type": "integer"
  13830. },
  13831. "phone": {
  13832. "description": "手机号",
  13833. "type": "string",
  13834. "example": "手机号"
  13835. },
  13836. "red_packet_type": {
  13837. "description": "红包类型",
  13838. "type": "integer"
  13839. },
  13840. "start_time_end": {
  13841. "type": "string",
  13842. "example": "发送时间-截止"
  13843. },
  13844. "start_time_start": {
  13845. "type": "string",
  13846. "example": "发送时间-起始"
  13847. },
  13848. "state": {
  13849. "description": "状态",
  13850. "type": "integer"
  13851. },
  13852. "uid": {
  13853. "type": "integer"
  13854. }
  13855. }
  13856. },
  13857. "md.PlatformRevenueDataNode": {
  13858. "type": "object",
  13859. "properties": {
  13860. "balance_amount": {
  13861. "description": "余额",
  13862. "type": "string"
  13863. },
  13864. "balance_times": {
  13865. "description": "剩余执行次数",
  13866. "type": "integer"
  13867. },
  13868. "create_at": {
  13869. "description": "创建时间",
  13870. "type": "string"
  13871. },
  13872. "hours": {
  13873. "description": "时长",
  13874. "type": "integer"
  13875. },
  13876. "kind": {
  13877. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  13878. "type": "integer"
  13879. },
  13880. "memo": {
  13881. "description": "备注",
  13882. "type": "string"
  13883. },
  13884. "system_id": {
  13885. "type": "integer"
  13886. },
  13887. "total_amount": {
  13888. "description": "金额",
  13889. "type": "string"
  13890. }
  13891. }
  13892. },
  13893. "md.PlayletBaseData": {
  13894. "type": "object",
  13895. "properties": {
  13896. "first_count": {
  13897. "type": "string",
  13898. "example": "首次可观看集数"
  13899. },
  13900. "reward": {
  13901. "type": "string",
  13902. "example": "单次奖励"
  13903. },
  13904. "second_count": {
  13905. "type": "string",
  13906. "example": "看一次广告解锁集数"
  13907. },
  13908. "total": {
  13909. "type": "string",
  13910. "example": "可领取总次数"
  13911. }
  13912. }
  13913. },
  13914. "md.PriceSettingStruct": {
  13915. "type": "object",
  13916. "properties": {
  13917. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  13918. "description": "市商资金单笔x元自动兑换",
  13919. "type": "string"
  13920. },
  13921. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  13922. "description": "市商数量单笔x数量自动兑换",
  13923. "type": "string"
  13924. },
  13925. "price_below_value": {
  13926. "description": "低于x元",
  13927. "type": "string"
  13928. },
  13929. "price_higher_than_value": {
  13930. "description": "高于x元",
  13931. "type": "string"
  13932. }
  13933. }
  13934. },
  13935. "md.ReleaseDynamicReq": {
  13936. "type": "object",
  13937. "properties": {
  13938. "content": {
  13939. "description": "文本内容",
  13940. "type": "string"
  13941. },
  13942. "image": {
  13943. "description": "图片",
  13944. "type": "array",
  13945. "items": {
  13946. "type": "string"
  13947. }
  13948. },
  13949. "is_praise": {
  13950. "description": "是否被表扬(1:是 2:否)",
  13951. "type": "integer"
  13952. },
  13953. "is_top_up": {
  13954. "description": "是否置顶(1:是 2:否)",
  13955. "type": "integer"
  13956. },
  13957. "kind": {
  13958. "description": "类型(1:普通 2:官方)",
  13959. "type": "integer"
  13960. },
  13961. "state": {
  13962. "description": "状态(1:正常 2:隐藏)",
  13963. "type": "integer"
  13964. },
  13965. "video": {
  13966. "description": "视频",
  13967. "type": "array",
  13968. "items": {
  13969. "type": "string"
  13970. }
  13971. }
  13972. }
  13973. },
  13974. "md.Response": {
  13975. "type": "object",
  13976. "properties": {
  13977. "code": {
  13978. "type": "string",
  13979. "example": "响应码"
  13980. },
  13981. "data": {
  13982. "description": "内容"
  13983. },
  13984. "msg": {
  13985. "type": "string",
  13986. "example": "具体错误原因"
  13987. }
  13988. }
  13989. },
  13990. "md.RewardSystemStruct": {
  13991. "type": "object",
  13992. "properties": {
  13993. "level": {
  13994. "description": "圈层",
  13995. "type": "integer"
  13996. },
  13997. "reward_condition": {
  13998. "description": "奖励条件",
  13999. "type": "string"
  14000. },
  14001. "reward_value": {
  14002. "description": "奖励值",
  14003. "type": "string"
  14004. }
  14005. }
  14006. },
  14007. "md.RoleBindPermissionGroupReq": {
  14008. "type": "object",
  14009. "required": [
  14010. "role_id"
  14011. ],
  14012. "properties": {
  14013. "permission_ids": {
  14014. "type": "array",
  14015. "items": {
  14016. "type": "integer"
  14017. }
  14018. },
  14019. "role_id": {
  14020. "type": "integer"
  14021. }
  14022. }
  14023. },
  14024. "md.SelectData": {
  14025. "type": "object",
  14026. "properties": {
  14027. "direction": {
  14028. "type": "array",
  14029. "items": {
  14030. "type": "object",
  14031. "additionalProperties": {
  14032. "type": "string"
  14033. }
  14034. }
  14035. }
  14036. }
  14037. },
  14038. "md.SelectMemberNode": {
  14039. "type": "object",
  14040. "properties": {
  14041. "avatar": {
  14042. "description": "会员头像",
  14043. "type": "string"
  14044. },
  14045. "level": {
  14046. "description": "会员等级",
  14047. "type": "string"
  14048. },
  14049. "nickname": {
  14050. "description": "会员昵称",
  14051. "type": "string"
  14052. },
  14053. "phone": {
  14054. "description": "会员手机号",
  14055. "type": "string"
  14056. },
  14057. "uid": {
  14058. "description": "会员 ID",
  14059. "type": "integer"
  14060. }
  14061. }
  14062. },
  14063. "md.SelectMemberReq": {
  14064. "type": "object",
  14065. "properties": {
  14066. "level": {
  14067. "description": "会员等级",
  14068. "type": "integer"
  14069. },
  14070. "limit": {
  14071. "description": "每页大小",
  14072. "type": "integer"
  14073. },
  14074. "nickname": {
  14075. "description": "会员昵称",
  14076. "type": "string"
  14077. },
  14078. "page": {
  14079. "description": "页数",
  14080. "type": "integer"
  14081. },
  14082. "phone": {
  14083. "description": "会员手机号",
  14084. "type": "string"
  14085. },
  14086. "uid": {
  14087. "description": "会员 ID",
  14088. "type": "integer"
  14089. }
  14090. }
  14091. },
  14092. "md.SelectMemberResp": {
  14093. "type": "object",
  14094. "properties": {
  14095. "level_list": {
  14096. "description": "会员等级列表",
  14097. "type": "array",
  14098. "items": {
  14099. "type": "object",
  14100. "additionalProperties": true
  14101. }
  14102. },
  14103. "list": {
  14104. "description": "会员数据",
  14105. "type": "array",
  14106. "items": {
  14107. "$ref": "#/definitions/md.SelectMemberNode"
  14108. }
  14109. },
  14110. "paginate": {
  14111. "description": "分页信息",
  14112. "allOf": [
  14113. {
  14114. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14115. }
  14116. ]
  14117. }
  14118. }
  14119. },
  14120. "md.SetCustomerServiceStateReq": {
  14121. "type": "object",
  14122. "properties": {
  14123. "id": {
  14124. "description": "拥有用户数量",
  14125. "type": "integer"
  14126. },
  14127. "state": {
  14128. "description": "状态",
  14129. "type": "integer"
  14130. }
  14131. }
  14132. },
  14133. "md.SetEmoticonStateReq": {
  14134. "type": "object",
  14135. "properties": {
  14136. "id": {
  14137. "description": "拥有用户数量",
  14138. "type": "integer"
  14139. },
  14140. "state": {
  14141. "description": "状态",
  14142. "type": "integer"
  14143. }
  14144. }
  14145. },
  14146. "md.SetVideoRewardReq": {
  14147. "type": "object",
  14148. "properties": {
  14149. "ecpm": {
  14150. "description": "当前 Ecpm 值",
  14151. "type": "string"
  14152. },
  14153. "unit_price": {
  14154. "description": "单价",
  14155. "type": "string"
  14156. }
  14157. }
  14158. },
  14159. "md.SonUserDailyActivityAnalysisNode": {
  14160. "type": "object",
  14161. "properties": {
  14162. "activity_day_nums": {
  14163. "description": "活跃子节点活跃天数",
  14164. "type": "integer"
  14165. },
  14166. "nickname": {
  14167. "type": "string",
  14168. "example": "昵称"
  14169. },
  14170. "phone": {
  14171. "type": "string",
  14172. "example": "手机号"
  14173. },
  14174. "uid": {
  14175. "description": "查询用户活跃子节点 ID",
  14176. "type": "integer"
  14177. }
  14178. }
  14179. },
  14180. "md.StatisticsEggPointReq": {
  14181. "type": "object",
  14182. "properties": {
  14183. "week": {
  14184. "type": "string",
  14185. "example": "周份"
  14186. },
  14187. "year": {
  14188. "type": "string",
  14189. "example": "年份"
  14190. }
  14191. }
  14192. },
  14193. "md.StatisticsEggPointResp": {
  14194. "type": "object",
  14195. "properties": {
  14196. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  14197. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  14198. "type": "array",
  14199. "items": {
  14200. "type": "object",
  14201. "additionalProperties": {
  14202. "type": "string"
  14203. }
  14204. }
  14205. },
  14206. "statistics_user_egg_browse_interface_nums_range": {
  14207. "description": "统计用户\"浏览界面次数\"范围",
  14208. "type": "array",
  14209. "items": {
  14210. "type": "object",
  14211. "additionalProperties": {
  14212. "type": "string"
  14213. }
  14214. }
  14215. },
  14216. "statistics_user_egg_college_learning_nums_range": {
  14217. "description": "统计用户\"学院学习次数\"范围",
  14218. "type": "array",
  14219. "items": {
  14220. "type": "object",
  14221. "additionalProperties": {
  14222. "type": "string"
  14223. }
  14224. }
  14225. },
  14226. "statistics_user_egg_ecpm_range": {
  14227. "description": "统计用户\"ecpm\"范围",
  14228. "type": "array",
  14229. "items": {
  14230. "type": "object",
  14231. "additionalProperties": {
  14232. "type": "string"
  14233. }
  14234. }
  14235. },
  14236. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  14237. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  14238. "type": "array",
  14239. "items": {
  14240. "type": "object",
  14241. "additionalProperties": {
  14242. "type": "string"
  14243. }
  14244. }
  14245. },
  14246. "statistics_user_egg_forum_comments_nums_range": {
  14247. "description": "统计用户\"论坛评论次数\"范围",
  14248. "type": "array",
  14249. "items": {
  14250. "type": "object",
  14251. "additionalProperties": {
  14252. "type": "string"
  14253. }
  14254. }
  14255. },
  14256. "statistics_user_egg_invite_user_nums_range": {
  14257. "description": "统计用户\"拉新人数\"范围",
  14258. "type": "array",
  14259. "items": {
  14260. "type": "object",
  14261. "additionalProperties": {
  14262. "type": "string"
  14263. }
  14264. }
  14265. },
  14266. "statistics_user_egg_person_add_activity_value_range": {
  14267. "description": "统计用户\"个人活跃积分增量值\"范围",
  14268. "type": "array",
  14269. "items": {
  14270. "type": "object",
  14271. "additionalProperties": {
  14272. "type": "string"
  14273. }
  14274. }
  14275. },
  14276. "statistics_user_egg_send_circle_of_friend_nums_range": {
  14277. "description": "统计用户\"发朋友圈次数\"范围",
  14278. "type": "array",
  14279. "items": {
  14280. "type": "object",
  14281. "additionalProperties": {
  14282. "type": "string"
  14283. }
  14284. }
  14285. },
  14286. "statistics_user_egg_send_red_package_nums_range": {
  14287. "description": "统计用户\"发红包次数\"范围",
  14288. "type": "array",
  14289. "items": {
  14290. "type": "object",
  14291. "additionalProperties": {
  14292. "type": "string"
  14293. }
  14294. }
  14295. },
  14296. "statistics_user_egg_sign_in_nums_range": {
  14297. "description": "统计用户\"签到次数\"范围",
  14298. "type": "array",
  14299. "items": {
  14300. "type": "object",
  14301. "additionalProperties": {
  14302. "type": "string"
  14303. }
  14304. }
  14305. },
  14306. "statistics_user_egg_team_activity_nums_range": {
  14307. "description": "统计用户\"团队活跃次数\"范围",
  14308. "type": "array",
  14309. "items": {
  14310. "type": "object",
  14311. "additionalProperties": {
  14312. "type": "string"
  14313. }
  14314. }
  14315. },
  14316. "statistics_user_egg_violate_nums_range": {
  14317. "description": "统计用户\"违规次数\"范围",
  14318. "type": "array",
  14319. "items": {
  14320. "type": "object",
  14321. "additionalProperties": {
  14322. "type": "string"
  14323. }
  14324. }
  14325. },
  14326. "week": {
  14327. "type": "string",
  14328. "example": "周份"
  14329. },
  14330. "year": {
  14331. "type": "string",
  14332. "example": "年份"
  14333. },
  14334. "year_list": {
  14335. "description": "年份\u0026\u0026周份列表",
  14336. "type": "object",
  14337. "additionalProperties": {
  14338. "type": "array",
  14339. "items": {
  14340. "type": "string"
  14341. }
  14342. }
  14343. }
  14344. }
  14345. },
  14346. "md.SubUser": {
  14347. "type": "object",
  14348. "properties": {
  14349. "avatar_url": {
  14350. "type": "string",
  14351. "example": "头像"
  14352. },
  14353. "level": {
  14354. "description": "整个系统中的等级",
  14355. "type": "integer"
  14356. },
  14357. "nickname": {
  14358. "type": "string",
  14359. "example": "昵称"
  14360. },
  14361. "phone": {
  14362. "type": "string",
  14363. "example": "手机号"
  14364. },
  14365. "pid": {
  14366. "type": "integer"
  14367. },
  14368. "position": {
  14369. "description": "以pid1为创始人中网的位置",
  14370. "type": "integer"
  14371. },
  14372. "uid": {
  14373. "type": "integer"
  14374. }
  14375. }
  14376. },
  14377. "md.TagListNode": {
  14378. "type": "object",
  14379. "properties": {
  14380. "count": {
  14381. "description": "标签人数",
  14382. "type": "string"
  14383. },
  14384. "create_at": {
  14385. "description": "创建时间",
  14386. "type": "string"
  14387. },
  14388. "is_punish": {
  14389. "description": "是否处罚",
  14390. "type": "integer"
  14391. },
  14392. "memo": {
  14393. "description": "备注",
  14394. "type": "string"
  14395. },
  14396. "name": {
  14397. "description": "名称",
  14398. "type": "string"
  14399. },
  14400. "tag_id": {
  14401. "description": "标签 ID",
  14402. "type": "string"
  14403. }
  14404. }
  14405. },
  14406. "md.TreeNode": {
  14407. "type": "object",
  14408. "properties": {
  14409. "avatar_url": {
  14410. "type": "string",
  14411. "example": "头像"
  14412. },
  14413. "level": {
  14414. "type": "integer"
  14415. },
  14416. "nickname": {
  14417. "type": "string",
  14418. "example": "昵称"
  14419. },
  14420. "phone": {
  14421. "type": "string",
  14422. "example": "手机号"
  14423. },
  14424. "pid": {
  14425. "type": "integer"
  14426. },
  14427. "position": {
  14428. "type": "integer"
  14429. },
  14430. "son": {
  14431. "type": "array",
  14432. "items": {
  14433. "$ref": "#/definitions/md.TreeNode"
  14434. }
  14435. },
  14436. "system_id": {
  14437. "description": "公排网中id",
  14438. "type": "integer"
  14439. },
  14440. "uid": {
  14441. "type": "integer"
  14442. }
  14443. }
  14444. },
  14445. "md.UpdateAdminReq": {
  14446. "type": "object",
  14447. "required": [
  14448. "adm_id",
  14449. "password",
  14450. "username"
  14451. ],
  14452. "properties": {
  14453. "adm_id": {
  14454. "type": "integer"
  14455. },
  14456. "memo": {
  14457. "type": "string"
  14458. },
  14459. "password": {
  14460. "type": "string"
  14461. },
  14462. "username": {
  14463. "type": "string"
  14464. }
  14465. }
  14466. },
  14467. "md.UpdateAdminStateReq": {
  14468. "type": "object",
  14469. "required": [
  14470. "adm_id",
  14471. "state"
  14472. ],
  14473. "properties": {
  14474. "adm_id": {
  14475. "type": "integer"
  14476. },
  14477. "state": {
  14478. "type": "integer"
  14479. }
  14480. }
  14481. },
  14482. "md.UpdateContributionValueBasicSettingReq": {
  14483. "type": "object",
  14484. "properties": {
  14485. "hand_out_red_package": {
  14486. "description": "发红包获得x点",
  14487. "type": "string"
  14488. },
  14489. "id": {
  14490. "type": "string"
  14491. },
  14492. "posting_comment_liked": {
  14493. "description": "发布评论被官方点赞获得x点",
  14494. "type": "string"
  14495. },
  14496. "posting_dynamic_liked": {
  14497. "description": "发布动态被官方点赞获得x点",
  14498. "type": "string"
  14499. },
  14500. "publish_creation": {
  14501. "description": "发布创作获得x点",
  14502. "type": "string"
  14503. }
  14504. }
  14505. },
  14506. "md.UpdateCustomerServiceMemoReq": {
  14507. "type": "object",
  14508. "properties": {
  14509. "id": {
  14510. "description": "拥有用户数量",
  14511. "type": "integer"
  14512. },
  14513. "memo": {
  14514. "description": "备注",
  14515. "type": "string",
  14516. "example": "备注"
  14517. }
  14518. }
  14519. },
  14520. "md.UpdateDynamicReq": {
  14521. "type": "object",
  14522. "required": [
  14523. "index_id"
  14524. ],
  14525. "properties": {
  14526. "index_id": {
  14527. "description": "动态id",
  14528. "type": "string"
  14529. },
  14530. "is_praise": {
  14531. "description": "是否被表扬(1:是 2:否)",
  14532. "type": "integer"
  14533. },
  14534. "is_top_up": {
  14535. "description": "是否置顶(1:是 2:否)",
  14536. "type": "integer"
  14537. },
  14538. "state": {
  14539. "description": "状态(1:正常 2:隐藏)",
  14540. "type": "integer"
  14541. }
  14542. }
  14543. },
  14544. "md.UpdateEggEnergyBasicReq": {
  14545. "type": "object",
  14546. "properties": {
  14547. "basic_setting": {
  14548. "description": "基础设置",
  14549. "allOf": [
  14550. {
  14551. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  14552. }
  14553. ]
  14554. },
  14555. "data_setting": {
  14556. "description": "数据设置",
  14557. "allOf": [
  14558. {
  14559. "$ref": "#/definitions/md.DataSetting"
  14560. }
  14561. ]
  14562. },
  14563. "destruction_setting": {
  14564. "description": "销毁设置",
  14565. "allOf": [
  14566. {
  14567. "$ref": "#/definitions/md.DestructionSettingStruct"
  14568. }
  14569. ]
  14570. },
  14571. "exchange_rules": {
  14572. "description": "兑换规则",
  14573. "allOf": [
  14574. {
  14575. "$ref": "#/definitions/md.ExchangeRulesStruct"
  14576. }
  14577. ]
  14578. },
  14579. "new_user_incentive_rules": {
  14580. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  14581. "allOf": [
  14582. {
  14583. "$ref": "#/definitions/md.NewUserRewardRules"
  14584. }
  14585. ]
  14586. },
  14587. "price_setting": {
  14588. "description": "价格设置",
  14589. "allOf": [
  14590. {
  14591. "$ref": "#/definitions/md.PriceSettingStruct"
  14592. }
  14593. ]
  14594. },
  14595. "reward_system": {
  14596. "description": "圈层奖励",
  14597. "type": "array",
  14598. "items": {
  14599. "$ref": "#/definitions/md.RewardSystemStruct"
  14600. }
  14601. },
  14602. "system_id": {
  14603. "description": "该设置系统 ID",
  14604. "type": "integer"
  14605. },
  14606. "video_reward_setting": {
  14607. "description": "视频奖励",
  14608. "allOf": [
  14609. {
  14610. "$ref": "#/definitions/md.VideoRewardSetting"
  14611. }
  14612. ]
  14613. }
  14614. }
  14615. },
  14616. "md.UpdateEggEnergyVipSettingReq": {
  14617. "type": "object",
  14618. "properties": {
  14619. "list": {
  14620. "description": "更新后数据",
  14621. "type": "array",
  14622. "items": {
  14623. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  14624. }
  14625. }
  14626. }
  14627. },
  14628. "md.UpdateEmoticonReq": {
  14629. "type": "object",
  14630. "properties": {
  14631. "id": {
  14632. "description": "拥有用户数量",
  14633. "type": "integer"
  14634. },
  14635. "img_url": {
  14636. "type": "string",
  14637. "example": "图片地址"
  14638. },
  14639. "memo": {
  14640. "description": "备注",
  14641. "type": "string",
  14642. "example": "备注"
  14643. },
  14644. "name": {
  14645. "type": "string",
  14646. "example": "名称"
  14647. },
  14648. "sort": {
  14649. "description": "排序",
  14650. "type": "integer"
  14651. }
  14652. }
  14653. },
  14654. "md.UpdateFriendCircleBasicSettingsReq": {
  14655. "type": "object",
  14656. "properties": {
  14657. "comment_is_real_name": {
  14658. "description": "评论是否需要实名认证(1:是 2:否)",
  14659. "type": "integer"
  14660. },
  14661. "comment_nums_every_day": {
  14662. "description": "评论每天次数",
  14663. "type": "integer"
  14664. },
  14665. "id": {
  14666. "type": "integer"
  14667. },
  14668. "publish_is_real_name": {
  14669. "description": "发布是否需要实名认证(1:是 2:否)",
  14670. "type": "integer"
  14671. },
  14672. "publish_nums_every_day": {
  14673. "description": "发布每天次数",
  14674. "type": "integer"
  14675. }
  14676. }
  14677. },
  14678. "md.UpdateLevelReq": {
  14679. "type": "object",
  14680. "properties": {
  14681. "auto_update": {
  14682. "description": "自动升级 0关闭 1开启",
  14683. "type": "string"
  14684. },
  14685. "choosable_num": {
  14686. "description": "可选任务数量",
  14687. "type": "string"
  14688. },
  14689. "is_use": {
  14690. "description": "是否开启(0.否, 1.是)",
  14691. "type": "string"
  14692. },
  14693. "level_id": {
  14694. "type": "string"
  14695. },
  14696. "level_name": {
  14697. "description": "等级名称",
  14698. "type": "string"
  14699. },
  14700. "level_weight": {
  14701. "description": "等级权重",
  14702. "type": "string"
  14703. },
  14704. "memo": {
  14705. "description": "备注",
  14706. "type": "string"
  14707. },
  14708. "user_level_tasks": {
  14709. "description": "完整的任务列表",
  14710. "type": "array",
  14711. "items": {
  14712. "$ref": "#/definitions/md.LevelTaskNode"
  14713. }
  14714. }
  14715. }
  14716. },
  14717. "md.UpdatePublicPlatoonBasicReq": {
  14718. "type": "object",
  14719. "properties": {
  14720. "is_open": {
  14721. "description": "是否开启(1:开启 0:关闭)",
  14722. "type": "integer"
  14723. },
  14724. "is_self_active_get_team_revenue": {
  14725. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  14726. "type": "integer"
  14727. },
  14728. "originator_uid": {
  14729. "description": "创始人uid",
  14730. "type": "integer"
  14731. },
  14732. "several_rows": {
  14733. "description": "几排",
  14734. "type": "integer"
  14735. },
  14736. "several_times": {
  14737. "description": "几乘",
  14738. "type": "integer"
  14739. },
  14740. "system_punish_replace": {
  14741. "description": "是否位置滑落 被新用户替换 0否 1是",
  14742. "type": "integer"
  14743. },
  14744. "system_punish_replace_value": {
  14745. "description": "xx天未活跃,处罚滑落",
  14746. "type": "integer"
  14747. }
  14748. }
  14749. },
  14750. "md.UpdateRoleReq": {
  14751. "type": "object",
  14752. "required": [
  14753. "memo",
  14754. "name",
  14755. "role_id"
  14756. ],
  14757. "properties": {
  14758. "memo": {
  14759. "type": "string"
  14760. },
  14761. "name": {
  14762. "type": "string"
  14763. },
  14764. "role_id": {
  14765. "type": "integer"
  14766. }
  14767. }
  14768. },
  14769. "md.UpdateRoleStateReq": {
  14770. "type": "object",
  14771. "required": [
  14772. "role_id",
  14773. "state"
  14774. ],
  14775. "properties": {
  14776. "role_id": {
  14777. "type": "integer"
  14778. },
  14779. "state": {
  14780. "type": "integer"
  14781. }
  14782. }
  14783. },
  14784. "md.UpdateTagReq": {
  14785. "type": "object",
  14786. "properties": {
  14787. "is_punish": {
  14788. "description": "是否是惩罚标签",
  14789. "type": "string"
  14790. },
  14791. "memo": {
  14792. "description": "备注",
  14793. "type": "string"
  14794. },
  14795. "name": {
  14796. "description": "标签名称",
  14797. "type": "string"
  14798. },
  14799. "tag_id": {
  14800. "description": "标签 ID",
  14801. "type": "string"
  14802. }
  14803. }
  14804. },
  14805. "md.UpdateVipEquitySettingNode": {
  14806. "type": "object",
  14807. "properties": {
  14808. "dividend_ratio": {
  14809. "description": "分红比例",
  14810. "type": "string"
  14811. },
  14812. "exchange_account_balance_fee": {
  14813. "description": "兑换余额手续费",
  14814. "type": "string"
  14815. },
  14816. "vip_level_id": {
  14817. "description": "会员等级ID",
  14818. "type": "string"
  14819. }
  14820. }
  14821. },
  14822. "md.UpdateVirtualCoinReq": {
  14823. "type": "object",
  14824. "properties": {
  14825. "exchange_ratio": {
  14826. "description": "兑换比例(与金额)",
  14827. "type": "string"
  14828. },
  14829. "id": {
  14830. "type": "integer"
  14831. },
  14832. "is_use": {
  14833. "description": "是否开启:0否 1是",
  14834. "type": "integer"
  14835. },
  14836. "name": {
  14837. "description": "名称",
  14838. "type": "string"
  14839. }
  14840. }
  14841. },
  14842. "md.UpdateWithdrawSettingReq": {
  14843. "type": "object",
  14844. "properties": {
  14845. "condition_is_open": {
  14846. "description": "提现条件是否开启(0:关闭, 1:开启)",
  14847. "type": "integer"
  14848. },
  14849. "first_withdraw_set": {
  14850. "description": "首次提现设置",
  14851. "allOf": [
  14852. {
  14853. "$ref": "#/definitions/md.FirstWithdrawSet"
  14854. }
  14855. ]
  14856. },
  14857. "frequency_set": {
  14858. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  14859. "allOf": [
  14860. {
  14861. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  14862. }
  14863. ]
  14864. },
  14865. "id": {
  14866. "type": "integer"
  14867. },
  14868. "is_auto": {
  14869. "description": "是否开启自动提现(0:否 1:是)",
  14870. "type": "integer"
  14871. },
  14872. "is_auto_amount_limit": {
  14873. "description": "自动提现金额限制",
  14874. "type": "string"
  14875. },
  14876. "is_real_name": {
  14877. "description": "是否实名(0:否 1:是)",
  14878. "type": "integer"
  14879. },
  14880. "is_support_decimal_point": {
  14881. "description": "是否支持小数点(0:否 1:是)",
  14882. "type": "integer"
  14883. },
  14884. "pending_orders_is_can_apply": {
  14885. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  14886. "type": "integer"
  14887. },
  14888. "tips": {
  14889. "description": "提示",
  14890. "type": "string"
  14891. },
  14892. "vip_level_limit": {
  14893. "description": "提现等级限制",
  14894. "type": "integer"
  14895. },
  14896. "withdraw_amount_limit": {
  14897. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  14898. "type": "string"
  14899. },
  14900. "withdraw_fee_set": {
  14901. "description": "提现手续费设置",
  14902. "allOf": [
  14903. {
  14904. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  14905. }
  14906. ]
  14907. },
  14908. "withdraw_multiple_limit": {
  14909. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  14910. "type": "string"
  14911. },
  14912. "withdraw_nums_limit": {
  14913. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  14914. "type": "integer"
  14915. },
  14916. "withdraw_time_interval": {
  14917. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  14918. "allOf": [
  14919. {
  14920. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  14921. }
  14922. ]
  14923. },
  14924. "withdraw_type": {
  14925. "description": "提现方式(1:支付宝 2:微信)",
  14926. "type": "integer"
  14927. }
  14928. }
  14929. },
  14930. "md.UserDailyActivityAnalysisReq": {
  14931. "type": "object",
  14932. "properties": {
  14933. "end_date": {
  14934. "type": "string",
  14935. "example": "结束日期"
  14936. },
  14937. "page": {
  14938. "description": "页数",
  14939. "type": "integer"
  14940. },
  14941. "page_size": {
  14942. "description": "每页大小",
  14943. "type": "integer"
  14944. },
  14945. "start_date": {
  14946. "type": "string",
  14947. "example": "开始日期"
  14948. },
  14949. "uid": {
  14950. "description": "查询用户 ID",
  14951. "type": "integer"
  14952. }
  14953. }
  14954. },
  14955. "md.UserDailyActivityAnalysisResp": {
  14956. "type": "object",
  14957. "properties": {
  14958. "son_user_data": {
  14959. "description": "被查询用户子节点信息",
  14960. "type": "array",
  14961. "items": {
  14962. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  14963. }
  14964. },
  14965. "top_data": {
  14966. "description": "统计信息",
  14967. "allOf": [
  14968. {
  14969. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  14970. }
  14971. ]
  14972. }
  14973. }
  14974. },
  14975. "md.UserEggFlowReq": {
  14976. "type": "object",
  14977. "properties": {
  14978. "account_balance_exchange_egg_energy_nums_end": {
  14979. "type": "string",
  14980. "example": "余额兑换蛋蛋能量数量-结束值"
  14981. },
  14982. "account_balance_exchange_egg_energy_nums_start": {
  14983. "type": "string",
  14984. "example": "余额兑换蛋蛋能量数量-起始值"
  14985. },
  14986. "browse_interface_nums_end": {
  14987. "type": "string",
  14988. "example": "浏览界面次数-结束值"
  14989. },
  14990. "browse_interface_nums_start": {
  14991. "type": "string",
  14992. "example": "浏览界面次数-起始值"
  14993. },
  14994. "college_learning_nums_end": {
  14995. "type": "string",
  14996. "example": "学院学习次数-结束值"
  14997. },
  14998. "college_learning_nums_start": {
  14999. "type": "string",
  15000. "example": "学院学习次数-起始值"
  15001. },
  15002. "ecpm_end": {
  15003. "type": "string",
  15004. "example": "ecpm-结束值"
  15005. },
  15006. "ecpm_start": {
  15007. "type": "string",
  15008. "example": "ecpm-起始值"
  15009. },
  15010. "egg_energy_exchange_account_balance_end": {
  15011. "type": "string",
  15012. "example": "蛋蛋能量兑换余额数量-结束值"
  15013. },
  15014. "egg_energy_exchange_account_balance_start": {
  15015. "type": "string",
  15016. "example": "蛋蛋能量兑换余额数量-起始值"
  15017. },
  15018. "forum_comments_nums_end": {
  15019. "type": "string",
  15020. "example": "论坛评论次数-结束值"
  15021. },
  15022. "forum_comments_nums_start": {
  15023. "type": "string",
  15024. "example": "论坛评论次数-起始值"
  15025. },
  15026. "im_activity_nums_end": {
  15027. "type": "string",
  15028. "example": "im活跃次数-结束值"
  15029. },
  15030. "im_activity_nums_start": {
  15031. "type": "string",
  15032. "example": "im活跃次数-起始值"
  15033. },
  15034. "invite_user_nums_end": {
  15035. "type": "string",
  15036. "example": "拉新人数-结束值"
  15037. },
  15038. "invite_user_nums_start": {
  15039. "type": "string",
  15040. "example": "拉新人数-起始值"
  15041. },
  15042. "page": {
  15043. "description": "页数",
  15044. "type": "integer"
  15045. },
  15046. "page_size": {
  15047. "description": "每页大小",
  15048. "type": "integer"
  15049. },
  15050. "person_add_activity_value_end": {
  15051. "type": "string",
  15052. "example": "个人活跃积分-结束值"
  15053. },
  15054. "person_add_activity_value_start": {
  15055. "type": "string",
  15056. "example": "个人活跃积分-起始值"
  15057. },
  15058. "score_value_end": {
  15059. "type": "string",
  15060. "example": "蛋蛋分-结束值"
  15061. },
  15062. "score_value_kind": {
  15063. "description": "评分类型(0:未知 1:人工 2:系统)",
  15064. "type": "integer"
  15065. },
  15066. "score_value_start": {
  15067. "type": "string",
  15068. "example": "蛋蛋分-起始值"
  15069. },
  15070. "send_circle_of_friend_nums_end": {
  15071. "type": "string",
  15072. "example": "发朋友圈次数-结束值"
  15073. },
  15074. "send_circle_of_friend_nums_start": {
  15075. "type": "string",
  15076. "example": "发朋友圈次数-起始值"
  15077. },
  15078. "send_red_package_nums_end": {
  15079. "type": "string",
  15080. "example": "发红包次数-结束值"
  15081. },
  15082. "send_red_package_nums_start": {
  15083. "type": "string",
  15084. "example": "发红包次数-起始值"
  15085. },
  15086. "sign_in_nums_end": {
  15087. "type": "string",
  15088. "example": "签到次数-结束值"
  15089. },
  15090. "sign_in_nums_start": {
  15091. "type": "string",
  15092. "example": "签到次数-起始值"
  15093. },
  15094. "team-activity-nums-end": {
  15095. "type": "string",
  15096. "example": "团队活跃次数-结束值"
  15097. },
  15098. "team_activity_nums_start": {
  15099. "type": "string",
  15100. "example": "团队活跃次数-起始值"
  15101. },
  15102. "violate_nums_end": {
  15103. "type": "string",
  15104. "example": "违规次数-结束值"
  15105. },
  15106. "violate_nums_start": {
  15107. "type": "string",
  15108. "example": "违规次数-起始值"
  15109. },
  15110. "week": {
  15111. "type": "string",
  15112. "example": "周份"
  15113. },
  15114. "year": {
  15115. "type": "string",
  15116. "example": "年份"
  15117. }
  15118. }
  15119. },
  15120. "md.UserEggFlowReqResp": {
  15121. "type": "object",
  15122. "properties": {
  15123. "list": {
  15124. "type": "array",
  15125. "items": {
  15126. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  15127. }
  15128. },
  15129. "page": {
  15130. "description": "页数",
  15131. "type": "integer"
  15132. },
  15133. "page_size": {
  15134. "description": "每页大小",
  15135. "type": "integer"
  15136. },
  15137. "score_value_kind_map": {
  15138. "description": "评分类型(0:未知 1:人工 2:系统)",
  15139. "type": "array",
  15140. "items": {
  15141. "type": "object",
  15142. "additionalProperties": true
  15143. }
  15144. },
  15145. "total": {
  15146. "description": "总数量",
  15147. "type": "integer"
  15148. },
  15149. "week": {
  15150. "type": "string",
  15151. "example": "周份"
  15152. },
  15153. "year": {
  15154. "type": "string",
  15155. "example": "年份"
  15156. }
  15157. }
  15158. },
  15159. "md.UserEggFlowReqRespList": {
  15160. "type": "object",
  15161. "properties": {
  15162. "account_balance_exchange_egg_energy_nums": {
  15163. "description": "余额兑换蛋蛋能量数量",
  15164. "type": "integer"
  15165. },
  15166. "browse_interface_nums": {
  15167. "description": "浏览界面次数",
  15168. "type": "integer"
  15169. },
  15170. "college_learning_nums": {
  15171. "description": "学院学习次数",
  15172. "type": "integer"
  15173. },
  15174. "ecpm": {
  15175. "description": "ecpm",
  15176. "type": "number"
  15177. },
  15178. "egg_energy_exchange_account_balance": {
  15179. "description": "蛋蛋能量兑换余额数量",
  15180. "type": "integer"
  15181. },
  15182. "forum_comments_nums": {
  15183. "description": "论坛评论次数",
  15184. "type": "integer"
  15185. },
  15186. "im_activity_nums": {
  15187. "description": "im活跃次数",
  15188. "type": "integer"
  15189. },
  15190. "index_id": {
  15191. "description": "文档id",
  15192. "type": "string"
  15193. },
  15194. "invite_user_nums": {
  15195. "description": "拉新人数",
  15196. "type": "integer"
  15197. },
  15198. "person_add_activity_value": {
  15199. "description": "个人活跃积分",
  15200. "type": "integer"
  15201. },
  15202. "score_value": {
  15203. "description": "蛋蛋分-起始值",
  15204. "type": "number"
  15205. },
  15206. "score_value_kind": {
  15207. "description": "评分类型(0:未知 1:人工 2:系统)",
  15208. "type": "integer"
  15209. },
  15210. "send_circle_of_friend_nums": {
  15211. "description": "发朋友圈次数",
  15212. "type": "integer"
  15213. },
  15214. "send_red_package_nums": {
  15215. "description": "发红包次数",
  15216. "type": "integer"
  15217. },
  15218. "sign_in_nums": {
  15219. "description": "签到次数",
  15220. "type": "integer"
  15221. },
  15222. "team_activity_nums": {
  15223. "description": "团队活跃次数",
  15224. "type": "integer"
  15225. },
  15226. "violate_nums": {
  15227. "description": "违规次数",
  15228. "type": "integer"
  15229. }
  15230. }
  15231. },
  15232. "md.UserEggIndexReq": {
  15233. "type": "object",
  15234. "properties": {
  15235. "week": {
  15236. "type": "string",
  15237. "example": "周份"
  15238. },
  15239. "year": {
  15240. "type": "string",
  15241. "example": "年份"
  15242. }
  15243. }
  15244. },
  15245. "md.UserEggIndexResp": {
  15246. "type": "object",
  15247. "properties": {
  15248. "egg_energy_user_egg_index_weight": {
  15249. "description": "蛋蛋分系数权重",
  15250. "allOf": [
  15251. {
  15252. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  15253. }
  15254. ]
  15255. },
  15256. "statistics_user_egg_kind_proportion": {
  15257. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  15258. "type": "array",
  15259. "items": {
  15260. "type": "object",
  15261. "additionalProperties": true
  15262. }
  15263. },
  15264. "statistics_user_egg_score_value_range": {
  15265. "description": "统计用户蛋蛋分范围",
  15266. "type": "array",
  15267. "items": {
  15268. "type": "object",
  15269. "additionalProperties": {
  15270. "type": "string"
  15271. }
  15272. }
  15273. },
  15274. "week": {
  15275. "type": "string",
  15276. "example": "周份"
  15277. },
  15278. "year": {
  15279. "type": "string",
  15280. "example": "年份"
  15281. },
  15282. "year_list": {
  15283. "description": "年份\u0026\u0026周份列表",
  15284. "type": "object",
  15285. "additionalProperties": {
  15286. "type": "array",
  15287. "items": {
  15288. "type": "string"
  15289. }
  15290. }
  15291. }
  15292. }
  15293. },
  15294. "md.UserFeedbackCateDelReq": {
  15295. "type": "object",
  15296. "properties": {
  15297. "id": {
  15298. "type": "array",
  15299. "items": {
  15300. "type": "string"
  15301. }
  15302. }
  15303. }
  15304. },
  15305. "md.UserFeedbackCateList": {
  15306. "type": "object",
  15307. "properties": {
  15308. "id": {
  15309. "type": "string"
  15310. },
  15311. "name": {
  15312. "type": "string"
  15313. },
  15314. "sort": {
  15315. "type": "string"
  15316. }
  15317. }
  15318. },
  15319. "md.UserFeedbackCateListReq": {
  15320. "type": "object",
  15321. "properties": {
  15322. "limit": {
  15323. "description": "每页大小",
  15324. "type": "string"
  15325. },
  15326. "page": {
  15327. "description": "页数",
  15328. "type": "string"
  15329. }
  15330. }
  15331. },
  15332. "md.UserFeedbackCateListResp": {
  15333. "type": "object",
  15334. "properties": {
  15335. "list": {
  15336. "type": "array",
  15337. "items": {
  15338. "$ref": "#/definitions/md.UserFeedbackCateList"
  15339. }
  15340. },
  15341. "total": {
  15342. "type": "integer"
  15343. }
  15344. }
  15345. },
  15346. "md.UserFeedbackCateSaveReq": {
  15347. "type": "object",
  15348. "properties": {
  15349. "id": {
  15350. "type": "string"
  15351. },
  15352. "name": {
  15353. "type": "string"
  15354. },
  15355. "sort": {
  15356. "type": "string"
  15357. }
  15358. }
  15359. },
  15360. "md.UserFeedbackChangeStateReq": {
  15361. "type": "object",
  15362. "properties": {
  15363. "id": {
  15364. "type": "string"
  15365. },
  15366. "state": {
  15367. "type": "string",
  15368. "example": "0待解决 1处理中 2已解决"
  15369. }
  15370. }
  15371. },
  15372. "md.UserFeedbackDelReq": {
  15373. "type": "object",
  15374. "properties": {
  15375. "id": {
  15376. "type": "array",
  15377. "items": {
  15378. "type": "string"
  15379. }
  15380. }
  15381. }
  15382. },
  15383. "md.UserFeedbackList": {
  15384. "type": "object",
  15385. "properties": {
  15386. "content": {
  15387. "type": "string"
  15388. },
  15389. "create_at": {
  15390. "type": "string"
  15391. },
  15392. "id": {
  15393. "type": "string"
  15394. },
  15395. "img": {
  15396. "type": "array",
  15397. "items": {
  15398. "type": "string"
  15399. }
  15400. },
  15401. "phone": {
  15402. "type": "string"
  15403. },
  15404. "platform": {
  15405. "type": "string"
  15406. },
  15407. "state": {
  15408. "type": "string",
  15409. "example": "0待解决 1处理中 2已解决"
  15410. },
  15411. "title": {
  15412. "type": "string"
  15413. },
  15414. "type": {
  15415. "type": "string"
  15416. },
  15417. "version": {
  15418. "type": "string"
  15419. }
  15420. }
  15421. },
  15422. "md.UserFeedbackListReq": {
  15423. "type": "object",
  15424. "properties": {
  15425. "cid": {
  15426. "type": "string"
  15427. },
  15428. "limit": {
  15429. "description": "每页大小",
  15430. "type": "string"
  15431. },
  15432. "page": {
  15433. "description": "页数",
  15434. "type": "string"
  15435. },
  15436. "phone": {
  15437. "type": "string"
  15438. },
  15439. "uid": {
  15440. "type": "string"
  15441. }
  15442. }
  15443. },
  15444. "md.UserFeedbackListResp": {
  15445. "type": "object",
  15446. "properties": {
  15447. "list": {
  15448. "type": "array",
  15449. "items": {
  15450. "$ref": "#/definitions/md.UserFeedbackList"
  15451. }
  15452. },
  15453. "select_data": {
  15454. "type": "array",
  15455. "items": {
  15456. "type": "object",
  15457. "additionalProperties": true
  15458. }
  15459. },
  15460. "total": {
  15461. "type": "integer"
  15462. }
  15463. }
  15464. },
  15465. "md.UserFeedbackRecordListReq": {
  15466. "type": "object",
  15467. "properties": {
  15468. "id": {
  15469. "type": "string"
  15470. },
  15471. "limit": {
  15472. "description": "每页大小",
  15473. "type": "string"
  15474. },
  15475. "page": {
  15476. "description": "页数",
  15477. "type": "string"
  15478. }
  15479. }
  15480. },
  15481. "md.UserFeedbackRecordListResp": {
  15482. "type": "object",
  15483. "properties": {
  15484. "content": {
  15485. "type": "string"
  15486. },
  15487. "create_at": {
  15488. "type": "string"
  15489. },
  15490. "head_img": {
  15491. "type": "string"
  15492. },
  15493. "nickname": {
  15494. "type": "string"
  15495. },
  15496. "type": {
  15497. "type": "string"
  15498. }
  15499. }
  15500. },
  15501. "md.UserFeedbackSayReq": {
  15502. "type": "object",
  15503. "properties": {
  15504. "content": {
  15505. "type": "string"
  15506. },
  15507. "id": {
  15508. "type": "string"
  15509. }
  15510. }
  15511. },
  15512. "md.UserManagementGetBalanceDetailResp": {
  15513. "type": "object",
  15514. "properties": {
  15515. "list": {
  15516. "type": "array",
  15517. "items": {
  15518. "$ref": "#/definitions/md.BalanceDetailNode"
  15519. }
  15520. },
  15521. "paginate": {
  15522. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15523. }
  15524. }
  15525. },
  15526. "md.UserManagementGetFansResp": {
  15527. "type": "object",
  15528. "properties": {
  15529. "list": {
  15530. "description": "用户数据",
  15531. "type": "array",
  15532. "items": {
  15533. "$ref": "#/definitions/md.FansNode"
  15534. }
  15535. },
  15536. "paginate": {
  15537. "description": "分页信息",
  15538. "allOf": [
  15539. {
  15540. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15541. }
  15542. ]
  15543. }
  15544. }
  15545. },
  15546. "md.UserManagementGetOneBasicResp": {
  15547. "type": "object",
  15548. "properties": {
  15549. "basic_info": {
  15550. "description": "基本信息",
  15551. "allOf": [
  15552. {
  15553. "$ref": "#/definitions/md.BasicInfoNode"
  15554. }
  15555. ]
  15556. },
  15557. "levels_list": {
  15558. "description": "等级列表",
  15559. "type": "array",
  15560. "items": {
  15561. "type": "object",
  15562. "additionalProperties": true
  15563. }
  15564. },
  15565. "other_info": {
  15566. "description": "其他信息",
  15567. "allOf": [
  15568. {
  15569. "$ref": "#/definitions/md.OtherNode"
  15570. }
  15571. ]
  15572. },
  15573. "tags_list": {
  15574. "description": "标签列表",
  15575. "type": "array",
  15576. "items": {
  15577. "type": "object",
  15578. "additionalProperties": true
  15579. }
  15580. }
  15581. }
  15582. },
  15583. "md.UserManagementGetUserListNode": {
  15584. "type": "object",
  15585. "properties": {
  15586. "avatar": {
  15587. "description": "头像",
  15588. "type": "string"
  15589. },
  15590. "id": {
  15591. "description": "会员 ID",
  15592. "type": "integer"
  15593. },
  15594. "invite_code": {
  15595. "type": "string",
  15596. "example": "会员邀请码"
  15597. },
  15598. "is_real_name": {
  15599. "description": "是否实名 0.未实名,1.已实名",
  15600. "type": "integer"
  15601. },
  15602. "last_login_at": {
  15603. "description": "最后登录时间",
  15604. "type": "string"
  15605. },
  15606. "level_name": {
  15607. "description": "会员等级",
  15608. "type": "string"
  15609. },
  15610. "memo": {
  15611. "description": "备注",
  15612. "type": "string"
  15613. },
  15614. "nickname": {
  15615. "description": "昵称",
  15616. "type": "string"
  15617. },
  15618. "parent_id": {
  15619. "description": "推荐人 ID",
  15620. "type": "integer"
  15621. },
  15622. "parent_invite_code": {
  15623. "type": "string",
  15624. "example": "推荐人邀请码"
  15625. },
  15626. "parent_phone": {
  15627. "type": "string",
  15628. "example": "推荐人手机号"
  15629. },
  15630. "phone": {
  15631. "description": "手机号",
  15632. "type": "string"
  15633. },
  15634. "register_time": {
  15635. "description": "注册时间",
  15636. "type": "string"
  15637. },
  15638. "register_type": {
  15639. "description": "注册类型",
  15640. "type": "integer"
  15641. },
  15642. "sex": {
  15643. "description": "性别(0:未知 1:男 2:女)",
  15644. "type": "integer"
  15645. },
  15646. "state": {
  15647. "description": "状态",
  15648. "type": "integer"
  15649. },
  15650. "tag": {
  15651. "description": "会员标签",
  15652. "type": "array",
  15653. "items": {
  15654. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  15655. }
  15656. },
  15657. "wechat": {
  15658. "description": "微信号",
  15659. "type": "string"
  15660. }
  15661. }
  15662. },
  15663. "md.UserManagementGetUserListReq": {
  15664. "type": "object",
  15665. "properties": {
  15666. "effective": {
  15667. "description": "有效会员",
  15668. "type": "integer"
  15669. },
  15670. "id": {
  15671. "description": "会员 ID",
  15672. "type": "integer"
  15673. },
  15674. "invite_code": {
  15675. "type": "string",
  15676. "example": "会员邀请码"
  15677. },
  15678. "is_real_name": {
  15679. "description": "是否实名 0.未实名,1.已实名",
  15680. "type": "integer"
  15681. },
  15682. "level": {
  15683. "description": "会员等级",
  15684. "type": "integer"
  15685. },
  15686. "limit": {
  15687. "type": "integer"
  15688. },
  15689. "login_after": {
  15690. "description": "最近登录结束时间",
  15691. "type": "string"
  15692. },
  15693. "login_before": {
  15694. "description": "最近登录开始时间",
  15695. "type": "string"
  15696. },
  15697. "memo": {
  15698. "description": "备注",
  15699. "type": "string"
  15700. },
  15701. "nickname": {
  15702. "type": "string",
  15703. "example": "会员昵称"
  15704. },
  15705. "page": {
  15706. "type": "integer"
  15707. },
  15708. "parent_invite_code": {
  15709. "type": "string",
  15710. "example": "上级邀请码"
  15711. },
  15712. "parent_phone": {
  15713. "type": "string",
  15714. "example": "上级手机号"
  15715. },
  15716. "phone": {
  15717. "type": "string",
  15718. "example": "会员手机号"
  15719. },
  15720. "recommend_id": {
  15721. "description": "推荐人 ID",
  15722. "type": "integer"
  15723. },
  15724. "register_after": {
  15725. "description": "注册时间终点",
  15726. "type": "string"
  15727. },
  15728. "register_before": {
  15729. "description": "注册时间起点",
  15730. "type": "string"
  15731. },
  15732. "register_type": {
  15733. "description": "注册类型(1:APP注册、2:H5注册)",
  15734. "type": "integer"
  15735. },
  15736. "sex": {
  15737. "description": "性别(0:未知 1:男 2:女)",
  15738. "type": "integer"
  15739. },
  15740. "state": {
  15741. "description": "状态",
  15742. "type": "integer"
  15743. },
  15744. "tag": {
  15745. "description": "标签 id",
  15746. "type": "integer"
  15747. },
  15748. "union_id": {
  15749. "type": "string",
  15750. "example": "微信号"
  15751. }
  15752. }
  15753. },
  15754. "md.UserManagementGetUserListResp": {
  15755. "type": "object",
  15756. "properties": {
  15757. "levels_list": {
  15758. "description": "等级列表",
  15759. "type": "array",
  15760. "items": {
  15761. "type": "object",
  15762. "additionalProperties": true
  15763. }
  15764. },
  15765. "list": {
  15766. "type": "array",
  15767. "items": {
  15768. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  15769. }
  15770. },
  15771. "paginate": {
  15772. "description": "分页信息",
  15773. "allOf": [
  15774. {
  15775. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15776. }
  15777. ]
  15778. },
  15779. "state_list": {
  15780. "description": "状态列表",
  15781. "type": "array",
  15782. "items": {
  15783. "type": "object",
  15784. "additionalProperties": true
  15785. }
  15786. },
  15787. "tags_list": {
  15788. "description": "标签列表",
  15789. "type": "array",
  15790. "items": {
  15791. "type": "object",
  15792. "additionalProperties": true
  15793. }
  15794. }
  15795. }
  15796. },
  15797. "md.UserManagementGetVirtualCoinDetailResp": {
  15798. "type": "object",
  15799. "properties": {
  15800. "coin_list": {
  15801. "type": "array",
  15802. "items": {
  15803. "type": "object",
  15804. "additionalProperties": true
  15805. }
  15806. },
  15807. "list": {
  15808. "type": "array",
  15809. "items": {
  15810. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  15811. }
  15812. },
  15813. "paginate": {
  15814. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15815. }
  15816. }
  15817. },
  15818. "md.UserManagementUpdateUserInfoReq": {
  15819. "type": "object",
  15820. "properties": {
  15821. "avatar": {
  15822. "description": "头像",
  15823. "type": "string"
  15824. },
  15825. "last_login_ip": {
  15826. "description": "用户最后登录 IP",
  15827. "type": "string"
  15828. },
  15829. "level": {
  15830. "description": "会员等级 ID",
  15831. "type": "string"
  15832. },
  15833. "memo": {
  15834. "type": "string",
  15835. "example": "备注"
  15836. },
  15837. "nickname": {
  15838. "description": "用户名",
  15839. "type": "string"
  15840. },
  15841. "parent_uid": {
  15842. "description": "邀请人 ID",
  15843. "type": "string"
  15844. },
  15845. "password": {
  15846. "description": "登录密码",
  15847. "type": "string"
  15848. },
  15849. "phone": {
  15850. "description": "手机号",
  15851. "type": "string"
  15852. },
  15853. "sex": {
  15854. "description": "性别(0:未知 1:男 2:女)",
  15855. "type": "string"
  15856. },
  15857. "state": {
  15858. "description": "账号状态 1正常,2冻结",
  15859. "type": "string"
  15860. },
  15861. "tag": {
  15862. "description": "用户标签 ID列表",
  15863. "type": "string"
  15864. },
  15865. "uid": {
  15866. "type": "integer"
  15867. },
  15868. "union_id": {
  15869. "description": "微信号",
  15870. "type": "string"
  15871. }
  15872. }
  15873. },
  15874. "md.UserRealName": {
  15875. "type": "object",
  15876. "properties": {
  15877. "create_time": {
  15878. "type": "string"
  15879. },
  15880. "id": {
  15881. "type": "string"
  15882. },
  15883. "id_no": {
  15884. "type": "string"
  15885. },
  15886. "name": {
  15887. "type": "string"
  15888. },
  15889. "pay_state": {
  15890. "type": "string",
  15891. "example": "0未支付 1已支付"
  15892. },
  15893. "phone": {
  15894. "type": "string"
  15895. },
  15896. "state": {
  15897. "type": "string",
  15898. "example": "0未申请 1申请通过 3申请失败"
  15899. },
  15900. "uid": {
  15901. "type": "string"
  15902. }
  15903. }
  15904. },
  15905. "md.UserRealNameBaseResp": {
  15906. "type": "object",
  15907. "properties": {
  15908. "user_real_name_money": {
  15909. "type": "string",
  15910. "example": "实名认证费用"
  15911. },
  15912. "user_real_name_rule": {
  15913. "type": "string",
  15914. "example": "实名认证说明"
  15915. }
  15916. }
  15917. },
  15918. "md.UserRealNameReq": {
  15919. "type": "object",
  15920. "properties": {
  15921. "id_no": {
  15922. "type": "string"
  15923. },
  15924. "limit": {
  15925. "type": "string"
  15926. },
  15927. "name": {
  15928. "type": "string"
  15929. },
  15930. "page": {
  15931. "type": "string"
  15932. },
  15933. "phone": {
  15934. "type": "string"
  15935. },
  15936. "state": {
  15937. "type": "string"
  15938. },
  15939. "uid": {
  15940. "type": "string"
  15941. }
  15942. }
  15943. },
  15944. "md.UserRealNameResp": {
  15945. "type": "object",
  15946. "properties": {
  15947. "list": {
  15948. "type": "array",
  15949. "items": {
  15950. "$ref": "#/definitions/md.UserRealName"
  15951. }
  15952. },
  15953. "select_data": {
  15954. "type": "array",
  15955. "items": {
  15956. "type": "object",
  15957. "additionalProperties": {
  15958. "type": "string"
  15959. }
  15960. }
  15961. },
  15962. "total": {
  15963. "type": "integer"
  15964. }
  15965. }
  15966. },
  15967. "md.UserRealNameSaveReq": {
  15968. "type": "object",
  15969. "properties": {
  15970. "id": {
  15971. "type": "string"
  15972. },
  15973. "state": {
  15974. "type": "string"
  15975. }
  15976. }
  15977. },
  15978. "md.UserVirtualCoinFlow": {
  15979. "type": "object",
  15980. "properties": {
  15981. "after_amount": {
  15982. "type": "string",
  15983. "example": "变更后数量"
  15984. },
  15985. "amount": {
  15986. "type": "string",
  15987. "example": "变更数量"
  15988. },
  15989. "before_amount": {
  15990. "type": "string",
  15991. "example": "变更前数量"
  15992. },
  15993. "coin_id": {
  15994. "description": "虚拟币 ID",
  15995. "type": "integer"
  15996. },
  15997. "create_at": {
  15998. "type": "string",
  15999. "example": "创建时间"
  16000. },
  16001. "direction": {
  16002. "description": "方向:1收入 2支出",
  16003. "type": "integer"
  16004. },
  16005. "id": {
  16006. "type": "integer"
  16007. },
  16008. "sys_fee": {
  16009. "type": "string",
  16010. "example": "手续费"
  16011. },
  16012. "title": {
  16013. "type": "string",
  16014. "example": "标题"
  16015. },
  16016. "transfer_type": {
  16017. "description": "转账类型",
  16018. "type": "integer"
  16019. },
  16020. "uid": {
  16021. "description": "用户 ID",
  16022. "type": "integer"
  16023. },
  16024. "update_at": {
  16025. "type": "string",
  16026. "example": "更新时间"
  16027. }
  16028. }
  16029. },
  16030. "md.VideoBaseData": {
  16031. "type": "object",
  16032. "properties": {
  16033. "interval": {
  16034. "type": "string",
  16035. "example": "领取间隔 秒"
  16036. },
  16037. "reward": {
  16038. "type": "string",
  16039. "example": "单次奖励"
  16040. },
  16041. "timer": {
  16042. "type": "string",
  16043. "example": "观看X秒奖励"
  16044. },
  16045. "total": {
  16046. "type": "string",
  16047. "example": "可领取总次数"
  16048. }
  16049. }
  16050. },
  16051. "md.VideoRewardSetting": {
  16052. "type": "object",
  16053. "properties": {
  16054. "video_reward_is_open": {
  16055. "description": "视频奖励是否开启(1:开启 0:关闭)",
  16056. "type": "integer"
  16057. },
  16058. "video_reward_system": {
  16059. "description": "视频奖励机制",
  16060. "allOf": [
  16061. {
  16062. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  16063. }
  16064. ]
  16065. }
  16066. }
  16067. },
  16068. "md.VideoRewardSystemStruct": {
  16069. "type": "object",
  16070. "properties": {
  16071. "each_round_hour": {
  16072. "description": "每一轮X个小时",
  16073. "type": "string"
  16074. },
  16075. "interval_minutes": {
  16076. "description": "间隔X秒",
  16077. "type": "string"
  16078. },
  16079. "reward_total_num": {
  16080. "description": "一共X个奖励视屏",
  16081. "type": "string"
  16082. },
  16083. "reward_value": {
  16084. "description": "奖励X个活跃积分",
  16085. "type": "string"
  16086. }
  16087. }
  16088. },
  16089. "md.VipEquitySettingNode": {
  16090. "type": "object",
  16091. "properties": {
  16092. "dividend_ratio": {
  16093. "description": "分红比例",
  16094. "type": "string"
  16095. },
  16096. "exchange_account_balance_fee": {
  16097. "description": "兑换余额手续费",
  16098. "type": "string"
  16099. },
  16100. "vip_level_id": {
  16101. "description": "会员等级ID",
  16102. "type": "string"
  16103. },
  16104. "vip_level_name": {
  16105. "description": "会员等级名称",
  16106. "type": "string"
  16107. }
  16108. }
  16109. },
  16110. "md.VirtualCoin": {
  16111. "type": "object",
  16112. "properties": {
  16113. "create_at": {
  16114. "type": "string"
  16115. },
  16116. "exchange_ratio": {
  16117. "description": "兑换比例(与金额)",
  16118. "type": "string",
  16119. "example": "兑换比例(与金额)"
  16120. },
  16121. "id": {
  16122. "type": "integer"
  16123. },
  16124. "is_use": {
  16125. "description": "是否开启: 0否 1是",
  16126. "type": "integer"
  16127. },
  16128. "name": {
  16129. "description": "名称",
  16130. "type": "string"
  16131. },
  16132. "update_at": {
  16133. "type": "string"
  16134. }
  16135. }
  16136. },
  16137. "md.VirtualCoinDetailNode": {
  16138. "type": "object",
  16139. "properties": {
  16140. "after_amount": {
  16141. "description": "变更后积分余额",
  16142. "type": "string"
  16143. },
  16144. "amount": {
  16145. "description": "变更数量",
  16146. "type": "string"
  16147. },
  16148. "create_at": {
  16149. "description": "创建时间",
  16150. "type": "string"
  16151. },
  16152. "direction": {
  16153. "description": "类型 1.收入 2.支出",
  16154. "type": "integer"
  16155. },
  16156. "uid": {
  16157. "description": "用户 ID",
  16158. "type": "integer"
  16159. }
  16160. }
  16161. },
  16162. "md.VirtualCoinListNode": {
  16163. "type": "object",
  16164. "properties": {
  16165. "coin_id": {
  16166. "description": "货币类型 ID",
  16167. "type": "integer"
  16168. },
  16169. "kind": {
  16170. "description": "货币序号",
  16171. "type": "integer"
  16172. },
  16173. "name": {
  16174. "type": "string",
  16175. "example": "货币类型名称"
  16176. }
  16177. }
  16178. },
  16179. "md.WebsiteInfoResp": {
  16180. "type": "object",
  16181. "properties": {
  16182. "android_down_url": {
  16183. "type": "string"
  16184. },
  16185. "ios_down_url": {
  16186. "type": "string"
  16187. },
  16188. "seo_logo": {
  16189. "type": "string"
  16190. },
  16191. "seo_title": {
  16192. "type": "string",
  16193. "example": "seo"
  16194. },
  16195. "web_logo": {
  16196. "type": "string"
  16197. }
  16198. }
  16199. },
  16200. "md.WithdrawApplyAuditReq": {
  16201. "type": "object",
  16202. "required": [
  16203. "audit_state",
  16204. "reason",
  16205. "withdraw_apply_id"
  16206. ],
  16207. "properties": {
  16208. "audit_state": {
  16209. "description": "审核状态(1:同意 2:拒绝)",
  16210. "type": "integer"
  16211. },
  16212. "reason": {
  16213. "description": "审核失败(驳回理由)",
  16214. "type": "integer"
  16215. },
  16216. "withdraw_apply_id": {
  16217. "description": "提现申请id",
  16218. "type": "integer"
  16219. }
  16220. }
  16221. },
  16222. "md.WithdrawFeeSetStruct": {
  16223. "type": "object",
  16224. "properties": {
  16225. "duration": {
  16226. "description": "类型 (1.固定金额 2.固定比例)",
  16227. "type": "integer"
  16228. },
  16229. "value": {
  16230. "description": "具体值",
  16231. "type": "integer"
  16232. }
  16233. }
  16234. },
  16235. "md.WithdrawFrequencySettingStruct": {
  16236. "type": "object",
  16237. "properties": {
  16238. "duration": {
  16239. "description": "周期 (1.天 2.周 3.月)",
  16240. "type": "integer"
  16241. },
  16242. "num": {
  16243. "description": "周期数",
  16244. "type": "array",
  16245. "items": {
  16246. "type": "string"
  16247. }
  16248. }
  16249. }
  16250. },
  16251. "md.WithdrawTimeIntervalStruct": {
  16252. "type": "object",
  16253. "properties": {
  16254. "end_at": {
  16255. "type": "string"
  16256. },
  16257. "start_at": {
  16258. "type": "string"
  16259. }
  16260. }
  16261. },
  16262. "model.EggEnergyUserEggIndexWeight": {
  16263. "type": "object",
  16264. "properties": {
  16265. "account_balance_exchange_egg_energy_nums": {
  16266. "type": "string"
  16267. },
  16268. "browse_interface_nums": {
  16269. "type": "string"
  16270. },
  16271. "college_learning_nums": {
  16272. "type": "string"
  16273. },
  16274. "create_at": {
  16275. "type": "string"
  16276. },
  16277. "ecpm": {
  16278. "type": "string"
  16279. },
  16280. "egg_energy_exchange_account_balance": {
  16281. "type": "string"
  16282. },
  16283. "forum_comments_nums": {
  16284. "type": "string"
  16285. },
  16286. "id": {
  16287. "type": "integer"
  16288. },
  16289. "im_activity_nums": {
  16290. "type": "string"
  16291. },
  16292. "invite_user_nums": {
  16293. "type": "string"
  16294. },
  16295. "person_add_activity_value": {
  16296. "type": "string"
  16297. },
  16298. "send_circle_of_friend_nums": {
  16299. "type": "string"
  16300. },
  16301. "send_red_package_nums": {
  16302. "type": "string"
  16303. },
  16304. "sign_in_nums": {
  16305. "type": "string"
  16306. },
  16307. "team_activity_nums": {
  16308. "type": "string"
  16309. },
  16310. "update_at": {
  16311. "type": "string"
  16312. },
  16313. "violate_nums": {
  16314. "type": "string"
  16315. }
  16316. }
  16317. },
  16318. "model.PlatformActiveData": {
  16319. "type": "object",
  16320. "properties": {
  16321. "date": {
  16322. "type": "string"
  16323. },
  16324. "id": {
  16325. "type": "integer"
  16326. },
  16327. "new_user_count": {
  16328. "type": "integer"
  16329. },
  16330. "user_sign_in_count": {
  16331. "type": "integer"
  16332. },
  16333. "withdraw_amount_count": {
  16334. "type": "string"
  16335. },
  16336. "withdraw_user_count": {
  16337. "type": "integer"
  16338. }
  16339. }
  16340. },
  16341. "model.UserLevelTask": {
  16342. "type": "object",
  16343. "properties": {
  16344. "active_days": {
  16345. "type": "integer"
  16346. },
  16347. "create_at": {
  16348. "type": "string"
  16349. },
  16350. "finish_count": {
  16351. "type": "integer"
  16352. },
  16353. "id": {
  16354. "type": "integer"
  16355. },
  16356. "is_must_task": {
  16357. "type": "integer"
  16358. },
  16359. "level_id": {
  16360. "type": "integer"
  16361. },
  16362. "task_type": {
  16363. "type": "integer"
  16364. },
  16365. "task_type_level_id": {
  16366. "type": "integer"
  16367. },
  16368. "update_at": {
  16369. "type": "string"
  16370. },
  16371. "within_days": {
  16372. "type": "integer"
  16373. }
  16374. }
  16375. },
  16376. "setCenter.WebBasicReq": {
  16377. "type": "object",
  16378. "properties": {
  16379. "android_down_url": {
  16380. "type": "string"
  16381. },
  16382. "ios_down_url": {
  16383. "type": "string"
  16384. },
  16385. "seo_logo": {
  16386. "type": "string"
  16387. },
  16388. "seo_title": {
  16389. "type": "string"
  16390. },
  16391. "wap_host": {
  16392. "type": "string",
  16393. "example": "h5域名"
  16394. },
  16395. "web_logo": {
  16396. "type": "string"
  16397. }
  16398. }
  16399. },
  16400. "setCenter.WebBasicResp": {
  16401. "type": "object",
  16402. "properties": {
  16403. "android_down_url": {
  16404. "type": "string"
  16405. },
  16406. "ios_down_url": {
  16407. "type": "string"
  16408. },
  16409. "seo_logo": {
  16410. "type": "string"
  16411. },
  16412. "seo_logo_url": {
  16413. "type": "string"
  16414. },
  16415. "seo_title": {
  16416. "type": "string"
  16417. },
  16418. "wap_host": {
  16419. "type": "string",
  16420. "example": "h5域名"
  16421. },
  16422. "web_logo": {
  16423. "type": "string"
  16424. },
  16425. "web_logo_url": {
  16426. "type": "string"
  16427. }
  16428. }
  16429. }
  16430. },
  16431. "securityDefinitions": {
  16432. "MasterID": {
  16433. "type": "apiKey",
  16434. "name": "MasterID",
  16435. "in": "header"
  16436. }
  16437. }
  16438. }