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

16593 lines
565 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. }
  1521. ],
  1522. "responses": {
  1523. "200": {
  1524. "description": "token",
  1525. "schema": {
  1526. "type": "object",
  1527. "additionalProperties": true
  1528. }
  1529. },
  1530. "400": {
  1531. "description": "具体错误",
  1532. "schema": {
  1533. "$ref": "#/definitions/md.Response"
  1534. }
  1535. }
  1536. }
  1537. }
  1538. },
  1539. "/api/financialCenter/withdraw/applyList": {
  1540. "post": {
  1541. "description": "提现申请列表(获取)",
  1542. "consumes": [
  1543. "application/json"
  1544. ],
  1545. "produces": [
  1546. "application/json"
  1547. ],
  1548. "tags": [
  1549. "提现"
  1550. ],
  1551. "summary": "财务中心-提现-提现申请列表(获取)",
  1552. "parameters": [
  1553. {
  1554. "type": "string",
  1555. "description": "验证参数Bearer和token空格拼接",
  1556. "name": "Authorization",
  1557. "in": "header",
  1558. "required": true
  1559. },
  1560. {
  1561. "description": "筛选条件",
  1562. "name": "req",
  1563. "in": "body",
  1564. "schema": {
  1565. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1566. }
  1567. }
  1568. ],
  1569. "responses": {
  1570. "200": {
  1571. "description": "具体数据",
  1572. "schema": {
  1573. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1574. }
  1575. },
  1576. "400": {
  1577. "description": "具体错误",
  1578. "schema": {
  1579. "$ref": "#/definitions/md.Response"
  1580. }
  1581. }
  1582. }
  1583. }
  1584. },
  1585. "/api/financialCenter/withdraw/audit": {
  1586. "post": {
  1587. "description": "提现审核",
  1588. "consumes": [
  1589. "application/json"
  1590. ],
  1591. "produces": [
  1592. "application/json"
  1593. ],
  1594. "tags": [
  1595. "提现"
  1596. ],
  1597. "summary": "财务中心-提现-审核",
  1598. "parameters": [
  1599. {
  1600. "type": "string",
  1601. "description": "验证参数Bearer和token空格拼接",
  1602. "name": "Authorization",
  1603. "in": "header",
  1604. "required": true
  1605. },
  1606. {
  1607. "description": "筛选条件",
  1608. "name": "req",
  1609. "in": "body",
  1610. "schema": {
  1611. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1612. }
  1613. }
  1614. ],
  1615. "responses": {
  1616. "200": {
  1617. "description": "success",
  1618. "schema": {
  1619. "type": "string"
  1620. }
  1621. },
  1622. "400": {
  1623. "description": "具体错误",
  1624. "schema": {
  1625. "$ref": "#/definitions/md.Response"
  1626. }
  1627. }
  1628. }
  1629. }
  1630. },
  1631. "/api/financialCenter/withdraw/setting": {
  1632. "get": {
  1633. "description": "基础设置(获取)",
  1634. "consumes": [
  1635. "application/json"
  1636. ],
  1637. "produces": [
  1638. "application/json"
  1639. ],
  1640. "tags": [
  1641. "提现"
  1642. ],
  1643. "summary": "财务中心-提现-基础设置(获取)",
  1644. "parameters": [
  1645. {
  1646. "type": "string",
  1647. "description": "验证参数Bearer和token空格拼接",
  1648. "name": "Authorization",
  1649. "in": "header",
  1650. "required": true
  1651. }
  1652. ],
  1653. "responses": {
  1654. "200": {
  1655. "description": "具体数据",
  1656. "schema": {
  1657. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1658. }
  1659. },
  1660. "400": {
  1661. "description": "具体错误",
  1662. "schema": {
  1663. "$ref": "#/definitions/md.Response"
  1664. }
  1665. }
  1666. }
  1667. }
  1668. },
  1669. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1670. "post": {
  1671. "description": "基础设置(更新)",
  1672. "consumes": [
  1673. "application/json"
  1674. ],
  1675. "produces": [
  1676. "application/json"
  1677. ],
  1678. "tags": [
  1679. "提现"
  1680. ],
  1681. "summary": "财务中心-提现-基础设置(更新)",
  1682. "parameters": [
  1683. {
  1684. "type": "string",
  1685. "description": "验证参数Bearer和token空格拼接",
  1686. "name": "Authorization",
  1687. "in": "header",
  1688. "required": true
  1689. },
  1690. {
  1691. "description": "id 必填",
  1692. "name": "req",
  1693. "in": "body",
  1694. "required": true,
  1695. "schema": {
  1696. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1697. }
  1698. }
  1699. ],
  1700. "responses": {
  1701. "200": {
  1702. "description": "修改数据条数",
  1703. "schema": {
  1704. "type": "int"
  1705. }
  1706. },
  1707. "400": {
  1708. "description": "具体错误",
  1709. "schema": {
  1710. "$ref": "#/definitions/md.Response"
  1711. }
  1712. }
  1713. }
  1714. }
  1715. },
  1716. "/api/friendCircleSettings/basic/index": {
  1717. "get": {
  1718. "description": "基础设置(获取)",
  1719. "consumes": [
  1720. "application/json"
  1721. ],
  1722. "produces": [
  1723. "application/json"
  1724. ],
  1725. "tags": [
  1726. "动态设置"
  1727. ],
  1728. "summary": "社交管理-动态设置-基础设置(获取)",
  1729. "parameters": [
  1730. {
  1731. "type": "string",
  1732. "description": "验证参数Bearer和token空格拼接",
  1733. "name": "Authorization",
  1734. "in": "header",
  1735. "required": true
  1736. }
  1737. ],
  1738. "responses": {
  1739. "200": {
  1740. "description": "具体数据",
  1741. "schema": {
  1742. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1743. }
  1744. },
  1745. "400": {
  1746. "description": "具体错误",
  1747. "schema": {
  1748. "$ref": "#/definitions/md.Response"
  1749. }
  1750. }
  1751. }
  1752. }
  1753. },
  1754. "/api/friendCircleSettings/basic/save": {
  1755. "post": {
  1756. "description": "基础设置(更新)",
  1757. "consumes": [
  1758. "application/json"
  1759. ],
  1760. "produces": [
  1761. "application/json"
  1762. ],
  1763. "tags": [
  1764. "动态设置"
  1765. ],
  1766. "summary": "社交管理-动态设置-基础设置(更新)",
  1767. "parameters": [
  1768. {
  1769. "type": "string",
  1770. "description": "验证参数Bearer和token空格拼接",
  1771. "name": "Authorization",
  1772. "in": "header",
  1773. "required": true
  1774. },
  1775. {
  1776. "description": "id 必填",
  1777. "name": "req",
  1778. "in": "body",
  1779. "required": true,
  1780. "schema": {
  1781. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1782. }
  1783. }
  1784. ],
  1785. "responses": {
  1786. "200": {
  1787. "description": "修改数据条数",
  1788. "schema": {
  1789. "type": "int"
  1790. }
  1791. },
  1792. "400": {
  1793. "description": "具体错误",
  1794. "schema": {
  1795. "$ref": "#/definitions/md.Response"
  1796. }
  1797. }
  1798. }
  1799. }
  1800. },
  1801. "/api/friendCircleSettings/blackList/add": {
  1802. "post": {
  1803. "description": "黑名单(新增)",
  1804. "consumes": [
  1805. "application/json"
  1806. ],
  1807. "produces": [
  1808. "application/json"
  1809. ],
  1810. "tags": [
  1811. "动态设置"
  1812. ],
  1813. "summary": "社交管理-动态设置-黑名单(新增)",
  1814. "parameters": [
  1815. {
  1816. "type": "string",
  1817. "description": "验证参数Bearer和token空格拼接",
  1818. "name": "Authorization",
  1819. "in": "header",
  1820. "required": true
  1821. },
  1822. {
  1823. "description": "用户id 必填",
  1824. "name": "req",
  1825. "in": "body",
  1826. "required": true,
  1827. "schema": {
  1828. "$ref": "#/definitions/md.AddBlackListReq"
  1829. }
  1830. }
  1831. ],
  1832. "responses": {
  1833. "200": {
  1834. "description": "生成的黑名单id",
  1835. "schema": {
  1836. "type": "string"
  1837. }
  1838. },
  1839. "400": {
  1840. "description": "具体错误",
  1841. "schema": {
  1842. "$ref": "#/definitions/md.Response"
  1843. }
  1844. }
  1845. }
  1846. }
  1847. },
  1848. "/api/friendCircleSettings/blackList/del": {
  1849. "delete": {
  1850. "description": "黑名单(删除)",
  1851. "consumes": [
  1852. "application/json"
  1853. ],
  1854. "produces": [
  1855. "application/json"
  1856. ],
  1857. "tags": [
  1858. "动态设置"
  1859. ],
  1860. "summary": "社交管理-动态设置-黑名单(删除)",
  1861. "parameters": [
  1862. {
  1863. "type": "string",
  1864. "description": "验证参数Bearer和token空格拼接",
  1865. "name": "Authorization",
  1866. "in": "header",
  1867. "required": true
  1868. },
  1869. {
  1870. "description": "黑名单id 必填",
  1871. "name": "req",
  1872. "in": "body",
  1873. "required": true,
  1874. "schema": {
  1875. "$ref": "#/definitions/md.DeleteBlackListReq"
  1876. }
  1877. }
  1878. ],
  1879. "responses": {
  1880. "200": {
  1881. "description": "删除数据数量",
  1882. "schema": {
  1883. "type": "string"
  1884. }
  1885. },
  1886. "400": {
  1887. "description": "具体错误",
  1888. "schema": {
  1889. "$ref": "#/definitions/md.Response"
  1890. }
  1891. }
  1892. }
  1893. }
  1894. },
  1895. "/api/friendCircleSettings/blackList/index": {
  1896. "get": {
  1897. "description": "黑名单(获取)",
  1898. "consumes": [
  1899. "application/json"
  1900. ],
  1901. "produces": [
  1902. "application/json"
  1903. ],
  1904. "tags": [
  1905. "动态设置"
  1906. ],
  1907. "summary": "社交管理-动态设置-黑名单(获取)",
  1908. "parameters": [
  1909. {
  1910. "type": "string",
  1911. "description": "验证参数Bearer和token空格拼接",
  1912. "name": "Authorization",
  1913. "in": "header",
  1914. "required": true
  1915. },
  1916. {
  1917. "type": "integer",
  1918. "description": "每页大小",
  1919. "name": "limit",
  1920. "in": "query",
  1921. "required": true
  1922. },
  1923. {
  1924. "type": "integer",
  1925. "description": "页数",
  1926. "name": "page",
  1927. "in": "query",
  1928. "required": true
  1929. },
  1930. {
  1931. "type": "integer",
  1932. "description": "手机号",
  1933. "name": "phone",
  1934. "in": "query",
  1935. "required": true
  1936. },
  1937. {
  1938. "type": "integer",
  1939. "description": "用户名",
  1940. "name": "nickname",
  1941. "in": "query",
  1942. "required": true
  1943. },
  1944. {
  1945. "type": "integer",
  1946. "description": "用户id",
  1947. "name": "uid",
  1948. "in": "query",
  1949. "required": true
  1950. }
  1951. ],
  1952. "responses": {
  1953. "200": {
  1954. "description": "具体数据",
  1955. "schema": {
  1956. "$ref": "#/definitions/md.GetBlackListResp"
  1957. }
  1958. },
  1959. "400": {
  1960. "description": "具体错误",
  1961. "schema": {
  1962. "$ref": "#/definitions/md.Response"
  1963. }
  1964. }
  1965. }
  1966. }
  1967. },
  1968. "/api/friendCircleSettings/dynamic/del": {
  1969. "delete": {
  1970. "description": "动态(删除)",
  1971. "consumes": [
  1972. "application/json"
  1973. ],
  1974. "produces": [
  1975. "application/json"
  1976. ],
  1977. "tags": [
  1978. "动态设置"
  1979. ],
  1980. "summary": "社交管理-动态设置-动态(删除)",
  1981. "parameters": [
  1982. {
  1983. "type": "string",
  1984. "description": "验证参数Bearer和token空格拼接",
  1985. "name": "Authorization",
  1986. "in": "header",
  1987. "required": true
  1988. },
  1989. {
  1990. "description": "删除动态id必填",
  1991. "name": "req",
  1992. "in": "body",
  1993. "required": true,
  1994. "schema": {
  1995. "$ref": "#/definitions/md.DeleteDynamicReq"
  1996. }
  1997. }
  1998. ],
  1999. "responses": {
  2000. "200": {
  2001. "description": "success",
  2002. "schema": {
  2003. "type": "string"
  2004. }
  2005. },
  2006. "400": {
  2007. "description": "具体错误",
  2008. "schema": {
  2009. "$ref": "#/definitions/md.Response"
  2010. }
  2011. }
  2012. }
  2013. }
  2014. },
  2015. "/api/friendCircleSettings/dynamic/index": {
  2016. "post": {
  2017. "description": "动态(获取)",
  2018. "consumes": [
  2019. "application/json"
  2020. ],
  2021. "produces": [
  2022. "application/json"
  2023. ],
  2024. "tags": [
  2025. "动态设置"
  2026. ],
  2027. "summary": "社交管理-动态设置-动态(获取)",
  2028. "parameters": [
  2029. {
  2030. "type": "string",
  2031. "description": "验证参数Bearer和token空格拼接",
  2032. "name": "Authorization",
  2033. "in": "header",
  2034. "required": true
  2035. },
  2036. {
  2037. "description": "筛选条件",
  2038. "name": "req",
  2039. "in": "body",
  2040. "schema": {
  2041. "$ref": "#/definitions/md.GetDynamicReq"
  2042. }
  2043. }
  2044. ],
  2045. "responses": {
  2046. "200": {
  2047. "description": "生成的黑名单id",
  2048. "schema": {
  2049. "$ref": "#/definitions/md.GetDynamicResp"
  2050. }
  2051. },
  2052. "400": {
  2053. "description": "具体错误",
  2054. "schema": {
  2055. "$ref": "#/definitions/md.Response"
  2056. }
  2057. }
  2058. }
  2059. }
  2060. },
  2061. "/api/friendCircleSettings/dynamic/release": {
  2062. "post": {
  2063. "description": "动态(发布)",
  2064. "consumes": [
  2065. "application/json"
  2066. ],
  2067. "produces": [
  2068. "application/json"
  2069. ],
  2070. "tags": [
  2071. "动态设置"
  2072. ],
  2073. "summary": "社交管理-动态设置-动态(发布)",
  2074. "parameters": [
  2075. {
  2076. "type": "string",
  2077. "description": "验证参数Bearer和token空格拼接",
  2078. "name": "Authorization",
  2079. "in": "header",
  2080. "required": true
  2081. },
  2082. {
  2083. "description": "发布动态信息",
  2084. "name": "req",
  2085. "in": "body",
  2086. "required": true,
  2087. "schema": {
  2088. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2089. }
  2090. }
  2091. ],
  2092. "responses": {
  2093. "200": {
  2094. "description": "success",
  2095. "schema": {
  2096. "type": "string"
  2097. }
  2098. },
  2099. "400": {
  2100. "description": "具体错误",
  2101. "schema": {
  2102. "$ref": "#/definitions/md.Response"
  2103. }
  2104. }
  2105. }
  2106. }
  2107. },
  2108. "/api/friendCircleSettings/dynamic/update": {
  2109. "post": {
  2110. "description": "动态(更新)",
  2111. "consumes": [
  2112. "application/json"
  2113. ],
  2114. "produces": [
  2115. "application/json"
  2116. ],
  2117. "tags": [
  2118. "动态设置"
  2119. ],
  2120. "summary": "社交管理-动态设置-动态(更新)",
  2121. "parameters": [
  2122. {
  2123. "type": "string",
  2124. "description": "验证参数Bearer和token空格拼接",
  2125. "name": "Authorization",
  2126. "in": "header",
  2127. "required": true
  2128. },
  2129. {
  2130. "description": "更新动态id必填",
  2131. "name": "req",
  2132. "in": "body",
  2133. "required": true,
  2134. "schema": {
  2135. "$ref": "#/definitions/md.UpdateDynamicReq"
  2136. }
  2137. }
  2138. ],
  2139. "responses": {
  2140. "200": {
  2141. "description": "success",
  2142. "schema": {
  2143. "type": "string"
  2144. }
  2145. },
  2146. "400": {
  2147. "description": "具体错误",
  2148. "schema": {
  2149. "$ref": "#/definitions/md.Response"
  2150. }
  2151. }
  2152. }
  2153. }
  2154. },
  2155. "/api/getSTSVoucher": {
  2156. "get": {
  2157. "description": "STS临时访问凭证(获取)",
  2158. "consumes": [
  2159. "application/json"
  2160. ],
  2161. "produces": [
  2162. "application/json"
  2163. ],
  2164. "tags": [
  2165. "打包机使用"
  2166. ],
  2167. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2168. "parameters": [
  2169. {
  2170. "type": "string",
  2171. "description": "验证参数Bearer和token空格拼接",
  2172. "name": "Authorization",
  2173. "in": "header",
  2174. "required": true
  2175. }
  2176. ],
  2177. "responses": {
  2178. "200": {
  2179. "description": "凭证及其他信息",
  2180. "schema": {
  2181. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2182. }
  2183. },
  2184. "400": {
  2185. "description": "具体错误",
  2186. "schema": {
  2187. "$ref": "#/definitions/md.Response"
  2188. }
  2189. }
  2190. }
  2191. }
  2192. },
  2193. "/api/homePage/activeData": {
  2194. "get": {
  2195. "description": "活跃数据",
  2196. "consumes": [
  2197. "application/json"
  2198. ],
  2199. "produces": [
  2200. "application/json"
  2201. ],
  2202. "tags": [
  2203. "首页"
  2204. ],
  2205. "summary": "首页-首页-活跃数据",
  2206. "parameters": [
  2207. {
  2208. "type": "string",
  2209. "description": "验证参数Bearer和token空格拼接",
  2210. "name": "Authorization",
  2211. "in": "header",
  2212. "required": true
  2213. }
  2214. ],
  2215. "responses": {
  2216. "200": {
  2217. "description": "具体数据",
  2218. "schema": {
  2219. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2220. }
  2221. },
  2222. "400": {
  2223. "description": "具体错误",
  2224. "schema": {
  2225. "$ref": "#/definitions/md.Response"
  2226. }
  2227. }
  2228. }
  2229. }
  2230. },
  2231. "/api/homePage/growData": {
  2232. "get": {
  2233. "description": "用户增长曲线",
  2234. "consumes": [
  2235. "application/json"
  2236. ],
  2237. "produces": [
  2238. "application/json"
  2239. ],
  2240. "tags": [
  2241. "首页"
  2242. ],
  2243. "summary": "首页-首页-用户增长曲线",
  2244. "parameters": [
  2245. {
  2246. "type": "string",
  2247. "description": "验证参数Bearer和token空格拼接",
  2248. "name": "Authorization",
  2249. "in": "header",
  2250. "required": true
  2251. },
  2252. {
  2253. "type": "string",
  2254. "description": "1:按天 2:按周 3:按小时",
  2255. "name": "kind",
  2256. "in": "query"
  2257. }
  2258. ],
  2259. "responses": {
  2260. "200": {
  2261. "description": "具体数据",
  2262. "schema": {
  2263. "$ref": "#/definitions/md.GetPriceCurveResp"
  2264. }
  2265. },
  2266. "400": {
  2267. "description": "具体错误",
  2268. "schema": {
  2269. "$ref": "#/definitions/md.Response"
  2270. }
  2271. }
  2272. }
  2273. }
  2274. },
  2275. "/api/homePage/totalData": {
  2276. "get": {
  2277. "description": "数据总览",
  2278. "consumes": [
  2279. "application/json"
  2280. ],
  2281. "produces": [
  2282. "application/json"
  2283. ],
  2284. "tags": [
  2285. "首页"
  2286. ],
  2287. "summary": "首页-首页-数据总览",
  2288. "parameters": [
  2289. {
  2290. "type": "string",
  2291. "description": "验证参数Bearer和token空格拼接",
  2292. "name": "Authorization",
  2293. "in": "header",
  2294. "required": true
  2295. },
  2296. {
  2297. "type": "string",
  2298. "description": "年",
  2299. "name": "year",
  2300. "in": "query",
  2301. "required": true
  2302. },
  2303. {
  2304. "type": "string",
  2305. "description": "月",
  2306. "name": "month",
  2307. "in": "query",
  2308. "required": true
  2309. }
  2310. ],
  2311. "responses": {
  2312. "200": {
  2313. "description": "具体数据",
  2314. "schema": {
  2315. "$ref": "#/definitions/hdl.TotalDataResp"
  2316. }
  2317. },
  2318. "400": {
  2319. "description": "具体错误",
  2320. "schema": {
  2321. "$ref": "#/definitions/md.Response"
  2322. }
  2323. }
  2324. }
  2325. }
  2326. },
  2327. "/api/im/addCustomerService": {
  2328. "post": {
  2329. "description": "客服(新增)",
  2330. "consumes": [
  2331. "application/json"
  2332. ],
  2333. "produces": [
  2334. "application/json"
  2335. ],
  2336. "tags": [
  2337. "客服"
  2338. ],
  2339. "summary": "Im-客服(新增)",
  2340. "parameters": [
  2341. {
  2342. "type": "string",
  2343. "description": "验证参数Bearer和token空格拼接",
  2344. "name": "Authorization",
  2345. "in": "header",
  2346. "required": true
  2347. },
  2348. {
  2349. "description": "相关参数",
  2350. "name": "req",
  2351. "in": "body",
  2352. "required": true,
  2353. "schema": {
  2354. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2355. }
  2356. }
  2357. ],
  2358. "responses": {
  2359. "200": {
  2360. "description": "success",
  2361. "schema": {
  2362. "type": "string"
  2363. }
  2364. },
  2365. "400": {
  2366. "description": "具体错误",
  2367. "schema": {
  2368. "$ref": "#/definitions/md.Response"
  2369. }
  2370. }
  2371. }
  2372. }
  2373. },
  2374. "/api/im/addEmoticon": {
  2375. "post": {
  2376. "description": "表情包(新增)",
  2377. "consumes": [
  2378. "application/json"
  2379. ],
  2380. "produces": [
  2381. "application/json"
  2382. ],
  2383. "tags": [
  2384. "表情包"
  2385. ],
  2386. "summary": "Im-表情包(新增)",
  2387. "parameters": [
  2388. {
  2389. "type": "string",
  2390. "description": "验证参数Bearer和token空格拼接",
  2391. "name": "Authorization",
  2392. "in": "header",
  2393. "required": true
  2394. },
  2395. {
  2396. "description": "相关参数",
  2397. "name": "req",
  2398. "in": "body",
  2399. "required": true,
  2400. "schema": {
  2401. "$ref": "#/definitions/md.AddEmoticonReq"
  2402. }
  2403. }
  2404. ],
  2405. "responses": {
  2406. "200": {
  2407. "description": "success",
  2408. "schema": {
  2409. "type": "string"
  2410. }
  2411. },
  2412. "400": {
  2413. "description": "具体错误",
  2414. "schema": {
  2415. "$ref": "#/definitions/md.Response"
  2416. }
  2417. }
  2418. }
  2419. }
  2420. },
  2421. "/api/im/batchSendGroupMessage": {
  2422. "post": {
  2423. "description": "群发发送群组消息",
  2424. "consumes": [
  2425. "application/json"
  2426. ],
  2427. "produces": [
  2428. "application/json"
  2429. ],
  2430. "tags": [
  2431. "群发发送群组消息"
  2432. ],
  2433. "summary": "Im-群发发送群组消息",
  2434. "parameters": [
  2435. {
  2436. "type": "string",
  2437. "description": "验证参数Bearer和token空格拼接",
  2438. "name": "Authorization",
  2439. "in": "header",
  2440. "required": true
  2441. },
  2442. {
  2443. "description": "相关参数",
  2444. "name": "req",
  2445. "in": "body",
  2446. "required": true,
  2447. "schema": {
  2448. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2449. }
  2450. }
  2451. ],
  2452. "responses": {
  2453. "200": {
  2454. "description": "success",
  2455. "schema": {
  2456. "type": "string"
  2457. }
  2458. },
  2459. "400": {
  2460. "description": "具体错误",
  2461. "schema": {
  2462. "$ref": "#/definitions/md.Response"
  2463. }
  2464. }
  2465. }
  2466. }
  2467. },
  2468. "/api/im/batchSendUserMessage": {
  2469. "post": {
  2470. "description": "群发发送用户消息",
  2471. "consumes": [
  2472. "application/json"
  2473. ],
  2474. "produces": [
  2475. "application/json"
  2476. ],
  2477. "tags": [
  2478. "群发发送用户消息"
  2479. ],
  2480. "summary": "Im-群发发送用户消息",
  2481. "parameters": [
  2482. {
  2483. "type": "string",
  2484. "description": "验证参数Bearer和token空格拼接",
  2485. "name": "Authorization",
  2486. "in": "header",
  2487. "required": true
  2488. },
  2489. {
  2490. "description": "相关参数",
  2491. "name": "req",
  2492. "in": "body",
  2493. "required": true,
  2494. "schema": {
  2495. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2496. }
  2497. }
  2498. ],
  2499. "responses": {
  2500. "200": {
  2501. "description": "success",
  2502. "schema": {
  2503. "type": "string"
  2504. }
  2505. },
  2506. "400": {
  2507. "description": "具体错误",
  2508. "schema": {
  2509. "$ref": "#/definitions/md.Response"
  2510. }
  2511. }
  2512. }
  2513. }
  2514. },
  2515. "/api/im/deleteEmoticon": {
  2516. "post": {
  2517. "description": "表情包(删除)",
  2518. "consumes": [
  2519. "application/json"
  2520. ],
  2521. "produces": [
  2522. "application/json"
  2523. ],
  2524. "tags": [
  2525. "表情包"
  2526. ],
  2527. "summary": "Im-表情包(删除)",
  2528. "parameters": [
  2529. {
  2530. "type": "string",
  2531. "description": "验证参数Bearer和token空格拼接",
  2532. "name": "Authorization",
  2533. "in": "header",
  2534. "required": true
  2535. },
  2536. {
  2537. "description": "相关参数",
  2538. "name": "req",
  2539. "in": "body",
  2540. "required": true,
  2541. "schema": {
  2542. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2543. }
  2544. }
  2545. ],
  2546. "responses": {
  2547. "200": {
  2548. "description": "success",
  2549. "schema": {
  2550. "type": "string"
  2551. }
  2552. },
  2553. "400": {
  2554. "description": "具体错误",
  2555. "schema": {
  2556. "$ref": "#/definitions/md.Response"
  2557. }
  2558. }
  2559. }
  2560. }
  2561. },
  2562. "/api/im/getBasic": {
  2563. "get": {
  2564. "description": "基础设置(获取)",
  2565. "consumes": [
  2566. "application/json"
  2567. ],
  2568. "produces": [
  2569. "application/json"
  2570. ],
  2571. "tags": [
  2572. "基础设置"
  2573. ],
  2574. "summary": "Im-基础设置(获取)",
  2575. "parameters": [
  2576. {
  2577. "type": "string",
  2578. "description": "验证参数Bearer和token空格拼接",
  2579. "name": "Authorization",
  2580. "in": "header",
  2581. "required": true
  2582. }
  2583. ],
  2584. "responses": {
  2585. "200": {
  2586. "description": "设置列表",
  2587. "schema": {
  2588. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2589. }
  2590. },
  2591. "400": {
  2592. "description": "具体错误",
  2593. "schema": {
  2594. "$ref": "#/definitions/md.Response"
  2595. }
  2596. }
  2597. }
  2598. }
  2599. },
  2600. "/api/im/groupList": {
  2601. "post": {
  2602. "description": "群组用户(列表)",
  2603. "consumes": [
  2604. "application/json"
  2605. ],
  2606. "produces": [
  2607. "application/json"
  2608. ],
  2609. "tags": [
  2610. "群组用户"
  2611. ],
  2612. "summary": "Im-群组用户(列表)",
  2613. "parameters": [
  2614. {
  2615. "type": "string",
  2616. "description": "验证参数Bearer和token空格拼接",
  2617. "name": "Authorization",
  2618. "in": "header",
  2619. "required": true
  2620. },
  2621. {
  2622. "description": "相关参数",
  2623. "name": "req",
  2624. "in": "body",
  2625. "required": true,
  2626. "schema": {
  2627. "$ref": "#/definitions/md.GroupListReq"
  2628. }
  2629. }
  2630. ],
  2631. "responses": {
  2632. "200": {
  2633. "description": "OK",
  2634. "schema": {
  2635. "$ref": "#/definitions/md.GroupListResp"
  2636. }
  2637. },
  2638. "400": {
  2639. "description": "具体错误",
  2640. "schema": {
  2641. "$ref": "#/definitions/md.Response"
  2642. }
  2643. }
  2644. }
  2645. }
  2646. },
  2647. "/api/im/pageCustomerService": {
  2648. "post": {
  2649. "description": "客服(列表)",
  2650. "consumes": [
  2651. "application/json"
  2652. ],
  2653. "produces": [
  2654. "application/json"
  2655. ],
  2656. "tags": [
  2657. "客服"
  2658. ],
  2659. "summary": "Im-客服(列表)",
  2660. "parameters": [
  2661. {
  2662. "type": "string",
  2663. "description": "验证参数Bearer和token空格拼接",
  2664. "name": "Authorization",
  2665. "in": "header",
  2666. "required": true
  2667. },
  2668. {
  2669. "description": "相关参数",
  2670. "name": "req",
  2671. "in": "body",
  2672. "required": true,
  2673. "schema": {
  2674. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2675. }
  2676. }
  2677. ],
  2678. "responses": {
  2679. "200": {
  2680. "description": "设置列表",
  2681. "schema": {
  2682. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2683. }
  2684. },
  2685. "400": {
  2686. "description": "具体错误",
  2687. "schema": {
  2688. "$ref": "#/definitions/md.Response"
  2689. }
  2690. }
  2691. }
  2692. }
  2693. },
  2694. "/api/im/pageEmoticon": {
  2695. "post": {
  2696. "description": "表情包(列表)",
  2697. "consumes": [
  2698. "application/json"
  2699. ],
  2700. "produces": [
  2701. "application/json"
  2702. ],
  2703. "tags": [
  2704. "表情包"
  2705. ],
  2706. "summary": "Im-表情包(列表)",
  2707. "parameters": [
  2708. {
  2709. "type": "string",
  2710. "description": "验证参数Bearer和token空格拼接",
  2711. "name": "Authorization",
  2712. "in": "header",
  2713. "required": true
  2714. },
  2715. {
  2716. "description": "相关参数",
  2717. "name": "req",
  2718. "in": "body",
  2719. "required": true,
  2720. "schema": {
  2721. "$ref": "#/definitions/md.PageEmoticonReq"
  2722. }
  2723. }
  2724. ],
  2725. "responses": {
  2726. "200": {
  2727. "description": "设置列表",
  2728. "schema": {
  2729. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2730. }
  2731. },
  2732. "400": {
  2733. "description": "具体错误",
  2734. "schema": {
  2735. "$ref": "#/definitions/md.Response"
  2736. }
  2737. }
  2738. }
  2739. }
  2740. },
  2741. "/api/im/pageSendRedPackageOrd": {
  2742. "post": {
  2743. "description": "红包记录(列表)",
  2744. "consumes": [
  2745. "application/json"
  2746. ],
  2747. "produces": [
  2748. "application/json"
  2749. ],
  2750. "tags": [
  2751. "红包记录"
  2752. ],
  2753. "summary": "Im-红包记录(列表)",
  2754. "parameters": [
  2755. {
  2756. "type": "string",
  2757. "description": "验证参数Bearer和token空格拼接",
  2758. "name": "Authorization",
  2759. "in": "header",
  2760. "required": true
  2761. },
  2762. {
  2763. "description": "相关参数",
  2764. "name": "req",
  2765. "in": "body",
  2766. "required": true,
  2767. "schema": {
  2768. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2769. }
  2770. }
  2771. ],
  2772. "responses": {
  2773. "200": {
  2774. "description": "success",
  2775. "schema": {
  2776. "type": "string"
  2777. }
  2778. },
  2779. "400": {
  2780. "description": "具体错误",
  2781. "schema": {
  2782. "$ref": "#/definitions/md.Response"
  2783. }
  2784. }
  2785. }
  2786. }
  2787. },
  2788. "/api/im/redPackageRecordsDetail": {
  2789. "get": {
  2790. "description": "红包记录(详情)",
  2791. "consumes": [
  2792. "application/json"
  2793. ],
  2794. "produces": [
  2795. "application/json"
  2796. ],
  2797. "tags": [
  2798. "红包记录"
  2799. ],
  2800. "summary": "Im-红包记录(详情)",
  2801. "parameters": [
  2802. {
  2803. "type": "string",
  2804. "description": "验证参数Bearer和token空格拼接",
  2805. "name": "Authorization",
  2806. "in": "header",
  2807. "required": true
  2808. },
  2809. {
  2810. "type": "string",
  2811. "description": "红包id",
  2812. "name": "red_package_id",
  2813. "in": "query",
  2814. "required": true
  2815. }
  2816. ],
  2817. "responses": {
  2818. "200": {
  2819. "description": "success",
  2820. "schema": {
  2821. "type": "string"
  2822. }
  2823. },
  2824. "400": {
  2825. "description": "具体错误",
  2826. "schema": {
  2827. "$ref": "#/definitions/md.Response"
  2828. }
  2829. }
  2830. }
  2831. }
  2832. },
  2833. "/api/im/setBasic": {
  2834. "post": {
  2835. "description": "基础设置(更新)",
  2836. "consumes": [
  2837. "application/json"
  2838. ],
  2839. "produces": [
  2840. "application/json"
  2841. ],
  2842. "tags": [
  2843. "基础设置"
  2844. ],
  2845. "summary": "Im-基础设置(更新)",
  2846. "parameters": [
  2847. {
  2848. "type": "string",
  2849. "description": "验证参数Bearer和token空格拼接",
  2850. "name": "Authorization",
  2851. "in": "header",
  2852. "required": true
  2853. },
  2854. {
  2855. "description": "上传需要修改的信息",
  2856. "name": "req",
  2857. "in": "body",
  2858. "required": true,
  2859. "schema": {
  2860. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2861. }
  2862. }
  2863. ],
  2864. "responses": {
  2865. "200": {
  2866. "description": "success",
  2867. "schema": {
  2868. "type": "string"
  2869. }
  2870. },
  2871. "400": {
  2872. "description": "具体错误",
  2873. "schema": {
  2874. "$ref": "#/definitions/md.Response"
  2875. }
  2876. }
  2877. }
  2878. }
  2879. },
  2880. "/api/im/setCustomerServiceState": {
  2881. "post": {
  2882. "description": "客服(更新状态)",
  2883. "consumes": [
  2884. "application/json"
  2885. ],
  2886. "produces": [
  2887. "application/json"
  2888. ],
  2889. "tags": [
  2890. "客服"
  2891. ],
  2892. "summary": "Im-客服(更新状态)",
  2893. "parameters": [
  2894. {
  2895. "type": "string",
  2896. "description": "验证参数Bearer和token空格拼接",
  2897. "name": "Authorization",
  2898. "in": "header",
  2899. "required": true
  2900. },
  2901. {
  2902. "description": "相关参数",
  2903. "name": "req",
  2904. "in": "body",
  2905. "required": true,
  2906. "schema": {
  2907. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2908. }
  2909. }
  2910. ],
  2911. "responses": {
  2912. "200": {
  2913. "description": "success",
  2914. "schema": {
  2915. "type": "string"
  2916. }
  2917. },
  2918. "400": {
  2919. "description": "具体错误",
  2920. "schema": {
  2921. "$ref": "#/definitions/md.Response"
  2922. }
  2923. }
  2924. }
  2925. }
  2926. },
  2927. "/api/im/setEmoticonState": {
  2928. "post": {
  2929. "description": "表情包(新增)",
  2930. "consumes": [
  2931. "application/json"
  2932. ],
  2933. "produces": [
  2934. "application/json"
  2935. ],
  2936. "tags": [
  2937. "表情包"
  2938. ],
  2939. "summary": "Im-表情包(更新状态)",
  2940. "parameters": [
  2941. {
  2942. "type": "string",
  2943. "description": "验证参数Bearer和token空格拼接",
  2944. "name": "Authorization",
  2945. "in": "header",
  2946. "required": true
  2947. },
  2948. {
  2949. "description": "相关参数",
  2950. "name": "req",
  2951. "in": "body",
  2952. "required": true,
  2953. "schema": {
  2954. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2955. }
  2956. }
  2957. ],
  2958. "responses": {
  2959. "200": {
  2960. "description": "success",
  2961. "schema": {
  2962. "type": "string"
  2963. }
  2964. },
  2965. "400": {
  2966. "description": "具体错误",
  2967. "schema": {
  2968. "$ref": "#/definitions/md.Response"
  2969. }
  2970. }
  2971. }
  2972. }
  2973. },
  2974. "/api/im/updateCustomerServiceMemo": {
  2975. "post": {
  2976. "description": "客服(编辑备注)",
  2977. "consumes": [
  2978. "application/json"
  2979. ],
  2980. "produces": [
  2981. "application/json"
  2982. ],
  2983. "tags": [
  2984. "客服"
  2985. ],
  2986. "summary": "Im-客服(编辑备注)",
  2987. "parameters": [
  2988. {
  2989. "type": "string",
  2990. "description": "验证参数Bearer和token空格拼接",
  2991. "name": "Authorization",
  2992. "in": "header",
  2993. "required": true
  2994. },
  2995. {
  2996. "description": "相关参数",
  2997. "name": "req",
  2998. "in": "body",
  2999. "required": true,
  3000. "schema": {
  3001. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3002. }
  3003. }
  3004. ],
  3005. "responses": {
  3006. "200": {
  3007. "description": "success",
  3008. "schema": {
  3009. "type": "string"
  3010. }
  3011. },
  3012. "400": {
  3013. "description": "具体错误",
  3014. "schema": {
  3015. "$ref": "#/definitions/md.Response"
  3016. }
  3017. }
  3018. }
  3019. }
  3020. },
  3021. "/api/im/updateEmoticon": {
  3022. "post": {
  3023. "description": "表情包(编辑)",
  3024. "consumes": [
  3025. "application/json"
  3026. ],
  3027. "produces": [
  3028. "application/json"
  3029. ],
  3030. "tags": [
  3031. "表情包"
  3032. ],
  3033. "summary": "Im-表情包(编辑)",
  3034. "parameters": [
  3035. {
  3036. "type": "string",
  3037. "description": "验证参数Bearer和token空格拼接",
  3038. "name": "Authorization",
  3039. "in": "header",
  3040. "required": true
  3041. },
  3042. {
  3043. "description": "相关参数",
  3044. "name": "req",
  3045. "in": "body",
  3046. "required": true,
  3047. "schema": {
  3048. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3049. }
  3050. }
  3051. ],
  3052. "responses": {
  3053. "200": {
  3054. "description": "success",
  3055. "schema": {
  3056. "type": "string"
  3057. }
  3058. },
  3059. "400": {
  3060. "description": "具体错误",
  3061. "schema": {
  3062. "$ref": "#/definitions/md.Response"
  3063. }
  3064. }
  3065. }
  3066. }
  3067. },
  3068. "/api/institutionalManagement/contentReward/playlet/base": {
  3069. "get": {
  3070. "description": "制度中心-内容奖励-短剧基本信息",
  3071. "consumes": [
  3072. "application/json"
  3073. ],
  3074. "produces": [
  3075. "application/json"
  3076. ],
  3077. "tags": [
  3078. "蛋蛋能量"
  3079. ],
  3080. "summary": "制度中心-内容奖励-短剧基本信息",
  3081. "parameters": [
  3082. {
  3083. "type": "string",
  3084. "description": "验证参数Bearer和token空格拼接",
  3085. "name": "Authorization",
  3086. "in": "header",
  3087. "required": true
  3088. }
  3089. ],
  3090. "responses": {
  3091. "200": {
  3092. "description": "具体数据",
  3093. "schema": {
  3094. "$ref": "#/definitions/md.PlayletBaseData"
  3095. }
  3096. },
  3097. "400": {
  3098. "description": "具体错误",
  3099. "schema": {
  3100. "$ref": "#/definitions/md.Response"
  3101. }
  3102. }
  3103. }
  3104. }
  3105. },
  3106. "/api/institutionalManagement/contentReward/playlet/save": {
  3107. "post": {
  3108. "description": "制度中心-内容奖励-短剧基本配置保存",
  3109. "consumes": [
  3110. "application/json"
  3111. ],
  3112. "produces": [
  3113. "application/json"
  3114. ],
  3115. "tags": [
  3116. "蛋蛋能量"
  3117. ],
  3118. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3119. "parameters": [
  3120. {
  3121. "type": "string",
  3122. "description": "验证参数Bearer和token空格拼接",
  3123. "name": "Authorization",
  3124. "in": "header",
  3125. "required": true
  3126. },
  3127. {
  3128. "description": "(分页信息必填)",
  3129. "name": "req",
  3130. "in": "body",
  3131. "required": true,
  3132. "schema": {
  3133. "$ref": "#/definitions/md.PlayletBaseData"
  3134. }
  3135. }
  3136. ],
  3137. "responses": {
  3138. "200": {
  3139. "description": "具体数据",
  3140. "schema": {
  3141. "type": "string"
  3142. }
  3143. },
  3144. "400": {
  3145. "description": "具体错误",
  3146. "schema": {
  3147. "$ref": "#/definitions/md.Response"
  3148. }
  3149. }
  3150. }
  3151. }
  3152. },
  3153. "/api/institutionalManagement/contentReward/video/base": {
  3154. "get": {
  3155. "description": "制度中心-内容奖励-短视频基本信息",
  3156. "consumes": [
  3157. "application/json"
  3158. ],
  3159. "produces": [
  3160. "application/json"
  3161. ],
  3162. "tags": [
  3163. "蛋蛋能量"
  3164. ],
  3165. "summary": "制度中心-内容奖励-短视频基本信息",
  3166. "parameters": [
  3167. {
  3168. "type": "string",
  3169. "description": "验证参数Bearer和token空格拼接",
  3170. "name": "Authorization",
  3171. "in": "header",
  3172. "required": true
  3173. }
  3174. ],
  3175. "responses": {
  3176. "200": {
  3177. "description": "具体数据",
  3178. "schema": {
  3179. "$ref": "#/definitions/md.VideoBaseData"
  3180. }
  3181. },
  3182. "400": {
  3183. "description": "具体错误",
  3184. "schema": {
  3185. "$ref": "#/definitions/md.Response"
  3186. }
  3187. }
  3188. }
  3189. }
  3190. },
  3191. "/api/institutionalManagement/contentReward/video/save": {
  3192. "post": {
  3193. "description": "制度中心-内容奖励-短视频基本配置保存",
  3194. "consumes": [
  3195. "application/json"
  3196. ],
  3197. "produces": [
  3198. "application/json"
  3199. ],
  3200. "tags": [
  3201. "蛋蛋能量"
  3202. ],
  3203. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3204. "parameters": [
  3205. {
  3206. "type": "string",
  3207. "description": "验证参数Bearer和token空格拼接",
  3208. "name": "Authorization",
  3209. "in": "header",
  3210. "required": true
  3211. },
  3212. {
  3213. "description": "(分页信息必填)",
  3214. "name": "req",
  3215. "in": "body",
  3216. "required": true,
  3217. "schema": {
  3218. "$ref": "#/definitions/md.VideoBaseData"
  3219. }
  3220. }
  3221. ],
  3222. "responses": {
  3223. "200": {
  3224. "description": "具体数据",
  3225. "schema": {
  3226. "type": "string"
  3227. }
  3228. },
  3229. "400": {
  3230. "description": "具体错误",
  3231. "schema": {
  3232. "$ref": "#/definitions/md.Response"
  3233. }
  3234. }
  3235. }
  3236. }
  3237. },
  3238. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3239. "post": {
  3240. "description": "会员设置(新增)",
  3241. "consumes": [
  3242. "application/json"
  3243. ],
  3244. "produces": [
  3245. "application/json"
  3246. ],
  3247. "tags": [
  3248. "蛋蛋能量"
  3249. ],
  3250. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3251. "parameters": [
  3252. {
  3253. "type": "string",
  3254. "description": "验证参数Bearer和token空格拼接",
  3255. "name": "Authorization",
  3256. "in": "header",
  3257. "required": true
  3258. },
  3259. {
  3260. "description": "system_id 必填",
  3261. "name": "req",
  3262. "in": "body",
  3263. "required": true,
  3264. "schema": {
  3265. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3266. }
  3267. }
  3268. ],
  3269. "responses": {
  3270. "200": {
  3271. "description": "修改数据条数",
  3272. "schema": {
  3273. "type": "int"
  3274. }
  3275. },
  3276. "400": {
  3277. "description": "具体错误",
  3278. "schema": {
  3279. "$ref": "#/definitions/md.Response"
  3280. }
  3281. }
  3282. }
  3283. }
  3284. },
  3285. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3286. "post": {
  3287. "description": "动态数据流水(获取)",
  3288. "consumes": [
  3289. "application/json"
  3290. ],
  3291. "produces": [
  3292. "application/json"
  3293. ],
  3294. "tags": [
  3295. "公排管理"
  3296. ],
  3297. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3298. "parameters": [
  3299. {
  3300. "type": "string",
  3301. "description": "验证参数Bearer和token空格拼接",
  3302. "name": "Authorization",
  3303. "in": "header",
  3304. "required": true
  3305. },
  3306. {
  3307. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3308. "name": "req",
  3309. "in": "body",
  3310. "required": true,
  3311. "schema": {
  3312. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3313. }
  3314. }
  3315. ],
  3316. "responses": {
  3317. "200": {
  3318. "description": "成功返回",
  3319. "schema": {
  3320. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3321. }
  3322. },
  3323. "400": {
  3324. "description": "具体错误",
  3325. "schema": {
  3326. "$ref": "#/definitions/md.Response"
  3327. }
  3328. }
  3329. }
  3330. }
  3331. },
  3332. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3333. "post": {
  3334. "description": "批量新增币种",
  3335. "consumes": [
  3336. "application/json"
  3337. ],
  3338. "produces": [
  3339. "application/json"
  3340. ],
  3341. "tags": [
  3342. "蛋蛋能量"
  3343. ],
  3344. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3345. "parameters": [
  3346. {
  3347. "type": "string",
  3348. "description": "验证参数Bearer和token空格拼接",
  3349. "name": "Authorization",
  3350. "in": "header",
  3351. "required": true
  3352. },
  3353. {
  3354. "description": "新增数据信息",
  3355. "name": "req",
  3356. "in": "body",
  3357. "required": true,
  3358. "schema": {
  3359. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3360. }
  3361. }
  3362. ],
  3363. "responses": {
  3364. "200": {
  3365. "description": "新增数据数量",
  3366. "schema": {
  3367. "type": "int"
  3368. }
  3369. },
  3370. "400": {
  3371. "description": "具体错误",
  3372. "schema": {
  3373. "$ref": "#/definitions/md.Response"
  3374. }
  3375. }
  3376. }
  3377. }
  3378. },
  3379. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3380. "get": {
  3381. "description": "贡献值-基础设置(获取)",
  3382. "consumes": [
  3383. "application/json"
  3384. ],
  3385. "produces": [
  3386. "application/json"
  3387. ],
  3388. "tags": [
  3389. "贡献值"
  3390. ],
  3391. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3392. "parameters": [
  3393. {
  3394. "type": "string",
  3395. "description": "验证参数Bearer和token空格拼接",
  3396. "name": "Authorization",
  3397. "in": "header",
  3398. "required": true
  3399. }
  3400. ],
  3401. "responses": {
  3402. "200": {
  3403. "description": "具体数据",
  3404. "schema": {
  3405. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3406. }
  3407. },
  3408. "400": {
  3409. "description": "具体错误",
  3410. "schema": {
  3411. "$ref": "#/definitions/md.Response"
  3412. }
  3413. }
  3414. }
  3415. }
  3416. },
  3417. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3418. "post": {
  3419. "description": "贡献值-基础设置(更新)",
  3420. "consumes": [
  3421. "application/json"
  3422. ],
  3423. "produces": [
  3424. "application/json"
  3425. ],
  3426. "tags": [
  3427. "贡献值"
  3428. ],
  3429. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3430. "parameters": [
  3431. {
  3432. "type": "string",
  3433. "description": "验证参数Bearer和token空格拼接",
  3434. "name": "Authorization",
  3435. "in": "header",
  3436. "required": true
  3437. },
  3438. {
  3439. "description": "id 必填",
  3440. "name": "req",
  3441. "in": "body",
  3442. "required": true,
  3443. "schema": {
  3444. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3445. }
  3446. }
  3447. ],
  3448. "responses": {
  3449. "200": {
  3450. "description": "修改数据条数",
  3451. "schema": {
  3452. "type": "int"
  3453. }
  3454. },
  3455. "400": {
  3456. "description": "具体错误",
  3457. "schema": {
  3458. "$ref": "#/definitions/md.Response"
  3459. }
  3460. }
  3461. }
  3462. }
  3463. },
  3464. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3465. "delete": {
  3466. "description": "删除币种",
  3467. "consumes": [
  3468. "application/json"
  3469. ],
  3470. "produces": [
  3471. "application/json"
  3472. ],
  3473. "tags": [
  3474. "蛋蛋能量"
  3475. ],
  3476. "summary": "制度中心-蛋蛋能量-删除币种",
  3477. "parameters": [
  3478. {
  3479. "type": "string",
  3480. "description": "验证参数Bearer和token空格拼接",
  3481. "name": "Authorization",
  3482. "in": "header",
  3483. "required": true
  3484. }
  3485. ],
  3486. "responses": {
  3487. "200": {
  3488. "description": "删除数据数量",
  3489. "schema": {
  3490. "type": "int"
  3491. }
  3492. },
  3493. "400": {
  3494. "description": "具体错误",
  3495. "schema": {
  3496. "$ref": "#/definitions/md.Response"
  3497. }
  3498. }
  3499. }
  3500. }
  3501. },
  3502. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3503. "post": {
  3504. "description": "蛋蛋分管理(人工打分)",
  3505. "consumes": [
  3506. "application/json"
  3507. ],
  3508. "produces": [
  3509. "application/json"
  3510. ],
  3511. "tags": [
  3512. "蛋蛋能量"
  3513. ],
  3514. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3515. "parameters": [
  3516. {
  3517. "type": "string",
  3518. "description": "验证参数Bearer和token空格拼接",
  3519. "name": "Authorization",
  3520. "in": "header",
  3521. "required": true
  3522. },
  3523. {
  3524. "description": "请求参数",
  3525. "name": "req",
  3526. "in": "body",
  3527. "required": true,
  3528. "schema": {
  3529. "$ref": "#/definitions/md.ManualScoreReq"
  3530. }
  3531. }
  3532. ],
  3533. "responses": {
  3534. "200": {
  3535. "description": "成功返回",
  3536. "schema": {
  3537. "type": "string"
  3538. }
  3539. },
  3540. "400": {
  3541. "description": "具体错误",
  3542. "schema": {
  3543. "$ref": "#/definitions/md.Response"
  3544. }
  3545. }
  3546. }
  3547. }
  3548. },
  3549. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3550. "post": {
  3551. "description": "蛋蛋分管理(着陆页数据分析)",
  3552. "consumes": [
  3553. "application/json"
  3554. ],
  3555. "produces": [
  3556. "application/json"
  3557. ],
  3558. "tags": [
  3559. "蛋蛋能量"
  3560. ],
  3561. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3562. "parameters": [
  3563. {
  3564. "type": "string",
  3565. "description": "验证参数Bearer和token空格拼接",
  3566. "name": "Authorization",
  3567. "in": "header",
  3568. "required": true
  3569. },
  3570. {
  3571. "description": "请求参数",
  3572. "name": "req",
  3573. "in": "body",
  3574. "required": true,
  3575. "schema": {
  3576. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3577. }
  3578. }
  3579. ],
  3580. "responses": {
  3581. "200": {
  3582. "description": "成功返回",
  3583. "schema": {
  3584. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3585. }
  3586. },
  3587. "400": {
  3588. "description": "具体错误",
  3589. "schema": {
  3590. "$ref": "#/definitions/md.Response"
  3591. }
  3592. }
  3593. }
  3594. }
  3595. },
  3596. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3597. "post": {
  3598. "description": "蛋蛋分管理(用户数据列表)",
  3599. "consumes": [
  3600. "application/json"
  3601. ],
  3602. "produces": [
  3603. "application/json"
  3604. ],
  3605. "tags": [
  3606. "蛋蛋能量"
  3607. ],
  3608. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3609. "parameters": [
  3610. {
  3611. "type": "string",
  3612. "description": "验证参数Bearer和token空格拼接",
  3613. "name": "Authorization",
  3614. "in": "header",
  3615. "required": true
  3616. },
  3617. {
  3618. "description": "请求参数",
  3619. "name": "req",
  3620. "in": "body",
  3621. "required": true,
  3622. "schema": {
  3623. "$ref": "#/definitions/md.UserEggFlowReq"
  3624. }
  3625. }
  3626. ],
  3627. "responses": {
  3628. "200": {
  3629. "description": "成功返回",
  3630. "schema": {
  3631. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3632. }
  3633. },
  3634. "400": {
  3635. "description": "具体错误",
  3636. "schema": {
  3637. "$ref": "#/definitions/md.Response"
  3638. }
  3639. }
  3640. }
  3641. }
  3642. },
  3643. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3644. "post": {
  3645. "description": "蛋蛋分管理(着陆页数据)",
  3646. "consumes": [
  3647. "application/json"
  3648. ],
  3649. "produces": [
  3650. "application/json"
  3651. ],
  3652. "tags": [
  3653. "蛋蛋能量"
  3654. ],
  3655. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3656. "parameters": [
  3657. {
  3658. "type": "string",
  3659. "description": "验证参数Bearer和token空格拼接",
  3660. "name": "Authorization",
  3661. "in": "header",
  3662. "required": true
  3663. },
  3664. {
  3665. "description": "请求参数",
  3666. "name": "req",
  3667. "in": "body",
  3668. "required": true,
  3669. "schema": {
  3670. "$ref": "#/definitions/md.UserEggIndexReq"
  3671. }
  3672. }
  3673. ],
  3674. "responses": {
  3675. "200": {
  3676. "description": "成功返回",
  3677. "schema": {
  3678. "$ref": "#/definitions/md.UserEggIndexResp"
  3679. }
  3680. },
  3681. "400": {
  3682. "description": "具体错误",
  3683. "schema": {
  3684. "$ref": "#/definitions/md.Response"
  3685. }
  3686. }
  3687. }
  3688. }
  3689. },
  3690. "/api/institutionalManagement/eggEnergy/getBasic": {
  3691. "get": {
  3692. "description": "基础设置(获取)",
  3693. "consumes": [
  3694. "application/json"
  3695. ],
  3696. "produces": [
  3697. "application/json"
  3698. ],
  3699. "tags": [
  3700. "蛋蛋能量"
  3701. ],
  3702. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3703. "parameters": [
  3704. {
  3705. "type": "string",
  3706. "description": "验证参数Bearer和token空格拼接",
  3707. "name": "Authorization",
  3708. "in": "header",
  3709. "required": true
  3710. }
  3711. ],
  3712. "responses": {
  3713. "200": {
  3714. "description": "具体数据",
  3715. "schema": {
  3716. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3717. }
  3718. },
  3719. "400": {
  3720. "description": "具体错误",
  3721. "schema": {
  3722. "$ref": "#/definitions/md.Response"
  3723. }
  3724. }
  3725. }
  3726. }
  3727. },
  3728. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3729. "get": {
  3730. "description": "基础会员设置(获取)",
  3731. "consumes": [
  3732. "application/json"
  3733. ],
  3734. "produces": [
  3735. "application/json"
  3736. ],
  3737. "tags": [
  3738. "蛋蛋能量"
  3739. ],
  3740. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3741. "parameters": [
  3742. {
  3743. "type": "string",
  3744. "description": "验证参数Bearer和token空格拼接",
  3745. "name": "Authorization",
  3746. "in": "header",
  3747. "required": true
  3748. }
  3749. ],
  3750. "responses": {
  3751. "200": {
  3752. "description": "具体数据",
  3753. "schema": {
  3754. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3755. }
  3756. },
  3757. "400": {
  3758. "description": "具体错误",
  3759. "schema": {
  3760. "$ref": "#/definitions/md.Response"
  3761. }
  3762. }
  3763. }
  3764. }
  3765. },
  3766. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3767. "get": {
  3768. "description": "查询所有币种(获取)",
  3769. "consumes": [
  3770. "application/json"
  3771. ],
  3772. "produces": [
  3773. "application/json"
  3774. ],
  3775. "tags": [
  3776. "蛋蛋能量"
  3777. ],
  3778. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3779. "parameters": [
  3780. {
  3781. "type": "string",
  3782. "description": "验证参数Bearer和token空格拼接",
  3783. "name": "Authorization",
  3784. "in": "header",
  3785. "required": true
  3786. }
  3787. ],
  3788. "responses": {
  3789. "200": {
  3790. "description": "成功返回",
  3791. "schema": {
  3792. "type": "array",
  3793. "items": {
  3794. "$ref": "#/definitions/md.VirtualCoin"
  3795. }
  3796. }
  3797. },
  3798. "400": {
  3799. "description": "具体错误",
  3800. "schema": {
  3801. "$ref": "#/definitions/md.Response"
  3802. }
  3803. }
  3804. }
  3805. }
  3806. },
  3807. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3808. "get": {
  3809. "description": "数据概览(获取)",
  3810. "consumes": [
  3811. "application/json"
  3812. ],
  3813. "produces": [
  3814. "application/json"
  3815. ],
  3816. "tags": [
  3817. "蛋蛋能量"
  3818. ],
  3819. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3820. "parameters": [
  3821. {
  3822. "type": "string",
  3823. "description": "验证参数Bearer和token空格拼接",
  3824. "name": "Authorization",
  3825. "in": "header",
  3826. "required": true
  3827. }
  3828. ],
  3829. "responses": {
  3830. "200": {
  3831. "description": "具体数据",
  3832. "schema": {
  3833. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3834. }
  3835. },
  3836. "400": {
  3837. "description": "具体错误",
  3838. "schema": {
  3839. "$ref": "#/definitions/md.Response"
  3840. }
  3841. }
  3842. }
  3843. }
  3844. },
  3845. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3846. "post": {
  3847. "description": "价值明细数据(新增)",
  3848. "consumes": [
  3849. "application/json"
  3850. ],
  3851. "produces": [
  3852. "application/json"
  3853. ],
  3854. "tags": [
  3855. "蛋蛋能量"
  3856. ],
  3857. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3858. "parameters": [
  3859. {
  3860. "type": "string",
  3861. "description": "验证参数Bearer和token空格拼接",
  3862. "name": "Authorization",
  3863. "in": "header",
  3864. "required": true
  3865. },
  3866. {
  3867. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3868. "name": "req",
  3869. "in": "body",
  3870. "required": true,
  3871. "schema": {
  3872. "$ref": "#/definitions/md.AddFundDataReq"
  3873. }
  3874. }
  3875. ],
  3876. "responses": {
  3877. "200": {
  3878. "description": "插入数据 id",
  3879. "schema": {
  3880. "type": "int"
  3881. }
  3882. },
  3883. "400": {
  3884. "description": "具体错误",
  3885. "schema": {
  3886. "$ref": "#/definitions/md.Response"
  3887. }
  3888. }
  3889. }
  3890. }
  3891. },
  3892. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3893. "post": {
  3894. "description": "新增数据列表(获取)",
  3895. "consumes": [
  3896. "application/json"
  3897. ],
  3898. "produces": [
  3899. "application/json"
  3900. ],
  3901. "tags": [
  3902. "蛋蛋能量"
  3903. ],
  3904. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3905. "parameters": [
  3906. {
  3907. "type": "string",
  3908. "description": "验证参数Bearer和token空格拼接",
  3909. "name": "Authorization",
  3910. "in": "header",
  3911. "required": true
  3912. },
  3913. {
  3914. "description": "分页信息必填",
  3915. "name": "req",
  3916. "in": "body",
  3917. "required": true,
  3918. "schema": {
  3919. "$ref": "#/definitions/md.GetFundDataListReq"
  3920. }
  3921. }
  3922. ],
  3923. "responses": {
  3924. "200": {
  3925. "description": "具体数据",
  3926. "schema": {
  3927. "$ref": "#/definitions/md.GetFundDataListResp"
  3928. }
  3929. },
  3930. "400": {
  3931. "description": "具体错误",
  3932. "schema": {
  3933. "$ref": "#/definitions/md.Response"
  3934. }
  3935. }
  3936. }
  3937. }
  3938. },
  3939. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3940. "post": {
  3941. "description": "新增数据列表详情(查询)",
  3942. "consumes": [
  3943. "application/json"
  3944. ],
  3945. "produces": [
  3946. "application/json"
  3947. ],
  3948. "tags": [
  3949. "蛋蛋能量"
  3950. ],
  3951. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3952. "parameters": [
  3953. {
  3954. "type": "string",
  3955. "description": "验证参数Bearer和token空格拼接",
  3956. "name": "Authorization",
  3957. "in": "header",
  3958. "required": true
  3959. },
  3960. {
  3961. "description": "获取到的 system_id 以及分页信息",
  3962. "name": "req",
  3963. "in": "body",
  3964. "required": true,
  3965. "schema": {
  3966. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3967. }
  3968. }
  3969. ],
  3970. "responses": {
  3971. "200": {
  3972. "description": "具体数据",
  3973. "schema": {
  3974. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3975. }
  3976. },
  3977. "400": {
  3978. "description": "具体错误",
  3979. "schema": {
  3980. "$ref": "#/definitions/md.Response"
  3981. }
  3982. }
  3983. }
  3984. }
  3985. },
  3986. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3987. "get": {
  3988. "description": "价格趋势(获取)",
  3989. "consumes": [
  3990. "application/json"
  3991. ],
  3992. "produces": [
  3993. "application/json"
  3994. ],
  3995. "tags": [
  3996. "蛋蛋能量"
  3997. ],
  3998. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3999. "parameters": [
  4000. {
  4001. "type": "string",
  4002. "description": "验证参数Bearer和token空格拼接",
  4003. "name": "Authorization",
  4004. "in": "header",
  4005. "required": true
  4006. },
  4007. {
  4008. "type": "string",
  4009. "description": "1:按天 2:按小时 3:按周",
  4010. "name": "kind",
  4011. "in": "query"
  4012. }
  4013. ],
  4014. "responses": {
  4015. "200": {
  4016. "description": "具体数据",
  4017. "schema": {
  4018. "$ref": "#/definitions/md.GetPriceCurveResp"
  4019. }
  4020. },
  4021. "400": {
  4022. "description": "具体错误",
  4023. "schema": {
  4024. "$ref": "#/definitions/md.Response"
  4025. }
  4026. }
  4027. }
  4028. }
  4029. },
  4030. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4031. "post": {
  4032. "description": "激励视频(获取)",
  4033. "consumes": [
  4034. "application/json"
  4035. ],
  4036. "produces": [
  4037. "application/json"
  4038. ],
  4039. "tags": [
  4040. "蛋蛋能量"
  4041. ],
  4042. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4043. "parameters": [
  4044. {
  4045. "type": "string",
  4046. "description": "验证参数Bearer和token空格拼接",
  4047. "name": "Authorization",
  4048. "in": "header",
  4049. "required": true
  4050. },
  4051. {
  4052. "description": "落地页不填页大小默认20条数据",
  4053. "name": "req",
  4054. "in": "body",
  4055. "required": true,
  4056. "schema": {
  4057. "$ref": "#/definitions/md.SetVideoRewardReq"
  4058. }
  4059. }
  4060. ],
  4061. "responses": {
  4062. "200": {
  4063. "description": "OK",
  4064. "schema": {
  4065. "$ref": "#/definitions/md.GetVideoRewardResp"
  4066. }
  4067. },
  4068. "400": {
  4069. "description": "具体错误",
  4070. "schema": {
  4071. "$ref": "#/definitions/md.Response"
  4072. }
  4073. }
  4074. }
  4075. }
  4076. },
  4077. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4078. "post": {
  4079. "description": "其他广告设置数据(新增)",
  4080. "consumes": [
  4081. "application/json"
  4082. ],
  4083. "produces": [
  4084. "application/json"
  4085. ],
  4086. "tags": [
  4087. "蛋蛋能量"
  4088. ],
  4089. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4090. "parameters": [
  4091. {
  4092. "type": "string",
  4093. "description": "验证参数Bearer和token空格拼接",
  4094. "name": "Authorization",
  4095. "in": "header",
  4096. "required": true
  4097. },
  4098. {
  4099. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4100. "name": "req",
  4101. "in": "body",
  4102. "required": true,
  4103. "schema": {
  4104. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4105. }
  4106. }
  4107. ],
  4108. "responses": {
  4109. "200": {
  4110. "description": "插入数据 id",
  4111. "schema": {
  4112. "type": "int"
  4113. }
  4114. },
  4115. "400": {
  4116. "description": "具体错误",
  4117. "schema": {
  4118. "$ref": "#/definitions/md.Response"
  4119. }
  4120. }
  4121. }
  4122. }
  4123. },
  4124. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4125. "post": {
  4126. "description": "其他广告设置数据(获取)",
  4127. "consumes": [
  4128. "application/json"
  4129. ],
  4130. "produces": [
  4131. "application/json"
  4132. ],
  4133. "tags": [
  4134. "蛋蛋能量"
  4135. ],
  4136. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4137. "parameters": [
  4138. {
  4139. "type": "string",
  4140. "description": "验证参数Bearer和token空格拼接",
  4141. "name": "Authorization",
  4142. "in": "header",
  4143. "required": true
  4144. },
  4145. {
  4146. "description": "分页信息必填",
  4147. "name": "req",
  4148. "in": "body",
  4149. "required": true,
  4150. "schema": {
  4151. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4152. }
  4153. }
  4154. ],
  4155. "responses": {
  4156. "200": {
  4157. "description": "具体数据",
  4158. "schema": {
  4159. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4160. }
  4161. },
  4162. "400": {
  4163. "description": "具体错误",
  4164. "schema": {
  4165. "$ref": "#/definitions/md.Response"
  4166. }
  4167. }
  4168. }
  4169. }
  4170. },
  4171. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4172. "post": {
  4173. "description": "激励视频(设置)",
  4174. "consumes": [
  4175. "application/json"
  4176. ],
  4177. "produces": [
  4178. "application/json"
  4179. ],
  4180. "tags": [
  4181. "蛋蛋能量"
  4182. ],
  4183. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4184. "parameters": [
  4185. {
  4186. "type": "string",
  4187. "description": "验证参数Bearer和token空格拼接",
  4188. "name": "Authorization",
  4189. "in": "header",
  4190. "required": true
  4191. },
  4192. {
  4193. "description": "落地页不填页大小默认20条数据",
  4194. "name": "req",
  4195. "in": "body",
  4196. "required": true,
  4197. "schema": {
  4198. "$ref": "#/definitions/md.SetVideoRewardReq"
  4199. }
  4200. }
  4201. ],
  4202. "responses": {
  4203. "200": {
  4204. "description": "success",
  4205. "schema": {
  4206. "type": "string"
  4207. }
  4208. },
  4209. "400": {
  4210. "description": "具体错误",
  4211. "schema": {
  4212. "$ref": "#/definitions/md.Response"
  4213. }
  4214. }
  4215. }
  4216. }
  4217. },
  4218. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4219. "post": {
  4220. "description": "基础设置(更新)",
  4221. "consumes": [
  4222. "application/json"
  4223. ],
  4224. "produces": [
  4225. "application/json"
  4226. ],
  4227. "tags": [
  4228. "蛋蛋能量"
  4229. ],
  4230. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4231. "parameters": [
  4232. {
  4233. "type": "string",
  4234. "description": "验证参数Bearer和token空格拼接",
  4235. "name": "Authorization",
  4236. "in": "header",
  4237. "required": true
  4238. },
  4239. {
  4240. "description": "system_id 必填",
  4241. "name": "req",
  4242. "in": "body",
  4243. "required": true,
  4244. "schema": {
  4245. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4246. }
  4247. }
  4248. ],
  4249. "responses": {
  4250. "200": {
  4251. "description": "修改数据条数",
  4252. "schema": {
  4253. "type": "int"
  4254. }
  4255. },
  4256. "400": {
  4257. "description": "具体错误",
  4258. "schema": {
  4259. "$ref": "#/definitions/md.Response"
  4260. }
  4261. }
  4262. }
  4263. }
  4264. },
  4265. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4266. "post": {
  4267. "description": "会员设置(更新)",
  4268. "consumes": [
  4269. "application/json"
  4270. ],
  4271. "produces": [
  4272. "application/json"
  4273. ],
  4274. "tags": [
  4275. "蛋蛋能量"
  4276. ],
  4277. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4278. "parameters": [
  4279. {
  4280. "type": "string",
  4281. "description": "验证参数Bearer和token空格拼接",
  4282. "name": "Authorization",
  4283. "in": "header",
  4284. "required": true
  4285. },
  4286. {
  4287. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4288. "name": "req",
  4289. "in": "body",
  4290. "required": true,
  4291. "schema": {
  4292. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4293. }
  4294. }
  4295. ],
  4296. "responses": {
  4297. "200": {
  4298. "description": "修改数据条数",
  4299. "schema": {
  4300. "type": "int"
  4301. }
  4302. },
  4303. "400": {
  4304. "description": "具体错误",
  4305. "schema": {
  4306. "$ref": "#/definitions/md.Response"
  4307. }
  4308. }
  4309. }
  4310. }
  4311. },
  4312. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4313. "post": {
  4314. "description": "更新币种信息",
  4315. "consumes": [
  4316. "application/json"
  4317. ],
  4318. "produces": [
  4319. "application/json"
  4320. ],
  4321. "tags": [
  4322. "蛋蛋能量"
  4323. ],
  4324. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4325. "parameters": [
  4326. {
  4327. "type": "string",
  4328. "description": "验证参数Bearer和token空格拼接",
  4329. "name": "Authorization",
  4330. "in": "header",
  4331. "required": true
  4332. },
  4333. {
  4334. "description": "更新数据信息",
  4335. "name": "req",
  4336. "in": "body",
  4337. "required": true,
  4338. "schema": {
  4339. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4340. }
  4341. }
  4342. ],
  4343. "responses": {
  4344. "200": {
  4345. "description": "更新数据数量",
  4346. "schema": {
  4347. "type": "int"
  4348. }
  4349. },
  4350. "400": {
  4351. "description": "具体错误",
  4352. "schema": {
  4353. "$ref": "#/definitions/md.Response"
  4354. }
  4355. }
  4356. }
  4357. }
  4358. },
  4359. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4360. "post": {
  4361. "description": "蛋蛋能量流水(查询)",
  4362. "consumes": [
  4363. "application/json"
  4364. ],
  4365. "produces": [
  4366. "application/json"
  4367. ],
  4368. "tags": [
  4369. "公排管理"
  4370. ],
  4371. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4372. "parameters": [
  4373. {
  4374. "type": "string",
  4375. "description": "验证参数Bearer和token空格拼接",
  4376. "name": "Authorization",
  4377. "in": "header",
  4378. "required": true
  4379. },
  4380. {
  4381. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4382. "name": "req",
  4383. "in": "body",
  4384. "required": true,
  4385. "schema": {
  4386. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4387. }
  4388. }
  4389. ],
  4390. "responses": {
  4391. "200": {
  4392. "description": "成功返回",
  4393. "schema": {
  4394. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4395. }
  4396. },
  4397. "400": {
  4398. "description": "具体错误",
  4399. "schema": {
  4400. "$ref": "#/definitions/md.Response"
  4401. }
  4402. }
  4403. }
  4404. }
  4405. },
  4406. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4407. "post": {
  4408. "description": "蛋蛋能量明细(获取)",
  4409. "consumes": [
  4410. "application/json"
  4411. ],
  4412. "produces": [
  4413. "application/json"
  4414. ],
  4415. "tags": [
  4416. "公排管理"
  4417. ],
  4418. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4419. "parameters": [
  4420. {
  4421. "type": "string",
  4422. "description": "验证参数Bearer和token空格拼接",
  4423. "name": "Authorization",
  4424. "in": "header",
  4425. "required": true
  4426. },
  4427. {
  4428. "description": "落地页不填页大小默认20条数据",
  4429. "name": "req",
  4430. "in": "body",
  4431. "schema": {
  4432. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4433. }
  4434. }
  4435. ],
  4436. "responses": {
  4437. "200": {
  4438. "description": "成功返回",
  4439. "schema": {
  4440. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4441. }
  4442. },
  4443. "400": {
  4444. "description": "具体错误",
  4445. "schema": {
  4446. "$ref": "#/definitions/md.Response"
  4447. }
  4448. }
  4449. }
  4450. }
  4451. },
  4452. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4453. "post": {
  4454. "description": "蛋蛋积分持有者明细(获取)",
  4455. "consumes": [
  4456. "application/json"
  4457. ],
  4458. "produces": [
  4459. "application/json"
  4460. ],
  4461. "tags": [
  4462. "公排管理"
  4463. ],
  4464. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4465. "parameters": [
  4466. {
  4467. "type": "string",
  4468. "description": "验证参数Bearer和token空格拼接",
  4469. "name": "Authorization",
  4470. "in": "header",
  4471. "required": true
  4472. },
  4473. {
  4474. "description": "落地页不填页大小默认20条数据",
  4475. "name": "req",
  4476. "in": "body",
  4477. "schema": {
  4478. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4479. }
  4480. }
  4481. ],
  4482. "responses": {
  4483. "200": {
  4484. "description": "成功返回",
  4485. "schema": {
  4486. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4487. }
  4488. },
  4489. "400": {
  4490. "description": "具体错误",
  4491. "schema": {
  4492. "$ref": "#/definitions/md.Response"
  4493. }
  4494. }
  4495. }
  4496. }
  4497. },
  4498. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4499. "post": {
  4500. "description": "蛋蛋积分流水明细(查询)",
  4501. "consumes": [
  4502. "application/json"
  4503. ],
  4504. "produces": [
  4505. "application/json"
  4506. ],
  4507. "tags": [
  4508. "公排管理"
  4509. ],
  4510. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4511. "parameters": [
  4512. {
  4513. "type": "string",
  4514. "description": "验证参数Bearer和token空格拼接",
  4515. "name": "Authorization",
  4516. "in": "header",
  4517. "required": true
  4518. },
  4519. {
  4520. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4521. "name": "req",
  4522. "in": "body",
  4523. "required": true,
  4524. "schema": {
  4525. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4526. }
  4527. }
  4528. ],
  4529. "responses": {
  4530. "200": {
  4531. "description": "成功返回",
  4532. "schema": {
  4533. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4534. }
  4535. },
  4536. "400": {
  4537. "description": "具体错误",
  4538. "schema": {
  4539. "$ref": "#/definitions/md.Response"
  4540. }
  4541. }
  4542. }
  4543. }
  4544. },
  4545. "/api/institutionalManagement/eggPointCoefficient/add": {
  4546. "post": {
  4547. "description": "区间系数(新增 支持批量新增)",
  4548. "consumes": [
  4549. "application/json"
  4550. ],
  4551. "produces": [
  4552. "application/json"
  4553. ],
  4554. "tags": [
  4555. "蛋蛋分区间系数管理"
  4556. ],
  4557. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4558. "parameters": [
  4559. {
  4560. "type": "string",
  4561. "description": "验证参数Bearer和token空格拼接",
  4562. "name": "Authorization",
  4563. "in": "header",
  4564. "required": true
  4565. },
  4566. {
  4567. "description": "需要新增的内容",
  4568. "name": "req",
  4569. "in": "body",
  4570. "required": true,
  4571. "schema": {
  4572. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4573. }
  4574. }
  4575. ],
  4576. "responses": {
  4577. "200": {
  4578. "description": "新增数据条数",
  4579. "schema": {
  4580. "type": "int"
  4581. }
  4582. },
  4583. "400": {
  4584. "description": "具体错误",
  4585. "schema": {
  4586. "$ref": "#/definitions/md.Response"
  4587. }
  4588. }
  4589. }
  4590. }
  4591. },
  4592. "/api/institutionalManagement/eggPointCoefficient/del": {
  4593. "delete": {
  4594. "description": "区间系数(删除)",
  4595. "consumes": [
  4596. "application/json"
  4597. ],
  4598. "produces": [
  4599. "application/json"
  4600. ],
  4601. "tags": [
  4602. "蛋蛋分区间系数管理"
  4603. ],
  4604. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4605. "parameters": [
  4606. {
  4607. "type": "string",
  4608. "description": "验证参数Bearer和token空格拼接",
  4609. "name": "Authorization",
  4610. "in": "header",
  4611. "required": true
  4612. },
  4613. {
  4614. "description": "需要删除的数据id",
  4615. "name": "req",
  4616. "in": "body",
  4617. "required": true,
  4618. "schema": {
  4619. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4620. }
  4621. }
  4622. ],
  4623. "responses": {
  4624. "200": {
  4625. "description": "成功删除数据条数",
  4626. "schema": {
  4627. "type": "int"
  4628. }
  4629. },
  4630. "400": {
  4631. "description": "具体错误",
  4632. "schema": {
  4633. "$ref": "#/definitions/md.Response"
  4634. }
  4635. }
  4636. }
  4637. }
  4638. },
  4639. "/api/institutionalManagement/eggPointCoefficient/index": {
  4640. "get": {
  4641. "description": "区间系数(获取)",
  4642. "consumes": [
  4643. "application/json"
  4644. ],
  4645. "produces": [
  4646. "application/json"
  4647. ],
  4648. "tags": [
  4649. "蛋蛋分区间系数管理"
  4650. ],
  4651. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4652. "parameters": [
  4653. {
  4654. "type": "string",
  4655. "description": "验证参数Bearer和token空格拼接",
  4656. "name": "Authorization",
  4657. "in": "header",
  4658. "required": true
  4659. }
  4660. ],
  4661. "responses": {
  4662. "200": {
  4663. "description": "OK",
  4664. "schema": {
  4665. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4666. }
  4667. },
  4668. "400": {
  4669. "description": "具体错误",
  4670. "schema": {
  4671. "$ref": "#/definitions/md.Response"
  4672. }
  4673. }
  4674. }
  4675. }
  4676. },
  4677. "/api/institutionalManagement/eggPointCoefficient/update": {
  4678. "post": {
  4679. "description": "区间系数(更新)",
  4680. "consumes": [
  4681. "application/json"
  4682. ],
  4683. "produces": [
  4684. "application/json"
  4685. ],
  4686. "tags": [
  4687. "蛋蛋分区间系数管理"
  4688. ],
  4689. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4690. "parameters": [
  4691. {
  4692. "type": "string",
  4693. "description": "验证参数Bearer和token空格拼接",
  4694. "name": "Authorization",
  4695. "in": "header",
  4696. "required": true
  4697. },
  4698. {
  4699. "description": "需要更新的数据信息",
  4700. "name": "req",
  4701. "in": "body",
  4702. "required": true,
  4703. "schema": {
  4704. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4705. }
  4706. }
  4707. ],
  4708. "responses": {
  4709. "200": {
  4710. "description": "成功修改的数据数量",
  4711. "schema": {
  4712. "type": "int"
  4713. }
  4714. },
  4715. "400": {
  4716. "description": "具体错误",
  4717. "schema": {
  4718. "$ref": "#/definitions/md.Response"
  4719. }
  4720. }
  4721. }
  4722. }
  4723. },
  4724. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4725. "get": {
  4726. "description": "个性化设置(获取)",
  4727. "consumes": [
  4728. "application/json"
  4729. ],
  4730. "produces": [
  4731. "application/json"
  4732. ],
  4733. "tags": [
  4734. "模块设置"
  4735. ],
  4736. "summary": "制度中心-模块设置-个性化设置(获取)",
  4737. "parameters": [
  4738. {
  4739. "type": "string",
  4740. "description": "验证参数Bearer和token空格拼接",
  4741. "name": "Authorization",
  4742. "in": "header",
  4743. "required": true
  4744. },
  4745. {
  4746. "type": "string",
  4747. "description": "模块类型值",
  4748. "name": "mod_name_value",
  4749. "in": "query",
  4750. "required": true
  4751. }
  4752. ],
  4753. "responses": {
  4754. "200": {
  4755. "description": "具体数据",
  4756. "schema": {
  4757. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4758. }
  4759. },
  4760. "400": {
  4761. "description": "具体错误",
  4762. "schema": {
  4763. "$ref": "#/definitions/md.Response"
  4764. }
  4765. }
  4766. }
  4767. }
  4768. },
  4769. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4770. "post": {
  4771. "description": "个性化设置(更新)",
  4772. "consumes": [
  4773. "application/json"
  4774. ],
  4775. "produces": [
  4776. "application/json"
  4777. ],
  4778. "tags": [
  4779. "模块设置"
  4780. ],
  4781. "summary": "制度中心-模块设置-个性化设置(更新)",
  4782. "parameters": [
  4783. {
  4784. "type": "string",
  4785. "description": "验证参数Bearer和token空格拼接",
  4786. "name": "Authorization",
  4787. "in": "header",
  4788. "required": true
  4789. },
  4790. {
  4791. "description": "模块类型值必填 链接传入完整 URL",
  4792. "name": "req",
  4793. "in": "body",
  4794. "required": true,
  4795. "schema": {
  4796. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4797. }
  4798. }
  4799. ],
  4800. "responses": {
  4801. "200": {
  4802. "description": "修改数据条数",
  4803. "schema": {
  4804. "type": "int"
  4805. }
  4806. },
  4807. "400": {
  4808. "description": "具体错误",
  4809. "schema": {
  4810. "$ref": "#/definitions/md.Response"
  4811. }
  4812. }
  4813. }
  4814. }
  4815. },
  4816. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4817. "post": {
  4818. "description": "社区分红(新增)",
  4819. "consumes": [
  4820. "application/json"
  4821. ],
  4822. "produces": [
  4823. "application/json"
  4824. ],
  4825. "tags": [
  4826. "公排管理"
  4827. ],
  4828. "summary": "制度中心-公排管理-社区分红(新增)",
  4829. "parameters": [
  4830. {
  4831. "type": "string",
  4832. "description": "验证参数Bearer和token空格拼接",
  4833. "name": "Authorization",
  4834. "in": "header",
  4835. "required": true
  4836. },
  4837. {
  4838. "description": "分红名称、分红总量",
  4839. "name": "req",
  4840. "in": "body",
  4841. "required": true,
  4842. "schema": {
  4843. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4844. }
  4845. }
  4846. ],
  4847. "responses": {
  4848. "200": {
  4849. "description": "成功",
  4850. "schema": {
  4851. "type": "success"
  4852. }
  4853. },
  4854. "400": {
  4855. "description": "具体错误",
  4856. "schema": {
  4857. "$ref": "#/definitions/md.Response"
  4858. }
  4859. }
  4860. }
  4861. }
  4862. },
  4863. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4864. "post": {
  4865. "description": "社区分红(查询)",
  4866. "consumes": [
  4867. "application/json"
  4868. ],
  4869. "produces": [
  4870. "application/json"
  4871. ],
  4872. "tags": [
  4873. "公排管理"
  4874. ],
  4875. "summary": "制度中心-公排管理-社区分红(查询)",
  4876. "parameters": [
  4877. {
  4878. "type": "string",
  4879. "description": "验证参数Bearer和token空格拼接",
  4880. "name": "Authorization",
  4881. "in": "header",
  4882. "required": true
  4883. },
  4884. {
  4885. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4886. "name": "req",
  4887. "in": "body",
  4888. "required": true,
  4889. "schema": {
  4890. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4891. }
  4892. }
  4893. ],
  4894. "responses": {
  4895. "200": {
  4896. "description": "具体数据",
  4897. "schema": {
  4898. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4899. }
  4900. },
  4901. "400": {
  4902. "description": "具体错误",
  4903. "schema": {
  4904. "$ref": "#/definitions/md.Response"
  4905. }
  4906. }
  4907. }
  4908. }
  4909. },
  4910. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4911. "post": {
  4912. "description": "社区长列表(新增)",
  4913. "consumes": [
  4914. "application/json"
  4915. ],
  4916. "produces": [
  4917. "application/json"
  4918. ],
  4919. "tags": [
  4920. "公排管理"
  4921. ],
  4922. "summary": "制度中心-公排管理-社区长列表(新增)",
  4923. "parameters": [
  4924. {
  4925. "type": "string",
  4926. "description": "验证参数Bearer和token空格拼接",
  4927. "name": "Authorization",
  4928. "in": "header",
  4929. "required": true
  4930. },
  4931. {
  4932. "description": "新增社区长 ID、备注",
  4933. "name": "req",
  4934. "in": "body",
  4935. "required": true,
  4936. "schema": {
  4937. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4938. }
  4939. }
  4940. ],
  4941. "responses": {
  4942. "200": {
  4943. "description": "插入数据 ID",
  4944. "schema": {
  4945. "type": "int"
  4946. }
  4947. },
  4948. "400": {
  4949. "description": "具体错误",
  4950. "schema": {
  4951. "$ref": "#/definitions/md.Response"
  4952. }
  4953. }
  4954. }
  4955. }
  4956. },
  4957. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  4958. "delete": {
  4959. "description": "社区长列表(删除)",
  4960. "consumes": [
  4961. "application/json"
  4962. ],
  4963. "produces": [
  4964. "application/json"
  4965. ],
  4966. "tags": [
  4967. "公排管理"
  4968. ],
  4969. "summary": "制度中心-公排管理-社区长列表(删除)",
  4970. "parameters": [
  4971. {
  4972. "type": "string",
  4973. "description": "验证参数Bearer和token空格拼接",
  4974. "name": "Authorization",
  4975. "in": "header",
  4976. "required": true
  4977. }
  4978. ],
  4979. "responses": {
  4980. "200": {
  4981. "description": "删除数据数量",
  4982. "schema": {
  4983. "type": "int"
  4984. }
  4985. },
  4986. "400": {
  4987. "description": "具体错误",
  4988. "schema": {
  4989. "$ref": "#/definitions/md.Response"
  4990. }
  4991. }
  4992. }
  4993. }
  4994. },
  4995. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4996. "post": {
  4997. "description": "社区长列表(查询)",
  4998. "consumes": [
  4999. "application/json"
  5000. ],
  5001. "produces": [
  5002. "application/json"
  5003. ],
  5004. "tags": [
  5005. "公排管理"
  5006. ],
  5007. "summary": "制度中心-公排管理-社区长列表(查询)",
  5008. "parameters": [
  5009. {
  5010. "type": "string",
  5011. "description": "验证参数Bearer和token空格拼接",
  5012. "name": "Authorization",
  5013. "in": "header",
  5014. "required": true
  5015. },
  5016. {
  5017. "description": "页数、每页大小必填 手机号、用户ID选填",
  5018. "name": "req",
  5019. "in": "body",
  5020. "required": true,
  5021. "schema": {
  5022. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5023. }
  5024. }
  5025. ],
  5026. "responses": {
  5027. "200": {
  5028. "description": "社区长列表",
  5029. "schema": {
  5030. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5031. }
  5032. },
  5033. "400": {
  5034. "description": "具体错误",
  5035. "schema": {
  5036. "$ref": "#/definitions/md.Response"
  5037. }
  5038. }
  5039. }
  5040. }
  5041. },
  5042. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5043. "post": {
  5044. "description": "关系分布图(位置转换)",
  5045. "consumes": [
  5046. "application/json"
  5047. ],
  5048. "produces": [
  5049. "application/json"
  5050. ],
  5051. "tags": [
  5052. "公排管理"
  5053. ],
  5054. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5055. "parameters": [
  5056. {
  5057. "type": "string",
  5058. "description": "验证参数Bearer和token空格拼接",
  5059. "name": "Authorization",
  5060. "in": "header",
  5061. "required": true
  5062. },
  5063. {
  5064. "description": "需要交换的两个位置",
  5065. "name": "req",
  5066. "in": "body",
  5067. "required": true,
  5068. "schema": {
  5069. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5070. }
  5071. }
  5072. ],
  5073. "responses": {
  5074. "200": {
  5075. "description": "成功返回",
  5076. "schema": {
  5077. "type": ""
  5078. }
  5079. },
  5080. "400": {
  5081. "description": "具体错误",
  5082. "schema": {
  5083. "$ref": "#/definitions/md.Response"
  5084. }
  5085. }
  5086. }
  5087. }
  5088. },
  5089. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5090. "get": {
  5091. "description": "关系分布图(获取指定用户上级)",
  5092. "consumes": [
  5093. "application/json"
  5094. ],
  5095. "produces": [
  5096. "application/json"
  5097. ],
  5098. "tags": [
  5099. "公排管理"
  5100. ],
  5101. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5102. "parameters": [
  5103. {
  5104. "type": "string",
  5105. "description": "验证参数Bearer和token空格拼接",
  5106. "name": "Authorization",
  5107. "in": "header",
  5108. "required": true
  5109. },
  5110. {
  5111. "type": "string",
  5112. "description": "用户ID",
  5113. "name": "uid",
  5114. "in": "query",
  5115. "required": true
  5116. }
  5117. ],
  5118. "responses": {
  5119. "200": {
  5120. "description": "具体数据",
  5121. "schema": {
  5122. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5123. }
  5124. },
  5125. "400": {
  5126. "description": "具体错误",
  5127. "schema": {
  5128. "$ref": "#/definitions/md.Response"
  5129. }
  5130. }
  5131. }
  5132. }
  5133. },
  5134. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5135. "get": {
  5136. "description": "关系分布图(获取指定用户下级)",
  5137. "consumes": [
  5138. "application/json"
  5139. ],
  5140. "produces": [
  5141. "application/json"
  5142. ],
  5143. "tags": [
  5144. "公排管理"
  5145. ],
  5146. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5147. "parameters": [
  5148. {
  5149. "type": "string",
  5150. "description": "验证参数Bearer和token空格拼接",
  5151. "name": "Authorization",
  5152. "in": "header",
  5153. "required": true
  5154. },
  5155. {
  5156. "type": "string",
  5157. "description": "用户ID",
  5158. "name": "uid",
  5159. "in": "query",
  5160. "required": true
  5161. }
  5162. ],
  5163. "responses": {
  5164. "200": {
  5165. "description": "具体数据",
  5166. "schema": {
  5167. "$ref": "#/definitions/md.TreeNode"
  5168. }
  5169. },
  5170. "400": {
  5171. "description": "具体错误",
  5172. "schema": {
  5173. "$ref": "#/definitions/md.Response"
  5174. }
  5175. }
  5176. }
  5177. }
  5178. },
  5179. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5180. "get": {
  5181. "description": "公排基础设置(获取)",
  5182. "consumes": [
  5183. "application/json"
  5184. ],
  5185. "produces": [
  5186. "application/json"
  5187. ],
  5188. "tags": [
  5189. "公排管理"
  5190. ],
  5191. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5192. "parameters": [
  5193. {
  5194. "type": "string",
  5195. "description": "验证参数Bearer和token空格拼接",
  5196. "name": "Authorization",
  5197. "in": "header",
  5198. "required": true
  5199. }
  5200. ],
  5201. "responses": {
  5202. "200": {
  5203. "description": "具体数据",
  5204. "schema": {
  5205. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5206. }
  5207. },
  5208. "400": {
  5209. "description": "具体错误",
  5210. "schema": {
  5211. "$ref": "#/definitions/md.Response"
  5212. }
  5213. }
  5214. }
  5215. }
  5216. },
  5217. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5218. "delete": {
  5219. "description": "免罚用户(删除)",
  5220. "consumes": [
  5221. "application/json"
  5222. ],
  5223. "produces": [
  5224. "application/json"
  5225. ],
  5226. "tags": [
  5227. "公排管理"
  5228. ],
  5229. "summary": "制度中心-公排管理-免罚用户(删除)",
  5230. "parameters": [
  5231. {
  5232. "type": "string",
  5233. "description": "验证参数Bearer和token空格拼接",
  5234. "name": "Authorization",
  5235. "in": "header",
  5236. "required": true
  5237. },
  5238. {
  5239. "description": "免罚用户ID",
  5240. "name": "req",
  5241. "in": "body",
  5242. "required": true,
  5243. "schema": {
  5244. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5245. }
  5246. }
  5247. ],
  5248. "responses": {
  5249. "200": {
  5250. "description": "删除数据数量",
  5251. "schema": {
  5252. "type": "int"
  5253. }
  5254. },
  5255. "400": {
  5256. "description": "具体错误",
  5257. "schema": {
  5258. "$ref": "#/definitions/md.Response"
  5259. }
  5260. }
  5261. }
  5262. }
  5263. },
  5264. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5265. "post": {
  5266. "description": "免罚用户(查询)",
  5267. "consumes": [
  5268. "application/json"
  5269. ],
  5270. "produces": [
  5271. "application/json"
  5272. ],
  5273. "tags": [
  5274. "公排管理"
  5275. ],
  5276. "summary": "制度中心-公排管理-免罚用户(查询)",
  5277. "parameters": [
  5278. {
  5279. "type": "string",
  5280. "description": "验证参数Bearer和token空格拼接",
  5281. "name": "Authorization",
  5282. "in": "header",
  5283. "required": true
  5284. },
  5285. {
  5286. "description": "页数和行数必填,uid选填",
  5287. "name": "req",
  5288. "in": "body",
  5289. "required": true,
  5290. "schema": {
  5291. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5292. }
  5293. }
  5294. ],
  5295. "responses": {
  5296. "200": {
  5297. "description": "成功返回",
  5298. "schema": {
  5299. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5300. }
  5301. },
  5302. "400": {
  5303. "description": "具体错误",
  5304. "schema": {
  5305. "$ref": "#/definitions/md.Response"
  5306. }
  5307. }
  5308. }
  5309. }
  5310. },
  5311. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5312. "post": {
  5313. "description": "免罚用户(新增)",
  5314. "consumes": [
  5315. "application/json"
  5316. ],
  5317. "produces": [
  5318. "application/json"
  5319. ],
  5320. "tags": [
  5321. "公排管理"
  5322. ],
  5323. "summary": "制度中心-公排管理-免罚用户(新增)",
  5324. "parameters": [
  5325. {
  5326. "type": "string",
  5327. "description": "验证参数Bearer和token空格拼接",
  5328. "name": "Authorization",
  5329. "in": "header",
  5330. "required": true
  5331. },
  5332. {
  5333. "description": "免罚用户ID",
  5334. "name": "req",
  5335. "in": "body",
  5336. "required": true,
  5337. "schema": {
  5338. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5339. }
  5340. }
  5341. ],
  5342. "responses": {
  5343. "200": {
  5344. "description": "插入数据 ID",
  5345. "schema": {
  5346. "type": "int"
  5347. }
  5348. },
  5349. "400": {
  5350. "description": "具体错误",
  5351. "schema": {
  5352. "$ref": "#/definitions/md.Response"
  5353. }
  5354. }
  5355. }
  5356. }
  5357. },
  5358. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5359. "get": {
  5360. "description": "关系分布图(获取)",
  5361. "consumes": [
  5362. "application/json"
  5363. ],
  5364. "produces": [
  5365. "application/json"
  5366. ],
  5367. "tags": [
  5368. "公排管理"
  5369. ],
  5370. "summary": "制度中心-公排管理-关系分布图(获取)",
  5371. "parameters": [
  5372. {
  5373. "type": "string",
  5374. "description": "验证参数Bearer和token空格拼接",
  5375. "name": "Authorization",
  5376. "in": "header",
  5377. "required": true
  5378. },
  5379. {
  5380. "type": "string",
  5381. "description": "phone",
  5382. "name": "phone",
  5383. "in": "query",
  5384. "required": true
  5385. },
  5386. {
  5387. "type": "string",
  5388. "description": "uid",
  5389. "name": "uid",
  5390. "in": "query",
  5391. "required": true
  5392. }
  5393. ],
  5394. "responses": {
  5395. "200": {
  5396. "description": "具体数据",
  5397. "schema": {
  5398. "$ref": "#/definitions/md.TreeNode"
  5399. }
  5400. },
  5401. "400": {
  5402. "description": "具体错误",
  5403. "schema": {
  5404. "$ref": "#/definitions/md.Response"
  5405. }
  5406. }
  5407. }
  5408. }
  5409. },
  5410. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5411. "post": {
  5412. "description": "公排基础设置选择会员(查询)",
  5413. "consumes": [
  5414. "application/json"
  5415. ],
  5416. "produces": [
  5417. "application/json"
  5418. ],
  5419. "tags": [
  5420. "公排管理"
  5421. ],
  5422. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5423. "parameters": [
  5424. {
  5425. "type": "string",
  5426. "description": "验证参数Bearer和token空格拼接",
  5427. "name": "Authorization",
  5428. "in": "header",
  5429. "required": true
  5430. },
  5431. {
  5432. "description": "分页信息必填",
  5433. "name": "req",
  5434. "in": "body",
  5435. "required": true,
  5436. "schema": {
  5437. "$ref": "#/definitions/md.SelectMemberReq"
  5438. }
  5439. }
  5440. ],
  5441. "responses": {
  5442. "200": {
  5443. "description": "具体数据",
  5444. "schema": {
  5445. "$ref": "#/definitions/md.SelectMemberResp"
  5446. }
  5447. },
  5448. "400": {
  5449. "description": "具体错误",
  5450. "schema": {
  5451. "$ref": "#/definitions/md.Response"
  5452. }
  5453. }
  5454. }
  5455. }
  5456. },
  5457. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5458. "put": {
  5459. "description": "公排基础设置(修改)",
  5460. "consumes": [
  5461. "application/json"
  5462. ],
  5463. "produces": [
  5464. "application/json"
  5465. ],
  5466. "tags": [
  5467. "公排管理"
  5468. ],
  5469. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5470. "parameters": [
  5471. {
  5472. "type": "string",
  5473. "description": "验证参数Bearer和token空格拼接",
  5474. "name": "Authorization",
  5475. "in": "header",
  5476. "required": true
  5477. },
  5478. {
  5479. "description": "公排设置表单内容",
  5480. "name": "req",
  5481. "in": "body",
  5482. "required": true,
  5483. "schema": {
  5484. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5485. }
  5486. }
  5487. ],
  5488. "responses": {
  5489. "200": {
  5490. "description": "success",
  5491. "schema": {
  5492. "type": "string"
  5493. }
  5494. },
  5495. "400": {
  5496. "description": "具体错误",
  5497. "schema": {
  5498. "$ref": "#/definitions/md.Response"
  5499. }
  5500. }
  5501. }
  5502. }
  5503. },
  5504. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5505. "post": {
  5506. "description": "日活分析",
  5507. "consumes": [
  5508. "application/json"
  5509. ],
  5510. "produces": [
  5511. "application/json"
  5512. ],
  5513. "tags": [
  5514. "公排管理"
  5515. ],
  5516. "summary": "制度中心-公排管理-日活分析",
  5517. "parameters": [
  5518. {
  5519. "type": "string",
  5520. "description": "验证参数Bearer和token空格拼接",
  5521. "name": "Authorization",
  5522. "in": "header",
  5523. "required": true
  5524. },
  5525. {
  5526. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5527. "name": "req",
  5528. "in": "body",
  5529. "required": true,
  5530. "schema": {
  5531. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5532. }
  5533. }
  5534. ],
  5535. "responses": {
  5536. "200": {
  5537. "description": "具体数据",
  5538. "schema": {
  5539. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5540. }
  5541. },
  5542. "400": {
  5543. "description": "具体错误",
  5544. "schema": {
  5545. "$ref": "#/definitions/md.Response"
  5546. }
  5547. }
  5548. }
  5549. }
  5550. },
  5551. "/api/login": {
  5552. "post": {
  5553. "description": "登入",
  5554. "consumes": [
  5555. "application/json"
  5556. ],
  5557. "produces": [
  5558. "application/json"
  5559. ],
  5560. "tags": [
  5561. "登录"
  5562. ],
  5563. "summary": "登陆",
  5564. "parameters": [
  5565. {
  5566. "description": "用户名密码",
  5567. "name": "req",
  5568. "in": "body",
  5569. "required": true,
  5570. "schema": {
  5571. "$ref": "#/definitions/md.LoginReq"
  5572. }
  5573. }
  5574. ],
  5575. "responses": {
  5576. "200": {
  5577. "description": "token",
  5578. "schema": {
  5579. "$ref": "#/definitions/md.LoginResponse"
  5580. }
  5581. },
  5582. "400": {
  5583. "description": "具体错误",
  5584. "schema": {
  5585. "$ref": "#/definitions/md.Response"
  5586. }
  5587. }
  5588. }
  5589. }
  5590. },
  5591. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5592. "get": {
  5593. "description": "新人红包设置(获取)",
  5594. "consumes": [
  5595. "application/json"
  5596. ],
  5597. "produces": [
  5598. "application/json"
  5599. ],
  5600. "tags": [
  5601. "营销应用"
  5602. ],
  5603. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5604. "parameters": [
  5605. {
  5606. "type": "string",
  5607. "description": "验证参数Bearer和token空格拼接",
  5608. "name": "Authorization",
  5609. "in": "header",
  5610. "required": true
  5611. }
  5612. ],
  5613. "responses": {
  5614. "200": {
  5615. "description": "具体数据",
  5616. "schema": {
  5617. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5618. }
  5619. },
  5620. "400": {
  5621. "description": "具体错误",
  5622. "schema": {
  5623. "$ref": "#/definitions/md.Response"
  5624. }
  5625. }
  5626. }
  5627. }
  5628. },
  5629. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5630. "post": {
  5631. "description": "新人红包列表明细(查询)",
  5632. "consumes": [
  5633. "application/json"
  5634. ],
  5635. "produces": [
  5636. "application/json"
  5637. ],
  5638. "tags": [
  5639. "营销应用"
  5640. ],
  5641. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5642. "parameters": [
  5643. {
  5644. "type": "string",
  5645. "description": "验证参数Bearer和token空格拼接",
  5646. "name": "Authorization",
  5647. "in": "header",
  5648. "required": true
  5649. },
  5650. {
  5651. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5652. "name": "req",
  5653. "in": "body",
  5654. "required": true,
  5655. "schema": {
  5656. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5657. }
  5658. }
  5659. ],
  5660. "responses": {
  5661. "200": {
  5662. "description": "具体数据",
  5663. "schema": {
  5664. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5665. }
  5666. },
  5667. "400": {
  5668. "description": "具体错误",
  5669. "schema": {
  5670. "$ref": "#/definitions/md.Response"
  5671. }
  5672. }
  5673. }
  5674. }
  5675. },
  5676. "/api/marketingApplications/newUserRedPackage/recordList": {
  5677. "post": {
  5678. "description": "新人红包列表(查询)",
  5679. "consumes": [
  5680. "application/json"
  5681. ],
  5682. "produces": [
  5683. "application/json"
  5684. ],
  5685. "tags": [
  5686. "营销应用"
  5687. ],
  5688. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5689. "parameters": [
  5690. {
  5691. "type": "string",
  5692. "description": "验证参数Bearer和token空格拼接",
  5693. "name": "Authorization",
  5694. "in": "header",
  5695. "required": true
  5696. },
  5697. {
  5698. "description": "新人红包列表查询条件(分页信息必填)",
  5699. "name": "req",
  5700. "in": "body",
  5701. "required": true,
  5702. "schema": {
  5703. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5704. }
  5705. }
  5706. ],
  5707. "responses": {
  5708. "200": {
  5709. "description": "具体数据",
  5710. "schema": {
  5711. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5712. }
  5713. },
  5714. "400": {
  5715. "description": "具体错误",
  5716. "schema": {
  5717. "$ref": "#/definitions/md.Response"
  5718. }
  5719. }
  5720. }
  5721. }
  5722. },
  5723. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5724. "put": {
  5725. "description": "新人红包设置(修改)",
  5726. "consumes": [
  5727. "application/json"
  5728. ],
  5729. "produces": [
  5730. "application/json"
  5731. ],
  5732. "tags": [
  5733. "营销应用"
  5734. ],
  5735. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5736. "parameters": [
  5737. {
  5738. "type": "string",
  5739. "description": "验证参数Bearer和token空格拼接",
  5740. "name": "Authorization",
  5741. "in": "header",
  5742. "required": true
  5743. },
  5744. {
  5745. "description": "新人红包设置表单",
  5746. "name": "req",
  5747. "in": "body",
  5748. "required": true,
  5749. "schema": {
  5750. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5751. }
  5752. }
  5753. ],
  5754. "responses": {
  5755. "200": {
  5756. "description": "success",
  5757. "schema": {
  5758. "type": "string"
  5759. }
  5760. },
  5761. "400": {
  5762. "description": "具体错误",
  5763. "schema": {
  5764. "$ref": "#/definitions/md.Response"
  5765. }
  5766. }
  5767. }
  5768. }
  5769. },
  5770. "/api/memberCenter/certificate/del": {
  5771. "post": {
  5772. "description": "会员中心-证书管理-删除",
  5773. "consumes": [
  5774. "application/json"
  5775. ],
  5776. "produces": [
  5777. "application/json"
  5778. ],
  5779. "tags": [
  5780. "会员中心"
  5781. ],
  5782. "summary": "会员中心-证书管理-删除",
  5783. "parameters": [
  5784. {
  5785. "type": "string",
  5786. "description": "验证参数Bearer和token空格拼接",
  5787. "name": "Authorization",
  5788. "in": "header",
  5789. "required": true
  5790. },
  5791. {
  5792. "description": "(分页信息必填)",
  5793. "name": "req",
  5794. "in": "body",
  5795. "required": true,
  5796. "schema": {
  5797. "$ref": "#/definitions/md.CertificateDelReq"
  5798. }
  5799. }
  5800. ],
  5801. "responses": {
  5802. "200": {
  5803. "description": "具体数据",
  5804. "schema": {
  5805. "type": "string"
  5806. }
  5807. },
  5808. "400": {
  5809. "description": "具体错误",
  5810. "schema": {
  5811. "$ref": "#/definitions/md.Response"
  5812. }
  5813. }
  5814. }
  5815. }
  5816. },
  5817. "/api/memberCenter/certificate/list": {
  5818. "post": {
  5819. "description": "会员中心-证书管理",
  5820. "consumes": [
  5821. "application/json"
  5822. ],
  5823. "produces": [
  5824. "application/json"
  5825. ],
  5826. "tags": [
  5827. "会员中心"
  5828. ],
  5829. "summary": "会员中心-证书管理",
  5830. "parameters": [
  5831. {
  5832. "type": "string",
  5833. "description": "验证参数Bearer和token空格拼接",
  5834. "name": "Authorization",
  5835. "in": "header",
  5836. "required": true
  5837. },
  5838. {
  5839. "description": "(分页信息必填)",
  5840. "name": "req",
  5841. "in": "body",
  5842. "required": true,
  5843. "schema": {
  5844. "$ref": "#/definitions/md.CertificateListReq"
  5845. }
  5846. }
  5847. ],
  5848. "responses": {
  5849. "200": {
  5850. "description": "具体数据",
  5851. "schema": {
  5852. "$ref": "#/definitions/md.CertificateListResp"
  5853. }
  5854. },
  5855. "400": {
  5856. "description": "具体错误",
  5857. "schema": {
  5858. "$ref": "#/definitions/md.Response"
  5859. }
  5860. }
  5861. }
  5862. }
  5863. },
  5864. "/api/memberCenter/certificate/save": {
  5865. "post": {
  5866. "description": "会员中心-证书管理-保存",
  5867. "consumes": [
  5868. "application/json"
  5869. ],
  5870. "produces": [
  5871. "application/json"
  5872. ],
  5873. "tags": [
  5874. "会员中心"
  5875. ],
  5876. "summary": "会员中心-证书管理-保存",
  5877. "parameters": [
  5878. {
  5879. "type": "string",
  5880. "description": "验证参数Bearer和token空格拼接",
  5881. "name": "Authorization",
  5882. "in": "header",
  5883. "required": true
  5884. },
  5885. {
  5886. "description": "(分页信息必填)",
  5887. "name": "req",
  5888. "in": "body",
  5889. "required": true,
  5890. "schema": {
  5891. "$ref": "#/definitions/md.CertificateSave"
  5892. }
  5893. }
  5894. ],
  5895. "responses": {
  5896. "200": {
  5897. "description": "具体数据",
  5898. "schema": {
  5899. "type": "string"
  5900. }
  5901. },
  5902. "400": {
  5903. "description": "具体错误",
  5904. "schema": {
  5905. "$ref": "#/definitions/md.Response"
  5906. }
  5907. }
  5908. }
  5909. }
  5910. },
  5911. "/api/memberCenter/levelManagement/addLevel": {
  5912. "post": {
  5913. "description": "等级管理(新增)",
  5914. "consumes": [
  5915. "application/json"
  5916. ],
  5917. "produces": [
  5918. "application/json"
  5919. ],
  5920. "tags": [
  5921. "会员中心"
  5922. ],
  5923. "summary": "制度中心-会员中心-等级管理(新增)",
  5924. "parameters": [
  5925. {
  5926. "type": "string",
  5927. "description": "验证参数Bearer和token空格拼接",
  5928. "name": "Authorization",
  5929. "in": "header",
  5930. "required": true
  5931. },
  5932. {
  5933. "description": "需要新增的等级信息",
  5934. "name": "req",
  5935. "in": "body",
  5936. "required": true,
  5937. "schema": {
  5938. "$ref": "#/definitions/md.AddLevelReq"
  5939. }
  5940. }
  5941. ],
  5942. "responses": {
  5943. "200": {
  5944. "description": "新增等级ID",
  5945. "schema": {
  5946. "type": "int"
  5947. }
  5948. },
  5949. "400": {
  5950. "description": "具体错误",
  5951. "schema": {
  5952. "$ref": "#/definitions/md.Response"
  5953. }
  5954. }
  5955. }
  5956. }
  5957. },
  5958. "/api/memberCenter/levelManagement/deleteLevel": {
  5959. "delete": {
  5960. "description": "等级管理(删除)",
  5961. "consumes": [
  5962. "application/json"
  5963. ],
  5964. "produces": [
  5965. "application/json"
  5966. ],
  5967. "tags": [
  5968. "会员中心"
  5969. ],
  5970. "summary": "制度中心-会员中心-等级管理(删除)",
  5971. "parameters": [
  5972. {
  5973. "type": "string",
  5974. "description": "验证参数Bearer和token空格拼接",
  5975. "name": "Authorization",
  5976. "in": "header",
  5977. "required": true
  5978. },
  5979. {
  5980. "description": "需要删除的等级 ID",
  5981. "name": "req",
  5982. "in": "body",
  5983. "required": true,
  5984. "schema": {
  5985. "$ref": "#/definitions/md.DeleteLevelReq"
  5986. }
  5987. }
  5988. ],
  5989. "responses": {
  5990. "200": {
  5991. "description": "成功删除数据数量",
  5992. "schema": {
  5993. "type": "int"
  5994. }
  5995. },
  5996. "400": {
  5997. "description": "具体错误",
  5998. "schema": {
  5999. "$ref": "#/definitions/md.Response"
  6000. }
  6001. }
  6002. }
  6003. }
  6004. },
  6005. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6006. "delete": {
  6007. "description": "等级任务(删除)",
  6008. "consumes": [
  6009. "application/json"
  6010. ],
  6011. "produces": [
  6012. "application/json"
  6013. ],
  6014. "tags": [
  6015. "会员中心"
  6016. ],
  6017. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6018. "parameters": [
  6019. {
  6020. "type": "string",
  6021. "description": "验证参数Bearer和token空格拼接",
  6022. "name": "Authorization",
  6023. "in": "header",
  6024. "required": true
  6025. },
  6026. {
  6027. "description": "需要删除的等级任务ID",
  6028. "name": "req",
  6029. "in": "body",
  6030. "required": true,
  6031. "schema": {
  6032. "$ref": "#/definitions/md.DeleteTaskReq"
  6033. }
  6034. }
  6035. ],
  6036. "responses": {
  6037. "200": {
  6038. "description": "成功删除数据数量",
  6039. "schema": {
  6040. "type": "int"
  6041. }
  6042. },
  6043. "400": {
  6044. "description": "具体错误",
  6045. "schema": {
  6046. "$ref": "#/definitions/md.Response"
  6047. }
  6048. }
  6049. }
  6050. }
  6051. },
  6052. "/api/memberCenter/levelManagement/getLevelList": {
  6053. "get": {
  6054. "description": "标签管理(获取)",
  6055. "consumes": [
  6056. "application/json"
  6057. ],
  6058. "produces": [
  6059. "application/json"
  6060. ],
  6061. "tags": [
  6062. "会员中心"
  6063. ],
  6064. "summary": "制度中心-会员中心-等级管理(获取)",
  6065. "parameters": [
  6066. {
  6067. "type": "string",
  6068. "description": "验证参数Bearer和token空格拼接",
  6069. "name": "Authorization",
  6070. "in": "header",
  6071. "required": true
  6072. },
  6073. {
  6074. "type": "integer",
  6075. "description": "每页大小",
  6076. "name": "limit",
  6077. "in": "query",
  6078. "required": true
  6079. },
  6080. {
  6081. "type": "integer",
  6082. "description": "页数",
  6083. "name": "page",
  6084. "in": "query",
  6085. "required": true
  6086. }
  6087. ],
  6088. "responses": {
  6089. "200": {
  6090. "description": "具体数据",
  6091. "schema": {
  6092. "$ref": "#/definitions/md.GetLevelListResp"
  6093. }
  6094. },
  6095. "400": {
  6096. "description": "具体错误",
  6097. "schema": {
  6098. "$ref": "#/definitions/md.Response"
  6099. }
  6100. }
  6101. }
  6102. }
  6103. },
  6104. "/api/memberCenter/levelManagement/getOneLevel": {
  6105. "get": {
  6106. "description": "等级明细(获取)",
  6107. "consumes": [
  6108. "application/json"
  6109. ],
  6110. "produces": [
  6111. "application/json"
  6112. ],
  6113. "tags": [
  6114. "会员中心"
  6115. ],
  6116. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6117. "parameters": [
  6118. {
  6119. "type": "string",
  6120. "description": "验证参数Bearer和token空格拼接",
  6121. "name": "Authorization",
  6122. "in": "header",
  6123. "required": true
  6124. },
  6125. {
  6126. "type": "integer",
  6127. "description": "等级 ID",
  6128. "name": "level_id",
  6129. "in": "query",
  6130. "required": true
  6131. }
  6132. ],
  6133. "responses": {
  6134. "200": {
  6135. "description": "具体数据",
  6136. "schema": {
  6137. "$ref": "#/definitions/md.GetOneLevelResp"
  6138. }
  6139. },
  6140. "400": {
  6141. "description": "具体错误",
  6142. "schema": {
  6143. "$ref": "#/definitions/md.Response"
  6144. }
  6145. }
  6146. }
  6147. }
  6148. },
  6149. "/api/memberCenter/levelManagement/updateLevel": {
  6150. "post": {
  6151. "description": "等级管理(更新)",
  6152. "consumes": [
  6153. "application/json"
  6154. ],
  6155. "produces": [
  6156. "application/json"
  6157. ],
  6158. "tags": [
  6159. "会员中心"
  6160. ],
  6161. "summary": "制度中心-会员中心-等级管理(更新)",
  6162. "parameters": [
  6163. {
  6164. "type": "string",
  6165. "description": "验证参数Bearer和token空格拼接",
  6166. "name": "Authorization",
  6167. "in": "header",
  6168. "required": true
  6169. },
  6170. {
  6171. "description": "需要修改的等级信息",
  6172. "name": "req",
  6173. "in": "body",
  6174. "required": true,
  6175. "schema": {
  6176. "$ref": "#/definitions/md.UpdateLevelReq"
  6177. }
  6178. }
  6179. ],
  6180. "responses": {
  6181. "200": {
  6182. "description": "success",
  6183. "schema": {
  6184. "type": "string"
  6185. }
  6186. },
  6187. "400": {
  6188. "description": "具体错误",
  6189. "schema": {
  6190. "$ref": "#/definitions/md.Response"
  6191. }
  6192. }
  6193. }
  6194. }
  6195. },
  6196. "/api/memberCenter/tagManagement/addTag": {
  6197. "post": {
  6198. "description": "标签管理(新增)",
  6199. "consumes": [
  6200. "application/json"
  6201. ],
  6202. "produces": [
  6203. "application/json"
  6204. ],
  6205. "tags": [
  6206. "会员中心"
  6207. ],
  6208. "summary": "制度中心-会员中心-标签管理(新增)",
  6209. "parameters": [
  6210. {
  6211. "type": "string",
  6212. "description": "验证参数Bearer和token空格拼接",
  6213. "name": "Authorization",
  6214. "in": "header",
  6215. "required": true
  6216. },
  6217. {
  6218. "description": "新增的标签信息",
  6219. "name": "req",
  6220. "in": "body",
  6221. "required": true,
  6222. "schema": {
  6223. "$ref": "#/definitions/md.AddTagReq"
  6224. }
  6225. }
  6226. ],
  6227. "responses": {
  6228. "200": {
  6229. "description": "新增的标签 ID",
  6230. "schema": {
  6231. "type": "int"
  6232. }
  6233. },
  6234. "400": {
  6235. "description": "具体错误",
  6236. "schema": {
  6237. "$ref": "#/definitions/md.Response"
  6238. }
  6239. }
  6240. }
  6241. }
  6242. },
  6243. "/api/memberCenter/tagManagement/deleteTag": {
  6244. "delete": {
  6245. "description": "标签管理(删除)",
  6246. "consumes": [
  6247. "application/json"
  6248. ],
  6249. "produces": [
  6250. "application/json"
  6251. ],
  6252. "tags": [
  6253. "会员中心"
  6254. ],
  6255. "summary": "制度中心-会员中心-标签管理(删除)",
  6256. "parameters": [
  6257. {
  6258. "type": "string",
  6259. "description": "验证参数Bearer和token空格拼接",
  6260. "name": "Authorization",
  6261. "in": "header",
  6262. "required": true
  6263. },
  6264. {
  6265. "description": "需要删除的标签 ID",
  6266. "name": "req",
  6267. "in": "body",
  6268. "required": true,
  6269. "schema": {
  6270. "$ref": "#/definitions/md.DeleteTagReq"
  6271. }
  6272. }
  6273. ],
  6274. "responses": {
  6275. "200": {
  6276. "description": "成功删除标签用户数",
  6277. "schema": {
  6278. "type": "int"
  6279. }
  6280. },
  6281. "400": {
  6282. "description": "具体错误",
  6283. "schema": {
  6284. "$ref": "#/definitions/md.Response"
  6285. }
  6286. }
  6287. }
  6288. }
  6289. },
  6290. "/api/memberCenter/tagManagement/getTagList": {
  6291. "get": {
  6292. "description": "标签管理(获取)",
  6293. "consumes": [
  6294. "application/json"
  6295. ],
  6296. "produces": [
  6297. "application/json"
  6298. ],
  6299. "tags": [
  6300. "会员中心"
  6301. ],
  6302. "summary": "制度中心-会员中心-标签管理(获取)",
  6303. "parameters": [
  6304. {
  6305. "type": "string",
  6306. "description": "验证参数Bearer和token空格拼接",
  6307. "name": "Authorization",
  6308. "in": "header",
  6309. "required": true
  6310. },
  6311. {
  6312. "type": "integer",
  6313. "description": "每页大小",
  6314. "name": "limit",
  6315. "in": "query",
  6316. "required": true
  6317. },
  6318. {
  6319. "type": "integer",
  6320. "description": "页数",
  6321. "name": "page",
  6322. "in": "query",
  6323. "required": true
  6324. }
  6325. ],
  6326. "responses": {
  6327. "200": {
  6328. "description": "具体数据",
  6329. "schema": {
  6330. "$ref": "#/definitions/md.GetTagListResp"
  6331. }
  6332. },
  6333. "400": {
  6334. "description": "具体错误",
  6335. "schema": {
  6336. "$ref": "#/definitions/md.Response"
  6337. }
  6338. }
  6339. }
  6340. }
  6341. },
  6342. "/api/memberCenter/tagManagement/updateTag": {
  6343. "post": {
  6344. "description": "标签管理(更新)",
  6345. "consumes": [
  6346. "application/json"
  6347. ],
  6348. "produces": [
  6349. "application/json"
  6350. ],
  6351. "tags": [
  6352. "会员中心"
  6353. ],
  6354. "summary": "制度中心-会员中心-标签管理(更新)",
  6355. "parameters": [
  6356. {
  6357. "type": "string",
  6358. "description": "验证参数Bearer和token空格拼接",
  6359. "name": "Authorization",
  6360. "in": "header",
  6361. "required": true
  6362. },
  6363. {
  6364. "description": "需要修改的标签信息",
  6365. "name": "req",
  6366. "in": "body",
  6367. "required": true,
  6368. "schema": {
  6369. "$ref": "#/definitions/md.UpdateTagReq"
  6370. }
  6371. }
  6372. ],
  6373. "responses": {
  6374. "200": {
  6375. "description": "成功修改数据条数",
  6376. "schema": {
  6377. "type": "int"
  6378. }
  6379. },
  6380. "400": {
  6381. "description": "具体错误",
  6382. "schema": {
  6383. "$ref": "#/definitions/md.Response"
  6384. }
  6385. }
  6386. }
  6387. }
  6388. },
  6389. "/api/memberCenter/userManagement/balanceDetail": {
  6390. "get": {
  6391. "description": "会员明细(余额获取)",
  6392. "consumes": [
  6393. "application/json"
  6394. ],
  6395. "produces": [
  6396. "application/json"
  6397. ],
  6398. "tags": [
  6399. "会员中心"
  6400. ],
  6401. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6402. "parameters": [
  6403. {
  6404. "type": "string",
  6405. "description": "验证参数Bearer和token空格拼接",
  6406. "name": "Authorization",
  6407. "in": "header",
  6408. "required": true
  6409. },
  6410. {
  6411. "type": "string",
  6412. "description": "用户 ID",
  6413. "name": "uid",
  6414. "in": "query",
  6415. "required": true
  6416. },
  6417. {
  6418. "type": "string",
  6419. "description": "每页大小",
  6420. "name": "limit",
  6421. "in": "query",
  6422. "required": true
  6423. },
  6424. {
  6425. "type": "string",
  6426. "description": "页数",
  6427. "name": "page",
  6428. "in": "query",
  6429. "required": true
  6430. }
  6431. ],
  6432. "responses": {
  6433. "200": {
  6434. "description": "具体数据",
  6435. "schema": {
  6436. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6437. }
  6438. },
  6439. "400": {
  6440. "description": "具体错误",
  6441. "schema": {
  6442. "$ref": "#/definitions/md.Response"
  6443. }
  6444. }
  6445. }
  6446. }
  6447. },
  6448. "/api/memberCenter/userManagement/getFans": {
  6449. "get": {
  6450. "description": "会员明细粉丝情况(获取)",
  6451. "consumes": [
  6452. "application/json"
  6453. ],
  6454. "produces": [
  6455. "application/json"
  6456. ],
  6457. "tags": [
  6458. "会员中心"
  6459. ],
  6460. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6461. "parameters": [
  6462. {
  6463. "type": "string",
  6464. "description": "验证参数Bearer和token空格拼接",
  6465. "name": "Authorization",
  6466. "in": "header",
  6467. "required": true
  6468. },
  6469. {
  6470. "type": "string",
  6471. "description": "用户 ID",
  6472. "name": "uid",
  6473. "in": "query",
  6474. "required": true
  6475. },
  6476. {
  6477. "type": "string",
  6478. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6479. "name": "type",
  6480. "in": "query",
  6481. "required": true
  6482. },
  6483. {
  6484. "type": "string",
  6485. "description": "每页大小",
  6486. "name": "limit",
  6487. "in": "query",
  6488. "required": true
  6489. },
  6490. {
  6491. "type": "string",
  6492. "description": "页数",
  6493. "name": "page",
  6494. "in": "query",
  6495. "required": true
  6496. }
  6497. ],
  6498. "responses": {
  6499. "200": {
  6500. "description": "具体数据",
  6501. "schema": {
  6502. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6503. }
  6504. },
  6505. "400": {
  6506. "description": "具体错误",
  6507. "schema": {
  6508. "$ref": "#/definitions/md.Response"
  6509. }
  6510. }
  6511. }
  6512. }
  6513. },
  6514. "/api/memberCenter/userManagement/getUserList": {
  6515. "post": {
  6516. "description": "用户信息管理(获取)",
  6517. "consumes": [
  6518. "application/json"
  6519. ],
  6520. "produces": [
  6521. "application/json"
  6522. ],
  6523. "tags": [
  6524. "会员中心"
  6525. ],
  6526. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6527. "parameters": [
  6528. {
  6529. "type": "string",
  6530. "description": "验证参数Bearer和token空格拼接",
  6531. "name": "Authorization",
  6532. "in": "header",
  6533. "required": true
  6534. },
  6535. {
  6536. "description": "分页信息必填",
  6537. "name": "req",
  6538. "in": "body",
  6539. "required": true,
  6540. "schema": {
  6541. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6542. }
  6543. }
  6544. ],
  6545. "responses": {
  6546. "200": {
  6547. "description": "具体数据",
  6548. "schema": {
  6549. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6550. }
  6551. },
  6552. "400": {
  6553. "description": "具体错误",
  6554. "schema": {
  6555. "$ref": "#/definitions/md.Response"
  6556. }
  6557. }
  6558. }
  6559. }
  6560. },
  6561. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6562. "get": {
  6563. "description": "会员明细(积分明细获取)",
  6564. "consumes": [
  6565. "application/json"
  6566. ],
  6567. "produces": [
  6568. "application/json"
  6569. ],
  6570. "tags": [
  6571. "会员中心"
  6572. ],
  6573. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6574. "parameters": [
  6575. {
  6576. "type": "string",
  6577. "description": "验证参数Bearer和token空格拼接",
  6578. "name": "Authorization",
  6579. "in": "header",
  6580. "required": true
  6581. },
  6582. {
  6583. "type": "string",
  6584. "description": "用户 ID",
  6585. "name": "uid",
  6586. "in": "query",
  6587. "required": true
  6588. },
  6589. {
  6590. "type": "string",
  6591. "description": "货币 ID",
  6592. "name": "coinId",
  6593. "in": "query",
  6594. "required": true
  6595. },
  6596. {
  6597. "type": "string",
  6598. "description": "每页大小",
  6599. "name": "limit",
  6600. "in": "query",
  6601. "required": true
  6602. },
  6603. {
  6604. "type": "string",
  6605. "description": "页数",
  6606. "name": "page",
  6607. "in": "query",
  6608. "required": true
  6609. }
  6610. ],
  6611. "responses": {
  6612. "200": {
  6613. "description": "具体数据",
  6614. "schema": {
  6615. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6616. }
  6617. },
  6618. "400": {
  6619. "description": "具体错误",
  6620. "schema": {
  6621. "$ref": "#/definitions/md.Response"
  6622. }
  6623. }
  6624. }
  6625. }
  6626. },
  6627. "/api/memberCenter/userManagement/updateUserInfo": {
  6628. "post": {
  6629. "description": "用户信息管理(更新)",
  6630. "consumes": [
  6631. "application/json"
  6632. ],
  6633. "produces": [
  6634. "application/json"
  6635. ],
  6636. "tags": [
  6637. "会员中心"
  6638. ],
  6639. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6640. "parameters": [
  6641. {
  6642. "type": "string",
  6643. "description": "验证参数Bearer和token空格拼接",
  6644. "name": "Authorization",
  6645. "in": "header",
  6646. "required": true
  6647. },
  6648. {
  6649. "description": "用户ID 必传",
  6650. "name": "req",
  6651. "in": "body",
  6652. "required": true,
  6653. "schema": {
  6654. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6655. }
  6656. }
  6657. ],
  6658. "responses": {
  6659. "200": {
  6660. "description": "修改数据行数",
  6661. "schema": {
  6662. "type": "int"
  6663. }
  6664. },
  6665. "400": {
  6666. "description": "具体错误",
  6667. "schema": {
  6668. "$ref": "#/definitions/md.Response"
  6669. }
  6670. }
  6671. }
  6672. }
  6673. },
  6674. "/api/memberCenter/userManagement/userData": {
  6675. "get": {
  6676. "description": "会员明细概况(获取)",
  6677. "consumes": [
  6678. "application/json"
  6679. ],
  6680. "produces": [
  6681. "application/json"
  6682. ],
  6683. "tags": [
  6684. "会员中心"
  6685. ],
  6686. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6687. "parameters": [
  6688. {
  6689. "type": "string",
  6690. "description": "验证参数Bearer和token空格拼接",
  6691. "name": "Authorization",
  6692. "in": "header",
  6693. "required": true
  6694. },
  6695. {
  6696. "type": "string",
  6697. "description": "用户 ID",
  6698. "name": "uid",
  6699. "in": "query",
  6700. "required": true
  6701. }
  6702. ],
  6703. "responses": {
  6704. "200": {
  6705. "description": "会员明细概况具体数据",
  6706. "schema": {
  6707. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6708. }
  6709. },
  6710. "400": {
  6711. "description": "具体错误",
  6712. "schema": {
  6713. "$ref": "#/definitions/md.Response"
  6714. }
  6715. }
  6716. }
  6717. }
  6718. },
  6719. "/api/notice/aliyunSms/file/phone": {
  6720. "post": {
  6721. "description": "短信推送记录-通知模板",
  6722. "consumes": [
  6723. "application/json"
  6724. ],
  6725. "produces": [
  6726. "application/json"
  6727. ],
  6728. "tags": [
  6729. "消息中心"
  6730. ],
  6731. "summary": "消息中心-短信推送记录-通知模板",
  6732. "parameters": [
  6733. {
  6734. "type": "string",
  6735. "description": "验证参数Bearer和token空格拼接",
  6736. "name": "Authorization",
  6737. "in": "header",
  6738. "required": true
  6739. },
  6740. {
  6741. "type": "string",
  6742. "description": "参数 file-----文件上传格式",
  6743. "name": "file",
  6744. "in": "formData",
  6745. "required": true
  6746. }
  6747. ],
  6748. "responses": {
  6749. "200": {
  6750. "description": "phone 一个数组",
  6751. "schema": {
  6752. "type": "string"
  6753. }
  6754. },
  6755. "400": {
  6756. "description": "具体错误",
  6757. "schema": {
  6758. "$ref": "#/definitions/md.Response"
  6759. }
  6760. }
  6761. }
  6762. }
  6763. },
  6764. "/api/notice/aliyunSms/getLevelList": {
  6765. "get": {
  6766. "description": "等级管理(获取)",
  6767. "consumes": [
  6768. "application/json"
  6769. ],
  6770. "produces": [
  6771. "application/json"
  6772. ],
  6773. "tags": [
  6774. "消息中心"
  6775. ],
  6776. "summary": "消息中心-短信推送记录-等级管理(获取)",
  6777. "parameters": [
  6778. {
  6779. "type": "string",
  6780. "description": "验证参数Bearer和token空格拼接",
  6781. "name": "Authorization",
  6782. "in": "header",
  6783. "required": true
  6784. },
  6785. {
  6786. "type": "integer",
  6787. "description": "每页大小",
  6788. "name": "limit",
  6789. "in": "query",
  6790. "required": true
  6791. },
  6792. {
  6793. "type": "integer",
  6794. "description": "页数",
  6795. "name": "page",
  6796. "in": "query",
  6797. "required": true
  6798. }
  6799. ],
  6800. "responses": {
  6801. "200": {
  6802. "description": "具体数据",
  6803. "schema": {
  6804. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  6805. }
  6806. },
  6807. "400": {
  6808. "description": "具体错误",
  6809. "schema": {
  6810. "$ref": "#/definitions/md.Response"
  6811. }
  6812. }
  6813. }
  6814. }
  6815. },
  6816. "/api/notice/aliyunSms/getTagList": {
  6817. "get": {
  6818. "description": "标签管理(获取)",
  6819. "consumes": [
  6820. "application/json"
  6821. ],
  6822. "produces": [
  6823. "application/json"
  6824. ],
  6825. "tags": [
  6826. "消息中心"
  6827. ],
  6828. "summary": "消息中心-短信推送记录-标签管理(获取)",
  6829. "parameters": [
  6830. {
  6831. "type": "string",
  6832. "description": "验证参数Bearer和token空格拼接",
  6833. "name": "Authorization",
  6834. "in": "header",
  6835. "required": true
  6836. },
  6837. {
  6838. "type": "integer",
  6839. "description": "每页大小",
  6840. "name": "limit",
  6841. "in": "query",
  6842. "required": true
  6843. },
  6844. {
  6845. "type": "integer",
  6846. "description": "页数",
  6847. "name": "page",
  6848. "in": "query",
  6849. "required": true
  6850. }
  6851. ],
  6852. "responses": {
  6853. "200": {
  6854. "description": "具体数据",
  6855. "schema": {
  6856. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  6857. }
  6858. },
  6859. "400": {
  6860. "description": "具体错误",
  6861. "schema": {
  6862. "$ref": "#/definitions/md.Response"
  6863. }
  6864. }
  6865. }
  6866. }
  6867. },
  6868. "/api/notice/aliyunSms/getUserList": {
  6869. "post": {
  6870. "description": "获取用户信息",
  6871. "consumes": [
  6872. "application/json"
  6873. ],
  6874. "produces": [
  6875. "application/json"
  6876. ],
  6877. "tags": [
  6878. "消息中心"
  6879. ],
  6880. "summary": "消息中心-短信推送记录-获取用户信息",
  6881. "parameters": [
  6882. {
  6883. "type": "string",
  6884. "description": "验证参数Bearer和token空格拼接",
  6885. "name": "Authorization",
  6886. "in": "header",
  6887. "required": true
  6888. },
  6889. {
  6890. "description": "(分页信息必填)",
  6891. "name": "req",
  6892. "in": "body",
  6893. "required": true,
  6894. "schema": {
  6895. "$ref": "#/definitions/md.JPushGetUserListReq"
  6896. }
  6897. }
  6898. ],
  6899. "responses": {
  6900. "200": {
  6901. "description": "具体数据",
  6902. "schema": {
  6903. "type": "Object"
  6904. }
  6905. },
  6906. "400": {
  6907. "description": "具体错误",
  6908. "schema": {
  6909. "$ref": "#/definitions/md.Response"
  6910. }
  6911. }
  6912. }
  6913. }
  6914. },
  6915. "/api/notice/aliyunSms/push/list": {
  6916. "post": {
  6917. "description": "短信推送记录-推送记录列表",
  6918. "consumes": [
  6919. "application/json"
  6920. ],
  6921. "produces": [
  6922. "application/json"
  6923. ],
  6924. "tags": [
  6925. "消息中心"
  6926. ],
  6927. "summary": "消息中心-短信推送记录-推送记录列表",
  6928. "parameters": [
  6929. {
  6930. "type": "string",
  6931. "description": "验证参数Bearer和token空格拼接",
  6932. "name": "Authorization",
  6933. "in": "header",
  6934. "required": true
  6935. },
  6936. {
  6937. "description": "(分页信息必填)",
  6938. "name": "req",
  6939. "in": "body",
  6940. "required": true,
  6941. "schema": {
  6942. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6943. }
  6944. }
  6945. ],
  6946. "responses": {
  6947. "200": {
  6948. "description": "具体数据",
  6949. "schema": {
  6950. "$ref": "#/definitions/md.NoticePushListResp"
  6951. }
  6952. },
  6953. "400": {
  6954. "description": "具体错误",
  6955. "schema": {
  6956. "$ref": "#/definitions/md.Response"
  6957. }
  6958. }
  6959. }
  6960. }
  6961. },
  6962. "/api/notice/aliyunSms/push/save": {
  6963. "post": {
  6964. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6965. "consumes": [
  6966. "application/json"
  6967. ],
  6968. "produces": [
  6969. "application/json"
  6970. ],
  6971. "tags": [
  6972. "消息中心"
  6973. ],
  6974. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6975. "parameters": [
  6976. {
  6977. "type": "string",
  6978. "description": "验证参数Bearer和token空格拼接",
  6979. "name": "Authorization",
  6980. "in": "header",
  6981. "required": true
  6982. },
  6983. {
  6984. "description": "(分页信息必填)",
  6985. "name": "req",
  6986. "in": "body",
  6987. "required": true,
  6988. "schema": {
  6989. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6990. }
  6991. }
  6992. ],
  6993. "responses": {
  6994. "200": {
  6995. "description": "具体数据",
  6996. "schema": {
  6997. "type": "string"
  6998. }
  6999. },
  7000. "400": {
  7001. "description": "具体错误",
  7002. "schema": {
  7003. "$ref": "#/definitions/md.Response"
  7004. }
  7005. }
  7006. }
  7007. }
  7008. },
  7009. "/api/notice/aliyunSms/sale/base": {
  7010. "get": {
  7011. "description": "短信推送记录-营销短信-通知模板",
  7012. "consumes": [
  7013. "application/json"
  7014. ],
  7015. "produces": [
  7016. "application/json"
  7017. ],
  7018. "tags": [
  7019. "消息中心"
  7020. ],
  7021. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7022. "parameters": [
  7023. {
  7024. "type": "string",
  7025. "description": "验证参数Bearer和token空格拼接",
  7026. "name": "Authorization",
  7027. "in": "header",
  7028. "required": true
  7029. }
  7030. ],
  7031. "responses": {
  7032. "200": {
  7033. "description": "具体数据",
  7034. "schema": {
  7035. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7036. }
  7037. },
  7038. "400": {
  7039. "description": "具体错误",
  7040. "schema": {
  7041. "$ref": "#/definitions/md.Response"
  7042. }
  7043. }
  7044. }
  7045. }
  7046. },
  7047. "/api/notice/aliyunSms/sale/save": {
  7048. "post": {
  7049. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7050. "consumes": [
  7051. "application/json"
  7052. ],
  7053. "produces": [
  7054. "application/json"
  7055. ],
  7056. "tags": [
  7057. "消息中心"
  7058. ],
  7059. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7060. "parameters": [
  7061. {
  7062. "type": "string",
  7063. "description": "验证参数Bearer和token空格拼接",
  7064. "name": "Authorization",
  7065. "in": "header",
  7066. "required": true
  7067. },
  7068. {
  7069. "description": "数组 把列表的数组传过来",
  7070. "name": "req",
  7071. "in": "body",
  7072. "required": true,
  7073. "schema": {
  7074. "type": "string"
  7075. }
  7076. }
  7077. ],
  7078. "responses": {
  7079. "200": {
  7080. "description": "具体数据",
  7081. "schema": {
  7082. "type": "string"
  7083. }
  7084. },
  7085. "400": {
  7086. "description": "具体错误",
  7087. "schema": {
  7088. "$ref": "#/definitions/md.Response"
  7089. }
  7090. }
  7091. }
  7092. }
  7093. },
  7094. "/api/notice/base/del": {
  7095. "post": {
  7096. "description": "基本配置-通知模板删除",
  7097. "consumes": [
  7098. "application/json"
  7099. ],
  7100. "produces": [
  7101. "application/json"
  7102. ],
  7103. "tags": [
  7104. "消息中心"
  7105. ],
  7106. "summary": "消息中心-基本配置-通知模板删除",
  7107. "parameters": [
  7108. {
  7109. "type": "string",
  7110. "description": "验证参数Bearer和token空格拼接",
  7111. "name": "Authorization",
  7112. "in": "header",
  7113. "required": true
  7114. },
  7115. {
  7116. "description": "(分页信息必填)",
  7117. "name": "req",
  7118. "in": "body",
  7119. "required": true,
  7120. "schema": {
  7121. "$ref": "#/definitions/md.NoticeDelReq"
  7122. }
  7123. }
  7124. ],
  7125. "responses": {
  7126. "200": {
  7127. "description": "具体数据",
  7128. "schema": {
  7129. "type": "string"
  7130. }
  7131. },
  7132. "400": {
  7133. "description": "具体错误",
  7134. "schema": {
  7135. "$ref": "#/definitions/md.Response"
  7136. }
  7137. }
  7138. }
  7139. }
  7140. },
  7141. "/api/notice/base/list": {
  7142. "post": {
  7143. "description": "基本配置-通知模板",
  7144. "consumes": [
  7145. "application/json"
  7146. ],
  7147. "produces": [
  7148. "application/json"
  7149. ],
  7150. "tags": [
  7151. "消息中心"
  7152. ],
  7153. "summary": "消息中心-基本配置-通知模板",
  7154. "parameters": [
  7155. {
  7156. "type": "string",
  7157. "description": "验证参数Bearer和token空格拼接",
  7158. "name": "Authorization",
  7159. "in": "header",
  7160. "required": true
  7161. },
  7162. {
  7163. "description": "(分页信息必填)",
  7164. "name": "req",
  7165. "in": "body",
  7166. "required": true,
  7167. "schema": {
  7168. "$ref": "#/definitions/md.NoticeListReq"
  7169. }
  7170. }
  7171. ],
  7172. "responses": {
  7173. "200": {
  7174. "description": "具体数据",
  7175. "schema": {
  7176. "$ref": "#/definitions/md.NoticeListResp"
  7177. }
  7178. },
  7179. "400": {
  7180. "description": "具体错误",
  7181. "schema": {
  7182. "$ref": "#/definitions/md.Response"
  7183. }
  7184. }
  7185. }
  7186. }
  7187. },
  7188. "/api/notice/base/save": {
  7189. "post": {
  7190. "description": "基本配置-通知模板添加编辑",
  7191. "consumes": [
  7192. "application/json"
  7193. ],
  7194. "produces": [
  7195. "application/json"
  7196. ],
  7197. "tags": [
  7198. "消息中心"
  7199. ],
  7200. "summary": "消息中心-基本配置-通知模板添加编辑",
  7201. "parameters": [
  7202. {
  7203. "type": "string",
  7204. "description": "验证参数Bearer和token空格拼接",
  7205. "name": "Authorization",
  7206. "in": "header",
  7207. "required": true
  7208. },
  7209. {
  7210. "description": "(分页信息必填)",
  7211. "name": "req",
  7212. "in": "body",
  7213. "required": true,
  7214. "schema": {
  7215. "$ref": "#/definitions/md.NoticeSaveReq"
  7216. }
  7217. }
  7218. ],
  7219. "responses": {
  7220. "200": {
  7221. "description": "具体数据",
  7222. "schema": {
  7223. "type": "string"
  7224. }
  7225. },
  7226. "400": {
  7227. "description": "具体错误",
  7228. "schema": {
  7229. "$ref": "#/definitions/md.Response"
  7230. }
  7231. }
  7232. }
  7233. }
  7234. },
  7235. "/api/notice/jPush/getLevelList": {
  7236. "get": {
  7237. "description": "等级管理(获取)",
  7238. "consumes": [
  7239. "application/json"
  7240. ],
  7241. "produces": [
  7242. "application/json"
  7243. ],
  7244. "tags": [
  7245. "消息中心"
  7246. ],
  7247. "summary": "消息中心-基本配置-等级管理(获取)",
  7248. "parameters": [
  7249. {
  7250. "type": "string",
  7251. "description": "验证参数Bearer和token空格拼接",
  7252. "name": "Authorization",
  7253. "in": "header",
  7254. "required": true
  7255. },
  7256. {
  7257. "type": "integer",
  7258. "description": "每页大小",
  7259. "name": "limit",
  7260. "in": "query",
  7261. "required": true
  7262. },
  7263. {
  7264. "type": "integer",
  7265. "description": "页数",
  7266. "name": "page",
  7267. "in": "query",
  7268. "required": true
  7269. }
  7270. ],
  7271. "responses": {
  7272. "200": {
  7273. "description": "具体数据",
  7274. "schema": {
  7275. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7276. }
  7277. },
  7278. "400": {
  7279. "description": "具体错误",
  7280. "schema": {
  7281. "$ref": "#/definitions/md.Response"
  7282. }
  7283. }
  7284. }
  7285. }
  7286. },
  7287. "/api/notice/jPush/getTagList": {
  7288. "get": {
  7289. "description": "标签管理(获取)",
  7290. "consumes": [
  7291. "application/json"
  7292. ],
  7293. "produces": [
  7294. "application/json"
  7295. ],
  7296. "tags": [
  7297. "消息中心"
  7298. ],
  7299. "summary": "消息中心-基本配置-标签管理(获取)",
  7300. "parameters": [
  7301. {
  7302. "type": "string",
  7303. "description": "验证参数Bearer和token空格拼接",
  7304. "name": "Authorization",
  7305. "in": "header",
  7306. "required": true
  7307. },
  7308. {
  7309. "type": "integer",
  7310. "description": "每页大小",
  7311. "name": "limit",
  7312. "in": "query",
  7313. "required": true
  7314. },
  7315. {
  7316. "type": "integer",
  7317. "description": "页数",
  7318. "name": "page",
  7319. "in": "query",
  7320. "required": true
  7321. }
  7322. ],
  7323. "responses": {
  7324. "200": {
  7325. "description": "具体数据",
  7326. "schema": {
  7327. "$ref": "#/definitions/md.JPushGetTagListResp"
  7328. }
  7329. },
  7330. "400": {
  7331. "description": "具体错误",
  7332. "schema": {
  7333. "$ref": "#/definitions/md.Response"
  7334. }
  7335. }
  7336. }
  7337. }
  7338. },
  7339. "/api/notice/jPush/getUserList": {
  7340. "post": {
  7341. "description": "获取用户信息",
  7342. "consumes": [
  7343. "application/json"
  7344. ],
  7345. "produces": [
  7346. "application/json"
  7347. ],
  7348. "tags": [
  7349. "消息中心"
  7350. ],
  7351. "summary": "消息中心-基本配置-获取用户信息",
  7352. "parameters": [
  7353. {
  7354. "type": "string",
  7355. "description": "验证参数Bearer和token空格拼接",
  7356. "name": "Authorization",
  7357. "in": "header",
  7358. "required": true
  7359. },
  7360. {
  7361. "description": "(分页信息必填)",
  7362. "name": "req",
  7363. "in": "body",
  7364. "required": true,
  7365. "schema": {
  7366. "$ref": "#/definitions/md.JPushGetUserListReq"
  7367. }
  7368. }
  7369. ],
  7370. "responses": {
  7371. "200": {
  7372. "description": "具体数据",
  7373. "schema": {
  7374. "type": "Object"
  7375. }
  7376. },
  7377. "400": {
  7378. "description": "具体错误",
  7379. "schema": {
  7380. "$ref": "#/definitions/md.Response"
  7381. }
  7382. }
  7383. }
  7384. }
  7385. },
  7386. "/api/notice/jPush/push/list": {
  7387. "post": {
  7388. "description": "基本配置-推送记录列表",
  7389. "consumes": [
  7390. "application/json"
  7391. ],
  7392. "produces": [
  7393. "application/json"
  7394. ],
  7395. "tags": [
  7396. "消息中心"
  7397. ],
  7398. "summary": "消息中心-基本配置-推送记录列表",
  7399. "parameters": [
  7400. {
  7401. "type": "string",
  7402. "description": "验证参数Bearer和token空格拼接",
  7403. "name": "Authorization",
  7404. "in": "header",
  7405. "required": true
  7406. },
  7407. {
  7408. "description": "(分页信息必填)",
  7409. "name": "req",
  7410. "in": "body",
  7411. "required": true,
  7412. "schema": {
  7413. "$ref": "#/definitions/md.NoticeListReq"
  7414. }
  7415. }
  7416. ],
  7417. "responses": {
  7418. "200": {
  7419. "description": "具体数据",
  7420. "schema": {
  7421. "$ref": "#/definitions/md.NoticePushListResp"
  7422. }
  7423. },
  7424. "400": {
  7425. "description": "具体错误",
  7426. "schema": {
  7427. "$ref": "#/definitions/md.Response"
  7428. }
  7429. }
  7430. }
  7431. }
  7432. },
  7433. "/api/notice/jPush/push/save": {
  7434. "post": {
  7435. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7436. "consumes": [
  7437. "application/json"
  7438. ],
  7439. "produces": [
  7440. "application/json"
  7441. ],
  7442. "tags": [
  7443. "消息中心"
  7444. ],
  7445. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7446. "parameters": [
  7447. {
  7448. "type": "string",
  7449. "description": "验证参数Bearer和token空格拼接",
  7450. "name": "Authorization",
  7451. "in": "header",
  7452. "required": true
  7453. },
  7454. {
  7455. "description": "(分页信息必填)",
  7456. "name": "req",
  7457. "in": "body",
  7458. "required": true,
  7459. "schema": {
  7460. "$ref": "#/definitions/md.NoticePushSaveReq"
  7461. }
  7462. }
  7463. ],
  7464. "responses": {
  7465. "200": {
  7466. "description": "具体数据",
  7467. "schema": {
  7468. "type": "string"
  7469. }
  7470. },
  7471. "400": {
  7472. "description": "具体错误",
  7473. "schema": {
  7474. "$ref": "#/definitions/md.Response"
  7475. }
  7476. }
  7477. }
  7478. }
  7479. },
  7480. "/api/role/addAdmin": {
  7481. "post": {
  7482. "description": "权限管理-新增管理员",
  7483. "consumes": [
  7484. "application/json"
  7485. ],
  7486. "produces": [
  7487. "application/json"
  7488. ],
  7489. "tags": [
  7490. "权限管理"
  7491. ],
  7492. "summary": "新增管理员",
  7493. "parameters": [
  7494. {
  7495. "type": "string",
  7496. "description": "验证参数Bearer和token空格拼接",
  7497. "name": "Authorization",
  7498. "in": "header",
  7499. "required": true
  7500. },
  7501. {
  7502. "description": "请求参数",
  7503. "name": "args",
  7504. "in": "body",
  7505. "required": true,
  7506. "schema": {
  7507. "$ref": "#/definitions/md.AddAdminReq"
  7508. }
  7509. }
  7510. ],
  7511. "responses": {
  7512. "200": {
  7513. "description": "success",
  7514. "schema": {
  7515. "type": "string"
  7516. }
  7517. },
  7518. "400": {
  7519. "description": "具体错误",
  7520. "schema": {
  7521. "$ref": "#/definitions/md.Response"
  7522. }
  7523. }
  7524. }
  7525. }
  7526. },
  7527. "/api/role/addRole": {
  7528. "post": {
  7529. "description": "权限管理-添加角色",
  7530. "consumes": [
  7531. "application/json"
  7532. ],
  7533. "produces": [
  7534. "application/json"
  7535. ],
  7536. "tags": [
  7537. "权限管理"
  7538. ],
  7539. "summary": "添加角色",
  7540. "parameters": [
  7541. {
  7542. "type": "string",
  7543. "description": "验证参数Bearer和token空格拼接",
  7544. "name": "Authorization",
  7545. "in": "header",
  7546. "required": true
  7547. },
  7548. {
  7549. "description": "请求参数",
  7550. "name": "args",
  7551. "in": "body",
  7552. "required": true,
  7553. "schema": {
  7554. "$ref": "#/definitions/md.AddRoleReq"
  7555. }
  7556. }
  7557. ],
  7558. "responses": {
  7559. "200": {
  7560. "description": "success",
  7561. "schema": {
  7562. "type": "string"
  7563. }
  7564. },
  7565. "400": {
  7566. "description": "具体错误",
  7567. "schema": {
  7568. "$ref": "#/definitions/md.Response"
  7569. }
  7570. }
  7571. }
  7572. }
  7573. },
  7574. "/api/role/adminInfo": {
  7575. "get": {
  7576. "description": "权限管理-管理员信息",
  7577. "consumes": [
  7578. "application/json"
  7579. ],
  7580. "produces": [
  7581. "application/json"
  7582. ],
  7583. "tags": [
  7584. "权限管理"
  7585. ],
  7586. "summary": "管理员信息",
  7587. "parameters": [
  7588. {
  7589. "type": "string",
  7590. "description": "验证参数Bearer和token空格拼接",
  7591. "name": "Authorization",
  7592. "in": "header",
  7593. "required": true
  7594. },
  7595. {
  7596. "type": "string",
  7597. "description": "管理员id",
  7598. "name": "adm_id",
  7599. "in": "query",
  7600. "required": true
  7601. }
  7602. ],
  7603. "responses": {
  7604. "200": {
  7605. "description": "具体看返回内容",
  7606. "schema": {
  7607. "type": "string"
  7608. }
  7609. },
  7610. "400": {
  7611. "description": "具体错误",
  7612. "schema": {
  7613. "$ref": "#/definitions/md.Response"
  7614. }
  7615. }
  7616. }
  7617. }
  7618. },
  7619. "/api/role/adminList": {
  7620. "post": {
  7621. "description": "权限管理-管理员列表",
  7622. "consumes": [
  7623. "application/json"
  7624. ],
  7625. "produces": [
  7626. "application/json"
  7627. ],
  7628. "tags": [
  7629. "权限管理"
  7630. ],
  7631. "summary": "管理员列表",
  7632. "parameters": [
  7633. {
  7634. "type": "string",
  7635. "description": "验证参数Bearer和token空格拼接",
  7636. "name": "Authorization",
  7637. "in": "header",
  7638. "required": true
  7639. },
  7640. {
  7641. "description": "请求参数",
  7642. "name": "args",
  7643. "in": "body",
  7644. "required": true,
  7645. "schema": {
  7646. "$ref": "#/definitions/md.AdminListReq"
  7647. }
  7648. }
  7649. ],
  7650. "responses": {
  7651. "200": {
  7652. "description": "具体看返回内容",
  7653. "schema": {
  7654. "type": "string"
  7655. }
  7656. },
  7657. "400": {
  7658. "description": "具体错误",
  7659. "schema": {
  7660. "$ref": "#/definitions/md.Response"
  7661. }
  7662. }
  7663. }
  7664. }
  7665. },
  7666. "/api/role/bindAdminRole": {
  7667. "post": {
  7668. "description": "权限管理-管理员绑定角色",
  7669. "consumes": [
  7670. "application/json"
  7671. ],
  7672. "produces": [
  7673. "application/json"
  7674. ],
  7675. "tags": [
  7676. "权限管理"
  7677. ],
  7678. "summary": "管理员绑定角色",
  7679. "parameters": [
  7680. {
  7681. "type": "string",
  7682. "description": "验证参数Bearer和token空格拼接",
  7683. "name": "Authorization",
  7684. "in": "header",
  7685. "required": true
  7686. },
  7687. {
  7688. "description": "请求参数",
  7689. "name": "args",
  7690. "in": "body",
  7691. "required": true,
  7692. "schema": {
  7693. "$ref": "#/definitions/md.BindAdminRoleReq"
  7694. }
  7695. }
  7696. ],
  7697. "responses": {
  7698. "200": {
  7699. "description": "success",
  7700. "schema": {
  7701. "type": "string"
  7702. }
  7703. },
  7704. "400": {
  7705. "description": "具体错误",
  7706. "schema": {
  7707. "$ref": "#/definitions/md.Response"
  7708. }
  7709. }
  7710. }
  7711. }
  7712. },
  7713. "/api/role/deleteAdmin/{$adm_id}": {
  7714. "delete": {
  7715. "description": "权限管理-删除管理员",
  7716. "consumes": [
  7717. "application/json"
  7718. ],
  7719. "produces": [
  7720. "application/json"
  7721. ],
  7722. "tags": [
  7723. "权限管理"
  7724. ],
  7725. "summary": "删除管理员",
  7726. "parameters": [
  7727. {
  7728. "type": "string",
  7729. "description": "验证参数Bearer和token空格拼接",
  7730. "name": "Authorization",
  7731. "in": "header",
  7732. "required": true
  7733. }
  7734. ],
  7735. "responses": {
  7736. "200": {
  7737. "description": "success",
  7738. "schema": {
  7739. "type": "string"
  7740. }
  7741. },
  7742. "400": {
  7743. "description": "具体错误",
  7744. "schema": {
  7745. "$ref": "#/definitions/md.Response"
  7746. }
  7747. }
  7748. }
  7749. }
  7750. },
  7751. "/api/role/deleteRole/{$id}": {
  7752. "delete": {
  7753. "description": "权限管理-删除角色",
  7754. "consumes": [
  7755. "application/json"
  7756. ],
  7757. "produces": [
  7758. "application/json"
  7759. ],
  7760. "tags": [
  7761. "权限管理"
  7762. ],
  7763. "summary": "删除角色",
  7764. "parameters": [
  7765. {
  7766. "type": "string",
  7767. "description": "验证参数Bearer和token空格拼接",
  7768. "name": "Authorization",
  7769. "in": "header",
  7770. "required": true
  7771. },
  7772. {
  7773. "description": "请求参数",
  7774. "name": "args",
  7775. "in": "body",
  7776. "required": true,
  7777. "schema": {
  7778. "$ref": "#/definitions/md.UpdateRoleStateReq"
  7779. }
  7780. }
  7781. ],
  7782. "responses": {
  7783. "200": {
  7784. "description": "success",
  7785. "schema": {
  7786. "type": "string"
  7787. }
  7788. },
  7789. "400": {
  7790. "description": "具体错误",
  7791. "schema": {
  7792. "$ref": "#/definitions/md.Response"
  7793. }
  7794. }
  7795. }
  7796. }
  7797. },
  7798. "/api/role/permissionGroupList": {
  7799. "get": {
  7800. "description": "权限管理-权限组列表",
  7801. "consumes": [
  7802. "application/json"
  7803. ],
  7804. "produces": [
  7805. "application/json"
  7806. ],
  7807. "tags": [
  7808. "权限管理"
  7809. ],
  7810. "summary": "权限组列表",
  7811. "parameters": [
  7812. {
  7813. "type": "string",
  7814. "description": "验证参数Bearer和token空格拼接",
  7815. "name": "Authorization",
  7816. "in": "header",
  7817. "required": true
  7818. },
  7819. {
  7820. "type": "string",
  7821. "description": "管理员id",
  7822. "name": "adm_id",
  7823. "in": "query",
  7824. "required": true
  7825. }
  7826. ],
  7827. "responses": {
  7828. "200": {
  7829. "description": "具体看返回内容",
  7830. "schema": {
  7831. "type": "string"
  7832. }
  7833. },
  7834. "400": {
  7835. "description": "具体错误",
  7836. "schema": {
  7837. "$ref": "#/definitions/md.Response"
  7838. }
  7839. }
  7840. }
  7841. }
  7842. },
  7843. "/api/role/roleBindPermissionGroup": {
  7844. "post": {
  7845. "description": "权限管理-角色绑定权限组",
  7846. "consumes": [
  7847. "application/json"
  7848. ],
  7849. "produces": [
  7850. "application/json"
  7851. ],
  7852. "tags": [
  7853. "权限管理"
  7854. ],
  7855. "summary": "角色绑定权限组",
  7856. "parameters": [
  7857. {
  7858. "type": "string",
  7859. "description": "验证参数Bearer和token空格拼接",
  7860. "name": "Authorization",
  7861. "in": "header",
  7862. "required": true
  7863. },
  7864. {
  7865. "description": "请求参数",
  7866. "name": "args",
  7867. "in": "body",
  7868. "required": true,
  7869. "schema": {
  7870. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  7871. }
  7872. }
  7873. ],
  7874. "responses": {
  7875. "200": {
  7876. "description": "success",
  7877. "schema": {
  7878. "type": "string"
  7879. }
  7880. },
  7881. "400": {
  7882. "description": "具体错误",
  7883. "schema": {
  7884. "$ref": "#/definitions/md.Response"
  7885. }
  7886. }
  7887. }
  7888. }
  7889. },
  7890. "/api/role/roleList": {
  7891. "get": {
  7892. "description": "权限管理-角色列表",
  7893. "consumes": [
  7894. "application/json"
  7895. ],
  7896. "produces": [
  7897. "application/json"
  7898. ],
  7899. "tags": [
  7900. "权限管理"
  7901. ],
  7902. "summary": "角色列表",
  7903. "parameters": [
  7904. {
  7905. "type": "string",
  7906. "description": "验证参数Bearer和token空格拼接",
  7907. "name": "Authorization",
  7908. "in": "header",
  7909. "required": true
  7910. }
  7911. ],
  7912. "responses": {
  7913. "200": {
  7914. "description": "具体看返回内容",
  7915. "schema": {
  7916. "type": "string"
  7917. }
  7918. },
  7919. "400": {
  7920. "description": "具体错误",
  7921. "schema": {
  7922. "$ref": "#/definitions/md.Response"
  7923. }
  7924. }
  7925. }
  7926. }
  7927. },
  7928. "/api/role/updateAdmin": {
  7929. "post": {
  7930. "description": "权限管理-修改管理员信息",
  7931. "consumes": [
  7932. "application/json"
  7933. ],
  7934. "produces": [
  7935. "application/json"
  7936. ],
  7937. "tags": [
  7938. "权限管理"
  7939. ],
  7940. "summary": "修改管理员信息",
  7941. "parameters": [
  7942. {
  7943. "type": "string",
  7944. "description": "验证参数Bearer和token空格拼接",
  7945. "name": "Authorization",
  7946. "in": "header",
  7947. "required": true
  7948. },
  7949. {
  7950. "description": "请求参数",
  7951. "name": "args",
  7952. "in": "body",
  7953. "required": true,
  7954. "schema": {
  7955. "$ref": "#/definitions/md.UpdateAdminReq"
  7956. }
  7957. }
  7958. ],
  7959. "responses": {
  7960. "200": {
  7961. "description": "success",
  7962. "schema": {
  7963. "type": "string"
  7964. }
  7965. },
  7966. "400": {
  7967. "description": "具体错误",
  7968. "schema": {
  7969. "$ref": "#/definitions/md.Response"
  7970. }
  7971. }
  7972. }
  7973. }
  7974. },
  7975. "/api/role/updateAdminState": {
  7976. "post": {
  7977. "description": "权限管理-修改管理员状态",
  7978. "consumes": [
  7979. "application/json"
  7980. ],
  7981. "produces": [
  7982. "application/json"
  7983. ],
  7984. "tags": [
  7985. "权限管理"
  7986. ],
  7987. "summary": "修改管理员状态",
  7988. "parameters": [
  7989. {
  7990. "type": "string",
  7991. "description": "验证参数Bearer和token空格拼接",
  7992. "name": "Authorization",
  7993. "in": "header",
  7994. "required": true
  7995. },
  7996. {
  7997. "description": "请求参数",
  7998. "name": "args",
  7999. "in": "body",
  8000. "required": true,
  8001. "schema": {
  8002. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8003. }
  8004. }
  8005. ],
  8006. "responses": {
  8007. "200": {
  8008. "description": "success",
  8009. "schema": {
  8010. "type": "string"
  8011. }
  8012. },
  8013. "400": {
  8014. "description": "具体错误",
  8015. "schema": {
  8016. "$ref": "#/definitions/md.Response"
  8017. }
  8018. }
  8019. }
  8020. }
  8021. },
  8022. "/api/role/updateRole": {
  8023. "post": {
  8024. "description": "权限管理-修改角色",
  8025. "consumes": [
  8026. "application/json"
  8027. ],
  8028. "produces": [
  8029. "application/json"
  8030. ],
  8031. "tags": [
  8032. "权限管理"
  8033. ],
  8034. "summary": "修改角色",
  8035. "parameters": [
  8036. {
  8037. "type": "string",
  8038. "description": "验证参数Bearer和token空格拼接",
  8039. "name": "Authorization",
  8040. "in": "header",
  8041. "required": true
  8042. },
  8043. {
  8044. "description": "请求参数",
  8045. "name": "args",
  8046. "in": "body",
  8047. "required": true,
  8048. "schema": {
  8049. "$ref": "#/definitions/md.UpdateRoleReq"
  8050. }
  8051. }
  8052. ],
  8053. "responses": {
  8054. "200": {
  8055. "description": "success",
  8056. "schema": {
  8057. "type": "string"
  8058. }
  8059. },
  8060. "400": {
  8061. "description": "具体错误",
  8062. "schema": {
  8063. "$ref": "#/definitions/md.Response"
  8064. }
  8065. }
  8066. }
  8067. }
  8068. },
  8069. "/api/role/updateRoleState": {
  8070. "post": {
  8071. "description": "权限管理-修改角色状态",
  8072. "consumes": [
  8073. "application/json"
  8074. ],
  8075. "produces": [
  8076. "application/json"
  8077. ],
  8078. "tags": [
  8079. "权限管理"
  8080. ],
  8081. "summary": "修改角色状态",
  8082. "parameters": [
  8083. {
  8084. "type": "string",
  8085. "description": "验证参数Bearer和token空格拼接",
  8086. "name": "Authorization",
  8087. "in": "header",
  8088. "required": true
  8089. },
  8090. {
  8091. "description": "请求参数",
  8092. "name": "args",
  8093. "in": "body",
  8094. "required": true,
  8095. "schema": {
  8096. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8097. }
  8098. }
  8099. ],
  8100. "responses": {
  8101. "200": {
  8102. "description": "success",
  8103. "schema": {
  8104. "type": "string"
  8105. }
  8106. },
  8107. "400": {
  8108. "description": "具体错误",
  8109. "schema": {
  8110. "$ref": "#/definitions/md.Response"
  8111. }
  8112. }
  8113. }
  8114. }
  8115. },
  8116. "/api/settCenter/oss/aliYun/getBasic": {
  8117. "get": {
  8118. "description": "对象存储设置(获取)",
  8119. "consumes": [
  8120. "application/json"
  8121. ],
  8122. "produces": [
  8123. "application/json"
  8124. ],
  8125. "tags": [
  8126. "对象存储"
  8127. ],
  8128. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8129. "parameters": [
  8130. {
  8131. "type": "string",
  8132. "description": "验证参数Bearer和token空格拼接",
  8133. "name": "Authorization",
  8134. "in": "header",
  8135. "required": true
  8136. }
  8137. ],
  8138. "responses": {
  8139. "200": {
  8140. "description": "设置列表",
  8141. "schema": {
  8142. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8143. }
  8144. },
  8145. "400": {
  8146. "description": "具体错误",
  8147. "schema": {
  8148. "$ref": "#/definitions/md.Response"
  8149. }
  8150. }
  8151. }
  8152. }
  8153. },
  8154. "/api/settCenter/oss/aliYun/setBasic": {
  8155. "post": {
  8156. "description": "对象存储设置(更新)",
  8157. "consumes": [
  8158. "application/json"
  8159. ],
  8160. "produces": [
  8161. "application/json"
  8162. ],
  8163. "tags": [
  8164. "对象存储"
  8165. ],
  8166. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8167. "parameters": [
  8168. {
  8169. "type": "string",
  8170. "description": "验证参数Bearer和token空格拼接",
  8171. "name": "Authorization",
  8172. "in": "header",
  8173. "required": true
  8174. },
  8175. {
  8176. "description": "上传需要修改的信息",
  8177. "name": "req",
  8178. "in": "body",
  8179. "required": true,
  8180. "schema": {
  8181. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8182. }
  8183. }
  8184. ],
  8185. "responses": {
  8186. "200": {
  8187. "description": "success",
  8188. "schema": {
  8189. "type": "string"
  8190. }
  8191. },
  8192. "400": {
  8193. "description": "具体错误",
  8194. "schema": {
  8195. "$ref": "#/definitions/md.Response"
  8196. }
  8197. }
  8198. }
  8199. }
  8200. },
  8201. "/api/settCenter/web/getBasic": {
  8202. "get": {
  8203. "description": "网站信息-基本设置(获取)",
  8204. "consumes": [
  8205. "application/json"
  8206. ],
  8207. "produces": [
  8208. "application/json"
  8209. ],
  8210. "tags": [
  8211. "基础设置"
  8212. ],
  8213. "summary": "基础设置-网站信息-基本设置(获取)",
  8214. "parameters": [
  8215. {
  8216. "type": "string",
  8217. "description": "验证参数Bearer和token空格拼接",
  8218. "name": "Authorization",
  8219. "in": "header",
  8220. "required": true
  8221. }
  8222. ],
  8223. "responses": {
  8224. "200": {
  8225. "description": "设置列表",
  8226. "schema": {
  8227. "$ref": "#/definitions/setCenter.WebBasicResp"
  8228. }
  8229. },
  8230. "400": {
  8231. "description": "具体错误",
  8232. "schema": {
  8233. "$ref": "#/definitions/md.Response"
  8234. }
  8235. }
  8236. }
  8237. }
  8238. },
  8239. "/api/settCenter/web/setBasic": {
  8240. "post": {
  8241. "description": "基本设置(更新)",
  8242. "consumes": [
  8243. "application/json"
  8244. ],
  8245. "produces": [
  8246. "application/json"
  8247. ],
  8248. "tags": [
  8249. "基础设置"
  8250. ],
  8251. "summary": "基础设置-网站信息-基本设置(更新)",
  8252. "parameters": [
  8253. {
  8254. "type": "string",
  8255. "description": "验证参数Bearer和token空格拼接",
  8256. "name": "Authorization",
  8257. "in": "header",
  8258. "required": true
  8259. },
  8260. {
  8261. "description": "上传需要修改的信息",
  8262. "name": "req",
  8263. "in": "body",
  8264. "required": true,
  8265. "schema": {
  8266. "$ref": "#/definitions/setCenter.WebBasicReq"
  8267. }
  8268. }
  8269. ],
  8270. "responses": {
  8271. "200": {
  8272. "description": "success",
  8273. "schema": {
  8274. "type": "string"
  8275. }
  8276. },
  8277. "400": {
  8278. "description": "具体错误",
  8279. "schema": {
  8280. "$ref": "#/definitions/md.Response"
  8281. }
  8282. }
  8283. }
  8284. }
  8285. },
  8286. "/api/userFeedback/cate/list": {
  8287. "post": {
  8288. "description": "分类列表",
  8289. "consumes": [
  8290. "application/json"
  8291. ],
  8292. "produces": [
  8293. "application/json"
  8294. ],
  8295. "tags": [
  8296. "消息中心"
  8297. ],
  8298. "summary": "反馈列表-分类列表",
  8299. "parameters": [
  8300. {
  8301. "type": "string",
  8302. "description": "验证参数Bearer和token空格拼接",
  8303. "name": "Authorization",
  8304. "in": "header",
  8305. "required": true
  8306. },
  8307. {
  8308. "description": "(分页信息必填)",
  8309. "name": "req",
  8310. "in": "body",
  8311. "required": true,
  8312. "schema": {
  8313. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8314. }
  8315. }
  8316. ],
  8317. "responses": {
  8318. "200": {
  8319. "description": "具体数据",
  8320. "schema": {
  8321. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8322. }
  8323. },
  8324. "400": {
  8325. "description": "具体错误",
  8326. "schema": {
  8327. "$ref": "#/definitions/md.Response"
  8328. }
  8329. }
  8330. }
  8331. }
  8332. },
  8333. "/api/userFeedback/content/change/state": {
  8334. "post": {
  8335. "description": "反馈列表-修改状态",
  8336. "consumes": [
  8337. "application/json"
  8338. ],
  8339. "produces": [
  8340. "application/json"
  8341. ],
  8342. "tags": [
  8343. "消息中心"
  8344. ],
  8345. "summary": "用户反馈-反馈列表-修改状态",
  8346. "parameters": [
  8347. {
  8348. "type": "string",
  8349. "description": "验证参数Bearer和token空格拼接",
  8350. "name": "Authorization",
  8351. "in": "header",
  8352. "required": true
  8353. },
  8354. {
  8355. "description": "(分页信息必填)",
  8356. "name": "req",
  8357. "in": "body",
  8358. "required": true,
  8359. "schema": {
  8360. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8361. }
  8362. }
  8363. ],
  8364. "responses": {
  8365. "200": {
  8366. "description": "具体数据",
  8367. "schema": {
  8368. "type": "string"
  8369. }
  8370. },
  8371. "400": {
  8372. "description": "具体错误",
  8373. "schema": {
  8374. "$ref": "#/definitions/md.Response"
  8375. }
  8376. }
  8377. }
  8378. }
  8379. },
  8380. "/api/userFeedback/content/del": {
  8381. "post": {
  8382. "description": "反馈列表-反馈删除",
  8383. "consumes": [
  8384. "application/json"
  8385. ],
  8386. "produces": [
  8387. "application/json"
  8388. ],
  8389. "tags": [
  8390. "消息中心"
  8391. ],
  8392. "summary": "用户反馈-反馈列表-反馈删除",
  8393. "parameters": [
  8394. {
  8395. "type": "string",
  8396. "description": "验证参数Bearer和token空格拼接",
  8397. "name": "Authorization",
  8398. "in": "header",
  8399. "required": true
  8400. },
  8401. {
  8402. "description": "(分页信息必填)",
  8403. "name": "req",
  8404. "in": "body",
  8405. "required": true,
  8406. "schema": {
  8407. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8408. }
  8409. }
  8410. ],
  8411. "responses": {
  8412. "200": {
  8413. "description": "具体数据",
  8414. "schema": {
  8415. "type": "string"
  8416. }
  8417. },
  8418. "400": {
  8419. "description": "具体错误",
  8420. "schema": {
  8421. "$ref": "#/definitions/md.Response"
  8422. }
  8423. }
  8424. }
  8425. }
  8426. },
  8427. "/api/userFeedback/content/list": {
  8428. "post": {
  8429. "description": "反馈列表",
  8430. "consumes": [
  8431. "application/json"
  8432. ],
  8433. "produces": [
  8434. "application/json"
  8435. ],
  8436. "tags": [
  8437. "消息中心"
  8438. ],
  8439. "summary": "用户反馈-反馈列表",
  8440. "parameters": [
  8441. {
  8442. "type": "string",
  8443. "description": "验证参数Bearer和token空格拼接",
  8444. "name": "Authorization",
  8445. "in": "header",
  8446. "required": true
  8447. },
  8448. {
  8449. "description": "(分页信息必填)",
  8450. "name": "req",
  8451. "in": "body",
  8452. "required": true,
  8453. "schema": {
  8454. "$ref": "#/definitions/md.UserFeedbackListReq"
  8455. }
  8456. }
  8457. ],
  8458. "responses": {
  8459. "200": {
  8460. "description": "具体数据",
  8461. "schema": {
  8462. "$ref": "#/definitions/md.UserFeedbackListResp"
  8463. }
  8464. },
  8465. "400": {
  8466. "description": "具体错误",
  8467. "schema": {
  8468. "$ref": "#/definitions/md.Response"
  8469. }
  8470. }
  8471. }
  8472. }
  8473. },
  8474. "/api/userFeedback/content/record/list": {
  8475. "post": {
  8476. "description": "反馈列表-沟通记录",
  8477. "consumes": [
  8478. "application/json"
  8479. ],
  8480. "produces": [
  8481. "application/json"
  8482. ],
  8483. "tags": [
  8484. "消息中心"
  8485. ],
  8486. "summary": "用户反馈-反馈列表-沟通记录",
  8487. "parameters": [
  8488. {
  8489. "type": "string",
  8490. "description": "验证参数Bearer和token空格拼接",
  8491. "name": "Authorization",
  8492. "in": "header",
  8493. "required": true
  8494. },
  8495. {
  8496. "description": "(分页信息必填)",
  8497. "name": "req",
  8498. "in": "body",
  8499. "required": true,
  8500. "schema": {
  8501. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8502. }
  8503. }
  8504. ],
  8505. "responses": {
  8506. "200": {
  8507. "description": "具体数据",
  8508. "schema": {
  8509. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8510. }
  8511. },
  8512. "400": {
  8513. "description": "具体错误",
  8514. "schema": {
  8515. "$ref": "#/definitions/md.Response"
  8516. }
  8517. }
  8518. }
  8519. }
  8520. },
  8521. "/api/userFeedback/content/say": {
  8522. "post": {
  8523. "description": "反馈列表-沟通发送",
  8524. "consumes": [
  8525. "application/json"
  8526. ],
  8527. "produces": [
  8528. "application/json"
  8529. ],
  8530. "tags": [
  8531. "消息中心"
  8532. ],
  8533. "summary": "用户反馈-反馈列表-沟通发送",
  8534. "parameters": [
  8535. {
  8536. "type": "string",
  8537. "description": "验证参数Bearer和token空格拼接",
  8538. "name": "Authorization",
  8539. "in": "header",
  8540. "required": true
  8541. },
  8542. {
  8543. "description": "(分页信息必填)",
  8544. "name": "req",
  8545. "in": "body",
  8546. "required": true,
  8547. "schema": {
  8548. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8549. }
  8550. }
  8551. ],
  8552. "responses": {
  8553. "200": {
  8554. "description": "具体数据",
  8555. "schema": {
  8556. "type": "string"
  8557. }
  8558. },
  8559. "400": {
  8560. "description": "具体错误",
  8561. "schema": {
  8562. "$ref": "#/definitions/md.Response"
  8563. }
  8564. }
  8565. }
  8566. }
  8567. },
  8568. "/api/userRealName/base": {
  8569. "get": {
  8570. "description": "基本设置-实名认证",
  8571. "consumes": [
  8572. "application/json"
  8573. ],
  8574. "produces": [
  8575. "application/json"
  8576. ],
  8577. "tags": [
  8578. "基本设置"
  8579. ],
  8580. "summary": "基本设置-实名认证-基本配置",
  8581. "parameters": [
  8582. {
  8583. "type": "string",
  8584. "description": "验证参数Bearer和token空格拼接",
  8585. "name": "Authorization",
  8586. "in": "header",
  8587. "required": true
  8588. }
  8589. ],
  8590. "responses": {
  8591. "200": {
  8592. "description": "具体数据",
  8593. "schema": {
  8594. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8595. }
  8596. },
  8597. "400": {
  8598. "description": "具体错误",
  8599. "schema": {
  8600. "$ref": "#/definitions/md.Response"
  8601. }
  8602. }
  8603. }
  8604. }
  8605. },
  8606. "/api/userRealName/base/save": {
  8607. "post": {
  8608. "description": "基本设置-实名认证-基本配置保存",
  8609. "consumes": [
  8610. "application/json"
  8611. ],
  8612. "produces": [
  8613. "application/json"
  8614. ],
  8615. "tags": [
  8616. "基本设置"
  8617. ],
  8618. "summary": "基本设置-实名认证-基本配置保存",
  8619. "parameters": [
  8620. {
  8621. "type": "string",
  8622. "description": "验证参数Bearer和token空格拼接",
  8623. "name": "Authorization",
  8624. "in": "header",
  8625. "required": true
  8626. },
  8627. {
  8628. "description": "(分页信息必填)",
  8629. "name": "req",
  8630. "in": "body",
  8631. "required": true,
  8632. "schema": {
  8633. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8634. }
  8635. }
  8636. ],
  8637. "responses": {
  8638. "200": {
  8639. "description": "具体数据",
  8640. "schema": {
  8641. "type": "string"
  8642. }
  8643. },
  8644. "400": {
  8645. "description": "具体错误",
  8646. "schema": {
  8647. "$ref": "#/definitions/md.Response"
  8648. }
  8649. }
  8650. }
  8651. }
  8652. },
  8653. "/api/userRealName/list": {
  8654. "post": {
  8655. "description": "基本设置-实名认证列表",
  8656. "consumes": [
  8657. "application/json"
  8658. ],
  8659. "produces": [
  8660. "application/json"
  8661. ],
  8662. "tags": [
  8663. "基本设置"
  8664. ],
  8665. "summary": "基本设置-实名认证列表",
  8666. "parameters": [
  8667. {
  8668. "type": "string",
  8669. "description": "验证参数Bearer和token空格拼接",
  8670. "name": "Authorization",
  8671. "in": "header",
  8672. "required": true
  8673. },
  8674. {
  8675. "description": "(分页信息必填)",
  8676. "name": "req",
  8677. "in": "body",
  8678. "required": true,
  8679. "schema": {
  8680. "$ref": "#/definitions/md.UserRealNameReq"
  8681. }
  8682. }
  8683. ],
  8684. "responses": {
  8685. "200": {
  8686. "description": "具体数据",
  8687. "schema": {
  8688. "$ref": "#/definitions/md.UserRealNameResp"
  8689. }
  8690. },
  8691. "400": {
  8692. "description": "具体错误",
  8693. "schema": {
  8694. "$ref": "#/definitions/md.Response"
  8695. }
  8696. }
  8697. }
  8698. }
  8699. },
  8700. "/api/userRealName/save": {
  8701. "post": {
  8702. "description": "基本设置-修改认证状态",
  8703. "consumes": [
  8704. "application/json"
  8705. ],
  8706. "produces": [
  8707. "application/json"
  8708. ],
  8709. "tags": [
  8710. "基本设置"
  8711. ],
  8712. "summary": "基本设置-实名认证-修改认证状态",
  8713. "parameters": [
  8714. {
  8715. "type": "string",
  8716. "description": "验证参数Bearer和token空格拼接",
  8717. "name": "Authorization",
  8718. "in": "header",
  8719. "required": true
  8720. },
  8721. {
  8722. "description": "(分页信息必填)",
  8723. "name": "req",
  8724. "in": "body",
  8725. "required": true,
  8726. "schema": {
  8727. "$ref": "#/definitions/md.UserRealNameSaveReq"
  8728. }
  8729. }
  8730. ],
  8731. "responses": {
  8732. "200": {
  8733. "description": "具体数据",
  8734. "schema": {
  8735. "type": "string"
  8736. }
  8737. },
  8738. "400": {
  8739. "description": "具体错误",
  8740. "schema": {
  8741. "$ref": "#/definitions/md.Response"
  8742. }
  8743. }
  8744. }
  8745. }
  8746. },
  8747. "/api/user_feedback/cate/del": {
  8748. "post": {
  8749. "description": "分类列表-分类删除",
  8750. "consumes": [
  8751. "application/json"
  8752. ],
  8753. "produces": [
  8754. "application/json"
  8755. ],
  8756. "tags": [
  8757. "消息中心"
  8758. ],
  8759. "summary": "反馈列表-分类列表-分类删除",
  8760. "parameters": [
  8761. {
  8762. "type": "string",
  8763. "description": "验证参数Bearer和token空格拼接",
  8764. "name": "Authorization",
  8765. "in": "header",
  8766. "required": true
  8767. },
  8768. {
  8769. "description": "(分页信息必填)",
  8770. "name": "req",
  8771. "in": "body",
  8772. "required": true,
  8773. "schema": {
  8774. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  8775. }
  8776. }
  8777. ],
  8778. "responses": {
  8779. "200": {
  8780. "description": "具体数据",
  8781. "schema": {
  8782. "type": "string"
  8783. }
  8784. },
  8785. "400": {
  8786. "description": "具体错误",
  8787. "schema": {
  8788. "$ref": "#/definitions/md.Response"
  8789. }
  8790. }
  8791. }
  8792. }
  8793. },
  8794. "/api/user_feedback/cate/save": {
  8795. "post": {
  8796. "description": "分类列表-分类保存",
  8797. "consumes": [
  8798. "application/json"
  8799. ],
  8800. "produces": [
  8801. "application/json"
  8802. ],
  8803. "tags": [
  8804. "消息中心"
  8805. ],
  8806. "summary": "反馈列表-分类列表-分类保存",
  8807. "parameters": [
  8808. {
  8809. "type": "string",
  8810. "description": "验证参数Bearer和token空格拼接",
  8811. "name": "Authorization",
  8812. "in": "header",
  8813. "required": true
  8814. },
  8815. {
  8816. "description": "(分页信息必填)",
  8817. "name": "req",
  8818. "in": "body",
  8819. "required": true,
  8820. "schema": {
  8821. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  8822. }
  8823. }
  8824. ],
  8825. "responses": {
  8826. "200": {
  8827. "description": "具体数据",
  8828. "schema": {
  8829. "type": "string"
  8830. }
  8831. },
  8832. "400": {
  8833. "description": "具体错误",
  8834. "schema": {
  8835. "$ref": "#/definitions/md.Response"
  8836. }
  8837. }
  8838. }
  8839. }
  8840. },
  8841. "/api/website/certificate": {
  8842. "post": {
  8843. "description": "证书查询",
  8844. "consumes": [
  8845. "application/json"
  8846. ],
  8847. "produces": [
  8848. "application/json"
  8849. ],
  8850. "tags": [
  8851. "官网"
  8852. ],
  8853. "summary": "证书查询",
  8854. "parameters": [
  8855. {
  8856. "type": "string",
  8857. "description": "验证参数Bearer和token空格拼接",
  8858. "name": "Authorization",
  8859. "in": "header",
  8860. "required": true
  8861. },
  8862. {
  8863. "description": "(分页信息必填)",
  8864. "name": "req",
  8865. "in": "body",
  8866. "required": true,
  8867. "schema": {
  8868. "$ref": "#/definitions/md.CertificateReq"
  8869. }
  8870. }
  8871. ],
  8872. "responses": {
  8873. "200": {
  8874. "description": "具体数据",
  8875. "schema": {
  8876. "$ref": "#/definitions/md.CertificateResp"
  8877. }
  8878. },
  8879. "400": {
  8880. "description": "具体错误",
  8881. "schema": {
  8882. "$ref": "#/definitions/md.Response"
  8883. }
  8884. }
  8885. }
  8886. }
  8887. },
  8888. "/api/website/getModuleSetting": {
  8889. "get": {
  8890. "description": "页面样式",
  8891. "consumes": [
  8892. "application/json"
  8893. ],
  8894. "produces": [
  8895. "application/json"
  8896. ],
  8897. "tags": [
  8898. "官网"
  8899. ],
  8900. "summary": "页面样式",
  8901. "parameters": [
  8902. {
  8903. "type": "string",
  8904. "description": "验证参数Bearer和token空格拼接",
  8905. "name": "Authorization",
  8906. "in": "header",
  8907. "required": true
  8908. },
  8909. {
  8910. "type": "string",
  8911. "description": "页面名称类型值(15:官网 联系我们)",
  8912. "name": "mod_name_value",
  8913. "in": "query",
  8914. "required": true
  8915. }
  8916. ],
  8917. "responses": {
  8918. "200": {
  8919. "description": "具体数据",
  8920. "schema": {
  8921. "$ref": "#/definitions/md.GetModuleSettingResp"
  8922. }
  8923. },
  8924. "400": {
  8925. "description": "具体错误",
  8926. "schema": {
  8927. "$ref": "#/definitions/md.Response"
  8928. }
  8929. }
  8930. }
  8931. }
  8932. },
  8933. "/api/website/info": {
  8934. "get": {
  8935. "description": "官网-基本信息",
  8936. "consumes": [
  8937. "application/json"
  8938. ],
  8939. "produces": [
  8940. "application/json"
  8941. ],
  8942. "tags": [
  8943. "官网"
  8944. ],
  8945. "summary": "官网-基本信息",
  8946. "parameters": [
  8947. {
  8948. "type": "string",
  8949. "description": "验证参数Bearer和token空格拼接",
  8950. "name": "Authorization",
  8951. "in": "header",
  8952. "required": true
  8953. }
  8954. ],
  8955. "responses": {
  8956. "200": {
  8957. "description": "具体数据",
  8958. "schema": {
  8959. "$ref": "#/definitions/md.WebsiteInfoResp"
  8960. }
  8961. },
  8962. "400": {
  8963. "description": "具体错误",
  8964. "schema": {
  8965. "$ref": "#/definitions/md.Response"
  8966. }
  8967. }
  8968. }
  8969. }
  8970. }
  8971. },
  8972. "definitions": {
  8973. "applet_app_md.Paginate": {
  8974. "type": "object",
  8975. "properties": {
  8976. "limit": {
  8977. "description": "每页大小",
  8978. "type": "integer"
  8979. },
  8980. "page": {
  8981. "description": "页数",
  8982. "type": "integer"
  8983. },
  8984. "total": {
  8985. "description": "总数据量",
  8986. "type": "integer"
  8987. }
  8988. }
  8989. },
  8990. "applet_app_md_financial_center.Paginate": {
  8991. "type": "object",
  8992. "properties": {
  8993. "limit": {
  8994. "description": "每页大小",
  8995. "type": "integer"
  8996. },
  8997. "page": {
  8998. "description": "页数",
  8999. "type": "integer"
  9000. },
  9001. "total": {
  9002. "description": "总数据量",
  9003. "type": "integer"
  9004. }
  9005. }
  9006. },
  9007. "applet_app_md_financial_center.TagNode": {
  9008. "type": "object",
  9009. "properties": {
  9010. "tag_id": {
  9011. "type": "integer"
  9012. },
  9013. "tag_name": {
  9014. "type": "string"
  9015. }
  9016. }
  9017. },
  9018. "applet_app_md_friend_circle.Paginate": {
  9019. "type": "object",
  9020. "properties": {
  9021. "limit": {
  9022. "description": "每页大小",
  9023. "type": "integer"
  9024. },
  9025. "page": {
  9026. "description": "页数",
  9027. "type": "integer"
  9028. },
  9029. "total": {
  9030. "description": "总数据量",
  9031. "type": "integer"
  9032. }
  9033. }
  9034. },
  9035. "applet_app_md_im.GetBasicResp": {
  9036. "type": "object",
  9037. "properties": {
  9038. "chat_sensitive_words": {
  9039. "type": "string",
  9040. "example": "聊天敏感词"
  9041. },
  9042. "is_allow_add_friends": {
  9043. "type": "string",
  9044. "example": "是否允许加好友"
  9045. },
  9046. "is_auto_add_friends": {
  9047. "type": "string",
  9048. "example": "是否自动加好友"
  9049. },
  9050. "prohibit_add_group_members": {
  9051. "type": "string",
  9052. "example": "是否禁止添加群成员"
  9053. },
  9054. "prohibit_remove_group_members": {
  9055. "type": "string",
  9056. "example": "是否禁止移出群成员"
  9057. },
  9058. "prohibit_update_group_name": {
  9059. "type": "string",
  9060. "example": "是否禁止修改群名称"
  9061. }
  9062. }
  9063. },
  9064. "applet_app_md_im.SetBasicReq": {
  9065. "type": "object",
  9066. "properties": {
  9067. "chat_sensitive_words": {
  9068. "type": "string",
  9069. "example": "聊天敏感词"
  9070. },
  9071. "is_allow_add_friends": {
  9072. "type": "string",
  9073. "example": "是否允许加好友"
  9074. },
  9075. "is_auto_add_friends": {
  9076. "type": "string",
  9077. "example": "是否自动加好友"
  9078. },
  9079. "prohibit_add_group_members": {
  9080. "type": "string",
  9081. "example": "是否禁止添加群成员"
  9082. },
  9083. "prohibit_remove_group_members": {
  9084. "type": "string",
  9085. "example": "是否禁止移出群成员"
  9086. },
  9087. "prohibit_update_group_name": {
  9088. "type": "string",
  9089. "example": "是否禁止修改群名称"
  9090. }
  9091. }
  9092. },
  9093. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9094. "type": "object",
  9095. "properties": {
  9096. "direct_push_reward": {
  9097. "description": "直推奖励",
  9098. "allOf": [
  9099. {
  9100. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9101. }
  9102. ]
  9103. },
  9104. "is_open": {
  9105. "description": "是否开启(1:开启 0:关闭)",
  9106. "type": "integer"
  9107. },
  9108. "person_egg_energy_coin_id": {
  9109. "description": "个人蛋蛋能量对应虚拟币 id",
  9110. "type": "integer"
  9111. },
  9112. "person_egg_points_coin_id": {
  9113. "description": "个人蛋蛋积分对应虚拟币 id",
  9114. "type": "integer"
  9115. },
  9116. "team_egg_energy_coin_id": {
  9117. "description": "团队蛋蛋能量对应虚拟币 id",
  9118. "type": "integer"
  9119. },
  9120. "team_egg_points_coin_id": {
  9121. "description": "团队蛋蛋积分对应虚拟币 id",
  9122. "type": "integer"
  9123. }
  9124. }
  9125. },
  9126. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9127. "type": "object",
  9128. "properties": {
  9129. "limit": {
  9130. "description": "每页大小",
  9131. "type": "integer"
  9132. },
  9133. "page": {
  9134. "description": "页数",
  9135. "type": "integer"
  9136. },
  9137. "total": {
  9138. "description": "总数据量",
  9139. "type": "integer"
  9140. }
  9141. }
  9142. },
  9143. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9144. "type": "object",
  9145. "properties": {
  9146. "id": {
  9147. "type": "integer"
  9148. },
  9149. "is_open": {
  9150. "description": "是否开启(1:开启 0:关闭)",
  9151. "type": "integer"
  9152. },
  9153. "is_self_active_get_team_revenue": {
  9154. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9155. "type": "integer"
  9156. },
  9157. "originator_uid": {
  9158. "description": "创始人uid",
  9159. "type": "integer"
  9160. },
  9161. "several_rows": {
  9162. "description": "几排",
  9163. "type": "integer"
  9164. },
  9165. "several_times": {
  9166. "description": "几乘",
  9167. "type": "integer"
  9168. },
  9169. "system_punish_replace": {
  9170. "description": "是否位置滑落 被新用户替换 0否 1是",
  9171. "type": "integer"
  9172. },
  9173. "system_punish_replace_value": {
  9174. "description": "xx天未活跃,处罚滑落",
  9175. "type": "integer"
  9176. }
  9177. }
  9178. },
  9179. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9180. "type": "object",
  9181. "properties": {
  9182. "limit": {
  9183. "description": "每页大小",
  9184. "type": "integer"
  9185. },
  9186. "page": {
  9187. "description": "页数",
  9188. "type": "integer"
  9189. },
  9190. "total": {
  9191. "description": "总数据量",
  9192. "type": "integer"
  9193. }
  9194. }
  9195. },
  9196. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9197. "type": "object",
  9198. "properties": {
  9199. "limit": {
  9200. "type": "integer"
  9201. },
  9202. "page": {
  9203. "type": "integer"
  9204. },
  9205. "total": {
  9206. "type": "integer"
  9207. }
  9208. }
  9209. },
  9210. "applet_app_md_member_center.Paginate": {
  9211. "type": "object",
  9212. "properties": {
  9213. "limit": {
  9214. "description": "每页大小",
  9215. "type": "integer"
  9216. },
  9217. "page": {
  9218. "description": "页数",
  9219. "type": "integer"
  9220. },
  9221. "total": {
  9222. "description": "总数据量",
  9223. "type": "integer"
  9224. }
  9225. }
  9226. },
  9227. "applet_app_md_member_center.TagNode": {
  9228. "type": "object",
  9229. "properties": {
  9230. "tag_id": {
  9231. "description": "标签 ID",
  9232. "type": "integer"
  9233. },
  9234. "tag_name": {
  9235. "description": "标签名称",
  9236. "type": "string"
  9237. }
  9238. }
  9239. },
  9240. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9241. "type": "object",
  9242. "properties": {
  9243. "oss_access_key_id": {
  9244. "type": "string",
  9245. "example": "oss访问秘钥id"
  9246. },
  9247. "oss_access_key_secret": {
  9248. "type": "string",
  9249. "example": "oss访问秘钥"
  9250. },
  9251. "oss_assume_arn": {
  9252. "type": "string",
  9253. "example": "oss RAM角色ARN"
  9254. },
  9255. "oss_assume_role_access_key_id": {
  9256. "type": "string",
  9257. "example": "oss RAM角色访问秘钥id"
  9258. },
  9259. "oss_assume_role_access_key_secret": {
  9260. "type": "string",
  9261. "example": "oss RAM角色访问秘钥"
  9262. },
  9263. "oss_bucket_name": {
  9264. "type": "string",
  9265. "example": "oss存储桶名称"
  9266. },
  9267. "oss_bucket_scheme": {
  9268. "type": "string",
  9269. "example": "oss上传方式"
  9270. },
  9271. "oss_endpoint": {
  9272. "type": "string",
  9273. "example": "oss地域节点"
  9274. },
  9275. "oss_object_domain": {
  9276. "type": "string",
  9277. "example": "oss域名"
  9278. },
  9279. "oss_option": {
  9280. "type": "string",
  9281. "example": "oss上传文件类型选项,以逗号分割"
  9282. }
  9283. }
  9284. },
  9285. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9286. "type": "object",
  9287. "properties": {
  9288. "oss_access_key_id": {
  9289. "type": "string",
  9290. "example": "oss访问秘钥id"
  9291. },
  9292. "oss_access_key_secret": {
  9293. "type": "string",
  9294. "example": "oss访问秘钥"
  9295. },
  9296. "oss_assume_arn": {
  9297. "type": "string",
  9298. "example": "oss RAM角色ARN"
  9299. },
  9300. "oss_assume_role_access_key_id": {
  9301. "type": "string",
  9302. "example": "oss RAM角色访问秘钥id"
  9303. },
  9304. "oss_assume_role_access_key_secret": {
  9305. "type": "string",
  9306. "example": "oss RAM角色访问秘钥"
  9307. },
  9308. "oss_bucket_name": {
  9309. "type": "string",
  9310. "example": "oss存储桶名称"
  9311. },
  9312. "oss_bucket_scheme": {
  9313. "type": "string",
  9314. "example": "oss上传方式"
  9315. },
  9316. "oss_endpoint": {
  9317. "type": "string",
  9318. "example": "oss地域节点"
  9319. },
  9320. "oss_object_domain": {
  9321. "type": "string",
  9322. "example": "oss域名"
  9323. },
  9324. "oss_option": {
  9325. "type": "string",
  9326. "example": "oss上传文件类型选项,以逗号分割"
  9327. }
  9328. }
  9329. },
  9330. "client.AssumeRoleResponseBodyCredentials": {
  9331. "type": "object",
  9332. "properties": {
  9333. "AccessKeyId": {
  9334. "description": "The AccessKey ID.",
  9335. "type": "string"
  9336. },
  9337. "AccessKeySecret": {
  9338. "description": "The AccessKey secret.",
  9339. "type": "string"
  9340. },
  9341. "Expiration": {
  9342. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9343. "type": "string"
  9344. },
  9345. "SecurityToken": {
  9346. "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.",
  9347. "type": "string"
  9348. }
  9349. }
  9350. },
  9351. "comm.GetAdminInfoResp": {
  9352. "type": "object",
  9353. "properties": {
  9354. "adm_id": {
  9355. "description": "管理员id",
  9356. "type": "integer"
  9357. },
  9358. "is_super_administrator": {
  9359. "description": "是否为超级管理员(0:否 1:是)",
  9360. "type": "integer"
  9361. },
  9362. "memo": {
  9363. "description": "备注信息",
  9364. "type": "string"
  9365. },
  9366. "state": {
  9367. "description": "状态(1:正常 2:冻结)",
  9368. "type": "integer"
  9369. },
  9370. "username": {
  9371. "description": "用户名",
  9372. "type": "string"
  9373. }
  9374. }
  9375. },
  9376. "comm.GetSTSVoucherResp": {
  9377. "type": "object",
  9378. "properties": {
  9379. "bucket": {
  9380. "description": "oss 桶名称",
  9381. "type": "string"
  9382. },
  9383. "region": {
  9384. "description": "所在地域",
  9385. "type": "string"
  9386. },
  9387. "sts_token": {
  9388. "description": "STS 凭证",
  9389. "allOf": [
  9390. {
  9391. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  9392. }
  9393. ]
  9394. }
  9395. }
  9396. },
  9397. "comm.ImgReqUploadReq": {
  9398. "type": "object",
  9399. "required": [
  9400. "content_type",
  9401. "file_name"
  9402. ],
  9403. "properties": {
  9404. "content_type": {
  9405. "type": "string",
  9406. "example": "image/jpeg"
  9407. },
  9408. "file_name": {
  9409. "type": "string",
  9410. "example": "文件名"
  9411. }
  9412. }
  9413. },
  9414. "hdl.GetActiveDataResp": {
  9415. "type": "object",
  9416. "properties": {
  9417. "today": {
  9418. "description": "今日数据",
  9419. "allOf": [
  9420. {
  9421. "$ref": "#/definitions/model.PlatformActiveData"
  9422. }
  9423. ]
  9424. },
  9425. "yesterday": {
  9426. "description": "昨日数据",
  9427. "allOf": [
  9428. {
  9429. "$ref": "#/definitions/model.PlatformActiveData"
  9430. }
  9431. ]
  9432. }
  9433. }
  9434. },
  9435. "hdl.TotalDataResp": {
  9436. "type": "object",
  9437. "properties": {
  9438. "month": {
  9439. "description": "月份",
  9440. "type": "string"
  9441. },
  9442. "no_sign_in_user_count": {
  9443. "description": "未签到用户数",
  9444. "type": "integer"
  9445. },
  9446. "total_user_count": {
  9447. "description": "平台总用户数",
  9448. "type": "integer"
  9449. },
  9450. "total_withdraw_amount": {
  9451. "description": "已提现累计金额",
  9452. "type": "string"
  9453. },
  9454. "verified_user_count": {
  9455. "description": "已认证用户数",
  9456. "type": "integer"
  9457. },
  9458. "year": {
  9459. "description": "年份",
  9460. "type": "string"
  9461. }
  9462. }
  9463. },
  9464. "md.ActivePointsWalletNode": {
  9465. "type": "object",
  9466. "properties": {
  9467. "amount": {
  9468. "type": "string",
  9469. "example": "账户余额"
  9470. },
  9471. "uid": {
  9472. "description": "用户 ID",
  9473. "type": "integer"
  9474. },
  9475. "user_name": {
  9476. "type": "string",
  9477. "example": "用户名"
  9478. },
  9479. "user_phone": {
  9480. "type": "string",
  9481. "example": "手机号"
  9482. }
  9483. }
  9484. },
  9485. "md.AddAdminReq": {
  9486. "type": "object",
  9487. "required": [
  9488. "password",
  9489. "username"
  9490. ],
  9491. "properties": {
  9492. "memo": {
  9493. "type": "string"
  9494. },
  9495. "password": {
  9496. "type": "string"
  9497. },
  9498. "username": {
  9499. "type": "string"
  9500. }
  9501. }
  9502. },
  9503. "md.AddBlackListReq": {
  9504. "type": "object",
  9505. "properties": {
  9506. "memo": {
  9507. "description": "备注",
  9508. "type": "string"
  9509. },
  9510. "uid": {
  9511. "description": "用户 id",
  9512. "type": "integer"
  9513. }
  9514. }
  9515. },
  9516. "md.AddCommunityDividendsReq": {
  9517. "type": "object",
  9518. "properties": {
  9519. "amount": {
  9520. "description": "社区分红数量",
  9521. "type": "string"
  9522. },
  9523. "name": {
  9524. "type": "string",
  9525. "example": "社区分红名称"
  9526. }
  9527. }
  9528. },
  9529. "md.AddCommunityDividendsWithUserReq": {
  9530. "type": "object",
  9531. "properties": {
  9532. "memo": {
  9533. "type": "string",
  9534. "example": "备注"
  9535. },
  9536. "uid": {
  9537. "description": "新增社区长用户 ID",
  9538. "type": "integer"
  9539. }
  9540. }
  9541. },
  9542. "md.AddCustomerServiceReq": {
  9543. "type": "object",
  9544. "properties": {
  9545. "memo": {
  9546. "description": "备注",
  9547. "type": "string",
  9548. "example": "备注"
  9549. },
  9550. "phone": {
  9551. "type": "string",
  9552. "example": "手机号"
  9553. },
  9554. "weight": {
  9555. "description": "权重",
  9556. "type": "integer"
  9557. }
  9558. }
  9559. },
  9560. "md.AddEmoticonReq": {
  9561. "type": "object",
  9562. "properties": {
  9563. "img_url": {
  9564. "type": "string",
  9565. "example": "图片地址"
  9566. },
  9567. "memo": {
  9568. "description": "备注",
  9569. "type": "string",
  9570. "example": "备注"
  9571. },
  9572. "name": {
  9573. "type": "string",
  9574. "example": "名称"
  9575. },
  9576. "sort": {
  9577. "description": "排序",
  9578. "type": "integer"
  9579. }
  9580. }
  9581. },
  9582. "md.AddFreePublishUserReq": {
  9583. "type": "object",
  9584. "properties": {
  9585. "uid": {
  9586. "type": "integer"
  9587. }
  9588. }
  9589. },
  9590. "md.AddFundDataReq": {
  9591. "type": "object",
  9592. "properties": {
  9593. "frequency": {
  9594. "description": "频率(分钟)",
  9595. "type": "integer"
  9596. },
  9597. "hours": {
  9598. "description": "时长(小时)",
  9599. "type": "integer"
  9600. },
  9601. "kind": {
  9602. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9603. "type": "integer"
  9604. },
  9605. "memo": {
  9606. "type": "string",
  9607. "example": "备注"
  9608. },
  9609. "total_amount": {
  9610. "description": "金额",
  9611. "type": "string"
  9612. }
  9613. }
  9614. },
  9615. "md.AddLevelReq": {
  9616. "type": "object",
  9617. "properties": {
  9618. "auto_update": {
  9619. "description": "自动升级 0关闭 1开启",
  9620. "type": "string"
  9621. },
  9622. "choosable_num": {
  9623. "description": "可选任务数量",
  9624. "type": "string"
  9625. },
  9626. "is_use": {
  9627. "description": "是否开启(0.否, 1.是)",
  9628. "type": "string"
  9629. },
  9630. "level_name": {
  9631. "description": "等级名称",
  9632. "type": "string"
  9633. },
  9634. "level_weight": {
  9635. "description": "等级权重",
  9636. "type": "string"
  9637. },
  9638. "memo": {
  9639. "description": "备注",
  9640. "type": "string"
  9641. },
  9642. "user_level_tasks": {
  9643. "description": "需要新增的任务",
  9644. "type": "array",
  9645. "items": {
  9646. "$ref": "#/definitions/md.LevelTaskNode"
  9647. }
  9648. }
  9649. }
  9650. },
  9651. "md.AddPlatformRevenueReq": {
  9652. "type": "object",
  9653. "properties": {
  9654. "frequency": {
  9655. "description": "频率(分钟)",
  9656. "type": "integer"
  9657. },
  9658. "hours": {
  9659. "description": "时长(小时)",
  9660. "type": "integer"
  9661. },
  9662. "kind": {
  9663. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  9664. "type": "integer"
  9665. },
  9666. "memo": {
  9667. "type": "string",
  9668. "example": "备注"
  9669. },
  9670. "total_amount": {
  9671. "description": "金额",
  9672. "type": "string"
  9673. }
  9674. }
  9675. },
  9676. "md.AddRoleReq": {
  9677. "type": "object",
  9678. "required": [
  9679. "memo",
  9680. "name"
  9681. ],
  9682. "properties": {
  9683. "memo": {
  9684. "type": "string"
  9685. },
  9686. "name": {
  9687. "type": "string"
  9688. }
  9689. }
  9690. },
  9691. "md.AddTagReq": {
  9692. "type": "object",
  9693. "properties": {
  9694. "is_punish": {
  9695. "description": "是否为处罚标签(0:否 1:是)",
  9696. "type": "string"
  9697. },
  9698. "memo": {
  9699. "description": "备注",
  9700. "type": "string"
  9701. },
  9702. "name": {
  9703. "description": "标签名称",
  9704. "type": "string"
  9705. }
  9706. }
  9707. },
  9708. "md.AddVirtualCoinNode": {
  9709. "type": "object",
  9710. "properties": {
  9711. "exchange_ratio": {
  9712. "description": "兑换比例(与金额)",
  9713. "type": "string"
  9714. },
  9715. "is_use": {
  9716. "description": "是否开启:0否 1是",
  9717. "type": "integer"
  9718. },
  9719. "name": {
  9720. "description": "名称",
  9721. "type": "string"
  9722. }
  9723. }
  9724. },
  9725. "md.AdminListReq": {
  9726. "type": "object",
  9727. "properties": {
  9728. "limit": {
  9729. "type": "integer"
  9730. },
  9731. "page": {
  9732. "type": "integer"
  9733. },
  9734. "state": {
  9735. "type": "integer"
  9736. },
  9737. "username": {
  9738. "type": "string"
  9739. }
  9740. }
  9741. },
  9742. "md.AdminLogList": {
  9743. "type": "object",
  9744. "properties": {
  9745. "admin_id": {
  9746. "type": "string"
  9747. },
  9748. "id": {
  9749. "type": "string"
  9750. },
  9751. "ip": {
  9752. "type": "string"
  9753. },
  9754. "memo": {
  9755. "type": "string"
  9756. },
  9757. "phone": {
  9758. "type": "string"
  9759. },
  9760. "time": {
  9761. "type": "string"
  9762. },
  9763. "type": {
  9764. "type": "string"
  9765. }
  9766. }
  9767. },
  9768. "md.AdminLogListReq": {
  9769. "type": "object",
  9770. "properties": {
  9771. "end_time": {
  9772. "type": "string"
  9773. },
  9774. "limit": {
  9775. "description": "每页大小",
  9776. "type": "string"
  9777. },
  9778. "memo": {
  9779. "type": "string"
  9780. },
  9781. "page": {
  9782. "description": "页数",
  9783. "type": "string"
  9784. },
  9785. "start_time": {
  9786. "type": "string"
  9787. },
  9788. "type": {
  9789. "type": "string"
  9790. }
  9791. }
  9792. },
  9793. "md.AdminLogListResp": {
  9794. "type": "object",
  9795. "properties": {
  9796. "list": {
  9797. "type": "array",
  9798. "items": {
  9799. "$ref": "#/definitions/md.AdminLogList"
  9800. }
  9801. },
  9802. "total": {
  9803. "type": "integer"
  9804. },
  9805. "type_list": {
  9806. "type": "array",
  9807. "items": {
  9808. "type": "object",
  9809. "additionalProperties": true
  9810. }
  9811. }
  9812. }
  9813. },
  9814. "md.AdvertisingBase": {
  9815. "type": "object",
  9816. "properties": {
  9817. "android_ad_is_open": {
  9818. "type": "string",
  9819. "example": "安卓广告是否开启(1:开启 0:不开启)"
  9820. },
  9821. "android_open_ad_is_open": {
  9822. "type": "string",
  9823. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  9824. },
  9825. "info": {
  9826. "type": "string",
  9827. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  9828. },
  9829. "ios_ad_is_open": {
  9830. "type": "string",
  9831. "example": "ios广告是否开启(1:开启 0:不开启)"
  9832. },
  9833. "ios_open_ad_is_open": {
  9834. "type": "string",
  9835. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  9836. },
  9837. "voice": {
  9838. "type": "string",
  9839. "example": "领取奖励声音"
  9840. },
  9841. "voice_url": {
  9842. "type": "string"
  9843. }
  9844. }
  9845. },
  9846. "md.AdvertisingBaseResp": {
  9847. "type": "object",
  9848. "properties": {
  9849. "advertising_base": {
  9850. "$ref": "#/definitions/md.AdvertisingBase"
  9851. },
  9852. "select_data": {
  9853. "type": "array",
  9854. "items": {
  9855. "type": "object",
  9856. "additionalProperties": {
  9857. "type": "string"
  9858. }
  9859. }
  9860. }
  9861. }
  9862. },
  9863. "md.AdvertisingDelReq": {
  9864. "type": "object",
  9865. "properties": {
  9866. "id": {
  9867. "type": "array",
  9868. "items": {
  9869. "type": "string"
  9870. }
  9871. }
  9872. }
  9873. },
  9874. "md.AdvertisingFunctionList": {
  9875. "type": "object",
  9876. "properties": {
  9877. "ad_id": {
  9878. "type": "string",
  9879. "example": "广告id"
  9880. },
  9881. "id": {
  9882. "type": "string"
  9883. },
  9884. "type": {
  9885. "type": "string",
  9886. "example": "类型"
  9887. }
  9888. }
  9889. },
  9890. "md.AdvertisingFunctionListReq": {
  9891. "type": "object",
  9892. "properties": {
  9893. "limit": {
  9894. "type": "string"
  9895. },
  9896. "page": {
  9897. "type": "string"
  9898. }
  9899. }
  9900. },
  9901. "md.AdvertisingFunctionListResp": {
  9902. "type": "object",
  9903. "properties": {
  9904. "adv_data": {
  9905. "type": "array",
  9906. "items": {
  9907. "type": "object",
  9908. "additionalProperties": {
  9909. "type": "string"
  9910. }
  9911. }
  9912. },
  9913. "list": {
  9914. "type": "array",
  9915. "items": {
  9916. "$ref": "#/definitions/md.AdvertisingFunctionList"
  9917. }
  9918. },
  9919. "select_data": {
  9920. "type": "array",
  9921. "items": {
  9922. "type": "object",
  9923. "additionalProperties": {
  9924. "type": "string"
  9925. }
  9926. }
  9927. },
  9928. "total": {
  9929. "type": "integer"
  9930. }
  9931. }
  9932. },
  9933. "md.AdvertisingLimit": {
  9934. "type": "object",
  9935. "properties": {
  9936. "imei_num": {
  9937. "type": "string",
  9938. "example": "设备数量"
  9939. },
  9940. "minute": {
  9941. "type": "string",
  9942. "example": "分钟"
  9943. },
  9944. "public_img": {
  9945. "type": "string",
  9946. "example": "公共弹窗图"
  9947. },
  9948. "public_img_url": {
  9949. "type": "string",
  9950. "example": "公共弹窗图"
  9951. },
  9952. "public_str": {
  9953. "type": "string",
  9954. "example": "公共弹窗文字"
  9955. },
  9956. "tip": {
  9957. "type": "string",
  9958. "example": "限制提示"
  9959. },
  9960. "withdraw_img": {
  9961. "type": "string",
  9962. "example": "提现弹窗图"
  9963. },
  9964. "withdraw_img_url": {
  9965. "type": "string",
  9966. "example": "提现弹窗图"
  9967. },
  9968. "withdraw_str": {
  9969. "type": "string",
  9970. "example": "提现弹窗文字"
  9971. }
  9972. }
  9973. },
  9974. "md.AdvertisingList": {
  9975. "type": "object",
  9976. "properties": {
  9977. "counting_down": {
  9978. "type": "string",
  9979. "example": "倒计时 单位秒"
  9980. },
  9981. "id": {
  9982. "type": "string"
  9983. },
  9984. "info": {
  9985. "type": "string",
  9986. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  9987. },
  9988. "kind": {
  9989. "type": "string",
  9990. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  9991. },
  9992. "name": {
  9993. "type": "string",
  9994. "example": "名称"
  9995. }
  9996. }
  9997. },
  9998. "md.AdvertisingListReq": {
  9999. "type": "object",
  10000. "properties": {
  10001. "kind": {
  10002. "type": "string"
  10003. },
  10004. "limit": {
  10005. "type": "string"
  10006. },
  10007. "name": {
  10008. "type": "string"
  10009. },
  10010. "page": {
  10011. "type": "string"
  10012. }
  10013. }
  10014. },
  10015. "md.AdvertisingListResp": {
  10016. "type": "object",
  10017. "properties": {
  10018. "adv_data": {
  10019. "type": "array",
  10020. "items": {
  10021. "type": "object",
  10022. "additionalProperties": {
  10023. "type": "string"
  10024. }
  10025. }
  10026. },
  10027. "list": {
  10028. "type": "array",
  10029. "items": {
  10030. "$ref": "#/definitions/md.AdvertisingList"
  10031. }
  10032. },
  10033. "select_data": {
  10034. "type": "array",
  10035. "items": {
  10036. "type": "object",
  10037. "additionalProperties": {
  10038. "type": "string"
  10039. }
  10040. }
  10041. },
  10042. "total": {
  10043. "type": "integer"
  10044. }
  10045. }
  10046. },
  10047. "md.AdvertisingSaveReq": {
  10048. "type": "object",
  10049. "properties": {
  10050. "counting_down": {
  10051. "type": "string",
  10052. "example": "倒计时 单位秒"
  10053. },
  10054. "id": {
  10055. "type": "string"
  10056. },
  10057. "info": {
  10058. "type": "string",
  10059. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10060. },
  10061. "kind": {
  10062. "type": "string",
  10063. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10064. },
  10065. "name": {
  10066. "type": "string",
  10067. "example": "名称"
  10068. }
  10069. }
  10070. },
  10071. "md.AliyunSmsGetLevelListResp": {
  10072. "type": "object",
  10073. "properties": {
  10074. "list": {
  10075. "type": "array",
  10076. "items": {
  10077. "$ref": "#/definitions/md.LevelListNode"
  10078. }
  10079. },
  10080. "paginate": {
  10081. "$ref": "#/definitions/applet_app_md.Paginate"
  10082. }
  10083. }
  10084. },
  10085. "md.AliyunSmsGetTagListResp": {
  10086. "type": "object",
  10087. "properties": {
  10088. "list": {
  10089. "type": "array",
  10090. "items": {
  10091. "$ref": "#/definitions/md.TagListNode"
  10092. }
  10093. },
  10094. "paginate": {
  10095. "$ref": "#/definitions/applet_app_md.Paginate"
  10096. }
  10097. }
  10098. },
  10099. "md.ArticleCateDelReq": {
  10100. "type": "object",
  10101. "properties": {
  10102. "id": {
  10103. "type": "array",
  10104. "items": {
  10105. "type": "string"
  10106. }
  10107. }
  10108. }
  10109. },
  10110. "md.ArticleCateList": {
  10111. "type": "object",
  10112. "properties": {
  10113. "id": {
  10114. "type": "string"
  10115. },
  10116. "is_show": {
  10117. "type": "string"
  10118. },
  10119. "name": {
  10120. "type": "string"
  10121. },
  10122. "pid": {
  10123. "type": "string"
  10124. },
  10125. "sort": {
  10126. "type": "string"
  10127. }
  10128. }
  10129. },
  10130. "md.ArticleCateListReq": {
  10131. "type": "object",
  10132. "properties": {
  10133. "limit": {
  10134. "description": "每页大小",
  10135. "type": "string"
  10136. },
  10137. "page": {
  10138. "description": "页数",
  10139. "type": "string"
  10140. }
  10141. }
  10142. },
  10143. "md.ArticleCateListResp": {
  10144. "type": "object",
  10145. "properties": {
  10146. "list": {
  10147. "type": "array",
  10148. "items": {
  10149. "$ref": "#/definitions/md.ArticleCateList"
  10150. }
  10151. },
  10152. "select_data": {
  10153. "type": "array",
  10154. "items": {
  10155. "type": "object",
  10156. "additionalProperties": {
  10157. "type": "string"
  10158. }
  10159. }
  10160. },
  10161. "total": {
  10162. "type": "integer"
  10163. }
  10164. }
  10165. },
  10166. "md.ArticleCateSaveReq": {
  10167. "type": "object",
  10168. "properties": {
  10169. "id": {
  10170. "type": "string"
  10171. },
  10172. "is_show": {
  10173. "type": "string"
  10174. },
  10175. "name": {
  10176. "type": "string"
  10177. },
  10178. "pid": {
  10179. "type": "string"
  10180. },
  10181. "sort": {
  10182. "type": "string"
  10183. }
  10184. }
  10185. },
  10186. "md.ArticleDelReq": {
  10187. "type": "object",
  10188. "properties": {
  10189. "id": {
  10190. "type": "array",
  10191. "items": {
  10192. "type": "string"
  10193. }
  10194. }
  10195. }
  10196. },
  10197. "md.ArticleList": {
  10198. "type": "object",
  10199. "properties": {
  10200. "cate_id": {
  10201. "type": "string",
  10202. "example": "二级分类id"
  10203. },
  10204. "content": {
  10205. "type": "string"
  10206. },
  10207. "cover": {
  10208. "type": "string",
  10209. "example": "一级分类id=4 显示 封面图"
  10210. },
  10211. "cover_url": {
  10212. "type": "string"
  10213. },
  10214. "id": {
  10215. "type": "string"
  10216. },
  10217. "is_show": {
  10218. "type": "string"
  10219. },
  10220. "pid": {
  10221. "type": "string",
  10222. "example": "一级分类id"
  10223. },
  10224. "sort": {
  10225. "type": "string"
  10226. },
  10227. "title": {
  10228. "type": "string"
  10229. },
  10230. "url": {
  10231. "type": "string"
  10232. }
  10233. }
  10234. },
  10235. "md.ArticleListReq": {
  10236. "type": "object",
  10237. "properties": {
  10238. "limit": {
  10239. "description": "每页大小",
  10240. "type": "string"
  10241. },
  10242. "page": {
  10243. "description": "页数",
  10244. "type": "string"
  10245. }
  10246. }
  10247. },
  10248. "md.ArticleListResp": {
  10249. "type": "object",
  10250. "properties": {
  10251. "cate_data": {
  10252. "type": "array",
  10253. "items": {
  10254. "type": "object",
  10255. "additionalProperties": true
  10256. }
  10257. },
  10258. "list": {
  10259. "type": "array",
  10260. "items": {
  10261. "$ref": "#/definitions/md.ArticleList"
  10262. }
  10263. },
  10264. "select_data": {
  10265. "type": "array",
  10266. "items": {
  10267. "type": "object",
  10268. "additionalProperties": true
  10269. }
  10270. },
  10271. "total": {
  10272. "type": "integer"
  10273. }
  10274. }
  10275. },
  10276. "md.ArticleSaveReq": {
  10277. "type": "object",
  10278. "properties": {
  10279. "cate_id": {
  10280. "type": "string",
  10281. "example": "二级分类id"
  10282. },
  10283. "content": {
  10284. "type": "string"
  10285. },
  10286. "cover": {
  10287. "type": "string",
  10288. "example": "一级分类id=4 显示 封面图"
  10289. },
  10290. "id": {
  10291. "type": "string"
  10292. },
  10293. "is_show": {
  10294. "type": "string"
  10295. },
  10296. "pid": {
  10297. "type": "string",
  10298. "example": "一级分类id"
  10299. },
  10300. "sort": {
  10301. "type": "string"
  10302. },
  10303. "title": {
  10304. "type": "string"
  10305. }
  10306. }
  10307. },
  10308. "md.AuditClearReq": {
  10309. "type": "object",
  10310. "properties": {
  10311. "os": {
  10312. "type": "string",
  10313. "example": "1-安卓 2-ios"
  10314. }
  10315. }
  10316. },
  10317. "md.BalanceDetailNode": {
  10318. "type": "object",
  10319. "properties": {
  10320. "after_amount": {
  10321. "description": "变更后余额",
  10322. "type": "string"
  10323. },
  10324. "amount": {
  10325. "description": "变更数量",
  10326. "type": "string"
  10327. },
  10328. "before_amount": {
  10329. "description": "变更前余额",
  10330. "type": "string"
  10331. },
  10332. "create_at": {
  10333. "description": "创建时间",
  10334. "type": "string"
  10335. },
  10336. "id": {
  10337. "description": "记录ID",
  10338. "type": "integer"
  10339. },
  10340. "kind": {
  10341. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  10342. "type": "string"
  10343. }
  10344. }
  10345. },
  10346. "md.BasicInfoNode": {
  10347. "type": "object",
  10348. "properties": {
  10349. "avatar": {
  10350. "description": "头像",
  10351. "type": "string"
  10352. },
  10353. "levelId": {
  10354. "description": "会员等级 ID",
  10355. "type": "integer"
  10356. },
  10357. "level_name": {
  10358. "description": "会员等级名称",
  10359. "type": "string"
  10360. },
  10361. "memo": {
  10362. "description": "备注",
  10363. "type": "string"
  10364. },
  10365. "nickname": {
  10366. "description": "用户名称",
  10367. "type": "string"
  10368. },
  10369. "parent_name": {
  10370. "description": "推荐人名称",
  10371. "type": "string"
  10372. },
  10373. "parent_phone": {
  10374. "description": "推荐人手机号",
  10375. "type": "string"
  10376. },
  10377. "parent_uid": {
  10378. "description": "推荐人",
  10379. "type": "integer"
  10380. },
  10381. "password": {
  10382. "description": "登录密码",
  10383. "type": "string"
  10384. },
  10385. "phone": {
  10386. "description": "手机号",
  10387. "type": "string"
  10388. },
  10389. "sex": {
  10390. "description": "性别",
  10391. "type": "integer"
  10392. },
  10393. "state": {
  10394. "description": "账号状态 1正常,2冻结",
  10395. "type": "integer"
  10396. },
  10397. "tag": {
  10398. "description": "标签名称",
  10399. "type": "array",
  10400. "items": {
  10401. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  10402. }
  10403. },
  10404. "union_id": {
  10405. "description": "微信号",
  10406. "type": "string"
  10407. }
  10408. }
  10409. },
  10410. "md.BatchAddVirtualCoinsReq": {
  10411. "type": "object",
  10412. "properties": {
  10413. "list": {
  10414. "description": "新增的货币列表",
  10415. "type": "array",
  10416. "items": {
  10417. "$ref": "#/definitions/md.AddVirtualCoinNode"
  10418. }
  10419. }
  10420. }
  10421. },
  10422. "md.BatchSendGroupMessageReq": {
  10423. "type": "object",
  10424. "properties": {
  10425. "content": {
  10426. "description": "消息内容",
  10427. "type": "string"
  10428. },
  10429. "kind": {
  10430. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10431. "type": "integer"
  10432. },
  10433. "not_condition": {
  10434. "description": "不发送条件 群 ID 以\";\"分割",
  10435. "type": "string"
  10436. },
  10437. "send_condition": {
  10438. "description": "发送条件 群 ID 以\";\"分割",
  10439. "type": "string"
  10440. },
  10441. "send_kind": {
  10442. "description": "发送模式(1:指定群组 2:所有群组)",
  10443. "type": "integer"
  10444. }
  10445. }
  10446. },
  10447. "md.BatchSendUserMessageReq": {
  10448. "type": "object",
  10449. "properties": {
  10450. "content": {
  10451. "description": "消息内容",
  10452. "type": "string"
  10453. },
  10454. "kind": {
  10455. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10456. "type": "integer"
  10457. },
  10458. "not_condition": {
  10459. "description": "不发送条件 用户手机号 以\";\"分割",
  10460. "type": "string"
  10461. },
  10462. "send_condition": {
  10463. "description": "发送条件 用户手机号 以\";\"分割",
  10464. "type": "string"
  10465. },
  10466. "send_kind": {
  10467. "description": "发送模式(1:所有用户 2:指定用户)",
  10468. "type": "integer"
  10469. }
  10470. }
  10471. },
  10472. "md.BindAdminRoleReq": {
  10473. "type": "object",
  10474. "required": [
  10475. "adm_id"
  10476. ],
  10477. "properties": {
  10478. "adm_id": {
  10479. "type": "integer"
  10480. },
  10481. "role_ids": {
  10482. "type": "array",
  10483. "items": {
  10484. "type": "integer"
  10485. }
  10486. }
  10487. }
  10488. },
  10489. "md.CertificateDelReq": {
  10490. "type": "object",
  10491. "properties": {
  10492. "id": {
  10493. "type": "array",
  10494. "items": {
  10495. "type": "string"
  10496. }
  10497. }
  10498. }
  10499. },
  10500. "md.CertificateList": {
  10501. "type": "object",
  10502. "properties": {
  10503. "bg_img": {
  10504. "type": "string",
  10505. "example": "背景图"
  10506. },
  10507. "end_time": {
  10508. "type": "string",
  10509. "example": "结束时间"
  10510. },
  10511. "id": {
  10512. "type": "string"
  10513. },
  10514. "logo": {
  10515. "type": "string",
  10516. "example": "logo"
  10517. },
  10518. "medal": {
  10519. "type": "string",
  10520. "example": "勋章"
  10521. },
  10522. "name": {
  10523. "type": "string",
  10524. "example": "姓名"
  10525. },
  10526. "name_icon": {
  10527. "type": "string",
  10528. "example": "蛋蛋星球文字图"
  10529. },
  10530. "no": {
  10531. "type": "string",
  10532. "example": "编号"
  10533. },
  10534. "phone": {
  10535. "type": "string"
  10536. },
  10537. "seal": {
  10538. "type": "string",
  10539. "example": "印章"
  10540. },
  10541. "start_time": {
  10542. "type": "string",
  10543. "example": "开始时间"
  10544. },
  10545. "uid": {
  10546. "type": "string"
  10547. }
  10548. }
  10549. },
  10550. "md.CertificateListReq": {
  10551. "type": "object",
  10552. "properties": {
  10553. "limit": {
  10554. "type": "string"
  10555. },
  10556. "page": {
  10557. "type": "string"
  10558. },
  10559. "phone": {
  10560. "type": "string"
  10561. },
  10562. "uid": {
  10563. "type": "string"
  10564. }
  10565. }
  10566. },
  10567. "md.CertificateListResp": {
  10568. "type": "object",
  10569. "properties": {
  10570. "list": {
  10571. "type": "array",
  10572. "items": {
  10573. "$ref": "#/definitions/md.CertificateList"
  10574. }
  10575. },
  10576. "total": {
  10577. "type": "integer"
  10578. }
  10579. }
  10580. },
  10581. "md.CertificateReq": {
  10582. "type": "object",
  10583. "properties": {
  10584. "no": {
  10585. "type": "string",
  10586. "example": "DD123"
  10587. }
  10588. }
  10589. },
  10590. "md.CertificateResp": {
  10591. "type": "object",
  10592. "properties": {
  10593. "bg_img": {
  10594. "type": "string",
  10595. "example": "背景图"
  10596. },
  10597. "end_time": {
  10598. "type": "string",
  10599. "example": "结束时间"
  10600. },
  10601. "logo": {
  10602. "type": "string",
  10603. "example": "logo"
  10604. },
  10605. "medal": {
  10606. "type": "string",
  10607. "example": "勋章"
  10608. },
  10609. "name": {
  10610. "type": "string",
  10611. "example": "姓名"
  10612. },
  10613. "name_icon": {
  10614. "type": "string",
  10615. "example": "蛋蛋星球文字图"
  10616. },
  10617. "no": {
  10618. "type": "string",
  10619. "example": "编号"
  10620. },
  10621. "seal": {
  10622. "type": "string",
  10623. "example": "印章"
  10624. },
  10625. "start_time": {
  10626. "type": "string",
  10627. "example": "开始时间"
  10628. }
  10629. }
  10630. },
  10631. "md.CertificateSave": {
  10632. "type": "object",
  10633. "properties": {
  10634. "end_time": {
  10635. "type": "string",
  10636. "example": "结束时间"
  10637. },
  10638. "id": {
  10639. "type": "string"
  10640. },
  10641. "name": {
  10642. "type": "string",
  10643. "example": "姓名"
  10644. },
  10645. "no": {
  10646. "type": "string",
  10647. "example": "编号"
  10648. },
  10649. "start_time": {
  10650. "type": "string",
  10651. "example": "开始时间"
  10652. },
  10653. "uid": {
  10654. "type": "string"
  10655. }
  10656. }
  10657. },
  10658. "md.CloudBundleBaseResp": {
  10659. "type": "object",
  10660. "properties": {
  10661. "android_logo": {
  10662. "type": "string"
  10663. },
  10664. "ios_logo": {
  10665. "type": "string"
  10666. },
  10667. "launch_screen": {
  10668. "type": "object",
  10669. "additionalProperties": {
  10670. "type": "string"
  10671. }
  10672. }
  10673. }
  10674. },
  10675. "md.CloudBundleBuildReq": {
  10676. "type": "object",
  10677. "properties": {
  10678. "bit": {
  10679. "type": "array",
  10680. "items": {
  10681. "type": "string"
  10682. }
  10683. },
  10684. "isCombine": {
  10685. "type": "string"
  10686. },
  10687. "memo": {
  10688. "type": "string"
  10689. },
  10690. "os": {
  10691. "type": "string"
  10692. },
  10693. "platform": {
  10694. "type": "array",
  10695. "items": {
  10696. "type": "string"
  10697. }
  10698. },
  10699. "version": {
  10700. "type": "string"
  10701. }
  10702. }
  10703. },
  10704. "md.CloudBundleDelReq": {
  10705. "type": "object",
  10706. "properties": {
  10707. "ids": {
  10708. "type": "array",
  10709. "items": {
  10710. "type": "string"
  10711. }
  10712. }
  10713. }
  10714. },
  10715. "md.CloudBundleImgResp": {
  10716. "type": "object",
  10717. "properties": {
  10718. "android_logo": {
  10719. "type": "string"
  10720. },
  10721. "android_logo_url": {
  10722. "type": "string"
  10723. },
  10724. "build_1080_2280": {
  10725. "type": "string"
  10726. },
  10727. "build_1080_2280_url": {
  10728. "type": "string"
  10729. },
  10730. "build_1125_2436": {
  10731. "type": "string"
  10732. },
  10733. "build_1125_2436_url": {
  10734. "type": "string"
  10735. },
  10736. "build_1242_2208": {
  10737. "type": "string"
  10738. },
  10739. "build_1242_2208_url": {
  10740. "type": "string"
  10741. },
  10742. "build_640_1136": {
  10743. "type": "string"
  10744. },
  10745. "build_640_1136_url": {
  10746. "type": "string"
  10747. },
  10748. "build_640_960": {
  10749. "type": "string"
  10750. },
  10751. "build_640_960_url": {
  10752. "type": "string"
  10753. },
  10754. "build_720_1280": {
  10755. "type": "string"
  10756. },
  10757. "build_720_1280_url": {
  10758. "type": "string"
  10759. },
  10760. "build_750_1334": {
  10761. "type": "string"
  10762. },
  10763. "build_750_1334_url": {
  10764. "type": "string"
  10765. },
  10766. "guide": {
  10767. "type": "array",
  10768. "items": {
  10769. "$ref": "#/definitions/md.Guide"
  10770. }
  10771. },
  10772. "ios_logo": {
  10773. "type": "string"
  10774. },
  10775. "ios_logo_url": {
  10776. "type": "string"
  10777. }
  10778. }
  10779. },
  10780. "md.CloudBundleList": {
  10781. "type": "object",
  10782. "properties": {
  10783. "apply_at": {
  10784. "type": "string"
  10785. },
  10786. "bit": {
  10787. "type": "string"
  10788. },
  10789. "build_id": {
  10790. "type": "string"
  10791. },
  10792. "finish_at": {
  10793. "type": "string"
  10794. },
  10795. "id": {
  10796. "type": "string"
  10797. },
  10798. "is_auditing": {
  10799. "type": "string"
  10800. },
  10801. "is_combine": {
  10802. "type": "string"
  10803. },
  10804. "memo": {
  10805. "type": "string"
  10806. },
  10807. "os": {
  10808. "type": "string"
  10809. },
  10810. "platform": {
  10811. "type": "string"
  10812. },
  10813. "src": {
  10814. "type": "string"
  10815. },
  10816. "state": {
  10817. "type": "string"
  10818. },
  10819. "version": {
  10820. "type": "string"
  10821. }
  10822. }
  10823. },
  10824. "md.CloudBundleReq": {
  10825. "type": "object",
  10826. "properties": {
  10827. "limit": {
  10828. "description": "每页大小",
  10829. "type": "string"
  10830. },
  10831. "page": {
  10832. "description": "页数",
  10833. "type": "string"
  10834. }
  10835. }
  10836. },
  10837. "md.CloudBundleResp": {
  10838. "type": "object",
  10839. "properties": {
  10840. "last_android": {
  10841. "type": "string"
  10842. },
  10843. "last_bit": {
  10844. "type": "string"
  10845. },
  10846. "last_is_combine": {
  10847. "type": "string"
  10848. },
  10849. "last_platform": {
  10850. "type": "array",
  10851. "items": {
  10852. "type": "string"
  10853. }
  10854. },
  10855. "list": {
  10856. "type": "array",
  10857. "items": {
  10858. "$ref": "#/definitions/md.CloudBundleList"
  10859. }
  10860. },
  10861. "list_ios": {
  10862. "type": "string"
  10863. },
  10864. "select_data": {
  10865. "type": "array",
  10866. "items": {
  10867. "$ref": "#/definitions/md.CloudBundleVersionMap"
  10868. }
  10869. },
  10870. "total": {
  10871. "type": "integer"
  10872. }
  10873. }
  10874. },
  10875. "md.CloudBundleUpdateStateReq": {
  10876. "type": "object",
  10877. "properties": {
  10878. "build_id": {
  10879. "type": "string"
  10880. },
  10881. "build_number": {
  10882. "type": "string"
  10883. },
  10884. "error_msg": {
  10885. "type": "string"
  10886. },
  10887. "id": {
  10888. "type": "string"
  10889. },
  10890. "src": {
  10891. "type": "string"
  10892. },
  10893. "state": {
  10894. "type": "string"
  10895. }
  10896. }
  10897. },
  10898. "md.CloudBundleVersion": {
  10899. "type": "object",
  10900. "properties": {
  10901. "content": {
  10902. "type": "string"
  10903. },
  10904. "img": {
  10905. "type": "string"
  10906. },
  10907. "img_url": {
  10908. "type": "string"
  10909. },
  10910. "is_must": {
  10911. "type": "string"
  10912. },
  10913. "name": {
  10914. "type": "string"
  10915. },
  10916. "type": {
  10917. "type": "string"
  10918. },
  10919. "url": {
  10920. "type": "string"
  10921. },
  10922. "version": {
  10923. "type": "string"
  10924. }
  10925. }
  10926. },
  10927. "md.CloudBundleVersionMap": {
  10928. "type": "object",
  10929. "properties": {
  10930. "img": {
  10931. "type": "string"
  10932. },
  10933. "name": {
  10934. "type": "string"
  10935. },
  10936. "type": {
  10937. "type": "string"
  10938. }
  10939. }
  10940. },
  10941. "md.CloudBundleVersionResp": {
  10942. "type": "object",
  10943. "properties": {
  10944. "version": {
  10945. "type": "array",
  10946. "items": {
  10947. "$ref": "#/definitions/md.CloudBundleVersion"
  10948. }
  10949. }
  10950. }
  10951. },
  10952. "md.CommReq": {
  10953. "type": "object",
  10954. "properties": {
  10955. "id": {
  10956. "type": "string"
  10957. }
  10958. }
  10959. },
  10960. "md.ConfigResp": {
  10961. "type": "object",
  10962. "properties": {
  10963. "oss_url": {
  10964. "type": "string",
  10965. "example": "阿里云图片链接"
  10966. }
  10967. }
  10968. },
  10969. "md.DailyActivityAnalysisTopData": {
  10970. "type": "object",
  10971. "properties": {
  10972. "activity_count": {
  10973. "description": "子节点活跃天数",
  10974. "type": "integer"
  10975. },
  10976. "team_activity_user_count": {
  10977. "description": "子节点活跃人数",
  10978. "type": "integer"
  10979. },
  10980. "team_user_count": {
  10981. "description": "团队人数",
  10982. "type": "integer"
  10983. }
  10984. }
  10985. },
  10986. "md.DataSetting": {
  10987. "type": "object",
  10988. "properties": {
  10989. "total_angel_investor": {
  10990. "description": "天使投资人",
  10991. "type": "string",
  10992. "example": "天使投资人"
  10993. },
  10994. "total_ecological_development": {
  10995. "description": "生态建设",
  10996. "type": "string",
  10997. "example": "当前价格"
  10998. },
  10999. "total_issuance_amount": {
  11000. "description": "总发行量",
  11001. "type": "string",
  11002. "example": "总发行量"
  11003. },
  11004. "total_operate_fund": {
  11005. "description": "运营资金",
  11006. "type": "string",
  11007. "example": "运营资金"
  11008. },
  11009. "total_team_dividends": {
  11010. "description": "团队分红",
  11011. "type": "string",
  11012. "example": "团队分红"
  11013. },
  11014. "total_technology_team": {
  11015. "description": "技术团队",
  11016. "type": "string",
  11017. "example": "技术团队"
  11018. },
  11019. "total_user_for_person": {
  11020. "description": "个人区域",
  11021. "type": "string",
  11022. "example": "个人区域"
  11023. },
  11024. "total_user_for_team": {
  11025. "description": "团队区域",
  11026. "type": "string",
  11027. "example": "团队区域"
  11028. }
  11029. }
  11030. },
  11031. "md.DeleteBlackListReq": {
  11032. "type": "object",
  11033. "properties": {
  11034. "id": {
  11035. "description": "黑名单 id",
  11036. "type": "integer"
  11037. }
  11038. }
  11039. },
  11040. "md.DeleteDynamicReq": {
  11041. "type": "object",
  11042. "properties": {
  11043. "index_id": {
  11044. "description": "动态id",
  11045. "type": "string"
  11046. }
  11047. }
  11048. },
  11049. "md.DeleteEmoticonReq": {
  11050. "type": "object",
  11051. "properties": {
  11052. "id": {
  11053. "description": "拥有用户数量",
  11054. "type": "integer"
  11055. }
  11056. }
  11057. },
  11058. "md.DeleteFreePublishUserReq": {
  11059. "type": "object",
  11060. "properties": {
  11061. "uid": {
  11062. "type": "string"
  11063. }
  11064. }
  11065. },
  11066. "md.DeleteLevelReq": {
  11067. "type": "object",
  11068. "properties": {
  11069. "level_id": {
  11070. "type": "string"
  11071. }
  11072. }
  11073. },
  11074. "md.DeleteTagReq": {
  11075. "type": "object",
  11076. "properties": {
  11077. "tag_id": {
  11078. "description": "标签 ID",
  11079. "type": "string"
  11080. }
  11081. }
  11082. },
  11083. "md.DeleteTaskReq": {
  11084. "type": "object",
  11085. "properties": {
  11086. "task_id": {
  11087. "type": "string"
  11088. }
  11089. }
  11090. },
  11091. "md.DestructionSettingStruct": {
  11092. "type": "object",
  11093. "properties": {
  11094. "community_dividends": {
  11095. "description": "社区分红百分比",
  11096. "type": "string"
  11097. },
  11098. "destruction_quantity": {
  11099. "description": "销毁百分比",
  11100. "type": "string"
  11101. },
  11102. "development_committee": {
  11103. "description": "发展委员会百分比",
  11104. "type": "string"
  11105. },
  11106. "marketplace_merchant": {
  11107. "description": "市商数量百分比",
  11108. "type": "string"
  11109. },
  11110. "public_welfare_and_charity": {
  11111. "description": "公益慈善百分比",
  11112. "type": "string"
  11113. },
  11114. "star_level_dividends": {
  11115. "description": "星级分红百分比",
  11116. "type": "string"
  11117. }
  11118. }
  11119. },
  11120. "md.DirectPushRewardSettingStruct": {
  11121. "type": "object",
  11122. "properties": {
  11123. "member_self_is_open_get_team_reward": {
  11124. "description": "会员是否活跃得到团队奖励",
  11125. "type": "string"
  11126. },
  11127. "reward_rate_value": {
  11128. "description": "奖励百分比",
  11129. "type": "string"
  11130. }
  11131. }
  11132. },
  11133. "md.DynamicDataFlowListReq": {
  11134. "type": "object",
  11135. "properties": {
  11136. "end_at": {
  11137. "description": "结束时间",
  11138. "type": "string",
  11139. "example": "结束时间"
  11140. },
  11141. "kind": {
  11142. "description": "持有类型",
  11143. "type": "integer"
  11144. },
  11145. "page": {
  11146. "description": "页数",
  11147. "type": "integer"
  11148. },
  11149. "page_size": {
  11150. "description": "每页大小",
  11151. "type": "integer"
  11152. },
  11153. "start_at": {
  11154. "description": "开始时间",
  11155. "type": "string",
  11156. "example": "开始时间"
  11157. }
  11158. }
  11159. },
  11160. "md.DynamicDataFlowListResp": {
  11161. "type": "object",
  11162. "properties": {
  11163. "kind_list": {
  11164. "description": "类型列表",
  11165. "type": "array",
  11166. "items": {
  11167. "type": "object",
  11168. "additionalProperties": true
  11169. }
  11170. },
  11171. "list": {
  11172. "description": "动态数据流水列表",
  11173. "type": "array",
  11174. "items": {
  11175. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  11176. }
  11177. },
  11178. "paginate": {
  11179. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11180. }
  11181. }
  11182. },
  11183. "md.DynamicRespNode": {
  11184. "type": "object",
  11185. "properties": {
  11186. "content": {
  11187. "description": "文本内容",
  11188. "type": "string"
  11189. },
  11190. "created_at": {
  11191. "type": "string"
  11192. },
  11193. "image": {
  11194. "description": "图片",
  11195. "type": "array",
  11196. "items": {
  11197. "type": "string"
  11198. }
  11199. },
  11200. "index_id": {
  11201. "description": "动态id",
  11202. "type": "string"
  11203. },
  11204. "is_praise": {
  11205. "description": "是否被表扬(1:是 2:否)",
  11206. "type": "integer"
  11207. },
  11208. "is_top_up": {
  11209. "description": "是否置顶(1:是 2:否)",
  11210. "type": "integer"
  11211. },
  11212. "kind": {
  11213. "description": "类型(1:普通 2:官方)",
  11214. "type": "integer"
  11215. },
  11216. "state": {
  11217. "description": "状态(1:正常 2:隐藏)",
  11218. "type": "integer"
  11219. },
  11220. "uid": {
  11221. "description": "用户id",
  11222. "type": "integer"
  11223. },
  11224. "updated_at": {
  11225. "type": "string"
  11226. },
  11227. "username": {
  11228. "description": "用户名称",
  11229. "type": "string"
  11230. },
  11231. "video": {
  11232. "description": "视频",
  11233. "type": "array",
  11234. "items": {
  11235. "type": "string"
  11236. }
  11237. }
  11238. }
  11239. },
  11240. "md.EggEnergyAvailableEnergyFlow": {
  11241. "type": "object",
  11242. "properties": {
  11243. "after_community_dividends": {
  11244. "description": "变更后-社区分红区块币数量",
  11245. "type": "string"
  11246. },
  11247. "after_destruction_quantity_values": {
  11248. "description": "变更后-销毁区块币数量",
  11249. "type": "string"
  11250. },
  11251. "after_development_committee_values": {
  11252. "description": "变更后-发展委员会区块币数量",
  11253. "type": "string"
  11254. },
  11255. "after_marketplace_merchant_fund_values": {
  11256. "description": "变更后-市商资金值",
  11257. "type": "string"
  11258. },
  11259. "after_marketplace_merchant_values": {
  11260. "description": "变更后-市商区块币数量",
  11261. "type": "string"
  11262. },
  11263. "after_now_energy_total_nums": {
  11264. "description": "变更后-现行总量",
  11265. "type": "string"
  11266. },
  11267. "after_planet_total_value": {
  11268. "description": "变更后-星球总价值",
  11269. "type": "string"
  11270. },
  11271. "after_price": {
  11272. "description": "变更后-价格",
  11273. "type": "string"
  11274. },
  11275. "after_public_welfare_and_charity_values": {
  11276. "description": "变更后-公益慈善区块币数量",
  11277. "type": "string"
  11278. },
  11279. "after_star_level_dividends_values": {
  11280. "description": "变更后-星级分红区块币数量",
  11281. "type": "string"
  11282. },
  11283. "amount": {
  11284. "description": "变更数量",
  11285. "type": "string"
  11286. },
  11287. "before_community_dividends": {
  11288. "description": "变更前-社区分红区块币数量",
  11289. "type": "string"
  11290. },
  11291. "before_destruction_quantity_values": {
  11292. "description": "变更前-销毁区块币数量",
  11293. "type": "string"
  11294. },
  11295. "before_development_committee_values": {
  11296. "description": "变更前-发展委员会区块币数量",
  11297. "type": "string"
  11298. },
  11299. "before_marketplace_merchant_fund_values": {
  11300. "description": "变更前-市商资金值",
  11301. "type": "string"
  11302. },
  11303. "before_marketplace_merchant_values": {
  11304. "description": "变更前-市商区块币数量",
  11305. "type": "string"
  11306. },
  11307. "before_now_energy_total_nums": {
  11308. "description": "变更前-现行总量",
  11309. "type": "string"
  11310. },
  11311. "before_planet_total_value": {
  11312. "description": "变更前-星球总价值",
  11313. "type": "string"
  11314. },
  11315. "before_price": {
  11316. "description": "变更前-价格",
  11317. "type": "string"
  11318. },
  11319. "before_public_welfare_and_charity_values": {
  11320. "description": "变更前-公益慈善区块币数量",
  11321. "type": "string"
  11322. },
  11323. "before_star_level_dividends_values": {
  11324. "description": "变更前-星级分红区块币数量",
  11325. "type": "string"
  11326. },
  11327. "create_time": {
  11328. "description": "创建时间",
  11329. "type": "string"
  11330. },
  11331. "id": {
  11332. "type": "integer"
  11333. },
  11334. "kind": {
  11335. "description": "种类",
  11336. "type": "integer"
  11337. },
  11338. "title": {
  11339. "description": "标题",
  11340. "type": "string"
  11341. }
  11342. }
  11343. },
  11344. "md.EggEnergyCommunityDividends": {
  11345. "type": "object",
  11346. "properties": {
  11347. "amount": {
  11348. "description": "分红数量",
  11349. "type": "string"
  11350. },
  11351. "coin_id": {
  11352. "description": "虚拟币 id",
  11353. "type": "integer"
  11354. },
  11355. "create_at": {
  11356. "description": "分红时间",
  11357. "type": "string"
  11358. },
  11359. "id": {
  11360. "type": "integer"
  11361. },
  11362. "is_over": {
  11363. "description": "是否分红完毕",
  11364. "type": "integer"
  11365. },
  11366. "name": {
  11367. "type": "string",
  11368. "example": "名称"
  11369. },
  11370. "persons_num": {
  11371. "description": "分红人数",
  11372. "type": "integer"
  11373. },
  11374. "update_at": {
  11375. "type": "string"
  11376. }
  11377. }
  11378. },
  11379. "md.EggEnergyCommunityDividendsWithUser": {
  11380. "type": "object",
  11381. "properties": {
  11382. "id": {
  11383. "type": "integer"
  11384. },
  11385. "memo": {
  11386. "type": "string",
  11387. "example": "备注"
  11388. },
  11389. "nickname": {
  11390. "type": "string"
  11391. },
  11392. "phone": {
  11393. "type": "string"
  11394. },
  11395. "uid": {
  11396. "type": "integer"
  11397. }
  11398. }
  11399. },
  11400. "md.EggPointCoefficientBatchAddReq": {
  11401. "type": "object",
  11402. "properties": {
  11403. "list": {
  11404. "description": "系数管理列表",
  11405. "type": "array",
  11406. "items": {
  11407. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11408. }
  11409. }
  11410. }
  11411. },
  11412. "md.EggPointCoefficientDelReq": {
  11413. "type": "object",
  11414. "required": [
  11415. "id"
  11416. ],
  11417. "properties": {
  11418. "id": {
  11419. "description": "需要删除范围的id",
  11420. "type": "string"
  11421. }
  11422. }
  11423. },
  11424. "md.EggPointCoefficientGetResp": {
  11425. "type": "object",
  11426. "properties": {
  11427. "list": {
  11428. "type": "array",
  11429. "items": {
  11430. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11431. }
  11432. }
  11433. }
  11434. },
  11435. "md.EggPointCoefficientNode": {
  11436. "type": "object",
  11437. "properties": {
  11438. "coefficient": {
  11439. "description": "系数",
  11440. "type": "string"
  11441. },
  11442. "end_score": {
  11443. "description": "截止分值",
  11444. "type": "string"
  11445. },
  11446. "id": {
  11447. "type": "integer"
  11448. },
  11449. "start_score": {
  11450. "description": "起始分值",
  11451. "type": "string"
  11452. }
  11453. }
  11454. },
  11455. "md.EggPointCoefficientUpdateReq": {
  11456. "type": "object",
  11457. "required": [
  11458. "id"
  11459. ],
  11460. "properties": {
  11461. "coefficient": {
  11462. "description": "系数",
  11463. "type": "string"
  11464. },
  11465. "end_score": {
  11466. "description": "截止分值",
  11467. "type": "string"
  11468. },
  11469. "id": {
  11470. "description": "需要修改范围的id",
  11471. "type": "string"
  11472. },
  11473. "start_score": {
  11474. "description": "起始分值",
  11475. "type": "string"
  11476. }
  11477. }
  11478. },
  11479. "md.ExchangeRulesStruct": {
  11480. "type": "object",
  11481. "properties": {
  11482. "auto_exchange_nums_by_person": {
  11483. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  11484. "type": "string"
  11485. },
  11486. "auto_exchange_nums_by_team": {
  11487. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  11488. "type": "string"
  11489. },
  11490. "auto_exchange_rate_by_person": {
  11491. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  11492. "type": "string"
  11493. },
  11494. "auto_exchange_rate_by_team": {
  11495. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  11496. "type": "string"
  11497. }
  11498. }
  11499. },
  11500. "md.ExchangeUserPositionReq": {
  11501. "type": "object",
  11502. "properties": {
  11503. "position_1": {
  11504. "description": "位置1,具体值取返回数据中的 system_id",
  11505. "type": "integer"
  11506. },
  11507. "position_2": {
  11508. "description": "位置2,具体值取返回数据中的 system_id",
  11509. "type": "integer"
  11510. }
  11511. }
  11512. },
  11513. "md.FansNode": {
  11514. "type": "object",
  11515. "properties": {
  11516. "amount": {
  11517. "description": "可提现余额",
  11518. "type": "string"
  11519. },
  11520. "id": {
  11521. "description": "用户ID",
  11522. "type": "integer"
  11523. },
  11524. "level_total": {
  11525. "description": "所属代数",
  11526. "type": "integer"
  11527. },
  11528. "nickname": {
  11529. "type": "string",
  11530. "example": "用户昵称"
  11531. },
  11532. "phone": {
  11533. "type": "string",
  11534. "example": "手机号"
  11535. },
  11536. "register_at": {
  11537. "description": "注册时间",
  11538. "type": "string"
  11539. },
  11540. "total_income": {
  11541. "description": "累计收益",
  11542. "type": "string"
  11543. }
  11544. }
  11545. },
  11546. "md.FindSubUserRelationshipMapResp": {
  11547. "type": "object",
  11548. "properties": {
  11549. "basic_setting": {
  11550. "description": "公排设置",
  11551. "allOf": [
  11552. {
  11553. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  11554. }
  11555. ]
  11556. },
  11557. "search_uid": {
  11558. "description": "查找的用户 ID",
  11559. "type": "string"
  11560. },
  11561. "sub_user": {
  11562. "description": "上级用户信息",
  11563. "allOf": [
  11564. {
  11565. "$ref": "#/definitions/md.SubUser"
  11566. }
  11567. ]
  11568. }
  11569. }
  11570. },
  11571. "md.FirstWithdrawSet": {
  11572. "type": "object",
  11573. "properties": {
  11574. "first_withdraw_amount_limit": {
  11575. "description": "不需要实名时 最大提现金额",
  11576. "type": "string"
  11577. },
  11578. "is_need_real_name": {
  11579. "description": "是否需要实名(0:不需要,1:需要)",
  11580. "type": "integer"
  11581. }
  11582. }
  11583. },
  11584. "md.FreePublishUserNode": {
  11585. "type": "object",
  11586. "properties": {
  11587. "nickname": {
  11588. "type": "string",
  11589. "example": "昵称"
  11590. },
  11591. "phone": {
  11592. "type": "string",
  11593. "example": "手机号"
  11594. },
  11595. "uid": {
  11596. "type": "integer"
  11597. }
  11598. }
  11599. },
  11600. "md.FundDataNode": {
  11601. "type": "object",
  11602. "properties": {
  11603. "balance_amount": {
  11604. "description": "余额",
  11605. "type": "string"
  11606. },
  11607. "balance_times": {
  11608. "description": "剩余执行次数",
  11609. "type": "integer"
  11610. },
  11611. "create_at": {
  11612. "description": "创建时间",
  11613. "type": "string"
  11614. },
  11615. "hours": {
  11616. "description": "时长",
  11617. "type": "integer"
  11618. },
  11619. "kind": {
  11620. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  11621. "type": "integer"
  11622. },
  11623. "memo": {
  11624. "description": "备注",
  11625. "type": "string"
  11626. },
  11627. "system_id": {
  11628. "type": "integer"
  11629. },
  11630. "total_amount": {
  11631. "description": "金额",
  11632. "type": "string"
  11633. }
  11634. }
  11635. },
  11636. "md.FundDataRecordNode": {
  11637. "type": "object",
  11638. "properties": {
  11639. "after_planet_total_value": {
  11640. "description": "执行后-星球价值",
  11641. "type": "string"
  11642. },
  11643. "after_price": {
  11644. "description": "执行后-价格",
  11645. "type": "string"
  11646. },
  11647. "balance_amount": {
  11648. "description": "余额",
  11649. "type": "string"
  11650. },
  11651. "balance_times": {
  11652. "description": "剩余执行次数",
  11653. "type": "integer"
  11654. },
  11655. "before_planet_total_value": {
  11656. "description": "执行前-星球价值",
  11657. "type": "string"
  11658. },
  11659. "before_price": {
  11660. "description": "执行前-价格",
  11661. "type": "string"
  11662. },
  11663. "create_at": {
  11664. "type": "string"
  11665. },
  11666. "total_amount": {
  11667. "description": "金额",
  11668. "type": "string"
  11669. }
  11670. }
  11671. },
  11672. "md.GetActivePointsUserCoinFlowListReq": {
  11673. "type": "object",
  11674. "properties": {
  11675. "coin_id": {
  11676. "description": "货币类型 ID",
  11677. "type": "integer"
  11678. },
  11679. "direction": {
  11680. "description": "流水方向:1收入 2支出",
  11681. "type": "integer"
  11682. },
  11683. "end_at": {
  11684. "description": "结束时间",
  11685. "type": "string"
  11686. },
  11687. "page": {
  11688. "description": "页数",
  11689. "type": "integer"
  11690. },
  11691. "page_size": {
  11692. "description": "每页大小",
  11693. "type": "integer"
  11694. },
  11695. "start_at": {
  11696. "description": "开始时间",
  11697. "type": "string"
  11698. },
  11699. "uid": {
  11700. "description": "用户 ID",
  11701. "type": "integer"
  11702. }
  11703. }
  11704. },
  11705. "md.GetActivePointsUserCoinFlowListResp": {
  11706. "type": "object",
  11707. "properties": {
  11708. "list": {
  11709. "description": "流水信息",
  11710. "type": "array",
  11711. "items": {
  11712. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  11713. }
  11714. },
  11715. "paginate": {
  11716. "description": "分页信息",
  11717. "allOf": [
  11718. {
  11719. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11720. }
  11721. ]
  11722. },
  11723. "select_data": {
  11724. "description": "流水类型",
  11725. "allOf": [
  11726. {
  11727. "$ref": "#/definitions/md.SelectData"
  11728. }
  11729. ]
  11730. }
  11731. }
  11732. },
  11733. "md.GetActivePointsUserCoinListReq": {
  11734. "type": "object",
  11735. "properties": {
  11736. "end_coin": {
  11737. "type": "string",
  11738. "example": "最大金额"
  11739. },
  11740. "kind": {
  11741. "description": "虚拟币种类编号",
  11742. "type": "integer"
  11743. },
  11744. "page": {
  11745. "description": "页数",
  11746. "type": "integer"
  11747. },
  11748. "page_size": {
  11749. "description": "单页大小",
  11750. "type": "integer"
  11751. },
  11752. "start_coin": {
  11753. "type": "string",
  11754. "example": "最小金额"
  11755. },
  11756. "uid": {
  11757. "description": "指定查询用户 ID",
  11758. "type": "integer"
  11759. },
  11760. "user_name": {
  11761. "type": "string",
  11762. "example": "用户名称"
  11763. },
  11764. "user_phone": {
  11765. "type": "string",
  11766. "example": "手机号"
  11767. }
  11768. }
  11769. },
  11770. "md.GetActivePointsUserCoinListResp": {
  11771. "type": "object",
  11772. "properties": {
  11773. "kind_list": {
  11774. "description": "货币类型集合",
  11775. "type": "array",
  11776. "items": {
  11777. "$ref": "#/definitions/md.VirtualCoinListNode"
  11778. }
  11779. },
  11780. "list": {
  11781. "description": "余额集合",
  11782. "type": "array",
  11783. "items": {
  11784. "$ref": "#/definitions/md.ActivePointsWalletNode"
  11785. }
  11786. },
  11787. "sum_user_amount": {
  11788. "description": "用户持有总数",
  11789. "type": "number"
  11790. },
  11791. "total": {
  11792. "description": "持有该类型用户数",
  11793. "type": "integer"
  11794. }
  11795. }
  11796. },
  11797. "md.GetBlackListNode": {
  11798. "type": "object",
  11799. "properties": {
  11800. "admin_id": {
  11801. "description": "管理员 id",
  11802. "type": "integer"
  11803. },
  11804. "admin_nickname": {
  11805. "description": "管理员名称",
  11806. "type": "string"
  11807. },
  11808. "black_list_id": {
  11809. "description": "黑名单 id",
  11810. "type": "integer"
  11811. },
  11812. "created_at": {
  11813. "description": "添加时间",
  11814. "type": "string"
  11815. },
  11816. "memo": {
  11817. "description": "备注",
  11818. "type": "string"
  11819. },
  11820. "uid": {
  11821. "description": "用户 id",
  11822. "type": "integer"
  11823. },
  11824. "user_nickname": {
  11825. "description": "用户名称",
  11826. "type": "string"
  11827. }
  11828. }
  11829. },
  11830. "md.GetBlackListResp": {
  11831. "type": "object",
  11832. "properties": {
  11833. "list": {
  11834. "description": "具体信息",
  11835. "type": "array",
  11836. "items": {
  11837. "$ref": "#/definitions/md.GetBlackListNode"
  11838. }
  11839. },
  11840. "paginate": {
  11841. "description": "分页信息",
  11842. "allOf": [
  11843. {
  11844. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  11845. }
  11846. ]
  11847. }
  11848. }
  11849. },
  11850. "md.GetContributionValueBasicSettingResp": {
  11851. "type": "object",
  11852. "properties": {
  11853. "hand_out_red_package": {
  11854. "description": "发红包获得x点",
  11855. "type": "integer"
  11856. },
  11857. "id": {
  11858. "type": "integer"
  11859. },
  11860. "posting_comment_liked": {
  11861. "description": "发布评论被官方点赞获得x点",
  11862. "type": "integer"
  11863. },
  11864. "posting_dynamic_liked": {
  11865. "description": "发布动态被官方点赞获得x点",
  11866. "type": "integer"
  11867. },
  11868. "publish_creation": {
  11869. "description": "发布创作获得x点",
  11870. "type": "integer"
  11871. }
  11872. }
  11873. },
  11874. "md.GetDynamicReq": {
  11875. "type": "object",
  11876. "properties": {
  11877. "begin_at": {
  11878. "description": "开始时间",
  11879. "type": "string"
  11880. },
  11881. "end_at": {
  11882. "description": "结束时间",
  11883. "type": "string"
  11884. },
  11885. "limit": {
  11886. "description": "页面大小",
  11887. "type": "integer"
  11888. },
  11889. "nickname": {
  11890. "description": "创建人名称",
  11891. "type": "string"
  11892. },
  11893. "page": {
  11894. "description": "页数",
  11895. "type": "integer"
  11896. },
  11897. "uid": {
  11898. "description": "创建人id",
  11899. "type": "string"
  11900. }
  11901. }
  11902. },
  11903. "md.GetDynamicResp": {
  11904. "type": "object",
  11905. "properties": {
  11906. "list": {
  11907. "type": "array",
  11908. "items": {
  11909. "$ref": "#/definitions/md.DynamicRespNode"
  11910. }
  11911. },
  11912. "paginate": {
  11913. "description": "分页信息",
  11914. "allOf": [
  11915. {
  11916. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  11917. }
  11918. ]
  11919. }
  11920. }
  11921. },
  11922. "md.GetEggCoreDataListResp": {
  11923. "type": "object",
  11924. "properties": {
  11925. "now_energy_total_nums": {
  11926. "description": "现行总量",
  11927. "type": "string",
  11928. "example": "现行总量"
  11929. },
  11930. "now_price": {
  11931. "description": "当前价格",
  11932. "type": "string",
  11933. "example": "当前价格"
  11934. },
  11935. "planet_total_value": {
  11936. "description": "星球价值",
  11937. "type": "string",
  11938. "example": "星球价值"
  11939. },
  11940. "user_hold_total_nums": {
  11941. "description": "用户持有总量",
  11942. "type": "string"
  11943. }
  11944. }
  11945. },
  11946. "md.GetEggEnergyBasicResp": {
  11947. "type": "object",
  11948. "properties": {
  11949. "basic_setting": {
  11950. "description": "基础设置",
  11951. "allOf": [
  11952. {
  11953. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  11954. }
  11955. ]
  11956. },
  11957. "data_setting": {
  11958. "description": "数据设置",
  11959. "allOf": [
  11960. {
  11961. "$ref": "#/definitions/md.DataSetting"
  11962. }
  11963. ]
  11964. },
  11965. "destruction_setting": {
  11966. "description": "销毁设置",
  11967. "allOf": [
  11968. {
  11969. "$ref": "#/definitions/md.DestructionSettingStruct"
  11970. }
  11971. ]
  11972. },
  11973. "exchange_rules": {
  11974. "description": "兑换规则",
  11975. "allOf": [
  11976. {
  11977. "$ref": "#/definitions/md.ExchangeRulesStruct"
  11978. }
  11979. ]
  11980. },
  11981. "new_user_incentive_rules": {
  11982. "description": "新用户奖励规则",
  11983. "allOf": [
  11984. {
  11985. "$ref": "#/definitions/md.NewUserRewardRules"
  11986. }
  11987. ]
  11988. },
  11989. "price_setting": {
  11990. "description": "价格设置",
  11991. "allOf": [
  11992. {
  11993. "$ref": "#/definitions/md.PriceSettingStruct"
  11994. }
  11995. ]
  11996. },
  11997. "reward_system": {
  11998. "description": "圈层奖励",
  11999. "type": "array",
  12000. "items": {
  12001. "$ref": "#/definitions/md.RewardSystemStruct"
  12002. }
  12003. },
  12004. "system_id": {
  12005. "description": "该设置系统 ID",
  12006. "type": "integer"
  12007. },
  12008. "video_reward_setting": {
  12009. "description": "视频奖励",
  12010. "allOf": [
  12011. {
  12012. "$ref": "#/definitions/md.VideoRewardSetting"
  12013. }
  12014. ]
  12015. }
  12016. }
  12017. },
  12018. "md.GetEggEnergyVipSettingResp": {
  12019. "type": "object",
  12020. "properties": {
  12021. "level_list": {
  12022. "description": "会员等级列表",
  12023. "type": "array",
  12024. "items": {
  12025. "type": "object",
  12026. "additionalProperties": true
  12027. }
  12028. },
  12029. "list": {
  12030. "description": "会员权益设置",
  12031. "type": "array",
  12032. "items": {
  12033. "$ref": "#/definitions/md.VipEquitySettingNode"
  12034. }
  12035. }
  12036. }
  12037. },
  12038. "md.GetFreePublishUserReq": {
  12039. "type": "object",
  12040. "properties": {
  12041. "limit": {
  12042. "description": "每页大小",
  12043. "type": "integer"
  12044. },
  12045. "page": {
  12046. "description": "当前页数",
  12047. "type": "integer"
  12048. },
  12049. "uid": {
  12050. "description": "筛选的用户 ID",
  12051. "type": "integer"
  12052. }
  12053. }
  12054. },
  12055. "md.GetFreePublishUserResp": {
  12056. "type": "object",
  12057. "properties": {
  12058. "list": {
  12059. "description": "免罚用户列表",
  12060. "type": "array",
  12061. "items": {
  12062. "$ref": "#/definitions/md.FreePublishUserNode"
  12063. }
  12064. },
  12065. "paginate": {
  12066. "description": "分页信息",
  12067. "allOf": [
  12068. {
  12069. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12070. }
  12071. ]
  12072. }
  12073. }
  12074. },
  12075. "md.GetFriendCircleBasicSettingsResp": {
  12076. "type": "object",
  12077. "properties": {
  12078. "comment_is_real_name": {
  12079. "description": "评论是否需要实名认证(1:是 2:否)",
  12080. "type": "integer"
  12081. },
  12082. "comment_nums_every_day": {
  12083. "description": "评论每天次数",
  12084. "type": "integer"
  12085. },
  12086. "id": {
  12087. "type": "integer"
  12088. },
  12089. "publish_is_real_name": {
  12090. "description": "发布是否需要实名认证(1:是 2:否)",
  12091. "type": "integer"
  12092. },
  12093. "publish_nums_every_day": {
  12094. "description": "发布每天次数",
  12095. "type": "integer"
  12096. }
  12097. }
  12098. },
  12099. "md.GetFundDataListReq": {
  12100. "type": "object",
  12101. "properties": {
  12102. "end_at": {
  12103. "type": "string",
  12104. "example": "结束时间"
  12105. },
  12106. "kind": {
  12107. "description": "数据类型",
  12108. "type": "integer"
  12109. },
  12110. "limit": {
  12111. "description": "每页大小",
  12112. "type": "integer"
  12113. },
  12114. "page": {
  12115. "description": "页数",
  12116. "type": "integer"
  12117. },
  12118. "start_at": {
  12119. "type": "string",
  12120. "example": "开始时间"
  12121. }
  12122. }
  12123. },
  12124. "md.GetFundDataListResp": {
  12125. "type": "object",
  12126. "properties": {
  12127. "kind_list": {
  12128. "description": "类型列表",
  12129. "type": "array",
  12130. "items": {
  12131. "type": "object",
  12132. "additionalProperties": true
  12133. }
  12134. },
  12135. "list": {
  12136. "description": "数据列表",
  12137. "type": "array",
  12138. "items": {
  12139. "$ref": "#/definitions/md.FundDataNode"
  12140. }
  12141. },
  12142. "paginate": {
  12143. "description": "分页数据",
  12144. "allOf": [
  12145. {
  12146. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12147. }
  12148. ]
  12149. }
  12150. }
  12151. },
  12152. "md.GetFundDataRecordListReq": {
  12153. "type": "object",
  12154. "properties": {
  12155. "limit": {
  12156. "description": "页面大小",
  12157. "type": "integer"
  12158. },
  12159. "page": {
  12160. "description": "页数",
  12161. "type": "integer"
  12162. },
  12163. "system_id": {
  12164. "description": "数据在系统中的 ID",
  12165. "type": "integer"
  12166. }
  12167. }
  12168. },
  12169. "md.GetFundDataRecordListResp": {
  12170. "type": "object",
  12171. "properties": {
  12172. "list": {
  12173. "type": "array",
  12174. "items": {
  12175. "$ref": "#/definitions/md.FundDataRecordNode"
  12176. }
  12177. },
  12178. "paginate": {
  12179. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12180. }
  12181. }
  12182. },
  12183. "md.GetGreenEnergyUserCoinFlowListReq": {
  12184. "type": "object",
  12185. "properties": {
  12186. "coin_id": {
  12187. "description": "货币类型 ID",
  12188. "type": "integer"
  12189. },
  12190. "direction": {
  12191. "description": "流水方向:1收入 2支出",
  12192. "type": "integer"
  12193. },
  12194. "end_at": {
  12195. "description": "结束时间",
  12196. "type": "string"
  12197. },
  12198. "page": {
  12199. "description": "页数",
  12200. "type": "integer"
  12201. },
  12202. "page_size": {
  12203. "description": "每页大小",
  12204. "type": "integer"
  12205. },
  12206. "start_at": {
  12207. "description": "开始时间",
  12208. "type": "string"
  12209. },
  12210. "uid": {
  12211. "description": "用户 ID",
  12212. "type": "integer"
  12213. }
  12214. }
  12215. },
  12216. "md.GetGreenEnergyUserCoinFlowListResp": {
  12217. "type": "object",
  12218. "properties": {
  12219. "list": {
  12220. "description": "流水信息",
  12221. "type": "array",
  12222. "items": {
  12223. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12224. }
  12225. },
  12226. "paginate": {
  12227. "description": "分页信息",
  12228. "allOf": [
  12229. {
  12230. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12231. }
  12232. ]
  12233. },
  12234. "select_data": {
  12235. "description": "流水类型",
  12236. "allOf": [
  12237. {
  12238. "$ref": "#/definitions/md.SelectData"
  12239. }
  12240. ]
  12241. }
  12242. }
  12243. },
  12244. "md.GetGreenEnergyUserCoinListReq": {
  12245. "type": "object",
  12246. "properties": {
  12247. "end_coin": {
  12248. "type": "string",
  12249. "example": "最大金额"
  12250. },
  12251. "kind": {
  12252. "description": "虚拟币种类编号",
  12253. "type": "integer"
  12254. },
  12255. "page": {
  12256. "description": "页数",
  12257. "type": "integer"
  12258. },
  12259. "page_size": {
  12260. "description": "单页大小",
  12261. "type": "integer"
  12262. },
  12263. "start_coin": {
  12264. "type": "string",
  12265. "example": "最小金额"
  12266. },
  12267. "uid": {
  12268. "description": "指定查询用户 ID",
  12269. "type": "integer"
  12270. },
  12271. "user_name": {
  12272. "type": "string",
  12273. "example": "用户名称"
  12274. },
  12275. "user_phone": {
  12276. "type": "string",
  12277. "example": "手机号"
  12278. }
  12279. }
  12280. },
  12281. "md.GetGreenEnergyUserCoinListResp": {
  12282. "type": "object",
  12283. "properties": {
  12284. "kind_list": {
  12285. "description": "货币类型集合",
  12286. "type": "array",
  12287. "items": {
  12288. "$ref": "#/definitions/md.VirtualCoinListNode"
  12289. }
  12290. },
  12291. "list": {
  12292. "description": "余额集合",
  12293. "type": "array",
  12294. "items": {
  12295. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12296. }
  12297. },
  12298. "sum_user_amount": {
  12299. "description": "用户持有总数",
  12300. "type": "number"
  12301. },
  12302. "total": {
  12303. "description": "持有该类型用户数",
  12304. "type": "integer"
  12305. }
  12306. }
  12307. },
  12308. "md.GetLevelListResp": {
  12309. "type": "object",
  12310. "properties": {
  12311. "list": {
  12312. "type": "array",
  12313. "items": {
  12314. "$ref": "#/definitions/md.LevelListNode"
  12315. }
  12316. },
  12317. "paginate": {
  12318. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12319. }
  12320. }
  12321. },
  12322. "md.GetModuleSettingResp": {
  12323. "type": "object",
  12324. "properties": {
  12325. "data": {
  12326. "description": "内容"
  12327. },
  12328. "mod_name": {
  12329. "description": "模块名称",
  12330. "type": "string"
  12331. },
  12332. "position": {
  12333. "description": "位置",
  12334. "type": "string"
  12335. },
  12336. "skip_identifier": {
  12337. "description": "跳转标识",
  12338. "type": "string"
  12339. },
  12340. "subtitle": {
  12341. "description": "副标题",
  12342. "type": "string"
  12343. },
  12344. "title": {
  12345. "description": "标题",
  12346. "type": "string"
  12347. }
  12348. }
  12349. },
  12350. "md.GetOneLevelResp": {
  12351. "type": "object",
  12352. "properties": {
  12353. "auto_update": {
  12354. "description": "自动升级 0关闭,1开启",
  12355. "type": "integer"
  12356. },
  12357. "choosable_num": {
  12358. "description": "可选任务数量",
  12359. "type": "integer"
  12360. },
  12361. "is_use": {
  12362. "description": "是否开启(0.否, 1.是)",
  12363. "type": "integer"
  12364. },
  12365. "level_id": {
  12366. "description": "等级 ID",
  12367. "type": "integer"
  12368. },
  12369. "level_name": {
  12370. "description": "等级名称",
  12371. "type": "string"
  12372. },
  12373. "level_weight": {
  12374. "description": "等级权重",
  12375. "type": "integer"
  12376. },
  12377. "memo": {
  12378. "description": "备注",
  12379. "type": "string"
  12380. },
  12381. "task_type": {
  12382. "description": "任务类型关系",
  12383. "type": "array",
  12384. "items": {
  12385. "type": "object",
  12386. "additionalProperties": true
  12387. }
  12388. },
  12389. "user_level_tasks": {
  12390. "type": "array",
  12391. "items": {
  12392. "$ref": "#/definitions/model.UserLevelTask"
  12393. }
  12394. }
  12395. }
  12396. },
  12397. "md.GetPriceCurveResp": {
  12398. "type": "object",
  12399. "properties": {
  12400. "x_data": {
  12401. "type": "array",
  12402. "items": {}
  12403. },
  12404. "y_data": {
  12405. "type": "array",
  12406. "items": {}
  12407. }
  12408. }
  12409. },
  12410. "md.GetPublicPlatoonBasicResp": {
  12411. "type": "object",
  12412. "properties": {
  12413. "is_open": {
  12414. "description": "是否开启(1:开启 0:关闭)",
  12415. "type": "integer"
  12416. },
  12417. "is_self_active_get_team_revenue": {
  12418. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12419. "type": "integer"
  12420. },
  12421. "originator_name": {
  12422. "description": "创始人名称",
  12423. "type": "string"
  12424. },
  12425. "originator_uid": {
  12426. "description": "创始人uid",
  12427. "type": "integer"
  12428. },
  12429. "several_rows": {
  12430. "description": "几排",
  12431. "type": "integer"
  12432. },
  12433. "several_times": {
  12434. "description": "几乘",
  12435. "type": "integer"
  12436. },
  12437. "system_punish_replace": {
  12438. "description": "是否位置滑落 被新用户替换 0否 1是",
  12439. "type": "integer"
  12440. },
  12441. "system_punish_replace_value": {
  12442. "description": "xx天未活跃,处罚滑落",
  12443. "type": "integer"
  12444. }
  12445. }
  12446. },
  12447. "md.GetTagListResp": {
  12448. "type": "object",
  12449. "properties": {
  12450. "list": {
  12451. "type": "array",
  12452. "items": {
  12453. "$ref": "#/definitions/md.TagListNode"
  12454. }
  12455. },
  12456. "paginate": {
  12457. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12458. }
  12459. }
  12460. },
  12461. "md.GetVideoRewardResp": {
  12462. "type": "object",
  12463. "properties": {
  12464. "ecpm": {
  12465. "description": "当前 Ecpm 值",
  12466. "type": "string"
  12467. },
  12468. "unit_price": {
  12469. "description": "单价",
  12470. "type": "string"
  12471. }
  12472. }
  12473. },
  12474. "md.GetWithdrawApplyListNode": {
  12475. "type": "object",
  12476. "properties": {
  12477. "actual_receipt": {
  12478. "description": "实际到账",
  12479. "type": "string"
  12480. },
  12481. "ali_pay_account": {
  12482. "description": "支付宝账号",
  12483. "type": "string"
  12484. },
  12485. "ali_pay_name": {
  12486. "description": "支付宝昵称",
  12487. "type": "string"
  12488. },
  12489. "amount": {
  12490. "description": "提现金额",
  12491. "type": "string"
  12492. },
  12493. "apply_at": {
  12494. "description": "申请时间",
  12495. "type": "string"
  12496. },
  12497. "invite_code": {
  12498. "description": "邀请码",
  12499. "type": "string"
  12500. },
  12501. "memo": {
  12502. "description": "备注",
  12503. "type": "string"
  12504. },
  12505. "nickname": {
  12506. "description": "用户名称",
  12507. "type": "string"
  12508. },
  12509. "parentID": {
  12510. "description": "推荐人ID",
  12511. "type": "integer"
  12512. },
  12513. "parentPhone": {
  12514. "description": "推荐人手机号",
  12515. "type": "string"
  12516. },
  12517. "pay_at": {
  12518. "description": "到账时间",
  12519. "type": "string"
  12520. },
  12521. "state": {
  12522. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12523. "type": "integer"
  12524. },
  12525. "sys_fee": {
  12526. "description": "手续费",
  12527. "type": "string"
  12528. },
  12529. "tag": {
  12530. "description": "标签",
  12531. "type": "array",
  12532. "items": {
  12533. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  12534. }
  12535. },
  12536. "user_id": {
  12537. "description": "会员 ID",
  12538. "type": "integer"
  12539. },
  12540. "wechat_pay_account": {
  12541. "description": "微信账号",
  12542. "type": "string"
  12543. },
  12544. "wechat_pay_name": {
  12545. "description": "微信昵称",
  12546. "type": "string"
  12547. },
  12548. "withdraw_apply_id": {
  12549. "description": "提现申请id",
  12550. "type": "integer"
  12551. },
  12552. "withdraw_type": {
  12553. "description": "转账平台(1:支付宝 2:微信)",
  12554. "type": "integer"
  12555. }
  12556. }
  12557. },
  12558. "md.GetWithdrawApplyListReq": {
  12559. "type": "object",
  12560. "properties": {
  12561. "amount_begin": {
  12562. "description": "最小金额",
  12563. "type": "string"
  12564. },
  12565. "amount_end": {
  12566. "description": "最大金额",
  12567. "type": "string"
  12568. },
  12569. "apply_end_at": {
  12570. "description": "申请结束时间",
  12571. "type": "string"
  12572. },
  12573. "apply_start_at": {
  12574. "description": "申请开始时间",
  12575. "type": "string"
  12576. },
  12577. "examine_end_at": {
  12578. "description": "审核结束时间",
  12579. "type": "string"
  12580. },
  12581. "examine_start_at": {
  12582. "description": "审核开始时间",
  12583. "type": "string"
  12584. },
  12585. "is_first": {
  12586. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  12587. "type": "string"
  12588. },
  12589. "level": {
  12590. "description": "会员等级",
  12591. "type": "string"
  12592. },
  12593. "limit": {
  12594. "description": "页面大小",
  12595. "type": "integer"
  12596. },
  12597. "nickname": {
  12598. "description": "用户昵称",
  12599. "type": "string"
  12600. },
  12601. "page": {
  12602. "description": "页数",
  12603. "type": "integer"
  12604. },
  12605. "parent_id": {
  12606. "description": "推荐人 ID",
  12607. "type": "string"
  12608. },
  12609. "payment_type": {
  12610. "description": "打款类型 1:手动;2:自动",
  12611. "type": "string"
  12612. },
  12613. "phone": {
  12614. "description": "用户手机号",
  12615. "type": "string"
  12616. },
  12617. "state": {
  12618. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12619. "type": "string"
  12620. },
  12621. "uid": {
  12622. "description": "用户 ID",
  12623. "type": "string"
  12624. },
  12625. "withdraw_account": {
  12626. "description": "支付宝/微信昵称",
  12627. "type": "string"
  12628. },
  12629. "withdraw_name": {
  12630. "description": "支付宝姓名",
  12631. "type": "string"
  12632. },
  12633. "withdraw_type": {
  12634. "description": "提现方式(1:支付宝 2:微信)",
  12635. "type": "string"
  12636. }
  12637. }
  12638. },
  12639. "md.GetWithdrawApplyListResp": {
  12640. "type": "object",
  12641. "properties": {
  12642. "levels_list": {
  12643. "description": "等级列表",
  12644. "type": "array",
  12645. "items": {
  12646. "type": "object",
  12647. "additionalProperties": true
  12648. }
  12649. },
  12650. "list": {
  12651. "type": "array",
  12652. "items": {
  12653. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  12654. }
  12655. },
  12656. "paginate": {
  12657. "description": "分页信息",
  12658. "allOf": [
  12659. {
  12660. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  12661. }
  12662. ]
  12663. },
  12664. "pay_failed_amount": {
  12665. "description": "打款失败金额",
  12666. "type": "string"
  12667. },
  12668. "pay_succeed_amount": {
  12669. "description": "打款成功金额",
  12670. "type": "string"
  12671. },
  12672. "pending_amount": {
  12673. "description": "处理中金额",
  12674. "type": "string"
  12675. },
  12676. "reason_list": {
  12677. "description": "审核失败(驳回理由)",
  12678. "type": "array",
  12679. "items": {
  12680. "type": "object",
  12681. "additionalProperties": true
  12682. }
  12683. },
  12684. "tags_list": {
  12685. "description": "标签列表",
  12686. "type": "array",
  12687. "items": {
  12688. "type": "object",
  12689. "additionalProperties": true
  12690. }
  12691. },
  12692. "under_review": {
  12693. "description": "审核中金额",
  12694. "type": "string"
  12695. }
  12696. }
  12697. },
  12698. "md.GetWithdrawSettingResp": {
  12699. "type": "object",
  12700. "properties": {
  12701. "condition_is_open": {
  12702. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12703. "type": "integer"
  12704. },
  12705. "first_withdraw_set": {
  12706. "description": "首次提现设置",
  12707. "allOf": [
  12708. {
  12709. "$ref": "#/definitions/md.FirstWithdrawSet"
  12710. }
  12711. ]
  12712. },
  12713. "frequency_set": {
  12714. "description": "频率设置(0:日 1:周 2:月 3:年)",
  12715. "allOf": [
  12716. {
  12717. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12718. }
  12719. ]
  12720. },
  12721. "id": {
  12722. "type": "integer"
  12723. },
  12724. "is_auto": {
  12725. "description": "是否开启自动提现(0:否 1:是)",
  12726. "type": "integer"
  12727. },
  12728. "is_auto_amount_limit": {
  12729. "description": "自动提现金额限制",
  12730. "type": "string"
  12731. },
  12732. "is_real_name": {
  12733. "description": "是否实名(0:否 1:是)",
  12734. "type": "integer"
  12735. },
  12736. "is_support_decimal_point": {
  12737. "description": "是否支持小数点(0:否 1:是)",
  12738. "type": "integer"
  12739. },
  12740. "level_list": {
  12741. "description": "会员等级列表",
  12742. "type": "array",
  12743. "items": {
  12744. "type": "object",
  12745. "additionalProperties": true
  12746. }
  12747. },
  12748. "pending_orders_is_can_apply": {
  12749. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12750. "type": "integer"
  12751. },
  12752. "tips": {
  12753. "description": "提示",
  12754. "type": "string"
  12755. },
  12756. "vip_level_limit": {
  12757. "description": "提现等级限制",
  12758. "type": "integer"
  12759. },
  12760. "withdraw_amount_limit": {
  12761. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12762. "type": "string"
  12763. },
  12764. "withdraw_fee_set": {
  12765. "description": "提现手续费设置",
  12766. "allOf": [
  12767. {
  12768. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12769. }
  12770. ]
  12771. },
  12772. "withdraw_multiple_limit": {
  12773. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12774. "type": "string"
  12775. },
  12776. "withdraw_nums_limit": {
  12777. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12778. "type": "integer"
  12779. },
  12780. "withdraw_time_interval": {
  12781. "description": "提现时段",
  12782. "allOf": [
  12783. {
  12784. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12785. }
  12786. ]
  12787. },
  12788. "withdraw_type": {
  12789. "description": "提现方式(1:支付宝 2:微信)",
  12790. "type": "integer"
  12791. }
  12792. }
  12793. },
  12794. "md.GroupListReq": {
  12795. "type": "object",
  12796. "properties": {
  12797. "group_admin": {
  12798. "description": "群主",
  12799. "type": "string"
  12800. },
  12801. "name": {
  12802. "description": "群名称",
  12803. "type": "string"
  12804. },
  12805. "page": {
  12806. "type": "integer"
  12807. },
  12808. "page_size": {
  12809. "type": "integer"
  12810. },
  12811. "start_time_end": {
  12812. "type": "string",
  12813. "example": "创建时间-截止"
  12814. },
  12815. "start_time_start": {
  12816. "type": "string",
  12817. "example": "创建时间-起始"
  12818. }
  12819. }
  12820. },
  12821. "md.GroupListResp": {
  12822. "type": "object",
  12823. "properties": {
  12824. "list": {
  12825. "type": "array",
  12826. "items": {
  12827. "type": "object",
  12828. "properties": {
  12829. "avatarUrl": {
  12830. "description": "头像",
  12831. "type": "string"
  12832. },
  12833. "createTime": {
  12834. "description": "创建时间",
  12835. "type": "string"
  12836. },
  12837. "extra": {
  12838. "description": "附加字段",
  12839. "type": "string"
  12840. },
  12841. "id": {
  12842. "description": "群组id",
  12843. "type": "integer"
  12844. },
  12845. "introduction": {
  12846. "description": "群简介",
  12847. "type": "string"
  12848. },
  12849. "isAllAddFriend": {
  12850. "description": "是否允许加好友(1:是 2:否)",
  12851. "type": "integer"
  12852. },
  12853. "isAllMemberBanned": {
  12854. "description": "是否全员禁言(1:是 2:否)",
  12855. "type": "integer"
  12856. },
  12857. "name": {
  12858. "description": "组名",
  12859. "type": "string"
  12860. },
  12861. "nickname": {
  12862. "description": "群主昵称",
  12863. "type": "string"
  12864. },
  12865. "phoneNumber": {
  12866. "description": "群主账号",
  12867. "type": "string"
  12868. },
  12869. "updateTime": {
  12870. "description": "更新时间",
  12871. "type": "string"
  12872. },
  12873. "userNum": {
  12874. "description": "群组人数",
  12875. "type": "integer"
  12876. }
  12877. }
  12878. }
  12879. },
  12880. "page": {
  12881. "type": "integer"
  12882. },
  12883. "page_size": {
  12884. "type": "integer"
  12885. },
  12886. "total": {
  12887. "type": "integer"
  12888. }
  12889. }
  12890. },
  12891. "md.Guide": {
  12892. "type": "object",
  12893. "properties": {
  12894. "bg_image": {
  12895. "type": "string"
  12896. },
  12897. "bg_image_url": {
  12898. "type": "string"
  12899. },
  12900. "content_image": {
  12901. "type": "string"
  12902. },
  12903. "content_image_url": {
  12904. "type": "string"
  12905. }
  12906. }
  12907. },
  12908. "md.JPushGetLevelListResp": {
  12909. "type": "object",
  12910. "properties": {
  12911. "list": {
  12912. "type": "array",
  12913. "items": {
  12914. "$ref": "#/definitions/md.LevelListNode"
  12915. }
  12916. },
  12917. "paginate": {
  12918. "$ref": "#/definitions/applet_app_md.Paginate"
  12919. }
  12920. }
  12921. },
  12922. "md.JPushGetTagListResp": {
  12923. "type": "object",
  12924. "properties": {
  12925. "list": {
  12926. "type": "array",
  12927. "items": {
  12928. "$ref": "#/definitions/md.TagListNode"
  12929. }
  12930. },
  12931. "paginate": {
  12932. "$ref": "#/definitions/applet_app_md.Paginate"
  12933. }
  12934. }
  12935. },
  12936. "md.JPushGetUserListReq": {
  12937. "type": "object",
  12938. "properties": {
  12939. "effective": {
  12940. "description": "有效会员",
  12941. "type": "integer"
  12942. },
  12943. "id": {
  12944. "description": "会员 ID",
  12945. "type": "integer"
  12946. },
  12947. "invite_code": {
  12948. "type": "string",
  12949. "example": "会员邀请码"
  12950. },
  12951. "is_real_name": {
  12952. "description": "是否实名 0.未实名,1.已实名",
  12953. "type": "integer"
  12954. },
  12955. "level": {
  12956. "description": "会员等级",
  12957. "type": "integer"
  12958. },
  12959. "limit": {
  12960. "type": "integer"
  12961. },
  12962. "login_after": {
  12963. "description": "最近登录结束时间",
  12964. "type": "string"
  12965. },
  12966. "login_before": {
  12967. "description": "最近登录开始时间",
  12968. "type": "string"
  12969. },
  12970. "memo": {
  12971. "description": "备注",
  12972. "type": "string"
  12973. },
  12974. "nickname": {
  12975. "type": "string",
  12976. "example": "会员昵称"
  12977. },
  12978. "page": {
  12979. "type": "integer"
  12980. },
  12981. "parent_invite_code": {
  12982. "type": "string",
  12983. "example": "上级邀请码"
  12984. },
  12985. "parent_phone": {
  12986. "type": "string",
  12987. "example": "上级手机号"
  12988. },
  12989. "phone": {
  12990. "type": "string",
  12991. "example": "会员手机号"
  12992. },
  12993. "recommend_id": {
  12994. "description": "推荐人 ID",
  12995. "type": "integer"
  12996. },
  12997. "register_after": {
  12998. "description": "注册时间终点",
  12999. "type": "string"
  13000. },
  13001. "register_before": {
  13002. "description": "注册时间起点",
  13003. "type": "string"
  13004. },
  13005. "register_type": {
  13006. "description": "注册类型(1:APP注册、2:H5注册)",
  13007. "type": "integer"
  13008. },
  13009. "sex": {
  13010. "description": "性别(0:未知 1:男 2:女)",
  13011. "type": "integer"
  13012. },
  13013. "state": {
  13014. "description": "状态",
  13015. "type": "integer"
  13016. },
  13017. "tag": {
  13018. "description": "标签 id",
  13019. "type": "integer"
  13020. },
  13021. "union_id": {
  13022. "type": "string",
  13023. "example": "微信号"
  13024. }
  13025. }
  13026. },
  13027. "md.LevelListNode": {
  13028. "type": "object",
  13029. "properties": {
  13030. "count": {
  13031. "description": "等级人数",
  13032. "type": "string"
  13033. },
  13034. "create_at": {
  13035. "description": "创建时间",
  13036. "type": "string"
  13037. },
  13038. "is_use": {
  13039. "description": "是否开启(0.否, 1.是)",
  13040. "type": "integer"
  13041. },
  13042. "level_id": {
  13043. "description": "等级 ID",
  13044. "type": "integer"
  13045. },
  13046. "level_name": {
  13047. "description": "等级名称",
  13048. "type": "string"
  13049. },
  13050. "level_weight": {
  13051. "description": "等级权重",
  13052. "type": "integer"
  13053. },
  13054. "memo": {
  13055. "description": "备注",
  13056. "type": "string"
  13057. }
  13058. }
  13059. },
  13060. "md.LevelTaskNode": {
  13061. "type": "object",
  13062. "properties": {
  13063. "active_days": {
  13064. "description": "活跃多少天",
  13065. "type": "string"
  13066. },
  13067. "finish_count": {
  13068. "description": "多少天内完成的指标",
  13069. "type": "string"
  13070. },
  13071. "is_must_task": {
  13072. "description": "是否必做(0,1)",
  13073. "type": "string"
  13074. },
  13075. "task_type": {
  13076. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  13077. "type": "string"
  13078. },
  13079. "task_type_level_id": {
  13080. "description": "会员等级 ID (task_type=3时生效)",
  13081. "type": "string"
  13082. },
  13083. "within_days": {
  13084. "description": "多少天内完成",
  13085. "type": "string"
  13086. }
  13087. }
  13088. },
  13089. "md.ListCommunityDividendsReq": {
  13090. "type": "object",
  13091. "properties": {
  13092. "end_at": {
  13093. "description": "结束时间",
  13094. "type": "string"
  13095. },
  13096. "end_nums": {
  13097. "description": "分红总量上限",
  13098. "type": "integer"
  13099. },
  13100. "limit": {
  13101. "description": "每页大小",
  13102. "type": "integer"
  13103. },
  13104. "page": {
  13105. "description": "页数",
  13106. "type": "integer"
  13107. },
  13108. "start_at": {
  13109. "description": "开始时间",
  13110. "type": "string"
  13111. },
  13112. "start_nums": {
  13113. "description": "分红总量下限",
  13114. "type": "integer"
  13115. }
  13116. }
  13117. },
  13118. "md.ListCommunityDividendsResp": {
  13119. "type": "object",
  13120. "properties": {
  13121. "list": {
  13122. "type": "array",
  13123. "items": {
  13124. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  13125. }
  13126. },
  13127. "paginate": {
  13128. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13129. }
  13130. }
  13131. },
  13132. "md.ListCommunityDividendsWithUserReq": {
  13133. "type": "object",
  13134. "properties": {
  13135. "limit": {
  13136. "type": "integer"
  13137. },
  13138. "page": {
  13139. "type": "integer"
  13140. },
  13141. "phone": {
  13142. "type": "string"
  13143. },
  13144. "uid": {
  13145. "type": "integer"
  13146. }
  13147. }
  13148. },
  13149. "md.ListCommunityDividendsWithUserResp": {
  13150. "type": "object",
  13151. "properties": {
  13152. "list": {
  13153. "type": "array",
  13154. "items": {
  13155. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  13156. }
  13157. },
  13158. "paginate": {
  13159. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13160. }
  13161. }
  13162. },
  13163. "md.ListPlatformRevenueReq": {
  13164. "type": "object",
  13165. "properties": {
  13166. "end_at": {
  13167. "type": "string",
  13168. "example": "结束时间"
  13169. },
  13170. "kind": {
  13171. "description": "数据类型",
  13172. "type": "integer"
  13173. },
  13174. "limit": {
  13175. "description": "每页大小",
  13176. "type": "integer"
  13177. },
  13178. "page": {
  13179. "description": "页数",
  13180. "type": "integer"
  13181. },
  13182. "start_at": {
  13183. "type": "string",
  13184. "example": "开始时间"
  13185. }
  13186. }
  13187. },
  13188. "md.ListPlatformRevenueResp": {
  13189. "type": "object",
  13190. "properties": {
  13191. "kind_list": {
  13192. "description": "类型列表",
  13193. "type": "array",
  13194. "items": {
  13195. "type": "object",
  13196. "additionalProperties": true
  13197. }
  13198. },
  13199. "list": {
  13200. "description": "数据列表",
  13201. "type": "array",
  13202. "items": {
  13203. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  13204. }
  13205. },
  13206. "paginate": {
  13207. "description": "分页数据",
  13208. "allOf": [
  13209. {
  13210. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13211. }
  13212. ]
  13213. }
  13214. }
  13215. },
  13216. "md.LoginReq": {
  13217. "type": "object",
  13218. "required": [
  13219. "password",
  13220. "username"
  13221. ],
  13222. "properties": {
  13223. "code": {
  13224. "type": "string",
  13225. "example": "验证码"
  13226. },
  13227. "password": {
  13228. "type": "string",
  13229. "example": "登录密码"
  13230. },
  13231. "username": {
  13232. "type": "string",
  13233. "example": "登录账号"
  13234. }
  13235. }
  13236. },
  13237. "md.LoginResponse": {
  13238. "type": "object",
  13239. "properties": {
  13240. "token": {
  13241. "type": "string"
  13242. }
  13243. }
  13244. },
  13245. "md.ManualScoreReq": {
  13246. "type": "object",
  13247. "properties": {
  13248. "index_id": {
  13249. "description": "文档id",
  13250. "type": "string"
  13251. },
  13252. "score": {
  13253. "type": "string",
  13254. "example": "分数"
  13255. }
  13256. }
  13257. },
  13258. "md.ModuleSettingGetResp": {
  13259. "type": "object",
  13260. "properties": {
  13261. "data": {
  13262. "description": "内容"
  13263. },
  13264. "mod_name": {
  13265. "description": "模块名称",
  13266. "type": "string"
  13267. },
  13268. "mod_name_list": {
  13269. "description": "模块名称对照",
  13270. "type": "array",
  13271. "items": {
  13272. "type": "object",
  13273. "additionalProperties": true
  13274. }
  13275. },
  13276. "position": {
  13277. "description": "位置",
  13278. "type": "string"
  13279. },
  13280. "skip_identifier": {
  13281. "description": "跳转标识",
  13282. "type": "string"
  13283. },
  13284. "subtitle": {
  13285. "description": "副标题",
  13286. "type": "string"
  13287. },
  13288. "title": {
  13289. "description": "标题",
  13290. "type": "string"
  13291. }
  13292. }
  13293. },
  13294. "md.ModuleSettingUpdateReq": {
  13295. "type": "object",
  13296. "properties": {
  13297. "data": {
  13298. "description": "内容",
  13299. "type": "object",
  13300. "additionalProperties": true
  13301. },
  13302. "mod_name_value": {
  13303. "description": "模块类型值",
  13304. "type": "string"
  13305. },
  13306. "position": {
  13307. "description": "位置",
  13308. "type": "string"
  13309. },
  13310. "skip_identifier": {
  13311. "description": "跳转标识",
  13312. "type": "string"
  13313. },
  13314. "subtitle": {
  13315. "description": "副标题",
  13316. "type": "string"
  13317. },
  13318. "title": {
  13319. "description": "标题",
  13320. "type": "string"
  13321. }
  13322. }
  13323. },
  13324. "md.NewUserRedPackageGetBasicResp": {
  13325. "type": "object",
  13326. "properties": {
  13327. "create_at": {
  13328. "type": "string"
  13329. },
  13330. "days": {
  13331. "description": "天数",
  13332. "type": "integer"
  13333. },
  13334. "is_double": {
  13335. "description": "是否翻倍",
  13336. "type": "integer"
  13337. },
  13338. "is_open": {
  13339. "description": "是否开启(1:开启 0:关闭)",
  13340. "type": "integer"
  13341. },
  13342. "total_amount": {
  13343. "type": "string",
  13344. "example": "总金额"
  13345. },
  13346. "update_at": {
  13347. "type": "string"
  13348. }
  13349. }
  13350. },
  13351. "md.NewUserRedPackageRecordFlowListReq": {
  13352. "type": "object",
  13353. "properties": {
  13354. "end_at": {
  13355. "description": "结束时间",
  13356. "type": "string"
  13357. },
  13358. "limit": {
  13359. "description": "每页大小",
  13360. "type": "integer"
  13361. },
  13362. "page": {
  13363. "description": "页数",
  13364. "type": "integer"
  13365. },
  13366. "start_at": {
  13367. "description": "开始时间",
  13368. "type": "string"
  13369. },
  13370. "uid": {
  13371. "description": "用户 ID",
  13372. "type": "integer"
  13373. }
  13374. }
  13375. },
  13376. "md.NewUserRedPackageRecordFlowListResp": {
  13377. "type": "object",
  13378. "properties": {
  13379. "list": {
  13380. "type": "array",
  13381. "items": {
  13382. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  13383. }
  13384. },
  13385. "paginate": {
  13386. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13387. }
  13388. }
  13389. },
  13390. "md.NewUserRedPackageRecordFlowNode": {
  13391. "type": "object",
  13392. "properties": {
  13393. "balance_amount": {
  13394. "description": "剩余金额",
  13395. "type": "string"
  13396. },
  13397. "balance_days": {
  13398. "description": "剩余天数",
  13399. "type": "integer"
  13400. },
  13401. "basic_amount": {
  13402. "description": "基础金额",
  13403. "type": "string"
  13404. },
  13405. "create_at": {
  13406. "description": "创建时间",
  13407. "type": "string"
  13408. },
  13409. "day_num": {
  13410. "description": "第x天",
  13411. "type": "integer"
  13412. },
  13413. "double_rate": {
  13414. "description": "倍率",
  13415. "type": "string"
  13416. },
  13417. "id": {
  13418. "description": "流水 ID",
  13419. "type": "integer"
  13420. },
  13421. "is_double": {
  13422. "description": "是否翻倍",
  13423. "type": "integer"
  13424. },
  13425. "receive_days": {
  13426. "description": "领取天数",
  13427. "type": "integer"
  13428. },
  13429. "total_amount": {
  13430. "description": "实际金额",
  13431. "type": "string"
  13432. },
  13433. "uid": {
  13434. "description": "用户 ID",
  13435. "type": "integer"
  13436. }
  13437. }
  13438. },
  13439. "md.NewUserRedPackageRecordListReq": {
  13440. "type": "object",
  13441. "properties": {
  13442. "end_at": {
  13443. "description": "结束时间",
  13444. "type": "string"
  13445. },
  13446. "limit": {
  13447. "description": "每页大小",
  13448. "type": "integer"
  13449. },
  13450. "page": {
  13451. "description": "页数",
  13452. "type": "integer"
  13453. },
  13454. "start_at": {
  13455. "description": "开始时间",
  13456. "type": "string"
  13457. },
  13458. "uid": {
  13459. "description": "用户 ID",
  13460. "type": "integer"
  13461. }
  13462. }
  13463. },
  13464. "md.NewUserRedPackageRecordListResp": {
  13465. "type": "object",
  13466. "properties": {
  13467. "list": {
  13468. "type": "array",
  13469. "items": {
  13470. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  13471. }
  13472. },
  13473. "paginate": {
  13474. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13475. }
  13476. }
  13477. },
  13478. "md.NewUserRedPackageRecordNode": {
  13479. "type": "object",
  13480. "properties": {
  13481. "balance_amount": {
  13482. "description": "剩余金额",
  13483. "type": "string"
  13484. },
  13485. "balance_days": {
  13486. "description": "剩余天数",
  13487. "type": "integer"
  13488. },
  13489. "create_at": {
  13490. "description": "创建时间",
  13491. "type": "string"
  13492. },
  13493. "days": {
  13494. "description": "天数",
  13495. "type": "integer"
  13496. },
  13497. "receive_days": {
  13498. "description": "领取天数",
  13499. "type": "integer"
  13500. },
  13501. "state": {
  13502. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  13503. "type": "integer"
  13504. },
  13505. "system_id": {
  13506. "description": "系统中记录的 ID",
  13507. "type": "integer"
  13508. },
  13509. "total_amount": {
  13510. "description": "金额",
  13511. "type": "string"
  13512. },
  13513. "uid": {
  13514. "description": "用户 ID",
  13515. "type": "integer"
  13516. },
  13517. "update_at": {
  13518. "description": "修改时间",
  13519. "type": "string"
  13520. }
  13521. }
  13522. },
  13523. "md.NewUserRedPackageUpdateBasicReq": {
  13524. "type": "object",
  13525. "properties": {
  13526. "days": {
  13527. "description": "天数",
  13528. "type": "integer"
  13529. },
  13530. "is_double": {
  13531. "description": "是否翻倍",
  13532. "type": "integer"
  13533. },
  13534. "is_open": {
  13535. "description": "是否开启(1:开启 0:关闭)",
  13536. "type": "integer"
  13537. },
  13538. "total_amount": {
  13539. "type": "string",
  13540. "example": "总金额"
  13541. }
  13542. }
  13543. },
  13544. "md.NewUserRewardRules": {
  13545. "type": "object",
  13546. "properties": {
  13547. "continue_days": {
  13548. "description": "连续x天",
  13549. "type": "integer"
  13550. },
  13551. "invite_user_reward_value": {
  13552. "description": "拉新用户奖励x个活跃积分",
  13553. "type": "integer"
  13554. },
  13555. "reward_coefficient": {
  13556. "description": "奖励系数",
  13557. "type": "number"
  13558. }
  13559. }
  13560. },
  13561. "md.NoticeAliyunSmsList": {
  13562. "type": "object",
  13563. "properties": {
  13564. "content": {
  13565. "type": "string",
  13566. "example": "这是 填短信模板id"
  13567. },
  13568. "day": {
  13569. "type": "string",
  13570. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13571. },
  13572. "id": {
  13573. "type": "string"
  13574. },
  13575. "is_show": {
  13576. "type": "string"
  13577. },
  13578. "notice_day": {
  13579. "type": "string",
  13580. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13581. },
  13582. "title": {
  13583. "type": "string"
  13584. },
  13585. "type": {
  13586. "type": "string"
  13587. }
  13588. }
  13589. },
  13590. "md.NoticeAliyunSmsListReq": {
  13591. "type": "object",
  13592. "properties": {
  13593. "limit": {
  13594. "description": "每页大小",
  13595. "type": "string"
  13596. },
  13597. "page": {
  13598. "description": "页数",
  13599. "type": "string"
  13600. }
  13601. }
  13602. },
  13603. "md.NoticeAliyunSmsListResp": {
  13604. "type": "object",
  13605. "properties": {
  13606. "list": {
  13607. "type": "array",
  13608. "items": {
  13609. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  13610. }
  13611. },
  13612. "select_data": {
  13613. "type": "array",
  13614. "items": {
  13615. "type": "object",
  13616. "additionalProperties": {
  13617. "type": "string"
  13618. }
  13619. }
  13620. },
  13621. "total": {
  13622. "type": "integer"
  13623. }
  13624. }
  13625. },
  13626. "md.NoticeAliyunSmsSaveReq": {
  13627. "type": "object",
  13628. "properties": {
  13629. "content": {
  13630. "type": "string"
  13631. },
  13632. "day": {
  13633. "type": "string",
  13634. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13635. },
  13636. "id": {
  13637. "type": "string"
  13638. },
  13639. "is_show": {
  13640. "type": "string"
  13641. },
  13642. "notice_day": {
  13643. "type": "string",
  13644. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13645. },
  13646. "title": {
  13647. "type": "string"
  13648. },
  13649. "type": {
  13650. "type": "string"
  13651. }
  13652. }
  13653. },
  13654. "md.NoticeDelReq": {
  13655. "type": "object",
  13656. "properties": {
  13657. "id": {
  13658. "type": "array",
  13659. "items": {
  13660. "type": "string"
  13661. }
  13662. }
  13663. }
  13664. },
  13665. "md.NoticeList": {
  13666. "type": "object",
  13667. "properties": {
  13668. "content": {
  13669. "type": "string"
  13670. },
  13671. "day": {
  13672. "type": "string",
  13673. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13674. },
  13675. "id": {
  13676. "type": "string"
  13677. },
  13678. "jpush_open": {
  13679. "type": "string",
  13680. "example": "app推送开启 0关 1开"
  13681. },
  13682. "notice_day": {
  13683. "type": "string",
  13684. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13685. },
  13686. "sms_code": {
  13687. "type": "string",
  13688. "example": "短信模板id"
  13689. },
  13690. "sms_open": {
  13691. "type": "string",
  13692. "example": "短信推送开启 0关 1开"
  13693. },
  13694. "title": {
  13695. "type": "string"
  13696. },
  13697. "type": {
  13698. "type": "string"
  13699. }
  13700. }
  13701. },
  13702. "md.NoticeListReq": {
  13703. "type": "object",
  13704. "properties": {
  13705. "limit": {
  13706. "description": "每页大小",
  13707. "type": "string"
  13708. },
  13709. "page": {
  13710. "description": "页数",
  13711. "type": "string"
  13712. }
  13713. }
  13714. },
  13715. "md.NoticeListResp": {
  13716. "type": "object",
  13717. "properties": {
  13718. "change_data": {
  13719. "type": "array",
  13720. "items": {
  13721. "type": "object",
  13722. "additionalProperties": {
  13723. "type": "string"
  13724. }
  13725. }
  13726. },
  13727. "list": {
  13728. "type": "array",
  13729. "items": {
  13730. "$ref": "#/definitions/md.NoticeList"
  13731. }
  13732. },
  13733. "select_data": {
  13734. "type": "array",
  13735. "items": {
  13736. "type": "object",
  13737. "additionalProperties": {
  13738. "type": "string"
  13739. }
  13740. }
  13741. },
  13742. "total": {
  13743. "type": "integer"
  13744. }
  13745. }
  13746. },
  13747. "md.NoticePushList": {
  13748. "type": "object",
  13749. "properties": {
  13750. "content": {
  13751. "type": "string"
  13752. },
  13753. "id": {
  13754. "type": "string"
  13755. },
  13756. "platform": {
  13757. "type": "string"
  13758. },
  13759. "send_end_time": {
  13760. "type": "string",
  13761. "example": "如 2024-11-25 11:56:00"
  13762. },
  13763. "send_start_time": {
  13764. "type": "string",
  13765. "example": "如 2024-11-25 11:56:00"
  13766. },
  13767. "send_type": {
  13768. "type": "string",
  13769. "example": "0立即推送 1定时推送"
  13770. },
  13771. "state": {
  13772. "type": "string",
  13773. "example": "0待发送 1发送成功"
  13774. },
  13775. "target": {
  13776. "type": "string"
  13777. },
  13778. "title": {
  13779. "type": "string"
  13780. }
  13781. }
  13782. },
  13783. "md.NoticePushListResp": {
  13784. "type": "object",
  13785. "properties": {
  13786. "list": {
  13787. "type": "array",
  13788. "items": {
  13789. "$ref": "#/definitions/md.NoticePushList"
  13790. }
  13791. },
  13792. "platform_data": {
  13793. "type": "array",
  13794. "items": {
  13795. "type": "object",
  13796. "additionalProperties": {
  13797. "type": "string"
  13798. }
  13799. }
  13800. },
  13801. "target_data": {
  13802. "type": "array",
  13803. "items": {
  13804. "type": "object",
  13805. "additionalProperties": {
  13806. "type": "string"
  13807. }
  13808. }
  13809. },
  13810. "total": {
  13811. "type": "integer"
  13812. }
  13813. }
  13814. },
  13815. "md.NoticePushSaveReq": {
  13816. "type": "object",
  13817. "properties": {
  13818. "content": {
  13819. "type": "string"
  13820. },
  13821. "id": {
  13822. "type": "string"
  13823. },
  13824. "level": {
  13825. "type": "array",
  13826. "items": {
  13827. "type": "string"
  13828. }
  13829. },
  13830. "platform": {
  13831. "type": "string"
  13832. },
  13833. "send_end_time": {
  13834. "type": "string"
  13835. },
  13836. "send_start_time": {
  13837. "type": "string"
  13838. },
  13839. "send_type": {
  13840. "type": "string"
  13841. },
  13842. "tag_list": {
  13843. "type": "array",
  13844. "items": {
  13845. "type": "string"
  13846. }
  13847. },
  13848. "target": {
  13849. "type": "string"
  13850. },
  13851. "title": {
  13852. "type": "string"
  13853. },
  13854. "user_list": {
  13855. "type": "array",
  13856. "items": {
  13857. "type": "string"
  13858. }
  13859. }
  13860. }
  13861. },
  13862. "md.NoticeSaveReq": {
  13863. "type": "object",
  13864. "properties": {
  13865. "content": {
  13866. "type": "string"
  13867. },
  13868. "day": {
  13869. "type": "string",
  13870. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13871. },
  13872. "id": {
  13873. "type": "string"
  13874. },
  13875. "jpush_open": {
  13876. "type": "string",
  13877. "example": "app推送开启 0关 1开"
  13878. },
  13879. "notice_day": {
  13880. "type": "string",
  13881. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13882. },
  13883. "sms_code": {
  13884. "type": "string",
  13885. "example": "短信模板id"
  13886. },
  13887. "sms_open": {
  13888. "type": "string",
  13889. "example": "短信推送开启 0关 1开"
  13890. },
  13891. "title": {
  13892. "type": "string"
  13893. },
  13894. "type": {
  13895. "type": "string"
  13896. }
  13897. }
  13898. },
  13899. "md.OtherNode": {
  13900. "type": "object",
  13901. "properties": {
  13902. "create_at": {
  13903. "description": "注册时间",
  13904. "type": "string"
  13905. },
  13906. "last_login_at": {
  13907. "description": "最近登录时间",
  13908. "type": "string"
  13909. },
  13910. "last_login_ip": {
  13911. "description": "最后登录 IP",
  13912. "type": "string"
  13913. }
  13914. }
  13915. },
  13916. "md.PageCustomerServiceReq": {
  13917. "type": "object",
  13918. "properties": {
  13919. "memo": {
  13920. "type": "string",
  13921. "example": "备注"
  13922. },
  13923. "page": {
  13924. "type": "integer"
  13925. },
  13926. "page_size": {
  13927. "type": "integer"
  13928. },
  13929. "phone": {
  13930. "description": "手机号",
  13931. "type": "string"
  13932. },
  13933. "state": {
  13934. "description": "状态",
  13935. "type": "integer"
  13936. }
  13937. }
  13938. },
  13939. "md.PageEmoticonReq": {
  13940. "type": "object",
  13941. "properties": {
  13942. "memo": {
  13943. "type": "string",
  13944. "example": "备注"
  13945. },
  13946. "name": {
  13947. "description": "表情名称",
  13948. "type": "string"
  13949. },
  13950. "page": {
  13951. "type": "integer"
  13952. },
  13953. "page_size": {
  13954. "type": "integer"
  13955. },
  13956. "state": {
  13957. "description": "状态",
  13958. "type": "integer"
  13959. }
  13960. }
  13961. },
  13962. "md.PageSendRedPackageOrdReq": {
  13963. "type": "object",
  13964. "properties": {
  13965. "invite_code": {
  13966. "description": "邀请码",
  13967. "type": "string",
  13968. "example": "邀请码"
  13969. },
  13970. "nickname": {
  13971. "description": "昵称",
  13972. "type": "string",
  13973. "example": "昵称"
  13974. },
  13975. "ord_no": {
  13976. "description": "订单号",
  13977. "type": "string",
  13978. "example": "订单号"
  13979. },
  13980. "page": {
  13981. "type": "integer"
  13982. },
  13983. "page_size": {
  13984. "type": "integer"
  13985. },
  13986. "phone": {
  13987. "description": "手机号",
  13988. "type": "string",
  13989. "example": "手机号"
  13990. },
  13991. "red_packet_type": {
  13992. "description": "红包类型",
  13993. "type": "integer"
  13994. },
  13995. "start_time_end": {
  13996. "type": "string",
  13997. "example": "发送时间-截止"
  13998. },
  13999. "start_time_start": {
  14000. "type": "string",
  14001. "example": "发送时间-起始"
  14002. },
  14003. "state": {
  14004. "description": "状态",
  14005. "type": "integer"
  14006. },
  14007. "uid": {
  14008. "type": "integer"
  14009. }
  14010. }
  14011. },
  14012. "md.PlatformRevenueDataNode": {
  14013. "type": "object",
  14014. "properties": {
  14015. "balance_amount": {
  14016. "description": "余额",
  14017. "type": "string"
  14018. },
  14019. "balance_times": {
  14020. "description": "剩余执行次数",
  14021. "type": "integer"
  14022. },
  14023. "create_at": {
  14024. "description": "创建时间",
  14025. "type": "string"
  14026. },
  14027. "hours": {
  14028. "description": "时长",
  14029. "type": "integer"
  14030. },
  14031. "kind": {
  14032. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  14033. "type": "integer"
  14034. },
  14035. "memo": {
  14036. "description": "备注",
  14037. "type": "string"
  14038. },
  14039. "system_id": {
  14040. "type": "integer"
  14041. },
  14042. "total_amount": {
  14043. "description": "金额",
  14044. "type": "string"
  14045. }
  14046. }
  14047. },
  14048. "md.PlayletBaseData": {
  14049. "type": "object",
  14050. "properties": {
  14051. "first_count": {
  14052. "type": "string",
  14053. "example": "首次可观看集数"
  14054. },
  14055. "reward": {
  14056. "type": "string",
  14057. "example": "单次奖励"
  14058. },
  14059. "second_count": {
  14060. "type": "string",
  14061. "example": "看一次广告解锁集数"
  14062. },
  14063. "total": {
  14064. "type": "string",
  14065. "example": "可领取总次数"
  14066. }
  14067. }
  14068. },
  14069. "md.PriceSettingStruct": {
  14070. "type": "object",
  14071. "properties": {
  14072. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  14073. "description": "市商资金单笔x元自动兑换",
  14074. "type": "string"
  14075. },
  14076. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  14077. "description": "市商数量单笔x数量自动兑换",
  14078. "type": "string"
  14079. },
  14080. "price_below_value": {
  14081. "description": "低于x元",
  14082. "type": "string"
  14083. },
  14084. "price_higher_than_value": {
  14085. "description": "高于x元",
  14086. "type": "string"
  14087. }
  14088. }
  14089. },
  14090. "md.ReleaseDynamicReq": {
  14091. "type": "object",
  14092. "properties": {
  14093. "content": {
  14094. "description": "文本内容",
  14095. "type": "string"
  14096. },
  14097. "image": {
  14098. "description": "图片",
  14099. "type": "array",
  14100. "items": {
  14101. "type": "string"
  14102. }
  14103. },
  14104. "is_praise": {
  14105. "description": "是否被表扬(1:是 2:否)",
  14106. "type": "integer"
  14107. },
  14108. "is_top_up": {
  14109. "description": "是否置顶(1:是 2:否)",
  14110. "type": "integer"
  14111. },
  14112. "kind": {
  14113. "description": "类型(1:普通 2:官方)",
  14114. "type": "integer"
  14115. },
  14116. "state": {
  14117. "description": "状态(1:正常 2:隐藏)",
  14118. "type": "integer"
  14119. },
  14120. "video": {
  14121. "description": "视频",
  14122. "type": "array",
  14123. "items": {
  14124. "type": "string"
  14125. }
  14126. }
  14127. }
  14128. },
  14129. "md.Response": {
  14130. "type": "object",
  14131. "properties": {
  14132. "code": {
  14133. "type": "string",
  14134. "example": "响应码"
  14135. },
  14136. "data": {
  14137. "description": "内容"
  14138. },
  14139. "msg": {
  14140. "type": "string",
  14141. "example": "具体错误原因"
  14142. }
  14143. }
  14144. },
  14145. "md.RewardSystemStruct": {
  14146. "type": "object",
  14147. "properties": {
  14148. "level": {
  14149. "description": "圈层",
  14150. "type": "integer"
  14151. },
  14152. "reward_condition": {
  14153. "description": "奖励条件",
  14154. "type": "string"
  14155. },
  14156. "reward_value": {
  14157. "description": "奖励值",
  14158. "type": "string"
  14159. }
  14160. }
  14161. },
  14162. "md.RoleBindPermissionGroupReq": {
  14163. "type": "object",
  14164. "required": [
  14165. "role_id"
  14166. ],
  14167. "properties": {
  14168. "permission_ids": {
  14169. "type": "array",
  14170. "items": {
  14171. "type": "integer"
  14172. }
  14173. },
  14174. "role_id": {
  14175. "type": "integer"
  14176. }
  14177. }
  14178. },
  14179. "md.SelectData": {
  14180. "type": "object",
  14181. "properties": {
  14182. "direction": {
  14183. "type": "array",
  14184. "items": {
  14185. "type": "object",
  14186. "additionalProperties": {
  14187. "type": "string"
  14188. }
  14189. }
  14190. }
  14191. }
  14192. },
  14193. "md.SelectMemberNode": {
  14194. "type": "object",
  14195. "properties": {
  14196. "avatar": {
  14197. "description": "会员头像",
  14198. "type": "string"
  14199. },
  14200. "level": {
  14201. "description": "会员等级",
  14202. "type": "string"
  14203. },
  14204. "nickname": {
  14205. "description": "会员昵称",
  14206. "type": "string"
  14207. },
  14208. "phone": {
  14209. "description": "会员手机号",
  14210. "type": "string"
  14211. },
  14212. "uid": {
  14213. "description": "会员 ID",
  14214. "type": "integer"
  14215. }
  14216. }
  14217. },
  14218. "md.SelectMemberReq": {
  14219. "type": "object",
  14220. "properties": {
  14221. "level": {
  14222. "description": "会员等级",
  14223. "type": "integer"
  14224. },
  14225. "limit": {
  14226. "description": "每页大小",
  14227. "type": "integer"
  14228. },
  14229. "nickname": {
  14230. "description": "会员昵称",
  14231. "type": "string"
  14232. },
  14233. "page": {
  14234. "description": "页数",
  14235. "type": "integer"
  14236. },
  14237. "phone": {
  14238. "description": "会员手机号",
  14239. "type": "string"
  14240. },
  14241. "uid": {
  14242. "description": "会员 ID",
  14243. "type": "integer"
  14244. }
  14245. }
  14246. },
  14247. "md.SelectMemberResp": {
  14248. "type": "object",
  14249. "properties": {
  14250. "level_list": {
  14251. "description": "会员等级列表",
  14252. "type": "array",
  14253. "items": {
  14254. "type": "object",
  14255. "additionalProperties": true
  14256. }
  14257. },
  14258. "list": {
  14259. "description": "会员数据",
  14260. "type": "array",
  14261. "items": {
  14262. "$ref": "#/definitions/md.SelectMemberNode"
  14263. }
  14264. },
  14265. "paginate": {
  14266. "description": "分页信息",
  14267. "allOf": [
  14268. {
  14269. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14270. }
  14271. ]
  14272. }
  14273. }
  14274. },
  14275. "md.SetCustomerServiceStateReq": {
  14276. "type": "object",
  14277. "properties": {
  14278. "id": {
  14279. "description": "拥有用户数量",
  14280. "type": "integer"
  14281. },
  14282. "state": {
  14283. "description": "状态",
  14284. "type": "integer"
  14285. }
  14286. }
  14287. },
  14288. "md.SetEmoticonStateReq": {
  14289. "type": "object",
  14290. "properties": {
  14291. "id": {
  14292. "description": "拥有用户数量",
  14293. "type": "integer"
  14294. },
  14295. "state": {
  14296. "description": "状态",
  14297. "type": "integer"
  14298. }
  14299. }
  14300. },
  14301. "md.SetVideoRewardReq": {
  14302. "type": "object",
  14303. "properties": {
  14304. "ecpm": {
  14305. "description": "当前 Ecpm 值",
  14306. "type": "string"
  14307. },
  14308. "unit_price": {
  14309. "description": "单价",
  14310. "type": "string"
  14311. }
  14312. }
  14313. },
  14314. "md.SonUserDailyActivityAnalysisNode": {
  14315. "type": "object",
  14316. "properties": {
  14317. "activity_day_nums": {
  14318. "description": "活跃子节点活跃天数",
  14319. "type": "integer"
  14320. },
  14321. "nickname": {
  14322. "type": "string",
  14323. "example": "昵称"
  14324. },
  14325. "phone": {
  14326. "type": "string",
  14327. "example": "手机号"
  14328. },
  14329. "uid": {
  14330. "description": "查询用户活跃子节点 ID",
  14331. "type": "integer"
  14332. }
  14333. }
  14334. },
  14335. "md.StatisticsEggPointReq": {
  14336. "type": "object",
  14337. "properties": {
  14338. "week": {
  14339. "type": "string",
  14340. "example": "周份"
  14341. },
  14342. "year": {
  14343. "type": "string",
  14344. "example": "年份"
  14345. }
  14346. }
  14347. },
  14348. "md.StatisticsEggPointResp": {
  14349. "type": "object",
  14350. "properties": {
  14351. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  14352. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  14353. "type": "array",
  14354. "items": {
  14355. "type": "object",
  14356. "additionalProperties": {
  14357. "type": "string"
  14358. }
  14359. }
  14360. },
  14361. "statistics_user_egg_browse_interface_nums_range": {
  14362. "description": "统计用户\"浏览界面次数\"范围",
  14363. "type": "array",
  14364. "items": {
  14365. "type": "object",
  14366. "additionalProperties": {
  14367. "type": "string"
  14368. }
  14369. }
  14370. },
  14371. "statistics_user_egg_college_learning_nums_range": {
  14372. "description": "统计用户\"学院学习次数\"范围",
  14373. "type": "array",
  14374. "items": {
  14375. "type": "object",
  14376. "additionalProperties": {
  14377. "type": "string"
  14378. }
  14379. }
  14380. },
  14381. "statistics_user_egg_ecpm_range": {
  14382. "description": "统计用户\"ecpm\"范围",
  14383. "type": "array",
  14384. "items": {
  14385. "type": "object",
  14386. "additionalProperties": {
  14387. "type": "string"
  14388. }
  14389. }
  14390. },
  14391. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  14392. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  14393. "type": "array",
  14394. "items": {
  14395. "type": "object",
  14396. "additionalProperties": {
  14397. "type": "string"
  14398. }
  14399. }
  14400. },
  14401. "statistics_user_egg_forum_comments_nums_range": {
  14402. "description": "统计用户\"论坛评论次数\"范围",
  14403. "type": "array",
  14404. "items": {
  14405. "type": "object",
  14406. "additionalProperties": {
  14407. "type": "string"
  14408. }
  14409. }
  14410. },
  14411. "statistics_user_egg_invite_user_nums_range": {
  14412. "description": "统计用户\"拉新人数\"范围",
  14413. "type": "array",
  14414. "items": {
  14415. "type": "object",
  14416. "additionalProperties": {
  14417. "type": "string"
  14418. }
  14419. }
  14420. },
  14421. "statistics_user_egg_person_add_activity_value_range": {
  14422. "description": "统计用户\"个人活跃积分增量值\"范围",
  14423. "type": "array",
  14424. "items": {
  14425. "type": "object",
  14426. "additionalProperties": {
  14427. "type": "string"
  14428. }
  14429. }
  14430. },
  14431. "statistics_user_egg_send_circle_of_friend_nums_range": {
  14432. "description": "统计用户\"发朋友圈次数\"范围",
  14433. "type": "array",
  14434. "items": {
  14435. "type": "object",
  14436. "additionalProperties": {
  14437. "type": "string"
  14438. }
  14439. }
  14440. },
  14441. "statistics_user_egg_send_red_package_nums_range": {
  14442. "description": "统计用户\"发红包次数\"范围",
  14443. "type": "array",
  14444. "items": {
  14445. "type": "object",
  14446. "additionalProperties": {
  14447. "type": "string"
  14448. }
  14449. }
  14450. },
  14451. "statistics_user_egg_sign_in_nums_range": {
  14452. "description": "统计用户\"签到次数\"范围",
  14453. "type": "array",
  14454. "items": {
  14455. "type": "object",
  14456. "additionalProperties": {
  14457. "type": "string"
  14458. }
  14459. }
  14460. },
  14461. "statistics_user_egg_team_activity_nums_range": {
  14462. "description": "统计用户\"团队活跃次数\"范围",
  14463. "type": "array",
  14464. "items": {
  14465. "type": "object",
  14466. "additionalProperties": {
  14467. "type": "string"
  14468. }
  14469. }
  14470. },
  14471. "statistics_user_egg_violate_nums_range": {
  14472. "description": "统计用户\"违规次数\"范围",
  14473. "type": "array",
  14474. "items": {
  14475. "type": "object",
  14476. "additionalProperties": {
  14477. "type": "string"
  14478. }
  14479. }
  14480. },
  14481. "week": {
  14482. "type": "string",
  14483. "example": "周份"
  14484. },
  14485. "year": {
  14486. "type": "string",
  14487. "example": "年份"
  14488. },
  14489. "year_list": {
  14490. "description": "年份\u0026\u0026周份列表",
  14491. "type": "object",
  14492. "additionalProperties": {
  14493. "type": "array",
  14494. "items": {
  14495. "type": "string"
  14496. }
  14497. }
  14498. }
  14499. }
  14500. },
  14501. "md.SubUser": {
  14502. "type": "object",
  14503. "properties": {
  14504. "avatar_url": {
  14505. "type": "string",
  14506. "example": "头像"
  14507. },
  14508. "level": {
  14509. "description": "整个系统中的等级",
  14510. "type": "integer"
  14511. },
  14512. "nickname": {
  14513. "type": "string",
  14514. "example": "昵称"
  14515. },
  14516. "phone": {
  14517. "type": "string",
  14518. "example": "手机号"
  14519. },
  14520. "pid": {
  14521. "type": "integer"
  14522. },
  14523. "position": {
  14524. "description": "以pid1为创始人中网的位置",
  14525. "type": "integer"
  14526. },
  14527. "uid": {
  14528. "type": "integer"
  14529. }
  14530. }
  14531. },
  14532. "md.TagListNode": {
  14533. "type": "object",
  14534. "properties": {
  14535. "count": {
  14536. "description": "标签人数",
  14537. "type": "string"
  14538. },
  14539. "create_at": {
  14540. "description": "创建时间",
  14541. "type": "string"
  14542. },
  14543. "is_punish": {
  14544. "description": "是否处罚",
  14545. "type": "integer"
  14546. },
  14547. "memo": {
  14548. "description": "备注",
  14549. "type": "string"
  14550. },
  14551. "name": {
  14552. "description": "名称",
  14553. "type": "string"
  14554. },
  14555. "tag_id": {
  14556. "description": "标签 ID",
  14557. "type": "string"
  14558. }
  14559. }
  14560. },
  14561. "md.TreeNode": {
  14562. "type": "object",
  14563. "properties": {
  14564. "avatar_url": {
  14565. "type": "string",
  14566. "example": "头像"
  14567. },
  14568. "level": {
  14569. "type": "integer"
  14570. },
  14571. "nickname": {
  14572. "type": "string",
  14573. "example": "昵称"
  14574. },
  14575. "phone": {
  14576. "type": "string",
  14577. "example": "手机号"
  14578. },
  14579. "pid": {
  14580. "type": "integer"
  14581. },
  14582. "position": {
  14583. "type": "integer"
  14584. },
  14585. "son": {
  14586. "type": "array",
  14587. "items": {
  14588. "$ref": "#/definitions/md.TreeNode"
  14589. }
  14590. },
  14591. "system_id": {
  14592. "description": "公排网中id",
  14593. "type": "integer"
  14594. },
  14595. "uid": {
  14596. "type": "integer"
  14597. }
  14598. }
  14599. },
  14600. "md.UpdateAdminReq": {
  14601. "type": "object",
  14602. "required": [
  14603. "adm_id",
  14604. "password",
  14605. "username"
  14606. ],
  14607. "properties": {
  14608. "adm_id": {
  14609. "type": "integer"
  14610. },
  14611. "memo": {
  14612. "type": "string"
  14613. },
  14614. "password": {
  14615. "type": "string"
  14616. },
  14617. "username": {
  14618. "type": "string"
  14619. }
  14620. }
  14621. },
  14622. "md.UpdateAdminStateReq": {
  14623. "type": "object",
  14624. "required": [
  14625. "adm_id",
  14626. "state"
  14627. ],
  14628. "properties": {
  14629. "adm_id": {
  14630. "type": "integer"
  14631. },
  14632. "state": {
  14633. "type": "integer"
  14634. }
  14635. }
  14636. },
  14637. "md.UpdateContributionValueBasicSettingReq": {
  14638. "type": "object",
  14639. "properties": {
  14640. "hand_out_red_package": {
  14641. "description": "发红包获得x点",
  14642. "type": "string"
  14643. },
  14644. "id": {
  14645. "type": "string"
  14646. },
  14647. "posting_comment_liked": {
  14648. "description": "发布评论被官方点赞获得x点",
  14649. "type": "string"
  14650. },
  14651. "posting_dynamic_liked": {
  14652. "description": "发布动态被官方点赞获得x点",
  14653. "type": "string"
  14654. },
  14655. "publish_creation": {
  14656. "description": "发布创作获得x点",
  14657. "type": "string"
  14658. }
  14659. }
  14660. },
  14661. "md.UpdateCustomerServiceMemoReq": {
  14662. "type": "object",
  14663. "properties": {
  14664. "id": {
  14665. "description": "拥有用户数量",
  14666. "type": "integer"
  14667. },
  14668. "memo": {
  14669. "description": "备注",
  14670. "type": "string",
  14671. "example": "备注"
  14672. }
  14673. }
  14674. },
  14675. "md.UpdateDynamicReq": {
  14676. "type": "object",
  14677. "required": [
  14678. "index_id"
  14679. ],
  14680. "properties": {
  14681. "index_id": {
  14682. "description": "动态id",
  14683. "type": "string"
  14684. },
  14685. "is_praise": {
  14686. "description": "是否被表扬(1:是 2:否)",
  14687. "type": "integer"
  14688. },
  14689. "is_top_up": {
  14690. "description": "是否置顶(1:是 2:否)",
  14691. "type": "integer"
  14692. },
  14693. "state": {
  14694. "description": "状态(1:正常 2:隐藏)",
  14695. "type": "integer"
  14696. }
  14697. }
  14698. },
  14699. "md.UpdateEggEnergyBasicReq": {
  14700. "type": "object",
  14701. "properties": {
  14702. "basic_setting": {
  14703. "description": "基础设置",
  14704. "allOf": [
  14705. {
  14706. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  14707. }
  14708. ]
  14709. },
  14710. "data_setting": {
  14711. "description": "数据设置",
  14712. "allOf": [
  14713. {
  14714. "$ref": "#/definitions/md.DataSetting"
  14715. }
  14716. ]
  14717. },
  14718. "destruction_setting": {
  14719. "description": "销毁设置",
  14720. "allOf": [
  14721. {
  14722. "$ref": "#/definitions/md.DestructionSettingStruct"
  14723. }
  14724. ]
  14725. },
  14726. "exchange_rules": {
  14727. "description": "兑换规则",
  14728. "allOf": [
  14729. {
  14730. "$ref": "#/definitions/md.ExchangeRulesStruct"
  14731. }
  14732. ]
  14733. },
  14734. "new_user_incentive_rules": {
  14735. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  14736. "allOf": [
  14737. {
  14738. "$ref": "#/definitions/md.NewUserRewardRules"
  14739. }
  14740. ]
  14741. },
  14742. "price_setting": {
  14743. "description": "价格设置",
  14744. "allOf": [
  14745. {
  14746. "$ref": "#/definitions/md.PriceSettingStruct"
  14747. }
  14748. ]
  14749. },
  14750. "reward_system": {
  14751. "description": "圈层奖励",
  14752. "type": "array",
  14753. "items": {
  14754. "$ref": "#/definitions/md.RewardSystemStruct"
  14755. }
  14756. },
  14757. "system_id": {
  14758. "description": "该设置系统 ID",
  14759. "type": "integer"
  14760. },
  14761. "video_reward_setting": {
  14762. "description": "视频奖励",
  14763. "allOf": [
  14764. {
  14765. "$ref": "#/definitions/md.VideoRewardSetting"
  14766. }
  14767. ]
  14768. }
  14769. }
  14770. },
  14771. "md.UpdateEggEnergyVipSettingReq": {
  14772. "type": "object",
  14773. "properties": {
  14774. "list": {
  14775. "description": "更新后数据",
  14776. "type": "array",
  14777. "items": {
  14778. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  14779. }
  14780. }
  14781. }
  14782. },
  14783. "md.UpdateEmoticonReq": {
  14784. "type": "object",
  14785. "properties": {
  14786. "id": {
  14787. "description": "拥有用户数量",
  14788. "type": "integer"
  14789. },
  14790. "img_url": {
  14791. "type": "string",
  14792. "example": "图片地址"
  14793. },
  14794. "memo": {
  14795. "description": "备注",
  14796. "type": "string",
  14797. "example": "备注"
  14798. },
  14799. "name": {
  14800. "type": "string",
  14801. "example": "名称"
  14802. },
  14803. "sort": {
  14804. "description": "排序",
  14805. "type": "integer"
  14806. }
  14807. }
  14808. },
  14809. "md.UpdateFriendCircleBasicSettingsReq": {
  14810. "type": "object",
  14811. "properties": {
  14812. "comment_is_real_name": {
  14813. "description": "评论是否需要实名认证(1:是 2:否)",
  14814. "type": "integer"
  14815. },
  14816. "comment_nums_every_day": {
  14817. "description": "评论每天次数",
  14818. "type": "integer"
  14819. },
  14820. "id": {
  14821. "type": "integer"
  14822. },
  14823. "publish_is_real_name": {
  14824. "description": "发布是否需要实名认证(1:是 2:否)",
  14825. "type": "integer"
  14826. },
  14827. "publish_nums_every_day": {
  14828. "description": "发布每天次数",
  14829. "type": "integer"
  14830. }
  14831. }
  14832. },
  14833. "md.UpdateLevelReq": {
  14834. "type": "object",
  14835. "properties": {
  14836. "auto_update": {
  14837. "description": "自动升级 0关闭 1开启",
  14838. "type": "string"
  14839. },
  14840. "choosable_num": {
  14841. "description": "可选任务数量",
  14842. "type": "string"
  14843. },
  14844. "is_use": {
  14845. "description": "是否开启(0.否, 1.是)",
  14846. "type": "string"
  14847. },
  14848. "level_id": {
  14849. "type": "string"
  14850. },
  14851. "level_name": {
  14852. "description": "等级名称",
  14853. "type": "string"
  14854. },
  14855. "level_weight": {
  14856. "description": "等级权重",
  14857. "type": "string"
  14858. },
  14859. "memo": {
  14860. "description": "备注",
  14861. "type": "string"
  14862. },
  14863. "user_level_tasks": {
  14864. "description": "完整的任务列表",
  14865. "type": "array",
  14866. "items": {
  14867. "$ref": "#/definitions/md.LevelTaskNode"
  14868. }
  14869. }
  14870. }
  14871. },
  14872. "md.UpdatePublicPlatoonBasicReq": {
  14873. "type": "object",
  14874. "properties": {
  14875. "is_open": {
  14876. "description": "是否开启(1:开启 0:关闭)",
  14877. "type": "integer"
  14878. },
  14879. "is_self_active_get_team_revenue": {
  14880. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  14881. "type": "integer"
  14882. },
  14883. "originator_uid": {
  14884. "description": "创始人uid",
  14885. "type": "integer"
  14886. },
  14887. "several_rows": {
  14888. "description": "几排",
  14889. "type": "integer"
  14890. },
  14891. "several_times": {
  14892. "description": "几乘",
  14893. "type": "integer"
  14894. },
  14895. "system_punish_replace": {
  14896. "description": "是否位置滑落 被新用户替换 0否 1是",
  14897. "type": "integer"
  14898. },
  14899. "system_punish_replace_value": {
  14900. "description": "xx天未活跃,处罚滑落",
  14901. "type": "integer"
  14902. }
  14903. }
  14904. },
  14905. "md.UpdateRoleReq": {
  14906. "type": "object",
  14907. "required": [
  14908. "memo",
  14909. "name",
  14910. "role_id"
  14911. ],
  14912. "properties": {
  14913. "memo": {
  14914. "type": "string"
  14915. },
  14916. "name": {
  14917. "type": "string"
  14918. },
  14919. "role_id": {
  14920. "type": "integer"
  14921. }
  14922. }
  14923. },
  14924. "md.UpdateRoleStateReq": {
  14925. "type": "object",
  14926. "required": [
  14927. "role_id",
  14928. "state"
  14929. ],
  14930. "properties": {
  14931. "role_id": {
  14932. "type": "integer"
  14933. },
  14934. "state": {
  14935. "type": "integer"
  14936. }
  14937. }
  14938. },
  14939. "md.UpdateTagReq": {
  14940. "type": "object",
  14941. "properties": {
  14942. "is_punish": {
  14943. "description": "是否是惩罚标签",
  14944. "type": "integer"
  14945. },
  14946. "memo": {
  14947. "description": "备注",
  14948. "type": "string"
  14949. },
  14950. "name": {
  14951. "description": "标签名称",
  14952. "type": "string"
  14953. },
  14954. "tag_id": {
  14955. "description": "标签 ID",
  14956. "type": "string"
  14957. }
  14958. }
  14959. },
  14960. "md.UpdateVipEquitySettingNode": {
  14961. "type": "object",
  14962. "properties": {
  14963. "dividend_ratio": {
  14964. "description": "分红比例",
  14965. "type": "string"
  14966. },
  14967. "exchange_account_balance_fee": {
  14968. "description": "兑换余额手续费",
  14969. "type": "string"
  14970. },
  14971. "vip_level_id": {
  14972. "description": "会员等级ID",
  14973. "type": "string"
  14974. }
  14975. }
  14976. },
  14977. "md.UpdateVirtualCoinReq": {
  14978. "type": "object",
  14979. "properties": {
  14980. "exchange_ratio": {
  14981. "description": "兑换比例(与金额)",
  14982. "type": "string"
  14983. },
  14984. "id": {
  14985. "type": "integer"
  14986. },
  14987. "is_use": {
  14988. "description": "是否开启:0否 1是",
  14989. "type": "integer"
  14990. },
  14991. "name": {
  14992. "description": "名称",
  14993. "type": "string"
  14994. }
  14995. }
  14996. },
  14997. "md.UpdateWithdrawSettingReq": {
  14998. "type": "object",
  14999. "properties": {
  15000. "condition_is_open": {
  15001. "description": "提现条件是否开启(0:关闭, 1:开启)",
  15002. "type": "integer"
  15003. },
  15004. "first_withdraw_set": {
  15005. "description": "首次提现设置",
  15006. "allOf": [
  15007. {
  15008. "$ref": "#/definitions/md.FirstWithdrawSet"
  15009. }
  15010. ]
  15011. },
  15012. "frequency_set": {
  15013. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  15014. "allOf": [
  15015. {
  15016. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  15017. }
  15018. ]
  15019. },
  15020. "id": {
  15021. "type": "integer"
  15022. },
  15023. "is_auto": {
  15024. "description": "是否开启自动提现(0:否 1:是)",
  15025. "type": "integer"
  15026. },
  15027. "is_auto_amount_limit": {
  15028. "description": "自动提现金额限制",
  15029. "type": "string"
  15030. },
  15031. "is_real_name": {
  15032. "description": "是否实名(0:否 1:是)",
  15033. "type": "integer"
  15034. },
  15035. "is_support_decimal_point": {
  15036. "description": "是否支持小数点(0:否 1:是)",
  15037. "type": "integer"
  15038. },
  15039. "pending_orders_is_can_apply": {
  15040. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  15041. "type": "integer"
  15042. },
  15043. "tips": {
  15044. "description": "提示",
  15045. "type": "string"
  15046. },
  15047. "vip_level_limit": {
  15048. "description": "提现等级限制",
  15049. "type": "integer"
  15050. },
  15051. "withdraw_amount_limit": {
  15052. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  15053. "type": "string"
  15054. },
  15055. "withdraw_fee_set": {
  15056. "description": "提现手续费设置",
  15057. "allOf": [
  15058. {
  15059. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  15060. }
  15061. ]
  15062. },
  15063. "withdraw_multiple_limit": {
  15064. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  15065. "type": "string"
  15066. },
  15067. "withdraw_nums_limit": {
  15068. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  15069. "type": "integer"
  15070. },
  15071. "withdraw_time_interval": {
  15072. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  15073. "allOf": [
  15074. {
  15075. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  15076. }
  15077. ]
  15078. },
  15079. "withdraw_type": {
  15080. "description": "提现方式(1:支付宝 2:微信)",
  15081. "type": "integer"
  15082. }
  15083. }
  15084. },
  15085. "md.UserDailyActivityAnalysisReq": {
  15086. "type": "object",
  15087. "properties": {
  15088. "end_date": {
  15089. "type": "string",
  15090. "example": "结束日期"
  15091. },
  15092. "page": {
  15093. "description": "页数",
  15094. "type": "integer"
  15095. },
  15096. "page_size": {
  15097. "description": "每页大小",
  15098. "type": "integer"
  15099. },
  15100. "start_date": {
  15101. "type": "string",
  15102. "example": "开始日期"
  15103. },
  15104. "uid": {
  15105. "description": "查询用户 ID",
  15106. "type": "integer"
  15107. }
  15108. }
  15109. },
  15110. "md.UserDailyActivityAnalysisResp": {
  15111. "type": "object",
  15112. "properties": {
  15113. "son_user_data": {
  15114. "description": "被查询用户子节点信息",
  15115. "type": "array",
  15116. "items": {
  15117. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  15118. }
  15119. },
  15120. "top_data": {
  15121. "description": "统计信息",
  15122. "allOf": [
  15123. {
  15124. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  15125. }
  15126. ]
  15127. }
  15128. }
  15129. },
  15130. "md.UserEggFlowReq": {
  15131. "type": "object",
  15132. "properties": {
  15133. "account_balance_exchange_egg_energy_nums_end": {
  15134. "type": "string",
  15135. "example": "余额兑换蛋蛋能量数量-结束值"
  15136. },
  15137. "account_balance_exchange_egg_energy_nums_start": {
  15138. "type": "string",
  15139. "example": "余额兑换蛋蛋能量数量-起始值"
  15140. },
  15141. "browse_interface_nums_end": {
  15142. "type": "string",
  15143. "example": "浏览界面次数-结束值"
  15144. },
  15145. "browse_interface_nums_start": {
  15146. "type": "string",
  15147. "example": "浏览界面次数-起始值"
  15148. },
  15149. "college_learning_nums_end": {
  15150. "type": "string",
  15151. "example": "学院学习次数-结束值"
  15152. },
  15153. "college_learning_nums_start": {
  15154. "type": "string",
  15155. "example": "学院学习次数-起始值"
  15156. },
  15157. "ecpm_end": {
  15158. "type": "string",
  15159. "example": "ecpm-结束值"
  15160. },
  15161. "ecpm_start": {
  15162. "type": "string",
  15163. "example": "ecpm-起始值"
  15164. },
  15165. "egg_energy_exchange_account_balance_end": {
  15166. "type": "string",
  15167. "example": "蛋蛋能量兑换余额数量-结束值"
  15168. },
  15169. "egg_energy_exchange_account_balance_start": {
  15170. "type": "string",
  15171. "example": "蛋蛋能量兑换余额数量-起始值"
  15172. },
  15173. "forum_comments_nums_end": {
  15174. "type": "string",
  15175. "example": "论坛评论次数-结束值"
  15176. },
  15177. "forum_comments_nums_start": {
  15178. "type": "string",
  15179. "example": "论坛评论次数-起始值"
  15180. },
  15181. "im_activity_nums_end": {
  15182. "type": "string",
  15183. "example": "im活跃次数-结束值"
  15184. },
  15185. "im_activity_nums_start": {
  15186. "type": "string",
  15187. "example": "im活跃次数-起始值"
  15188. },
  15189. "invite_user_nums_end": {
  15190. "type": "string",
  15191. "example": "拉新人数-结束值"
  15192. },
  15193. "invite_user_nums_start": {
  15194. "type": "string",
  15195. "example": "拉新人数-起始值"
  15196. },
  15197. "page": {
  15198. "description": "页数",
  15199. "type": "integer"
  15200. },
  15201. "page_size": {
  15202. "description": "每页大小",
  15203. "type": "integer"
  15204. },
  15205. "person_add_activity_value_end": {
  15206. "type": "string",
  15207. "example": "个人活跃积分-结束值"
  15208. },
  15209. "person_add_activity_value_start": {
  15210. "type": "string",
  15211. "example": "个人活跃积分-起始值"
  15212. },
  15213. "score_value_end": {
  15214. "type": "string",
  15215. "example": "蛋蛋分-结束值"
  15216. },
  15217. "score_value_kind": {
  15218. "description": "评分类型(0:未知 1:人工 2:系统)",
  15219. "type": "integer"
  15220. },
  15221. "score_value_start": {
  15222. "type": "string",
  15223. "example": "蛋蛋分-起始值"
  15224. },
  15225. "send_circle_of_friend_nums_end": {
  15226. "type": "string",
  15227. "example": "发朋友圈次数-结束值"
  15228. },
  15229. "send_circle_of_friend_nums_start": {
  15230. "type": "string",
  15231. "example": "发朋友圈次数-起始值"
  15232. },
  15233. "send_red_package_nums_end": {
  15234. "type": "string",
  15235. "example": "发红包次数-结束值"
  15236. },
  15237. "send_red_package_nums_start": {
  15238. "type": "string",
  15239. "example": "发红包次数-起始值"
  15240. },
  15241. "sign_in_nums_end": {
  15242. "type": "string",
  15243. "example": "签到次数-结束值"
  15244. },
  15245. "sign_in_nums_start": {
  15246. "type": "string",
  15247. "example": "签到次数-起始值"
  15248. },
  15249. "team-activity-nums-end": {
  15250. "type": "string",
  15251. "example": "团队活跃次数-结束值"
  15252. },
  15253. "team_activity_nums_start": {
  15254. "type": "string",
  15255. "example": "团队活跃次数-起始值"
  15256. },
  15257. "violate_nums_end": {
  15258. "type": "string",
  15259. "example": "违规次数-结束值"
  15260. },
  15261. "violate_nums_start": {
  15262. "type": "string",
  15263. "example": "违规次数-起始值"
  15264. },
  15265. "week": {
  15266. "type": "string",
  15267. "example": "周份"
  15268. },
  15269. "year": {
  15270. "type": "string",
  15271. "example": "年份"
  15272. }
  15273. }
  15274. },
  15275. "md.UserEggFlowReqResp": {
  15276. "type": "object",
  15277. "properties": {
  15278. "list": {
  15279. "type": "array",
  15280. "items": {
  15281. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  15282. }
  15283. },
  15284. "page": {
  15285. "description": "页数",
  15286. "type": "integer"
  15287. },
  15288. "page_size": {
  15289. "description": "每页大小",
  15290. "type": "integer"
  15291. },
  15292. "score_value_kind_map": {
  15293. "description": "评分类型(0:未知 1:人工 2:系统)",
  15294. "type": "array",
  15295. "items": {
  15296. "type": "object",
  15297. "additionalProperties": true
  15298. }
  15299. },
  15300. "total": {
  15301. "description": "总数量",
  15302. "type": "integer"
  15303. },
  15304. "week": {
  15305. "type": "string",
  15306. "example": "周份"
  15307. },
  15308. "year": {
  15309. "type": "string",
  15310. "example": "年份"
  15311. }
  15312. }
  15313. },
  15314. "md.UserEggFlowReqRespList": {
  15315. "type": "object",
  15316. "properties": {
  15317. "account_balance_exchange_egg_energy_nums": {
  15318. "description": "余额兑换蛋蛋能量数量",
  15319. "type": "integer"
  15320. },
  15321. "browse_interface_nums": {
  15322. "description": "浏览界面次数",
  15323. "type": "integer"
  15324. },
  15325. "college_learning_nums": {
  15326. "description": "学院学习次数",
  15327. "type": "integer"
  15328. },
  15329. "ecpm": {
  15330. "description": "ecpm",
  15331. "type": "number"
  15332. },
  15333. "egg_energy_exchange_account_balance": {
  15334. "description": "蛋蛋能量兑换余额数量",
  15335. "type": "integer"
  15336. },
  15337. "forum_comments_nums": {
  15338. "description": "论坛评论次数",
  15339. "type": "integer"
  15340. },
  15341. "im_activity_nums": {
  15342. "description": "im活跃次数",
  15343. "type": "integer"
  15344. },
  15345. "index_id": {
  15346. "description": "文档id",
  15347. "type": "string"
  15348. },
  15349. "invite_user_nums": {
  15350. "description": "拉新人数",
  15351. "type": "integer"
  15352. },
  15353. "person_add_activity_value": {
  15354. "description": "个人活跃积分",
  15355. "type": "integer"
  15356. },
  15357. "score_value": {
  15358. "description": "蛋蛋分-起始值",
  15359. "type": "number"
  15360. },
  15361. "score_value_kind": {
  15362. "description": "评分类型(0:未知 1:人工 2:系统)",
  15363. "type": "integer"
  15364. },
  15365. "send_circle_of_friend_nums": {
  15366. "description": "发朋友圈次数",
  15367. "type": "integer"
  15368. },
  15369. "send_red_package_nums": {
  15370. "description": "发红包次数",
  15371. "type": "integer"
  15372. },
  15373. "sign_in_nums": {
  15374. "description": "签到次数",
  15375. "type": "integer"
  15376. },
  15377. "team_activity_nums": {
  15378. "description": "团队活跃次数",
  15379. "type": "integer"
  15380. },
  15381. "violate_nums": {
  15382. "description": "违规次数",
  15383. "type": "integer"
  15384. }
  15385. }
  15386. },
  15387. "md.UserEggIndexReq": {
  15388. "type": "object",
  15389. "properties": {
  15390. "week": {
  15391. "type": "string",
  15392. "example": "周份"
  15393. },
  15394. "year": {
  15395. "type": "string",
  15396. "example": "年份"
  15397. }
  15398. }
  15399. },
  15400. "md.UserEggIndexResp": {
  15401. "type": "object",
  15402. "properties": {
  15403. "egg_energy_user_egg_index_weight": {
  15404. "description": "蛋蛋分系数权重",
  15405. "allOf": [
  15406. {
  15407. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  15408. }
  15409. ]
  15410. },
  15411. "statistics_user_egg_kind_proportion": {
  15412. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  15413. "type": "array",
  15414. "items": {
  15415. "type": "object",
  15416. "additionalProperties": true
  15417. }
  15418. },
  15419. "statistics_user_egg_score_value_range": {
  15420. "description": "统计用户蛋蛋分范围",
  15421. "type": "array",
  15422. "items": {
  15423. "type": "object",
  15424. "additionalProperties": {
  15425. "type": "string"
  15426. }
  15427. }
  15428. },
  15429. "week": {
  15430. "type": "string",
  15431. "example": "周份"
  15432. },
  15433. "year": {
  15434. "type": "string",
  15435. "example": "年份"
  15436. },
  15437. "year_list": {
  15438. "description": "年份\u0026\u0026周份列表",
  15439. "type": "object",
  15440. "additionalProperties": {
  15441. "type": "array",
  15442. "items": {
  15443. "type": "string"
  15444. }
  15445. }
  15446. }
  15447. }
  15448. },
  15449. "md.UserFeedbackCateDelReq": {
  15450. "type": "object",
  15451. "properties": {
  15452. "id": {
  15453. "type": "array",
  15454. "items": {
  15455. "type": "string"
  15456. }
  15457. }
  15458. }
  15459. },
  15460. "md.UserFeedbackCateList": {
  15461. "type": "object",
  15462. "properties": {
  15463. "id": {
  15464. "type": "string"
  15465. },
  15466. "name": {
  15467. "type": "string"
  15468. },
  15469. "sort": {
  15470. "type": "string"
  15471. }
  15472. }
  15473. },
  15474. "md.UserFeedbackCateListReq": {
  15475. "type": "object",
  15476. "properties": {
  15477. "limit": {
  15478. "description": "每页大小",
  15479. "type": "string"
  15480. },
  15481. "page": {
  15482. "description": "页数",
  15483. "type": "string"
  15484. }
  15485. }
  15486. },
  15487. "md.UserFeedbackCateListResp": {
  15488. "type": "object",
  15489. "properties": {
  15490. "list": {
  15491. "type": "array",
  15492. "items": {
  15493. "$ref": "#/definitions/md.UserFeedbackCateList"
  15494. }
  15495. },
  15496. "total": {
  15497. "type": "integer"
  15498. }
  15499. }
  15500. },
  15501. "md.UserFeedbackCateSaveReq": {
  15502. "type": "object",
  15503. "properties": {
  15504. "id": {
  15505. "type": "string"
  15506. },
  15507. "name": {
  15508. "type": "string"
  15509. },
  15510. "sort": {
  15511. "type": "string"
  15512. }
  15513. }
  15514. },
  15515. "md.UserFeedbackChangeStateReq": {
  15516. "type": "object",
  15517. "properties": {
  15518. "id": {
  15519. "type": "string"
  15520. },
  15521. "state": {
  15522. "type": "string",
  15523. "example": "0待解决 1处理中 2已解决"
  15524. }
  15525. }
  15526. },
  15527. "md.UserFeedbackDelReq": {
  15528. "type": "object",
  15529. "properties": {
  15530. "id": {
  15531. "type": "array",
  15532. "items": {
  15533. "type": "string"
  15534. }
  15535. }
  15536. }
  15537. },
  15538. "md.UserFeedbackList": {
  15539. "type": "object",
  15540. "properties": {
  15541. "content": {
  15542. "type": "string"
  15543. },
  15544. "create_at": {
  15545. "type": "string"
  15546. },
  15547. "id": {
  15548. "type": "string"
  15549. },
  15550. "img": {
  15551. "type": "array",
  15552. "items": {
  15553. "type": "string"
  15554. }
  15555. },
  15556. "phone": {
  15557. "type": "string"
  15558. },
  15559. "platform": {
  15560. "type": "string"
  15561. },
  15562. "state": {
  15563. "type": "string",
  15564. "example": "0待解决 1处理中 2已解决"
  15565. },
  15566. "title": {
  15567. "type": "string"
  15568. },
  15569. "type": {
  15570. "type": "string"
  15571. },
  15572. "version": {
  15573. "type": "string"
  15574. }
  15575. }
  15576. },
  15577. "md.UserFeedbackListReq": {
  15578. "type": "object",
  15579. "properties": {
  15580. "cid": {
  15581. "type": "string"
  15582. },
  15583. "limit": {
  15584. "description": "每页大小",
  15585. "type": "string"
  15586. },
  15587. "page": {
  15588. "description": "页数",
  15589. "type": "string"
  15590. },
  15591. "phone": {
  15592. "type": "string"
  15593. },
  15594. "uid": {
  15595. "type": "string"
  15596. }
  15597. }
  15598. },
  15599. "md.UserFeedbackListResp": {
  15600. "type": "object",
  15601. "properties": {
  15602. "list": {
  15603. "type": "array",
  15604. "items": {
  15605. "$ref": "#/definitions/md.UserFeedbackList"
  15606. }
  15607. },
  15608. "select_data": {
  15609. "type": "array",
  15610. "items": {
  15611. "type": "object",
  15612. "additionalProperties": true
  15613. }
  15614. },
  15615. "total": {
  15616. "type": "integer"
  15617. }
  15618. }
  15619. },
  15620. "md.UserFeedbackRecordListReq": {
  15621. "type": "object",
  15622. "properties": {
  15623. "id": {
  15624. "type": "string"
  15625. },
  15626. "limit": {
  15627. "description": "每页大小",
  15628. "type": "string"
  15629. },
  15630. "page": {
  15631. "description": "页数",
  15632. "type": "string"
  15633. }
  15634. }
  15635. },
  15636. "md.UserFeedbackRecordListResp": {
  15637. "type": "object",
  15638. "properties": {
  15639. "content": {
  15640. "type": "string"
  15641. },
  15642. "create_at": {
  15643. "type": "string"
  15644. },
  15645. "head_img": {
  15646. "type": "string"
  15647. },
  15648. "nickname": {
  15649. "type": "string"
  15650. },
  15651. "type": {
  15652. "type": "string"
  15653. }
  15654. }
  15655. },
  15656. "md.UserFeedbackSayReq": {
  15657. "type": "object",
  15658. "properties": {
  15659. "content": {
  15660. "type": "string"
  15661. },
  15662. "id": {
  15663. "type": "string"
  15664. }
  15665. }
  15666. },
  15667. "md.UserManagementGetBalanceDetailResp": {
  15668. "type": "object",
  15669. "properties": {
  15670. "list": {
  15671. "type": "array",
  15672. "items": {
  15673. "$ref": "#/definitions/md.BalanceDetailNode"
  15674. }
  15675. },
  15676. "paginate": {
  15677. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15678. }
  15679. }
  15680. },
  15681. "md.UserManagementGetFansResp": {
  15682. "type": "object",
  15683. "properties": {
  15684. "list": {
  15685. "description": "用户数据",
  15686. "type": "array",
  15687. "items": {
  15688. "$ref": "#/definitions/md.FansNode"
  15689. }
  15690. },
  15691. "paginate": {
  15692. "description": "分页信息",
  15693. "allOf": [
  15694. {
  15695. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15696. }
  15697. ]
  15698. }
  15699. }
  15700. },
  15701. "md.UserManagementGetOneBasicResp": {
  15702. "type": "object",
  15703. "properties": {
  15704. "basic_info": {
  15705. "description": "基本信息",
  15706. "allOf": [
  15707. {
  15708. "$ref": "#/definitions/md.BasicInfoNode"
  15709. }
  15710. ]
  15711. },
  15712. "levels_list": {
  15713. "description": "等级列表",
  15714. "type": "array",
  15715. "items": {
  15716. "type": "object",
  15717. "additionalProperties": true
  15718. }
  15719. },
  15720. "other_info": {
  15721. "description": "其他信息",
  15722. "allOf": [
  15723. {
  15724. "$ref": "#/definitions/md.OtherNode"
  15725. }
  15726. ]
  15727. },
  15728. "tags_list": {
  15729. "description": "标签列表",
  15730. "type": "array",
  15731. "items": {
  15732. "type": "object",
  15733. "additionalProperties": true
  15734. }
  15735. }
  15736. }
  15737. },
  15738. "md.UserManagementGetUserListNode": {
  15739. "type": "object",
  15740. "properties": {
  15741. "avatar": {
  15742. "description": "头像",
  15743. "type": "string"
  15744. },
  15745. "id": {
  15746. "description": "会员 ID",
  15747. "type": "integer"
  15748. },
  15749. "invite_code": {
  15750. "type": "string",
  15751. "example": "会员邀请码"
  15752. },
  15753. "is_real_name": {
  15754. "description": "是否实名 0.未实名,1.已实名",
  15755. "type": "integer"
  15756. },
  15757. "last_login_at": {
  15758. "description": "最后登录时间",
  15759. "type": "string"
  15760. },
  15761. "level_name": {
  15762. "description": "会员等级",
  15763. "type": "string"
  15764. },
  15765. "memo": {
  15766. "description": "备注",
  15767. "type": "string"
  15768. },
  15769. "nickname": {
  15770. "description": "昵称",
  15771. "type": "string"
  15772. },
  15773. "parent_id": {
  15774. "description": "推荐人 ID",
  15775. "type": "integer"
  15776. },
  15777. "parent_invite_code": {
  15778. "type": "string",
  15779. "example": "推荐人邀请码"
  15780. },
  15781. "parent_phone": {
  15782. "type": "string",
  15783. "example": "推荐人手机号"
  15784. },
  15785. "phone": {
  15786. "description": "手机号",
  15787. "type": "string"
  15788. },
  15789. "register_time": {
  15790. "description": "注册时间",
  15791. "type": "string"
  15792. },
  15793. "register_type": {
  15794. "description": "注册类型",
  15795. "type": "integer"
  15796. },
  15797. "sex": {
  15798. "description": "性别(0:未知 1:男 2:女)",
  15799. "type": "integer"
  15800. },
  15801. "state": {
  15802. "description": "状态",
  15803. "type": "integer"
  15804. },
  15805. "tag": {
  15806. "description": "会员标签",
  15807. "type": "array",
  15808. "items": {
  15809. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  15810. }
  15811. },
  15812. "wechat": {
  15813. "description": "微信号",
  15814. "type": "string"
  15815. }
  15816. }
  15817. },
  15818. "md.UserManagementGetUserListReq": {
  15819. "type": "object",
  15820. "properties": {
  15821. "effective": {
  15822. "description": "有效会员",
  15823. "type": "integer"
  15824. },
  15825. "id": {
  15826. "description": "会员 ID",
  15827. "type": "integer"
  15828. },
  15829. "invite_code": {
  15830. "type": "string",
  15831. "example": "会员邀请码"
  15832. },
  15833. "is_real_name": {
  15834. "description": "是否实名 0.未实名,1.已实名",
  15835. "type": "integer"
  15836. },
  15837. "level": {
  15838. "description": "会员等级",
  15839. "type": "integer"
  15840. },
  15841. "limit": {
  15842. "type": "integer"
  15843. },
  15844. "login_after": {
  15845. "description": "最近登录结束时间",
  15846. "type": "string"
  15847. },
  15848. "login_before": {
  15849. "description": "最近登录开始时间",
  15850. "type": "string"
  15851. },
  15852. "memo": {
  15853. "description": "备注",
  15854. "type": "string"
  15855. },
  15856. "nickname": {
  15857. "type": "string",
  15858. "example": "会员昵称"
  15859. },
  15860. "page": {
  15861. "type": "integer"
  15862. },
  15863. "parent_invite_code": {
  15864. "type": "string",
  15865. "example": "上级邀请码"
  15866. },
  15867. "parent_phone": {
  15868. "type": "string",
  15869. "example": "上级手机号"
  15870. },
  15871. "phone": {
  15872. "type": "string",
  15873. "example": "会员手机号"
  15874. },
  15875. "recommend_id": {
  15876. "description": "推荐人 ID",
  15877. "type": "integer"
  15878. },
  15879. "register_after": {
  15880. "description": "注册时间终点",
  15881. "type": "string"
  15882. },
  15883. "register_before": {
  15884. "description": "注册时间起点",
  15885. "type": "string"
  15886. },
  15887. "register_type": {
  15888. "description": "注册类型(1:APP注册、2:H5注册)",
  15889. "type": "integer"
  15890. },
  15891. "sex": {
  15892. "description": "性别(0:未知 1:男 2:女)",
  15893. "type": "integer"
  15894. },
  15895. "state": {
  15896. "description": "状态",
  15897. "type": "integer"
  15898. },
  15899. "tag": {
  15900. "description": "标签 id",
  15901. "type": "integer"
  15902. },
  15903. "union_id": {
  15904. "type": "string",
  15905. "example": "微信号"
  15906. }
  15907. }
  15908. },
  15909. "md.UserManagementGetUserListResp": {
  15910. "type": "object",
  15911. "properties": {
  15912. "levels_list": {
  15913. "description": "等级列表",
  15914. "type": "array",
  15915. "items": {
  15916. "type": "object",
  15917. "additionalProperties": true
  15918. }
  15919. },
  15920. "list": {
  15921. "type": "array",
  15922. "items": {
  15923. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  15924. }
  15925. },
  15926. "paginate": {
  15927. "description": "分页信息",
  15928. "allOf": [
  15929. {
  15930. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15931. }
  15932. ]
  15933. },
  15934. "state_list": {
  15935. "description": "状态列表",
  15936. "type": "array",
  15937. "items": {
  15938. "type": "object",
  15939. "additionalProperties": true
  15940. }
  15941. },
  15942. "tags_list": {
  15943. "description": "标签列表",
  15944. "type": "array",
  15945. "items": {
  15946. "type": "object",
  15947. "additionalProperties": true
  15948. }
  15949. }
  15950. }
  15951. },
  15952. "md.UserManagementGetVirtualCoinDetailResp": {
  15953. "type": "object",
  15954. "properties": {
  15955. "coin_list": {
  15956. "type": "array",
  15957. "items": {
  15958. "type": "object",
  15959. "additionalProperties": true
  15960. }
  15961. },
  15962. "list": {
  15963. "type": "array",
  15964. "items": {
  15965. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  15966. }
  15967. },
  15968. "paginate": {
  15969. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15970. }
  15971. }
  15972. },
  15973. "md.UserManagementUpdateUserInfoReq": {
  15974. "type": "object",
  15975. "properties": {
  15976. "avatar": {
  15977. "description": "头像",
  15978. "type": "string"
  15979. },
  15980. "last_login_ip": {
  15981. "description": "用户最后登录 IP",
  15982. "type": "string"
  15983. },
  15984. "level": {
  15985. "description": "会员等级 ID",
  15986. "type": "string"
  15987. },
  15988. "memo": {
  15989. "type": "string",
  15990. "example": "备注"
  15991. },
  15992. "nickname": {
  15993. "description": "用户名",
  15994. "type": "string"
  15995. },
  15996. "parent_uid": {
  15997. "description": "邀请人 ID",
  15998. "type": "string"
  15999. },
  16000. "password": {
  16001. "description": "登录密码",
  16002. "type": "string"
  16003. },
  16004. "phone": {
  16005. "description": "手机号",
  16006. "type": "string"
  16007. },
  16008. "sex": {
  16009. "description": "性别(0:未知 1:男 2:女)",
  16010. "type": "string"
  16011. },
  16012. "state": {
  16013. "description": "账号状态 1正常,2冻结",
  16014. "type": "string"
  16015. },
  16016. "tag": {
  16017. "description": "用户标签 ID列表",
  16018. "type": "string"
  16019. },
  16020. "uid": {
  16021. "type": "integer"
  16022. },
  16023. "union_id": {
  16024. "description": "微信号",
  16025. "type": "string"
  16026. }
  16027. }
  16028. },
  16029. "md.UserRealName": {
  16030. "type": "object",
  16031. "properties": {
  16032. "create_time": {
  16033. "type": "string"
  16034. },
  16035. "id": {
  16036. "type": "string"
  16037. },
  16038. "id_no": {
  16039. "type": "string"
  16040. },
  16041. "name": {
  16042. "type": "string"
  16043. },
  16044. "pay_state": {
  16045. "type": "string",
  16046. "example": "0未支付 1已支付"
  16047. },
  16048. "phone": {
  16049. "type": "string"
  16050. },
  16051. "state": {
  16052. "type": "string",
  16053. "example": "0未申请 1申请通过 3申请失败"
  16054. },
  16055. "uid": {
  16056. "type": "string"
  16057. }
  16058. }
  16059. },
  16060. "md.UserRealNameBaseResp": {
  16061. "type": "object",
  16062. "properties": {
  16063. "user_real_name_money": {
  16064. "type": "string",
  16065. "example": "实名认证费用"
  16066. },
  16067. "user_real_name_rule": {
  16068. "type": "string",
  16069. "example": "实名认证说明"
  16070. }
  16071. }
  16072. },
  16073. "md.UserRealNameReq": {
  16074. "type": "object",
  16075. "properties": {
  16076. "id_no": {
  16077. "type": "string"
  16078. },
  16079. "limit": {
  16080. "type": "string"
  16081. },
  16082. "name": {
  16083. "type": "string"
  16084. },
  16085. "page": {
  16086. "type": "string"
  16087. },
  16088. "phone": {
  16089. "type": "string"
  16090. },
  16091. "state": {
  16092. "type": "string"
  16093. },
  16094. "uid": {
  16095. "type": "string"
  16096. }
  16097. }
  16098. },
  16099. "md.UserRealNameResp": {
  16100. "type": "object",
  16101. "properties": {
  16102. "list": {
  16103. "type": "array",
  16104. "items": {
  16105. "$ref": "#/definitions/md.UserRealName"
  16106. }
  16107. },
  16108. "select_data": {
  16109. "type": "array",
  16110. "items": {
  16111. "type": "object",
  16112. "additionalProperties": {
  16113. "type": "string"
  16114. }
  16115. }
  16116. },
  16117. "total": {
  16118. "type": "integer"
  16119. }
  16120. }
  16121. },
  16122. "md.UserRealNameSaveReq": {
  16123. "type": "object",
  16124. "properties": {
  16125. "id": {
  16126. "type": "string"
  16127. },
  16128. "state": {
  16129. "type": "string"
  16130. }
  16131. }
  16132. },
  16133. "md.UserVirtualCoinFlow": {
  16134. "type": "object",
  16135. "properties": {
  16136. "after_amount": {
  16137. "type": "string",
  16138. "example": "变更后数量"
  16139. },
  16140. "amount": {
  16141. "type": "string",
  16142. "example": "变更数量"
  16143. },
  16144. "before_amount": {
  16145. "type": "string",
  16146. "example": "变更前数量"
  16147. },
  16148. "coin_id": {
  16149. "description": "虚拟币 ID",
  16150. "type": "integer"
  16151. },
  16152. "create_at": {
  16153. "type": "string",
  16154. "example": "创建时间"
  16155. },
  16156. "direction": {
  16157. "description": "方向:1收入 2支出",
  16158. "type": "integer"
  16159. },
  16160. "id": {
  16161. "type": "integer"
  16162. },
  16163. "sys_fee": {
  16164. "type": "string",
  16165. "example": "手续费"
  16166. },
  16167. "title": {
  16168. "type": "string",
  16169. "example": "标题"
  16170. },
  16171. "transfer_type": {
  16172. "description": "转账类型",
  16173. "type": "integer"
  16174. },
  16175. "uid": {
  16176. "description": "用户 ID",
  16177. "type": "integer"
  16178. },
  16179. "update_at": {
  16180. "type": "string",
  16181. "example": "更新时间"
  16182. }
  16183. }
  16184. },
  16185. "md.VideoBaseData": {
  16186. "type": "object",
  16187. "properties": {
  16188. "interval": {
  16189. "type": "string",
  16190. "example": "领取间隔 秒"
  16191. },
  16192. "reward": {
  16193. "type": "string",
  16194. "example": "单次奖励"
  16195. },
  16196. "timer": {
  16197. "type": "string",
  16198. "example": "观看X秒奖励"
  16199. },
  16200. "total": {
  16201. "type": "string",
  16202. "example": "可领取总次数"
  16203. }
  16204. }
  16205. },
  16206. "md.VideoRewardSetting": {
  16207. "type": "object",
  16208. "properties": {
  16209. "video_reward_is_open": {
  16210. "description": "视频奖励是否开启(1:开启 0:关闭)",
  16211. "type": "integer"
  16212. },
  16213. "video_reward_system": {
  16214. "description": "视频奖励机制",
  16215. "allOf": [
  16216. {
  16217. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  16218. }
  16219. ]
  16220. }
  16221. }
  16222. },
  16223. "md.VideoRewardSystemStruct": {
  16224. "type": "object",
  16225. "properties": {
  16226. "each_round_hour": {
  16227. "description": "每一轮X个小时",
  16228. "type": "string"
  16229. },
  16230. "interval_minutes": {
  16231. "description": "间隔X秒",
  16232. "type": "string"
  16233. },
  16234. "reward_total_num": {
  16235. "description": "一共X个奖励视屏",
  16236. "type": "string"
  16237. },
  16238. "reward_value": {
  16239. "description": "奖励X个活跃积分",
  16240. "type": "string"
  16241. }
  16242. }
  16243. },
  16244. "md.VipEquitySettingNode": {
  16245. "type": "object",
  16246. "properties": {
  16247. "dividend_ratio": {
  16248. "description": "分红比例",
  16249. "type": "string"
  16250. },
  16251. "exchange_account_balance_fee": {
  16252. "description": "兑换余额手续费",
  16253. "type": "string"
  16254. },
  16255. "vip_level_id": {
  16256. "description": "会员等级ID",
  16257. "type": "string"
  16258. },
  16259. "vip_level_name": {
  16260. "description": "会员等级名称",
  16261. "type": "string"
  16262. }
  16263. }
  16264. },
  16265. "md.VirtualCoin": {
  16266. "type": "object",
  16267. "properties": {
  16268. "create_at": {
  16269. "type": "string"
  16270. },
  16271. "exchange_ratio": {
  16272. "description": "兑换比例(与金额)",
  16273. "type": "string",
  16274. "example": "兑换比例(与金额)"
  16275. },
  16276. "id": {
  16277. "type": "integer"
  16278. },
  16279. "is_use": {
  16280. "description": "是否开启: 0否 1是",
  16281. "type": "integer"
  16282. },
  16283. "name": {
  16284. "description": "名称",
  16285. "type": "string"
  16286. },
  16287. "update_at": {
  16288. "type": "string"
  16289. }
  16290. }
  16291. },
  16292. "md.VirtualCoinDetailNode": {
  16293. "type": "object",
  16294. "properties": {
  16295. "after_amount": {
  16296. "description": "变更后积分余额",
  16297. "type": "string"
  16298. },
  16299. "amount": {
  16300. "description": "变更数量",
  16301. "type": "string"
  16302. },
  16303. "create_at": {
  16304. "description": "创建时间",
  16305. "type": "string"
  16306. },
  16307. "direction": {
  16308. "description": "类型 1.收入 2.支出",
  16309. "type": "integer"
  16310. },
  16311. "uid": {
  16312. "description": "用户 ID",
  16313. "type": "integer"
  16314. }
  16315. }
  16316. },
  16317. "md.VirtualCoinListNode": {
  16318. "type": "object",
  16319. "properties": {
  16320. "coin_id": {
  16321. "description": "货币类型 ID",
  16322. "type": "integer"
  16323. },
  16324. "kind": {
  16325. "description": "货币序号",
  16326. "type": "integer"
  16327. },
  16328. "name": {
  16329. "type": "string",
  16330. "example": "货币类型名称"
  16331. }
  16332. }
  16333. },
  16334. "md.WebsiteInfoResp": {
  16335. "type": "object",
  16336. "properties": {
  16337. "android_down_url": {
  16338. "type": "string"
  16339. },
  16340. "ios_down_url": {
  16341. "type": "string"
  16342. },
  16343. "seo_logo": {
  16344. "type": "string"
  16345. },
  16346. "seo_title": {
  16347. "type": "string",
  16348. "example": "seo"
  16349. },
  16350. "web_logo": {
  16351. "type": "string"
  16352. }
  16353. }
  16354. },
  16355. "md.WithdrawApplyAuditReq": {
  16356. "type": "object",
  16357. "required": [
  16358. "audit_state",
  16359. "reason",
  16360. "withdraw_apply_id"
  16361. ],
  16362. "properties": {
  16363. "audit_state": {
  16364. "description": "审核状态(1:同意 2:拒绝)",
  16365. "type": "integer"
  16366. },
  16367. "reason": {
  16368. "description": "审核失败(驳回理由)",
  16369. "type": "integer"
  16370. },
  16371. "withdraw_apply_id": {
  16372. "description": "提现申请id",
  16373. "type": "integer"
  16374. }
  16375. }
  16376. },
  16377. "md.WithdrawFeeSetStruct": {
  16378. "type": "object",
  16379. "properties": {
  16380. "duration": {
  16381. "description": "类型 (1.固定金额 2.固定比例)",
  16382. "type": "integer"
  16383. },
  16384. "value": {
  16385. "description": "具体值",
  16386. "type": "integer"
  16387. }
  16388. }
  16389. },
  16390. "md.WithdrawFrequencySettingStruct": {
  16391. "type": "object",
  16392. "properties": {
  16393. "duration": {
  16394. "description": "周期 (1.天 2.周 3.月)",
  16395. "type": "integer"
  16396. },
  16397. "num": {
  16398. "description": "周期数",
  16399. "type": "array",
  16400. "items": {
  16401. "type": "string"
  16402. }
  16403. }
  16404. }
  16405. },
  16406. "md.WithdrawTimeIntervalStruct": {
  16407. "type": "object",
  16408. "properties": {
  16409. "end_at": {
  16410. "type": "string"
  16411. },
  16412. "start_at": {
  16413. "type": "string"
  16414. }
  16415. }
  16416. },
  16417. "model.EggEnergyUserEggIndexWeight": {
  16418. "type": "object",
  16419. "properties": {
  16420. "account_balance_exchange_egg_energy_nums": {
  16421. "type": "string"
  16422. },
  16423. "browse_interface_nums": {
  16424. "type": "string"
  16425. },
  16426. "college_learning_nums": {
  16427. "type": "string"
  16428. },
  16429. "create_at": {
  16430. "type": "string"
  16431. },
  16432. "ecpm": {
  16433. "type": "string"
  16434. },
  16435. "egg_energy_exchange_account_balance": {
  16436. "type": "string"
  16437. },
  16438. "forum_comments_nums": {
  16439. "type": "string"
  16440. },
  16441. "id": {
  16442. "type": "integer"
  16443. },
  16444. "im_activity_nums": {
  16445. "type": "string"
  16446. },
  16447. "invite_user_nums": {
  16448. "type": "string"
  16449. },
  16450. "person_add_activity_value": {
  16451. "type": "string"
  16452. },
  16453. "send_circle_of_friend_nums": {
  16454. "type": "string"
  16455. },
  16456. "send_red_package_nums": {
  16457. "type": "string"
  16458. },
  16459. "sign_in_nums": {
  16460. "type": "string"
  16461. },
  16462. "team_activity_nums": {
  16463. "type": "string"
  16464. },
  16465. "update_at": {
  16466. "type": "string"
  16467. },
  16468. "violate_nums": {
  16469. "type": "string"
  16470. }
  16471. }
  16472. },
  16473. "model.PlatformActiveData": {
  16474. "type": "object",
  16475. "properties": {
  16476. "date": {
  16477. "type": "string"
  16478. },
  16479. "id": {
  16480. "type": "integer"
  16481. },
  16482. "new_user_count": {
  16483. "type": "integer"
  16484. },
  16485. "user_sign_in_count": {
  16486. "type": "integer"
  16487. },
  16488. "withdraw_amount_count": {
  16489. "type": "string"
  16490. },
  16491. "withdraw_user_count": {
  16492. "type": "integer"
  16493. }
  16494. }
  16495. },
  16496. "model.UserLevelTask": {
  16497. "type": "object",
  16498. "properties": {
  16499. "active_days": {
  16500. "type": "integer"
  16501. },
  16502. "create_at": {
  16503. "type": "string"
  16504. },
  16505. "finish_count": {
  16506. "type": "integer"
  16507. },
  16508. "id": {
  16509. "type": "integer"
  16510. },
  16511. "is_must_task": {
  16512. "type": "integer"
  16513. },
  16514. "level_id": {
  16515. "type": "integer"
  16516. },
  16517. "task_type": {
  16518. "type": "integer"
  16519. },
  16520. "task_type_level_id": {
  16521. "type": "integer"
  16522. },
  16523. "update_at": {
  16524. "type": "string"
  16525. },
  16526. "within_days": {
  16527. "type": "integer"
  16528. }
  16529. }
  16530. },
  16531. "setCenter.WebBasicReq": {
  16532. "type": "object",
  16533. "properties": {
  16534. "android_down_url": {
  16535. "type": "string"
  16536. },
  16537. "ios_down_url": {
  16538. "type": "string"
  16539. },
  16540. "seo_logo": {
  16541. "type": "string"
  16542. },
  16543. "seo_title": {
  16544. "type": "string"
  16545. },
  16546. "wap_host": {
  16547. "type": "string",
  16548. "example": "h5域名"
  16549. },
  16550. "web_logo": {
  16551. "type": "string"
  16552. }
  16553. }
  16554. },
  16555. "setCenter.WebBasicResp": {
  16556. "type": "object",
  16557. "properties": {
  16558. "android_down_url": {
  16559. "type": "string"
  16560. },
  16561. "ios_down_url": {
  16562. "type": "string"
  16563. },
  16564. "seo_logo": {
  16565. "type": "string"
  16566. },
  16567. "seo_logo_url": {
  16568. "type": "string"
  16569. },
  16570. "seo_title": {
  16571. "type": "string"
  16572. },
  16573. "wap_host": {
  16574. "type": "string",
  16575. "example": "h5域名"
  16576. },
  16577. "web_logo": {
  16578. "type": "string"
  16579. },
  16580. "web_logo_url": {
  16581. "type": "string"
  16582. }
  16583. }
  16584. }
  16585. },
  16586. "securityDefinitions": {
  16587. "MasterID": {
  16588. "type": "apiKey",
  16589. "name": "MasterID",
  16590. "in": "header"
  16591. }
  16592. }
  16593. }