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

17329 lines
590 KiB

  1. // Package docs 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. }
  1658. ],
  1659. "responses": {
  1660. "200": {
  1661. "description": "token",
  1662. "schema": {
  1663. "type": "object",
  1664. "additionalProperties": true
  1665. }
  1666. },
  1667. "400": {
  1668. "description": "具体错误",
  1669. "schema": {
  1670. "$ref": "#/definitions/md.Response"
  1671. }
  1672. }
  1673. }
  1674. }
  1675. },
  1676. "/api/financialCenter/withdraw/applyList": {
  1677. "post": {
  1678. "description": "提现申请列表(获取)",
  1679. "consumes": [
  1680. "application/json"
  1681. ],
  1682. "produces": [
  1683. "application/json"
  1684. ],
  1685. "tags": [
  1686. "提现"
  1687. ],
  1688. "summary": "财务中心-提现-提现申请列表(获取)",
  1689. "parameters": [
  1690. {
  1691. "type": "string",
  1692. "description": "验证参数Bearer和token空格拼接",
  1693. "name": "Authorization",
  1694. "in": "header",
  1695. "required": true
  1696. },
  1697. {
  1698. "description": "筛选条件",
  1699. "name": "req",
  1700. "in": "body",
  1701. "schema": {
  1702. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1703. }
  1704. }
  1705. ],
  1706. "responses": {
  1707. "200": {
  1708. "description": "具体数据",
  1709. "schema": {
  1710. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1711. }
  1712. },
  1713. "400": {
  1714. "description": "具体错误",
  1715. "schema": {
  1716. "$ref": "#/definitions/md.Response"
  1717. }
  1718. }
  1719. }
  1720. }
  1721. },
  1722. "/api/financialCenter/withdraw/audit": {
  1723. "post": {
  1724. "description": "提现审核",
  1725. "consumes": [
  1726. "application/json"
  1727. ],
  1728. "produces": [
  1729. "application/json"
  1730. ],
  1731. "tags": [
  1732. "提现"
  1733. ],
  1734. "summary": "财务中心-提现-审核",
  1735. "parameters": [
  1736. {
  1737. "type": "string",
  1738. "description": "验证参数Bearer和token空格拼接",
  1739. "name": "Authorization",
  1740. "in": "header",
  1741. "required": true
  1742. },
  1743. {
  1744. "description": "筛选条件",
  1745. "name": "req",
  1746. "in": "body",
  1747. "schema": {
  1748. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1749. }
  1750. }
  1751. ],
  1752. "responses": {
  1753. "200": {
  1754. "description": "success",
  1755. "schema": {
  1756. "type": "string"
  1757. }
  1758. },
  1759. "400": {
  1760. "description": "具体错误",
  1761. "schema": {
  1762. "$ref": "#/definitions/md.Response"
  1763. }
  1764. }
  1765. }
  1766. }
  1767. },
  1768. "/api/financialCenter/withdraw/setting": {
  1769. "get": {
  1770. "description": "基础设置(获取)",
  1771. "consumes": [
  1772. "application/json"
  1773. ],
  1774. "produces": [
  1775. "application/json"
  1776. ],
  1777. "tags": [
  1778. "提现"
  1779. ],
  1780. "summary": "财务中心-提现-基础设置(获取)",
  1781. "parameters": [
  1782. {
  1783. "type": "string",
  1784. "description": "验证参数Bearer和token空格拼接",
  1785. "name": "Authorization",
  1786. "in": "header",
  1787. "required": true
  1788. }
  1789. ],
  1790. "responses": {
  1791. "200": {
  1792. "description": "具体数据",
  1793. "schema": {
  1794. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1795. }
  1796. },
  1797. "400": {
  1798. "description": "具体错误",
  1799. "schema": {
  1800. "$ref": "#/definitions/md.Response"
  1801. }
  1802. }
  1803. }
  1804. }
  1805. },
  1806. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1807. "post": {
  1808. "description": "基础设置(更新)",
  1809. "consumes": [
  1810. "application/json"
  1811. ],
  1812. "produces": [
  1813. "application/json"
  1814. ],
  1815. "tags": [
  1816. "提现"
  1817. ],
  1818. "summary": "财务中心-提现-基础设置(更新)",
  1819. "parameters": [
  1820. {
  1821. "type": "string",
  1822. "description": "验证参数Bearer和token空格拼接",
  1823. "name": "Authorization",
  1824. "in": "header",
  1825. "required": true
  1826. },
  1827. {
  1828. "description": "id 必填",
  1829. "name": "req",
  1830. "in": "body",
  1831. "required": true,
  1832. "schema": {
  1833. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1834. }
  1835. }
  1836. ],
  1837. "responses": {
  1838. "200": {
  1839. "description": "修改数据条数",
  1840. "schema": {
  1841. "type": "int"
  1842. }
  1843. },
  1844. "400": {
  1845. "description": "具体错误",
  1846. "schema": {
  1847. "$ref": "#/definitions/md.Response"
  1848. }
  1849. }
  1850. }
  1851. }
  1852. },
  1853. "/api/friendCircleSettings/basic/index": {
  1854. "get": {
  1855. "description": "基础设置(获取)",
  1856. "consumes": [
  1857. "application/json"
  1858. ],
  1859. "produces": [
  1860. "application/json"
  1861. ],
  1862. "tags": [
  1863. "动态设置"
  1864. ],
  1865. "summary": "社交管理-动态设置-基础设置(获取)",
  1866. "parameters": [
  1867. {
  1868. "type": "string",
  1869. "description": "验证参数Bearer和token空格拼接",
  1870. "name": "Authorization",
  1871. "in": "header",
  1872. "required": true
  1873. }
  1874. ],
  1875. "responses": {
  1876. "200": {
  1877. "description": "具体数据",
  1878. "schema": {
  1879. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1880. }
  1881. },
  1882. "400": {
  1883. "description": "具体错误",
  1884. "schema": {
  1885. "$ref": "#/definitions/md.Response"
  1886. }
  1887. }
  1888. }
  1889. }
  1890. },
  1891. "/api/friendCircleSettings/basic/save": {
  1892. "post": {
  1893. "description": "基础设置(更新)",
  1894. "consumes": [
  1895. "application/json"
  1896. ],
  1897. "produces": [
  1898. "application/json"
  1899. ],
  1900. "tags": [
  1901. "动态设置"
  1902. ],
  1903. "summary": "社交管理-动态设置-基础设置(更新)",
  1904. "parameters": [
  1905. {
  1906. "type": "string",
  1907. "description": "验证参数Bearer和token空格拼接",
  1908. "name": "Authorization",
  1909. "in": "header",
  1910. "required": true
  1911. },
  1912. {
  1913. "description": "id 必填",
  1914. "name": "req",
  1915. "in": "body",
  1916. "required": true,
  1917. "schema": {
  1918. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1919. }
  1920. }
  1921. ],
  1922. "responses": {
  1923. "200": {
  1924. "description": "修改数据条数",
  1925. "schema": {
  1926. "type": "int"
  1927. }
  1928. },
  1929. "400": {
  1930. "description": "具体错误",
  1931. "schema": {
  1932. "$ref": "#/definitions/md.Response"
  1933. }
  1934. }
  1935. }
  1936. }
  1937. },
  1938. "/api/friendCircleSettings/blackList/add": {
  1939. "post": {
  1940. "description": "黑名单(新增)",
  1941. "consumes": [
  1942. "application/json"
  1943. ],
  1944. "produces": [
  1945. "application/json"
  1946. ],
  1947. "tags": [
  1948. "动态设置"
  1949. ],
  1950. "summary": "社交管理-动态设置-黑名单(新增)",
  1951. "parameters": [
  1952. {
  1953. "type": "string",
  1954. "description": "验证参数Bearer和token空格拼接",
  1955. "name": "Authorization",
  1956. "in": "header",
  1957. "required": true
  1958. },
  1959. {
  1960. "description": "用户id 必填",
  1961. "name": "req",
  1962. "in": "body",
  1963. "required": true,
  1964. "schema": {
  1965. "$ref": "#/definitions/md.AddBlackListReq"
  1966. }
  1967. }
  1968. ],
  1969. "responses": {
  1970. "200": {
  1971. "description": "生成的黑名单id",
  1972. "schema": {
  1973. "type": "string"
  1974. }
  1975. },
  1976. "400": {
  1977. "description": "具体错误",
  1978. "schema": {
  1979. "$ref": "#/definitions/md.Response"
  1980. }
  1981. }
  1982. }
  1983. }
  1984. },
  1985. "/api/friendCircleSettings/blackList/del": {
  1986. "delete": {
  1987. "description": "黑名单(删除)",
  1988. "consumes": [
  1989. "application/json"
  1990. ],
  1991. "produces": [
  1992. "application/json"
  1993. ],
  1994. "tags": [
  1995. "动态设置"
  1996. ],
  1997. "summary": "社交管理-动态设置-黑名单(删除)",
  1998. "parameters": [
  1999. {
  2000. "type": "string",
  2001. "description": "验证参数Bearer和token空格拼接",
  2002. "name": "Authorization",
  2003. "in": "header",
  2004. "required": true
  2005. },
  2006. {
  2007. "description": "黑名单id 必填",
  2008. "name": "req",
  2009. "in": "body",
  2010. "required": true,
  2011. "schema": {
  2012. "$ref": "#/definitions/md.DeleteBlackListReq"
  2013. }
  2014. }
  2015. ],
  2016. "responses": {
  2017. "200": {
  2018. "description": "删除数据数量",
  2019. "schema": {
  2020. "type": "string"
  2021. }
  2022. },
  2023. "400": {
  2024. "description": "具体错误",
  2025. "schema": {
  2026. "$ref": "#/definitions/md.Response"
  2027. }
  2028. }
  2029. }
  2030. }
  2031. },
  2032. "/api/friendCircleSettings/blackList/index": {
  2033. "get": {
  2034. "description": "黑名单(获取)",
  2035. "consumes": [
  2036. "application/json"
  2037. ],
  2038. "produces": [
  2039. "application/json"
  2040. ],
  2041. "tags": [
  2042. "动态设置"
  2043. ],
  2044. "summary": "社交管理-动态设置-黑名单(获取)",
  2045. "parameters": [
  2046. {
  2047. "type": "string",
  2048. "description": "验证参数Bearer和token空格拼接",
  2049. "name": "Authorization",
  2050. "in": "header",
  2051. "required": true
  2052. },
  2053. {
  2054. "type": "integer",
  2055. "description": "每页大小",
  2056. "name": "limit",
  2057. "in": "query",
  2058. "required": true
  2059. },
  2060. {
  2061. "type": "integer",
  2062. "description": "页数",
  2063. "name": "page",
  2064. "in": "query",
  2065. "required": true
  2066. },
  2067. {
  2068. "type": "integer",
  2069. "description": "手机号",
  2070. "name": "phone",
  2071. "in": "query",
  2072. "required": true
  2073. },
  2074. {
  2075. "type": "integer",
  2076. "description": "用户名",
  2077. "name": "nickname",
  2078. "in": "query",
  2079. "required": true
  2080. },
  2081. {
  2082. "type": "integer",
  2083. "description": "用户id",
  2084. "name": "uid",
  2085. "in": "query",
  2086. "required": true
  2087. }
  2088. ],
  2089. "responses": {
  2090. "200": {
  2091. "description": "具体数据",
  2092. "schema": {
  2093. "$ref": "#/definitions/md.GetBlackListResp"
  2094. }
  2095. },
  2096. "400": {
  2097. "description": "具体错误",
  2098. "schema": {
  2099. "$ref": "#/definitions/md.Response"
  2100. }
  2101. }
  2102. }
  2103. }
  2104. },
  2105. "/api/friendCircleSettings/dynamic/del": {
  2106. "delete": {
  2107. "description": "动态(删除)",
  2108. "consumes": [
  2109. "application/json"
  2110. ],
  2111. "produces": [
  2112. "application/json"
  2113. ],
  2114. "tags": [
  2115. "动态设置"
  2116. ],
  2117. "summary": "社交管理-动态设置-动态(删除)",
  2118. "parameters": [
  2119. {
  2120. "type": "string",
  2121. "description": "验证参数Bearer和token空格拼接",
  2122. "name": "Authorization",
  2123. "in": "header",
  2124. "required": true
  2125. },
  2126. {
  2127. "description": "删除动态id必填",
  2128. "name": "req",
  2129. "in": "body",
  2130. "required": true,
  2131. "schema": {
  2132. "$ref": "#/definitions/md.DeleteDynamicReq"
  2133. }
  2134. }
  2135. ],
  2136. "responses": {
  2137. "200": {
  2138. "description": "success",
  2139. "schema": {
  2140. "type": "string"
  2141. }
  2142. },
  2143. "400": {
  2144. "description": "具体错误",
  2145. "schema": {
  2146. "$ref": "#/definitions/md.Response"
  2147. }
  2148. }
  2149. }
  2150. }
  2151. },
  2152. "/api/friendCircleSettings/dynamic/index": {
  2153. "post": {
  2154. "description": "动态(获取)",
  2155. "consumes": [
  2156. "application/json"
  2157. ],
  2158. "produces": [
  2159. "application/json"
  2160. ],
  2161. "tags": [
  2162. "动态设置"
  2163. ],
  2164. "summary": "社交管理-动态设置-动态(获取)",
  2165. "parameters": [
  2166. {
  2167. "type": "string",
  2168. "description": "验证参数Bearer和token空格拼接",
  2169. "name": "Authorization",
  2170. "in": "header",
  2171. "required": true
  2172. },
  2173. {
  2174. "description": "筛选条件",
  2175. "name": "req",
  2176. "in": "body",
  2177. "schema": {
  2178. "$ref": "#/definitions/md.GetDynamicReq"
  2179. }
  2180. }
  2181. ],
  2182. "responses": {
  2183. "200": {
  2184. "description": "生成的黑名单id",
  2185. "schema": {
  2186. "$ref": "#/definitions/md.GetDynamicResp"
  2187. }
  2188. },
  2189. "400": {
  2190. "description": "具体错误",
  2191. "schema": {
  2192. "$ref": "#/definitions/md.Response"
  2193. }
  2194. }
  2195. }
  2196. }
  2197. },
  2198. "/api/friendCircleSettings/dynamic/release": {
  2199. "post": {
  2200. "description": "动态(发布)",
  2201. "consumes": [
  2202. "application/json"
  2203. ],
  2204. "produces": [
  2205. "application/json"
  2206. ],
  2207. "tags": [
  2208. "动态设置"
  2209. ],
  2210. "summary": "社交管理-动态设置-动态(发布)",
  2211. "parameters": [
  2212. {
  2213. "type": "string",
  2214. "description": "验证参数Bearer和token空格拼接",
  2215. "name": "Authorization",
  2216. "in": "header",
  2217. "required": true
  2218. },
  2219. {
  2220. "description": "发布动态信息",
  2221. "name": "req",
  2222. "in": "body",
  2223. "required": true,
  2224. "schema": {
  2225. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2226. }
  2227. }
  2228. ],
  2229. "responses": {
  2230. "200": {
  2231. "description": "success",
  2232. "schema": {
  2233. "type": "string"
  2234. }
  2235. },
  2236. "400": {
  2237. "description": "具体错误",
  2238. "schema": {
  2239. "$ref": "#/definitions/md.Response"
  2240. }
  2241. }
  2242. }
  2243. }
  2244. },
  2245. "/api/friendCircleSettings/dynamic/update": {
  2246. "post": {
  2247. "description": "动态(更新)",
  2248. "consumes": [
  2249. "application/json"
  2250. ],
  2251. "produces": [
  2252. "application/json"
  2253. ],
  2254. "tags": [
  2255. "动态设置"
  2256. ],
  2257. "summary": "社交管理-动态设置-动态(更新)",
  2258. "parameters": [
  2259. {
  2260. "type": "string",
  2261. "description": "验证参数Bearer和token空格拼接",
  2262. "name": "Authorization",
  2263. "in": "header",
  2264. "required": true
  2265. },
  2266. {
  2267. "description": "更新动态id必填",
  2268. "name": "req",
  2269. "in": "body",
  2270. "required": true,
  2271. "schema": {
  2272. "$ref": "#/definitions/md.UpdateDynamicReq"
  2273. }
  2274. }
  2275. ],
  2276. "responses": {
  2277. "200": {
  2278. "description": "success",
  2279. "schema": {
  2280. "type": "string"
  2281. }
  2282. },
  2283. "400": {
  2284. "description": "具体错误",
  2285. "schema": {
  2286. "$ref": "#/definitions/md.Response"
  2287. }
  2288. }
  2289. }
  2290. }
  2291. },
  2292. "/api/getSTSVoucher": {
  2293. "get": {
  2294. "description": "STS临时访问凭证(获取)",
  2295. "consumes": [
  2296. "application/json"
  2297. ],
  2298. "produces": [
  2299. "application/json"
  2300. ],
  2301. "tags": [
  2302. "打包机使用"
  2303. ],
  2304. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2305. "parameters": [
  2306. {
  2307. "type": "string",
  2308. "description": "验证参数Bearer和token空格拼接",
  2309. "name": "Authorization",
  2310. "in": "header",
  2311. "required": true
  2312. }
  2313. ],
  2314. "responses": {
  2315. "200": {
  2316. "description": "凭证及其他信息",
  2317. "schema": {
  2318. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2319. }
  2320. },
  2321. "400": {
  2322. "description": "具体错误",
  2323. "schema": {
  2324. "$ref": "#/definitions/md.Response"
  2325. }
  2326. }
  2327. }
  2328. }
  2329. },
  2330. "/api/homePage/activeData": {
  2331. "get": {
  2332. "description": "活跃数据",
  2333. "consumes": [
  2334. "application/json"
  2335. ],
  2336. "produces": [
  2337. "application/json"
  2338. ],
  2339. "tags": [
  2340. "首页"
  2341. ],
  2342. "summary": "首页-首页-活跃数据",
  2343. "parameters": [
  2344. {
  2345. "type": "string",
  2346. "description": "验证参数Bearer和token空格拼接",
  2347. "name": "Authorization",
  2348. "in": "header",
  2349. "required": true
  2350. }
  2351. ],
  2352. "responses": {
  2353. "200": {
  2354. "description": "具体数据",
  2355. "schema": {
  2356. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2357. }
  2358. },
  2359. "400": {
  2360. "description": "具体错误",
  2361. "schema": {
  2362. "$ref": "#/definitions/md.Response"
  2363. }
  2364. }
  2365. }
  2366. }
  2367. },
  2368. "/api/homePage/growData": {
  2369. "get": {
  2370. "description": "用户增长曲线",
  2371. "consumes": [
  2372. "application/json"
  2373. ],
  2374. "produces": [
  2375. "application/json"
  2376. ],
  2377. "tags": [
  2378. "首页"
  2379. ],
  2380. "summary": "首页-首页-用户增长曲线",
  2381. "parameters": [
  2382. {
  2383. "type": "string",
  2384. "description": "验证参数Bearer和token空格拼接",
  2385. "name": "Authorization",
  2386. "in": "header",
  2387. "required": true
  2388. },
  2389. {
  2390. "type": "string",
  2391. "description": "1:按天 2:按周 3:按小时",
  2392. "name": "kind",
  2393. "in": "query"
  2394. }
  2395. ],
  2396. "responses": {
  2397. "200": {
  2398. "description": "具体数据",
  2399. "schema": {
  2400. "$ref": "#/definitions/md.GetPriceCurveResp"
  2401. }
  2402. },
  2403. "400": {
  2404. "description": "具体错误",
  2405. "schema": {
  2406. "$ref": "#/definitions/md.Response"
  2407. }
  2408. }
  2409. }
  2410. }
  2411. },
  2412. "/api/homePage/totalData": {
  2413. "get": {
  2414. "description": "数据总览",
  2415. "consumes": [
  2416. "application/json"
  2417. ],
  2418. "produces": [
  2419. "application/json"
  2420. ],
  2421. "tags": [
  2422. "首页"
  2423. ],
  2424. "summary": "首页-首页-数据总览",
  2425. "parameters": [
  2426. {
  2427. "type": "string",
  2428. "description": "验证参数Bearer和token空格拼接",
  2429. "name": "Authorization",
  2430. "in": "header",
  2431. "required": true
  2432. },
  2433. {
  2434. "type": "string",
  2435. "description": "年",
  2436. "name": "year",
  2437. "in": "query",
  2438. "required": true
  2439. },
  2440. {
  2441. "type": "string",
  2442. "description": "月",
  2443. "name": "month",
  2444. "in": "query",
  2445. "required": true
  2446. }
  2447. ],
  2448. "responses": {
  2449. "200": {
  2450. "description": "具体数据",
  2451. "schema": {
  2452. "$ref": "#/definitions/hdl.TotalDataResp"
  2453. }
  2454. },
  2455. "400": {
  2456. "description": "具体错误",
  2457. "schema": {
  2458. "$ref": "#/definitions/md.Response"
  2459. }
  2460. }
  2461. }
  2462. }
  2463. },
  2464. "/api/im/addCustomerService": {
  2465. "post": {
  2466. "description": "客服(新增)",
  2467. "consumes": [
  2468. "application/json"
  2469. ],
  2470. "produces": [
  2471. "application/json"
  2472. ],
  2473. "tags": [
  2474. "客服"
  2475. ],
  2476. "summary": "Im-客服(新增)",
  2477. "parameters": [
  2478. {
  2479. "type": "string",
  2480. "description": "验证参数Bearer和token空格拼接",
  2481. "name": "Authorization",
  2482. "in": "header",
  2483. "required": true
  2484. },
  2485. {
  2486. "description": "相关参数",
  2487. "name": "req",
  2488. "in": "body",
  2489. "required": true,
  2490. "schema": {
  2491. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2492. }
  2493. }
  2494. ],
  2495. "responses": {
  2496. "200": {
  2497. "description": "success",
  2498. "schema": {
  2499. "type": "string"
  2500. }
  2501. },
  2502. "400": {
  2503. "description": "具体错误",
  2504. "schema": {
  2505. "$ref": "#/definitions/md.Response"
  2506. }
  2507. }
  2508. }
  2509. }
  2510. },
  2511. "/api/im/addEmoticon": {
  2512. "post": {
  2513. "description": "表情包(新增)",
  2514. "consumes": [
  2515. "application/json"
  2516. ],
  2517. "produces": [
  2518. "application/json"
  2519. ],
  2520. "tags": [
  2521. "表情包"
  2522. ],
  2523. "summary": "Im-表情包(新增)",
  2524. "parameters": [
  2525. {
  2526. "type": "string",
  2527. "description": "验证参数Bearer和token空格拼接",
  2528. "name": "Authorization",
  2529. "in": "header",
  2530. "required": true
  2531. },
  2532. {
  2533. "description": "相关参数",
  2534. "name": "req",
  2535. "in": "body",
  2536. "required": true,
  2537. "schema": {
  2538. "$ref": "#/definitions/md.AddEmoticonReq"
  2539. }
  2540. }
  2541. ],
  2542. "responses": {
  2543. "200": {
  2544. "description": "success",
  2545. "schema": {
  2546. "type": "string"
  2547. }
  2548. },
  2549. "400": {
  2550. "description": "具体错误",
  2551. "schema": {
  2552. "$ref": "#/definitions/md.Response"
  2553. }
  2554. }
  2555. }
  2556. }
  2557. },
  2558. "/api/im/batchSendGroupMessage": {
  2559. "post": {
  2560. "description": "群发发送群组消息",
  2561. "consumes": [
  2562. "application/json"
  2563. ],
  2564. "produces": [
  2565. "application/json"
  2566. ],
  2567. "tags": [
  2568. "群发发送群组消息"
  2569. ],
  2570. "summary": "Im-群发发送群组消息",
  2571. "parameters": [
  2572. {
  2573. "type": "string",
  2574. "description": "验证参数Bearer和token空格拼接",
  2575. "name": "Authorization",
  2576. "in": "header",
  2577. "required": true
  2578. },
  2579. {
  2580. "description": "相关参数",
  2581. "name": "req",
  2582. "in": "body",
  2583. "required": true,
  2584. "schema": {
  2585. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2586. }
  2587. }
  2588. ],
  2589. "responses": {
  2590. "200": {
  2591. "description": "success",
  2592. "schema": {
  2593. "type": "string"
  2594. }
  2595. },
  2596. "400": {
  2597. "description": "具体错误",
  2598. "schema": {
  2599. "$ref": "#/definitions/md.Response"
  2600. }
  2601. }
  2602. }
  2603. }
  2604. },
  2605. "/api/im/batchSendUserMessage": {
  2606. "post": {
  2607. "description": "群发发送用户消息",
  2608. "consumes": [
  2609. "application/json"
  2610. ],
  2611. "produces": [
  2612. "application/json"
  2613. ],
  2614. "tags": [
  2615. "群发发送用户消息"
  2616. ],
  2617. "summary": "Im-群发发送用户消息",
  2618. "parameters": [
  2619. {
  2620. "type": "string",
  2621. "description": "验证参数Bearer和token空格拼接",
  2622. "name": "Authorization",
  2623. "in": "header",
  2624. "required": true
  2625. },
  2626. {
  2627. "description": "相关参数",
  2628. "name": "req",
  2629. "in": "body",
  2630. "required": true,
  2631. "schema": {
  2632. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2633. }
  2634. }
  2635. ],
  2636. "responses": {
  2637. "200": {
  2638. "description": "success",
  2639. "schema": {
  2640. "type": "string"
  2641. }
  2642. },
  2643. "400": {
  2644. "description": "具体错误",
  2645. "schema": {
  2646. "$ref": "#/definitions/md.Response"
  2647. }
  2648. }
  2649. }
  2650. }
  2651. },
  2652. "/api/im/deleteEmoticon": {
  2653. "post": {
  2654. "description": "表情包(删除)",
  2655. "consumes": [
  2656. "application/json"
  2657. ],
  2658. "produces": [
  2659. "application/json"
  2660. ],
  2661. "tags": [
  2662. "表情包"
  2663. ],
  2664. "summary": "Im-表情包(删除)",
  2665. "parameters": [
  2666. {
  2667. "type": "string",
  2668. "description": "验证参数Bearer和token空格拼接",
  2669. "name": "Authorization",
  2670. "in": "header",
  2671. "required": true
  2672. },
  2673. {
  2674. "description": "相关参数",
  2675. "name": "req",
  2676. "in": "body",
  2677. "required": true,
  2678. "schema": {
  2679. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2680. }
  2681. }
  2682. ],
  2683. "responses": {
  2684. "200": {
  2685. "description": "success",
  2686. "schema": {
  2687. "type": "string"
  2688. }
  2689. },
  2690. "400": {
  2691. "description": "具体错误",
  2692. "schema": {
  2693. "$ref": "#/definitions/md.Response"
  2694. }
  2695. }
  2696. }
  2697. }
  2698. },
  2699. "/api/im/getBasic": {
  2700. "get": {
  2701. "description": "基础设置(获取)",
  2702. "consumes": [
  2703. "application/json"
  2704. ],
  2705. "produces": [
  2706. "application/json"
  2707. ],
  2708. "tags": [
  2709. "基础设置"
  2710. ],
  2711. "summary": "Im-基础设置(获取)",
  2712. "parameters": [
  2713. {
  2714. "type": "string",
  2715. "description": "验证参数Bearer和token空格拼接",
  2716. "name": "Authorization",
  2717. "in": "header",
  2718. "required": true
  2719. }
  2720. ],
  2721. "responses": {
  2722. "200": {
  2723. "description": "设置列表",
  2724. "schema": {
  2725. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2726. }
  2727. },
  2728. "400": {
  2729. "description": "具体错误",
  2730. "schema": {
  2731. "$ref": "#/definitions/md.Response"
  2732. }
  2733. }
  2734. }
  2735. }
  2736. },
  2737. "/api/im/groupList": {
  2738. "post": {
  2739. "description": "群组用户(列表)",
  2740. "consumes": [
  2741. "application/json"
  2742. ],
  2743. "produces": [
  2744. "application/json"
  2745. ],
  2746. "tags": [
  2747. "群组用户"
  2748. ],
  2749. "summary": "Im-群组用户(列表)",
  2750. "parameters": [
  2751. {
  2752. "type": "string",
  2753. "description": "验证参数Bearer和token空格拼接",
  2754. "name": "Authorization",
  2755. "in": "header",
  2756. "required": true
  2757. },
  2758. {
  2759. "description": "相关参数",
  2760. "name": "req",
  2761. "in": "body",
  2762. "required": true,
  2763. "schema": {
  2764. "$ref": "#/definitions/md.GroupListReq"
  2765. }
  2766. }
  2767. ],
  2768. "responses": {
  2769. "200": {
  2770. "description": "OK",
  2771. "schema": {
  2772. "$ref": "#/definitions/md.GroupListResp"
  2773. }
  2774. },
  2775. "400": {
  2776. "description": "具体错误",
  2777. "schema": {
  2778. "$ref": "#/definitions/md.Response"
  2779. }
  2780. }
  2781. }
  2782. }
  2783. },
  2784. "/api/im/pageCustomerService": {
  2785. "post": {
  2786. "description": "客服(列表)",
  2787. "consumes": [
  2788. "application/json"
  2789. ],
  2790. "produces": [
  2791. "application/json"
  2792. ],
  2793. "tags": [
  2794. "客服"
  2795. ],
  2796. "summary": "Im-客服(列表)",
  2797. "parameters": [
  2798. {
  2799. "type": "string",
  2800. "description": "验证参数Bearer和token空格拼接",
  2801. "name": "Authorization",
  2802. "in": "header",
  2803. "required": true
  2804. },
  2805. {
  2806. "description": "相关参数",
  2807. "name": "req",
  2808. "in": "body",
  2809. "required": true,
  2810. "schema": {
  2811. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2812. }
  2813. }
  2814. ],
  2815. "responses": {
  2816. "200": {
  2817. "description": "设置列表",
  2818. "schema": {
  2819. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2820. }
  2821. },
  2822. "400": {
  2823. "description": "具体错误",
  2824. "schema": {
  2825. "$ref": "#/definitions/md.Response"
  2826. }
  2827. }
  2828. }
  2829. }
  2830. },
  2831. "/api/im/pageEmoticon": {
  2832. "post": {
  2833. "description": "表情包(列表)",
  2834. "consumes": [
  2835. "application/json"
  2836. ],
  2837. "produces": [
  2838. "application/json"
  2839. ],
  2840. "tags": [
  2841. "表情包"
  2842. ],
  2843. "summary": "Im-表情包(列表)",
  2844. "parameters": [
  2845. {
  2846. "type": "string",
  2847. "description": "验证参数Bearer和token空格拼接",
  2848. "name": "Authorization",
  2849. "in": "header",
  2850. "required": true
  2851. },
  2852. {
  2853. "description": "相关参数",
  2854. "name": "req",
  2855. "in": "body",
  2856. "required": true,
  2857. "schema": {
  2858. "$ref": "#/definitions/md.PageEmoticonReq"
  2859. }
  2860. }
  2861. ],
  2862. "responses": {
  2863. "200": {
  2864. "description": "设置列表",
  2865. "schema": {
  2866. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2867. }
  2868. },
  2869. "400": {
  2870. "description": "具体错误",
  2871. "schema": {
  2872. "$ref": "#/definitions/md.Response"
  2873. }
  2874. }
  2875. }
  2876. }
  2877. },
  2878. "/api/im/pageSendRedPackageOrd": {
  2879. "post": {
  2880. "description": "红包记录(列表)",
  2881. "consumes": [
  2882. "application/json"
  2883. ],
  2884. "produces": [
  2885. "application/json"
  2886. ],
  2887. "tags": [
  2888. "红包记录"
  2889. ],
  2890. "summary": "Im-红包记录(列表)",
  2891. "parameters": [
  2892. {
  2893. "type": "string",
  2894. "description": "验证参数Bearer和token空格拼接",
  2895. "name": "Authorization",
  2896. "in": "header",
  2897. "required": true
  2898. },
  2899. {
  2900. "description": "相关参数",
  2901. "name": "req",
  2902. "in": "body",
  2903. "required": true,
  2904. "schema": {
  2905. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2906. }
  2907. }
  2908. ],
  2909. "responses": {
  2910. "200": {
  2911. "description": "success",
  2912. "schema": {
  2913. "type": "string"
  2914. }
  2915. },
  2916. "400": {
  2917. "description": "具体错误",
  2918. "schema": {
  2919. "$ref": "#/definitions/md.Response"
  2920. }
  2921. }
  2922. }
  2923. }
  2924. },
  2925. "/api/im/redPackageRecordsDetail": {
  2926. "get": {
  2927. "description": "红包记录(详情)",
  2928. "consumes": [
  2929. "application/json"
  2930. ],
  2931. "produces": [
  2932. "application/json"
  2933. ],
  2934. "tags": [
  2935. "红包记录"
  2936. ],
  2937. "summary": "Im-红包记录(详情)",
  2938. "parameters": [
  2939. {
  2940. "type": "string",
  2941. "description": "验证参数Bearer和token空格拼接",
  2942. "name": "Authorization",
  2943. "in": "header",
  2944. "required": true
  2945. },
  2946. {
  2947. "type": "string",
  2948. "description": "红包id",
  2949. "name": "red_package_id",
  2950. "in": "query",
  2951. "required": true
  2952. }
  2953. ],
  2954. "responses": {
  2955. "200": {
  2956. "description": "success",
  2957. "schema": {
  2958. "type": "string"
  2959. }
  2960. },
  2961. "400": {
  2962. "description": "具体错误",
  2963. "schema": {
  2964. "$ref": "#/definitions/md.Response"
  2965. }
  2966. }
  2967. }
  2968. }
  2969. },
  2970. "/api/im/setBasic": {
  2971. "post": {
  2972. "description": "基础设置(更新)",
  2973. "consumes": [
  2974. "application/json"
  2975. ],
  2976. "produces": [
  2977. "application/json"
  2978. ],
  2979. "tags": [
  2980. "基础设置"
  2981. ],
  2982. "summary": "Im-基础设置(更新)",
  2983. "parameters": [
  2984. {
  2985. "type": "string",
  2986. "description": "验证参数Bearer和token空格拼接",
  2987. "name": "Authorization",
  2988. "in": "header",
  2989. "required": true
  2990. },
  2991. {
  2992. "description": "上传需要修改的信息",
  2993. "name": "req",
  2994. "in": "body",
  2995. "required": true,
  2996. "schema": {
  2997. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2998. }
  2999. }
  3000. ],
  3001. "responses": {
  3002. "200": {
  3003. "description": "success",
  3004. "schema": {
  3005. "type": "string"
  3006. }
  3007. },
  3008. "400": {
  3009. "description": "具体错误",
  3010. "schema": {
  3011. "$ref": "#/definitions/md.Response"
  3012. }
  3013. }
  3014. }
  3015. }
  3016. },
  3017. "/api/im/setCustomerServiceState": {
  3018. "post": {
  3019. "description": "客服(更新状态)",
  3020. "consumes": [
  3021. "application/json"
  3022. ],
  3023. "produces": [
  3024. "application/json"
  3025. ],
  3026. "tags": [
  3027. "客服"
  3028. ],
  3029. "summary": "Im-客服(更新状态)",
  3030. "parameters": [
  3031. {
  3032. "type": "string",
  3033. "description": "验证参数Bearer和token空格拼接",
  3034. "name": "Authorization",
  3035. "in": "header",
  3036. "required": true
  3037. },
  3038. {
  3039. "description": "相关参数",
  3040. "name": "req",
  3041. "in": "body",
  3042. "required": true,
  3043. "schema": {
  3044. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  3045. }
  3046. }
  3047. ],
  3048. "responses": {
  3049. "200": {
  3050. "description": "success",
  3051. "schema": {
  3052. "type": "string"
  3053. }
  3054. },
  3055. "400": {
  3056. "description": "具体错误",
  3057. "schema": {
  3058. "$ref": "#/definitions/md.Response"
  3059. }
  3060. }
  3061. }
  3062. }
  3063. },
  3064. "/api/im/setEmoticonState": {
  3065. "post": {
  3066. "description": "表情包(新增)",
  3067. "consumes": [
  3068. "application/json"
  3069. ],
  3070. "produces": [
  3071. "application/json"
  3072. ],
  3073. "tags": [
  3074. "表情包"
  3075. ],
  3076. "summary": "Im-表情包(更新状态)",
  3077. "parameters": [
  3078. {
  3079. "type": "string",
  3080. "description": "验证参数Bearer和token空格拼接",
  3081. "name": "Authorization",
  3082. "in": "header",
  3083. "required": true
  3084. },
  3085. {
  3086. "description": "相关参数",
  3087. "name": "req",
  3088. "in": "body",
  3089. "required": true,
  3090. "schema": {
  3091. "$ref": "#/definitions/md.SetEmoticonStateReq"
  3092. }
  3093. }
  3094. ],
  3095. "responses": {
  3096. "200": {
  3097. "description": "success",
  3098. "schema": {
  3099. "type": "string"
  3100. }
  3101. },
  3102. "400": {
  3103. "description": "具体错误",
  3104. "schema": {
  3105. "$ref": "#/definitions/md.Response"
  3106. }
  3107. }
  3108. }
  3109. }
  3110. },
  3111. "/api/im/updateCustomerServiceMemo": {
  3112. "post": {
  3113. "description": "客服(编辑备注)",
  3114. "consumes": [
  3115. "application/json"
  3116. ],
  3117. "produces": [
  3118. "application/json"
  3119. ],
  3120. "tags": [
  3121. "客服"
  3122. ],
  3123. "summary": "Im-客服(编辑备注)",
  3124. "parameters": [
  3125. {
  3126. "type": "string",
  3127. "description": "验证参数Bearer和token空格拼接",
  3128. "name": "Authorization",
  3129. "in": "header",
  3130. "required": true
  3131. },
  3132. {
  3133. "description": "相关参数",
  3134. "name": "req",
  3135. "in": "body",
  3136. "required": true,
  3137. "schema": {
  3138. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3139. }
  3140. }
  3141. ],
  3142. "responses": {
  3143. "200": {
  3144. "description": "success",
  3145. "schema": {
  3146. "type": "string"
  3147. }
  3148. },
  3149. "400": {
  3150. "description": "具体错误",
  3151. "schema": {
  3152. "$ref": "#/definitions/md.Response"
  3153. }
  3154. }
  3155. }
  3156. }
  3157. },
  3158. "/api/im/updateEmoticon": {
  3159. "post": {
  3160. "description": "表情包(编辑)",
  3161. "consumes": [
  3162. "application/json"
  3163. ],
  3164. "produces": [
  3165. "application/json"
  3166. ],
  3167. "tags": [
  3168. "表情包"
  3169. ],
  3170. "summary": "Im-表情包(编辑)",
  3171. "parameters": [
  3172. {
  3173. "type": "string",
  3174. "description": "验证参数Bearer和token空格拼接",
  3175. "name": "Authorization",
  3176. "in": "header",
  3177. "required": true
  3178. },
  3179. {
  3180. "description": "相关参数",
  3181. "name": "req",
  3182. "in": "body",
  3183. "required": true,
  3184. "schema": {
  3185. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3186. }
  3187. }
  3188. ],
  3189. "responses": {
  3190. "200": {
  3191. "description": "success",
  3192. "schema": {
  3193. "type": "string"
  3194. }
  3195. },
  3196. "400": {
  3197. "description": "具体错误",
  3198. "schema": {
  3199. "$ref": "#/definitions/md.Response"
  3200. }
  3201. }
  3202. }
  3203. }
  3204. },
  3205. "/api/institutionalManagement/contentReward/playlet/base": {
  3206. "get": {
  3207. "description": "制度中心-内容奖励-短剧基本信息",
  3208. "consumes": [
  3209. "application/json"
  3210. ],
  3211. "produces": [
  3212. "application/json"
  3213. ],
  3214. "tags": [
  3215. "蛋蛋能量"
  3216. ],
  3217. "summary": "制度中心-内容奖励-短剧基本信息",
  3218. "parameters": [
  3219. {
  3220. "type": "string",
  3221. "description": "验证参数Bearer和token空格拼接",
  3222. "name": "Authorization",
  3223. "in": "header",
  3224. "required": true
  3225. }
  3226. ],
  3227. "responses": {
  3228. "200": {
  3229. "description": "具体数据",
  3230. "schema": {
  3231. "$ref": "#/definitions/md.PlayletBaseData"
  3232. }
  3233. },
  3234. "400": {
  3235. "description": "具体错误",
  3236. "schema": {
  3237. "$ref": "#/definitions/md.Response"
  3238. }
  3239. }
  3240. }
  3241. }
  3242. },
  3243. "/api/institutionalManagement/contentReward/playlet/save": {
  3244. "post": {
  3245. "description": "制度中心-内容奖励-短剧基本配置保存",
  3246. "consumes": [
  3247. "application/json"
  3248. ],
  3249. "produces": [
  3250. "application/json"
  3251. ],
  3252. "tags": [
  3253. "蛋蛋能量"
  3254. ],
  3255. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3256. "parameters": [
  3257. {
  3258. "type": "string",
  3259. "description": "验证参数Bearer和token空格拼接",
  3260. "name": "Authorization",
  3261. "in": "header",
  3262. "required": true
  3263. },
  3264. {
  3265. "description": "(分页信息必填)",
  3266. "name": "req",
  3267. "in": "body",
  3268. "required": true,
  3269. "schema": {
  3270. "$ref": "#/definitions/md.PlayletBaseData"
  3271. }
  3272. }
  3273. ],
  3274. "responses": {
  3275. "200": {
  3276. "description": "具体数据",
  3277. "schema": {
  3278. "type": "string"
  3279. }
  3280. },
  3281. "400": {
  3282. "description": "具体错误",
  3283. "schema": {
  3284. "$ref": "#/definitions/md.Response"
  3285. }
  3286. }
  3287. }
  3288. }
  3289. },
  3290. "/api/institutionalManagement/contentReward/video/base": {
  3291. "get": {
  3292. "description": "制度中心-内容奖励-短视频基本信息",
  3293. "consumes": [
  3294. "application/json"
  3295. ],
  3296. "produces": [
  3297. "application/json"
  3298. ],
  3299. "tags": [
  3300. "蛋蛋能量"
  3301. ],
  3302. "summary": "制度中心-内容奖励-短视频基本信息",
  3303. "parameters": [
  3304. {
  3305. "type": "string",
  3306. "description": "验证参数Bearer和token空格拼接",
  3307. "name": "Authorization",
  3308. "in": "header",
  3309. "required": true
  3310. }
  3311. ],
  3312. "responses": {
  3313. "200": {
  3314. "description": "具体数据",
  3315. "schema": {
  3316. "$ref": "#/definitions/md.VideoBaseData"
  3317. }
  3318. },
  3319. "400": {
  3320. "description": "具体错误",
  3321. "schema": {
  3322. "$ref": "#/definitions/md.Response"
  3323. }
  3324. }
  3325. }
  3326. }
  3327. },
  3328. "/api/institutionalManagement/contentReward/video/save": {
  3329. "post": {
  3330. "description": "制度中心-内容奖励-短视频基本配置保存",
  3331. "consumes": [
  3332. "application/json"
  3333. ],
  3334. "produces": [
  3335. "application/json"
  3336. ],
  3337. "tags": [
  3338. "蛋蛋能量"
  3339. ],
  3340. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3341. "parameters": [
  3342. {
  3343. "type": "string",
  3344. "description": "验证参数Bearer和token空格拼接",
  3345. "name": "Authorization",
  3346. "in": "header",
  3347. "required": true
  3348. },
  3349. {
  3350. "description": "(分页信息必填)",
  3351. "name": "req",
  3352. "in": "body",
  3353. "required": true,
  3354. "schema": {
  3355. "$ref": "#/definitions/md.VideoBaseData"
  3356. }
  3357. }
  3358. ],
  3359. "responses": {
  3360. "200": {
  3361. "description": "具体数据",
  3362. "schema": {
  3363. "type": "string"
  3364. }
  3365. },
  3366. "400": {
  3367. "description": "具体错误",
  3368. "schema": {
  3369. "$ref": "#/definitions/md.Response"
  3370. }
  3371. }
  3372. }
  3373. }
  3374. },
  3375. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3376. "post": {
  3377. "description": "会员设置(新增)",
  3378. "consumes": [
  3379. "application/json"
  3380. ],
  3381. "produces": [
  3382. "application/json"
  3383. ],
  3384. "tags": [
  3385. "蛋蛋能量"
  3386. ],
  3387. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3388. "parameters": [
  3389. {
  3390. "type": "string",
  3391. "description": "验证参数Bearer和token空格拼接",
  3392. "name": "Authorization",
  3393. "in": "header",
  3394. "required": true
  3395. },
  3396. {
  3397. "description": "system_id 必填",
  3398. "name": "req",
  3399. "in": "body",
  3400. "required": true,
  3401. "schema": {
  3402. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3403. }
  3404. }
  3405. ],
  3406. "responses": {
  3407. "200": {
  3408. "description": "修改数据条数",
  3409. "schema": {
  3410. "type": "int"
  3411. }
  3412. },
  3413. "400": {
  3414. "description": "具体错误",
  3415. "schema": {
  3416. "$ref": "#/definitions/md.Response"
  3417. }
  3418. }
  3419. }
  3420. }
  3421. },
  3422. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3423. "post": {
  3424. "description": "动态数据流水(获取)",
  3425. "consumes": [
  3426. "application/json"
  3427. ],
  3428. "produces": [
  3429. "application/json"
  3430. ],
  3431. "tags": [
  3432. "公排管理"
  3433. ],
  3434. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3435. "parameters": [
  3436. {
  3437. "type": "string",
  3438. "description": "验证参数Bearer和token空格拼接",
  3439. "name": "Authorization",
  3440. "in": "header",
  3441. "required": true
  3442. },
  3443. {
  3444. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3445. "name": "req",
  3446. "in": "body",
  3447. "required": true,
  3448. "schema": {
  3449. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3450. }
  3451. }
  3452. ],
  3453. "responses": {
  3454. "200": {
  3455. "description": "成功返回",
  3456. "schema": {
  3457. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3458. }
  3459. },
  3460. "400": {
  3461. "description": "具体错误",
  3462. "schema": {
  3463. "$ref": "#/definitions/md.Response"
  3464. }
  3465. }
  3466. }
  3467. }
  3468. },
  3469. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3470. "post": {
  3471. "description": "批量新增币种",
  3472. "consumes": [
  3473. "application/json"
  3474. ],
  3475. "produces": [
  3476. "application/json"
  3477. ],
  3478. "tags": [
  3479. "蛋蛋能量"
  3480. ],
  3481. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3482. "parameters": [
  3483. {
  3484. "type": "string",
  3485. "description": "验证参数Bearer和token空格拼接",
  3486. "name": "Authorization",
  3487. "in": "header",
  3488. "required": true
  3489. },
  3490. {
  3491. "description": "新增数据信息",
  3492. "name": "req",
  3493. "in": "body",
  3494. "required": true,
  3495. "schema": {
  3496. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3497. }
  3498. }
  3499. ],
  3500. "responses": {
  3501. "200": {
  3502. "description": "新增数据数量",
  3503. "schema": {
  3504. "type": "int"
  3505. }
  3506. },
  3507. "400": {
  3508. "description": "具体错误",
  3509. "schema": {
  3510. "$ref": "#/definitions/md.Response"
  3511. }
  3512. }
  3513. }
  3514. }
  3515. },
  3516. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3517. "get": {
  3518. "description": "贡献值-基础设置(获取)",
  3519. "consumes": [
  3520. "application/json"
  3521. ],
  3522. "produces": [
  3523. "application/json"
  3524. ],
  3525. "tags": [
  3526. "贡献值"
  3527. ],
  3528. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3529. "parameters": [
  3530. {
  3531. "type": "string",
  3532. "description": "验证参数Bearer和token空格拼接",
  3533. "name": "Authorization",
  3534. "in": "header",
  3535. "required": true
  3536. }
  3537. ],
  3538. "responses": {
  3539. "200": {
  3540. "description": "具体数据",
  3541. "schema": {
  3542. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3543. }
  3544. },
  3545. "400": {
  3546. "description": "具体错误",
  3547. "schema": {
  3548. "$ref": "#/definitions/md.Response"
  3549. }
  3550. }
  3551. }
  3552. }
  3553. },
  3554. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3555. "post": {
  3556. "description": "贡献值-基础设置(更新)",
  3557. "consumes": [
  3558. "application/json"
  3559. ],
  3560. "produces": [
  3561. "application/json"
  3562. ],
  3563. "tags": [
  3564. "贡献值"
  3565. ],
  3566. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3567. "parameters": [
  3568. {
  3569. "type": "string",
  3570. "description": "验证参数Bearer和token空格拼接",
  3571. "name": "Authorization",
  3572. "in": "header",
  3573. "required": true
  3574. },
  3575. {
  3576. "description": "id 必填",
  3577. "name": "req",
  3578. "in": "body",
  3579. "required": true,
  3580. "schema": {
  3581. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3582. }
  3583. }
  3584. ],
  3585. "responses": {
  3586. "200": {
  3587. "description": "修改数据条数",
  3588. "schema": {
  3589. "type": "int"
  3590. }
  3591. },
  3592. "400": {
  3593. "description": "具体错误",
  3594. "schema": {
  3595. "$ref": "#/definitions/md.Response"
  3596. }
  3597. }
  3598. }
  3599. }
  3600. },
  3601. "/api/institutionalManagement/eggEnergy/coreData": {
  3602. "get": {
  3603. "description": "核心数据(获取)",
  3604. "consumes": [
  3605. "application/json"
  3606. ],
  3607. "produces": [
  3608. "application/json"
  3609. ],
  3610. "tags": [
  3611. "蛋蛋能量"
  3612. ],
  3613. "summary": "制度中心-蛋蛋能量-核心数据(获取)",
  3614. "parameters": [
  3615. {
  3616. "type": "string",
  3617. "description": "验证参数Bearer和token空格拼接",
  3618. "name": "Authorization",
  3619. "in": "header",
  3620. "required": true
  3621. }
  3622. ],
  3623. "responses": {
  3624. "200": {
  3625. "description": "具体数据",
  3626. "schema": {
  3627. "$ref": "#/definitions/md.GetEggEnergyCoreDataResp"
  3628. }
  3629. },
  3630. "400": {
  3631. "description": "具体错误",
  3632. "schema": {
  3633. "$ref": "#/definitions/md.Response"
  3634. }
  3635. }
  3636. }
  3637. },
  3638. "post": {
  3639. "description": "核心数据(更新)",
  3640. "consumes": [
  3641. "application/json"
  3642. ],
  3643. "produces": [
  3644. "application/json"
  3645. ],
  3646. "tags": [
  3647. "蛋蛋能量"
  3648. ],
  3649. "summary": "制度中心-蛋蛋能量-核心数据(更新)",
  3650. "parameters": [
  3651. {
  3652. "type": "string",
  3653. "description": "验证参数Bearer和token空格拼接",
  3654. "name": "Authorization",
  3655. "in": "header",
  3656. "required": true
  3657. },
  3658. {
  3659. "description": "需要修改的内容和 id",
  3660. "name": "req",
  3661. "in": "body",
  3662. "required": true,
  3663. "schema": {
  3664. "$ref": "#/definitions/md.UpdateEggEnergyCoreDataReq"
  3665. }
  3666. }
  3667. ],
  3668. "responses": {
  3669. "200": {
  3670. "description": "修改数据条数",
  3671. "schema": {
  3672. "type": "int"
  3673. }
  3674. },
  3675. "400": {
  3676. "description": "具体错误",
  3677. "schema": {
  3678. "$ref": "#/definitions/md.Response"
  3679. }
  3680. }
  3681. }
  3682. }
  3683. },
  3684. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3685. "delete": {
  3686. "description": "删除币种",
  3687. "consumes": [
  3688. "application/json"
  3689. ],
  3690. "produces": [
  3691. "application/json"
  3692. ],
  3693. "tags": [
  3694. "蛋蛋能量"
  3695. ],
  3696. "summary": "制度中心-蛋蛋能量-删除币种",
  3697. "parameters": [
  3698. {
  3699. "type": "string",
  3700. "description": "验证参数Bearer和token空格拼接",
  3701. "name": "Authorization",
  3702. "in": "header",
  3703. "required": true
  3704. }
  3705. ],
  3706. "responses": {
  3707. "200": {
  3708. "description": "删除数据数量",
  3709. "schema": {
  3710. "type": "int"
  3711. }
  3712. },
  3713. "400": {
  3714. "description": "具体错误",
  3715. "schema": {
  3716. "$ref": "#/definitions/md.Response"
  3717. }
  3718. }
  3719. }
  3720. }
  3721. },
  3722. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3723. "post": {
  3724. "description": "蛋蛋分管理(人工打分)",
  3725. "consumes": [
  3726. "application/json"
  3727. ],
  3728. "produces": [
  3729. "application/json"
  3730. ],
  3731. "tags": [
  3732. "蛋蛋能量"
  3733. ],
  3734. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3735. "parameters": [
  3736. {
  3737. "type": "string",
  3738. "description": "验证参数Bearer和token空格拼接",
  3739. "name": "Authorization",
  3740. "in": "header",
  3741. "required": true
  3742. },
  3743. {
  3744. "description": "请求参数",
  3745. "name": "req",
  3746. "in": "body",
  3747. "required": true,
  3748. "schema": {
  3749. "$ref": "#/definitions/md.ManualScoreReq"
  3750. }
  3751. }
  3752. ],
  3753. "responses": {
  3754. "200": {
  3755. "description": "成功返回",
  3756. "schema": {
  3757. "type": "string"
  3758. }
  3759. },
  3760. "400": {
  3761. "description": "具体错误",
  3762. "schema": {
  3763. "$ref": "#/definitions/md.Response"
  3764. }
  3765. }
  3766. }
  3767. }
  3768. },
  3769. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3770. "post": {
  3771. "description": "蛋蛋分管理(着陆页数据分析)",
  3772. "consumes": [
  3773. "application/json"
  3774. ],
  3775. "produces": [
  3776. "application/json"
  3777. ],
  3778. "tags": [
  3779. "蛋蛋能量"
  3780. ],
  3781. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3782. "parameters": [
  3783. {
  3784. "type": "string",
  3785. "description": "验证参数Bearer和token空格拼接",
  3786. "name": "Authorization",
  3787. "in": "header",
  3788. "required": true
  3789. },
  3790. {
  3791. "description": "请求参数",
  3792. "name": "req",
  3793. "in": "body",
  3794. "required": true,
  3795. "schema": {
  3796. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3797. }
  3798. }
  3799. ],
  3800. "responses": {
  3801. "200": {
  3802. "description": "成功返回",
  3803. "schema": {
  3804. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3805. }
  3806. },
  3807. "400": {
  3808. "description": "具体错误",
  3809. "schema": {
  3810. "$ref": "#/definitions/md.Response"
  3811. }
  3812. }
  3813. }
  3814. }
  3815. },
  3816. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3817. "post": {
  3818. "description": "蛋蛋分管理(用户数据列表)",
  3819. "consumes": [
  3820. "application/json"
  3821. ],
  3822. "produces": [
  3823. "application/json"
  3824. ],
  3825. "tags": [
  3826. "蛋蛋能量"
  3827. ],
  3828. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3829. "parameters": [
  3830. {
  3831. "type": "string",
  3832. "description": "验证参数Bearer和token空格拼接",
  3833. "name": "Authorization",
  3834. "in": "header",
  3835. "required": true
  3836. },
  3837. {
  3838. "description": "请求参数",
  3839. "name": "req",
  3840. "in": "body",
  3841. "required": true,
  3842. "schema": {
  3843. "$ref": "#/definitions/md.UserEggFlowReq"
  3844. }
  3845. }
  3846. ],
  3847. "responses": {
  3848. "200": {
  3849. "description": "成功返回",
  3850. "schema": {
  3851. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3852. }
  3853. },
  3854. "400": {
  3855. "description": "具体错误",
  3856. "schema": {
  3857. "$ref": "#/definitions/md.Response"
  3858. }
  3859. }
  3860. }
  3861. }
  3862. },
  3863. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3864. "post": {
  3865. "description": "蛋蛋分管理(着陆页数据)",
  3866. "consumes": [
  3867. "application/json"
  3868. ],
  3869. "produces": [
  3870. "application/json"
  3871. ],
  3872. "tags": [
  3873. "蛋蛋能量"
  3874. ],
  3875. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3876. "parameters": [
  3877. {
  3878. "type": "string",
  3879. "description": "验证参数Bearer和token空格拼接",
  3880. "name": "Authorization",
  3881. "in": "header",
  3882. "required": true
  3883. },
  3884. {
  3885. "description": "请求参数",
  3886. "name": "req",
  3887. "in": "body",
  3888. "required": true,
  3889. "schema": {
  3890. "$ref": "#/definitions/md.UserEggIndexReq"
  3891. }
  3892. }
  3893. ],
  3894. "responses": {
  3895. "200": {
  3896. "description": "成功返回",
  3897. "schema": {
  3898. "$ref": "#/definitions/md.UserEggIndexResp"
  3899. }
  3900. },
  3901. "400": {
  3902. "description": "具体错误",
  3903. "schema": {
  3904. "$ref": "#/definitions/md.Response"
  3905. }
  3906. }
  3907. }
  3908. }
  3909. },
  3910. "/api/institutionalManagement/eggEnergy/getBasic": {
  3911. "get": {
  3912. "description": "基础设置(获取)",
  3913. "consumes": [
  3914. "application/json"
  3915. ],
  3916. "produces": [
  3917. "application/json"
  3918. ],
  3919. "tags": [
  3920. "蛋蛋能量"
  3921. ],
  3922. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3923. "parameters": [
  3924. {
  3925. "type": "string",
  3926. "description": "验证参数Bearer和token空格拼接",
  3927. "name": "Authorization",
  3928. "in": "header",
  3929. "required": true
  3930. }
  3931. ],
  3932. "responses": {
  3933. "200": {
  3934. "description": "具体数据",
  3935. "schema": {
  3936. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3937. }
  3938. },
  3939. "400": {
  3940. "description": "具体错误",
  3941. "schema": {
  3942. "$ref": "#/definitions/md.Response"
  3943. }
  3944. }
  3945. }
  3946. }
  3947. },
  3948. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3949. "get": {
  3950. "description": "基础会员设置(获取)",
  3951. "consumes": [
  3952. "application/json"
  3953. ],
  3954. "produces": [
  3955. "application/json"
  3956. ],
  3957. "tags": [
  3958. "蛋蛋能量"
  3959. ],
  3960. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3961. "parameters": [
  3962. {
  3963. "type": "string",
  3964. "description": "验证参数Bearer和token空格拼接",
  3965. "name": "Authorization",
  3966. "in": "header",
  3967. "required": true
  3968. }
  3969. ],
  3970. "responses": {
  3971. "200": {
  3972. "description": "具体数据",
  3973. "schema": {
  3974. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3975. }
  3976. },
  3977. "400": {
  3978. "description": "具体错误",
  3979. "schema": {
  3980. "$ref": "#/definitions/md.Response"
  3981. }
  3982. }
  3983. }
  3984. }
  3985. },
  3986. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3987. "get": {
  3988. "description": "查询所有币种(获取)",
  3989. "consumes": [
  3990. "application/json"
  3991. ],
  3992. "produces": [
  3993. "application/json"
  3994. ],
  3995. "tags": [
  3996. "蛋蛋能量"
  3997. ],
  3998. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3999. "parameters": [
  4000. {
  4001. "type": "string",
  4002. "description": "验证参数Bearer和token空格拼接",
  4003. "name": "Authorization",
  4004. "in": "header",
  4005. "required": true
  4006. }
  4007. ],
  4008. "responses": {
  4009. "200": {
  4010. "description": "成功返回",
  4011. "schema": {
  4012. "type": "array",
  4013. "items": {
  4014. "$ref": "#/definitions/md.VirtualCoin"
  4015. }
  4016. }
  4017. },
  4018. "400": {
  4019. "description": "具体错误",
  4020. "schema": {
  4021. "$ref": "#/definitions/md.Response"
  4022. }
  4023. }
  4024. }
  4025. }
  4026. },
  4027. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  4028. "get": {
  4029. "description": "数据概览(获取)",
  4030. "consumes": [
  4031. "application/json"
  4032. ],
  4033. "produces": [
  4034. "application/json"
  4035. ],
  4036. "tags": [
  4037. "蛋蛋能量"
  4038. ],
  4039. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  4040. "parameters": [
  4041. {
  4042. "type": "string",
  4043. "description": "验证参数Bearer和token空格拼接",
  4044. "name": "Authorization",
  4045. "in": "header",
  4046. "required": true
  4047. }
  4048. ],
  4049. "responses": {
  4050. "200": {
  4051. "description": "具体数据",
  4052. "schema": {
  4053. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  4054. }
  4055. },
  4056. "400": {
  4057. "description": "具体错误",
  4058. "schema": {
  4059. "$ref": "#/definitions/md.Response"
  4060. }
  4061. }
  4062. }
  4063. }
  4064. },
  4065. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  4066. "post": {
  4067. "description": "价值明细数据(新增)",
  4068. "consumes": [
  4069. "application/json"
  4070. ],
  4071. "produces": [
  4072. "application/json"
  4073. ],
  4074. "tags": [
  4075. "蛋蛋能量"
  4076. ],
  4077. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  4078. "parameters": [
  4079. {
  4080. "type": "string",
  4081. "description": "验证参数Bearer和token空格拼接",
  4082. "name": "Authorization",
  4083. "in": "header",
  4084. "required": true
  4085. },
  4086. {
  4087. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4088. "name": "req",
  4089. "in": "body",
  4090. "required": true,
  4091. "schema": {
  4092. "$ref": "#/definitions/md.AddFundDataReq"
  4093. }
  4094. }
  4095. ],
  4096. "responses": {
  4097. "200": {
  4098. "description": "插入数据 id",
  4099. "schema": {
  4100. "type": "int"
  4101. }
  4102. },
  4103. "400": {
  4104. "description": "具体错误",
  4105. "schema": {
  4106. "$ref": "#/definitions/md.Response"
  4107. }
  4108. }
  4109. }
  4110. }
  4111. },
  4112. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  4113. "post": {
  4114. "description": "新增数据列表(获取)",
  4115. "consumes": [
  4116. "application/json"
  4117. ],
  4118. "produces": [
  4119. "application/json"
  4120. ],
  4121. "tags": [
  4122. "蛋蛋能量"
  4123. ],
  4124. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  4125. "parameters": [
  4126. {
  4127. "type": "string",
  4128. "description": "验证参数Bearer和token空格拼接",
  4129. "name": "Authorization",
  4130. "in": "header",
  4131. "required": true
  4132. },
  4133. {
  4134. "description": "分页信息必填",
  4135. "name": "req",
  4136. "in": "body",
  4137. "required": true,
  4138. "schema": {
  4139. "$ref": "#/definitions/md.GetFundDataListReq"
  4140. }
  4141. }
  4142. ],
  4143. "responses": {
  4144. "200": {
  4145. "description": "具体数据",
  4146. "schema": {
  4147. "$ref": "#/definitions/md.GetFundDataListResp"
  4148. }
  4149. },
  4150. "400": {
  4151. "description": "具体错误",
  4152. "schema": {
  4153. "$ref": "#/definitions/md.Response"
  4154. }
  4155. }
  4156. }
  4157. }
  4158. },
  4159. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  4160. "post": {
  4161. "description": "新增数据列表详情(查询)",
  4162. "consumes": [
  4163. "application/json"
  4164. ],
  4165. "produces": [
  4166. "application/json"
  4167. ],
  4168. "tags": [
  4169. "蛋蛋能量"
  4170. ],
  4171. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  4172. "parameters": [
  4173. {
  4174. "type": "string",
  4175. "description": "验证参数Bearer和token空格拼接",
  4176. "name": "Authorization",
  4177. "in": "header",
  4178. "required": true
  4179. },
  4180. {
  4181. "description": "获取到的 system_id 以及分页信息",
  4182. "name": "req",
  4183. "in": "body",
  4184. "required": true,
  4185. "schema": {
  4186. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  4187. }
  4188. }
  4189. ],
  4190. "responses": {
  4191. "200": {
  4192. "description": "具体数据",
  4193. "schema": {
  4194. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  4195. }
  4196. },
  4197. "400": {
  4198. "description": "具体错误",
  4199. "schema": {
  4200. "$ref": "#/definitions/md.Response"
  4201. }
  4202. }
  4203. }
  4204. }
  4205. },
  4206. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  4207. "get": {
  4208. "description": "价格趋势(获取)",
  4209. "consumes": [
  4210. "application/json"
  4211. ],
  4212. "produces": [
  4213. "application/json"
  4214. ],
  4215. "tags": [
  4216. "蛋蛋能量"
  4217. ],
  4218. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4219. "parameters": [
  4220. {
  4221. "type": "string",
  4222. "description": "验证参数Bearer和token空格拼接",
  4223. "name": "Authorization",
  4224. "in": "header",
  4225. "required": true
  4226. },
  4227. {
  4228. "type": "string",
  4229. "description": "1:按天 2:按小时 3:按周",
  4230. "name": "kind",
  4231. "in": "query"
  4232. }
  4233. ],
  4234. "responses": {
  4235. "200": {
  4236. "description": "具体数据",
  4237. "schema": {
  4238. "$ref": "#/definitions/md.GetPriceCurveResp"
  4239. }
  4240. },
  4241. "400": {
  4242. "description": "具体错误",
  4243. "schema": {
  4244. "$ref": "#/definitions/md.Response"
  4245. }
  4246. }
  4247. }
  4248. }
  4249. },
  4250. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4251. "post": {
  4252. "description": "激励视频(获取)",
  4253. "consumes": [
  4254. "application/json"
  4255. ],
  4256. "produces": [
  4257. "application/json"
  4258. ],
  4259. "tags": [
  4260. "蛋蛋能量"
  4261. ],
  4262. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4263. "parameters": [
  4264. {
  4265. "type": "string",
  4266. "description": "验证参数Bearer和token空格拼接",
  4267. "name": "Authorization",
  4268. "in": "header",
  4269. "required": true
  4270. },
  4271. {
  4272. "description": "落地页不填页大小默认20条数据",
  4273. "name": "req",
  4274. "in": "body",
  4275. "required": true,
  4276. "schema": {
  4277. "$ref": "#/definitions/md.SetVideoRewardReq"
  4278. }
  4279. }
  4280. ],
  4281. "responses": {
  4282. "200": {
  4283. "description": "OK",
  4284. "schema": {
  4285. "$ref": "#/definitions/md.GetVideoRewardResp"
  4286. }
  4287. },
  4288. "400": {
  4289. "description": "具体错误",
  4290. "schema": {
  4291. "$ref": "#/definitions/md.Response"
  4292. }
  4293. }
  4294. }
  4295. }
  4296. },
  4297. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4298. "post": {
  4299. "description": "其他广告设置数据(新增)",
  4300. "consumes": [
  4301. "application/json"
  4302. ],
  4303. "produces": [
  4304. "application/json"
  4305. ],
  4306. "tags": [
  4307. "蛋蛋能量"
  4308. ],
  4309. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4310. "parameters": [
  4311. {
  4312. "type": "string",
  4313. "description": "验证参数Bearer和token空格拼接",
  4314. "name": "Authorization",
  4315. "in": "header",
  4316. "required": true
  4317. },
  4318. {
  4319. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4320. "name": "req",
  4321. "in": "body",
  4322. "required": true,
  4323. "schema": {
  4324. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4325. }
  4326. }
  4327. ],
  4328. "responses": {
  4329. "200": {
  4330. "description": "插入数据 id",
  4331. "schema": {
  4332. "type": "int"
  4333. }
  4334. },
  4335. "400": {
  4336. "description": "具体错误",
  4337. "schema": {
  4338. "$ref": "#/definitions/md.Response"
  4339. }
  4340. }
  4341. }
  4342. }
  4343. },
  4344. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4345. "post": {
  4346. "description": "其他广告设置数据(获取)",
  4347. "consumes": [
  4348. "application/json"
  4349. ],
  4350. "produces": [
  4351. "application/json"
  4352. ],
  4353. "tags": [
  4354. "蛋蛋能量"
  4355. ],
  4356. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4357. "parameters": [
  4358. {
  4359. "type": "string",
  4360. "description": "验证参数Bearer和token空格拼接",
  4361. "name": "Authorization",
  4362. "in": "header",
  4363. "required": true
  4364. },
  4365. {
  4366. "description": "分页信息必填",
  4367. "name": "req",
  4368. "in": "body",
  4369. "required": true,
  4370. "schema": {
  4371. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4372. }
  4373. }
  4374. ],
  4375. "responses": {
  4376. "200": {
  4377. "description": "具体数据",
  4378. "schema": {
  4379. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4380. }
  4381. },
  4382. "400": {
  4383. "description": "具体错误",
  4384. "schema": {
  4385. "$ref": "#/definitions/md.Response"
  4386. }
  4387. }
  4388. }
  4389. }
  4390. },
  4391. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4392. "post": {
  4393. "description": "激励视频(设置)",
  4394. "consumes": [
  4395. "application/json"
  4396. ],
  4397. "produces": [
  4398. "application/json"
  4399. ],
  4400. "tags": [
  4401. "蛋蛋能量"
  4402. ],
  4403. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4404. "parameters": [
  4405. {
  4406. "type": "string",
  4407. "description": "验证参数Bearer和token空格拼接",
  4408. "name": "Authorization",
  4409. "in": "header",
  4410. "required": true
  4411. },
  4412. {
  4413. "description": "落地页不填页大小默认20条数据",
  4414. "name": "req",
  4415. "in": "body",
  4416. "required": true,
  4417. "schema": {
  4418. "$ref": "#/definitions/md.SetVideoRewardReq"
  4419. }
  4420. }
  4421. ],
  4422. "responses": {
  4423. "200": {
  4424. "description": "success",
  4425. "schema": {
  4426. "type": "string"
  4427. }
  4428. },
  4429. "400": {
  4430. "description": "具体错误",
  4431. "schema": {
  4432. "$ref": "#/definitions/md.Response"
  4433. }
  4434. }
  4435. }
  4436. }
  4437. },
  4438. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4439. "post": {
  4440. "description": "基础设置(更新)",
  4441. "consumes": [
  4442. "application/json"
  4443. ],
  4444. "produces": [
  4445. "application/json"
  4446. ],
  4447. "tags": [
  4448. "蛋蛋能量"
  4449. ],
  4450. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4451. "parameters": [
  4452. {
  4453. "type": "string",
  4454. "description": "验证参数Bearer和token空格拼接",
  4455. "name": "Authorization",
  4456. "in": "header",
  4457. "required": true
  4458. },
  4459. {
  4460. "description": "system_id 必填",
  4461. "name": "req",
  4462. "in": "body",
  4463. "required": true,
  4464. "schema": {
  4465. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4466. }
  4467. }
  4468. ],
  4469. "responses": {
  4470. "200": {
  4471. "description": "修改数据条数",
  4472. "schema": {
  4473. "type": "int"
  4474. }
  4475. },
  4476. "400": {
  4477. "description": "具体错误",
  4478. "schema": {
  4479. "$ref": "#/definitions/md.Response"
  4480. }
  4481. }
  4482. }
  4483. }
  4484. },
  4485. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4486. "post": {
  4487. "description": "会员设置(更新)",
  4488. "consumes": [
  4489. "application/json"
  4490. ],
  4491. "produces": [
  4492. "application/json"
  4493. ],
  4494. "tags": [
  4495. "蛋蛋能量"
  4496. ],
  4497. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4498. "parameters": [
  4499. {
  4500. "type": "string",
  4501. "description": "验证参数Bearer和token空格拼接",
  4502. "name": "Authorization",
  4503. "in": "header",
  4504. "required": true
  4505. },
  4506. {
  4507. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4508. "name": "req",
  4509. "in": "body",
  4510. "required": true,
  4511. "schema": {
  4512. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4513. }
  4514. }
  4515. ],
  4516. "responses": {
  4517. "200": {
  4518. "description": "修改数据条数",
  4519. "schema": {
  4520. "type": "int"
  4521. }
  4522. },
  4523. "400": {
  4524. "description": "具体错误",
  4525. "schema": {
  4526. "$ref": "#/definitions/md.Response"
  4527. }
  4528. }
  4529. }
  4530. }
  4531. },
  4532. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4533. "post": {
  4534. "description": "更新币种信息",
  4535. "consumes": [
  4536. "application/json"
  4537. ],
  4538. "produces": [
  4539. "application/json"
  4540. ],
  4541. "tags": [
  4542. "蛋蛋能量"
  4543. ],
  4544. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4545. "parameters": [
  4546. {
  4547. "type": "string",
  4548. "description": "验证参数Bearer和token空格拼接",
  4549. "name": "Authorization",
  4550. "in": "header",
  4551. "required": true
  4552. },
  4553. {
  4554. "description": "更新数据信息",
  4555. "name": "req",
  4556. "in": "body",
  4557. "required": true,
  4558. "schema": {
  4559. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4560. }
  4561. }
  4562. ],
  4563. "responses": {
  4564. "200": {
  4565. "description": "更新数据数量",
  4566. "schema": {
  4567. "type": "int"
  4568. }
  4569. },
  4570. "400": {
  4571. "description": "具体错误",
  4572. "schema": {
  4573. "$ref": "#/definitions/md.Response"
  4574. }
  4575. }
  4576. }
  4577. }
  4578. },
  4579. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4580. "post": {
  4581. "description": "蛋蛋能量流水(查询)",
  4582. "consumes": [
  4583. "application/json"
  4584. ],
  4585. "produces": [
  4586. "application/json"
  4587. ],
  4588. "tags": [
  4589. "公排管理"
  4590. ],
  4591. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4592. "parameters": [
  4593. {
  4594. "type": "string",
  4595. "description": "验证参数Bearer和token空格拼接",
  4596. "name": "Authorization",
  4597. "in": "header",
  4598. "required": true
  4599. },
  4600. {
  4601. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4602. "name": "req",
  4603. "in": "body",
  4604. "required": true,
  4605. "schema": {
  4606. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4607. }
  4608. }
  4609. ],
  4610. "responses": {
  4611. "200": {
  4612. "description": "成功返回",
  4613. "schema": {
  4614. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4615. }
  4616. },
  4617. "400": {
  4618. "description": "具体错误",
  4619. "schema": {
  4620. "$ref": "#/definitions/md.Response"
  4621. }
  4622. }
  4623. }
  4624. }
  4625. },
  4626. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4627. "post": {
  4628. "description": "蛋蛋能量明细(获取)",
  4629. "consumes": [
  4630. "application/json"
  4631. ],
  4632. "produces": [
  4633. "application/json"
  4634. ],
  4635. "tags": [
  4636. "公排管理"
  4637. ],
  4638. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4639. "parameters": [
  4640. {
  4641. "type": "string",
  4642. "description": "验证参数Bearer和token空格拼接",
  4643. "name": "Authorization",
  4644. "in": "header",
  4645. "required": true
  4646. },
  4647. {
  4648. "description": "落地页不填页大小默认20条数据",
  4649. "name": "req",
  4650. "in": "body",
  4651. "schema": {
  4652. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4653. }
  4654. }
  4655. ],
  4656. "responses": {
  4657. "200": {
  4658. "description": "成功返回",
  4659. "schema": {
  4660. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4661. }
  4662. },
  4663. "400": {
  4664. "description": "具体错误",
  4665. "schema": {
  4666. "$ref": "#/definitions/md.Response"
  4667. }
  4668. }
  4669. }
  4670. }
  4671. },
  4672. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4673. "post": {
  4674. "description": "蛋蛋积分持有者明细(获取)",
  4675. "consumes": [
  4676. "application/json"
  4677. ],
  4678. "produces": [
  4679. "application/json"
  4680. ],
  4681. "tags": [
  4682. "公排管理"
  4683. ],
  4684. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4685. "parameters": [
  4686. {
  4687. "type": "string",
  4688. "description": "验证参数Bearer和token空格拼接",
  4689. "name": "Authorization",
  4690. "in": "header",
  4691. "required": true
  4692. },
  4693. {
  4694. "description": "落地页不填页大小默认20条数据",
  4695. "name": "req",
  4696. "in": "body",
  4697. "schema": {
  4698. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4699. }
  4700. }
  4701. ],
  4702. "responses": {
  4703. "200": {
  4704. "description": "成功返回",
  4705. "schema": {
  4706. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4707. }
  4708. },
  4709. "400": {
  4710. "description": "具体错误",
  4711. "schema": {
  4712. "$ref": "#/definitions/md.Response"
  4713. }
  4714. }
  4715. }
  4716. }
  4717. },
  4718. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4719. "post": {
  4720. "description": "蛋蛋积分流水明细(查询)",
  4721. "consumes": [
  4722. "application/json"
  4723. ],
  4724. "produces": [
  4725. "application/json"
  4726. ],
  4727. "tags": [
  4728. "公排管理"
  4729. ],
  4730. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4731. "parameters": [
  4732. {
  4733. "type": "string",
  4734. "description": "验证参数Bearer和token空格拼接",
  4735. "name": "Authorization",
  4736. "in": "header",
  4737. "required": true
  4738. },
  4739. {
  4740. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4741. "name": "req",
  4742. "in": "body",
  4743. "required": true,
  4744. "schema": {
  4745. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4746. }
  4747. }
  4748. ],
  4749. "responses": {
  4750. "200": {
  4751. "description": "成功返回",
  4752. "schema": {
  4753. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4754. }
  4755. },
  4756. "400": {
  4757. "description": "具体错误",
  4758. "schema": {
  4759. "$ref": "#/definitions/md.Response"
  4760. }
  4761. }
  4762. }
  4763. }
  4764. },
  4765. "/api/institutionalManagement/eggPointCoefficient/add": {
  4766. "post": {
  4767. "description": "区间系数(新增 支持批量新增)",
  4768. "consumes": [
  4769. "application/json"
  4770. ],
  4771. "produces": [
  4772. "application/json"
  4773. ],
  4774. "tags": [
  4775. "蛋蛋分区间系数管理"
  4776. ],
  4777. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4778. "parameters": [
  4779. {
  4780. "type": "string",
  4781. "description": "验证参数Bearer和token空格拼接",
  4782. "name": "Authorization",
  4783. "in": "header",
  4784. "required": true
  4785. },
  4786. {
  4787. "description": "需要新增的内容",
  4788. "name": "req",
  4789. "in": "body",
  4790. "required": true,
  4791. "schema": {
  4792. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4793. }
  4794. }
  4795. ],
  4796. "responses": {
  4797. "200": {
  4798. "description": "新增数据条数",
  4799. "schema": {
  4800. "type": "int"
  4801. }
  4802. },
  4803. "400": {
  4804. "description": "具体错误",
  4805. "schema": {
  4806. "$ref": "#/definitions/md.Response"
  4807. }
  4808. }
  4809. }
  4810. }
  4811. },
  4812. "/api/institutionalManagement/eggPointCoefficient/del": {
  4813. "delete": {
  4814. "description": "区间系数(删除)",
  4815. "consumes": [
  4816. "application/json"
  4817. ],
  4818. "produces": [
  4819. "application/json"
  4820. ],
  4821. "tags": [
  4822. "蛋蛋分区间系数管理"
  4823. ],
  4824. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4825. "parameters": [
  4826. {
  4827. "type": "string",
  4828. "description": "验证参数Bearer和token空格拼接",
  4829. "name": "Authorization",
  4830. "in": "header",
  4831. "required": true
  4832. },
  4833. {
  4834. "description": "需要删除的数据id",
  4835. "name": "req",
  4836. "in": "body",
  4837. "required": true,
  4838. "schema": {
  4839. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4840. }
  4841. }
  4842. ],
  4843. "responses": {
  4844. "200": {
  4845. "description": "成功删除数据条数",
  4846. "schema": {
  4847. "type": "int"
  4848. }
  4849. },
  4850. "400": {
  4851. "description": "具体错误",
  4852. "schema": {
  4853. "$ref": "#/definitions/md.Response"
  4854. }
  4855. }
  4856. }
  4857. }
  4858. },
  4859. "/api/institutionalManagement/eggPointCoefficient/index": {
  4860. "get": {
  4861. "description": "区间系数(获取)",
  4862. "consumes": [
  4863. "application/json"
  4864. ],
  4865. "produces": [
  4866. "application/json"
  4867. ],
  4868. "tags": [
  4869. "蛋蛋分区间系数管理"
  4870. ],
  4871. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4872. "parameters": [
  4873. {
  4874. "type": "string",
  4875. "description": "验证参数Bearer和token空格拼接",
  4876. "name": "Authorization",
  4877. "in": "header",
  4878. "required": true
  4879. }
  4880. ],
  4881. "responses": {
  4882. "200": {
  4883. "description": "OK",
  4884. "schema": {
  4885. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4886. }
  4887. },
  4888. "400": {
  4889. "description": "具体错误",
  4890. "schema": {
  4891. "$ref": "#/definitions/md.Response"
  4892. }
  4893. }
  4894. }
  4895. }
  4896. },
  4897. "/api/institutionalManagement/eggPointCoefficient/update": {
  4898. "post": {
  4899. "description": "区间系数(更新)",
  4900. "consumes": [
  4901. "application/json"
  4902. ],
  4903. "produces": [
  4904. "application/json"
  4905. ],
  4906. "tags": [
  4907. "蛋蛋分区间系数管理"
  4908. ],
  4909. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4910. "parameters": [
  4911. {
  4912. "type": "string",
  4913. "description": "验证参数Bearer和token空格拼接",
  4914. "name": "Authorization",
  4915. "in": "header",
  4916. "required": true
  4917. },
  4918. {
  4919. "description": "需要更新的数据信息",
  4920. "name": "req",
  4921. "in": "body",
  4922. "required": true,
  4923. "schema": {
  4924. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4925. }
  4926. }
  4927. ],
  4928. "responses": {
  4929. "200": {
  4930. "description": "成功修改的数据数量",
  4931. "schema": {
  4932. "type": "int"
  4933. }
  4934. },
  4935. "400": {
  4936. "description": "具体错误",
  4937. "schema": {
  4938. "$ref": "#/definitions/md.Response"
  4939. }
  4940. }
  4941. }
  4942. }
  4943. },
  4944. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4945. "get": {
  4946. "description": "个性化设置(获取)",
  4947. "consumes": [
  4948. "application/json"
  4949. ],
  4950. "produces": [
  4951. "application/json"
  4952. ],
  4953. "tags": [
  4954. "模块设置"
  4955. ],
  4956. "summary": "制度中心-模块设置-个性化设置(获取)",
  4957. "parameters": [
  4958. {
  4959. "type": "string",
  4960. "description": "验证参数Bearer和token空格拼接",
  4961. "name": "Authorization",
  4962. "in": "header",
  4963. "required": true
  4964. },
  4965. {
  4966. "type": "string",
  4967. "description": "模块类型值",
  4968. "name": "mod_name_value",
  4969. "in": "query",
  4970. "required": true
  4971. }
  4972. ],
  4973. "responses": {
  4974. "200": {
  4975. "description": "具体数据",
  4976. "schema": {
  4977. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4978. }
  4979. },
  4980. "400": {
  4981. "description": "具体错误",
  4982. "schema": {
  4983. "$ref": "#/definitions/md.Response"
  4984. }
  4985. }
  4986. }
  4987. }
  4988. },
  4989. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4990. "post": {
  4991. "description": "个性化设置(更新)",
  4992. "consumes": [
  4993. "application/json"
  4994. ],
  4995. "produces": [
  4996. "application/json"
  4997. ],
  4998. "tags": [
  4999. "模块设置"
  5000. ],
  5001. "summary": "制度中心-模块设置-个性化设置(更新)",
  5002. "parameters": [
  5003. {
  5004. "type": "string",
  5005. "description": "验证参数Bearer和token空格拼接",
  5006. "name": "Authorization",
  5007. "in": "header",
  5008. "required": true
  5009. },
  5010. {
  5011. "description": "模块类型值必填 链接传入完整 URL",
  5012. "name": "req",
  5013. "in": "body",
  5014. "required": true,
  5015. "schema": {
  5016. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  5017. }
  5018. }
  5019. ],
  5020. "responses": {
  5021. "200": {
  5022. "description": "修改数据条数",
  5023. "schema": {
  5024. "type": "int"
  5025. }
  5026. },
  5027. "400": {
  5028. "description": "具体错误",
  5029. "schema": {
  5030. "$ref": "#/definitions/md.Response"
  5031. }
  5032. }
  5033. }
  5034. }
  5035. },
  5036. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  5037. "post": {
  5038. "description": "社区分红(新增)",
  5039. "consumes": [
  5040. "application/json"
  5041. ],
  5042. "produces": [
  5043. "application/json"
  5044. ],
  5045. "tags": [
  5046. "公排管理"
  5047. ],
  5048. "summary": "制度中心-公排管理-社区分红(新增)",
  5049. "parameters": [
  5050. {
  5051. "type": "string",
  5052. "description": "验证参数Bearer和token空格拼接",
  5053. "name": "Authorization",
  5054. "in": "header",
  5055. "required": true
  5056. },
  5057. {
  5058. "description": "分红名称、分红总量",
  5059. "name": "req",
  5060. "in": "body",
  5061. "required": true,
  5062. "schema": {
  5063. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  5064. }
  5065. }
  5066. ],
  5067. "responses": {
  5068. "200": {
  5069. "description": "成功",
  5070. "schema": {
  5071. "type": "success"
  5072. }
  5073. },
  5074. "400": {
  5075. "description": "具体错误",
  5076. "schema": {
  5077. "$ref": "#/definitions/md.Response"
  5078. }
  5079. }
  5080. }
  5081. }
  5082. },
  5083. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  5084. "post": {
  5085. "description": "社区分红(查询)",
  5086. "consumes": [
  5087. "application/json"
  5088. ],
  5089. "produces": [
  5090. "application/json"
  5091. ],
  5092. "tags": [
  5093. "公排管理"
  5094. ],
  5095. "summary": "制度中心-公排管理-社区分红(查询)",
  5096. "parameters": [
  5097. {
  5098. "type": "string",
  5099. "description": "验证参数Bearer和token空格拼接",
  5100. "name": "Authorization",
  5101. "in": "header",
  5102. "required": true
  5103. },
  5104. {
  5105. "description": "页数、每页大小必填 起止时间、起止数量选填",
  5106. "name": "req",
  5107. "in": "body",
  5108. "required": true,
  5109. "schema": {
  5110. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  5111. }
  5112. }
  5113. ],
  5114. "responses": {
  5115. "200": {
  5116. "description": "具体数据",
  5117. "schema": {
  5118. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  5119. }
  5120. },
  5121. "400": {
  5122. "description": "具体错误",
  5123. "schema": {
  5124. "$ref": "#/definitions/md.Response"
  5125. }
  5126. }
  5127. }
  5128. }
  5129. },
  5130. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  5131. "post": {
  5132. "description": "社区长列表(新增)",
  5133. "consumes": [
  5134. "application/json"
  5135. ],
  5136. "produces": [
  5137. "application/json"
  5138. ],
  5139. "tags": [
  5140. "公排管理"
  5141. ],
  5142. "summary": "制度中心-公排管理-社区长列表(新增)",
  5143. "parameters": [
  5144. {
  5145. "type": "string",
  5146. "description": "验证参数Bearer和token空格拼接",
  5147. "name": "Authorization",
  5148. "in": "header",
  5149. "required": true
  5150. },
  5151. {
  5152. "description": "新增社区长 ID、备注",
  5153. "name": "req",
  5154. "in": "body",
  5155. "required": true,
  5156. "schema": {
  5157. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  5158. }
  5159. }
  5160. ],
  5161. "responses": {
  5162. "200": {
  5163. "description": "插入数据 ID",
  5164. "schema": {
  5165. "type": "int"
  5166. }
  5167. },
  5168. "400": {
  5169. "description": "具体错误",
  5170. "schema": {
  5171. "$ref": "#/definitions/md.Response"
  5172. }
  5173. }
  5174. }
  5175. }
  5176. },
  5177. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  5178. "delete": {
  5179. "description": "社区长列表(删除)",
  5180. "consumes": [
  5181. "application/json"
  5182. ],
  5183. "produces": [
  5184. "application/json"
  5185. ],
  5186. "tags": [
  5187. "公排管理"
  5188. ],
  5189. "summary": "制度中心-公排管理-社区长列表(删除)",
  5190. "parameters": [
  5191. {
  5192. "type": "string",
  5193. "description": "验证参数Bearer和token空格拼接",
  5194. "name": "Authorization",
  5195. "in": "header",
  5196. "required": true
  5197. }
  5198. ],
  5199. "responses": {
  5200. "200": {
  5201. "description": "删除数据数量",
  5202. "schema": {
  5203. "type": "int"
  5204. }
  5205. },
  5206. "400": {
  5207. "description": "具体错误",
  5208. "schema": {
  5209. "$ref": "#/definitions/md.Response"
  5210. }
  5211. }
  5212. }
  5213. }
  5214. },
  5215. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  5216. "post": {
  5217. "description": "社区长列表(查询)",
  5218. "consumes": [
  5219. "application/json"
  5220. ],
  5221. "produces": [
  5222. "application/json"
  5223. ],
  5224. "tags": [
  5225. "公排管理"
  5226. ],
  5227. "summary": "制度中心-公排管理-社区长列表(查询)",
  5228. "parameters": [
  5229. {
  5230. "type": "string",
  5231. "description": "验证参数Bearer和token空格拼接",
  5232. "name": "Authorization",
  5233. "in": "header",
  5234. "required": true
  5235. },
  5236. {
  5237. "description": "页数、每页大小必填 手机号、用户ID选填",
  5238. "name": "req",
  5239. "in": "body",
  5240. "required": true,
  5241. "schema": {
  5242. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5243. }
  5244. }
  5245. ],
  5246. "responses": {
  5247. "200": {
  5248. "description": "社区长列表",
  5249. "schema": {
  5250. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5251. }
  5252. },
  5253. "400": {
  5254. "description": "具体错误",
  5255. "schema": {
  5256. "$ref": "#/definitions/md.Response"
  5257. }
  5258. }
  5259. }
  5260. }
  5261. },
  5262. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5263. "post": {
  5264. "description": "关系分布图(位置转换)",
  5265. "consumes": [
  5266. "application/json"
  5267. ],
  5268. "produces": [
  5269. "application/json"
  5270. ],
  5271. "tags": [
  5272. "公排管理"
  5273. ],
  5274. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5275. "parameters": [
  5276. {
  5277. "type": "string",
  5278. "description": "验证参数Bearer和token空格拼接",
  5279. "name": "Authorization",
  5280. "in": "header",
  5281. "required": true
  5282. },
  5283. {
  5284. "description": "需要交换的两个位置",
  5285. "name": "req",
  5286. "in": "body",
  5287. "required": true,
  5288. "schema": {
  5289. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5290. }
  5291. }
  5292. ],
  5293. "responses": {
  5294. "200": {
  5295. "description": "成功返回",
  5296. "schema": {
  5297. "type": ""
  5298. }
  5299. },
  5300. "400": {
  5301. "description": "具体错误",
  5302. "schema": {
  5303. "$ref": "#/definitions/md.Response"
  5304. }
  5305. }
  5306. }
  5307. }
  5308. },
  5309. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5310. "get": {
  5311. "description": "关系分布图(获取指定用户上级)",
  5312. "consumes": [
  5313. "application/json"
  5314. ],
  5315. "produces": [
  5316. "application/json"
  5317. ],
  5318. "tags": [
  5319. "公排管理"
  5320. ],
  5321. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5322. "parameters": [
  5323. {
  5324. "type": "string",
  5325. "description": "验证参数Bearer和token空格拼接",
  5326. "name": "Authorization",
  5327. "in": "header",
  5328. "required": true
  5329. },
  5330. {
  5331. "type": "string",
  5332. "description": "用户ID",
  5333. "name": "uid",
  5334. "in": "query",
  5335. "required": true
  5336. }
  5337. ],
  5338. "responses": {
  5339. "200": {
  5340. "description": "具体数据",
  5341. "schema": {
  5342. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5343. }
  5344. },
  5345. "400": {
  5346. "description": "具体错误",
  5347. "schema": {
  5348. "$ref": "#/definitions/md.Response"
  5349. }
  5350. }
  5351. }
  5352. }
  5353. },
  5354. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5355. "get": {
  5356. "description": "关系分布图(获取指定用户下级)",
  5357. "consumes": [
  5358. "application/json"
  5359. ],
  5360. "produces": [
  5361. "application/json"
  5362. ],
  5363. "tags": [
  5364. "公排管理"
  5365. ],
  5366. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5367. "parameters": [
  5368. {
  5369. "type": "string",
  5370. "description": "验证参数Bearer和token空格拼接",
  5371. "name": "Authorization",
  5372. "in": "header",
  5373. "required": true
  5374. },
  5375. {
  5376. "type": "string",
  5377. "description": "用户ID",
  5378. "name": "uid",
  5379. "in": "query",
  5380. "required": true
  5381. }
  5382. ],
  5383. "responses": {
  5384. "200": {
  5385. "description": "具体数据",
  5386. "schema": {
  5387. "$ref": "#/definitions/md.TreeNode"
  5388. }
  5389. },
  5390. "400": {
  5391. "description": "具体错误",
  5392. "schema": {
  5393. "$ref": "#/definitions/md.Response"
  5394. }
  5395. }
  5396. }
  5397. }
  5398. },
  5399. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5400. "get": {
  5401. "description": "公排基础设置(获取)",
  5402. "consumes": [
  5403. "application/json"
  5404. ],
  5405. "produces": [
  5406. "application/json"
  5407. ],
  5408. "tags": [
  5409. "公排管理"
  5410. ],
  5411. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5412. "parameters": [
  5413. {
  5414. "type": "string",
  5415. "description": "验证参数Bearer和token空格拼接",
  5416. "name": "Authorization",
  5417. "in": "header",
  5418. "required": true
  5419. }
  5420. ],
  5421. "responses": {
  5422. "200": {
  5423. "description": "具体数据",
  5424. "schema": {
  5425. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5426. }
  5427. },
  5428. "400": {
  5429. "description": "具体错误",
  5430. "schema": {
  5431. "$ref": "#/definitions/md.Response"
  5432. }
  5433. }
  5434. }
  5435. }
  5436. },
  5437. "/api/institutionalManagement/publicPlatoon/nineDimensionalSpace": {
  5438. "get": {
  5439. "description": "关系分布图(公排详情)",
  5440. "consumes": [
  5441. "application/json"
  5442. ],
  5443. "produces": [
  5444. "application/json"
  5445. ],
  5446. "tags": [
  5447. "公排管理"
  5448. ],
  5449. "summary": "制度中心-公排管理-关系分布图(公排详情)",
  5450. "parameters": [
  5451. {
  5452. "type": "string",
  5453. "description": "验证参数Bearer和token空格拼接",
  5454. "name": "Authorization",
  5455. "in": "header",
  5456. "required": true
  5457. },
  5458. {
  5459. "type": "string",
  5460. "description": "用户id",
  5461. "name": "uid",
  5462. "in": "query"
  5463. }
  5464. ],
  5465. "responses": {
  5466. "200": {
  5467. "description": "成功返回",
  5468. "schema": {
  5469. "type": ""
  5470. }
  5471. },
  5472. "400": {
  5473. "description": "具体错误",
  5474. "schema": {
  5475. "$ref": "#/definitions/md.Response"
  5476. }
  5477. }
  5478. }
  5479. }
  5480. },
  5481. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5482. "delete": {
  5483. "description": "免罚用户(删除)",
  5484. "consumes": [
  5485. "application/json"
  5486. ],
  5487. "produces": [
  5488. "application/json"
  5489. ],
  5490. "tags": [
  5491. "公排管理"
  5492. ],
  5493. "summary": "制度中心-公排管理-免罚用户(删除)",
  5494. "parameters": [
  5495. {
  5496. "type": "string",
  5497. "description": "验证参数Bearer和token空格拼接",
  5498. "name": "Authorization",
  5499. "in": "header",
  5500. "required": true
  5501. },
  5502. {
  5503. "description": "免罚用户ID",
  5504. "name": "req",
  5505. "in": "body",
  5506. "required": true,
  5507. "schema": {
  5508. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5509. }
  5510. }
  5511. ],
  5512. "responses": {
  5513. "200": {
  5514. "description": "删除数据数量",
  5515. "schema": {
  5516. "type": "int"
  5517. }
  5518. },
  5519. "400": {
  5520. "description": "具体错误",
  5521. "schema": {
  5522. "$ref": "#/definitions/md.Response"
  5523. }
  5524. }
  5525. }
  5526. }
  5527. },
  5528. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5529. "post": {
  5530. "description": "免罚用户(查询)",
  5531. "consumes": [
  5532. "application/json"
  5533. ],
  5534. "produces": [
  5535. "application/json"
  5536. ],
  5537. "tags": [
  5538. "公排管理"
  5539. ],
  5540. "summary": "制度中心-公排管理-免罚用户(查询)",
  5541. "parameters": [
  5542. {
  5543. "type": "string",
  5544. "description": "验证参数Bearer和token空格拼接",
  5545. "name": "Authorization",
  5546. "in": "header",
  5547. "required": true
  5548. },
  5549. {
  5550. "description": "页数和行数必填,uid选填",
  5551. "name": "req",
  5552. "in": "body",
  5553. "required": true,
  5554. "schema": {
  5555. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5556. }
  5557. }
  5558. ],
  5559. "responses": {
  5560. "200": {
  5561. "description": "成功返回",
  5562. "schema": {
  5563. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5564. }
  5565. },
  5566. "400": {
  5567. "description": "具体错误",
  5568. "schema": {
  5569. "$ref": "#/definitions/md.Response"
  5570. }
  5571. }
  5572. }
  5573. }
  5574. },
  5575. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5576. "post": {
  5577. "description": "免罚用户(新增)",
  5578. "consumes": [
  5579. "application/json"
  5580. ],
  5581. "produces": [
  5582. "application/json"
  5583. ],
  5584. "tags": [
  5585. "公排管理"
  5586. ],
  5587. "summary": "制度中心-公排管理-免罚用户(新增)",
  5588. "parameters": [
  5589. {
  5590. "type": "string",
  5591. "description": "验证参数Bearer和token空格拼接",
  5592. "name": "Authorization",
  5593. "in": "header",
  5594. "required": true
  5595. },
  5596. {
  5597. "description": "免罚用户ID",
  5598. "name": "req",
  5599. "in": "body",
  5600. "required": true,
  5601. "schema": {
  5602. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5603. }
  5604. }
  5605. ],
  5606. "responses": {
  5607. "200": {
  5608. "description": "插入数据 ID",
  5609. "schema": {
  5610. "type": "int"
  5611. }
  5612. },
  5613. "400": {
  5614. "description": "具体错误",
  5615. "schema": {
  5616. "$ref": "#/definitions/md.Response"
  5617. }
  5618. }
  5619. }
  5620. }
  5621. },
  5622. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5623. "get": {
  5624. "description": "关系分布图(获取)",
  5625. "consumes": [
  5626. "application/json"
  5627. ],
  5628. "produces": [
  5629. "application/json"
  5630. ],
  5631. "tags": [
  5632. "公排管理"
  5633. ],
  5634. "summary": "制度中心-公排管理-关系分布图(获取)",
  5635. "parameters": [
  5636. {
  5637. "type": "string",
  5638. "description": "验证参数Bearer和token空格拼接",
  5639. "name": "Authorization",
  5640. "in": "header",
  5641. "required": true
  5642. },
  5643. {
  5644. "type": "string",
  5645. "description": "phone",
  5646. "name": "phone",
  5647. "in": "query",
  5648. "required": true
  5649. },
  5650. {
  5651. "type": "string",
  5652. "description": "uid",
  5653. "name": "uid",
  5654. "in": "query",
  5655. "required": true
  5656. }
  5657. ],
  5658. "responses": {
  5659. "200": {
  5660. "description": "具体数据",
  5661. "schema": {
  5662. "$ref": "#/definitions/md.TreeNode"
  5663. }
  5664. },
  5665. "400": {
  5666. "description": "具体错误",
  5667. "schema": {
  5668. "$ref": "#/definitions/md.Response"
  5669. }
  5670. }
  5671. }
  5672. }
  5673. },
  5674. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5675. "post": {
  5676. "description": "公排基础设置选择会员(查询)",
  5677. "consumes": [
  5678. "application/json"
  5679. ],
  5680. "produces": [
  5681. "application/json"
  5682. ],
  5683. "tags": [
  5684. "公排管理"
  5685. ],
  5686. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5687. "parameters": [
  5688. {
  5689. "type": "string",
  5690. "description": "验证参数Bearer和token空格拼接",
  5691. "name": "Authorization",
  5692. "in": "header",
  5693. "required": true
  5694. },
  5695. {
  5696. "description": "分页信息必填",
  5697. "name": "req",
  5698. "in": "body",
  5699. "required": true,
  5700. "schema": {
  5701. "$ref": "#/definitions/md.SelectMemberReq"
  5702. }
  5703. }
  5704. ],
  5705. "responses": {
  5706. "200": {
  5707. "description": "具体数据",
  5708. "schema": {
  5709. "$ref": "#/definitions/md.SelectMemberResp"
  5710. }
  5711. },
  5712. "400": {
  5713. "description": "具体错误",
  5714. "schema": {
  5715. "$ref": "#/definitions/md.Response"
  5716. }
  5717. }
  5718. }
  5719. }
  5720. },
  5721. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5722. "put": {
  5723. "description": "公排基础设置(修改)",
  5724. "consumes": [
  5725. "application/json"
  5726. ],
  5727. "produces": [
  5728. "application/json"
  5729. ],
  5730. "tags": [
  5731. "公排管理"
  5732. ],
  5733. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5734. "parameters": [
  5735. {
  5736. "type": "string",
  5737. "description": "验证参数Bearer和token空格拼接",
  5738. "name": "Authorization",
  5739. "in": "header",
  5740. "required": true
  5741. },
  5742. {
  5743. "description": "公排设置表单内容",
  5744. "name": "req",
  5745. "in": "body",
  5746. "required": true,
  5747. "schema": {
  5748. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5749. }
  5750. }
  5751. ],
  5752. "responses": {
  5753. "200": {
  5754. "description": "success",
  5755. "schema": {
  5756. "type": "string"
  5757. }
  5758. },
  5759. "400": {
  5760. "description": "具体错误",
  5761. "schema": {
  5762. "$ref": "#/definitions/md.Response"
  5763. }
  5764. }
  5765. }
  5766. }
  5767. },
  5768. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5769. "post": {
  5770. "description": "日活分析",
  5771. "consumes": [
  5772. "application/json"
  5773. ],
  5774. "produces": [
  5775. "application/json"
  5776. ],
  5777. "tags": [
  5778. "公排管理"
  5779. ],
  5780. "summary": "制度中心-公排管理-日活分析",
  5781. "parameters": [
  5782. {
  5783. "type": "string",
  5784. "description": "验证参数Bearer和token空格拼接",
  5785. "name": "Authorization",
  5786. "in": "header",
  5787. "required": true
  5788. },
  5789. {
  5790. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5791. "name": "req",
  5792. "in": "body",
  5793. "required": true,
  5794. "schema": {
  5795. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5796. }
  5797. }
  5798. ],
  5799. "responses": {
  5800. "200": {
  5801. "description": "具体数据",
  5802. "schema": {
  5803. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5804. }
  5805. },
  5806. "400": {
  5807. "description": "具体错误",
  5808. "schema": {
  5809. "$ref": "#/definitions/md.Response"
  5810. }
  5811. }
  5812. }
  5813. }
  5814. },
  5815. "/api/login": {
  5816. "post": {
  5817. "description": "登入",
  5818. "consumes": [
  5819. "application/json"
  5820. ],
  5821. "produces": [
  5822. "application/json"
  5823. ],
  5824. "tags": [
  5825. "登录"
  5826. ],
  5827. "summary": "登陆",
  5828. "parameters": [
  5829. {
  5830. "description": "用户名密码",
  5831. "name": "req",
  5832. "in": "body",
  5833. "required": true,
  5834. "schema": {
  5835. "$ref": "#/definitions/md.LoginReq"
  5836. }
  5837. }
  5838. ],
  5839. "responses": {
  5840. "200": {
  5841. "description": "token",
  5842. "schema": {
  5843. "$ref": "#/definitions/md.LoginResponse"
  5844. }
  5845. },
  5846. "400": {
  5847. "description": "具体错误",
  5848. "schema": {
  5849. "$ref": "#/definitions/md.Response"
  5850. }
  5851. }
  5852. }
  5853. }
  5854. },
  5855. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5856. "get": {
  5857. "description": "新人红包设置(获取)",
  5858. "consumes": [
  5859. "application/json"
  5860. ],
  5861. "produces": [
  5862. "application/json"
  5863. ],
  5864. "tags": [
  5865. "营销应用"
  5866. ],
  5867. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5868. "parameters": [
  5869. {
  5870. "type": "string",
  5871. "description": "验证参数Bearer和token空格拼接",
  5872. "name": "Authorization",
  5873. "in": "header",
  5874. "required": true
  5875. }
  5876. ],
  5877. "responses": {
  5878. "200": {
  5879. "description": "具体数据",
  5880. "schema": {
  5881. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5882. }
  5883. },
  5884. "400": {
  5885. "description": "具体错误",
  5886. "schema": {
  5887. "$ref": "#/definitions/md.Response"
  5888. }
  5889. }
  5890. }
  5891. }
  5892. },
  5893. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5894. "post": {
  5895. "description": "新人红包列表明细(查询)",
  5896. "consumes": [
  5897. "application/json"
  5898. ],
  5899. "produces": [
  5900. "application/json"
  5901. ],
  5902. "tags": [
  5903. "营销应用"
  5904. ],
  5905. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5906. "parameters": [
  5907. {
  5908. "type": "string",
  5909. "description": "验证参数Bearer和token空格拼接",
  5910. "name": "Authorization",
  5911. "in": "header",
  5912. "required": true
  5913. },
  5914. {
  5915. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5916. "name": "req",
  5917. "in": "body",
  5918. "required": true,
  5919. "schema": {
  5920. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5921. }
  5922. }
  5923. ],
  5924. "responses": {
  5925. "200": {
  5926. "description": "具体数据",
  5927. "schema": {
  5928. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5929. }
  5930. },
  5931. "400": {
  5932. "description": "具体错误",
  5933. "schema": {
  5934. "$ref": "#/definitions/md.Response"
  5935. }
  5936. }
  5937. }
  5938. }
  5939. },
  5940. "/api/marketingApplications/newUserRedPackage/recordList": {
  5941. "post": {
  5942. "description": "新人红包列表(查询)",
  5943. "consumes": [
  5944. "application/json"
  5945. ],
  5946. "produces": [
  5947. "application/json"
  5948. ],
  5949. "tags": [
  5950. "营销应用"
  5951. ],
  5952. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5953. "parameters": [
  5954. {
  5955. "type": "string",
  5956. "description": "验证参数Bearer和token空格拼接",
  5957. "name": "Authorization",
  5958. "in": "header",
  5959. "required": true
  5960. },
  5961. {
  5962. "description": "新人红包列表查询条件(分页信息必填)",
  5963. "name": "req",
  5964. "in": "body",
  5965. "required": true,
  5966. "schema": {
  5967. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5968. }
  5969. }
  5970. ],
  5971. "responses": {
  5972. "200": {
  5973. "description": "具体数据",
  5974. "schema": {
  5975. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5976. }
  5977. },
  5978. "400": {
  5979. "description": "具体错误",
  5980. "schema": {
  5981. "$ref": "#/definitions/md.Response"
  5982. }
  5983. }
  5984. }
  5985. }
  5986. },
  5987. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5988. "put": {
  5989. "description": "新人红包设置(修改)",
  5990. "consumes": [
  5991. "application/json"
  5992. ],
  5993. "produces": [
  5994. "application/json"
  5995. ],
  5996. "tags": [
  5997. "营销应用"
  5998. ],
  5999. "summary": "制度中心-营销应用-新人红包设置(修改)",
  6000. "parameters": [
  6001. {
  6002. "type": "string",
  6003. "description": "验证参数Bearer和token空格拼接",
  6004. "name": "Authorization",
  6005. "in": "header",
  6006. "required": true
  6007. },
  6008. {
  6009. "description": "新人红包设置表单",
  6010. "name": "req",
  6011. "in": "body",
  6012. "required": true,
  6013. "schema": {
  6014. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  6015. }
  6016. }
  6017. ],
  6018. "responses": {
  6019. "200": {
  6020. "description": "success",
  6021. "schema": {
  6022. "type": "string"
  6023. }
  6024. },
  6025. "400": {
  6026. "description": "具体错误",
  6027. "schema": {
  6028. "$ref": "#/definitions/md.Response"
  6029. }
  6030. }
  6031. }
  6032. }
  6033. },
  6034. "/api/memberCenter/certificate/del": {
  6035. "post": {
  6036. "description": "会员中心-证书管理-删除",
  6037. "consumes": [
  6038. "application/json"
  6039. ],
  6040. "produces": [
  6041. "application/json"
  6042. ],
  6043. "tags": [
  6044. "会员中心"
  6045. ],
  6046. "summary": "会员中心-证书管理-删除",
  6047. "parameters": [
  6048. {
  6049. "type": "string",
  6050. "description": "验证参数Bearer和token空格拼接",
  6051. "name": "Authorization",
  6052. "in": "header",
  6053. "required": true
  6054. },
  6055. {
  6056. "description": "(分页信息必填)",
  6057. "name": "req",
  6058. "in": "body",
  6059. "required": true,
  6060. "schema": {
  6061. "$ref": "#/definitions/md.CertificateDelReq"
  6062. }
  6063. }
  6064. ],
  6065. "responses": {
  6066. "200": {
  6067. "description": "具体数据",
  6068. "schema": {
  6069. "type": "string"
  6070. }
  6071. },
  6072. "400": {
  6073. "description": "具体错误",
  6074. "schema": {
  6075. "$ref": "#/definitions/md.Response"
  6076. }
  6077. }
  6078. }
  6079. }
  6080. },
  6081. "/api/memberCenter/certificate/list": {
  6082. "post": {
  6083. "description": "会员中心-证书管理",
  6084. "consumes": [
  6085. "application/json"
  6086. ],
  6087. "produces": [
  6088. "application/json"
  6089. ],
  6090. "tags": [
  6091. "会员中心"
  6092. ],
  6093. "summary": "会员中心-证书管理",
  6094. "parameters": [
  6095. {
  6096. "type": "string",
  6097. "description": "验证参数Bearer和token空格拼接",
  6098. "name": "Authorization",
  6099. "in": "header",
  6100. "required": true
  6101. },
  6102. {
  6103. "description": "(分页信息必填)",
  6104. "name": "req",
  6105. "in": "body",
  6106. "required": true,
  6107. "schema": {
  6108. "$ref": "#/definitions/md.CertificateListReq"
  6109. }
  6110. }
  6111. ],
  6112. "responses": {
  6113. "200": {
  6114. "description": "具体数据",
  6115. "schema": {
  6116. "$ref": "#/definitions/md.CertificateListResp"
  6117. }
  6118. },
  6119. "400": {
  6120. "description": "具体错误",
  6121. "schema": {
  6122. "$ref": "#/definitions/md.Response"
  6123. }
  6124. }
  6125. }
  6126. }
  6127. },
  6128. "/api/memberCenter/certificate/save": {
  6129. "post": {
  6130. "description": "会员中心-证书管理-保存",
  6131. "consumes": [
  6132. "application/json"
  6133. ],
  6134. "produces": [
  6135. "application/json"
  6136. ],
  6137. "tags": [
  6138. "会员中心"
  6139. ],
  6140. "summary": "会员中心-证书管理-保存",
  6141. "parameters": [
  6142. {
  6143. "type": "string",
  6144. "description": "验证参数Bearer和token空格拼接",
  6145. "name": "Authorization",
  6146. "in": "header",
  6147. "required": true
  6148. },
  6149. {
  6150. "description": "(分页信息必填)",
  6151. "name": "req",
  6152. "in": "body",
  6153. "required": true,
  6154. "schema": {
  6155. "$ref": "#/definitions/md.CertificateSave"
  6156. }
  6157. }
  6158. ],
  6159. "responses": {
  6160. "200": {
  6161. "description": "具体数据",
  6162. "schema": {
  6163. "type": "string"
  6164. }
  6165. },
  6166. "400": {
  6167. "description": "具体错误",
  6168. "schema": {
  6169. "$ref": "#/definitions/md.Response"
  6170. }
  6171. }
  6172. }
  6173. }
  6174. },
  6175. "/api/memberCenter/levelManagement/addLevel": {
  6176. "post": {
  6177. "description": "等级管理(新增)",
  6178. "consumes": [
  6179. "application/json"
  6180. ],
  6181. "produces": [
  6182. "application/json"
  6183. ],
  6184. "tags": [
  6185. "会员中心"
  6186. ],
  6187. "summary": "制度中心-会员中心-等级管理(新增)",
  6188. "parameters": [
  6189. {
  6190. "type": "string",
  6191. "description": "验证参数Bearer和token空格拼接",
  6192. "name": "Authorization",
  6193. "in": "header",
  6194. "required": true
  6195. },
  6196. {
  6197. "description": "需要新增的等级信息",
  6198. "name": "req",
  6199. "in": "body",
  6200. "required": true,
  6201. "schema": {
  6202. "$ref": "#/definitions/md.AddLevelReq"
  6203. }
  6204. }
  6205. ],
  6206. "responses": {
  6207. "200": {
  6208. "description": "新增等级ID",
  6209. "schema": {
  6210. "type": "int"
  6211. }
  6212. },
  6213. "400": {
  6214. "description": "具体错误",
  6215. "schema": {
  6216. "$ref": "#/definitions/md.Response"
  6217. }
  6218. }
  6219. }
  6220. }
  6221. },
  6222. "/api/memberCenter/levelManagement/deleteLevel": {
  6223. "delete": {
  6224. "description": "等级管理(删除)",
  6225. "consumes": [
  6226. "application/json"
  6227. ],
  6228. "produces": [
  6229. "application/json"
  6230. ],
  6231. "tags": [
  6232. "会员中心"
  6233. ],
  6234. "summary": "制度中心-会员中心-等级管理(删除)",
  6235. "parameters": [
  6236. {
  6237. "type": "string",
  6238. "description": "验证参数Bearer和token空格拼接",
  6239. "name": "Authorization",
  6240. "in": "header",
  6241. "required": true
  6242. },
  6243. {
  6244. "description": "需要删除的等级 ID",
  6245. "name": "req",
  6246. "in": "body",
  6247. "required": true,
  6248. "schema": {
  6249. "$ref": "#/definitions/md.DeleteLevelReq"
  6250. }
  6251. }
  6252. ],
  6253. "responses": {
  6254. "200": {
  6255. "description": "成功删除数据数量",
  6256. "schema": {
  6257. "type": "int"
  6258. }
  6259. },
  6260. "400": {
  6261. "description": "具体错误",
  6262. "schema": {
  6263. "$ref": "#/definitions/md.Response"
  6264. }
  6265. }
  6266. }
  6267. }
  6268. },
  6269. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6270. "delete": {
  6271. "description": "等级任务(删除)",
  6272. "consumes": [
  6273. "application/json"
  6274. ],
  6275. "produces": [
  6276. "application/json"
  6277. ],
  6278. "tags": [
  6279. "会员中心"
  6280. ],
  6281. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6282. "parameters": [
  6283. {
  6284. "type": "string",
  6285. "description": "验证参数Bearer和token空格拼接",
  6286. "name": "Authorization",
  6287. "in": "header",
  6288. "required": true
  6289. },
  6290. {
  6291. "description": "需要删除的等级任务ID",
  6292. "name": "req",
  6293. "in": "body",
  6294. "required": true,
  6295. "schema": {
  6296. "$ref": "#/definitions/md.DeleteTaskReq"
  6297. }
  6298. }
  6299. ],
  6300. "responses": {
  6301. "200": {
  6302. "description": "成功删除数据数量",
  6303. "schema": {
  6304. "type": "int"
  6305. }
  6306. },
  6307. "400": {
  6308. "description": "具体错误",
  6309. "schema": {
  6310. "$ref": "#/definitions/md.Response"
  6311. }
  6312. }
  6313. }
  6314. }
  6315. },
  6316. "/api/memberCenter/levelManagement/getLevelList": {
  6317. "get": {
  6318. "description": "标签管理(获取)",
  6319. "consumes": [
  6320. "application/json"
  6321. ],
  6322. "produces": [
  6323. "application/json"
  6324. ],
  6325. "tags": [
  6326. "会员中心"
  6327. ],
  6328. "summary": "制度中心-会员中心-等级管理(获取)",
  6329. "parameters": [
  6330. {
  6331. "type": "string",
  6332. "description": "验证参数Bearer和token空格拼接",
  6333. "name": "Authorization",
  6334. "in": "header",
  6335. "required": true
  6336. },
  6337. {
  6338. "type": "integer",
  6339. "description": "每页大小",
  6340. "name": "limit",
  6341. "in": "query",
  6342. "required": true
  6343. },
  6344. {
  6345. "type": "integer",
  6346. "description": "页数",
  6347. "name": "page",
  6348. "in": "query",
  6349. "required": true
  6350. }
  6351. ],
  6352. "responses": {
  6353. "200": {
  6354. "description": "具体数据",
  6355. "schema": {
  6356. "$ref": "#/definitions/md.GetLevelListResp"
  6357. }
  6358. },
  6359. "400": {
  6360. "description": "具体错误",
  6361. "schema": {
  6362. "$ref": "#/definitions/md.Response"
  6363. }
  6364. }
  6365. }
  6366. }
  6367. },
  6368. "/api/memberCenter/levelManagement/getOneLevel": {
  6369. "get": {
  6370. "description": "等级明细(获取)",
  6371. "consumes": [
  6372. "application/json"
  6373. ],
  6374. "produces": [
  6375. "application/json"
  6376. ],
  6377. "tags": [
  6378. "会员中心"
  6379. ],
  6380. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6381. "parameters": [
  6382. {
  6383. "type": "string",
  6384. "description": "验证参数Bearer和token空格拼接",
  6385. "name": "Authorization",
  6386. "in": "header",
  6387. "required": true
  6388. },
  6389. {
  6390. "type": "integer",
  6391. "description": "等级 ID",
  6392. "name": "level_id",
  6393. "in": "query",
  6394. "required": true
  6395. }
  6396. ],
  6397. "responses": {
  6398. "200": {
  6399. "description": "具体数据",
  6400. "schema": {
  6401. "$ref": "#/definitions/md.GetOneLevelResp"
  6402. }
  6403. },
  6404. "400": {
  6405. "description": "具体错误",
  6406. "schema": {
  6407. "$ref": "#/definitions/md.Response"
  6408. }
  6409. }
  6410. }
  6411. }
  6412. },
  6413. "/api/memberCenter/levelManagement/updateLevel": {
  6414. "post": {
  6415. "description": "等级管理(更新)",
  6416. "consumes": [
  6417. "application/json"
  6418. ],
  6419. "produces": [
  6420. "application/json"
  6421. ],
  6422. "tags": [
  6423. "会员中心"
  6424. ],
  6425. "summary": "制度中心-会员中心-等级管理(更新)",
  6426. "parameters": [
  6427. {
  6428. "type": "string",
  6429. "description": "验证参数Bearer和token空格拼接",
  6430. "name": "Authorization",
  6431. "in": "header",
  6432. "required": true
  6433. },
  6434. {
  6435. "description": "需要修改的等级信息",
  6436. "name": "req",
  6437. "in": "body",
  6438. "required": true,
  6439. "schema": {
  6440. "$ref": "#/definitions/md.UpdateLevelReq"
  6441. }
  6442. }
  6443. ],
  6444. "responses": {
  6445. "200": {
  6446. "description": "success",
  6447. "schema": {
  6448. "type": "string"
  6449. }
  6450. },
  6451. "400": {
  6452. "description": "具体错误",
  6453. "schema": {
  6454. "$ref": "#/definitions/md.Response"
  6455. }
  6456. }
  6457. }
  6458. }
  6459. },
  6460. "/api/memberCenter/tagManagement/addTag": {
  6461. "post": {
  6462. "description": "标签管理(新增)",
  6463. "consumes": [
  6464. "application/json"
  6465. ],
  6466. "produces": [
  6467. "application/json"
  6468. ],
  6469. "tags": [
  6470. "会员中心"
  6471. ],
  6472. "summary": "制度中心-会员中心-标签管理(新增)",
  6473. "parameters": [
  6474. {
  6475. "type": "string",
  6476. "description": "验证参数Bearer和token空格拼接",
  6477. "name": "Authorization",
  6478. "in": "header",
  6479. "required": true
  6480. },
  6481. {
  6482. "description": "新增的标签信息",
  6483. "name": "req",
  6484. "in": "body",
  6485. "required": true,
  6486. "schema": {
  6487. "$ref": "#/definitions/md.AddTagReq"
  6488. }
  6489. }
  6490. ],
  6491. "responses": {
  6492. "200": {
  6493. "description": "新增的标签 ID",
  6494. "schema": {
  6495. "type": "int"
  6496. }
  6497. },
  6498. "400": {
  6499. "description": "具体错误",
  6500. "schema": {
  6501. "$ref": "#/definitions/md.Response"
  6502. }
  6503. }
  6504. }
  6505. }
  6506. },
  6507. "/api/memberCenter/tagManagement/deleteTag": {
  6508. "delete": {
  6509. "description": "标签管理(删除)",
  6510. "consumes": [
  6511. "application/json"
  6512. ],
  6513. "produces": [
  6514. "application/json"
  6515. ],
  6516. "tags": [
  6517. "会员中心"
  6518. ],
  6519. "summary": "制度中心-会员中心-标签管理(删除)",
  6520. "parameters": [
  6521. {
  6522. "type": "string",
  6523. "description": "验证参数Bearer和token空格拼接",
  6524. "name": "Authorization",
  6525. "in": "header",
  6526. "required": true
  6527. },
  6528. {
  6529. "description": "需要删除的标签 ID",
  6530. "name": "req",
  6531. "in": "body",
  6532. "required": true,
  6533. "schema": {
  6534. "$ref": "#/definitions/md.DeleteTagReq"
  6535. }
  6536. }
  6537. ],
  6538. "responses": {
  6539. "200": {
  6540. "description": "成功删除标签用户数",
  6541. "schema": {
  6542. "type": "int"
  6543. }
  6544. },
  6545. "400": {
  6546. "description": "具体错误",
  6547. "schema": {
  6548. "$ref": "#/definitions/md.Response"
  6549. }
  6550. }
  6551. }
  6552. }
  6553. },
  6554. "/api/memberCenter/tagManagement/getTagList": {
  6555. "get": {
  6556. "description": "标签管理(获取)",
  6557. "consumes": [
  6558. "application/json"
  6559. ],
  6560. "produces": [
  6561. "application/json"
  6562. ],
  6563. "tags": [
  6564. "会员中心"
  6565. ],
  6566. "summary": "制度中心-会员中心-标签管理(获取)",
  6567. "parameters": [
  6568. {
  6569. "type": "string",
  6570. "description": "验证参数Bearer和token空格拼接",
  6571. "name": "Authorization",
  6572. "in": "header",
  6573. "required": true
  6574. },
  6575. {
  6576. "type": "integer",
  6577. "description": "每页大小",
  6578. "name": "limit",
  6579. "in": "query",
  6580. "required": true
  6581. },
  6582. {
  6583. "type": "integer",
  6584. "description": "页数",
  6585. "name": "page",
  6586. "in": "query",
  6587. "required": true
  6588. }
  6589. ],
  6590. "responses": {
  6591. "200": {
  6592. "description": "具体数据",
  6593. "schema": {
  6594. "$ref": "#/definitions/md.GetTagListResp"
  6595. }
  6596. },
  6597. "400": {
  6598. "description": "具体错误",
  6599. "schema": {
  6600. "$ref": "#/definitions/md.Response"
  6601. }
  6602. }
  6603. }
  6604. }
  6605. },
  6606. "/api/memberCenter/tagManagement/updateTag": {
  6607. "post": {
  6608. "description": "标签管理(更新)",
  6609. "consumes": [
  6610. "application/json"
  6611. ],
  6612. "produces": [
  6613. "application/json"
  6614. ],
  6615. "tags": [
  6616. "会员中心"
  6617. ],
  6618. "summary": "制度中心-会员中心-标签管理(更新)",
  6619. "parameters": [
  6620. {
  6621. "type": "string",
  6622. "description": "验证参数Bearer和token空格拼接",
  6623. "name": "Authorization",
  6624. "in": "header",
  6625. "required": true
  6626. },
  6627. {
  6628. "description": "需要修改的标签信息",
  6629. "name": "req",
  6630. "in": "body",
  6631. "required": true,
  6632. "schema": {
  6633. "$ref": "#/definitions/md.UpdateTagReq"
  6634. }
  6635. }
  6636. ],
  6637. "responses": {
  6638. "200": {
  6639. "description": "成功修改数据条数",
  6640. "schema": {
  6641. "type": "int"
  6642. }
  6643. },
  6644. "400": {
  6645. "description": "具体错误",
  6646. "schema": {
  6647. "$ref": "#/definitions/md.Response"
  6648. }
  6649. }
  6650. }
  6651. }
  6652. },
  6653. "/api/memberCenter/userManagement/balanceDetail": {
  6654. "get": {
  6655. "description": "会员明细(余额获取)",
  6656. "consumes": [
  6657. "application/json"
  6658. ],
  6659. "produces": [
  6660. "application/json"
  6661. ],
  6662. "tags": [
  6663. "会员中心"
  6664. ],
  6665. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6666. "parameters": [
  6667. {
  6668. "type": "string",
  6669. "description": "验证参数Bearer和token空格拼接",
  6670. "name": "Authorization",
  6671. "in": "header",
  6672. "required": true
  6673. },
  6674. {
  6675. "type": "string",
  6676. "description": "用户 ID",
  6677. "name": "uid",
  6678. "in": "query",
  6679. "required": true
  6680. },
  6681. {
  6682. "type": "string",
  6683. "description": "每页大小",
  6684. "name": "limit",
  6685. "in": "query",
  6686. "required": true
  6687. },
  6688. {
  6689. "type": "string",
  6690. "description": "页数",
  6691. "name": "page",
  6692. "in": "query",
  6693. "required": true
  6694. }
  6695. ],
  6696. "responses": {
  6697. "200": {
  6698. "description": "具体数据",
  6699. "schema": {
  6700. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6701. }
  6702. },
  6703. "400": {
  6704. "description": "具体错误",
  6705. "schema": {
  6706. "$ref": "#/definitions/md.Response"
  6707. }
  6708. }
  6709. }
  6710. }
  6711. },
  6712. "/api/memberCenter/userManagement/getFans": {
  6713. "get": {
  6714. "description": "会员明细粉丝情况(获取)",
  6715. "consumes": [
  6716. "application/json"
  6717. ],
  6718. "produces": [
  6719. "application/json"
  6720. ],
  6721. "tags": [
  6722. "会员中心"
  6723. ],
  6724. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6725. "parameters": [
  6726. {
  6727. "type": "string",
  6728. "description": "验证参数Bearer和token空格拼接",
  6729. "name": "Authorization",
  6730. "in": "header",
  6731. "required": true
  6732. },
  6733. {
  6734. "type": "string",
  6735. "description": "用户 ID",
  6736. "name": "uid",
  6737. "in": "query",
  6738. "required": true
  6739. },
  6740. {
  6741. "type": "string",
  6742. "description": "粉丝类型(0.全部 1.直推 2.二代 3.二代以后)",
  6743. "name": "type",
  6744. "in": "query",
  6745. "required": true
  6746. },
  6747. {
  6748. "type": "string",
  6749. "description": "每页大小",
  6750. "name": "limit",
  6751. "in": "query",
  6752. "required": true
  6753. },
  6754. {
  6755. "type": "string",
  6756. "description": "页数",
  6757. "name": "page",
  6758. "in": "query",
  6759. "required": true
  6760. }
  6761. ],
  6762. "responses": {
  6763. "200": {
  6764. "description": "具体数据",
  6765. "schema": {
  6766. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6767. }
  6768. },
  6769. "400": {
  6770. "description": "具体错误",
  6771. "schema": {
  6772. "$ref": "#/definitions/md.Response"
  6773. }
  6774. }
  6775. }
  6776. }
  6777. },
  6778. "/api/memberCenter/userManagement/getUserList": {
  6779. "post": {
  6780. "description": "用户信息管理(获取)",
  6781. "consumes": [
  6782. "application/json"
  6783. ],
  6784. "produces": [
  6785. "application/json"
  6786. ],
  6787. "tags": [
  6788. "会员中心"
  6789. ],
  6790. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6791. "parameters": [
  6792. {
  6793. "type": "string",
  6794. "description": "验证参数Bearer和token空格拼接",
  6795. "name": "Authorization",
  6796. "in": "header",
  6797. "required": true
  6798. },
  6799. {
  6800. "description": "分页信息必填",
  6801. "name": "req",
  6802. "in": "body",
  6803. "required": true,
  6804. "schema": {
  6805. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6806. }
  6807. }
  6808. ],
  6809. "responses": {
  6810. "200": {
  6811. "description": "具体数据",
  6812. "schema": {
  6813. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6814. }
  6815. },
  6816. "400": {
  6817. "description": "具体错误",
  6818. "schema": {
  6819. "$ref": "#/definitions/md.Response"
  6820. }
  6821. }
  6822. }
  6823. }
  6824. },
  6825. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6826. "get": {
  6827. "description": "会员明细(积分明细获取)",
  6828. "consumes": [
  6829. "application/json"
  6830. ],
  6831. "produces": [
  6832. "application/json"
  6833. ],
  6834. "tags": [
  6835. "会员中心"
  6836. ],
  6837. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6838. "parameters": [
  6839. {
  6840. "type": "string",
  6841. "description": "验证参数Bearer和token空格拼接",
  6842. "name": "Authorization",
  6843. "in": "header",
  6844. "required": true
  6845. },
  6846. {
  6847. "type": "string",
  6848. "description": "用户 ID",
  6849. "name": "uid",
  6850. "in": "query",
  6851. "required": true
  6852. },
  6853. {
  6854. "type": "string",
  6855. "description": "货币 ID",
  6856. "name": "coinId",
  6857. "in": "query",
  6858. "required": true
  6859. },
  6860. {
  6861. "type": "string",
  6862. "description": "每页大小",
  6863. "name": "limit",
  6864. "in": "query",
  6865. "required": true
  6866. },
  6867. {
  6868. "type": "string",
  6869. "description": "页数",
  6870. "name": "page",
  6871. "in": "query",
  6872. "required": true
  6873. }
  6874. ],
  6875. "responses": {
  6876. "200": {
  6877. "description": "具体数据",
  6878. "schema": {
  6879. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6880. }
  6881. },
  6882. "400": {
  6883. "description": "具体错误",
  6884. "schema": {
  6885. "$ref": "#/definitions/md.Response"
  6886. }
  6887. }
  6888. }
  6889. }
  6890. },
  6891. "/api/memberCenter/userManagement/updateUserInfo": {
  6892. "post": {
  6893. "description": "用户信息管理(更新)",
  6894. "consumes": [
  6895. "application/json"
  6896. ],
  6897. "produces": [
  6898. "application/json"
  6899. ],
  6900. "tags": [
  6901. "会员中心"
  6902. ],
  6903. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6904. "parameters": [
  6905. {
  6906. "type": "string",
  6907. "description": "验证参数Bearer和token空格拼接",
  6908. "name": "Authorization",
  6909. "in": "header",
  6910. "required": true
  6911. },
  6912. {
  6913. "description": "用户ID 必传",
  6914. "name": "req",
  6915. "in": "body",
  6916. "required": true,
  6917. "schema": {
  6918. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6919. }
  6920. }
  6921. ],
  6922. "responses": {
  6923. "200": {
  6924. "description": "修改数据行数",
  6925. "schema": {
  6926. "type": "int"
  6927. }
  6928. },
  6929. "400": {
  6930. "description": "具体错误",
  6931. "schema": {
  6932. "$ref": "#/definitions/md.Response"
  6933. }
  6934. }
  6935. }
  6936. }
  6937. },
  6938. "/api/memberCenter/userManagement/userData": {
  6939. "get": {
  6940. "description": "会员明细概况(获取)",
  6941. "consumes": [
  6942. "application/json"
  6943. ],
  6944. "produces": [
  6945. "application/json"
  6946. ],
  6947. "tags": [
  6948. "会员中心"
  6949. ],
  6950. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6951. "parameters": [
  6952. {
  6953. "type": "string",
  6954. "description": "验证参数Bearer和token空格拼接",
  6955. "name": "Authorization",
  6956. "in": "header",
  6957. "required": true
  6958. },
  6959. {
  6960. "type": "string",
  6961. "description": "用户 ID",
  6962. "name": "uid",
  6963. "in": "query",
  6964. "required": true
  6965. }
  6966. ],
  6967. "responses": {
  6968. "200": {
  6969. "description": "会员明细概况具体数据",
  6970. "schema": {
  6971. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6972. }
  6973. },
  6974. "400": {
  6975. "description": "具体错误",
  6976. "schema": {
  6977. "$ref": "#/definitions/md.Response"
  6978. }
  6979. }
  6980. }
  6981. }
  6982. },
  6983. "/api/memberCenter/userManagement/userDelete": {
  6984. "post": {
  6985. "description": "删除到回收站",
  6986. "consumes": [
  6987. "application/json"
  6988. ],
  6989. "produces": [
  6990. "application/json"
  6991. ],
  6992. "tags": [
  6993. "会员中心"
  6994. ],
  6995. "summary": "会员中心-用户管理-永久删除",
  6996. "parameters": [
  6997. {
  6998. "type": "string",
  6999. "description": "验证参数Bearer和token空格拼接",
  7000. "name": "Authorization",
  7001. "in": "header",
  7002. "required": true
  7003. },
  7004. {
  7005. "description": "用户ID 必传",
  7006. "name": "req",
  7007. "in": "body",
  7008. "required": true,
  7009. "schema": {
  7010. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7011. }
  7012. }
  7013. ],
  7014. "responses": {
  7015. "200": {
  7016. "description": "修改数据行数",
  7017. "schema": {
  7018. "type": "int"
  7019. }
  7020. },
  7021. "400": {
  7022. "description": "具体错误",
  7023. "schema": {
  7024. "$ref": "#/definitions/md.Response"
  7025. }
  7026. }
  7027. }
  7028. }
  7029. },
  7030. "/api/memberCenter/userManagement/userRecycle": {
  7031. "post": {
  7032. "description": "删除到回收站",
  7033. "consumes": [
  7034. "application/json"
  7035. ],
  7036. "produces": [
  7037. "application/json"
  7038. ],
  7039. "tags": [
  7040. "会员中心"
  7041. ],
  7042. "summary": "会员中心-用户管理-删除到回收站",
  7043. "parameters": [
  7044. {
  7045. "type": "string",
  7046. "description": "验证参数Bearer和token空格拼接",
  7047. "name": "Authorization",
  7048. "in": "header",
  7049. "required": true
  7050. },
  7051. {
  7052. "description": "用户ID 必传",
  7053. "name": "req",
  7054. "in": "body",
  7055. "required": true,
  7056. "schema": {
  7057. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7058. }
  7059. }
  7060. ],
  7061. "responses": {
  7062. "200": {
  7063. "description": "修改数据行数",
  7064. "schema": {
  7065. "type": "int"
  7066. }
  7067. },
  7068. "400": {
  7069. "description": "具体错误",
  7070. "schema": {
  7071. "$ref": "#/definitions/md.Response"
  7072. }
  7073. }
  7074. }
  7075. }
  7076. },
  7077. "/api/memberCenter/userManagement/userRecycleCancel": {
  7078. "post": {
  7079. "description": "恢复到会员列表",
  7080. "consumes": [
  7081. "application/json"
  7082. ],
  7083. "produces": [
  7084. "application/json"
  7085. ],
  7086. "tags": [
  7087. "会员中心"
  7088. ],
  7089. "summary": "会员中心-用户管理-恢复到会员列表",
  7090. "parameters": [
  7091. {
  7092. "type": "string",
  7093. "description": "验证参数Bearer和token空格拼接",
  7094. "name": "Authorization",
  7095. "in": "header",
  7096. "required": true
  7097. },
  7098. {
  7099. "description": "用户ID 必传",
  7100. "name": "req",
  7101. "in": "body",
  7102. "required": true,
  7103. "schema": {
  7104. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  7105. }
  7106. }
  7107. ],
  7108. "responses": {
  7109. "200": {
  7110. "description": "修改数据行数",
  7111. "schema": {
  7112. "type": "int"
  7113. }
  7114. },
  7115. "400": {
  7116. "description": "具体错误",
  7117. "schema": {
  7118. "$ref": "#/definitions/md.Response"
  7119. }
  7120. }
  7121. }
  7122. }
  7123. },
  7124. "/api/memberCenter/userManagement/userRecycleList": {
  7125. "post": {
  7126. "description": "回收站列表",
  7127. "consumes": [
  7128. "application/json"
  7129. ],
  7130. "produces": [
  7131. "application/json"
  7132. ],
  7133. "tags": [
  7134. "会员中心"
  7135. ],
  7136. "summary": "会员中心-用户管理-回收站列表",
  7137. "parameters": [
  7138. {
  7139. "type": "string",
  7140. "description": "验证参数Bearer和token空格拼接",
  7141. "name": "Authorization",
  7142. "in": "header",
  7143. "required": true
  7144. },
  7145. {
  7146. "description": "分页信息必填",
  7147. "name": "req",
  7148. "in": "body",
  7149. "required": true,
  7150. "schema": {
  7151. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  7152. }
  7153. }
  7154. ],
  7155. "responses": {
  7156. "200": {
  7157. "description": "具体数据",
  7158. "schema": {
  7159. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  7160. }
  7161. },
  7162. "400": {
  7163. "description": "具体错误",
  7164. "schema": {
  7165. "$ref": "#/definitions/md.Response"
  7166. }
  7167. }
  7168. }
  7169. }
  7170. },
  7171. "/api/notice/aliyunSms/file/phone": {
  7172. "post": {
  7173. "description": "短信推送记录-通知模板",
  7174. "consumes": [
  7175. "application/json"
  7176. ],
  7177. "produces": [
  7178. "application/json"
  7179. ],
  7180. "tags": [
  7181. "消息中心"
  7182. ],
  7183. "summary": "消息中心-短信推送记录-通知模板",
  7184. "parameters": [
  7185. {
  7186. "type": "string",
  7187. "description": "验证参数Bearer和token空格拼接",
  7188. "name": "Authorization",
  7189. "in": "header",
  7190. "required": true
  7191. },
  7192. {
  7193. "type": "string",
  7194. "description": "参数 file-----文件上传格式",
  7195. "name": "file",
  7196. "in": "formData",
  7197. "required": true
  7198. }
  7199. ],
  7200. "responses": {
  7201. "200": {
  7202. "description": "phone 一个数组",
  7203. "schema": {
  7204. "type": "string"
  7205. }
  7206. },
  7207. "400": {
  7208. "description": "具体错误",
  7209. "schema": {
  7210. "$ref": "#/definitions/md.Response"
  7211. }
  7212. }
  7213. }
  7214. }
  7215. },
  7216. "/api/notice/aliyunSms/getLevelList": {
  7217. "get": {
  7218. "description": "等级管理(获取)",
  7219. "consumes": [
  7220. "application/json"
  7221. ],
  7222. "produces": [
  7223. "application/json"
  7224. ],
  7225. "tags": [
  7226. "消息中心"
  7227. ],
  7228. "summary": "消息中心-短信推送记录-等级管理(获取)",
  7229. "parameters": [
  7230. {
  7231. "type": "string",
  7232. "description": "验证参数Bearer和token空格拼接",
  7233. "name": "Authorization",
  7234. "in": "header",
  7235. "required": true
  7236. },
  7237. {
  7238. "type": "integer",
  7239. "description": "每页大小",
  7240. "name": "limit",
  7241. "in": "query",
  7242. "required": true
  7243. },
  7244. {
  7245. "type": "integer",
  7246. "description": "页数",
  7247. "name": "page",
  7248. "in": "query",
  7249. "required": true
  7250. }
  7251. ],
  7252. "responses": {
  7253. "200": {
  7254. "description": "具体数据",
  7255. "schema": {
  7256. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  7257. }
  7258. },
  7259. "400": {
  7260. "description": "具体错误",
  7261. "schema": {
  7262. "$ref": "#/definitions/md.Response"
  7263. }
  7264. }
  7265. }
  7266. }
  7267. },
  7268. "/api/notice/aliyunSms/getTagList": {
  7269. "get": {
  7270. "description": "标签管理(获取)",
  7271. "consumes": [
  7272. "application/json"
  7273. ],
  7274. "produces": [
  7275. "application/json"
  7276. ],
  7277. "tags": [
  7278. "消息中心"
  7279. ],
  7280. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7281. "parameters": [
  7282. {
  7283. "type": "string",
  7284. "description": "验证参数Bearer和token空格拼接",
  7285. "name": "Authorization",
  7286. "in": "header",
  7287. "required": true
  7288. },
  7289. {
  7290. "type": "integer",
  7291. "description": "每页大小",
  7292. "name": "limit",
  7293. "in": "query",
  7294. "required": true
  7295. },
  7296. {
  7297. "type": "integer",
  7298. "description": "页数",
  7299. "name": "page",
  7300. "in": "query",
  7301. "required": true
  7302. }
  7303. ],
  7304. "responses": {
  7305. "200": {
  7306. "description": "具体数据",
  7307. "schema": {
  7308. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7309. }
  7310. },
  7311. "400": {
  7312. "description": "具体错误",
  7313. "schema": {
  7314. "$ref": "#/definitions/md.Response"
  7315. }
  7316. }
  7317. }
  7318. }
  7319. },
  7320. "/api/notice/aliyunSms/getUserList": {
  7321. "post": {
  7322. "description": "获取用户信息",
  7323. "consumes": [
  7324. "application/json"
  7325. ],
  7326. "produces": [
  7327. "application/json"
  7328. ],
  7329. "tags": [
  7330. "消息中心"
  7331. ],
  7332. "summary": "消息中心-短信推送记录-获取用户信息",
  7333. "parameters": [
  7334. {
  7335. "type": "string",
  7336. "description": "验证参数Bearer和token空格拼接",
  7337. "name": "Authorization",
  7338. "in": "header",
  7339. "required": true
  7340. },
  7341. {
  7342. "description": "(分页信息必填)",
  7343. "name": "req",
  7344. "in": "body",
  7345. "required": true,
  7346. "schema": {
  7347. "$ref": "#/definitions/md.JPushGetUserListReq"
  7348. }
  7349. }
  7350. ],
  7351. "responses": {
  7352. "200": {
  7353. "description": "具体数据",
  7354. "schema": {
  7355. "type": "Object"
  7356. }
  7357. },
  7358. "400": {
  7359. "description": "具体错误",
  7360. "schema": {
  7361. "$ref": "#/definitions/md.Response"
  7362. }
  7363. }
  7364. }
  7365. }
  7366. },
  7367. "/api/notice/aliyunSms/push/list": {
  7368. "post": {
  7369. "description": "短信推送记录-推送记录列表",
  7370. "consumes": [
  7371. "application/json"
  7372. ],
  7373. "produces": [
  7374. "application/json"
  7375. ],
  7376. "tags": [
  7377. "消息中心"
  7378. ],
  7379. "summary": "消息中心-短信推送记录-推送记录列表",
  7380. "parameters": [
  7381. {
  7382. "type": "string",
  7383. "description": "验证参数Bearer和token空格拼接",
  7384. "name": "Authorization",
  7385. "in": "header",
  7386. "required": true
  7387. },
  7388. {
  7389. "description": "(分页信息必填)",
  7390. "name": "req",
  7391. "in": "body",
  7392. "required": true,
  7393. "schema": {
  7394. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7395. }
  7396. }
  7397. ],
  7398. "responses": {
  7399. "200": {
  7400. "description": "具体数据",
  7401. "schema": {
  7402. "$ref": "#/definitions/md.NoticePushListResp"
  7403. }
  7404. },
  7405. "400": {
  7406. "description": "具体错误",
  7407. "schema": {
  7408. "$ref": "#/definitions/md.Response"
  7409. }
  7410. }
  7411. }
  7412. }
  7413. },
  7414. "/api/notice/aliyunSms/push/save": {
  7415. "post": {
  7416. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7417. "consumes": [
  7418. "application/json"
  7419. ],
  7420. "produces": [
  7421. "application/json"
  7422. ],
  7423. "tags": [
  7424. "消息中心"
  7425. ],
  7426. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7427. "parameters": [
  7428. {
  7429. "type": "string",
  7430. "description": "验证参数Bearer和token空格拼接",
  7431. "name": "Authorization",
  7432. "in": "header",
  7433. "required": true
  7434. },
  7435. {
  7436. "description": "(分页信息必填)",
  7437. "name": "req",
  7438. "in": "body",
  7439. "required": true,
  7440. "schema": {
  7441. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7442. }
  7443. }
  7444. ],
  7445. "responses": {
  7446. "200": {
  7447. "description": "具体数据",
  7448. "schema": {
  7449. "type": "string"
  7450. }
  7451. },
  7452. "400": {
  7453. "description": "具体错误",
  7454. "schema": {
  7455. "$ref": "#/definitions/md.Response"
  7456. }
  7457. }
  7458. }
  7459. }
  7460. },
  7461. "/api/notice/aliyunSms/sale/base": {
  7462. "get": {
  7463. "description": "短信推送记录-营销短信-通知模板",
  7464. "consumes": [
  7465. "application/json"
  7466. ],
  7467. "produces": [
  7468. "application/json"
  7469. ],
  7470. "tags": [
  7471. "消息中心"
  7472. ],
  7473. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7474. "parameters": [
  7475. {
  7476. "type": "string",
  7477. "description": "验证参数Bearer和token空格拼接",
  7478. "name": "Authorization",
  7479. "in": "header",
  7480. "required": true
  7481. }
  7482. ],
  7483. "responses": {
  7484. "200": {
  7485. "description": "具体数据",
  7486. "schema": {
  7487. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7488. }
  7489. },
  7490. "400": {
  7491. "description": "具体错误",
  7492. "schema": {
  7493. "$ref": "#/definitions/md.Response"
  7494. }
  7495. }
  7496. }
  7497. }
  7498. },
  7499. "/api/notice/aliyunSms/sale/save": {
  7500. "post": {
  7501. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7502. "consumes": [
  7503. "application/json"
  7504. ],
  7505. "produces": [
  7506. "application/json"
  7507. ],
  7508. "tags": [
  7509. "消息中心"
  7510. ],
  7511. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7512. "parameters": [
  7513. {
  7514. "type": "string",
  7515. "description": "验证参数Bearer和token空格拼接",
  7516. "name": "Authorization",
  7517. "in": "header",
  7518. "required": true
  7519. },
  7520. {
  7521. "description": "数组 把列表的数组传过来",
  7522. "name": "req",
  7523. "in": "body",
  7524. "required": true,
  7525. "schema": {
  7526. "type": "string"
  7527. }
  7528. }
  7529. ],
  7530. "responses": {
  7531. "200": {
  7532. "description": "具体数据",
  7533. "schema": {
  7534. "type": "string"
  7535. }
  7536. },
  7537. "400": {
  7538. "description": "具体错误",
  7539. "schema": {
  7540. "$ref": "#/definitions/md.Response"
  7541. }
  7542. }
  7543. }
  7544. }
  7545. },
  7546. "/api/notice/base/del": {
  7547. "post": {
  7548. "description": "基本配置-通知模板删除",
  7549. "consumes": [
  7550. "application/json"
  7551. ],
  7552. "produces": [
  7553. "application/json"
  7554. ],
  7555. "tags": [
  7556. "消息中心"
  7557. ],
  7558. "summary": "消息中心-基本配置-通知模板删除",
  7559. "parameters": [
  7560. {
  7561. "type": "string",
  7562. "description": "验证参数Bearer和token空格拼接",
  7563. "name": "Authorization",
  7564. "in": "header",
  7565. "required": true
  7566. },
  7567. {
  7568. "description": "(分页信息必填)",
  7569. "name": "req",
  7570. "in": "body",
  7571. "required": true,
  7572. "schema": {
  7573. "$ref": "#/definitions/md.NoticeDelReq"
  7574. }
  7575. }
  7576. ],
  7577. "responses": {
  7578. "200": {
  7579. "description": "具体数据",
  7580. "schema": {
  7581. "type": "string"
  7582. }
  7583. },
  7584. "400": {
  7585. "description": "具体错误",
  7586. "schema": {
  7587. "$ref": "#/definitions/md.Response"
  7588. }
  7589. }
  7590. }
  7591. }
  7592. },
  7593. "/api/notice/base/list": {
  7594. "post": {
  7595. "description": "基本配置-通知模板",
  7596. "consumes": [
  7597. "application/json"
  7598. ],
  7599. "produces": [
  7600. "application/json"
  7601. ],
  7602. "tags": [
  7603. "消息中心"
  7604. ],
  7605. "summary": "消息中心-基本配置-通知模板",
  7606. "parameters": [
  7607. {
  7608. "type": "string",
  7609. "description": "验证参数Bearer和token空格拼接",
  7610. "name": "Authorization",
  7611. "in": "header",
  7612. "required": true
  7613. },
  7614. {
  7615. "description": "(分页信息必填)",
  7616. "name": "req",
  7617. "in": "body",
  7618. "required": true,
  7619. "schema": {
  7620. "$ref": "#/definitions/md.NoticeListReq"
  7621. }
  7622. }
  7623. ],
  7624. "responses": {
  7625. "200": {
  7626. "description": "具体数据",
  7627. "schema": {
  7628. "$ref": "#/definitions/md.NoticeListResp"
  7629. }
  7630. },
  7631. "400": {
  7632. "description": "具体错误",
  7633. "schema": {
  7634. "$ref": "#/definitions/md.Response"
  7635. }
  7636. }
  7637. }
  7638. }
  7639. },
  7640. "/api/notice/base/save": {
  7641. "post": {
  7642. "description": "基本配置-通知模板添加编辑",
  7643. "consumes": [
  7644. "application/json"
  7645. ],
  7646. "produces": [
  7647. "application/json"
  7648. ],
  7649. "tags": [
  7650. "消息中心"
  7651. ],
  7652. "summary": "消息中心-基本配置-通知模板添加编辑",
  7653. "parameters": [
  7654. {
  7655. "type": "string",
  7656. "description": "验证参数Bearer和token空格拼接",
  7657. "name": "Authorization",
  7658. "in": "header",
  7659. "required": true
  7660. },
  7661. {
  7662. "description": "(分页信息必填)",
  7663. "name": "req",
  7664. "in": "body",
  7665. "required": true,
  7666. "schema": {
  7667. "$ref": "#/definitions/md.NoticeSaveReq"
  7668. }
  7669. }
  7670. ],
  7671. "responses": {
  7672. "200": {
  7673. "description": "具体数据",
  7674. "schema": {
  7675. "type": "string"
  7676. }
  7677. },
  7678. "400": {
  7679. "description": "具体错误",
  7680. "schema": {
  7681. "$ref": "#/definitions/md.Response"
  7682. }
  7683. }
  7684. }
  7685. }
  7686. },
  7687. "/api/notice/jPush/getLevelList": {
  7688. "get": {
  7689. "description": "等级管理(获取)",
  7690. "consumes": [
  7691. "application/json"
  7692. ],
  7693. "produces": [
  7694. "application/json"
  7695. ],
  7696. "tags": [
  7697. "消息中心"
  7698. ],
  7699. "summary": "消息中心-基本配置-等级管理(获取)",
  7700. "parameters": [
  7701. {
  7702. "type": "string",
  7703. "description": "验证参数Bearer和token空格拼接",
  7704. "name": "Authorization",
  7705. "in": "header",
  7706. "required": true
  7707. },
  7708. {
  7709. "type": "integer",
  7710. "description": "每页大小",
  7711. "name": "limit",
  7712. "in": "query",
  7713. "required": true
  7714. },
  7715. {
  7716. "type": "integer",
  7717. "description": "页数",
  7718. "name": "page",
  7719. "in": "query",
  7720. "required": true
  7721. }
  7722. ],
  7723. "responses": {
  7724. "200": {
  7725. "description": "具体数据",
  7726. "schema": {
  7727. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7728. }
  7729. },
  7730. "400": {
  7731. "description": "具体错误",
  7732. "schema": {
  7733. "$ref": "#/definitions/md.Response"
  7734. }
  7735. }
  7736. }
  7737. }
  7738. },
  7739. "/api/notice/jPush/getTagList": {
  7740. "get": {
  7741. "description": "标签管理(获取)",
  7742. "consumes": [
  7743. "application/json"
  7744. ],
  7745. "produces": [
  7746. "application/json"
  7747. ],
  7748. "tags": [
  7749. "消息中心"
  7750. ],
  7751. "summary": "消息中心-基本配置-标签管理(获取)",
  7752. "parameters": [
  7753. {
  7754. "type": "string",
  7755. "description": "验证参数Bearer和token空格拼接",
  7756. "name": "Authorization",
  7757. "in": "header",
  7758. "required": true
  7759. },
  7760. {
  7761. "type": "integer",
  7762. "description": "每页大小",
  7763. "name": "limit",
  7764. "in": "query",
  7765. "required": true
  7766. },
  7767. {
  7768. "type": "integer",
  7769. "description": "页数",
  7770. "name": "page",
  7771. "in": "query",
  7772. "required": true
  7773. }
  7774. ],
  7775. "responses": {
  7776. "200": {
  7777. "description": "具体数据",
  7778. "schema": {
  7779. "$ref": "#/definitions/md.JPushGetTagListResp"
  7780. }
  7781. },
  7782. "400": {
  7783. "description": "具体错误",
  7784. "schema": {
  7785. "$ref": "#/definitions/md.Response"
  7786. }
  7787. }
  7788. }
  7789. }
  7790. },
  7791. "/api/notice/jPush/getUserList": {
  7792. "post": {
  7793. "description": "获取用户信息",
  7794. "consumes": [
  7795. "application/json"
  7796. ],
  7797. "produces": [
  7798. "application/json"
  7799. ],
  7800. "tags": [
  7801. "消息中心"
  7802. ],
  7803. "summary": "消息中心-基本配置-获取用户信息",
  7804. "parameters": [
  7805. {
  7806. "type": "string",
  7807. "description": "验证参数Bearer和token空格拼接",
  7808. "name": "Authorization",
  7809. "in": "header",
  7810. "required": true
  7811. },
  7812. {
  7813. "description": "(分页信息必填)",
  7814. "name": "req",
  7815. "in": "body",
  7816. "required": true,
  7817. "schema": {
  7818. "$ref": "#/definitions/md.JPushGetUserListReq"
  7819. }
  7820. }
  7821. ],
  7822. "responses": {
  7823. "200": {
  7824. "description": "具体数据",
  7825. "schema": {
  7826. "type": "Object"
  7827. }
  7828. },
  7829. "400": {
  7830. "description": "具体错误",
  7831. "schema": {
  7832. "$ref": "#/definitions/md.Response"
  7833. }
  7834. }
  7835. }
  7836. }
  7837. },
  7838. "/api/notice/jPush/push/list": {
  7839. "post": {
  7840. "description": "基本配置-推送记录列表",
  7841. "consumes": [
  7842. "application/json"
  7843. ],
  7844. "produces": [
  7845. "application/json"
  7846. ],
  7847. "tags": [
  7848. "消息中心"
  7849. ],
  7850. "summary": "消息中心-基本配置-推送记录列表",
  7851. "parameters": [
  7852. {
  7853. "type": "string",
  7854. "description": "验证参数Bearer和token空格拼接",
  7855. "name": "Authorization",
  7856. "in": "header",
  7857. "required": true
  7858. },
  7859. {
  7860. "description": "(分页信息必填)",
  7861. "name": "req",
  7862. "in": "body",
  7863. "required": true,
  7864. "schema": {
  7865. "$ref": "#/definitions/md.NoticeListReq"
  7866. }
  7867. }
  7868. ],
  7869. "responses": {
  7870. "200": {
  7871. "description": "具体数据",
  7872. "schema": {
  7873. "$ref": "#/definitions/md.NoticePushListResp"
  7874. }
  7875. },
  7876. "400": {
  7877. "description": "具体错误",
  7878. "schema": {
  7879. "$ref": "#/definitions/md.Response"
  7880. }
  7881. }
  7882. }
  7883. }
  7884. },
  7885. "/api/notice/jPush/push/save": {
  7886. "post": {
  7887. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7888. "consumes": [
  7889. "application/json"
  7890. ],
  7891. "produces": [
  7892. "application/json"
  7893. ],
  7894. "tags": [
  7895. "消息中心"
  7896. ],
  7897. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7898. "parameters": [
  7899. {
  7900. "type": "string",
  7901. "description": "验证参数Bearer和token空格拼接",
  7902. "name": "Authorization",
  7903. "in": "header",
  7904. "required": true
  7905. },
  7906. {
  7907. "description": "(分页信息必填)",
  7908. "name": "req",
  7909. "in": "body",
  7910. "required": true,
  7911. "schema": {
  7912. "$ref": "#/definitions/md.NoticePushSaveReq"
  7913. }
  7914. }
  7915. ],
  7916. "responses": {
  7917. "200": {
  7918. "description": "具体数据",
  7919. "schema": {
  7920. "type": "string"
  7921. }
  7922. },
  7923. "400": {
  7924. "description": "具体错误",
  7925. "schema": {
  7926. "$ref": "#/definitions/md.Response"
  7927. }
  7928. }
  7929. }
  7930. }
  7931. },
  7932. "/api/role/addAdmin": {
  7933. "post": {
  7934. "description": "权限管理-新增管理员",
  7935. "consumes": [
  7936. "application/json"
  7937. ],
  7938. "produces": [
  7939. "application/json"
  7940. ],
  7941. "tags": [
  7942. "权限管理"
  7943. ],
  7944. "summary": "新增管理员",
  7945. "parameters": [
  7946. {
  7947. "type": "string",
  7948. "description": "验证参数Bearer和token空格拼接",
  7949. "name": "Authorization",
  7950. "in": "header",
  7951. "required": true
  7952. },
  7953. {
  7954. "description": "请求参数",
  7955. "name": "args",
  7956. "in": "body",
  7957. "required": true,
  7958. "schema": {
  7959. "$ref": "#/definitions/md.AddAdminReq"
  7960. }
  7961. }
  7962. ],
  7963. "responses": {
  7964. "200": {
  7965. "description": "success",
  7966. "schema": {
  7967. "type": "string"
  7968. }
  7969. },
  7970. "400": {
  7971. "description": "具体错误",
  7972. "schema": {
  7973. "$ref": "#/definitions/md.Response"
  7974. }
  7975. }
  7976. }
  7977. }
  7978. },
  7979. "/api/role/addRole": {
  7980. "post": {
  7981. "description": "权限管理-添加角色",
  7982. "consumes": [
  7983. "application/json"
  7984. ],
  7985. "produces": [
  7986. "application/json"
  7987. ],
  7988. "tags": [
  7989. "权限管理"
  7990. ],
  7991. "summary": "添加角色",
  7992. "parameters": [
  7993. {
  7994. "type": "string",
  7995. "description": "验证参数Bearer和token空格拼接",
  7996. "name": "Authorization",
  7997. "in": "header",
  7998. "required": true
  7999. },
  8000. {
  8001. "description": "请求参数",
  8002. "name": "args",
  8003. "in": "body",
  8004. "required": true,
  8005. "schema": {
  8006. "$ref": "#/definitions/md.AddRoleReq"
  8007. }
  8008. }
  8009. ],
  8010. "responses": {
  8011. "200": {
  8012. "description": "success",
  8013. "schema": {
  8014. "type": "string"
  8015. }
  8016. },
  8017. "400": {
  8018. "description": "具体错误",
  8019. "schema": {
  8020. "$ref": "#/definitions/md.Response"
  8021. }
  8022. }
  8023. }
  8024. }
  8025. },
  8026. "/api/role/adminInfo": {
  8027. "get": {
  8028. "description": "权限管理-管理员信息",
  8029. "consumes": [
  8030. "application/json"
  8031. ],
  8032. "produces": [
  8033. "application/json"
  8034. ],
  8035. "tags": [
  8036. "权限管理"
  8037. ],
  8038. "summary": "管理员信息",
  8039. "parameters": [
  8040. {
  8041. "type": "string",
  8042. "description": "验证参数Bearer和token空格拼接",
  8043. "name": "Authorization",
  8044. "in": "header",
  8045. "required": true
  8046. },
  8047. {
  8048. "type": "string",
  8049. "description": "管理员id",
  8050. "name": "adm_id",
  8051. "in": "query",
  8052. "required": true
  8053. }
  8054. ],
  8055. "responses": {
  8056. "200": {
  8057. "description": "具体看返回内容",
  8058. "schema": {
  8059. "type": "string"
  8060. }
  8061. },
  8062. "400": {
  8063. "description": "具体错误",
  8064. "schema": {
  8065. "$ref": "#/definitions/md.Response"
  8066. }
  8067. }
  8068. }
  8069. }
  8070. },
  8071. "/api/role/adminList": {
  8072. "post": {
  8073. "description": "权限管理-管理员列表",
  8074. "consumes": [
  8075. "application/json"
  8076. ],
  8077. "produces": [
  8078. "application/json"
  8079. ],
  8080. "tags": [
  8081. "权限管理"
  8082. ],
  8083. "summary": "管理员列表",
  8084. "parameters": [
  8085. {
  8086. "type": "string",
  8087. "description": "验证参数Bearer和token空格拼接",
  8088. "name": "Authorization",
  8089. "in": "header",
  8090. "required": true
  8091. },
  8092. {
  8093. "description": "请求参数",
  8094. "name": "args",
  8095. "in": "body",
  8096. "required": true,
  8097. "schema": {
  8098. "$ref": "#/definitions/md.AdminListReq"
  8099. }
  8100. }
  8101. ],
  8102. "responses": {
  8103. "200": {
  8104. "description": "具体看返回内容",
  8105. "schema": {
  8106. "type": "string"
  8107. }
  8108. },
  8109. "400": {
  8110. "description": "具体错误",
  8111. "schema": {
  8112. "$ref": "#/definitions/md.Response"
  8113. }
  8114. }
  8115. }
  8116. }
  8117. },
  8118. "/api/role/bindAdminRole": {
  8119. "post": {
  8120. "description": "权限管理-管理员绑定角色",
  8121. "consumes": [
  8122. "application/json"
  8123. ],
  8124. "produces": [
  8125. "application/json"
  8126. ],
  8127. "tags": [
  8128. "权限管理"
  8129. ],
  8130. "summary": "管理员绑定角色",
  8131. "parameters": [
  8132. {
  8133. "type": "string",
  8134. "description": "验证参数Bearer和token空格拼接",
  8135. "name": "Authorization",
  8136. "in": "header",
  8137. "required": true
  8138. },
  8139. {
  8140. "description": "请求参数",
  8141. "name": "args",
  8142. "in": "body",
  8143. "required": true,
  8144. "schema": {
  8145. "$ref": "#/definitions/md.BindAdminRoleReq"
  8146. }
  8147. }
  8148. ],
  8149. "responses": {
  8150. "200": {
  8151. "description": "success",
  8152. "schema": {
  8153. "type": "string"
  8154. }
  8155. },
  8156. "400": {
  8157. "description": "具体错误",
  8158. "schema": {
  8159. "$ref": "#/definitions/md.Response"
  8160. }
  8161. }
  8162. }
  8163. }
  8164. },
  8165. "/api/role/deleteAdmin/{$adm_id}": {
  8166. "delete": {
  8167. "description": "权限管理-删除管理员",
  8168. "consumes": [
  8169. "application/json"
  8170. ],
  8171. "produces": [
  8172. "application/json"
  8173. ],
  8174. "tags": [
  8175. "权限管理"
  8176. ],
  8177. "summary": "删除管理员",
  8178. "parameters": [
  8179. {
  8180. "type": "string",
  8181. "description": "验证参数Bearer和token空格拼接",
  8182. "name": "Authorization",
  8183. "in": "header",
  8184. "required": true
  8185. }
  8186. ],
  8187. "responses": {
  8188. "200": {
  8189. "description": "success",
  8190. "schema": {
  8191. "type": "string"
  8192. }
  8193. },
  8194. "400": {
  8195. "description": "具体错误",
  8196. "schema": {
  8197. "$ref": "#/definitions/md.Response"
  8198. }
  8199. }
  8200. }
  8201. }
  8202. },
  8203. "/api/role/deleteRole/{$id}": {
  8204. "delete": {
  8205. "description": "权限管理-删除角色",
  8206. "consumes": [
  8207. "application/json"
  8208. ],
  8209. "produces": [
  8210. "application/json"
  8211. ],
  8212. "tags": [
  8213. "权限管理"
  8214. ],
  8215. "summary": "删除角色",
  8216. "parameters": [
  8217. {
  8218. "type": "string",
  8219. "description": "验证参数Bearer和token空格拼接",
  8220. "name": "Authorization",
  8221. "in": "header",
  8222. "required": true
  8223. },
  8224. {
  8225. "description": "请求参数",
  8226. "name": "args",
  8227. "in": "body",
  8228. "required": true,
  8229. "schema": {
  8230. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8231. }
  8232. }
  8233. ],
  8234. "responses": {
  8235. "200": {
  8236. "description": "success",
  8237. "schema": {
  8238. "type": "string"
  8239. }
  8240. },
  8241. "400": {
  8242. "description": "具体错误",
  8243. "schema": {
  8244. "$ref": "#/definitions/md.Response"
  8245. }
  8246. }
  8247. }
  8248. }
  8249. },
  8250. "/api/role/permissionGroupList": {
  8251. "get": {
  8252. "description": "权限管理-权限组列表",
  8253. "consumes": [
  8254. "application/json"
  8255. ],
  8256. "produces": [
  8257. "application/json"
  8258. ],
  8259. "tags": [
  8260. "权限管理"
  8261. ],
  8262. "summary": "权限组列表",
  8263. "parameters": [
  8264. {
  8265. "type": "string",
  8266. "description": "验证参数Bearer和token空格拼接",
  8267. "name": "Authorization",
  8268. "in": "header",
  8269. "required": true
  8270. },
  8271. {
  8272. "type": "string",
  8273. "description": "管理员id",
  8274. "name": "adm_id",
  8275. "in": "query",
  8276. "required": true
  8277. }
  8278. ],
  8279. "responses": {
  8280. "200": {
  8281. "description": "具体看返回内容",
  8282. "schema": {
  8283. "type": "string"
  8284. }
  8285. },
  8286. "400": {
  8287. "description": "具体错误",
  8288. "schema": {
  8289. "$ref": "#/definitions/md.Response"
  8290. }
  8291. }
  8292. }
  8293. }
  8294. },
  8295. "/api/role/roleBindPermissionGroup": {
  8296. "post": {
  8297. "description": "权限管理-角色绑定权限组",
  8298. "consumes": [
  8299. "application/json"
  8300. ],
  8301. "produces": [
  8302. "application/json"
  8303. ],
  8304. "tags": [
  8305. "权限管理"
  8306. ],
  8307. "summary": "角色绑定权限组",
  8308. "parameters": [
  8309. {
  8310. "type": "string",
  8311. "description": "验证参数Bearer和token空格拼接",
  8312. "name": "Authorization",
  8313. "in": "header",
  8314. "required": true
  8315. },
  8316. {
  8317. "description": "请求参数",
  8318. "name": "args",
  8319. "in": "body",
  8320. "required": true,
  8321. "schema": {
  8322. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8323. }
  8324. }
  8325. ],
  8326. "responses": {
  8327. "200": {
  8328. "description": "success",
  8329. "schema": {
  8330. "type": "string"
  8331. }
  8332. },
  8333. "400": {
  8334. "description": "具体错误",
  8335. "schema": {
  8336. "$ref": "#/definitions/md.Response"
  8337. }
  8338. }
  8339. }
  8340. }
  8341. },
  8342. "/api/role/roleList": {
  8343. "get": {
  8344. "description": "权限管理-角色列表",
  8345. "consumes": [
  8346. "application/json"
  8347. ],
  8348. "produces": [
  8349. "application/json"
  8350. ],
  8351. "tags": [
  8352. "权限管理"
  8353. ],
  8354. "summary": "角色列表",
  8355. "parameters": [
  8356. {
  8357. "type": "string",
  8358. "description": "验证参数Bearer和token空格拼接",
  8359. "name": "Authorization",
  8360. "in": "header",
  8361. "required": true
  8362. }
  8363. ],
  8364. "responses": {
  8365. "200": {
  8366. "description": "具体看返回内容",
  8367. "schema": {
  8368. "type": "string"
  8369. }
  8370. },
  8371. "400": {
  8372. "description": "具体错误",
  8373. "schema": {
  8374. "$ref": "#/definitions/md.Response"
  8375. }
  8376. }
  8377. }
  8378. }
  8379. },
  8380. "/api/role/updateAdmin": {
  8381. "post": {
  8382. "description": "权限管理-修改管理员信息",
  8383. "consumes": [
  8384. "application/json"
  8385. ],
  8386. "produces": [
  8387. "application/json"
  8388. ],
  8389. "tags": [
  8390. "权限管理"
  8391. ],
  8392. "summary": "修改管理员信息",
  8393. "parameters": [
  8394. {
  8395. "type": "string",
  8396. "description": "验证参数Bearer和token空格拼接",
  8397. "name": "Authorization",
  8398. "in": "header",
  8399. "required": true
  8400. },
  8401. {
  8402. "description": "请求参数",
  8403. "name": "args",
  8404. "in": "body",
  8405. "required": true,
  8406. "schema": {
  8407. "$ref": "#/definitions/md.UpdateAdminReq"
  8408. }
  8409. }
  8410. ],
  8411. "responses": {
  8412. "200": {
  8413. "description": "success",
  8414. "schema": {
  8415. "type": "string"
  8416. }
  8417. },
  8418. "400": {
  8419. "description": "具体错误",
  8420. "schema": {
  8421. "$ref": "#/definitions/md.Response"
  8422. }
  8423. }
  8424. }
  8425. }
  8426. },
  8427. "/api/role/updateAdminState": {
  8428. "post": {
  8429. "description": "权限管理-修改管理员状态",
  8430. "consumes": [
  8431. "application/json"
  8432. ],
  8433. "produces": [
  8434. "application/json"
  8435. ],
  8436. "tags": [
  8437. "权限管理"
  8438. ],
  8439. "summary": "修改管理员状态",
  8440. "parameters": [
  8441. {
  8442. "type": "string",
  8443. "description": "验证参数Bearer和token空格拼接",
  8444. "name": "Authorization",
  8445. "in": "header",
  8446. "required": true
  8447. },
  8448. {
  8449. "description": "请求参数",
  8450. "name": "args",
  8451. "in": "body",
  8452. "required": true,
  8453. "schema": {
  8454. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8455. }
  8456. }
  8457. ],
  8458. "responses": {
  8459. "200": {
  8460. "description": "success",
  8461. "schema": {
  8462. "type": "string"
  8463. }
  8464. },
  8465. "400": {
  8466. "description": "具体错误",
  8467. "schema": {
  8468. "$ref": "#/definitions/md.Response"
  8469. }
  8470. }
  8471. }
  8472. }
  8473. },
  8474. "/api/role/updateRole": {
  8475. "post": {
  8476. "description": "权限管理-修改角色",
  8477. "consumes": [
  8478. "application/json"
  8479. ],
  8480. "produces": [
  8481. "application/json"
  8482. ],
  8483. "tags": [
  8484. "权限管理"
  8485. ],
  8486. "summary": "修改角色",
  8487. "parameters": [
  8488. {
  8489. "type": "string",
  8490. "description": "验证参数Bearer和token空格拼接",
  8491. "name": "Authorization",
  8492. "in": "header",
  8493. "required": true
  8494. },
  8495. {
  8496. "description": "请求参数",
  8497. "name": "args",
  8498. "in": "body",
  8499. "required": true,
  8500. "schema": {
  8501. "$ref": "#/definitions/md.UpdateRoleReq"
  8502. }
  8503. }
  8504. ],
  8505. "responses": {
  8506. "200": {
  8507. "description": "success",
  8508. "schema": {
  8509. "type": "string"
  8510. }
  8511. },
  8512. "400": {
  8513. "description": "具体错误",
  8514. "schema": {
  8515. "$ref": "#/definitions/md.Response"
  8516. }
  8517. }
  8518. }
  8519. }
  8520. },
  8521. "/api/role/updateRoleState": {
  8522. "post": {
  8523. "description": "权限管理-修改角色状态",
  8524. "consumes": [
  8525. "application/json"
  8526. ],
  8527. "produces": [
  8528. "application/json"
  8529. ],
  8530. "tags": [
  8531. "权限管理"
  8532. ],
  8533. "summary": "修改角色状态",
  8534. "parameters": [
  8535. {
  8536. "type": "string",
  8537. "description": "验证参数Bearer和token空格拼接",
  8538. "name": "Authorization",
  8539. "in": "header",
  8540. "required": true
  8541. },
  8542. {
  8543. "description": "请求参数",
  8544. "name": "args",
  8545. "in": "body",
  8546. "required": true,
  8547. "schema": {
  8548. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8549. }
  8550. }
  8551. ],
  8552. "responses": {
  8553. "200": {
  8554. "description": "success",
  8555. "schema": {
  8556. "type": "string"
  8557. }
  8558. },
  8559. "400": {
  8560. "description": "具体错误",
  8561. "schema": {
  8562. "$ref": "#/definitions/md.Response"
  8563. }
  8564. }
  8565. }
  8566. }
  8567. },
  8568. "/api/settCenter/oss/aliYun/getBasic": {
  8569. "get": {
  8570. "description": "对象存储设置(获取)",
  8571. "consumes": [
  8572. "application/json"
  8573. ],
  8574. "produces": [
  8575. "application/json"
  8576. ],
  8577. "tags": [
  8578. "对象存储"
  8579. ],
  8580. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8581. "parameters": [
  8582. {
  8583. "type": "string",
  8584. "description": "验证参数Bearer和token空格拼接",
  8585. "name": "Authorization",
  8586. "in": "header",
  8587. "required": true
  8588. }
  8589. ],
  8590. "responses": {
  8591. "200": {
  8592. "description": "设置列表",
  8593. "schema": {
  8594. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8595. }
  8596. },
  8597. "400": {
  8598. "description": "具体错误",
  8599. "schema": {
  8600. "$ref": "#/definitions/md.Response"
  8601. }
  8602. }
  8603. }
  8604. }
  8605. },
  8606. "/api/settCenter/oss/aliYun/setBasic": {
  8607. "post": {
  8608. "description": "对象存储设置(更新)",
  8609. "consumes": [
  8610. "application/json"
  8611. ],
  8612. "produces": [
  8613. "application/json"
  8614. ],
  8615. "tags": [
  8616. "对象存储"
  8617. ],
  8618. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8619. "parameters": [
  8620. {
  8621. "type": "string",
  8622. "description": "验证参数Bearer和token空格拼接",
  8623. "name": "Authorization",
  8624. "in": "header",
  8625. "required": true
  8626. },
  8627. {
  8628. "description": "上传需要修改的信息",
  8629. "name": "req",
  8630. "in": "body",
  8631. "required": true,
  8632. "schema": {
  8633. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8634. }
  8635. }
  8636. ],
  8637. "responses": {
  8638. "200": {
  8639. "description": "success",
  8640. "schema": {
  8641. "type": "string"
  8642. }
  8643. },
  8644. "400": {
  8645. "description": "具体错误",
  8646. "schema": {
  8647. "$ref": "#/definitions/md.Response"
  8648. }
  8649. }
  8650. }
  8651. }
  8652. },
  8653. "/api/settCenter/web/getBasic": {
  8654. "get": {
  8655. "description": "网站信息-基本设置(获取)",
  8656. "consumes": [
  8657. "application/json"
  8658. ],
  8659. "produces": [
  8660. "application/json"
  8661. ],
  8662. "tags": [
  8663. "基础设置"
  8664. ],
  8665. "summary": "基础设置-网站信息-基本设置(获取)",
  8666. "parameters": [
  8667. {
  8668. "type": "string",
  8669. "description": "验证参数Bearer和token空格拼接",
  8670. "name": "Authorization",
  8671. "in": "header",
  8672. "required": true
  8673. }
  8674. ],
  8675. "responses": {
  8676. "200": {
  8677. "description": "设置列表",
  8678. "schema": {
  8679. "$ref": "#/definitions/setCenter.WebBasicResp"
  8680. }
  8681. },
  8682. "400": {
  8683. "description": "具体错误",
  8684. "schema": {
  8685. "$ref": "#/definitions/md.Response"
  8686. }
  8687. }
  8688. }
  8689. }
  8690. },
  8691. "/api/settCenter/web/setBasic": {
  8692. "post": {
  8693. "description": "基本设置(更新)",
  8694. "consumes": [
  8695. "application/json"
  8696. ],
  8697. "produces": [
  8698. "application/json"
  8699. ],
  8700. "tags": [
  8701. "基础设置"
  8702. ],
  8703. "summary": "基础设置-网站信息-基本设置(更新)",
  8704. "parameters": [
  8705. {
  8706. "type": "string",
  8707. "description": "验证参数Bearer和token空格拼接",
  8708. "name": "Authorization",
  8709. "in": "header",
  8710. "required": true
  8711. },
  8712. {
  8713. "description": "上传需要修改的信息",
  8714. "name": "req",
  8715. "in": "body",
  8716. "required": true,
  8717. "schema": {
  8718. "$ref": "#/definitions/setCenter.WebBasicReq"
  8719. }
  8720. }
  8721. ],
  8722. "responses": {
  8723. "200": {
  8724. "description": "success",
  8725. "schema": {
  8726. "type": "string"
  8727. }
  8728. },
  8729. "400": {
  8730. "description": "具体错误",
  8731. "schema": {
  8732. "$ref": "#/definitions/md.Response"
  8733. }
  8734. }
  8735. }
  8736. }
  8737. },
  8738. "/api/userFeedback/cate/list": {
  8739. "post": {
  8740. "description": "分类列表",
  8741. "consumes": [
  8742. "application/json"
  8743. ],
  8744. "produces": [
  8745. "application/json"
  8746. ],
  8747. "tags": [
  8748. "消息中心"
  8749. ],
  8750. "summary": "反馈列表-分类列表",
  8751. "parameters": [
  8752. {
  8753. "type": "string",
  8754. "description": "验证参数Bearer和token空格拼接",
  8755. "name": "Authorization",
  8756. "in": "header",
  8757. "required": true
  8758. },
  8759. {
  8760. "description": "(分页信息必填)",
  8761. "name": "req",
  8762. "in": "body",
  8763. "required": true,
  8764. "schema": {
  8765. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8766. }
  8767. }
  8768. ],
  8769. "responses": {
  8770. "200": {
  8771. "description": "具体数据",
  8772. "schema": {
  8773. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8774. }
  8775. },
  8776. "400": {
  8777. "description": "具体错误",
  8778. "schema": {
  8779. "$ref": "#/definitions/md.Response"
  8780. }
  8781. }
  8782. }
  8783. }
  8784. },
  8785. "/api/userFeedback/content/change/state": {
  8786. "post": {
  8787. "description": "反馈列表-修改状态",
  8788. "consumes": [
  8789. "application/json"
  8790. ],
  8791. "produces": [
  8792. "application/json"
  8793. ],
  8794. "tags": [
  8795. "消息中心"
  8796. ],
  8797. "summary": "用户反馈-反馈列表-修改状态",
  8798. "parameters": [
  8799. {
  8800. "type": "string",
  8801. "description": "验证参数Bearer和token空格拼接",
  8802. "name": "Authorization",
  8803. "in": "header",
  8804. "required": true
  8805. },
  8806. {
  8807. "description": "(分页信息必填)",
  8808. "name": "req",
  8809. "in": "body",
  8810. "required": true,
  8811. "schema": {
  8812. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8813. }
  8814. }
  8815. ],
  8816. "responses": {
  8817. "200": {
  8818. "description": "具体数据",
  8819. "schema": {
  8820. "type": "string"
  8821. }
  8822. },
  8823. "400": {
  8824. "description": "具体错误",
  8825. "schema": {
  8826. "$ref": "#/definitions/md.Response"
  8827. }
  8828. }
  8829. }
  8830. }
  8831. },
  8832. "/api/userFeedback/content/del": {
  8833. "post": {
  8834. "description": "反馈列表-反馈删除",
  8835. "consumes": [
  8836. "application/json"
  8837. ],
  8838. "produces": [
  8839. "application/json"
  8840. ],
  8841. "tags": [
  8842. "消息中心"
  8843. ],
  8844. "summary": "用户反馈-反馈列表-反馈删除",
  8845. "parameters": [
  8846. {
  8847. "type": "string",
  8848. "description": "验证参数Bearer和token空格拼接",
  8849. "name": "Authorization",
  8850. "in": "header",
  8851. "required": true
  8852. },
  8853. {
  8854. "description": "(分页信息必填)",
  8855. "name": "req",
  8856. "in": "body",
  8857. "required": true,
  8858. "schema": {
  8859. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8860. }
  8861. }
  8862. ],
  8863. "responses": {
  8864. "200": {
  8865. "description": "具体数据",
  8866. "schema": {
  8867. "type": "string"
  8868. }
  8869. },
  8870. "400": {
  8871. "description": "具体错误",
  8872. "schema": {
  8873. "$ref": "#/definitions/md.Response"
  8874. }
  8875. }
  8876. }
  8877. }
  8878. },
  8879. "/api/userFeedback/content/list": {
  8880. "post": {
  8881. "description": "反馈列表",
  8882. "consumes": [
  8883. "application/json"
  8884. ],
  8885. "produces": [
  8886. "application/json"
  8887. ],
  8888. "tags": [
  8889. "消息中心"
  8890. ],
  8891. "summary": "用户反馈-反馈列表",
  8892. "parameters": [
  8893. {
  8894. "type": "string",
  8895. "description": "验证参数Bearer和token空格拼接",
  8896. "name": "Authorization",
  8897. "in": "header",
  8898. "required": true
  8899. },
  8900. {
  8901. "description": "(分页信息必填)",
  8902. "name": "req",
  8903. "in": "body",
  8904. "required": true,
  8905. "schema": {
  8906. "$ref": "#/definitions/md.UserFeedbackListReq"
  8907. }
  8908. }
  8909. ],
  8910. "responses": {
  8911. "200": {
  8912. "description": "具体数据",
  8913. "schema": {
  8914. "$ref": "#/definitions/md.UserFeedbackListResp"
  8915. }
  8916. },
  8917. "400": {
  8918. "description": "具体错误",
  8919. "schema": {
  8920. "$ref": "#/definitions/md.Response"
  8921. }
  8922. }
  8923. }
  8924. }
  8925. },
  8926. "/api/userFeedback/content/record/list": {
  8927. "post": {
  8928. "description": "反馈列表-沟通记录",
  8929. "consumes": [
  8930. "application/json"
  8931. ],
  8932. "produces": [
  8933. "application/json"
  8934. ],
  8935. "tags": [
  8936. "消息中心"
  8937. ],
  8938. "summary": "用户反馈-反馈列表-沟通记录",
  8939. "parameters": [
  8940. {
  8941. "type": "string",
  8942. "description": "验证参数Bearer和token空格拼接",
  8943. "name": "Authorization",
  8944. "in": "header",
  8945. "required": true
  8946. },
  8947. {
  8948. "description": "(分页信息必填)",
  8949. "name": "req",
  8950. "in": "body",
  8951. "required": true,
  8952. "schema": {
  8953. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8954. }
  8955. }
  8956. ],
  8957. "responses": {
  8958. "200": {
  8959. "description": "具体数据",
  8960. "schema": {
  8961. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8962. }
  8963. },
  8964. "400": {
  8965. "description": "具体错误",
  8966. "schema": {
  8967. "$ref": "#/definitions/md.Response"
  8968. }
  8969. }
  8970. }
  8971. }
  8972. },
  8973. "/api/userFeedback/content/say": {
  8974. "post": {
  8975. "description": "反馈列表-沟通发送",
  8976. "consumes": [
  8977. "application/json"
  8978. ],
  8979. "produces": [
  8980. "application/json"
  8981. ],
  8982. "tags": [
  8983. "消息中心"
  8984. ],
  8985. "summary": "用户反馈-反馈列表-沟通发送",
  8986. "parameters": [
  8987. {
  8988. "type": "string",
  8989. "description": "验证参数Bearer和token空格拼接",
  8990. "name": "Authorization",
  8991. "in": "header",
  8992. "required": true
  8993. },
  8994. {
  8995. "description": "(分页信息必填)",
  8996. "name": "req",
  8997. "in": "body",
  8998. "required": true,
  8999. "schema": {
  9000. "$ref": "#/definitions/md.UserFeedbackSayReq"
  9001. }
  9002. }
  9003. ],
  9004. "responses": {
  9005. "200": {
  9006. "description": "具体数据",
  9007. "schema": {
  9008. "type": "string"
  9009. }
  9010. },
  9011. "400": {
  9012. "description": "具体错误",
  9013. "schema": {
  9014. "$ref": "#/definitions/md.Response"
  9015. }
  9016. }
  9017. }
  9018. }
  9019. },
  9020. "/api/userRealName/base": {
  9021. "get": {
  9022. "description": "基本设置-实名认证",
  9023. "consumes": [
  9024. "application/json"
  9025. ],
  9026. "produces": [
  9027. "application/json"
  9028. ],
  9029. "tags": [
  9030. "基本设置"
  9031. ],
  9032. "summary": "基本设置-实名认证-基本配置",
  9033. "parameters": [
  9034. {
  9035. "type": "string",
  9036. "description": "验证参数Bearer和token空格拼接",
  9037. "name": "Authorization",
  9038. "in": "header",
  9039. "required": true
  9040. }
  9041. ],
  9042. "responses": {
  9043. "200": {
  9044. "description": "具体数据",
  9045. "schema": {
  9046. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9047. }
  9048. },
  9049. "400": {
  9050. "description": "具体错误",
  9051. "schema": {
  9052. "$ref": "#/definitions/md.Response"
  9053. }
  9054. }
  9055. }
  9056. }
  9057. },
  9058. "/api/userRealName/base/save": {
  9059. "post": {
  9060. "description": "基本设置-实名认证-基本配置保存",
  9061. "consumes": [
  9062. "application/json"
  9063. ],
  9064. "produces": [
  9065. "application/json"
  9066. ],
  9067. "tags": [
  9068. "基本设置"
  9069. ],
  9070. "summary": "基本设置-实名认证-基本配置保存",
  9071. "parameters": [
  9072. {
  9073. "type": "string",
  9074. "description": "验证参数Bearer和token空格拼接",
  9075. "name": "Authorization",
  9076. "in": "header",
  9077. "required": true
  9078. },
  9079. {
  9080. "description": "(分页信息必填)",
  9081. "name": "req",
  9082. "in": "body",
  9083. "required": true,
  9084. "schema": {
  9085. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9086. }
  9087. }
  9088. ],
  9089. "responses": {
  9090. "200": {
  9091. "description": "具体数据",
  9092. "schema": {
  9093. "type": "string"
  9094. }
  9095. },
  9096. "400": {
  9097. "description": "具体错误",
  9098. "schema": {
  9099. "$ref": "#/definitions/md.Response"
  9100. }
  9101. }
  9102. }
  9103. }
  9104. },
  9105. "/api/userRealName/list": {
  9106. "post": {
  9107. "description": "基本设置-实名认证列表",
  9108. "consumes": [
  9109. "application/json"
  9110. ],
  9111. "produces": [
  9112. "application/json"
  9113. ],
  9114. "tags": [
  9115. "基本设置"
  9116. ],
  9117. "summary": "基本设置-实名认证列表",
  9118. "parameters": [
  9119. {
  9120. "type": "string",
  9121. "description": "验证参数Bearer和token空格拼接",
  9122. "name": "Authorization",
  9123. "in": "header",
  9124. "required": true
  9125. },
  9126. {
  9127. "description": "(分页信息必填)",
  9128. "name": "req",
  9129. "in": "body",
  9130. "required": true,
  9131. "schema": {
  9132. "$ref": "#/definitions/md.UserRealNameReq"
  9133. }
  9134. }
  9135. ],
  9136. "responses": {
  9137. "200": {
  9138. "description": "具体数据",
  9139. "schema": {
  9140. "$ref": "#/definitions/md.UserRealNameResp"
  9141. }
  9142. },
  9143. "400": {
  9144. "description": "具体错误",
  9145. "schema": {
  9146. "$ref": "#/definitions/md.Response"
  9147. }
  9148. }
  9149. }
  9150. }
  9151. },
  9152. "/api/userRealName/save": {
  9153. "post": {
  9154. "description": "基本设置-修改认证状态",
  9155. "consumes": [
  9156. "application/json"
  9157. ],
  9158. "produces": [
  9159. "application/json"
  9160. ],
  9161. "tags": [
  9162. "基本设置"
  9163. ],
  9164. "summary": "基本设置-实名认证-修改认证状态",
  9165. "parameters": [
  9166. {
  9167. "type": "string",
  9168. "description": "验证参数Bearer和token空格拼接",
  9169. "name": "Authorization",
  9170. "in": "header",
  9171. "required": true
  9172. },
  9173. {
  9174. "description": "(分页信息必填)",
  9175. "name": "req",
  9176. "in": "body",
  9177. "required": true,
  9178. "schema": {
  9179. "$ref": "#/definitions/md.UserRealNameSaveReq"
  9180. }
  9181. }
  9182. ],
  9183. "responses": {
  9184. "200": {
  9185. "description": "具体数据",
  9186. "schema": {
  9187. "type": "string"
  9188. }
  9189. },
  9190. "400": {
  9191. "description": "具体错误",
  9192. "schema": {
  9193. "$ref": "#/definitions/md.Response"
  9194. }
  9195. }
  9196. }
  9197. }
  9198. },
  9199. "/api/user_feedback/cate/del": {
  9200. "post": {
  9201. "description": "分类列表-分类删除",
  9202. "consumes": [
  9203. "application/json"
  9204. ],
  9205. "produces": [
  9206. "application/json"
  9207. ],
  9208. "tags": [
  9209. "消息中心"
  9210. ],
  9211. "summary": "反馈列表-分类列表-分类删除",
  9212. "parameters": [
  9213. {
  9214. "type": "string",
  9215. "description": "验证参数Bearer和token空格拼接",
  9216. "name": "Authorization",
  9217. "in": "header",
  9218. "required": true
  9219. },
  9220. {
  9221. "description": "(分页信息必填)",
  9222. "name": "req",
  9223. "in": "body",
  9224. "required": true,
  9225. "schema": {
  9226. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  9227. }
  9228. }
  9229. ],
  9230. "responses": {
  9231. "200": {
  9232. "description": "具体数据",
  9233. "schema": {
  9234. "type": "string"
  9235. }
  9236. },
  9237. "400": {
  9238. "description": "具体错误",
  9239. "schema": {
  9240. "$ref": "#/definitions/md.Response"
  9241. }
  9242. }
  9243. }
  9244. }
  9245. },
  9246. "/api/user_feedback/cate/save": {
  9247. "post": {
  9248. "description": "分类列表-分类保存",
  9249. "consumes": [
  9250. "application/json"
  9251. ],
  9252. "produces": [
  9253. "application/json"
  9254. ],
  9255. "tags": [
  9256. "消息中心"
  9257. ],
  9258. "summary": "反馈列表-分类列表-分类保存",
  9259. "parameters": [
  9260. {
  9261. "type": "string",
  9262. "description": "验证参数Bearer和token空格拼接",
  9263. "name": "Authorization",
  9264. "in": "header",
  9265. "required": true
  9266. },
  9267. {
  9268. "description": "(分页信息必填)",
  9269. "name": "req",
  9270. "in": "body",
  9271. "required": true,
  9272. "schema": {
  9273. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9274. }
  9275. }
  9276. ],
  9277. "responses": {
  9278. "200": {
  9279. "description": "具体数据",
  9280. "schema": {
  9281. "type": "string"
  9282. }
  9283. },
  9284. "400": {
  9285. "description": "具体错误",
  9286. "schema": {
  9287. "$ref": "#/definitions/md.Response"
  9288. }
  9289. }
  9290. }
  9291. }
  9292. },
  9293. "/api/website/certificate": {
  9294. "post": {
  9295. "description": "证书查询",
  9296. "consumes": [
  9297. "application/json"
  9298. ],
  9299. "produces": [
  9300. "application/json"
  9301. ],
  9302. "tags": [
  9303. "官网"
  9304. ],
  9305. "summary": "证书查询",
  9306. "parameters": [
  9307. {
  9308. "type": "string",
  9309. "description": "验证参数Bearer和token空格拼接",
  9310. "name": "Authorization",
  9311. "in": "header",
  9312. "required": true
  9313. },
  9314. {
  9315. "description": "(分页信息必填)",
  9316. "name": "req",
  9317. "in": "body",
  9318. "required": true,
  9319. "schema": {
  9320. "$ref": "#/definitions/md.CertificateReq"
  9321. }
  9322. }
  9323. ],
  9324. "responses": {
  9325. "200": {
  9326. "description": "具体数据",
  9327. "schema": {
  9328. "$ref": "#/definitions/md.CertificateResp"
  9329. }
  9330. },
  9331. "400": {
  9332. "description": "具体错误",
  9333. "schema": {
  9334. "$ref": "#/definitions/md.Response"
  9335. }
  9336. }
  9337. }
  9338. }
  9339. },
  9340. "/api/website/getModuleSetting": {
  9341. "get": {
  9342. "description": "页面样式",
  9343. "consumes": [
  9344. "application/json"
  9345. ],
  9346. "produces": [
  9347. "application/json"
  9348. ],
  9349. "tags": [
  9350. "官网"
  9351. ],
  9352. "summary": "页面样式",
  9353. "parameters": [
  9354. {
  9355. "type": "string",
  9356. "description": "验证参数Bearer和token空格拼接",
  9357. "name": "Authorization",
  9358. "in": "header",
  9359. "required": true
  9360. },
  9361. {
  9362. "type": "string",
  9363. "description": "页面名称类型值(15:官网 联系我们)",
  9364. "name": "mod_name_value",
  9365. "in": "query",
  9366. "required": true
  9367. }
  9368. ],
  9369. "responses": {
  9370. "200": {
  9371. "description": "具体数据",
  9372. "schema": {
  9373. "$ref": "#/definitions/md.GetModuleSettingResp"
  9374. }
  9375. },
  9376. "400": {
  9377. "description": "具体错误",
  9378. "schema": {
  9379. "$ref": "#/definitions/md.Response"
  9380. }
  9381. }
  9382. }
  9383. }
  9384. },
  9385. "/api/website/info": {
  9386. "get": {
  9387. "description": "官网-基本信息",
  9388. "consumes": [
  9389. "application/json"
  9390. ],
  9391. "produces": [
  9392. "application/json"
  9393. ],
  9394. "tags": [
  9395. "官网"
  9396. ],
  9397. "summary": "官网-基本信息",
  9398. "parameters": [
  9399. {
  9400. "type": "string",
  9401. "description": "验证参数Bearer和token空格拼接",
  9402. "name": "Authorization",
  9403. "in": "header",
  9404. "required": true
  9405. }
  9406. ],
  9407. "responses": {
  9408. "200": {
  9409. "description": "具体数据",
  9410. "schema": {
  9411. "$ref": "#/definitions/md.WebsiteInfoResp"
  9412. }
  9413. },
  9414. "400": {
  9415. "description": "具体错误",
  9416. "schema": {
  9417. "$ref": "#/definitions/md.Response"
  9418. }
  9419. }
  9420. }
  9421. }
  9422. }
  9423. },
  9424. "definitions": {
  9425. "applet_app_md.Paginate": {
  9426. "type": "object",
  9427. "properties": {
  9428. "limit": {
  9429. "description": "每页大小",
  9430. "type": "integer"
  9431. },
  9432. "page": {
  9433. "description": "页数",
  9434. "type": "integer"
  9435. },
  9436. "total": {
  9437. "description": "总数据量",
  9438. "type": "integer"
  9439. }
  9440. }
  9441. },
  9442. "applet_app_md_financial_center.Paginate": {
  9443. "type": "object",
  9444. "properties": {
  9445. "limit": {
  9446. "description": "每页大小",
  9447. "type": "integer"
  9448. },
  9449. "page": {
  9450. "description": "页数",
  9451. "type": "integer"
  9452. },
  9453. "total": {
  9454. "description": "总数据量",
  9455. "type": "integer"
  9456. }
  9457. }
  9458. },
  9459. "applet_app_md_financial_center.TagNode": {
  9460. "type": "object",
  9461. "properties": {
  9462. "tag_id": {
  9463. "type": "integer"
  9464. },
  9465. "tag_name": {
  9466. "type": "string"
  9467. }
  9468. }
  9469. },
  9470. "applet_app_md_friend_circle.Paginate": {
  9471. "type": "object",
  9472. "properties": {
  9473. "limit": {
  9474. "description": "每页大小",
  9475. "type": "integer"
  9476. },
  9477. "page": {
  9478. "description": "页数",
  9479. "type": "integer"
  9480. },
  9481. "total": {
  9482. "description": "总数据量",
  9483. "type": "integer"
  9484. }
  9485. }
  9486. },
  9487. "applet_app_md_im.GetBasicResp": {
  9488. "type": "object",
  9489. "properties": {
  9490. "chat_sensitive_words": {
  9491. "type": "string",
  9492. "example": "聊天敏感词"
  9493. },
  9494. "is_allow_add_friends": {
  9495. "type": "string",
  9496. "example": "是否允许加好友"
  9497. },
  9498. "is_auto_add_friends": {
  9499. "type": "string",
  9500. "example": "是否自动加好友"
  9501. },
  9502. "prohibit_add_group_members": {
  9503. "type": "string",
  9504. "example": "是否禁止添加群成员"
  9505. },
  9506. "prohibit_remove_group_members": {
  9507. "type": "string",
  9508. "example": "是否禁止移出群成员"
  9509. },
  9510. "prohibit_update_group_name": {
  9511. "type": "string",
  9512. "example": "是否禁止修改群名称"
  9513. }
  9514. }
  9515. },
  9516. "applet_app_md_im.SetBasicReq": {
  9517. "type": "object",
  9518. "properties": {
  9519. "chat_sensitive_words": {
  9520. "type": "string",
  9521. "example": "聊天敏感词"
  9522. },
  9523. "is_allow_add_friends": {
  9524. "type": "string",
  9525. "example": "是否允许加好友"
  9526. },
  9527. "is_auto_add_friends": {
  9528. "type": "string",
  9529. "example": "是否自动加好友"
  9530. },
  9531. "prohibit_add_group_members": {
  9532. "type": "string",
  9533. "example": "是否禁止添加群成员"
  9534. },
  9535. "prohibit_remove_group_members": {
  9536. "type": "string",
  9537. "example": "是否禁止移出群成员"
  9538. },
  9539. "prohibit_update_group_name": {
  9540. "type": "string",
  9541. "example": "是否禁止修改群名称"
  9542. }
  9543. }
  9544. },
  9545. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9546. "type": "object",
  9547. "properties": {
  9548. "direct_push_reward": {
  9549. "description": "直推奖励",
  9550. "allOf": [
  9551. {
  9552. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9553. }
  9554. ]
  9555. },
  9556. "initial_price": {
  9557. "description": "初始价格",
  9558. "type": "string"
  9559. },
  9560. "is_open": {
  9561. "description": "是否开启(1:开启 0:关闭)",
  9562. "type": "integer"
  9563. },
  9564. "person_egg_energy_coin_id": {
  9565. "description": "个人蛋蛋能量对应虚拟币 id",
  9566. "type": "integer"
  9567. },
  9568. "person_egg_points_coin_id": {
  9569. "description": "个人蛋蛋积分对应虚拟币 id",
  9570. "type": "integer"
  9571. },
  9572. "team_egg_energy_coin_id": {
  9573. "description": "团队蛋蛋能量对应虚拟币 id",
  9574. "type": "integer"
  9575. },
  9576. "team_egg_points_coin_id": {
  9577. "description": "团队蛋蛋积分对应虚拟币 id",
  9578. "type": "integer"
  9579. }
  9580. }
  9581. },
  9582. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9583. "type": "object",
  9584. "properties": {
  9585. "limit": {
  9586. "description": "每页大小",
  9587. "type": "integer"
  9588. },
  9589. "page": {
  9590. "description": "页数",
  9591. "type": "integer"
  9592. },
  9593. "total": {
  9594. "description": "总数据量",
  9595. "type": "integer"
  9596. }
  9597. }
  9598. },
  9599. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9600. "type": "object",
  9601. "properties": {
  9602. "id": {
  9603. "type": "integer"
  9604. },
  9605. "is_open": {
  9606. "description": "是否开启(1:开启 0:关闭)",
  9607. "type": "integer"
  9608. },
  9609. "is_self_active_get_team_revenue": {
  9610. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9611. "type": "integer"
  9612. },
  9613. "originator_uid": {
  9614. "description": "创始人uid",
  9615. "type": "integer"
  9616. },
  9617. "several_rows": {
  9618. "description": "几排",
  9619. "type": "integer"
  9620. },
  9621. "several_times": {
  9622. "description": "几乘",
  9623. "type": "integer"
  9624. },
  9625. "system_punish_replace": {
  9626. "description": "是否位置滑落 被新用户替换 0否 1是",
  9627. "type": "integer"
  9628. },
  9629. "system_punish_replace_value": {
  9630. "description": "xx天未活跃,处罚滑落",
  9631. "type": "integer"
  9632. }
  9633. }
  9634. },
  9635. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9636. "type": "object",
  9637. "properties": {
  9638. "limit": {
  9639. "description": "每页大小",
  9640. "type": "integer"
  9641. },
  9642. "page": {
  9643. "description": "页数",
  9644. "type": "integer"
  9645. },
  9646. "total": {
  9647. "description": "总数据量",
  9648. "type": "integer"
  9649. }
  9650. }
  9651. },
  9652. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9653. "type": "object",
  9654. "properties": {
  9655. "limit": {
  9656. "type": "integer"
  9657. },
  9658. "page": {
  9659. "type": "integer"
  9660. },
  9661. "total": {
  9662. "type": "integer"
  9663. }
  9664. }
  9665. },
  9666. "applet_app_md_member_center.Paginate": {
  9667. "type": "object",
  9668. "properties": {
  9669. "limit": {
  9670. "description": "每页大小",
  9671. "type": "integer"
  9672. },
  9673. "page": {
  9674. "description": "页数",
  9675. "type": "integer"
  9676. },
  9677. "total": {
  9678. "description": "总数据量",
  9679. "type": "integer"
  9680. }
  9681. }
  9682. },
  9683. "applet_app_md_member_center.TagNode": {
  9684. "type": "object",
  9685. "properties": {
  9686. "tag_id": {
  9687. "description": "标签 ID",
  9688. "type": "integer"
  9689. },
  9690. "tag_name": {
  9691. "description": "标签名称",
  9692. "type": "string"
  9693. }
  9694. }
  9695. },
  9696. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9697. "type": "object",
  9698. "properties": {
  9699. "oss_access_key_id": {
  9700. "type": "string",
  9701. "example": "oss访问秘钥id"
  9702. },
  9703. "oss_access_key_secret": {
  9704. "type": "string",
  9705. "example": "oss访问秘钥"
  9706. },
  9707. "oss_assume_arn": {
  9708. "type": "string",
  9709. "example": "oss RAM角色ARN"
  9710. },
  9711. "oss_assume_role_access_key_id": {
  9712. "type": "string",
  9713. "example": "oss RAM角色访问秘钥id"
  9714. },
  9715. "oss_assume_role_access_key_secret": {
  9716. "type": "string",
  9717. "example": "oss RAM角色访问秘钥"
  9718. },
  9719. "oss_bucket_name": {
  9720. "type": "string",
  9721. "example": "oss存储桶名称"
  9722. },
  9723. "oss_bucket_scheme": {
  9724. "type": "string",
  9725. "example": "oss上传方式"
  9726. },
  9727. "oss_endpoint": {
  9728. "type": "string",
  9729. "example": "oss地域节点"
  9730. },
  9731. "oss_object_domain": {
  9732. "type": "string",
  9733. "example": "oss域名"
  9734. },
  9735. "oss_option": {
  9736. "type": "string",
  9737. "example": "oss上传文件类型选项,以逗号分割"
  9738. }
  9739. }
  9740. },
  9741. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9742. "type": "object",
  9743. "properties": {
  9744. "oss_access_key_id": {
  9745. "type": "string",
  9746. "example": "oss访问秘钥id"
  9747. },
  9748. "oss_access_key_secret": {
  9749. "type": "string",
  9750. "example": "oss访问秘钥"
  9751. },
  9752. "oss_assume_arn": {
  9753. "type": "string",
  9754. "example": "oss RAM角色ARN"
  9755. },
  9756. "oss_assume_role_access_key_id": {
  9757. "type": "string",
  9758. "example": "oss RAM角色访问秘钥id"
  9759. },
  9760. "oss_assume_role_access_key_secret": {
  9761. "type": "string",
  9762. "example": "oss RAM角色访问秘钥"
  9763. },
  9764. "oss_bucket_name": {
  9765. "type": "string",
  9766. "example": "oss存储桶名称"
  9767. },
  9768. "oss_bucket_scheme": {
  9769. "type": "string",
  9770. "example": "oss上传方式"
  9771. },
  9772. "oss_endpoint": {
  9773. "type": "string",
  9774. "example": "oss地域节点"
  9775. },
  9776. "oss_object_domain": {
  9777. "type": "string",
  9778. "example": "oss域名"
  9779. },
  9780. "oss_option": {
  9781. "type": "string",
  9782. "example": "oss上传文件类型选项,以逗号分割"
  9783. }
  9784. }
  9785. },
  9786. "client.AssumeRoleResponseBodyCredentials": {
  9787. "type": "object",
  9788. "properties": {
  9789. "AccessKeyId": {
  9790. "description": "The AccessKey ID.",
  9791. "type": "string"
  9792. },
  9793. "AccessKeySecret": {
  9794. "description": "The AccessKey secret.",
  9795. "type": "string"
  9796. },
  9797. "Expiration": {
  9798. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9799. "type": "string"
  9800. },
  9801. "SecurityToken": {
  9802. "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.",
  9803. "type": "string"
  9804. }
  9805. }
  9806. },
  9807. "comm.GetAdminInfoResp": {
  9808. "type": "object",
  9809. "properties": {
  9810. "adm_id": {
  9811. "description": "管理员id",
  9812. "type": "integer"
  9813. },
  9814. "is_super_administrator": {
  9815. "description": "是否为超级管理员(0:否 1:是)",
  9816. "type": "integer"
  9817. },
  9818. "memo": {
  9819. "description": "备注信息",
  9820. "type": "string"
  9821. },
  9822. "state": {
  9823. "description": "状态(1:正常 2:冻结)",
  9824. "type": "integer"
  9825. },
  9826. "username": {
  9827. "description": "用户名",
  9828. "type": "string"
  9829. }
  9830. }
  9831. },
  9832. "comm.GetSTSVoucherResp": {
  9833. "type": "object",
  9834. "properties": {
  9835. "bucket": {
  9836. "description": "oss 桶名称",
  9837. "type": "string"
  9838. },
  9839. "region": {
  9840. "description": "所在地域",
  9841. "type": "string"
  9842. },
  9843. "sts_token": {
  9844. "description": "STS 凭证",
  9845. "allOf": [
  9846. {
  9847. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  9848. }
  9849. ]
  9850. }
  9851. }
  9852. },
  9853. "comm.ImgReqUploadReq": {
  9854. "type": "object",
  9855. "required": [
  9856. "content_type",
  9857. "file_name"
  9858. ],
  9859. "properties": {
  9860. "content_type": {
  9861. "type": "string",
  9862. "example": "image/jpeg"
  9863. },
  9864. "file_name": {
  9865. "type": "string",
  9866. "example": "文件名"
  9867. }
  9868. }
  9869. },
  9870. "hdl.GetActiveDataResp": {
  9871. "type": "object",
  9872. "properties": {
  9873. "today": {
  9874. "description": "今日数据",
  9875. "allOf": [
  9876. {
  9877. "$ref": "#/definitions/model.PlatformActiveData"
  9878. }
  9879. ]
  9880. },
  9881. "yesterday": {
  9882. "description": "昨日数据",
  9883. "allOf": [
  9884. {
  9885. "$ref": "#/definitions/model.PlatformActiveData"
  9886. }
  9887. ]
  9888. }
  9889. }
  9890. },
  9891. "hdl.TotalDataResp": {
  9892. "type": "object",
  9893. "properties": {
  9894. "month": {
  9895. "description": "月份",
  9896. "type": "string"
  9897. },
  9898. "no_sign_in_user_count": {
  9899. "description": "未签到用户数",
  9900. "type": "integer"
  9901. },
  9902. "total_user_count": {
  9903. "description": "平台总用户数",
  9904. "type": "integer"
  9905. },
  9906. "total_withdraw_amount": {
  9907. "description": "已提现累计金额",
  9908. "type": "string"
  9909. },
  9910. "verified_user_count": {
  9911. "description": "已认证用户数",
  9912. "type": "integer"
  9913. },
  9914. "year": {
  9915. "description": "年份",
  9916. "type": "string"
  9917. }
  9918. }
  9919. },
  9920. "md.ActivePointsWalletNode": {
  9921. "type": "object",
  9922. "properties": {
  9923. "amount": {
  9924. "type": "string",
  9925. "example": "账户余额"
  9926. },
  9927. "uid": {
  9928. "description": "用户 ID",
  9929. "type": "integer"
  9930. },
  9931. "user_name": {
  9932. "type": "string",
  9933. "example": "用户名"
  9934. },
  9935. "user_phone": {
  9936. "type": "string",
  9937. "example": "手机号"
  9938. }
  9939. }
  9940. },
  9941. "md.AddAdminReq": {
  9942. "type": "object",
  9943. "required": [
  9944. "password",
  9945. "username"
  9946. ],
  9947. "properties": {
  9948. "memo": {
  9949. "type": "string"
  9950. },
  9951. "password": {
  9952. "type": "string"
  9953. },
  9954. "username": {
  9955. "type": "string"
  9956. }
  9957. }
  9958. },
  9959. "md.AddBlackListReq": {
  9960. "type": "object",
  9961. "properties": {
  9962. "memo": {
  9963. "description": "备注",
  9964. "type": "string"
  9965. },
  9966. "uid": {
  9967. "description": "用户 id",
  9968. "type": "integer"
  9969. }
  9970. }
  9971. },
  9972. "md.AddCommunityDividendsReq": {
  9973. "type": "object",
  9974. "properties": {
  9975. "amount": {
  9976. "description": "社区分红数量",
  9977. "type": "string"
  9978. },
  9979. "name": {
  9980. "type": "string",
  9981. "example": "社区分红名称"
  9982. }
  9983. }
  9984. },
  9985. "md.AddCommunityDividendsWithUserReq": {
  9986. "type": "object",
  9987. "properties": {
  9988. "memo": {
  9989. "type": "string",
  9990. "example": "备注"
  9991. },
  9992. "uid": {
  9993. "description": "新增社区长用户 ID",
  9994. "type": "integer"
  9995. }
  9996. }
  9997. },
  9998. "md.AddCustomerServiceReq": {
  9999. "type": "object",
  10000. "properties": {
  10001. "memo": {
  10002. "description": "备注",
  10003. "type": "string",
  10004. "example": "备注"
  10005. },
  10006. "phone": {
  10007. "type": "string",
  10008. "example": "手机号"
  10009. },
  10010. "weight": {
  10011. "description": "权重",
  10012. "type": "integer"
  10013. }
  10014. }
  10015. },
  10016. "md.AddEmoticonReq": {
  10017. "type": "object",
  10018. "properties": {
  10019. "img_url": {
  10020. "type": "string",
  10021. "example": "图片地址"
  10022. },
  10023. "memo": {
  10024. "description": "备注",
  10025. "type": "string",
  10026. "example": "备注"
  10027. },
  10028. "name": {
  10029. "type": "string",
  10030. "example": "名称"
  10031. },
  10032. "sort": {
  10033. "description": "排序",
  10034. "type": "integer"
  10035. }
  10036. }
  10037. },
  10038. "md.AddFreePublishUserReq": {
  10039. "type": "object",
  10040. "properties": {
  10041. "uid": {
  10042. "type": "integer"
  10043. }
  10044. }
  10045. },
  10046. "md.AddFundDataReq": {
  10047. "type": "object",
  10048. "properties": {
  10049. "frequency": {
  10050. "description": "频率(分钟)",
  10051. "type": "integer"
  10052. },
  10053. "hours": {
  10054. "description": "时长(小时)",
  10055. "type": "integer"
  10056. },
  10057. "kind": {
  10058. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  10059. "type": "integer"
  10060. },
  10061. "memo": {
  10062. "type": "string",
  10063. "example": "备注"
  10064. },
  10065. "total_amount": {
  10066. "description": "金额",
  10067. "type": "string"
  10068. }
  10069. }
  10070. },
  10071. "md.AddLevelReq": {
  10072. "type": "object",
  10073. "properties": {
  10074. "auto_update": {
  10075. "description": "自动升级 0关闭 1开启",
  10076. "type": "string"
  10077. },
  10078. "choosable_num": {
  10079. "description": "可选任务数量",
  10080. "type": "string"
  10081. },
  10082. "is_use": {
  10083. "description": "是否开启(0.否, 1.是)",
  10084. "type": "string"
  10085. },
  10086. "level_name": {
  10087. "description": "等级名称",
  10088. "type": "string"
  10089. },
  10090. "level_weight": {
  10091. "description": "等级权重",
  10092. "type": "string"
  10093. },
  10094. "memo": {
  10095. "description": "备注",
  10096. "type": "string"
  10097. },
  10098. "user_level_tasks": {
  10099. "description": "需要新增的任务",
  10100. "type": "array",
  10101. "items": {
  10102. "$ref": "#/definitions/md.LevelTaskNode"
  10103. }
  10104. }
  10105. }
  10106. },
  10107. "md.AddPlatformRevenueReq": {
  10108. "type": "object",
  10109. "properties": {
  10110. "frequency": {
  10111. "description": "频率(分钟)",
  10112. "type": "integer"
  10113. },
  10114. "hours": {
  10115. "description": "时长(小时)",
  10116. "type": "integer"
  10117. },
  10118. "kind": {
  10119. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10120. "type": "integer"
  10121. },
  10122. "memo": {
  10123. "type": "string",
  10124. "example": "备注"
  10125. },
  10126. "total_amount": {
  10127. "description": "金额",
  10128. "type": "string"
  10129. }
  10130. }
  10131. },
  10132. "md.AddRoleReq": {
  10133. "type": "object",
  10134. "required": [
  10135. "memo",
  10136. "name"
  10137. ],
  10138. "properties": {
  10139. "memo": {
  10140. "type": "string"
  10141. },
  10142. "name": {
  10143. "type": "string"
  10144. }
  10145. }
  10146. },
  10147. "md.AddTagReq": {
  10148. "type": "object",
  10149. "properties": {
  10150. "is_punish": {
  10151. "description": "是否为处罚标签(0:否 1:是)",
  10152. "type": "integer"
  10153. },
  10154. "memo": {
  10155. "description": "备注",
  10156. "type": "string"
  10157. },
  10158. "name": {
  10159. "description": "标签名称",
  10160. "type": "string"
  10161. }
  10162. }
  10163. },
  10164. "md.AddVirtualCoinNode": {
  10165. "type": "object",
  10166. "properties": {
  10167. "exchange_ratio": {
  10168. "description": "兑换比例(与金额)",
  10169. "type": "string"
  10170. },
  10171. "is_use": {
  10172. "description": "是否开启:0否 1是",
  10173. "type": "integer"
  10174. },
  10175. "name": {
  10176. "description": "名称",
  10177. "type": "string"
  10178. }
  10179. }
  10180. },
  10181. "md.AdminListReq": {
  10182. "type": "object",
  10183. "properties": {
  10184. "limit": {
  10185. "type": "integer"
  10186. },
  10187. "page": {
  10188. "type": "integer"
  10189. },
  10190. "state": {
  10191. "type": "integer"
  10192. },
  10193. "username": {
  10194. "type": "string"
  10195. }
  10196. }
  10197. },
  10198. "md.AdminLogList": {
  10199. "type": "object",
  10200. "properties": {
  10201. "admin_id": {
  10202. "type": "string"
  10203. },
  10204. "id": {
  10205. "type": "string"
  10206. },
  10207. "ip": {
  10208. "type": "string"
  10209. },
  10210. "memo": {
  10211. "type": "string"
  10212. },
  10213. "phone": {
  10214. "type": "string"
  10215. },
  10216. "time": {
  10217. "type": "string"
  10218. },
  10219. "type": {
  10220. "type": "string"
  10221. }
  10222. }
  10223. },
  10224. "md.AdminLogListReq": {
  10225. "type": "object",
  10226. "properties": {
  10227. "end_time": {
  10228. "type": "string"
  10229. },
  10230. "limit": {
  10231. "description": "每页大小",
  10232. "type": "string"
  10233. },
  10234. "memo": {
  10235. "type": "string"
  10236. },
  10237. "page": {
  10238. "description": "页数",
  10239. "type": "string"
  10240. },
  10241. "start_time": {
  10242. "type": "string"
  10243. },
  10244. "type": {
  10245. "type": "string"
  10246. }
  10247. }
  10248. },
  10249. "md.AdminLogListResp": {
  10250. "type": "object",
  10251. "properties": {
  10252. "list": {
  10253. "type": "array",
  10254. "items": {
  10255. "$ref": "#/definitions/md.AdminLogList"
  10256. }
  10257. },
  10258. "total": {
  10259. "type": "integer"
  10260. },
  10261. "type_list": {
  10262. "type": "array",
  10263. "items": {
  10264. "type": "object",
  10265. "additionalProperties": true
  10266. }
  10267. }
  10268. }
  10269. },
  10270. "md.AdvertisingBase": {
  10271. "type": "object",
  10272. "properties": {
  10273. "android_ad_is_open": {
  10274. "type": "string",
  10275. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10276. },
  10277. "android_open_ad_is_open": {
  10278. "type": "string",
  10279. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10280. },
  10281. "info": {
  10282. "type": "string",
  10283. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10284. },
  10285. "ios_ad_is_open": {
  10286. "type": "string",
  10287. "example": "ios广告是否开启(1:开启 0:不开启)"
  10288. },
  10289. "ios_open_ad_is_open": {
  10290. "type": "string",
  10291. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10292. },
  10293. "voice": {
  10294. "type": "string",
  10295. "example": "领取奖励声音"
  10296. },
  10297. "voice_url": {
  10298. "type": "string"
  10299. }
  10300. }
  10301. },
  10302. "md.AdvertisingBaseResp": {
  10303. "type": "object",
  10304. "properties": {
  10305. "advertising_base": {
  10306. "$ref": "#/definitions/md.AdvertisingBase"
  10307. },
  10308. "select_data": {
  10309. "type": "array",
  10310. "items": {
  10311. "type": "object",
  10312. "additionalProperties": {
  10313. "type": "string"
  10314. }
  10315. }
  10316. }
  10317. }
  10318. },
  10319. "md.AdvertisingDelReq": {
  10320. "type": "object",
  10321. "properties": {
  10322. "id": {
  10323. "type": "array",
  10324. "items": {
  10325. "type": "string"
  10326. }
  10327. }
  10328. }
  10329. },
  10330. "md.AdvertisingFunctionList": {
  10331. "type": "object",
  10332. "properties": {
  10333. "ad_id": {
  10334. "type": "string",
  10335. "example": "广告id"
  10336. },
  10337. "id": {
  10338. "type": "string"
  10339. },
  10340. "type": {
  10341. "type": "string",
  10342. "example": "类型"
  10343. }
  10344. }
  10345. },
  10346. "md.AdvertisingFunctionListReq": {
  10347. "type": "object",
  10348. "properties": {
  10349. "limit": {
  10350. "type": "string"
  10351. },
  10352. "page": {
  10353. "type": "string"
  10354. }
  10355. }
  10356. },
  10357. "md.AdvertisingFunctionListResp": {
  10358. "type": "object",
  10359. "properties": {
  10360. "adv_data": {
  10361. "type": "array",
  10362. "items": {
  10363. "type": "object",
  10364. "additionalProperties": {
  10365. "type": "string"
  10366. }
  10367. }
  10368. },
  10369. "list": {
  10370. "type": "array",
  10371. "items": {
  10372. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10373. }
  10374. },
  10375. "select_data": {
  10376. "type": "array",
  10377. "items": {
  10378. "type": "object",
  10379. "additionalProperties": {
  10380. "type": "string"
  10381. }
  10382. }
  10383. },
  10384. "total": {
  10385. "type": "integer"
  10386. }
  10387. }
  10388. },
  10389. "md.AdvertisingLimit": {
  10390. "type": "object",
  10391. "properties": {
  10392. "imei_num": {
  10393. "type": "string",
  10394. "example": "设备数量"
  10395. },
  10396. "minute": {
  10397. "type": "string",
  10398. "example": "分钟"
  10399. },
  10400. "public_img": {
  10401. "type": "string",
  10402. "example": "公共弹窗图"
  10403. },
  10404. "public_img_url": {
  10405. "type": "string",
  10406. "example": "公共弹窗图"
  10407. },
  10408. "public_str": {
  10409. "type": "string",
  10410. "example": "公共弹窗文字"
  10411. },
  10412. "tip": {
  10413. "type": "string",
  10414. "example": "限制提示"
  10415. },
  10416. "withdraw_img": {
  10417. "type": "string",
  10418. "example": "提现弹窗图"
  10419. },
  10420. "withdraw_img_url": {
  10421. "type": "string",
  10422. "example": "提现弹窗图"
  10423. },
  10424. "withdraw_str": {
  10425. "type": "string",
  10426. "example": "提现弹窗文字"
  10427. }
  10428. }
  10429. },
  10430. "md.AdvertisingList": {
  10431. "type": "object",
  10432. "properties": {
  10433. "counting_down": {
  10434. "type": "string",
  10435. "example": "倒计时 单位秒"
  10436. },
  10437. "id": {
  10438. "type": "string"
  10439. },
  10440. "info": {
  10441. "type": "string",
  10442. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10443. },
  10444. "kind": {
  10445. "type": "string",
  10446. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10447. },
  10448. "name": {
  10449. "type": "string",
  10450. "example": "名称"
  10451. }
  10452. }
  10453. },
  10454. "md.AdvertisingListReq": {
  10455. "type": "object",
  10456. "properties": {
  10457. "kind": {
  10458. "type": "string"
  10459. },
  10460. "limit": {
  10461. "type": "string"
  10462. },
  10463. "name": {
  10464. "type": "string"
  10465. },
  10466. "page": {
  10467. "type": "string"
  10468. }
  10469. }
  10470. },
  10471. "md.AdvertisingListResp": {
  10472. "type": "object",
  10473. "properties": {
  10474. "adv_data": {
  10475. "type": "array",
  10476. "items": {
  10477. "type": "object",
  10478. "additionalProperties": {
  10479. "type": "string"
  10480. }
  10481. }
  10482. },
  10483. "list": {
  10484. "type": "array",
  10485. "items": {
  10486. "$ref": "#/definitions/md.AdvertisingList"
  10487. }
  10488. },
  10489. "select_data": {
  10490. "type": "array",
  10491. "items": {
  10492. "type": "object",
  10493. "additionalProperties": {
  10494. "type": "string"
  10495. }
  10496. }
  10497. },
  10498. "total": {
  10499. "type": "integer"
  10500. }
  10501. }
  10502. },
  10503. "md.AdvertisingSaveReq": {
  10504. "type": "object",
  10505. "properties": {
  10506. "counting_down": {
  10507. "type": "string",
  10508. "example": "倒计时 单位秒"
  10509. },
  10510. "id": {
  10511. "type": "string"
  10512. },
  10513. "info": {
  10514. "type": "string",
  10515. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10516. },
  10517. "kind": {
  10518. "type": "string",
  10519. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10520. },
  10521. "name": {
  10522. "type": "string",
  10523. "example": "名称"
  10524. }
  10525. }
  10526. },
  10527. "md.AdvertisingVisitList": {
  10528. "type": "object",
  10529. "properties": {
  10530. "ecpm": {
  10531. "type": "string",
  10532. "example": "ecpm"
  10533. },
  10534. "id": {
  10535. "type": "string"
  10536. },
  10537. "integral": {
  10538. "type": "string",
  10539. "example": "活跃值"
  10540. },
  10541. "phone": {
  10542. "type": "string",
  10543. "example": "手机号"
  10544. },
  10545. "phone_platform": {
  10546. "type": "string",
  10547. "example": "手机平台"
  10548. },
  10549. "platform": {
  10550. "type": "string",
  10551. "example": "广告平台"
  10552. },
  10553. "time": {
  10554. "type": "string",
  10555. "example": "时间"
  10556. },
  10557. "type": {
  10558. "type": "string",
  10559. "example": "广告位置"
  10560. },
  10561. "uid": {
  10562. "type": "string",
  10563. "example": "用户id"
  10564. }
  10565. }
  10566. },
  10567. "md.AdvertisingVisitListReq": {
  10568. "type": "object",
  10569. "properties": {
  10570. "amount": {
  10571. "type": "string",
  10572. "example": "ecpm "
  10573. },
  10574. "end_time": {
  10575. "type": "string"
  10576. },
  10577. "limit": {
  10578. "type": "string"
  10579. },
  10580. "page": {
  10581. "type": "string"
  10582. },
  10583. "phone": {
  10584. "type": "string"
  10585. },
  10586. "platform": {
  10587. "type": "string",
  10588. "example": "广告平台 "
  10589. },
  10590. "start_time": {
  10591. "type": "string"
  10592. },
  10593. "type": {
  10594. "type": "string",
  10595. "example": "广告类型 "
  10596. },
  10597. "uid": {
  10598. "type": "string"
  10599. }
  10600. }
  10601. },
  10602. "md.AdvertisingVisitListResp": {
  10603. "type": "object",
  10604. "properties": {
  10605. "list": {
  10606. "type": "array",
  10607. "items": {
  10608. "$ref": "#/definitions/md.AdvertisingVisitList"
  10609. }
  10610. },
  10611. "platform_data": {
  10612. "type": "array",
  10613. "items": {
  10614. "type": "object",
  10615. "additionalProperties": {
  10616. "type": "string"
  10617. }
  10618. }
  10619. },
  10620. "total": {
  10621. "type": "integer"
  10622. },
  10623. "type_data": {
  10624. "type": "array",
  10625. "items": {
  10626. "type": "object",
  10627. "additionalProperties": {
  10628. "type": "string"
  10629. }
  10630. }
  10631. }
  10632. }
  10633. },
  10634. "md.AliyunSmsGetLevelListResp": {
  10635. "type": "object",
  10636. "properties": {
  10637. "list": {
  10638. "type": "array",
  10639. "items": {
  10640. "$ref": "#/definitions/md.LevelListNode"
  10641. }
  10642. },
  10643. "paginate": {
  10644. "$ref": "#/definitions/applet_app_md.Paginate"
  10645. }
  10646. }
  10647. },
  10648. "md.AliyunSmsGetTagListResp": {
  10649. "type": "object",
  10650. "properties": {
  10651. "list": {
  10652. "type": "array",
  10653. "items": {
  10654. "$ref": "#/definitions/md.TagListNode"
  10655. }
  10656. },
  10657. "paginate": {
  10658. "$ref": "#/definitions/applet_app_md.Paginate"
  10659. }
  10660. }
  10661. },
  10662. "md.ArticleCateDelReq": {
  10663. "type": "object",
  10664. "properties": {
  10665. "id": {
  10666. "type": "array",
  10667. "items": {
  10668. "type": "string"
  10669. }
  10670. }
  10671. }
  10672. },
  10673. "md.ArticleCateList": {
  10674. "type": "object",
  10675. "properties": {
  10676. "id": {
  10677. "type": "string"
  10678. },
  10679. "is_show": {
  10680. "type": "string"
  10681. },
  10682. "name": {
  10683. "type": "string"
  10684. },
  10685. "pid": {
  10686. "type": "string"
  10687. },
  10688. "sort": {
  10689. "type": "string"
  10690. }
  10691. }
  10692. },
  10693. "md.ArticleCateListReq": {
  10694. "type": "object",
  10695. "properties": {
  10696. "limit": {
  10697. "description": "每页大小",
  10698. "type": "string"
  10699. },
  10700. "page": {
  10701. "description": "页数",
  10702. "type": "string"
  10703. }
  10704. }
  10705. },
  10706. "md.ArticleCateListResp": {
  10707. "type": "object",
  10708. "properties": {
  10709. "list": {
  10710. "type": "array",
  10711. "items": {
  10712. "$ref": "#/definitions/md.ArticleCateList"
  10713. }
  10714. },
  10715. "select_data": {
  10716. "type": "array",
  10717. "items": {
  10718. "type": "object",
  10719. "additionalProperties": {
  10720. "type": "string"
  10721. }
  10722. }
  10723. },
  10724. "total": {
  10725. "type": "integer"
  10726. }
  10727. }
  10728. },
  10729. "md.ArticleCateSaveReq": {
  10730. "type": "object",
  10731. "properties": {
  10732. "id": {
  10733. "type": "string"
  10734. },
  10735. "is_show": {
  10736. "type": "string"
  10737. },
  10738. "name": {
  10739. "type": "string"
  10740. },
  10741. "pid": {
  10742. "type": "string"
  10743. },
  10744. "sort": {
  10745. "type": "string"
  10746. }
  10747. }
  10748. },
  10749. "md.ArticleDelReq": {
  10750. "type": "object",
  10751. "properties": {
  10752. "ids": {
  10753. "type": "array",
  10754. "items": {
  10755. "type": "string"
  10756. }
  10757. }
  10758. }
  10759. },
  10760. "md.ArticleList": {
  10761. "type": "object",
  10762. "properties": {
  10763. "cate_id": {
  10764. "type": "string",
  10765. "example": "二级分类id"
  10766. },
  10767. "content": {
  10768. "type": "string"
  10769. },
  10770. "cover": {
  10771. "type": "string",
  10772. "example": "一级分类id=4 显示 封面图"
  10773. },
  10774. "cover_url": {
  10775. "type": "string"
  10776. },
  10777. "id": {
  10778. "type": "string"
  10779. },
  10780. "is_show": {
  10781. "type": "string"
  10782. },
  10783. "pid": {
  10784. "type": "string",
  10785. "example": "一级分类id"
  10786. },
  10787. "sort": {
  10788. "type": "string"
  10789. },
  10790. "title": {
  10791. "type": "string"
  10792. },
  10793. "url": {
  10794. "type": "string"
  10795. }
  10796. }
  10797. },
  10798. "md.ArticleListReq": {
  10799. "type": "object",
  10800. "properties": {
  10801. "limit": {
  10802. "description": "每页大小",
  10803. "type": "string"
  10804. },
  10805. "page": {
  10806. "description": "页数",
  10807. "type": "string"
  10808. }
  10809. }
  10810. },
  10811. "md.ArticleListResp": {
  10812. "type": "object",
  10813. "properties": {
  10814. "cate_data": {
  10815. "type": "array",
  10816. "items": {
  10817. "type": "object",
  10818. "additionalProperties": true
  10819. }
  10820. },
  10821. "list": {
  10822. "type": "array",
  10823. "items": {
  10824. "$ref": "#/definitions/md.ArticleList"
  10825. }
  10826. },
  10827. "select_data": {
  10828. "type": "array",
  10829. "items": {
  10830. "type": "object",
  10831. "additionalProperties": true
  10832. }
  10833. },
  10834. "total": {
  10835. "type": "integer"
  10836. }
  10837. }
  10838. },
  10839. "md.ArticleSaveReq": {
  10840. "type": "object",
  10841. "properties": {
  10842. "cate_id": {
  10843. "type": "string",
  10844. "example": "二级分类id"
  10845. },
  10846. "content": {
  10847. "type": "string"
  10848. },
  10849. "cover": {
  10850. "type": "string",
  10851. "example": "一级分类id=4 显示 封面图"
  10852. },
  10853. "id": {
  10854. "type": "string"
  10855. },
  10856. "is_show": {
  10857. "type": "string"
  10858. },
  10859. "pid": {
  10860. "type": "string",
  10861. "example": "一级分类id"
  10862. },
  10863. "sort": {
  10864. "type": "string"
  10865. },
  10866. "title": {
  10867. "type": "string"
  10868. }
  10869. }
  10870. },
  10871. "md.AuditClearReq": {
  10872. "type": "object",
  10873. "properties": {
  10874. "os": {
  10875. "type": "string",
  10876. "example": "1-安卓 2-ios"
  10877. }
  10878. }
  10879. },
  10880. "md.BalanceDetailNode": {
  10881. "type": "object",
  10882. "properties": {
  10883. "after_amount": {
  10884. "description": "变更后余额",
  10885. "type": "string"
  10886. },
  10887. "amount": {
  10888. "description": "变更数量",
  10889. "type": "string"
  10890. },
  10891. "before_amount": {
  10892. "description": "变更前余额",
  10893. "type": "string"
  10894. },
  10895. "create_at": {
  10896. "description": "创建时间",
  10897. "type": "string"
  10898. },
  10899. "id": {
  10900. "description": "记录ID",
  10901. "type": "integer"
  10902. },
  10903. "kind": {
  10904. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  10905. "type": "string"
  10906. }
  10907. }
  10908. },
  10909. "md.BasicInfoNode": {
  10910. "type": "object",
  10911. "properties": {
  10912. "avatar": {
  10913. "description": "头像",
  10914. "type": "string"
  10915. },
  10916. "levelId": {
  10917. "description": "会员等级 ID",
  10918. "type": "integer"
  10919. },
  10920. "level_name": {
  10921. "description": "会员等级名称",
  10922. "type": "string"
  10923. },
  10924. "memo": {
  10925. "description": "备注",
  10926. "type": "string"
  10927. },
  10928. "nickname": {
  10929. "description": "用户名称",
  10930. "type": "string"
  10931. },
  10932. "parent_name": {
  10933. "description": "推荐人名称",
  10934. "type": "string"
  10935. },
  10936. "parent_phone": {
  10937. "description": "推荐人手机号",
  10938. "type": "string"
  10939. },
  10940. "parent_uid": {
  10941. "description": "推荐人",
  10942. "type": "integer"
  10943. },
  10944. "password": {
  10945. "description": "登录密码",
  10946. "type": "string"
  10947. },
  10948. "phone": {
  10949. "description": "手机号",
  10950. "type": "string"
  10951. },
  10952. "sex": {
  10953. "description": "性别",
  10954. "type": "integer"
  10955. },
  10956. "state": {
  10957. "description": "账号状态 1正常,2冻结",
  10958. "type": "integer"
  10959. },
  10960. "tag": {
  10961. "description": "标签名称",
  10962. "type": "array",
  10963. "items": {
  10964. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  10965. }
  10966. },
  10967. "union_id": {
  10968. "description": "微信号",
  10969. "type": "string"
  10970. }
  10971. }
  10972. },
  10973. "md.BatchAddVirtualCoinsReq": {
  10974. "type": "object",
  10975. "properties": {
  10976. "list": {
  10977. "description": "新增的货币列表",
  10978. "type": "array",
  10979. "items": {
  10980. "$ref": "#/definitions/md.AddVirtualCoinNode"
  10981. }
  10982. }
  10983. }
  10984. },
  10985. "md.BatchSendGroupMessageReq": {
  10986. "type": "object",
  10987. "properties": {
  10988. "content": {
  10989. "description": "消息内容",
  10990. "type": "string"
  10991. },
  10992. "kind": {
  10993. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10994. "type": "integer"
  10995. },
  10996. "not_condition": {
  10997. "description": "不发送条件 群 ID 以\";\"分割",
  10998. "type": "string"
  10999. },
  11000. "send_condition": {
  11001. "description": "发送条件 群 ID 以\";\"分割",
  11002. "type": "string"
  11003. },
  11004. "send_kind": {
  11005. "description": "发送模式(1:指定群组 2:所有群组)",
  11006. "type": "integer"
  11007. }
  11008. }
  11009. },
  11010. "md.BatchSendUserMessageReq": {
  11011. "type": "object",
  11012. "properties": {
  11013. "content": {
  11014. "description": "消息内容",
  11015. "type": "string"
  11016. },
  11017. "kind": {
  11018. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  11019. "type": "integer"
  11020. },
  11021. "not_condition": {
  11022. "description": "不发送条件 用户手机号 以\";\"分割",
  11023. "type": "string"
  11024. },
  11025. "send_condition": {
  11026. "description": "发送条件 用户手机号 以\";\"分割",
  11027. "type": "string"
  11028. },
  11029. "send_kind": {
  11030. "description": "发送模式(1:所有用户 2:指定用户)",
  11031. "type": "integer"
  11032. }
  11033. }
  11034. },
  11035. "md.BindAdminRoleReq": {
  11036. "type": "object",
  11037. "required": [
  11038. "adm_id"
  11039. ],
  11040. "properties": {
  11041. "adm_id": {
  11042. "type": "integer"
  11043. },
  11044. "role_ids": {
  11045. "type": "array",
  11046. "items": {
  11047. "type": "integer"
  11048. }
  11049. }
  11050. }
  11051. },
  11052. "md.CertificateDelReq": {
  11053. "type": "object",
  11054. "properties": {
  11055. "id": {
  11056. "type": "array",
  11057. "items": {
  11058. "type": "string"
  11059. }
  11060. }
  11061. }
  11062. },
  11063. "md.CertificateList": {
  11064. "type": "object",
  11065. "properties": {
  11066. "bg_img": {
  11067. "type": "string",
  11068. "example": "背景图"
  11069. },
  11070. "end_time": {
  11071. "type": "string",
  11072. "example": "结束时间"
  11073. },
  11074. "id": {
  11075. "type": "string"
  11076. },
  11077. "logo": {
  11078. "type": "string",
  11079. "example": "logo"
  11080. },
  11081. "medal": {
  11082. "type": "string",
  11083. "example": "勋章"
  11084. },
  11085. "name": {
  11086. "type": "string",
  11087. "example": "姓名"
  11088. },
  11089. "name_icon": {
  11090. "type": "string",
  11091. "example": "蛋蛋星球文字图"
  11092. },
  11093. "no": {
  11094. "type": "string",
  11095. "example": "编号"
  11096. },
  11097. "phone": {
  11098. "type": "string"
  11099. },
  11100. "seal": {
  11101. "type": "string",
  11102. "example": "印章"
  11103. },
  11104. "start_time": {
  11105. "type": "string",
  11106. "example": "开始时间"
  11107. },
  11108. "uid": {
  11109. "type": "string"
  11110. }
  11111. }
  11112. },
  11113. "md.CertificateListReq": {
  11114. "type": "object",
  11115. "properties": {
  11116. "limit": {
  11117. "type": "string"
  11118. },
  11119. "page": {
  11120. "type": "string"
  11121. },
  11122. "phone": {
  11123. "type": "string"
  11124. },
  11125. "uid": {
  11126. "type": "string"
  11127. }
  11128. }
  11129. },
  11130. "md.CertificateListResp": {
  11131. "type": "object",
  11132. "properties": {
  11133. "list": {
  11134. "type": "array",
  11135. "items": {
  11136. "$ref": "#/definitions/md.CertificateList"
  11137. }
  11138. },
  11139. "total": {
  11140. "type": "integer"
  11141. }
  11142. }
  11143. },
  11144. "md.CertificateReq": {
  11145. "type": "object",
  11146. "properties": {
  11147. "no": {
  11148. "type": "string",
  11149. "example": "DD123"
  11150. }
  11151. }
  11152. },
  11153. "md.CertificateResp": {
  11154. "type": "object",
  11155. "properties": {
  11156. "bg_img": {
  11157. "type": "string",
  11158. "example": "背景图"
  11159. },
  11160. "end_time": {
  11161. "type": "string",
  11162. "example": "结束时间"
  11163. },
  11164. "logo": {
  11165. "type": "string",
  11166. "example": "logo"
  11167. },
  11168. "medal": {
  11169. "type": "string",
  11170. "example": "勋章"
  11171. },
  11172. "name": {
  11173. "type": "string",
  11174. "example": "姓名"
  11175. },
  11176. "name_icon": {
  11177. "type": "string",
  11178. "example": "蛋蛋星球文字图"
  11179. },
  11180. "no": {
  11181. "type": "string",
  11182. "example": "编号"
  11183. },
  11184. "seal": {
  11185. "type": "string",
  11186. "example": "印章"
  11187. },
  11188. "start_time": {
  11189. "type": "string",
  11190. "example": "开始时间"
  11191. }
  11192. }
  11193. },
  11194. "md.CertificateSave": {
  11195. "type": "object",
  11196. "properties": {
  11197. "end_time": {
  11198. "type": "string",
  11199. "example": "结束时间"
  11200. },
  11201. "id": {
  11202. "type": "string"
  11203. },
  11204. "name": {
  11205. "type": "string",
  11206. "example": "姓名"
  11207. },
  11208. "no": {
  11209. "type": "string",
  11210. "example": "编号"
  11211. },
  11212. "start_time": {
  11213. "type": "string",
  11214. "example": "开始时间"
  11215. },
  11216. "uid": {
  11217. "type": "string"
  11218. }
  11219. }
  11220. },
  11221. "md.CloudBundleBaseResp": {
  11222. "type": "object",
  11223. "properties": {
  11224. "android_logo": {
  11225. "type": "string"
  11226. },
  11227. "ios_logo": {
  11228. "type": "string"
  11229. },
  11230. "launch_screen": {
  11231. "type": "object",
  11232. "additionalProperties": {
  11233. "type": "string"
  11234. }
  11235. }
  11236. }
  11237. },
  11238. "md.CloudBundleBuildReq": {
  11239. "type": "object",
  11240. "properties": {
  11241. "bit": {
  11242. "type": "array",
  11243. "items": {
  11244. "type": "string"
  11245. }
  11246. },
  11247. "isCombine": {
  11248. "type": "string"
  11249. },
  11250. "memo": {
  11251. "type": "string"
  11252. },
  11253. "os": {
  11254. "type": "string"
  11255. },
  11256. "platform": {
  11257. "type": "array",
  11258. "items": {
  11259. "type": "string"
  11260. }
  11261. },
  11262. "version": {
  11263. "type": "string"
  11264. }
  11265. }
  11266. },
  11267. "md.CloudBundleDelReq": {
  11268. "type": "object",
  11269. "properties": {
  11270. "ids": {
  11271. "type": "array",
  11272. "items": {
  11273. "type": "string"
  11274. }
  11275. }
  11276. }
  11277. },
  11278. "md.CloudBundleImgResp": {
  11279. "type": "object",
  11280. "properties": {
  11281. "android_logo": {
  11282. "type": "string"
  11283. },
  11284. "android_logo_url": {
  11285. "type": "string"
  11286. },
  11287. "build_1080_2280": {
  11288. "type": "string"
  11289. },
  11290. "build_1080_2280_url": {
  11291. "type": "string"
  11292. },
  11293. "build_1125_2436": {
  11294. "type": "string"
  11295. },
  11296. "build_1125_2436_url": {
  11297. "type": "string"
  11298. },
  11299. "build_1242_2208": {
  11300. "type": "string"
  11301. },
  11302. "build_1242_2208_url": {
  11303. "type": "string"
  11304. },
  11305. "build_640_1136": {
  11306. "type": "string"
  11307. },
  11308. "build_640_1136_url": {
  11309. "type": "string"
  11310. },
  11311. "build_640_960": {
  11312. "type": "string"
  11313. },
  11314. "build_640_960_url": {
  11315. "type": "string"
  11316. },
  11317. "build_720_1280": {
  11318. "type": "string"
  11319. },
  11320. "build_720_1280_url": {
  11321. "type": "string"
  11322. },
  11323. "build_750_1334": {
  11324. "type": "string"
  11325. },
  11326. "build_750_1334_url": {
  11327. "type": "string"
  11328. },
  11329. "guide": {
  11330. "type": "array",
  11331. "items": {
  11332. "$ref": "#/definitions/md.Guide"
  11333. }
  11334. },
  11335. "ios_logo": {
  11336. "type": "string"
  11337. },
  11338. "ios_logo_url": {
  11339. "type": "string"
  11340. }
  11341. }
  11342. },
  11343. "md.CloudBundleList": {
  11344. "type": "object",
  11345. "properties": {
  11346. "apply_at": {
  11347. "type": "string"
  11348. },
  11349. "bit": {
  11350. "type": "string"
  11351. },
  11352. "build_id": {
  11353. "type": "string"
  11354. },
  11355. "finish_at": {
  11356. "type": "string"
  11357. },
  11358. "id": {
  11359. "type": "string"
  11360. },
  11361. "is_auditing": {
  11362. "type": "string"
  11363. },
  11364. "is_combine": {
  11365. "type": "string"
  11366. },
  11367. "memo": {
  11368. "type": "string"
  11369. },
  11370. "os": {
  11371. "type": "string"
  11372. },
  11373. "platform": {
  11374. "type": "string"
  11375. },
  11376. "src": {
  11377. "type": "string"
  11378. },
  11379. "state": {
  11380. "type": "string"
  11381. },
  11382. "version": {
  11383. "type": "string"
  11384. }
  11385. }
  11386. },
  11387. "md.CloudBundleReq": {
  11388. "type": "object",
  11389. "properties": {
  11390. "limit": {
  11391. "description": "每页大小",
  11392. "type": "string"
  11393. },
  11394. "page": {
  11395. "description": "页数",
  11396. "type": "string"
  11397. }
  11398. }
  11399. },
  11400. "md.CloudBundleResp": {
  11401. "type": "object",
  11402. "properties": {
  11403. "last_android": {
  11404. "type": "string"
  11405. },
  11406. "last_bit": {
  11407. "type": "string"
  11408. },
  11409. "last_is_combine": {
  11410. "type": "string"
  11411. },
  11412. "last_platform": {
  11413. "type": "array",
  11414. "items": {
  11415. "type": "string"
  11416. }
  11417. },
  11418. "list": {
  11419. "type": "array",
  11420. "items": {
  11421. "$ref": "#/definitions/md.CloudBundleList"
  11422. }
  11423. },
  11424. "list_ios": {
  11425. "type": "string"
  11426. },
  11427. "select_data": {
  11428. "type": "array",
  11429. "items": {
  11430. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11431. }
  11432. },
  11433. "total": {
  11434. "type": "integer"
  11435. }
  11436. }
  11437. },
  11438. "md.CloudBundleUpdateStateReq": {
  11439. "type": "object",
  11440. "properties": {
  11441. "build_id": {
  11442. "type": "string"
  11443. },
  11444. "build_number": {
  11445. "type": "string"
  11446. },
  11447. "error_msg": {
  11448. "type": "string"
  11449. },
  11450. "id": {
  11451. "type": "string"
  11452. },
  11453. "src": {
  11454. "type": "string"
  11455. },
  11456. "state": {
  11457. "type": "string"
  11458. }
  11459. }
  11460. },
  11461. "md.CloudBundleVersion": {
  11462. "type": "object",
  11463. "properties": {
  11464. "content": {
  11465. "type": "string"
  11466. },
  11467. "img": {
  11468. "type": "string"
  11469. },
  11470. "img_url": {
  11471. "type": "string"
  11472. },
  11473. "is_must": {
  11474. "type": "string"
  11475. },
  11476. "name": {
  11477. "type": "string"
  11478. },
  11479. "type": {
  11480. "type": "string"
  11481. },
  11482. "url": {
  11483. "type": "string"
  11484. },
  11485. "version": {
  11486. "type": "string"
  11487. }
  11488. }
  11489. },
  11490. "md.CloudBundleVersionMap": {
  11491. "type": "object",
  11492. "properties": {
  11493. "img": {
  11494. "type": "string"
  11495. },
  11496. "name": {
  11497. "type": "string"
  11498. },
  11499. "type": {
  11500. "type": "string"
  11501. }
  11502. }
  11503. },
  11504. "md.CloudBundleVersionResp": {
  11505. "type": "object",
  11506. "properties": {
  11507. "version": {
  11508. "type": "array",
  11509. "items": {
  11510. "$ref": "#/definitions/md.CloudBundleVersion"
  11511. }
  11512. }
  11513. }
  11514. },
  11515. "md.CommReq": {
  11516. "type": "object",
  11517. "properties": {
  11518. "id": {
  11519. "type": "string"
  11520. }
  11521. }
  11522. },
  11523. "md.ConfigResp": {
  11524. "type": "object",
  11525. "properties": {
  11526. "oss_url": {
  11527. "type": "string",
  11528. "example": "阿里云图片链接"
  11529. }
  11530. }
  11531. },
  11532. "md.DailyActivityAnalysisTopData": {
  11533. "type": "object",
  11534. "properties": {
  11535. "activity_count": {
  11536. "description": "子节点活跃天数",
  11537. "type": "integer"
  11538. },
  11539. "team_activity_user_count": {
  11540. "description": "子节点活跃人数",
  11541. "type": "integer"
  11542. },
  11543. "team_user_count": {
  11544. "description": "团队人数",
  11545. "type": "integer"
  11546. }
  11547. }
  11548. },
  11549. "md.DataSetting": {
  11550. "type": "object",
  11551. "properties": {
  11552. "total_angel_investor": {
  11553. "description": "天使投资人",
  11554. "type": "string",
  11555. "example": "天使投资人"
  11556. },
  11557. "total_ecological_development": {
  11558. "description": "生态建设",
  11559. "type": "string",
  11560. "example": "当前价格"
  11561. },
  11562. "total_issuance_amount": {
  11563. "description": "总发行量",
  11564. "type": "string",
  11565. "example": "总发行量"
  11566. },
  11567. "total_operate_fund": {
  11568. "description": "运营资金",
  11569. "type": "string",
  11570. "example": "运营资金"
  11571. },
  11572. "total_team_dividends": {
  11573. "description": "团队分红",
  11574. "type": "string",
  11575. "example": "团队分红"
  11576. },
  11577. "total_technology_team": {
  11578. "description": "技术团队",
  11579. "type": "string",
  11580. "example": "技术团队"
  11581. },
  11582. "total_user_for_person": {
  11583. "description": "个人区域",
  11584. "type": "string",
  11585. "example": "个人区域"
  11586. },
  11587. "total_user_for_team": {
  11588. "description": "团队区域",
  11589. "type": "string",
  11590. "example": "团队区域"
  11591. }
  11592. }
  11593. },
  11594. "md.DeleteBlackListReq": {
  11595. "type": "object",
  11596. "properties": {
  11597. "id": {
  11598. "description": "黑名单 id",
  11599. "type": "integer"
  11600. }
  11601. }
  11602. },
  11603. "md.DeleteDynamicReq": {
  11604. "type": "object",
  11605. "properties": {
  11606. "index_id": {
  11607. "description": "动态id",
  11608. "type": "string"
  11609. }
  11610. }
  11611. },
  11612. "md.DeleteEmoticonReq": {
  11613. "type": "object",
  11614. "properties": {
  11615. "id": {
  11616. "description": "拥有用户数量",
  11617. "type": "integer"
  11618. }
  11619. }
  11620. },
  11621. "md.DeleteFreePublishUserReq": {
  11622. "type": "object",
  11623. "properties": {
  11624. "uid": {
  11625. "type": "string"
  11626. }
  11627. }
  11628. },
  11629. "md.DeleteLevelReq": {
  11630. "type": "object",
  11631. "properties": {
  11632. "level_id": {
  11633. "type": "string"
  11634. }
  11635. }
  11636. },
  11637. "md.DeleteTagReq": {
  11638. "type": "object",
  11639. "properties": {
  11640. "tag_id": {
  11641. "description": "标签 ID",
  11642. "type": "string"
  11643. }
  11644. }
  11645. },
  11646. "md.DeleteTaskReq": {
  11647. "type": "object",
  11648. "properties": {
  11649. "task_id": {
  11650. "type": "string"
  11651. }
  11652. }
  11653. },
  11654. "md.DestructionSettingStruct": {
  11655. "type": "object",
  11656. "properties": {
  11657. "community_dividends": {
  11658. "description": "社区分红百分比",
  11659. "type": "string"
  11660. },
  11661. "destruction_quantity": {
  11662. "description": "销毁百分比",
  11663. "type": "string"
  11664. },
  11665. "development_committee": {
  11666. "description": "发展委员会百分比",
  11667. "type": "string"
  11668. },
  11669. "marketplace_merchant": {
  11670. "description": "市商数量百分比",
  11671. "type": "string"
  11672. },
  11673. "public_welfare_and_charity": {
  11674. "description": "公益慈善百分比",
  11675. "type": "string"
  11676. },
  11677. "star_level_dividends": {
  11678. "description": "星级分红百分比",
  11679. "type": "string"
  11680. }
  11681. }
  11682. },
  11683. "md.DirectPushRewardSettingStruct": {
  11684. "type": "object",
  11685. "properties": {
  11686. "member_self_is_open_get_team_reward": {
  11687. "description": "会员是否活跃得到团队奖励",
  11688. "type": "string"
  11689. },
  11690. "reward_rate_value": {
  11691. "description": "奖励百分比",
  11692. "type": "string"
  11693. }
  11694. }
  11695. },
  11696. "md.DynamicDataFlowListReq": {
  11697. "type": "object",
  11698. "properties": {
  11699. "end_at": {
  11700. "description": "结束时间",
  11701. "type": "string",
  11702. "example": "结束时间"
  11703. },
  11704. "kind": {
  11705. "description": "持有类型",
  11706. "type": "integer"
  11707. },
  11708. "page": {
  11709. "description": "页数",
  11710. "type": "integer"
  11711. },
  11712. "page_size": {
  11713. "description": "每页大小",
  11714. "type": "integer"
  11715. },
  11716. "start_at": {
  11717. "description": "开始时间",
  11718. "type": "string",
  11719. "example": "开始时间"
  11720. }
  11721. }
  11722. },
  11723. "md.DynamicDataFlowListResp": {
  11724. "type": "object",
  11725. "properties": {
  11726. "kind_list": {
  11727. "description": "类型列表",
  11728. "type": "array",
  11729. "items": {
  11730. "type": "object",
  11731. "additionalProperties": true
  11732. }
  11733. },
  11734. "list": {
  11735. "description": "动态数据流水列表",
  11736. "type": "array",
  11737. "items": {
  11738. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  11739. }
  11740. },
  11741. "paginate": {
  11742. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11743. }
  11744. }
  11745. },
  11746. "md.DynamicRespNode": {
  11747. "type": "object",
  11748. "properties": {
  11749. "content": {
  11750. "description": "文本内容",
  11751. "type": "string"
  11752. },
  11753. "created_at": {
  11754. "type": "string"
  11755. },
  11756. "image": {
  11757. "description": "图片",
  11758. "type": "array",
  11759. "items": {
  11760. "type": "string"
  11761. }
  11762. },
  11763. "index_id": {
  11764. "description": "动态id",
  11765. "type": "string"
  11766. },
  11767. "is_praise": {
  11768. "description": "是否被表扬(1:是 2:否)",
  11769. "type": "integer"
  11770. },
  11771. "is_top_up": {
  11772. "description": "是否置顶(1:是 2:否)",
  11773. "type": "integer"
  11774. },
  11775. "kind": {
  11776. "description": "类型(1:普通 2:官方)",
  11777. "type": "integer"
  11778. },
  11779. "state": {
  11780. "description": "状态(1:正常 2:隐藏)",
  11781. "type": "integer"
  11782. },
  11783. "uid": {
  11784. "description": "用户id",
  11785. "type": "integer"
  11786. },
  11787. "updated_at": {
  11788. "type": "string"
  11789. },
  11790. "username": {
  11791. "description": "用户名称",
  11792. "type": "string"
  11793. },
  11794. "video": {
  11795. "description": "视频",
  11796. "type": "array",
  11797. "items": {
  11798. "type": "string"
  11799. }
  11800. }
  11801. }
  11802. },
  11803. "md.EggEnergyAvailableEnergyFlow": {
  11804. "type": "object",
  11805. "properties": {
  11806. "after_community_dividends": {
  11807. "description": "变更后-社区分红区块币数量",
  11808. "type": "string"
  11809. },
  11810. "after_destruction_quantity_values": {
  11811. "description": "变更后-销毁区块币数量",
  11812. "type": "string"
  11813. },
  11814. "after_development_committee_values": {
  11815. "description": "变更后-发展委员会区块币数量",
  11816. "type": "string"
  11817. },
  11818. "after_marketplace_merchant_fund_values": {
  11819. "description": "变更后-市商资金值",
  11820. "type": "string"
  11821. },
  11822. "after_marketplace_merchant_values": {
  11823. "description": "变更后-市商区块币数量",
  11824. "type": "string"
  11825. },
  11826. "after_now_energy_total_nums": {
  11827. "description": "变更后-现行总量",
  11828. "type": "string"
  11829. },
  11830. "after_planet_total_value": {
  11831. "description": "变更后-星球总价值",
  11832. "type": "string"
  11833. },
  11834. "after_price": {
  11835. "description": "变更后-价格",
  11836. "type": "string"
  11837. },
  11838. "after_public_welfare_and_charity_values": {
  11839. "description": "变更后-公益慈善区块币数量",
  11840. "type": "string"
  11841. },
  11842. "after_star_level_dividends_values": {
  11843. "description": "变更后-星级分红区块币数量",
  11844. "type": "string"
  11845. },
  11846. "amount": {
  11847. "description": "变更数量",
  11848. "type": "string"
  11849. },
  11850. "before_community_dividends": {
  11851. "description": "变更前-社区分红区块币数量",
  11852. "type": "string"
  11853. },
  11854. "before_destruction_quantity_values": {
  11855. "description": "变更前-销毁区块币数量",
  11856. "type": "string"
  11857. },
  11858. "before_development_committee_values": {
  11859. "description": "变更前-发展委员会区块币数量",
  11860. "type": "string"
  11861. },
  11862. "before_marketplace_merchant_fund_values": {
  11863. "description": "变更前-市商资金值",
  11864. "type": "string"
  11865. },
  11866. "before_marketplace_merchant_values": {
  11867. "description": "变更前-市商区块币数量",
  11868. "type": "string"
  11869. },
  11870. "before_now_energy_total_nums": {
  11871. "description": "变更前-现行总量",
  11872. "type": "string"
  11873. },
  11874. "before_planet_total_value": {
  11875. "description": "变更前-星球总价值",
  11876. "type": "string"
  11877. },
  11878. "before_price": {
  11879. "description": "变更前-价格",
  11880. "type": "string"
  11881. },
  11882. "before_public_welfare_and_charity_values": {
  11883. "description": "变更前-公益慈善区块币数量",
  11884. "type": "string"
  11885. },
  11886. "before_star_level_dividends_values": {
  11887. "description": "变更前-星级分红区块币数量",
  11888. "type": "string"
  11889. },
  11890. "create_time": {
  11891. "description": "创建时间",
  11892. "type": "string"
  11893. },
  11894. "id": {
  11895. "type": "integer"
  11896. },
  11897. "kind": {
  11898. "description": "种类",
  11899. "type": "integer"
  11900. },
  11901. "title": {
  11902. "description": "标题",
  11903. "type": "string"
  11904. }
  11905. }
  11906. },
  11907. "md.EggEnergyCommunityDividends": {
  11908. "type": "object",
  11909. "properties": {
  11910. "amount": {
  11911. "description": "分红数量",
  11912. "type": "string"
  11913. },
  11914. "coin_id": {
  11915. "description": "虚拟币 id",
  11916. "type": "integer"
  11917. },
  11918. "create_at": {
  11919. "description": "分红时间",
  11920. "type": "string"
  11921. },
  11922. "id": {
  11923. "type": "integer"
  11924. },
  11925. "is_over": {
  11926. "description": "是否分红完毕",
  11927. "type": "integer"
  11928. },
  11929. "name": {
  11930. "type": "string",
  11931. "example": "名称"
  11932. },
  11933. "persons_num": {
  11934. "description": "分红人数",
  11935. "type": "integer"
  11936. },
  11937. "update_at": {
  11938. "type": "string"
  11939. }
  11940. }
  11941. },
  11942. "md.EggEnergyCommunityDividendsWithUser": {
  11943. "type": "object",
  11944. "properties": {
  11945. "id": {
  11946. "type": "integer"
  11947. },
  11948. "memo": {
  11949. "type": "string",
  11950. "example": "备注"
  11951. },
  11952. "nickname": {
  11953. "type": "string"
  11954. },
  11955. "phone": {
  11956. "type": "string"
  11957. },
  11958. "uid": {
  11959. "type": "integer"
  11960. }
  11961. }
  11962. },
  11963. "md.EggPointCoefficientBatchAddReq": {
  11964. "type": "object",
  11965. "properties": {
  11966. "list": {
  11967. "description": "系数管理列表",
  11968. "type": "array",
  11969. "items": {
  11970. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11971. }
  11972. }
  11973. }
  11974. },
  11975. "md.EggPointCoefficientDelReq": {
  11976. "type": "object",
  11977. "required": [
  11978. "id"
  11979. ],
  11980. "properties": {
  11981. "id": {
  11982. "description": "需要删除范围的id",
  11983. "type": "string"
  11984. }
  11985. }
  11986. },
  11987. "md.EggPointCoefficientGetResp": {
  11988. "type": "object",
  11989. "properties": {
  11990. "list": {
  11991. "type": "array",
  11992. "items": {
  11993. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11994. }
  11995. }
  11996. }
  11997. },
  11998. "md.EggPointCoefficientNode": {
  11999. "type": "object",
  12000. "properties": {
  12001. "coefficient": {
  12002. "description": "系数",
  12003. "type": "string"
  12004. },
  12005. "end_score": {
  12006. "description": "截止分值",
  12007. "type": "string"
  12008. },
  12009. "id": {
  12010. "type": "integer"
  12011. },
  12012. "start_score": {
  12013. "description": "起始分值",
  12014. "type": "string"
  12015. }
  12016. }
  12017. },
  12018. "md.EggPointCoefficientUpdateReq": {
  12019. "type": "object",
  12020. "required": [
  12021. "id"
  12022. ],
  12023. "properties": {
  12024. "coefficient": {
  12025. "description": "系数",
  12026. "type": "string"
  12027. },
  12028. "end_score": {
  12029. "description": "截止分值",
  12030. "type": "string"
  12031. },
  12032. "id": {
  12033. "description": "需要修改范围的id",
  12034. "type": "string"
  12035. },
  12036. "start_score": {
  12037. "description": "起始分值",
  12038. "type": "string"
  12039. }
  12040. }
  12041. },
  12042. "md.ExchangeRulesStruct": {
  12043. "type": "object",
  12044. "properties": {
  12045. "auto_exchange_nums_by_person": {
  12046. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  12047. "type": "string"
  12048. },
  12049. "auto_exchange_nums_by_team": {
  12050. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  12051. "type": "string"
  12052. },
  12053. "auto_exchange_rate_by_person": {
  12054. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  12055. "type": "string"
  12056. },
  12057. "auto_exchange_rate_by_team": {
  12058. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  12059. "type": "string"
  12060. }
  12061. }
  12062. },
  12063. "md.ExchangeUserPositionReq": {
  12064. "type": "object",
  12065. "properties": {
  12066. "position_1": {
  12067. "description": "位置1,具体值取返回数据中的 system_id",
  12068. "type": "integer"
  12069. },
  12070. "position_2": {
  12071. "description": "位置2,具体值取返回数据中的 system_id",
  12072. "type": "integer"
  12073. }
  12074. }
  12075. },
  12076. "md.FansNode": {
  12077. "type": "object",
  12078. "properties": {
  12079. "amount": {
  12080. "description": "可提现余额",
  12081. "type": "string"
  12082. },
  12083. "id": {
  12084. "description": "用户ID",
  12085. "type": "integer"
  12086. },
  12087. "level_total": {
  12088. "description": "所属代数",
  12089. "type": "integer"
  12090. },
  12091. "nickname": {
  12092. "type": "string",
  12093. "example": "用户昵称"
  12094. },
  12095. "phone": {
  12096. "type": "string",
  12097. "example": "手机号"
  12098. },
  12099. "register_at": {
  12100. "description": "注册时间",
  12101. "type": "string"
  12102. },
  12103. "total_income": {
  12104. "description": "累计收益",
  12105. "type": "string"
  12106. }
  12107. }
  12108. },
  12109. "md.FindSubUserRelationshipMapResp": {
  12110. "type": "object",
  12111. "properties": {
  12112. "basic_setting": {
  12113. "description": "公排设置",
  12114. "allOf": [
  12115. {
  12116. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  12117. }
  12118. ]
  12119. },
  12120. "search_uid": {
  12121. "description": "查找的用户 ID",
  12122. "type": "string"
  12123. },
  12124. "sub_user": {
  12125. "description": "上级用户信息",
  12126. "allOf": [
  12127. {
  12128. "$ref": "#/definitions/md.SubUser"
  12129. }
  12130. ]
  12131. }
  12132. }
  12133. },
  12134. "md.FirstWithdrawSet": {
  12135. "type": "object",
  12136. "properties": {
  12137. "first_withdraw_amount_limit": {
  12138. "description": "不需要实名时 最大提现金额",
  12139. "type": "string"
  12140. },
  12141. "is_need_real_name": {
  12142. "description": "是否需要实名(0:不需要,1:需要)",
  12143. "type": "integer"
  12144. }
  12145. }
  12146. },
  12147. "md.FreePublishUserNode": {
  12148. "type": "object",
  12149. "properties": {
  12150. "nickname": {
  12151. "type": "string",
  12152. "example": "昵称"
  12153. },
  12154. "phone": {
  12155. "type": "string",
  12156. "example": "手机号"
  12157. },
  12158. "uid": {
  12159. "type": "integer"
  12160. }
  12161. }
  12162. },
  12163. "md.FundDataNode": {
  12164. "type": "object",
  12165. "properties": {
  12166. "balance_amount": {
  12167. "description": "余额",
  12168. "type": "string"
  12169. },
  12170. "balance_times": {
  12171. "description": "剩余执行次数",
  12172. "type": "integer"
  12173. },
  12174. "create_at": {
  12175. "description": "创建时间",
  12176. "type": "string"
  12177. },
  12178. "hours": {
  12179. "description": "时长",
  12180. "type": "integer"
  12181. },
  12182. "kind": {
  12183. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  12184. "type": "integer"
  12185. },
  12186. "memo": {
  12187. "description": "备注",
  12188. "type": "string"
  12189. },
  12190. "system_id": {
  12191. "type": "integer"
  12192. },
  12193. "total_amount": {
  12194. "description": "金额",
  12195. "type": "string"
  12196. }
  12197. }
  12198. },
  12199. "md.FundDataRecordNode": {
  12200. "type": "object",
  12201. "properties": {
  12202. "after_planet_total_value": {
  12203. "description": "执行后-星球价值",
  12204. "type": "string"
  12205. },
  12206. "after_price": {
  12207. "description": "执行后-价格",
  12208. "type": "string"
  12209. },
  12210. "balance_amount": {
  12211. "description": "余额",
  12212. "type": "string"
  12213. },
  12214. "balance_times": {
  12215. "description": "剩余执行次数",
  12216. "type": "integer"
  12217. },
  12218. "before_planet_total_value": {
  12219. "description": "执行前-星球价值",
  12220. "type": "string"
  12221. },
  12222. "before_price": {
  12223. "description": "执行前-价格",
  12224. "type": "string"
  12225. },
  12226. "create_at": {
  12227. "type": "string"
  12228. },
  12229. "total_amount": {
  12230. "description": "金额",
  12231. "type": "string"
  12232. }
  12233. }
  12234. },
  12235. "md.GetActivePointsUserCoinFlowListReq": {
  12236. "type": "object",
  12237. "properties": {
  12238. "coin_id": {
  12239. "description": "货币类型 ID",
  12240. "type": "integer"
  12241. },
  12242. "direction": {
  12243. "description": "流水方向:1收入 2支出",
  12244. "type": "integer"
  12245. },
  12246. "end_at": {
  12247. "description": "结束时间",
  12248. "type": "string"
  12249. },
  12250. "page": {
  12251. "description": "页数",
  12252. "type": "integer"
  12253. },
  12254. "page_size": {
  12255. "description": "每页大小",
  12256. "type": "integer"
  12257. },
  12258. "start_at": {
  12259. "description": "开始时间",
  12260. "type": "string"
  12261. },
  12262. "uid": {
  12263. "description": "用户 ID",
  12264. "type": "integer"
  12265. }
  12266. }
  12267. },
  12268. "md.GetActivePointsUserCoinFlowListResp": {
  12269. "type": "object",
  12270. "properties": {
  12271. "list": {
  12272. "description": "流水信息",
  12273. "type": "array",
  12274. "items": {
  12275. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12276. }
  12277. },
  12278. "paginate": {
  12279. "description": "分页信息",
  12280. "allOf": [
  12281. {
  12282. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12283. }
  12284. ]
  12285. },
  12286. "select_data": {
  12287. "description": "流水类型",
  12288. "allOf": [
  12289. {
  12290. "$ref": "#/definitions/md.SelectData"
  12291. }
  12292. ]
  12293. }
  12294. }
  12295. },
  12296. "md.GetActivePointsUserCoinListReq": {
  12297. "type": "object",
  12298. "properties": {
  12299. "end_coin": {
  12300. "type": "string",
  12301. "example": "最大金额"
  12302. },
  12303. "kind": {
  12304. "description": "虚拟币种类编号",
  12305. "type": "integer"
  12306. },
  12307. "page": {
  12308. "description": "页数",
  12309. "type": "integer"
  12310. },
  12311. "page_size": {
  12312. "description": "单页大小",
  12313. "type": "integer"
  12314. },
  12315. "start_coin": {
  12316. "type": "string",
  12317. "example": "最小金额"
  12318. },
  12319. "uid": {
  12320. "description": "指定查询用户 ID",
  12321. "type": "integer"
  12322. },
  12323. "user_name": {
  12324. "type": "string",
  12325. "example": "用户名称"
  12326. },
  12327. "user_phone": {
  12328. "type": "string",
  12329. "example": "手机号"
  12330. }
  12331. }
  12332. },
  12333. "md.GetActivePointsUserCoinListResp": {
  12334. "type": "object",
  12335. "properties": {
  12336. "kind_list": {
  12337. "description": "货币类型集合",
  12338. "type": "array",
  12339. "items": {
  12340. "$ref": "#/definitions/md.VirtualCoinListNode"
  12341. }
  12342. },
  12343. "list": {
  12344. "description": "余额集合",
  12345. "type": "array",
  12346. "items": {
  12347. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12348. }
  12349. },
  12350. "sum_user_amount": {
  12351. "description": "用户持有总数",
  12352. "type": "number"
  12353. },
  12354. "total": {
  12355. "description": "持有该类型用户数",
  12356. "type": "integer"
  12357. }
  12358. }
  12359. },
  12360. "md.GetBlackListNode": {
  12361. "type": "object",
  12362. "properties": {
  12363. "admin_id": {
  12364. "description": "管理员 id",
  12365. "type": "integer"
  12366. },
  12367. "admin_nickname": {
  12368. "description": "管理员名称",
  12369. "type": "string"
  12370. },
  12371. "black_list_id": {
  12372. "description": "黑名单 id",
  12373. "type": "integer"
  12374. },
  12375. "created_at": {
  12376. "description": "添加时间",
  12377. "type": "string"
  12378. },
  12379. "memo": {
  12380. "description": "备注",
  12381. "type": "string"
  12382. },
  12383. "uid": {
  12384. "description": "用户 id",
  12385. "type": "integer"
  12386. },
  12387. "user_nickname": {
  12388. "description": "用户名称",
  12389. "type": "string"
  12390. }
  12391. }
  12392. },
  12393. "md.GetBlackListResp": {
  12394. "type": "object",
  12395. "properties": {
  12396. "list": {
  12397. "description": "具体信息",
  12398. "type": "array",
  12399. "items": {
  12400. "$ref": "#/definitions/md.GetBlackListNode"
  12401. }
  12402. },
  12403. "paginate": {
  12404. "description": "分页信息",
  12405. "allOf": [
  12406. {
  12407. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12408. }
  12409. ]
  12410. }
  12411. }
  12412. },
  12413. "md.GetContributionValueBasicSettingResp": {
  12414. "type": "object",
  12415. "properties": {
  12416. "hand_out_red_package": {
  12417. "description": "发红包获得x点",
  12418. "type": "integer"
  12419. },
  12420. "id": {
  12421. "type": "integer"
  12422. },
  12423. "posting_comment_liked": {
  12424. "description": "发布评论被官方点赞获得x点",
  12425. "type": "integer"
  12426. },
  12427. "posting_dynamic_liked": {
  12428. "description": "发布动态被官方点赞获得x点",
  12429. "type": "integer"
  12430. },
  12431. "publish_creation": {
  12432. "description": "发布创作获得x点",
  12433. "type": "integer"
  12434. }
  12435. }
  12436. },
  12437. "md.GetDynamicReq": {
  12438. "type": "object",
  12439. "properties": {
  12440. "begin_at": {
  12441. "description": "开始时间",
  12442. "type": "string"
  12443. },
  12444. "end_at": {
  12445. "description": "结束时间",
  12446. "type": "string"
  12447. },
  12448. "limit": {
  12449. "description": "页面大小",
  12450. "type": "integer"
  12451. },
  12452. "nickname": {
  12453. "description": "创建人名称",
  12454. "type": "string"
  12455. },
  12456. "page": {
  12457. "description": "页数",
  12458. "type": "integer"
  12459. },
  12460. "uid": {
  12461. "description": "创建人id",
  12462. "type": "string"
  12463. }
  12464. }
  12465. },
  12466. "md.GetDynamicResp": {
  12467. "type": "object",
  12468. "properties": {
  12469. "list": {
  12470. "type": "array",
  12471. "items": {
  12472. "$ref": "#/definitions/md.DynamicRespNode"
  12473. }
  12474. },
  12475. "paginate": {
  12476. "description": "分页信息",
  12477. "allOf": [
  12478. {
  12479. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12480. }
  12481. ]
  12482. }
  12483. }
  12484. },
  12485. "md.GetEggCoreDataListResp": {
  12486. "type": "object",
  12487. "properties": {
  12488. "now_energy_total_nums": {
  12489. "description": "现行总量",
  12490. "type": "string",
  12491. "example": "现行总量"
  12492. },
  12493. "now_price": {
  12494. "description": "当前价格",
  12495. "type": "string",
  12496. "example": "当前价格"
  12497. },
  12498. "planet_total_value": {
  12499. "description": "星球价值",
  12500. "type": "string",
  12501. "example": "星球价值"
  12502. },
  12503. "user_hold_total_nums": {
  12504. "description": "用户持有总量",
  12505. "type": "string"
  12506. }
  12507. }
  12508. },
  12509. "md.GetEggEnergyBasicResp": {
  12510. "type": "object",
  12511. "properties": {
  12512. "basic_setting": {
  12513. "description": "基础设置",
  12514. "allOf": [
  12515. {
  12516. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12517. }
  12518. ]
  12519. },
  12520. "data_setting": {
  12521. "description": "数据设置",
  12522. "allOf": [
  12523. {
  12524. "$ref": "#/definitions/md.DataSetting"
  12525. }
  12526. ]
  12527. },
  12528. "destruction_setting": {
  12529. "description": "销毁设置",
  12530. "allOf": [
  12531. {
  12532. "$ref": "#/definitions/md.DestructionSettingStruct"
  12533. }
  12534. ]
  12535. },
  12536. "exchange_rules": {
  12537. "description": "兑换规则",
  12538. "allOf": [
  12539. {
  12540. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12541. }
  12542. ]
  12543. },
  12544. "new_user_incentive_rules": {
  12545. "description": "新用户奖励规则",
  12546. "allOf": [
  12547. {
  12548. "$ref": "#/definitions/md.NewUserRewardRules"
  12549. }
  12550. ]
  12551. },
  12552. "price_setting": {
  12553. "description": "价格设置",
  12554. "allOf": [
  12555. {
  12556. "$ref": "#/definitions/md.PriceSettingStruct"
  12557. }
  12558. ]
  12559. },
  12560. "reward_system": {
  12561. "description": "圈层奖励",
  12562. "type": "array",
  12563. "items": {
  12564. "$ref": "#/definitions/md.RewardSystemStruct"
  12565. }
  12566. },
  12567. "settlement_quantity": {
  12568. "description": "结算数量(百分比)",
  12569. "type": "integer"
  12570. },
  12571. "system_id": {
  12572. "description": "该设置系统 ID",
  12573. "type": "integer"
  12574. },
  12575. "video_reward_setting": {
  12576. "description": "视频奖励",
  12577. "allOf": [
  12578. {
  12579. "$ref": "#/definitions/md.VideoRewardSetting"
  12580. }
  12581. ]
  12582. }
  12583. }
  12584. },
  12585. "md.GetEggEnergyCoreDataResp": {
  12586. "type": "object",
  12587. "properties": {
  12588. "community_dividends": {
  12589. "description": "社区分红",
  12590. "type": "string"
  12591. },
  12592. "destruction_quantity_nums": {
  12593. "description": "销毁数量",
  12594. "type": "string"
  12595. },
  12596. "development_committee": {
  12597. "description": "发展委员会",
  12598. "type": "string"
  12599. },
  12600. "id": {
  12601. "type": "integer"
  12602. },
  12603. "marketplace_merchant_funds": {
  12604. "description": "市商资金",
  12605. "type": "string"
  12606. },
  12607. "marketplace_merchant_nums": {
  12608. "description": "市商数量",
  12609. "type": "string"
  12610. },
  12611. "now_energy_total_nums": {
  12612. "description": "现行总量",
  12613. "type": "string"
  12614. },
  12615. "now_price": {
  12616. "description": "当前价格",
  12617. "type": "string"
  12618. },
  12619. "planet_total_value": {
  12620. "description": "星球总价值",
  12621. "type": "string"
  12622. },
  12623. "public_welfare_and_charity": {
  12624. "description": "公益慈善",
  12625. "type": "string"
  12626. },
  12627. "star_level_dividends": {
  12628. "description": "星级分红",
  12629. "type": "string"
  12630. }
  12631. }
  12632. },
  12633. "md.GetEggEnergyVipSettingResp": {
  12634. "type": "object",
  12635. "properties": {
  12636. "level_list": {
  12637. "description": "会员等级列表",
  12638. "type": "array",
  12639. "items": {
  12640. "type": "object",
  12641. "additionalProperties": true
  12642. }
  12643. },
  12644. "list": {
  12645. "description": "会员权益设置",
  12646. "type": "array",
  12647. "items": {
  12648. "$ref": "#/definitions/md.VipEquitySettingNode"
  12649. }
  12650. }
  12651. }
  12652. },
  12653. "md.GetFreePublishUserReq": {
  12654. "type": "object",
  12655. "properties": {
  12656. "limit": {
  12657. "description": "每页大小",
  12658. "type": "integer"
  12659. },
  12660. "page": {
  12661. "description": "当前页数",
  12662. "type": "integer"
  12663. },
  12664. "uid": {
  12665. "description": "筛选的用户 ID",
  12666. "type": "integer"
  12667. }
  12668. }
  12669. },
  12670. "md.GetFreePublishUserResp": {
  12671. "type": "object",
  12672. "properties": {
  12673. "list": {
  12674. "description": "免罚用户列表",
  12675. "type": "array",
  12676. "items": {
  12677. "$ref": "#/definitions/md.FreePublishUserNode"
  12678. }
  12679. },
  12680. "paginate": {
  12681. "description": "分页信息",
  12682. "allOf": [
  12683. {
  12684. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12685. }
  12686. ]
  12687. }
  12688. }
  12689. },
  12690. "md.GetFriendCircleBasicSettingsResp": {
  12691. "type": "object",
  12692. "properties": {
  12693. "comment_is_real_name": {
  12694. "description": "评论是否需要实名认证(1:是 2:否)",
  12695. "type": "integer"
  12696. },
  12697. "comment_nums_every_day": {
  12698. "description": "评论每天次数",
  12699. "type": "integer"
  12700. },
  12701. "id": {
  12702. "type": "integer"
  12703. },
  12704. "publish_is_real_name": {
  12705. "description": "发布是否需要实名认证(1:是 2:否)",
  12706. "type": "integer"
  12707. },
  12708. "publish_nums_every_day": {
  12709. "description": "发布每天次数",
  12710. "type": "integer"
  12711. }
  12712. }
  12713. },
  12714. "md.GetFundDataListReq": {
  12715. "type": "object",
  12716. "properties": {
  12717. "end_at": {
  12718. "type": "string",
  12719. "example": "结束时间"
  12720. },
  12721. "kind": {
  12722. "description": "数据类型",
  12723. "type": "integer"
  12724. },
  12725. "limit": {
  12726. "description": "每页大小",
  12727. "type": "integer"
  12728. },
  12729. "page": {
  12730. "description": "页数",
  12731. "type": "integer"
  12732. },
  12733. "start_at": {
  12734. "type": "string",
  12735. "example": "开始时间"
  12736. }
  12737. }
  12738. },
  12739. "md.GetFundDataListResp": {
  12740. "type": "object",
  12741. "properties": {
  12742. "kind_list": {
  12743. "description": "类型列表",
  12744. "type": "array",
  12745. "items": {
  12746. "type": "object",
  12747. "additionalProperties": true
  12748. }
  12749. },
  12750. "list": {
  12751. "description": "数据列表",
  12752. "type": "array",
  12753. "items": {
  12754. "$ref": "#/definitions/md.FundDataNode"
  12755. }
  12756. },
  12757. "paginate": {
  12758. "description": "分页数据",
  12759. "allOf": [
  12760. {
  12761. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12762. }
  12763. ]
  12764. }
  12765. }
  12766. },
  12767. "md.GetFundDataRecordListReq": {
  12768. "type": "object",
  12769. "properties": {
  12770. "limit": {
  12771. "description": "页面大小",
  12772. "type": "integer"
  12773. },
  12774. "page": {
  12775. "description": "页数",
  12776. "type": "integer"
  12777. },
  12778. "system_id": {
  12779. "description": "数据在系统中的 ID",
  12780. "type": "integer"
  12781. }
  12782. }
  12783. },
  12784. "md.GetFundDataRecordListResp": {
  12785. "type": "object",
  12786. "properties": {
  12787. "list": {
  12788. "type": "array",
  12789. "items": {
  12790. "$ref": "#/definitions/md.FundDataRecordNode"
  12791. }
  12792. },
  12793. "paginate": {
  12794. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12795. }
  12796. }
  12797. },
  12798. "md.GetGreenEnergyUserCoinFlowListReq": {
  12799. "type": "object",
  12800. "properties": {
  12801. "coin_id": {
  12802. "description": "货币类型 ID",
  12803. "type": "integer"
  12804. },
  12805. "direction": {
  12806. "description": "流水方向:1收入 2支出",
  12807. "type": "integer"
  12808. },
  12809. "end_at": {
  12810. "description": "结束时间",
  12811. "type": "string"
  12812. },
  12813. "page": {
  12814. "description": "页数",
  12815. "type": "integer"
  12816. },
  12817. "page_size": {
  12818. "description": "每页大小",
  12819. "type": "integer"
  12820. },
  12821. "start_at": {
  12822. "description": "开始时间",
  12823. "type": "string"
  12824. },
  12825. "uid": {
  12826. "description": "用户 ID",
  12827. "type": "integer"
  12828. }
  12829. }
  12830. },
  12831. "md.GetGreenEnergyUserCoinFlowListResp": {
  12832. "type": "object",
  12833. "properties": {
  12834. "list": {
  12835. "description": "流水信息",
  12836. "type": "array",
  12837. "items": {
  12838. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12839. }
  12840. },
  12841. "paginate": {
  12842. "description": "分页信息",
  12843. "allOf": [
  12844. {
  12845. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12846. }
  12847. ]
  12848. },
  12849. "select_data": {
  12850. "description": "流水类型",
  12851. "allOf": [
  12852. {
  12853. "$ref": "#/definitions/md.SelectData"
  12854. }
  12855. ]
  12856. }
  12857. }
  12858. },
  12859. "md.GetGreenEnergyUserCoinListReq": {
  12860. "type": "object",
  12861. "properties": {
  12862. "end_coin": {
  12863. "type": "string",
  12864. "example": "最大金额"
  12865. },
  12866. "kind": {
  12867. "description": "虚拟币种类编号",
  12868. "type": "integer"
  12869. },
  12870. "page": {
  12871. "description": "页数",
  12872. "type": "integer"
  12873. },
  12874. "page_size": {
  12875. "description": "单页大小",
  12876. "type": "integer"
  12877. },
  12878. "start_coin": {
  12879. "type": "string",
  12880. "example": "最小金额"
  12881. },
  12882. "uid": {
  12883. "description": "指定查询用户 ID",
  12884. "type": "integer"
  12885. },
  12886. "user_name": {
  12887. "type": "string",
  12888. "example": "用户名称"
  12889. },
  12890. "user_phone": {
  12891. "type": "string",
  12892. "example": "手机号"
  12893. }
  12894. }
  12895. },
  12896. "md.GetGreenEnergyUserCoinListResp": {
  12897. "type": "object",
  12898. "properties": {
  12899. "kind_list": {
  12900. "description": "货币类型集合",
  12901. "type": "array",
  12902. "items": {
  12903. "$ref": "#/definitions/md.VirtualCoinListNode"
  12904. }
  12905. },
  12906. "list": {
  12907. "description": "余额集合",
  12908. "type": "array",
  12909. "items": {
  12910. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12911. }
  12912. },
  12913. "sum_user_amount": {
  12914. "description": "用户持有总数",
  12915. "type": "number"
  12916. },
  12917. "total": {
  12918. "description": "持有该类型用户数",
  12919. "type": "integer"
  12920. }
  12921. }
  12922. },
  12923. "md.GetLevelListResp": {
  12924. "type": "object",
  12925. "properties": {
  12926. "list": {
  12927. "type": "array",
  12928. "items": {
  12929. "$ref": "#/definitions/md.LevelListNode"
  12930. }
  12931. },
  12932. "paginate": {
  12933. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12934. }
  12935. }
  12936. },
  12937. "md.GetModuleSettingResp": {
  12938. "type": "object",
  12939. "properties": {
  12940. "data": {
  12941. "description": "内容"
  12942. },
  12943. "mod_name": {
  12944. "description": "模块名称",
  12945. "type": "string"
  12946. },
  12947. "position": {
  12948. "description": "位置",
  12949. "type": "string"
  12950. },
  12951. "skip_identifier": {
  12952. "description": "跳转标识",
  12953. "type": "string"
  12954. },
  12955. "subtitle": {
  12956. "description": "副标题",
  12957. "type": "string"
  12958. },
  12959. "title": {
  12960. "description": "标题",
  12961. "type": "string"
  12962. }
  12963. }
  12964. },
  12965. "md.GetOneLevelResp": {
  12966. "type": "object",
  12967. "properties": {
  12968. "auto_update": {
  12969. "description": "自动升级 0关闭,1开启",
  12970. "type": "integer"
  12971. },
  12972. "choosable_num": {
  12973. "description": "可选任务数量",
  12974. "type": "integer"
  12975. },
  12976. "is_use": {
  12977. "description": "是否开启(0.否, 1.是)",
  12978. "type": "integer"
  12979. },
  12980. "level_id": {
  12981. "description": "等级 ID",
  12982. "type": "integer"
  12983. },
  12984. "level_name": {
  12985. "description": "等级名称",
  12986. "type": "string"
  12987. },
  12988. "level_weight": {
  12989. "description": "等级权重",
  12990. "type": "integer"
  12991. },
  12992. "memo": {
  12993. "description": "备注",
  12994. "type": "string"
  12995. },
  12996. "task_type": {
  12997. "description": "任务类型关系",
  12998. "type": "array",
  12999. "items": {
  13000. "type": "object",
  13001. "additionalProperties": true
  13002. }
  13003. },
  13004. "user_level_tasks": {
  13005. "type": "array",
  13006. "items": {
  13007. "$ref": "#/definitions/model.UserLevelTask"
  13008. }
  13009. }
  13010. }
  13011. },
  13012. "md.GetPriceCurveResp": {
  13013. "type": "object",
  13014. "properties": {
  13015. "x_data": {
  13016. "type": "array",
  13017. "items": {}
  13018. },
  13019. "y_data": {
  13020. "type": "array",
  13021. "items": {}
  13022. }
  13023. }
  13024. },
  13025. "md.GetPublicPlatoonBasicResp": {
  13026. "type": "object",
  13027. "properties": {
  13028. "is_open": {
  13029. "description": "是否开启(1:开启 0:关闭)",
  13030. "type": "integer"
  13031. },
  13032. "is_self_active_get_team_revenue": {
  13033. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  13034. "type": "integer"
  13035. },
  13036. "originator_name": {
  13037. "description": "创始人名称",
  13038. "type": "string"
  13039. },
  13040. "originator_uid": {
  13041. "description": "创始人uid",
  13042. "type": "integer"
  13043. },
  13044. "several_rows": {
  13045. "description": "几排",
  13046. "type": "integer"
  13047. },
  13048. "several_times": {
  13049. "description": "几乘",
  13050. "type": "integer"
  13051. },
  13052. "system_punish_replace": {
  13053. "description": "是否位置滑落 被新用户替换 0否 1是",
  13054. "type": "integer"
  13055. },
  13056. "system_punish_replace_value": {
  13057. "description": "xx天未活跃,处罚滑落",
  13058. "type": "integer"
  13059. }
  13060. }
  13061. },
  13062. "md.GetTagListResp": {
  13063. "type": "object",
  13064. "properties": {
  13065. "list": {
  13066. "type": "array",
  13067. "items": {
  13068. "$ref": "#/definitions/md.TagListNode"
  13069. }
  13070. },
  13071. "paginate": {
  13072. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13073. }
  13074. }
  13075. },
  13076. "md.GetVideoRewardResp": {
  13077. "type": "object",
  13078. "properties": {
  13079. "ecpm": {
  13080. "description": "当前 Ecpm 值",
  13081. "type": "string"
  13082. },
  13083. "unit_price": {
  13084. "description": "单价",
  13085. "type": "string"
  13086. }
  13087. }
  13088. },
  13089. "md.GetWithdrawApplyListNode": {
  13090. "type": "object",
  13091. "properties": {
  13092. "actual_receipt": {
  13093. "description": "实际到账",
  13094. "type": "string"
  13095. },
  13096. "ali_pay_account": {
  13097. "description": "支付宝账号",
  13098. "type": "string"
  13099. },
  13100. "ali_pay_name": {
  13101. "description": "支付宝昵称",
  13102. "type": "string"
  13103. },
  13104. "amount": {
  13105. "description": "提现金额",
  13106. "type": "string"
  13107. },
  13108. "apply_at": {
  13109. "description": "申请时间",
  13110. "type": "string"
  13111. },
  13112. "invite_code": {
  13113. "description": "邀请码",
  13114. "type": "string"
  13115. },
  13116. "memo": {
  13117. "description": "备注",
  13118. "type": "string"
  13119. },
  13120. "nickname": {
  13121. "description": "用户名称",
  13122. "type": "string"
  13123. },
  13124. "parentID": {
  13125. "description": "推荐人ID",
  13126. "type": "integer"
  13127. },
  13128. "parentPhone": {
  13129. "description": "推荐人手机号",
  13130. "type": "string"
  13131. },
  13132. "pay_at": {
  13133. "description": "到账时间",
  13134. "type": "string"
  13135. },
  13136. "state": {
  13137. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13138. "type": "integer"
  13139. },
  13140. "sys_fee": {
  13141. "description": "手续费",
  13142. "type": "string"
  13143. },
  13144. "tag": {
  13145. "description": "标签",
  13146. "type": "array",
  13147. "items": {
  13148. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  13149. }
  13150. },
  13151. "user_id": {
  13152. "description": "会员 ID",
  13153. "type": "integer"
  13154. },
  13155. "wechat_pay_account": {
  13156. "description": "微信账号",
  13157. "type": "string"
  13158. },
  13159. "wechat_pay_name": {
  13160. "description": "微信昵称",
  13161. "type": "string"
  13162. },
  13163. "withdraw_apply_id": {
  13164. "description": "提现申请id",
  13165. "type": "integer"
  13166. },
  13167. "withdraw_type": {
  13168. "description": "转账平台(1:支付宝 2:微信)",
  13169. "type": "integer"
  13170. }
  13171. }
  13172. },
  13173. "md.GetWithdrawApplyListReq": {
  13174. "type": "object",
  13175. "properties": {
  13176. "amount_begin": {
  13177. "description": "最小金额",
  13178. "type": "string"
  13179. },
  13180. "amount_end": {
  13181. "description": "最大金额",
  13182. "type": "string"
  13183. },
  13184. "apply_end_at": {
  13185. "description": "申请结束时间",
  13186. "type": "string"
  13187. },
  13188. "apply_start_at": {
  13189. "description": "申请开始时间",
  13190. "type": "string"
  13191. },
  13192. "examine_end_at": {
  13193. "description": "审核结束时间",
  13194. "type": "string"
  13195. },
  13196. "examine_start_at": {
  13197. "description": "审核开始时间",
  13198. "type": "string"
  13199. },
  13200. "is_first": {
  13201. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  13202. "type": "string"
  13203. },
  13204. "level": {
  13205. "description": "会员等级",
  13206. "type": "string"
  13207. },
  13208. "limit": {
  13209. "description": "页面大小",
  13210. "type": "integer"
  13211. },
  13212. "nickname": {
  13213. "description": "用户昵称",
  13214. "type": "string"
  13215. },
  13216. "page": {
  13217. "description": "页数",
  13218. "type": "integer"
  13219. },
  13220. "parent_id": {
  13221. "description": "推荐人 ID",
  13222. "type": "string"
  13223. },
  13224. "payment_type": {
  13225. "description": "打款类型 1:手动;2:自动",
  13226. "type": "string"
  13227. },
  13228. "phone": {
  13229. "description": "用户手机号",
  13230. "type": "string"
  13231. },
  13232. "state": {
  13233. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13234. "type": "string"
  13235. },
  13236. "uid": {
  13237. "description": "用户 ID",
  13238. "type": "string"
  13239. },
  13240. "withdraw_account": {
  13241. "description": "支付宝/微信昵称",
  13242. "type": "string"
  13243. },
  13244. "withdraw_name": {
  13245. "description": "支付宝姓名",
  13246. "type": "string"
  13247. },
  13248. "withdraw_type": {
  13249. "description": "提现方式(1:支付宝 2:微信)",
  13250. "type": "string"
  13251. }
  13252. }
  13253. },
  13254. "md.GetWithdrawApplyListResp": {
  13255. "type": "object",
  13256. "properties": {
  13257. "levels_list": {
  13258. "description": "等级列表",
  13259. "type": "array",
  13260. "items": {
  13261. "type": "object",
  13262. "additionalProperties": true
  13263. }
  13264. },
  13265. "list": {
  13266. "type": "array",
  13267. "items": {
  13268. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  13269. }
  13270. },
  13271. "paginate": {
  13272. "description": "分页信息",
  13273. "allOf": [
  13274. {
  13275. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  13276. }
  13277. ]
  13278. },
  13279. "pay_failed_amount": {
  13280. "description": "打款失败金额",
  13281. "type": "string"
  13282. },
  13283. "pay_succeed_amount": {
  13284. "description": "打款成功金额",
  13285. "type": "string"
  13286. },
  13287. "pending_amount": {
  13288. "description": "处理中金额",
  13289. "type": "string"
  13290. },
  13291. "reason_list": {
  13292. "description": "审核失败(驳回理由)",
  13293. "type": "array",
  13294. "items": {
  13295. "type": "object",
  13296. "additionalProperties": true
  13297. }
  13298. },
  13299. "tags_list": {
  13300. "description": "标签列表",
  13301. "type": "array",
  13302. "items": {
  13303. "type": "object",
  13304. "additionalProperties": true
  13305. }
  13306. },
  13307. "under_review": {
  13308. "description": "审核中金额",
  13309. "type": "string"
  13310. }
  13311. }
  13312. },
  13313. "md.GetWithdrawSettingResp": {
  13314. "type": "object",
  13315. "properties": {
  13316. "condition_is_open": {
  13317. "description": "提现条件是否开启(0:关闭, 1:开启)",
  13318. "type": "integer"
  13319. },
  13320. "first_withdraw_set": {
  13321. "description": "首次提现设置",
  13322. "allOf": [
  13323. {
  13324. "$ref": "#/definitions/md.FirstWithdrawSet"
  13325. }
  13326. ]
  13327. },
  13328. "frequency_set": {
  13329. "description": "频率设置(0:日 1:周 2:月 3:年)",
  13330. "allOf": [
  13331. {
  13332. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13333. }
  13334. ]
  13335. },
  13336. "id": {
  13337. "type": "integer"
  13338. },
  13339. "is_auto": {
  13340. "description": "是否开启自动提现(0:否 1:是)",
  13341. "type": "integer"
  13342. },
  13343. "is_auto_amount_limit": {
  13344. "description": "自动提现金额限制",
  13345. "type": "string"
  13346. },
  13347. "is_real_name": {
  13348. "description": "是否实名(0:否 1:是)",
  13349. "type": "integer"
  13350. },
  13351. "is_support_decimal_point": {
  13352. "description": "是否支持小数点(0:否 1:是)",
  13353. "type": "integer"
  13354. },
  13355. "level_list": {
  13356. "description": "会员等级列表",
  13357. "type": "array",
  13358. "items": {
  13359. "type": "object",
  13360. "additionalProperties": true
  13361. }
  13362. },
  13363. "pending_orders_is_can_apply": {
  13364. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13365. "type": "integer"
  13366. },
  13367. "tips": {
  13368. "description": "提示",
  13369. "type": "string"
  13370. },
  13371. "vip_level_limit": {
  13372. "description": "提现等级限制",
  13373. "type": "integer"
  13374. },
  13375. "withdraw_amount_limit": {
  13376. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13377. "type": "string"
  13378. },
  13379. "withdraw_fee_set": {
  13380. "description": "提现手续费设置",
  13381. "allOf": [
  13382. {
  13383. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13384. }
  13385. ]
  13386. },
  13387. "withdraw_multiple_limit": {
  13388. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13389. "type": "string"
  13390. },
  13391. "withdraw_nums_limit": {
  13392. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13393. "type": "integer"
  13394. },
  13395. "withdraw_time_interval": {
  13396. "description": "提现时段",
  13397. "allOf": [
  13398. {
  13399. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13400. }
  13401. ]
  13402. },
  13403. "withdraw_type": {
  13404. "description": "提现方式(1:支付宝 2:微信)",
  13405. "type": "integer"
  13406. }
  13407. }
  13408. },
  13409. "md.GroupListReq": {
  13410. "type": "object",
  13411. "properties": {
  13412. "group_admin": {
  13413. "description": "群主",
  13414. "type": "string"
  13415. },
  13416. "name": {
  13417. "description": "群名称",
  13418. "type": "string"
  13419. },
  13420. "page": {
  13421. "type": "integer"
  13422. },
  13423. "page_size": {
  13424. "type": "integer"
  13425. },
  13426. "start_time_end": {
  13427. "type": "string",
  13428. "example": "创建时间-截止"
  13429. },
  13430. "start_time_start": {
  13431. "type": "string",
  13432. "example": "创建时间-起始"
  13433. }
  13434. }
  13435. },
  13436. "md.GroupListResp": {
  13437. "type": "object",
  13438. "properties": {
  13439. "list": {
  13440. "type": "array",
  13441. "items": {
  13442. "type": "object",
  13443. "properties": {
  13444. "avatarUrl": {
  13445. "description": "头像",
  13446. "type": "string"
  13447. },
  13448. "createTime": {
  13449. "description": "创建时间",
  13450. "type": "string"
  13451. },
  13452. "extra": {
  13453. "description": "附加字段",
  13454. "type": "string"
  13455. },
  13456. "id": {
  13457. "description": "群组id",
  13458. "type": "integer"
  13459. },
  13460. "introduction": {
  13461. "description": "群简介",
  13462. "type": "string"
  13463. },
  13464. "isAllAddFriend": {
  13465. "description": "是否允许加好友(1:是 2:否)",
  13466. "type": "integer"
  13467. },
  13468. "isAllMemberBanned": {
  13469. "description": "是否全员禁言(1:是 2:否)",
  13470. "type": "integer"
  13471. },
  13472. "name": {
  13473. "description": "组名",
  13474. "type": "string"
  13475. },
  13476. "nickname": {
  13477. "description": "群主昵称",
  13478. "type": "string"
  13479. },
  13480. "phoneNumber": {
  13481. "description": "群主账号",
  13482. "type": "string"
  13483. },
  13484. "updateTime": {
  13485. "description": "更新时间",
  13486. "type": "string"
  13487. },
  13488. "userNum": {
  13489. "description": "群组人数",
  13490. "type": "integer"
  13491. }
  13492. }
  13493. }
  13494. },
  13495. "page": {
  13496. "type": "integer"
  13497. },
  13498. "page_size": {
  13499. "type": "integer"
  13500. },
  13501. "total": {
  13502. "type": "integer"
  13503. }
  13504. }
  13505. },
  13506. "md.Guide": {
  13507. "type": "object",
  13508. "properties": {
  13509. "bg_image": {
  13510. "type": "string"
  13511. },
  13512. "bg_image_url": {
  13513. "type": "string"
  13514. },
  13515. "content_image": {
  13516. "type": "string"
  13517. },
  13518. "content_image_url": {
  13519. "type": "string"
  13520. }
  13521. }
  13522. },
  13523. "md.JPushGetLevelListResp": {
  13524. "type": "object",
  13525. "properties": {
  13526. "list": {
  13527. "type": "array",
  13528. "items": {
  13529. "$ref": "#/definitions/md.LevelListNode"
  13530. }
  13531. },
  13532. "paginate": {
  13533. "$ref": "#/definitions/applet_app_md.Paginate"
  13534. }
  13535. }
  13536. },
  13537. "md.JPushGetTagListResp": {
  13538. "type": "object",
  13539. "properties": {
  13540. "list": {
  13541. "type": "array",
  13542. "items": {
  13543. "$ref": "#/definitions/md.TagListNode"
  13544. }
  13545. },
  13546. "paginate": {
  13547. "$ref": "#/definitions/applet_app_md.Paginate"
  13548. }
  13549. }
  13550. },
  13551. "md.JPushGetUserListReq": {
  13552. "type": "object",
  13553. "properties": {
  13554. "effective": {
  13555. "description": "有效会员",
  13556. "type": "integer"
  13557. },
  13558. "id": {
  13559. "description": "会员 ID",
  13560. "type": "integer"
  13561. },
  13562. "invite_code": {
  13563. "type": "string",
  13564. "example": "会员邀请码"
  13565. },
  13566. "is_real_name": {
  13567. "description": "是否实名 0.未实名,1.已实名",
  13568. "type": "integer"
  13569. },
  13570. "level": {
  13571. "description": "会员等级",
  13572. "type": "integer"
  13573. },
  13574. "limit": {
  13575. "type": "integer"
  13576. },
  13577. "login_after": {
  13578. "description": "最近登录结束时间",
  13579. "type": "string"
  13580. },
  13581. "login_before": {
  13582. "description": "最近登录开始时间",
  13583. "type": "string"
  13584. },
  13585. "memo": {
  13586. "description": "备注",
  13587. "type": "string"
  13588. },
  13589. "nickname": {
  13590. "type": "string",
  13591. "example": "会员昵称"
  13592. },
  13593. "page": {
  13594. "type": "integer"
  13595. },
  13596. "parent_invite_code": {
  13597. "type": "string",
  13598. "example": "上级邀请码"
  13599. },
  13600. "parent_phone": {
  13601. "type": "string",
  13602. "example": "上级手机号"
  13603. },
  13604. "phone": {
  13605. "type": "string",
  13606. "example": "会员手机号"
  13607. },
  13608. "recommend_id": {
  13609. "description": "推荐人 ID",
  13610. "type": "integer"
  13611. },
  13612. "register_after": {
  13613. "description": "注册时间终点",
  13614. "type": "string"
  13615. },
  13616. "register_before": {
  13617. "description": "注册时间起点",
  13618. "type": "string"
  13619. },
  13620. "register_type": {
  13621. "description": "注册类型(1:APP注册、2:H5注册)",
  13622. "type": "integer"
  13623. },
  13624. "sex": {
  13625. "description": "性别(0:未知 1:男 2:女)",
  13626. "type": "integer"
  13627. },
  13628. "state": {
  13629. "description": "状态",
  13630. "type": "integer"
  13631. },
  13632. "tag": {
  13633. "description": "标签 id",
  13634. "type": "integer"
  13635. },
  13636. "union_id": {
  13637. "type": "string",
  13638. "example": "微信号"
  13639. }
  13640. }
  13641. },
  13642. "md.LevelListNode": {
  13643. "type": "object",
  13644. "properties": {
  13645. "count": {
  13646. "description": "等级人数",
  13647. "type": "string"
  13648. },
  13649. "create_at": {
  13650. "description": "创建时间",
  13651. "type": "string"
  13652. },
  13653. "is_use": {
  13654. "description": "是否开启(0.否, 1.是)",
  13655. "type": "integer"
  13656. },
  13657. "level_id": {
  13658. "description": "等级 ID",
  13659. "type": "integer"
  13660. },
  13661. "level_name": {
  13662. "description": "等级名称",
  13663. "type": "string"
  13664. },
  13665. "level_weight": {
  13666. "description": "等级权重",
  13667. "type": "integer"
  13668. },
  13669. "memo": {
  13670. "description": "备注",
  13671. "type": "string"
  13672. }
  13673. }
  13674. },
  13675. "md.LevelTaskNode": {
  13676. "type": "object",
  13677. "properties": {
  13678. "active_days": {
  13679. "description": "活跃多少天",
  13680. "type": "string"
  13681. },
  13682. "finish_count": {
  13683. "description": "多少天内完成的指标",
  13684. "type": "string"
  13685. },
  13686. "is_must_task": {
  13687. "description": "是否必做(0,1)",
  13688. "type": "string"
  13689. },
  13690. "task_type": {
  13691. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  13692. "type": "string"
  13693. },
  13694. "task_type_level_id": {
  13695. "description": "会员等级 ID (task_type=3时生效)",
  13696. "type": "string"
  13697. },
  13698. "within_days": {
  13699. "description": "多少天内完成",
  13700. "type": "string"
  13701. }
  13702. }
  13703. },
  13704. "md.ListCommunityDividendsReq": {
  13705. "type": "object",
  13706. "properties": {
  13707. "end_at": {
  13708. "description": "结束时间",
  13709. "type": "string"
  13710. },
  13711. "end_nums": {
  13712. "description": "分红总量上限",
  13713. "type": "integer"
  13714. },
  13715. "limit": {
  13716. "description": "每页大小",
  13717. "type": "integer"
  13718. },
  13719. "page": {
  13720. "description": "页数",
  13721. "type": "integer"
  13722. },
  13723. "start_at": {
  13724. "description": "开始时间",
  13725. "type": "string"
  13726. },
  13727. "start_nums": {
  13728. "description": "分红总量下限",
  13729. "type": "integer"
  13730. }
  13731. }
  13732. },
  13733. "md.ListCommunityDividendsResp": {
  13734. "type": "object",
  13735. "properties": {
  13736. "list": {
  13737. "type": "array",
  13738. "items": {
  13739. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  13740. }
  13741. },
  13742. "paginate": {
  13743. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13744. }
  13745. }
  13746. },
  13747. "md.ListCommunityDividendsWithUserReq": {
  13748. "type": "object",
  13749. "properties": {
  13750. "limit": {
  13751. "type": "integer"
  13752. },
  13753. "page": {
  13754. "type": "integer"
  13755. },
  13756. "phone": {
  13757. "type": "string"
  13758. },
  13759. "uid": {
  13760. "type": "integer"
  13761. }
  13762. }
  13763. },
  13764. "md.ListCommunityDividendsWithUserResp": {
  13765. "type": "object",
  13766. "properties": {
  13767. "list": {
  13768. "type": "array",
  13769. "items": {
  13770. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  13771. }
  13772. },
  13773. "paginate": {
  13774. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13775. }
  13776. }
  13777. },
  13778. "md.ListPlatformRevenueReq": {
  13779. "type": "object",
  13780. "properties": {
  13781. "end_at": {
  13782. "type": "string",
  13783. "example": "结束时间"
  13784. },
  13785. "kind": {
  13786. "description": "数据类型",
  13787. "type": "integer"
  13788. },
  13789. "limit": {
  13790. "description": "每页大小",
  13791. "type": "integer"
  13792. },
  13793. "page": {
  13794. "description": "页数",
  13795. "type": "integer"
  13796. },
  13797. "start_at": {
  13798. "type": "string",
  13799. "example": "开始时间"
  13800. }
  13801. }
  13802. },
  13803. "md.ListPlatformRevenueResp": {
  13804. "type": "object",
  13805. "properties": {
  13806. "kind_list": {
  13807. "description": "类型列表",
  13808. "type": "array",
  13809. "items": {
  13810. "type": "object",
  13811. "additionalProperties": true
  13812. }
  13813. },
  13814. "list": {
  13815. "description": "数据列表",
  13816. "type": "array",
  13817. "items": {
  13818. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  13819. }
  13820. },
  13821. "paginate": {
  13822. "description": "分页数据",
  13823. "allOf": [
  13824. {
  13825. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13826. }
  13827. ]
  13828. }
  13829. }
  13830. },
  13831. "md.LoginReq": {
  13832. "type": "object",
  13833. "required": [
  13834. "password",
  13835. "username"
  13836. ],
  13837. "properties": {
  13838. "code": {
  13839. "type": "string",
  13840. "example": "验证码"
  13841. },
  13842. "password": {
  13843. "type": "string",
  13844. "example": "登录密码"
  13845. },
  13846. "username": {
  13847. "type": "string",
  13848. "example": "登录账号"
  13849. }
  13850. }
  13851. },
  13852. "md.LoginResponse": {
  13853. "type": "object",
  13854. "properties": {
  13855. "token": {
  13856. "type": "string"
  13857. }
  13858. }
  13859. },
  13860. "md.ManualScoreReq": {
  13861. "type": "object",
  13862. "properties": {
  13863. "index_id": {
  13864. "description": "文档id",
  13865. "type": "string"
  13866. },
  13867. "score": {
  13868. "type": "string",
  13869. "example": "分数"
  13870. }
  13871. }
  13872. },
  13873. "md.ModuleSettingGetResp": {
  13874. "type": "object",
  13875. "properties": {
  13876. "data": {
  13877. "description": "内容"
  13878. },
  13879. "mod_name": {
  13880. "description": "模块名称",
  13881. "type": "string"
  13882. },
  13883. "mod_name_list": {
  13884. "description": "模块名称对照",
  13885. "type": "array",
  13886. "items": {
  13887. "type": "object",
  13888. "additionalProperties": true
  13889. }
  13890. },
  13891. "position": {
  13892. "description": "位置",
  13893. "type": "string"
  13894. },
  13895. "skip_identifier": {
  13896. "description": "跳转标识",
  13897. "type": "string"
  13898. },
  13899. "subtitle": {
  13900. "description": "副标题",
  13901. "type": "string"
  13902. },
  13903. "title": {
  13904. "description": "标题",
  13905. "type": "string"
  13906. }
  13907. }
  13908. },
  13909. "md.ModuleSettingUpdateReq": {
  13910. "type": "object",
  13911. "properties": {
  13912. "data": {
  13913. "description": "内容",
  13914. "type": "object",
  13915. "additionalProperties": true
  13916. },
  13917. "mod_name_value": {
  13918. "description": "模块类型值",
  13919. "type": "string"
  13920. },
  13921. "position": {
  13922. "description": "位置",
  13923. "type": "string"
  13924. },
  13925. "skip_identifier": {
  13926. "description": "跳转标识",
  13927. "type": "string"
  13928. },
  13929. "subtitle": {
  13930. "description": "副标题",
  13931. "type": "string"
  13932. },
  13933. "title": {
  13934. "description": "标题",
  13935. "type": "string"
  13936. }
  13937. }
  13938. },
  13939. "md.NewUserRedPackageGetBasicResp": {
  13940. "type": "object",
  13941. "properties": {
  13942. "create_at": {
  13943. "type": "string"
  13944. },
  13945. "days": {
  13946. "description": "天数",
  13947. "type": "integer"
  13948. },
  13949. "is_double": {
  13950. "description": "是否翻倍",
  13951. "type": "integer"
  13952. },
  13953. "is_open": {
  13954. "description": "是否开启(1:开启 0:关闭)",
  13955. "type": "integer"
  13956. },
  13957. "total_amount": {
  13958. "type": "string",
  13959. "example": "总金额"
  13960. },
  13961. "update_at": {
  13962. "type": "string"
  13963. }
  13964. }
  13965. },
  13966. "md.NewUserRedPackageRecordFlowListReq": {
  13967. "type": "object",
  13968. "properties": {
  13969. "end_at": {
  13970. "description": "结束时间",
  13971. "type": "string"
  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. "uid": {
  13986. "description": "用户 ID",
  13987. "type": "integer"
  13988. }
  13989. }
  13990. },
  13991. "md.NewUserRedPackageRecordFlowListResp": {
  13992. "type": "object",
  13993. "properties": {
  13994. "list": {
  13995. "type": "array",
  13996. "items": {
  13997. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  13998. }
  13999. },
  14000. "paginate": {
  14001. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14002. }
  14003. }
  14004. },
  14005. "md.NewUserRedPackageRecordFlowNode": {
  14006. "type": "object",
  14007. "properties": {
  14008. "balance_amount": {
  14009. "description": "剩余金额",
  14010. "type": "string"
  14011. },
  14012. "balance_days": {
  14013. "description": "剩余天数",
  14014. "type": "integer"
  14015. },
  14016. "basic_amount": {
  14017. "description": "基础金额",
  14018. "type": "string"
  14019. },
  14020. "create_at": {
  14021. "description": "创建时间",
  14022. "type": "string"
  14023. },
  14024. "day_num": {
  14025. "description": "第x天",
  14026. "type": "integer"
  14027. },
  14028. "double_rate": {
  14029. "description": "倍率",
  14030. "type": "string"
  14031. },
  14032. "id": {
  14033. "description": "流水 ID",
  14034. "type": "integer"
  14035. },
  14036. "is_double": {
  14037. "description": "是否翻倍",
  14038. "type": "integer"
  14039. },
  14040. "receive_days": {
  14041. "description": "领取天数",
  14042. "type": "integer"
  14043. },
  14044. "total_amount": {
  14045. "description": "实际金额",
  14046. "type": "string"
  14047. },
  14048. "uid": {
  14049. "description": "用户 ID",
  14050. "type": "integer"
  14051. }
  14052. }
  14053. },
  14054. "md.NewUserRedPackageRecordListReq": {
  14055. "type": "object",
  14056. "properties": {
  14057. "end_at": {
  14058. "description": "结束时间",
  14059. "type": "string"
  14060. },
  14061. "limit": {
  14062. "description": "每页大小",
  14063. "type": "integer"
  14064. },
  14065. "page": {
  14066. "description": "页数",
  14067. "type": "integer"
  14068. },
  14069. "start_at": {
  14070. "description": "开始时间",
  14071. "type": "string"
  14072. },
  14073. "uid": {
  14074. "description": "用户 ID",
  14075. "type": "integer"
  14076. }
  14077. }
  14078. },
  14079. "md.NewUserRedPackageRecordListResp": {
  14080. "type": "object",
  14081. "properties": {
  14082. "list": {
  14083. "type": "array",
  14084. "items": {
  14085. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  14086. }
  14087. },
  14088. "paginate": {
  14089. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14090. }
  14091. }
  14092. },
  14093. "md.NewUserRedPackageRecordNode": {
  14094. "type": "object",
  14095. "properties": {
  14096. "balance_amount": {
  14097. "description": "剩余金额",
  14098. "type": "string"
  14099. },
  14100. "balance_days": {
  14101. "description": "剩余天数",
  14102. "type": "integer"
  14103. },
  14104. "create_at": {
  14105. "description": "创建时间",
  14106. "type": "string"
  14107. },
  14108. "days": {
  14109. "description": "天数",
  14110. "type": "integer"
  14111. },
  14112. "receive_days": {
  14113. "description": "领取天数",
  14114. "type": "integer"
  14115. },
  14116. "state": {
  14117. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  14118. "type": "integer"
  14119. },
  14120. "system_id": {
  14121. "description": "系统中记录的 ID",
  14122. "type": "integer"
  14123. },
  14124. "total_amount": {
  14125. "description": "金额",
  14126. "type": "string"
  14127. },
  14128. "uid": {
  14129. "description": "用户 ID",
  14130. "type": "integer"
  14131. },
  14132. "update_at": {
  14133. "description": "修改时间",
  14134. "type": "string"
  14135. }
  14136. }
  14137. },
  14138. "md.NewUserRedPackageUpdateBasicReq": {
  14139. "type": "object",
  14140. "properties": {
  14141. "days": {
  14142. "description": "天数",
  14143. "type": "integer"
  14144. },
  14145. "is_double": {
  14146. "description": "是否翻倍",
  14147. "type": "integer"
  14148. },
  14149. "is_open": {
  14150. "description": "是否开启(1:开启 0:关闭)",
  14151. "type": "integer"
  14152. },
  14153. "total_amount": {
  14154. "type": "string",
  14155. "example": "总金额"
  14156. }
  14157. }
  14158. },
  14159. "md.NewUserRewardRules": {
  14160. "type": "object",
  14161. "properties": {
  14162. "continue_days": {
  14163. "description": "连续x天",
  14164. "type": "integer"
  14165. },
  14166. "invite_user_reward_value": {
  14167. "description": "拉新用户奖励x个活跃积分",
  14168. "type": "integer"
  14169. },
  14170. "reward_coefficient": {
  14171. "description": "奖励系数",
  14172. "type": "number"
  14173. }
  14174. }
  14175. },
  14176. "md.NoticeAliyunSmsList": {
  14177. "type": "object",
  14178. "properties": {
  14179. "content": {
  14180. "type": "string",
  14181. "example": "这是 填短信模板id"
  14182. },
  14183. "day": {
  14184. "type": "string",
  14185. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14186. },
  14187. "id": {
  14188. "type": "string"
  14189. },
  14190. "is_show": {
  14191. "type": "string"
  14192. },
  14193. "notice_day": {
  14194. "type": "string",
  14195. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14196. },
  14197. "title": {
  14198. "type": "string"
  14199. },
  14200. "type": {
  14201. "type": "string"
  14202. }
  14203. }
  14204. },
  14205. "md.NoticeAliyunSmsListReq": {
  14206. "type": "object",
  14207. "properties": {
  14208. "limit": {
  14209. "description": "每页大小",
  14210. "type": "string"
  14211. },
  14212. "page": {
  14213. "description": "页数",
  14214. "type": "string"
  14215. }
  14216. }
  14217. },
  14218. "md.NoticeAliyunSmsListResp": {
  14219. "type": "object",
  14220. "properties": {
  14221. "list": {
  14222. "type": "array",
  14223. "items": {
  14224. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  14225. }
  14226. },
  14227. "select_data": {
  14228. "type": "array",
  14229. "items": {
  14230. "type": "object",
  14231. "additionalProperties": {
  14232. "type": "string"
  14233. }
  14234. }
  14235. },
  14236. "total": {
  14237. "type": "integer"
  14238. }
  14239. }
  14240. },
  14241. "md.NoticeAliyunSmsSaveReq": {
  14242. "type": "object",
  14243. "properties": {
  14244. "content": {
  14245. "type": "string"
  14246. },
  14247. "day": {
  14248. "type": "string",
  14249. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14250. },
  14251. "id": {
  14252. "type": "string"
  14253. },
  14254. "is_show": {
  14255. "type": "string"
  14256. },
  14257. "notice_day": {
  14258. "type": "string",
  14259. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14260. },
  14261. "title": {
  14262. "type": "string"
  14263. },
  14264. "type": {
  14265. "type": "string"
  14266. }
  14267. }
  14268. },
  14269. "md.NoticeDelReq": {
  14270. "type": "object",
  14271. "properties": {
  14272. "id": {
  14273. "type": "array",
  14274. "items": {
  14275. "type": "string"
  14276. }
  14277. }
  14278. }
  14279. },
  14280. "md.NoticeList": {
  14281. "type": "object",
  14282. "properties": {
  14283. "content": {
  14284. "type": "string"
  14285. },
  14286. "day": {
  14287. "type": "string",
  14288. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14289. },
  14290. "id": {
  14291. "type": "string"
  14292. },
  14293. "jpush_open": {
  14294. "type": "string",
  14295. "example": "app推送开启 0关 1开"
  14296. },
  14297. "notice_day": {
  14298. "type": "string",
  14299. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14300. },
  14301. "sms_code": {
  14302. "type": "string",
  14303. "example": "短信模板id"
  14304. },
  14305. "sms_open": {
  14306. "type": "string",
  14307. "example": "短信推送开启 0关 1开"
  14308. },
  14309. "title": {
  14310. "type": "string"
  14311. },
  14312. "type": {
  14313. "type": "string"
  14314. }
  14315. }
  14316. },
  14317. "md.NoticeListReq": {
  14318. "type": "object",
  14319. "properties": {
  14320. "limit": {
  14321. "description": "每页大小",
  14322. "type": "string"
  14323. },
  14324. "page": {
  14325. "description": "页数",
  14326. "type": "string"
  14327. }
  14328. }
  14329. },
  14330. "md.NoticeListResp": {
  14331. "type": "object",
  14332. "properties": {
  14333. "change_data": {
  14334. "type": "array",
  14335. "items": {
  14336. "type": "object",
  14337. "additionalProperties": {
  14338. "type": "string"
  14339. }
  14340. }
  14341. },
  14342. "list": {
  14343. "type": "array",
  14344. "items": {
  14345. "$ref": "#/definitions/md.NoticeList"
  14346. }
  14347. },
  14348. "select_data": {
  14349. "type": "array",
  14350. "items": {
  14351. "type": "object",
  14352. "additionalProperties": {
  14353. "type": "string"
  14354. }
  14355. }
  14356. },
  14357. "total": {
  14358. "type": "integer"
  14359. }
  14360. }
  14361. },
  14362. "md.NoticePushList": {
  14363. "type": "object",
  14364. "properties": {
  14365. "content": {
  14366. "type": "string"
  14367. },
  14368. "id": {
  14369. "type": "string"
  14370. },
  14371. "platform": {
  14372. "type": "string"
  14373. },
  14374. "send_end_time": {
  14375. "type": "string",
  14376. "example": "如 2024-11-25 11:56:00"
  14377. },
  14378. "send_start_time": {
  14379. "type": "string",
  14380. "example": "如 2024-11-25 11:56:00"
  14381. },
  14382. "send_type": {
  14383. "type": "string",
  14384. "example": "0立即推送 1定时推送"
  14385. },
  14386. "state": {
  14387. "type": "string",
  14388. "example": "0待发送 1发送成功"
  14389. },
  14390. "target": {
  14391. "type": "string"
  14392. },
  14393. "title": {
  14394. "type": "string"
  14395. }
  14396. }
  14397. },
  14398. "md.NoticePushListResp": {
  14399. "type": "object",
  14400. "properties": {
  14401. "list": {
  14402. "type": "array",
  14403. "items": {
  14404. "$ref": "#/definitions/md.NoticePushList"
  14405. }
  14406. },
  14407. "platform_data": {
  14408. "type": "array",
  14409. "items": {
  14410. "type": "object",
  14411. "additionalProperties": {
  14412. "type": "string"
  14413. }
  14414. }
  14415. },
  14416. "target_data": {
  14417. "type": "array",
  14418. "items": {
  14419. "type": "object",
  14420. "additionalProperties": {
  14421. "type": "string"
  14422. }
  14423. }
  14424. },
  14425. "total": {
  14426. "type": "integer"
  14427. }
  14428. }
  14429. },
  14430. "md.NoticePushSaveReq": {
  14431. "type": "object",
  14432. "properties": {
  14433. "content": {
  14434. "type": "string"
  14435. },
  14436. "id": {
  14437. "type": "string"
  14438. },
  14439. "level": {
  14440. "type": "array",
  14441. "items": {
  14442. "type": "string"
  14443. }
  14444. },
  14445. "platform": {
  14446. "type": "string"
  14447. },
  14448. "send_end_time": {
  14449. "type": "string"
  14450. },
  14451. "send_start_time": {
  14452. "type": "string"
  14453. },
  14454. "send_type": {
  14455. "type": "string"
  14456. },
  14457. "tag_list": {
  14458. "type": "array",
  14459. "items": {
  14460. "type": "string"
  14461. }
  14462. },
  14463. "target": {
  14464. "type": "string"
  14465. },
  14466. "title": {
  14467. "type": "string"
  14468. },
  14469. "user_list": {
  14470. "type": "array",
  14471. "items": {
  14472. "type": "string"
  14473. }
  14474. }
  14475. }
  14476. },
  14477. "md.NoticeSaveReq": {
  14478. "type": "object",
  14479. "properties": {
  14480. "content": {
  14481. "type": "string"
  14482. },
  14483. "day": {
  14484. "type": "string",
  14485. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14486. },
  14487. "id": {
  14488. "type": "string"
  14489. },
  14490. "jpush_open": {
  14491. "type": "string",
  14492. "example": "app推送开启 0关 1开"
  14493. },
  14494. "notice_day": {
  14495. "type": "string",
  14496. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14497. },
  14498. "sms_code": {
  14499. "type": "string",
  14500. "example": "短信模板id"
  14501. },
  14502. "sms_open": {
  14503. "type": "string",
  14504. "example": "短信推送开启 0关 1开"
  14505. },
  14506. "title": {
  14507. "type": "string"
  14508. },
  14509. "type": {
  14510. "type": "string"
  14511. }
  14512. }
  14513. },
  14514. "md.OtherNode": {
  14515. "type": "object",
  14516. "properties": {
  14517. "create_at": {
  14518. "description": "注册时间",
  14519. "type": "string"
  14520. },
  14521. "last_login_at": {
  14522. "description": "最近登录时间",
  14523. "type": "string"
  14524. },
  14525. "last_login_ip": {
  14526. "description": "最后登录 IP",
  14527. "type": "string"
  14528. }
  14529. }
  14530. },
  14531. "md.PageCustomerServiceReq": {
  14532. "type": "object",
  14533. "properties": {
  14534. "memo": {
  14535. "type": "string",
  14536. "example": "备注"
  14537. },
  14538. "page": {
  14539. "type": "integer"
  14540. },
  14541. "page_size": {
  14542. "type": "integer"
  14543. },
  14544. "phone": {
  14545. "description": "手机号",
  14546. "type": "string"
  14547. },
  14548. "state": {
  14549. "description": "状态",
  14550. "type": "integer"
  14551. }
  14552. }
  14553. },
  14554. "md.PageEmoticonReq": {
  14555. "type": "object",
  14556. "properties": {
  14557. "memo": {
  14558. "type": "string",
  14559. "example": "备注"
  14560. },
  14561. "name": {
  14562. "description": "表情名称",
  14563. "type": "string"
  14564. },
  14565. "page": {
  14566. "type": "integer"
  14567. },
  14568. "page_size": {
  14569. "type": "integer"
  14570. },
  14571. "state": {
  14572. "description": "状态",
  14573. "type": "integer"
  14574. }
  14575. }
  14576. },
  14577. "md.PageSendRedPackageOrdReq": {
  14578. "type": "object",
  14579. "properties": {
  14580. "invite_code": {
  14581. "description": "邀请码",
  14582. "type": "string",
  14583. "example": "邀请码"
  14584. },
  14585. "nickname": {
  14586. "description": "昵称",
  14587. "type": "string",
  14588. "example": "昵称"
  14589. },
  14590. "ord_no": {
  14591. "description": "订单号",
  14592. "type": "string",
  14593. "example": "订单号"
  14594. },
  14595. "page": {
  14596. "type": "integer"
  14597. },
  14598. "page_size": {
  14599. "type": "integer"
  14600. },
  14601. "phone": {
  14602. "description": "手机号",
  14603. "type": "string",
  14604. "example": "手机号"
  14605. },
  14606. "red_packet_type": {
  14607. "description": "红包类型",
  14608. "type": "integer"
  14609. },
  14610. "start_time_end": {
  14611. "type": "string",
  14612. "example": "发送时间-截止"
  14613. },
  14614. "start_time_start": {
  14615. "type": "string",
  14616. "example": "发送时间-起始"
  14617. },
  14618. "state": {
  14619. "description": "状态",
  14620. "type": "integer"
  14621. },
  14622. "uid": {
  14623. "type": "integer"
  14624. }
  14625. }
  14626. },
  14627. "md.PlatformRevenueDataNode": {
  14628. "type": "object",
  14629. "properties": {
  14630. "balance_amount": {
  14631. "description": "余额",
  14632. "type": "string"
  14633. },
  14634. "balance_times": {
  14635. "description": "剩余执行次数",
  14636. "type": "integer"
  14637. },
  14638. "create_at": {
  14639. "description": "创建时间",
  14640. "type": "string"
  14641. },
  14642. "hours": {
  14643. "description": "时长",
  14644. "type": "integer"
  14645. },
  14646. "kind": {
  14647. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  14648. "type": "integer"
  14649. },
  14650. "memo": {
  14651. "description": "备注",
  14652. "type": "string"
  14653. },
  14654. "system_id": {
  14655. "type": "integer"
  14656. },
  14657. "total_amount": {
  14658. "description": "金额",
  14659. "type": "string"
  14660. }
  14661. }
  14662. },
  14663. "md.PlayletBaseData": {
  14664. "type": "object",
  14665. "properties": {
  14666. "day_one_count": {
  14667. "type": "string",
  14668. "example": "每天每个短剧解锁次数"
  14669. },
  14670. "first_count": {
  14671. "type": "string",
  14672. "example": "首次可观看集数"
  14673. },
  14674. "reward": {
  14675. "type": "string",
  14676. "example": "单次奖励"
  14677. },
  14678. "second_count": {
  14679. "type": "string",
  14680. "example": "看一次广告解锁集数"
  14681. },
  14682. "total": {
  14683. "type": "string",
  14684. "example": "可领取总次数"
  14685. }
  14686. }
  14687. },
  14688. "md.PlayletIncentiveBaseData": {
  14689. "type": "object",
  14690. "properties": {
  14691. "android_adv_id": {
  14692. "type": "string",
  14693. "example": "安卓激励视频广告位"
  14694. },
  14695. "android_adv_secret": {
  14696. "type": "string",
  14697. "example": "安卓激励视频秘钥"
  14698. },
  14699. "ios_adv_id": {
  14700. "type": "string",
  14701. "example": "iOS激励视频广告位"
  14702. },
  14703. "ios_adv_secret": {
  14704. "type": "string",
  14705. "example": "iOS激励视频秘钥"
  14706. }
  14707. }
  14708. },
  14709. "md.PriceSettingStruct": {
  14710. "type": "object",
  14711. "properties": {
  14712. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  14713. "description": "市商资金单笔x元自动兑换",
  14714. "type": "string"
  14715. },
  14716. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  14717. "description": "市商数量单笔x数量自动兑换",
  14718. "type": "string"
  14719. },
  14720. "price_below_value": {
  14721. "description": "低于x元",
  14722. "type": "string"
  14723. },
  14724. "price_higher_than_value": {
  14725. "description": "高于x元",
  14726. "type": "string"
  14727. }
  14728. }
  14729. },
  14730. "md.ReleaseDynamicReq": {
  14731. "type": "object",
  14732. "properties": {
  14733. "content": {
  14734. "description": "文本内容",
  14735. "type": "string"
  14736. },
  14737. "image": {
  14738. "description": "图片",
  14739. "type": "array",
  14740. "items": {
  14741. "type": "string"
  14742. }
  14743. },
  14744. "is_praise": {
  14745. "description": "是否被表扬(1:是 2:否)",
  14746. "type": "integer"
  14747. },
  14748. "is_top_up": {
  14749. "description": "是否置顶(1:是 2:否)",
  14750. "type": "integer"
  14751. },
  14752. "kind": {
  14753. "description": "类型(1:普通 2:官方)",
  14754. "type": "integer"
  14755. },
  14756. "state": {
  14757. "description": "状态(1:正常 2:隐藏)",
  14758. "type": "integer"
  14759. },
  14760. "video": {
  14761. "description": "视频",
  14762. "type": "array",
  14763. "items": {
  14764. "type": "string"
  14765. }
  14766. }
  14767. }
  14768. },
  14769. "md.Response": {
  14770. "type": "object",
  14771. "properties": {
  14772. "code": {
  14773. "type": "string",
  14774. "example": "响应码"
  14775. },
  14776. "data": {
  14777. "description": "内容"
  14778. },
  14779. "msg": {
  14780. "type": "string",
  14781. "example": "具体错误原因"
  14782. }
  14783. }
  14784. },
  14785. "md.RewardSystemStruct": {
  14786. "type": "object",
  14787. "properties": {
  14788. "level": {
  14789. "description": "圈层",
  14790. "type": "integer"
  14791. },
  14792. "reward_condition": {
  14793. "description": "奖励条件",
  14794. "type": "string"
  14795. },
  14796. "reward_value": {
  14797. "description": "奖励值",
  14798. "type": "string"
  14799. }
  14800. }
  14801. },
  14802. "md.RoleBindPermissionGroupReq": {
  14803. "type": "object",
  14804. "required": [
  14805. "role_id"
  14806. ],
  14807. "properties": {
  14808. "permission_ids": {
  14809. "type": "array",
  14810. "items": {
  14811. "type": "integer"
  14812. }
  14813. },
  14814. "role_id": {
  14815. "type": "integer"
  14816. }
  14817. }
  14818. },
  14819. "md.SelectData": {
  14820. "type": "object",
  14821. "properties": {
  14822. "direction": {
  14823. "type": "array",
  14824. "items": {
  14825. "type": "object",
  14826. "additionalProperties": {
  14827. "type": "string"
  14828. }
  14829. }
  14830. }
  14831. }
  14832. },
  14833. "md.SelectMemberNode": {
  14834. "type": "object",
  14835. "properties": {
  14836. "avatar": {
  14837. "description": "会员头像",
  14838. "type": "string"
  14839. },
  14840. "level": {
  14841. "description": "会员等级",
  14842. "type": "string"
  14843. },
  14844. "nickname": {
  14845. "description": "会员昵称",
  14846. "type": "string"
  14847. },
  14848. "phone": {
  14849. "description": "会员手机号",
  14850. "type": "string"
  14851. },
  14852. "uid": {
  14853. "description": "会员 ID",
  14854. "type": "integer"
  14855. }
  14856. }
  14857. },
  14858. "md.SelectMemberReq": {
  14859. "type": "object",
  14860. "properties": {
  14861. "level": {
  14862. "description": "会员等级",
  14863. "type": "integer"
  14864. },
  14865. "limit": {
  14866. "description": "每页大小",
  14867. "type": "integer"
  14868. },
  14869. "nickname": {
  14870. "description": "会员昵称",
  14871. "type": "string"
  14872. },
  14873. "page": {
  14874. "description": "页数",
  14875. "type": "integer"
  14876. },
  14877. "phone": {
  14878. "description": "会员手机号",
  14879. "type": "string"
  14880. },
  14881. "uid": {
  14882. "description": "会员 ID",
  14883. "type": "integer"
  14884. }
  14885. }
  14886. },
  14887. "md.SelectMemberResp": {
  14888. "type": "object",
  14889. "properties": {
  14890. "level_list": {
  14891. "description": "会员等级列表",
  14892. "type": "array",
  14893. "items": {
  14894. "type": "object",
  14895. "additionalProperties": true
  14896. }
  14897. },
  14898. "list": {
  14899. "description": "会员数据",
  14900. "type": "array",
  14901. "items": {
  14902. "$ref": "#/definitions/md.SelectMemberNode"
  14903. }
  14904. },
  14905. "paginate": {
  14906. "description": "分页信息",
  14907. "allOf": [
  14908. {
  14909. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14910. }
  14911. ]
  14912. }
  14913. }
  14914. },
  14915. "md.SetCustomerServiceStateReq": {
  14916. "type": "object",
  14917. "properties": {
  14918. "id": {
  14919. "description": "拥有用户数量",
  14920. "type": "integer"
  14921. },
  14922. "state": {
  14923. "description": "状态",
  14924. "type": "integer"
  14925. }
  14926. }
  14927. },
  14928. "md.SetEmoticonStateReq": {
  14929. "type": "object",
  14930. "properties": {
  14931. "id": {
  14932. "description": "拥有用户数量",
  14933. "type": "integer"
  14934. },
  14935. "state": {
  14936. "description": "状态",
  14937. "type": "integer"
  14938. }
  14939. }
  14940. },
  14941. "md.SetVideoRewardReq": {
  14942. "type": "object",
  14943. "properties": {
  14944. "ecpm": {
  14945. "description": "当前 Ecpm 值",
  14946. "type": "string"
  14947. },
  14948. "unit_price": {
  14949. "description": "单价",
  14950. "type": "string"
  14951. }
  14952. }
  14953. },
  14954. "md.SonUserDailyActivityAnalysisNode": {
  14955. "type": "object",
  14956. "properties": {
  14957. "activity_day_nums": {
  14958. "description": "活跃子节点活跃天数",
  14959. "type": "integer"
  14960. },
  14961. "nickname": {
  14962. "type": "string",
  14963. "example": "昵称"
  14964. },
  14965. "phone": {
  14966. "type": "string",
  14967. "example": "手机号"
  14968. },
  14969. "uid": {
  14970. "description": "查询用户活跃子节点 ID",
  14971. "type": "integer"
  14972. }
  14973. }
  14974. },
  14975. "md.StatisticsEggPointReq": {
  14976. "type": "object",
  14977. "properties": {
  14978. "kind": {
  14979. "type": "string"
  14980. },
  14981. "week": {
  14982. "type": "string",
  14983. "example": "周份"
  14984. },
  14985. "year": {
  14986. "type": "string",
  14987. "example": "年份"
  14988. }
  14989. }
  14990. },
  14991. "md.StatisticsEggPointResp": {
  14992. "type": "object",
  14993. "properties": {
  14994. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  14995. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  14996. "type": "array",
  14997. "items": {
  14998. "type": "object",
  14999. "additionalProperties": {
  15000. "type": "string"
  15001. }
  15002. }
  15003. },
  15004. "statistics_user_egg_browse_interface_nums_range": {
  15005. "description": "统计用户\"浏览界面次数\"范围",
  15006. "type": "array",
  15007. "items": {
  15008. "type": "object",
  15009. "additionalProperties": {
  15010. "type": "string"
  15011. }
  15012. }
  15013. },
  15014. "statistics_user_egg_college_learning_nums_range": {
  15015. "description": "统计用户\"学院学习次数\"范围",
  15016. "type": "array",
  15017. "items": {
  15018. "type": "object",
  15019. "additionalProperties": {
  15020. "type": "string"
  15021. }
  15022. }
  15023. },
  15024. "statistics_user_egg_ecpm_range": {
  15025. "description": "统计用户\"ecpm\"范围",
  15026. "type": "array",
  15027. "items": {
  15028. "type": "object",
  15029. "additionalProperties": {
  15030. "type": "string"
  15031. }
  15032. }
  15033. },
  15034. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  15035. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  15036. "type": "array",
  15037. "items": {
  15038. "type": "object",
  15039. "additionalProperties": {
  15040. "type": "string"
  15041. }
  15042. }
  15043. },
  15044. "statistics_user_egg_forum_comments_nums_range": {
  15045. "description": "统计用户\"论坛评论次数\"范围",
  15046. "type": "array",
  15047. "items": {
  15048. "type": "object",
  15049. "additionalProperties": {
  15050. "type": "string"
  15051. }
  15052. }
  15053. },
  15054. "statistics_user_egg_invite_user_nums_range": {
  15055. "description": "统计用户\"拉新人数\"范围",
  15056. "type": "array",
  15057. "items": {
  15058. "type": "object",
  15059. "additionalProperties": {
  15060. "type": "string"
  15061. }
  15062. }
  15063. },
  15064. "statistics_user_egg_person_add_activity_value_range": {
  15065. "description": "统计用户\"个人活跃积分增量值\"范围",
  15066. "type": "array",
  15067. "items": {
  15068. "type": "object",
  15069. "additionalProperties": {
  15070. "type": "string"
  15071. }
  15072. }
  15073. },
  15074. "statistics_user_egg_send_circle_of_friend_nums_range": {
  15075. "description": "统计用户\"发朋友圈次数\"范围",
  15076. "type": "array",
  15077. "items": {
  15078. "type": "object",
  15079. "additionalProperties": {
  15080. "type": "string"
  15081. }
  15082. }
  15083. },
  15084. "statistics_user_egg_send_red_package_nums_range": {
  15085. "description": "统计用户\"发红包次数\"范围",
  15086. "type": "array",
  15087. "items": {
  15088. "type": "object",
  15089. "additionalProperties": {
  15090. "type": "string"
  15091. }
  15092. }
  15093. },
  15094. "statistics_user_egg_sign_in_nums_range": {
  15095. "description": "统计用户\"签到次数\"范围",
  15096. "type": "array",
  15097. "items": {
  15098. "type": "object",
  15099. "additionalProperties": {
  15100. "type": "string"
  15101. }
  15102. }
  15103. },
  15104. "statistics_user_egg_team_activity_nums_range": {
  15105. "description": "统计用户\"团队活跃次数\"范围",
  15106. "type": "array",
  15107. "items": {
  15108. "type": "object",
  15109. "additionalProperties": {
  15110. "type": "string"
  15111. }
  15112. }
  15113. },
  15114. "statistics_user_egg_violate_nums_range": {
  15115. "description": "统计用户\"违规次数\"范围",
  15116. "type": "array",
  15117. "items": {
  15118. "type": "object",
  15119. "additionalProperties": {
  15120. "type": "string"
  15121. }
  15122. }
  15123. },
  15124. "week": {
  15125. "type": "string",
  15126. "example": "周份"
  15127. },
  15128. "year": {
  15129. "type": "string",
  15130. "example": "年份"
  15131. },
  15132. "year_list": {
  15133. "description": "年份\u0026\u0026周份列表",
  15134. "type": "object",
  15135. "additionalProperties": {
  15136. "type": "array",
  15137. "items": {
  15138. "type": "string"
  15139. }
  15140. }
  15141. }
  15142. }
  15143. },
  15144. "md.SubUser": {
  15145. "type": "object",
  15146. "properties": {
  15147. "avatar_url": {
  15148. "type": "string",
  15149. "example": "头像"
  15150. },
  15151. "level": {
  15152. "description": "整个系统中的等级",
  15153. "type": "integer"
  15154. },
  15155. "nickname": {
  15156. "type": "string",
  15157. "example": "昵称"
  15158. },
  15159. "phone": {
  15160. "type": "string",
  15161. "example": "手机号"
  15162. },
  15163. "pid": {
  15164. "type": "integer"
  15165. },
  15166. "position": {
  15167. "description": "以pid1为创始人中网的位置",
  15168. "type": "integer"
  15169. },
  15170. "uid": {
  15171. "type": "integer"
  15172. }
  15173. }
  15174. },
  15175. "md.TagListNode": {
  15176. "type": "object",
  15177. "properties": {
  15178. "count": {
  15179. "description": "标签人数",
  15180. "type": "string"
  15181. },
  15182. "create_at": {
  15183. "description": "创建时间",
  15184. "type": "string"
  15185. },
  15186. "is_punish": {
  15187. "description": "是否处罚",
  15188. "type": "integer"
  15189. },
  15190. "memo": {
  15191. "description": "备注",
  15192. "type": "string"
  15193. },
  15194. "name": {
  15195. "description": "名称",
  15196. "type": "string"
  15197. },
  15198. "tag_id": {
  15199. "description": "标签 ID",
  15200. "type": "string"
  15201. }
  15202. }
  15203. },
  15204. "md.TreeNode": {
  15205. "type": "object",
  15206. "properties": {
  15207. "avatar_url": {
  15208. "type": "string",
  15209. "example": "头像"
  15210. },
  15211. "level": {
  15212. "type": "integer"
  15213. },
  15214. "nickname": {
  15215. "type": "string",
  15216. "example": "昵称"
  15217. },
  15218. "phone": {
  15219. "type": "string",
  15220. "example": "手机号"
  15221. },
  15222. "pid": {
  15223. "type": "integer"
  15224. },
  15225. "position": {
  15226. "type": "integer"
  15227. },
  15228. "son": {
  15229. "type": "array",
  15230. "items": {
  15231. "$ref": "#/definitions/md.TreeNode"
  15232. }
  15233. },
  15234. "system_id": {
  15235. "description": "公排网中id",
  15236. "type": "integer"
  15237. },
  15238. "uid": {
  15239. "type": "integer"
  15240. }
  15241. }
  15242. },
  15243. "md.UpdateAdminReq": {
  15244. "type": "object",
  15245. "required": [
  15246. "adm_id",
  15247. "password",
  15248. "username"
  15249. ],
  15250. "properties": {
  15251. "adm_id": {
  15252. "type": "integer"
  15253. },
  15254. "memo": {
  15255. "type": "string"
  15256. },
  15257. "password": {
  15258. "type": "string"
  15259. },
  15260. "username": {
  15261. "type": "string"
  15262. }
  15263. }
  15264. },
  15265. "md.UpdateAdminStateReq": {
  15266. "type": "object",
  15267. "required": [
  15268. "adm_id",
  15269. "state"
  15270. ],
  15271. "properties": {
  15272. "adm_id": {
  15273. "type": "integer"
  15274. },
  15275. "state": {
  15276. "type": "integer"
  15277. }
  15278. }
  15279. },
  15280. "md.UpdateContributionValueBasicSettingReq": {
  15281. "type": "object",
  15282. "properties": {
  15283. "hand_out_red_package": {
  15284. "description": "发红包获得x点",
  15285. "type": "string"
  15286. },
  15287. "id": {
  15288. "type": "string"
  15289. },
  15290. "posting_comment_liked": {
  15291. "description": "发布评论被官方点赞获得x点",
  15292. "type": "string"
  15293. },
  15294. "posting_dynamic_liked": {
  15295. "description": "发布动态被官方点赞获得x点",
  15296. "type": "string"
  15297. },
  15298. "publish_creation": {
  15299. "description": "发布创作获得x点",
  15300. "type": "string"
  15301. }
  15302. }
  15303. },
  15304. "md.UpdateCustomerServiceMemoReq": {
  15305. "type": "object",
  15306. "properties": {
  15307. "id": {
  15308. "description": "拥有用户数量",
  15309. "type": "integer"
  15310. },
  15311. "memo": {
  15312. "description": "备注",
  15313. "type": "string",
  15314. "example": "备注"
  15315. }
  15316. }
  15317. },
  15318. "md.UpdateDynamicReq": {
  15319. "type": "object",
  15320. "required": [
  15321. "index_id"
  15322. ],
  15323. "properties": {
  15324. "index_id": {
  15325. "description": "动态id",
  15326. "type": "string"
  15327. },
  15328. "is_praise": {
  15329. "description": "是否被表扬(1:是 2:否)",
  15330. "type": "integer"
  15331. },
  15332. "is_top_up": {
  15333. "description": "是否置顶(1:是 2:否)",
  15334. "type": "integer"
  15335. },
  15336. "state": {
  15337. "description": "状态(1:正常 2:隐藏)",
  15338. "type": "integer"
  15339. }
  15340. }
  15341. },
  15342. "md.UpdateEggEnergyBasicReq": {
  15343. "type": "object",
  15344. "properties": {
  15345. "basic_setting": {
  15346. "description": "基础设置",
  15347. "allOf": [
  15348. {
  15349. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  15350. }
  15351. ]
  15352. },
  15353. "data_setting": {
  15354. "description": "数据设置",
  15355. "allOf": [
  15356. {
  15357. "$ref": "#/definitions/md.DataSetting"
  15358. }
  15359. ]
  15360. },
  15361. "destruction_setting": {
  15362. "description": "销毁设置",
  15363. "allOf": [
  15364. {
  15365. "$ref": "#/definitions/md.DestructionSettingStruct"
  15366. }
  15367. ]
  15368. },
  15369. "exchange_rules": {
  15370. "description": "兑换规则",
  15371. "allOf": [
  15372. {
  15373. "$ref": "#/definitions/md.ExchangeRulesStruct"
  15374. }
  15375. ]
  15376. },
  15377. "new_user_incentive_rules": {
  15378. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  15379. "allOf": [
  15380. {
  15381. "$ref": "#/definitions/md.NewUserRewardRules"
  15382. }
  15383. ]
  15384. },
  15385. "price_setting": {
  15386. "description": "价格设置",
  15387. "allOf": [
  15388. {
  15389. "$ref": "#/definitions/md.PriceSettingStruct"
  15390. }
  15391. ]
  15392. },
  15393. "reward_system": {
  15394. "description": "圈层奖励",
  15395. "type": "array",
  15396. "items": {
  15397. "$ref": "#/definitions/md.RewardSystemStruct"
  15398. }
  15399. },
  15400. "settlement_quantity": {
  15401. "description": "结算数量(百分比)",
  15402. "type": "string"
  15403. },
  15404. "system_id": {
  15405. "description": "该设置系统 ID",
  15406. "type": "integer"
  15407. },
  15408. "video_reward_setting": {
  15409. "description": "视频奖励",
  15410. "allOf": [
  15411. {
  15412. "$ref": "#/definitions/md.VideoRewardSetting"
  15413. }
  15414. ]
  15415. }
  15416. }
  15417. },
  15418. "md.UpdateEggEnergyCoreDataReq": {
  15419. "type": "object",
  15420. "properties": {
  15421. "community_dividends": {
  15422. "description": "社区分红",
  15423. "type": "string"
  15424. },
  15425. "development_committee": {
  15426. "description": "发展委员会",
  15427. "type": "string"
  15428. },
  15429. "id": {
  15430. "type": "integer"
  15431. },
  15432. "marketplace_merchant_funds": {
  15433. "description": "市商资金",
  15434. "type": "string"
  15435. },
  15436. "marketplace_merchant_nums": {
  15437. "description": "市商数量",
  15438. "type": "string"
  15439. },
  15440. "now_energy_total_nums": {
  15441. "description": "现行总量",
  15442. "type": "string"
  15443. },
  15444. "now_price": {
  15445. "description": "当前价格",
  15446. "type": "string"
  15447. },
  15448. "planet_total_value": {
  15449. "description": "星球总价值",
  15450. "type": "string"
  15451. },
  15452. "public_welfare_and_charity": {
  15453. "description": "公益慈善",
  15454. "type": "string"
  15455. },
  15456. "star_level_dividends": {
  15457. "description": "星级分红",
  15458. "type": "string"
  15459. }
  15460. }
  15461. },
  15462. "md.UpdateEggEnergyVipSettingReq": {
  15463. "type": "object",
  15464. "properties": {
  15465. "list": {
  15466. "description": "更新后数据",
  15467. "type": "array",
  15468. "items": {
  15469. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  15470. }
  15471. }
  15472. }
  15473. },
  15474. "md.UpdateEmoticonReq": {
  15475. "type": "object",
  15476. "properties": {
  15477. "id": {
  15478. "description": "拥有用户数量",
  15479. "type": "integer"
  15480. },
  15481. "img_url": {
  15482. "type": "string",
  15483. "example": "图片地址"
  15484. },
  15485. "memo": {
  15486. "description": "备注",
  15487. "type": "string",
  15488. "example": "备注"
  15489. },
  15490. "name": {
  15491. "type": "string",
  15492. "example": "名称"
  15493. },
  15494. "sort": {
  15495. "description": "排序",
  15496. "type": "integer"
  15497. }
  15498. }
  15499. },
  15500. "md.UpdateFriendCircleBasicSettingsReq": {
  15501. "type": "object",
  15502. "properties": {
  15503. "comment_is_real_name": {
  15504. "description": "评论是否需要实名认证(1:是 2:否)",
  15505. "type": "integer"
  15506. },
  15507. "comment_nums_every_day": {
  15508. "description": "评论每天次数",
  15509. "type": "integer"
  15510. },
  15511. "id": {
  15512. "type": "integer"
  15513. },
  15514. "publish_is_real_name": {
  15515. "description": "发布是否需要实名认证(1:是 2:否)",
  15516. "type": "integer"
  15517. },
  15518. "publish_nums_every_day": {
  15519. "description": "发布每天次数",
  15520. "type": "integer"
  15521. }
  15522. }
  15523. },
  15524. "md.UpdateLevelReq": {
  15525. "type": "object",
  15526. "properties": {
  15527. "auto_update": {
  15528. "description": "自动升级 0关闭 1开启",
  15529. "type": "string"
  15530. },
  15531. "choosable_num": {
  15532. "description": "可选任务数量",
  15533. "type": "string"
  15534. },
  15535. "is_use": {
  15536. "description": "是否开启(0.否, 1.是)",
  15537. "type": "string"
  15538. },
  15539. "level_id": {
  15540. "type": "string"
  15541. },
  15542. "level_name": {
  15543. "description": "等级名称",
  15544. "type": "string"
  15545. },
  15546. "level_weight": {
  15547. "description": "等级权重",
  15548. "type": "string"
  15549. },
  15550. "memo": {
  15551. "description": "备注",
  15552. "type": "string"
  15553. },
  15554. "user_level_tasks": {
  15555. "description": "完整的任务列表",
  15556. "type": "array",
  15557. "items": {
  15558. "$ref": "#/definitions/md.LevelTaskNode"
  15559. }
  15560. }
  15561. }
  15562. },
  15563. "md.UpdatePublicPlatoonBasicReq": {
  15564. "type": "object",
  15565. "properties": {
  15566. "is_open": {
  15567. "description": "是否开启(1:开启 0:关闭)",
  15568. "type": "integer"
  15569. },
  15570. "is_self_active_get_team_revenue": {
  15571. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15572. "type": "integer"
  15573. },
  15574. "originator_uid": {
  15575. "description": "创始人uid",
  15576. "type": "integer"
  15577. },
  15578. "several_rows": {
  15579. "description": "几排",
  15580. "type": "integer"
  15581. },
  15582. "several_times": {
  15583. "description": "几乘",
  15584. "type": "integer"
  15585. },
  15586. "system_punish_replace": {
  15587. "description": "是否位置滑落 被新用户替换 0否 1是",
  15588. "type": "integer"
  15589. },
  15590. "system_punish_replace_value": {
  15591. "description": "xx天未活跃,处罚滑落",
  15592. "type": "integer"
  15593. }
  15594. }
  15595. },
  15596. "md.UpdateRoleReq": {
  15597. "type": "object",
  15598. "required": [
  15599. "memo",
  15600. "name",
  15601. "role_id"
  15602. ],
  15603. "properties": {
  15604. "memo": {
  15605. "type": "string"
  15606. },
  15607. "name": {
  15608. "type": "string"
  15609. },
  15610. "role_id": {
  15611. "type": "integer"
  15612. }
  15613. }
  15614. },
  15615. "md.UpdateRoleStateReq": {
  15616. "type": "object",
  15617. "required": [
  15618. "role_id",
  15619. "state"
  15620. ],
  15621. "properties": {
  15622. "role_id": {
  15623. "type": "integer"
  15624. },
  15625. "state": {
  15626. "type": "integer"
  15627. }
  15628. }
  15629. },
  15630. "md.UpdateTagReq": {
  15631. "type": "object",
  15632. "properties": {
  15633. "is_punish": {
  15634. "description": "是否是惩罚标签",
  15635. "type": "integer"
  15636. },
  15637. "memo": {
  15638. "description": "备注",
  15639. "type": "string"
  15640. },
  15641. "name": {
  15642. "description": "标签名称",
  15643. "type": "string"
  15644. },
  15645. "tag_id": {
  15646. "description": "标签 ID",
  15647. "type": "string"
  15648. }
  15649. }
  15650. },
  15651. "md.UpdateVipEquitySettingNode": {
  15652. "type": "object",
  15653. "properties": {
  15654. "dividend_ratio": {
  15655. "description": "分红比例",
  15656. "type": "string"
  15657. },
  15658. "exchange_account_balance_fee": {
  15659. "description": "兑换余额手续费",
  15660. "type": "string"
  15661. },
  15662. "vip_level_id": {
  15663. "description": "会员等级ID",
  15664. "type": "string"
  15665. }
  15666. }
  15667. },
  15668. "md.UpdateVirtualCoinReq": {
  15669. "type": "object",
  15670. "properties": {
  15671. "exchange_ratio": {
  15672. "description": "兑换比例(与金额)",
  15673. "type": "string"
  15674. },
  15675. "id": {
  15676. "type": "integer"
  15677. },
  15678. "is_use": {
  15679. "description": "是否开启:0否 1是",
  15680. "type": "integer"
  15681. },
  15682. "name": {
  15683. "description": "名称",
  15684. "type": "string"
  15685. }
  15686. }
  15687. },
  15688. "md.UpdateWithdrawSettingReq": {
  15689. "type": "object",
  15690. "properties": {
  15691. "condition_is_open": {
  15692. "description": "提现条件是否开启(0:关闭, 1:开启)",
  15693. "type": "integer"
  15694. },
  15695. "first_withdraw_set": {
  15696. "description": "首次提现设置",
  15697. "allOf": [
  15698. {
  15699. "$ref": "#/definitions/md.FirstWithdrawSet"
  15700. }
  15701. ]
  15702. },
  15703. "frequency_set": {
  15704. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  15705. "allOf": [
  15706. {
  15707. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  15708. }
  15709. ]
  15710. },
  15711. "id": {
  15712. "type": "integer"
  15713. },
  15714. "is_auto": {
  15715. "description": "是否开启自动提现(0:否 1:是)",
  15716. "type": "integer"
  15717. },
  15718. "is_auto_amount_limit": {
  15719. "description": "自动提现金额限制",
  15720. "type": "string"
  15721. },
  15722. "is_real_name": {
  15723. "description": "是否实名(0:否 1:是)",
  15724. "type": "integer"
  15725. },
  15726. "is_support_decimal_point": {
  15727. "description": "是否支持小数点(0:否 1:是)",
  15728. "type": "integer"
  15729. },
  15730. "pending_orders_is_can_apply": {
  15731. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  15732. "type": "integer"
  15733. },
  15734. "tips": {
  15735. "description": "提示",
  15736. "type": "string"
  15737. },
  15738. "vip_level_limit": {
  15739. "description": "提现等级限制",
  15740. "type": "integer"
  15741. },
  15742. "withdraw_amount_limit": {
  15743. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  15744. "type": "string"
  15745. },
  15746. "withdraw_fee_set": {
  15747. "description": "提现手续费设置",
  15748. "allOf": [
  15749. {
  15750. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  15751. }
  15752. ]
  15753. },
  15754. "withdraw_multiple_limit": {
  15755. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  15756. "type": "string"
  15757. },
  15758. "withdraw_nums_limit": {
  15759. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  15760. "type": "integer"
  15761. },
  15762. "withdraw_time_interval": {
  15763. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  15764. "allOf": [
  15765. {
  15766. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  15767. }
  15768. ]
  15769. },
  15770. "withdraw_type": {
  15771. "description": "提现方式(1:支付宝 2:微信)",
  15772. "type": "integer"
  15773. }
  15774. }
  15775. },
  15776. "md.UserDailyActivityAnalysisReq": {
  15777. "type": "object",
  15778. "properties": {
  15779. "end_date": {
  15780. "type": "string",
  15781. "example": "结束日期"
  15782. },
  15783. "page": {
  15784. "description": "页数",
  15785. "type": "integer"
  15786. },
  15787. "page_size": {
  15788. "description": "每页大小",
  15789. "type": "integer"
  15790. },
  15791. "start_date": {
  15792. "type": "string",
  15793. "example": "开始日期"
  15794. },
  15795. "uid": {
  15796. "description": "查询用户 ID",
  15797. "type": "integer"
  15798. }
  15799. }
  15800. },
  15801. "md.UserDailyActivityAnalysisResp": {
  15802. "type": "object",
  15803. "properties": {
  15804. "son_user_data": {
  15805. "description": "被查询用户子节点信息",
  15806. "type": "array",
  15807. "items": {
  15808. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  15809. }
  15810. },
  15811. "top_data": {
  15812. "description": "统计信息",
  15813. "allOf": [
  15814. {
  15815. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  15816. }
  15817. ]
  15818. }
  15819. }
  15820. },
  15821. "md.UserEggFlowReq": {
  15822. "type": "object",
  15823. "properties": {
  15824. "account_balance_exchange_egg_energy_nums_end": {
  15825. "type": "string",
  15826. "example": "余额兑换蛋蛋能量数量-结束值"
  15827. },
  15828. "account_balance_exchange_egg_energy_nums_start": {
  15829. "type": "string",
  15830. "example": "余额兑换蛋蛋能量数量-起始值"
  15831. },
  15832. "browse_interface_nums_end": {
  15833. "type": "string",
  15834. "example": "浏览界面次数-结束值"
  15835. },
  15836. "browse_interface_nums_start": {
  15837. "type": "string",
  15838. "example": "浏览界面次数-起始值"
  15839. },
  15840. "college_learning_nums_end": {
  15841. "type": "string",
  15842. "example": "学院学习次数-结束值"
  15843. },
  15844. "college_learning_nums_start": {
  15845. "type": "string",
  15846. "example": "学院学习次数-起始值"
  15847. },
  15848. "ecpm_end": {
  15849. "type": "string",
  15850. "example": "ecpm-结束值"
  15851. },
  15852. "ecpm_start": {
  15853. "type": "string",
  15854. "example": "ecpm-起始值"
  15855. },
  15856. "egg_energy_exchange_account_balance_end": {
  15857. "type": "string",
  15858. "example": "蛋蛋能量兑换余额数量-结束值"
  15859. },
  15860. "egg_energy_exchange_account_balance_start": {
  15861. "type": "string",
  15862. "example": "蛋蛋能量兑换余额数量-起始值"
  15863. },
  15864. "forum_comments_nums_end": {
  15865. "type": "string",
  15866. "example": "论坛评论次数-结束值"
  15867. },
  15868. "forum_comments_nums_start": {
  15869. "type": "string",
  15870. "example": "论坛评论次数-起始值"
  15871. },
  15872. "im_activity_nums_end": {
  15873. "type": "string",
  15874. "example": "im活跃次数-结束值"
  15875. },
  15876. "im_activity_nums_start": {
  15877. "type": "string",
  15878. "example": "im活跃次数-起始值"
  15879. },
  15880. "invite_user_nums_end": {
  15881. "type": "string",
  15882. "example": "拉新人数-结束值"
  15883. },
  15884. "invite_user_nums_start": {
  15885. "type": "string",
  15886. "example": "拉新人数-起始值"
  15887. },
  15888. "page": {
  15889. "description": "页数",
  15890. "type": "integer"
  15891. },
  15892. "page_size": {
  15893. "description": "每页大小",
  15894. "type": "integer"
  15895. },
  15896. "person_add_activity_value_end": {
  15897. "type": "string",
  15898. "example": "个人活跃积分-结束值"
  15899. },
  15900. "person_add_activity_value_start": {
  15901. "type": "string",
  15902. "example": "个人活跃积分-起始值"
  15903. },
  15904. "score_value_end": {
  15905. "type": "string",
  15906. "example": "蛋蛋分-结束值"
  15907. },
  15908. "score_value_kind": {
  15909. "description": "评分类型(0:未知 1:人工 2:系统)",
  15910. "type": "integer"
  15911. },
  15912. "score_value_start": {
  15913. "type": "string",
  15914. "example": "蛋蛋分-起始值"
  15915. },
  15916. "send_circle_of_friend_nums_end": {
  15917. "type": "string",
  15918. "example": "发朋友圈次数-结束值"
  15919. },
  15920. "send_circle_of_friend_nums_start": {
  15921. "type": "string",
  15922. "example": "发朋友圈次数-起始值"
  15923. },
  15924. "send_red_package_nums_end": {
  15925. "type": "string",
  15926. "example": "发红包次数-结束值"
  15927. },
  15928. "send_red_package_nums_start": {
  15929. "type": "string",
  15930. "example": "发红包次数-起始值"
  15931. },
  15932. "sign_in_nums_end": {
  15933. "type": "string",
  15934. "example": "签到次数-结束值"
  15935. },
  15936. "sign_in_nums_start": {
  15937. "type": "string",
  15938. "example": "签到次数-起始值"
  15939. },
  15940. "team-activity-nums-end": {
  15941. "type": "string",
  15942. "example": "团队活跃次数-结束值"
  15943. },
  15944. "team_activity_nums_start": {
  15945. "type": "string",
  15946. "example": "团队活跃次数-起始值"
  15947. },
  15948. "violate_nums_end": {
  15949. "type": "string",
  15950. "example": "违规次数-结束值"
  15951. },
  15952. "violate_nums_start": {
  15953. "type": "string",
  15954. "example": "违规次数-起始值"
  15955. },
  15956. "week": {
  15957. "type": "string",
  15958. "example": "周份"
  15959. },
  15960. "year": {
  15961. "type": "string",
  15962. "example": "年份"
  15963. }
  15964. }
  15965. },
  15966. "md.UserEggFlowReqResp": {
  15967. "type": "object",
  15968. "properties": {
  15969. "list": {
  15970. "type": "array",
  15971. "items": {
  15972. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  15973. }
  15974. },
  15975. "page": {
  15976. "description": "页数",
  15977. "type": "integer"
  15978. },
  15979. "page_size": {
  15980. "description": "每页大小",
  15981. "type": "integer"
  15982. },
  15983. "score_value_kind_map": {
  15984. "description": "评分类型(0:未知 1:人工 2:系统)",
  15985. "type": "array",
  15986. "items": {
  15987. "type": "object",
  15988. "additionalProperties": true
  15989. }
  15990. },
  15991. "total": {
  15992. "description": "总数量",
  15993. "type": "integer"
  15994. },
  15995. "week": {
  15996. "type": "string",
  15997. "example": "周份"
  15998. },
  15999. "year": {
  16000. "type": "string",
  16001. "example": "年份"
  16002. }
  16003. }
  16004. },
  16005. "md.UserEggFlowReqRespList": {
  16006. "type": "object",
  16007. "properties": {
  16008. "account_balance_exchange_egg_energy_nums": {
  16009. "description": "余额兑换蛋蛋能量数量",
  16010. "type": "integer"
  16011. },
  16012. "browse_interface_nums": {
  16013. "description": "浏览界面次数",
  16014. "type": "integer"
  16015. },
  16016. "college_learning_nums": {
  16017. "description": "学院学习次数",
  16018. "type": "integer"
  16019. },
  16020. "ecpm": {
  16021. "description": "ecpm",
  16022. "type": "number"
  16023. },
  16024. "egg_energy_exchange_account_balance": {
  16025. "description": "蛋蛋能量兑换余额数量",
  16026. "type": "integer"
  16027. },
  16028. "forum_comments_nums": {
  16029. "description": "论坛评论次数",
  16030. "type": "integer"
  16031. },
  16032. "im_activity_nums": {
  16033. "description": "im活跃次数",
  16034. "type": "integer"
  16035. },
  16036. "index_id": {
  16037. "description": "文档id",
  16038. "type": "string"
  16039. },
  16040. "invite_user_nums": {
  16041. "description": "拉新人数",
  16042. "type": "integer"
  16043. },
  16044. "person_add_activity_value": {
  16045. "description": "个人活跃积分",
  16046. "type": "integer"
  16047. },
  16048. "score_value": {
  16049. "description": "蛋蛋分-起始值",
  16050. "type": "number"
  16051. },
  16052. "score_value_kind": {
  16053. "description": "评分类型(0:未知 1:人工 2:系统)",
  16054. "type": "integer"
  16055. },
  16056. "send_circle_of_friend_nums": {
  16057. "description": "发朋友圈次数",
  16058. "type": "integer"
  16059. },
  16060. "send_red_package_nums": {
  16061. "description": "发红包次数",
  16062. "type": "integer"
  16063. },
  16064. "sign_in_nums": {
  16065. "description": "签到次数",
  16066. "type": "integer"
  16067. },
  16068. "team_activity_nums": {
  16069. "description": "团队活跃次数",
  16070. "type": "integer"
  16071. },
  16072. "violate_nums": {
  16073. "description": "违规次数",
  16074. "type": "integer"
  16075. }
  16076. }
  16077. },
  16078. "md.UserEggIndexReq": {
  16079. "type": "object",
  16080. "properties": {
  16081. "week": {
  16082. "type": "string",
  16083. "example": "周份"
  16084. },
  16085. "year": {
  16086. "type": "string",
  16087. "example": "年份"
  16088. }
  16089. }
  16090. },
  16091. "md.UserEggIndexResp": {
  16092. "type": "object",
  16093. "properties": {
  16094. "egg_energy_user_egg_index_weight": {
  16095. "description": "蛋蛋分系数权重",
  16096. "allOf": [
  16097. {
  16098. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  16099. }
  16100. ]
  16101. },
  16102. "statistics_user_egg_kind_proportion": {
  16103. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  16104. "type": "array",
  16105. "items": {
  16106. "type": "object",
  16107. "additionalProperties": true
  16108. }
  16109. },
  16110. "statistics_user_egg_score_value_range": {
  16111. "description": "统计用户蛋蛋分范围",
  16112. "type": "array",
  16113. "items": {
  16114. "type": "object",
  16115. "additionalProperties": {
  16116. "type": "string"
  16117. }
  16118. }
  16119. },
  16120. "week": {
  16121. "type": "string",
  16122. "example": "周份"
  16123. },
  16124. "year": {
  16125. "type": "string",
  16126. "example": "年份"
  16127. },
  16128. "year_list": {
  16129. "description": "年份\u0026\u0026周份列表",
  16130. "type": "object",
  16131. "additionalProperties": {
  16132. "type": "array",
  16133. "items": {
  16134. "type": "string"
  16135. }
  16136. }
  16137. }
  16138. }
  16139. },
  16140. "md.UserFeedbackCateDelReq": {
  16141. "type": "object",
  16142. "properties": {
  16143. "id": {
  16144. "type": "array",
  16145. "items": {
  16146. "type": "string"
  16147. }
  16148. }
  16149. }
  16150. },
  16151. "md.UserFeedbackCateList": {
  16152. "type": "object",
  16153. "properties": {
  16154. "id": {
  16155. "type": "string"
  16156. },
  16157. "name": {
  16158. "type": "string"
  16159. },
  16160. "sort": {
  16161. "type": "string"
  16162. }
  16163. }
  16164. },
  16165. "md.UserFeedbackCateListReq": {
  16166. "type": "object",
  16167. "properties": {
  16168. "limit": {
  16169. "description": "每页大小",
  16170. "type": "string"
  16171. },
  16172. "page": {
  16173. "description": "页数",
  16174. "type": "string"
  16175. }
  16176. }
  16177. },
  16178. "md.UserFeedbackCateListResp": {
  16179. "type": "object",
  16180. "properties": {
  16181. "list": {
  16182. "type": "array",
  16183. "items": {
  16184. "$ref": "#/definitions/md.UserFeedbackCateList"
  16185. }
  16186. },
  16187. "total": {
  16188. "type": "integer"
  16189. }
  16190. }
  16191. },
  16192. "md.UserFeedbackCateSaveReq": {
  16193. "type": "object",
  16194. "properties": {
  16195. "id": {
  16196. "type": "string"
  16197. },
  16198. "name": {
  16199. "type": "string"
  16200. },
  16201. "sort": {
  16202. "type": "string"
  16203. }
  16204. }
  16205. },
  16206. "md.UserFeedbackChangeStateReq": {
  16207. "type": "object",
  16208. "properties": {
  16209. "id": {
  16210. "type": "string"
  16211. },
  16212. "state": {
  16213. "type": "string",
  16214. "example": "0待解决 1处理中 2已解决"
  16215. }
  16216. }
  16217. },
  16218. "md.UserFeedbackDelReq": {
  16219. "type": "object",
  16220. "properties": {
  16221. "id": {
  16222. "type": "array",
  16223. "items": {
  16224. "type": "string"
  16225. }
  16226. }
  16227. }
  16228. },
  16229. "md.UserFeedbackList": {
  16230. "type": "object",
  16231. "properties": {
  16232. "content": {
  16233. "type": "string"
  16234. },
  16235. "create_at": {
  16236. "type": "string"
  16237. },
  16238. "id": {
  16239. "type": "string"
  16240. },
  16241. "img": {
  16242. "type": "array",
  16243. "items": {
  16244. "type": "string"
  16245. }
  16246. },
  16247. "phone": {
  16248. "type": "string"
  16249. },
  16250. "platform": {
  16251. "type": "string"
  16252. },
  16253. "state": {
  16254. "type": "string",
  16255. "example": "0待解决 1处理中 2已解决"
  16256. },
  16257. "title": {
  16258. "type": "string"
  16259. },
  16260. "type": {
  16261. "type": "string"
  16262. },
  16263. "version": {
  16264. "type": "string"
  16265. }
  16266. }
  16267. },
  16268. "md.UserFeedbackListReq": {
  16269. "type": "object",
  16270. "properties": {
  16271. "cid": {
  16272. "type": "string"
  16273. },
  16274. "limit": {
  16275. "description": "每页大小",
  16276. "type": "string"
  16277. },
  16278. "page": {
  16279. "description": "页数",
  16280. "type": "string"
  16281. },
  16282. "phone": {
  16283. "type": "string"
  16284. },
  16285. "uid": {
  16286. "type": "string"
  16287. }
  16288. }
  16289. },
  16290. "md.UserFeedbackListResp": {
  16291. "type": "object",
  16292. "properties": {
  16293. "list": {
  16294. "type": "array",
  16295. "items": {
  16296. "$ref": "#/definitions/md.UserFeedbackList"
  16297. }
  16298. },
  16299. "select_data": {
  16300. "type": "array",
  16301. "items": {
  16302. "type": "object",
  16303. "additionalProperties": true
  16304. }
  16305. },
  16306. "total": {
  16307. "type": "integer"
  16308. }
  16309. }
  16310. },
  16311. "md.UserFeedbackRecordListReq": {
  16312. "type": "object",
  16313. "properties": {
  16314. "id": {
  16315. "type": "string"
  16316. },
  16317. "limit": {
  16318. "description": "每页大小",
  16319. "type": "string"
  16320. },
  16321. "page": {
  16322. "description": "页数",
  16323. "type": "string"
  16324. }
  16325. }
  16326. },
  16327. "md.UserFeedbackRecordListResp": {
  16328. "type": "object",
  16329. "properties": {
  16330. "content": {
  16331. "type": "string"
  16332. },
  16333. "create_at": {
  16334. "type": "string"
  16335. },
  16336. "head_img": {
  16337. "type": "string"
  16338. },
  16339. "nickname": {
  16340. "type": "string"
  16341. },
  16342. "type": {
  16343. "type": "string"
  16344. }
  16345. }
  16346. },
  16347. "md.UserFeedbackSayReq": {
  16348. "type": "object",
  16349. "properties": {
  16350. "content": {
  16351. "type": "string"
  16352. },
  16353. "id": {
  16354. "type": "string"
  16355. }
  16356. }
  16357. },
  16358. "md.UserManagementGetBalanceDetailResp": {
  16359. "type": "object",
  16360. "properties": {
  16361. "list": {
  16362. "type": "array",
  16363. "items": {
  16364. "$ref": "#/definitions/md.BalanceDetailNode"
  16365. }
  16366. },
  16367. "paginate": {
  16368. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16369. }
  16370. }
  16371. },
  16372. "md.UserManagementGetFansResp": {
  16373. "type": "object",
  16374. "properties": {
  16375. "list": {
  16376. "description": "用户数据",
  16377. "type": "array",
  16378. "items": {
  16379. "$ref": "#/definitions/md.FansNode"
  16380. }
  16381. },
  16382. "paginate": {
  16383. "description": "分页信息",
  16384. "allOf": [
  16385. {
  16386. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16387. }
  16388. ]
  16389. }
  16390. }
  16391. },
  16392. "md.UserManagementGetOneBasicResp": {
  16393. "type": "object",
  16394. "properties": {
  16395. "basic_info": {
  16396. "description": "基本信息",
  16397. "allOf": [
  16398. {
  16399. "$ref": "#/definitions/md.BasicInfoNode"
  16400. }
  16401. ]
  16402. },
  16403. "levels_list": {
  16404. "description": "等级列表",
  16405. "type": "array",
  16406. "items": {
  16407. "type": "object",
  16408. "additionalProperties": true
  16409. }
  16410. },
  16411. "other_info": {
  16412. "description": "其他信息",
  16413. "allOf": [
  16414. {
  16415. "$ref": "#/definitions/md.OtherNode"
  16416. }
  16417. ]
  16418. },
  16419. "tags_list": {
  16420. "description": "标签列表",
  16421. "type": "array",
  16422. "items": {
  16423. "type": "object",
  16424. "additionalProperties": true
  16425. }
  16426. }
  16427. }
  16428. },
  16429. "md.UserManagementGetUserListNode": {
  16430. "type": "object",
  16431. "properties": {
  16432. "avatar": {
  16433. "description": "头像",
  16434. "type": "string"
  16435. },
  16436. "id": {
  16437. "description": "会员 ID",
  16438. "type": "integer"
  16439. },
  16440. "invite_code": {
  16441. "type": "string",
  16442. "example": "会员邀请码"
  16443. },
  16444. "is_real_name": {
  16445. "description": "是否实名 0.未实名,1.已实名",
  16446. "type": "integer"
  16447. },
  16448. "last_login_at": {
  16449. "description": "最后登录时间",
  16450. "type": "string"
  16451. },
  16452. "level_name": {
  16453. "description": "会员等级",
  16454. "type": "string"
  16455. },
  16456. "memo": {
  16457. "description": "备注",
  16458. "type": "string"
  16459. },
  16460. "nickname": {
  16461. "description": "昵称",
  16462. "type": "string"
  16463. },
  16464. "parent_id": {
  16465. "description": "推荐人 ID",
  16466. "type": "integer"
  16467. },
  16468. "parent_invite_code": {
  16469. "type": "string",
  16470. "example": "推荐人邀请码"
  16471. },
  16472. "parent_phone": {
  16473. "type": "string",
  16474. "example": "推荐人手机号"
  16475. },
  16476. "phone": {
  16477. "description": "手机号",
  16478. "type": "string"
  16479. },
  16480. "register_time": {
  16481. "description": "注册时间",
  16482. "type": "string"
  16483. },
  16484. "register_type": {
  16485. "description": "注册类型",
  16486. "type": "integer"
  16487. },
  16488. "sex": {
  16489. "description": "性别(0:未知 1:男 2:女)",
  16490. "type": "integer"
  16491. },
  16492. "state": {
  16493. "description": "状态",
  16494. "type": "integer"
  16495. },
  16496. "tag": {
  16497. "description": "会员标签",
  16498. "type": "array",
  16499. "items": {
  16500. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16501. }
  16502. },
  16503. "wechat": {
  16504. "description": "微信号",
  16505. "type": "string"
  16506. }
  16507. }
  16508. },
  16509. "md.UserManagementGetUserListReq": {
  16510. "type": "object",
  16511. "properties": {
  16512. "effective": {
  16513. "description": "有效会员",
  16514. "type": "integer"
  16515. },
  16516. "id": {
  16517. "description": "会员 ID",
  16518. "type": "integer"
  16519. },
  16520. "invite_code": {
  16521. "type": "string",
  16522. "example": "会员邀请码"
  16523. },
  16524. "is_real_name": {
  16525. "description": "是否实名 0.未实名,1.已实名",
  16526. "type": "integer"
  16527. },
  16528. "is_recycle": {
  16529. "type": "string"
  16530. },
  16531. "level": {
  16532. "description": "会员等级",
  16533. "type": "integer"
  16534. },
  16535. "limit": {
  16536. "type": "integer"
  16537. },
  16538. "login_after": {
  16539. "description": "最近登录结束时间",
  16540. "type": "string"
  16541. },
  16542. "login_before": {
  16543. "description": "最近登录开始时间",
  16544. "type": "string"
  16545. },
  16546. "memo": {
  16547. "description": "备注",
  16548. "type": "string"
  16549. },
  16550. "nickname": {
  16551. "type": "string",
  16552. "example": "会员昵称"
  16553. },
  16554. "page": {
  16555. "type": "integer"
  16556. },
  16557. "parent_invite_code": {
  16558. "type": "string",
  16559. "example": "上级邀请码"
  16560. },
  16561. "parent_phone": {
  16562. "type": "string",
  16563. "example": "上级手机号"
  16564. },
  16565. "phone": {
  16566. "type": "string",
  16567. "example": "会员手机号"
  16568. },
  16569. "recommend_id": {
  16570. "description": "推荐人 ID",
  16571. "type": "integer"
  16572. },
  16573. "register_after": {
  16574. "description": "注册时间终点",
  16575. "type": "string"
  16576. },
  16577. "register_before": {
  16578. "description": "注册时间起点",
  16579. "type": "string"
  16580. },
  16581. "register_type": {
  16582. "description": "注册类型(1:APP注册、2:H5注册)",
  16583. "type": "integer"
  16584. },
  16585. "sex": {
  16586. "description": "性别(0:未知 1:男 2:女)",
  16587. "type": "integer"
  16588. },
  16589. "state": {
  16590. "description": "状态",
  16591. "type": "integer"
  16592. },
  16593. "tag": {
  16594. "description": "标签 id",
  16595. "type": "integer"
  16596. },
  16597. "union_id": {
  16598. "type": "string",
  16599. "example": "微信号"
  16600. }
  16601. }
  16602. },
  16603. "md.UserManagementGetUserListResp": {
  16604. "type": "object",
  16605. "properties": {
  16606. "levels_list": {
  16607. "description": "等级列表",
  16608. "type": "array",
  16609. "items": {
  16610. "type": "object",
  16611. "additionalProperties": true
  16612. }
  16613. },
  16614. "list": {
  16615. "type": "array",
  16616. "items": {
  16617. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  16618. }
  16619. },
  16620. "paginate": {
  16621. "description": "分页信息",
  16622. "allOf": [
  16623. {
  16624. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16625. }
  16626. ]
  16627. },
  16628. "state_list": {
  16629. "description": "状态列表",
  16630. "type": "array",
  16631. "items": {
  16632. "type": "object",
  16633. "additionalProperties": true
  16634. }
  16635. },
  16636. "tags_list": {
  16637. "description": "标签列表",
  16638. "type": "array",
  16639. "items": {
  16640. "type": "object",
  16641. "additionalProperties": true
  16642. }
  16643. }
  16644. }
  16645. },
  16646. "md.UserManagementGetVirtualCoinDetailResp": {
  16647. "type": "object",
  16648. "properties": {
  16649. "coin_list": {
  16650. "type": "array",
  16651. "items": {
  16652. "type": "object",
  16653. "additionalProperties": true
  16654. }
  16655. },
  16656. "list": {
  16657. "type": "array",
  16658. "items": {
  16659. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  16660. }
  16661. },
  16662. "paginate": {
  16663. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16664. }
  16665. }
  16666. },
  16667. "md.UserManagementUpdateUserInfoReq": {
  16668. "type": "object",
  16669. "properties": {
  16670. "avatar": {
  16671. "description": "头像",
  16672. "type": "string"
  16673. },
  16674. "last_login_ip": {
  16675. "description": "用户最后登录 IP",
  16676. "type": "string"
  16677. },
  16678. "level": {
  16679. "description": "会员等级 ID",
  16680. "type": "string"
  16681. },
  16682. "memo": {
  16683. "type": "string",
  16684. "example": "备注"
  16685. },
  16686. "nickname": {
  16687. "description": "用户名",
  16688. "type": "string"
  16689. },
  16690. "parent_uid": {
  16691. "description": "邀请人 ID",
  16692. "type": "string"
  16693. },
  16694. "password": {
  16695. "description": "登录密码",
  16696. "type": "string"
  16697. },
  16698. "phone": {
  16699. "description": "手机号",
  16700. "type": "string"
  16701. },
  16702. "sex": {
  16703. "description": "性别(0:未知 1:男 2:女)",
  16704. "type": "string"
  16705. },
  16706. "state": {
  16707. "description": "账号状态 1正常,2冻结",
  16708. "type": "string"
  16709. },
  16710. "tag": {
  16711. "description": "用户标签 ID列表",
  16712. "type": "string"
  16713. },
  16714. "uid": {
  16715. "type": "integer"
  16716. },
  16717. "union_id": {
  16718. "description": "微信号",
  16719. "type": "string"
  16720. }
  16721. }
  16722. },
  16723. "md.UserManagementUserInfoCancelReq": {
  16724. "type": "object",
  16725. "properties": {
  16726. "uid": {
  16727. "type": "string",
  16728. "example": "多个逗号隔开"
  16729. }
  16730. }
  16731. },
  16732. "md.UserManagementUserInfoReq": {
  16733. "type": "object",
  16734. "properties": {
  16735. "parent_uid": {
  16736. "type": "string",
  16737. "example": "参考下智莺 保留关系时候的选择用户"
  16738. },
  16739. "uid": {
  16740. "type": "string",
  16741. "example": "多个逗号隔开"
  16742. }
  16743. }
  16744. },
  16745. "md.UserRealName": {
  16746. "type": "object",
  16747. "properties": {
  16748. "create_time": {
  16749. "type": "string"
  16750. },
  16751. "id": {
  16752. "type": "string"
  16753. },
  16754. "id_no": {
  16755. "type": "string"
  16756. },
  16757. "name": {
  16758. "type": "string"
  16759. },
  16760. "pay_state": {
  16761. "type": "string",
  16762. "example": "0未支付 1已支付"
  16763. },
  16764. "phone": {
  16765. "type": "string"
  16766. },
  16767. "state": {
  16768. "type": "string",
  16769. "example": "0未申请 1申请通过 3申请失败"
  16770. },
  16771. "uid": {
  16772. "type": "string"
  16773. }
  16774. }
  16775. },
  16776. "md.UserRealNameBaseResp": {
  16777. "type": "object",
  16778. "properties": {
  16779. "user_real_name_money": {
  16780. "type": "string",
  16781. "example": "实名认证费用"
  16782. },
  16783. "user_real_name_rule": {
  16784. "type": "string",
  16785. "example": "实名认证说明"
  16786. }
  16787. }
  16788. },
  16789. "md.UserRealNameReq": {
  16790. "type": "object",
  16791. "properties": {
  16792. "id_no": {
  16793. "type": "string"
  16794. },
  16795. "limit": {
  16796. "type": "string"
  16797. },
  16798. "name": {
  16799. "type": "string"
  16800. },
  16801. "page": {
  16802. "type": "string"
  16803. },
  16804. "phone": {
  16805. "type": "string"
  16806. },
  16807. "state": {
  16808. "type": "string"
  16809. },
  16810. "uid": {
  16811. "type": "string"
  16812. }
  16813. }
  16814. },
  16815. "md.UserRealNameResp": {
  16816. "type": "object",
  16817. "properties": {
  16818. "list": {
  16819. "type": "array",
  16820. "items": {
  16821. "$ref": "#/definitions/md.UserRealName"
  16822. }
  16823. },
  16824. "select_data": {
  16825. "type": "array",
  16826. "items": {
  16827. "type": "object",
  16828. "additionalProperties": {
  16829. "type": "string"
  16830. }
  16831. }
  16832. },
  16833. "total": {
  16834. "type": "integer"
  16835. }
  16836. }
  16837. },
  16838. "md.UserRealNameSaveReq": {
  16839. "type": "object",
  16840. "properties": {
  16841. "id": {
  16842. "type": "string"
  16843. },
  16844. "state": {
  16845. "type": "string"
  16846. }
  16847. }
  16848. },
  16849. "md.UserVirtualCoinFlow": {
  16850. "type": "object",
  16851. "properties": {
  16852. "after_amount": {
  16853. "type": "string",
  16854. "example": "变更后数量"
  16855. },
  16856. "amount": {
  16857. "type": "string",
  16858. "example": "变更数量"
  16859. },
  16860. "before_amount": {
  16861. "type": "string",
  16862. "example": "变更前数量"
  16863. },
  16864. "coin_id": {
  16865. "description": "虚拟币 ID",
  16866. "type": "integer"
  16867. },
  16868. "create_at": {
  16869. "type": "string",
  16870. "example": "创建时间"
  16871. },
  16872. "direction": {
  16873. "description": "方向:1收入 2支出",
  16874. "type": "integer"
  16875. },
  16876. "id": {
  16877. "type": "integer"
  16878. },
  16879. "sys_fee": {
  16880. "type": "string",
  16881. "example": "手续费"
  16882. },
  16883. "title": {
  16884. "type": "string",
  16885. "example": "标题"
  16886. },
  16887. "transfer_type": {
  16888. "description": "转账类型",
  16889. "type": "integer"
  16890. },
  16891. "uid": {
  16892. "description": "用户 ID",
  16893. "type": "integer"
  16894. },
  16895. "update_at": {
  16896. "type": "string",
  16897. "example": "更新时间"
  16898. }
  16899. }
  16900. },
  16901. "md.VideoBaseData": {
  16902. "type": "object",
  16903. "properties": {
  16904. "interval": {
  16905. "type": "string",
  16906. "example": "领取间隔 秒"
  16907. },
  16908. "reward": {
  16909. "type": "string",
  16910. "example": "单次奖励"
  16911. },
  16912. "timer": {
  16913. "type": "string",
  16914. "example": "观看X秒奖励"
  16915. },
  16916. "total": {
  16917. "type": "string",
  16918. "example": "可领取总次数"
  16919. }
  16920. }
  16921. },
  16922. "md.VideoRewardSetting": {
  16923. "type": "object",
  16924. "properties": {
  16925. "video_reward_is_open": {
  16926. "description": "视频奖励是否开启(1:开启 0:关闭)",
  16927. "type": "integer"
  16928. },
  16929. "video_reward_system": {
  16930. "description": "视频奖励机制",
  16931. "allOf": [
  16932. {
  16933. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  16934. }
  16935. ]
  16936. }
  16937. }
  16938. },
  16939. "md.VideoRewardSystemStruct": {
  16940. "type": "object",
  16941. "properties": {
  16942. "each_round_hour": {
  16943. "description": "每一轮X个小时",
  16944. "type": "string"
  16945. },
  16946. "interval_minutes": {
  16947. "description": "间隔X秒",
  16948. "type": "string"
  16949. },
  16950. "reward_total_num": {
  16951. "description": "一共X个奖励视屏",
  16952. "type": "string"
  16953. },
  16954. "reward_value": {
  16955. "description": "奖励X个活跃积分",
  16956. "type": "string"
  16957. }
  16958. }
  16959. },
  16960. "md.VipEquitySettingNode": {
  16961. "type": "object",
  16962. "properties": {
  16963. "dividend_ratio": {
  16964. "description": "分红比例",
  16965. "type": "string"
  16966. },
  16967. "exchange_account_balance_fee": {
  16968. "description": "兑换余额手续费",
  16969. "type": "string"
  16970. },
  16971. "vip_level_id": {
  16972. "description": "会员等级ID",
  16973. "type": "string"
  16974. },
  16975. "vip_level_name": {
  16976. "description": "会员等级名称",
  16977. "type": "string"
  16978. }
  16979. }
  16980. },
  16981. "md.VirtualCoin": {
  16982. "type": "object",
  16983. "properties": {
  16984. "create_at": {
  16985. "type": "string"
  16986. },
  16987. "exchange_ratio": {
  16988. "description": "兑换比例(与金额)",
  16989. "type": "string",
  16990. "example": "兑换比例(与金额)"
  16991. },
  16992. "id": {
  16993. "type": "integer"
  16994. },
  16995. "is_use": {
  16996. "description": "是否开启: 0否 1是",
  16997. "type": "integer"
  16998. },
  16999. "name": {
  17000. "description": "名称",
  17001. "type": "string"
  17002. },
  17003. "update_at": {
  17004. "type": "string"
  17005. }
  17006. }
  17007. },
  17008. "md.VirtualCoinDetailNode": {
  17009. "type": "object",
  17010. "properties": {
  17011. "after_amount": {
  17012. "description": "变更后积分余额",
  17013. "type": "string"
  17014. },
  17015. "amount": {
  17016. "description": "变更数量",
  17017. "type": "string"
  17018. },
  17019. "create_at": {
  17020. "description": "创建时间",
  17021. "type": "string"
  17022. },
  17023. "direction": {
  17024. "description": "类型 1.收入 2.支出",
  17025. "type": "integer"
  17026. },
  17027. "uid": {
  17028. "description": "用户 ID",
  17029. "type": "integer"
  17030. }
  17031. }
  17032. },
  17033. "md.VirtualCoinListNode": {
  17034. "type": "object",
  17035. "properties": {
  17036. "coin_id": {
  17037. "description": "货币类型 ID",
  17038. "type": "integer"
  17039. },
  17040. "kind": {
  17041. "description": "货币序号",
  17042. "type": "integer"
  17043. },
  17044. "name": {
  17045. "type": "string",
  17046. "example": "货币类型名称"
  17047. }
  17048. }
  17049. },
  17050. "md.WebsiteInfoResp": {
  17051. "type": "object",
  17052. "properties": {
  17053. "android_down_url": {
  17054. "type": "string"
  17055. },
  17056. "ios_down_url": {
  17057. "type": "string"
  17058. },
  17059. "seo_logo": {
  17060. "type": "string"
  17061. },
  17062. "seo_title": {
  17063. "type": "string",
  17064. "example": "seo"
  17065. },
  17066. "web_logo": {
  17067. "type": "string"
  17068. }
  17069. }
  17070. },
  17071. "md.WithdrawApplyAuditReq": {
  17072. "type": "object",
  17073. "required": [
  17074. "audit_state",
  17075. "withdraw_apply_id"
  17076. ],
  17077. "properties": {
  17078. "audit_state": {
  17079. "description": "审核状态(1:同意 2:拒绝)",
  17080. "type": "integer"
  17081. },
  17082. "reason": {
  17083. "description": "审核失败(驳回理由)",
  17084. "type": "integer"
  17085. },
  17086. "withdraw_apply_id": {
  17087. "description": "提现申请id",
  17088. "type": "integer"
  17089. }
  17090. }
  17091. },
  17092. "md.WithdrawFeeSetStruct": {
  17093. "type": "object",
  17094. "properties": {
  17095. "duration": {
  17096. "description": "类型 (1.固定金额 2.固定比例)",
  17097. "type": "integer"
  17098. },
  17099. "value": {
  17100. "description": "具体值",
  17101. "type": "integer"
  17102. }
  17103. }
  17104. },
  17105. "md.WithdrawFrequencySettingStruct": {
  17106. "type": "object",
  17107. "properties": {
  17108. "duration": {
  17109. "description": "周期 (1.天 2.周 3.月)",
  17110. "type": "integer"
  17111. },
  17112. "num": {
  17113. "description": "周期数",
  17114. "type": "array",
  17115. "items": {
  17116. "type": "string"
  17117. }
  17118. }
  17119. }
  17120. },
  17121. "md.WithdrawTimeIntervalStruct": {
  17122. "type": "object",
  17123. "properties": {
  17124. "end_at": {
  17125. "type": "string"
  17126. },
  17127. "start_at": {
  17128. "type": "string"
  17129. }
  17130. }
  17131. },
  17132. "model.EggEnergyUserEggIndexWeight": {
  17133. "type": "object",
  17134. "properties": {
  17135. "account_balance_exchange_egg_energy_nums": {
  17136. "type": "string"
  17137. },
  17138. "browse_interface_nums": {
  17139. "type": "string"
  17140. },
  17141. "college_learning_nums": {
  17142. "type": "string"
  17143. },
  17144. "create_at": {
  17145. "type": "string"
  17146. },
  17147. "ecpm": {
  17148. "type": "string"
  17149. },
  17150. "egg_energy_exchange_account_balance": {
  17151. "type": "string"
  17152. },
  17153. "forum_comments_nums": {
  17154. "type": "string"
  17155. },
  17156. "id": {
  17157. "type": "integer"
  17158. },
  17159. "im_activity_nums": {
  17160. "type": "string"
  17161. },
  17162. "invite_user_nums": {
  17163. "type": "string"
  17164. },
  17165. "person_add_activity_value": {
  17166. "type": "string"
  17167. },
  17168. "send_circle_of_friend_nums": {
  17169. "type": "string"
  17170. },
  17171. "send_red_package_nums": {
  17172. "type": "string"
  17173. },
  17174. "sign_in_nums": {
  17175. "type": "string"
  17176. },
  17177. "team_activity_nums": {
  17178. "type": "string"
  17179. },
  17180. "update_at": {
  17181. "type": "string"
  17182. },
  17183. "violate_nums": {
  17184. "type": "string"
  17185. }
  17186. }
  17187. },
  17188. "model.PlatformActiveData": {
  17189. "type": "object",
  17190. "properties": {
  17191. "date": {
  17192. "type": "string"
  17193. },
  17194. "id": {
  17195. "type": "integer"
  17196. },
  17197. "new_user_count": {
  17198. "type": "integer"
  17199. },
  17200. "user_sign_in_count": {
  17201. "type": "integer"
  17202. },
  17203. "withdraw_amount_count": {
  17204. "type": "string"
  17205. },
  17206. "withdraw_user_count": {
  17207. "type": "integer"
  17208. }
  17209. }
  17210. },
  17211. "model.UserLevelTask": {
  17212. "type": "object",
  17213. "properties": {
  17214. "active_days": {
  17215. "type": "integer"
  17216. },
  17217. "create_at": {
  17218. "type": "string"
  17219. },
  17220. "finish_count": {
  17221. "type": "integer"
  17222. },
  17223. "id": {
  17224. "type": "integer"
  17225. },
  17226. "is_must_task": {
  17227. "type": "integer"
  17228. },
  17229. "level_id": {
  17230. "type": "integer"
  17231. },
  17232. "task_type": {
  17233. "type": "integer"
  17234. },
  17235. "task_type_level_id": {
  17236. "type": "integer"
  17237. },
  17238. "update_at": {
  17239. "type": "string"
  17240. },
  17241. "within_days": {
  17242. "type": "integer"
  17243. }
  17244. }
  17245. },
  17246. "setCenter.WebBasicReq": {
  17247. "type": "object",
  17248. "properties": {
  17249. "android_down_url": {
  17250. "type": "string"
  17251. },
  17252. "ios_down_url": {
  17253. "type": "string"
  17254. },
  17255. "seo_logo": {
  17256. "type": "string"
  17257. },
  17258. "seo_title": {
  17259. "type": "string"
  17260. },
  17261. "wap_host": {
  17262. "type": "string",
  17263. "example": "h5域名"
  17264. },
  17265. "web_logo": {
  17266. "type": "string"
  17267. }
  17268. }
  17269. },
  17270. "setCenter.WebBasicResp": {
  17271. "type": "object",
  17272. "properties": {
  17273. "android_down_url": {
  17274. "type": "string"
  17275. },
  17276. "ios_down_url": {
  17277. "type": "string"
  17278. },
  17279. "seo_logo": {
  17280. "type": "string"
  17281. },
  17282. "seo_logo_url": {
  17283. "type": "string"
  17284. },
  17285. "seo_title": {
  17286. "type": "string"
  17287. },
  17288. "wap_host": {
  17289. "type": "string",
  17290. "example": "h5域名"
  17291. },
  17292. "web_logo": {
  17293. "type": "string"
  17294. },
  17295. "web_logo_url": {
  17296. "type": "string"
  17297. }
  17298. }
  17299. }
  17300. },
  17301. "securityDefinitions": {
  17302. "MasterID": {
  17303. "type": "apiKey",
  17304. "name": "MasterID",
  17305. "in": "header"
  17306. }
  17307. }
  17308. }`
  17309. // SwaggerInfo holds exported Swagger Info so clients can modify it
  17310. var SwaggerInfo = &swag.Spec{
  17311. Version: "1.0",
  17312. Host: "localhost:4001",
  17313. BasePath: "",
  17314. Schemes: []string{},
  17315. Title: "蛋蛋星球-管理后台",
  17316. Description: "管理后台接口文档",
  17317. InfoInstanceName: "swagger",
  17318. SwaggerTemplate: docTemplate,
  17319. LeftDelim: "{{",
  17320. RightDelim: "}}",
  17321. }
  17322. func init() {
  17323. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  17324. }