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

17610 lines
599 KiB

  1. // Code generated by swaggo/swag. DO NOT EDIT.
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/adminLog/list": {
  26. "post": {
  27. "description": "操作日志",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "操作日志"
  36. ],
  37. "summary": "操作日志",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdminLogListReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "$ref": "#/definitions/md.AdminLogListResp"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/del": {
  73. "post": {
  74. "description": "广告管理-广告列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/del": {
  120. "post": {
  121. "description": "广告管理-广告位置列表-删除",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表-删除",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingDelReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "type": "string"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/list": {
  167. "post": {
  168. "description": "广告管理-广告位置列表",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/function/save": {
  214. "post": {
  215. "description": "广告管理-广告位置列表-保存",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-广告位置列表-保存",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. },
  234. {
  235. "description": "(分页信息必填)",
  236. "name": "req",
  237. "in": "body",
  238. "required": true,
  239. "schema": {
  240. "$ref": "#/definitions/md.AdvertisingFunctionList"
  241. }
  242. }
  243. ],
  244. "responses": {
  245. "200": {
  246. "description": "具体数据",
  247. "schema": {
  248. "type": "string"
  249. }
  250. },
  251. "400": {
  252. "description": "具体错误",
  253. "schema": {
  254. "$ref": "#/definitions/md.Response"
  255. }
  256. }
  257. }
  258. }
  259. },
  260. "/api/advertising/getBasic": {
  261. "get": {
  262. "description": "广告管理-基础设置-信息",
  263. "consumes": [
  264. "application/json"
  265. ],
  266. "produces": [
  267. "application/json"
  268. ],
  269. "tags": [
  270. "广告管理"
  271. ],
  272. "summary": "广告管理-基础设置-信息",
  273. "parameters": [
  274. {
  275. "type": "string",
  276. "description": "验证参数Bearer和token空格拼接",
  277. "name": "Authorization",
  278. "in": "header",
  279. "required": true
  280. }
  281. ],
  282. "responses": {
  283. "200": {
  284. "description": "具体数据",
  285. "schema": {
  286. "$ref": "#/definitions/md.AdvertisingBaseResp"
  287. }
  288. },
  289. "400": {
  290. "description": "具体错误",
  291. "schema": {
  292. "$ref": "#/definitions/md.Response"
  293. }
  294. }
  295. }
  296. }
  297. },
  298. "/api/advertising/getLimit": {
  299. "get": {
  300. "description": "广告管理-广告设置-信息",
  301. "consumes": [
  302. "application/json"
  303. ],
  304. "produces": [
  305. "application/json"
  306. ],
  307. "tags": [
  308. "广告管理"
  309. ],
  310. "summary": "广告管理-广告设置-信息",
  311. "parameters": [
  312. {
  313. "type": "string",
  314. "description": "验证参数Bearer和token空格拼接",
  315. "name": "Authorization",
  316. "in": "header",
  317. "required": true
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingLimit"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/getPlayletBasic": {
  337. "get": {
  338. "description": "广告管理-短剧设置-信息",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-短剧设置-信息",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. }
  357. ],
  358. "responses": {
  359. "200": {
  360. "description": "具体数据",
  361. "schema": {
  362. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  363. }
  364. },
  365. "400": {
  366. "description": "具体错误",
  367. "schema": {
  368. "$ref": "#/definitions/md.Response"
  369. }
  370. }
  371. }
  372. }
  373. },
  374. "/api/advertising/list": {
  375. "post": {
  376. "description": "广告管理-广告列表",
  377. "consumes": [
  378. "application/json"
  379. ],
  380. "produces": [
  381. "application/json"
  382. ],
  383. "tags": [
  384. "广告管理"
  385. ],
  386. "summary": "广告管理-广告列表",
  387. "parameters": [
  388. {
  389. "type": "string",
  390. "description": "验证参数Bearer和token空格拼接",
  391. "name": "Authorization",
  392. "in": "header",
  393. "required": true
  394. },
  395. {
  396. "description": "(分页信息必填)",
  397. "name": "req",
  398. "in": "body",
  399. "required": true,
  400. "schema": {
  401. "$ref": "#/definitions/md.AdvertisingListReq"
  402. }
  403. }
  404. ],
  405. "responses": {
  406. "200": {
  407. "description": "具体数据",
  408. "schema": {
  409. "$ref": "#/definitions/md.AdvertisingListResp"
  410. }
  411. },
  412. "400": {
  413. "description": "具体错误",
  414. "schema": {
  415. "$ref": "#/definitions/md.Response"
  416. }
  417. }
  418. }
  419. }
  420. },
  421. "/api/advertising/save": {
  422. "post": {
  423. "description": "广告管理-广告列表-保存",
  424. "consumes": [
  425. "application/json"
  426. ],
  427. "produces": [
  428. "application/json"
  429. ],
  430. "tags": [
  431. "广告管理"
  432. ],
  433. "summary": "广告管理-广告列表-保存",
  434. "parameters": [
  435. {
  436. "type": "string",
  437. "description": "验证参数Bearer和token空格拼接",
  438. "name": "Authorization",
  439. "in": "header",
  440. "required": true
  441. },
  442. {
  443. "description": "(分页信息必填)",
  444. "name": "req",
  445. "in": "body",
  446. "required": true,
  447. "schema": {
  448. "$ref": "#/definitions/md.AdvertisingSaveReq"
  449. }
  450. }
  451. ],
  452. "responses": {
  453. "200": {
  454. "description": "具体数据",
  455. "schema": {
  456. "type": "string"
  457. }
  458. },
  459. "400": {
  460. "description": "具体错误",
  461. "schema": {
  462. "$ref": "#/definitions/md.Response"
  463. }
  464. }
  465. }
  466. }
  467. },
  468. "/api/advertising/setBasic": {
  469. "post": {
  470. "description": "广告管理-基础设置-信息保存",
  471. "consumes": [
  472. "application/json"
  473. ],
  474. "produces": [
  475. "application/json"
  476. ],
  477. "tags": [
  478. "广告管理"
  479. ],
  480. "summary": "广告管理-基础设置-信息保存",
  481. "parameters": [
  482. {
  483. "type": "string",
  484. "description": "验证参数Bearer和token空格拼接",
  485. "name": "Authorization",
  486. "in": "header",
  487. "required": true
  488. },
  489. {
  490. "description": "(分页信息必填)",
  491. "name": "req",
  492. "in": "body",
  493. "required": true,
  494. "schema": {
  495. "$ref": "#/definitions/md.AdvertisingBase"
  496. }
  497. }
  498. ],
  499. "responses": {
  500. "200": {
  501. "description": "具体数据",
  502. "schema": {
  503. "type": "string"
  504. }
  505. },
  506. "400": {
  507. "description": "具体错误",
  508. "schema": {
  509. "$ref": "#/definitions/md.Response"
  510. }
  511. }
  512. }
  513. }
  514. },
  515. "/api/advertising/setLimit": {
  516. "post": {
  517. "description": "广告管理-广告设置-信息保存",
  518. "consumes": [
  519. "application/json"
  520. ],
  521. "produces": [
  522. "application/json"
  523. ],
  524. "tags": [
  525. "广告管理"
  526. ],
  527. "summary": "广告管理-广告设置-信息保存",
  528. "parameters": [
  529. {
  530. "type": "string",
  531. "description": "验证参数Bearer和token空格拼接",
  532. "name": "Authorization",
  533. "in": "header",
  534. "required": true
  535. },
  536. {
  537. "description": "(分页信息必填)",
  538. "name": "req",
  539. "in": "body",
  540. "required": true,
  541. "schema": {
  542. "$ref": "#/definitions/md.AdvertisingLimit"
  543. }
  544. }
  545. ],
  546. "responses": {
  547. "200": {
  548. "description": "具体数据",
  549. "schema": {
  550. "type": "string"
  551. }
  552. },
  553. "400": {
  554. "description": "具体错误",
  555. "schema": {
  556. "$ref": "#/definitions/md.Response"
  557. }
  558. }
  559. }
  560. }
  561. },
  562. "/api/advertising/setPlayletBasic": {
  563. "post": {
  564. "description": "广告管理-短剧设置-信息保存",
  565. "consumes": [
  566. "application/json"
  567. ],
  568. "produces": [
  569. "application/json"
  570. ],
  571. "tags": [
  572. "广告管理"
  573. ],
  574. "summary": "广告管理-短剧设置-信息保存",
  575. "parameters": [
  576. {
  577. "type": "string",
  578. "description": "验证参数Bearer和token空格拼接",
  579. "name": "Authorization",
  580. "in": "header",
  581. "required": true
  582. },
  583. {
  584. "description": "(分页信息必填)",
  585. "name": "req",
  586. "in": "body",
  587. "required": true,
  588. "schema": {
  589. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  590. }
  591. }
  592. ],
  593. "responses": {
  594. "200": {
  595. "description": "具体数据",
  596. "schema": {
  597. "type": "string"
  598. }
  599. },
  600. "400": {
  601. "description": "具体错误",
  602. "schema": {
  603. "$ref": "#/definitions/md.Response"
  604. }
  605. }
  606. }
  607. }
  608. },
  609. "/api/advertising/visit/list": {
  610. "post": {
  611. "description": "广告管理-回调列表",
  612. "consumes": [
  613. "application/json"
  614. ],
  615. "produces": [
  616. "application/json"
  617. ],
  618. "tags": [
  619. "广告管理"
  620. ],
  621. "summary": "广告管理-回调列表",
  622. "parameters": [
  623. {
  624. "type": "string",
  625. "description": "验证参数Bearer和token空格拼接",
  626. "name": "Authorization",
  627. "in": "header",
  628. "required": true
  629. },
  630. {
  631. "description": "(分页信息必填)",
  632. "name": "req",
  633. "in": "body",
  634. "required": true,
  635. "schema": {
  636. "$ref": "#/definitions/md.AdvertisingVisitListReq"
  637. }
  638. }
  639. ],
  640. "responses": {
  641. "200": {
  642. "description": "具体数据",
  643. "schema": {
  644. "$ref": "#/definitions/md.AdvertisingVisitListResp"
  645. }
  646. },
  647. "400": {
  648. "description": "具体错误",
  649. "schema": {
  650. "$ref": "#/definitions/md.Response"
  651. }
  652. }
  653. }
  654. }
  655. },
  656. "/api/article/cate/del": {
  657. "post": {
  658. "description": "分类列表-分类删除",
  659. "consumes": [
  660. "application/json"
  661. ],
  662. "produces": [
  663. "application/json"
  664. ],
  665. "tags": [
  666. "文章资讯"
  667. ],
  668. "summary": "文章资讯-分类列表-分类删除",
  669. "parameters": [
  670. {
  671. "type": "string",
  672. "description": "验证参数Bearer和token空格拼接",
  673. "name": "Authorization",
  674. "in": "header",
  675. "required": true
  676. },
  677. {
  678. "description": "(分页信息必填)",
  679. "name": "req",
  680. "in": "body",
  681. "required": true,
  682. "schema": {
  683. "$ref": "#/definitions/md.ArticleCateDelReq"
  684. }
  685. }
  686. ],
  687. "responses": {
  688. "200": {
  689. "description": "具体数据",
  690. "schema": {
  691. "type": "string"
  692. }
  693. },
  694. "400": {
  695. "description": "具体错误",
  696. "schema": {
  697. "$ref": "#/definitions/md.Response"
  698. }
  699. }
  700. }
  701. }
  702. },
  703. "/api/article/cate/list": {
  704. "post": {
  705. "description": "分类列表",
  706. "consumes": [
  707. "application/json"
  708. ],
  709. "produces": [
  710. "application/json"
  711. ],
  712. "tags": [
  713. "文章资讯"
  714. ],
  715. "summary": "文章资讯-分类列表",
  716. "parameters": [
  717. {
  718. "type": "string",
  719. "description": "验证参数Bearer和token空格拼接",
  720. "name": "Authorization",
  721. "in": "header",
  722. "required": true
  723. },
  724. {
  725. "description": "(分页信息必填)",
  726. "name": "req",
  727. "in": "body",
  728. "required": true,
  729. "schema": {
  730. "$ref": "#/definitions/md.ArticleCateListReq"
  731. }
  732. }
  733. ],
  734. "responses": {
  735. "200": {
  736. "description": "具体数据",
  737. "schema": {
  738. "$ref": "#/definitions/md.ArticleCateListResp"
  739. }
  740. },
  741. "400": {
  742. "description": "具体错误",
  743. "schema": {
  744. "$ref": "#/definitions/md.Response"
  745. }
  746. }
  747. }
  748. }
  749. },
  750. "/api/article/cate/save": {
  751. "post": {
  752. "description": "分类列表-分类保存",
  753. "consumes": [
  754. "application/json"
  755. ],
  756. "produces": [
  757. "application/json"
  758. ],
  759. "tags": [
  760. "文章资讯"
  761. ],
  762. "summary": "文章资讯-分类列表-分类保存",
  763. "parameters": [
  764. {
  765. "type": "string",
  766. "description": "验证参数Bearer和token空格拼接",
  767. "name": "Authorization",
  768. "in": "header",
  769. "required": true
  770. },
  771. {
  772. "description": "(分页信息必填)",
  773. "name": "req",
  774. "in": "body",
  775. "required": true,
  776. "schema": {
  777. "$ref": "#/definitions/md.ArticleCateSaveReq"
  778. }
  779. }
  780. ],
  781. "responses": {
  782. "200": {
  783. "description": "具体数据",
  784. "schema": {
  785. "type": "string"
  786. }
  787. },
  788. "400": {
  789. "description": "具体错误",
  790. "schema": {
  791. "$ref": "#/definitions/md.Response"
  792. }
  793. }
  794. }
  795. }
  796. },
  797. "/api/article/content/del": {
  798. "post": {
  799. "description": "文章列表-文章删除",
  800. "consumes": [
  801. "application/json"
  802. ],
  803. "produces": [
  804. "application/json"
  805. ],
  806. "tags": [
  807. "文章资讯"
  808. ],
  809. "summary": "文章资讯-文章列表-文章删除",
  810. "parameters": [
  811. {
  812. "type": "string",
  813. "description": "验证参数Bearer和token空格拼接",
  814. "name": "Authorization",
  815. "in": "header",
  816. "required": true
  817. },
  818. {
  819. "description": "(分页信息必填)",
  820. "name": "req",
  821. "in": "body",
  822. "required": true,
  823. "schema": {
  824. "$ref": "#/definitions/md.ArticleDelReq"
  825. }
  826. }
  827. ],
  828. "responses": {
  829. "200": {
  830. "description": "具体数据",
  831. "schema": {
  832. "type": "string"
  833. }
  834. },
  835. "400": {
  836. "description": "具体错误",
  837. "schema": {
  838. "$ref": "#/definitions/md.Response"
  839. }
  840. }
  841. }
  842. }
  843. },
  844. "/api/article/content/list": {
  845. "post": {
  846. "description": "文章列表",
  847. "consumes": [
  848. "application/json"
  849. ],
  850. "produces": [
  851. "application/json"
  852. ],
  853. "tags": [
  854. "文章资讯"
  855. ],
  856. "summary": "文章资讯-文章列表",
  857. "parameters": [
  858. {
  859. "type": "string",
  860. "description": "验证参数Bearer和token空格拼接",
  861. "name": "Authorization",
  862. "in": "header",
  863. "required": true
  864. },
  865. {
  866. "description": "(分页信息必填)",
  867. "name": "req",
  868. "in": "body",
  869. "required": true,
  870. "schema": {
  871. "$ref": "#/definitions/md.ArticleListReq"
  872. }
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.ArticleListResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/article/content/save": {
  892. "post": {
  893. "description": "文章列表-文章保存",
  894. "consumes": [
  895. "application/json"
  896. ],
  897. "produces": [
  898. "application/json"
  899. ],
  900. "tags": [
  901. "文章资讯"
  902. ],
  903. "summary": "文章资讯-文章列表-文章保存",
  904. "parameters": [
  905. {
  906. "type": "string",
  907. "description": "验证参数Bearer和token空格拼接",
  908. "name": "Authorization",
  909. "in": "header",
  910. "required": true
  911. },
  912. {
  913. "description": "(分页信息必填)",
  914. "name": "req",
  915. "in": "body",
  916. "required": true,
  917. "schema": {
  918. "$ref": "#/definitions/md.ArticleSaveReq"
  919. }
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "type": "string"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/audit/clear": {
  939. "post": {
  940. "description": "云打包-云打包-清除审核模板",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包-清除审核模板",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.AuditClearReq"
  966. }
  967. }
  968. ],
  969. "responses": {
  970. "200": {
  971. "description": "具体数据",
  972. "schema": {
  973. "type": "string"
  974. }
  975. },
  976. "400": {
  977. "description": "具体错误",
  978. "schema": {
  979. "$ref": "#/definitions/md.Response"
  980. }
  981. }
  982. }
  983. }
  984. },
  985. "/api/cloudBundle/audit/set": {
  986. "post": {
  987. "description": "云打包-云打包-设置为审核模板",
  988. "consumes": [
  989. "application/json"
  990. ],
  991. "produces": [
  992. "application/json"
  993. ],
  994. "tags": [
  995. "云打包"
  996. ],
  997. "summary": "云打包-云打包-设置为审核模板",
  998. "parameters": [
  999. {
  1000. "type": "string",
  1001. "description": "验证参数Bearer和token空格拼接",
  1002. "name": "Authorization",
  1003. "in": "header",
  1004. "required": true
  1005. },
  1006. {
  1007. "description": "(分页信息必填)",
  1008. "name": "req",
  1009. "in": "body",
  1010. "required": true,
  1011. "schema": {
  1012. "$ref": "#/definitions/md.CommReq"
  1013. }
  1014. }
  1015. ],
  1016. "responses": {
  1017. "200": {
  1018. "description": "具体数据",
  1019. "schema": {
  1020. "type": "string"
  1021. }
  1022. },
  1023. "400": {
  1024. "description": "具体错误",
  1025. "schema": {
  1026. "$ref": "#/definitions/md.Response"
  1027. }
  1028. }
  1029. }
  1030. }
  1031. },
  1032. "/api/cloudBundle/base": {
  1033. "get": {
  1034. "description": "打包机使用-云打包基本信息",
  1035. "consumes": [
  1036. "application/json"
  1037. ],
  1038. "produces": [
  1039. "application/json"
  1040. ],
  1041. "tags": [
  1042. "打包机使用"
  1043. ],
  1044. "summary": "打包机使用-云打包基本信息",
  1045. "parameters": [
  1046. {
  1047. "type": "string",
  1048. "description": "验证参数Bearer和token空格拼接",
  1049. "name": "Authorization",
  1050. "in": "header",
  1051. "required": true
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "$ref": "#/definitions/md.CloudBundleBaseResp"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/build": {
  1071. "post": {
  1072. "description": "云打包-云打包操作",
  1073. "consumes": [
  1074. "application/json"
  1075. ],
  1076. "produces": [
  1077. "application/json"
  1078. ],
  1079. "tags": [
  1080. "云打包"
  1081. ],
  1082. "summary": "云打包-云打包操作",
  1083. "parameters": [
  1084. {
  1085. "type": "string",
  1086. "description": "验证参数Bearer和token空格拼接",
  1087. "name": "Authorization",
  1088. "in": "header",
  1089. "required": true
  1090. },
  1091. {
  1092. "description": "(分页信息必填)",
  1093. "name": "req",
  1094. "in": "body",
  1095. "required": true,
  1096. "schema": {
  1097. "$ref": "#/definitions/md.CloudBundleBuildReq"
  1098. }
  1099. }
  1100. ],
  1101. "responses": {
  1102. "200": {
  1103. "description": "具体数据",
  1104. "schema": {
  1105. "type": "string"
  1106. }
  1107. },
  1108. "400": {
  1109. "description": "具体错误",
  1110. "schema": {
  1111. "$ref": "#/definitions/md.Response"
  1112. }
  1113. }
  1114. }
  1115. }
  1116. },
  1117. "/api/cloudBundle/del": {
  1118. "post": {
  1119. "description": "云打包-云打包删除",
  1120. "consumes": [
  1121. "application/json"
  1122. ],
  1123. "produces": [
  1124. "application/json"
  1125. ],
  1126. "tags": [
  1127. "云打包"
  1128. ],
  1129. "summary": "云打包-云打包删除",
  1130. "parameters": [
  1131. {
  1132. "type": "string",
  1133. "description": "验证参数Bearer和token空格拼接",
  1134. "name": "Authorization",
  1135. "in": "header",
  1136. "required": true
  1137. },
  1138. {
  1139. "description": "(分页信息必填)",
  1140. "name": "req",
  1141. "in": "body",
  1142. "required": true,
  1143. "schema": {
  1144. "$ref": "#/definitions/md.CloudBundleDelReq"
  1145. }
  1146. }
  1147. ],
  1148. "responses": {
  1149. "200": {
  1150. "description": "具体数据",
  1151. "schema": {
  1152. "type": "string"
  1153. }
  1154. },
  1155. "400": {
  1156. "description": "具体错误",
  1157. "schema": {
  1158. "$ref": "#/definitions/md.Response"
  1159. }
  1160. }
  1161. }
  1162. }
  1163. },
  1164. "/api/cloudBundle/img/base": {
  1165. "get": {
  1166. "description": "云打包-图片配置",
  1167. "consumes": [
  1168. "application/json"
  1169. ],
  1170. "produces": [
  1171. "application/json"
  1172. ],
  1173. "tags": [
  1174. "云打包"
  1175. ],
  1176. "summary": "云打包-云打包-图片配置",
  1177. "parameters": [
  1178. {
  1179. "type": "string",
  1180. "description": "验证参数Bearer和token空格拼接",
  1181. "name": "Authorization",
  1182. "in": "header",
  1183. "required": true
  1184. }
  1185. ],
  1186. "responses": {
  1187. "200": {
  1188. "description": "具体数据",
  1189. "schema": {
  1190. "$ref": "#/definitions/md.CloudBundleImgResp"
  1191. }
  1192. },
  1193. "400": {
  1194. "description": "具体错误",
  1195. "schema": {
  1196. "$ref": "#/definitions/md.Response"
  1197. }
  1198. }
  1199. }
  1200. }
  1201. },
  1202. "/api/cloudBundle/img/base/save": {
  1203. "post": {
  1204. "description": "云打包-图片配置",
  1205. "consumes": [
  1206. "application/json"
  1207. ],
  1208. "produces": [
  1209. "application/json"
  1210. ],
  1211. "tags": [
  1212. "云打包"
  1213. ],
  1214. "summary": "云打包-图片配置",
  1215. "parameters": [
  1216. {
  1217. "type": "string",
  1218. "description": "验证参数Bearer和token空格拼接",
  1219. "name": "Authorization",
  1220. "in": "header",
  1221. "required": true
  1222. },
  1223. {
  1224. "description": "(分页信息必填)",
  1225. "name": "req",
  1226. "in": "body",
  1227. "required": true,
  1228. "schema": {
  1229. "$ref": "#/definitions/md.CloudBundleImgResp"
  1230. }
  1231. }
  1232. ],
  1233. "responses": {
  1234. "200": {
  1235. "description": "具体数据",
  1236. "schema": {
  1237. "type": "string"
  1238. }
  1239. },
  1240. "400": {
  1241. "description": "具体错误",
  1242. "schema": {
  1243. "$ref": "#/definitions/md.Response"
  1244. }
  1245. }
  1246. }
  1247. }
  1248. },
  1249. "/api/cloudBundle/list": {
  1250. "post": {
  1251. "description": "云打包-云打包版本列表",
  1252. "consumes": [
  1253. "application/json"
  1254. ],
  1255. "produces": [
  1256. "application/json"
  1257. ],
  1258. "tags": [
  1259. "云打包"
  1260. ],
  1261. "summary": "云打包-云打包版本列表",
  1262. "parameters": [
  1263. {
  1264. "type": "string",
  1265. "description": "验证参数Bearer和token空格拼接",
  1266. "name": "Authorization",
  1267. "in": "header",
  1268. "required": true
  1269. },
  1270. {
  1271. "description": "(分页信息必填)",
  1272. "name": "req",
  1273. "in": "body",
  1274. "required": true,
  1275. "schema": {
  1276. "$ref": "#/definitions/md.CloudBundleReq"
  1277. }
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "具体数据",
  1283. "schema": {
  1284. "$ref": "#/definitions/md.CloudBundleResp"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/cloudBundle/update/state": {
  1297. "post": {
  1298. "description": "打包机使用-云打包更新状态",
  1299. "consumes": [
  1300. "application/json"
  1301. ],
  1302. "produces": [
  1303. "application/json"
  1304. ],
  1305. "tags": [
  1306. "打包机使用"
  1307. ],
  1308. "summary": "打包机使用-云打包更新状态等",
  1309. "parameters": [
  1310. {
  1311. "type": "string",
  1312. "description": "验证参数Bearer和token空格拼接",
  1313. "name": "Authorization",
  1314. "in": "header",
  1315. "required": true
  1316. },
  1317. {
  1318. "description": "(分页信息必填)",
  1319. "name": "req",
  1320. "in": "body",
  1321. "required": true,
  1322. "schema": {
  1323. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1324. }
  1325. }
  1326. ],
  1327. "responses": {
  1328. "200": {
  1329. "description": "具体数据",
  1330. "schema": {
  1331. "type": "string"
  1332. }
  1333. },
  1334. "400": {
  1335. "description": "具体错误",
  1336. "schema": {
  1337. "$ref": "#/definitions/md.Response"
  1338. }
  1339. }
  1340. }
  1341. }
  1342. },
  1343. "/api/cloudBundle/upload": {
  1344. "post": {
  1345. "description": "打包机使用-云打包-上传许可链接(获取)",
  1346. "consumes": [
  1347. "application/json"
  1348. ],
  1349. "produces": [
  1350. "application/json"
  1351. ],
  1352. "tags": [
  1353. "打包机使用"
  1354. ],
  1355. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1356. "parameters": [
  1357. {
  1358. "type": "string",
  1359. "description": "验证参数Bearer和token空格拼接",
  1360. "name": "Authorization",
  1361. "in": "header",
  1362. "required": true
  1363. },
  1364. {
  1365. "description": "签名上传url",
  1366. "name": "req",
  1367. "in": "body",
  1368. "required": true,
  1369. "schema": {
  1370. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1371. }
  1372. }
  1373. ],
  1374. "responses": {
  1375. "200": {
  1376. "description": "许可链接",
  1377. "schema": {
  1378. "type": "string"
  1379. }
  1380. },
  1381. "400": {
  1382. "description": "具体错误",
  1383. "schema": {
  1384. "$ref": "#/definitions/md.Response"
  1385. }
  1386. }
  1387. }
  1388. }
  1389. },
  1390. "/api/cloudBundle/version/base": {
  1391. "get": {
  1392. "description": "云打包-图片配置",
  1393. "consumes": [
  1394. "application/json"
  1395. ],
  1396. "produces": [
  1397. "application/json"
  1398. ],
  1399. "tags": [
  1400. "云打包"
  1401. ],
  1402. "summary": "云打包-云打包-图片配置",
  1403. "parameters": [
  1404. {
  1405. "type": "string",
  1406. "description": "验证参数Bearer和token空格拼接",
  1407. "name": "Authorization",
  1408. "in": "header",
  1409. "required": true
  1410. }
  1411. ],
  1412. "responses": {
  1413. "200": {
  1414. "description": "具体数据",
  1415. "schema": {
  1416. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1417. }
  1418. },
  1419. "400": {
  1420. "description": "具体错误",
  1421. "schema": {
  1422. "$ref": "#/definitions/md.Response"
  1423. }
  1424. }
  1425. }
  1426. }
  1427. },
  1428. "/api/cloudBundle/version/base/save": {
  1429. "post": {
  1430. "description": "云打包-图片配置",
  1431. "consumes": [
  1432. "application/json"
  1433. ],
  1434. "produces": [
  1435. "application/json"
  1436. ],
  1437. "tags": [
  1438. "云打包"
  1439. ],
  1440. "summary": "云打包-图片配置",
  1441. "parameters": [
  1442. {
  1443. "type": "string",
  1444. "description": "验证参数Bearer和token空格拼接",
  1445. "name": "Authorization",
  1446. "in": "header",
  1447. "required": true
  1448. },
  1449. {
  1450. "description": "(分页信息必填)",
  1451. "name": "req",
  1452. "in": "body",
  1453. "required": true,
  1454. "schema": {
  1455. "$ref": "#/definitions/md.CloudBundleVersion"
  1456. }
  1457. }
  1458. ],
  1459. "responses": {
  1460. "200": {
  1461. "description": "具体数据",
  1462. "schema": {
  1463. "type": "string"
  1464. }
  1465. },
  1466. "400": {
  1467. "description": "具体错误",
  1468. "schema": {
  1469. "$ref": "#/definitions/md.Response"
  1470. }
  1471. }
  1472. }
  1473. }
  1474. },
  1475. "/api/comm/adminInfo": {
  1476. "post": {
  1477. "description": "获取管理员信息",
  1478. "consumes": [
  1479. "application/json"
  1480. ],
  1481. "produces": [
  1482. "application/json"
  1483. ],
  1484. "tags": [
  1485. "通用请求"
  1486. ],
  1487. "summary": "通用请求-获取管理员信息",
  1488. "parameters": [
  1489. {
  1490. "type": "string",
  1491. "description": "验证参数Bearer和token空格拼接",
  1492. "name": "Authorization",
  1493. "in": "header",
  1494. "required": true
  1495. }
  1496. ],
  1497. "responses": {
  1498. "200": {
  1499. "description": "管理员信息",
  1500. "schema": {
  1501. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1502. }
  1503. },
  1504. "400": {
  1505. "description": "具体错误",
  1506. "schema": {
  1507. "$ref": "#/definitions/md.Response"
  1508. }
  1509. }
  1510. }
  1511. }
  1512. },
  1513. "/api/comm/getMenuList": {
  1514. "post": {
  1515. "description": "菜单栏列表(获取)",
  1516. "consumes": [
  1517. "application/json"
  1518. ],
  1519. "produces": [
  1520. "application/json"
  1521. ],
  1522. "tags": [
  1523. "权限列表"
  1524. ],
  1525. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1526. "parameters": [
  1527. {
  1528. "type": "string",
  1529. "description": "验证参数Bearer和token空格拼接",
  1530. "name": "Authorization",
  1531. "in": "header",
  1532. "required": true
  1533. }
  1534. ],
  1535. "responses": {
  1536. "200": {
  1537. "description": "具体路由",
  1538. "schema": {
  1539. "type": "object",
  1540. "additionalProperties": true
  1541. }
  1542. },
  1543. "400": {
  1544. "description": "具体错误",
  1545. "schema": {
  1546. "$ref": "#/definitions/md.Response"
  1547. }
  1548. }
  1549. }
  1550. }
  1551. },
  1552. "/api/comm/getOssUrl": {
  1553. "post": {
  1554. "description": "上传许可链接(获取)",
  1555. "consumes": [
  1556. "application/json"
  1557. ],
  1558. "produces": [
  1559. "application/json"
  1560. ],
  1561. "tags": [
  1562. "对象存储"
  1563. ],
  1564. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1565. "parameters": [
  1566. {
  1567. "type": "string",
  1568. "description": "验证参数Bearer和token空格拼接",
  1569. "name": "Authorization",
  1570. "in": "header",
  1571. "required": true
  1572. },
  1573. {
  1574. "description": "签名上传url",
  1575. "name": "req",
  1576. "in": "body",
  1577. "required": true,
  1578. "schema": {
  1579. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1580. }
  1581. }
  1582. ],
  1583. "responses": {
  1584. "200": {
  1585. "description": "许可链接",
  1586. "schema": {
  1587. "type": "string"
  1588. }
  1589. },
  1590. "400": {
  1591. "description": "具体错误",
  1592. "schema": {
  1593. "$ref": "#/definitions/md.Response"
  1594. }
  1595. }
  1596. }
  1597. }
  1598. },
  1599. "/api/config": {
  1600. "get": {
  1601. "description": "基本配置",
  1602. "consumes": [
  1603. "application/json"
  1604. ],
  1605. "produces": [
  1606. "application/json"
  1607. ],
  1608. "tags": [
  1609. "基本配置"
  1610. ],
  1611. "summary": "基本配置",
  1612. "parameters": [
  1613. {
  1614. "type": "string",
  1615. "description": "验证参数Bearer和token空格拼接",
  1616. "name": "Authorization",
  1617. "in": "header",
  1618. "required": true
  1619. }
  1620. ],
  1621. "responses": {
  1622. "200": {
  1623. "description": "具体数据",
  1624. "schema": {
  1625. "$ref": "#/definitions/md.ConfigResp"
  1626. }
  1627. },
  1628. "400": {
  1629. "description": "具体错误",
  1630. "schema": {
  1631. "$ref": "#/definitions/md.Response"
  1632. }
  1633. }
  1634. }
  1635. }
  1636. },
  1637. "/api/demo": {
  1638. "post": {
  1639. "description": "Demo样例测试",
  1640. "consumes": [
  1641. "application/json"
  1642. ],
  1643. "produces": [
  1644. "application/json"
  1645. ],
  1646. "tags": [
  1647. "Demo"
  1648. ],
  1649. "summary": "Demo测试",
  1650. "parameters": [
  1651. {
  1652. "description": "用户名密码",
  1653. "name": "req",
  1654. "in": "body",
  1655. "required": true,
  1656. "schema": {
  1657. "type": "object"
  1658. }
  1659. }
  1660. ],
  1661. "responses": {
  1662. "200": {
  1663. "description": "token",
  1664. "schema": {
  1665. "type": "object",
  1666. "additionalProperties": true
  1667. }
  1668. },
  1669. "400": {
  1670. "description": "具体错误",
  1671. "schema": {
  1672. "$ref": "#/definitions/md.Response"
  1673. }
  1674. }
  1675. }
  1676. }
  1677. },
  1678. "/api/financialCenter/withdraw/applyList": {
  1679. "post": {
  1680. "description": "提现申请列表(获取)",
  1681. "consumes": [
  1682. "application/json"
  1683. ],
  1684. "produces": [
  1685. "application/json"
  1686. ],
  1687. "tags": [
  1688. "提现"
  1689. ],
  1690. "summary": "财务中心-提现-提现申请列表(获取)",
  1691. "parameters": [
  1692. {
  1693. "type": "string",
  1694. "description": "验证参数Bearer和token空格拼接",
  1695. "name": "Authorization",
  1696. "in": "header",
  1697. "required": true
  1698. },
  1699. {
  1700. "description": "筛选条件",
  1701. "name": "req",
  1702. "in": "body",
  1703. "schema": {
  1704. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1705. }
  1706. }
  1707. ],
  1708. "responses": {
  1709. "200": {
  1710. "description": "具体数据",
  1711. "schema": {
  1712. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1713. }
  1714. },
  1715. "400": {
  1716. "description": "具体错误",
  1717. "schema": {
  1718. "$ref": "#/definitions/md.Response"
  1719. }
  1720. }
  1721. }
  1722. }
  1723. },
  1724. "/api/financialCenter/withdraw/audit": {
  1725. "post": {
  1726. "description": "提现审核",
  1727. "consumes": [
  1728. "application/json"
  1729. ],
  1730. "produces": [
  1731. "application/json"
  1732. ],
  1733. "tags": [
  1734. "提现"
  1735. ],
  1736. "summary": "财务中心-提现-审核",
  1737. "parameters": [
  1738. {
  1739. "type": "string",
  1740. "description": "验证参数Bearer和token空格拼接",
  1741. "name": "Authorization",
  1742. "in": "header",
  1743. "required": true
  1744. },
  1745. {
  1746. "description": "筛选条件",
  1747. "name": "req",
  1748. "in": "body",
  1749. "schema": {
  1750. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1751. }
  1752. }
  1753. ],
  1754. "responses": {
  1755. "200": {
  1756. "description": "success",
  1757. "schema": {
  1758. "type": "string"
  1759. }
  1760. },
  1761. "400": {
  1762. "description": "具体错误",
  1763. "schema": {
  1764. "$ref": "#/definitions/md.Response"
  1765. }
  1766. }
  1767. }
  1768. }
  1769. },
  1770. "/api/financialCenter/withdraw/setting": {
  1771. "get": {
  1772. "description": "基础设置(获取)",
  1773. "consumes": [
  1774. "application/json"
  1775. ],
  1776. "produces": [
  1777. "application/json"
  1778. ],
  1779. "tags": [
  1780. "提现"
  1781. ],
  1782. "summary": "财务中心-提现-基础设置(获取)",
  1783. "parameters": [
  1784. {
  1785. "type": "string",
  1786. "description": "验证参数Bearer和token空格拼接",
  1787. "name": "Authorization",
  1788. "in": "header",
  1789. "required": true
  1790. }
  1791. ],
  1792. "responses": {
  1793. "200": {
  1794. "description": "具体数据",
  1795. "schema": {
  1796. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1797. }
  1798. },
  1799. "400": {
  1800. "description": "具体错误",
  1801. "schema": {
  1802. "$ref": "#/definitions/md.Response"
  1803. }
  1804. }
  1805. }
  1806. }
  1807. },
  1808. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1809. "post": {
  1810. "description": "基础设置(更新)",
  1811. "consumes": [
  1812. "application/json"
  1813. ],
  1814. "produces": [
  1815. "application/json"
  1816. ],
  1817. "tags": [
  1818. "提现"
  1819. ],
  1820. "summary": "财务中心-提现-基础设置(更新)",
  1821. "parameters": [
  1822. {
  1823. "type": "string",
  1824. "description": "验证参数Bearer和token空格拼接",
  1825. "name": "Authorization",
  1826. "in": "header",
  1827. "required": true
  1828. },
  1829. {
  1830. "description": "id 必填",
  1831. "name": "req",
  1832. "in": "body",
  1833. "required": true,
  1834. "schema": {
  1835. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1836. }
  1837. }
  1838. ],
  1839. "responses": {
  1840. "200": {
  1841. "description": "修改数据条数",
  1842. "schema": {
  1843. "type": "int"
  1844. }
  1845. },
  1846. "400": {
  1847. "description": "具体错误",
  1848. "schema": {
  1849. "$ref": "#/definitions/md.Response"
  1850. }
  1851. }
  1852. }
  1853. }
  1854. },
  1855. "/api/friendCircleSettings/basic/index": {
  1856. "get": {
  1857. "description": "基础设置(获取)",
  1858. "consumes": [
  1859. "application/json"
  1860. ],
  1861. "produces": [
  1862. "application/json"
  1863. ],
  1864. "tags": [
  1865. "动态设置"
  1866. ],
  1867. "summary": "社交管理-动态设置-基础设置(获取)",
  1868. "parameters": [
  1869. {
  1870. "type": "string",
  1871. "description": "验证参数Bearer和token空格拼接",
  1872. "name": "Authorization",
  1873. "in": "header",
  1874. "required": true
  1875. }
  1876. ],
  1877. "responses": {
  1878. "200": {
  1879. "description": "具体数据",
  1880. "schema": {
  1881. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1882. }
  1883. },
  1884. "400": {
  1885. "description": "具体错误",
  1886. "schema": {
  1887. "$ref": "#/definitions/md.Response"
  1888. }
  1889. }
  1890. }
  1891. }
  1892. },
  1893. "/api/friendCircleSettings/basic/save": {
  1894. "post": {
  1895. "description": "基础设置(更新)",
  1896. "consumes": [
  1897. "application/json"
  1898. ],
  1899. "produces": [
  1900. "application/json"
  1901. ],
  1902. "tags": [
  1903. "动态设置"
  1904. ],
  1905. "summary": "社交管理-动态设置-基础设置(更新)",
  1906. "parameters": [
  1907. {
  1908. "type": "string",
  1909. "description": "验证参数Bearer和token空格拼接",
  1910. "name": "Authorization",
  1911. "in": "header",
  1912. "required": true
  1913. },
  1914. {
  1915. "description": "id 必填",
  1916. "name": "req",
  1917. "in": "body",
  1918. "required": true,
  1919. "schema": {
  1920. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1921. }
  1922. }
  1923. ],
  1924. "responses": {
  1925. "200": {
  1926. "description": "修改数据条数",
  1927. "schema": {
  1928. "type": "int"
  1929. }
  1930. },
  1931. "400": {
  1932. "description": "具体错误",
  1933. "schema": {
  1934. "$ref": "#/definitions/md.Response"
  1935. }
  1936. }
  1937. }
  1938. }
  1939. },
  1940. "/api/friendCircleSettings/blackList/add": {
  1941. "post": {
  1942. "description": "黑名单(新增)",
  1943. "consumes": [
  1944. "application/json"
  1945. ],
  1946. "produces": [
  1947. "application/json"
  1948. ],
  1949. "tags": [
  1950. "动态设置"
  1951. ],
  1952. "summary": "社交管理-动态设置-黑名单(新增)",
  1953. "parameters": [
  1954. {
  1955. "type": "string",
  1956. "description": "验证参数Bearer和token空格拼接",
  1957. "name": "Authorization",
  1958. "in": "header",
  1959. "required": true
  1960. },
  1961. {
  1962. "description": "用户id 必填",
  1963. "name": "req",
  1964. "in": "body",
  1965. "required": true,
  1966. "schema": {
  1967. "$ref": "#/definitions/md.AddBlackListReq"
  1968. }
  1969. }
  1970. ],
  1971. "responses": {
  1972. "200": {
  1973. "description": "生成的黑名单id",
  1974. "schema": {
  1975. "type": "string"
  1976. }
  1977. },
  1978. "400": {
  1979. "description": "具体错误",
  1980. "schema": {
  1981. "$ref": "#/definitions/md.Response"
  1982. }
  1983. }
  1984. }
  1985. }
  1986. },
  1987. "/api/friendCircleSettings/blackList/del": {
  1988. "delete": {
  1989. "description": "黑名单(删除)",
  1990. "consumes": [
  1991. "application/json"
  1992. ],
  1993. "produces": [
  1994. "application/json"
  1995. ],
  1996. "tags": [
  1997. "动态设置"
  1998. ],
  1999. "summary": "社交管理-动态设置-黑名单(删除)",
  2000. "parameters": [
  2001. {
  2002. "type": "string",
  2003. "description": "验证参数Bearer和token空格拼接",
  2004. "name": "Authorization",
  2005. "in": "header",
  2006. "required": true
  2007. },
  2008. {
  2009. "description": "黑名单id 必填",
  2010. "name": "req",
  2011. "in": "body",
  2012. "required": true,
  2013. "schema": {
  2014. "$ref": "#/definitions/md.DeleteBlackListReq"
  2015. }
  2016. }
  2017. ],
  2018. "responses": {
  2019. "200": {
  2020. "description": "删除数据数量",
  2021. "schema": {
  2022. "type": "string"
  2023. }
  2024. },
  2025. "400": {
  2026. "description": "具体错误",
  2027. "schema": {
  2028. "$ref": "#/definitions/md.Response"
  2029. }
  2030. }
  2031. }
  2032. }
  2033. },
  2034. "/api/friendCircleSettings/blackList/index": {
  2035. "get": {
  2036. "description": "黑名单(获取)",
  2037. "consumes": [
  2038. "application/json"
  2039. ],
  2040. "produces": [
  2041. "application/json"
  2042. ],
  2043. "tags": [
  2044. "动态设置"
  2045. ],
  2046. "summary": "社交管理-动态设置-黑名单(获取)",
  2047. "parameters": [
  2048. {
  2049. "type": "string",
  2050. "description": "验证参数Bearer和token空格拼接",
  2051. "name": "Authorization",
  2052. "in": "header",
  2053. "required": true
  2054. },
  2055. {
  2056. "type": "integer",
  2057. "description": "每页大小",
  2058. "name": "limit",
  2059. "in": "query",
  2060. "required": true
  2061. },
  2062. {
  2063. "type": "integer",
  2064. "description": "页数",
  2065. "name": "page",
  2066. "in": "query",
  2067. "required": true
  2068. },
  2069. {
  2070. "type": "integer",
  2071. "description": "手机号",
  2072. "name": "phone",
  2073. "in": "query",
  2074. "required": true
  2075. },
  2076. {
  2077. "type": "integer",
  2078. "description": "用户名",
  2079. "name": "nickname",
  2080. "in": "query",
  2081. "required": true
  2082. },
  2083. {
  2084. "type": "integer",
  2085. "description": "用户id",
  2086. "name": "uid",
  2087. "in": "query",
  2088. "required": true
  2089. }
  2090. ],
  2091. "responses": {
  2092. "200": {
  2093. "description": "具体数据",
  2094. "schema": {
  2095. "$ref": "#/definitions/md.GetBlackListResp"
  2096. }
  2097. },
  2098. "400": {
  2099. "description": "具体错误",
  2100. "schema": {
  2101. "$ref": "#/definitions/md.Response"
  2102. }
  2103. }
  2104. }
  2105. }
  2106. },
  2107. "/api/friendCircleSettings/dynamic/del": {
  2108. "delete": {
  2109. "description": "动态(删除)",
  2110. "consumes": [
  2111. "application/json"
  2112. ],
  2113. "produces": [
  2114. "application/json"
  2115. ],
  2116. "tags": [
  2117. "动态设置"
  2118. ],
  2119. "summary": "社交管理-动态设置-动态(删除)",
  2120. "parameters": [
  2121. {
  2122. "type": "string",
  2123. "description": "验证参数Bearer和token空格拼接",
  2124. "name": "Authorization",
  2125. "in": "header",
  2126. "required": true
  2127. },
  2128. {
  2129. "description": "删除动态id必填",
  2130. "name": "req",
  2131. "in": "body",
  2132. "required": true,
  2133. "schema": {
  2134. "$ref": "#/definitions/md.DeleteDynamicReq"
  2135. }
  2136. }
  2137. ],
  2138. "responses": {
  2139. "200": {
  2140. "description": "success",
  2141. "schema": {
  2142. "type": "string"
  2143. }
  2144. },
  2145. "400": {
  2146. "description": "具体错误",
  2147. "schema": {
  2148. "$ref": "#/definitions/md.Response"
  2149. }
  2150. }
  2151. }
  2152. }
  2153. },
  2154. "/api/friendCircleSettings/dynamic/index": {
  2155. "post": {
  2156. "description": "动态(获取)",
  2157. "consumes": [
  2158. "application/json"
  2159. ],
  2160. "produces": [
  2161. "application/json"
  2162. ],
  2163. "tags": [
  2164. "动态设置"
  2165. ],
  2166. "summary": "社交管理-动态设置-动态(获取)",
  2167. "parameters": [
  2168. {
  2169. "type": "string",
  2170. "description": "验证参数Bearer和token空格拼接",
  2171. "name": "Authorization",
  2172. "in": "header",
  2173. "required": true
  2174. },
  2175. {
  2176. "description": "筛选条件",
  2177. "name": "req",
  2178. "in": "body",
  2179. "schema": {
  2180. "$ref": "#/definitions/md.GetDynamicReq"
  2181. }
  2182. }
  2183. ],
  2184. "responses": {
  2185. "200": {
  2186. "description": "具体数据",
  2187. "schema": {
  2188. "$ref": "#/definitions/md.GetDynamicResp"
  2189. }
  2190. },
  2191. "400": {
  2192. "description": "具体错误",
  2193. "schema": {
  2194. "$ref": "#/definitions/md.Response"
  2195. }
  2196. }
  2197. }
  2198. }
  2199. },
  2200. "/api/friendCircleSettings/dynamic/release": {
  2201. "post": {
  2202. "description": "动态(发布)",
  2203. "consumes": [
  2204. "application/json"
  2205. ],
  2206. "produces": [
  2207. "application/json"
  2208. ],
  2209. "tags": [
  2210. "动态设置"
  2211. ],
  2212. "summary": "社交管理-动态设置-动态(发布)",
  2213. "parameters": [
  2214. {
  2215. "type": "string",
  2216. "description": "验证参数Bearer和token空格拼接",
  2217. "name": "Authorization",
  2218. "in": "header",
  2219. "required": true
  2220. },
  2221. {
  2222. "description": "发布动态信息",
  2223. "name": "req",
  2224. "in": "body",
  2225. "required": true,
  2226. "schema": {
  2227. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2228. }
  2229. }
  2230. ],
  2231. "responses": {
  2232. "200": {
  2233. "description": "success",
  2234. "schema": {
  2235. "type": "string"
  2236. }
  2237. },
  2238. "400": {
  2239. "description": "具体错误",
  2240. "schema": {
  2241. "$ref": "#/definitions/md.Response"
  2242. }
  2243. }
  2244. }
  2245. }
  2246. },
  2247. "/api/friendCircleSettings/dynamic/update": {
  2248. "post": {
  2249. "description": "动态(更新)",
  2250. "consumes": [
  2251. "application/json"
  2252. ],
  2253. "produces": [
  2254. "application/json"
  2255. ],
  2256. "tags": [
  2257. "动态设置"
  2258. ],
  2259. "summary": "社交管理-动态设置-动态(更新)",
  2260. "parameters": [
  2261. {
  2262. "type": "string",
  2263. "description": "验证参数Bearer和token空格拼接",
  2264. "name": "Authorization",
  2265. "in": "header",
  2266. "required": true
  2267. },
  2268. {
  2269. "description": "更新动态id必填",
  2270. "name": "req",
  2271. "in": "body",
  2272. "required": true,
  2273. "schema": {
  2274. "$ref": "#/definitions/md.UpdateDynamicReq"
  2275. }
  2276. }
  2277. ],
  2278. "responses": {
  2279. "200": {
  2280. "description": "success",
  2281. "schema": {
  2282. "type": "string"
  2283. }
  2284. },
  2285. "400": {
  2286. "description": "具体错误",
  2287. "schema": {
  2288. "$ref": "#/definitions/md.Response"
  2289. }
  2290. }
  2291. }
  2292. }
  2293. },
  2294. "/api/getSTSVoucher": {
  2295. "get": {
  2296. "description": "STS临时访问凭证(获取)",
  2297. "consumes": [
  2298. "application/json"
  2299. ],
  2300. "produces": [
  2301. "application/json"
  2302. ],
  2303. "tags": [
  2304. "打包机使用"
  2305. ],
  2306. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2307. "parameters": [
  2308. {
  2309. "type": "string",
  2310. "description": "验证参数Bearer和token空格拼接",
  2311. "name": "Authorization",
  2312. "in": "header",
  2313. "required": true
  2314. }
  2315. ],
  2316. "responses": {
  2317. "200": {
  2318. "description": "凭证及其他信息",
  2319. "schema": {
  2320. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2321. }
  2322. },
  2323. "400": {
  2324. "description": "具体错误",
  2325. "schema": {
  2326. "$ref": "#/definitions/md.Response"
  2327. }
  2328. }
  2329. }
  2330. }
  2331. },
  2332. "/api/homePage/activeData": {
  2333. "get": {
  2334. "description": "活跃数据",
  2335. "consumes": [
  2336. "application/json"
  2337. ],
  2338. "produces": [
  2339. "application/json"
  2340. ],
  2341. "tags": [
  2342. "首页"
  2343. ],
  2344. "summary": "首页-首页-活跃数据",
  2345. "parameters": [
  2346. {
  2347. "type": "string",
  2348. "description": "验证参数Bearer和token空格拼接",
  2349. "name": "Authorization",
  2350. "in": "header",
  2351. "required": true
  2352. }
  2353. ],
  2354. "responses": {
  2355. "200": {
  2356. "description": "具体数据",
  2357. "schema": {
  2358. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2359. }
  2360. },
  2361. "400": {
  2362. "description": "具体错误",
  2363. "schema": {
  2364. "$ref": "#/definitions/md.Response"
  2365. }
  2366. }
  2367. }
  2368. }
  2369. },
  2370. "/api/homePage/growData": {
  2371. "get": {
  2372. "description": "用户增长曲线",
  2373. "consumes": [
  2374. "application/json"
  2375. ],
  2376. "produces": [
  2377. "application/json"
  2378. ],
  2379. "tags": [
  2380. "首页"
  2381. ],
  2382. "summary": "首页-首页-用户增长曲线",
  2383. "parameters": [
  2384. {
  2385. "type": "string",
  2386. "description": "验证参数Bearer和token空格拼接",
  2387. "name": "Authorization",
  2388. "in": "header",
  2389. "required": true
  2390. },
  2391. {
  2392. "type": "string",
  2393. "description": "1:按天 2:按周 3:按小时",
  2394. "name": "kind",
  2395. "in": "query"
  2396. }
  2397. ],
  2398. "responses": {
  2399. "200": {
  2400. "description": "具体数据",
  2401. "schema": {
  2402. "$ref": "#/definitions/md.GetPriceCurveResp"
  2403. }
  2404. },
  2405. "400": {
  2406. "description": "具体错误",
  2407. "schema": {
  2408. "$ref": "#/definitions/md.Response"
  2409. }
  2410. }
  2411. }
  2412. }
  2413. },
  2414. "/api/homePage/totalData": {
  2415. "get": {
  2416. "description": "数据总览",
  2417. "consumes": [
  2418. "application/json"
  2419. ],
  2420. "produces": [
  2421. "application/json"
  2422. ],
  2423. "tags": [
  2424. "首页"
  2425. ],
  2426. "summary": "首页-首页-数据总览",
  2427. "parameters": [
  2428. {
  2429. "type": "string",
  2430. "description": "验证参数Bearer和token空格拼接",
  2431. "name": "Authorization",
  2432. "in": "header",
  2433. "required": true
  2434. },
  2435. {
  2436. "type": "string",
  2437. "description": "年",
  2438. "name": "year",
  2439. "in": "query",
  2440. "required": true
  2441. },
  2442. {
  2443. "type": "string",
  2444. "description": "月",
  2445. "name": "month",
  2446. "in": "query",
  2447. "required": true
  2448. }
  2449. ],
  2450. "responses": {
  2451. "200": {
  2452. "description": "具体数据",
  2453. "schema": {
  2454. "$ref": "#/definitions/hdl.TotalDataResp"
  2455. }
  2456. },
  2457. "400": {
  2458. "description": "具体错误",
  2459. "schema": {
  2460. "$ref": "#/definitions/md.Response"
  2461. }
  2462. }
  2463. }
  2464. }
  2465. },
  2466. "/api/im/addCustomerService": {
  2467. "post": {
  2468. "description": "客服(新增)",
  2469. "consumes": [
  2470. "application/json"
  2471. ],
  2472. "produces": [
  2473. "application/json"
  2474. ],
  2475. "tags": [
  2476. "客服"
  2477. ],
  2478. "summary": "Im-客服(新增)",
  2479. "parameters": [
  2480. {
  2481. "type": "string",
  2482. "description": "验证参数Bearer和token空格拼接",
  2483. "name": "Authorization",
  2484. "in": "header",
  2485. "required": true
  2486. },
  2487. {
  2488. "description": "相关参数",
  2489. "name": "req",
  2490. "in": "body",
  2491. "required": true,
  2492. "schema": {
  2493. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2494. }
  2495. }
  2496. ],
  2497. "responses": {
  2498. "200": {
  2499. "description": "success",
  2500. "schema": {
  2501. "type": "string"
  2502. }
  2503. },
  2504. "400": {
  2505. "description": "具体错误",
  2506. "schema": {
  2507. "$ref": "#/definitions/md.Response"
  2508. }
  2509. }
  2510. }
  2511. }
  2512. },
  2513. "/api/im/addEmoticon": {
  2514. "post": {
  2515. "description": "表情包(新增)",
  2516. "consumes": [
  2517. "application/json"
  2518. ],
  2519. "produces": [
  2520. "application/json"
  2521. ],
  2522. "tags": [
  2523. "表情包"
  2524. ],
  2525. "summary": "Im-表情包(新增)",
  2526. "parameters": [
  2527. {
  2528. "type": "string",
  2529. "description": "验证参数Bearer和token空格拼接",
  2530. "name": "Authorization",
  2531. "in": "header",
  2532. "required": true
  2533. },
  2534. {
  2535. "description": "相关参数",
  2536. "name": "req",
  2537. "in": "body",
  2538. "required": true,
  2539. "schema": {
  2540. "$ref": "#/definitions/md.AddEmoticonReq"
  2541. }
  2542. }
  2543. ],
  2544. "responses": {
  2545. "200": {
  2546. "description": "success",
  2547. "schema": {
  2548. "type": "string"
  2549. }
  2550. },
  2551. "400": {
  2552. "description": "具体错误",
  2553. "schema": {
  2554. "$ref": "#/definitions/md.Response"
  2555. }
  2556. }
  2557. }
  2558. }
  2559. },
  2560. "/api/im/batchSendGroupMessage": {
  2561. "post": {
  2562. "description": "群发发送群组消息",
  2563. "consumes": [
  2564. "application/json"
  2565. ],
  2566. "produces": [
  2567. "application/json"
  2568. ],
  2569. "tags": [
  2570. "群发发送群组消息"
  2571. ],
  2572. "summary": "Im-群发发送群组消息",
  2573. "parameters": [
  2574. {
  2575. "type": "string",
  2576. "description": "验证参数Bearer和token空格拼接",
  2577. "name": "Authorization",
  2578. "in": "header",
  2579. "required": true
  2580. },
  2581. {
  2582. "description": "相关参数",
  2583. "name": "req",
  2584. "in": "body",
  2585. "required": true,
  2586. "schema": {
  2587. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2588. }
  2589. }
  2590. ],
  2591. "responses": {
  2592. "200": {
  2593. "description": "success",
  2594. "schema": {
  2595. "type": "string"
  2596. }
  2597. },
  2598. "400": {
  2599. "description": "具体错误",
  2600. "schema": {
  2601. "$ref": "#/definitions/md.Response"
  2602. }
  2603. }
  2604. }
  2605. }
  2606. },
  2607. "/api/im/batchSendUserMessage": {
  2608. "post": {
  2609. "description": "群发发送用户消息",
  2610. "consumes": [
  2611. "application/json"
  2612. ],
  2613. "produces": [
  2614. "application/json"
  2615. ],
  2616. "tags": [
  2617. "群发发送用户消息"
  2618. ],
  2619. "summary": "Im-群发发送用户消息",
  2620. "parameters": [
  2621. {
  2622. "type": "string",
  2623. "description": "验证参数Bearer和token空格拼接",
  2624. "name": "Authorization",
  2625. "in": "header",
  2626. "required": true
  2627. },
  2628. {
  2629. "description": "相关参数",
  2630. "name": "req",
  2631. "in": "body",
  2632. "required": true,
  2633. "schema": {
  2634. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2635. }
  2636. }
  2637. ],
  2638. "responses": {
  2639. "200": {
  2640. "description": "success",
  2641. "schema": {
  2642. "type": "string"
  2643. }
  2644. },
  2645. "400": {
  2646. "description": "具体错误",
  2647. "schema": {
  2648. "$ref": "#/definitions/md.Response"
  2649. }
  2650. }
  2651. }
  2652. }
  2653. },
  2654. "/api/im/deleteEmoticon": {
  2655. "post": {
  2656. "description": "表情包(删除)",
  2657. "consumes": [
  2658. "application/json"
  2659. ],
  2660. "produces": [
  2661. "application/json"
  2662. ],
  2663. "tags": [
  2664. "表情包"
  2665. ],
  2666. "summary": "Im-表情包(删除)",
  2667. "parameters": [
  2668. {
  2669. "type": "string",
  2670. "description": "验证参数Bearer和token空格拼接",
  2671. "name": "Authorization",
  2672. "in": "header",
  2673. "required": true
  2674. },
  2675. {
  2676. "description": "相关参数",
  2677. "name": "req",
  2678. "in": "body",
  2679. "required": true,
  2680. "schema": {
  2681. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2682. }
  2683. }
  2684. ],
  2685. "responses": {
  2686. "200": {
  2687. "description": "success",
  2688. "schema": {
  2689. "type": "string"
  2690. }
  2691. },
  2692. "400": {
  2693. "description": "具体错误",
  2694. "schema": {
  2695. "$ref": "#/definitions/md.Response"
  2696. }
  2697. }
  2698. }
  2699. }
  2700. },
  2701. "/api/im/getBasic": {
  2702. "get": {
  2703. "description": "基础设置(获取)",
  2704. "consumes": [
  2705. "application/json"
  2706. ],
  2707. "produces": [
  2708. "application/json"
  2709. ],
  2710. "tags": [
  2711. "基础设置"
  2712. ],
  2713. "summary": "Im-基础设置(获取)",
  2714. "parameters": [
  2715. {
  2716. "type": "string",
  2717. "description": "验证参数Bearer和token空格拼接",
  2718. "name": "Authorization",
  2719. "in": "header",
  2720. "required": true
  2721. }
  2722. ],
  2723. "responses": {
  2724. "200": {
  2725. "description": "设置列表",
  2726. "schema": {
  2727. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2728. }
  2729. },
  2730. "400": {
  2731. "description": "具体错误",
  2732. "schema": {
  2733. "$ref": "#/definitions/md.Response"
  2734. }
  2735. }
  2736. }
  2737. }
  2738. },
  2739. "/api/im/groupList": {
  2740. "post": {
  2741. "description": "群组用户(列表)",
  2742. "consumes": [
  2743. "application/json"
  2744. ],
  2745. "produces": [
  2746. "application/json"
  2747. ],
  2748. "tags": [
  2749. "群组用户"
  2750. ],
  2751. "summary": "Im-群组用户(列表)",
  2752. "parameters": [
  2753. {
  2754. "type": "string",
  2755. "description": "验证参数Bearer和token空格拼接",
  2756. "name": "Authorization",
  2757. "in": "header",
  2758. "required": true
  2759. },
  2760. {
  2761. "description": "相关参数",
  2762. "name": "req",
  2763. "in": "body",
  2764. "required": true,
  2765. "schema": {
  2766. "$ref": "#/definitions/md.GroupListReq"
  2767. }
  2768. }
  2769. ],
  2770. "responses": {
  2771. "200": {
  2772. "description": "OK",
  2773. "schema": {
  2774. "$ref": "#/definitions/md.GroupListResp"
  2775. }
  2776. },
  2777. "400": {
  2778. "description": "具体错误",
  2779. "schema": {
  2780. "$ref": "#/definitions/md.Response"
  2781. }
  2782. }
  2783. }
  2784. }
  2785. },
  2786. "/api/im/pageCustomerService": {
  2787. "post": {
  2788. "description": "客服(列表)",
  2789. "consumes": [
  2790. "application/json"
  2791. ],
  2792. "produces": [
  2793. "application/json"
  2794. ],
  2795. "tags": [
  2796. "客服"
  2797. ],
  2798. "summary": "Im-客服(列表)",
  2799. "parameters": [
  2800. {
  2801. "type": "string",
  2802. "description": "验证参数Bearer和token空格拼接",
  2803. "name": "Authorization",
  2804. "in": "header",
  2805. "required": true
  2806. },
  2807. {
  2808. "description": "相关参数",
  2809. "name": "req",
  2810. "in": "body",
  2811. "required": true,
  2812. "schema": {
  2813. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2814. }
  2815. }
  2816. ],
  2817. "responses": {
  2818. "200": {
  2819. "description": "设置列表",
  2820. "schema": {
  2821. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2822. }
  2823. },
  2824. "400": {
  2825. "description": "具体错误",
  2826. "schema": {
  2827. "$ref": "#/definitions/md.Response"
  2828. }
  2829. }
  2830. }
  2831. }
  2832. },
  2833. "/api/im/pageEmoticon": {
  2834. "post": {
  2835. "description": "表情包(列表)",
  2836. "consumes": [
  2837. "application/json"
  2838. ],
  2839. "produces": [
  2840. "application/json"
  2841. ],
  2842. "tags": [
  2843. "表情包"
  2844. ],
  2845. "summary": "Im-表情包(列表)",
  2846. "parameters": [
  2847. {
  2848. "type": "string",
  2849. "description": "验证参数Bearer和token空格拼接",
  2850. "name": "Authorization",
  2851. "in": "header",
  2852. "required": true
  2853. },
  2854. {
  2855. "description": "相关参数",
  2856. "name": "req",
  2857. "in": "body",
  2858. "required": true,
  2859. "schema": {
  2860. "$ref": "#/definitions/md.PageEmoticonReq"
  2861. }
  2862. }
  2863. ],
  2864. "responses": {
  2865. "200": {
  2866. "description": "设置列表",
  2867. "schema": {
  2868. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2869. }
  2870. },
  2871. "400": {
  2872. "description": "具体错误",
  2873. "schema": {
  2874. "$ref": "#/definitions/md.Response"
  2875. }
  2876. }
  2877. }
  2878. }
  2879. },
  2880. "/api/im/pageSendRedPackageOrd": {
  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.PageSendRedPackageOrdReq"
  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/redPackageRecordsDetail": {
  2928. "get": {
  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. "type": "string",
  2950. "description": "红包id",
  2951. "name": "red_package_id",
  2952. "in": "query",
  2953. "required": true
  2954. }
  2955. ],
  2956. "responses": {
  2957. "200": {
  2958. "description": "success",
  2959. "schema": {
  2960. "type": "string"
  2961. }
  2962. },
  2963. "400": {
  2964. "description": "具体错误",
  2965. "schema": {
  2966. "$ref": "#/definitions/md.Response"
  2967. }
  2968. }
  2969. }
  2970. }
  2971. },
  2972. "/api/im/setBasic": {
  2973. "post": {
  2974. "description": "基础设置(更新)",
  2975. "consumes": [
  2976. "application/json"
  2977. ],
  2978. "produces": [
  2979. "application/json"
  2980. ],
  2981. "tags": [
  2982. "基础设置"
  2983. ],
  2984. "summary": "Im-基础设置(更新)",
  2985. "parameters": [
  2986. {
  2987. "type": "string",
  2988. "description": "验证参数Bearer和token空格拼接",
  2989. "name": "Authorization",
  2990. "in": "header",
  2991. "required": true
  2992. },
  2993. {
  2994. "description": "上传需要修改的信息",
  2995. "name": "req",
  2996. "in": "body",
  2997. "required": true,
  2998. "schema": {
  2999. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  3000. }
  3001. }
  3002. ],
  3003. "responses": {
  3004. "200": {
  3005. "description": "success",
  3006. "schema": {
  3007. "type": "string"
  3008. }
  3009. },
  3010. "400": {
  3011. "description": "具体错误",
  3012. "schema": {
  3013. "$ref": "#/definitions/md.Response"
  3014. }
  3015. }
  3016. }
  3017. }
  3018. },
  3019. "/api/im/setCustomerServiceState": {
  3020. "post": {
  3021. "description": "客服(更新状态)",
  3022. "consumes": [
  3023. "application/json"
  3024. ],
  3025. "produces": [
  3026. "application/json"
  3027. ],
  3028. "tags": [
  3029. "客服"
  3030. ],
  3031. "summary": "Im-客服(更新状态)",
  3032. "parameters": [
  3033. {
  3034. "type": "string",
  3035. "description": "验证参数Bearer和token空格拼接",
  3036. "name": "Authorization",
  3037. "in": "header",
  3038. "required": true
  3039. },
  3040. {
  3041. "description": "相关参数",
  3042. "name": "req",
  3043. "in": "body",
  3044. "required": true,
  3045. "schema": {
  3046. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  3047. }
  3048. }
  3049. ],
  3050. "responses": {
  3051. "200": {
  3052. "description": "success",
  3053. "schema": {
  3054. "type": "string"
  3055. }
  3056. },
  3057. "400": {
  3058. "description": "具体错误",
  3059. "schema": {
  3060. "$ref": "#/definitions/md.Response"
  3061. }
  3062. }
  3063. }
  3064. }
  3065. },
  3066. "/api/im/setEmoticonState": {
  3067. "post": {
  3068. "description": "表情包(新增)",
  3069. "consumes": [
  3070. "application/json"
  3071. ],
  3072. "produces": [
  3073. "application/json"
  3074. ],
  3075. "tags": [
  3076. "表情包"
  3077. ],
  3078. "summary": "Im-表情包(更新状态)",
  3079. "parameters": [
  3080. {
  3081. "type": "string",
  3082. "description": "验证参数Bearer和token空格拼接",
  3083. "name": "Authorization",
  3084. "in": "header",
  3085. "required": true
  3086. },
  3087. {
  3088. "description": "相关参数",
  3089. "name": "req",
  3090. "in": "body",
  3091. "required": true,
  3092. "schema": {
  3093. "$ref": "#/definitions/md.SetEmoticonStateReq"
  3094. }
  3095. }
  3096. ],
  3097. "responses": {
  3098. "200": {
  3099. "description": "success",
  3100. "schema": {
  3101. "type": "string"
  3102. }
  3103. },
  3104. "400": {
  3105. "description": "具体错误",
  3106. "schema": {
  3107. "$ref": "#/definitions/md.Response"
  3108. }
  3109. }
  3110. }
  3111. }
  3112. },
  3113. "/api/im/updateCustomerServiceMemo": {
  3114. "post": {
  3115. "description": "客服(编辑备注)",
  3116. "consumes": [
  3117. "application/json"
  3118. ],
  3119. "produces": [
  3120. "application/json"
  3121. ],
  3122. "tags": [
  3123. "客服"
  3124. ],
  3125. "summary": "Im-客服(编辑备注)",
  3126. "parameters": [
  3127. {
  3128. "type": "string",
  3129. "description": "验证参数Bearer和token空格拼接",
  3130. "name": "Authorization",
  3131. "in": "header",
  3132. "required": true
  3133. },
  3134. {
  3135. "description": "相关参数",
  3136. "name": "req",
  3137. "in": "body",
  3138. "required": true,
  3139. "schema": {
  3140. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3141. }
  3142. }
  3143. ],
  3144. "responses": {
  3145. "200": {
  3146. "description": "success",
  3147. "schema": {
  3148. "type": "string"
  3149. }
  3150. },
  3151. "400": {
  3152. "description": "具体错误",
  3153. "schema": {
  3154. "$ref": "#/definitions/md.Response"
  3155. }
  3156. }
  3157. }
  3158. }
  3159. },
  3160. "/api/im/updateEmoticon": {
  3161. "post": {
  3162. "description": "表情包(编辑)",
  3163. "consumes": [
  3164. "application/json"
  3165. ],
  3166. "produces": [
  3167. "application/json"
  3168. ],
  3169. "tags": [
  3170. "表情包"
  3171. ],
  3172. "summary": "Im-表情包(编辑)",
  3173. "parameters": [
  3174. {
  3175. "type": "string",
  3176. "description": "验证参数Bearer和token空格拼接",
  3177. "name": "Authorization",
  3178. "in": "header",
  3179. "required": true
  3180. },
  3181. {
  3182. "description": "相关参数",
  3183. "name": "req",
  3184. "in": "body",
  3185. "required": true,
  3186. "schema": {
  3187. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3188. }
  3189. }
  3190. ],
  3191. "responses": {
  3192. "200": {
  3193. "description": "success",
  3194. "schema": {
  3195. "type": "string"
  3196. }
  3197. },
  3198. "400": {
  3199. "description": "具体错误",
  3200. "schema": {
  3201. "$ref": "#/definitions/md.Response"
  3202. }
  3203. }
  3204. }
  3205. }
  3206. },
  3207. "/api/institutionalManagement/contentReward/playlet/base": {
  3208. "get": {
  3209. "description": "制度中心-内容奖励-短剧基本信息",
  3210. "consumes": [
  3211. "application/json"
  3212. ],
  3213. "produces": [
  3214. "application/json"
  3215. ],
  3216. "tags": [
  3217. "蛋蛋能量"
  3218. ],
  3219. "summary": "制度中心-内容奖励-短剧基本信息",
  3220. "parameters": [
  3221. {
  3222. "type": "string",
  3223. "description": "验证参数Bearer和token空格拼接",
  3224. "name": "Authorization",
  3225. "in": "header",
  3226. "required": true
  3227. }
  3228. ],
  3229. "responses": {
  3230. "200": {
  3231. "description": "具体数据",
  3232. "schema": {
  3233. "$ref": "#/definitions/md.PlayletBaseData"
  3234. }
  3235. },
  3236. "400": {
  3237. "description": "具体错误",
  3238. "schema": {
  3239. "$ref": "#/definitions/md.Response"
  3240. }
  3241. }
  3242. }
  3243. }
  3244. },
  3245. "/api/institutionalManagement/contentReward/playlet/save": {
  3246. "post": {
  3247. "description": "制度中心-内容奖励-短剧基本配置保存",
  3248. "consumes": [
  3249. "application/json"
  3250. ],
  3251. "produces": [
  3252. "application/json"
  3253. ],
  3254. "tags": [
  3255. "蛋蛋能量"
  3256. ],
  3257. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3258. "parameters": [
  3259. {
  3260. "type": "string",
  3261. "description": "验证参数Bearer和token空格拼接",
  3262. "name": "Authorization",
  3263. "in": "header",
  3264. "required": true
  3265. },
  3266. {
  3267. "description": "(分页信息必填)",
  3268. "name": "req",
  3269. "in": "body",
  3270. "required": true,
  3271. "schema": {
  3272. "$ref": "#/definitions/md.PlayletBaseData"
  3273. }
  3274. }
  3275. ],
  3276. "responses": {
  3277. "200": {
  3278. "description": "具体数据",
  3279. "schema": {
  3280. "type": "string"
  3281. }
  3282. },
  3283. "400": {
  3284. "description": "具体错误",
  3285. "schema": {
  3286. "$ref": "#/definitions/md.Response"
  3287. }
  3288. }
  3289. }
  3290. }
  3291. },
  3292. "/api/institutionalManagement/contentReward/video/base": {
  3293. "get": {
  3294. "description": "制度中心-内容奖励-短视频基本信息",
  3295. "consumes": [
  3296. "application/json"
  3297. ],
  3298. "produces": [
  3299. "application/json"
  3300. ],
  3301. "tags": [
  3302. "蛋蛋能量"
  3303. ],
  3304. "summary": "制度中心-内容奖励-短视频基本信息",
  3305. "parameters": [
  3306. {
  3307. "type": "string",
  3308. "description": "验证参数Bearer和token空格拼接",
  3309. "name": "Authorization",
  3310. "in": "header",
  3311. "required": true
  3312. }
  3313. ],
  3314. "responses": {
  3315. "200": {
  3316. "description": "具体数据",
  3317. "schema": {
  3318. "$ref": "#/definitions/md.VideoBaseData"
  3319. }
  3320. },
  3321. "400": {
  3322. "description": "具体错误",
  3323. "schema": {
  3324. "$ref": "#/definitions/md.Response"
  3325. }
  3326. }
  3327. }
  3328. }
  3329. },
  3330. "/api/institutionalManagement/contentReward/video/save": {
  3331. "post": {
  3332. "description": "制度中心-内容奖励-短视频基本配置保存",
  3333. "consumes": [
  3334. "application/json"
  3335. ],
  3336. "produces": [
  3337. "application/json"
  3338. ],
  3339. "tags": [
  3340. "蛋蛋能量"
  3341. ],
  3342. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3343. "parameters": [
  3344. {
  3345. "type": "string",
  3346. "description": "验证参数Bearer和token空格拼接",
  3347. "name": "Authorization",
  3348. "in": "header",
  3349. "required": true
  3350. },
  3351. {
  3352. "description": "(分页信息必填)",
  3353. "name": "req",
  3354. "in": "body",
  3355. "required": true,
  3356. "schema": {
  3357. "$ref": "#/definitions/md.VideoBaseData"
  3358. }
  3359. }
  3360. ],
  3361. "responses": {
  3362. "200": {
  3363. "description": "具体数据",
  3364. "schema": {
  3365. "type": "string"
  3366. }
  3367. },
  3368. "400": {
  3369. "description": "具体错误",
  3370. "schema": {
  3371. "$ref": "#/definitions/md.Response"
  3372. }
  3373. }
  3374. }
  3375. }
  3376. },
  3377. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3378. "post": {
  3379. "description": "会员设置(新增)",
  3380. "consumes": [
  3381. "application/json"
  3382. ],
  3383. "produces": [
  3384. "application/json"
  3385. ],
  3386. "tags": [
  3387. "蛋蛋能量"
  3388. ],
  3389. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3390. "parameters": [
  3391. {
  3392. "type": "string",
  3393. "description": "验证参数Bearer和token空格拼接",
  3394. "name": "Authorization",
  3395. "in": "header",
  3396. "required": true
  3397. },
  3398. {
  3399. "description": "system_id 必填",
  3400. "name": "req",
  3401. "in": "body",
  3402. "required": true,
  3403. "schema": {
  3404. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3405. }
  3406. }
  3407. ],
  3408. "responses": {
  3409. "200": {
  3410. "description": "修改数据条数",
  3411. "schema": {
  3412. "type": "int"
  3413. }
  3414. },
  3415. "400": {
  3416. "description": "具体错误",
  3417. "schema": {
  3418. "$ref": "#/definitions/md.Response"
  3419. }
  3420. }
  3421. }
  3422. }
  3423. },
  3424. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3425. "post": {
  3426. "description": "动态数据流水(获取)",
  3427. "consumes": [
  3428. "application/json"
  3429. ],
  3430. "produces": [
  3431. "application/json"
  3432. ],
  3433. "tags": [
  3434. "公排管理"
  3435. ],
  3436. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3437. "parameters": [
  3438. {
  3439. "type": "string",
  3440. "description": "验证参数Bearer和token空格拼接",
  3441. "name": "Authorization",
  3442. "in": "header",
  3443. "required": true
  3444. },
  3445. {
  3446. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3447. "name": "req",
  3448. "in": "body",
  3449. "required": true,
  3450. "schema": {
  3451. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3452. }
  3453. }
  3454. ],
  3455. "responses": {
  3456. "200": {
  3457. "description": "成功返回",
  3458. "schema": {
  3459. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3460. }
  3461. },
  3462. "400": {
  3463. "description": "具体错误",
  3464. "schema": {
  3465. "$ref": "#/definitions/md.Response"
  3466. }
  3467. }
  3468. }
  3469. }
  3470. },
  3471. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3472. "post": {
  3473. "description": "批量新增币种",
  3474. "consumes": [
  3475. "application/json"
  3476. ],
  3477. "produces": [
  3478. "application/json"
  3479. ],
  3480. "tags": [
  3481. "蛋蛋能量"
  3482. ],
  3483. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3484. "parameters": [
  3485. {
  3486. "type": "string",
  3487. "description": "验证参数Bearer和token空格拼接",
  3488. "name": "Authorization",
  3489. "in": "header",
  3490. "required": true
  3491. },
  3492. {
  3493. "description": "新增数据信息",
  3494. "name": "req",
  3495. "in": "body",
  3496. "required": true,
  3497. "schema": {
  3498. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3499. }
  3500. }
  3501. ],
  3502. "responses": {
  3503. "200": {
  3504. "description": "新增数据数量",
  3505. "schema": {
  3506. "type": "int"
  3507. }
  3508. },
  3509. "400": {
  3510. "description": "具体错误",
  3511. "schema": {
  3512. "$ref": "#/definitions/md.Response"
  3513. }
  3514. }
  3515. }
  3516. }
  3517. },
  3518. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3519. "get": {
  3520. "description": "贡献值-基础设置(获取)",
  3521. "consumes": [
  3522. "application/json"
  3523. ],
  3524. "produces": [
  3525. "application/json"
  3526. ],
  3527. "tags": [
  3528. "贡献值"
  3529. ],
  3530. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3531. "parameters": [
  3532. {
  3533. "type": "string",
  3534. "description": "验证参数Bearer和token空格拼接",
  3535. "name": "Authorization",
  3536. "in": "header",
  3537. "required": true
  3538. }
  3539. ],
  3540. "responses": {
  3541. "200": {
  3542. "description": "具体数据",
  3543. "schema": {
  3544. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3545. }
  3546. },
  3547. "400": {
  3548. "description": "具体错误",
  3549. "schema": {
  3550. "$ref": "#/definitions/md.Response"
  3551. }
  3552. }
  3553. }
  3554. }
  3555. },
  3556. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3557. "post": {
  3558. "description": "贡献值-基础设置(更新)",
  3559. "consumes": [
  3560. "application/json"
  3561. ],
  3562. "produces": [
  3563. "application/json"
  3564. ],
  3565. "tags": [
  3566. "贡献值"
  3567. ],
  3568. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3569. "parameters": [
  3570. {
  3571. "type": "string",
  3572. "description": "验证参数Bearer和token空格拼接",
  3573. "name": "Authorization",
  3574. "in": "header",
  3575. "required": true
  3576. },
  3577. {
  3578. "description": "id 必填",
  3579. "name": "req",
  3580. "in": "body",
  3581. "required": true,
  3582. "schema": {
  3583. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3584. }
  3585. }
  3586. ],
  3587. "responses": {
  3588. "200": {
  3589. "description": "修改数据条数",
  3590. "schema": {
  3591. "type": "int"
  3592. }
  3593. },
  3594. "400": {
  3595. "description": "具体错误",
  3596. "schema": {
  3597. "$ref": "#/definitions/md.Response"
  3598. }
  3599. }
  3600. }
  3601. }
  3602. },
  3603. "/api/institutionalManagement/eggEnergy/coreData": {
  3604. "get": {
  3605. "description": "核心数据(获取)",
  3606. "consumes": [
  3607. "application/json"
  3608. ],
  3609. "produces": [
  3610. "application/json"
  3611. ],
  3612. "tags": [
  3613. "蛋蛋能量"
  3614. ],
  3615. "summary": "制度中心-蛋蛋能量-核心数据(获取)",
  3616. "parameters": [
  3617. {
  3618. "type": "string",
  3619. "description": "验证参数Bearer和token空格拼接",
  3620. "name": "Authorization",
  3621. "in": "header",
  3622. "required": true
  3623. }
  3624. ],
  3625. "responses": {
  3626. "200": {
  3627. "description": "具体数据",
  3628. "schema": {
  3629. "$ref": "#/definitions/md.GetEggEnergyCoreDataResp"
  3630. }
  3631. },
  3632. "400": {
  3633. "description": "具体错误",
  3634. "schema": {
  3635. "$ref": "#/definitions/md.Response"
  3636. }
  3637. }
  3638. }
  3639. },
  3640. "post": {
  3641. "description": "核心数据(更新)",
  3642. "consumes": [
  3643. "application/json"
  3644. ],
  3645. "produces": [
  3646. "application/json"
  3647. ],
  3648. "tags": [
  3649. "蛋蛋能量"
  3650. ],
  3651. "summary": "制度中心-蛋蛋能量-核心数据(更新)",
  3652. "parameters": [
  3653. {
  3654. "type": "string",
  3655. "description": "验证参数Bearer和token空格拼接",
  3656. "name": "Authorization",
  3657. "in": "header",
  3658. "required": true
  3659. },
  3660. {
  3661. "description": "需要修改的内容和 id",
  3662. "name": "req",
  3663. "in": "body",
  3664. "required": true,
  3665. "schema": {
  3666. "$ref": "#/definitions/md.UpdateEggEnergyCoreDataReq"
  3667. }
  3668. }
  3669. ],
  3670. "responses": {
  3671. "200": {
  3672. "description": "修改数据条数",
  3673. "schema": {
  3674. "type": "int"
  3675. }
  3676. },
  3677. "400": {
  3678. "description": "具体错误",
  3679. "schema": {
  3680. "$ref": "#/definitions/md.Response"
  3681. }
  3682. }
  3683. }
  3684. }
  3685. },
  3686. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3687. "delete": {
  3688. "description": "删除币种",
  3689. "consumes": [
  3690. "application/json"
  3691. ],
  3692. "produces": [
  3693. "application/json"
  3694. ],
  3695. "tags": [
  3696. "蛋蛋能量"
  3697. ],
  3698. "summary": "制度中心-蛋蛋能量-删除币种",
  3699. "parameters": [
  3700. {
  3701. "type": "string",
  3702. "description": "验证参数Bearer和token空格拼接",
  3703. "name": "Authorization",
  3704. "in": "header",
  3705. "required": true
  3706. }
  3707. ],
  3708. "responses": {
  3709. "200": {
  3710. "description": "删除数据数量",
  3711. "schema": {
  3712. "type": "int"
  3713. }
  3714. },
  3715. "400": {
  3716. "description": "具体错误",
  3717. "schema": {
  3718. "$ref": "#/definitions/md.Response"
  3719. }
  3720. }
  3721. }
  3722. }
  3723. },
  3724. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3725. "post": {
  3726. "description": "蛋蛋分管理(人工打分)",
  3727. "consumes": [
  3728. "application/json"
  3729. ],
  3730. "produces": [
  3731. "application/json"
  3732. ],
  3733. "tags": [
  3734. "蛋蛋能量"
  3735. ],
  3736. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3737. "parameters": [
  3738. {
  3739. "type": "string",
  3740. "description": "验证参数Bearer和token空格拼接",
  3741. "name": "Authorization",
  3742. "in": "header",
  3743. "required": true
  3744. },
  3745. {
  3746. "description": "请求参数",
  3747. "name": "req",
  3748. "in": "body",
  3749. "required": true,
  3750. "schema": {
  3751. "$ref": "#/definitions/md.ManualScoreReq"
  3752. }
  3753. }
  3754. ],
  3755. "responses": {
  3756. "200": {
  3757. "description": "成功返回",
  3758. "schema": {
  3759. "type": "string"
  3760. }
  3761. },
  3762. "400": {
  3763. "description": "具体错误",
  3764. "schema": {
  3765. "$ref": "#/definitions/md.Response"
  3766. }
  3767. }
  3768. }
  3769. }
  3770. },
  3771. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3772. "post": {
  3773. "description": "蛋蛋分管理(着陆页数据分析)",
  3774. "consumes": [
  3775. "application/json"
  3776. ],
  3777. "produces": [
  3778. "application/json"
  3779. ],
  3780. "tags": [
  3781. "蛋蛋能量"
  3782. ],
  3783. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3784. "parameters": [
  3785. {
  3786. "type": "string",
  3787. "description": "验证参数Bearer和token空格拼接",
  3788. "name": "Authorization",
  3789. "in": "header",
  3790. "required": true
  3791. },
  3792. {
  3793. "description": "请求参数",
  3794. "name": "req",
  3795. "in": "body",
  3796. "required": true,
  3797. "schema": {
  3798. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3799. }
  3800. }
  3801. ],
  3802. "responses": {
  3803. "200": {
  3804. "description": "成功返回",
  3805. "schema": {
  3806. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3807. }
  3808. },
  3809. "400": {
  3810. "description": "具体错误",
  3811. "schema": {
  3812. "$ref": "#/definitions/md.Response"
  3813. }
  3814. }
  3815. }
  3816. }
  3817. },
  3818. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3819. "post": {
  3820. "description": "蛋蛋分管理(用户数据列表)",
  3821. "consumes": [
  3822. "application/json"
  3823. ],
  3824. "produces": [
  3825. "application/json"
  3826. ],
  3827. "tags": [
  3828. "蛋蛋能量"
  3829. ],
  3830. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3831. "parameters": [
  3832. {
  3833. "type": "string",
  3834. "description": "验证参数Bearer和token空格拼接",
  3835. "name": "Authorization",
  3836. "in": "header",
  3837. "required": true
  3838. },
  3839. {
  3840. "description": "请求参数",
  3841. "name": "req",
  3842. "in": "body",
  3843. "required": true,
  3844. "schema": {
  3845. "$ref": "#/definitions/md.UserEggFlowReq"
  3846. }
  3847. }
  3848. ],
  3849. "responses": {
  3850. "200": {
  3851. "description": "成功返回",
  3852. "schema": {
  3853. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3854. }
  3855. },
  3856. "400": {
  3857. "description": "具体错误",
  3858. "schema": {
  3859. "$ref": "#/definitions/md.Response"
  3860. }
  3861. }
  3862. }
  3863. }
  3864. },
  3865. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3866. "post": {
  3867. "description": "蛋蛋分管理(着陆页数据)",
  3868. "consumes": [
  3869. "application/json"
  3870. ],
  3871. "produces": [
  3872. "application/json"
  3873. ],
  3874. "tags": [
  3875. "蛋蛋能量"
  3876. ],
  3877. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3878. "parameters": [
  3879. {
  3880. "type": "string",
  3881. "description": "验证参数Bearer和token空格拼接",
  3882. "name": "Authorization",
  3883. "in": "header",
  3884. "required": true
  3885. },
  3886. {
  3887. "description": "请求参数",
  3888. "name": "req",
  3889. "in": "body",
  3890. "required": true,
  3891. "schema": {
  3892. "$ref": "#/definitions/md.UserEggIndexReq"
  3893. }
  3894. }
  3895. ],
  3896. "responses": {
  3897. "200": {
  3898. "description": "成功返回",
  3899. "schema": {
  3900. "$ref": "#/definitions/md.UserEggIndexResp"
  3901. }
  3902. },
  3903. "400": {
  3904. "description": "具体错误",
  3905. "schema": {
  3906. "$ref": "#/definitions/md.Response"
  3907. }
  3908. }
  3909. }
  3910. }
  3911. },
  3912. "/api/institutionalManagement/eggEnergy/getBasic": {
  3913. "get": {
  3914. "description": "基础设置(获取)",
  3915. "consumes": [
  3916. "application/json"
  3917. ],
  3918. "produces": [
  3919. "application/json"
  3920. ],
  3921. "tags": [
  3922. "蛋蛋能量"
  3923. ],
  3924. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3925. "parameters": [
  3926. {
  3927. "type": "string",
  3928. "description": "验证参数Bearer和token空格拼接",
  3929. "name": "Authorization",
  3930. "in": "header",
  3931. "required": true
  3932. }
  3933. ],
  3934. "responses": {
  3935. "200": {
  3936. "description": "具体数据",
  3937. "schema": {
  3938. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3939. }
  3940. },
  3941. "400": {
  3942. "description": "具体错误",
  3943. "schema": {
  3944. "$ref": "#/definitions/md.Response"
  3945. }
  3946. }
  3947. }
  3948. }
  3949. },
  3950. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3951. "get": {
  3952. "description": "基础会员设置(获取)",
  3953. "consumes": [
  3954. "application/json"
  3955. ],
  3956. "produces": [
  3957. "application/json"
  3958. ],
  3959. "tags": [
  3960. "蛋蛋能量"
  3961. ],
  3962. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3963. "parameters": [
  3964. {
  3965. "type": "string",
  3966. "description": "验证参数Bearer和token空格拼接",
  3967. "name": "Authorization",
  3968. "in": "header",
  3969. "required": true
  3970. }
  3971. ],
  3972. "responses": {
  3973. "200": {
  3974. "description": "具体数据",
  3975. "schema": {
  3976. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3977. }
  3978. },
  3979. "400": {
  3980. "description": "具体错误",
  3981. "schema": {
  3982. "$ref": "#/definitions/md.Response"
  3983. }
  3984. }
  3985. }
  3986. }
  3987. },
  3988. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3989. "get": {
  3990. "description": "查询所有币种(获取)",
  3991. "consumes": [
  3992. "application/json"
  3993. ],
  3994. "produces": [
  3995. "application/json"
  3996. ],
  3997. "tags": [
  3998. "蛋蛋能量"
  3999. ],
  4000. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  4001. "parameters": [
  4002. {
  4003. "type": "string",
  4004. "description": "验证参数Bearer和token空格拼接",
  4005. "name": "Authorization",
  4006. "in": "header",
  4007. "required": true
  4008. }
  4009. ],
  4010. "responses": {
  4011. "200": {
  4012. "description": "成功返回",
  4013. "schema": {
  4014. "type": "array",
  4015. "items": {
  4016. "$ref": "#/definitions/md.VirtualCoin"
  4017. }
  4018. }
  4019. },
  4020. "400": {
  4021. "description": "具体错误",
  4022. "schema": {
  4023. "$ref": "#/definitions/md.Response"
  4024. }
  4025. }
  4026. }
  4027. }
  4028. },
  4029. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  4030. "get": {
  4031. "description": "数据概览(获取)",
  4032. "consumes": [
  4033. "application/json"
  4034. ],
  4035. "produces": [
  4036. "application/json"
  4037. ],
  4038. "tags": [
  4039. "蛋蛋能量"
  4040. ],
  4041. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  4042. "parameters": [
  4043. {
  4044. "type": "string",
  4045. "description": "验证参数Bearer和token空格拼接",
  4046. "name": "Authorization",
  4047. "in": "header",
  4048. "required": true
  4049. }
  4050. ],
  4051. "responses": {
  4052. "200": {
  4053. "description": "具体数据",
  4054. "schema": {
  4055. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  4056. }
  4057. },
  4058. "400": {
  4059. "description": "具体错误",
  4060. "schema": {
  4061. "$ref": "#/definitions/md.Response"
  4062. }
  4063. }
  4064. }
  4065. }
  4066. },
  4067. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  4068. "post": {
  4069. "description": "价值明细数据(新增)",
  4070. "consumes": [
  4071. "application/json"
  4072. ],
  4073. "produces": [
  4074. "application/json"
  4075. ],
  4076. "tags": [
  4077. "蛋蛋能量"
  4078. ],
  4079. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  4080. "parameters": [
  4081. {
  4082. "type": "string",
  4083. "description": "验证参数Bearer和token空格拼接",
  4084. "name": "Authorization",
  4085. "in": "header",
  4086. "required": true
  4087. },
  4088. {
  4089. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4090. "name": "req",
  4091. "in": "body",
  4092. "required": true,
  4093. "schema": {
  4094. "$ref": "#/definitions/md.AddFundDataReq"
  4095. }
  4096. }
  4097. ],
  4098. "responses": {
  4099. "200": {
  4100. "description": "插入数据 id",
  4101. "schema": {
  4102. "type": "int"
  4103. }
  4104. },
  4105. "400": {
  4106. "description": "具体错误",
  4107. "schema": {
  4108. "$ref": "#/definitions/md.Response"
  4109. }
  4110. }
  4111. }
  4112. }
  4113. },
  4114. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  4115. "post": {
  4116. "description": "新增数据列表(获取)",
  4117. "consumes": [
  4118. "application/json"
  4119. ],
  4120. "produces": [
  4121. "application/json"
  4122. ],
  4123. "tags": [
  4124. "蛋蛋能量"
  4125. ],
  4126. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  4127. "parameters": [
  4128. {
  4129. "type": "string",
  4130. "description": "验证参数Bearer和token空格拼接",
  4131. "name": "Authorization",
  4132. "in": "header",
  4133. "required": true
  4134. },
  4135. {
  4136. "description": "分页信息必填",
  4137. "name": "req",
  4138. "in": "body",
  4139. "required": true,
  4140. "schema": {
  4141. "$ref": "#/definitions/md.GetFundDataListReq"
  4142. }
  4143. }
  4144. ],
  4145. "responses": {
  4146. "200": {
  4147. "description": "具体数据",
  4148. "schema": {
  4149. "$ref": "#/definitions/md.GetFundDataListResp"
  4150. }
  4151. },
  4152. "400": {
  4153. "description": "具体错误",
  4154. "schema": {
  4155. "$ref": "#/definitions/md.Response"
  4156. }
  4157. }
  4158. }
  4159. }
  4160. },
  4161. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  4162. "post": {
  4163. "description": "新增数据列表详情(查询)",
  4164. "consumes": [
  4165. "application/json"
  4166. ],
  4167. "produces": [
  4168. "application/json"
  4169. ],
  4170. "tags": [
  4171. "蛋蛋能量"
  4172. ],
  4173. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  4174. "parameters": [
  4175. {
  4176. "type": "string",
  4177. "description": "验证参数Bearer和token空格拼接",
  4178. "name": "Authorization",
  4179. "in": "header",
  4180. "required": true
  4181. },
  4182. {
  4183. "description": "获取到的 system_id 以及分页信息",
  4184. "name": "req",
  4185. "in": "body",
  4186. "required": true,
  4187. "schema": {
  4188. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  4189. }
  4190. }
  4191. ],
  4192. "responses": {
  4193. "200": {
  4194. "description": "具体数据",
  4195. "schema": {
  4196. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  4197. }
  4198. },
  4199. "400": {
  4200. "description": "具体错误",
  4201. "schema": {
  4202. "$ref": "#/definitions/md.Response"
  4203. }
  4204. }
  4205. }
  4206. }
  4207. },
  4208. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  4209. "get": {
  4210. "description": "价格趋势(获取)",
  4211. "consumes": [
  4212. "application/json"
  4213. ],
  4214. "produces": [
  4215. "application/json"
  4216. ],
  4217. "tags": [
  4218. "蛋蛋能量"
  4219. ],
  4220. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4221. "parameters": [
  4222. {
  4223. "type": "string",
  4224. "description": "验证参数Bearer和token空格拼接",
  4225. "name": "Authorization",
  4226. "in": "header",
  4227. "required": true
  4228. },
  4229. {
  4230. "type": "string",
  4231. "description": "1:按天 2:按小时 3:按周",
  4232. "name": "kind",
  4233. "in": "query"
  4234. }
  4235. ],
  4236. "responses": {
  4237. "200": {
  4238. "description": "具体数据",
  4239. "schema": {
  4240. "$ref": "#/definitions/md.GetPriceCurveResp"
  4241. }
  4242. },
  4243. "400": {
  4244. "description": "具体错误",
  4245. "schema": {
  4246. "$ref": "#/definitions/md.Response"
  4247. }
  4248. }
  4249. }
  4250. }
  4251. },
  4252. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4253. "post": {
  4254. "description": "激励视频(获取)",
  4255. "consumes": [
  4256. "application/json"
  4257. ],
  4258. "produces": [
  4259. "application/json"
  4260. ],
  4261. "tags": [
  4262. "蛋蛋能量"
  4263. ],
  4264. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4265. "parameters": [
  4266. {
  4267. "type": "string",
  4268. "description": "验证参数Bearer和token空格拼接",
  4269. "name": "Authorization",
  4270. "in": "header",
  4271. "required": true
  4272. },
  4273. {
  4274. "description": "落地页不填页大小默认20条数据",
  4275. "name": "req",
  4276. "in": "body",
  4277. "required": true,
  4278. "schema": {
  4279. "$ref": "#/definitions/md.SetVideoRewardReq"
  4280. }
  4281. }
  4282. ],
  4283. "responses": {
  4284. "200": {
  4285. "description": "OK",
  4286. "schema": {
  4287. "$ref": "#/definitions/md.GetVideoRewardResp"
  4288. }
  4289. },
  4290. "400": {
  4291. "description": "具体错误",
  4292. "schema": {
  4293. "$ref": "#/definitions/md.Response"
  4294. }
  4295. }
  4296. }
  4297. }
  4298. },
  4299. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4300. "post": {
  4301. "description": "其他广告设置数据(新增)",
  4302. "consumes": [
  4303. "application/json"
  4304. ],
  4305. "produces": [
  4306. "application/json"
  4307. ],
  4308. "tags": [
  4309. "蛋蛋能量"
  4310. ],
  4311. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4312. "parameters": [
  4313. {
  4314. "type": "string",
  4315. "description": "验证参数Bearer和token空格拼接",
  4316. "name": "Authorization",
  4317. "in": "header",
  4318. "required": true
  4319. },
  4320. {
  4321. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4322. "name": "req",
  4323. "in": "body",
  4324. "required": true,
  4325. "schema": {
  4326. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4327. }
  4328. }
  4329. ],
  4330. "responses": {
  4331. "200": {
  4332. "description": "插入数据 id",
  4333. "schema": {
  4334. "type": "int"
  4335. }
  4336. },
  4337. "400": {
  4338. "description": "具体错误",
  4339. "schema": {
  4340. "$ref": "#/definitions/md.Response"
  4341. }
  4342. }
  4343. }
  4344. }
  4345. },
  4346. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4347. "post": {
  4348. "description": "其他广告设置数据(获取)",
  4349. "consumes": [
  4350. "application/json"
  4351. ],
  4352. "produces": [
  4353. "application/json"
  4354. ],
  4355. "tags": [
  4356. "蛋蛋能量"
  4357. ],
  4358. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4359. "parameters": [
  4360. {
  4361. "type": "string",
  4362. "description": "验证参数Bearer和token空格拼接",
  4363. "name": "Authorization",
  4364. "in": "header",
  4365. "required": true
  4366. },
  4367. {
  4368. "description": "分页信息必填",
  4369. "name": "req",
  4370. "in": "body",
  4371. "required": true,
  4372. "schema": {
  4373. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4374. }
  4375. }
  4376. ],
  4377. "responses": {
  4378. "200": {
  4379. "description": "具体数据",
  4380. "schema": {
  4381. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4382. }
  4383. },
  4384. "400": {
  4385. "description": "具体错误",
  4386. "schema": {
  4387. "$ref": "#/definitions/md.Response"
  4388. }
  4389. }
  4390. }
  4391. }
  4392. },
  4393. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4394. "post": {
  4395. "description": "激励视频(设置)",
  4396. "consumes": [
  4397. "application/json"
  4398. ],
  4399. "produces": [
  4400. "application/json"
  4401. ],
  4402. "tags": [
  4403. "蛋蛋能量"
  4404. ],
  4405. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4406. "parameters": [
  4407. {
  4408. "type": "string",
  4409. "description": "验证参数Bearer和token空格拼接",
  4410. "name": "Authorization",
  4411. "in": "header",
  4412. "required": true
  4413. },
  4414. {
  4415. "description": "落地页不填页大小默认20条数据",
  4416. "name": "req",
  4417. "in": "body",
  4418. "required": true,
  4419. "schema": {
  4420. "$ref": "#/definitions/md.SetVideoRewardReq"
  4421. }
  4422. }
  4423. ],
  4424. "responses": {
  4425. "200": {
  4426. "description": "success",
  4427. "schema": {
  4428. "type": "string"
  4429. }
  4430. },
  4431. "400": {
  4432. "description": "具体错误",
  4433. "schema": {
  4434. "$ref": "#/definitions/md.Response"
  4435. }
  4436. }
  4437. }
  4438. }
  4439. },
  4440. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4441. "post": {
  4442. "description": "基础设置(更新)",
  4443. "consumes": [
  4444. "application/json"
  4445. ],
  4446. "produces": [
  4447. "application/json"
  4448. ],
  4449. "tags": [
  4450. "蛋蛋能量"
  4451. ],
  4452. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4453. "parameters": [
  4454. {
  4455. "type": "string",
  4456. "description": "验证参数Bearer和token空格拼接",
  4457. "name": "Authorization",
  4458. "in": "header",
  4459. "required": true
  4460. },
  4461. {
  4462. "description": "system_id 必填",
  4463. "name": "req",
  4464. "in": "body",
  4465. "required": true,
  4466. "schema": {
  4467. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4468. }
  4469. }
  4470. ],
  4471. "responses": {
  4472. "200": {
  4473. "description": "修改数据条数",
  4474. "schema": {
  4475. "type": "int"
  4476. }
  4477. },
  4478. "400": {
  4479. "description": "具体错误",
  4480. "schema": {
  4481. "$ref": "#/definitions/md.Response"
  4482. }
  4483. }
  4484. }
  4485. }
  4486. },
  4487. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4488. "post": {
  4489. "description": "会员设置(更新)",
  4490. "consumes": [
  4491. "application/json"
  4492. ],
  4493. "produces": [
  4494. "application/json"
  4495. ],
  4496. "tags": [
  4497. "蛋蛋能量"
  4498. ],
  4499. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4500. "parameters": [
  4501. {
  4502. "type": "string",
  4503. "description": "验证参数Bearer和token空格拼接",
  4504. "name": "Authorization",
  4505. "in": "header",
  4506. "required": true
  4507. },
  4508. {
  4509. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4510. "name": "req",
  4511. "in": "body",
  4512. "required": true,
  4513. "schema": {
  4514. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4515. }
  4516. }
  4517. ],
  4518. "responses": {
  4519. "200": {
  4520. "description": "修改数据条数",
  4521. "schema": {
  4522. "type": "int"
  4523. }
  4524. },
  4525. "400": {
  4526. "description": "具体错误",
  4527. "schema": {
  4528. "$ref": "#/definitions/md.Response"
  4529. }
  4530. }
  4531. }
  4532. }
  4533. },
  4534. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4535. "post": {
  4536. "description": "更新币种信息",
  4537. "consumes": [
  4538. "application/json"
  4539. ],
  4540. "produces": [
  4541. "application/json"
  4542. ],
  4543. "tags": [
  4544. "蛋蛋能量"
  4545. ],
  4546. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4547. "parameters": [
  4548. {
  4549. "type": "string",
  4550. "description": "验证参数Bearer和token空格拼接",
  4551. "name": "Authorization",
  4552. "in": "header",
  4553. "required": true
  4554. },
  4555. {
  4556. "description": "更新数据信息",
  4557. "name": "req",
  4558. "in": "body",
  4559. "required": true,
  4560. "schema": {
  4561. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4562. }
  4563. }
  4564. ],
  4565. "responses": {
  4566. "200": {
  4567. "description": "更新数据数量",
  4568. "schema": {
  4569. "type": "int"
  4570. }
  4571. },
  4572. "400": {
  4573. "description": "具体错误",
  4574. "schema": {
  4575. "$ref": "#/definitions/md.Response"
  4576. }
  4577. }
  4578. }
  4579. }
  4580. },
  4581. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4582. "post": {
  4583. "description": "蛋蛋能量流水(查询)",
  4584. "consumes": [
  4585. "application/json"
  4586. ],
  4587. "produces": [
  4588. "application/json"
  4589. ],
  4590. "tags": [
  4591. "公排管理"
  4592. ],
  4593. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4594. "parameters": [
  4595. {
  4596. "type": "string",
  4597. "description": "验证参数Bearer和token空格拼接",
  4598. "name": "Authorization",
  4599. "in": "header",
  4600. "required": true
  4601. },
  4602. {
  4603. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4604. "name": "req",
  4605. "in": "body",
  4606. "required": true,
  4607. "schema": {
  4608. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4609. }
  4610. }
  4611. ],
  4612. "responses": {
  4613. "200": {
  4614. "description": "成功返回",
  4615. "schema": {
  4616. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4617. }
  4618. },
  4619. "400": {
  4620. "description": "具体错误",
  4621. "schema": {
  4622. "$ref": "#/definitions/md.Response"
  4623. }
  4624. }
  4625. }
  4626. }
  4627. },
  4628. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4629. "post": {
  4630. "description": "蛋蛋能量明细(获取)",
  4631. "consumes": [
  4632. "application/json"
  4633. ],
  4634. "produces": [
  4635. "application/json"
  4636. ],
  4637. "tags": [
  4638. "公排管理"
  4639. ],
  4640. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4641. "parameters": [
  4642. {
  4643. "type": "string",
  4644. "description": "验证参数Bearer和token空格拼接",
  4645. "name": "Authorization",
  4646. "in": "header",
  4647. "required": true
  4648. },
  4649. {
  4650. "description": "落地页不填页大小默认20条数据",
  4651. "name": "req",
  4652. "in": "body",
  4653. "schema": {
  4654. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4655. }
  4656. }
  4657. ],
  4658. "responses": {
  4659. "200": {
  4660. "description": "成功返回",
  4661. "schema": {
  4662. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4663. }
  4664. },
  4665. "400": {
  4666. "description": "具体错误",
  4667. "schema": {
  4668. "$ref": "#/definitions/md.Response"
  4669. }
  4670. }
  4671. }
  4672. }
  4673. },
  4674. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4675. "post": {
  4676. "description": "蛋蛋积分持有者明细(获取)",
  4677. "consumes": [
  4678. "application/json"
  4679. ],
  4680. "produces": [
  4681. "application/json"
  4682. ],
  4683. "tags": [
  4684. "公排管理"
  4685. ],
  4686. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4687. "parameters": [
  4688. {
  4689. "type": "string",
  4690. "description": "验证参数Bearer和token空格拼接",
  4691. "name": "Authorization",
  4692. "in": "header",
  4693. "required": true
  4694. },
  4695. {
  4696. "description": "落地页不填页大小默认20条数据",
  4697. "name": "req",
  4698. "in": "body",
  4699. "schema": {
  4700. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4701. }
  4702. }
  4703. ],
  4704. "responses": {
  4705. "200": {
  4706. "description": "成功返回",
  4707. "schema": {
  4708. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4709. }
  4710. },
  4711. "400": {
  4712. "description": "具体错误",
  4713. "schema": {
  4714. "$ref": "#/definitions/md.Response"
  4715. }
  4716. }
  4717. }
  4718. }
  4719. },
  4720. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4721. "post": {
  4722. "description": "蛋蛋积分流水明细(查询)",
  4723. "consumes": [
  4724. "application/json"
  4725. ],
  4726. "produces": [
  4727. "application/json"
  4728. ],
  4729. "tags": [
  4730. "公排管理"
  4731. ],
  4732. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4733. "parameters": [
  4734. {
  4735. "type": "string",
  4736. "description": "验证参数Bearer和token空格拼接",
  4737. "name": "Authorization",
  4738. "in": "header",
  4739. "required": true
  4740. },
  4741. {
  4742. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4743. "name": "req",
  4744. "in": "body",
  4745. "required": true,
  4746. "schema": {
  4747. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4748. }
  4749. }
  4750. ],
  4751. "responses": {
  4752. "200": {
  4753. "description": "成功返回",
  4754. "schema": {
  4755. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4756. }
  4757. },
  4758. "400": {
  4759. "description": "具体错误",
  4760. "schema": {
  4761. "$ref": "#/definitions/md.Response"
  4762. }
  4763. }
  4764. }
  4765. }
  4766. },
  4767. "/api/institutionalManagement/eggPointCoefficient/add": {
  4768. "post": {
  4769. "description": "区间系数(新增 支持批量新增)",
  4770. "consumes": [
  4771. "application/json"
  4772. ],
  4773. "produces": [
  4774. "application/json"
  4775. ],
  4776. "tags": [
  4777. "蛋蛋分区间系数管理"
  4778. ],
  4779. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4780. "parameters": [
  4781. {
  4782. "type": "string",
  4783. "description": "验证参数Bearer和token空格拼接",
  4784. "name": "Authorization",
  4785. "in": "header",
  4786. "required": true
  4787. },
  4788. {
  4789. "description": "需要新增的内容",
  4790. "name": "req",
  4791. "in": "body",
  4792. "required": true,
  4793. "schema": {
  4794. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4795. }
  4796. }
  4797. ],
  4798. "responses": {
  4799. "200": {
  4800. "description": "新增数据条数",
  4801. "schema": {
  4802. "type": "int"
  4803. }
  4804. },
  4805. "400": {
  4806. "description": "具体错误",
  4807. "schema": {
  4808. "$ref": "#/definitions/md.Response"
  4809. }
  4810. }
  4811. }
  4812. }
  4813. },
  4814. "/api/institutionalManagement/eggPointCoefficient/del": {
  4815. "delete": {
  4816. "description": "区间系数(删除)",
  4817. "consumes": [
  4818. "application/json"
  4819. ],
  4820. "produces": [
  4821. "application/json"
  4822. ],
  4823. "tags": [
  4824. "蛋蛋分区间系数管理"
  4825. ],
  4826. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4827. "parameters": [
  4828. {
  4829. "type": "string",
  4830. "description": "验证参数Bearer和token空格拼接",
  4831. "name": "Authorization",
  4832. "in": "header",
  4833. "required": true
  4834. },
  4835. {
  4836. "description": "需要删除的数据id",
  4837. "name": "req",
  4838. "in": "body",
  4839. "required": true,
  4840. "schema": {
  4841. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4842. }
  4843. }
  4844. ],
  4845. "responses": {
  4846. "200": {
  4847. "description": "成功删除数据条数",
  4848. "schema": {
  4849. "type": "int"
  4850. }
  4851. },
  4852. "400": {
  4853. "description": "具体错误",
  4854. "schema": {
  4855. "$ref": "#/definitions/md.Response"
  4856. }
  4857. }
  4858. }
  4859. }
  4860. },
  4861. "/api/institutionalManagement/eggPointCoefficient/index": {
  4862. "get": {
  4863. "description": "区间系数(获取)",
  4864. "consumes": [
  4865. "application/json"
  4866. ],
  4867. "produces": [
  4868. "application/json"
  4869. ],
  4870. "tags": [
  4871. "蛋蛋分区间系数管理"
  4872. ],
  4873. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4874. "parameters": [
  4875. {
  4876. "type": "string",
  4877. "description": "验证参数Bearer和token空格拼接",
  4878. "name": "Authorization",
  4879. "in": "header",
  4880. "required": true
  4881. }
  4882. ],
  4883. "responses": {
  4884. "200": {
  4885. "description": "OK",
  4886. "schema": {
  4887. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4888. }
  4889. },
  4890. "400": {
  4891. "description": "具体错误",
  4892. "schema": {
  4893. "$ref": "#/definitions/md.Response"
  4894. }
  4895. }
  4896. }
  4897. }
  4898. },
  4899. "/api/institutionalManagement/eggPointCoefficient/update": {
  4900. "post": {
  4901. "description": "区间系数(更新)",
  4902. "consumes": [
  4903. "application/json"
  4904. ],
  4905. "produces": [
  4906. "application/json"
  4907. ],
  4908. "tags": [
  4909. "蛋蛋分区间系数管理"
  4910. ],
  4911. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4912. "parameters": [
  4913. {
  4914. "type": "string",
  4915. "description": "验证参数Bearer和token空格拼接",
  4916. "name": "Authorization",
  4917. "in": "header",
  4918. "required": true
  4919. },
  4920. {
  4921. "description": "需要更新的数据信息",
  4922. "name": "req",
  4923. "in": "body",
  4924. "required": true,
  4925. "schema": {
  4926. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4927. }
  4928. }
  4929. ],
  4930. "responses": {
  4931. "200": {
  4932. "description": "成功修改的数据数量",
  4933. "schema": {
  4934. "type": "int"
  4935. }
  4936. },
  4937. "400": {
  4938. "description": "具体错误",
  4939. "schema": {
  4940. "$ref": "#/definitions/md.Response"
  4941. }
  4942. }
  4943. }
  4944. }
  4945. },
  4946. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4947. "get": {
  4948. "description": "个性化设置(获取)",
  4949. "consumes": [
  4950. "application/json"
  4951. ],
  4952. "produces": [
  4953. "application/json"
  4954. ],
  4955. "tags": [
  4956. "模块设置"
  4957. ],
  4958. "summary": "制度中心-模块设置-个性化设置(获取)",
  4959. "parameters": [
  4960. {
  4961. "type": "string",
  4962. "description": "验证参数Bearer和token空格拼接",
  4963. "name": "Authorization",
  4964. "in": "header",
  4965. "required": true
  4966. },
  4967. {
  4968. "type": "string",
  4969. "description": "模块类型值",
  4970. "name": "mod_name_value",
  4971. "in": "query",
  4972. "required": true
  4973. }
  4974. ],
  4975. "responses": {
  4976. "200": {
  4977. "description": "具体数据",
  4978. "schema": {
  4979. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4980. }
  4981. },
  4982. "400": {
  4983. "description": "具体错误",
  4984. "schema": {
  4985. "$ref": "#/definitions/md.Response"
  4986. }
  4987. }
  4988. }
  4989. }
  4990. },
  4991. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4992. "post": {
  4993. "description": "个性化设置(更新)",
  4994. "consumes": [
  4995. "application/json"
  4996. ],
  4997. "produces": [
  4998. "application/json"
  4999. ],
  5000. "tags": [
  5001. "模块设置"
  5002. ],
  5003. "summary": "制度中心-模块设置-个性化设置(更新)",
  5004. "parameters": [
  5005. {
  5006. "type": "string",
  5007. "description": "验证参数Bearer和token空格拼接",
  5008. "name": "Authorization",
  5009. "in": "header",
  5010. "required": true
  5011. },
  5012. {
  5013. "description": "模块类型值必填 链接传入完整 URL",
  5014. "name": "req",
  5015. "in": "body",
  5016. "required": true,
  5017. "schema": {
  5018. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  5019. }
  5020. }
  5021. ],
  5022. "responses": {
  5023. "200": {
  5024. "description": "修改数据条数",
  5025. "schema": {
  5026. "type": "int"
  5027. }
  5028. },
  5029. "400": {
  5030. "description": "具体错误",
  5031. "schema": {
  5032. "$ref": "#/definitions/md.Response"
  5033. }
  5034. }
  5035. }
  5036. }
  5037. },
  5038. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  5039. "post": {
  5040. "description": "社区分红(新增)",
  5041. "consumes": [
  5042. "application/json"
  5043. ],
  5044. "produces": [
  5045. "application/json"
  5046. ],
  5047. "tags": [
  5048. "公排管理"
  5049. ],
  5050. "summary": "制度中心-公排管理-社区分红(新增)",
  5051. "parameters": [
  5052. {
  5053. "type": "string",
  5054. "description": "验证参数Bearer和token空格拼接",
  5055. "name": "Authorization",
  5056. "in": "header",
  5057. "required": true
  5058. },
  5059. {
  5060. "description": "分红名称、分红总量",
  5061. "name": "req",
  5062. "in": "body",
  5063. "required": true,
  5064. "schema": {
  5065. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  5066. }
  5067. }
  5068. ],
  5069. "responses": {
  5070. "200": {
  5071. "description": "成功",
  5072. "schema": {
  5073. "type": "success"
  5074. }
  5075. },
  5076. "400": {
  5077. "description": "具体错误",
  5078. "schema": {
  5079. "$ref": "#/definitions/md.Response"
  5080. }
  5081. }
  5082. }
  5083. }
  5084. },
  5085. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  5086. "post": {
  5087. "description": "社区分红(查询)",
  5088. "consumes": [
  5089. "application/json"
  5090. ],
  5091. "produces": [
  5092. "application/json"
  5093. ],
  5094. "tags": [
  5095. "公排管理"
  5096. ],
  5097. "summary": "制度中心-公排管理-社区分红(查询)",
  5098. "parameters": [
  5099. {
  5100. "type": "string",
  5101. "description": "验证参数Bearer和token空格拼接",
  5102. "name": "Authorization",
  5103. "in": "header",
  5104. "required": true
  5105. },
  5106. {
  5107. "description": "页数、每页大小必填 起止时间、起止数量选填",
  5108. "name": "req",
  5109. "in": "body",
  5110. "required": true,
  5111. "schema": {
  5112. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  5113. }
  5114. }
  5115. ],
  5116. "responses": {
  5117. "200": {
  5118. "description": "具体数据",
  5119. "schema": {
  5120. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  5121. }
  5122. },
  5123. "400": {
  5124. "description": "具体错误",
  5125. "schema": {
  5126. "$ref": "#/definitions/md.Response"
  5127. }
  5128. }
  5129. }
  5130. }
  5131. },
  5132. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  5133. "post": {
  5134. "description": "社区长列表(新增)",
  5135. "consumes": [
  5136. "application/json"
  5137. ],
  5138. "produces": [
  5139. "application/json"
  5140. ],
  5141. "tags": [
  5142. "公排管理"
  5143. ],
  5144. "summary": "制度中心-公排管理-社区长列表(新增)",
  5145. "parameters": [
  5146. {
  5147. "type": "string",
  5148. "description": "验证参数Bearer和token空格拼接",
  5149. "name": "Authorization",
  5150. "in": "header",
  5151. "required": true
  5152. },
  5153. {
  5154. "description": "新增社区长 ID、备注",
  5155. "name": "req",
  5156. "in": "body",
  5157. "required": true,
  5158. "schema": {
  5159. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  5160. }
  5161. }
  5162. ],
  5163. "responses": {
  5164. "200": {
  5165. "description": "插入数据 ID",
  5166. "schema": {
  5167. "type": "int"
  5168. }
  5169. },
  5170. "400": {
  5171. "description": "具体错误",
  5172. "schema": {
  5173. "$ref": "#/definitions/md.Response"
  5174. }
  5175. }
  5176. }
  5177. }
  5178. },
  5179. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  5180. "delete": {
  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. "type": "int"
  5206. }
  5207. },
  5208. "400": {
  5209. "description": "具体错误",
  5210. "schema": {
  5211. "$ref": "#/definitions/md.Response"
  5212. }
  5213. }
  5214. }
  5215. }
  5216. },
  5217. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  5218. "post": {
  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.ListCommunityDividendsWithUserReq"
  5245. }
  5246. }
  5247. ],
  5248. "responses": {
  5249. "200": {
  5250. "description": "社区长列表",
  5251. "schema": {
  5252. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5253. }
  5254. },
  5255. "400": {
  5256. "description": "具体错误",
  5257. "schema": {
  5258. "$ref": "#/definitions/md.Response"
  5259. }
  5260. }
  5261. }
  5262. }
  5263. },
  5264. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  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": "需要交换的两个位置",
  5287. "name": "req",
  5288. "in": "body",
  5289. "required": true,
  5290. "schema": {
  5291. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5292. }
  5293. }
  5294. ],
  5295. "responses": {
  5296. "200": {
  5297. "description": "成功返回",
  5298. "schema": {
  5299. "type": ""
  5300. }
  5301. },
  5302. "400": {
  5303. "description": "具体错误",
  5304. "schema": {
  5305. "$ref": "#/definitions/md.Response"
  5306. }
  5307. }
  5308. }
  5309. }
  5310. },
  5311. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5312. "get": {
  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. "type": "string",
  5334. "description": "用户ID",
  5335. "name": "uid",
  5336. "in": "query",
  5337. "required": true
  5338. }
  5339. ],
  5340. "responses": {
  5341. "200": {
  5342. "description": "具体数据",
  5343. "schema": {
  5344. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5345. }
  5346. },
  5347. "400": {
  5348. "description": "具体错误",
  5349. "schema": {
  5350. "$ref": "#/definitions/md.Response"
  5351. }
  5352. }
  5353. }
  5354. }
  5355. },
  5356. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5357. "get": {
  5358. "description": "关系分布图(获取指定用户下级)",
  5359. "consumes": [
  5360. "application/json"
  5361. ],
  5362. "produces": [
  5363. "application/json"
  5364. ],
  5365. "tags": [
  5366. "公排管理"
  5367. ],
  5368. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5369. "parameters": [
  5370. {
  5371. "type": "string",
  5372. "description": "验证参数Bearer和token空格拼接",
  5373. "name": "Authorization",
  5374. "in": "header",
  5375. "required": true
  5376. },
  5377. {
  5378. "type": "string",
  5379. "description": "用户ID",
  5380. "name": "uid",
  5381. "in": "query",
  5382. "required": true
  5383. }
  5384. ],
  5385. "responses": {
  5386. "200": {
  5387. "description": "具体数据",
  5388. "schema": {
  5389. "$ref": "#/definitions/md.TreeNode"
  5390. }
  5391. },
  5392. "400": {
  5393. "description": "具体错误",
  5394. "schema": {
  5395. "$ref": "#/definitions/md.Response"
  5396. }
  5397. }
  5398. }
  5399. }
  5400. },
  5401. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5402. "get": {
  5403. "description": "公排基础设置(获取)",
  5404. "consumes": [
  5405. "application/json"
  5406. ],
  5407. "produces": [
  5408. "application/json"
  5409. ],
  5410. "tags": [
  5411. "公排管理"
  5412. ],
  5413. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5414. "parameters": [
  5415. {
  5416. "type": "string",
  5417. "description": "验证参数Bearer和token空格拼接",
  5418. "name": "Authorization",
  5419. "in": "header",
  5420. "required": true
  5421. }
  5422. ],
  5423. "responses": {
  5424. "200": {
  5425. "description": "具体数据",
  5426. "schema": {
  5427. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5428. }
  5429. },
  5430. "400": {
  5431. "description": "具体错误",
  5432. "schema": {
  5433. "$ref": "#/definitions/md.Response"
  5434. }
  5435. }
  5436. }
  5437. }
  5438. },
  5439. "/api/institutionalManagement/publicPlatoon/nineDimensionalSpace": {
  5440. "get": {
  5441. "description": "关系分布图(公排详情)",
  5442. "consumes": [
  5443. "application/json"
  5444. ],
  5445. "produces": [
  5446. "application/json"
  5447. ],
  5448. "tags": [
  5449. "公排管理"
  5450. ],
  5451. "summary": "制度中心-公排管理-关系分布图(公排详情)",
  5452. "parameters": [
  5453. {
  5454. "type": "string",
  5455. "description": "验证参数Bearer和token空格拼接",
  5456. "name": "Authorization",
  5457. "in": "header",
  5458. "required": true
  5459. },
  5460. {
  5461. "type": "string",
  5462. "description": "用户id",
  5463. "name": "uid",
  5464. "in": "query"
  5465. }
  5466. ],
  5467. "responses": {
  5468. "200": {
  5469. "description": "成功返回",
  5470. "schema": {
  5471. "type": ""
  5472. }
  5473. },
  5474. "400": {
  5475. "description": "具体错误",
  5476. "schema": {
  5477. "$ref": "#/definitions/md.Response"
  5478. }
  5479. }
  5480. }
  5481. }
  5482. },
  5483. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5484. "delete": {
  5485. "description": "免罚用户(删除)",
  5486. "consumes": [
  5487. "application/json"
  5488. ],
  5489. "produces": [
  5490. "application/json"
  5491. ],
  5492. "tags": [
  5493. "公排管理"
  5494. ],
  5495. "summary": "制度中心-公排管理-免罚用户(删除)",
  5496. "parameters": [
  5497. {
  5498. "type": "string",
  5499. "description": "验证参数Bearer和token空格拼接",
  5500. "name": "Authorization",
  5501. "in": "header",
  5502. "required": true
  5503. },
  5504. {
  5505. "description": "免罚用户ID",
  5506. "name": "req",
  5507. "in": "body",
  5508. "required": true,
  5509. "schema": {
  5510. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5511. }
  5512. }
  5513. ],
  5514. "responses": {
  5515. "200": {
  5516. "description": "删除数据数量",
  5517. "schema": {
  5518. "type": "int"
  5519. }
  5520. },
  5521. "400": {
  5522. "description": "具体错误",
  5523. "schema": {
  5524. "$ref": "#/definitions/md.Response"
  5525. }
  5526. }
  5527. }
  5528. }
  5529. },
  5530. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5531. "post": {
  5532. "description": "免罚用户(查询)",
  5533. "consumes": [
  5534. "application/json"
  5535. ],
  5536. "produces": [
  5537. "application/json"
  5538. ],
  5539. "tags": [
  5540. "公排管理"
  5541. ],
  5542. "summary": "制度中心-公排管理-免罚用户(查询)",
  5543. "parameters": [
  5544. {
  5545. "type": "string",
  5546. "description": "验证参数Bearer和token空格拼接",
  5547. "name": "Authorization",
  5548. "in": "header",
  5549. "required": true
  5550. },
  5551. {
  5552. "description": "页数和行数必填,uid选填",
  5553. "name": "req",
  5554. "in": "body",
  5555. "required": true,
  5556. "schema": {
  5557. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5558. }
  5559. }
  5560. ],
  5561. "responses": {
  5562. "200": {
  5563. "description": "成功返回",
  5564. "schema": {
  5565. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5566. }
  5567. },
  5568. "400": {
  5569. "description": "具体错误",
  5570. "schema": {
  5571. "$ref": "#/definitions/md.Response"
  5572. }
  5573. }
  5574. }
  5575. }
  5576. },
  5577. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5578. "post": {
  5579. "description": "免罚用户(新增)",
  5580. "consumes": [
  5581. "application/json"
  5582. ],
  5583. "produces": [
  5584. "application/json"
  5585. ],
  5586. "tags": [
  5587. "公排管理"
  5588. ],
  5589. "summary": "制度中心-公排管理-免罚用户(新增)",
  5590. "parameters": [
  5591. {
  5592. "type": "string",
  5593. "description": "验证参数Bearer和token空格拼接",
  5594. "name": "Authorization",
  5595. "in": "header",
  5596. "required": true
  5597. },
  5598. {
  5599. "description": "免罚用户ID",
  5600. "name": "req",
  5601. "in": "body",
  5602. "required": true,
  5603. "schema": {
  5604. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5605. }
  5606. }
  5607. ],
  5608. "responses": {
  5609. "200": {
  5610. "description": "插入数据 ID",
  5611. "schema": {
  5612. "type": "int"
  5613. }
  5614. },
  5615. "400": {
  5616. "description": "具体错误",
  5617. "schema": {
  5618. "$ref": "#/definitions/md.Response"
  5619. }
  5620. }
  5621. }
  5622. }
  5623. },
  5624. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5625. "get": {
  5626. "description": "关系分布图(获取)",
  5627. "consumes": [
  5628. "application/json"
  5629. ],
  5630. "produces": [
  5631. "application/json"
  5632. ],
  5633. "tags": [
  5634. "公排管理"
  5635. ],
  5636. "summary": "制度中心-公排管理-关系分布图(获取)",
  5637. "parameters": [
  5638. {
  5639. "type": "string",
  5640. "description": "验证参数Bearer和token空格拼接",
  5641. "name": "Authorization",
  5642. "in": "header",
  5643. "required": true
  5644. },
  5645. {
  5646. "type": "string",
  5647. "description": "phone",
  5648. "name": "phone",
  5649. "in": "query",
  5650. "required": true
  5651. },
  5652. {
  5653. "type": "string",
  5654. "description": "uid",
  5655. "name": "uid",
  5656. "in": "query",
  5657. "required": true
  5658. }
  5659. ],
  5660. "responses": {
  5661. "200": {
  5662. "description": "具体数据",
  5663. "schema": {
  5664. "$ref": "#/definitions/md.TreeNode"
  5665. }
  5666. },
  5667. "400": {
  5668. "description": "具体错误",
  5669. "schema": {
  5670. "$ref": "#/definitions/md.Response"
  5671. }
  5672. }
  5673. }
  5674. }
  5675. },
  5676. "/api/institutionalManagement/publicPlatoon/selectMember": {
  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.SelectMemberReq"
  5704. }
  5705. }
  5706. ],
  5707. "responses": {
  5708. "200": {
  5709. "description": "具体数据",
  5710. "schema": {
  5711. "$ref": "#/definitions/md.SelectMemberResp"
  5712. }
  5713. },
  5714. "400": {
  5715. "description": "具体错误",
  5716. "schema": {
  5717. "$ref": "#/definitions/md.Response"
  5718. }
  5719. }
  5720. }
  5721. }
  5722. },
  5723. "/api/institutionalManagement/publicPlatoon/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.UpdatePublicPlatoonBasicReq"
  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/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  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": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5793. "name": "req",
  5794. "in": "body",
  5795. "required": true,
  5796. "schema": {
  5797. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5798. }
  5799. }
  5800. ],
  5801. "responses": {
  5802. "200": {
  5803. "description": "具体数据",
  5804. "schema": {
  5805. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5806. }
  5807. },
  5808. "400": {
  5809. "description": "具体错误",
  5810. "schema": {
  5811. "$ref": "#/definitions/md.Response"
  5812. }
  5813. }
  5814. }
  5815. }
  5816. },
  5817. "/api/login": {
  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. "description": "用户名密码",
  5833. "name": "req",
  5834. "in": "body",
  5835. "required": true,
  5836. "schema": {
  5837. "$ref": "#/definitions/md.LoginReq"
  5838. }
  5839. }
  5840. ],
  5841. "responses": {
  5842. "200": {
  5843. "description": "token",
  5844. "schema": {
  5845. "$ref": "#/definitions/md.LoginResponse"
  5846. }
  5847. },
  5848. "400": {
  5849. "description": "具体错误",
  5850. "schema": {
  5851. "$ref": "#/definitions/md.Response"
  5852. }
  5853. }
  5854. }
  5855. }
  5856. },
  5857. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5858. "get": {
  5859. "description": "新人红包设置(获取)",
  5860. "consumes": [
  5861. "application/json"
  5862. ],
  5863. "produces": [
  5864. "application/json"
  5865. ],
  5866. "tags": [
  5867. "营销应用"
  5868. ],
  5869. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5870. "parameters": [
  5871. {
  5872. "type": "string",
  5873. "description": "验证参数Bearer和token空格拼接",
  5874. "name": "Authorization",
  5875. "in": "header",
  5876. "required": true
  5877. }
  5878. ],
  5879. "responses": {
  5880. "200": {
  5881. "description": "具体数据",
  5882. "schema": {
  5883. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5884. }
  5885. },
  5886. "400": {
  5887. "description": "具体错误",
  5888. "schema": {
  5889. "$ref": "#/definitions/md.Response"
  5890. }
  5891. }
  5892. }
  5893. }
  5894. },
  5895. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5896. "post": {
  5897. "description": "新人红包列表明细(查询)",
  5898. "consumes": [
  5899. "application/json"
  5900. ],
  5901. "produces": [
  5902. "application/json"
  5903. ],
  5904. "tags": [
  5905. "营销应用"
  5906. ],
  5907. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5908. "parameters": [
  5909. {
  5910. "type": "string",
  5911. "description": "验证参数Bearer和token空格拼接",
  5912. "name": "Authorization",
  5913. "in": "header",
  5914. "required": true
  5915. },
  5916. {
  5917. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5918. "name": "req",
  5919. "in": "body",
  5920. "required": true,
  5921. "schema": {
  5922. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5923. }
  5924. }
  5925. ],
  5926. "responses": {
  5927. "200": {
  5928. "description": "具体数据",
  5929. "schema": {
  5930. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5931. }
  5932. },
  5933. "400": {
  5934. "description": "具体错误",
  5935. "schema": {
  5936. "$ref": "#/definitions/md.Response"
  5937. }
  5938. }
  5939. }
  5940. }
  5941. },
  5942. "/api/marketingApplications/newUserRedPackage/recordList": {
  5943. "post": {
  5944. "description": "新人红包列表(查询)",
  5945. "consumes": [
  5946. "application/json"
  5947. ],
  5948. "produces": [
  5949. "application/json"
  5950. ],
  5951. "tags": [
  5952. "营销应用"
  5953. ],
  5954. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5955. "parameters": [
  5956. {
  5957. "type": "string",
  5958. "description": "验证参数Bearer和token空格拼接",
  5959. "name": "Authorization",
  5960. "in": "header",
  5961. "required": true
  5962. },
  5963. {
  5964. "description": "新人红包列表查询条件(分页信息必填)",
  5965. "name": "req",
  5966. "in": "body",
  5967. "required": true,
  5968. "schema": {
  5969. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5970. }
  5971. }
  5972. ],
  5973. "responses": {
  5974. "200": {
  5975. "description": "具体数据",
  5976. "schema": {
  5977. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5978. }
  5979. },
  5980. "400": {
  5981. "description": "具体错误",
  5982. "schema": {
  5983. "$ref": "#/definitions/md.Response"
  5984. }
  5985. }
  5986. }
  5987. }
  5988. },
  5989. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5990. "put": {
  5991. "description": "新人红包设置(修改)",
  5992. "consumes": [
  5993. "application/json"
  5994. ],
  5995. "produces": [
  5996. "application/json"
  5997. ],
  5998. "tags": [
  5999. "营销应用"
  6000. ],
  6001. "summary": "制度中心-营销应用-新人红包设置(修改)",
  6002. "parameters": [
  6003. {
  6004. "type": "string",
  6005. "description": "验证参数Bearer和token空格拼接",
  6006. "name": "Authorization",
  6007. "in": "header",
  6008. "required": true
  6009. },
  6010. {
  6011. "description": "新人红包设置表单",
  6012. "name": "req",
  6013. "in": "body",
  6014. "required": true,
  6015. "schema": {
  6016. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  6017. }
  6018. }
  6019. ],
  6020. "responses": {
  6021. "200": {
  6022. "description": "success",
  6023. "schema": {
  6024. "type": "string"
  6025. }
  6026. },
  6027. "400": {
  6028. "description": "具体错误",
  6029. "schema": {
  6030. "$ref": "#/definitions/md.Response"
  6031. }
  6032. }
  6033. }
  6034. }
  6035. },
  6036. "/api/memberCenter/certificate/del": {
  6037. "post": {
  6038. "description": "会员中心-证书管理-删除",
  6039. "consumes": [
  6040. "application/json"
  6041. ],
  6042. "produces": [
  6043. "application/json"
  6044. ],
  6045. "tags": [
  6046. "会员中心"
  6047. ],
  6048. "summary": "会员中心-证书管理-删除",
  6049. "parameters": [
  6050. {
  6051. "type": "string",
  6052. "description": "验证参数Bearer和token空格拼接",
  6053. "name": "Authorization",
  6054. "in": "header",
  6055. "required": true
  6056. },
  6057. {
  6058. "description": "(分页信息必填)",
  6059. "name": "req",
  6060. "in": "body",
  6061. "required": true,
  6062. "schema": {
  6063. "$ref": "#/definitions/md.CertificateDelReq"
  6064. }
  6065. }
  6066. ],
  6067. "responses": {
  6068. "200": {
  6069. "description": "具体数据",
  6070. "schema": {
  6071. "type": "string"
  6072. }
  6073. },
  6074. "400": {
  6075. "description": "具体错误",
  6076. "schema": {
  6077. "$ref": "#/definitions/md.Response"
  6078. }
  6079. }
  6080. }
  6081. }
  6082. },
  6083. "/api/memberCenter/certificate/list": {
  6084. "post": {
  6085. "description": "会员中心-证书管理",
  6086. "consumes": [
  6087. "application/json"
  6088. ],
  6089. "produces": [
  6090. "application/json"
  6091. ],
  6092. "tags": [
  6093. "会员中心"
  6094. ],
  6095. "summary": "会员中心-证书管理",
  6096. "parameters": [
  6097. {
  6098. "type": "string",
  6099. "description": "验证参数Bearer和token空格拼接",
  6100. "name": "Authorization",
  6101. "in": "header",
  6102. "required": true
  6103. },
  6104. {
  6105. "description": "(分页信息必填)",
  6106. "name": "req",
  6107. "in": "body",
  6108. "required": true,
  6109. "schema": {
  6110. "$ref": "#/definitions/md.CertificateListReq"
  6111. }
  6112. }
  6113. ],
  6114. "responses": {
  6115. "200": {
  6116. "description": "具体数据",
  6117. "schema": {
  6118. "$ref": "#/definitions/md.CertificateListResp"
  6119. }
  6120. },
  6121. "400": {
  6122. "description": "具体错误",
  6123. "schema": {
  6124. "$ref": "#/definitions/md.Response"
  6125. }
  6126. }
  6127. }
  6128. }
  6129. },
  6130. "/api/memberCenter/certificate/save": {
  6131. "post": {
  6132. "description": "会员中心-证书管理-保存",
  6133. "consumes": [
  6134. "application/json"
  6135. ],
  6136. "produces": [
  6137. "application/json"
  6138. ],
  6139. "tags": [
  6140. "会员中心"
  6141. ],
  6142. "summary": "会员中心-证书管理-保存",
  6143. "parameters": [
  6144. {
  6145. "type": "string",
  6146. "description": "验证参数Bearer和token空格拼接",
  6147. "name": "Authorization",
  6148. "in": "header",
  6149. "required": true
  6150. },
  6151. {
  6152. "description": "(分页信息必填)",
  6153. "name": "req",
  6154. "in": "body",
  6155. "required": true,
  6156. "schema": {
  6157. "$ref": "#/definitions/md.CertificateSave"
  6158. }
  6159. }
  6160. ],
  6161. "responses": {
  6162. "200": {
  6163. "description": "具体数据",
  6164. "schema": {
  6165. "type": "string"
  6166. }
  6167. },
  6168. "400": {
  6169. "description": "具体错误",
  6170. "schema": {
  6171. "$ref": "#/definitions/md.Response"
  6172. }
  6173. }
  6174. }
  6175. }
  6176. },
  6177. "/api/memberCenter/levelManagement/addLevel": {
  6178. "post": {
  6179. "description": "等级管理(新增)",
  6180. "consumes": [
  6181. "application/json"
  6182. ],
  6183. "produces": [
  6184. "application/json"
  6185. ],
  6186. "tags": [
  6187. "会员中心"
  6188. ],
  6189. "summary": "制度中心-会员中心-等级管理(新增)",
  6190. "parameters": [
  6191. {
  6192. "type": "string",
  6193. "description": "验证参数Bearer和token空格拼接",
  6194. "name": "Authorization",
  6195. "in": "header",
  6196. "required": true
  6197. },
  6198. {
  6199. "description": "需要新增的等级信息",
  6200. "name": "req",
  6201. "in": "body",
  6202. "required": true,
  6203. "schema": {
  6204. "$ref": "#/definitions/md.AddLevelReq"
  6205. }
  6206. }
  6207. ],
  6208. "responses": {
  6209. "200": {
  6210. "description": "新增等级ID",
  6211. "schema": {
  6212. "type": "int"
  6213. }
  6214. },
  6215. "400": {
  6216. "description": "具体错误",
  6217. "schema": {
  6218. "$ref": "#/definitions/md.Response"
  6219. }
  6220. }
  6221. }
  6222. }
  6223. },
  6224. "/api/memberCenter/levelManagement/deleteLevel": {
  6225. "delete": {
  6226. "description": "等级管理(删除)",
  6227. "consumes": [
  6228. "application/json"
  6229. ],
  6230. "produces": [
  6231. "application/json"
  6232. ],
  6233. "tags": [
  6234. "会员中心"
  6235. ],
  6236. "summary": "制度中心-会员中心-等级管理(删除)",
  6237. "parameters": [
  6238. {
  6239. "type": "string",
  6240. "description": "验证参数Bearer和token空格拼接",
  6241. "name": "Authorization",
  6242. "in": "header",
  6243. "required": true
  6244. },
  6245. {
  6246. "description": "需要删除的等级 ID",
  6247. "name": "req",
  6248. "in": "body",
  6249. "required": true,
  6250. "schema": {
  6251. "$ref": "#/definitions/md.DeleteLevelReq"
  6252. }
  6253. }
  6254. ],
  6255. "responses": {
  6256. "200": {
  6257. "description": "成功删除数据数量",
  6258. "schema": {
  6259. "type": "int"
  6260. }
  6261. },
  6262. "400": {
  6263. "description": "具体错误",
  6264. "schema": {
  6265. "$ref": "#/definitions/md.Response"
  6266. }
  6267. }
  6268. }
  6269. }
  6270. },
  6271. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6272. "delete": {
  6273. "description": "等级任务(删除)",
  6274. "consumes": [
  6275. "application/json"
  6276. ],
  6277. "produces": [
  6278. "application/json"
  6279. ],
  6280. "tags": [
  6281. "会员中心"
  6282. ],
  6283. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6284. "parameters": [
  6285. {
  6286. "type": "string",
  6287. "description": "验证参数Bearer和token空格拼接",
  6288. "name": "Authorization",
  6289. "in": "header",
  6290. "required": true
  6291. },
  6292. {
  6293. "description": "需要删除的等级任务ID",
  6294. "name": "req",
  6295. "in": "body",
  6296. "required": true,
  6297. "schema": {
  6298. "$ref": "#/definitions/md.DeleteTaskReq"
  6299. }
  6300. }
  6301. ],
  6302. "responses": {
  6303. "200": {
  6304. "description": "成功删除数据数量",
  6305. "schema": {
  6306. "type": "int"
  6307. }
  6308. },
  6309. "400": {
  6310. "description": "具体错误",
  6311. "schema": {
  6312. "$ref": "#/definitions/md.Response"
  6313. }
  6314. }
  6315. }
  6316. }
  6317. },
  6318. "/api/memberCenter/levelManagement/getLevelList": {
  6319. "get": {
  6320. "description": "标签管理(获取)",
  6321. "consumes": [
  6322. "application/json"
  6323. ],
  6324. "produces": [
  6325. "application/json"
  6326. ],
  6327. "tags": [
  6328. "会员中心"
  6329. ],
  6330. "summary": "制度中心-会员中心-等级管理(获取)",
  6331. "parameters": [
  6332. {
  6333. "type": "string",
  6334. "description": "验证参数Bearer和token空格拼接",
  6335. "name": "Authorization",
  6336. "in": "header",
  6337. "required": true
  6338. },
  6339. {
  6340. "type": "integer",
  6341. "description": "每页大小",
  6342. "name": "limit",
  6343. "in": "query",
  6344. "required": true
  6345. },
  6346. {
  6347. "type": "integer",
  6348. "description": "页数",
  6349. "name": "page",
  6350. "in": "query",
  6351. "required": true
  6352. }
  6353. ],
  6354. "responses": {
  6355. "200": {
  6356. "description": "具体数据",
  6357. "schema": {
  6358. "$ref": "#/definitions/md.GetLevelListResp"
  6359. }
  6360. },
  6361. "400": {
  6362. "description": "具体错误",
  6363. "schema": {
  6364. "$ref": "#/definitions/md.Response"
  6365. }
  6366. }
  6367. }
  6368. }
  6369. },
  6370. "/api/memberCenter/levelManagement/getOneLevel": {
  6371. "get": {
  6372. "description": "等级明细(获取)",
  6373. "consumes": [
  6374. "application/json"
  6375. ],
  6376. "produces": [
  6377. "application/json"
  6378. ],
  6379. "tags": [
  6380. "会员中心"
  6381. ],
  6382. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6383. "parameters": [
  6384. {
  6385. "type": "string",
  6386. "description": "验证参数Bearer和token空格拼接",
  6387. "name": "Authorization",
  6388. "in": "header",
  6389. "required": true
  6390. },
  6391. {
  6392. "type": "integer",
  6393. "description": "等级 ID",
  6394. "name": "level_id",
  6395. "in": "query",
  6396. "required": true
  6397. }
  6398. ],
  6399. "responses": {
  6400. "200": {
  6401. "description": "具体数据",
  6402. "schema": {
  6403. "$ref": "#/definitions/md.GetOneLevelResp"
  6404. }
  6405. },
  6406. "400": {
  6407. "description": "具体错误",
  6408. "schema": {
  6409. "$ref": "#/definitions/md.Response"
  6410. }
  6411. }
  6412. }
  6413. }
  6414. },
  6415. "/api/memberCenter/levelManagement/updateLevel": {
  6416. "post": {
  6417. "description": "等级管理(更新)",
  6418. "consumes": [
  6419. "application/json"
  6420. ],
  6421. "produces": [
  6422. "application/json"
  6423. ],
  6424. "tags": [
  6425. "会员中心"
  6426. ],
  6427. "summary": "制度中心-会员中心-等级管理(更新)",
  6428. "parameters": [
  6429. {
  6430. "type": "string",
  6431. "description": "验证参数Bearer和token空格拼接",
  6432. "name": "Authorization",
  6433. "in": "header",
  6434. "required": true
  6435. },
  6436. {
  6437. "description": "需要修改的等级信息",
  6438. "name": "req",
  6439. "in": "body",
  6440. "required": true,
  6441. "schema": {
  6442. "$ref": "#/definitions/md.UpdateLevelReq"
  6443. }
  6444. }
  6445. ],
  6446. "responses": {
  6447. "200": {
  6448. "description": "success",
  6449. "schema": {
  6450. "type": "string"
  6451. }
  6452. },
  6453. "400": {
  6454. "description": "具体错误",
  6455. "schema": {
  6456. "$ref": "#/definitions/md.Response"
  6457. }
  6458. }
  6459. }
  6460. }
  6461. },
  6462. "/api/memberCenter/tagManagement/addTag": {
  6463. "post": {
  6464. "description": "标签管理(新增)",
  6465. "consumes": [
  6466. "application/json"
  6467. ],
  6468. "produces": [
  6469. "application/json"
  6470. ],
  6471. "tags": [
  6472. "会员中心"
  6473. ],
  6474. "summary": "制度中心-会员中心-标签管理(新增)",
  6475. "parameters": [
  6476. {
  6477. "type": "string",
  6478. "description": "验证参数Bearer和token空格拼接",
  6479. "name": "Authorization",
  6480. "in": "header",
  6481. "required": true
  6482. },
  6483. {
  6484. "description": "新增的标签信息",
  6485. "name": "req",
  6486. "in": "body",
  6487. "required": true,
  6488. "schema": {
  6489. "$ref": "#/definitions/md.AddTagReq"
  6490. }
  6491. }
  6492. ],
  6493. "responses": {
  6494. "200": {
  6495. "description": "新增的标签 ID",
  6496. "schema": {
  6497. "type": "int"
  6498. }
  6499. },
  6500. "400": {
  6501. "description": "具体错误",
  6502. "schema": {
  6503. "$ref": "#/definitions/md.Response"
  6504. }
  6505. }
  6506. }
  6507. }
  6508. },
  6509. "/api/memberCenter/tagManagement/deleteTag": {
  6510. "delete": {
  6511. "description": "标签管理(删除)",
  6512. "consumes": [
  6513. "application/json"
  6514. ],
  6515. "produces": [
  6516. "application/json"
  6517. ],
  6518. "tags": [
  6519. "会员中心"
  6520. ],
  6521. "summary": "制度中心-会员中心-标签管理(删除)",
  6522. "parameters": [
  6523. {
  6524. "type": "string",
  6525. "description": "验证参数Bearer和token空格拼接",
  6526. "name": "Authorization",
  6527. "in": "header",
  6528. "required": true
  6529. },
  6530. {
  6531. "description": "需要删除的标签 ID",
  6532. "name": "req",
  6533. "in": "body",
  6534. "required": true,
  6535. "schema": {
  6536. "$ref": "#/definitions/md.DeleteTagReq"
  6537. }
  6538. }
  6539. ],
  6540. "responses": {
  6541. "200": {
  6542. "description": "成功删除标签用户数",
  6543. "schema": {
  6544. "type": "int"
  6545. }
  6546. },
  6547. "400": {
  6548. "description": "具体错误",
  6549. "schema": {
  6550. "$ref": "#/definitions/md.Response"
  6551. }
  6552. }
  6553. }
  6554. }
  6555. },
  6556. "/api/memberCenter/tagManagement/getTagList": {
  6557. "get": {
  6558. "description": "标签管理(获取)",
  6559. "consumes": [
  6560. "application/json"
  6561. ],
  6562. "produces": [
  6563. "application/json"
  6564. ],
  6565. "tags": [
  6566. "会员中心"
  6567. ],
  6568. "summary": "制度中心-会员中心-标签管理(获取)",
  6569. "parameters": [
  6570. {
  6571. "type": "string",
  6572. "description": "验证参数Bearer和token空格拼接",
  6573. "name": "Authorization",
  6574. "in": "header",
  6575. "required": true
  6576. },
  6577. {
  6578. "type": "integer",
  6579. "description": "每页大小",
  6580. "name": "limit",
  6581. "in": "query",
  6582. "required": true
  6583. },
  6584. {
  6585. "type": "integer",
  6586. "description": "页数",
  6587. "name": "page",
  6588. "in": "query",
  6589. "required": true
  6590. }
  6591. ],
  6592. "responses": {
  6593. "200": {
  6594. "description": "具体数据",
  6595. "schema": {
  6596. "$ref": "#/definitions/md.GetTagListResp"
  6597. }
  6598. },
  6599. "400": {
  6600. "description": "具体错误",
  6601. "schema": {
  6602. "$ref": "#/definitions/md.Response"
  6603. }
  6604. }
  6605. }
  6606. }
  6607. },
  6608. "/api/memberCenter/tagManagement/updateTag": {
  6609. "post": {
  6610. "description": "标签管理(更新)",
  6611. "consumes": [
  6612. "application/json"
  6613. ],
  6614. "produces": [
  6615. "application/json"
  6616. ],
  6617. "tags": [
  6618. "会员中心"
  6619. ],
  6620. "summary": "制度中心-会员中心-标签管理(更新)",
  6621. "parameters": [
  6622. {
  6623. "type": "string",
  6624. "description": "验证参数Bearer和token空格拼接",
  6625. "name": "Authorization",
  6626. "in": "header",
  6627. "required": true
  6628. },
  6629. {
  6630. "description": "需要修改的标签信息",
  6631. "name": "req",
  6632. "in": "body",
  6633. "required": true,
  6634. "schema": {
  6635. "$ref": "#/definitions/md.UpdateTagReq"
  6636. }
  6637. }
  6638. ],
  6639. "responses": {
  6640. "200": {
  6641. "description": "成功修改数据条数",
  6642. "schema": {
  6643. "type": "int"
  6644. }
  6645. },
  6646. "400": {
  6647. "description": "具体错误",
  6648. "schema": {
  6649. "$ref": "#/definitions/md.Response"
  6650. }
  6651. }
  6652. }
  6653. }
  6654. },
  6655. "/api/memberCenter/userManagement/balanceDetail": {
  6656. "get": {
  6657. "description": "会员明细(余额获取)",
  6658. "consumes": [
  6659. "application/json"
  6660. ],
  6661. "produces": [
  6662. "application/json"
  6663. ],
  6664. "tags": [
  6665. "会员中心"
  6666. ],
  6667. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6668. "parameters": [
  6669. {
  6670. "type": "string",
  6671. "description": "验证参数Bearer和token空格拼接",
  6672. "name": "Authorization",
  6673. "in": "header",
  6674. "required": true
  6675. },
  6676. {
  6677. "type": "string",
  6678. "description": "用户 ID",
  6679. "name": "uid",
  6680. "in": "query",
  6681. "required": true
  6682. },
  6683. {
  6684. "type": "string",
  6685. "description": "每页大小",
  6686. "name": "limit",
  6687. "in": "query",
  6688. "required": true
  6689. },
  6690. {
  6691. "type": "string",
  6692. "description": "页数",
  6693. "name": "page",
  6694. "in": "query",
  6695. "required": true
  6696. }
  6697. ],
  6698. "responses": {
  6699. "200": {
  6700. "description": "具体数据",
  6701. "schema": {
  6702. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6703. }
  6704. },
  6705. "400": {
  6706. "description": "具体错误",
  6707. "schema": {
  6708. "$ref": "#/definitions/md.Response"
  6709. }
  6710. }
  6711. }
  6712. }
  6713. },
  6714. "/api/memberCenter/userManagement/getFans": {
  6715. "get": {
  6716. "description": "会员明细粉丝情况(获取)",
  6717. "consumes": [
  6718. "application/json"
  6719. ],
  6720. "produces": [
  6721. "application/json"
  6722. ],
  6723. "tags": [
  6724. "会员中心"
  6725. ],
  6726. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6727. "parameters": [
  6728. {
  6729. "type": "string",
  6730. "description": "验证参数Bearer和token空格拼接",
  6731. "name": "Authorization",
  6732. "in": "header",
  6733. "required": true
  6734. },
  6735. {
  6736. "type": "string",
  6737. "description": "用户 ID",
  6738. "name": "uid",
  6739. "in": "query",
  6740. "required": true
  6741. },
  6742. {
  6743. "type": "string",
  6744. "description": "粉丝类型(0.全部 1.直推 2.二代 3.二代以后)",
  6745. "name": "type",
  6746. "in": "query",
  6747. "required": true
  6748. },
  6749. {
  6750. "type": "string",
  6751. "description": "每页大小",
  6752. "name": "limit",
  6753. "in": "query",
  6754. "required": true
  6755. },
  6756. {
  6757. "type": "string",
  6758. "description": "页数",
  6759. "name": "page",
  6760. "in": "query",
  6761. "required": true
  6762. }
  6763. ],
  6764. "responses": {
  6765. "200": {
  6766. "description": "具体数据",
  6767. "schema": {
  6768. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6769. }
  6770. },
  6771. "400": {
  6772. "description": "具体错误",
  6773. "schema": {
  6774. "$ref": "#/definitions/md.Response"
  6775. }
  6776. }
  6777. }
  6778. }
  6779. },
  6780. "/api/memberCenter/userManagement/getUserList": {
  6781. "post": {
  6782. "description": "用户信息管理(获取)",
  6783. "consumes": [
  6784. "application/json"
  6785. ],
  6786. "produces": [
  6787. "application/json"
  6788. ],
  6789. "tags": [
  6790. "会员中心"
  6791. ],
  6792. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6793. "parameters": [
  6794. {
  6795. "type": "string",
  6796. "description": "验证参数Bearer和token空格拼接",
  6797. "name": "Authorization",
  6798. "in": "header",
  6799. "required": true
  6800. },
  6801. {
  6802. "description": "分页信息必填",
  6803. "name": "req",
  6804. "in": "body",
  6805. "required": true,
  6806. "schema": {
  6807. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6808. }
  6809. }
  6810. ],
  6811. "responses": {
  6812. "200": {
  6813. "description": "具体数据",
  6814. "schema": {
  6815. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6816. }
  6817. },
  6818. "400": {
  6819. "description": "具体错误",
  6820. "schema": {
  6821. "$ref": "#/definitions/md.Response"
  6822. }
  6823. }
  6824. }
  6825. }
  6826. },
  6827. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6828. "get": {
  6829. "description": "会员明细(积分明细获取)",
  6830. "consumes": [
  6831. "application/json"
  6832. ],
  6833. "produces": [
  6834. "application/json"
  6835. ],
  6836. "tags": [
  6837. "会员中心"
  6838. ],
  6839. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6840. "parameters": [
  6841. {
  6842. "type": "string",
  6843. "description": "验证参数Bearer和token空格拼接",
  6844. "name": "Authorization",
  6845. "in": "header",
  6846. "required": true
  6847. },
  6848. {
  6849. "type": "string",
  6850. "description": "用户 ID",
  6851. "name": "uid",
  6852. "in": "query",
  6853. "required": true
  6854. },
  6855. {
  6856. "type": "string",
  6857. "description": "货币 ID",
  6858. "name": "coinId",
  6859. "in": "query",
  6860. "required": true
  6861. },
  6862. {
  6863. "type": "string",
  6864. "description": "每页大小",
  6865. "name": "limit",
  6866. "in": "query",
  6867. "required": true
  6868. },
  6869. {
  6870. "type": "string",
  6871. "description": "页数",
  6872. "name": "page",
  6873. "in": "query",
  6874. "required": true
  6875. }
  6876. ],
  6877. "responses": {
  6878. "200": {
  6879. "description": "具体数据",
  6880. "schema": {
  6881. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6882. }
  6883. },
  6884. "400": {
  6885. "description": "具体错误",
  6886. "schema": {
  6887. "$ref": "#/definitions/md.Response"
  6888. }
  6889. }
  6890. }
  6891. }
  6892. },
  6893. "/api/memberCenter/userManagement/updateUserInfo": {
  6894. "post": {
  6895. "description": "用户信息管理(更新)",
  6896. "consumes": [
  6897. "application/json"
  6898. ],
  6899. "produces": [
  6900. "application/json"
  6901. ],
  6902. "tags": [
  6903. "会员中心"
  6904. ],
  6905. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6906. "parameters": [
  6907. {
  6908. "type": "string",
  6909. "description": "验证参数Bearer和token空格拼接",
  6910. "name": "Authorization",
  6911. "in": "header",
  6912. "required": true
  6913. },
  6914. {
  6915. "description": "用户ID 必传",
  6916. "name": "req",
  6917. "in": "body",
  6918. "required": true,
  6919. "schema": {
  6920. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6921. }
  6922. }
  6923. ],
  6924. "responses": {
  6925. "200": {
  6926. "description": "修改数据行数",
  6927. "schema": {
  6928. "type": "int"
  6929. }
  6930. },
  6931. "400": {
  6932. "description": "具体错误",
  6933. "schema": {
  6934. "$ref": "#/definitions/md.Response"
  6935. }
  6936. }
  6937. }
  6938. }
  6939. },
  6940. "/api/memberCenter/userManagement/userData": {
  6941. "get": {
  6942. "description": "会员明细概况(获取)",
  6943. "consumes": [
  6944. "application/json"
  6945. ],
  6946. "produces": [
  6947. "application/json"
  6948. ],
  6949. "tags": [
  6950. "会员中心"
  6951. ],
  6952. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6953. "parameters": [
  6954. {
  6955. "type": "string",
  6956. "description": "验证参数Bearer和token空格拼接",
  6957. "name": "Authorization",
  6958. "in": "header",
  6959. "required": true
  6960. },
  6961. {
  6962. "type": "string",
  6963. "description": "用户 ID",
  6964. "name": "uid",
  6965. "in": "query",
  6966. "required": true
  6967. }
  6968. ],
  6969. "responses": {
  6970. "200": {
  6971. "description": "会员明细概况具体数据",
  6972. "schema": {
  6973. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6974. }
  6975. },
  6976. "400": {
  6977. "description": "具体错误",
  6978. "schema": {
  6979. "$ref": "#/definitions/md.Response"
  6980. }
  6981. }
  6982. }
  6983. }
  6984. },
  6985. "/api/memberCenter/userManagement/userDelete": {
  6986. "post": {
  6987. "description": "删除到回收站",
  6988. "consumes": [
  6989. "application/json"
  6990. ],
  6991. "produces": [
  6992. "application/json"
  6993. ],
  6994. "tags": [
  6995. "会员中心"
  6996. ],
  6997. "summary": "会员中心-用户管理-永久删除",
  6998. "parameters": [
  6999. {
  7000. "type": "string",
  7001. "description": "验证参数Bearer和token空格拼接",
  7002. "name": "Authorization",
  7003. "in": "header",
  7004. "required": true
  7005. },
  7006. {
  7007. "description": "用户ID 必传",
  7008. "name": "req",
  7009. "in": "body",
  7010. "required": true,
  7011. "schema": {
  7012. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7013. }
  7014. }
  7015. ],
  7016. "responses": {
  7017. "200": {
  7018. "description": "修改数据行数",
  7019. "schema": {
  7020. "type": "int"
  7021. }
  7022. },
  7023. "400": {
  7024. "description": "具体错误",
  7025. "schema": {
  7026. "$ref": "#/definitions/md.Response"
  7027. }
  7028. }
  7029. }
  7030. }
  7031. },
  7032. "/api/memberCenter/userManagement/userRecycle": {
  7033. "post": {
  7034. "description": "删除到回收站",
  7035. "consumes": [
  7036. "application/json"
  7037. ],
  7038. "produces": [
  7039. "application/json"
  7040. ],
  7041. "tags": [
  7042. "会员中心"
  7043. ],
  7044. "summary": "会员中心-用户管理-删除到回收站",
  7045. "parameters": [
  7046. {
  7047. "type": "string",
  7048. "description": "验证参数Bearer和token空格拼接",
  7049. "name": "Authorization",
  7050. "in": "header",
  7051. "required": true
  7052. },
  7053. {
  7054. "description": "用户ID 必传",
  7055. "name": "req",
  7056. "in": "body",
  7057. "required": true,
  7058. "schema": {
  7059. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7060. }
  7061. }
  7062. ],
  7063. "responses": {
  7064. "200": {
  7065. "description": "修改数据行数",
  7066. "schema": {
  7067. "type": "int"
  7068. }
  7069. },
  7070. "400": {
  7071. "description": "具体错误",
  7072. "schema": {
  7073. "$ref": "#/definitions/md.Response"
  7074. }
  7075. }
  7076. }
  7077. }
  7078. },
  7079. "/api/memberCenter/userManagement/userRecycleCancel": {
  7080. "post": {
  7081. "description": "恢复到会员列表",
  7082. "consumes": [
  7083. "application/json"
  7084. ],
  7085. "produces": [
  7086. "application/json"
  7087. ],
  7088. "tags": [
  7089. "会员中心"
  7090. ],
  7091. "summary": "会员中心-用户管理-恢复到会员列表",
  7092. "parameters": [
  7093. {
  7094. "type": "string",
  7095. "description": "验证参数Bearer和token空格拼接",
  7096. "name": "Authorization",
  7097. "in": "header",
  7098. "required": true
  7099. },
  7100. {
  7101. "description": "用户ID 必传",
  7102. "name": "req",
  7103. "in": "body",
  7104. "required": true,
  7105. "schema": {
  7106. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  7107. }
  7108. }
  7109. ],
  7110. "responses": {
  7111. "200": {
  7112. "description": "修改数据行数",
  7113. "schema": {
  7114. "type": "int"
  7115. }
  7116. },
  7117. "400": {
  7118. "description": "具体错误",
  7119. "schema": {
  7120. "$ref": "#/definitions/md.Response"
  7121. }
  7122. }
  7123. }
  7124. }
  7125. },
  7126. "/api/memberCenter/userManagement/userRecycleList": {
  7127. "post": {
  7128. "description": "回收站列表",
  7129. "consumes": [
  7130. "application/json"
  7131. ],
  7132. "produces": [
  7133. "application/json"
  7134. ],
  7135. "tags": [
  7136. "会员中心"
  7137. ],
  7138. "summary": "会员中心-用户管理-回收站列表",
  7139. "parameters": [
  7140. {
  7141. "type": "string",
  7142. "description": "验证参数Bearer和token空格拼接",
  7143. "name": "Authorization",
  7144. "in": "header",
  7145. "required": true
  7146. },
  7147. {
  7148. "description": "分页信息必填",
  7149. "name": "req",
  7150. "in": "body",
  7151. "required": true,
  7152. "schema": {
  7153. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  7154. }
  7155. }
  7156. ],
  7157. "responses": {
  7158. "200": {
  7159. "description": "具体数据",
  7160. "schema": {
  7161. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  7162. }
  7163. },
  7164. "400": {
  7165. "description": "具体错误",
  7166. "schema": {
  7167. "$ref": "#/definitions/md.Response"
  7168. }
  7169. }
  7170. }
  7171. }
  7172. },
  7173. "/api/notice/aliyunSms/file/phone": {
  7174. "post": {
  7175. "description": "短信推送记录-通知模板",
  7176. "consumes": [
  7177. "application/json"
  7178. ],
  7179. "produces": [
  7180. "application/json"
  7181. ],
  7182. "tags": [
  7183. "消息中心"
  7184. ],
  7185. "summary": "消息中心-短信推送记录-通知模板",
  7186. "parameters": [
  7187. {
  7188. "type": "string",
  7189. "description": "验证参数Bearer和token空格拼接",
  7190. "name": "Authorization",
  7191. "in": "header",
  7192. "required": true
  7193. },
  7194. {
  7195. "type": "string",
  7196. "description": "参数 file-----文件上传格式",
  7197. "name": "file",
  7198. "in": "formData",
  7199. "required": true
  7200. }
  7201. ],
  7202. "responses": {
  7203. "200": {
  7204. "description": "phone 一个数组",
  7205. "schema": {
  7206. "type": "string"
  7207. }
  7208. },
  7209. "400": {
  7210. "description": "具体错误",
  7211. "schema": {
  7212. "$ref": "#/definitions/md.Response"
  7213. }
  7214. }
  7215. }
  7216. }
  7217. },
  7218. "/api/notice/aliyunSms/getLevelList": {
  7219. "get": {
  7220. "description": "等级管理(获取)",
  7221. "consumes": [
  7222. "application/json"
  7223. ],
  7224. "produces": [
  7225. "application/json"
  7226. ],
  7227. "tags": [
  7228. "消息中心"
  7229. ],
  7230. "summary": "消息中心-短信推送记录-等级管理(获取)",
  7231. "parameters": [
  7232. {
  7233. "type": "string",
  7234. "description": "验证参数Bearer和token空格拼接",
  7235. "name": "Authorization",
  7236. "in": "header",
  7237. "required": true
  7238. },
  7239. {
  7240. "type": "integer",
  7241. "description": "每页大小",
  7242. "name": "limit",
  7243. "in": "query",
  7244. "required": true
  7245. },
  7246. {
  7247. "type": "integer",
  7248. "description": "页数",
  7249. "name": "page",
  7250. "in": "query",
  7251. "required": true
  7252. }
  7253. ],
  7254. "responses": {
  7255. "200": {
  7256. "description": "具体数据",
  7257. "schema": {
  7258. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  7259. }
  7260. },
  7261. "400": {
  7262. "description": "具体错误",
  7263. "schema": {
  7264. "$ref": "#/definitions/md.Response"
  7265. }
  7266. }
  7267. }
  7268. }
  7269. },
  7270. "/api/notice/aliyunSms/getTagList": {
  7271. "get": {
  7272. "description": "标签管理(获取)",
  7273. "consumes": [
  7274. "application/json"
  7275. ],
  7276. "produces": [
  7277. "application/json"
  7278. ],
  7279. "tags": [
  7280. "消息中心"
  7281. ],
  7282. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7283. "parameters": [
  7284. {
  7285. "type": "string",
  7286. "description": "验证参数Bearer和token空格拼接",
  7287. "name": "Authorization",
  7288. "in": "header",
  7289. "required": true
  7290. },
  7291. {
  7292. "type": "integer",
  7293. "description": "每页大小",
  7294. "name": "limit",
  7295. "in": "query",
  7296. "required": true
  7297. },
  7298. {
  7299. "type": "integer",
  7300. "description": "页数",
  7301. "name": "page",
  7302. "in": "query",
  7303. "required": true
  7304. }
  7305. ],
  7306. "responses": {
  7307. "200": {
  7308. "description": "具体数据",
  7309. "schema": {
  7310. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7311. }
  7312. },
  7313. "400": {
  7314. "description": "具体错误",
  7315. "schema": {
  7316. "$ref": "#/definitions/md.Response"
  7317. }
  7318. }
  7319. }
  7320. }
  7321. },
  7322. "/api/notice/aliyunSms/getUserList": {
  7323. "post": {
  7324. "description": "获取用户信息",
  7325. "consumes": [
  7326. "application/json"
  7327. ],
  7328. "produces": [
  7329. "application/json"
  7330. ],
  7331. "tags": [
  7332. "消息中心"
  7333. ],
  7334. "summary": "消息中心-短信推送记录-获取用户信息",
  7335. "parameters": [
  7336. {
  7337. "type": "string",
  7338. "description": "验证参数Bearer和token空格拼接",
  7339. "name": "Authorization",
  7340. "in": "header",
  7341. "required": true
  7342. },
  7343. {
  7344. "description": "(分页信息必填)",
  7345. "name": "req",
  7346. "in": "body",
  7347. "required": true,
  7348. "schema": {
  7349. "$ref": "#/definitions/md.JPushGetUserListReq"
  7350. }
  7351. }
  7352. ],
  7353. "responses": {
  7354. "200": {
  7355. "description": "具体数据",
  7356. "schema": {
  7357. "type": "Object"
  7358. }
  7359. },
  7360. "400": {
  7361. "description": "具体错误",
  7362. "schema": {
  7363. "$ref": "#/definitions/md.Response"
  7364. }
  7365. }
  7366. }
  7367. }
  7368. },
  7369. "/api/notice/aliyunSms/push/list": {
  7370. "post": {
  7371. "description": "短信推送记录-推送记录列表",
  7372. "consumes": [
  7373. "application/json"
  7374. ],
  7375. "produces": [
  7376. "application/json"
  7377. ],
  7378. "tags": [
  7379. "消息中心"
  7380. ],
  7381. "summary": "消息中心-短信推送记录-推送记录列表",
  7382. "parameters": [
  7383. {
  7384. "type": "string",
  7385. "description": "验证参数Bearer和token空格拼接",
  7386. "name": "Authorization",
  7387. "in": "header",
  7388. "required": true
  7389. },
  7390. {
  7391. "description": "(分页信息必填)",
  7392. "name": "req",
  7393. "in": "body",
  7394. "required": true,
  7395. "schema": {
  7396. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7397. }
  7398. }
  7399. ],
  7400. "responses": {
  7401. "200": {
  7402. "description": "具体数据",
  7403. "schema": {
  7404. "$ref": "#/definitions/md.NoticePushListResp"
  7405. }
  7406. },
  7407. "400": {
  7408. "description": "具体错误",
  7409. "schema": {
  7410. "$ref": "#/definitions/md.Response"
  7411. }
  7412. }
  7413. }
  7414. }
  7415. },
  7416. "/api/notice/aliyunSms/push/save": {
  7417. "post": {
  7418. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7419. "consumes": [
  7420. "application/json"
  7421. ],
  7422. "produces": [
  7423. "application/json"
  7424. ],
  7425. "tags": [
  7426. "消息中心"
  7427. ],
  7428. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7429. "parameters": [
  7430. {
  7431. "type": "string",
  7432. "description": "验证参数Bearer和token空格拼接",
  7433. "name": "Authorization",
  7434. "in": "header",
  7435. "required": true
  7436. },
  7437. {
  7438. "description": "(分页信息必填)",
  7439. "name": "req",
  7440. "in": "body",
  7441. "required": true,
  7442. "schema": {
  7443. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7444. }
  7445. }
  7446. ],
  7447. "responses": {
  7448. "200": {
  7449. "description": "具体数据",
  7450. "schema": {
  7451. "type": "string"
  7452. }
  7453. },
  7454. "400": {
  7455. "description": "具体错误",
  7456. "schema": {
  7457. "$ref": "#/definitions/md.Response"
  7458. }
  7459. }
  7460. }
  7461. }
  7462. },
  7463. "/api/notice/aliyunSms/sale/base": {
  7464. "get": {
  7465. "description": "短信推送记录-营销短信-通知模板",
  7466. "consumes": [
  7467. "application/json"
  7468. ],
  7469. "produces": [
  7470. "application/json"
  7471. ],
  7472. "tags": [
  7473. "消息中心"
  7474. ],
  7475. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7476. "parameters": [
  7477. {
  7478. "type": "string",
  7479. "description": "验证参数Bearer和token空格拼接",
  7480. "name": "Authorization",
  7481. "in": "header",
  7482. "required": true
  7483. }
  7484. ],
  7485. "responses": {
  7486. "200": {
  7487. "description": "具体数据",
  7488. "schema": {
  7489. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7490. }
  7491. },
  7492. "400": {
  7493. "description": "具体错误",
  7494. "schema": {
  7495. "$ref": "#/definitions/md.Response"
  7496. }
  7497. }
  7498. }
  7499. }
  7500. },
  7501. "/api/notice/aliyunSms/sale/save": {
  7502. "post": {
  7503. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7504. "consumes": [
  7505. "application/json"
  7506. ],
  7507. "produces": [
  7508. "application/json"
  7509. ],
  7510. "tags": [
  7511. "消息中心"
  7512. ],
  7513. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7514. "parameters": [
  7515. {
  7516. "type": "string",
  7517. "description": "验证参数Bearer和token空格拼接",
  7518. "name": "Authorization",
  7519. "in": "header",
  7520. "required": true
  7521. },
  7522. {
  7523. "description": "数组 把列表的数组传过来",
  7524. "name": "req",
  7525. "in": "body",
  7526. "required": true,
  7527. "schema": {
  7528. "type": "string"
  7529. }
  7530. }
  7531. ],
  7532. "responses": {
  7533. "200": {
  7534. "description": "具体数据",
  7535. "schema": {
  7536. "type": "string"
  7537. }
  7538. },
  7539. "400": {
  7540. "description": "具体错误",
  7541. "schema": {
  7542. "$ref": "#/definitions/md.Response"
  7543. }
  7544. }
  7545. }
  7546. }
  7547. },
  7548. "/api/notice/base/del": {
  7549. "post": {
  7550. "description": "基本配置-通知模板删除",
  7551. "consumes": [
  7552. "application/json"
  7553. ],
  7554. "produces": [
  7555. "application/json"
  7556. ],
  7557. "tags": [
  7558. "消息中心"
  7559. ],
  7560. "summary": "消息中心-基本配置-通知模板删除",
  7561. "parameters": [
  7562. {
  7563. "type": "string",
  7564. "description": "验证参数Bearer和token空格拼接",
  7565. "name": "Authorization",
  7566. "in": "header",
  7567. "required": true
  7568. },
  7569. {
  7570. "description": "(分页信息必填)",
  7571. "name": "req",
  7572. "in": "body",
  7573. "required": true,
  7574. "schema": {
  7575. "$ref": "#/definitions/md.NoticeDelReq"
  7576. }
  7577. }
  7578. ],
  7579. "responses": {
  7580. "200": {
  7581. "description": "具体数据",
  7582. "schema": {
  7583. "type": "string"
  7584. }
  7585. },
  7586. "400": {
  7587. "description": "具体错误",
  7588. "schema": {
  7589. "$ref": "#/definitions/md.Response"
  7590. }
  7591. }
  7592. }
  7593. }
  7594. },
  7595. "/api/notice/base/list": {
  7596. "post": {
  7597. "description": "基本配置-通知模板",
  7598. "consumes": [
  7599. "application/json"
  7600. ],
  7601. "produces": [
  7602. "application/json"
  7603. ],
  7604. "tags": [
  7605. "消息中心"
  7606. ],
  7607. "summary": "消息中心-基本配置-通知模板",
  7608. "parameters": [
  7609. {
  7610. "type": "string",
  7611. "description": "验证参数Bearer和token空格拼接",
  7612. "name": "Authorization",
  7613. "in": "header",
  7614. "required": true
  7615. },
  7616. {
  7617. "description": "(分页信息必填)",
  7618. "name": "req",
  7619. "in": "body",
  7620. "required": true,
  7621. "schema": {
  7622. "$ref": "#/definitions/md.NoticeListReq"
  7623. }
  7624. }
  7625. ],
  7626. "responses": {
  7627. "200": {
  7628. "description": "具体数据",
  7629. "schema": {
  7630. "$ref": "#/definitions/md.NoticeListResp"
  7631. }
  7632. },
  7633. "400": {
  7634. "description": "具体错误",
  7635. "schema": {
  7636. "$ref": "#/definitions/md.Response"
  7637. }
  7638. }
  7639. }
  7640. }
  7641. },
  7642. "/api/notice/base/save": {
  7643. "post": {
  7644. "description": "基本配置-通知模板添加编辑",
  7645. "consumes": [
  7646. "application/json"
  7647. ],
  7648. "produces": [
  7649. "application/json"
  7650. ],
  7651. "tags": [
  7652. "消息中心"
  7653. ],
  7654. "summary": "消息中心-基本配置-通知模板添加编辑",
  7655. "parameters": [
  7656. {
  7657. "type": "string",
  7658. "description": "验证参数Bearer和token空格拼接",
  7659. "name": "Authorization",
  7660. "in": "header",
  7661. "required": true
  7662. },
  7663. {
  7664. "description": "(分页信息必填)",
  7665. "name": "req",
  7666. "in": "body",
  7667. "required": true,
  7668. "schema": {
  7669. "$ref": "#/definitions/md.NoticeSaveReq"
  7670. }
  7671. }
  7672. ],
  7673. "responses": {
  7674. "200": {
  7675. "description": "具体数据",
  7676. "schema": {
  7677. "type": "string"
  7678. }
  7679. },
  7680. "400": {
  7681. "description": "具体错误",
  7682. "schema": {
  7683. "$ref": "#/definitions/md.Response"
  7684. }
  7685. }
  7686. }
  7687. }
  7688. },
  7689. "/api/notice/jPush/getLevelList": {
  7690. "get": {
  7691. "description": "等级管理(获取)",
  7692. "consumes": [
  7693. "application/json"
  7694. ],
  7695. "produces": [
  7696. "application/json"
  7697. ],
  7698. "tags": [
  7699. "消息中心"
  7700. ],
  7701. "summary": "消息中心-基本配置-等级管理(获取)",
  7702. "parameters": [
  7703. {
  7704. "type": "string",
  7705. "description": "验证参数Bearer和token空格拼接",
  7706. "name": "Authorization",
  7707. "in": "header",
  7708. "required": true
  7709. },
  7710. {
  7711. "type": "integer",
  7712. "description": "每页大小",
  7713. "name": "limit",
  7714. "in": "query",
  7715. "required": true
  7716. },
  7717. {
  7718. "type": "integer",
  7719. "description": "页数",
  7720. "name": "page",
  7721. "in": "query",
  7722. "required": true
  7723. }
  7724. ],
  7725. "responses": {
  7726. "200": {
  7727. "description": "具体数据",
  7728. "schema": {
  7729. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7730. }
  7731. },
  7732. "400": {
  7733. "description": "具体错误",
  7734. "schema": {
  7735. "$ref": "#/definitions/md.Response"
  7736. }
  7737. }
  7738. }
  7739. }
  7740. },
  7741. "/api/notice/jPush/getTagList": {
  7742. "get": {
  7743. "description": "标签管理(获取)",
  7744. "consumes": [
  7745. "application/json"
  7746. ],
  7747. "produces": [
  7748. "application/json"
  7749. ],
  7750. "tags": [
  7751. "消息中心"
  7752. ],
  7753. "summary": "消息中心-基本配置-标签管理(获取)",
  7754. "parameters": [
  7755. {
  7756. "type": "string",
  7757. "description": "验证参数Bearer和token空格拼接",
  7758. "name": "Authorization",
  7759. "in": "header",
  7760. "required": true
  7761. },
  7762. {
  7763. "type": "integer",
  7764. "description": "每页大小",
  7765. "name": "limit",
  7766. "in": "query",
  7767. "required": true
  7768. },
  7769. {
  7770. "type": "integer",
  7771. "description": "页数",
  7772. "name": "page",
  7773. "in": "query",
  7774. "required": true
  7775. }
  7776. ],
  7777. "responses": {
  7778. "200": {
  7779. "description": "具体数据",
  7780. "schema": {
  7781. "$ref": "#/definitions/md.JPushGetTagListResp"
  7782. }
  7783. },
  7784. "400": {
  7785. "description": "具体错误",
  7786. "schema": {
  7787. "$ref": "#/definitions/md.Response"
  7788. }
  7789. }
  7790. }
  7791. }
  7792. },
  7793. "/api/notice/jPush/getUserList": {
  7794. "post": {
  7795. "description": "获取用户信息",
  7796. "consumes": [
  7797. "application/json"
  7798. ],
  7799. "produces": [
  7800. "application/json"
  7801. ],
  7802. "tags": [
  7803. "消息中心"
  7804. ],
  7805. "summary": "消息中心-基本配置-获取用户信息",
  7806. "parameters": [
  7807. {
  7808. "type": "string",
  7809. "description": "验证参数Bearer和token空格拼接",
  7810. "name": "Authorization",
  7811. "in": "header",
  7812. "required": true
  7813. },
  7814. {
  7815. "description": "(分页信息必填)",
  7816. "name": "req",
  7817. "in": "body",
  7818. "required": true,
  7819. "schema": {
  7820. "$ref": "#/definitions/md.JPushGetUserListReq"
  7821. }
  7822. }
  7823. ],
  7824. "responses": {
  7825. "200": {
  7826. "description": "具体数据",
  7827. "schema": {
  7828. "type": "Object"
  7829. }
  7830. },
  7831. "400": {
  7832. "description": "具体错误",
  7833. "schema": {
  7834. "$ref": "#/definitions/md.Response"
  7835. }
  7836. }
  7837. }
  7838. }
  7839. },
  7840. "/api/notice/jPush/push/list": {
  7841. "post": {
  7842. "description": "基本配置-推送记录列表",
  7843. "consumes": [
  7844. "application/json"
  7845. ],
  7846. "produces": [
  7847. "application/json"
  7848. ],
  7849. "tags": [
  7850. "消息中心"
  7851. ],
  7852. "summary": "消息中心-基本配置-推送记录列表",
  7853. "parameters": [
  7854. {
  7855. "type": "string",
  7856. "description": "验证参数Bearer和token空格拼接",
  7857. "name": "Authorization",
  7858. "in": "header",
  7859. "required": true
  7860. },
  7861. {
  7862. "description": "(分页信息必填)",
  7863. "name": "req",
  7864. "in": "body",
  7865. "required": true,
  7866. "schema": {
  7867. "$ref": "#/definitions/md.NoticeListReq"
  7868. }
  7869. }
  7870. ],
  7871. "responses": {
  7872. "200": {
  7873. "description": "具体数据",
  7874. "schema": {
  7875. "$ref": "#/definitions/md.NoticePushListResp"
  7876. }
  7877. },
  7878. "400": {
  7879. "description": "具体错误",
  7880. "schema": {
  7881. "$ref": "#/definitions/md.Response"
  7882. }
  7883. }
  7884. }
  7885. }
  7886. },
  7887. "/api/notice/jPush/push/save": {
  7888. "post": {
  7889. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7890. "consumes": [
  7891. "application/json"
  7892. ],
  7893. "produces": [
  7894. "application/json"
  7895. ],
  7896. "tags": [
  7897. "消息中心"
  7898. ],
  7899. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7900. "parameters": [
  7901. {
  7902. "type": "string",
  7903. "description": "验证参数Bearer和token空格拼接",
  7904. "name": "Authorization",
  7905. "in": "header",
  7906. "required": true
  7907. },
  7908. {
  7909. "description": "(分页信息必填)",
  7910. "name": "req",
  7911. "in": "body",
  7912. "required": true,
  7913. "schema": {
  7914. "$ref": "#/definitions/md.NoticePushSaveReq"
  7915. }
  7916. }
  7917. ],
  7918. "responses": {
  7919. "200": {
  7920. "description": "具体数据",
  7921. "schema": {
  7922. "type": "string"
  7923. }
  7924. },
  7925. "400": {
  7926. "description": "具体错误",
  7927. "schema": {
  7928. "$ref": "#/definitions/md.Response"
  7929. }
  7930. }
  7931. }
  7932. }
  7933. },
  7934. "/api/role/addAdmin": {
  7935. "post": {
  7936. "description": "权限管理-新增管理员",
  7937. "consumes": [
  7938. "application/json"
  7939. ],
  7940. "produces": [
  7941. "application/json"
  7942. ],
  7943. "tags": [
  7944. "权限管理"
  7945. ],
  7946. "summary": "新增管理员",
  7947. "parameters": [
  7948. {
  7949. "type": "string",
  7950. "description": "验证参数Bearer和token空格拼接",
  7951. "name": "Authorization",
  7952. "in": "header",
  7953. "required": true
  7954. },
  7955. {
  7956. "description": "请求参数",
  7957. "name": "args",
  7958. "in": "body",
  7959. "required": true,
  7960. "schema": {
  7961. "$ref": "#/definitions/md.AddAdminReq"
  7962. }
  7963. }
  7964. ],
  7965. "responses": {
  7966. "200": {
  7967. "description": "success",
  7968. "schema": {
  7969. "type": "string"
  7970. }
  7971. },
  7972. "400": {
  7973. "description": "具体错误",
  7974. "schema": {
  7975. "$ref": "#/definitions/md.Response"
  7976. }
  7977. }
  7978. }
  7979. }
  7980. },
  7981. "/api/role/addRole": {
  7982. "post": {
  7983. "description": "权限管理-添加角色",
  7984. "consumes": [
  7985. "application/json"
  7986. ],
  7987. "produces": [
  7988. "application/json"
  7989. ],
  7990. "tags": [
  7991. "权限管理"
  7992. ],
  7993. "summary": "添加角色",
  7994. "parameters": [
  7995. {
  7996. "type": "string",
  7997. "description": "验证参数Bearer和token空格拼接",
  7998. "name": "Authorization",
  7999. "in": "header",
  8000. "required": true
  8001. },
  8002. {
  8003. "description": "请求参数",
  8004. "name": "args",
  8005. "in": "body",
  8006. "required": true,
  8007. "schema": {
  8008. "$ref": "#/definitions/md.AddRoleReq"
  8009. }
  8010. }
  8011. ],
  8012. "responses": {
  8013. "200": {
  8014. "description": "success",
  8015. "schema": {
  8016. "type": "string"
  8017. }
  8018. },
  8019. "400": {
  8020. "description": "具体错误",
  8021. "schema": {
  8022. "$ref": "#/definitions/md.Response"
  8023. }
  8024. }
  8025. }
  8026. }
  8027. },
  8028. "/api/role/adminInfo": {
  8029. "get": {
  8030. "description": "权限管理-管理员信息",
  8031. "consumes": [
  8032. "application/json"
  8033. ],
  8034. "produces": [
  8035. "application/json"
  8036. ],
  8037. "tags": [
  8038. "权限管理"
  8039. ],
  8040. "summary": "管理员信息",
  8041. "parameters": [
  8042. {
  8043. "type": "string",
  8044. "description": "验证参数Bearer和token空格拼接",
  8045. "name": "Authorization",
  8046. "in": "header",
  8047. "required": true
  8048. },
  8049. {
  8050. "type": "string",
  8051. "description": "管理员id",
  8052. "name": "adm_id",
  8053. "in": "query",
  8054. "required": true
  8055. }
  8056. ],
  8057. "responses": {
  8058. "200": {
  8059. "description": "具体看返回内容",
  8060. "schema": {
  8061. "type": "string"
  8062. }
  8063. },
  8064. "400": {
  8065. "description": "具体错误",
  8066. "schema": {
  8067. "$ref": "#/definitions/md.Response"
  8068. }
  8069. }
  8070. }
  8071. }
  8072. },
  8073. "/api/role/adminList": {
  8074. "post": {
  8075. "description": "权限管理-管理员列表",
  8076. "consumes": [
  8077. "application/json"
  8078. ],
  8079. "produces": [
  8080. "application/json"
  8081. ],
  8082. "tags": [
  8083. "权限管理"
  8084. ],
  8085. "summary": "管理员列表",
  8086. "parameters": [
  8087. {
  8088. "type": "string",
  8089. "description": "验证参数Bearer和token空格拼接",
  8090. "name": "Authorization",
  8091. "in": "header",
  8092. "required": true
  8093. },
  8094. {
  8095. "description": "请求参数",
  8096. "name": "args",
  8097. "in": "body",
  8098. "required": true,
  8099. "schema": {
  8100. "$ref": "#/definitions/md.AdminListReq"
  8101. }
  8102. }
  8103. ],
  8104. "responses": {
  8105. "200": {
  8106. "description": "具体看返回内容",
  8107. "schema": {
  8108. "type": "string"
  8109. }
  8110. },
  8111. "400": {
  8112. "description": "具体错误",
  8113. "schema": {
  8114. "$ref": "#/definitions/md.Response"
  8115. }
  8116. }
  8117. }
  8118. }
  8119. },
  8120. "/api/role/bindAdminRole": {
  8121. "post": {
  8122. "description": "权限管理-管理员绑定角色",
  8123. "consumes": [
  8124. "application/json"
  8125. ],
  8126. "produces": [
  8127. "application/json"
  8128. ],
  8129. "tags": [
  8130. "权限管理"
  8131. ],
  8132. "summary": "管理员绑定角色",
  8133. "parameters": [
  8134. {
  8135. "type": "string",
  8136. "description": "验证参数Bearer和token空格拼接",
  8137. "name": "Authorization",
  8138. "in": "header",
  8139. "required": true
  8140. },
  8141. {
  8142. "description": "请求参数",
  8143. "name": "args",
  8144. "in": "body",
  8145. "required": true,
  8146. "schema": {
  8147. "$ref": "#/definitions/md.BindAdminRoleReq"
  8148. }
  8149. }
  8150. ],
  8151. "responses": {
  8152. "200": {
  8153. "description": "success",
  8154. "schema": {
  8155. "type": "string"
  8156. }
  8157. },
  8158. "400": {
  8159. "description": "具体错误",
  8160. "schema": {
  8161. "$ref": "#/definitions/md.Response"
  8162. }
  8163. }
  8164. }
  8165. }
  8166. },
  8167. "/api/role/deleteAdmin/{$adm_id}": {
  8168. "delete": {
  8169. "description": "权限管理-删除管理员",
  8170. "consumes": [
  8171. "application/json"
  8172. ],
  8173. "produces": [
  8174. "application/json"
  8175. ],
  8176. "tags": [
  8177. "权限管理"
  8178. ],
  8179. "summary": "删除管理员",
  8180. "parameters": [
  8181. {
  8182. "type": "string",
  8183. "description": "验证参数Bearer和token空格拼接",
  8184. "name": "Authorization",
  8185. "in": "header",
  8186. "required": true
  8187. }
  8188. ],
  8189. "responses": {
  8190. "200": {
  8191. "description": "success",
  8192. "schema": {
  8193. "type": "string"
  8194. }
  8195. },
  8196. "400": {
  8197. "description": "具体错误",
  8198. "schema": {
  8199. "$ref": "#/definitions/md.Response"
  8200. }
  8201. }
  8202. }
  8203. }
  8204. },
  8205. "/api/role/deleteRole/{$id}": {
  8206. "delete": {
  8207. "description": "权限管理-删除角色",
  8208. "consumes": [
  8209. "application/json"
  8210. ],
  8211. "produces": [
  8212. "application/json"
  8213. ],
  8214. "tags": [
  8215. "权限管理"
  8216. ],
  8217. "summary": "删除角色",
  8218. "parameters": [
  8219. {
  8220. "type": "string",
  8221. "description": "验证参数Bearer和token空格拼接",
  8222. "name": "Authorization",
  8223. "in": "header",
  8224. "required": true
  8225. },
  8226. {
  8227. "description": "请求参数",
  8228. "name": "args",
  8229. "in": "body",
  8230. "required": true,
  8231. "schema": {
  8232. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8233. }
  8234. }
  8235. ],
  8236. "responses": {
  8237. "200": {
  8238. "description": "success",
  8239. "schema": {
  8240. "type": "string"
  8241. }
  8242. },
  8243. "400": {
  8244. "description": "具体错误",
  8245. "schema": {
  8246. "$ref": "#/definitions/md.Response"
  8247. }
  8248. }
  8249. }
  8250. }
  8251. },
  8252. "/api/role/permissionGroupList": {
  8253. "get": {
  8254. "description": "权限管理-权限组列表",
  8255. "consumes": [
  8256. "application/json"
  8257. ],
  8258. "produces": [
  8259. "application/json"
  8260. ],
  8261. "tags": [
  8262. "权限管理"
  8263. ],
  8264. "summary": "权限组列表",
  8265. "parameters": [
  8266. {
  8267. "type": "string",
  8268. "description": "验证参数Bearer和token空格拼接",
  8269. "name": "Authorization",
  8270. "in": "header",
  8271. "required": true
  8272. },
  8273. {
  8274. "type": "string",
  8275. "description": "管理员id",
  8276. "name": "adm_id",
  8277. "in": "query",
  8278. "required": true
  8279. }
  8280. ],
  8281. "responses": {
  8282. "200": {
  8283. "description": "具体看返回内容",
  8284. "schema": {
  8285. "type": "string"
  8286. }
  8287. },
  8288. "400": {
  8289. "description": "具体错误",
  8290. "schema": {
  8291. "$ref": "#/definitions/md.Response"
  8292. }
  8293. }
  8294. }
  8295. }
  8296. },
  8297. "/api/role/roleBindPermissionGroup": {
  8298. "post": {
  8299. "description": "权限管理-角色绑定权限组",
  8300. "consumes": [
  8301. "application/json"
  8302. ],
  8303. "produces": [
  8304. "application/json"
  8305. ],
  8306. "tags": [
  8307. "权限管理"
  8308. ],
  8309. "summary": "角色绑定权限组",
  8310. "parameters": [
  8311. {
  8312. "type": "string",
  8313. "description": "验证参数Bearer和token空格拼接",
  8314. "name": "Authorization",
  8315. "in": "header",
  8316. "required": true
  8317. },
  8318. {
  8319. "description": "请求参数",
  8320. "name": "args",
  8321. "in": "body",
  8322. "required": true,
  8323. "schema": {
  8324. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8325. }
  8326. }
  8327. ],
  8328. "responses": {
  8329. "200": {
  8330. "description": "success",
  8331. "schema": {
  8332. "type": "string"
  8333. }
  8334. },
  8335. "400": {
  8336. "description": "具体错误",
  8337. "schema": {
  8338. "$ref": "#/definitions/md.Response"
  8339. }
  8340. }
  8341. }
  8342. }
  8343. },
  8344. "/api/role/roleList": {
  8345. "get": {
  8346. "description": "权限管理-角色列表",
  8347. "consumes": [
  8348. "application/json"
  8349. ],
  8350. "produces": [
  8351. "application/json"
  8352. ],
  8353. "tags": [
  8354. "权限管理"
  8355. ],
  8356. "summary": "角色列表",
  8357. "parameters": [
  8358. {
  8359. "type": "string",
  8360. "description": "验证参数Bearer和token空格拼接",
  8361. "name": "Authorization",
  8362. "in": "header",
  8363. "required": true
  8364. }
  8365. ],
  8366. "responses": {
  8367. "200": {
  8368. "description": "具体看返回内容",
  8369. "schema": {
  8370. "type": "string"
  8371. }
  8372. },
  8373. "400": {
  8374. "description": "具体错误",
  8375. "schema": {
  8376. "$ref": "#/definitions/md.Response"
  8377. }
  8378. }
  8379. }
  8380. }
  8381. },
  8382. "/api/role/updateAdmin": {
  8383. "post": {
  8384. "description": "权限管理-修改管理员信息",
  8385. "consumes": [
  8386. "application/json"
  8387. ],
  8388. "produces": [
  8389. "application/json"
  8390. ],
  8391. "tags": [
  8392. "权限管理"
  8393. ],
  8394. "summary": "修改管理员信息",
  8395. "parameters": [
  8396. {
  8397. "type": "string",
  8398. "description": "验证参数Bearer和token空格拼接",
  8399. "name": "Authorization",
  8400. "in": "header",
  8401. "required": true
  8402. },
  8403. {
  8404. "description": "请求参数",
  8405. "name": "args",
  8406. "in": "body",
  8407. "required": true,
  8408. "schema": {
  8409. "$ref": "#/definitions/md.UpdateAdminReq"
  8410. }
  8411. }
  8412. ],
  8413. "responses": {
  8414. "200": {
  8415. "description": "success",
  8416. "schema": {
  8417. "type": "string"
  8418. }
  8419. },
  8420. "400": {
  8421. "description": "具体错误",
  8422. "schema": {
  8423. "$ref": "#/definitions/md.Response"
  8424. }
  8425. }
  8426. }
  8427. }
  8428. },
  8429. "/api/role/updateAdminState": {
  8430. "post": {
  8431. "description": "权限管理-修改管理员状态",
  8432. "consumes": [
  8433. "application/json"
  8434. ],
  8435. "produces": [
  8436. "application/json"
  8437. ],
  8438. "tags": [
  8439. "权限管理"
  8440. ],
  8441. "summary": "修改管理员状态",
  8442. "parameters": [
  8443. {
  8444. "type": "string",
  8445. "description": "验证参数Bearer和token空格拼接",
  8446. "name": "Authorization",
  8447. "in": "header",
  8448. "required": true
  8449. },
  8450. {
  8451. "description": "请求参数",
  8452. "name": "args",
  8453. "in": "body",
  8454. "required": true,
  8455. "schema": {
  8456. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8457. }
  8458. }
  8459. ],
  8460. "responses": {
  8461. "200": {
  8462. "description": "success",
  8463. "schema": {
  8464. "type": "string"
  8465. }
  8466. },
  8467. "400": {
  8468. "description": "具体错误",
  8469. "schema": {
  8470. "$ref": "#/definitions/md.Response"
  8471. }
  8472. }
  8473. }
  8474. }
  8475. },
  8476. "/api/role/updateRole": {
  8477. "post": {
  8478. "description": "权限管理-修改角色",
  8479. "consumes": [
  8480. "application/json"
  8481. ],
  8482. "produces": [
  8483. "application/json"
  8484. ],
  8485. "tags": [
  8486. "权限管理"
  8487. ],
  8488. "summary": "修改角色",
  8489. "parameters": [
  8490. {
  8491. "type": "string",
  8492. "description": "验证参数Bearer和token空格拼接",
  8493. "name": "Authorization",
  8494. "in": "header",
  8495. "required": true
  8496. },
  8497. {
  8498. "description": "请求参数",
  8499. "name": "args",
  8500. "in": "body",
  8501. "required": true,
  8502. "schema": {
  8503. "$ref": "#/definitions/md.UpdateRoleReq"
  8504. }
  8505. }
  8506. ],
  8507. "responses": {
  8508. "200": {
  8509. "description": "success",
  8510. "schema": {
  8511. "type": "string"
  8512. }
  8513. },
  8514. "400": {
  8515. "description": "具体错误",
  8516. "schema": {
  8517. "$ref": "#/definitions/md.Response"
  8518. }
  8519. }
  8520. }
  8521. }
  8522. },
  8523. "/api/role/updateRoleState": {
  8524. "post": {
  8525. "description": "权限管理-修改角色状态",
  8526. "consumes": [
  8527. "application/json"
  8528. ],
  8529. "produces": [
  8530. "application/json"
  8531. ],
  8532. "tags": [
  8533. "权限管理"
  8534. ],
  8535. "summary": "修改角色状态",
  8536. "parameters": [
  8537. {
  8538. "type": "string",
  8539. "description": "验证参数Bearer和token空格拼接",
  8540. "name": "Authorization",
  8541. "in": "header",
  8542. "required": true
  8543. },
  8544. {
  8545. "description": "请求参数",
  8546. "name": "args",
  8547. "in": "body",
  8548. "required": true,
  8549. "schema": {
  8550. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8551. }
  8552. }
  8553. ],
  8554. "responses": {
  8555. "200": {
  8556. "description": "success",
  8557. "schema": {
  8558. "type": "string"
  8559. }
  8560. },
  8561. "400": {
  8562. "description": "具体错误",
  8563. "schema": {
  8564. "$ref": "#/definitions/md.Response"
  8565. }
  8566. }
  8567. }
  8568. }
  8569. },
  8570. "/api/settCenter/kuaizhan/getBasic": {
  8571. "get": {
  8572. "description": "网站信息-基本设置(获取)",
  8573. "consumes": [
  8574. "application/json"
  8575. ],
  8576. "produces": [
  8577. "application/json"
  8578. ],
  8579. "tags": [
  8580. "基础设置"
  8581. ],
  8582. "summary": "基础设置-网站信息-基本设置(获取)",
  8583. "parameters": [
  8584. {
  8585. "type": "string",
  8586. "description": "验证参数Bearer和token空格拼接",
  8587. "name": "Authorization",
  8588. "in": "header",
  8589. "required": true
  8590. }
  8591. ],
  8592. "responses": {
  8593. "200": {
  8594. "description": "设置列表",
  8595. "schema": {
  8596. "$ref": "#/definitions/setCenter.KuaizhanBasicResp"
  8597. }
  8598. },
  8599. "400": {
  8600. "description": "具体错误",
  8601. "schema": {
  8602. "$ref": "#/definitions/md.Response"
  8603. }
  8604. }
  8605. }
  8606. }
  8607. },
  8608. "/api/settCenter/kuaizhan/setBasic": {
  8609. "post": {
  8610. "description": "基本设置(更新)",
  8611. "consumes": [
  8612. "application/json"
  8613. ],
  8614. "produces": [
  8615. "application/json"
  8616. ],
  8617. "tags": [
  8618. "基础设置"
  8619. ],
  8620. "summary": "基础设置-网站信息-基本设置(更新)",
  8621. "parameters": [
  8622. {
  8623. "type": "string",
  8624. "description": "验证参数Bearer和token空格拼接",
  8625. "name": "Authorization",
  8626. "in": "header",
  8627. "required": true
  8628. },
  8629. {
  8630. "description": "上传需要修改的信息",
  8631. "name": "req",
  8632. "in": "body",
  8633. "required": true,
  8634. "schema": {
  8635. "$ref": "#/definitions/setCenter.KuaizhanBasicReq"
  8636. }
  8637. }
  8638. ],
  8639. "responses": {
  8640. "200": {
  8641. "description": "success",
  8642. "schema": {
  8643. "type": "string"
  8644. }
  8645. },
  8646. "400": {
  8647. "description": "具体错误",
  8648. "schema": {
  8649. "$ref": "#/definitions/md.Response"
  8650. }
  8651. }
  8652. }
  8653. }
  8654. },
  8655. "/api/settCenter/oss/aliYun/getBasic": {
  8656. "get": {
  8657. "description": "对象存储设置(获取)",
  8658. "consumes": [
  8659. "application/json"
  8660. ],
  8661. "produces": [
  8662. "application/json"
  8663. ],
  8664. "tags": [
  8665. "对象存储"
  8666. ],
  8667. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8668. "parameters": [
  8669. {
  8670. "type": "string",
  8671. "description": "验证参数Bearer和token空格拼接",
  8672. "name": "Authorization",
  8673. "in": "header",
  8674. "required": true
  8675. }
  8676. ],
  8677. "responses": {
  8678. "200": {
  8679. "description": "设置列表",
  8680. "schema": {
  8681. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8682. }
  8683. },
  8684. "400": {
  8685. "description": "具体错误",
  8686. "schema": {
  8687. "$ref": "#/definitions/md.Response"
  8688. }
  8689. }
  8690. }
  8691. }
  8692. },
  8693. "/api/settCenter/oss/aliYun/setBasic": {
  8694. "post": {
  8695. "description": "对象存储设置(更新)",
  8696. "consumes": [
  8697. "application/json"
  8698. ],
  8699. "produces": [
  8700. "application/json"
  8701. ],
  8702. "tags": [
  8703. "对象存储"
  8704. ],
  8705. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8706. "parameters": [
  8707. {
  8708. "type": "string",
  8709. "description": "验证参数Bearer和token空格拼接",
  8710. "name": "Authorization",
  8711. "in": "header",
  8712. "required": true
  8713. },
  8714. {
  8715. "description": "上传需要修改的信息",
  8716. "name": "req",
  8717. "in": "body",
  8718. "required": true,
  8719. "schema": {
  8720. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8721. }
  8722. }
  8723. ],
  8724. "responses": {
  8725. "200": {
  8726. "description": "success",
  8727. "schema": {
  8728. "type": "string"
  8729. }
  8730. },
  8731. "400": {
  8732. "description": "具体错误",
  8733. "schema": {
  8734. "$ref": "#/definitions/md.Response"
  8735. }
  8736. }
  8737. }
  8738. }
  8739. },
  8740. "/api/settCenter/web/getBasic": {
  8741. "get": {
  8742. "description": "网站信息-基本设置(获取)",
  8743. "consumes": [
  8744. "application/json"
  8745. ],
  8746. "produces": [
  8747. "application/json"
  8748. ],
  8749. "tags": [
  8750. "基础设置"
  8751. ],
  8752. "summary": "基础设置-网站信息-基本设置(获取)",
  8753. "parameters": [
  8754. {
  8755. "type": "string",
  8756. "description": "验证参数Bearer和token空格拼接",
  8757. "name": "Authorization",
  8758. "in": "header",
  8759. "required": true
  8760. }
  8761. ],
  8762. "responses": {
  8763. "200": {
  8764. "description": "设置列表",
  8765. "schema": {
  8766. "$ref": "#/definitions/setCenter.WebBasicResp"
  8767. }
  8768. },
  8769. "400": {
  8770. "description": "具体错误",
  8771. "schema": {
  8772. "$ref": "#/definitions/md.Response"
  8773. }
  8774. }
  8775. }
  8776. }
  8777. },
  8778. "/api/settCenter/web/getDownDomainBasic": {
  8779. "get": {
  8780. "description": "网站信息-下载页多域名设置(获取)",
  8781. "consumes": [
  8782. "application/json"
  8783. ],
  8784. "produces": [
  8785. "application/json"
  8786. ],
  8787. "tags": [
  8788. "基础设置"
  8789. ],
  8790. "summary": "基础设置-网站信息-下载页多域名设置(获取)",
  8791. "parameters": [
  8792. {
  8793. "type": "string",
  8794. "description": "验证参数Bearer和token空格拼接",
  8795. "name": "Authorization",
  8796. "in": "header",
  8797. "required": true
  8798. }
  8799. ],
  8800. "responses": {
  8801. "200": {
  8802. "description": "设置列表",
  8803. "schema": {
  8804. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  8805. }
  8806. },
  8807. "400": {
  8808. "description": "具体错误",
  8809. "schema": {
  8810. "$ref": "#/definitions/md.Response"
  8811. }
  8812. }
  8813. }
  8814. }
  8815. },
  8816. "/api/settCenter/web/getRegisterDomainBasic": {
  8817. "get": {
  8818. "description": "网站信息-下载页多域名设置(获取)",
  8819. "consumes": [
  8820. "application/json"
  8821. ],
  8822. "produces": [
  8823. "application/json"
  8824. ],
  8825. "tags": [
  8826. "基础设置"
  8827. ],
  8828. "summary": "基础设置-网站信息-下载页多域名设置(获取)",
  8829. "parameters": [
  8830. {
  8831. "type": "string",
  8832. "description": "验证参数Bearer和token空格拼接",
  8833. "name": "Authorization",
  8834. "in": "header",
  8835. "required": true
  8836. }
  8837. ],
  8838. "responses": {
  8839. "200": {
  8840. "description": "设置列表",
  8841. "schema": {
  8842. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  8843. }
  8844. },
  8845. "400": {
  8846. "description": "具体错误",
  8847. "schema": {
  8848. "$ref": "#/definitions/md.Response"
  8849. }
  8850. }
  8851. }
  8852. }
  8853. },
  8854. "/api/settCenter/web/setBasic": {
  8855. "post": {
  8856. "description": "基本设置(更新)",
  8857. "consumes": [
  8858. "application/json"
  8859. ],
  8860. "produces": [
  8861. "application/json"
  8862. ],
  8863. "tags": [
  8864. "基础设置"
  8865. ],
  8866. "summary": "基础设置-网站信息-基本设置(更新)",
  8867. "parameters": [
  8868. {
  8869. "type": "string",
  8870. "description": "验证参数Bearer和token空格拼接",
  8871. "name": "Authorization",
  8872. "in": "header",
  8873. "required": true
  8874. },
  8875. {
  8876. "description": "上传需要修改的信息",
  8877. "name": "req",
  8878. "in": "body",
  8879. "required": true,
  8880. "schema": {
  8881. "$ref": "#/definitions/setCenter.WebBasicReq"
  8882. }
  8883. }
  8884. ],
  8885. "responses": {
  8886. "200": {
  8887. "description": "success",
  8888. "schema": {
  8889. "type": "string"
  8890. }
  8891. },
  8892. "400": {
  8893. "description": "具体错误",
  8894. "schema": {
  8895. "$ref": "#/definitions/md.Response"
  8896. }
  8897. }
  8898. }
  8899. }
  8900. },
  8901. "/api/settCenter/web/setDownDomainBasic": {
  8902. "post": {
  8903. "description": "下载页多域名设置(更新)",
  8904. "consumes": [
  8905. "application/json"
  8906. ],
  8907. "produces": [
  8908. "application/json"
  8909. ],
  8910. "tags": [
  8911. "基础设置"
  8912. ],
  8913. "summary": "基础设置-网站信息-下载页多域名设置(更新)",
  8914. "parameters": [
  8915. {
  8916. "type": "string",
  8917. "description": "验证参数Bearer和token空格拼接",
  8918. "name": "Authorization",
  8919. "in": "header",
  8920. "required": true
  8921. },
  8922. {
  8923. "description": "上传需要修改的信息",
  8924. "name": "req",
  8925. "in": "body",
  8926. "required": true,
  8927. "schema": {
  8928. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  8929. }
  8930. }
  8931. ],
  8932. "responses": {
  8933. "200": {
  8934. "description": "success",
  8935. "schema": {
  8936. "type": "string"
  8937. }
  8938. },
  8939. "400": {
  8940. "description": "具体错误",
  8941. "schema": {
  8942. "$ref": "#/definitions/md.Response"
  8943. }
  8944. }
  8945. }
  8946. }
  8947. },
  8948. "/api/settCenter/web/setRegisterDomainBasic": {
  8949. "post": {
  8950. "description": "下载页多域名设置(更新)",
  8951. "consumes": [
  8952. "application/json"
  8953. ],
  8954. "produces": [
  8955. "application/json"
  8956. ],
  8957. "tags": [
  8958. "基础设置"
  8959. ],
  8960. "summary": "基础设置-网站信息-下载页多域名设置(更新)",
  8961. "parameters": [
  8962. {
  8963. "type": "string",
  8964. "description": "验证参数Bearer和token空格拼接",
  8965. "name": "Authorization",
  8966. "in": "header",
  8967. "required": true
  8968. },
  8969. {
  8970. "description": "上传需要修改的信息",
  8971. "name": "req",
  8972. "in": "body",
  8973. "required": true,
  8974. "schema": {
  8975. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  8976. }
  8977. }
  8978. ],
  8979. "responses": {
  8980. "200": {
  8981. "description": "success",
  8982. "schema": {
  8983. "type": "string"
  8984. }
  8985. },
  8986. "400": {
  8987. "description": "具体错误",
  8988. "schema": {
  8989. "$ref": "#/definitions/md.Response"
  8990. }
  8991. }
  8992. }
  8993. }
  8994. },
  8995. "/api/userFeedback/cate/list": {
  8996. "post": {
  8997. "description": "分类列表",
  8998. "consumes": [
  8999. "application/json"
  9000. ],
  9001. "produces": [
  9002. "application/json"
  9003. ],
  9004. "tags": [
  9005. "消息中心"
  9006. ],
  9007. "summary": "反馈列表-分类列表",
  9008. "parameters": [
  9009. {
  9010. "type": "string",
  9011. "description": "验证参数Bearer和token空格拼接",
  9012. "name": "Authorization",
  9013. "in": "header",
  9014. "required": true
  9015. },
  9016. {
  9017. "description": "(分页信息必填)",
  9018. "name": "req",
  9019. "in": "body",
  9020. "required": true,
  9021. "schema": {
  9022. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  9023. }
  9024. }
  9025. ],
  9026. "responses": {
  9027. "200": {
  9028. "description": "具体数据",
  9029. "schema": {
  9030. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  9031. }
  9032. },
  9033. "400": {
  9034. "description": "具体错误",
  9035. "schema": {
  9036. "$ref": "#/definitions/md.Response"
  9037. }
  9038. }
  9039. }
  9040. }
  9041. },
  9042. "/api/userFeedback/content/change/state": {
  9043. "post": {
  9044. "description": "反馈列表-修改状态",
  9045. "consumes": [
  9046. "application/json"
  9047. ],
  9048. "produces": [
  9049. "application/json"
  9050. ],
  9051. "tags": [
  9052. "消息中心"
  9053. ],
  9054. "summary": "用户反馈-反馈列表-修改状态",
  9055. "parameters": [
  9056. {
  9057. "type": "string",
  9058. "description": "验证参数Bearer和token空格拼接",
  9059. "name": "Authorization",
  9060. "in": "header",
  9061. "required": true
  9062. },
  9063. {
  9064. "description": "(分页信息必填)",
  9065. "name": "req",
  9066. "in": "body",
  9067. "required": true,
  9068. "schema": {
  9069. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  9070. }
  9071. }
  9072. ],
  9073. "responses": {
  9074. "200": {
  9075. "description": "具体数据",
  9076. "schema": {
  9077. "type": "string"
  9078. }
  9079. },
  9080. "400": {
  9081. "description": "具体错误",
  9082. "schema": {
  9083. "$ref": "#/definitions/md.Response"
  9084. }
  9085. }
  9086. }
  9087. }
  9088. },
  9089. "/api/userFeedback/content/del": {
  9090. "post": {
  9091. "description": "反馈列表-反馈删除",
  9092. "consumes": [
  9093. "application/json"
  9094. ],
  9095. "produces": [
  9096. "application/json"
  9097. ],
  9098. "tags": [
  9099. "消息中心"
  9100. ],
  9101. "summary": "用户反馈-反馈列表-反馈删除",
  9102. "parameters": [
  9103. {
  9104. "type": "string",
  9105. "description": "验证参数Bearer和token空格拼接",
  9106. "name": "Authorization",
  9107. "in": "header",
  9108. "required": true
  9109. },
  9110. {
  9111. "description": "(分页信息必填)",
  9112. "name": "req",
  9113. "in": "body",
  9114. "required": true,
  9115. "schema": {
  9116. "$ref": "#/definitions/md.UserFeedbackDelReq"
  9117. }
  9118. }
  9119. ],
  9120. "responses": {
  9121. "200": {
  9122. "description": "具体数据",
  9123. "schema": {
  9124. "type": "string"
  9125. }
  9126. },
  9127. "400": {
  9128. "description": "具体错误",
  9129. "schema": {
  9130. "$ref": "#/definitions/md.Response"
  9131. }
  9132. }
  9133. }
  9134. }
  9135. },
  9136. "/api/userFeedback/content/list": {
  9137. "post": {
  9138. "description": "反馈列表",
  9139. "consumes": [
  9140. "application/json"
  9141. ],
  9142. "produces": [
  9143. "application/json"
  9144. ],
  9145. "tags": [
  9146. "消息中心"
  9147. ],
  9148. "summary": "用户反馈-反馈列表",
  9149. "parameters": [
  9150. {
  9151. "type": "string",
  9152. "description": "验证参数Bearer和token空格拼接",
  9153. "name": "Authorization",
  9154. "in": "header",
  9155. "required": true
  9156. },
  9157. {
  9158. "description": "(分页信息必填)",
  9159. "name": "req",
  9160. "in": "body",
  9161. "required": true,
  9162. "schema": {
  9163. "$ref": "#/definitions/md.UserFeedbackListReq"
  9164. }
  9165. }
  9166. ],
  9167. "responses": {
  9168. "200": {
  9169. "description": "具体数据",
  9170. "schema": {
  9171. "$ref": "#/definitions/md.UserFeedbackListResp"
  9172. }
  9173. },
  9174. "400": {
  9175. "description": "具体错误",
  9176. "schema": {
  9177. "$ref": "#/definitions/md.Response"
  9178. }
  9179. }
  9180. }
  9181. }
  9182. },
  9183. "/api/userFeedback/content/record/list": {
  9184. "post": {
  9185. "description": "反馈列表-沟通记录",
  9186. "consumes": [
  9187. "application/json"
  9188. ],
  9189. "produces": [
  9190. "application/json"
  9191. ],
  9192. "tags": [
  9193. "消息中心"
  9194. ],
  9195. "summary": "用户反馈-反馈列表-沟通记录",
  9196. "parameters": [
  9197. {
  9198. "type": "string",
  9199. "description": "验证参数Bearer和token空格拼接",
  9200. "name": "Authorization",
  9201. "in": "header",
  9202. "required": true
  9203. },
  9204. {
  9205. "description": "(分页信息必填)",
  9206. "name": "req",
  9207. "in": "body",
  9208. "required": true,
  9209. "schema": {
  9210. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  9211. }
  9212. }
  9213. ],
  9214. "responses": {
  9215. "200": {
  9216. "description": "具体数据",
  9217. "schema": {
  9218. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  9219. }
  9220. },
  9221. "400": {
  9222. "description": "具体错误",
  9223. "schema": {
  9224. "$ref": "#/definitions/md.Response"
  9225. }
  9226. }
  9227. }
  9228. }
  9229. },
  9230. "/api/userFeedback/content/say": {
  9231. "post": {
  9232. "description": "反馈列表-沟通发送",
  9233. "consumes": [
  9234. "application/json"
  9235. ],
  9236. "produces": [
  9237. "application/json"
  9238. ],
  9239. "tags": [
  9240. "消息中心"
  9241. ],
  9242. "summary": "用户反馈-反馈列表-沟通发送",
  9243. "parameters": [
  9244. {
  9245. "type": "string",
  9246. "description": "验证参数Bearer和token空格拼接",
  9247. "name": "Authorization",
  9248. "in": "header",
  9249. "required": true
  9250. },
  9251. {
  9252. "description": "(分页信息必填)",
  9253. "name": "req",
  9254. "in": "body",
  9255. "required": true,
  9256. "schema": {
  9257. "$ref": "#/definitions/md.UserFeedbackSayReq"
  9258. }
  9259. }
  9260. ],
  9261. "responses": {
  9262. "200": {
  9263. "description": "具体数据",
  9264. "schema": {
  9265. "type": "string"
  9266. }
  9267. },
  9268. "400": {
  9269. "description": "具体错误",
  9270. "schema": {
  9271. "$ref": "#/definitions/md.Response"
  9272. }
  9273. }
  9274. }
  9275. }
  9276. },
  9277. "/api/userRealName/base": {
  9278. "get": {
  9279. "description": "基本设置-实名认证",
  9280. "consumes": [
  9281. "application/json"
  9282. ],
  9283. "produces": [
  9284. "application/json"
  9285. ],
  9286. "tags": [
  9287. "基本设置"
  9288. ],
  9289. "summary": "基本设置-实名认证-基本配置",
  9290. "parameters": [
  9291. {
  9292. "type": "string",
  9293. "description": "验证参数Bearer和token空格拼接",
  9294. "name": "Authorization",
  9295. "in": "header",
  9296. "required": true
  9297. }
  9298. ],
  9299. "responses": {
  9300. "200": {
  9301. "description": "具体数据",
  9302. "schema": {
  9303. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9304. }
  9305. },
  9306. "400": {
  9307. "description": "具体错误",
  9308. "schema": {
  9309. "$ref": "#/definitions/md.Response"
  9310. }
  9311. }
  9312. }
  9313. }
  9314. },
  9315. "/api/userRealName/base/save": {
  9316. "post": {
  9317. "description": "基本设置-实名认证-基本配置保存",
  9318. "consumes": [
  9319. "application/json"
  9320. ],
  9321. "produces": [
  9322. "application/json"
  9323. ],
  9324. "tags": [
  9325. "基本设置"
  9326. ],
  9327. "summary": "基本设置-实名认证-基本配置保存",
  9328. "parameters": [
  9329. {
  9330. "type": "string",
  9331. "description": "验证参数Bearer和token空格拼接",
  9332. "name": "Authorization",
  9333. "in": "header",
  9334. "required": true
  9335. },
  9336. {
  9337. "description": "(分页信息必填)",
  9338. "name": "req",
  9339. "in": "body",
  9340. "required": true,
  9341. "schema": {
  9342. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9343. }
  9344. }
  9345. ],
  9346. "responses": {
  9347. "200": {
  9348. "description": "具体数据",
  9349. "schema": {
  9350. "type": "string"
  9351. }
  9352. },
  9353. "400": {
  9354. "description": "具体错误",
  9355. "schema": {
  9356. "$ref": "#/definitions/md.Response"
  9357. }
  9358. }
  9359. }
  9360. }
  9361. },
  9362. "/api/userRealName/list": {
  9363. "post": {
  9364. "description": "基本设置-实名认证列表",
  9365. "consumes": [
  9366. "application/json"
  9367. ],
  9368. "produces": [
  9369. "application/json"
  9370. ],
  9371. "tags": [
  9372. "基本设置"
  9373. ],
  9374. "summary": "基本设置-实名认证列表",
  9375. "parameters": [
  9376. {
  9377. "type": "string",
  9378. "description": "验证参数Bearer和token空格拼接",
  9379. "name": "Authorization",
  9380. "in": "header",
  9381. "required": true
  9382. },
  9383. {
  9384. "description": "(分页信息必填)",
  9385. "name": "req",
  9386. "in": "body",
  9387. "required": true,
  9388. "schema": {
  9389. "$ref": "#/definitions/md.UserRealNameReq"
  9390. }
  9391. }
  9392. ],
  9393. "responses": {
  9394. "200": {
  9395. "description": "具体数据",
  9396. "schema": {
  9397. "$ref": "#/definitions/md.UserRealNameResp"
  9398. }
  9399. },
  9400. "400": {
  9401. "description": "具体错误",
  9402. "schema": {
  9403. "$ref": "#/definitions/md.Response"
  9404. }
  9405. }
  9406. }
  9407. }
  9408. },
  9409. "/api/userRealName/save": {
  9410. "post": {
  9411. "description": "基本设置-修改认证状态",
  9412. "consumes": [
  9413. "application/json"
  9414. ],
  9415. "produces": [
  9416. "application/json"
  9417. ],
  9418. "tags": [
  9419. "基本设置"
  9420. ],
  9421. "summary": "基本设置-实名认证-修改认证状态",
  9422. "parameters": [
  9423. {
  9424. "type": "string",
  9425. "description": "验证参数Bearer和token空格拼接",
  9426. "name": "Authorization",
  9427. "in": "header",
  9428. "required": true
  9429. },
  9430. {
  9431. "description": "(分页信息必填)",
  9432. "name": "req",
  9433. "in": "body",
  9434. "required": true,
  9435. "schema": {
  9436. "$ref": "#/definitions/md.UserRealNameSaveReq"
  9437. }
  9438. }
  9439. ],
  9440. "responses": {
  9441. "200": {
  9442. "description": "具体数据",
  9443. "schema": {
  9444. "type": "string"
  9445. }
  9446. },
  9447. "400": {
  9448. "description": "具体错误",
  9449. "schema": {
  9450. "$ref": "#/definitions/md.Response"
  9451. }
  9452. }
  9453. }
  9454. }
  9455. },
  9456. "/api/user_feedback/cate/del": {
  9457. "post": {
  9458. "description": "分类列表-分类删除",
  9459. "consumes": [
  9460. "application/json"
  9461. ],
  9462. "produces": [
  9463. "application/json"
  9464. ],
  9465. "tags": [
  9466. "消息中心"
  9467. ],
  9468. "summary": "反馈列表-分类列表-分类删除",
  9469. "parameters": [
  9470. {
  9471. "type": "string",
  9472. "description": "验证参数Bearer和token空格拼接",
  9473. "name": "Authorization",
  9474. "in": "header",
  9475. "required": true
  9476. },
  9477. {
  9478. "description": "(分页信息必填)",
  9479. "name": "req",
  9480. "in": "body",
  9481. "required": true,
  9482. "schema": {
  9483. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  9484. }
  9485. }
  9486. ],
  9487. "responses": {
  9488. "200": {
  9489. "description": "具体数据",
  9490. "schema": {
  9491. "type": "string"
  9492. }
  9493. },
  9494. "400": {
  9495. "description": "具体错误",
  9496. "schema": {
  9497. "$ref": "#/definitions/md.Response"
  9498. }
  9499. }
  9500. }
  9501. }
  9502. },
  9503. "/api/user_feedback/cate/save": {
  9504. "post": {
  9505. "description": "分类列表-分类保存",
  9506. "consumes": [
  9507. "application/json"
  9508. ],
  9509. "produces": [
  9510. "application/json"
  9511. ],
  9512. "tags": [
  9513. "消息中心"
  9514. ],
  9515. "summary": "反馈列表-分类列表-分类保存",
  9516. "parameters": [
  9517. {
  9518. "type": "string",
  9519. "description": "验证参数Bearer和token空格拼接",
  9520. "name": "Authorization",
  9521. "in": "header",
  9522. "required": true
  9523. },
  9524. {
  9525. "description": "(分页信息必填)",
  9526. "name": "req",
  9527. "in": "body",
  9528. "required": true,
  9529. "schema": {
  9530. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9531. }
  9532. }
  9533. ],
  9534. "responses": {
  9535. "200": {
  9536. "description": "具体数据",
  9537. "schema": {
  9538. "type": "string"
  9539. }
  9540. },
  9541. "400": {
  9542. "description": "具体错误",
  9543. "schema": {
  9544. "$ref": "#/definitions/md.Response"
  9545. }
  9546. }
  9547. }
  9548. }
  9549. },
  9550. "/api/website/certificate": {
  9551. "post": {
  9552. "description": "证书查询",
  9553. "consumes": [
  9554. "application/json"
  9555. ],
  9556. "produces": [
  9557. "application/json"
  9558. ],
  9559. "tags": [
  9560. "官网"
  9561. ],
  9562. "summary": "证书查询",
  9563. "parameters": [
  9564. {
  9565. "type": "string",
  9566. "description": "验证参数Bearer和token空格拼接",
  9567. "name": "Authorization",
  9568. "in": "header",
  9569. "required": true
  9570. },
  9571. {
  9572. "description": "(分页信息必填)",
  9573. "name": "req",
  9574. "in": "body",
  9575. "required": true,
  9576. "schema": {
  9577. "$ref": "#/definitions/md.CertificateReq"
  9578. }
  9579. }
  9580. ],
  9581. "responses": {
  9582. "200": {
  9583. "description": "具体数据",
  9584. "schema": {
  9585. "$ref": "#/definitions/md.CertificateResp"
  9586. }
  9587. },
  9588. "400": {
  9589. "description": "具体错误",
  9590. "schema": {
  9591. "$ref": "#/definitions/md.Response"
  9592. }
  9593. }
  9594. }
  9595. }
  9596. },
  9597. "/api/website/getModuleSetting": {
  9598. "get": {
  9599. "description": "页面样式",
  9600. "consumes": [
  9601. "application/json"
  9602. ],
  9603. "produces": [
  9604. "application/json"
  9605. ],
  9606. "tags": [
  9607. "官网"
  9608. ],
  9609. "summary": "页面样式",
  9610. "parameters": [
  9611. {
  9612. "type": "string",
  9613. "description": "验证参数Bearer和token空格拼接",
  9614. "name": "Authorization",
  9615. "in": "header",
  9616. "required": true
  9617. },
  9618. {
  9619. "type": "string",
  9620. "description": "页面名称类型值(15:官网 联系我们)",
  9621. "name": "mod_name_value",
  9622. "in": "query",
  9623. "required": true
  9624. }
  9625. ],
  9626. "responses": {
  9627. "200": {
  9628. "description": "具体数据",
  9629. "schema": {
  9630. "$ref": "#/definitions/md.GetModuleSettingResp"
  9631. }
  9632. },
  9633. "400": {
  9634. "description": "具体错误",
  9635. "schema": {
  9636. "$ref": "#/definitions/md.Response"
  9637. }
  9638. }
  9639. }
  9640. }
  9641. },
  9642. "/api/website/info": {
  9643. "get": {
  9644. "description": "官网-基本信息",
  9645. "consumes": [
  9646. "application/json"
  9647. ],
  9648. "produces": [
  9649. "application/json"
  9650. ],
  9651. "tags": [
  9652. "官网"
  9653. ],
  9654. "summary": "官网-基本信息",
  9655. "parameters": [
  9656. {
  9657. "type": "string",
  9658. "description": "验证参数Bearer和token空格拼接",
  9659. "name": "Authorization",
  9660. "in": "header",
  9661. "required": true
  9662. }
  9663. ],
  9664. "responses": {
  9665. "200": {
  9666. "description": "具体数据",
  9667. "schema": {
  9668. "$ref": "#/definitions/md.WebsiteInfoResp"
  9669. }
  9670. },
  9671. "400": {
  9672. "description": "具体错误",
  9673. "schema": {
  9674. "$ref": "#/definitions/md.Response"
  9675. }
  9676. }
  9677. }
  9678. }
  9679. }
  9680. },
  9681. "definitions": {
  9682. "applet_app_md.Paginate": {
  9683. "type": "object",
  9684. "properties": {
  9685. "limit": {
  9686. "description": "每页大小",
  9687. "type": "integer"
  9688. },
  9689. "page": {
  9690. "description": "页数",
  9691. "type": "integer"
  9692. },
  9693. "total": {
  9694. "description": "总数据量",
  9695. "type": "integer"
  9696. }
  9697. }
  9698. },
  9699. "applet_app_md_financial_center.Paginate": {
  9700. "type": "object",
  9701. "properties": {
  9702. "limit": {
  9703. "description": "每页大小",
  9704. "type": "integer"
  9705. },
  9706. "page": {
  9707. "description": "页数",
  9708. "type": "integer"
  9709. },
  9710. "total": {
  9711. "description": "总数据量",
  9712. "type": "integer"
  9713. }
  9714. }
  9715. },
  9716. "applet_app_md_financial_center.TagNode": {
  9717. "type": "object",
  9718. "properties": {
  9719. "tag_id": {
  9720. "type": "integer"
  9721. },
  9722. "tag_name": {
  9723. "type": "string"
  9724. }
  9725. }
  9726. },
  9727. "applet_app_md_friend_circle.Paginate": {
  9728. "type": "object",
  9729. "properties": {
  9730. "limit": {
  9731. "description": "每页大小",
  9732. "type": "integer"
  9733. },
  9734. "page": {
  9735. "description": "页数",
  9736. "type": "integer"
  9737. },
  9738. "total": {
  9739. "description": "总数据量",
  9740. "type": "integer"
  9741. }
  9742. }
  9743. },
  9744. "applet_app_md_im.GetBasicResp": {
  9745. "type": "object",
  9746. "properties": {
  9747. "chat_sensitive_words": {
  9748. "type": "string",
  9749. "example": "聊天敏感词"
  9750. },
  9751. "is_allow_add_friends": {
  9752. "type": "string",
  9753. "example": "是否允许加好友"
  9754. },
  9755. "is_auto_add_friends": {
  9756. "type": "string",
  9757. "example": "是否自动加好友"
  9758. },
  9759. "prohibit_add_group_members": {
  9760. "type": "string",
  9761. "example": "是否禁止添加群成员"
  9762. },
  9763. "prohibit_remove_group_members": {
  9764. "type": "string",
  9765. "example": "是否禁止移出群成员"
  9766. },
  9767. "prohibit_update_group_name": {
  9768. "type": "string",
  9769. "example": "是否禁止修改群名称"
  9770. }
  9771. }
  9772. },
  9773. "applet_app_md_im.SetBasicReq": {
  9774. "type": "object",
  9775. "properties": {
  9776. "chat_sensitive_words": {
  9777. "type": "string",
  9778. "example": "聊天敏感词"
  9779. },
  9780. "is_allow_add_friends": {
  9781. "type": "string",
  9782. "example": "是否允许加好友"
  9783. },
  9784. "is_auto_add_friends": {
  9785. "type": "string",
  9786. "example": "是否自动加好友"
  9787. },
  9788. "prohibit_add_group_members": {
  9789. "type": "string",
  9790. "example": "是否禁止添加群成员"
  9791. },
  9792. "prohibit_remove_group_members": {
  9793. "type": "string",
  9794. "example": "是否禁止移出群成员"
  9795. },
  9796. "prohibit_update_group_name": {
  9797. "type": "string",
  9798. "example": "是否禁止修改群名称"
  9799. }
  9800. }
  9801. },
  9802. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9803. "type": "object",
  9804. "properties": {
  9805. "direct_push_reward": {
  9806. "description": "直推奖励",
  9807. "allOf": [
  9808. {
  9809. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9810. }
  9811. ]
  9812. },
  9813. "initial_price": {
  9814. "description": "初始价格",
  9815. "type": "string"
  9816. },
  9817. "is_open": {
  9818. "description": "是否开启(1:开启 0:关闭)",
  9819. "type": "integer"
  9820. },
  9821. "person_egg_energy_coin_id": {
  9822. "description": "个人蛋蛋能量对应虚拟币 id",
  9823. "type": "integer"
  9824. },
  9825. "person_egg_points_coin_id": {
  9826. "description": "个人蛋蛋积分对应虚拟币 id",
  9827. "type": "integer"
  9828. },
  9829. "team_egg_energy_coin_id": {
  9830. "description": "团队蛋蛋能量对应虚拟币 id",
  9831. "type": "integer"
  9832. },
  9833. "team_egg_points_coin_id": {
  9834. "description": "团队蛋蛋积分对应虚拟币 id",
  9835. "type": "integer"
  9836. }
  9837. }
  9838. },
  9839. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9840. "type": "object",
  9841. "properties": {
  9842. "limit": {
  9843. "description": "每页大小",
  9844. "type": "integer"
  9845. },
  9846. "page": {
  9847. "description": "页数",
  9848. "type": "integer"
  9849. },
  9850. "total": {
  9851. "description": "总数据量",
  9852. "type": "integer"
  9853. }
  9854. }
  9855. },
  9856. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9857. "type": "object",
  9858. "properties": {
  9859. "id": {
  9860. "type": "integer"
  9861. },
  9862. "is_open": {
  9863. "description": "是否开启(1:开启 0:关闭)",
  9864. "type": "integer"
  9865. },
  9866. "is_self_active_get_team_revenue": {
  9867. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9868. "type": "integer"
  9869. },
  9870. "originator_uid": {
  9871. "description": "创始人uid",
  9872. "type": "integer"
  9873. },
  9874. "several_rows": {
  9875. "description": "几排",
  9876. "type": "integer"
  9877. },
  9878. "several_times": {
  9879. "description": "几乘",
  9880. "type": "integer"
  9881. },
  9882. "system_punish_replace": {
  9883. "description": "是否位置滑落 被新用户替换 0否 1是",
  9884. "type": "integer"
  9885. },
  9886. "system_punish_replace_value": {
  9887. "description": "xx天未活跃,处罚滑落",
  9888. "type": "integer"
  9889. }
  9890. }
  9891. },
  9892. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9893. "type": "object",
  9894. "properties": {
  9895. "limit": {
  9896. "description": "每页大小",
  9897. "type": "integer"
  9898. },
  9899. "page": {
  9900. "description": "页数",
  9901. "type": "integer"
  9902. },
  9903. "total": {
  9904. "description": "总数据量",
  9905. "type": "integer"
  9906. }
  9907. }
  9908. },
  9909. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9910. "type": "object",
  9911. "properties": {
  9912. "limit": {
  9913. "type": "integer"
  9914. },
  9915. "page": {
  9916. "type": "integer"
  9917. },
  9918. "total": {
  9919. "type": "integer"
  9920. }
  9921. }
  9922. },
  9923. "applet_app_md_member_center.Paginate": {
  9924. "type": "object",
  9925. "properties": {
  9926. "limit": {
  9927. "description": "每页大小",
  9928. "type": "integer"
  9929. },
  9930. "page": {
  9931. "description": "页数",
  9932. "type": "integer"
  9933. },
  9934. "total": {
  9935. "description": "总数据量",
  9936. "type": "integer"
  9937. }
  9938. }
  9939. },
  9940. "applet_app_md_member_center.TagNode": {
  9941. "type": "object",
  9942. "properties": {
  9943. "tag_id": {
  9944. "description": "标签 ID",
  9945. "type": "integer"
  9946. },
  9947. "tag_name": {
  9948. "description": "标签名称",
  9949. "type": "string"
  9950. }
  9951. }
  9952. },
  9953. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9954. "type": "object",
  9955. "properties": {
  9956. "oss_access_key_id": {
  9957. "type": "string",
  9958. "example": "oss访问秘钥id"
  9959. },
  9960. "oss_access_key_secret": {
  9961. "type": "string",
  9962. "example": "oss访问秘钥"
  9963. },
  9964. "oss_assume_arn": {
  9965. "type": "string",
  9966. "example": "oss RAM角色ARN"
  9967. },
  9968. "oss_assume_role_access_key_id": {
  9969. "type": "string",
  9970. "example": "oss RAM角色访问秘钥id"
  9971. },
  9972. "oss_assume_role_access_key_secret": {
  9973. "type": "string",
  9974. "example": "oss RAM角色访问秘钥"
  9975. },
  9976. "oss_bucket_name": {
  9977. "type": "string",
  9978. "example": "oss存储桶名称"
  9979. },
  9980. "oss_bucket_scheme": {
  9981. "type": "string",
  9982. "example": "oss上传方式"
  9983. },
  9984. "oss_endpoint": {
  9985. "type": "string",
  9986. "example": "oss地域节点"
  9987. },
  9988. "oss_object_domain": {
  9989. "type": "string",
  9990. "example": "oss域名"
  9991. },
  9992. "oss_option": {
  9993. "type": "string",
  9994. "example": "oss上传文件类型选项,以逗号分割"
  9995. }
  9996. }
  9997. },
  9998. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9999. "type": "object",
  10000. "properties": {
  10001. "oss_access_key_id": {
  10002. "type": "string",
  10003. "example": "oss访问秘钥id"
  10004. },
  10005. "oss_access_key_secret": {
  10006. "type": "string",
  10007. "example": "oss访问秘钥"
  10008. },
  10009. "oss_assume_arn": {
  10010. "type": "string",
  10011. "example": "oss RAM角色ARN"
  10012. },
  10013. "oss_assume_role_access_key_id": {
  10014. "type": "string",
  10015. "example": "oss RAM角色访问秘钥id"
  10016. },
  10017. "oss_assume_role_access_key_secret": {
  10018. "type": "string",
  10019. "example": "oss RAM角色访问秘钥"
  10020. },
  10021. "oss_bucket_name": {
  10022. "type": "string",
  10023. "example": "oss存储桶名称"
  10024. },
  10025. "oss_bucket_scheme": {
  10026. "type": "string",
  10027. "example": "oss上传方式"
  10028. },
  10029. "oss_endpoint": {
  10030. "type": "string",
  10031. "example": "oss地域节点"
  10032. },
  10033. "oss_object_domain": {
  10034. "type": "string",
  10035. "example": "oss域名"
  10036. },
  10037. "oss_option": {
  10038. "type": "string",
  10039. "example": "oss上传文件类型选项,以逗号分割"
  10040. }
  10041. }
  10042. },
  10043. "client.AssumeRoleResponseBodyCredentials": {
  10044. "type": "object",
  10045. "properties": {
  10046. "AccessKeyId": {
  10047. "description": "The AccessKey ID.",
  10048. "type": "string"
  10049. },
  10050. "AccessKeySecret": {
  10051. "description": "The AccessKey secret.",
  10052. "type": "string"
  10053. },
  10054. "Expiration": {
  10055. "description": "The time when the STS token expires. The time is displayed in UTC.",
  10056. "type": "string"
  10057. },
  10058. "SecurityToken": {
  10059. "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.",
  10060. "type": "string"
  10061. }
  10062. }
  10063. },
  10064. "comm.GetAdminInfoResp": {
  10065. "type": "object",
  10066. "properties": {
  10067. "adm_id": {
  10068. "description": "管理员id",
  10069. "type": "integer"
  10070. },
  10071. "is_super_administrator": {
  10072. "description": "是否为超级管理员(0:否 1:是)",
  10073. "type": "integer"
  10074. },
  10075. "memo": {
  10076. "description": "备注信息",
  10077. "type": "string"
  10078. },
  10079. "state": {
  10080. "description": "状态(1:正常 2:冻结)",
  10081. "type": "integer"
  10082. },
  10083. "username": {
  10084. "description": "用户名",
  10085. "type": "string"
  10086. }
  10087. }
  10088. },
  10089. "comm.GetSTSVoucherResp": {
  10090. "type": "object",
  10091. "properties": {
  10092. "bucket": {
  10093. "description": "oss 桶名称",
  10094. "type": "string"
  10095. },
  10096. "region": {
  10097. "description": "所在地域",
  10098. "type": "string"
  10099. },
  10100. "sts_token": {
  10101. "description": "STS 凭证",
  10102. "allOf": [
  10103. {
  10104. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  10105. }
  10106. ]
  10107. }
  10108. }
  10109. },
  10110. "comm.ImgReqUploadReq": {
  10111. "type": "object",
  10112. "required": [
  10113. "content_type",
  10114. "file_name"
  10115. ],
  10116. "properties": {
  10117. "content_type": {
  10118. "type": "string",
  10119. "example": "image/jpeg"
  10120. },
  10121. "file_name": {
  10122. "type": "string",
  10123. "example": "文件名"
  10124. }
  10125. }
  10126. },
  10127. "hdl.GetActiveDataResp": {
  10128. "type": "object",
  10129. "properties": {
  10130. "today": {
  10131. "description": "今日数据",
  10132. "allOf": [
  10133. {
  10134. "$ref": "#/definitions/model.PlatformActiveData"
  10135. }
  10136. ]
  10137. },
  10138. "yesterday": {
  10139. "description": "昨日数据",
  10140. "allOf": [
  10141. {
  10142. "$ref": "#/definitions/model.PlatformActiveData"
  10143. }
  10144. ]
  10145. }
  10146. }
  10147. },
  10148. "hdl.TotalDataResp": {
  10149. "type": "object",
  10150. "properties": {
  10151. "month": {
  10152. "description": "月份",
  10153. "type": "string"
  10154. },
  10155. "no_sign_in_user_count": {
  10156. "description": "未签到用户数",
  10157. "type": "integer"
  10158. },
  10159. "total_user_count": {
  10160. "description": "平台总用户数",
  10161. "type": "integer"
  10162. },
  10163. "total_withdraw_amount": {
  10164. "description": "已提现累计金额",
  10165. "type": "string"
  10166. },
  10167. "verified_user_count": {
  10168. "description": "已认证用户数",
  10169. "type": "integer"
  10170. },
  10171. "year": {
  10172. "description": "年份",
  10173. "type": "string"
  10174. }
  10175. }
  10176. },
  10177. "md.ActivePointsWalletNode": {
  10178. "type": "object",
  10179. "properties": {
  10180. "amount": {
  10181. "type": "string",
  10182. "example": "账户余额"
  10183. },
  10184. "uid": {
  10185. "description": "用户 ID",
  10186. "type": "integer"
  10187. },
  10188. "user_name": {
  10189. "type": "string",
  10190. "example": "用户名"
  10191. },
  10192. "user_phone": {
  10193. "type": "string",
  10194. "example": "手机号"
  10195. }
  10196. }
  10197. },
  10198. "md.AddAdminReq": {
  10199. "type": "object",
  10200. "required": [
  10201. "password",
  10202. "username"
  10203. ],
  10204. "properties": {
  10205. "memo": {
  10206. "type": "string"
  10207. },
  10208. "password": {
  10209. "type": "string"
  10210. },
  10211. "username": {
  10212. "type": "string"
  10213. }
  10214. }
  10215. },
  10216. "md.AddBlackListReq": {
  10217. "type": "object",
  10218. "properties": {
  10219. "memo": {
  10220. "description": "备注",
  10221. "type": "string"
  10222. },
  10223. "uid": {
  10224. "description": "用户 id",
  10225. "type": "integer"
  10226. }
  10227. }
  10228. },
  10229. "md.AddCommunityDividendsReq": {
  10230. "type": "object",
  10231. "properties": {
  10232. "amount": {
  10233. "description": "社区分红数量",
  10234. "type": "string"
  10235. },
  10236. "name": {
  10237. "type": "string",
  10238. "example": "社区分红名称"
  10239. }
  10240. }
  10241. },
  10242. "md.AddCommunityDividendsWithUserReq": {
  10243. "type": "object",
  10244. "properties": {
  10245. "memo": {
  10246. "type": "string",
  10247. "example": "备注"
  10248. },
  10249. "uid": {
  10250. "description": "新增社区长用户 ID",
  10251. "type": "integer"
  10252. }
  10253. }
  10254. },
  10255. "md.AddCustomerServiceReq": {
  10256. "type": "object",
  10257. "properties": {
  10258. "memo": {
  10259. "description": "备注",
  10260. "type": "string",
  10261. "example": "备注"
  10262. },
  10263. "phone": {
  10264. "type": "string",
  10265. "example": "手机号"
  10266. },
  10267. "weight": {
  10268. "description": "权重",
  10269. "type": "integer"
  10270. }
  10271. }
  10272. },
  10273. "md.AddEmoticonReq": {
  10274. "type": "object",
  10275. "properties": {
  10276. "img_url": {
  10277. "type": "string",
  10278. "example": "图片地址"
  10279. },
  10280. "memo": {
  10281. "description": "备注",
  10282. "type": "string",
  10283. "example": "备注"
  10284. },
  10285. "name": {
  10286. "type": "string",
  10287. "example": "名称"
  10288. },
  10289. "sort": {
  10290. "description": "排序",
  10291. "type": "integer"
  10292. }
  10293. }
  10294. },
  10295. "md.AddFreePublishUserReq": {
  10296. "type": "object",
  10297. "properties": {
  10298. "uid": {
  10299. "type": "integer"
  10300. }
  10301. }
  10302. },
  10303. "md.AddFundDataReq": {
  10304. "type": "object",
  10305. "properties": {
  10306. "frequency": {
  10307. "description": "频率(分钟)",
  10308. "type": "integer"
  10309. },
  10310. "hours": {
  10311. "description": "时长(小时)",
  10312. "type": "integer"
  10313. },
  10314. "kind": {
  10315. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  10316. "type": "integer"
  10317. },
  10318. "memo": {
  10319. "type": "string",
  10320. "example": "备注"
  10321. },
  10322. "total_amount": {
  10323. "description": "金额",
  10324. "type": "string"
  10325. }
  10326. }
  10327. },
  10328. "md.AddLevelReq": {
  10329. "type": "object",
  10330. "properties": {
  10331. "auto_update": {
  10332. "description": "自动升级 0关闭 1开启",
  10333. "type": "string"
  10334. },
  10335. "choosable_num": {
  10336. "description": "可选任务数量",
  10337. "type": "string"
  10338. },
  10339. "is_use": {
  10340. "description": "是否开启(0.否, 1.是)",
  10341. "type": "string"
  10342. },
  10343. "level_name": {
  10344. "description": "等级名称",
  10345. "type": "string"
  10346. },
  10347. "level_weight": {
  10348. "description": "等级权重",
  10349. "type": "string"
  10350. },
  10351. "memo": {
  10352. "description": "备注",
  10353. "type": "string"
  10354. },
  10355. "user_level_tasks": {
  10356. "description": "需要新增的任务",
  10357. "type": "array",
  10358. "items": {
  10359. "$ref": "#/definitions/md.LevelTaskNode"
  10360. }
  10361. }
  10362. }
  10363. },
  10364. "md.AddPlatformRevenueReq": {
  10365. "type": "object",
  10366. "properties": {
  10367. "frequency": {
  10368. "description": "频率(分钟)",
  10369. "type": "integer"
  10370. },
  10371. "hours": {
  10372. "description": "时长(小时)",
  10373. "type": "integer"
  10374. },
  10375. "kind": {
  10376. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10377. "type": "integer"
  10378. },
  10379. "memo": {
  10380. "type": "string",
  10381. "example": "备注"
  10382. },
  10383. "total_amount": {
  10384. "description": "金额",
  10385. "type": "string"
  10386. }
  10387. }
  10388. },
  10389. "md.AddRoleReq": {
  10390. "type": "object",
  10391. "required": [
  10392. "memo",
  10393. "name"
  10394. ],
  10395. "properties": {
  10396. "memo": {
  10397. "type": "string"
  10398. },
  10399. "name": {
  10400. "type": "string"
  10401. }
  10402. }
  10403. },
  10404. "md.AddTagReq": {
  10405. "type": "object",
  10406. "properties": {
  10407. "is_punish": {
  10408. "description": "是否为处罚标签(0:否 1:是)",
  10409. "type": "integer"
  10410. },
  10411. "memo": {
  10412. "description": "备注",
  10413. "type": "string"
  10414. },
  10415. "name": {
  10416. "description": "标签名称",
  10417. "type": "string"
  10418. }
  10419. }
  10420. },
  10421. "md.AddVirtualCoinNode": {
  10422. "type": "object",
  10423. "properties": {
  10424. "exchange_ratio": {
  10425. "description": "兑换比例(与金额)",
  10426. "type": "string"
  10427. },
  10428. "is_use": {
  10429. "description": "是否开启:0否 1是",
  10430. "type": "integer"
  10431. },
  10432. "name": {
  10433. "description": "名称",
  10434. "type": "string"
  10435. }
  10436. }
  10437. },
  10438. "md.AdminListReq": {
  10439. "type": "object",
  10440. "properties": {
  10441. "limit": {
  10442. "type": "integer"
  10443. },
  10444. "page": {
  10445. "type": "integer"
  10446. },
  10447. "state": {
  10448. "type": "integer"
  10449. },
  10450. "username": {
  10451. "type": "string"
  10452. }
  10453. }
  10454. },
  10455. "md.AdminLogList": {
  10456. "type": "object",
  10457. "properties": {
  10458. "admin_id": {
  10459. "type": "string"
  10460. },
  10461. "id": {
  10462. "type": "string"
  10463. },
  10464. "ip": {
  10465. "type": "string"
  10466. },
  10467. "memo": {
  10468. "type": "string"
  10469. },
  10470. "phone": {
  10471. "type": "string"
  10472. },
  10473. "time": {
  10474. "type": "string"
  10475. },
  10476. "type": {
  10477. "type": "string"
  10478. }
  10479. }
  10480. },
  10481. "md.AdminLogListReq": {
  10482. "type": "object",
  10483. "properties": {
  10484. "end_time": {
  10485. "type": "string"
  10486. },
  10487. "limit": {
  10488. "description": "每页大小",
  10489. "type": "string"
  10490. },
  10491. "memo": {
  10492. "type": "string"
  10493. },
  10494. "page": {
  10495. "description": "页数",
  10496. "type": "string"
  10497. },
  10498. "start_time": {
  10499. "type": "string"
  10500. },
  10501. "type": {
  10502. "type": "string"
  10503. }
  10504. }
  10505. },
  10506. "md.AdminLogListResp": {
  10507. "type": "object",
  10508. "properties": {
  10509. "list": {
  10510. "type": "array",
  10511. "items": {
  10512. "$ref": "#/definitions/md.AdminLogList"
  10513. }
  10514. },
  10515. "total": {
  10516. "type": "integer"
  10517. },
  10518. "type_list": {
  10519. "type": "array",
  10520. "items": {
  10521. "type": "object",
  10522. "additionalProperties": true
  10523. }
  10524. }
  10525. }
  10526. },
  10527. "md.AdvertisingBase": {
  10528. "type": "object",
  10529. "properties": {
  10530. "android_ad_is_open": {
  10531. "type": "string",
  10532. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10533. },
  10534. "android_open_ad_is_open": {
  10535. "type": "string",
  10536. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10537. },
  10538. "info": {
  10539. "type": "string",
  10540. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10541. },
  10542. "ios_ad_is_open": {
  10543. "type": "string",
  10544. "example": "ios广告是否开启(1:开启 0:不开启)"
  10545. },
  10546. "ios_open_ad_is_open": {
  10547. "type": "string",
  10548. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10549. },
  10550. "voice": {
  10551. "type": "string",
  10552. "example": "领取奖励声音"
  10553. },
  10554. "voice_url": {
  10555. "type": "string"
  10556. }
  10557. }
  10558. },
  10559. "md.AdvertisingBaseResp": {
  10560. "type": "object",
  10561. "properties": {
  10562. "advertising_base": {
  10563. "$ref": "#/definitions/md.AdvertisingBase"
  10564. },
  10565. "select_data": {
  10566. "type": "array",
  10567. "items": {
  10568. "type": "object",
  10569. "additionalProperties": {
  10570. "type": "string"
  10571. }
  10572. }
  10573. }
  10574. }
  10575. },
  10576. "md.AdvertisingDelReq": {
  10577. "type": "object",
  10578. "properties": {
  10579. "id": {
  10580. "type": "array",
  10581. "items": {
  10582. "type": "string"
  10583. }
  10584. }
  10585. }
  10586. },
  10587. "md.AdvertisingFunctionList": {
  10588. "type": "object",
  10589. "properties": {
  10590. "ad_id": {
  10591. "type": "string",
  10592. "example": "广告id"
  10593. },
  10594. "id": {
  10595. "type": "string"
  10596. },
  10597. "type": {
  10598. "type": "string",
  10599. "example": "类型"
  10600. }
  10601. }
  10602. },
  10603. "md.AdvertisingFunctionListReq": {
  10604. "type": "object",
  10605. "properties": {
  10606. "limit": {
  10607. "type": "string"
  10608. },
  10609. "page": {
  10610. "type": "string"
  10611. }
  10612. }
  10613. },
  10614. "md.AdvertisingFunctionListResp": {
  10615. "type": "object",
  10616. "properties": {
  10617. "adv_data": {
  10618. "type": "array",
  10619. "items": {
  10620. "type": "object",
  10621. "additionalProperties": {
  10622. "type": "string"
  10623. }
  10624. }
  10625. },
  10626. "list": {
  10627. "type": "array",
  10628. "items": {
  10629. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10630. }
  10631. },
  10632. "select_data": {
  10633. "type": "array",
  10634. "items": {
  10635. "type": "object",
  10636. "additionalProperties": {
  10637. "type": "string"
  10638. }
  10639. }
  10640. },
  10641. "total": {
  10642. "type": "integer"
  10643. }
  10644. }
  10645. },
  10646. "md.AdvertisingLimit": {
  10647. "type": "object",
  10648. "properties": {
  10649. "imei_num": {
  10650. "type": "string",
  10651. "example": "设备数量"
  10652. },
  10653. "minute": {
  10654. "type": "string",
  10655. "example": "分钟"
  10656. },
  10657. "public_img": {
  10658. "type": "string",
  10659. "example": "公共弹窗图"
  10660. },
  10661. "public_img_url": {
  10662. "type": "string",
  10663. "example": "公共弹窗图"
  10664. },
  10665. "public_str": {
  10666. "type": "string",
  10667. "example": "公共弹窗文字"
  10668. },
  10669. "tip": {
  10670. "type": "string",
  10671. "example": "限制提示"
  10672. },
  10673. "withdraw_img": {
  10674. "type": "string",
  10675. "example": "提现弹窗图"
  10676. },
  10677. "withdraw_img_url": {
  10678. "type": "string",
  10679. "example": "提现弹窗图"
  10680. },
  10681. "withdraw_str": {
  10682. "type": "string",
  10683. "example": "提现弹窗文字"
  10684. }
  10685. }
  10686. },
  10687. "md.AdvertisingList": {
  10688. "type": "object",
  10689. "properties": {
  10690. "counting_down": {
  10691. "type": "string",
  10692. "example": "倒计时 单位秒"
  10693. },
  10694. "id": {
  10695. "type": "string"
  10696. },
  10697. "info": {
  10698. "type": "string",
  10699. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10700. },
  10701. "kind": {
  10702. "type": "string",
  10703. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10704. },
  10705. "name": {
  10706. "type": "string",
  10707. "example": "名称"
  10708. }
  10709. }
  10710. },
  10711. "md.AdvertisingListReq": {
  10712. "type": "object",
  10713. "properties": {
  10714. "kind": {
  10715. "type": "string"
  10716. },
  10717. "limit": {
  10718. "type": "string"
  10719. },
  10720. "name": {
  10721. "type": "string"
  10722. },
  10723. "page": {
  10724. "type": "string"
  10725. }
  10726. }
  10727. },
  10728. "md.AdvertisingListResp": {
  10729. "type": "object",
  10730. "properties": {
  10731. "adv_data": {
  10732. "type": "array",
  10733. "items": {
  10734. "type": "object",
  10735. "additionalProperties": {
  10736. "type": "string"
  10737. }
  10738. }
  10739. },
  10740. "list": {
  10741. "type": "array",
  10742. "items": {
  10743. "$ref": "#/definitions/md.AdvertisingList"
  10744. }
  10745. },
  10746. "select_data": {
  10747. "type": "array",
  10748. "items": {
  10749. "type": "object",
  10750. "additionalProperties": {
  10751. "type": "string"
  10752. }
  10753. }
  10754. },
  10755. "total": {
  10756. "type": "integer"
  10757. }
  10758. }
  10759. },
  10760. "md.AdvertisingSaveReq": {
  10761. "type": "object",
  10762. "properties": {
  10763. "counting_down": {
  10764. "type": "string",
  10765. "example": "倒计时 单位秒"
  10766. },
  10767. "id": {
  10768. "type": "string"
  10769. },
  10770. "info": {
  10771. "type": "string",
  10772. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10773. },
  10774. "kind": {
  10775. "type": "string",
  10776. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10777. },
  10778. "name": {
  10779. "type": "string",
  10780. "example": "名称"
  10781. }
  10782. }
  10783. },
  10784. "md.AdvertisingVisitList": {
  10785. "type": "object",
  10786. "properties": {
  10787. "custom_ecpm": {
  10788. "type": "string",
  10789. "example": "ecpm"
  10790. },
  10791. "ecpm": {
  10792. "type": "string",
  10793. "example": "ecpm"
  10794. },
  10795. "id": {
  10796. "type": "string"
  10797. },
  10798. "integral": {
  10799. "type": "string",
  10800. "example": "活跃值"
  10801. },
  10802. "phone": {
  10803. "type": "string",
  10804. "example": "手机号"
  10805. },
  10806. "phone_platform": {
  10807. "type": "string",
  10808. "example": "手机平台"
  10809. },
  10810. "platform": {
  10811. "type": "string",
  10812. "example": "广告平台"
  10813. },
  10814. "time": {
  10815. "type": "string",
  10816. "example": "时间"
  10817. },
  10818. "type": {
  10819. "type": "string",
  10820. "example": "广告位置"
  10821. },
  10822. "uid": {
  10823. "type": "string",
  10824. "example": "用户id"
  10825. }
  10826. }
  10827. },
  10828. "md.AdvertisingVisitListReq": {
  10829. "type": "object",
  10830. "properties": {
  10831. "amount": {
  10832. "type": "string",
  10833. "example": "ecpm "
  10834. },
  10835. "end_time": {
  10836. "type": "string"
  10837. },
  10838. "limit": {
  10839. "type": "string"
  10840. },
  10841. "page": {
  10842. "type": "string"
  10843. },
  10844. "phone": {
  10845. "type": "string"
  10846. },
  10847. "platform": {
  10848. "type": "string",
  10849. "example": "广告平台 "
  10850. },
  10851. "start_time": {
  10852. "type": "string"
  10853. },
  10854. "type": {
  10855. "type": "string",
  10856. "example": "广告类型 "
  10857. },
  10858. "uid": {
  10859. "type": "string"
  10860. }
  10861. }
  10862. },
  10863. "md.AdvertisingVisitListResp": {
  10864. "type": "object",
  10865. "properties": {
  10866. "list": {
  10867. "type": "array",
  10868. "items": {
  10869. "$ref": "#/definitions/md.AdvertisingVisitList"
  10870. }
  10871. },
  10872. "platform_data": {
  10873. "type": "array",
  10874. "items": {
  10875. "type": "object",
  10876. "additionalProperties": {
  10877. "type": "string"
  10878. }
  10879. }
  10880. },
  10881. "total": {
  10882. "type": "integer"
  10883. },
  10884. "type_data": {
  10885. "type": "array",
  10886. "items": {
  10887. "type": "object",
  10888. "additionalProperties": {
  10889. "type": "string"
  10890. }
  10891. }
  10892. }
  10893. }
  10894. },
  10895. "md.AliyunSmsGetLevelListResp": {
  10896. "type": "object",
  10897. "properties": {
  10898. "list": {
  10899. "type": "array",
  10900. "items": {
  10901. "$ref": "#/definitions/md.LevelListNode"
  10902. }
  10903. },
  10904. "paginate": {
  10905. "$ref": "#/definitions/applet_app_md.Paginate"
  10906. }
  10907. }
  10908. },
  10909. "md.AliyunSmsGetTagListResp": {
  10910. "type": "object",
  10911. "properties": {
  10912. "list": {
  10913. "type": "array",
  10914. "items": {
  10915. "$ref": "#/definitions/md.TagListNode"
  10916. }
  10917. },
  10918. "paginate": {
  10919. "$ref": "#/definitions/applet_app_md.Paginate"
  10920. }
  10921. }
  10922. },
  10923. "md.ArticleCateDelReq": {
  10924. "type": "object",
  10925. "properties": {
  10926. "id": {
  10927. "type": "array",
  10928. "items": {
  10929. "type": "string"
  10930. }
  10931. }
  10932. }
  10933. },
  10934. "md.ArticleCateList": {
  10935. "type": "object",
  10936. "properties": {
  10937. "id": {
  10938. "type": "string"
  10939. },
  10940. "is_show": {
  10941. "type": "string"
  10942. },
  10943. "name": {
  10944. "type": "string"
  10945. },
  10946. "pid": {
  10947. "type": "string"
  10948. },
  10949. "sort": {
  10950. "type": "string"
  10951. }
  10952. }
  10953. },
  10954. "md.ArticleCateListReq": {
  10955. "type": "object",
  10956. "properties": {
  10957. "limit": {
  10958. "description": "每页大小",
  10959. "type": "string"
  10960. },
  10961. "page": {
  10962. "description": "页数",
  10963. "type": "string"
  10964. }
  10965. }
  10966. },
  10967. "md.ArticleCateListResp": {
  10968. "type": "object",
  10969. "properties": {
  10970. "list": {
  10971. "type": "array",
  10972. "items": {
  10973. "$ref": "#/definitions/md.ArticleCateList"
  10974. }
  10975. },
  10976. "select_data": {
  10977. "type": "array",
  10978. "items": {
  10979. "type": "object",
  10980. "additionalProperties": {
  10981. "type": "string"
  10982. }
  10983. }
  10984. },
  10985. "total": {
  10986. "type": "integer"
  10987. }
  10988. }
  10989. },
  10990. "md.ArticleCateSaveReq": {
  10991. "type": "object",
  10992. "properties": {
  10993. "id": {
  10994. "type": "string"
  10995. },
  10996. "is_show": {
  10997. "type": "string"
  10998. },
  10999. "name": {
  11000. "type": "string"
  11001. },
  11002. "pid": {
  11003. "type": "string"
  11004. },
  11005. "sort": {
  11006. "type": "string"
  11007. }
  11008. }
  11009. },
  11010. "md.ArticleDelReq": {
  11011. "type": "object",
  11012. "properties": {
  11013. "ids": {
  11014. "type": "array",
  11015. "items": {
  11016. "type": "string"
  11017. }
  11018. }
  11019. }
  11020. },
  11021. "md.ArticleList": {
  11022. "type": "object",
  11023. "properties": {
  11024. "cate_id": {
  11025. "type": "string",
  11026. "example": "二级分类id"
  11027. },
  11028. "content": {
  11029. "type": "string"
  11030. },
  11031. "cover": {
  11032. "type": "string",
  11033. "example": "一级分类id=4 显示 封面图"
  11034. },
  11035. "cover_url": {
  11036. "type": "string"
  11037. },
  11038. "id": {
  11039. "type": "string"
  11040. },
  11041. "is_show": {
  11042. "type": "string"
  11043. },
  11044. "pid": {
  11045. "type": "string",
  11046. "example": "一级分类id"
  11047. },
  11048. "sort": {
  11049. "type": "string"
  11050. },
  11051. "title": {
  11052. "type": "string"
  11053. },
  11054. "url": {
  11055. "type": "string"
  11056. }
  11057. }
  11058. },
  11059. "md.ArticleListReq": {
  11060. "type": "object",
  11061. "properties": {
  11062. "limit": {
  11063. "description": "每页大小",
  11064. "type": "string"
  11065. },
  11066. "page": {
  11067. "description": "页数",
  11068. "type": "string"
  11069. }
  11070. }
  11071. },
  11072. "md.ArticleListResp": {
  11073. "type": "object",
  11074. "properties": {
  11075. "cate_data": {
  11076. "type": "array",
  11077. "items": {
  11078. "type": "object",
  11079. "additionalProperties": true
  11080. }
  11081. },
  11082. "list": {
  11083. "type": "array",
  11084. "items": {
  11085. "$ref": "#/definitions/md.ArticleList"
  11086. }
  11087. },
  11088. "select_data": {
  11089. "type": "array",
  11090. "items": {
  11091. "type": "object",
  11092. "additionalProperties": true
  11093. }
  11094. },
  11095. "total": {
  11096. "type": "integer"
  11097. }
  11098. }
  11099. },
  11100. "md.ArticleSaveReq": {
  11101. "type": "object",
  11102. "properties": {
  11103. "cate_id": {
  11104. "type": "string",
  11105. "example": "二级分类id"
  11106. },
  11107. "content": {
  11108. "type": "string"
  11109. },
  11110. "cover": {
  11111. "type": "string",
  11112. "example": "一级分类id=4 显示 封面图"
  11113. },
  11114. "id": {
  11115. "type": "string"
  11116. },
  11117. "is_show": {
  11118. "type": "string"
  11119. },
  11120. "pid": {
  11121. "type": "string",
  11122. "example": "一级分类id"
  11123. },
  11124. "sort": {
  11125. "type": "string"
  11126. },
  11127. "title": {
  11128. "type": "string"
  11129. }
  11130. }
  11131. },
  11132. "md.AuditClearReq": {
  11133. "type": "object",
  11134. "properties": {
  11135. "os": {
  11136. "type": "string",
  11137. "example": "1-安卓 2-ios"
  11138. }
  11139. }
  11140. },
  11141. "md.BalanceDetailNode": {
  11142. "type": "object",
  11143. "properties": {
  11144. "after_amount": {
  11145. "description": "变更后余额",
  11146. "type": "string"
  11147. },
  11148. "amount": {
  11149. "description": "变更数量",
  11150. "type": "string"
  11151. },
  11152. "before_amount": {
  11153. "description": "变更前余额",
  11154. "type": "string"
  11155. },
  11156. "create_at": {
  11157. "description": "创建时间",
  11158. "type": "string"
  11159. },
  11160. "id": {
  11161. "description": "记录ID",
  11162. "type": "integer"
  11163. },
  11164. "kind": {
  11165. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  11166. "type": "string"
  11167. }
  11168. }
  11169. },
  11170. "md.BasicInfoNode": {
  11171. "type": "object",
  11172. "properties": {
  11173. "avatar": {
  11174. "description": "头像",
  11175. "type": "string"
  11176. },
  11177. "levelId": {
  11178. "description": "会员等级 ID",
  11179. "type": "integer"
  11180. },
  11181. "level_name": {
  11182. "description": "会员等级名称",
  11183. "type": "string"
  11184. },
  11185. "memo": {
  11186. "description": "备注",
  11187. "type": "string"
  11188. },
  11189. "nickname": {
  11190. "description": "用户名称",
  11191. "type": "string"
  11192. },
  11193. "parent_name": {
  11194. "description": "推荐人名称",
  11195. "type": "string"
  11196. },
  11197. "parent_phone": {
  11198. "description": "推荐人手机号",
  11199. "type": "string"
  11200. },
  11201. "parent_uid": {
  11202. "description": "推荐人",
  11203. "type": "integer"
  11204. },
  11205. "password": {
  11206. "description": "登录密码",
  11207. "type": "string"
  11208. },
  11209. "phone": {
  11210. "description": "手机号",
  11211. "type": "string"
  11212. },
  11213. "sex": {
  11214. "description": "性别",
  11215. "type": "integer"
  11216. },
  11217. "state": {
  11218. "description": "账号状态 1正常,2冻结",
  11219. "type": "integer"
  11220. },
  11221. "tag": {
  11222. "description": "标签名称",
  11223. "type": "array",
  11224. "items": {
  11225. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  11226. }
  11227. },
  11228. "union_id": {
  11229. "description": "微信号",
  11230. "type": "string"
  11231. }
  11232. }
  11233. },
  11234. "md.BatchAddVirtualCoinsReq": {
  11235. "type": "object",
  11236. "properties": {
  11237. "list": {
  11238. "description": "新增的货币列表",
  11239. "type": "array",
  11240. "items": {
  11241. "$ref": "#/definitions/md.AddVirtualCoinNode"
  11242. }
  11243. }
  11244. }
  11245. },
  11246. "md.BatchSendGroupMessageReq": {
  11247. "type": "object",
  11248. "properties": {
  11249. "content": {
  11250. "description": "消息内容",
  11251. "type": "string"
  11252. },
  11253. "kind": {
  11254. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  11255. "type": "integer"
  11256. },
  11257. "not_condition": {
  11258. "description": "不发送条件 群 ID 以\";\"分割",
  11259. "type": "string"
  11260. },
  11261. "send_condition": {
  11262. "description": "发送条件 群 ID 以\";\"分割",
  11263. "type": "string"
  11264. },
  11265. "send_kind": {
  11266. "description": "发送模式(1:指定群组 2:所有群组)",
  11267. "type": "integer"
  11268. }
  11269. }
  11270. },
  11271. "md.BatchSendUserMessageReq": {
  11272. "type": "object",
  11273. "properties": {
  11274. "content": {
  11275. "description": "消息内容",
  11276. "type": "string"
  11277. },
  11278. "kind": {
  11279. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  11280. "type": "integer"
  11281. },
  11282. "not_condition": {
  11283. "description": "不发送条件 用户手机号 以\";\"分割",
  11284. "type": "string"
  11285. },
  11286. "send_condition": {
  11287. "description": "发送条件 用户手机号 以\";\"分割",
  11288. "type": "string"
  11289. },
  11290. "send_kind": {
  11291. "description": "发送模式(1:所有用户 2:指定用户)",
  11292. "type": "integer"
  11293. }
  11294. }
  11295. },
  11296. "md.BindAdminRoleReq": {
  11297. "type": "object",
  11298. "required": [
  11299. "adm_id"
  11300. ],
  11301. "properties": {
  11302. "adm_id": {
  11303. "type": "integer"
  11304. },
  11305. "role_ids": {
  11306. "type": "array",
  11307. "items": {
  11308. "type": "integer"
  11309. }
  11310. }
  11311. }
  11312. },
  11313. "md.CertificateDelReq": {
  11314. "type": "object",
  11315. "properties": {
  11316. "id": {
  11317. "type": "array",
  11318. "items": {
  11319. "type": "string"
  11320. }
  11321. }
  11322. }
  11323. },
  11324. "md.CertificateList": {
  11325. "type": "object",
  11326. "properties": {
  11327. "bg_img": {
  11328. "type": "string",
  11329. "example": "背景图"
  11330. },
  11331. "end_time": {
  11332. "type": "string",
  11333. "example": "结束时间"
  11334. },
  11335. "id": {
  11336. "type": "string"
  11337. },
  11338. "logo": {
  11339. "type": "string",
  11340. "example": "logo"
  11341. },
  11342. "medal": {
  11343. "type": "string",
  11344. "example": "勋章"
  11345. },
  11346. "name": {
  11347. "type": "string",
  11348. "example": "姓名"
  11349. },
  11350. "name_icon": {
  11351. "type": "string",
  11352. "example": "蛋蛋星球文字图"
  11353. },
  11354. "no": {
  11355. "type": "string",
  11356. "example": "编号"
  11357. },
  11358. "phone": {
  11359. "type": "string"
  11360. },
  11361. "seal": {
  11362. "type": "string",
  11363. "example": "印章"
  11364. },
  11365. "start_time": {
  11366. "type": "string",
  11367. "example": "开始时间"
  11368. },
  11369. "uid": {
  11370. "type": "string"
  11371. }
  11372. }
  11373. },
  11374. "md.CertificateListReq": {
  11375. "type": "object",
  11376. "properties": {
  11377. "limit": {
  11378. "type": "string"
  11379. },
  11380. "page": {
  11381. "type": "string"
  11382. },
  11383. "phone": {
  11384. "type": "string"
  11385. },
  11386. "uid": {
  11387. "type": "string"
  11388. }
  11389. }
  11390. },
  11391. "md.CertificateListResp": {
  11392. "type": "object",
  11393. "properties": {
  11394. "list": {
  11395. "type": "array",
  11396. "items": {
  11397. "$ref": "#/definitions/md.CertificateList"
  11398. }
  11399. },
  11400. "total": {
  11401. "type": "integer"
  11402. }
  11403. }
  11404. },
  11405. "md.CertificateReq": {
  11406. "type": "object",
  11407. "properties": {
  11408. "no": {
  11409. "type": "string",
  11410. "example": "DD123"
  11411. }
  11412. }
  11413. },
  11414. "md.CertificateResp": {
  11415. "type": "object",
  11416. "properties": {
  11417. "bg_img": {
  11418. "type": "string",
  11419. "example": "背景图"
  11420. },
  11421. "end_time": {
  11422. "type": "string",
  11423. "example": "结束时间"
  11424. },
  11425. "logo": {
  11426. "type": "string",
  11427. "example": "logo"
  11428. },
  11429. "medal": {
  11430. "type": "string",
  11431. "example": "勋章"
  11432. },
  11433. "name": {
  11434. "type": "string",
  11435. "example": "姓名"
  11436. },
  11437. "name_icon": {
  11438. "type": "string",
  11439. "example": "蛋蛋星球文字图"
  11440. },
  11441. "no": {
  11442. "type": "string",
  11443. "example": "编号"
  11444. },
  11445. "seal": {
  11446. "type": "string",
  11447. "example": "印章"
  11448. },
  11449. "start_time": {
  11450. "type": "string",
  11451. "example": "开始时间"
  11452. }
  11453. }
  11454. },
  11455. "md.CertificateSave": {
  11456. "type": "object",
  11457. "properties": {
  11458. "end_time": {
  11459. "type": "string",
  11460. "example": "结束时间"
  11461. },
  11462. "id": {
  11463. "type": "string"
  11464. },
  11465. "name": {
  11466. "type": "string",
  11467. "example": "姓名"
  11468. },
  11469. "no": {
  11470. "type": "string",
  11471. "example": "编号"
  11472. },
  11473. "start_time": {
  11474. "type": "string",
  11475. "example": "开始时间"
  11476. },
  11477. "uid": {
  11478. "type": "string"
  11479. }
  11480. }
  11481. },
  11482. "md.CloudBundleBaseResp": {
  11483. "type": "object",
  11484. "properties": {
  11485. "android_logo": {
  11486. "type": "string"
  11487. },
  11488. "ios_logo": {
  11489. "type": "string"
  11490. },
  11491. "launch_screen": {
  11492. "type": "object",
  11493. "additionalProperties": {
  11494. "type": "string"
  11495. }
  11496. }
  11497. }
  11498. },
  11499. "md.CloudBundleBuildReq": {
  11500. "type": "object",
  11501. "properties": {
  11502. "bit": {
  11503. "type": "array",
  11504. "items": {
  11505. "type": "string"
  11506. }
  11507. },
  11508. "isCombine": {
  11509. "type": "string"
  11510. },
  11511. "memo": {
  11512. "type": "string"
  11513. },
  11514. "os": {
  11515. "type": "string"
  11516. },
  11517. "platform": {
  11518. "type": "array",
  11519. "items": {
  11520. "type": "string"
  11521. }
  11522. },
  11523. "version": {
  11524. "type": "string"
  11525. }
  11526. }
  11527. },
  11528. "md.CloudBundleDelReq": {
  11529. "type": "object",
  11530. "properties": {
  11531. "ids": {
  11532. "type": "array",
  11533. "items": {
  11534. "type": "string"
  11535. }
  11536. }
  11537. }
  11538. },
  11539. "md.CloudBundleImgResp": {
  11540. "type": "object",
  11541. "properties": {
  11542. "android_logo": {
  11543. "type": "string"
  11544. },
  11545. "android_logo_url": {
  11546. "type": "string"
  11547. },
  11548. "build_1080_2280": {
  11549. "type": "string"
  11550. },
  11551. "build_1080_2280_url": {
  11552. "type": "string"
  11553. },
  11554. "build_1125_2436": {
  11555. "type": "string"
  11556. },
  11557. "build_1125_2436_url": {
  11558. "type": "string"
  11559. },
  11560. "build_1242_2208": {
  11561. "type": "string"
  11562. },
  11563. "build_1242_2208_url": {
  11564. "type": "string"
  11565. },
  11566. "build_640_1136": {
  11567. "type": "string"
  11568. },
  11569. "build_640_1136_url": {
  11570. "type": "string"
  11571. },
  11572. "build_640_960": {
  11573. "type": "string"
  11574. },
  11575. "build_640_960_url": {
  11576. "type": "string"
  11577. },
  11578. "build_720_1280": {
  11579. "type": "string"
  11580. },
  11581. "build_720_1280_url": {
  11582. "type": "string"
  11583. },
  11584. "build_750_1334": {
  11585. "type": "string"
  11586. },
  11587. "build_750_1334_url": {
  11588. "type": "string"
  11589. },
  11590. "guide": {
  11591. "type": "array",
  11592. "items": {
  11593. "$ref": "#/definitions/md.Guide"
  11594. }
  11595. },
  11596. "ios_logo": {
  11597. "type": "string"
  11598. },
  11599. "ios_logo_url": {
  11600. "type": "string"
  11601. }
  11602. }
  11603. },
  11604. "md.CloudBundleList": {
  11605. "type": "object",
  11606. "properties": {
  11607. "apply_at": {
  11608. "type": "string"
  11609. },
  11610. "bit": {
  11611. "type": "string"
  11612. },
  11613. "build_id": {
  11614. "type": "string"
  11615. },
  11616. "finish_at": {
  11617. "type": "string"
  11618. },
  11619. "id": {
  11620. "type": "string"
  11621. },
  11622. "is_auditing": {
  11623. "type": "string"
  11624. },
  11625. "is_combine": {
  11626. "type": "string"
  11627. },
  11628. "memo": {
  11629. "type": "string"
  11630. },
  11631. "os": {
  11632. "type": "string"
  11633. },
  11634. "platform": {
  11635. "type": "string"
  11636. },
  11637. "src": {
  11638. "type": "string"
  11639. },
  11640. "state": {
  11641. "type": "string"
  11642. },
  11643. "version": {
  11644. "type": "string"
  11645. }
  11646. }
  11647. },
  11648. "md.CloudBundleReq": {
  11649. "type": "object",
  11650. "properties": {
  11651. "limit": {
  11652. "description": "每页大小",
  11653. "type": "string"
  11654. },
  11655. "page": {
  11656. "description": "页数",
  11657. "type": "string"
  11658. }
  11659. }
  11660. },
  11661. "md.CloudBundleResp": {
  11662. "type": "object",
  11663. "properties": {
  11664. "last_android": {
  11665. "type": "string"
  11666. },
  11667. "last_bit": {
  11668. "type": "string"
  11669. },
  11670. "last_is_combine": {
  11671. "type": "string"
  11672. },
  11673. "last_platform": {
  11674. "type": "array",
  11675. "items": {
  11676. "type": "string"
  11677. }
  11678. },
  11679. "list": {
  11680. "type": "array",
  11681. "items": {
  11682. "$ref": "#/definitions/md.CloudBundleList"
  11683. }
  11684. },
  11685. "list_ios": {
  11686. "type": "string"
  11687. },
  11688. "select_data": {
  11689. "type": "array",
  11690. "items": {
  11691. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11692. }
  11693. },
  11694. "total": {
  11695. "type": "integer"
  11696. }
  11697. }
  11698. },
  11699. "md.CloudBundleUpdateStateReq": {
  11700. "type": "object",
  11701. "properties": {
  11702. "build_id": {
  11703. "type": "string"
  11704. },
  11705. "build_number": {
  11706. "type": "string"
  11707. },
  11708. "error_msg": {
  11709. "type": "string"
  11710. },
  11711. "id": {
  11712. "type": "string"
  11713. },
  11714. "src": {
  11715. "type": "string"
  11716. },
  11717. "state": {
  11718. "type": "string"
  11719. }
  11720. }
  11721. },
  11722. "md.CloudBundleVersion": {
  11723. "type": "object",
  11724. "properties": {
  11725. "content": {
  11726. "type": "string"
  11727. },
  11728. "img": {
  11729. "type": "string"
  11730. },
  11731. "img_url": {
  11732. "type": "string"
  11733. },
  11734. "is_must": {
  11735. "type": "string"
  11736. },
  11737. "name": {
  11738. "type": "string"
  11739. },
  11740. "type": {
  11741. "type": "string"
  11742. },
  11743. "url": {
  11744. "type": "string"
  11745. },
  11746. "version": {
  11747. "type": "string"
  11748. }
  11749. }
  11750. },
  11751. "md.CloudBundleVersionMap": {
  11752. "type": "object",
  11753. "properties": {
  11754. "img": {
  11755. "type": "string"
  11756. },
  11757. "name": {
  11758. "type": "string"
  11759. },
  11760. "type": {
  11761. "type": "string"
  11762. }
  11763. }
  11764. },
  11765. "md.CloudBundleVersionResp": {
  11766. "type": "object",
  11767. "properties": {
  11768. "version": {
  11769. "type": "array",
  11770. "items": {
  11771. "$ref": "#/definitions/md.CloudBundleVersion"
  11772. }
  11773. }
  11774. }
  11775. },
  11776. "md.CommReq": {
  11777. "type": "object",
  11778. "properties": {
  11779. "id": {
  11780. "type": "string"
  11781. }
  11782. }
  11783. },
  11784. "md.ConfigResp": {
  11785. "type": "object",
  11786. "properties": {
  11787. "oss_url": {
  11788. "type": "string",
  11789. "example": "阿里云图片链接"
  11790. }
  11791. }
  11792. },
  11793. "md.DailyActivityAnalysisTopData": {
  11794. "type": "object",
  11795. "properties": {
  11796. "activity_count": {
  11797. "description": "子节点活跃天数",
  11798. "type": "integer"
  11799. },
  11800. "team_activity_user_count": {
  11801. "description": "子节点活跃人数",
  11802. "type": "integer"
  11803. },
  11804. "team_user_count": {
  11805. "description": "团队人数",
  11806. "type": "integer"
  11807. }
  11808. }
  11809. },
  11810. "md.DataSetting": {
  11811. "type": "object",
  11812. "properties": {
  11813. "total_angel_investor": {
  11814. "description": "天使投资人",
  11815. "type": "string",
  11816. "example": "天使投资人"
  11817. },
  11818. "total_ecological_development": {
  11819. "description": "生态建设",
  11820. "type": "string",
  11821. "example": "当前价格"
  11822. },
  11823. "total_issuance_amount": {
  11824. "description": "总发行量",
  11825. "type": "string",
  11826. "example": "总发行量"
  11827. },
  11828. "total_operate_fund": {
  11829. "description": "运营资金",
  11830. "type": "string",
  11831. "example": "运营资金"
  11832. },
  11833. "total_team_dividends": {
  11834. "description": "团队分红",
  11835. "type": "string",
  11836. "example": "团队分红"
  11837. },
  11838. "total_technology_team": {
  11839. "description": "技术团队",
  11840. "type": "string",
  11841. "example": "技术团队"
  11842. },
  11843. "total_user_for_person": {
  11844. "description": "个人区域",
  11845. "type": "string",
  11846. "example": "个人区域"
  11847. },
  11848. "total_user_for_team": {
  11849. "description": "团队区域",
  11850. "type": "string",
  11851. "example": "团队区域"
  11852. }
  11853. }
  11854. },
  11855. "md.DeleteBlackListReq": {
  11856. "type": "object",
  11857. "properties": {
  11858. "id": {
  11859. "description": "黑名单 id",
  11860. "type": "integer"
  11861. }
  11862. }
  11863. },
  11864. "md.DeleteDynamicReq": {
  11865. "type": "object",
  11866. "properties": {
  11867. "index_id": {
  11868. "description": "动态id",
  11869. "type": "string"
  11870. }
  11871. }
  11872. },
  11873. "md.DeleteEmoticonReq": {
  11874. "type": "object",
  11875. "properties": {
  11876. "id": {
  11877. "description": "拥有用户数量",
  11878. "type": "integer"
  11879. }
  11880. }
  11881. },
  11882. "md.DeleteFreePublishUserReq": {
  11883. "type": "object",
  11884. "properties": {
  11885. "uid": {
  11886. "type": "string"
  11887. }
  11888. }
  11889. },
  11890. "md.DeleteLevelReq": {
  11891. "type": "object",
  11892. "properties": {
  11893. "level_id": {
  11894. "type": "string"
  11895. }
  11896. }
  11897. },
  11898. "md.DeleteTagReq": {
  11899. "type": "object",
  11900. "properties": {
  11901. "tag_id": {
  11902. "description": "标签 ID",
  11903. "type": "string"
  11904. }
  11905. }
  11906. },
  11907. "md.DeleteTaskReq": {
  11908. "type": "object",
  11909. "properties": {
  11910. "task_id": {
  11911. "type": "string"
  11912. }
  11913. }
  11914. },
  11915. "md.DestructionSettingStruct": {
  11916. "type": "object",
  11917. "properties": {
  11918. "community_dividends": {
  11919. "description": "社区分红百分比",
  11920. "type": "string"
  11921. },
  11922. "destruction_quantity": {
  11923. "description": "销毁百分比",
  11924. "type": "string"
  11925. },
  11926. "development_committee": {
  11927. "description": "发展委员会百分比",
  11928. "type": "string"
  11929. },
  11930. "marketplace_merchant": {
  11931. "description": "市商数量百分比",
  11932. "type": "string"
  11933. },
  11934. "public_welfare_and_charity": {
  11935. "description": "公益慈善百分比",
  11936. "type": "string"
  11937. },
  11938. "star_level_dividends": {
  11939. "description": "星级分红百分比",
  11940. "type": "string"
  11941. }
  11942. }
  11943. },
  11944. "md.DirectPushRewardSettingStruct": {
  11945. "type": "object",
  11946. "properties": {
  11947. "member_self_is_open_get_team_reward": {
  11948. "description": "会员是否活跃得到团队奖励",
  11949. "type": "string"
  11950. },
  11951. "reward_rate_value": {
  11952. "description": "奖励百分比",
  11953. "type": "string"
  11954. }
  11955. }
  11956. },
  11957. "md.DynamicDataFlowListReq": {
  11958. "type": "object",
  11959. "properties": {
  11960. "end_at": {
  11961. "description": "结束时间",
  11962. "type": "string",
  11963. "example": "结束时间"
  11964. },
  11965. "kind": {
  11966. "description": "持有类型",
  11967. "type": "integer"
  11968. },
  11969. "page": {
  11970. "description": "页数",
  11971. "type": "integer"
  11972. },
  11973. "page_size": {
  11974. "description": "每页大小",
  11975. "type": "integer"
  11976. },
  11977. "start_at": {
  11978. "description": "开始时间",
  11979. "type": "string",
  11980. "example": "开始时间"
  11981. }
  11982. }
  11983. },
  11984. "md.DynamicDataFlowListResp": {
  11985. "type": "object",
  11986. "properties": {
  11987. "kind_list": {
  11988. "description": "类型列表",
  11989. "type": "array",
  11990. "items": {
  11991. "type": "object",
  11992. "additionalProperties": true
  11993. }
  11994. },
  11995. "list": {
  11996. "description": "动态数据流水列表",
  11997. "type": "array",
  11998. "items": {
  11999. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  12000. }
  12001. },
  12002. "paginate": {
  12003. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12004. }
  12005. }
  12006. },
  12007. "md.DynamicRespNode": {
  12008. "type": "object",
  12009. "properties": {
  12010. "content": {
  12011. "description": "文本内容",
  12012. "type": "string"
  12013. },
  12014. "created_at": {
  12015. "type": "string"
  12016. },
  12017. "image": {
  12018. "description": "图片",
  12019. "type": "array",
  12020. "items": {
  12021. "type": "string"
  12022. }
  12023. },
  12024. "index_id": {
  12025. "description": "动态id",
  12026. "type": "string"
  12027. },
  12028. "is_praise": {
  12029. "description": "是否被表扬(1:是 2:否)",
  12030. "type": "integer"
  12031. },
  12032. "is_top_up": {
  12033. "description": "是否置顶(1:是 2:否)",
  12034. "type": "integer"
  12035. },
  12036. "kind": {
  12037. "description": "类型(1:普通 2:官方)",
  12038. "type": "integer"
  12039. },
  12040. "state": {
  12041. "description": "状态(1:正常 2:隐藏)",
  12042. "type": "integer"
  12043. },
  12044. "uid": {
  12045. "description": "用户id",
  12046. "type": "integer"
  12047. },
  12048. "updated_at": {
  12049. "type": "string"
  12050. },
  12051. "username": {
  12052. "description": "用户名称",
  12053. "type": "string"
  12054. },
  12055. "video": {
  12056. "description": "视频",
  12057. "type": "string"
  12058. }
  12059. }
  12060. },
  12061. "md.EggEnergyAvailableEnergyFlow": {
  12062. "type": "object",
  12063. "properties": {
  12064. "after_community_dividends": {
  12065. "description": "变更后-社区分红区块币数量",
  12066. "type": "string"
  12067. },
  12068. "after_destruction_quantity_values": {
  12069. "description": "变更后-销毁区块币数量",
  12070. "type": "string"
  12071. },
  12072. "after_development_committee_values": {
  12073. "description": "变更后-发展委员会区块币数量",
  12074. "type": "string"
  12075. },
  12076. "after_marketplace_merchant_fund_values": {
  12077. "description": "变更后-市商资金值",
  12078. "type": "string"
  12079. },
  12080. "after_marketplace_merchant_values": {
  12081. "description": "变更后-市商区块币数量",
  12082. "type": "string"
  12083. },
  12084. "after_now_energy_total_nums": {
  12085. "description": "变更后-现行总量",
  12086. "type": "string"
  12087. },
  12088. "after_planet_total_value": {
  12089. "description": "变更后-星球总价值",
  12090. "type": "string"
  12091. },
  12092. "after_price": {
  12093. "description": "变更后-价格",
  12094. "type": "string"
  12095. },
  12096. "after_public_welfare_and_charity_values": {
  12097. "description": "变更后-公益慈善区块币数量",
  12098. "type": "string"
  12099. },
  12100. "after_star_level_dividends_values": {
  12101. "description": "变更后-星级分红区块币数量",
  12102. "type": "string"
  12103. },
  12104. "amount": {
  12105. "description": "变更数量",
  12106. "type": "string"
  12107. },
  12108. "before_community_dividends": {
  12109. "description": "变更前-社区分红区块币数量",
  12110. "type": "string"
  12111. },
  12112. "before_destruction_quantity_values": {
  12113. "description": "变更前-销毁区块币数量",
  12114. "type": "string"
  12115. },
  12116. "before_development_committee_values": {
  12117. "description": "变更前-发展委员会区块币数量",
  12118. "type": "string"
  12119. },
  12120. "before_marketplace_merchant_fund_values": {
  12121. "description": "变更前-市商资金值",
  12122. "type": "string"
  12123. },
  12124. "before_marketplace_merchant_values": {
  12125. "description": "变更前-市商区块币数量",
  12126. "type": "string"
  12127. },
  12128. "before_now_energy_total_nums": {
  12129. "description": "变更前-现行总量",
  12130. "type": "string"
  12131. },
  12132. "before_planet_total_value": {
  12133. "description": "变更前-星球总价值",
  12134. "type": "string"
  12135. },
  12136. "before_price": {
  12137. "description": "变更前-价格",
  12138. "type": "string"
  12139. },
  12140. "before_public_welfare_and_charity_values": {
  12141. "description": "变更前-公益慈善区块币数量",
  12142. "type": "string"
  12143. },
  12144. "before_star_level_dividends_values": {
  12145. "description": "变更前-星级分红区块币数量",
  12146. "type": "string"
  12147. },
  12148. "create_time": {
  12149. "description": "创建时间",
  12150. "type": "string"
  12151. },
  12152. "id": {
  12153. "type": "integer"
  12154. },
  12155. "kind": {
  12156. "description": "种类",
  12157. "type": "integer"
  12158. },
  12159. "title": {
  12160. "description": "标题",
  12161. "type": "string"
  12162. }
  12163. }
  12164. },
  12165. "md.EggEnergyCommunityDividends": {
  12166. "type": "object",
  12167. "properties": {
  12168. "amount": {
  12169. "description": "分红数量",
  12170. "type": "string"
  12171. },
  12172. "coin_id": {
  12173. "description": "虚拟币 id",
  12174. "type": "integer"
  12175. },
  12176. "create_at": {
  12177. "description": "分红时间",
  12178. "type": "string"
  12179. },
  12180. "id": {
  12181. "type": "integer"
  12182. },
  12183. "is_over": {
  12184. "description": "是否分红完毕",
  12185. "type": "integer"
  12186. },
  12187. "name": {
  12188. "type": "string",
  12189. "example": "名称"
  12190. },
  12191. "persons_num": {
  12192. "description": "分红人数",
  12193. "type": "integer"
  12194. },
  12195. "update_at": {
  12196. "type": "string"
  12197. }
  12198. }
  12199. },
  12200. "md.EggEnergyCommunityDividendsWithUser": {
  12201. "type": "object",
  12202. "properties": {
  12203. "id": {
  12204. "type": "integer"
  12205. },
  12206. "memo": {
  12207. "type": "string",
  12208. "example": "备注"
  12209. },
  12210. "nickname": {
  12211. "type": "string"
  12212. },
  12213. "phone": {
  12214. "type": "string"
  12215. },
  12216. "uid": {
  12217. "type": "integer"
  12218. }
  12219. }
  12220. },
  12221. "md.EggPointCoefficientBatchAddReq": {
  12222. "type": "object",
  12223. "properties": {
  12224. "list": {
  12225. "description": "系数管理列表",
  12226. "type": "array",
  12227. "items": {
  12228. "$ref": "#/definitions/md.EggPointCoefficientNode"
  12229. }
  12230. }
  12231. }
  12232. },
  12233. "md.EggPointCoefficientDelReq": {
  12234. "type": "object",
  12235. "required": [
  12236. "id"
  12237. ],
  12238. "properties": {
  12239. "id": {
  12240. "description": "需要删除范围的id",
  12241. "type": "string"
  12242. }
  12243. }
  12244. },
  12245. "md.EggPointCoefficientGetResp": {
  12246. "type": "object",
  12247. "properties": {
  12248. "list": {
  12249. "type": "array",
  12250. "items": {
  12251. "$ref": "#/definitions/md.EggPointCoefficientNode"
  12252. }
  12253. }
  12254. }
  12255. },
  12256. "md.EggPointCoefficientNode": {
  12257. "type": "object",
  12258. "properties": {
  12259. "coefficient": {
  12260. "description": "系数",
  12261. "type": "string"
  12262. },
  12263. "end_score": {
  12264. "description": "截止分值",
  12265. "type": "string"
  12266. },
  12267. "id": {
  12268. "type": "integer"
  12269. },
  12270. "start_score": {
  12271. "description": "起始分值",
  12272. "type": "string"
  12273. }
  12274. }
  12275. },
  12276. "md.EggPointCoefficientUpdateReq": {
  12277. "type": "object",
  12278. "required": [
  12279. "id"
  12280. ],
  12281. "properties": {
  12282. "coefficient": {
  12283. "description": "系数",
  12284. "type": "string"
  12285. },
  12286. "end_score": {
  12287. "description": "截止分值",
  12288. "type": "string"
  12289. },
  12290. "id": {
  12291. "description": "需要修改范围的id",
  12292. "type": "string"
  12293. },
  12294. "start_score": {
  12295. "description": "起始分值",
  12296. "type": "string"
  12297. }
  12298. }
  12299. },
  12300. "md.ExchangeRulesStruct": {
  12301. "type": "object",
  12302. "properties": {
  12303. "auto_exchange_nums_by_person": {
  12304. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  12305. "type": "string"
  12306. },
  12307. "auto_exchange_nums_by_team": {
  12308. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  12309. "type": "string"
  12310. },
  12311. "auto_exchange_rate_by_person": {
  12312. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  12313. "type": "string"
  12314. },
  12315. "auto_exchange_rate_by_team": {
  12316. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  12317. "type": "string"
  12318. }
  12319. }
  12320. },
  12321. "md.ExchangeUserPositionReq": {
  12322. "type": "object",
  12323. "properties": {
  12324. "position_1": {
  12325. "description": "位置1,具体值取返回数据中的 system_id",
  12326. "type": "integer"
  12327. },
  12328. "position_2": {
  12329. "description": "位置2,具体值取返回数据中的 system_id",
  12330. "type": "integer"
  12331. }
  12332. }
  12333. },
  12334. "md.FansNode": {
  12335. "type": "object",
  12336. "properties": {
  12337. "amount": {
  12338. "description": "可提现余额",
  12339. "type": "string"
  12340. },
  12341. "id": {
  12342. "description": "用户ID",
  12343. "type": "integer"
  12344. },
  12345. "level_total": {
  12346. "description": "所属代数",
  12347. "type": "integer"
  12348. },
  12349. "nickname": {
  12350. "type": "string",
  12351. "example": "用户昵称"
  12352. },
  12353. "phone": {
  12354. "type": "string",
  12355. "example": "手机号"
  12356. },
  12357. "register_at": {
  12358. "description": "注册时间",
  12359. "type": "string"
  12360. },
  12361. "total_income": {
  12362. "description": "累计收益",
  12363. "type": "string"
  12364. }
  12365. }
  12366. },
  12367. "md.FindSubUserRelationshipMapResp": {
  12368. "type": "object",
  12369. "properties": {
  12370. "basic_setting": {
  12371. "description": "公排设置",
  12372. "allOf": [
  12373. {
  12374. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  12375. }
  12376. ]
  12377. },
  12378. "search_uid": {
  12379. "description": "查找的用户 ID",
  12380. "type": "string"
  12381. },
  12382. "sub_user": {
  12383. "description": "上级用户信息",
  12384. "allOf": [
  12385. {
  12386. "$ref": "#/definitions/md.SubUser"
  12387. }
  12388. ]
  12389. }
  12390. }
  12391. },
  12392. "md.FirstWithdrawSet": {
  12393. "type": "object",
  12394. "properties": {
  12395. "first_withdraw_amount_limit": {
  12396. "description": "不需要实名时 最大提现金额",
  12397. "type": "string"
  12398. },
  12399. "is_need_real_name": {
  12400. "description": "是否需要实名(0:不需要,1:需要)",
  12401. "type": "integer"
  12402. }
  12403. }
  12404. },
  12405. "md.FreePublishUserNode": {
  12406. "type": "object",
  12407. "properties": {
  12408. "nickname": {
  12409. "type": "string",
  12410. "example": "昵称"
  12411. },
  12412. "phone": {
  12413. "type": "string",
  12414. "example": "手机号"
  12415. },
  12416. "uid": {
  12417. "type": "integer"
  12418. }
  12419. }
  12420. },
  12421. "md.FundDataNode": {
  12422. "type": "object",
  12423. "properties": {
  12424. "balance_amount": {
  12425. "description": "余额",
  12426. "type": "string"
  12427. },
  12428. "balance_times": {
  12429. "description": "剩余执行次数",
  12430. "type": "integer"
  12431. },
  12432. "create_at": {
  12433. "description": "创建时间",
  12434. "type": "string"
  12435. },
  12436. "hours": {
  12437. "description": "时长",
  12438. "type": "integer"
  12439. },
  12440. "kind": {
  12441. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  12442. "type": "integer"
  12443. },
  12444. "memo": {
  12445. "description": "备注",
  12446. "type": "string"
  12447. },
  12448. "system_id": {
  12449. "type": "integer"
  12450. },
  12451. "total_amount": {
  12452. "description": "金额",
  12453. "type": "string"
  12454. }
  12455. }
  12456. },
  12457. "md.FundDataRecordNode": {
  12458. "type": "object",
  12459. "properties": {
  12460. "after_planet_total_value": {
  12461. "description": "执行后-星球价值",
  12462. "type": "string"
  12463. },
  12464. "after_price": {
  12465. "description": "执行后-价格",
  12466. "type": "string"
  12467. },
  12468. "balance_amount": {
  12469. "description": "余额",
  12470. "type": "string"
  12471. },
  12472. "balance_times": {
  12473. "description": "剩余执行次数",
  12474. "type": "integer"
  12475. },
  12476. "before_planet_total_value": {
  12477. "description": "执行前-星球价值",
  12478. "type": "string"
  12479. },
  12480. "before_price": {
  12481. "description": "执行前-价格",
  12482. "type": "string"
  12483. },
  12484. "create_at": {
  12485. "type": "string"
  12486. },
  12487. "total_amount": {
  12488. "description": "金额",
  12489. "type": "string"
  12490. }
  12491. }
  12492. },
  12493. "md.GetActivePointsUserCoinFlowListReq": {
  12494. "type": "object",
  12495. "properties": {
  12496. "coin_id": {
  12497. "description": "货币类型 ID",
  12498. "type": "integer"
  12499. },
  12500. "direction": {
  12501. "description": "流水方向:1收入 2支出",
  12502. "type": "integer"
  12503. },
  12504. "end_at": {
  12505. "description": "结束时间",
  12506. "type": "string"
  12507. },
  12508. "page": {
  12509. "description": "页数",
  12510. "type": "integer"
  12511. },
  12512. "page_size": {
  12513. "description": "每页大小",
  12514. "type": "integer"
  12515. },
  12516. "start_at": {
  12517. "description": "开始时间",
  12518. "type": "string"
  12519. },
  12520. "uid": {
  12521. "description": "用户 ID",
  12522. "type": "integer"
  12523. }
  12524. }
  12525. },
  12526. "md.GetActivePointsUserCoinFlowListResp": {
  12527. "type": "object",
  12528. "properties": {
  12529. "list": {
  12530. "description": "流水信息",
  12531. "type": "array",
  12532. "items": {
  12533. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12534. }
  12535. },
  12536. "paginate": {
  12537. "description": "分页信息",
  12538. "allOf": [
  12539. {
  12540. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12541. }
  12542. ]
  12543. },
  12544. "select_data": {
  12545. "description": "流水类型",
  12546. "allOf": [
  12547. {
  12548. "$ref": "#/definitions/md.SelectData"
  12549. }
  12550. ]
  12551. }
  12552. }
  12553. },
  12554. "md.GetActivePointsUserCoinListReq": {
  12555. "type": "object",
  12556. "properties": {
  12557. "end_coin": {
  12558. "type": "string",
  12559. "example": "最大金额"
  12560. },
  12561. "kind": {
  12562. "description": "虚拟币种类编号",
  12563. "type": "integer"
  12564. },
  12565. "page": {
  12566. "description": "页数",
  12567. "type": "integer"
  12568. },
  12569. "page_size": {
  12570. "description": "单页大小",
  12571. "type": "integer"
  12572. },
  12573. "start_coin": {
  12574. "type": "string",
  12575. "example": "最小金额"
  12576. },
  12577. "uid": {
  12578. "description": "指定查询用户 ID",
  12579. "type": "integer"
  12580. },
  12581. "user_name": {
  12582. "type": "string",
  12583. "example": "用户名称"
  12584. },
  12585. "user_phone": {
  12586. "type": "string",
  12587. "example": "手机号"
  12588. }
  12589. }
  12590. },
  12591. "md.GetActivePointsUserCoinListResp": {
  12592. "type": "object",
  12593. "properties": {
  12594. "kind_list": {
  12595. "description": "货币类型集合",
  12596. "type": "array",
  12597. "items": {
  12598. "$ref": "#/definitions/md.VirtualCoinListNode"
  12599. }
  12600. },
  12601. "list": {
  12602. "description": "余额集合",
  12603. "type": "array",
  12604. "items": {
  12605. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12606. }
  12607. },
  12608. "sum_user_amount": {
  12609. "description": "用户持有总数",
  12610. "type": "number"
  12611. },
  12612. "total": {
  12613. "description": "持有该类型用户数",
  12614. "type": "integer"
  12615. }
  12616. }
  12617. },
  12618. "md.GetBlackListNode": {
  12619. "type": "object",
  12620. "properties": {
  12621. "admin_id": {
  12622. "description": "管理员 id",
  12623. "type": "integer"
  12624. },
  12625. "admin_nickname": {
  12626. "description": "管理员名称",
  12627. "type": "string"
  12628. },
  12629. "black_list_id": {
  12630. "description": "黑名单 id",
  12631. "type": "integer"
  12632. },
  12633. "created_at": {
  12634. "description": "添加时间",
  12635. "type": "string"
  12636. },
  12637. "memo": {
  12638. "description": "备注",
  12639. "type": "string"
  12640. },
  12641. "uid": {
  12642. "description": "用户 id",
  12643. "type": "integer"
  12644. },
  12645. "user_nickname": {
  12646. "description": "用户名称",
  12647. "type": "string"
  12648. }
  12649. }
  12650. },
  12651. "md.GetBlackListResp": {
  12652. "type": "object",
  12653. "properties": {
  12654. "list": {
  12655. "description": "具体信息",
  12656. "type": "array",
  12657. "items": {
  12658. "$ref": "#/definitions/md.GetBlackListNode"
  12659. }
  12660. },
  12661. "paginate": {
  12662. "description": "分页信息",
  12663. "allOf": [
  12664. {
  12665. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12666. }
  12667. ]
  12668. }
  12669. }
  12670. },
  12671. "md.GetContributionValueBasicSettingResp": {
  12672. "type": "object",
  12673. "properties": {
  12674. "hand_out_red_package": {
  12675. "description": "发红包获得x点",
  12676. "type": "integer"
  12677. },
  12678. "id": {
  12679. "type": "integer"
  12680. },
  12681. "posting_comment_liked": {
  12682. "description": "发布评论被官方点赞获得x点",
  12683. "type": "integer"
  12684. },
  12685. "posting_dynamic_liked": {
  12686. "description": "发布动态被官方点赞获得x点",
  12687. "type": "integer"
  12688. },
  12689. "publish_creation": {
  12690. "description": "发布创作获得x点",
  12691. "type": "integer"
  12692. }
  12693. }
  12694. },
  12695. "md.GetDynamicReq": {
  12696. "type": "object",
  12697. "properties": {
  12698. "begin_at": {
  12699. "description": "开始时间",
  12700. "type": "string"
  12701. },
  12702. "end_at": {
  12703. "description": "结束时间",
  12704. "type": "string"
  12705. },
  12706. "limit": {
  12707. "description": "页面大小",
  12708. "type": "integer"
  12709. },
  12710. "nickname": {
  12711. "description": "创建人名称",
  12712. "type": "string"
  12713. },
  12714. "page": {
  12715. "description": "页数",
  12716. "type": "integer"
  12717. },
  12718. "uid": {
  12719. "description": "创建人id",
  12720. "type": "string"
  12721. }
  12722. }
  12723. },
  12724. "md.GetDynamicResp": {
  12725. "type": "object",
  12726. "properties": {
  12727. "list": {
  12728. "type": "array",
  12729. "items": {
  12730. "$ref": "#/definitions/md.DynamicRespNode"
  12731. }
  12732. },
  12733. "paginate": {
  12734. "description": "分页信息",
  12735. "allOf": [
  12736. {
  12737. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12738. }
  12739. ]
  12740. }
  12741. }
  12742. },
  12743. "md.GetEggCoreDataListResp": {
  12744. "type": "object",
  12745. "properties": {
  12746. "now_energy_total_nums": {
  12747. "description": "现行总量",
  12748. "type": "string",
  12749. "example": "现行总量"
  12750. },
  12751. "now_price": {
  12752. "description": "当前价格",
  12753. "type": "string",
  12754. "example": "当前价格"
  12755. },
  12756. "planet_total_value": {
  12757. "description": "星球价值",
  12758. "type": "string",
  12759. "example": "星球价值"
  12760. },
  12761. "user_hold_total_nums": {
  12762. "description": "用户持有总量",
  12763. "type": "string"
  12764. }
  12765. }
  12766. },
  12767. "md.GetEggEnergyBasicResp": {
  12768. "type": "object",
  12769. "properties": {
  12770. "basic_setting": {
  12771. "description": "基础设置",
  12772. "allOf": [
  12773. {
  12774. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12775. }
  12776. ]
  12777. },
  12778. "data_setting": {
  12779. "description": "数据设置",
  12780. "allOf": [
  12781. {
  12782. "$ref": "#/definitions/md.DataSetting"
  12783. }
  12784. ]
  12785. },
  12786. "destruction_setting": {
  12787. "description": "销毁设置",
  12788. "allOf": [
  12789. {
  12790. "$ref": "#/definitions/md.DestructionSettingStruct"
  12791. }
  12792. ]
  12793. },
  12794. "exchange_rules": {
  12795. "description": "兑换规则",
  12796. "allOf": [
  12797. {
  12798. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12799. }
  12800. ]
  12801. },
  12802. "new_user_incentive_rules": {
  12803. "description": "新用户奖励规则",
  12804. "allOf": [
  12805. {
  12806. "$ref": "#/definitions/md.NewUserRewardRules"
  12807. }
  12808. ]
  12809. },
  12810. "price_setting": {
  12811. "description": "价格设置",
  12812. "allOf": [
  12813. {
  12814. "$ref": "#/definitions/md.PriceSettingStruct"
  12815. }
  12816. ]
  12817. },
  12818. "reward_system": {
  12819. "description": "圈层奖励",
  12820. "type": "array",
  12821. "items": {
  12822. "$ref": "#/definitions/md.RewardSystemStruct"
  12823. }
  12824. },
  12825. "settlement_quantity": {
  12826. "description": "结算数量(百分比)",
  12827. "type": "integer"
  12828. },
  12829. "system_id": {
  12830. "description": "该设置系统 ID",
  12831. "type": "integer"
  12832. },
  12833. "video_reward_setting": {
  12834. "description": "视频奖励",
  12835. "allOf": [
  12836. {
  12837. "$ref": "#/definitions/md.VideoRewardSetting"
  12838. }
  12839. ]
  12840. }
  12841. }
  12842. },
  12843. "md.GetEggEnergyCoreDataResp": {
  12844. "type": "object",
  12845. "properties": {
  12846. "community_dividends": {
  12847. "description": "社区分红",
  12848. "type": "string"
  12849. },
  12850. "destruction_quantity_nums": {
  12851. "description": "销毁数量",
  12852. "type": "string"
  12853. },
  12854. "development_committee": {
  12855. "description": "发展委员会",
  12856. "type": "string"
  12857. },
  12858. "id": {
  12859. "type": "integer"
  12860. },
  12861. "marketplace_merchant_funds": {
  12862. "description": "市商资金",
  12863. "type": "string"
  12864. },
  12865. "marketplace_merchant_nums": {
  12866. "description": "市商数量",
  12867. "type": "string"
  12868. },
  12869. "now_energy_total_nums": {
  12870. "description": "现行总量",
  12871. "type": "string"
  12872. },
  12873. "now_price": {
  12874. "description": "当前价格",
  12875. "type": "string"
  12876. },
  12877. "planet_total_value": {
  12878. "description": "星球总价值",
  12879. "type": "string"
  12880. },
  12881. "public_welfare_and_charity": {
  12882. "description": "公益慈善",
  12883. "type": "string"
  12884. },
  12885. "star_level_dividends": {
  12886. "description": "星级分红",
  12887. "type": "string"
  12888. }
  12889. }
  12890. },
  12891. "md.GetEggEnergyVipSettingResp": {
  12892. "type": "object",
  12893. "properties": {
  12894. "level_list": {
  12895. "description": "会员等级列表",
  12896. "type": "array",
  12897. "items": {
  12898. "type": "object",
  12899. "additionalProperties": true
  12900. }
  12901. },
  12902. "list": {
  12903. "description": "会员权益设置",
  12904. "type": "array",
  12905. "items": {
  12906. "$ref": "#/definitions/md.VipEquitySettingNode"
  12907. }
  12908. }
  12909. }
  12910. },
  12911. "md.GetFreePublishUserReq": {
  12912. "type": "object",
  12913. "properties": {
  12914. "limit": {
  12915. "description": "每页大小",
  12916. "type": "integer"
  12917. },
  12918. "page": {
  12919. "description": "当前页数",
  12920. "type": "integer"
  12921. },
  12922. "uid": {
  12923. "description": "筛选的用户 ID",
  12924. "type": "integer"
  12925. }
  12926. }
  12927. },
  12928. "md.GetFreePublishUserResp": {
  12929. "type": "object",
  12930. "properties": {
  12931. "list": {
  12932. "description": "免罚用户列表",
  12933. "type": "array",
  12934. "items": {
  12935. "$ref": "#/definitions/md.FreePublishUserNode"
  12936. }
  12937. },
  12938. "paginate": {
  12939. "description": "分页信息",
  12940. "allOf": [
  12941. {
  12942. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12943. }
  12944. ]
  12945. }
  12946. }
  12947. },
  12948. "md.GetFriendCircleBasicSettingsResp": {
  12949. "type": "object",
  12950. "properties": {
  12951. "comment_is_real_name": {
  12952. "description": "评论是否需要实名认证(1:是 2:否)",
  12953. "type": "integer"
  12954. },
  12955. "comment_nums_every_day": {
  12956. "description": "评论每天次数",
  12957. "type": "integer"
  12958. },
  12959. "id": {
  12960. "type": "integer"
  12961. },
  12962. "publish_is_real_name": {
  12963. "description": "发布是否需要实名认证(1:是 2:否)",
  12964. "type": "integer"
  12965. },
  12966. "publish_nums_every_day": {
  12967. "description": "发布每天次数",
  12968. "type": "integer"
  12969. }
  12970. }
  12971. },
  12972. "md.GetFundDataListReq": {
  12973. "type": "object",
  12974. "properties": {
  12975. "end_at": {
  12976. "type": "string",
  12977. "example": "结束时间"
  12978. },
  12979. "kind": {
  12980. "description": "数据类型",
  12981. "type": "integer"
  12982. },
  12983. "limit": {
  12984. "description": "每页大小",
  12985. "type": "integer"
  12986. },
  12987. "page": {
  12988. "description": "页数",
  12989. "type": "integer"
  12990. },
  12991. "start_at": {
  12992. "type": "string",
  12993. "example": "开始时间"
  12994. }
  12995. }
  12996. },
  12997. "md.GetFundDataListResp": {
  12998. "type": "object",
  12999. "properties": {
  13000. "kind_list": {
  13001. "description": "类型列表",
  13002. "type": "array",
  13003. "items": {
  13004. "type": "object",
  13005. "additionalProperties": true
  13006. }
  13007. },
  13008. "list": {
  13009. "description": "数据列表",
  13010. "type": "array",
  13011. "items": {
  13012. "$ref": "#/definitions/md.FundDataNode"
  13013. }
  13014. },
  13015. "paginate": {
  13016. "description": "分页数据",
  13017. "allOf": [
  13018. {
  13019. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13020. }
  13021. ]
  13022. }
  13023. }
  13024. },
  13025. "md.GetFundDataRecordListReq": {
  13026. "type": "object",
  13027. "properties": {
  13028. "limit": {
  13029. "description": "页面大小",
  13030. "type": "integer"
  13031. },
  13032. "page": {
  13033. "description": "页数",
  13034. "type": "integer"
  13035. },
  13036. "system_id": {
  13037. "description": "数据在系统中的 ID",
  13038. "type": "integer"
  13039. }
  13040. }
  13041. },
  13042. "md.GetFundDataRecordListResp": {
  13043. "type": "object",
  13044. "properties": {
  13045. "list": {
  13046. "type": "array",
  13047. "items": {
  13048. "$ref": "#/definitions/md.FundDataRecordNode"
  13049. }
  13050. },
  13051. "paginate": {
  13052. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13053. }
  13054. }
  13055. },
  13056. "md.GetGreenEnergyUserCoinFlowListReq": {
  13057. "type": "object",
  13058. "properties": {
  13059. "coin_id": {
  13060. "description": "货币类型 ID",
  13061. "type": "integer"
  13062. },
  13063. "direction": {
  13064. "description": "流水方向:1收入 2支出",
  13065. "type": "integer"
  13066. },
  13067. "end_at": {
  13068. "description": "结束时间",
  13069. "type": "string"
  13070. },
  13071. "page": {
  13072. "description": "页数",
  13073. "type": "integer"
  13074. },
  13075. "page_size": {
  13076. "description": "每页大小",
  13077. "type": "integer"
  13078. },
  13079. "start_at": {
  13080. "description": "开始时间",
  13081. "type": "string"
  13082. },
  13083. "uid": {
  13084. "description": "用户 ID",
  13085. "type": "integer"
  13086. }
  13087. }
  13088. },
  13089. "md.GetGreenEnergyUserCoinFlowListResp": {
  13090. "type": "object",
  13091. "properties": {
  13092. "list": {
  13093. "description": "流水信息",
  13094. "type": "array",
  13095. "items": {
  13096. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  13097. }
  13098. },
  13099. "paginate": {
  13100. "description": "分页信息",
  13101. "allOf": [
  13102. {
  13103. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13104. }
  13105. ]
  13106. },
  13107. "select_data": {
  13108. "description": "流水类型",
  13109. "allOf": [
  13110. {
  13111. "$ref": "#/definitions/md.SelectData"
  13112. }
  13113. ]
  13114. }
  13115. }
  13116. },
  13117. "md.GetGreenEnergyUserCoinListReq": {
  13118. "type": "object",
  13119. "properties": {
  13120. "end_coin": {
  13121. "type": "string",
  13122. "example": "最大金额"
  13123. },
  13124. "kind": {
  13125. "description": "虚拟币种类编号",
  13126. "type": "integer"
  13127. },
  13128. "page": {
  13129. "description": "页数",
  13130. "type": "integer"
  13131. },
  13132. "page_size": {
  13133. "description": "单页大小",
  13134. "type": "integer"
  13135. },
  13136. "start_coin": {
  13137. "type": "string",
  13138. "example": "最小金额"
  13139. },
  13140. "uid": {
  13141. "description": "指定查询用户 ID",
  13142. "type": "integer"
  13143. },
  13144. "user_name": {
  13145. "type": "string",
  13146. "example": "用户名称"
  13147. },
  13148. "user_phone": {
  13149. "type": "string",
  13150. "example": "手机号"
  13151. }
  13152. }
  13153. },
  13154. "md.GetGreenEnergyUserCoinListResp": {
  13155. "type": "object",
  13156. "properties": {
  13157. "kind_list": {
  13158. "description": "货币类型集合",
  13159. "type": "array",
  13160. "items": {
  13161. "$ref": "#/definitions/md.VirtualCoinListNode"
  13162. }
  13163. },
  13164. "list": {
  13165. "description": "余额集合",
  13166. "type": "array",
  13167. "items": {
  13168. "$ref": "#/definitions/md.ActivePointsWalletNode"
  13169. }
  13170. },
  13171. "sum_user_amount": {
  13172. "description": "用户持有总数",
  13173. "type": "number"
  13174. },
  13175. "total": {
  13176. "description": "持有该类型用户数",
  13177. "type": "integer"
  13178. }
  13179. }
  13180. },
  13181. "md.GetLevelListResp": {
  13182. "type": "object",
  13183. "properties": {
  13184. "list": {
  13185. "type": "array",
  13186. "items": {
  13187. "$ref": "#/definitions/md.LevelListNode"
  13188. }
  13189. },
  13190. "paginate": {
  13191. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13192. }
  13193. }
  13194. },
  13195. "md.GetModuleSettingResp": {
  13196. "type": "object",
  13197. "properties": {
  13198. "data": {
  13199. "description": "内容"
  13200. },
  13201. "mod_name": {
  13202. "description": "模块名称",
  13203. "type": "string"
  13204. },
  13205. "position": {
  13206. "description": "位置",
  13207. "type": "string"
  13208. },
  13209. "skip_identifier": {
  13210. "description": "跳转标识",
  13211. "type": "string"
  13212. },
  13213. "subtitle": {
  13214. "description": "副标题",
  13215. "type": "string"
  13216. },
  13217. "title": {
  13218. "description": "标题",
  13219. "type": "string"
  13220. }
  13221. }
  13222. },
  13223. "md.GetOneLevelResp": {
  13224. "type": "object",
  13225. "properties": {
  13226. "auto_update": {
  13227. "description": "自动升级 0关闭,1开启",
  13228. "type": "integer"
  13229. },
  13230. "choosable_num": {
  13231. "description": "可选任务数量",
  13232. "type": "integer"
  13233. },
  13234. "is_use": {
  13235. "description": "是否开启(0.否, 1.是)",
  13236. "type": "integer"
  13237. },
  13238. "level_id": {
  13239. "description": "等级 ID",
  13240. "type": "integer"
  13241. },
  13242. "level_name": {
  13243. "description": "等级名称",
  13244. "type": "string"
  13245. },
  13246. "level_weight": {
  13247. "description": "等级权重",
  13248. "type": "integer"
  13249. },
  13250. "memo": {
  13251. "description": "备注",
  13252. "type": "string"
  13253. },
  13254. "task_type": {
  13255. "description": "任务类型关系",
  13256. "type": "array",
  13257. "items": {
  13258. "type": "object",
  13259. "additionalProperties": true
  13260. }
  13261. },
  13262. "user_level_tasks": {
  13263. "type": "array",
  13264. "items": {
  13265. "$ref": "#/definitions/model.UserLevelTask"
  13266. }
  13267. }
  13268. }
  13269. },
  13270. "md.GetPriceCurveResp": {
  13271. "type": "object",
  13272. "properties": {
  13273. "x_data": {
  13274. "type": "array",
  13275. "items": {}
  13276. },
  13277. "y_data": {
  13278. "type": "array",
  13279. "items": {}
  13280. }
  13281. }
  13282. },
  13283. "md.GetPublicPlatoonBasicResp": {
  13284. "type": "object",
  13285. "properties": {
  13286. "is_open": {
  13287. "description": "是否开启(1:开启 0:关闭)",
  13288. "type": "integer"
  13289. },
  13290. "is_self_active_get_team_revenue": {
  13291. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  13292. "type": "integer"
  13293. },
  13294. "originator_name": {
  13295. "description": "创始人名称",
  13296. "type": "string"
  13297. },
  13298. "originator_uid": {
  13299. "description": "创始人uid",
  13300. "type": "integer"
  13301. },
  13302. "several_rows": {
  13303. "description": "几排",
  13304. "type": "integer"
  13305. },
  13306. "several_times": {
  13307. "description": "几乘",
  13308. "type": "integer"
  13309. },
  13310. "system_punish_replace": {
  13311. "description": "是否位置滑落 被新用户替换 0否 1是",
  13312. "type": "integer"
  13313. },
  13314. "system_punish_replace_value": {
  13315. "description": "xx天未活跃,处罚滑落",
  13316. "type": "integer"
  13317. }
  13318. }
  13319. },
  13320. "md.GetTagListResp": {
  13321. "type": "object",
  13322. "properties": {
  13323. "list": {
  13324. "type": "array",
  13325. "items": {
  13326. "$ref": "#/definitions/md.TagListNode"
  13327. }
  13328. },
  13329. "paginate": {
  13330. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13331. }
  13332. }
  13333. },
  13334. "md.GetVideoRewardResp": {
  13335. "type": "object",
  13336. "properties": {
  13337. "ecpm": {
  13338. "description": "当前 Ecpm 值",
  13339. "type": "string"
  13340. },
  13341. "unit_price": {
  13342. "description": "单价",
  13343. "type": "string"
  13344. }
  13345. }
  13346. },
  13347. "md.GetWithdrawApplyListNode": {
  13348. "type": "object",
  13349. "properties": {
  13350. "actual_receipt": {
  13351. "description": "实际到账",
  13352. "type": "string"
  13353. },
  13354. "ali_pay_account": {
  13355. "description": "支付宝账号",
  13356. "type": "string"
  13357. },
  13358. "ali_pay_name": {
  13359. "description": "支付宝昵称",
  13360. "type": "string"
  13361. },
  13362. "amount": {
  13363. "description": "提现金额",
  13364. "type": "string"
  13365. },
  13366. "apply_at": {
  13367. "description": "申请时间",
  13368. "type": "string"
  13369. },
  13370. "invite_code": {
  13371. "description": "邀请码",
  13372. "type": "string"
  13373. },
  13374. "memo": {
  13375. "description": "备注",
  13376. "type": "string"
  13377. },
  13378. "nickname": {
  13379. "description": "用户名称",
  13380. "type": "string"
  13381. },
  13382. "parentID": {
  13383. "description": "推荐人ID",
  13384. "type": "integer"
  13385. },
  13386. "parentPhone": {
  13387. "description": "推荐人手机号",
  13388. "type": "string"
  13389. },
  13390. "pay_at": {
  13391. "description": "到账时间",
  13392. "type": "string"
  13393. },
  13394. "state": {
  13395. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13396. "type": "integer"
  13397. },
  13398. "sys_fee": {
  13399. "description": "手续费",
  13400. "type": "string"
  13401. },
  13402. "tag": {
  13403. "description": "标签",
  13404. "type": "array",
  13405. "items": {
  13406. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  13407. }
  13408. },
  13409. "user_id": {
  13410. "description": "会员 ID",
  13411. "type": "integer"
  13412. },
  13413. "wechat_pay_account": {
  13414. "description": "微信账号",
  13415. "type": "string"
  13416. },
  13417. "wechat_pay_name": {
  13418. "description": "微信昵称",
  13419. "type": "string"
  13420. },
  13421. "withdraw_apply_id": {
  13422. "description": "提现申请id",
  13423. "type": "integer"
  13424. },
  13425. "withdraw_type": {
  13426. "description": "转账平台(1:支付宝 2:微信)",
  13427. "type": "integer"
  13428. }
  13429. }
  13430. },
  13431. "md.GetWithdrawApplyListReq": {
  13432. "type": "object",
  13433. "properties": {
  13434. "amount_begin": {
  13435. "description": "最小金额",
  13436. "type": "string"
  13437. },
  13438. "amount_end": {
  13439. "description": "最大金额",
  13440. "type": "string"
  13441. },
  13442. "apply_end_at": {
  13443. "description": "申请结束时间",
  13444. "type": "string"
  13445. },
  13446. "apply_start_at": {
  13447. "description": "申请开始时间",
  13448. "type": "string"
  13449. },
  13450. "examine_end_at": {
  13451. "description": "审核结束时间",
  13452. "type": "string"
  13453. },
  13454. "examine_start_at": {
  13455. "description": "审核开始时间",
  13456. "type": "string"
  13457. },
  13458. "is_first": {
  13459. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  13460. "type": "string"
  13461. },
  13462. "level": {
  13463. "description": "会员等级",
  13464. "type": "string"
  13465. },
  13466. "limit": {
  13467. "description": "页面大小",
  13468. "type": "integer"
  13469. },
  13470. "nickname": {
  13471. "description": "用户昵称",
  13472. "type": "string"
  13473. },
  13474. "page": {
  13475. "description": "页数",
  13476. "type": "integer"
  13477. },
  13478. "parent_id": {
  13479. "description": "推荐人 ID",
  13480. "type": "string"
  13481. },
  13482. "payment_type": {
  13483. "description": "打款类型 1:手动;2:自动",
  13484. "type": "string"
  13485. },
  13486. "phone": {
  13487. "description": "用户手机号",
  13488. "type": "string"
  13489. },
  13490. "state": {
  13491. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13492. "type": "string"
  13493. },
  13494. "uid": {
  13495. "description": "用户 ID",
  13496. "type": "string"
  13497. },
  13498. "withdraw_account": {
  13499. "description": "支付宝/微信昵称",
  13500. "type": "string"
  13501. },
  13502. "withdraw_name": {
  13503. "description": "支付宝姓名",
  13504. "type": "string"
  13505. },
  13506. "withdraw_type": {
  13507. "description": "提现方式(1:支付宝 2:微信)",
  13508. "type": "string"
  13509. }
  13510. }
  13511. },
  13512. "md.GetWithdrawApplyListResp": {
  13513. "type": "object",
  13514. "properties": {
  13515. "levels_list": {
  13516. "description": "等级列表",
  13517. "type": "array",
  13518. "items": {
  13519. "type": "object",
  13520. "additionalProperties": true
  13521. }
  13522. },
  13523. "list": {
  13524. "type": "array",
  13525. "items": {
  13526. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  13527. }
  13528. },
  13529. "paginate": {
  13530. "description": "分页信息",
  13531. "allOf": [
  13532. {
  13533. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  13534. }
  13535. ]
  13536. },
  13537. "pay_failed_amount": {
  13538. "description": "打款失败金额",
  13539. "type": "string"
  13540. },
  13541. "pay_succeed_amount": {
  13542. "description": "打款成功金额",
  13543. "type": "string"
  13544. },
  13545. "pending_amount": {
  13546. "description": "处理中金额",
  13547. "type": "string"
  13548. },
  13549. "reason_list": {
  13550. "description": "审核失败(驳回理由)",
  13551. "type": "array",
  13552. "items": {
  13553. "type": "object",
  13554. "additionalProperties": true
  13555. }
  13556. },
  13557. "tags_list": {
  13558. "description": "标签列表",
  13559. "type": "array",
  13560. "items": {
  13561. "type": "object",
  13562. "additionalProperties": true
  13563. }
  13564. },
  13565. "under_review": {
  13566. "description": "审核中金额",
  13567. "type": "string"
  13568. }
  13569. }
  13570. },
  13571. "md.GetWithdrawSettingResp": {
  13572. "type": "object",
  13573. "properties": {
  13574. "condition_is_open": {
  13575. "description": "提现条件是否开启(0:关闭, 1:开启)",
  13576. "type": "integer"
  13577. },
  13578. "first_withdraw_set": {
  13579. "description": "首次提现设置",
  13580. "allOf": [
  13581. {
  13582. "$ref": "#/definitions/md.FirstWithdrawSet"
  13583. }
  13584. ]
  13585. },
  13586. "frequency_set": {
  13587. "description": "频率设置(0:日 1:周 2:月 3:年)",
  13588. "allOf": [
  13589. {
  13590. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13591. }
  13592. ]
  13593. },
  13594. "id": {
  13595. "type": "integer"
  13596. },
  13597. "is_auto": {
  13598. "description": "是否开启自动提现(0:否 1:是)",
  13599. "type": "integer"
  13600. },
  13601. "is_auto_amount_limit": {
  13602. "description": "自动提现金额限制",
  13603. "type": "string"
  13604. },
  13605. "is_real_name": {
  13606. "description": "是否实名(0:否 1:是)",
  13607. "type": "integer"
  13608. },
  13609. "is_support_decimal_point": {
  13610. "description": "是否支持小数点(0:否 1:是)",
  13611. "type": "integer"
  13612. },
  13613. "level_list": {
  13614. "description": "会员等级列表",
  13615. "type": "array",
  13616. "items": {
  13617. "type": "object",
  13618. "additionalProperties": true
  13619. }
  13620. },
  13621. "pending_orders_is_can_apply": {
  13622. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13623. "type": "integer"
  13624. },
  13625. "tips": {
  13626. "description": "提示",
  13627. "type": "string"
  13628. },
  13629. "vip_level_limit": {
  13630. "description": "提现等级限制",
  13631. "type": "integer"
  13632. },
  13633. "withdraw_amount_limit": {
  13634. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13635. "type": "string"
  13636. },
  13637. "withdraw_fee_set": {
  13638. "description": "提现手续费设置",
  13639. "allOf": [
  13640. {
  13641. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13642. }
  13643. ]
  13644. },
  13645. "withdraw_multiple_limit": {
  13646. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13647. "type": "string"
  13648. },
  13649. "withdraw_nums_limit": {
  13650. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13651. "type": "integer"
  13652. },
  13653. "withdraw_time_interval": {
  13654. "description": "提现时段",
  13655. "allOf": [
  13656. {
  13657. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13658. }
  13659. ]
  13660. },
  13661. "withdraw_type": {
  13662. "description": "提现方式(1:支付宝 2:微信)",
  13663. "type": "integer"
  13664. }
  13665. }
  13666. },
  13667. "md.GroupListReq": {
  13668. "type": "object",
  13669. "properties": {
  13670. "group_admin": {
  13671. "description": "群主",
  13672. "type": "string"
  13673. },
  13674. "name": {
  13675. "description": "群名称",
  13676. "type": "string"
  13677. },
  13678. "page": {
  13679. "type": "integer"
  13680. },
  13681. "page_size": {
  13682. "type": "integer"
  13683. },
  13684. "start_time_end": {
  13685. "type": "string",
  13686. "example": "创建时间-截止"
  13687. },
  13688. "start_time_start": {
  13689. "type": "string",
  13690. "example": "创建时间-起始"
  13691. }
  13692. }
  13693. },
  13694. "md.GroupListResp": {
  13695. "type": "object",
  13696. "properties": {
  13697. "list": {
  13698. "type": "array",
  13699. "items": {
  13700. "type": "object",
  13701. "properties": {
  13702. "avatarUrl": {
  13703. "description": "头像",
  13704. "type": "string"
  13705. },
  13706. "createTime": {
  13707. "description": "创建时间",
  13708. "type": "string"
  13709. },
  13710. "extra": {
  13711. "description": "附加字段",
  13712. "type": "string"
  13713. },
  13714. "id": {
  13715. "description": "群组id",
  13716. "type": "integer"
  13717. },
  13718. "introduction": {
  13719. "description": "群简介",
  13720. "type": "string"
  13721. },
  13722. "isAllAddFriend": {
  13723. "description": "是否允许加好友(1:是 2:否)",
  13724. "type": "integer"
  13725. },
  13726. "isAllMemberBanned": {
  13727. "description": "是否全员禁言(1:是 2:否)",
  13728. "type": "integer"
  13729. },
  13730. "name": {
  13731. "description": "组名",
  13732. "type": "string"
  13733. },
  13734. "nickname": {
  13735. "description": "群主昵称",
  13736. "type": "string"
  13737. },
  13738. "phoneNumber": {
  13739. "description": "群主账号",
  13740. "type": "string"
  13741. },
  13742. "updateTime": {
  13743. "description": "更新时间",
  13744. "type": "string"
  13745. },
  13746. "userNum": {
  13747. "description": "群组人数",
  13748. "type": "integer"
  13749. }
  13750. }
  13751. }
  13752. },
  13753. "page": {
  13754. "type": "integer"
  13755. },
  13756. "page_size": {
  13757. "type": "integer"
  13758. },
  13759. "total": {
  13760. "type": "integer"
  13761. }
  13762. }
  13763. },
  13764. "md.Guide": {
  13765. "type": "object",
  13766. "properties": {
  13767. "bg_image": {
  13768. "type": "string"
  13769. },
  13770. "bg_image_url": {
  13771. "type": "string"
  13772. },
  13773. "content_image": {
  13774. "type": "string"
  13775. },
  13776. "content_image_url": {
  13777. "type": "string"
  13778. }
  13779. }
  13780. },
  13781. "md.JPushGetLevelListResp": {
  13782. "type": "object",
  13783. "properties": {
  13784. "list": {
  13785. "type": "array",
  13786. "items": {
  13787. "$ref": "#/definitions/md.LevelListNode"
  13788. }
  13789. },
  13790. "paginate": {
  13791. "$ref": "#/definitions/applet_app_md.Paginate"
  13792. }
  13793. }
  13794. },
  13795. "md.JPushGetTagListResp": {
  13796. "type": "object",
  13797. "properties": {
  13798. "list": {
  13799. "type": "array",
  13800. "items": {
  13801. "$ref": "#/definitions/md.TagListNode"
  13802. }
  13803. },
  13804. "paginate": {
  13805. "$ref": "#/definitions/applet_app_md.Paginate"
  13806. }
  13807. }
  13808. },
  13809. "md.JPushGetUserListReq": {
  13810. "type": "object",
  13811. "properties": {
  13812. "effective": {
  13813. "description": "有效会员",
  13814. "type": "integer"
  13815. },
  13816. "id": {
  13817. "description": "会员 ID",
  13818. "type": "integer"
  13819. },
  13820. "invite_code": {
  13821. "type": "string",
  13822. "example": "会员邀请码"
  13823. },
  13824. "is_real_name": {
  13825. "description": "是否实名 0.未实名,1.已实名",
  13826. "type": "integer"
  13827. },
  13828. "level": {
  13829. "description": "会员等级",
  13830. "type": "integer"
  13831. },
  13832. "limit": {
  13833. "type": "integer"
  13834. },
  13835. "login_after": {
  13836. "description": "最近登录结束时间",
  13837. "type": "string"
  13838. },
  13839. "login_before": {
  13840. "description": "最近登录开始时间",
  13841. "type": "string"
  13842. },
  13843. "memo": {
  13844. "description": "备注",
  13845. "type": "string"
  13846. },
  13847. "nickname": {
  13848. "type": "string",
  13849. "example": "会员昵称"
  13850. },
  13851. "page": {
  13852. "type": "integer"
  13853. },
  13854. "parent_invite_code": {
  13855. "type": "string",
  13856. "example": "上级邀请码"
  13857. },
  13858. "parent_phone": {
  13859. "type": "string",
  13860. "example": "上级手机号"
  13861. },
  13862. "phone": {
  13863. "type": "string",
  13864. "example": "会员手机号"
  13865. },
  13866. "recommend_id": {
  13867. "description": "推荐人 ID",
  13868. "type": "integer"
  13869. },
  13870. "register_after": {
  13871. "description": "注册时间终点",
  13872. "type": "string"
  13873. },
  13874. "register_before": {
  13875. "description": "注册时间起点",
  13876. "type": "string"
  13877. },
  13878. "register_type": {
  13879. "description": "注册类型(1:APP注册、2:H5注册)",
  13880. "type": "integer"
  13881. },
  13882. "sex": {
  13883. "description": "性别(0:未知 1:男 2:女)",
  13884. "type": "integer"
  13885. },
  13886. "state": {
  13887. "description": "状态",
  13888. "type": "integer"
  13889. },
  13890. "tag": {
  13891. "description": "标签 id",
  13892. "type": "integer"
  13893. },
  13894. "union_id": {
  13895. "type": "string",
  13896. "example": "微信号"
  13897. }
  13898. }
  13899. },
  13900. "md.LevelListNode": {
  13901. "type": "object",
  13902. "properties": {
  13903. "count": {
  13904. "description": "等级人数",
  13905. "type": "string"
  13906. },
  13907. "create_at": {
  13908. "description": "创建时间",
  13909. "type": "string"
  13910. },
  13911. "is_use": {
  13912. "description": "是否开启(0.否, 1.是)",
  13913. "type": "integer"
  13914. },
  13915. "level_id": {
  13916. "description": "等级 ID",
  13917. "type": "integer"
  13918. },
  13919. "level_name": {
  13920. "description": "等级名称",
  13921. "type": "string"
  13922. },
  13923. "level_weight": {
  13924. "description": "等级权重",
  13925. "type": "integer"
  13926. },
  13927. "memo": {
  13928. "description": "备注",
  13929. "type": "string"
  13930. }
  13931. }
  13932. },
  13933. "md.LevelTaskNode": {
  13934. "type": "object",
  13935. "properties": {
  13936. "active_days": {
  13937. "description": "活跃多少天",
  13938. "type": "string"
  13939. },
  13940. "finish_count": {
  13941. "description": "多少天内完成的指标",
  13942. "type": "string"
  13943. },
  13944. "is_must_task": {
  13945. "description": "是否必做(0,1)",
  13946. "type": "string"
  13947. },
  13948. "task_type": {
  13949. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  13950. "type": "string"
  13951. },
  13952. "task_type_level_id": {
  13953. "description": "会员等级 ID (task_type=3时生效)",
  13954. "type": "string"
  13955. },
  13956. "within_days": {
  13957. "description": "多少天内完成",
  13958. "type": "string"
  13959. }
  13960. }
  13961. },
  13962. "md.ListCommunityDividendsReq": {
  13963. "type": "object",
  13964. "properties": {
  13965. "end_at": {
  13966. "description": "结束时间",
  13967. "type": "string"
  13968. },
  13969. "end_nums": {
  13970. "description": "分红总量上限",
  13971. "type": "integer"
  13972. },
  13973. "limit": {
  13974. "description": "每页大小",
  13975. "type": "integer"
  13976. },
  13977. "page": {
  13978. "description": "页数",
  13979. "type": "integer"
  13980. },
  13981. "start_at": {
  13982. "description": "开始时间",
  13983. "type": "string"
  13984. },
  13985. "start_nums": {
  13986. "description": "分红总量下限",
  13987. "type": "integer"
  13988. }
  13989. }
  13990. },
  13991. "md.ListCommunityDividendsResp": {
  13992. "type": "object",
  13993. "properties": {
  13994. "list": {
  13995. "type": "array",
  13996. "items": {
  13997. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  13998. }
  13999. },
  14000. "paginate": {
  14001. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14002. }
  14003. }
  14004. },
  14005. "md.ListCommunityDividendsWithUserReq": {
  14006. "type": "object",
  14007. "properties": {
  14008. "limit": {
  14009. "type": "integer"
  14010. },
  14011. "page": {
  14012. "type": "integer"
  14013. },
  14014. "phone": {
  14015. "type": "string"
  14016. },
  14017. "uid": {
  14018. "type": "integer"
  14019. }
  14020. }
  14021. },
  14022. "md.ListCommunityDividendsWithUserResp": {
  14023. "type": "object",
  14024. "properties": {
  14025. "list": {
  14026. "type": "array",
  14027. "items": {
  14028. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  14029. }
  14030. },
  14031. "paginate": {
  14032. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14033. }
  14034. }
  14035. },
  14036. "md.ListPlatformRevenueReq": {
  14037. "type": "object",
  14038. "properties": {
  14039. "end_at": {
  14040. "type": "string",
  14041. "example": "结束时间"
  14042. },
  14043. "kind": {
  14044. "description": "数据类型",
  14045. "type": "integer"
  14046. },
  14047. "limit": {
  14048. "description": "每页大小",
  14049. "type": "integer"
  14050. },
  14051. "page": {
  14052. "description": "页数",
  14053. "type": "integer"
  14054. },
  14055. "start_at": {
  14056. "type": "string",
  14057. "example": "开始时间"
  14058. }
  14059. }
  14060. },
  14061. "md.ListPlatformRevenueResp": {
  14062. "type": "object",
  14063. "properties": {
  14064. "kind_list": {
  14065. "description": "类型列表",
  14066. "type": "array",
  14067. "items": {
  14068. "type": "object",
  14069. "additionalProperties": true
  14070. }
  14071. },
  14072. "list": {
  14073. "description": "数据列表",
  14074. "type": "array",
  14075. "items": {
  14076. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  14077. }
  14078. },
  14079. "paginate": {
  14080. "description": "分页数据",
  14081. "allOf": [
  14082. {
  14083. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  14084. }
  14085. ]
  14086. }
  14087. }
  14088. },
  14089. "md.LoginReq": {
  14090. "type": "object",
  14091. "required": [
  14092. "password",
  14093. "username"
  14094. ],
  14095. "properties": {
  14096. "code": {
  14097. "type": "string",
  14098. "example": "验证码"
  14099. },
  14100. "password": {
  14101. "type": "string",
  14102. "example": "登录密码"
  14103. },
  14104. "username": {
  14105. "type": "string",
  14106. "example": "登录账号"
  14107. }
  14108. }
  14109. },
  14110. "md.LoginResponse": {
  14111. "type": "object",
  14112. "properties": {
  14113. "token": {
  14114. "type": "string"
  14115. }
  14116. }
  14117. },
  14118. "md.ManualScoreReq": {
  14119. "type": "object",
  14120. "properties": {
  14121. "index_id": {
  14122. "description": "文档id",
  14123. "type": "string"
  14124. },
  14125. "score": {
  14126. "type": "string",
  14127. "example": "分数"
  14128. }
  14129. }
  14130. },
  14131. "md.ModuleSettingGetResp": {
  14132. "type": "object",
  14133. "properties": {
  14134. "data": {
  14135. "description": "内容"
  14136. },
  14137. "mod_name": {
  14138. "description": "模块名称",
  14139. "type": "string"
  14140. },
  14141. "mod_name_list": {
  14142. "description": "模块名称对照",
  14143. "type": "array",
  14144. "items": {
  14145. "type": "object",
  14146. "additionalProperties": true
  14147. }
  14148. },
  14149. "position": {
  14150. "description": "位置",
  14151. "type": "string"
  14152. },
  14153. "skip_identifier": {
  14154. "description": "跳转标识",
  14155. "type": "string"
  14156. },
  14157. "subtitle": {
  14158. "description": "副标题",
  14159. "type": "string"
  14160. },
  14161. "title": {
  14162. "description": "标题",
  14163. "type": "string"
  14164. }
  14165. }
  14166. },
  14167. "md.ModuleSettingUpdateReq": {
  14168. "type": "object",
  14169. "properties": {
  14170. "data": {
  14171. "description": "内容",
  14172. "type": "object",
  14173. "additionalProperties": true
  14174. },
  14175. "mod_name_value": {
  14176. "description": "模块类型值",
  14177. "type": "string"
  14178. },
  14179. "position": {
  14180. "description": "位置",
  14181. "type": "string"
  14182. },
  14183. "skip_identifier": {
  14184. "description": "跳转标识",
  14185. "type": "string"
  14186. },
  14187. "subtitle": {
  14188. "description": "副标题",
  14189. "type": "string"
  14190. },
  14191. "title": {
  14192. "description": "标题",
  14193. "type": "string"
  14194. }
  14195. }
  14196. },
  14197. "md.NewUserRedPackageGetBasicResp": {
  14198. "type": "object",
  14199. "properties": {
  14200. "create_at": {
  14201. "type": "string"
  14202. },
  14203. "days": {
  14204. "description": "天数",
  14205. "type": "integer"
  14206. },
  14207. "is_double": {
  14208. "description": "是否翻倍",
  14209. "type": "integer"
  14210. },
  14211. "is_open": {
  14212. "description": "是否开启(1:开启 0:关闭)",
  14213. "type": "integer"
  14214. },
  14215. "total_amount": {
  14216. "type": "string",
  14217. "example": "总金额"
  14218. },
  14219. "update_at": {
  14220. "type": "string"
  14221. }
  14222. }
  14223. },
  14224. "md.NewUserRedPackageRecordFlowListReq": {
  14225. "type": "object",
  14226. "properties": {
  14227. "end_at": {
  14228. "description": "结束时间",
  14229. "type": "string"
  14230. },
  14231. "limit": {
  14232. "description": "每页大小",
  14233. "type": "integer"
  14234. },
  14235. "page": {
  14236. "description": "页数",
  14237. "type": "integer"
  14238. },
  14239. "start_at": {
  14240. "description": "开始时间",
  14241. "type": "string"
  14242. },
  14243. "uid": {
  14244. "description": "用户 ID",
  14245. "type": "integer"
  14246. }
  14247. }
  14248. },
  14249. "md.NewUserRedPackageRecordFlowListResp": {
  14250. "type": "object",
  14251. "properties": {
  14252. "list": {
  14253. "type": "array",
  14254. "items": {
  14255. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  14256. }
  14257. },
  14258. "paginate": {
  14259. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14260. }
  14261. }
  14262. },
  14263. "md.NewUserRedPackageRecordFlowNode": {
  14264. "type": "object",
  14265. "properties": {
  14266. "balance_amount": {
  14267. "description": "剩余金额",
  14268. "type": "string"
  14269. },
  14270. "balance_days": {
  14271. "description": "剩余天数",
  14272. "type": "integer"
  14273. },
  14274. "basic_amount": {
  14275. "description": "基础金额",
  14276. "type": "string"
  14277. },
  14278. "create_at": {
  14279. "description": "创建时间",
  14280. "type": "string"
  14281. },
  14282. "day_num": {
  14283. "description": "第x天",
  14284. "type": "integer"
  14285. },
  14286. "double_rate": {
  14287. "description": "倍率",
  14288. "type": "string"
  14289. },
  14290. "id": {
  14291. "description": "流水 ID",
  14292. "type": "integer"
  14293. },
  14294. "is_double": {
  14295. "description": "是否翻倍",
  14296. "type": "integer"
  14297. },
  14298. "receive_days": {
  14299. "description": "领取天数",
  14300. "type": "integer"
  14301. },
  14302. "total_amount": {
  14303. "description": "实际金额",
  14304. "type": "string"
  14305. },
  14306. "uid": {
  14307. "description": "用户 ID",
  14308. "type": "integer"
  14309. }
  14310. }
  14311. },
  14312. "md.NewUserRedPackageRecordListReq": {
  14313. "type": "object",
  14314. "properties": {
  14315. "end_at": {
  14316. "description": "结束时间",
  14317. "type": "string"
  14318. },
  14319. "limit": {
  14320. "description": "每页大小",
  14321. "type": "integer"
  14322. },
  14323. "page": {
  14324. "description": "页数",
  14325. "type": "integer"
  14326. },
  14327. "start_at": {
  14328. "description": "开始时间",
  14329. "type": "string"
  14330. },
  14331. "uid": {
  14332. "description": "用户 ID",
  14333. "type": "integer"
  14334. }
  14335. }
  14336. },
  14337. "md.NewUserRedPackageRecordListResp": {
  14338. "type": "object",
  14339. "properties": {
  14340. "list": {
  14341. "type": "array",
  14342. "items": {
  14343. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  14344. }
  14345. },
  14346. "paginate": {
  14347. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14348. }
  14349. }
  14350. },
  14351. "md.NewUserRedPackageRecordNode": {
  14352. "type": "object",
  14353. "properties": {
  14354. "balance_amount": {
  14355. "description": "剩余金额",
  14356. "type": "string"
  14357. },
  14358. "balance_days": {
  14359. "description": "剩余天数",
  14360. "type": "integer"
  14361. },
  14362. "create_at": {
  14363. "description": "创建时间",
  14364. "type": "string"
  14365. },
  14366. "days": {
  14367. "description": "天数",
  14368. "type": "integer"
  14369. },
  14370. "receive_days": {
  14371. "description": "领取天数",
  14372. "type": "integer"
  14373. },
  14374. "state": {
  14375. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  14376. "type": "integer"
  14377. },
  14378. "system_id": {
  14379. "description": "系统中记录的 ID",
  14380. "type": "integer"
  14381. },
  14382. "total_amount": {
  14383. "description": "金额",
  14384. "type": "string"
  14385. },
  14386. "uid": {
  14387. "description": "用户 ID",
  14388. "type": "integer"
  14389. },
  14390. "update_at": {
  14391. "description": "修改时间",
  14392. "type": "string"
  14393. }
  14394. }
  14395. },
  14396. "md.NewUserRedPackageUpdateBasicReq": {
  14397. "type": "object",
  14398. "properties": {
  14399. "days": {
  14400. "description": "天数",
  14401. "type": "integer"
  14402. },
  14403. "is_double": {
  14404. "description": "是否翻倍",
  14405. "type": "integer"
  14406. },
  14407. "is_open": {
  14408. "description": "是否开启(1:开启 0:关闭)",
  14409. "type": "integer"
  14410. },
  14411. "total_amount": {
  14412. "type": "string",
  14413. "example": "总金额"
  14414. }
  14415. }
  14416. },
  14417. "md.NewUserRewardRules": {
  14418. "type": "object",
  14419. "properties": {
  14420. "continue_days": {
  14421. "description": "连续x天",
  14422. "type": "integer"
  14423. },
  14424. "invite_user_reward_value": {
  14425. "description": "拉新用户奖励x个活跃积分",
  14426. "type": "integer"
  14427. },
  14428. "reward_coefficient": {
  14429. "description": "奖励系数",
  14430. "type": "number"
  14431. }
  14432. }
  14433. },
  14434. "md.NoticeAliyunSmsList": {
  14435. "type": "object",
  14436. "properties": {
  14437. "content": {
  14438. "type": "string",
  14439. "example": "这是 填短信模板id"
  14440. },
  14441. "day": {
  14442. "type": "string",
  14443. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14444. },
  14445. "id": {
  14446. "type": "string"
  14447. },
  14448. "is_show": {
  14449. "type": "string"
  14450. },
  14451. "notice_day": {
  14452. "type": "string",
  14453. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14454. },
  14455. "title": {
  14456. "type": "string"
  14457. },
  14458. "type": {
  14459. "type": "string"
  14460. }
  14461. }
  14462. },
  14463. "md.NoticeAliyunSmsListReq": {
  14464. "type": "object",
  14465. "properties": {
  14466. "limit": {
  14467. "description": "每页大小",
  14468. "type": "string"
  14469. },
  14470. "page": {
  14471. "description": "页数",
  14472. "type": "string"
  14473. }
  14474. }
  14475. },
  14476. "md.NoticeAliyunSmsListResp": {
  14477. "type": "object",
  14478. "properties": {
  14479. "list": {
  14480. "type": "array",
  14481. "items": {
  14482. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  14483. }
  14484. },
  14485. "select_data": {
  14486. "type": "array",
  14487. "items": {
  14488. "type": "object",
  14489. "additionalProperties": {
  14490. "type": "string"
  14491. }
  14492. }
  14493. },
  14494. "total": {
  14495. "type": "integer"
  14496. }
  14497. }
  14498. },
  14499. "md.NoticeAliyunSmsSaveReq": {
  14500. "type": "object",
  14501. "properties": {
  14502. "content": {
  14503. "type": "string"
  14504. },
  14505. "day": {
  14506. "type": "string",
  14507. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14508. },
  14509. "id": {
  14510. "type": "string"
  14511. },
  14512. "is_show": {
  14513. "type": "string"
  14514. },
  14515. "notice_day": {
  14516. "type": "string",
  14517. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14518. },
  14519. "title": {
  14520. "type": "string"
  14521. },
  14522. "type": {
  14523. "type": "string"
  14524. }
  14525. }
  14526. },
  14527. "md.NoticeDelReq": {
  14528. "type": "object",
  14529. "properties": {
  14530. "id": {
  14531. "type": "array",
  14532. "items": {
  14533. "type": "string"
  14534. }
  14535. }
  14536. }
  14537. },
  14538. "md.NoticeList": {
  14539. "type": "object",
  14540. "properties": {
  14541. "content": {
  14542. "type": "string"
  14543. },
  14544. "day": {
  14545. "type": "string",
  14546. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14547. },
  14548. "id": {
  14549. "type": "string"
  14550. },
  14551. "jpush_open": {
  14552. "type": "string",
  14553. "example": "app推送开启 0关 1开"
  14554. },
  14555. "notice_day": {
  14556. "type": "string",
  14557. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14558. },
  14559. "sms_code": {
  14560. "type": "string",
  14561. "example": "短信模板id"
  14562. },
  14563. "sms_open": {
  14564. "type": "string",
  14565. "example": "短信推送开启 0关 1开"
  14566. },
  14567. "title": {
  14568. "type": "string"
  14569. },
  14570. "type": {
  14571. "type": "string"
  14572. }
  14573. }
  14574. },
  14575. "md.NoticeListReq": {
  14576. "type": "object",
  14577. "properties": {
  14578. "limit": {
  14579. "description": "每页大小",
  14580. "type": "string"
  14581. },
  14582. "page": {
  14583. "description": "页数",
  14584. "type": "string"
  14585. }
  14586. }
  14587. },
  14588. "md.NoticeListResp": {
  14589. "type": "object",
  14590. "properties": {
  14591. "change_data": {
  14592. "type": "array",
  14593. "items": {
  14594. "type": "object",
  14595. "additionalProperties": {
  14596. "type": "string"
  14597. }
  14598. }
  14599. },
  14600. "list": {
  14601. "type": "array",
  14602. "items": {
  14603. "$ref": "#/definitions/md.NoticeList"
  14604. }
  14605. },
  14606. "select_data": {
  14607. "type": "array",
  14608. "items": {
  14609. "type": "object",
  14610. "additionalProperties": {
  14611. "type": "string"
  14612. }
  14613. }
  14614. },
  14615. "total": {
  14616. "type": "integer"
  14617. }
  14618. }
  14619. },
  14620. "md.NoticePushList": {
  14621. "type": "object",
  14622. "properties": {
  14623. "content": {
  14624. "type": "string"
  14625. },
  14626. "id": {
  14627. "type": "string"
  14628. },
  14629. "platform": {
  14630. "type": "string"
  14631. },
  14632. "send_end_time": {
  14633. "type": "string",
  14634. "example": "如 2024-11-25 11:56:00"
  14635. },
  14636. "send_start_time": {
  14637. "type": "string",
  14638. "example": "如 2024-11-25 11:56:00"
  14639. },
  14640. "send_type": {
  14641. "type": "string",
  14642. "example": "0立即推送 1定时推送"
  14643. },
  14644. "state": {
  14645. "type": "string",
  14646. "example": "0待发送 1发送成功"
  14647. },
  14648. "target": {
  14649. "type": "string"
  14650. },
  14651. "title": {
  14652. "type": "string"
  14653. }
  14654. }
  14655. },
  14656. "md.NoticePushListResp": {
  14657. "type": "object",
  14658. "properties": {
  14659. "list": {
  14660. "type": "array",
  14661. "items": {
  14662. "$ref": "#/definitions/md.NoticePushList"
  14663. }
  14664. },
  14665. "platform_data": {
  14666. "type": "array",
  14667. "items": {
  14668. "type": "object",
  14669. "additionalProperties": {
  14670. "type": "string"
  14671. }
  14672. }
  14673. },
  14674. "target_data": {
  14675. "type": "array",
  14676. "items": {
  14677. "type": "object",
  14678. "additionalProperties": {
  14679. "type": "string"
  14680. }
  14681. }
  14682. },
  14683. "total": {
  14684. "type": "integer"
  14685. }
  14686. }
  14687. },
  14688. "md.NoticePushSaveReq": {
  14689. "type": "object",
  14690. "properties": {
  14691. "content": {
  14692. "type": "string"
  14693. },
  14694. "id": {
  14695. "type": "string"
  14696. },
  14697. "level": {
  14698. "type": "array",
  14699. "items": {
  14700. "type": "string"
  14701. }
  14702. },
  14703. "platform": {
  14704. "type": "string"
  14705. },
  14706. "send_end_time": {
  14707. "type": "string"
  14708. },
  14709. "send_start_time": {
  14710. "type": "string"
  14711. },
  14712. "send_type": {
  14713. "type": "string"
  14714. },
  14715. "tag_list": {
  14716. "type": "array",
  14717. "items": {
  14718. "type": "string"
  14719. }
  14720. },
  14721. "target": {
  14722. "type": "string"
  14723. },
  14724. "title": {
  14725. "type": "string"
  14726. },
  14727. "user_list": {
  14728. "type": "array",
  14729. "items": {
  14730. "type": "string"
  14731. }
  14732. }
  14733. }
  14734. },
  14735. "md.NoticeSaveReq": {
  14736. "type": "object",
  14737. "properties": {
  14738. "content": {
  14739. "type": "string"
  14740. },
  14741. "day": {
  14742. "type": "string",
  14743. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14744. },
  14745. "id": {
  14746. "type": "string"
  14747. },
  14748. "jpush_open": {
  14749. "type": "string",
  14750. "example": "app推送开启 0关 1开"
  14751. },
  14752. "notice_day": {
  14753. "type": "string",
  14754. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14755. },
  14756. "sms_code": {
  14757. "type": "string",
  14758. "example": "短信模板id"
  14759. },
  14760. "sms_open": {
  14761. "type": "string",
  14762. "example": "短信推送开启 0关 1开"
  14763. },
  14764. "title": {
  14765. "type": "string"
  14766. },
  14767. "type": {
  14768. "type": "string"
  14769. }
  14770. }
  14771. },
  14772. "md.OtherNode": {
  14773. "type": "object",
  14774. "properties": {
  14775. "create_at": {
  14776. "description": "注册时间",
  14777. "type": "string"
  14778. },
  14779. "last_login_at": {
  14780. "description": "最近登录时间",
  14781. "type": "string"
  14782. },
  14783. "last_login_ip": {
  14784. "description": "最后登录 IP",
  14785. "type": "string"
  14786. }
  14787. }
  14788. },
  14789. "md.PageCustomerServiceReq": {
  14790. "type": "object",
  14791. "properties": {
  14792. "memo": {
  14793. "type": "string",
  14794. "example": "备注"
  14795. },
  14796. "page": {
  14797. "type": "integer"
  14798. },
  14799. "page_size": {
  14800. "type": "integer"
  14801. },
  14802. "phone": {
  14803. "description": "手机号",
  14804. "type": "string"
  14805. },
  14806. "state": {
  14807. "description": "状态",
  14808. "type": "integer"
  14809. }
  14810. }
  14811. },
  14812. "md.PageEmoticonReq": {
  14813. "type": "object",
  14814. "properties": {
  14815. "memo": {
  14816. "type": "string",
  14817. "example": "备注"
  14818. },
  14819. "name": {
  14820. "description": "表情名称",
  14821. "type": "string"
  14822. },
  14823. "page": {
  14824. "type": "integer"
  14825. },
  14826. "page_size": {
  14827. "type": "integer"
  14828. },
  14829. "state": {
  14830. "description": "状态",
  14831. "type": "integer"
  14832. }
  14833. }
  14834. },
  14835. "md.PageSendRedPackageOrdReq": {
  14836. "type": "object",
  14837. "properties": {
  14838. "invite_code": {
  14839. "description": "邀请码",
  14840. "type": "string",
  14841. "example": "邀请码"
  14842. },
  14843. "nickname": {
  14844. "description": "昵称",
  14845. "type": "string",
  14846. "example": "昵称"
  14847. },
  14848. "ord_no": {
  14849. "description": "订单号",
  14850. "type": "string",
  14851. "example": "订单号"
  14852. },
  14853. "page": {
  14854. "type": "integer"
  14855. },
  14856. "page_size": {
  14857. "type": "integer"
  14858. },
  14859. "phone": {
  14860. "description": "手机号",
  14861. "type": "string",
  14862. "example": "手机号"
  14863. },
  14864. "red_packet_type": {
  14865. "description": "红包类型",
  14866. "type": "integer"
  14867. },
  14868. "start_time_end": {
  14869. "type": "string",
  14870. "example": "发送时间-截止"
  14871. },
  14872. "start_time_start": {
  14873. "type": "string",
  14874. "example": "发送时间-起始"
  14875. },
  14876. "state": {
  14877. "description": "状态",
  14878. "type": "integer"
  14879. },
  14880. "uid": {
  14881. "type": "integer"
  14882. }
  14883. }
  14884. },
  14885. "md.PlatformRevenueDataNode": {
  14886. "type": "object",
  14887. "properties": {
  14888. "balance_amount": {
  14889. "description": "余额",
  14890. "type": "string"
  14891. },
  14892. "balance_times": {
  14893. "description": "剩余执行次数",
  14894. "type": "integer"
  14895. },
  14896. "create_at": {
  14897. "description": "创建时间",
  14898. "type": "string"
  14899. },
  14900. "hours": {
  14901. "description": "时长",
  14902. "type": "integer"
  14903. },
  14904. "kind": {
  14905. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  14906. "type": "integer"
  14907. },
  14908. "memo": {
  14909. "description": "备注",
  14910. "type": "string"
  14911. },
  14912. "system_id": {
  14913. "type": "integer"
  14914. },
  14915. "total_amount": {
  14916. "description": "金额",
  14917. "type": "string"
  14918. }
  14919. }
  14920. },
  14921. "md.PlayletBaseData": {
  14922. "type": "object",
  14923. "properties": {
  14924. "day_one_count": {
  14925. "type": "string",
  14926. "example": "每天每个短剧解锁次数"
  14927. },
  14928. "first_count": {
  14929. "type": "string",
  14930. "example": "首次可观看集数"
  14931. },
  14932. "reward": {
  14933. "type": "string",
  14934. "example": "单次奖励"
  14935. },
  14936. "second_count": {
  14937. "type": "string",
  14938. "example": "看一次广告解锁集数"
  14939. },
  14940. "total": {
  14941. "type": "string",
  14942. "example": "可领取总次数"
  14943. }
  14944. }
  14945. },
  14946. "md.PlayletIncentiveBaseData": {
  14947. "type": "object",
  14948. "properties": {
  14949. "android_adv_id": {
  14950. "type": "string",
  14951. "example": "安卓激励视频广告位"
  14952. },
  14953. "android_adv_secret": {
  14954. "type": "string",
  14955. "example": "安卓激励视频秘钥"
  14956. },
  14957. "ios_adv_id": {
  14958. "type": "string",
  14959. "example": "iOS激励视频广告位"
  14960. },
  14961. "ios_adv_secret": {
  14962. "type": "string",
  14963. "example": "iOS激励视频秘钥"
  14964. }
  14965. }
  14966. },
  14967. "md.PriceSettingStruct": {
  14968. "type": "object",
  14969. "properties": {
  14970. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  14971. "description": "市商资金单笔x元自动兑换",
  14972. "type": "string"
  14973. },
  14974. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  14975. "description": "市商数量单笔x数量自动兑换",
  14976. "type": "string"
  14977. },
  14978. "price_below_value": {
  14979. "description": "低于x元",
  14980. "type": "string"
  14981. },
  14982. "price_higher_than_value": {
  14983. "description": "高于x元",
  14984. "type": "string"
  14985. }
  14986. }
  14987. },
  14988. "md.ReleaseDynamicReq": {
  14989. "type": "object",
  14990. "properties": {
  14991. "content": {
  14992. "description": "文本内容",
  14993. "type": "string"
  14994. },
  14995. "image": {
  14996. "description": "图片",
  14997. "type": "array",
  14998. "items": {
  14999. "type": "string"
  15000. }
  15001. },
  15002. "is_praise": {
  15003. "description": "是否被表扬(1:是 2:否)",
  15004. "type": "integer"
  15005. },
  15006. "is_top_up": {
  15007. "description": "是否置顶(1:是 2:否)",
  15008. "type": "integer"
  15009. },
  15010. "kind": {
  15011. "description": "类型(1:普通 2:官方)",
  15012. "type": "integer"
  15013. },
  15014. "state": {
  15015. "description": "状态(1:正常 2:隐藏)",
  15016. "type": "integer"
  15017. },
  15018. "video": {
  15019. "description": "视频",
  15020. "type": "string"
  15021. }
  15022. }
  15023. },
  15024. "md.Response": {
  15025. "type": "object",
  15026. "properties": {
  15027. "code": {
  15028. "type": "string",
  15029. "example": "响应码"
  15030. },
  15031. "data": {
  15032. "description": "内容"
  15033. },
  15034. "msg": {
  15035. "type": "string",
  15036. "example": "具体错误原因"
  15037. }
  15038. }
  15039. },
  15040. "md.RewardSystemStruct": {
  15041. "type": "object",
  15042. "properties": {
  15043. "level": {
  15044. "description": "圈层",
  15045. "type": "integer"
  15046. },
  15047. "reward_condition": {
  15048. "description": "奖励条件",
  15049. "type": "string"
  15050. },
  15051. "reward_value": {
  15052. "description": "奖励值",
  15053. "type": "string"
  15054. }
  15055. }
  15056. },
  15057. "md.RoleBindPermissionGroupReq": {
  15058. "type": "object",
  15059. "required": [
  15060. "role_id"
  15061. ],
  15062. "properties": {
  15063. "permission_ids": {
  15064. "type": "array",
  15065. "items": {
  15066. "type": "integer"
  15067. }
  15068. },
  15069. "role_id": {
  15070. "type": "integer"
  15071. }
  15072. }
  15073. },
  15074. "md.SelectData": {
  15075. "type": "object",
  15076. "properties": {
  15077. "direction": {
  15078. "type": "array",
  15079. "items": {
  15080. "type": "object",
  15081. "additionalProperties": {
  15082. "type": "string"
  15083. }
  15084. }
  15085. }
  15086. }
  15087. },
  15088. "md.SelectMemberNode": {
  15089. "type": "object",
  15090. "properties": {
  15091. "avatar": {
  15092. "description": "会员头像",
  15093. "type": "string"
  15094. },
  15095. "level": {
  15096. "description": "会员等级",
  15097. "type": "string"
  15098. },
  15099. "nickname": {
  15100. "description": "会员昵称",
  15101. "type": "string"
  15102. },
  15103. "phone": {
  15104. "description": "会员手机号",
  15105. "type": "string"
  15106. },
  15107. "uid": {
  15108. "description": "会员 ID",
  15109. "type": "integer"
  15110. }
  15111. }
  15112. },
  15113. "md.SelectMemberReq": {
  15114. "type": "object",
  15115. "properties": {
  15116. "level": {
  15117. "description": "会员等级",
  15118. "type": "integer"
  15119. },
  15120. "limit": {
  15121. "description": "每页大小",
  15122. "type": "integer"
  15123. },
  15124. "nickname": {
  15125. "description": "会员昵称",
  15126. "type": "string"
  15127. },
  15128. "page": {
  15129. "description": "页数",
  15130. "type": "integer"
  15131. },
  15132. "phone": {
  15133. "description": "会员手机号",
  15134. "type": "string"
  15135. },
  15136. "uid": {
  15137. "description": "会员 ID",
  15138. "type": "integer"
  15139. }
  15140. }
  15141. },
  15142. "md.SelectMemberResp": {
  15143. "type": "object",
  15144. "properties": {
  15145. "level_list": {
  15146. "description": "会员等级列表",
  15147. "type": "array",
  15148. "items": {
  15149. "type": "object",
  15150. "additionalProperties": true
  15151. }
  15152. },
  15153. "list": {
  15154. "description": "会员数据",
  15155. "type": "array",
  15156. "items": {
  15157. "$ref": "#/definitions/md.SelectMemberNode"
  15158. }
  15159. },
  15160. "paginate": {
  15161. "description": "分页信息",
  15162. "allOf": [
  15163. {
  15164. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  15165. }
  15166. ]
  15167. }
  15168. }
  15169. },
  15170. "md.SetCustomerServiceStateReq": {
  15171. "type": "object",
  15172. "properties": {
  15173. "id": {
  15174. "description": "拥有用户数量",
  15175. "type": "integer"
  15176. },
  15177. "state": {
  15178. "description": "状态",
  15179. "type": "integer"
  15180. }
  15181. }
  15182. },
  15183. "md.SetEmoticonStateReq": {
  15184. "type": "object",
  15185. "properties": {
  15186. "id": {
  15187. "description": "拥有用户数量",
  15188. "type": "integer"
  15189. },
  15190. "state": {
  15191. "description": "状态",
  15192. "type": "integer"
  15193. }
  15194. }
  15195. },
  15196. "md.SetVideoRewardReq": {
  15197. "type": "object",
  15198. "properties": {
  15199. "ecpm": {
  15200. "description": "当前 Ecpm 值",
  15201. "type": "string"
  15202. },
  15203. "unit_price": {
  15204. "description": "单价",
  15205. "type": "string"
  15206. }
  15207. }
  15208. },
  15209. "md.SonUserDailyActivityAnalysisNode": {
  15210. "type": "object",
  15211. "properties": {
  15212. "activity_day_nums": {
  15213. "description": "活跃子节点活跃天数",
  15214. "type": "integer"
  15215. },
  15216. "nickname": {
  15217. "type": "string",
  15218. "example": "昵称"
  15219. },
  15220. "phone": {
  15221. "type": "string",
  15222. "example": "手机号"
  15223. },
  15224. "uid": {
  15225. "description": "查询用户活跃子节点 ID",
  15226. "type": "integer"
  15227. }
  15228. }
  15229. },
  15230. "md.StatisticsEggPointReq": {
  15231. "type": "object",
  15232. "properties": {
  15233. "kind": {
  15234. "type": "string"
  15235. },
  15236. "week": {
  15237. "type": "string",
  15238. "example": "周份"
  15239. },
  15240. "year": {
  15241. "type": "string",
  15242. "example": "年份"
  15243. }
  15244. }
  15245. },
  15246. "md.StatisticsEggPointResp": {
  15247. "type": "object",
  15248. "properties": {
  15249. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  15250. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  15251. "type": "array",
  15252. "items": {
  15253. "type": "object",
  15254. "additionalProperties": {
  15255. "type": "string"
  15256. }
  15257. }
  15258. },
  15259. "statistics_user_egg_browse_interface_nums_range": {
  15260. "description": "统计用户\"浏览界面次数\"范围",
  15261. "type": "array",
  15262. "items": {
  15263. "type": "object",
  15264. "additionalProperties": {
  15265. "type": "string"
  15266. }
  15267. }
  15268. },
  15269. "statistics_user_egg_college_learning_nums_range": {
  15270. "description": "统计用户\"学院学习次数\"范围",
  15271. "type": "array",
  15272. "items": {
  15273. "type": "object",
  15274. "additionalProperties": {
  15275. "type": "string"
  15276. }
  15277. }
  15278. },
  15279. "statistics_user_egg_ecpm_range": {
  15280. "description": "统计用户\"ecpm\"范围",
  15281. "type": "array",
  15282. "items": {
  15283. "type": "object",
  15284. "additionalProperties": {
  15285. "type": "string"
  15286. }
  15287. }
  15288. },
  15289. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  15290. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  15291. "type": "array",
  15292. "items": {
  15293. "type": "object",
  15294. "additionalProperties": {
  15295. "type": "string"
  15296. }
  15297. }
  15298. },
  15299. "statistics_user_egg_forum_comments_nums_range": {
  15300. "description": "统计用户\"论坛评论次数\"范围",
  15301. "type": "array",
  15302. "items": {
  15303. "type": "object",
  15304. "additionalProperties": {
  15305. "type": "string"
  15306. }
  15307. }
  15308. },
  15309. "statistics_user_egg_invite_user_nums_range": {
  15310. "description": "统计用户\"拉新人数\"范围",
  15311. "type": "array",
  15312. "items": {
  15313. "type": "object",
  15314. "additionalProperties": {
  15315. "type": "string"
  15316. }
  15317. }
  15318. },
  15319. "statistics_user_egg_person_add_activity_value_range": {
  15320. "description": "统计用户\"个人活跃积分增量值\"范围",
  15321. "type": "array",
  15322. "items": {
  15323. "type": "object",
  15324. "additionalProperties": {
  15325. "type": "string"
  15326. }
  15327. }
  15328. },
  15329. "statistics_user_egg_send_circle_of_friend_nums_range": {
  15330. "description": "统计用户\"发朋友圈次数\"范围",
  15331. "type": "array",
  15332. "items": {
  15333. "type": "object",
  15334. "additionalProperties": {
  15335. "type": "string"
  15336. }
  15337. }
  15338. },
  15339. "statistics_user_egg_send_red_package_nums_range": {
  15340. "description": "统计用户\"发红包次数\"范围",
  15341. "type": "array",
  15342. "items": {
  15343. "type": "object",
  15344. "additionalProperties": {
  15345. "type": "string"
  15346. }
  15347. }
  15348. },
  15349. "statistics_user_egg_sign_in_nums_range": {
  15350. "description": "统计用户\"签到次数\"范围",
  15351. "type": "array",
  15352. "items": {
  15353. "type": "object",
  15354. "additionalProperties": {
  15355. "type": "string"
  15356. }
  15357. }
  15358. },
  15359. "statistics_user_egg_team_activity_nums_range": {
  15360. "description": "统计用户\"团队活跃次数\"范围",
  15361. "type": "array",
  15362. "items": {
  15363. "type": "object",
  15364. "additionalProperties": {
  15365. "type": "string"
  15366. }
  15367. }
  15368. },
  15369. "statistics_user_egg_violate_nums_range": {
  15370. "description": "统计用户\"违规次数\"范围",
  15371. "type": "array",
  15372. "items": {
  15373. "type": "object",
  15374. "additionalProperties": {
  15375. "type": "string"
  15376. }
  15377. }
  15378. },
  15379. "week": {
  15380. "type": "string",
  15381. "example": "周份"
  15382. },
  15383. "year": {
  15384. "type": "string",
  15385. "example": "年份"
  15386. },
  15387. "year_list": {
  15388. "description": "年份\u0026\u0026周份列表",
  15389. "type": "object",
  15390. "additionalProperties": {
  15391. "type": "array",
  15392. "items": {
  15393. "type": "string"
  15394. }
  15395. }
  15396. }
  15397. }
  15398. },
  15399. "md.SubUser": {
  15400. "type": "object",
  15401. "properties": {
  15402. "avatar_url": {
  15403. "type": "string",
  15404. "example": "头像"
  15405. },
  15406. "level": {
  15407. "description": "整个系统中的等级",
  15408. "type": "integer"
  15409. },
  15410. "nickname": {
  15411. "type": "string",
  15412. "example": "昵称"
  15413. },
  15414. "phone": {
  15415. "type": "string",
  15416. "example": "手机号"
  15417. },
  15418. "pid": {
  15419. "type": "integer"
  15420. },
  15421. "position": {
  15422. "description": "以pid1为创始人中网的位置",
  15423. "type": "integer"
  15424. },
  15425. "uid": {
  15426. "type": "integer"
  15427. }
  15428. }
  15429. },
  15430. "md.TagListNode": {
  15431. "type": "object",
  15432. "properties": {
  15433. "count": {
  15434. "description": "标签人数",
  15435. "type": "string"
  15436. },
  15437. "create_at": {
  15438. "description": "创建时间",
  15439. "type": "string"
  15440. },
  15441. "is_punish": {
  15442. "description": "是否处罚",
  15443. "type": "integer"
  15444. },
  15445. "memo": {
  15446. "description": "备注",
  15447. "type": "string"
  15448. },
  15449. "name": {
  15450. "description": "名称",
  15451. "type": "string"
  15452. },
  15453. "tag_id": {
  15454. "description": "标签 ID",
  15455. "type": "string"
  15456. }
  15457. }
  15458. },
  15459. "md.TreeNode": {
  15460. "type": "object",
  15461. "properties": {
  15462. "avatar_url": {
  15463. "type": "string",
  15464. "example": "头像"
  15465. },
  15466. "level": {
  15467. "type": "integer"
  15468. },
  15469. "nickname": {
  15470. "type": "string",
  15471. "example": "昵称"
  15472. },
  15473. "phone": {
  15474. "type": "string",
  15475. "example": "手机号"
  15476. },
  15477. "pid": {
  15478. "type": "integer"
  15479. },
  15480. "position": {
  15481. "type": "integer"
  15482. },
  15483. "son": {
  15484. "type": "array",
  15485. "items": {
  15486. "$ref": "#/definitions/md.TreeNode"
  15487. }
  15488. },
  15489. "system_id": {
  15490. "description": "公排网中id",
  15491. "type": "integer"
  15492. },
  15493. "uid": {
  15494. "type": "integer"
  15495. }
  15496. }
  15497. },
  15498. "md.UpdateAdminReq": {
  15499. "type": "object",
  15500. "required": [
  15501. "adm_id",
  15502. "password",
  15503. "username"
  15504. ],
  15505. "properties": {
  15506. "adm_id": {
  15507. "type": "integer"
  15508. },
  15509. "memo": {
  15510. "type": "string"
  15511. },
  15512. "password": {
  15513. "type": "string"
  15514. },
  15515. "username": {
  15516. "type": "string"
  15517. }
  15518. }
  15519. },
  15520. "md.UpdateAdminStateReq": {
  15521. "type": "object",
  15522. "required": [
  15523. "adm_id",
  15524. "state"
  15525. ],
  15526. "properties": {
  15527. "adm_id": {
  15528. "type": "integer"
  15529. },
  15530. "state": {
  15531. "type": "integer"
  15532. }
  15533. }
  15534. },
  15535. "md.UpdateContributionValueBasicSettingReq": {
  15536. "type": "object",
  15537. "properties": {
  15538. "hand_out_red_package": {
  15539. "description": "发红包获得x点",
  15540. "type": "string"
  15541. },
  15542. "id": {
  15543. "type": "string"
  15544. },
  15545. "posting_comment_liked": {
  15546. "description": "发布评论被官方点赞获得x点",
  15547. "type": "string"
  15548. },
  15549. "posting_dynamic_liked": {
  15550. "description": "发布动态被官方点赞获得x点",
  15551. "type": "string"
  15552. },
  15553. "publish_creation": {
  15554. "description": "发布创作获得x点",
  15555. "type": "string"
  15556. }
  15557. }
  15558. },
  15559. "md.UpdateCustomerServiceMemoReq": {
  15560. "type": "object",
  15561. "properties": {
  15562. "id": {
  15563. "description": "拥有用户数量",
  15564. "type": "integer"
  15565. },
  15566. "memo": {
  15567. "description": "备注",
  15568. "type": "string",
  15569. "example": "备注"
  15570. }
  15571. }
  15572. },
  15573. "md.UpdateDynamicReq": {
  15574. "type": "object",
  15575. "required": [
  15576. "index_id"
  15577. ],
  15578. "properties": {
  15579. "index_id": {
  15580. "description": "动态id",
  15581. "type": "string"
  15582. },
  15583. "is_praise": {
  15584. "description": "是否被表扬(1:是 2:否)",
  15585. "type": "integer"
  15586. },
  15587. "is_top_up": {
  15588. "description": "是否置顶(1:是 2:否)",
  15589. "type": "integer"
  15590. },
  15591. "state": {
  15592. "description": "状态(1:正常 2:隐藏)",
  15593. "type": "integer"
  15594. }
  15595. }
  15596. },
  15597. "md.UpdateEggEnergyBasicReq": {
  15598. "type": "object",
  15599. "properties": {
  15600. "basic_setting": {
  15601. "description": "基础设置",
  15602. "allOf": [
  15603. {
  15604. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  15605. }
  15606. ]
  15607. },
  15608. "data_setting": {
  15609. "description": "数据设置",
  15610. "allOf": [
  15611. {
  15612. "$ref": "#/definitions/md.DataSetting"
  15613. }
  15614. ]
  15615. },
  15616. "destruction_setting": {
  15617. "description": "销毁设置",
  15618. "allOf": [
  15619. {
  15620. "$ref": "#/definitions/md.DestructionSettingStruct"
  15621. }
  15622. ]
  15623. },
  15624. "exchange_rules": {
  15625. "description": "兑换规则",
  15626. "allOf": [
  15627. {
  15628. "$ref": "#/definitions/md.ExchangeRulesStruct"
  15629. }
  15630. ]
  15631. },
  15632. "new_user_incentive_rules": {
  15633. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  15634. "allOf": [
  15635. {
  15636. "$ref": "#/definitions/md.NewUserRewardRules"
  15637. }
  15638. ]
  15639. },
  15640. "price_setting": {
  15641. "description": "价格设置",
  15642. "allOf": [
  15643. {
  15644. "$ref": "#/definitions/md.PriceSettingStruct"
  15645. }
  15646. ]
  15647. },
  15648. "reward_system": {
  15649. "description": "圈层奖励",
  15650. "type": "array",
  15651. "items": {
  15652. "$ref": "#/definitions/md.RewardSystemStruct"
  15653. }
  15654. },
  15655. "settlement_quantity": {
  15656. "description": "结算数量(百分比)",
  15657. "type": "string"
  15658. },
  15659. "system_id": {
  15660. "description": "该设置系统 ID",
  15661. "type": "integer"
  15662. },
  15663. "video_reward_setting": {
  15664. "description": "视频奖励",
  15665. "allOf": [
  15666. {
  15667. "$ref": "#/definitions/md.VideoRewardSetting"
  15668. }
  15669. ]
  15670. }
  15671. }
  15672. },
  15673. "md.UpdateEggEnergyCoreDataReq": {
  15674. "type": "object",
  15675. "properties": {
  15676. "community_dividends": {
  15677. "description": "社区分红",
  15678. "type": "string"
  15679. },
  15680. "development_committee": {
  15681. "description": "发展委员会",
  15682. "type": "string"
  15683. },
  15684. "id": {
  15685. "type": "integer"
  15686. },
  15687. "marketplace_merchant_funds": {
  15688. "description": "市商资金",
  15689. "type": "string"
  15690. },
  15691. "marketplace_merchant_nums": {
  15692. "description": "市商数量",
  15693. "type": "string"
  15694. },
  15695. "now_energy_total_nums": {
  15696. "description": "现行总量",
  15697. "type": "string"
  15698. },
  15699. "now_price": {
  15700. "description": "当前价格",
  15701. "type": "string"
  15702. },
  15703. "planet_total_value": {
  15704. "description": "星球总价值",
  15705. "type": "string"
  15706. },
  15707. "public_welfare_and_charity": {
  15708. "description": "公益慈善",
  15709. "type": "string"
  15710. },
  15711. "star_level_dividends": {
  15712. "description": "星级分红",
  15713. "type": "string"
  15714. }
  15715. }
  15716. },
  15717. "md.UpdateEggEnergyVipSettingReq": {
  15718. "type": "object",
  15719. "properties": {
  15720. "list": {
  15721. "description": "更新后数据",
  15722. "type": "array",
  15723. "items": {
  15724. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  15725. }
  15726. }
  15727. }
  15728. },
  15729. "md.UpdateEmoticonReq": {
  15730. "type": "object",
  15731. "properties": {
  15732. "id": {
  15733. "description": "拥有用户数量",
  15734. "type": "integer"
  15735. },
  15736. "img_url": {
  15737. "type": "string",
  15738. "example": "图片地址"
  15739. },
  15740. "memo": {
  15741. "description": "备注",
  15742. "type": "string",
  15743. "example": "备注"
  15744. },
  15745. "name": {
  15746. "type": "string",
  15747. "example": "名称"
  15748. },
  15749. "sort": {
  15750. "description": "排序",
  15751. "type": "integer"
  15752. }
  15753. }
  15754. },
  15755. "md.UpdateFriendCircleBasicSettingsReq": {
  15756. "type": "object",
  15757. "properties": {
  15758. "comment_is_real_name": {
  15759. "description": "评论是否需要实名认证(1:是 2:否)",
  15760. "type": "integer"
  15761. },
  15762. "comment_nums_every_day": {
  15763. "description": "评论每天次数",
  15764. "type": "integer"
  15765. },
  15766. "id": {
  15767. "type": "integer"
  15768. },
  15769. "publish_is_real_name": {
  15770. "description": "发布是否需要实名认证(1:是 2:否)",
  15771. "type": "integer"
  15772. },
  15773. "publish_nums_every_day": {
  15774. "description": "发布每天次数",
  15775. "type": "integer"
  15776. }
  15777. }
  15778. },
  15779. "md.UpdateLevelReq": {
  15780. "type": "object",
  15781. "properties": {
  15782. "auto_update": {
  15783. "description": "自动升级 0关闭 1开启",
  15784. "type": "string"
  15785. },
  15786. "choosable_num": {
  15787. "description": "可选任务数量",
  15788. "type": "string"
  15789. },
  15790. "is_use": {
  15791. "description": "是否开启(0.否, 1.是)",
  15792. "type": "string"
  15793. },
  15794. "level_id": {
  15795. "type": "string"
  15796. },
  15797. "level_name": {
  15798. "description": "等级名称",
  15799. "type": "string"
  15800. },
  15801. "level_weight": {
  15802. "description": "等级权重",
  15803. "type": "string"
  15804. },
  15805. "memo": {
  15806. "description": "备注",
  15807. "type": "string"
  15808. },
  15809. "user_level_tasks": {
  15810. "description": "完整的任务列表",
  15811. "type": "array",
  15812. "items": {
  15813. "$ref": "#/definitions/md.LevelTaskNode"
  15814. }
  15815. }
  15816. }
  15817. },
  15818. "md.UpdatePublicPlatoonBasicReq": {
  15819. "type": "object",
  15820. "properties": {
  15821. "is_open": {
  15822. "description": "是否开启(1:开启 0:关闭)",
  15823. "type": "integer"
  15824. },
  15825. "is_self_active_get_team_revenue": {
  15826. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15827. "type": "integer"
  15828. },
  15829. "originator_uid": {
  15830. "description": "创始人uid",
  15831. "type": "integer"
  15832. },
  15833. "several_rows": {
  15834. "description": "几排",
  15835. "type": "integer"
  15836. },
  15837. "several_times": {
  15838. "description": "几乘",
  15839. "type": "integer"
  15840. },
  15841. "system_punish_replace": {
  15842. "description": "是否位置滑落 被新用户替换 0否 1是",
  15843. "type": "integer"
  15844. },
  15845. "system_punish_replace_value": {
  15846. "description": "xx天未活跃,处罚滑落",
  15847. "type": "integer"
  15848. }
  15849. }
  15850. },
  15851. "md.UpdateRoleReq": {
  15852. "type": "object",
  15853. "required": [
  15854. "memo",
  15855. "name",
  15856. "role_id"
  15857. ],
  15858. "properties": {
  15859. "memo": {
  15860. "type": "string"
  15861. },
  15862. "name": {
  15863. "type": "string"
  15864. },
  15865. "role_id": {
  15866. "type": "integer"
  15867. }
  15868. }
  15869. },
  15870. "md.UpdateRoleStateReq": {
  15871. "type": "object",
  15872. "required": [
  15873. "role_id",
  15874. "state"
  15875. ],
  15876. "properties": {
  15877. "role_id": {
  15878. "type": "integer"
  15879. },
  15880. "state": {
  15881. "type": "integer"
  15882. }
  15883. }
  15884. },
  15885. "md.UpdateTagReq": {
  15886. "type": "object",
  15887. "properties": {
  15888. "is_punish": {
  15889. "description": "是否是惩罚标签",
  15890. "type": "integer"
  15891. },
  15892. "memo": {
  15893. "description": "备注",
  15894. "type": "string"
  15895. },
  15896. "name": {
  15897. "description": "标签名称",
  15898. "type": "string"
  15899. },
  15900. "tag_id": {
  15901. "description": "标签 ID",
  15902. "type": "string"
  15903. }
  15904. }
  15905. },
  15906. "md.UpdateVipEquitySettingNode": {
  15907. "type": "object",
  15908. "properties": {
  15909. "dividend_ratio": {
  15910. "description": "分红比例",
  15911. "type": "string"
  15912. },
  15913. "exchange_account_balance_fee": {
  15914. "description": "兑换余额手续费",
  15915. "type": "string"
  15916. },
  15917. "vip_level_id": {
  15918. "description": "会员等级ID",
  15919. "type": "string"
  15920. }
  15921. }
  15922. },
  15923. "md.UpdateVirtualCoinReq": {
  15924. "type": "object",
  15925. "properties": {
  15926. "exchange_ratio": {
  15927. "description": "兑换比例(与金额)",
  15928. "type": "string"
  15929. },
  15930. "id": {
  15931. "type": "integer"
  15932. },
  15933. "is_use": {
  15934. "description": "是否开启:0否 1是",
  15935. "type": "integer"
  15936. },
  15937. "name": {
  15938. "description": "名称",
  15939. "type": "string"
  15940. }
  15941. }
  15942. },
  15943. "md.UpdateWithdrawSettingReq": {
  15944. "type": "object",
  15945. "properties": {
  15946. "condition_is_open": {
  15947. "description": "提现条件是否开启(0:关闭, 1:开启)",
  15948. "type": "integer"
  15949. },
  15950. "first_withdraw_set": {
  15951. "description": "首次提现设置",
  15952. "allOf": [
  15953. {
  15954. "$ref": "#/definitions/md.FirstWithdrawSet"
  15955. }
  15956. ]
  15957. },
  15958. "frequency_set": {
  15959. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  15960. "allOf": [
  15961. {
  15962. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  15963. }
  15964. ]
  15965. },
  15966. "id": {
  15967. "type": "integer"
  15968. },
  15969. "is_auto": {
  15970. "description": "是否开启自动提现(0:否 1:是)",
  15971. "type": "integer"
  15972. },
  15973. "is_auto_amount_limit": {
  15974. "description": "自动提现金额限制",
  15975. "type": "string"
  15976. },
  15977. "is_real_name": {
  15978. "description": "是否实名(0:否 1:是)",
  15979. "type": "integer"
  15980. },
  15981. "is_support_decimal_point": {
  15982. "description": "是否支持小数点(0:否 1:是)",
  15983. "type": "integer"
  15984. },
  15985. "pending_orders_is_can_apply": {
  15986. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  15987. "type": "integer"
  15988. },
  15989. "tips": {
  15990. "description": "提示",
  15991. "type": "string"
  15992. },
  15993. "vip_level_limit": {
  15994. "description": "提现等级限制",
  15995. "type": "integer"
  15996. },
  15997. "withdraw_amount_limit": {
  15998. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  15999. "type": "string"
  16000. },
  16001. "withdraw_fee_set": {
  16002. "description": "提现手续费设置",
  16003. "allOf": [
  16004. {
  16005. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  16006. }
  16007. ]
  16008. },
  16009. "withdraw_multiple_limit": {
  16010. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  16011. "type": "string"
  16012. },
  16013. "withdraw_nums_limit": {
  16014. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  16015. "type": "integer"
  16016. },
  16017. "withdraw_time_interval": {
  16018. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  16019. "allOf": [
  16020. {
  16021. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  16022. }
  16023. ]
  16024. },
  16025. "withdraw_type": {
  16026. "description": "提现方式(1:支付宝 2:微信)",
  16027. "type": "integer"
  16028. }
  16029. }
  16030. },
  16031. "md.UserDailyActivityAnalysisReq": {
  16032. "type": "object",
  16033. "properties": {
  16034. "end_date": {
  16035. "type": "string",
  16036. "example": "结束日期"
  16037. },
  16038. "page": {
  16039. "description": "页数",
  16040. "type": "integer"
  16041. },
  16042. "page_size": {
  16043. "description": "每页大小",
  16044. "type": "integer"
  16045. },
  16046. "start_date": {
  16047. "type": "string",
  16048. "example": "开始日期"
  16049. },
  16050. "uid": {
  16051. "description": "查询用户 ID",
  16052. "type": "integer"
  16053. }
  16054. }
  16055. },
  16056. "md.UserDailyActivityAnalysisResp": {
  16057. "type": "object",
  16058. "properties": {
  16059. "son_user_data": {
  16060. "description": "被查询用户子节点信息",
  16061. "type": "array",
  16062. "items": {
  16063. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  16064. }
  16065. },
  16066. "top_data": {
  16067. "description": "统计信息",
  16068. "allOf": [
  16069. {
  16070. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  16071. }
  16072. ]
  16073. }
  16074. }
  16075. },
  16076. "md.UserEggFlowReq": {
  16077. "type": "object",
  16078. "properties": {
  16079. "account_balance_exchange_egg_energy_nums_end": {
  16080. "type": "string",
  16081. "example": "余额兑换蛋蛋能量数量-结束值"
  16082. },
  16083. "account_balance_exchange_egg_energy_nums_start": {
  16084. "type": "string",
  16085. "example": "余额兑换蛋蛋能量数量-起始值"
  16086. },
  16087. "browse_interface_nums_end": {
  16088. "type": "string",
  16089. "example": "浏览界面次数-结束值"
  16090. },
  16091. "browse_interface_nums_start": {
  16092. "type": "string",
  16093. "example": "浏览界面次数-起始值"
  16094. },
  16095. "college_learning_nums_end": {
  16096. "type": "string",
  16097. "example": "学院学习次数-结束值"
  16098. },
  16099. "college_learning_nums_start": {
  16100. "type": "string",
  16101. "example": "学院学习次数-起始值"
  16102. },
  16103. "ecpm_end": {
  16104. "type": "string",
  16105. "example": "ecpm-结束值"
  16106. },
  16107. "ecpm_start": {
  16108. "type": "string",
  16109. "example": "ecpm-起始值"
  16110. },
  16111. "egg_energy_exchange_account_balance_end": {
  16112. "type": "string",
  16113. "example": "蛋蛋能量兑换余额数量-结束值"
  16114. },
  16115. "egg_energy_exchange_account_balance_start": {
  16116. "type": "string",
  16117. "example": "蛋蛋能量兑换余额数量-起始值"
  16118. },
  16119. "forum_comments_nums_end": {
  16120. "type": "string",
  16121. "example": "论坛评论次数-结束值"
  16122. },
  16123. "forum_comments_nums_start": {
  16124. "type": "string",
  16125. "example": "论坛评论次数-起始值"
  16126. },
  16127. "im_activity_nums_end": {
  16128. "type": "string",
  16129. "example": "im活跃次数-结束值"
  16130. },
  16131. "im_activity_nums_start": {
  16132. "type": "string",
  16133. "example": "im活跃次数-起始值"
  16134. },
  16135. "invite_user_nums_end": {
  16136. "type": "string",
  16137. "example": "拉新人数-结束值"
  16138. },
  16139. "invite_user_nums_start": {
  16140. "type": "string",
  16141. "example": "拉新人数-起始值"
  16142. },
  16143. "page": {
  16144. "description": "页数",
  16145. "type": "integer"
  16146. },
  16147. "page_size": {
  16148. "description": "每页大小",
  16149. "type": "integer"
  16150. },
  16151. "person_add_activity_value_end": {
  16152. "type": "string",
  16153. "example": "个人活跃积分-结束值"
  16154. },
  16155. "person_add_activity_value_start": {
  16156. "type": "string",
  16157. "example": "个人活跃积分-起始值"
  16158. },
  16159. "score_value_end": {
  16160. "type": "string",
  16161. "example": "蛋蛋分-结束值"
  16162. },
  16163. "score_value_kind": {
  16164. "description": "评分类型(0:未知 1:人工 2:系统)",
  16165. "type": "integer"
  16166. },
  16167. "score_value_start": {
  16168. "type": "string",
  16169. "example": "蛋蛋分-起始值"
  16170. },
  16171. "send_circle_of_friend_nums_end": {
  16172. "type": "string",
  16173. "example": "发朋友圈次数-结束值"
  16174. },
  16175. "send_circle_of_friend_nums_start": {
  16176. "type": "string",
  16177. "example": "发朋友圈次数-起始值"
  16178. },
  16179. "send_red_package_nums_end": {
  16180. "type": "string",
  16181. "example": "发红包次数-结束值"
  16182. },
  16183. "send_red_package_nums_start": {
  16184. "type": "string",
  16185. "example": "发红包次数-起始值"
  16186. },
  16187. "sign_in_nums_end": {
  16188. "type": "string",
  16189. "example": "签到次数-结束值"
  16190. },
  16191. "sign_in_nums_start": {
  16192. "type": "string",
  16193. "example": "签到次数-起始值"
  16194. },
  16195. "team-activity-nums-end": {
  16196. "type": "string",
  16197. "example": "团队活跃次数-结束值"
  16198. },
  16199. "team_activity_nums_start": {
  16200. "type": "string",
  16201. "example": "团队活跃次数-起始值"
  16202. },
  16203. "violate_nums_end": {
  16204. "type": "string",
  16205. "example": "违规次数-结束值"
  16206. },
  16207. "violate_nums_start": {
  16208. "type": "string",
  16209. "example": "违规次数-起始值"
  16210. },
  16211. "week": {
  16212. "type": "string",
  16213. "example": "周份"
  16214. },
  16215. "year": {
  16216. "type": "string",
  16217. "example": "年份"
  16218. }
  16219. }
  16220. },
  16221. "md.UserEggFlowReqResp": {
  16222. "type": "object",
  16223. "properties": {
  16224. "list": {
  16225. "type": "array",
  16226. "items": {
  16227. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  16228. }
  16229. },
  16230. "page": {
  16231. "description": "页数",
  16232. "type": "integer"
  16233. },
  16234. "page_size": {
  16235. "description": "每页大小",
  16236. "type": "integer"
  16237. },
  16238. "score_value_kind_map": {
  16239. "description": "评分类型(0:未知 1:人工 2:系统)",
  16240. "type": "array",
  16241. "items": {
  16242. "type": "object",
  16243. "additionalProperties": true
  16244. }
  16245. },
  16246. "total": {
  16247. "description": "总数量",
  16248. "type": "integer"
  16249. },
  16250. "week": {
  16251. "type": "string",
  16252. "example": "周份"
  16253. },
  16254. "year": {
  16255. "type": "string",
  16256. "example": "年份"
  16257. }
  16258. }
  16259. },
  16260. "md.UserEggFlowReqRespList": {
  16261. "type": "object",
  16262. "properties": {
  16263. "account_balance_exchange_egg_energy_nums": {
  16264. "description": "余额兑换蛋蛋能量数量",
  16265. "type": "integer"
  16266. },
  16267. "browse_interface_nums": {
  16268. "description": "浏览界面次数",
  16269. "type": "integer"
  16270. },
  16271. "college_learning_nums": {
  16272. "description": "学院学习次数",
  16273. "type": "integer"
  16274. },
  16275. "ecpm": {
  16276. "description": "ecpm",
  16277. "type": "number"
  16278. },
  16279. "egg_energy_exchange_account_balance": {
  16280. "description": "蛋蛋能量兑换余额数量",
  16281. "type": "integer"
  16282. },
  16283. "forum_comments_nums": {
  16284. "description": "论坛评论次数",
  16285. "type": "integer"
  16286. },
  16287. "im_activity_nums": {
  16288. "description": "im活跃次数",
  16289. "type": "integer"
  16290. },
  16291. "index_id": {
  16292. "description": "文档id",
  16293. "type": "string"
  16294. },
  16295. "invite_user_nums": {
  16296. "description": "拉新人数",
  16297. "type": "integer"
  16298. },
  16299. "person_add_activity_value": {
  16300. "description": "个人活跃积分",
  16301. "type": "integer"
  16302. },
  16303. "score_value": {
  16304. "description": "蛋蛋分-起始值",
  16305. "type": "number"
  16306. },
  16307. "score_value_kind": {
  16308. "description": "评分类型(0:未知 1:人工 2:系统)",
  16309. "type": "integer"
  16310. },
  16311. "send_circle_of_friend_nums": {
  16312. "description": "发朋友圈次数",
  16313. "type": "integer"
  16314. },
  16315. "send_red_package_nums": {
  16316. "description": "发红包次数",
  16317. "type": "integer"
  16318. },
  16319. "sign_in_nums": {
  16320. "description": "签到次数",
  16321. "type": "integer"
  16322. },
  16323. "team_activity_nums": {
  16324. "description": "团队活跃次数",
  16325. "type": "integer"
  16326. },
  16327. "violate_nums": {
  16328. "description": "违规次数",
  16329. "type": "integer"
  16330. }
  16331. }
  16332. },
  16333. "md.UserEggIndexReq": {
  16334. "type": "object",
  16335. "properties": {
  16336. "week": {
  16337. "type": "string",
  16338. "example": "周份"
  16339. },
  16340. "year": {
  16341. "type": "string",
  16342. "example": "年份"
  16343. }
  16344. }
  16345. },
  16346. "md.UserEggIndexResp": {
  16347. "type": "object",
  16348. "properties": {
  16349. "egg_energy_user_egg_index_weight": {
  16350. "description": "蛋蛋分系数权重",
  16351. "allOf": [
  16352. {
  16353. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  16354. }
  16355. ]
  16356. },
  16357. "statistics_user_egg_kind_proportion": {
  16358. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  16359. "type": "array",
  16360. "items": {
  16361. "type": "object",
  16362. "additionalProperties": true
  16363. }
  16364. },
  16365. "statistics_user_egg_score_value_range": {
  16366. "description": "统计用户蛋蛋分范围",
  16367. "type": "array",
  16368. "items": {
  16369. "type": "object",
  16370. "additionalProperties": {
  16371. "type": "string"
  16372. }
  16373. }
  16374. },
  16375. "week": {
  16376. "type": "string",
  16377. "example": "周份"
  16378. },
  16379. "year": {
  16380. "type": "string",
  16381. "example": "年份"
  16382. },
  16383. "year_list": {
  16384. "description": "年份\u0026\u0026周份列表",
  16385. "type": "object",
  16386. "additionalProperties": {
  16387. "type": "array",
  16388. "items": {
  16389. "type": "string"
  16390. }
  16391. }
  16392. }
  16393. }
  16394. },
  16395. "md.UserFeedbackCateDelReq": {
  16396. "type": "object",
  16397. "properties": {
  16398. "id": {
  16399. "type": "array",
  16400. "items": {
  16401. "type": "string"
  16402. }
  16403. }
  16404. }
  16405. },
  16406. "md.UserFeedbackCateList": {
  16407. "type": "object",
  16408. "properties": {
  16409. "id": {
  16410. "type": "string"
  16411. },
  16412. "name": {
  16413. "type": "string"
  16414. },
  16415. "sort": {
  16416. "type": "string"
  16417. }
  16418. }
  16419. },
  16420. "md.UserFeedbackCateListReq": {
  16421. "type": "object",
  16422. "properties": {
  16423. "limit": {
  16424. "description": "每页大小",
  16425. "type": "string"
  16426. },
  16427. "page": {
  16428. "description": "页数",
  16429. "type": "string"
  16430. }
  16431. }
  16432. },
  16433. "md.UserFeedbackCateListResp": {
  16434. "type": "object",
  16435. "properties": {
  16436. "list": {
  16437. "type": "array",
  16438. "items": {
  16439. "$ref": "#/definitions/md.UserFeedbackCateList"
  16440. }
  16441. },
  16442. "total": {
  16443. "type": "integer"
  16444. }
  16445. }
  16446. },
  16447. "md.UserFeedbackCateSaveReq": {
  16448. "type": "object",
  16449. "properties": {
  16450. "id": {
  16451. "type": "string"
  16452. },
  16453. "name": {
  16454. "type": "string"
  16455. },
  16456. "sort": {
  16457. "type": "string"
  16458. }
  16459. }
  16460. },
  16461. "md.UserFeedbackChangeStateReq": {
  16462. "type": "object",
  16463. "properties": {
  16464. "id": {
  16465. "type": "string"
  16466. },
  16467. "state": {
  16468. "type": "string",
  16469. "example": "0待解决 1处理中 2已解决"
  16470. }
  16471. }
  16472. },
  16473. "md.UserFeedbackDelReq": {
  16474. "type": "object",
  16475. "properties": {
  16476. "id": {
  16477. "type": "array",
  16478. "items": {
  16479. "type": "string"
  16480. }
  16481. }
  16482. }
  16483. },
  16484. "md.UserFeedbackList": {
  16485. "type": "object",
  16486. "properties": {
  16487. "content": {
  16488. "type": "string"
  16489. },
  16490. "create_at": {
  16491. "type": "string"
  16492. },
  16493. "id": {
  16494. "type": "string"
  16495. },
  16496. "img": {
  16497. "type": "array",
  16498. "items": {
  16499. "type": "string"
  16500. }
  16501. },
  16502. "phone": {
  16503. "type": "string"
  16504. },
  16505. "platform": {
  16506. "type": "string"
  16507. },
  16508. "state": {
  16509. "type": "string",
  16510. "example": "0待解决 1处理中 2已解决"
  16511. },
  16512. "title": {
  16513. "type": "string"
  16514. },
  16515. "type": {
  16516. "type": "string"
  16517. },
  16518. "version": {
  16519. "type": "string"
  16520. }
  16521. }
  16522. },
  16523. "md.UserFeedbackListReq": {
  16524. "type": "object",
  16525. "properties": {
  16526. "cid": {
  16527. "type": "string"
  16528. },
  16529. "limit": {
  16530. "description": "每页大小",
  16531. "type": "string"
  16532. },
  16533. "page": {
  16534. "description": "页数",
  16535. "type": "string"
  16536. },
  16537. "phone": {
  16538. "type": "string"
  16539. },
  16540. "uid": {
  16541. "type": "string"
  16542. }
  16543. }
  16544. },
  16545. "md.UserFeedbackListResp": {
  16546. "type": "object",
  16547. "properties": {
  16548. "list": {
  16549. "type": "array",
  16550. "items": {
  16551. "$ref": "#/definitions/md.UserFeedbackList"
  16552. }
  16553. },
  16554. "select_data": {
  16555. "type": "array",
  16556. "items": {
  16557. "type": "object",
  16558. "additionalProperties": true
  16559. }
  16560. },
  16561. "total": {
  16562. "type": "integer"
  16563. }
  16564. }
  16565. },
  16566. "md.UserFeedbackRecordListReq": {
  16567. "type": "object",
  16568. "properties": {
  16569. "id": {
  16570. "type": "string"
  16571. },
  16572. "limit": {
  16573. "description": "每页大小",
  16574. "type": "string"
  16575. },
  16576. "page": {
  16577. "description": "页数",
  16578. "type": "string"
  16579. }
  16580. }
  16581. },
  16582. "md.UserFeedbackRecordListResp": {
  16583. "type": "object",
  16584. "properties": {
  16585. "content": {
  16586. "type": "string"
  16587. },
  16588. "create_at": {
  16589. "type": "string"
  16590. },
  16591. "head_img": {
  16592. "type": "string"
  16593. },
  16594. "nickname": {
  16595. "type": "string"
  16596. },
  16597. "type": {
  16598. "type": "string"
  16599. }
  16600. }
  16601. },
  16602. "md.UserFeedbackSayReq": {
  16603. "type": "object",
  16604. "properties": {
  16605. "content": {
  16606. "type": "string"
  16607. },
  16608. "id": {
  16609. "type": "string"
  16610. }
  16611. }
  16612. },
  16613. "md.UserManagementGetBalanceDetailResp": {
  16614. "type": "object",
  16615. "properties": {
  16616. "list": {
  16617. "type": "array",
  16618. "items": {
  16619. "$ref": "#/definitions/md.BalanceDetailNode"
  16620. }
  16621. },
  16622. "paginate": {
  16623. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16624. }
  16625. }
  16626. },
  16627. "md.UserManagementGetFansResp": {
  16628. "type": "object",
  16629. "properties": {
  16630. "list": {
  16631. "description": "用户数据",
  16632. "type": "array",
  16633. "items": {
  16634. "$ref": "#/definitions/md.FansNode"
  16635. }
  16636. },
  16637. "paginate": {
  16638. "description": "分页信息",
  16639. "allOf": [
  16640. {
  16641. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16642. }
  16643. ]
  16644. }
  16645. }
  16646. },
  16647. "md.UserManagementGetOneBasicResp": {
  16648. "type": "object",
  16649. "properties": {
  16650. "basic_info": {
  16651. "description": "基本信息",
  16652. "allOf": [
  16653. {
  16654. "$ref": "#/definitions/md.BasicInfoNode"
  16655. }
  16656. ]
  16657. },
  16658. "levels_list": {
  16659. "description": "等级列表",
  16660. "type": "array",
  16661. "items": {
  16662. "type": "object",
  16663. "additionalProperties": true
  16664. }
  16665. },
  16666. "other_info": {
  16667. "description": "其他信息",
  16668. "allOf": [
  16669. {
  16670. "$ref": "#/definitions/md.OtherNode"
  16671. }
  16672. ]
  16673. },
  16674. "tags_list": {
  16675. "description": "标签列表",
  16676. "type": "array",
  16677. "items": {
  16678. "type": "object",
  16679. "additionalProperties": true
  16680. }
  16681. }
  16682. }
  16683. },
  16684. "md.UserManagementGetUserListNode": {
  16685. "type": "object",
  16686. "properties": {
  16687. "avatar": {
  16688. "description": "头像",
  16689. "type": "string"
  16690. },
  16691. "id": {
  16692. "description": "会员 ID",
  16693. "type": "integer"
  16694. },
  16695. "invite_code": {
  16696. "type": "string",
  16697. "example": "会员邀请码"
  16698. },
  16699. "is_real_name": {
  16700. "description": "是否实名 0.未实名,1.已实名",
  16701. "type": "integer"
  16702. },
  16703. "last_login_at": {
  16704. "description": "最后登录时间",
  16705. "type": "string"
  16706. },
  16707. "level_name": {
  16708. "description": "会员等级",
  16709. "type": "string"
  16710. },
  16711. "memo": {
  16712. "description": "备注",
  16713. "type": "string"
  16714. },
  16715. "nickname": {
  16716. "description": "昵称",
  16717. "type": "string"
  16718. },
  16719. "parent_id": {
  16720. "description": "推荐人 ID",
  16721. "type": "integer"
  16722. },
  16723. "parent_invite_code": {
  16724. "type": "string",
  16725. "example": "推荐人邀请码"
  16726. },
  16727. "parent_phone": {
  16728. "type": "string",
  16729. "example": "推荐人手机号"
  16730. },
  16731. "phone": {
  16732. "description": "手机号",
  16733. "type": "string"
  16734. },
  16735. "register_time": {
  16736. "description": "注册时间",
  16737. "type": "string"
  16738. },
  16739. "register_type": {
  16740. "description": "注册类型",
  16741. "type": "integer"
  16742. },
  16743. "sex": {
  16744. "description": "性别(0:未知 1:男 2:女)",
  16745. "type": "integer"
  16746. },
  16747. "state": {
  16748. "description": "状态",
  16749. "type": "integer"
  16750. },
  16751. "tag": {
  16752. "description": "会员标签",
  16753. "type": "array",
  16754. "items": {
  16755. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16756. }
  16757. },
  16758. "wechat": {
  16759. "description": "微信号",
  16760. "type": "string"
  16761. }
  16762. }
  16763. },
  16764. "md.UserManagementGetUserListReq": {
  16765. "type": "object",
  16766. "properties": {
  16767. "effective": {
  16768. "description": "有效会员",
  16769. "type": "integer"
  16770. },
  16771. "id": {
  16772. "description": "会员 ID",
  16773. "type": "integer"
  16774. },
  16775. "invite_code": {
  16776. "type": "string",
  16777. "example": "会员邀请码"
  16778. },
  16779. "is_real_name": {
  16780. "description": "是否实名 0.未实名,1.已实名",
  16781. "type": "integer"
  16782. },
  16783. "is_recycle": {
  16784. "type": "string"
  16785. },
  16786. "level": {
  16787. "description": "会员等级",
  16788. "type": "integer"
  16789. },
  16790. "limit": {
  16791. "type": "integer"
  16792. },
  16793. "login_after": {
  16794. "description": "最近登录结束时间",
  16795. "type": "string"
  16796. },
  16797. "login_before": {
  16798. "description": "最近登录开始时间",
  16799. "type": "string"
  16800. },
  16801. "memo": {
  16802. "description": "备注",
  16803. "type": "string"
  16804. },
  16805. "nickname": {
  16806. "type": "string",
  16807. "example": "会员昵称"
  16808. },
  16809. "page": {
  16810. "type": "integer"
  16811. },
  16812. "parent_invite_code": {
  16813. "type": "string",
  16814. "example": "上级邀请码"
  16815. },
  16816. "parent_phone": {
  16817. "type": "string",
  16818. "example": "上级手机号"
  16819. },
  16820. "phone": {
  16821. "type": "string",
  16822. "example": "会员手机号"
  16823. },
  16824. "recommend_id": {
  16825. "description": "推荐人 ID",
  16826. "type": "integer"
  16827. },
  16828. "register_after": {
  16829. "description": "注册时间终点",
  16830. "type": "string"
  16831. },
  16832. "register_before": {
  16833. "description": "注册时间起点",
  16834. "type": "string"
  16835. },
  16836. "register_type": {
  16837. "description": "注册类型(1:APP注册、2:H5注册)",
  16838. "type": "integer"
  16839. },
  16840. "sex": {
  16841. "description": "性别(0:未知 1:男 2:女)",
  16842. "type": "integer"
  16843. },
  16844. "state": {
  16845. "description": "状态",
  16846. "type": "integer"
  16847. },
  16848. "tag": {
  16849. "description": "标签 id",
  16850. "type": "integer"
  16851. },
  16852. "union_id": {
  16853. "type": "string",
  16854. "example": "微信号"
  16855. }
  16856. }
  16857. },
  16858. "md.UserManagementGetUserListResp": {
  16859. "type": "object",
  16860. "properties": {
  16861. "levels_list": {
  16862. "description": "等级列表",
  16863. "type": "array",
  16864. "items": {
  16865. "type": "object",
  16866. "additionalProperties": true
  16867. }
  16868. },
  16869. "list": {
  16870. "type": "array",
  16871. "items": {
  16872. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  16873. }
  16874. },
  16875. "paginate": {
  16876. "description": "分页信息",
  16877. "allOf": [
  16878. {
  16879. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16880. }
  16881. ]
  16882. },
  16883. "state_list": {
  16884. "description": "状态列表",
  16885. "type": "array",
  16886. "items": {
  16887. "type": "object",
  16888. "additionalProperties": true
  16889. }
  16890. },
  16891. "tags_list": {
  16892. "description": "标签列表",
  16893. "type": "array",
  16894. "items": {
  16895. "type": "object",
  16896. "additionalProperties": true
  16897. }
  16898. }
  16899. }
  16900. },
  16901. "md.UserManagementGetVirtualCoinDetailResp": {
  16902. "type": "object",
  16903. "properties": {
  16904. "coin_list": {
  16905. "type": "array",
  16906. "items": {
  16907. "type": "object",
  16908. "additionalProperties": true
  16909. }
  16910. },
  16911. "list": {
  16912. "type": "array",
  16913. "items": {
  16914. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  16915. }
  16916. },
  16917. "paginate": {
  16918. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16919. }
  16920. }
  16921. },
  16922. "md.UserManagementUpdateUserInfoReq": {
  16923. "type": "object",
  16924. "properties": {
  16925. "avatar": {
  16926. "description": "头像",
  16927. "type": "string"
  16928. },
  16929. "last_login_ip": {
  16930. "description": "用户最后登录 IP",
  16931. "type": "string"
  16932. },
  16933. "level": {
  16934. "description": "会员等级 ID",
  16935. "type": "string"
  16936. },
  16937. "memo": {
  16938. "type": "string",
  16939. "example": "备注"
  16940. },
  16941. "nickname": {
  16942. "description": "用户名",
  16943. "type": "string"
  16944. },
  16945. "parent_uid": {
  16946. "description": "邀请人 ID",
  16947. "type": "string"
  16948. },
  16949. "password": {
  16950. "description": "登录密码",
  16951. "type": "string"
  16952. },
  16953. "phone": {
  16954. "description": "手机号",
  16955. "type": "string"
  16956. },
  16957. "sex": {
  16958. "description": "性别(0:未知 1:男 2:女)",
  16959. "type": "string"
  16960. },
  16961. "state": {
  16962. "description": "账号状态 1正常,2冻结",
  16963. "type": "string"
  16964. },
  16965. "tag": {
  16966. "description": "用户标签 ID列表",
  16967. "type": "string"
  16968. },
  16969. "uid": {
  16970. "type": "integer"
  16971. },
  16972. "union_id": {
  16973. "description": "微信号",
  16974. "type": "string"
  16975. }
  16976. }
  16977. },
  16978. "md.UserManagementUserInfoCancelReq": {
  16979. "type": "object",
  16980. "properties": {
  16981. "uid": {
  16982. "type": "string",
  16983. "example": "多个逗号隔开"
  16984. }
  16985. }
  16986. },
  16987. "md.UserManagementUserInfoReq": {
  16988. "type": "object",
  16989. "properties": {
  16990. "parent_uid": {
  16991. "type": "string",
  16992. "example": "参考下智莺 保留关系时候的选择用户"
  16993. },
  16994. "uid": {
  16995. "type": "string",
  16996. "example": "多个逗号隔开"
  16997. }
  16998. }
  16999. },
  17000. "md.UserRealName": {
  17001. "type": "object",
  17002. "properties": {
  17003. "create_time": {
  17004. "type": "string"
  17005. },
  17006. "id": {
  17007. "type": "string"
  17008. },
  17009. "id_no": {
  17010. "type": "string"
  17011. },
  17012. "name": {
  17013. "type": "string"
  17014. },
  17015. "pay_state": {
  17016. "type": "string",
  17017. "example": "0未支付 1已支付"
  17018. },
  17019. "phone": {
  17020. "type": "string"
  17021. },
  17022. "state": {
  17023. "type": "string",
  17024. "example": "0未申请 1申请通过 3申请失败"
  17025. },
  17026. "uid": {
  17027. "type": "string"
  17028. }
  17029. }
  17030. },
  17031. "md.UserRealNameBaseResp": {
  17032. "type": "object",
  17033. "properties": {
  17034. "user_real_name_money": {
  17035. "type": "string",
  17036. "example": "实名认证费用"
  17037. },
  17038. "user_real_name_rule": {
  17039. "type": "string",
  17040. "example": "实名认证说明"
  17041. }
  17042. }
  17043. },
  17044. "md.UserRealNameReq": {
  17045. "type": "object",
  17046. "properties": {
  17047. "id_no": {
  17048. "type": "string"
  17049. },
  17050. "limit": {
  17051. "type": "string"
  17052. },
  17053. "name": {
  17054. "type": "string"
  17055. },
  17056. "page": {
  17057. "type": "string"
  17058. },
  17059. "phone": {
  17060. "type": "string"
  17061. },
  17062. "state": {
  17063. "type": "string"
  17064. },
  17065. "uid": {
  17066. "type": "string"
  17067. }
  17068. }
  17069. },
  17070. "md.UserRealNameResp": {
  17071. "type": "object",
  17072. "properties": {
  17073. "list": {
  17074. "type": "array",
  17075. "items": {
  17076. "$ref": "#/definitions/md.UserRealName"
  17077. }
  17078. },
  17079. "select_data": {
  17080. "type": "array",
  17081. "items": {
  17082. "type": "object",
  17083. "additionalProperties": {
  17084. "type": "string"
  17085. }
  17086. }
  17087. },
  17088. "total": {
  17089. "type": "integer"
  17090. }
  17091. }
  17092. },
  17093. "md.UserRealNameSaveReq": {
  17094. "type": "object",
  17095. "properties": {
  17096. "id": {
  17097. "type": "string"
  17098. },
  17099. "state": {
  17100. "type": "string"
  17101. }
  17102. }
  17103. },
  17104. "md.UserVirtualCoinFlow": {
  17105. "type": "object",
  17106. "properties": {
  17107. "after_amount": {
  17108. "type": "string",
  17109. "example": "变更后数量"
  17110. },
  17111. "amount": {
  17112. "type": "string",
  17113. "example": "变更数量"
  17114. },
  17115. "before_amount": {
  17116. "type": "string",
  17117. "example": "变更前数量"
  17118. },
  17119. "coin_id": {
  17120. "description": "虚拟币 ID",
  17121. "type": "integer"
  17122. },
  17123. "create_at": {
  17124. "type": "string",
  17125. "example": "创建时间"
  17126. },
  17127. "direction": {
  17128. "description": "方向:1收入 2支出",
  17129. "type": "integer"
  17130. },
  17131. "id": {
  17132. "type": "integer"
  17133. },
  17134. "sys_fee": {
  17135. "type": "string",
  17136. "example": "手续费"
  17137. },
  17138. "title": {
  17139. "type": "string",
  17140. "example": "标题"
  17141. },
  17142. "transfer_type": {
  17143. "description": "转账类型",
  17144. "type": "integer"
  17145. },
  17146. "uid": {
  17147. "description": "用户 ID",
  17148. "type": "integer"
  17149. },
  17150. "update_at": {
  17151. "type": "string",
  17152. "example": "更新时间"
  17153. }
  17154. }
  17155. },
  17156. "md.VideoBaseData": {
  17157. "type": "object",
  17158. "properties": {
  17159. "interval": {
  17160. "type": "string",
  17161. "example": "领取间隔 秒"
  17162. },
  17163. "reward": {
  17164. "type": "string",
  17165. "example": "单次奖励"
  17166. },
  17167. "timer": {
  17168. "type": "string",
  17169. "example": "观看X秒奖励"
  17170. },
  17171. "total": {
  17172. "type": "string",
  17173. "example": "可领取总次数"
  17174. }
  17175. }
  17176. },
  17177. "md.VideoRewardSetting": {
  17178. "type": "object",
  17179. "properties": {
  17180. "video_reward_is_open": {
  17181. "description": "视频奖励是否开启(1:开启 0:关闭)",
  17182. "type": "integer"
  17183. },
  17184. "video_reward_system": {
  17185. "description": "视频奖励机制",
  17186. "allOf": [
  17187. {
  17188. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  17189. }
  17190. ]
  17191. }
  17192. }
  17193. },
  17194. "md.VideoRewardSystemStruct": {
  17195. "type": "object",
  17196. "properties": {
  17197. "each_round_hour": {
  17198. "description": "每一轮X个小时",
  17199. "type": "string"
  17200. },
  17201. "interval_minutes": {
  17202. "description": "间隔X秒",
  17203. "type": "string"
  17204. },
  17205. "reward_total_num": {
  17206. "description": "一共X个奖励视屏",
  17207. "type": "string"
  17208. },
  17209. "reward_value": {
  17210. "description": "奖励X个活跃积分",
  17211. "type": "string"
  17212. }
  17213. }
  17214. },
  17215. "md.VipEquitySettingNode": {
  17216. "type": "object",
  17217. "properties": {
  17218. "dividend_ratio": {
  17219. "description": "分红比例",
  17220. "type": "string"
  17221. },
  17222. "exchange_account_balance_fee": {
  17223. "description": "兑换余额手续费",
  17224. "type": "string"
  17225. },
  17226. "vip_level_id": {
  17227. "description": "会员等级ID",
  17228. "type": "string"
  17229. },
  17230. "vip_level_name": {
  17231. "description": "会员等级名称",
  17232. "type": "string"
  17233. }
  17234. }
  17235. },
  17236. "md.VirtualCoin": {
  17237. "type": "object",
  17238. "properties": {
  17239. "create_at": {
  17240. "type": "string"
  17241. },
  17242. "exchange_ratio": {
  17243. "description": "兑换比例(与金额)",
  17244. "type": "string",
  17245. "example": "兑换比例(与金额)"
  17246. },
  17247. "id": {
  17248. "type": "integer"
  17249. },
  17250. "is_use": {
  17251. "description": "是否开启: 0否 1是",
  17252. "type": "integer"
  17253. },
  17254. "name": {
  17255. "description": "名称",
  17256. "type": "string"
  17257. },
  17258. "update_at": {
  17259. "type": "string"
  17260. }
  17261. }
  17262. },
  17263. "md.VirtualCoinDetailNode": {
  17264. "type": "object",
  17265. "properties": {
  17266. "after_amount": {
  17267. "description": "变更后积分余额",
  17268. "type": "string"
  17269. },
  17270. "amount": {
  17271. "description": "变更数量",
  17272. "type": "string"
  17273. },
  17274. "create_at": {
  17275. "description": "创建时间",
  17276. "type": "string"
  17277. },
  17278. "direction": {
  17279. "description": "类型 1.收入 2.支出",
  17280. "type": "integer"
  17281. },
  17282. "uid": {
  17283. "description": "用户 ID",
  17284. "type": "integer"
  17285. }
  17286. }
  17287. },
  17288. "md.VirtualCoinListNode": {
  17289. "type": "object",
  17290. "properties": {
  17291. "coin_id": {
  17292. "description": "货币类型 ID",
  17293. "type": "integer"
  17294. },
  17295. "kind": {
  17296. "description": "货币序号",
  17297. "type": "integer"
  17298. },
  17299. "name": {
  17300. "type": "string",
  17301. "example": "货币类型名称"
  17302. }
  17303. }
  17304. },
  17305. "md.WebsiteInfoResp": {
  17306. "type": "object",
  17307. "properties": {
  17308. "android_down_url": {
  17309. "type": "string"
  17310. },
  17311. "ios_down_url": {
  17312. "type": "string"
  17313. },
  17314. "seo_logo": {
  17315. "type": "string"
  17316. },
  17317. "seo_title": {
  17318. "type": "string",
  17319. "example": "seo"
  17320. },
  17321. "web_logo": {
  17322. "type": "string"
  17323. }
  17324. }
  17325. },
  17326. "md.WithdrawApplyAuditReq": {
  17327. "type": "object",
  17328. "required": [
  17329. "audit_state",
  17330. "withdraw_apply_id"
  17331. ],
  17332. "properties": {
  17333. "audit_state": {
  17334. "description": "审核状态(1:同意 2:拒绝)",
  17335. "type": "integer"
  17336. },
  17337. "reason": {
  17338. "description": "审核失败(驳回理由)",
  17339. "type": "integer"
  17340. },
  17341. "withdraw_apply_id": {
  17342. "description": "提现申请id",
  17343. "type": "integer"
  17344. }
  17345. }
  17346. },
  17347. "md.WithdrawFeeSetStruct": {
  17348. "type": "object",
  17349. "properties": {
  17350. "duration": {
  17351. "description": "类型 (1.固定金额 2.固定比例)",
  17352. "type": "integer"
  17353. },
  17354. "value": {
  17355. "description": "具体值",
  17356. "type": "integer"
  17357. }
  17358. }
  17359. },
  17360. "md.WithdrawFrequencySettingStruct": {
  17361. "type": "object",
  17362. "properties": {
  17363. "duration": {
  17364. "description": "周期 (1.天 2.周 3.月)",
  17365. "type": "integer"
  17366. },
  17367. "num": {
  17368. "description": "周期数",
  17369. "type": "array",
  17370. "items": {
  17371. "type": "string"
  17372. }
  17373. }
  17374. }
  17375. },
  17376. "md.WithdrawTimeIntervalStruct": {
  17377. "type": "object",
  17378. "properties": {
  17379. "end_at": {
  17380. "type": "string"
  17381. },
  17382. "start_at": {
  17383. "type": "string"
  17384. }
  17385. }
  17386. },
  17387. "model.EggEnergyUserEggIndexWeight": {
  17388. "type": "object",
  17389. "properties": {
  17390. "account_balance_exchange_egg_energy_nums": {
  17391. "type": "string"
  17392. },
  17393. "browse_interface_nums": {
  17394. "type": "string"
  17395. },
  17396. "college_learning_nums": {
  17397. "type": "string"
  17398. },
  17399. "create_at": {
  17400. "type": "string"
  17401. },
  17402. "ecpm": {
  17403. "type": "string"
  17404. },
  17405. "egg_energy_exchange_account_balance": {
  17406. "type": "string"
  17407. },
  17408. "forum_comments_nums": {
  17409. "type": "string"
  17410. },
  17411. "id": {
  17412. "type": "integer"
  17413. },
  17414. "im_activity_nums": {
  17415. "type": "string"
  17416. },
  17417. "invite_user_nums": {
  17418. "type": "string"
  17419. },
  17420. "person_add_activity_value": {
  17421. "type": "string"
  17422. },
  17423. "send_circle_of_friend_nums": {
  17424. "type": "string"
  17425. },
  17426. "send_red_package_nums": {
  17427. "type": "string"
  17428. },
  17429. "sign_in_nums": {
  17430. "type": "string"
  17431. },
  17432. "team_activity_nums": {
  17433. "type": "string"
  17434. },
  17435. "update_at": {
  17436. "type": "string"
  17437. },
  17438. "violate_nums": {
  17439. "type": "string"
  17440. }
  17441. }
  17442. },
  17443. "model.PlatformActiveData": {
  17444. "type": "object",
  17445. "properties": {
  17446. "date": {
  17447. "type": "string"
  17448. },
  17449. "id": {
  17450. "type": "integer"
  17451. },
  17452. "new_user_count": {
  17453. "type": "integer"
  17454. },
  17455. "user_sign_in_count": {
  17456. "type": "integer"
  17457. },
  17458. "withdraw_amount_count": {
  17459. "type": "string"
  17460. },
  17461. "withdraw_user_count": {
  17462. "type": "integer"
  17463. }
  17464. }
  17465. },
  17466. "model.UserLevelTask": {
  17467. "type": "object",
  17468. "properties": {
  17469. "active_days": {
  17470. "type": "integer"
  17471. },
  17472. "create_at": {
  17473. "type": "string"
  17474. },
  17475. "finish_count": {
  17476. "type": "integer"
  17477. },
  17478. "id": {
  17479. "type": "integer"
  17480. },
  17481. "is_must_task": {
  17482. "type": "integer"
  17483. },
  17484. "level_id": {
  17485. "type": "integer"
  17486. },
  17487. "task_type": {
  17488. "type": "integer"
  17489. },
  17490. "task_type_level_id": {
  17491. "type": "integer"
  17492. },
  17493. "update_at": {
  17494. "type": "string"
  17495. },
  17496. "within_days": {
  17497. "type": "integer"
  17498. }
  17499. }
  17500. },
  17501. "setCenter.KuaizhanBasicReq": {
  17502. "type": "object",
  17503. "properties": {
  17504. "kuaizhan_url": {
  17505. "type": "string"
  17506. }
  17507. }
  17508. },
  17509. "setCenter.KuaizhanBasicResp": {
  17510. "type": "object",
  17511. "properties": {
  17512. "kuaizhan_url": {
  17513. "type": "string"
  17514. }
  17515. }
  17516. },
  17517. "setCenter.WebBasicReq": {
  17518. "type": "object",
  17519. "properties": {
  17520. "android_down_url": {
  17521. "type": "string"
  17522. },
  17523. "ios_down_url": {
  17524. "type": "string"
  17525. },
  17526. "seo_logo": {
  17527. "type": "string"
  17528. },
  17529. "seo_title": {
  17530. "type": "string"
  17531. },
  17532. "wap_host": {
  17533. "type": "string",
  17534. "example": "h5域名"
  17535. },
  17536. "web_logo": {
  17537. "type": "string"
  17538. }
  17539. }
  17540. },
  17541. "setCenter.WebBasicResp": {
  17542. "type": "object",
  17543. "properties": {
  17544. "android_down_url": {
  17545. "type": "string"
  17546. },
  17547. "ios_down_url": {
  17548. "type": "string"
  17549. },
  17550. "seo_logo": {
  17551. "type": "string"
  17552. },
  17553. "seo_logo_url": {
  17554. "type": "string"
  17555. },
  17556. "seo_title": {
  17557. "type": "string"
  17558. },
  17559. "wap_host": {
  17560. "type": "string",
  17561. "example": "h5域名"
  17562. },
  17563. "web_logo": {
  17564. "type": "string"
  17565. },
  17566. "web_logo_url": {
  17567. "type": "string"
  17568. }
  17569. }
  17570. },
  17571. "setCenter.WebDomainBasicReq": {
  17572. "type": "object",
  17573. "properties": {
  17574. "web_domain": {
  17575. "type": "array",
  17576. "items": {
  17577. "type": "string"
  17578. }
  17579. }
  17580. }
  17581. }
  17582. },
  17583. "securityDefinitions": {
  17584. "MasterID": {
  17585. "type": "apiKey",
  17586. "name": "MasterID",
  17587. "in": "header"
  17588. }
  17589. }
  17590. }`
  17591. // SwaggerInfo holds exported Swagger Info so clients can modify it
  17592. var SwaggerInfo = &swag.Spec{
  17593. Version: "1.0",
  17594. Host: "localhost:4001",
  17595. BasePath: "",
  17596. Schemes: []string{},
  17597. Title: "蛋蛋星球-管理后台",
  17598. Description: "管理后台接口文档",
  17599. InfoInstanceName: "swagger",
  17600. SwaggerTemplate: docTemplate,
  17601. }
  17602. func init() {
  17603. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  17604. }